We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i'm building teamgram server using docker-compose on debian 12.
here is result of "docker-compose up -d"
WARNING: Found orphan containers (minio_mc, kafka, zookeeper, mysql, etcd, redis, minio) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up. Building teamgram Sending build context to Docker daemon 220.6MB Step 1/9 : FROM golang:1.19 AS builder ---> 80b76a6c918c Step 2/9 : WORKDIR /app ---> Using cache ---> 0ff3483041cc Step 3/9 : COPY . . ---> eb5bdea0b311 Step 4/9 : RUN ./build.sh ---> Running in 764c6c6554ed build idgen ... go: downloading github.com/teamgram/marmota v0.1.21-0.20240701031225-b44e1eec161b go: downloading github.com/teamgram/go-zero v1.6.3-teamgram.0.20240501021520-e02614df0dd3 go: downloading google.golang.org/grpc v1.62.1 go: downloading github.com/fatih/color v1.16.0 go: downloading github.com/teamgram/proto v0.186.1 go: downloading google.golang.org/protobuf v1.33.0 go: downloading github.com/bwmarrin/snowflake v0.3.1-0.20221123153919-bc74ab286f15 go: downloading github.com/pelletier/go-toml/v2 v2.1.1 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading go.etcd.io/etcd/client/v3 v3.5.12 go: downloading github.com/prometheus/client_golang v1.18.0 go: downloading github.com/redis/go-redis/v9 v9.4.0 go: downloading go.opentelemetry.io/otel v1.21.0 go: downloading go.opentelemetry.io/otel/trace v1.21.0 go: downloading golang.org/x/net v0.24.0 go: downloading go.uber.org/automaxprocs v1.5.3 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading github.com/mattn/go-isatty v0.0.20 go: downloading github.com/spaolacci/murmur3 v1.1.0 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 go: downloading google.golang.org/genproto v0.0.0-20240123012728-ef4313101c80 go: downloading github.com/golang/mock v1.6.0 go: downloading go.etcd.io/etcd/api/v3 v3.5.12 go: downloading go.opentelemetry.io/otel/exporters/jaeger v1.17.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0 go: downloading go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.19.0 go: downloading go.opentelemetry.io/otel/exporters/zipkin v1.19.0 go: downloading go.opentelemetry.io/otel/sdk v1.21.0 go: downloading golang.org/x/sys v0.19.0 go: downloading go.etcd.io/etcd/client/pkg/v3 v3.5.12 go: downloading go.uber.org/zap v1.24.0 go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/cespare/xxhash/v2 v2.2.0 go: downloading github.com/prometheus/client_model v0.5.0 go: downloading github.com/prometheus/common v0.45.0 go: downloading github.com/prometheus/procfs v0.12.0 go: downloading github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f go: downloading github.com/golang/protobuf v1.5.4 go: downloading github.com/go-logr/logr v1.3.0 go: downloading go.opentelemetry.io/otel/metric v1.21.0 go: downloading k8s.io/apimachinery v0.29.2 go: downloading k8s.io/client-go v0.29.2 go: downloading golang.org/x/crypto v0.22.0 go: downloading github.com/go-logr/stdr v1.2.2 go: downloading go.opentelemetry.io/proto/otlp v1.0.0 go: downloading github.com/openzipkin/zipkin-go v0.4.2 go: downloading github.com/gogo/protobuf v1.3.2 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20240123012728-ef4313101c80 go: downloading github.com/coreos/go-semver v0.3.1 go: downloading github.com/coreos/go-systemd/v22 v22.5.0 go: downloading go.uber.org/atomic v1.11.0 go: downloading go.uber.org/multierr v1.9.0 go: downloading github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 go: downloading k8s.io/api v0.29.2 go: downloading github.com/google/gofuzz v1.2.0 go: downloading k8s.io/klog/v2 v2.110.1 go: downloading k8s.io/utils v0.0.0-20230726121419-3b25d923346b go: downloading github.com/cenkalti/backoff/v4 v4.2.1 go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.18.0 go: downloading github.com/google/go-cmp v0.6.0 go: downloading gopkg.in/inf.v0 v0.9.1 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.4.1 go: downloading golang.org/x/term v0.19.0 go: downloading golang.org/x/oauth2 v0.16.0 go: downloading golang.org/x/time v0.5.0 go: downloading github.com/google/gnostic-models v0.6.8 go: downloading golang.org/x/text v0.14.0 go: downloading sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd go: downloading github.com/davecgh/go-spew v1.1.1 go: downloading github.com/json-iterator/go v1.1.12 go: downloading k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading sigs.k8s.io/yaml v1.3.0 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: downloading github.com/modern-go/reflect2 v1.0.2 go: downloading github.com/google/uuid v1.6.0 go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading github.com/go-openapi/swag v0.22.4 go: downloading github.com/go-openapi/jsonreference v0.20.2 go: downloading github.com/emicklei/go-restful/v3 v3.11.0 go: downloading github.com/go-openapi/jsonpointer v0.19.6 go: downloading github.com/mailru/easyjson v0.7.7 go: downloading github.com/josharian/intern v1.0.0
i waited over a 30 minutes, but go just stuck on downloading intern. what should i do?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
i'm building teamgram server using docker-compose on debian 12.
here is result of "docker-compose up -d"
i waited over a 30 minutes, but go just stuck on downloading intern. what should i do?
The text was updated successfully, but these errors were encountered: