Skip to content
New issue

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

docker-compose up error #47

Open
echobool opened this issue Oct 10, 2019 · 1 comment
Open

docker-compose up error #47

echobool opened this issue Oct 10, 2019 · 1 comment

Comments

@echobool
Copy link

☁ $ gokitdemo docker-compose up
Building users
Step 1/7 : FROM golang
---> 52b59e9ead8e
Step 2/7 : RUN mkdir -p /go/src/gokitdemo
---> Using cache
---> f8ea05a13ff0
Step 3/7 : ADD . /go/src/gokitdemo
---> Using cache
---> 9561e67a6dc0
Step 4/7 : RUN go get -t -v ./...
---> Running in 14d6e1b9a597
github.com/go-kit/kit (download)

cd .; git clone -- https://github.com/go-kit/kit /go/src/github.com/go-kit/kit

Cloning into '/go/src/github.com/go-kit/kit'...
error: RPC failed; curl 56 GnuTLS recv error (-9): Error decoding the received TLS packet.
fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
package github.com/go-kit/kit/endpoint: exit status 128
package github.com/go-kit/kit/log: cannot find package "github.com/go-kit/kit/log" in any of:
/usr/local/go/src/github.com/go-kit/kit/log (from $GOROOT)
/go/src/github.com/go-kit/kit/log (from $GOPATH)
package github.com/go-kit/kit/metrics/prometheus: cannot find package "github.com/go-kit/kit/metrics/prometheus" in any of:
/usr/local/go/src/github.com/go-kit/kit/metrics/prometheus (from $GOROOT)
/go/src/github.com/go-kit/kit/metrics/prometheus (from $GOPATH)
package github.com/go-kit/kit/tracing/opentracing: cannot find package "github.com/go-kit/kit/tracing/opentracing" in any of:
/usr/local/go/src/github.com/go-kit/kit/tracing/opentracing (from $GOROOT)
/go/src/github.com/go-kit/kit/tracing/opentracing (from $GOPATH)
package github.com/go-kit/kit/transport/grpc: cannot find package "github.com/go-kit/kit/transport/grpc" in any of:
/usr/local/go/src/github.com/go-kit/kit/transport/grpc (from $GOROOT)
/go/src/github.com/go-kit/kit/transport/grpc (from $GOPATH)
github.com/lightstep/lightstep-tracer-go (download)

cd .; git clone -- https://github.com/lightstep/lightstep-tracer-go /go/src/github.com/lightstep/lightstep-tracer-go

Cloning into '/go/src/github.com/lightstep/lightstep-tracer-go'...
error: RPC failed; curl 56 GnuTLS recv error (-9): Error decoding the received TLS packet.
fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
package github.com/lightstep/lightstep-tracer-go: exit status 128
github.com/oklog/oklog (download)

Many component library addresses have changed, resulting in errors

@najamsk
Copy link

najamsk commented Jan 7, 2020

mmm no update so far. better not use it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants