Created
June 25, 2019 00:01
-
-
Save l5d-bot/42c125fcd8a4a85742c80b046ea11b63 to your computer and use it in GitHub Desktop.
l5d-integration-fail-eab288830ea28340341f53344369cce50e162e7e.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 'eab288830ea28340341f53344369cce50e162e7e'. | |
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 eab28883 Test l5d-bot | |
Sending build context to Docker daemon 4.464MB | |
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 | |
---> 491fa94f4475 | |
Step 4/26 : WORKDIR /build | |
---> Using cache | |
---> 1772301fa405 | |
Step 5/26 : COPY bin/fetch-proxy bin/fetch-proxy | |
---> Using cache | |
---> 157865b96073 | |
Step 6/26 : ARG PROXY_VERSION | |
---> Using cache | |
---> ae6c43389367 | |
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 | |
---> 59556d27d9e9 | |
Step 8/26 : FROM gcr.io/linkerd-io/go-deps:b3c7654e as golang | |
---> 33d3ecd0371d | |
Step 9/26 : WORKDIR /go/src/github.com/linkerd/linkerd2 | |
---> Using cache | |
---> 14dc68f872e9 | |
Step 10/26 : ENV CGO_ENABLED=0 GOOS=linux | |
---> Using cache | |
---> 4d6c3a418a21 | |
Step 11/26 : COPY pkg/flags pkg/flags | |
---> Using cache | |
---> 37ca863d15be | |
Step 12/26 : COPY pkg/tls pkg/tls | |
---> Using cache | |
---> 00775e3d951c | |
Step 13/26 : COPY pkg/version pkg/version | |
---> Using cache | |
---> 78681c6295de | |
Step 14/26 : RUN go build ./pkg/... | |
---> Using cache | |
---> 257f397a109f | |
Step 15/26 : COPY proxy-identity proxy-identity | |
---> Using cache | |
---> 64f6faefc2a3 | |
Step 16/26 : RUN CGO_ENABLED=0 GOOS=linux go install ./proxy-identity | |
---> Using cache | |
---> 442f3be3ff88 | |
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 | |
---> 90920022a09d | |
Step 19/26 : COPY --from=fetch /build/version.txt /usr/lib/linkerd/linkerd2-proxy-version.txt | |
---> Using cache | |
---> cdeb4389f9ad | |
Step 20/26 : COPY --from=fetch /build/linkerd2-proxy /usr/lib/linkerd/linkerd2-proxy | |
---> Using cache | |
---> e8dd6f24d794 | |
Step 21/26 : COPY --from=golang /go/bin/proxy-identity /usr/lib/linkerd/linkerd2-proxy-identity | |
---> Using cache | |
---> 648ea0fe222b | |
Step 22/26 : COPY proxy-identity/run-proxy.sh /usr/bin/linkerd2-proxy-run | |
---> Using cache | |
---> dfbf1fa1b0a5 | |
Step 23/26 : ARG LINKERD_VERSION | |
---> Using cache | |
---> 712aea8ca7eb | |
Step 24/26 : ENV LINKERD_CONTAINER_VERSION_OVERRIDE=${LINKERD_VERSION} | |
---> Running in 30332385612b | |
Removing intermediate container 30332385612b | |
---> e7f2b4c6271d | |
Step 25/26 : ENV LINKERD2_PROXY_LOG=warn,linkerd2_proxy=info | |
---> Running in ab9b026a6db1 | |
Removing intermediate container ab9b026a6db1 | |
---> 64be19359b55 | |
Step 26/26 : ENTRYPOINT ["/usr/bin/linkerd2-proxy-run"] | |
---> Running in 0e1927dfa95b | |
Removing intermediate container 0e1927dfa95b | |
---> 793dde25a126 | |
Successfully built 793dde25a126 | |
Successfully tagged gcr.io/linkerd-io/proxy:git-eab28883 | |
gcr.io/linkerd-io/proxy:git-eab28883 | |
Sending build context to Docker daemon 4.463MB | |
Step 1/13 : FROM gcr.io/linkerd-io/go-deps:b3c7654e as golang | |
---> 33d3ecd0371d | |
Step 2/13 : WORKDIR /go/src/github.com/linkerd/linkerd2 | |
---> Using cache | |
---> 14dc68f872e9 | |
Step 3/13 : COPY controller/gen controller/gen | |
---> Using cache | |
---> ec8ddaeec99d | |
Step 4/13 : COPY pkg pkg | |
---> Using cache | |
---> 1a25d2f9d108 | |
Step 5/13 : COPY controller controller | |
---> Using cache | |
---> 34a9715831bd | |
Step 6/13 : RUN CGO_ENABLED=0 GOOS=linux go install ./pkg/... | |
---> Using cache | |
---> fbe6a1df8367 | |
Step 7/13 : RUN CGO_ENABLED=0 GOOS=linux go install ./controller/cmd/... | |
---> Using cache | |
---> 9527c0680866 | |
Step 8/13 : FROM scratch | |
---> | |
Step 9/13 : ENV PATH=$PATH:/go/bin | |
---> Using cache | |
---> dcd688485305 | |
Step 10/13 : COPY LICENSE /linkerd/LICENSE | |
---> Using cache | |
---> 19fac92efecd | |
Step 11/13 : COPY --from=golang /go/bin /go/bin | |
---> Using cache | |
---> 62f81b9c91ff | |
Step 12/13 : ARG LINKERD_VERSION | |
---> Using cache | |
---> 07fa72c8de38 | |
Step 13/13 : ENV LINKERD_CONTAINER_VERSION_OVERRIDE=${LINKERD_VERSION} | |
---> Running in 1daf1cbeaf9d | |
Removing intermediate container 1daf1cbeaf9d | |
---> 66d67a780042 | |
Successfully built 66d67a780042 | |
Successfully tagged gcr.io/linkerd-io/controller:git-eab28883 | |
gcr.io/linkerd-io/controller:git-eab28883 | |
Sending build context to Docker daemon 4.464MB | |
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 | |
---> 8b5721a1ead6 | |
Step 3/34 : ENV HOME /root | |
---> Using cache | |
---> f38621aaaeb6 | |
Step 4/34 : ENV PATH $HOME/.yarn/bin:$PATH | |
---> Using cache | |
---> ac3a8ea3aa9e | |
Step 5/34 : ENV GOPATH /go | |
---> Using cache | |
---> 951da5a5d7f5 | |
Step 6/34 : ENV PROJECT github.com/linkerd/linkerd2 | |
---> Using cache | |
---> 036853fea5b9 | |
Step 7/34 : ENV PACKAGE $PROJECT/web/app | |
---> Using cache | |
---> 0043acccfca2 | |
Step 8/34 : ENV ROOT $GOPATH/src/$PROJECT | |
---> Using cache | |
---> 6b93be6bc9ab | |
Step 9/34 : ENV PACKAGEDIR $GOPATH/src/$PACKAGE | |
---> Using cache | |
---> b0dc386bc05c | |
Step 10/34 : WORKDIR $PACKAGEDIR | |
---> Using cache | |
---> acbc82ee6716 | |
Step 11/34 : COPY bin/web $ROOT/bin/web | |
---> Using cache | |
---> 6e7e23c88415 | |
Step 12/34 : COPY web/app/package.json web/app/yarn.lock ./ | |
---> Using cache | |
---> 216e1e13451e | |
Step 13/34 : RUN $ROOT/bin/web setup install --frozen-lockfile | |
---> Using cache | |
---> 89a0ee058553 | |
Step 14/34 : ENV NODE_ENV production | |
---> Using cache | |
---> 860962c06f66 | |
Step 15/34 : COPY web/app . | |
---> Using cache | |
---> b61a28fcf2b1 | |
Step 16/34 : RUN $ROOT/bin/web build | |
---> Using cache | |
---> 43eed69f3c70 | |
Step 17/34 : FROM gcr.io/linkerd-io/go-deps:b3c7654e as golang | |
---> 33d3ecd0371d | |
Step 18/34 : WORKDIR /go/src/github.com/linkerd/linkerd2 | |
---> Using cache | |
---> 14dc68f872e9 | |
Step 19/34 : RUN mkdir -p web | |
---> Using cache | |
---> 4341747efe94 | |
Step 20/34 : COPY web/main.go web | |
---> Using cache | |
---> d5dd51ff0cf7 | |
Step 21/34 : COPY web/srv web/srv | |
---> Using cache | |
---> c61c4f4e4a44 | |
Step 22/34 : COPY controller controller | |
---> Using cache | |
---> f27e3acdb1bd | |
Step 23/34 : COPY pkg pkg | |
---> Using cache | |
---> f4c04de9f146 | |
Step 24/34 : RUN CGO_ENABLED=0 GOOS=linux go build -o web/web ./web | |
---> Using cache | |
---> 0d5a37dd227f | |
Step 25/34 : FROM gcr.io/linkerd-io/base:2019-02-19.01 | |
---> f07bbe9e1dde | |
Step 26/34 : WORKDIR /linkerd | |
---> Using cache | |
---> 86da5420c7e3 | |
Step 27/34 : COPY LICENSE . | |
---> Using cache | |
---> 643b1f01c4c8 | |
Step 28/34 : COPY --from=golang /go/src/github.com/linkerd/linkerd2/web/web . | |
---> Using cache | |
---> b4fd5d609ce2 | |
Step 29/34 : RUN mkdir -p app | |
---> Using cache | |
---> 649a0431131b | |
Step 30/34 : COPY --from=webpack-bundle /go/src/github.com/linkerd/linkerd2/web/app/dist app/dist | |
---> Using cache | |
---> cb97c936c031 | |
Step 31/34 : COPY web/templates templates | |
---> Using cache | |
---> 76fa82193375 | |
Step 32/34 : ARG LINKERD_VERSION | |
---> Using cache | |
---> 7a174e47817b | |
Step 33/34 : ENV LINKERD_CONTAINER_VERSION_OVERRIDE=${LINKERD_VERSION} | |
---> Running in cf9e0cf213f2 | |
Removing intermediate container cf9e0cf213f2 | |
---> e390c27405f0 | |
Step 34/34 : ENTRYPOINT ["./web"] | |
---> Running in 1a9cc3f38a36 | |
Removing intermediate container 1a9cc3f38a36 | |
---> 2e4fa22366fd | |
Successfully built 2e4fa22366fd | |
Successfully tagged gcr.io/linkerd-io/web:git-eab28883 | |
gcr.io/linkerd-io/web:git-eab28883 | |
Sending build context to Docker daemon 4.463MB | |
Step 1/16 : FROM gcr.io/linkerd-io/go-deps:b3c7654e as golang | |
---> 33d3ecd0371d | |
Step 2/16 : WORKDIR /go/src/github.com/linkerd/linkerd2 | |
---> Using cache | |
---> 14dc68f872e9 | |
Step 3/16 : COPY pkg pkg | |
---> Using cache | |
---> fc57dc7ac9fc | |
Step 4/16 : COPY controller controller | |
---> Using cache | |
---> 970035c0c5de | |
Step 5/16 : COPY cni-plugin cni-plugin | |
---> Using cache | |
---> 924b1c8f38e3 | |
Step 6/16 : RUN CGO_ENABLED=0 GOOS=linux go build -o /go/bin/linkerd-cni -v ./cni-plugin/ | |
---> Using cache | |
---> 67c066941221 | |
Step 7/16 : FROM gcr.io/linkerd-io/base:2019-02-19.01 | |
---> f07bbe9e1dde | |
Step 8/16 : WORKDIR /linkerd | |
---> Using cache | |
---> 86da5420c7e3 | |
Step 9/16 : RUN curl -kL -o $(which jq) https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 | |
---> Using cache | |
---> 9e9b80523585 | |
Step 10/16 : COPY --from=golang /go/bin/linkerd-cni /opt/cni/bin/ | |
---> Using cache | |
---> 41c752639d67 | |
Step 11/16 : COPY LICENSE . | |
---> Using cache | |
---> 2cdf7cc54bff | |
Step 12/16 : COPY cni-plugin/deployment/scripts/install-cni.sh . | |
---> Using cache | |
---> b884e01a65d1 | |
Step 13/16 : COPY cni-plugin/deployment/linkerd-cni.conf.default . | |
---> Using cache | |
---> 43fa8a87dfd6 | |
Step 14/16 : COPY cni-plugin/deployment/scripts/filter.jq . | |
---> Using cache | |
---> 0364d9994a17 | |
Step 15/16 : ENV PATH=/linkerd:/opt/cni/bin:$PATH | |
---> Using cache | |
---> f053a88a811f | |
Step 16/16 : CMD ["install-cni.sh"] | |
---> Using cache | |
---> 76c1b39aae5a | |
Successfully built 76c1b39aae5a | |
Successfully tagged gcr.io/linkerd-io/cni-plugin:git-eab28883 | |
gcr.io/linkerd-io/cni-plugin:git-eab28883 | |
Sending build context to Docker daemon 4.463MB | |
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 | |
---> 064d9bfdf0ec | |
Step 3/3 : ENTRYPOINT [ "tshark", "-i", "any" ] | |
---> Using cache | |
---> e5f233aa6a4d | |
Successfully built e5f233aa6a4d | |
Successfully tagged gcr.io/linkerd-io/debug:git-eab28883 | |
gcr.io/linkerd-io/debug:git-eab28883 | |
Sending build context to Docker daemon 4.464MB | |
Step 1/22 : FROM gcr.io/linkerd-io/go-deps:b3c7654e as golang | |
---> 33d3ecd0371d | |
Step 2/22 : WORKDIR /go/src/github.com/linkerd/linkerd2 | |
---> Using cache | |
---> 14dc68f872e9 | |
Step 3/22 : COPY cli cli | |
---> Using cache | |
---> 791656e8b5b5 | |
Step 4/22 : COPY chart chart | |
---> Using cache | |
---> 29a8781f4fa7 | |
Step 5/22 : COPY controller/k8s controller/k8s | |
---> Using cache | |
---> 47b8f08369ee | |
Step 6/22 : COPY controller/api controller/api | |
---> Using cache | |
---> 9c55713170b4 | |
Step 7/22 : COPY controller/gen controller/gen | |
---> Using cache | |
---> 8e0a4889c18a | |
Step 8/22 : COPY pkg pkg | |
---> Using cache | |
---> 835b3dbeb4fe | |
Step 9/22 : RUN mkdir -p /out | |
---> Using cache | |
---> 2b7e0e94e17f | |
Step 10/22 : RUN go generate ./cli | |
---> Using cache | |
---> ddddb026811d | |
Step 11/22 : RUN CGO_ENABLED=0 GOOS=darwin go build -o /out/linkerd-darwin -tags prod -ldflags "-s -w" ./cli | |
---> Using cache | |
---> 2931da4f337f | |
Step 12/22 : RUN CGO_ENABLED=0 GOOS=linux go build -o /out/linkerd-linux -tags prod -ldflags "-s -w" ./cli | |
---> Using cache | |
---> a737b0720e8a | |
Step 13/22 : RUN CGO_ENABLED=0 GOOS=windows go build -o /out/linkerd-windows -tags prod -ldflags "-s -w" ./cli | |
---> Using cache | |
---> 84cb117e6d58 | |
Step 14/22 : ARG LINKERD_VERSION | |
---> Using cache | |
---> 5139fc615560 | |
Step 15/22 : ENV GO_LDFLAGS="-s -w -X github.com/linkerd/linkerd2/pkg/version.Version=${LINKERD_VERSION}" | |
---> Running in c0b673403a90 | |
Removing intermediate container c0b673403a90 | |
---> 4e85b4fa92fd | |
Step 16/22 : RUN CGO_ENABLED=0 GOOS=darwin go build -o /out/linkerd-darwin -tags prod -ldflags "${GO_LDFLAGS}" ./cli | |
---> Running in b3195ef7d652 | |
Removing intermediate container b3195ef7d652 | |
---> b07a55223414 | |
Step 17/22 : RUN CGO_ENABLED=0 GOOS=linux go build -o /out/linkerd-linux -tags prod -ldflags "${GO_LDFLAGS}" ./cli | |
---> Running in 4a2142599a6e | |
Removing intermediate container 4a2142599a6e | |
---> 815edc56bce4 | |
Step 18/22 : RUN CGO_ENABLED=0 GOOS=windows go build -o /out/linkerd-windows -tags prod -ldflags "${GO_LDFLAGS}" ./cli | |
---> Running in a86aad167be3 | |
Removing intermediate container a86aad167be3 | |
---> 5a15b8bf4365 | |
Step 19/22 : FROM scratch | |
---> | |
Step 20/22 : COPY LICENSE /linkerd/LICENSE | |
---> Using cache | |
---> 2eb6350bd559 | |
Step 21/22 : COPY --from=golang /out /out | |
---> ab64bf71c7d7 | |
Step 22/22 : ENTRYPOINT ["/out/linkerd-linux"] | |
---> Running in 0800d6002904 | |
Removing intermediate container 0800d6002904 | |
---> 4d0abe64c86b | |
Successfully built 4d0abe64c86b | |
Successfully tagged gcr.io/linkerd-io/cli-bin:git-eab28883 | |
gcr.io/linkerd-io/cli-bin:git-eab28883 | |
/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 4.463MB | |
Step 1/4 : FROM grafana/grafana:5.4.3 | |
---> d0454da13c84 | |
Step 2/4 : COPY LICENSE /linkerd/LICENSE | |
---> Using cache | |
---> cd262ebdad09 | |
Step 3/4 : COPY grafana/dashboards /var/lib/grafana/dashboards | |
---> Using cache | |
---> ab9b71fd256d | |
Step 4/4 : COPY grafana/dashboards/top-line.json /usr/share/grafana/public/dashboards/home.json | |
---> Using cache | |
---> a9e8c3bbbd0e | |
Successfully built a9e8c3bbbd0e | |
Successfully tagged gcr.io/linkerd-io/grafana:git-eab28883 | |
gcr.io/linkerd-io/grafana:git-eab28883 | |
The push refers to repository [gcr.io/linkerd-io/cli-bin] | |
59c4ff6dacb0: Preparing | |
3d1c3d0508c3: Preparing | |
3d1c3d0508c3: Layer already exists | |
59c4ff6dacb0: Pushed | |
git-eab28883: digest: sha256:20a2081e98b45d932f05ae3b2199f4995e0ecf8aa40fe0d47d601732f4998eff size: 737 | |
The push refers to repository [gcr.io/linkerd-io/cni-plugin] | |
341143d39c39: Preparing | |
605dd818e7e7: Preparing | |
0b75d6fcb4d4: Preparing | |
4cd90b33d247: Preparing | |
353672c14405: Preparing | |
512544252d64: Preparing | |
9e23994e8670: Preparing | |
7c5874767822: Preparing | |
0a07e81f5da3: Preparing | |
512544252d64: Waiting | |
9e23994e8670: Waiting | |
7c5874767822: Waiting | |
353672c14405: Layer already exists | |
0b75d6fcb4d4: Layer already exists | |
341143d39c39: Layer already exists | |
4cd90b33d247: Layer already exists | |
605dd818e7e7: Layer already exists | |
512544252d64: Layer already exists | |
9e23994e8670: Layer already exists | |
7c5874767822: Layer already exists | |
0a07e81f5da3: Layer already exists | |
git-eab28883: digest: sha256:55409711b96e304d754a7c5d7e22a65e87805d67038c942131dba13362d5620b size: 2201 | |
The push refers to repository [gcr.io/linkerd-io/controller] | |
4a981ec13466: Preparing | |
ab03fef09392: Preparing | |
4a981ec13466: Layer already exists | |
ab03fef09392: Layer already exists | |
git-eab28883: digest: sha256:9a1690ab2c168de8d90481895c630d89206cd3f0a1e712c3a16d98f8aee0fef2 size: 737 | |
The push refers to repository [gcr.io/linkerd-io/debug] | |
cb175a6114fe: Preparing | |
7c5874767822: Preparing | |
0a07e81f5da3: Preparing | |
7c5874767822: Layer already exists | |
cb175a6114fe: Layer already exists | |
0a07e81f5da3: Layer already exists | |
git-eab28883: digest: sha256:aefa10372d99029e7da7f1fa12ac896d575a28d12bfd5072310755c97b36cd9b size: 953 | |
The push refers to repository [gcr.io/linkerd-io/grafana] | |
083152e2669c: Preparing | |
7dfd251d0016: Preparing | |
e1ec95cb1d2e: Preparing | |
67796dde2d25: Preparing | |
4a786a04c29c: Preparing | |
63e69b5ec8fb: Preparing | |
f2d8bd23c9c1: Preparing | |
c61883f6d7a1: Preparing | |
7b4e562e58dc: Preparing | |
f2d8bd23c9c1: Waiting | |
c61883f6d7a1: Waiting | |
7b4e562e58dc: Waiting | |
63e69b5ec8fb: Waiting | |
e1ec95cb1d2e: Layer already exists | |
083152e2669c: Layer already exists | |
7dfd251d0016: Layer already exists | |
4a786a04c29c: Layer already exists | |
67796dde2d25: Layer already exists | |
63e69b5ec8fb: Layer already exists | |
f2d8bd23c9c1: Layer already exists | |
c61883f6d7a1: Layer already exists | |
7b4e562e58dc: Layer already exists | |
git-eab28883: digest: sha256:10c89c530c238c499d4962cad2a64bdbb6ff95c1db8490fab63045b46a18d1ba size: 2201 | |
The push refers to repository [gcr.io/linkerd-io/proxy] | |
bbd1d1632733: Preparing | |
0afbddf31430: Preparing | |
32b7a737f540: Preparing | |
a8d6240efc1d: Preparing | |
15fc1fd0db06: Preparing | |
7c5874767822: Preparing | |
0a07e81f5da3: Preparing | |
7c5874767822: Waiting | |
0a07e81f5da3: Waiting | |
a8d6240efc1d: Layer already exists | |
0afbddf31430: Layer already exists | |
32b7a737f540: Layer already exists | |
15fc1fd0db06: Layer already exists | |
bbd1d1632733: Layer already exists | |
7c5874767822: Layer already exists | |
0a07e81f5da3: Layer already exists | |
git-eab28883: digest: sha256:a2b1ffb3cd005cfb97f20b37b5ec7946947e03f08b1cb04597cd7d8180b6c727 size: 1785 | |
The push refers to repository [gcr.io/linkerd-io/web] | |
557a95058d8b: Preparing | |
0fe9f510362f: Preparing | |
5a6fc21f6f5f: Preparing | |
88bf478f432b: Preparing | |
25539555a256: Preparing | |
9e23994e8670: Preparing | |
7c5874767822: Preparing | |
0a07e81f5da3: Preparing | |
9e23994e8670: Waiting | |
7c5874767822: Waiting | |
0a07e81f5da3: Waiting | |
25539555a256: Layer already exists | |
5a6fc21f6f5f: Layer already exists | |
0fe9f510362f: Layer already exists | |
557a95058d8b: Layer already exists | |
88bf478f432b: Layer already exists | |
9e23994e8670: Layer already exists | |
7c5874767822: Layer already exists | |
0a07e81f5da3: Layer already exists | |
git-eab28883: digest: sha256:e068ba0dea4c2933484a8dac2423994cf9e3d22c5871ce1818bbfe64003a2818 size: 1992 | |
Starting to serve on 127.0.0.1:8080 | |
(1/97) Wrote github.com/Masterminds/semver@v1.4.2 | |
(2/97) Wrote github.com/cpuguy83/go-md2man@v1.0.8 | |
(3/97) Wrote github.com/cyphar/filepath-securejoin@v0.2.2 | |
(4/97) Wrote github.com/containernetworking/cni@v0.6.0 | |
(5/97) Wrote contrib.go.opencensus.io/exporter/ocagent@v0.2.0 | |
(6/97) Wrote sigs.k8s.io/yaml@v1.1.0 | |
(7/97) Wrote github.com/dgrijalva/jwt-go@v3.1.0 | |
(8/97) Wrote github.com/davecgh/go-spew@v1.1.0 | |
(9/97) Wrote github.com/deislabs/smi-sdk-go@f281e2121a16192b99c40dcdb9eefcfce19e9d6d | |
(10/97) Wrote github.com/PuerkitoBio/purell@v1.1.0 | |
(11/97) Wrote github.com/BurntSushi/toml@v0.3.1 | |
(12/97) Wrote github.com/PuerkitoBio/urlesc@master | |
(13/97) Wrote github.com/Masterminds/sprig@v2.17.1 | |
(14/97) Wrote github.com/aokoli/goutils@v1.1.0 | |
(15/97) Wrote github.com/Azure/go-autorest@v11.3.2 | |
(16/97) Wrote github.com/pkg/browser@c90ca0c84f15f81c982e32665bffd8d7aac8f097 | |
(17/97) Wrote github.com/peterbourgon/diskv@v2.0.1 | |
(18/97) Wrote github.com/docker/spdystream@449fdfce4d962303d702fec724ef0ad181c92528 | |
(19/97) Wrote github.com/briandowns/spinner@5cf08d0ac778f0d708570fe143e3f82fdb9f9007 | |
(20/97) Wrote github.com/pkg/errors@v0.8.1 | |
(21/97) Wrote github.com/emicklei/proto@v1.6.8 | |
(22/97) Wrote github.com/beorn7/perks@master | |
(23/97) Wrote github.com/evanphx/json-patch@v4.1.0 | |
(24/97) Wrote github.com/prometheus/client_model@master | |
(25/97) Wrote github.com/prometheus/client_golang@v0.9.2 | |
(26/97) Wrote github.com/prometheus/common@master | |
(27/97) Wrote github.com/grpc-ecosystem/go-grpc-prometheus@v1.1 | |
(28/97) Wrote github.com/fatih/color@v1.7.0 | |
(29/97) Wrote github.com/hashicorp/golang-lru@master | |
(30/97) Wrote github.com/huandu/xstrings@v1.2.0 | |
(31/97) Wrote github.com/projectcalico/libcalico-go@v1.7.3 | |
(32/97) Wrote github.com/ghodss/yaml@v1.0.0 | |
(33/97) Wrote github.com/imdario/mergo@0.3.2 | |
(34/97) Wrote github.com/prometheus/procfs@master | |
(35/97) Wrote github.com/go-openapi/jsonpointer@v0.17.2 | |
(36/97) Wrote github.com/russross/blackfriday@v1.5.2 | |
(37/97) Wrote github.com/go-openapi/jsonreference@v0.17.2 | |
(38/97) Wrote github.com/inconshreveable/mousetrap@v1.0 | |
(39/97) Wrote github.com/sergi/go-diff@v1.0.0 | |
(40/97) Wrote github.com/shurcooL/httpfs@master | |
(41/97) Wrote github.com/json-iterator/go@f2b4162afba35581b6d4a50d3b8f34e33c144682 | |
(42/97) Wrote github.com/go-openapi/spec@v0.17.2 | |
(43/97) Wrote github.com/julienschmidt/httprouter@v1.1 | |
(44/97) Wrote github.com/go-openapi/swag@v0.17.2 | |
(45/97) Wrote github.com/shurcooL/vfsgen@master | |
(46/97) Wrote github.com/linkerd/linkerd2-proxy-api@v0.1.7 | |
(47/97) Wrote github.com/linkerd/linkerd2-proxy-init@v1.0.0 | |
(48/97) Wrote github.com/golang/glog@master | |
(49/97) Wrote github.com/gobwas/glob@v0.2.3 | |
(50/97) Wrote github.com/google/gofuzz@master | |
(51/97) Wrote cloud.google.com/go@v0.18.0 | |
(52/97) Wrote github.com/wercker/stern@b04b5491222d9743529cb859a20d34ce2bb763af | |
(53/97) Wrote github.com/mattn/go-colorable@v0.0.9 | |
(54/97) Wrote github.com/sirupsen/logrus@v1.0.4 | |
(55/97) Wrote github.com/google/btree@master | |
(56/97) Wrote github.com/mattn/go-isatty@v0.0.7 | |
(57/97) Wrote github.com/spf13/pflag@v1.0.0 | |
(58/97) Wrote github.com/spf13/cobra@7b2c5ac9fc04fc5efafb60700713d4fa609b777b | |
(59/97) Wrote github.com/mailru/easyjson@master | |
(60/97) Wrote github.com/mattn/go-runewidth@v0.0.2 | |
(61/97) Wrote go.opencensus.io@v0.18.0 | |
(62/97) Wrote github.com/google/uuid@v1.1.0 | |
(63/97) Wrote github.com/golang/protobuf@v1.2.0 | |
(64/97) Wrote github.com/matttproud/golang_protobuf_extensions@v1.0.0 | |
(65/97) Wrote golang.org/x/sync@master | |
(66/97) Wrote github.com/nsf/termbox-go@master | |
(67/97) Wrote github.com/modern-go/concurrent@1.0.3 | |
(68/97) Wrote github.com/modern-go/reflect2@1.0.1 | |
(69/97) Wrote golang.org/x/crypto@master | |
(70/97) Wrote github.com/gorilla/websocket@v1.2.0 | |
(71/97) Wrote github.com/googleapis/gnostic@v0.1.0 | |
(72/97) Wrote golang.org/x/net@master | |
(73/97) Wrote github.com/gregjones/httpcache@master | |
(74/97) Wrote golang.org/x/oauth2@master | |
(75/97) Wrote golang.org/x/time@master | |
(76/97) Wrote github.com/petar/GoLLRB@master | |
(77/97) Wrote github.com/census-instrumentation/opencensus-proto@v0.1.0 | |
(78/97) Wrote github.com/gophercloud/gophercloud@master | |
(79/97) Wrote gopkg.in/inf.v0@v0.9.0 | |
(80/97) Wrote golang.org/x/sys@master | |
(81/97) Wrote gopkg.in/yaml.v2@v2 | |
(82/97) Wrote k8s.io/klog@v0.1.0 | |
(83/97) Wrote google.golang.org/grpc@v1.9.2 | |
(84/97) Wrote k8s.io/gengo@master | |
(85/97) Wrote google.golang.org/appengine@v1.0.0 | |
(86/97) Wrote k8s.io/apimachinery@kubernetes-1.13.1 | |
(87/97) Wrote k8s.io/code-generator@master | |
(88/97) Wrote k8s.io/kube-openapi@master | |
(89/97) Wrote golang.org/x/text@master | |
(90/97) Wrote golang.org/x/tools@master | |
(91/97) Wrote k8s.io/client-go@kubernetes-1.13.1 | |
(92/97) Wrote github.com/gogo/protobuf@v1.0.0 | |
(93/97) Wrote google.golang.org/genproto@master | |
(94/97) Wrote k8s.io/helm@v2.12.2 | |
(95/97) Wrote k8s.io/apiextensions-apiserver@kubernetes-1.13.1 | |
(96/97) Wrote k8s.io/api@kubernetes-1.13.1 | |
(97/97) Wrote google.golang.org/api@v0.1.0 | |
Collecting project constraints: | |
(1/97) cloud.google.com/go | |
(2/97) contrib.go.opencensus.io/exporter/ocagent | |
(3/97) github.com/Azure/go-autorest | |
(4/97) github.com/BurntSushi/toml | |
(5/97) github.com/Masterminds/semver | |
(6/97) github.com/Masterminds/sprig | |
(7/97) github.com/PuerkitoBio/purell | |
(8/97) github.com/PuerkitoBio/urlesc | |
(9/97) github.com/aokoli/goutils | |
(10/97) github.com/beorn7/perks | |
(11/97) github.com/briandowns/spinner | |
(12/97) github.com/census-instrumentation/opencensus-proto | |
(13/97) github.com/containernetworking/cni | |
(14/97) github.com/cpuguy83/go-md2man | |
(15/97) github.com/cyphar/filepath-securejoin | |
(16/97) github.com/davecgh/go-spew | |
(17/97) github.com/deislabs/smi-sdk-go | |
(18/97) github.com/dgrijalva/jwt-go | |
(19/97) github.com/docker/spdystream | |
(20/97) github.com/emicklei/proto | |
(21/97) github.com/evanphx/json-patch | |
(22/97) github.com/fatih/color | |
(23/97) github.com/ghodss/yaml | |
(24/97) github.com/go-openapi/jsonpointer | |
(25/97) github.com/go-openapi/jsonreference | |
(26/97) github.com/go-openapi/spec | |
(27/97) github.com/go-openapi/swag | |
(28/97) github.com/gobwas/glob | |
(29/97) github.com/gogo/protobuf | |
(30/97) github.com/golang/glog | |
(31/97) github.com/golang/protobuf | |
(32/97) github.com/google/btree | |
(33/97) github.com/google/gofuzz | |
(34/97) github.com/google/uuid | |
(35/97) github.com/googleapis/gnostic | |
(36/97) github.com/gophercloud/gophercloud | |
(37/97) github.com/gorilla/websocket | |
(38/97) github.com/gregjones/httpcache | |
(39/97) github.com/grpc-ecosystem/go-grpc-prometheus | |
(40/97) github.com/hashicorp/golang-lru | |
(41/97) github.com/huandu/xstrings | |
(42/97) github.com/imdario/mergo | |
(43/97) github.com/inconshreveable/mousetrap | |
(44/97) github.com/json-iterator/go | |
(45/97) github.com/julienschmidt/httprouter | |
(46/97) github.com/linkerd/linkerd2-proxy-api | |
(47/97) github.com/linkerd/linkerd2-proxy-init | |
(48/97) github.com/mailru/easyjson | |
(49/97) github.com/mattn/go-colorable | |
(50/97) github.com/mattn/go-isatty | |
(51/97) github.com/mattn/go-runewidth | |
(52/97) github.com/matttproud/golang_protobuf_extensions | |
(53/97) github.com/modern-go/concurrent | |
(54/97) github.com/modern-go/reflect2 | |
(55/97) github.com/nsf/termbox-go | |
(56/97) github.com/petar/GoLLRB | |
(57/97) github.com/peterbourgon/diskv | |
(58/97) github.com/pkg/browser | |
(59/97) github.com/pkg/errors | |
(60/97) github.com/projectcalico/libcalico-go | |
(61/97) github.com/prometheus/client_golang | |
(62/97) github.com/prometheus/client_model | |
(63/97) github.com/prometheus/common | |
(64/97) github.com/prometheus/procfs | |
(65/97) github.com/russross/blackfriday | |
(66/97) github.com/sergi/go-diff | |
(67/97) github.com/shurcooL/httpfs | |
(68/97) github.com/shurcooL/vfsgen | |
(69/97) github.com/sirupsen/logrus | |
(70/97) github.com/spf13/cobra | |
(71/97) github.com/spf13/pflag | |
(72/97) github.com/wercker/stern | |
(73/97) go.opencensus.io | |
(74/97) golang.org/x/crypto | |
(75/97) golang.org/x/net | |
(76/97) golang.org/x/oauth2 | |
(77/97) golang.org/x/sync | |
(78/97) golang.org/x/sys | |
(79/97) golang.org/x/text | |
(80/97) golang.org/x/time | |
(81/97) golang.org/x/tools | |
(82/97) google.golang.org/api | |
(83/97) google.golang.org/appengine | |
(84/97) google.golang.org/genproto | |
(85/97) google.golang.org/grpc | |
(86/97) gopkg.in/inf.v0 | |
(87/97) gopkg.in/yaml.v2 | |
(88/97) k8s.io/api | |
(89/97) k8s.io/apiextensions-apiserver | |
(90/97) k8s.io/apimachinery | |
(91/97) k8s.io/client-go | |
(92/97) k8s.io/code-generator | |
(93/97) k8s.io/gengo | |
(94/97) k8s.io/helm | |
(95/97) k8s.io/klog | |
(96/97) k8s.io/kube-openapi | |
(97/97) sigs.k8s.io/yaml | |
Checking upstream projects: | |
(1/97) cloud.google.com/go | |
(2/97) contrib.go.opencensus.io/exporter/ocagent | |
(3/97) github.com/Azure/go-autorest | |
(4/97) github.com/BurntSushi/toml | |
(5/97) github.com/Masterminds/semver | |
(6/97) github.com/Masterminds/sprig | |
(7/97) github.com/PuerkitoBio/purell | |
(8/97) github.com/PuerkitoBio/urlesc | |
(9/97) github.com/aokoli/goutils | |
(10/97) github.com/beorn7/perks | |
(11/97) github.com/briandowns/spinner | |
(12/97) github.com/census-instrumentation/opencensus-proto | |
(13/97) github.com/containernetworking/cni | |
(14/97) github.com/cpuguy83/go-md2man | |
(15/97) github.com/cyphar/filepath-securejoin | |
(16/97) github.com/davecgh/go-spew | |
(17/97) github.com/deislabs/smi-sdk-go | |
(18/97) github.com/dgrijalva/jwt-go | |
(19/97) github.com/docker/spdystream | |
(20/97) github.com/emicklei/proto | |
(21/97) github.com/evanphx/json-patch | |
(22/97) github.com/fatih/color | |
(23/97) github.com/ghodss/yaml | |
(24/97) github.com/go-openapi/jsonpointer | |
(25/97) github.com/go-openapi/jsonreference | |
(26/97) github.com/go-openapi/spec | |
(27/97) github.com/go-openapi/swag | |
(28/97) github.com/gobwas/glob | |
(29/97) github.com/gogo/protobuf | |
(30/97) github.com/golang/glog | |
(31/97) github.com/golang/protobuf | |
(32/97) github.com/google/btree | |
(33/97) github.com/google/gofuzz | |
(34/97) github.com/google/uuid | |
(35/97) github.com/googleapis/gnostic | |
(36/97) github.com/gophercloud/gophercloud | |
(37/97) github.com/gorilla/websocket | |
(38/97) github.com/gregjones/httpcache | |
(39/97) github.com/grpc-ecosystem/go-grpc-prometheus | |
(40/97) github.com/hashicorp/golang-lru | |
(41/97) github.com/huandu/xstrings | |
(42/97) github.com/imdario/mergo | |
(43/97) github.com/inconshreveable/mousetrap | |
(44/97) github.com/json-iterator/go | |
(45/97) github.com/julienschmidt/httprouter | |
(46/97) github.com/linkerd/linkerd2-proxy-api | |
(47/97) github.com/linkerd/linkerd2-proxy-init | |
(48/97) github.com/mailru/easyjson | |
(49/97) github.com/mattn/go-colorable | |
(50/97) github.com/mattn/go-isatty | |
(51/97) github.com/mattn/go-runewidth | |
(52/97) github.com/matttproud/golang_protobuf_extensions | |
(53/97) github.com/modern-go/concurrent | |
(54/97) github.com/modern-go/reflect2 | |
(55/97) github.com/nsf/termbox-go | |
(56/97) github.com/petar/GoLLRB | |
(57/97) github.com/peterbourgon/diskv | |
(58/97) github.com/pkg/browser | |
(59/97) github.com/pkg/errors | |
(60/97) github.com/projectcalico/libcalico-go | |
(61/97) github.com/prometheus/client_golang | |
(62/97) github.com/prometheus/client_model | |
(63/97) github.com/prometheus/common | |
(64/97) github.com/prometheus/procfs | |
(65/97) github.com/russross/blackfriday | |
(66/97) github.com/sergi/go-diff | |
(67/97) github.com/shurcooL/httpfs | |
(68/97) github.com/shurcooL/vfsgen | |
(69/97) github.com/sirupsen/logrus | |
(70/97) github.com/spf13/cobra | |
(71/97) github.com/spf13/pflag | |
(72/97) github.com/wercker/stern | |
(73/97) go.opencensus.io | |
(74/97) golang.org/x/crypto | |
(75/97) golang.org/x/net | |
(76/97) golang.org/x/oauth2 | |
(77/97) golang.org/x/sync | |
(78/97) golang.org/x/sys | |
(79/97) golang.org/x/text | |
(80/97) golang.org/x/time | |
(81/97) golang.org/x/tools | |
(82/97) google.golang.org/api | |
(83/97) google.golang.org/appengine | |
(84/97) google.golang.org/genproto | |
(85/97) google.golang.org/grpc | |
(86/97) gopkg.in/inf.v0 | |
(87/97) gopkg.in/yaml.v2 | |
(88/97) k8s.io/api | |
(89/97) k8s.io/apiextensions-apiserver | |
(90/97) k8s.io/apimachinery | |
(91/97) k8s.io/client-go | |
(92/97) k8s.io/code-generator | |
(93/97) k8s.io/gengo | |
(94/97) k8s.io/helm | |
(95/97) k8s.io/klog | |
(96/97) k8s.io/kube-openapi | |
(97/97) sigs.k8s.io/yaml | |
PROJECT CONSTRAINT VERSION REVISION LATEST PKGS USED | |
cloud.google.com/go v0.18.0 v0.18.0 767c40d v0.18.0 1 | |
contrib.go.opencensus.io/exporter/ocagent v0.2.0 v0.2.0 00af367 v0.2.0 1 | |
github.com/Azure/go-autorest v11.3.2 v11.3.2 7324aa0 v11.3.2 6 | |
github.com/BurntSushi/toml v0.3.1 v0.3.1 3012a1d v0.3.1 1 | |
github.com/Masterminds/semver v1.4.2 v1.4.2 c7af129 v1.4.2 1 | |
github.com/Masterminds/sprig v2.17.1 v2.17.1 544a9b1 v2.17.1 1 | |
github.com/PuerkitoBio/purell v1.1.0 v1.1.0 0bcb03f v1.1.0 1 | |
github.com/PuerkitoBio/urlesc branch master branch master de5bf2a de5bf2a 1 | |
github.com/aokoli/goutils v1.1.0 v1.1.0 41ac869 v1.1.0 1 | |
github.com/beorn7/perks branch master branch master 4c0e845 4b2b341 1 | |
github.com/briandowns/spinner 5cf08d0 5cf08d0 1 | |
github.com/census-instrumentation/opencensus-proto v0.1.0 v0.1.0 7f2434b v0.1.0 4 | |
github.com/containernetworking/cni v0.6.0 v0.6.0 5 | |
github.com/cpuguy83/go-md2man v1.0.8 v1.0.8 20f5889 v1.0.8 1 | |
github.com/cyphar/filepath-securejoin v0.2.2 v0.2.2 a261ee3 v0.2.2 1 | |
github.com/davecgh/go-spew v1.1.0 v1.1.0 346938d v1.1.0 1 | |
github.com/deislabs/smi-sdk-go f281e21 f281e21 12 | |
github.com/dgrijalva/jwt-go v3.1.0 v3.1.0 dbeaa93 v3.1.0 1 | |
github.com/docker/spdystream * 449fdfc 2 | |
github.com/emicklei/proto v1.6.8 v1.6.8 6a34d38 v1.6.8 1 | |
github.com/evanphx/json-patch v4.1.0 v4.1.0 72bf35d v4.1.0 1 | |
github.com/fatih/color v1.7.0 v1.7.0 5b77d2a v1.7.0 1 | |
github.com/ghodss/yaml v1.0.0 v1.0.0 0ca9ea5 v1.0.0 1 | |
github.com/go-openapi/jsonpointer v0.17.2 v0.17.2 ef5f0af v0.17.2 1 | |
github.com/go-openapi/jsonreference v0.17.2 v0.17.2 8483a88 v0.17.2 1 | |
github.com/go-openapi/spec ^0.17.2 v0.17.2 5bae59e v0.17.2 1 | |
github.com/go-openapi/swag v0.17.2 v0.17.2 5899d5c v0.17.2 1 | |
github.com/gobwas/glob v0.2.3 v0.2.3 5ccd90e v0.2.3 8 | |
github.com/gogo/protobuf v1.0.0 v1.0.0 1adfc12 v1.0.0 2 | |
github.com/golang/glog branch master branch master 23def4e 23def4e 1 | |
github.com/golang/protobuf ^1.2.0 v1.2.0 aa810b6 v1.3.1 14 | |
github.com/google/btree branch master branch master e89373f 2023616 1 | |
github.com/google/gofuzz branch master branch master 24818f7 f140a64 1 | |
github.com/google/uuid v1.1.0 v1.1.0 9b3b1e0 v1.1.0 1 | |
github.com/googleapis/gnostic v0.1.0 v0.1.0 ee43cbb v0.1.0 3 | |
github.com/gophercloud/gophercloud branch master branch master 104e257 1574321 7 | |
github.com/gorilla/websocket ^1.2.0 v1.2.0 ea4d1f6 v1.4.0 1 | |
github.com/gregjones/httpcache branch master branch master 9cad4c3 901d907 2 | |
github.com/grpc-ecosystem/go-grpc-prometheus v1.1 v1.1 6b7015e v1.1 1 | |
github.com/hashicorp/golang-lru branch master branch master 0fb14ef 59383c4 2 | |
github.com/huandu/xstrings v1.2.0 v1.2.0 f02667b v1.2.0 1 | |
github.com/imdario/mergo 0.3.2 0.3.2 163f413 0.3.2 1 | |
github.com/inconshreveable/mousetrap v1.0 v1.0 76626ae v1.0 1 | |
github.com/json-iterator/go * f2b4162 1 | |
github.com/julienschmidt/httprouter v1.1 v1.1 8c199fb v1.1 1 | |
github.com/linkerd/linkerd2-proxy-api ^0.1.7 v0.1.7 be7667c v0.1.9 5 | |
github.com/linkerd/linkerd2-proxy-init ^1.0.0 v1.0.0 458ed04 v1.0.0 2 | |
github.com/mailru/easyjson branch master branch master 60711f1 da37f6c 3 | |
github.com/mattn/go-colorable v0.0.9 v0.0.9 167de6b v0.0.9 1 | |
github.com/mattn/go-isatty ^0.0.7 v0.0.7 c2a7a6c v0.0.8 1 | |
github.com/mattn/go-runewidth v0.0.2 v0.0.2 9e777a8 v0.0.2 1 | |
github.com/matttproud/golang_protobuf_extensions v1.0.0 v1.0.0 3247c84 v1.0.0 1 | |
github.com/modern-go/concurrent 1.0.3 1.0.3 bacd9c7 1.0.3 1 | |
github.com/modern-go/reflect2 1.0.1 1.0.1 4b7aa43 1.0.1 1 | |
github.com/nsf/termbox-go branch master branch master 5c94acc eeb6cd0 1 | |
github.com/petar/GoLLRB branch master branch master 53be0d3 33fb24c 1 | |
github.com/peterbourgon/diskv v2.0.1 v2.0.1 5f041e8 v2.0.1 1 | |
github.com/pkg/browser c90ca0c c90ca0c 1 | |
github.com/pkg/errors v0.8.1 v0.8.1 ba968bf v0.8.1 1 | |
github.com/projectcalico/libcalico-go v1.7.3 v1.7.3 aab828e v1.7.3 1 | |
github.com/prometheus/client_golang ^0.9.2 v0.9.2 505eaef v0.9.4 5 | |
github.com/prometheus/client_model branch master branch master 99fa1f4 fd36f42 1 | |
github.com/prometheus/common branch master branch master 89604d1 31bed53 3 | |
github.com/prometheus/procfs branch master branch master cb41470 6a34993 4 | |
github.com/russross/blackfriday v1.5.2 v1.5.2 05f3235 v1.5.2 1 | |
github.com/sergi/go-diff v1.0.0 v1.0.0 1744e29 v1.0.0 1 | |
github.com/shurcooL/httpfs branch master branch master 74dc933 6a4d4a7 1 | |
github.com/shurcooL/vfsgen branch master branch master 6a9ea43 6a9ea43 1 | |
github.com/sirupsen/logrus ^1.0.3 v1.0.4 d682213 v1.4.2 1 | |
github.com/spf13/cobra 7b2c5ac 7b2c5ac 2 | |
github.com/spf13/pflag v1.0.0 v1.0.0 e57e3ee v1.0.0 1 | |
github.com/wercker/stern b04b549 b04b549 2 | |
go.opencensus.io v0.18.0 v0.18.0 b7bf3cd v0.18.0 15 | |
golang.org/x/crypto branch master branch master 74369b4 cc06ce4 3 | |
golang.org/x/net branch master branch master 2fb46b1 3b0461e 8 | |
golang.org/x/oauth2 branch master branch master a032972 0f29369 5 | |
golang.org/x/sync branch master branch master 37e7f08 1122301 1 | |
golang.org/x/sys branch master branch master 37707fd c5567b4 2 | |
golang.org/x/text branch master branch master e19ae14 342b2e1 15 | |
golang.org/x/time branch master branch master fbb02b2 9d24e82 1 | |
golang.org/x/tools branch master branch master 0aa4b88 a101b04 3 | |
google.golang.org/api v0.1.0 v0.1.0 19e022d v0.1.0 1 | |
google.golang.org/appengine v1.0.0 v1.0.0 150dc57 v1.0.0 10 | |
google.golang.org/genproto branch master branch master 2b5a72b 6af8c5f 1 | |
google.golang.org/grpc ^1.7.0 v1.9.2 6b51017 v1.21.1 22 | |
gopkg.in/inf.v0 v0.9.0 v0.9.0 3887ee9 v0.9.0 1 | |
gopkg.in/yaml.v2 branch v2 branch v2 d670f94 7b8349a 1 | |
k8s.io/api kubernetes-1.13.1 kubernetes-1.13.1 05914d8 33 | |
k8s.io/apiextensions-apiserver kubernetes-1.13.1 kubernetes-1.13.1 0fe22c7 7 | |
k8s.io/apimachinery kubernetes-1.13.1 kubernetes-1.13.1 2b1284e 45 | |
k8s.io/client-go kubernetes-1.13.1 kubernetes-1.13.1 8d9ed53 177 | |
k8s.io/code-generator branch master branch master aae79fe d550403 19 | |
k8s.io/gengo branch master branch master 4242d8e e17681d 8 | |
k8s.io/helm ^2.12.2 v2.12.2 7d2b0c7 v2.14.1 9 | |
k8s.io/klog v0.1.0 v0.1.0 a5bc97f v0.1.0 1 | |
k8s.io/kube-openapi branch master branch master d8ea2fe db7b694 1 | |
sigs.k8s.io/yaml v1.1.0 v1.1.0 fd68e98 v1.1.0 1 | |
Checking the linkerd binary...[ok] | |
Checking if there is a Kubernetes cluster available...[ok] | |
==================RUNNING ALL TESTS================== | |
Testing Linkerd version [git-eab28883] namespace [l5d-integration-auto-git-eab28883] k8s-context [] | |
Running test [install_test.go] --linkerd-namespace=l5d-integration-auto-git-eab28883 | |
=== RUN TestVersionPreInstall | |
--- PASS: TestVersionPreInstall (0.14s) | |
=== RUN TestCheckPreInstall | |
--- PASS: TestCheckPreInstall (0.26s) | |
=== RUN TestInstallOrUpgrade | |
--- PASS: TestInstallOrUpgrade (61.39s) | |
=== RUN TestVersionPostInstall | |
--- PASS: TestVersionPostInstall (0.44s) | |
=== RUN TestCheckConfigPostInstall | |
--- PASS: TestCheckConfigPostInstall (0.25s) | |
=== RUN TestCheckPostInstall | |
--- PASS: TestCheckPostInstall (0.67s) | |
=== RUN TestInstallSP | |
--- PASS: TestInstallSP (2.75s) | |
=== RUN TestDashboard | |
--- PASS: TestDashboard (1.05s) | |
=== RUN TestInject | |
=== RUN TestInject/smoke-test | |
=== RUN TestInject/smoke-test-manual | |
=== RUN TestInject/smoke-test-ann | |
--- PASS: TestInject (49.34s) | |
--- PASS: TestInject/smoke-test (18.17s) | |
--- PASS: TestInject/smoke-test-manual (12.01s) | |
--- PASS: TestInject/smoke-test-ann (19.16s) | |
=== RUN TestServiceProfileDeploy | |
=== RUN TestServiceProfileDeploy/smoke-test | |
=== RUN TestServiceProfileDeploy/smoke-test-manual | |
=== RUN TestServiceProfileDeploy/smoke-test-ann | |
--- PASS: TestServiceProfileDeploy (1.64s) | |
--- PASS: TestServiceProfileDeploy/smoke-test (0.45s) | |
--- PASS: TestServiceProfileDeploy/smoke-test-manual (0.44s) | |
--- PASS: TestServiceProfileDeploy/smoke-test-ann (0.53s) | |
=== RUN TestCheckProxy | |
=== RUN TestCheckProxy/smoke-test | |
=== RUN TestCheckProxy/smoke-test-manual | |
=== RUN TestCheckProxy/smoke-test-ann | |
--- PASS: TestCheckProxy (3.05s) | |
--- PASS: TestCheckProxy/smoke-test (0.93s) | |
--- PASS: TestCheckProxy/smoke-test-manual (1.03s) | |
--- PASS: TestCheckProxy/smoke-test-ann (1.09s) | |
=== RUN TestLogs | |
=== RUN TestLogs/sp-validator/sp-validator | |
=== RUN TestLogs/sp-validator/linkerd-proxy | |
=== RUN TestLogs/web/web | |
=== RUN TestLogs/web/linkerd-proxy | |
=== RUN TestLogs/proxy-injector/proxy-injector | |
=== RUN TestLogs/proxy-injector/linkerd-proxy | |
=== RUN TestLogs/controller/destination | |
=== RUN TestLogs/controller/public-api | |
=== RUN TestLogs/controller/linkerd-proxy | |
=== RUN TestLogs/tap/tap | |
=== RUN TestLogs/tap/linkerd-proxy | |
=== RUN TestLogs/grafana/linkerd-proxy | |
=== RUN TestLogs/identity/identity | |
=== RUN TestLogs/identity/linkerd-proxy | |
=== RUN TestLogs/prometheus/linkerd-proxy | |
--- PASS: TestLogs (37.52s) | |
--- PASS: TestLogs/sp-validator/sp-validator (2.50s) | |
--- PASS: TestLogs/sp-validator/linkerd-proxy (2.50s) | |
install_test.go:499: Found known error in sp-validator/linkerd-proxy log: l5d-integration-auto-git-eab28883 linkerd-sp-validator-7d5d8ffc6d-qkv85 linkerd-proxy WARN [ 0.510798s] linkerd-identity.l5d-integration-auto-git-eab28883.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-eab28883.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-eab28883.serviceaccount.identity.l5d-integration-auto-git-eab28883.cluster.local") }: request timed out | |
--- PASS: TestLogs/web/web (2.50s) | |
--- PASS: TestLogs/web/linkerd-proxy (2.50s) | |
--- PASS: TestLogs/proxy-injector/proxy-injector (2.50s) | |
--- PASS: TestLogs/proxy-injector/linkerd-proxy (2.50s) | |
install_test.go:499: Found known error in proxy-injector/linkerd-proxy log: l5d-integration-auto-git-eab28883 linkerd-proxy-injector-85684bc67-ht47w linkerd-proxy WARN [ 0.513362s] linkerd-identity.l5d-integration-auto-git-eab28883.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-eab28883.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-eab28883.serviceaccount.identity.l5d-integration-auto-git-eab28883.cluster.local") }: request timed out | |
--- PASS: TestLogs/controller/destination (2.50s) | |
--- PASS: TestLogs/controller/public-api (2.50s) | |
--- PASS: TestLogs/controller/linkerd-proxy (2.50s) | |
install_test.go:499: Found known error in controller/linkerd-proxy log: l5d-integration-auto-git-eab28883 linkerd-controller-6485fb8487-clwxv linkerd-proxy WARN [ 0.508603s] linkerd-identity.l5d-integration-auto-git-eab28883.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-eab28883.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-eab28883.serviceaccount.identity.l5d-integration-auto-git-eab28883.cluster.local") }: request timed out | |
--- PASS: TestLogs/tap/tap (2.50s) | |
--- PASS: TestLogs/tap/linkerd-proxy (2.50s) | |
install_test.go:499: Found known error in tap/linkerd-proxy log: l5d-integration-auto-git-eab28883 linkerd-tap-df96fcd7-sz9w8 linkerd-proxy WARN [ 0.514122s] linkerd-identity.l5d-integration-auto-git-eab28883.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-eab28883.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-eab28883.serviceaccount.identity.l5d-integration-auto-git-eab28883.cluster.local") }: request timed out | |
--- PASS: TestLogs/grafana/linkerd-proxy (2.50s) | |
install_test.go:502: Found unexpected proxy error in grafana/linkerd-proxy log: l5d-integration-auto-git-eab28883 linkerd-grafana-7857887fcd-xkpqr linkerd-proxy ERR! [ 0.284838s] proxy={server=in listen=0.0.0.0:4143 remote=10.244.9.125:49262} linkerd2_proxy::app::errors unexpected error: error trying to connect: Connection refused (os error 111) (address: 127.0.0.1:3000) | |
install_test.go:502: Found unexpected proxy error in grafana/linkerd-proxy log: l5d-integration-auto-git-eab28883 linkerd-grafana-7857887fcd-xkpqr linkerd-proxy ERR! [ 1.291866s] proxy={server=in listen=0.0.0.0:4143 remote=10.244.10.1:45580} linkerd2_proxy::app::errors unexpected error: error trying to connect: Connection refused (os error 111) (address: 127.0.0.1:3000) | |
install_test.go:502: Found unexpected proxy error in grafana/linkerd-proxy log: l5d-integration-auto-git-eab28883 linkerd-grafana-7857887fcd-xkpqr linkerd-proxy ERR! [ 10.282921s] proxy={server=in listen=0.0.0.0:4143 remote=10.244.9.125:49262} linkerd2_proxy::app::errors unexpected error: error trying to connect: Connection refused (os error 111) (address: 127.0.0.1:3000) | |
install_test.go:502: Found unexpected proxy error in grafana/linkerd-proxy log: l5d-integration-auto-git-eab28883 linkerd-grafana-7857887fcd-xkpqr linkerd-proxy ERR! [ 11.291947s] proxy={server=in listen=0.0.0.0:4143 remote=10.244.10.1:45652} linkerd2_proxy::app::errors unexpected error: error trying to connect: Connection refused (os error 111) (address: 127.0.0.1:3000) | |
--- PASS: TestLogs/identity/identity (2.50s) | |
--- PASS: TestLogs/identity/linkerd-proxy (2.50s) | |
install_test.go:499: Found known error in identity/linkerd-proxy log: l5d-integration-auto-git-eab28883 linkerd-identity-685d5ccd96-dxstk linkerd-proxy WARN [ 3.612090s] linkerd-destination.l5d-integration-auto-git-eab28883.svc.cluster.local:8086 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-destination.l5d-integration-auto-git-eab28883.svc.cluster.local", port: 8086 }), identity: Some("linkerd-controller.l5d-integration-auto-git-eab28883.serviceaccount.identity.l5d-integration-auto-git-eab28883.cluster.local") }: request timed out | |
install_test.go:502: Found unexpected proxy error in identity/linkerd-proxy log: l5d-integration-auto-git-eab28883 linkerd-identity-685d5ccd96-dxstk linkerd-proxy WARN [ 8.098920s] linkerd2_proxy::app::profiles error fetching profile for linkerd-identity.l5d-integration-auto-git-eab28883.svc.cluster.local:8080: Status { code: Unknown, message: "the request could not be dispatched in a timely fashion" } | |
--- PASS: TestLogs/prometheus/linkerd-proxy (2.50s) | |
install_test.go:499: Found known error in prometheus/linkerd-proxy log: l5d-integration-auto-git-eab28883 linkerd-prometheus-56cb9bbb5f-btgqr linkerd-proxy WARN [ 0.515613s] linkerd-identity.l5d-integration-auto-git-eab28883.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-eab28883.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-eab28883.serviceaccount.identity.l5d-integration-auto-git-eab28883.cluster.local") }: request timed out | |
install_test.go:502: Found unexpected proxy error in prometheus/linkerd-proxy log: l5d-integration-auto-git-eab28883 linkerd-prometheus-56cb9bbb5f-btgqr linkerd-proxy ERR! [ 6.522941s] proxy={server=out listen=127.0.0.1:4140 remote=10.244.9.125:45134} linkerd2_proxy::app::errors unexpected error: error trying to connect: Connection refused (os error 111) (address: 10.244.10.46:9994) | |
install_test.go:502: Found unexpected proxy error in prometheus/linkerd-proxy log: l5d-integration-auto-git-eab28883 linkerd-prometheus-56cb9bbb5f-btgqr linkerd-proxy ERR! [ 7.342449s] proxy={server=out listen=127.0.0.1:4140 remote=10.244.9.125:54892} linkerd2_proxy::app::errors unexpected error: error trying to connect: Connection refused (os error 111) (address: 10.244.10.46:4191) | |
install_test.go:502: Found unexpected proxy error in prometheus/linkerd-proxy log: l5d-integration-auto-git-eab28883 linkerd-prometheus-56cb9bbb5f-btgqr linkerd-proxy ERR! [ 8.961679s] proxy={server=out listen=127.0.0.1:4140 remote=10.244.9.125:53120} linkerd2_proxy::app::errors unexpected error: error trying to connect: Connection refused (os error 111) (address: 10.244.10.47:4191) | |
=== RUN TestEvents | |
--- PASS: TestEvents (0.20s) | |
install_test.go:544: Found known warning event: Unhealthy linkerd-grafana-7857887fcd-xkpqr Readiness probe failed: HTTP probe failed with statuscode: 502 | |
=== RUN TestRestarts | |
--- PASS: TestRestarts (0.09s) | |
PASS | |
ok command-line-arguments 158.863s | |
Installing release [stable-2.3.2] namespace [l5d-integration-auto-git-eab28883-upgrade] | |
Upgrading release [stable-2.3.2] to [git-eab28883] | |
Running test [install_test.go] --upgrade-from-version=stable-2.3.2 | |
Running test [--linkerd-namespace=l5d-integration-auto-git-eab28883-upgrade] | |
=== RUN TestVersionPreInstall | |
--- PASS: TestVersionPreInstall (0.40s) | |
=== RUN TestCheckPreInstall | |
--- SKIP: TestCheckPreInstall (0.00s) | |
install_test.go:135: Skipping pre-install check for upgrade test | |
=== RUN TestInstallOrUpgrade | |
--- PASS: TestInstallOrUpgrade (44.78s) | |
=== RUN TestVersionPostInstall | |
--- PASS: TestVersionPostInstall (0.45s) | |
=== RUN TestCheckConfigPostInstall | |
--- PASS: TestCheckConfigPostInstall (0.23s) | |
=== RUN TestCheckPostInstall | |
--- PASS: TestCheckPostInstall (0.68s) | |
=== RUN TestInstallSP | |
--- PASS: TestInstallSP (1.78s) | |
=== RUN TestDashboard | |
--- PASS: TestDashboard (1.01s) | |
=== RUN TestInject | |
=== RUN TestInject/smoke-test | |
=== RUN TestInject/smoke-test-manual | |
=== RUN TestInject/smoke-test-ann | |
--- PASS: TestInject (38.73s) | |
--- PASS: TestInject/smoke-test (16.28s) | |
--- PASS: TestInject/smoke-test-manual (10.68s) | |
--- PASS: TestInject/smoke-test-ann (11.76s) | |
=== RUN TestServiceProfileDeploy | |
=== RUN TestServiceProfileDeploy/smoke-test | |
=== RUN TestServiceProfileDeploy/smoke-test-manual | |
=== RUN TestServiceProfileDeploy/smoke-test-ann | |
--- PASS: TestServiceProfileDeploy (1.73s) | |
--- PASS: TestServiceProfileDeploy/smoke-test (0.62s) | |
--- PASS: TestServiceProfileDeploy/smoke-test-manual (0.50s) | |
--- PASS: TestServiceProfileDeploy/smoke-test-ann (0.52s) | |
=== RUN TestCheckProxy | |
=== RUN TestCheckProxy/smoke-test | |
=== RUN TestCheckProxy/smoke-test-manual | |
=== RUN TestCheckProxy/smoke-test-ann | |
--- PASS: TestCheckProxy (3.01s) | |
--- PASS: TestCheckProxy/smoke-test (1.00s) | |
--- PASS: TestCheckProxy/smoke-test-manual (1.07s) | |
--- PASS: TestCheckProxy/smoke-test-ann (0.95s) | |
=== RUN TestLogs | |
=== RUN TestLogs/web/web | |
=== RUN TestLogs/web/linkerd-proxy | |
=== RUN TestLogs/proxy-injector/proxy-injector | |
=== RUN TestLogs/proxy-injector/linkerd-proxy | |
=== RUN TestLogs/controller/destination | |
=== RUN TestLogs/controller/public-api | |
=== RUN TestLogs/controller/linkerd-proxy | |
=== RUN TestLogs/tap/tap | |
=== RUN TestLogs/tap/linkerd-proxy | |
=== RUN TestLogs/grafana/linkerd-proxy | |
=== RUN TestLogs/identity/identity | |
=== RUN TestLogs/identity/linkerd-proxy | |
=== RUN TestLogs/prometheus/linkerd-proxy | |
=== RUN TestLogs/sp-validator/sp-validator | |
=== RUN TestLogs/sp-validator/linkerd-proxy | |
--- PASS: TestLogs (37.52s) | |
--- PASS: TestLogs/web/web (2.50s) | |
--- PASS: TestLogs/web/linkerd-proxy (2.50s) | |
install_test.go:499: Found known error in web/linkerd-proxy log: l5d-integration-auto-git-eab28883-upgrade linkerd-web-78fdb95fbf-zwdqn linkerd-proxy WARN [ 0.508755s] linkerd-identity.l5d-integration-auto-git-eab28883-upgrade.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-eab28883-upgrade.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-eab28883-upgrade.serviceaccount.identity.l5d-integration-auto-git-eab28883-upgrade.cluster.local") }: request timed out | |
--- PASS: TestLogs/proxy-injector/proxy-injector (2.50s) | |
--- PASS: TestLogs/proxy-injector/linkerd-proxy (2.50s) | |
install_test.go:499: Found known error in proxy-injector/linkerd-proxy log: l5d-integration-auto-git-eab28883-upgrade linkerd-proxy-injector-74799499bc-8x764 linkerd-proxy WARN [ 0.512227s] linkerd-identity.l5d-integration-auto-git-eab28883-upgrade.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-eab28883-upgrade.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-eab28883-upgrade.serviceaccount.identity.l5d-integration-auto-git-eab28883-upgrade.cluster.local") }: request timed out | |
install_test.go:502: Found unexpected proxy error in proxy-injector/linkerd-proxy log: l5d-integration-auto-git-eab28883-upgrade linkerd-proxy-injector-74799499bc-8x764 linkerd-proxy ERR! [ 5.003127s] admin={bg=identity} linkerd2_proxy::app::identity Failed to certify identity: grpc-status: Unknown, grpc-message: "the request could not be dispatched in a timely fashion" | |
--- PASS: TestLogs/controller/destination (2.50s) | |
--- PASS: TestLogs/controller/public-api (2.50s) | |
--- PASS: TestLogs/controller/linkerd-proxy (2.50s) | |
install_test.go:499: Found known error in controller/linkerd-proxy log: l5d-integration-auto-git-eab28883-upgrade linkerd-controller-86bdbc6864-jfh4s linkerd-proxy WARN [ 0.508769s] linkerd-identity.l5d-integration-auto-git-eab28883-upgrade.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-eab28883-upgrade.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-eab28883-upgrade.serviceaccount.identity.l5d-integration-auto-git-eab28883-upgrade.cluster.local") }: request timed out | |
install_test.go:502: Found unexpected proxy error in controller/linkerd-proxy log: l5d-integration-auto-git-eab28883-upgrade linkerd-controller-86bdbc6864-jfh4s linkerd-proxy ERR! [ 5.002922s] admin={bg=identity} linkerd2_proxy::app::identity Failed to certify identity: grpc-status: Unknown, grpc-message: "the request could not be dispatched in a timely fashion" | |
--- PASS: TestLogs/tap/tap (2.50s) | |
--- PASS: TestLogs/tap/linkerd-proxy (2.50s) | |
install_test.go:499: Found known error in tap/linkerd-proxy log: l5d-integration-auto-git-eab28883-upgrade linkerd-tap-6bb9cfccfb-lqwns linkerd-proxy WARN [ 0.512115s] linkerd-identity.l5d-integration-auto-git-eab28883-upgrade.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-eab28883-upgrade.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-eab28883-upgrade.serviceaccount.identity.l5d-integration-auto-git-eab28883-upgrade.cluster.local") }: request timed out | |
install_test.go:502: Found unexpected proxy error in tap/linkerd-proxy log: l5d-integration-auto-git-eab28883-upgrade linkerd-tap-6bb9cfccfb-lqwns linkerd-proxy ERR! [ 5.003503s] admin={bg=identity} linkerd2_proxy::app::identity Failed to certify identity: grpc-status: Unknown, grpc-message: "the request could not be dispatched in a timely fashion" | |
--- PASS: TestLogs/grafana/linkerd-proxy (2.50s) | |
install_test.go:499: Found known error in grafana/linkerd-proxy log: l5d-integration-auto-git-eab28883-upgrade linkerd-grafana-58b6f65788-zpwt6 linkerd-proxy WARN [ 0.509762s] linkerd-identity.l5d-integration-auto-git-eab28883-upgrade.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-eab28883-upgrade.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-eab28883-upgrade.serviceaccount.identity.l5d-integration-auto-git-eab28883-upgrade.cluster.local") }: request timed out | |
install_test.go:502: Found unexpected proxy error in grafana/linkerd-proxy log: l5d-integration-auto-git-eab28883-upgrade linkerd-grafana-58b6f65788-zpwt6 linkerd-proxy ERR! [ 3.907184s] proxy={server=in listen=0.0.0.0:4143 remote=10.244.9.128:49564} linkerd2_proxy::app::errors unexpected error: error trying to connect: Connection refused (os error 111) (address: 127.0.0.1:3000) | |
install_test.go:502: Found unexpected proxy error in grafana/linkerd-proxy log: l5d-integration-auto-git-eab28883-upgrade linkerd-grafana-58b6f65788-zpwt6 linkerd-proxy ERR! [ 6.512885s] proxy={server=in listen=0.0.0.0:4143 remote=10.244.7.1:55776} linkerd2_proxy::app::errors unexpected error: error trying to connect: Connection refused (os error 111) (address: 127.0.0.1:3000) | |
install_test.go:502: Found unexpected proxy error in grafana/linkerd-proxy log: l5d-integration-auto-git-eab28883-upgrade linkerd-grafana-58b6f65788-zpwt6 linkerd-proxy ERR! [ 13.905318s] proxy={server=in listen=0.0.0.0:4143 remote=10.244.9.128:49564} linkerd2_proxy::app::errors unexpected error: error trying to connect: Connection refused (os error 111) (address: 127.0.0.1:3000) | |
install_test.go:502: Found unexpected proxy error in grafana/linkerd-proxy log: l5d-integration-auto-git-eab28883-upgrade linkerd-grafana-58b6f65788-zpwt6 linkerd-proxy ERR! [ 16.512804s] proxy={server=in listen=0.0.0.0:4143 remote=10.244.7.1:55888} linkerd2_proxy::app::errors unexpected error: error trying to connect: Connection refused (os error 111) (address: 127.0.0.1:3000) | |
--- PASS: TestLogs/identity/identity (2.50s) | |
--- PASS: TestLogs/identity/linkerd-proxy (2.50s) | |
install_test.go:499: Found known error in identity/linkerd-proxy log: l5d-integration-auto-git-eab28883-upgrade linkerd-identity-cf9dff885-f4bp8 linkerd-proxy WARN [ 10.909210s] linkerd-destination.l5d-integration-auto-git-eab28883-upgrade.svc.cluster.local:8086 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-destination.l5d-integration-auto-git-eab28883-upgrade.svc.cluster.local", port: 8086 }), identity: Some("linkerd-controller.l5d-integration-auto-git-eab28883-upgrade.serviceaccount.identity.l5d-integration-auto-git-eab28883-upgrade.cluster.local") }: request timed out | |
install_test.go:502: Found unexpected proxy error in identity/linkerd-proxy log: l5d-integration-auto-git-eab28883-upgrade linkerd-identity-cf9dff885-f4bp8 linkerd-proxy WARN [ 15.391869s] linkerd2_proxy::app::profiles error fetching profile for linkerd-identity.l5d-integration-auto-git-eab28883-upgrade.svc.cluster.local:8080: Status { code: Unknown, message: "the request could not be dispatched in a timely fashion" } | |
install_test.go:502: Found unexpected proxy error in identity/linkerd-proxy log: l5d-integration-auto-git-eab28883-upgrade linkerd-identity-cf9dff885-f4bp8 linkerd-proxy WARN [ 23.394183s] linkerd2_proxy::app::profiles error fetching profile for linkerd-identity.l5d-integration-auto-git-eab28883-upgrade.svc.cluster.local:8080: Status { code: Unknown, message: "the request could not be dispatched in a timely fashion" } | |
--- PASS: TestLogs/prometheus/linkerd-proxy (2.50s) | |
install_test.go:499: Found known error in prometheus/linkerd-proxy log: l5d-integration-auto-git-eab28883-upgrade linkerd-prometheus-69744656f-h9fwg linkerd-proxy WARN [ 0.515341s] linkerd-identity.l5d-integration-auto-git-eab28883-upgrade.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-eab28883-upgrade.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-eab28883-upgrade.serviceaccount.identity.l5d-integration-auto-git-eab28883-upgrade.cluster.local") }: request timed out | |
install_test.go:502: Found unexpected proxy error in prometheus/linkerd-proxy log: l5d-integration-auto-git-eab28883-upgrade linkerd-prometheus-69744656f-h9fwg linkerd-proxy ERR! [ 5.003009s] admin={bg=identity} linkerd2_proxy::app::identity Failed to certify identity: grpc-status: Unknown, grpc-message: "the request could not be dispatched in a timely fashion" | |
--- PASS: TestLogs/sp-validator/sp-validator (2.50s) | |
--- PASS: TestLogs/sp-validator/linkerd-proxy (2.50s) | |
install_test.go:499: Found known error in sp-validator/linkerd-proxy log: l5d-integration-auto-git-eab28883-upgrade linkerd-sp-validator-567f9447f4-dj596 linkerd-proxy WARN [ 0.511050s] linkerd-identity.l5d-integration-auto-git-eab28883-upgrade.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-eab28883-upgrade.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-eab28883-upgrade.serviceaccount.identity.l5d-integration-auto-git-eab28883-upgrade.cluster.local") }: request timed out | |
=== RUN TestEvents | |
--- PASS: TestEvents (0.26s) | |
install_test.go:544: Found known warning event: Unhealthy linkerd-controller-5d8779cdb9-p924m Readiness probe failed: HTTP probe failed with statuscode: 503 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-controller-86bdbc6864-jfh4s Readiness probe failed: HTTP probe failed with statuscode: 503 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-grafana-58b6f65788-zpwt6 Readiness probe failed: HTTP probe failed with statuscode: 502 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-grafana-75645f585f-2rl5s Readiness probe failed: HTTP probe failed with statuscode: 502 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-grafana-75645f585f-2rl5s Readiness probe failed: HTTP probe failed with statuscode: 503 | |
install_test.go:544: Found known warning event: FailedToUpdateEndpoint linkerd-identity Failed to update endpoint l5d-integration-auto-git-eab28883-upgrade/linkerd-identity: Operation cannot be fulfilled on endpoints "linkerd-identity": the object has been modified; please apply your changes to the latest version and try again | |
install_test.go:544: Found known warning event: Unhealthy linkerd-prometheus-59dc9bdc9c-qk7l6 Readiness probe failed: HTTP probe failed with statuscode: 503 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-prometheus-69744656f-h9fwg Readiness probe failed: HTTP probe failed with statuscode: 503 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-proxy-injector-74799499bc-8x764 Readiness probe failed: HTTP probe failed with statuscode: 503 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-sp-validator-6f698b6c8-bk5gd Readiness probe failed: HTTP probe failed with statuscode: 503 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-sp-validator-6f698b6c8-bk5gd Liveness probe failed: Get http://10.244.11.165:9997/ping: dial tcp 10.244.11.165:9997: connect: connection refused | |
install_test.go:544: Found known warning event: Unhealthy linkerd-tap-6bb9cfccfb-lqwns Readiness probe failed: HTTP probe failed with statuscode: 503 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-web-df444f4c7-gv7hx Readiness probe failed: HTTP probe failed with statuscode: 503 | |
=== RUN TestRestarts | |
--- PASS: TestRestarts (0.08s) | |
PASS | |
ok command-line-arguments 130.744s | |
Running test [egress_test.go] --linkerd-namespace=l5d-integration-auto-git-eab28883 | |
=== RUN TestEgressHttp | |
=== RUN TestEgressHttp/Can_use_egress_to_send_GET_request_to_http_(egress-test-http-get) | |
=== RUN TestEgressHttp/Can_use_egress_to_send_POST_request_to_http_(egress-test-http-post) | |
=== RUN TestEgressHttp/Can_use_egress_to_send_GET_request_to_https_(egress-test-https-get) | |
=== RUN TestEgressHttp/Can_use_egress_to_send_POST_request_to_https_(egress-test-https-post) | |
=== RUN TestEgressHttp/Can_use_egress_to_send_GET_request_to_https_(egress-test-not-www-get) | |
--- PASS: TestEgressHttp (27.09s) | |
--- PASS: TestEgressHttp/Can_use_egress_to_send_GET_request_to_http_(egress-test-http-get) (0.52s) | |
--- PASS: TestEgressHttp/Can_use_egress_to_send_POST_request_to_http_(egress-test-http-post) (0.49s) | |
--- PASS: TestEgressHttp/Can_use_egress_to_send_GET_request_to_https_(egress-test-https-get) (0.63s) | |
--- PASS: TestEgressHttp/Can_use_egress_to_send_POST_request_to_https_(egress-test-https-post) (0.65s) | |
--- PASS: TestEgressHttp/Can_use_egress_to_send_GET_request_to_https_(egress-test-not-www-get) (0.67s) | |
PASS | |
ok command-line-arguments 27.169s | |
Running test [tap_test.go] --linkerd-namespace=l5d-integration-auto-git-eab28883 | |
=== RUN TestCliTap | |
=== RUN TestCliTap/tap_a_deployment | |
=== RUN TestCliTap/tap_a_disabled_deployment | |
=== RUN TestCliTap/tap_a_service_call | |
=== RUN TestCliTap/tap_a_pod | |
=== RUN TestCliTap/filter_tap_events_by_method | |
=== RUN TestCliTap/filter_tap_events_by_authority | |
--- PASS: TestCliTap (44.70s) | |
--- PASS: TestCliTap/tap_a_deployment (5.92s) | |
--- PASS: TestCliTap/tap_a_disabled_deployment (0.55s) | |
--- PASS: TestCliTap/tap_a_service_call (4.45s) | |
--- PASS: TestCliTap/tap_a_pod (4.04s) | |
--- PASS: TestCliTap/filter_tap_events_by_method (3.96s) | |
--- PASS: TestCliTap/filter_tap_events_by_authority (4.00s) | |
PASS | |
ok command-line-arguments 44.773s | |
Running test [routes_test.go] --linkerd-namespace=l5d-integration-auto-git-eab28883 | |
=== RUN TestRoutes | |
--- PASS: TestRoutes (1.03s) | |
PASS | |
ok command-line-arguments 1.107s | |
Running test [stat_test.go] --linkerd-namespace=l5d-integration-auto-git-eab28883 | |
=== RUN TestCliStatForLinkerdNamespace | |
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_deploy_-n_l5d-integration-auto-git-eab28883 | |
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_po/linkerd-prometheus-56cb9bbb5f-btgqr_-n_l5d-integration-auto-git-eab28883_--from_po/linkerd-controller-6485fb8487-clwxv | |
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_deploy_-n_l5d-integration-auto-git-eab28883_--to_po/linkerd-prometheus-56cb9bbb5f-btgqr | |
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_svc_linkerd-prometheus_-n_l5d-integration-auto-git-eab28883_--from_deploy/linkerd-controller | |
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_deploy_-n_l5d-integration-auto-git-eab28883_--to_svc/linkerd-prometheus | |
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_ns_l5d-integration-auto-git-eab28883 | |
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_po_-n_l5d-integration-auto-git-eab28883_--to_au/linkerd-prometheus.l5d-integration-auto-git-eab28883.svc.cluster.local:9090 | |
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_au_-n_l5d-integration-auto-git-eab28883_--to_po/linkerd-prometheus-56cb9bbb5f-btgqr | |
--- PASS: TestCliStatForLinkerdNamespace (3.99s) | |
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_deploy_-n_l5d-integration-auto-git-eab28883 (0.44s) | |
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_po/linkerd-prometheus-56cb9bbb5f-btgqr_-n_l5d-integration-auto-git-eab28883_--from_po/linkerd-controller-6485fb8487-clwxv (0.46s) | |
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_deploy_-n_l5d-integration-auto-git-eab28883_--to_po/linkerd-prometheus-56cb9bbb5f-btgqr (0.48s) | |
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_svc_linkerd-prometheus_-n_l5d-integration-auto-git-eab28883_--from_deploy/linkerd-controller (0.51s) | |
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_deploy_-n_l5d-integration-auto-git-eab28883_--to_svc/linkerd-prometheus (0.52s) | |
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_ns_l5d-integration-auto-git-eab28883 (0.53s) | |
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_po_-n_l5d-integration-auto-git-eab28883_--to_au/linkerd-prometheus.l5d-integration-auto-git-eab28883.svc.cluster.local:9090 (0.49s) | |
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_au_-n_l5d-integration-auto-git-eab28883_--to_po/linkerd-prometheus-56cb9bbb5f-btgqr (0.48s) | |
PASS | |
ok command-line-arguments 4.073s | |
Running test [get_test.go] --linkerd-namespace=l5d-integration-auto-git-eab28883 | |
=== RUN TestCliGet | |
=== RUN TestCliGet/get_pods_from_--all-namespaces | |
=== RUN TestCliGet/get_pods_from_the_linkerd_namespace | |
--- PASS: TestCliGet (29.27s) | |
--- PASS: TestCliGet/get_pods_from_--all-namespaces (0.51s) | |
--- PASS: TestCliGet/get_pods_from_the_linkerd_namespace (0.53s) | |
PASS | |
ok command-line-arguments 29.345s | |
Running test [serviceprofiles_test.go] --linkerd-namespace=l5d-integration-auto-git-eab28883 | |
=== RUN TestServiceProfiles | |
=== RUN TestServiceProfiles/tap | |
=== RUN TestServiceProfiles/open-api | |
--- FAIL: TestServiceProfiles (36.34s) | |
--- FAIL: TestServiceProfiles/tap (11.05s) | |
serviceprofiles_test.go:107: 'linkerd [profile --namespace l5d-integration-auto-git-eab28883-serviceprofile-test t1-svc --tap deployment/t1 --tap-route-limit 1 --tap-duration 25s]' command failed with exit status 1: Error: Gateway Timeout | |
Usage: | |
linkerd profile [flags] (--template | --open-api file | --proto file | --tap resource) (SERVICE) | |
Examples: | |
# Output a basic template to apply after modification. | |
linkerd profile -n emoijvoto --template web-svc | |
# Generate a profile from an OpenAPI specification. | |
linkerd profile -n emojivoto --open-api web-svc.swagger web-svc | |
# Generate a profile from a protobuf definition. | |
linkerd profile -n emojivoto --proto Voting.proto vote-svc | |
# Generate a profile by watching live traffic based off tap data. | |
linkerd profile -n emojivoto web-svc --tap deploy/web --tap-duration 10s --tap-route-limit 5 | |
Flags: | |
-h, --help help for profile | |
-n, --namespace string Namespace of the service (default "default") | |
--open-api string Output a service profile based on the given OpenAPI spec file | |
--proto string Output a service profile based on the given Protobuf spec file | |
--tap string Output a service profile based on tap data for the given target resource | |
--tap-duration duration Duration over which tap data is collected (for example: "10s", "1m", "10m") (default 5s) | |
--tap-route-limit uint Max number of routes to add to the profile (default 20) | |
--template Output a service profile template | |
Global Flags: | |
--api-addr string Override kubeconfig and communicate directly with the control plane at host:port (mostly for testing) | |
--context string Name of the kubeconfig context to use | |
--kubeconfig string Path to the kubeconfig file to use for CLI requests | |
-l, --linkerd-namespace string Namespace in which Linkerd is installed [$LINKERD_NAMESPACE] (default "linkerd") | |
--verbose Turn on debug logging | |
--- PASS: TestServiceProfiles/open-api (7.48s) | |
=== RUN TestServiceProfileMetrics | |
--- PASS: TestServiceProfileMetrics (46.74s) | |
FAIL | |
FAIL command-line-arguments 83.192s | |
Running test [inject_test.go] --linkerd-namespace=l5d-integration-auto-git-eab28883 | |
=== RUN TestInject | |
--- PASS: TestInject (0.05s) | |
=== RUN TestInjectParams | |
--- PASS: TestInjectParams (0.06s) | |
=== RUN TestAnnotationPermutations | |
--- PASS: TestAnnotationPermutations (31.40s) | |
PASS | |
ok command-line-arguments 31.590s | |
=== FAIL: at least one test failed | |
cleaning up namespace [l5d-integration-auto-git-eab28883] in k8s-context [] and associated test namespaces | |
namespace "l5d-integration-auto-git-eab28883" deleted | |
namespace "l5d-integration-auto-git-eab28883-egress-test" deleted | |
namespace "l5d-integration-auto-git-eab28883-get-test" deleted | |
namespace "l5d-integration-auto-git-eab28883-inject-test" deleted | |
namespace "l5d-integration-auto-git-eab28883-inject-test-disabled" deleted | |
namespace "l5d-integration-auto-git-eab28883-inject-test-enabled" deleted | |
namespace "l5d-integration-auto-git-eab28883-serviceprofile-test" deleted | |
namespace "l5d-integration-auto-git-eab28883-smoke-test" deleted | |
namespace "l5d-integration-auto-git-eab28883-smoke-test-ann" deleted | |
namespace "l5d-integration-auto-git-eab28883-smoke-test-manual" deleted | |
namespace "l5d-integration-auto-git-eab28883-tap-test" deleted | |
namespace "l5d-integration-auto-git-eab28883-upgrade" deleted | |
namespace "l5d-integration-auto-git-eab28883-upgrade-smoke-test" deleted | |
namespace "l5d-integration-auto-git-eab28883-upgrade-smoke-test-ann" deleted | |
namespace "l5d-integration-auto-git-eab28883-upgrade-smoke-test-manual" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-eab28883-controller" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-eab28883-identity" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-eab28883-prometheus" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-eab28883-proxy-injector" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-eab28883-sp-validator" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-eab28883-tap" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-eab28883-upgrade-controller" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-eab28883-upgrade-identity" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-eab28883-upgrade-prometheus" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-eab28883-upgrade-proxy-injector" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-eab28883-upgrade-sp-validator" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-eab28883-upgrade-tap" deleted | |
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-eab28883-controller" deleted | |
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-eab28883-identity" deleted | |
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-eab28883-prometheus" deleted | |
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-eab28883-proxy-injector" deleted | |
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-eab28883-sp-validator" deleted | |
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-eab28883-tap" deleted | |
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-eab28883-upgrade-controller" deleted | |
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-eab28883-upgrade-identity" deleted | |
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-eab28883-upgrade-prometheus" deleted | |
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-eab28883-upgrade-proxy-injector" deleted | |
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-eab28883-upgrade-sp-validator" deleted | |
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-eab28883-upgrade-tap" deleted | |
mutatingwebhookconfiguration.admissionregistration.k8s.io "linkerd-proxy-injector-webhook-config" deleted | |
validatingwebhookconfiguration.admissionregistration.k8s.io "linkerd-sp-validator-webhook-config" deleted | |
podsecuritypolicy.extensions "linkerd-l5d-integration-auto-git-eab28883-control-plane" deleted | |
podsecuritypolicy.extensions "linkerd-l5d-integration-auto-git-eab28883-upgrade-control-plane" deleted | |
customresourcedefinition.apiextensions.k8s.io "serviceprofiles.linkerd.io" deleted |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment