Created
June 12, 2019 04:41
-
-
Save l5d-bot/89de8e8d630e978f9a30afe344be1f2e to your computer and use it in GitHub Desktop.
l5d-integration-fail-994e420d7e2d753869c7236fa00705083a5761de.log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Cloning into '/root/go/src/github.com/linkerd/linkerd2'... | |
Note: checking out '994e420d7e2d753869c7236fa00705083a5761de'. | |
You are in 'detached HEAD' state. You can look around, make experimental | |
changes and commit them, and you can discard any commits you make in this | |
state without impacting any branches by performing another checkout. | |
If you want to create a new branch to retain commits you create, you may | |
do so (now or later) by using -b with the checkout command again. Example: | |
git checkout -b <new-branch-name> | |
HEAD is now at 994e420d Trigger l5d-bot | |
Sending build context to Docker daemon 6.908MB | |
Step 1/26 : ARG RUNTIME_IMAGE=gcr.io/linkerd-io/base:2019-02-19.01 | |
Step 2/26 : FROM gcr.io/linkerd-io/base:2019-02-19.01 as fetch | |
---> f07bbe9e1dde | |
Step 3/26 : RUN apt-get update && apt-get install -y ca-certificates | |
---> Using cache | |
---> a0dc0afc02e2 | |
Step 4/26 : WORKDIR /build | |
---> Using cache | |
---> 2c0079df4ec6 | |
Step 5/26 : COPY bin/fetch-proxy bin/fetch-proxy | |
---> Using cache | |
---> 24775b750edc | |
Step 6/26 : ARG PROXY_VERSION | |
---> Using cache | |
---> 774de785aef4 | |
Step 7/26 : RUN (proxy=$(bin/fetch-proxy $PROXY_VERSION) && version=$(basename "$proxy" | sed 's/linkerd2-proxy-//') && mv "$proxy" linkerd2-proxy && echo "$version" >version.txt) | |
---> Using cache | |
---> 1d19976ec255 | |
Step 8/26 : FROM gcr.io/linkerd-io/go-deps:84e77435 as golang | |
---> 66515014ffd7 | |
Step 9/26 : WORKDIR /go/src/github.com/linkerd/linkerd2 | |
---> Using cache | |
---> 64af5b315340 | |
Step 10/26 : ENV CGO_ENABLED=0 GOOS=linux | |
---> Using cache | |
---> 5e6a8f6f3e06 | |
Step 11/26 : COPY pkg/flags pkg/flags | |
---> Using cache | |
---> e4ace5e1928f | |
Step 12/26 : COPY pkg/tls pkg/tls | |
---> Using cache | |
---> 7660c520a88d | |
Step 13/26 : COPY pkg/version pkg/version | |
---> Using cache | |
---> cc2934ee325f | |
Step 14/26 : RUN go build ./pkg/... | |
---> Using cache | |
---> aa519eee5c67 | |
Step 15/26 : COPY proxy-identity proxy-identity | |
---> Using cache | |
---> 7e7cb803f273 | |
Step 16/26 : RUN CGO_ENABLED=0 GOOS=linux go install ./proxy-identity | |
---> Using cache | |
---> 89bf0a7e5278 | |
Step 17/26 : FROM $RUNTIME_IMAGE as runtime | |
---> f07bbe9e1dde | |
Step 18/26 : COPY --from=fetch /build/target/proxy/LICENSE /usr/lib/linkerd/LICENSE | |
---> Using cache | |
---> 677c5bcb033b | |
Step 19/26 : COPY --from=fetch /build/version.txt /usr/lib/linkerd/linkerd2-proxy-version.txt | |
---> Using cache | |
---> f3564a0afba3 | |
Step 20/26 : COPY --from=fetch /build/linkerd2-proxy /usr/lib/linkerd/linkerd2-proxy | |
---> Using cache | |
---> 8da7a6931988 | |
Step 21/26 : COPY --from=golang /go/bin/proxy-identity /usr/lib/linkerd/linkerd2-proxy-identity | |
---> Using cache | |
---> ea00dbbf6a6f | |
Step 22/26 : COPY proxy-identity/run-proxy.sh /usr/bin/linkerd2-proxy-run | |
---> Using cache | |
---> 4d2f6b2287d8 | |
Step 23/26 : ARG LINKERD_VERSION | |
---> Using cache | |
---> 00c683d57008 | |
Step 24/26 : ENV LINKERD_CONTAINER_VERSION_OVERRIDE=${LINKERD_VERSION} | |
---> Running in 1147ee2f0439 | |
Removing intermediate container 1147ee2f0439 | |
---> 11f177dd0f24 | |
Step 25/26 : ENV LINKERD2_PROXY_LOG=warn,linkerd2_proxy=info | |
---> Running in 710dc56c17b5 | |
Removing intermediate container 710dc56c17b5 | |
---> e047b479497c | |
Step 26/26 : ENTRYPOINT ["/usr/bin/linkerd2-proxy-run"] | |
---> Running in 70363b7eebee | |
Removing intermediate container 70363b7eebee | |
---> a8d91aa0287a | |
Successfully built a8d91aa0287a | |
Successfully tagged gcr.io/linkerd-io/proxy:git-994e420d | |
gcr.io/linkerd-io/proxy:git-994e420d | |
Sending build context to Docker daemon 6.907MB | |
Step 1/13 : FROM gcr.io/linkerd-io/go-deps:84e77435 as golang | |
---> 66515014ffd7 | |
Step 2/13 : WORKDIR /go/src/github.com/linkerd/linkerd2 | |
---> Using cache | |
---> 64af5b315340 | |
Step 3/13 : COPY controller/gen controller/gen | |
---> Using cache | |
---> 6ab9abb71c8f | |
Step 4/13 : COPY pkg pkg | |
---> Using cache | |
---> 4f8bc05a16e7 | |
Step 5/13 : COPY controller controller | |
---> Using cache | |
---> ce585ae7e834 | |
Step 6/13 : RUN CGO_ENABLED=0 GOOS=linux go install ./pkg/... | |
---> Using cache | |
---> eb396e7d93fe | |
Step 7/13 : RUN CGO_ENABLED=0 GOOS=linux go install ./controller/cmd/... | |
---> Using cache | |
---> 340531492f62 | |
Step 8/13 : FROM scratch | |
---> | |
Step 9/13 : ENV PATH=$PATH:/go/bin | |
---> Using cache | |
---> 42e5f282a3a9 | |
Step 10/13 : COPY LICENSE /linkerd/LICENSE | |
---> Using cache | |
---> acdda17eb760 | |
Step 11/13 : COPY --from=golang /go/bin /go/bin | |
---> Using cache | |
---> 56242a49605d | |
Step 12/13 : ARG LINKERD_VERSION | |
---> Using cache | |
---> 2635691b416a | |
Step 13/13 : ENV LINKERD_CONTAINER_VERSION_OVERRIDE=${LINKERD_VERSION} | |
---> Running in 445b600aafe3 | |
Removing intermediate container 445b600aafe3 | |
---> a6d701e1b1fa | |
Successfully built a6d701e1b1fa | |
Successfully tagged gcr.io/linkerd-io/controller:git-994e420d | |
gcr.io/linkerd-io/controller:git-994e420d | |
Sending build context to Docker daemon 6.908MB | |
Step 1/34 : FROM node:10 as webpack-bundle | |
---> 5a401340b79f | |
Step 2/34 : RUN curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.7.0 | |
---> Using cache | |
---> ce4f8afb7259 | |
Step 3/34 : ENV HOME /root | |
---> Using cache | |
---> c09bbf5d2941 | |
Step 4/34 : ENV PATH $HOME/.yarn/bin:$PATH | |
---> Using cache | |
---> cba4a4f09d95 | |
Step 5/34 : ENV GOPATH /go | |
---> Using cache | |
---> 5ab408819744 | |
Step 6/34 : ENV PROJECT github.com/linkerd/linkerd2 | |
---> Using cache | |
---> 72b24b6b2386 | |
Step 7/34 : ENV PACKAGE $PROJECT/web/app | |
---> Using cache | |
---> 39bd846e647d | |
Step 8/34 : ENV ROOT $GOPATH/src/$PROJECT | |
---> Using cache | |
---> e6b415bbeda9 | |
Step 9/34 : ENV PACKAGEDIR $GOPATH/src/$PACKAGE | |
---> Using cache | |
---> 2d97637ccad0 | |
Step 10/34 : WORKDIR $PACKAGEDIR | |
---> Using cache | |
---> edfe935b5e5f | |
Step 11/34 : COPY bin/web $ROOT/bin/web | |
---> Using cache | |
---> f0b7376c46c7 | |
Step 12/34 : COPY web/app/package.json web/app/yarn.lock ./ | |
---> Using cache | |
---> db3bcb5f90bc | |
Step 13/34 : RUN $ROOT/bin/web setup install --frozen-lockfile | |
---> Using cache | |
---> a8b4b2bc810a | |
Step 14/34 : ENV NODE_ENV production | |
---> Using cache | |
---> efacdfe5803b | |
Step 15/34 : COPY web/app . | |
---> Using cache | |
---> 1e07ecd51ecc | |
Step 16/34 : RUN $ROOT/bin/web build | |
---> Using cache | |
---> babdc4d11b58 | |
Step 17/34 : FROM gcr.io/linkerd-io/go-deps:84e77435 as golang | |
---> 66515014ffd7 | |
Step 18/34 : WORKDIR /go/src/github.com/linkerd/linkerd2 | |
---> Using cache | |
---> 64af5b315340 | |
Step 19/34 : RUN mkdir -p web | |
---> Using cache | |
---> 2f00603eee23 | |
Step 20/34 : COPY web/main.go web | |
---> Using cache | |
---> 62b02ddc9c94 | |
Step 21/34 : COPY web/srv web/srv | |
---> Using cache | |
---> e9f569cee2d3 | |
Step 22/34 : COPY controller controller | |
---> Using cache | |
---> 7c2a48935439 | |
Step 23/34 : COPY pkg pkg | |
---> Using cache | |
---> bdfb1aebda80 | |
Step 24/34 : RUN CGO_ENABLED=0 GOOS=linux go build -o web/web ./web | |
---> Using cache | |
---> 7e59d46d7e24 | |
Step 25/34 : FROM gcr.io/linkerd-io/base:2019-02-19.01 | |
---> f07bbe9e1dde | |
Step 26/34 : WORKDIR /linkerd | |
---> Using cache | |
---> fce5e2785fb4 | |
Step 27/34 : COPY LICENSE . | |
---> Using cache | |
---> eef9b7098088 | |
Step 28/34 : COPY --from=golang /go/src/github.com/linkerd/linkerd2/web/web . | |
---> Using cache | |
---> f61b75ddd985 | |
Step 29/34 : RUN mkdir -p app | |
---> Using cache | |
---> cc00baf1cc72 | |
Step 30/34 : COPY --from=webpack-bundle /go/src/github.com/linkerd/linkerd2/web/app/dist app/dist | |
---> Using cache | |
---> a69735569cfd | |
Step 31/34 : COPY web/templates templates | |
---> Using cache | |
---> 51407b19e342 | |
Step 32/34 : ARG LINKERD_VERSION | |
---> Using cache | |
---> a4db9e90ee65 | |
Step 33/34 : ENV LINKERD_CONTAINER_VERSION_OVERRIDE=${LINKERD_VERSION} | |
---> Running in 0c8f7fa4001c | |
Removing intermediate container 0c8f7fa4001c | |
---> 682d0be73014 | |
Step 34/34 : ENTRYPOINT ["./web"] | |
---> Running in 5fd0d73f3b19 | |
Removing intermediate container 5fd0d73f3b19 | |
---> f63ed726e9ac | |
Successfully built f63ed726e9ac | |
Successfully tagged gcr.io/linkerd-io/web:git-994e420d | |
gcr.io/linkerd-io/web:git-994e420d | |
Sending build context to Docker daemon 6.907MB | |
Step 1/16 : FROM gcr.io/linkerd-io/go-deps:84e77435 as golang | |
---> 66515014ffd7 | |
Step 2/16 : WORKDIR /go/src/github.com/linkerd/linkerd2 | |
---> Using cache | |
---> 64af5b315340 | |
Step 3/16 : COPY pkg pkg | |
---> Using cache | |
---> fdc696d275b3 | |
Step 4/16 : COPY controller controller | |
---> Using cache | |
---> 57a05ee7f559 | |
Step 5/16 : COPY cni-plugin cni-plugin | |
---> Using cache | |
---> 9e86c8ed8cd4 | |
Step 6/16 : RUN CGO_ENABLED=0 GOOS=linux go build -o /go/bin/linkerd-cni -v ./cni-plugin/ | |
---> Using cache | |
---> 6229e2498645 | |
Step 7/16 : FROM gcr.io/linkerd-io/base:2019-02-19.01 | |
---> f07bbe9e1dde | |
Step 8/16 : WORKDIR /linkerd | |
---> Using cache | |
---> fce5e2785fb4 | |
Step 9/16 : RUN curl -kL -o $(which jq) https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 | |
---> Using cache | |
---> aa2a498823e2 | |
Step 10/16 : COPY --from=golang /go/bin/linkerd-cni /opt/cni/bin/ | |
---> Using cache | |
---> aead8fef197b | |
Step 11/16 : COPY LICENSE . | |
---> Using cache | |
---> a7509505a551 | |
Step 12/16 : COPY cni-plugin/deployment/scripts/install-cni.sh . | |
---> Using cache | |
---> 774171b2d29f | |
Step 13/16 : COPY cni-plugin/deployment/linkerd-cni.conf.default . | |
---> Using cache | |
---> decb8ddc1944 | |
Step 14/16 : COPY cni-plugin/deployment/scripts/filter.jq . | |
---> Using cache | |
---> de7a7bd46ebf | |
Step 15/16 : ENV PATH=/linkerd:/opt/cni/bin:$PATH | |
---> Using cache | |
---> f89812a0d924 | |
Step 16/16 : CMD ["install-cni.sh"] | |
---> Using cache | |
---> 42957cf34b97 | |
Successfully built 42957cf34b97 | |
Successfully tagged gcr.io/linkerd-io/cni-plugin:git-994e420d | |
gcr.io/linkerd-io/cni-plugin:git-994e420d | |
Sending build context to Docker daemon 6.907MB | |
Step 1/3 : FROM gcr.io/linkerd-io/base:2019-02-19.01 | |
---> f07bbe9e1dde | |
Step 2/3 : RUN apt-get update && apt-get install -y --no-install-recommends tcpdump iproute2 lsof tshark && rm -rf /var/lib/apt/lists/* | |
---> Using cache | |
---> 73516ee15992 | |
Step 3/3 : ENTRYPOINT [ "tshark", "-i", "any" ] | |
---> Using cache | |
---> d8e973c78821 | |
Successfully built d8e973c78821 | |
Successfully tagged gcr.io/linkerd-io/debug:git-994e420d | |
gcr.io/linkerd-io/debug:git-994e420d | |
Sending build context to Docker daemon 6.908MB | |
Step 1/22 : FROM gcr.io/linkerd-io/go-deps:84e77435 as golang | |
---> 66515014ffd7 | |
Step 2/22 : WORKDIR /go/src/github.com/linkerd/linkerd2 | |
---> Using cache | |
---> 64af5b315340 | |
Step 3/22 : COPY cli cli | |
---> Using cache | |
---> 43494b98c869 | |
Step 4/22 : COPY chart chart | |
---> Using cache | |
---> b7b2213066c3 | |
Step 5/22 : COPY controller/k8s controller/k8s | |
---> Using cache | |
---> 71ed0d69c08e | |
Step 6/22 : COPY controller/api controller/api | |
---> Using cache | |
---> 6ad1e9d5ff38 | |
Step 7/22 : COPY controller/gen controller/gen | |
---> Using cache | |
---> 42dcca29b857 | |
Step 8/22 : COPY pkg pkg | |
---> Using cache | |
---> 370f51ec337e | |
Step 9/22 : RUN mkdir -p /out | |
---> Using cache | |
---> 377d244fae1a | |
Step 10/22 : RUN go generate ./cli | |
---> Using cache | |
---> 9e4627d3770b | |
Step 11/22 : RUN CGO_ENABLED=0 GOOS=darwin go build -o /out/linkerd-darwin -tags prod -ldflags "-s -w" ./cli | |
---> Using cache | |
---> 00ee51e87f32 | |
Step 12/22 : RUN CGO_ENABLED=0 GOOS=linux go build -o /out/linkerd-linux -tags prod -ldflags "-s -w" ./cli | |
---> Using cache | |
---> 60e8bfecf2d8 | |
Step 13/22 : RUN CGO_ENABLED=0 GOOS=windows go build -o /out/linkerd-windows -tags prod -ldflags "-s -w" ./cli | |
---> Using cache | |
---> 930939e81780 | |
Step 14/22 : ARG LINKERD_VERSION | |
---> Using cache | |
---> c7ef030de691 | |
Step 15/22 : ENV GO_LDFLAGS="-s -w -X github.com/linkerd/linkerd2/pkg/version.Version=${LINKERD_VERSION}" | |
---> Running in 7f3b103ab1c8 | |
Removing intermediate container 7f3b103ab1c8 | |
---> 5410cb05a7f5 | |
Step 16/22 : RUN CGO_ENABLED=0 GOOS=darwin go build -o /out/linkerd-darwin -tags prod -ldflags "${GO_LDFLAGS}" ./cli | |
---> Running in fe583047f674 | |
Removing intermediate container fe583047f674 | |
---> efbccd55972d | |
Step 17/22 : RUN CGO_ENABLED=0 GOOS=linux go build -o /out/linkerd-linux -tags prod -ldflags "${GO_LDFLAGS}" ./cli | |
---> Running in 11fb60af3e01 | |
Removing intermediate container 11fb60af3e01 | |
---> e8788af3c648 | |
Step 18/22 : RUN CGO_ENABLED=0 GOOS=windows go build -o /out/linkerd-windows -tags prod -ldflags "${GO_LDFLAGS}" ./cli | |
---> Running in a03b2cf3ef05 | |
Removing intermediate container a03b2cf3ef05 | |
---> bd0427c57d74 | |
Step 19/22 : FROM scratch | |
---> | |
Step 20/22 : COPY LICENSE /linkerd/LICENSE | |
---> Using cache | |
---> 2481740bb1c8 | |
Step 21/22 : COPY --from=golang /out /out | |
---> 6f818efcd591 | |
Step 22/22 : ENTRYPOINT ["/out/linkerd-linux"] | |
---> Running in 9862fb890f9a | |
Removing intermediate container 9862fb890f9a | |
---> 60695f0e8234 | |
Successfully built 60695f0e8234 | |
Successfully tagged gcr.io/linkerd-io/cli-bin:git-994e420d | |
gcr.io/linkerd-io/cli-bin:git-994e420d | |
/root/go/src/github.com/linkerd/linkerd2/target/cli/darwin/linkerd | |
/root/go/src/github.com/linkerd/linkerd2/target/cli/linux/linkerd | |
/root/go/src/github.com/linkerd/linkerd2/target/cli/windows/linkerd | |
Sending build context to Docker daemon 6.907MB | |
Step 1/4 : FROM grafana/grafana:5.4.3 | |
---> d0454da13c84 | |
Step 2/4 : COPY LICENSE /linkerd/LICENSE | |
---> Using cache | |
---> 1bab98a9d4eb | |
Step 3/4 : COPY grafana/dashboards /var/lib/grafana/dashboards | |
---> Using cache | |
---> 046a78ff1894 | |
Step 4/4 : COPY grafana/dashboards/top-line.json /usr/share/grafana/public/dashboards/home.json | |
---> Using cache | |
---> 5df1cfe5cf99 | |
Successfully built 5df1cfe5cf99 | |
Successfully tagged gcr.io/linkerd-io/grafana:git-994e420d | |
gcr.io/linkerd-io/grafana:git-994e420d | |
The push refers to repository [gcr.io/linkerd-io/cli-bin] | |
6292a54fbb92: Preparing | |
4a5b7a024a9a: Preparing | |
4a5b7a024a9a: Layer already exists | |
6292a54fbb92: Pushed | |
git-994e420d: digest: sha256:b6c0434daf2e6c07d3f76bc0bd15919ec674f5d3e186ebab7e10224f6ad4a013 size: 737 | |
The push refers to repository [gcr.io/linkerd-io/cni-plugin] | |
acb76e28f9c8: Preparing | |
bd1c8f485041: Preparing | |
04a0c454cff8: Preparing | |
6eb95e0c9a32: Preparing | |
3de4909519c6: Preparing | |
b54b25b77e02: Preparing | |
316d035e7432: Preparing | |
7c5874767822: Preparing | |
0a07e81f5da3: Preparing | |
b54b25b77e02: Waiting | |
316d035e7432: Waiting | |
7c5874767822: Waiting | |
0a07e81f5da3: Waiting | |
04a0c454cff8: Layer already exists | |
acb76e28f9c8: Layer already exists | |
6eb95e0c9a32: Layer already exists | |
bd1c8f485041: Layer already exists | |
3de4909519c6: Layer already exists | |
b54b25b77e02: Layer already exists | |
316d035e7432: Layer already exists | |
7c5874767822: Layer already exists | |
0a07e81f5da3: Layer already exists | |
git-994e420d: digest: sha256:b2dc07004e03c0574b5b85d6e034c4c71e21bd7be67c629fdebada2fe6cf132c size: 2201 | |
The push refers to repository [gcr.io/linkerd-io/controller] | |
58682a886a57: Preparing | |
55d9d71855e0: Preparing | |
55d9d71855e0: Layer already exists | |
58682a886a57: Layer already exists | |
git-994e420d: digest: sha256:b4476b9daef5eb8fe5bd158091f2ac55168553f791fa0b2421ed2614b1db59b8 size: 737 | |
The push refers to repository [gcr.io/linkerd-io/debug] | |
c10b633f37c6: Preparing | |
7c5874767822: Preparing | |
0a07e81f5da3: Preparing | |
0a07e81f5da3: Layer already exists | |
c10b633f37c6: Layer already exists | |
7c5874767822: Layer already exists | |
git-994e420d: digest: sha256:b07ce1a3784dec5b2a0db60302bea8df676cd0c1c40d162e114bfe4d122638bc size: 953 | |
The push refers to repository [gcr.io/linkerd-io/grafana] | |
9c2b11d38e3a: Preparing | |
7fcf75e465a2: Preparing | |
30eb58218210: Preparing | |
67796dde2d25: Preparing | |
4a786a04c29c: Preparing | |
63e69b5ec8fb: Preparing | |
f2d8bd23c9c1: Preparing | |
c61883f6d7a1: Preparing | |
7b4e562e58dc: Preparing | |
63e69b5ec8fb: Waiting | |
f2d8bd23c9c1: Waiting | |
c61883f6d7a1: Waiting | |
7b4e562e58dc: Waiting | |
4a786a04c29c: Layer already exists | |
30eb58218210: Layer already exists | |
9c2b11d38e3a: Layer already exists | |
7fcf75e465a2: Layer already exists | |
67796dde2d25: Layer already exists | |
63e69b5ec8fb: Layer already exists | |
f2d8bd23c9c1: Layer already exists | |
7b4e562e58dc: Layer already exists | |
c61883f6d7a1: Layer already exists | |
git-994e420d: digest: sha256:b31f897e4433dd0e72259391e0826909dcfd81bb71f3e54a60ac58be832989c0 size: 2201 | |
The push refers to repository [gcr.io/linkerd-io/proxy] | |
aa09a963a644: Preparing | |
c51a08a52b25: Preparing | |
114b60ab8a62: Preparing | |
bfe403b6cc8f: Preparing | |
8c8213833faa: Preparing | |
7c5874767822: Preparing | |
0a07e81f5da3: Preparing | |
7c5874767822: Waiting | |
0a07e81f5da3: Waiting | |
aa09a963a644: Layer already exists | |
bfe403b6cc8f: Layer already exists | |
114b60ab8a62: Layer already exists | |
8c8213833faa: Layer already exists | |
c51a08a52b25: Layer already exists | |
7c5874767822: Layer already exists | |
0a07e81f5da3: Layer already exists | |
git-994e420d: digest: sha256:c7fded16ba8e3cc24fdc817a125a5f663d788b6ce693fe4eaeda237afbc8ed13 size: 1785 | |
The push refers to repository [gcr.io/linkerd-io/web] | |
a63938a54d44: Preparing | |
bf0019a5b214: Preparing | |
87132f7b32f7: Preparing | |
a846db3550d8: Preparing | |
b1acceabfc03: Preparing | |
316d035e7432: Preparing | |
7c5874767822: Preparing | |
0a07e81f5da3: Preparing | |
7c5874767822: Waiting | |
0a07e81f5da3: Waiting | |
316d035e7432: Waiting | |
a63938a54d44: Layer already exists | |
bf0019a5b214: Layer already exists | |
87132f7b32f7: Layer already exists | |
a846db3550d8: Layer already exists | |
b1acceabfc03: Layer already exists | |
316d035e7432: Layer already exists | |
7c5874767822: Layer already exists | |
0a07e81f5da3: Layer already exists | |
git-994e420d: digest: sha256:d9cbfe378b3ee7bd608ba70f5107bbd7ca5f160eac82c0d56b8bb116f2721f77 size: 1993 | |
Starting to serve on 127.0.0.1:8080 | |
(1/96) Wrote github.com/docker/spdystream@449fdfce4d962303d702fec724ef0ad181c92528 | |
(2/96) Wrote github.com/cyphar/[email protected] | |
(3/96) Wrote github.com/davecgh/[email protected] | |
(4/96) Wrote github.com/evanphx/[email protected] | |
(5/96) Wrote github.com/Masterminds/[email protected] | |
(6/96) Wrote github.com/BurntSushi/[email protected] | |
(7/96) Wrote github.com/containernetworking/[email protected] | |
(8/96) Wrote github.com/fatih/[email protected] | |
(9/96) Wrote github.com/emicklei/[email protected] | |
(10/96) Wrote github.com/cpuguy83/[email protected] | |
(11/96) Wrote github.com/dgrijalva/[email protected] | |
(12/96) Wrote contrib.go.opencensus.io/exporter/[email protected] | |
(13/96) Wrote github.com/Masterminds/[email protected] | |
(14/96) Wrote sigs.k8s.io/[email protected] | |
(15/96) Wrote github.com/Azure/[email protected] | |
(16/96) Wrote github.com/pkg/[email protected] | |
(17/96) Wrote github.com/huandu/[email protected] | |
(18/96) Wrote github.com/hashicorp/golang-lru@master | |
(19/96) Wrote github.com/inconshreveable/[email protected] | |
(20/96) Wrote github.com/prometheus/client_model@master | |
(21/96) Wrote github.com/prometheus/[email protected] | |
(22/96) Wrote github.com/ghodss/[email protected] | |
(23/96) Wrote github.com/imdario/[email protected] | |
(24/96) Wrote github.com/projectcalico/[email protected] | |
(25/96) Wrote github.com/go-openapi/[email protected] | |
(26/96) Wrote github.com/prometheus/common@master | |
(27/96) Wrote github.com/go-openapi/[email protected] | |
(28/96) Wrote github.com/prometheus/procfs@master | |
(29/96) Wrote github.com/json-iterator/go@f2b4162afba35581b6d4a50d3b8f34e33c144682 | |
(30/96) Wrote github.com/julienschmidt/[email protected] | |
(31/96) Wrote github.com/go-openapi/[email protected] | |
(32/96) Wrote github.com/linkerd/[email protected] | |
(33/96) Wrote github.com/go-openapi/[email protected] | |
(34/96) Wrote github.com/russross/[email protected] | |
(35/96) Wrote github.com/sergi/[email protected] | |
(36/96) Wrote github.com/linkerd/[email protected] | |
(37/96) Wrote github.com/mailru/easyjson@master | |
(38/96) Wrote github.com/gobwas/[email protected] | |
(39/96) Wrote github.com/shurcooL/httpfs@master | |
(40/96) Wrote github.com/golang/glog@master | |
(41/96) Wrote github.com/shurcooL/vfsgen@master | |
(42/96) Wrote github.com/mattn/[email protected] | |
(43/96) Wrote github.com/sirupsen/[email protected] | |
(44/96) Wrote github.com/mattn/[email protected] | |
(45/96) Wrote github.com/google/gofuzz@master | |
(46/96) Wrote github.com/modern-go/[email protected] | |
(47/96) Wrote cloud.google.com/[email protected] | |
(48/96) Wrote github.com/mattn/[email protected] | |
(49/96) Wrote github.com/google/btree@master | |
(50/96) Wrote github.com/google/[email protected] | |
(51/96) Wrote github.com/matttproud/[email protected] | |
(52/96) Wrote github.com/gorilla/[email protected] | |
(53/96) Wrote github.com/spf13/cobra@7b2c5ac9fc04fc5efafb60700713d4fa609b777b | |
(54/96) Wrote github.com/gregjones/httpcache@master | |
(55/96) Wrote github.com/spf13/[email protected] | |
(56/96) Wrote github.com/grpc-ecosystem/[email protected] | |
(57/96) Wrote github.com/golang/[email protected] | |
(58/96) Wrote github.com/googleapis/[email protected] | |
(59/96) Wrote github.com/wercker/stern@b04b5491222d9743529cb859a20d34ce2bb763af | |
(60/96) Wrote github.com/petar/GoLLRB@master | |
(61/96) Wrote [email protected] | |
(62/96) Wrote github.com/nsf/termbox-go@master | |
(63/96) Wrote github.com/aokoli/[email protected] | |
(64/96) Wrote github.com/gophercloud/gophercloud@master | |
(65/96) Wrote github.com/peterbourgon/[email protected] | |
(66/96) Wrote github.com/beorn7/perks@master | |
(67/96) Wrote github.com/PuerkitoBio/urlesc@master | |
(68/96) Wrote golang.org/x/crypto@master | |
(69/96) Wrote golang.org/x/oauth2@master | |
(70/96) Wrote github.com/PuerkitoBio/[email protected] | |
(71/96) Wrote github.com/briandowns/spinner@5cf08d0ac778f0d708570fe143e3f82fdb9f9007 | |
(72/96) Wrote golang.org/x/sync@master | |
(73/96) Wrote golang.org/x/net@master | |
(74/96) Wrote golang.org/x/time@master | |
(75/96) Wrote github.com/census-instrumentation/[email protected] | |
(76/96) Wrote github.com/pkg/browser@c90ca0c84f15f81c982e32665bffd8d7aac8f097 | |
(77/96) Wrote github.com/modern-go/[email protected] | |
(78/96) Wrote golang.org/x/sys@master | |
(79/96) Wrote k8s.io/gengo@master | |
(80/96) Wrote k8s.io/[email protected] | |
(81/96) Wrote gopkg.in/yaml.v2@v2 | |
(82/96) Wrote k8s.io/[email protected] | |
(83/96) Wrote k8s.io/kube-openapi@master | |
(84/96) Wrote gopkg.in/[email protected] | |
(85/96) Wrote google.golang.org/[email protected] | |
(86/96) Wrote k8s.io/code-generator@master | |
(87/96) Wrote k8s.io/[email protected] | |
(88/96) Wrote google.golang.org/[email protected] | |
(89/96) Wrote golang.org/x/text@master | |
(90/96) Wrote golang.org/x/tools@master | |
(91/96) Wrote github.com/gogo/[email protected] | |
(92/96) Wrote k8s.io/[email protected] | |
(93/96) Wrote google.golang.org/genproto@master | |
(94/96) Wrote k8s.io/[email protected] | |
(95/96) Wrote k8s.io/[email protected] | |
(96/96) Failed to write google.golang.org/[email protected] | |
grouped write of manifest, lock and vendor: error while writing out vendor tree: failed to write dep tree: failed to export google.golang.org/api: failed to fetch source for https://code.googlesource.com/google-api-go-client: unable to get repository: Cloning into '/root/go/pkg/dep/sources/https---code.googlesource.com-google--api--go--client'... | |
POST git-upload-pack (691 bytes) | |
error: RPC failed; HTTP 502 curl 22 The requested URL returned error: 502 | |
fatal: the remote end hung up unexpectedly | |
: command failed: [git clone --recursive -v --progress https://code.googlesource.com/google-api-go-client /root/go/pkg/dep/sources/https---code.googlesource.com-google--api--go--client]: exit status 128 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment