Created
June 25, 2019 00:55
-
-
Save l5d-bot/9d0912245e82bd7b75956f6cb1f070f8 to your computer and use it in GitHub Desktop.
l5d-integration-success-913db94f7f4b5359ce2f05e8703ace32e152e259.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 '913db94f7f4b5359ce2f05e8703ace32e152e259'. | |
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 913db94f 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 | |
---> 44b896c1ef63 | |
Step 4/26 : WORKDIR /build | |
---> Using cache | |
---> 1894d6598910 | |
Step 5/26 : COPY bin/fetch-proxy bin/fetch-proxy | |
---> Using cache | |
---> 5fcd86e2e191 | |
Step 6/26 : ARG PROXY_VERSION | |
---> Using cache | |
---> 81db69be680b | |
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 | |
---> 571742fdf914 | |
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 | |
---> a34da9e9fd14 | |
Step 10/26 : ENV CGO_ENABLED=0 GOOS=linux | |
---> Using cache | |
---> 7885d945bb0c | |
Step 11/26 : COPY pkg/flags pkg/flags | |
---> Using cache | |
---> d4b3da3a293b | |
Step 12/26 : COPY pkg/tls pkg/tls | |
---> Using cache | |
---> 3557a16b3565 | |
Step 13/26 : COPY pkg/version pkg/version | |
---> Using cache | |
---> 7d8fa47b8a1d | |
Step 14/26 : RUN go build ./pkg/... | |
---> Using cache | |
---> a1125ab9df83 | |
Step 15/26 : COPY proxy-identity proxy-identity | |
---> Using cache | |
---> 04c099a8d0cd | |
Step 16/26 : RUN CGO_ENABLED=0 GOOS=linux go install ./proxy-identity | |
---> Using cache | |
---> 66705cb1131c | |
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 | |
---> 19cedf64f227 | |
Step 19/26 : COPY --from=fetch /build/version.txt /usr/lib/linkerd/linkerd2-proxy-version.txt | |
---> Using cache | |
---> 4df7252fcb82 | |
Step 20/26 : COPY --from=fetch /build/linkerd2-proxy /usr/lib/linkerd/linkerd2-proxy | |
---> Using cache | |
---> d536d67abdb6 | |
Step 21/26 : COPY --from=golang /go/bin/proxy-identity /usr/lib/linkerd/linkerd2-proxy-identity | |
---> Using cache | |
---> f08d4ce41889 | |
Step 22/26 : COPY proxy-identity/run-proxy.sh /usr/bin/linkerd2-proxy-run | |
---> Using cache | |
---> 17c2c0ab64af | |
Step 23/26 : ARG LINKERD_VERSION | |
---> Using cache | |
---> 34f6d6976375 | |
Step 24/26 : ENV LINKERD_CONTAINER_VERSION_OVERRIDE=${LINKERD_VERSION} | |
---> Running in 9f77d62eeabf | |
Removing intermediate container 9f77d62eeabf | |
---> 0661dd574b07 | |
Step 25/26 : ENV LINKERD2_PROXY_LOG=warn,linkerd2_proxy=info | |
---> Running in ae8a9bce1b41 | |
Removing intermediate container ae8a9bce1b41 | |
---> df3a5331af6e | |
Step 26/26 : ENTRYPOINT ["/usr/bin/linkerd2-proxy-run"] | |
---> Running in c601e7e47154 | |
Removing intermediate container c601e7e47154 | |
---> 3f23f014aac7 | |
Successfully built 3f23f014aac7 | |
Successfully tagged gcr.io/linkerd-io/proxy:git-913db94f | |
gcr.io/linkerd-io/proxy:git-913db94f | |
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 | |
---> a34da9e9fd14 | |
Step 3/13 : COPY controller/gen controller/gen | |
---> Using cache | |
---> e329289229f3 | |
Step 4/13 : COPY pkg pkg | |
---> Using cache | |
---> 7d5619f4941a | |
Step 5/13 : COPY controller controller | |
---> Using cache | |
---> d4c494c006c5 | |
Step 6/13 : RUN CGO_ENABLED=0 GOOS=linux go install ./pkg/... | |
---> Using cache | |
---> 719d16677f15 | |
Step 7/13 : RUN CGO_ENABLED=0 GOOS=linux go install ./controller/cmd/... | |
---> Using cache | |
---> fe4c7bde870a | |
Step 8/13 : FROM scratch | |
---> | |
Step 9/13 : ENV PATH=$PATH:/go/bin | |
---> Using cache | |
---> 03d346b79c01 | |
Step 10/13 : COPY LICENSE /linkerd/LICENSE | |
---> Using cache | |
---> 1144eb6cfa03 | |
Step 11/13 : COPY --from=golang /go/bin /go/bin | |
---> Using cache | |
---> 11096915da15 | |
Step 12/13 : ARG LINKERD_VERSION | |
---> Using cache | |
---> f6c205dce14a | |
Step 13/13 : ENV LINKERD_CONTAINER_VERSION_OVERRIDE=${LINKERD_VERSION} | |
---> Running in fa5d4285fcdb | |
Removing intermediate container fa5d4285fcdb | |
---> 3baf35b5932d | |
Successfully built 3baf35b5932d | |
Successfully tagged gcr.io/linkerd-io/controller:git-913db94f | |
gcr.io/linkerd-io/controller:git-913db94f | |
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 | |
---> 3cae7a9e094a | |
Step 3/34 : ENV HOME /root | |
---> Using cache | |
---> ce856eabb5d4 | |
Step 4/34 : ENV PATH $HOME/.yarn/bin:$PATH | |
---> Using cache | |
---> f2897ebb6209 | |
Step 5/34 : ENV GOPATH /go | |
---> Using cache | |
---> c45edc30ead8 | |
Step 6/34 : ENV PROJECT github.com/linkerd/linkerd2 | |
---> Using cache | |
---> fb6746f297db | |
Step 7/34 : ENV PACKAGE $PROJECT/web/app | |
---> Using cache | |
---> 7c19c11cf423 | |
Step 8/34 : ENV ROOT $GOPATH/src/$PROJECT | |
---> Using cache | |
---> d41224abec01 | |
Step 9/34 : ENV PACKAGEDIR $GOPATH/src/$PACKAGE | |
---> Using cache | |
---> 3560012a490b | |
Step 10/34 : WORKDIR $PACKAGEDIR | |
---> Using cache | |
---> b193dab7a6a2 | |
Step 11/34 : COPY bin/web $ROOT/bin/web | |
---> Using cache | |
---> 7fb446e0a88f | |
Step 12/34 : COPY web/app/package.json web/app/yarn.lock ./ | |
---> Using cache | |
---> 5cf1d1da830d | |
Step 13/34 : RUN $ROOT/bin/web setup install --frozen-lockfile | |
---> Using cache | |
---> 2347c69a978e | |
Step 14/34 : ENV NODE_ENV production | |
---> Using cache | |
---> 39925522248a | |
Step 15/34 : COPY web/app . | |
---> Using cache | |
---> 96cfd822da12 | |
Step 16/34 : RUN $ROOT/bin/web build | |
---> Using cache | |
---> 5604d102c2f6 | |
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 | |
---> a34da9e9fd14 | |
Step 19/34 : RUN mkdir -p web | |
---> Using cache | |
---> e40a697d7afc | |
Step 20/34 : COPY web/main.go web | |
---> Using cache | |
---> 28133e84fec2 | |
Step 21/34 : COPY web/srv web/srv | |
---> Using cache | |
---> e5200945e7b5 | |
Step 22/34 : COPY controller controller | |
---> Using cache | |
---> 14bbde8baffe | |
Step 23/34 : COPY pkg pkg | |
---> Using cache | |
---> d163b83031e0 | |
Step 24/34 : RUN CGO_ENABLED=0 GOOS=linux go build -o web/web ./web | |
---> Using cache | |
---> 89cd46a6ea2f | |
Step 25/34 : FROM gcr.io/linkerd-io/base:2019-02-19.01 | |
---> f07bbe9e1dde | |
Step 26/34 : WORKDIR /linkerd | |
---> Using cache | |
---> dcaab802e496 | |
Step 27/34 : COPY LICENSE . | |
---> Using cache | |
---> 5ef7449a0aa7 | |
Step 28/34 : COPY --from=golang /go/src/github.com/linkerd/linkerd2/web/web . | |
---> Using cache | |
---> 77c90a202d4b | |
Step 29/34 : RUN mkdir -p app | |
---> Using cache | |
---> f8912edc474f | |
Step 30/34 : COPY --from=webpack-bundle /go/src/github.com/linkerd/linkerd2/web/app/dist app/dist | |
---> Using cache | |
---> 963256c29675 | |
Step 31/34 : COPY web/templates templates | |
---> Using cache | |
---> 18cf1eb8f82b | |
Step 32/34 : ARG LINKERD_VERSION | |
---> Using cache | |
---> ab480e8f13ec | |
Step 33/34 : ENV LINKERD_CONTAINER_VERSION_OVERRIDE=${LINKERD_VERSION} | |
---> Running in aa6b105ed17f | |
Removing intermediate container aa6b105ed17f | |
---> ea8478c5f87b | |
Step 34/34 : ENTRYPOINT ["./web"] | |
---> Running in 1927ec09c152 | |
Removing intermediate container 1927ec09c152 | |
---> ed4e4b10a5bc | |
Successfully built ed4e4b10a5bc | |
Successfully tagged gcr.io/linkerd-io/web:git-913db94f | |
gcr.io/linkerd-io/web:git-913db94f | |
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 | |
---> a34da9e9fd14 | |
Step 3/16 : COPY pkg pkg | |
---> Using cache | |
---> 9c4671295273 | |
Step 4/16 : COPY controller controller | |
---> Using cache | |
---> 41d10d15978b | |
Step 5/16 : COPY cni-plugin cni-plugin | |
---> Using cache | |
---> 6a06206f02c7 | |
Step 6/16 : RUN CGO_ENABLED=0 GOOS=linux go build -o /go/bin/linkerd-cni -v ./cni-plugin/ | |
---> Using cache | |
---> 0eaf5c4c188a | |
Step 7/16 : FROM gcr.io/linkerd-io/base:2019-02-19.01 | |
---> f07bbe9e1dde | |
Step 8/16 : WORKDIR /linkerd | |
---> Using cache | |
---> dcaab802e496 | |
Step 9/16 : RUN curl -kL -o $(which jq) https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 | |
---> Using cache | |
---> b1fb18931b4a | |
Step 10/16 : COPY --from=golang /go/bin/linkerd-cni /opt/cni/bin/ | |
---> Using cache | |
---> 2ae2ddad16f4 | |
Step 11/16 : COPY LICENSE . | |
---> Using cache | |
---> 8d0102647718 | |
Step 12/16 : COPY cni-plugin/deployment/scripts/install-cni.sh . | |
---> Using cache | |
---> 7749e8203b15 | |
Step 13/16 : COPY cni-plugin/deployment/linkerd-cni.conf.default . | |
---> Using cache | |
---> f79cbfb95114 | |
Step 14/16 : COPY cni-plugin/deployment/scripts/filter.jq . | |
---> Using cache | |
---> 8555d80312dd | |
Step 15/16 : ENV PATH=/linkerd:/opt/cni/bin:$PATH | |
---> Using cache | |
---> 185d11eb6096 | |
Step 16/16 : CMD ["install-cni.sh"] | |
---> Using cache | |
---> 9e8066ea57f0 | |
Successfully built 9e8066ea57f0 | |
Successfully tagged gcr.io/linkerd-io/cni-plugin:git-913db94f | |
gcr.io/linkerd-io/cni-plugin:git-913db94f | |
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 | |
---> 58deb1567ef5 | |
Step 3/3 : ENTRYPOINT [ "tshark", "-i", "any" ] | |
---> Using cache | |
---> acca26e64110 | |
Successfully built acca26e64110 | |
Successfully tagged gcr.io/linkerd-io/debug:git-913db94f | |
gcr.io/linkerd-io/debug:git-913db94f | |
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 | |
---> a34da9e9fd14 | |
Step 3/22 : COPY cli cli | |
---> Using cache | |
---> b7eac893c0c3 | |
Step 4/22 : COPY chart chart | |
---> Using cache | |
---> 663f7e2eed5b | |
Step 5/22 : COPY controller/k8s controller/k8s | |
---> Using cache | |
---> a4851ad8faa9 | |
Step 6/22 : COPY controller/api controller/api | |
---> Using cache | |
---> bfe317ee243f | |
Step 7/22 : COPY controller/gen controller/gen | |
---> Using cache | |
---> a836ade9df4f | |
Step 8/22 : COPY pkg pkg | |
---> Using cache | |
---> 7fb0fc97215a | |
Step 9/22 : RUN mkdir -p /out | |
---> Using cache | |
---> e95473f4f601 | |
Step 10/22 : RUN go generate ./cli | |
---> Using cache | |
---> 40afc5bba8f3 | |
Step 11/22 : RUN CGO_ENABLED=0 GOOS=darwin go build -o /out/linkerd-darwin -tags prod -ldflags "-s -w" ./cli | |
---> Using cache | |
---> 2a03c712a916 | |
Step 12/22 : RUN CGO_ENABLED=0 GOOS=linux go build -o /out/linkerd-linux -tags prod -ldflags "-s -w" ./cli | |
---> Using cache | |
---> db15f32d3a7e | |
Step 13/22 : RUN CGO_ENABLED=0 GOOS=windows go build -o /out/linkerd-windows -tags prod -ldflags "-s -w" ./cli | |
---> Using cache | |
---> b0c0cf349d59 | |
Step 14/22 : ARG LINKERD_VERSION | |
---> Using cache | |
---> 789866ab990b | |
Step 15/22 : ENV GO_LDFLAGS="-s -w -X github.com/linkerd/linkerd2/pkg/version.Version=${LINKERD_VERSION}" | |
---> Running in 2c6143c72ba4 | |
Removing intermediate container 2c6143c72ba4 | |
---> 56e912fd2e67 | |
Step 16/22 : RUN CGO_ENABLED=0 GOOS=darwin go build -o /out/linkerd-darwin -tags prod -ldflags "${GO_LDFLAGS}" ./cli | |
---> Running in 3747d4a80ee9 | |
Removing intermediate container 3747d4a80ee9 | |
---> b6067e35c87c | |
Step 17/22 : RUN CGO_ENABLED=0 GOOS=linux go build -o /out/linkerd-linux -tags prod -ldflags "${GO_LDFLAGS}" ./cli | |
---> Running in eeffd105cffb | |
Removing intermediate container eeffd105cffb | |
---> 72ed5bc7568e | |
Step 18/22 : RUN CGO_ENABLED=0 GOOS=windows go build -o /out/linkerd-windows -tags prod -ldflags "${GO_LDFLAGS}" ./cli | |
---> Running in 477e5014f63c | |
Removing intermediate container 477e5014f63c | |
---> 3b610fbd6af5 | |
Step 19/22 : FROM scratch | |
---> | |
Step 20/22 : COPY LICENSE /linkerd/LICENSE | |
---> Using cache | |
---> 153fcc505819 | |
Step 21/22 : COPY --from=golang /out /out | |
---> b6855d24d214 | |
Step 22/22 : ENTRYPOINT ["/out/linkerd-linux"] | |
---> Running in 8bde1686e72b | |
Removing intermediate container 8bde1686e72b | |
---> ce92b02958e7 | |
Successfully built ce92b02958e7 | |
Successfully tagged gcr.io/linkerd-io/cli-bin:git-913db94f | |
gcr.io/linkerd-io/cli-bin:git-913db94f | |
/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 | |
---> 703613c5a394 | |
Step 3/4 : COPY grafana/dashboards /var/lib/grafana/dashboards | |
---> Using cache | |
---> 3222a67d7bc8 | |
Step 4/4 : COPY grafana/dashboards/top-line.json /usr/share/grafana/public/dashboards/home.json | |
---> Using cache | |
---> 4b7593fdd9ee | |
Successfully built 4b7593fdd9ee | |
Successfully tagged gcr.io/linkerd-io/grafana:git-913db94f | |
gcr.io/linkerd-io/grafana:git-913db94f | |
The push refers to repository [gcr.io/linkerd-io/cli-bin] | |
a94c1adffbe0: Preparing | |
fa2d92384c7d: Preparing | |
fa2d92384c7d: Layer already exists | |
a94c1adffbe0: Pushed | |
git-913db94f: digest: sha256:85a09787cade423aa75f03dcb84ef75d948c7e51ed3d5f99924639d169a089a8 size: 737 | |
The push refers to repository [gcr.io/linkerd-io/cni-plugin] | |
9dad405ac1e7: Preparing | |
fd883fe8ecfc: Preparing | |
d8a046e67cd2: Preparing | |
29a9d99a9976: Preparing | |
633cfbcd25e9: Preparing | |
4afbef79ae3f: Preparing | |
0009d5db3d89: Preparing | |
7c5874767822: Preparing | |
0a07e81f5da3: Preparing | |
0009d5db3d89: Waiting | |
7c5874767822: Waiting | |
4afbef79ae3f: Waiting | |
0a07e81f5da3: Waiting | |
fd883fe8ecfc: Layer already exists | |
d8a046e67cd2: Layer already exists | |
29a9d99a9976: Layer already exists | |
9dad405ac1e7: Layer already exists | |
633cfbcd25e9: Layer already exists | |
4afbef79ae3f: Layer already exists | |
0009d5db3d89: Layer already exists | |
7c5874767822: Layer already exists | |
0a07e81f5da3: Layer already exists | |
git-913db94f: digest: sha256:9990d91effcfe98c1472fa753c414df3903314321a9dde15dd27268ee0cdeb82 size: 2201 | |
The push refers to repository [gcr.io/linkerd-io/controller] | |
665a20f0cc66: Preparing | |
da032641bf91: Preparing | |
665a20f0cc66: Layer already exists | |
da032641bf91: Layer already exists | |
git-913db94f: digest: sha256:f6db5dfa8d2c7089df0e2bec7854e40a3f03a69e4a1d4a45592305bede618ef9 size: 737 | |
The push refers to repository [gcr.io/linkerd-io/debug] | |
98f4d366a56d: Preparing | |
7c5874767822: Preparing | |
0a07e81f5da3: Preparing | |
7c5874767822: Layer already exists | |
98f4d366a56d: Layer already exists | |
0a07e81f5da3: Layer already exists | |
git-913db94f: digest: sha256:29613ce6cb5eae652984e7c033ceace014541594d25797f6b556314e24eec333 size: 953 | |
The push refers to repository [gcr.io/linkerd-io/grafana] | |
0e054a652bbd: Preparing | |
cf0699d2439a: Preparing | |
f999bc3ee451: Preparing | |
67796dde2d25: Preparing | |
4a786a04c29c: Preparing | |
63e69b5ec8fb: Preparing | |
f2d8bd23c9c1: Preparing | |
c61883f6d7a1: Preparing | |
7b4e562e58dc: Preparing | |
63e69b5ec8fb: Waiting | |
f2d8bd23c9c1: Waiting | |
c61883f6d7a1: Waiting | |
7b4e562e58dc: Waiting | |
67796dde2d25: Layer already exists | |
cf0699d2439a: Layer already exists | |
f999bc3ee451: Layer already exists | |
0e054a652bbd: Layer already exists | |
4a786a04c29c: Layer already exists | |
63e69b5ec8fb: Layer already exists | |
f2d8bd23c9c1: Layer already exists | |
c61883f6d7a1: Layer already exists | |
7b4e562e58dc: Layer already exists | |
git-913db94f: digest: sha256:db3b15b3421910f8db420fd593e50cc42e551a2f4e65814d34dd4c961073a499 size: 2201 | |
The push refers to repository [gcr.io/linkerd-io/proxy] | |
43a2f6430e07: Preparing | |
ece1a9f81a83: Preparing | |
d74810179516: Preparing | |
335185bbfa70: Preparing | |
23acc9b5e3fd: Preparing | |
7c5874767822: Preparing | |
0a07e81f5da3: Preparing | |
7c5874767822: Waiting | |
0a07e81f5da3: Waiting | |
43a2f6430e07: Layer already exists | |
23acc9b5e3fd: Layer already exists | |
ece1a9f81a83: Layer already exists | |
d74810179516: Layer already exists | |
335185bbfa70: Layer already exists | |
7c5874767822: Layer already exists | |
0a07e81f5da3: Layer already exists | |
git-913db94f: digest: sha256:b5b0c53cbe041d935673fc9281ca8c05a9de55a7830f43e5b7315deda4c27494 size: 1785 | |
The push refers to repository [gcr.io/linkerd-io/web] | |
b9fdf6037a1e: Preparing | |
19787dc8a35f: Preparing | |
f2edc8e4fa92: Preparing | |
fedab6d47a24: Preparing | |
d8b3a14511fa: Preparing | |
0009d5db3d89: Preparing | |
7c5874767822: Preparing | |
0a07e81f5da3: Preparing | |
0009d5db3d89: Waiting | |
7c5874767822: Waiting | |
0a07e81f5da3: Waiting | |
d8b3a14511fa: Layer already exists | |
b9fdf6037a1e: Layer already exists | |
19787dc8a35f: Layer already exists | |
fedab6d47a24: Layer already exists | |
f2edc8e4fa92: Layer already exists | |
0009d5db3d89: Layer already exists | |
7c5874767822: Layer already exists | |
0a07e81f5da3: Layer already exists | |
git-913db94f: digest: sha256:38e07c548fab1162e78fb48b0b87dafec35da43abc5e72b641dfc950a4330ac7 size: 1992 | |
Starting to serve on 127.0.0.1:8080 | |
(1/97) Wrote github.com/cpuguy83/go-md2man@v1.0.8 | |
(2/97) Wrote github.com/briandowns/spinner@5cf08d0ac778f0d708570fe143e3f82fdb9f9007 | |
(3/97) Wrote github.com/huandu/xstrings@v1.2.0 | |
(4/97) Wrote github.com/gorilla/websocket@v1.2.0 | |
(5/97) Wrote github.com/imdario/mergo@0.3.2 | |
(6/97) Wrote github.com/cyphar/filepath-securejoin@v0.2.2 | |
(7/97) Wrote github.com/containernetworking/cni@v0.6.0 | |
(8/97) Wrote github.com/davecgh/go-spew@v1.1.0 | |
(9/97) Wrote github.com/gregjones/httpcache@master | |
(10/97) Wrote github.com/grpc-ecosystem/go-grpc-prometheus@v1.1 | |
(11/97) Wrote github.com/deislabs/smi-sdk-go@f281e2121a16192b99c40dcdb9eefcfce19e9d6d | |
(12/97) Wrote github.com/inconshreveable/mousetrap@v1.0 | |
(13/97) Wrote github.com/hashicorp/golang-lru@master | |
(14/97) Wrote github.com/census-instrumentation/opencensus-proto@v0.1.0 | |
(15/97) Wrote github.com/gophercloud/gophercloud@master | |
(16/97) Wrote sigs.k8s.io/yaml@v1.1.0 | |
(17/97) Wrote github.com/linkerd/linkerd2-proxy-init@v1.0.0 | |
(18/97) Wrote github.com/go-openapi/swag@v0.17.2 | |
(19/97) Wrote github.com/dgrijalva/jwt-go@v3.1.0 | |
(20/97) Wrote github.com/googleapis/gnostic@v0.1.0 | |
(21/97) Wrote github.com/golang/glog@master | |
(22/97) Wrote github.com/julienschmidt/httprouter@v1.1 | |
(23/97) Wrote github.com/docker/spdystream@449fdfce4d962303d702fec724ef0ad181c92528 | |
(24/97) Wrote github.com/json-iterator/go@f2b4162afba35581b6d4a50d3b8f34e33c144682 | |
(25/97) Wrote github.com/go-openapi/spec@v0.17.2 | |
(26/97) Wrote github.com/gobwas/glob@v0.2.3 | |
(27/97) Wrote github.com/linkerd/linkerd2-proxy-api@v0.1.7 | |
(28/97) Wrote github.com/emicklei/proto@v1.6.8 | |
(29/97) Wrote github.com/go-openapi/jsonreference@v0.17.2 | |
(30/97) Wrote github.com/mailru/easyjson@master | |
(31/97) Wrote github.com/evanphx/json-patch@v4.1.0 | |
(32/97) Wrote github.com/mattn/go-colorable@v0.0.9 | |
(33/97) Wrote github.com/mattn/go-isatty@v0.0.7 | |
(34/97) Wrote github.com/ghodss/yaml@v1.0.0 | |
(35/97) Wrote github.com/mattn/go-runewidth@v0.0.2 | |
(36/97) Wrote github.com/go-openapi/jsonpointer@v0.17.2 | |
(37/97) Wrote github.com/modern-go/concurrent@1.0.3 | |
(38/97) Wrote github.com/matttproud/golang_protobuf_extensions@v1.0.0 | |
(39/97) Wrote github.com/fatih/color@v1.7.0 | |
(40/97) Wrote github.com/modern-go/reflect2@1.0.1 | |
(41/97) Wrote github.com/google/btree@master | |
(42/97) Wrote github.com/google/gofuzz@master | |
(43/97) Wrote github.com/nsf/termbox-go@master | |
(44/97) Wrote github.com/peterbourgon/diskv@v2.0.1 | |
(45/97) Wrote github.com/google/uuid@v1.1.0 | |
(46/97) Wrote github.com/Masterminds/semver@v1.4.2 | |
(47/97) Wrote github.com/PuerkitoBio/urlesc@master | |
(48/97) Wrote github.com/pkg/browser@c90ca0c84f15f81c982e32665bffd8d7aac8f097 | |
(49/97) Wrote github.com/petar/GoLLRB@master | |
(50/97) Wrote contrib.go.opencensus.io/exporter/ocagent@v0.2.0 | |
(51/97) Wrote github.com/pkg/errors@v0.8.1 | |
(52/97) Wrote github.com/golang/protobuf@v1.2.0 | |
(53/97) Wrote github.com/BurntSushi/toml@v0.3.1 | |
(54/97) Wrote github.com/aokoli/goutils@v1.1.0 | |
(55/97) Wrote github.com/Azure/go-autorest@v11.3.2 | |
(56/97) Wrote github.com/projectcalico/libcalico-go@v1.7.3 | |
(57/97) Wrote golang.org/x/time@master | |
(58/97) Wrote github.com/prometheus/client_golang@v0.9.2 | |
(59/97) Wrote github.com/sergi/go-diff@v1.0.0 | |
(60/97) Wrote github.com/shurcooL/httpfs@master | |
(61/97) Wrote github.com/prometheus/procfs@master | |
(62/97) Wrote github.com/prometheus/client_model@master | |
(63/97) Wrote github.com/russross/blackfriday@v1.5.2 | |
(64/97) Wrote github.com/prometheus/common@master | |
(65/97) Wrote golang.org/x/sys@master | |
(66/97) Wrote google.golang.org/appengine@v1.0.0 | |
(67/97) Wrote gopkg.in/yaml.v2@v2 | |
(68/97) Wrote gopkg.in/inf.v0@v0.9.0 | |
(69/97) Wrote github.com/wercker/stern@b04b5491222d9743529cb859a20d34ce2bb763af | |
(70/97) Wrote github.com/shurcooL/vfsgen@master | |
(71/97) Wrote github.com/spf13/cobra@7b2c5ac9fc04fc5efafb60700713d4fa609b777b | |
(72/97) Wrote github.com/spf13/pflag@v1.0.0 | |
(73/97) Wrote github.com/sirupsen/logrus@v1.0.4 | |
(74/97) Wrote cloud.google.com/go@v0.18.0 | |
(75/97) Wrote github.com/Masterminds/sprig@v2.17.1 | |
(76/97) Wrote k8s.io/klog@v0.1.0 | |
(77/97) Wrote github.com/PuerkitoBio/purell@v1.1.0 | |
(78/97) Wrote go.opencensus.io@v0.18.0 | |
(79/97) Wrote golang.org/x/text@master | |
(80/97) Wrote google.golang.org/grpc@v1.9.2 | |
(81/97) Wrote golang.org/x/tools@master | |
(82/97) Wrote github.com/beorn7/perks@master | |
(83/97) Wrote golang.org/x/oauth2@master | |
(84/97) Wrote golang.org/x/sync@master | |
(85/97) Wrote github.com/gogo/protobuf@v1.0.0 | |
(86/97) Wrote golang.org/x/crypto@master | |
(87/97) Wrote golang.org/x/net@master | |
(88/97) Wrote k8s.io/kube-openapi@master | |
(89/97) Wrote k8s.io/gengo@master | |
(90/97) Wrote k8s.io/apimachinery@kubernetes-1.13.1 | |
(91/97) Wrote k8s.io/helm@v2.12.2 | |
(92/97) Wrote k8s.io/code-generator@master | |
(93/97) Wrote google.golang.org/genproto@master | |
(94/97) Wrote k8s.io/client-go@kubernetes-1.13.1 | |
(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-913db94f] namespace [l5d-integration-auto-git-913db94f] k8s-context [] | |
Running test [install_test.go] --linkerd-namespace=l5d-integration-auto-git-913db94f | |
=== RUN TestVersionPreInstall | |
--- PASS: TestVersionPreInstall (0.14s) | |
=== RUN TestCheckPreInstall | |
--- PASS: TestCheckPreInstall (0.42s) | |
=== RUN TestInstallOrUpgrade | |
--- PASS: TestInstallOrUpgrade (43.85s) | |
=== RUN TestVersionPostInstall | |
--- PASS: TestVersionPostInstall (0.55s) | |
=== RUN TestCheckConfigPostInstall | |
--- PASS: TestCheckConfigPostInstall (0.28s) | |
=== RUN TestCheckPostInstall | |
--- PASS: TestCheckPostInstall (0.60s) | |
=== RUN TestInstallSP | |
--- PASS: TestInstallSP (2.74s) | |
=== RUN TestDashboard | |
--- PASS: TestDashboard (1.89s) | |
=== RUN TestInject | |
=== RUN TestInject/smoke-test | |
=== RUN TestInject/smoke-test-manual | |
=== RUN TestInject/smoke-test-ann | |
--- PASS: TestInject (55.35s) | |
--- PASS: TestInject/smoke-test (23.49s) | |
--- PASS: TestInject/smoke-test-manual (14.94s) | |
--- PASS: TestInject/smoke-test-ann (16.91s) | |
=== RUN TestServiceProfileDeploy | |
=== RUN TestServiceProfileDeploy/smoke-test | |
=== RUN TestServiceProfileDeploy/smoke-test-manual | |
=== RUN TestServiceProfileDeploy/smoke-test-ann | |
--- PASS: TestServiceProfileDeploy (1.68s) | |
--- PASS: TestServiceProfileDeploy/smoke-test (0.50s) | |
--- PASS: TestServiceProfileDeploy/smoke-test-manual (0.52s) | |
--- PASS: TestServiceProfileDeploy/smoke-test-ann (0.47s) | |
=== RUN TestCheckProxy | |
=== RUN TestCheckProxy/smoke-test | |
=== RUN TestCheckProxy/smoke-test-manual | |
=== RUN TestCheckProxy/smoke-test-ann | |
--- PASS: TestCheckProxy (2.88s) | |
--- PASS: TestCheckProxy/smoke-test (1.04s) | |
--- PASS: TestCheckProxy/smoke-test-manual (0.95s) | |
--- PASS: TestCheckProxy/smoke-test-ann (0.90s) | |
=== RUN TestLogs | |
=== 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 | |
=== RUN TestLogs/web/web | |
=== RUN TestLogs/web/linkerd-proxy | |
=== RUN TestLogs/proxy-injector/proxy-injector | |
=== RUN TestLogs/proxy-injector/linkerd-proxy | |
--- PASS: TestLogs (37.53s) | |
--- PASS: TestLogs/controller/destination (2.50s) | |
--- PASS: TestLogs/controller/public-api (2.50s) | |
--- PASS: TestLogs/controller/linkerd-proxy (2.50s) | |
--- 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-913db94f linkerd-tap-77f7bfb88b-pkqw6 linkerd-proxy WARN [ 0.511288s] linkerd-identity.l5d-integration-auto-git-913db94f.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-913db94f.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-913db94f.serviceaccount.identity.l5d-integration-auto-git-913db94f.cluster.local") }: request timed out | |
--- PASS: TestLogs/grafana/linkerd-proxy (2.50s) | |
install_test.go:499: Found known error in grafana/linkerd-proxy log: l5d-integration-auto-git-913db94f linkerd-grafana-bbbdd4966-qrqbv linkerd-proxy WARN [ 0.518217s] linkerd-identity.l5d-integration-auto-git-913db94f.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-913db94f.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-913db94f.serviceaccount.identity.l5d-integration-auto-git-913db94f.cluster.local") }: request timed out | |
install_test.go:502: Found unexpected proxy error in grafana/linkerd-proxy log: l5d-integration-auto-git-913db94f linkerd-grafana-bbbdd4966-qrqbv linkerd-proxy ERR! [ 4.825838s] proxy={server=in listen=0.0.0.0:4143 remote=10.244.8.229:56764} 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-913db94f linkerd-grafana-bbbdd4966-qrqbv linkerd-proxy ERR! [ 10.108381s] proxy={server=in listen=0.0.0.0:4143 remote=10.244.5.1:43012} 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-913db94f linkerd-grafana-bbbdd4966-qrqbv linkerd-proxy ERR! [ 14.824513s] proxy={server=in listen=0.0.0.0:4143 remote=10.244.8.229:56764} 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-913db94f linkerd-identity-865c4469d5-dj6gn linkerd-proxy WARN [ 4.258017s] linkerd-destination.l5d-integration-auto-git-913db94f.svc.cluster.local:8086 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-destination.l5d-integration-auto-git-913db94f.svc.cluster.local", port: 8086 }), identity: Some("linkerd-controller.l5d-integration-auto-git-913db94f.serviceaccount.identity.l5d-integration-auto-git-913db94f.cluster.local") }: request timed out | |
install_test.go:502: Found unexpected proxy error in identity/linkerd-proxy log: l5d-integration-auto-git-913db94f linkerd-identity-865c4469d5-dj6gn linkerd-proxy WARN [ 8.744304s] linkerd2_proxy::app::profiles error fetching profile for linkerd-identity.l5d-integration-auto-git-913db94f.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-913db94f linkerd-identity-865c4469d5-dj6gn linkerd-proxy WARN [ 16.746754s] linkerd2_proxy::app::profiles error fetching profile for linkerd-identity.l5d-integration-auto-git-913db94f.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-913db94f linkerd-identity-865c4469d5-dj6gn linkerd-proxy WARN [ 24.750586s] linkerd2_proxy::app::profiles error fetching profile for linkerd-identity.l5d-integration-auto-git-913db94f.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-913db94f linkerd-prometheus-7d5fc9b588-n5nfz linkerd-proxy WARN [ 0.513677s] linkerd-identity.l5d-integration-auto-git-913db94f.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-913db94f.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-913db94f.serviceaccount.identity.l5d-integration-auto-git-913db94f.cluster.local") }: request timed out | |
install_test.go:502: Found unexpected proxy error in prometheus/linkerd-proxy log: l5d-integration-auto-git-913db94f linkerd-prometheus-7d5fc9b588-n5nfz linkerd-proxy ERR! [ 3.967647s] proxy={server=out listen=127.0.0.1:4140 remote=10.244.8.229:34658} linkerd2_proxy::app::errors unexpected error: error trying to connect: Connection refused (os error 111) (address: 10.244.7.86:9995) | |
install_test.go:502: Found unexpected proxy error in prometheus/linkerd-proxy log: l5d-integration-auto-git-913db94f linkerd-prometheus-7d5fc9b588-n5nfz linkerd-proxy ERR! [ 4.592668s] proxy={server=out listen=127.0.0.1:4140 remote=10.244.8.229:59198} linkerd2_proxy::app::errors unexpected error: error trying to connect: Connection refused (os error 111) (address: 10.244.7.86:9996) | |
install_test.go:502: Found unexpected proxy error in prometheus/linkerd-proxy log: l5d-integration-auto-git-913db94f linkerd-prometheus-7d5fc9b588-n5nfz linkerd-proxy ERR! [ 7.110729s] proxy={server=out listen=127.0.0.1:4140 remote=10.244.8.229:60434} linkerd2_proxy::app::errors unexpected error: error trying to connect: Connection refused (os error 111) (address: 10.244.7.86:4191) | |
--- PASS: TestLogs/sp-validator/sp-validator (2.50s) | |
--- PASS: TestLogs/sp-validator/linkerd-proxy (2.50s) | |
--- 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-913db94f linkerd-proxy-injector-84759d7c49-sbx47 linkerd-proxy WARN [ 0.517958s] linkerd-identity.l5d-integration-auto-git-913db94f.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-913db94f.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-913db94f.serviceaccount.identity.l5d-integration-auto-git-913db94f.cluster.local") }: request timed out | |
=== RUN TestEvents | |
--- PASS: TestEvents (0.19s) | |
install_test.go:544: Found known warning event: Unhealthy linkerd-grafana-bbbdd4966-qrqbv Readiness probe failed: HTTP probe failed with statuscode: 502 | |
=== RUN TestRestarts | |
--- PASS: TestRestarts (0.07s) | |
PASS | |
ok command-line-arguments 148.233s | |
Installing release [stable-2.3.2] namespace [l5d-integration-auto-git-913db94f-upgrade] | |
Upgrading release [stable-2.3.2] to [git-913db94f] | |
Running test [install_test.go] --upgrade-from-version=stable-2.3.2 | |
Running test [--linkerd-namespace=l5d-integration-auto-git-913db94f-upgrade] | |
=== RUN TestVersionPreInstall | |
--- PASS: TestVersionPreInstall (0.37s) | |
=== RUN TestCheckPreInstall | |
--- SKIP: TestCheckPreInstall (0.00s) | |
install_test.go:135: Skipping pre-install check for upgrade test | |
=== RUN TestInstallOrUpgrade | |
--- PASS: TestInstallOrUpgrade (55.26s) | |
=== RUN TestVersionPostInstall | |
--- PASS: TestVersionPostInstall (0.44s) | |
=== RUN TestCheckConfigPostInstall | |
--- PASS: TestCheckConfigPostInstall (0.21s) | |
=== RUN TestCheckPostInstall | |
--- PASS: TestCheckPostInstall (0.74s) | |
=== RUN TestInstallSP | |
--- PASS: TestInstallSP (0.94s) | |
=== RUN TestDashboard | |
--- PASS: TestDashboard (0.92s) | |
=== RUN TestInject | |
=== RUN TestInject/smoke-test | |
=== RUN TestInject/smoke-test-manual | |
=== RUN TestInject/smoke-test-ann | |
--- PASS: TestInject (47.01s) | |
--- PASS: TestInject/smoke-test (15.26s) | |
--- PASS: TestInject/smoke-test-manual (15.82s) | |
--- PASS: TestInject/smoke-test-ann (15.93s) | |
=== RUN TestServiceProfileDeploy | |
=== RUN TestServiceProfileDeploy/smoke-test | |
=== RUN TestServiceProfileDeploy/smoke-test-manual | |
=== RUN TestServiceProfileDeploy/smoke-test-ann | |
--- PASS: TestServiceProfileDeploy (1.81s) | |
--- PASS: TestServiceProfileDeploy/smoke-test (0.66s) | |
--- PASS: TestServiceProfileDeploy/smoke-test-manual (0.53s) | |
--- 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 (2.92s) | |
--- PASS: TestCheckProxy/smoke-test (0.92s) | |
--- PASS: TestCheckProxy/smoke-test-manual (1.08s) | |
--- PASS: TestCheckProxy/smoke-test-ann (0.92s) | |
=== RUN TestLogs | |
=== 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 | |
=== 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 | |
--- PASS: TestLogs (37.54s) | |
--- 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-913db94f-upgrade linkerd-identity-749ccb5b4b-qc85c linkerd-proxy WARN [ 9.456017s] linkerd-destination.l5d-integration-auto-git-913db94f-upgrade.svc.cluster.local:8086 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-destination.l5d-integration-auto-git-913db94f-upgrade.svc.cluster.local", port: 8086 }), identity: Some("linkerd-controller.l5d-integration-auto-git-913db94f-upgrade.serviceaccount.identity.l5d-integration-auto-git-913db94f-upgrade.cluster.local") }: request timed out | |
install_test.go:502: Found unexpected proxy error in identity/linkerd-proxy log: l5d-integration-auto-git-913db94f-upgrade linkerd-identity-749ccb5b4b-qc85c linkerd-proxy WARN [ 13.944201s] linkerd2_proxy::app::profiles error fetching profile for linkerd-identity.l5d-integration-auto-git-913db94f-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-913db94f-upgrade linkerd-prometheus-7b9c9dd488-pb6zt linkerd-proxy WARN [ 0.515549s] linkerd-identity.l5d-integration-auto-git-913db94f-upgrade.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-913db94f-upgrade.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-913db94f-upgrade.serviceaccount.identity.l5d-integration-auto-git-913db94f-upgrade.cluster.local") }: request timed out | |
install_test.go:502: Found unexpected proxy error in prometheus/linkerd-proxy log: l5d-integration-auto-git-913db94f-upgrade linkerd-prometheus-7b9c9dd488-pb6zt linkerd-proxy ERR! [ 5.003574s] 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" | |
install_test.go:502: Found unexpected proxy error in prometheus/linkerd-proxy log: l5d-integration-auto-git-913db94f-upgrade linkerd-prometheus-7b9c9dd488-pb6zt linkerd-proxy ERR! [ 6.823585s] proxy={server=out listen=127.0.0.1:4140 remote=10.244.9.137:57886} linkerd2_proxy::app::errors unexpected error: error trying to connect: request timed out | |
install_test.go:502: Found unexpected proxy error in prometheus/linkerd-proxy log: l5d-integration-auto-git-913db94f-upgrade linkerd-prometheus-7b9c9dd488-pb6zt linkerd-proxy ERR! [ 7.527928s] proxy={server=out listen=127.0.0.1:4140 remote=10.244.9.137:33550} linkerd2_proxy::app::errors unexpected error: error trying to connect: request timed out | |
install_test.go:502: Found unexpected proxy error in prometheus/linkerd-proxy log: l5d-integration-auto-git-913db94f-upgrade linkerd-prometheus-7b9c9dd488-pb6zt linkerd-proxy ERR! [ 9.748699s] proxy={server=out listen=127.0.0.1:4140 remote=10.244.9.137:38720} linkerd2_proxy::app::errors unexpected error: error trying to connect: request timed out | |
--- PASS: TestLogs/sp-validator/sp-validator (2.51s) | |
--- 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-913db94f-upgrade linkerd-sp-validator-8f996dcb6-92786 linkerd-proxy WARN [ 0.512798s] linkerd-identity.l5d-integration-auto-git-913db94f-upgrade.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-913db94f-upgrade.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-913db94f-upgrade.serviceaccount.identity.l5d-integration-auto-git-913db94f-upgrade.cluster.local") }: request timed out | |
install_test.go:502: Found unexpected proxy error in sp-validator/linkerd-proxy log: l5d-integration-auto-git-913db94f-upgrade linkerd-sp-validator-8f996dcb6-92786 linkerd-proxy ERR! [ 5.002608s] 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/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-913db94f-upgrade linkerd-web-7fd96ddcd4-jrs6n linkerd-proxy WARN [ 0.509299s] linkerd-identity.l5d-integration-auto-git-913db94f-upgrade.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-913db94f-upgrade.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-913db94f-upgrade.serviceaccount.identity.l5d-integration-auto-git-913db94f-upgrade.cluster.local") }: request timed out | |
install_test.go:502: Found unexpected proxy error in web/linkerd-proxy log: l5d-integration-auto-git-913db94f-upgrade linkerd-web-7fd96ddcd4-jrs6n linkerd-proxy ERR! [ 5.003189s] 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/proxy-injector/proxy-injector (2.50s) | |
--- PASS: TestLogs/proxy-injector/linkerd-proxy (2.51s) | |
install_test.go:499: Found known error in proxy-injector/linkerd-proxy log: l5d-integration-auto-git-913db94f-upgrade linkerd-proxy-injector-5987dc8599-lmv7c linkerd-proxy WARN [ 0.514108s] linkerd-identity.l5d-integration-auto-git-913db94f-upgrade.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-913db94f-upgrade.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-913db94f-upgrade.serviceaccount.identity.l5d-integration-auto-git-913db94f-upgrade.cluster.local") }: request timed out | |
install_test.go:502: Found unexpected proxy error in proxy-injector/linkerd-proxy log: l5d-integration-auto-git-913db94f-upgrade linkerd-proxy-injector-5987dc8599-lmv7c linkerd-proxy ERR! [ 5.002635s] 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-913db94f-upgrade linkerd-controller-8696ffc8d4-6b9sq linkerd-proxy WARN [ 0.513869s] linkerd-identity.l5d-integration-auto-git-913db94f-upgrade.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-913db94f-upgrade.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-913db94f-upgrade.serviceaccount.identity.l5d-integration-auto-git-913db94f-upgrade.cluster.local") }: request timed out | |
install_test.go:502: Found unexpected proxy error in controller/linkerd-proxy log: l5d-integration-auto-git-913db94f-upgrade linkerd-controller-8696ffc8d4-6b9sq linkerd-proxy ERR! [ 5.003234s] 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-913db94f-upgrade linkerd-tap-6875b666dc-p626r linkerd-proxy WARN [ 0.508351s] linkerd-identity.l5d-integration-auto-git-913db94f-upgrade.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-913db94f-upgrade.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-913db94f-upgrade.serviceaccount.identity.l5d-integration-auto-git-913db94f-upgrade.cluster.local") }: request timed out | |
install_test.go:502: Found unexpected proxy error in tap/linkerd-proxy log: l5d-integration-auto-git-913db94f-upgrade linkerd-tap-6875b666dc-p626r linkerd-proxy ERR! [ 5.003182s] 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-913db94f-upgrade linkerd-grafana-676db6578b-6btsz linkerd-proxy WARN [ 0.518345s] linkerd-identity.l5d-integration-auto-git-913db94f-upgrade.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-913db94f-upgrade.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-913db94f-upgrade.serviceaccount.identity.l5d-integration-auto-git-913db94f-upgrade.cluster.local") }: request timed out | |
install_test.go:502: Found unexpected proxy error in grafana/linkerd-proxy log: l5d-integration-auto-git-913db94f-upgrade linkerd-grafana-676db6578b-6btsz linkerd-proxy ERR! [ 2.949128s] proxy={server=in listen=0.0.0.0:4143 remote=10.244.11.1:59398} 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-913db94f-upgrade linkerd-grafana-676db6578b-6btsz linkerd-proxy ERR! [ 5.003023s] 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" | |
install_test.go:502: Found unexpected proxy error in grafana/linkerd-proxy log: l5d-integration-auto-git-913db94f-upgrade linkerd-grafana-676db6578b-6btsz linkerd-proxy ERR! [ 10.369961s] proxy={server=in listen=0.0.0.0:4143 remote=10.244.9.137:55606} 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-913db94f-upgrade linkerd-grafana-676db6578b-6btsz linkerd-proxy ERR! [ 12.948794s] proxy={server=in listen=0.0.0.0:4143 remote=10.244.11.1:59504} 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-913db94f-upgrade linkerd-grafana-676db6578b-6btsz linkerd-proxy ERR! [ 20.368778s] proxy={server=in listen=0.0.0.0:4143 remote=10.244.9.137:55606} 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-913db94f-upgrade linkerd-grafana-676db6578b-6btsz linkerd-proxy ERR! [ 22.948807s] proxy={server=in listen=0.0.0.0:4143 remote=10.244.11.1:59604} linkerd2_proxy::app::errors unexpected error: error trying to connect: Connection refused (os error 111) (address: 127.0.0.1:3000) | |
=== RUN TestEvents | |
--- PASS: TestEvents (0.27s) | |
install_test.go:544: Found known warning event: Unhealthy linkerd-controller-646fc9ccf4-8wzfx Readiness probe failed: HTTP probe failed with statuscode: 503 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-controller-8696ffc8d4-6b9sq Readiness probe failed: HTTP probe failed with statuscode: 503 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-grafana-676db6578b-6btsz Readiness probe failed: HTTP probe failed with statuscode: 502 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-grafana-676db6578b-6btsz Readiness probe failed: HTTP probe failed with statuscode: 503 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-grafana-67c69b4b69-kf947 Readiness probe failed: HTTP probe failed with statuscode: 502 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-grafana-67c69b4b69-kf947 Readiness probe failed: HTTP probe failed with statuscode: 503 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-grafana-67c69b4b69-kf947 Liveness probe failed: Get http://10.244.6.244:4191/metrics: dial tcp 10.244.6.244:4191: connect: connection refused | |
install_test.go:544: Found known warning event: Unhealthy linkerd-identity-7f4977898d-ljwd4 Readiness probe failed: Get http://10.244.10.60:4191/ready: dial tcp 10.244.10.60:4191: connect: connection refused | |
install_test.go:544: Found known warning event: Unhealthy linkerd-identity-7f4977898d-ljwd4 Readiness probe failed: Get http://10.244.10.60:9990/ready: dial tcp 10.244.10.60:9990: connect: connection refused | |
install_test.go:544: Found known warning event: Unhealthy linkerd-identity-7f4977898d-ljwd4 Liveness probe failed: Get http://10.244.10.60:9990/ping: dial tcp 10.244.10.60:9990: connect: connection refused | |
install_test.go:544: Found known warning event: Unhealthy linkerd-prometheus-58f4bd9b7-wjqxl Readiness probe failed: HTTP probe failed with statuscode: 503 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-prometheus-7b9c9dd488-pb6zt Readiness probe failed: HTTP probe failed with statuscode: 503 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-proxy-injector-5987dc8599-lmv7c Readiness probe failed: HTTP probe failed with statuscode: 503 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-sp-validator-7d7889dbd7-mtpqq Readiness probe failed: HTTP probe failed with statuscode: 503 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-sp-validator-8f996dcb6-92786 Readiness probe failed: HTTP probe failed with statuscode: 503 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-tap-6875b666dc-p626r Readiness probe failed: HTTP probe failed with statuscode: 503 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-web-6ff8d4cbb8-wdj8q Readiness probe failed: HTTP probe failed with statuscode: 503 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-web-7fd96ddcd4-jrs6n Readiness probe failed: HTTP probe failed with statuscode: 503 | |
=== RUN TestRestarts | |
--- PASS: TestRestarts (0.12s) | |
PASS | |
ok command-line-arguments 148.641s | |
Running test [egress_test.go] --linkerd-namespace=l5d-integration-auto-git-913db94f | |
=== 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 (24.14s) | |
--- PASS: TestEgressHttp/Can_use_egress_to_send_GET_request_to_http_(egress-test-http-get) (0.43s) | |
--- PASS: TestEgressHttp/Can_use_egress_to_send_POST_request_to_http_(egress-test-http-post) (0.41s) | |
--- PASS: TestEgressHttp/Can_use_egress_to_send_GET_request_to_https_(egress-test-https-get) (0.60s) | |
--- PASS: TestEgressHttp/Can_use_egress_to_send_POST_request_to_https_(egress-test-https-post) (0.70s) | |
--- PASS: TestEgressHttp/Can_use_egress_to_send_GET_request_to_https_(egress-test-not-www-get) (0.60s) | |
PASS | |
ok command-line-arguments 24.226s | |
Running test [tap_test.go] --linkerd-namespace=l5d-integration-auto-git-913db94f | |
=== 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 (45.82s) | |
--- PASS: TestCliTap/tap_a_deployment (5.92s) | |
--- PASS: TestCliTap/tap_a_disabled_deployment (0.51s) | |
--- PASS: TestCliTap/tap_a_service_call (4.49s) | |
--- PASS: TestCliTap/tap_a_pod (4.00s) | |
--- PASS: TestCliTap/filter_tap_events_by_method (4.00s) | |
--- PASS: TestCliTap/filter_tap_events_by_authority (4.03s) | |
PASS | |
ok command-line-arguments 45.887s | |
Running test [routes_test.go] --linkerd-namespace=l5d-integration-auto-git-913db94f | |
=== RUN TestRoutes | |
--- PASS: TestRoutes (1.09s) | |
PASS | |
ok command-line-arguments 1.168s | |
Running test [stat_test.go] --linkerd-namespace=l5d-integration-auto-git-913db94f | |
=== RUN TestCliStatForLinkerdNamespace | |
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_deploy_-n_l5d-integration-auto-git-913db94f | |
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_po/linkerd-prometheus-7d5fc9b588-n5nfz_-n_l5d-integration-auto-git-913db94f_--from_po/linkerd-controller-5985dc4f57-qms6b | |
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_deploy_-n_l5d-integration-auto-git-913db94f_--to_po/linkerd-prometheus-7d5fc9b588-n5nfz | |
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_svc_linkerd-prometheus_-n_l5d-integration-auto-git-913db94f_--from_deploy/linkerd-controller | |
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_deploy_-n_l5d-integration-auto-git-913db94f_--to_svc/linkerd-prometheus | |
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_ns_l5d-integration-auto-git-913db94f | |
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_po_-n_l5d-integration-auto-git-913db94f_--to_au/linkerd-prometheus.l5d-integration-auto-git-913db94f.svc.cluster.local:9090 | |
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_au_-n_l5d-integration-auto-git-913db94f_--to_po/linkerd-prometheus-7d5fc9b588-n5nfz | |
--- PASS: TestCliStatForLinkerdNamespace (4.04s) | |
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_deploy_-n_l5d-integration-auto-git-913db94f (0.50s) | |
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_po/linkerd-prometheus-7d5fc9b588-n5nfz_-n_l5d-integration-auto-git-913db94f_--from_po/linkerd-controller-5985dc4f57-qms6b (0.47s) | |
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_deploy_-n_l5d-integration-auto-git-913db94f_--to_po/linkerd-prometheus-7d5fc9b588-n5nfz (0.49s) | |
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_svc_linkerd-prometheus_-n_l5d-integration-auto-git-913db94f_--from_deploy/linkerd-controller (0.50s) | |
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_deploy_-n_l5d-integration-auto-git-913db94f_--to_svc/linkerd-prometheus (0.50s) | |
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_ns_l5d-integration-auto-git-913db94f (0.50s) | |
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_po_-n_l5d-integration-auto-git-913db94f_--to_au/linkerd-prometheus.l5d-integration-auto-git-913db94f.svc.cluster.local:9090 (0.51s) | |
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_au_-n_l5d-integration-auto-git-913db94f_--to_po/linkerd-prometheus-7d5fc9b588-n5nfz (0.48s) | |
PASS | |
ok command-line-arguments 4.112s | |
Running test [get_test.go] --linkerd-namespace=l5d-integration-auto-git-913db94f | |
=== RUN TestCliGet | |
=== RUN TestCliGet/get_pods_from_--all-namespaces | |
=== RUN TestCliGet/get_pods_from_the_linkerd_namespace | |
--- PASS: TestCliGet (21.51s) | |
--- PASS: TestCliGet/get_pods_from_--all-namespaces (0.52s) | |
--- PASS: TestCliGet/get_pods_from_the_linkerd_namespace (0.68s) | |
PASS | |
ok command-line-arguments 21.579s | |
Running test [serviceprofiles_test.go] --linkerd-namespace=l5d-integration-auto-git-913db94f | |
=== RUN TestServiceProfiles | |
=== RUN TestServiceProfiles/tap | |
=== RUN TestServiceProfiles/open-api | |
--- PASS: TestServiceProfiles (33.86s) | |
--- PASS: TestServiceProfiles/tap (11.72s) | |
--- PASS: TestServiceProfiles/open-api (1.52s) | |
=== RUN TestServiceProfileMetrics | |
--- PASS: TestServiceProfileMetrics (38.84s) | |
PASS | |
ok command-line-arguments 72.789s | |
Running test [inject_test.go] --linkerd-namespace=l5d-integration-auto-git-913db94f | |
=== RUN TestInject | |
--- PASS: TestInject (0.05s) | |
=== RUN TestInjectParams | |
--- PASS: TestInjectParams (0.05s) | |
=== RUN TestAnnotationPermutations | |
--- PASS: TestAnnotationPermutations (28.52s) | |
PASS | |
ok command-line-arguments 28.702s | |
=== PASS: all tests passed | |
cleaning up namespace [l5d-integration-auto-git-913db94f] in k8s-context [] and associated test namespaces | |
namespace "l5d-integration-auto-git-913db94f" deleted | |
namespace "l5d-integration-auto-git-913db94f-egress-test" deleted | |
namespace "l5d-integration-auto-git-913db94f-get-test" deleted | |
namespace "l5d-integration-auto-git-913db94f-inject-test" deleted | |
namespace "l5d-integration-auto-git-913db94f-inject-test-disabled" deleted | |
namespace "l5d-integration-auto-git-913db94f-inject-test-enabled" deleted | |
namespace "l5d-integration-auto-git-913db94f-serviceprofile-test" deleted | |
namespace "l5d-integration-auto-git-913db94f-smoke-test" deleted | |
namespace "l5d-integration-auto-git-913db94f-smoke-test-ann" deleted | |
namespace "l5d-integration-auto-git-913db94f-smoke-test-manual" deleted | |
namespace "l5d-integration-auto-git-913db94f-tap-test" deleted | |
namespace "l5d-integration-auto-git-913db94f-upgrade" deleted | |
namespace "l5d-integration-auto-git-913db94f-upgrade-smoke-test" deleted | |
namespace "l5d-integration-auto-git-913db94f-upgrade-smoke-test-ann" deleted | |
namespace "l5d-integration-auto-git-913db94f-upgrade-smoke-test-manual" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-913db94f-controller" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-913db94f-identity" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-913db94f-prometheus" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-913db94f-proxy-injector" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-913db94f-sp-validator" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-913db94f-tap" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-913db94f-upgrade-controller" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-913db94f-upgrade-identity" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-913db94f-upgrade-prometheus" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-913db94f-upgrade-proxy-injector" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-913db94f-upgrade-sp-validator" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-913db94f-upgrade-tap" deleted | |
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-913db94f-controller" deleted | |
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-913db94f-identity" deleted | |
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-913db94f-prometheus" deleted | |
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-913db94f-proxy-injector" deleted | |
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-913db94f-sp-validator" deleted | |
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-913db94f-tap" deleted | |
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-913db94f-upgrade-controller" deleted | |
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-913db94f-upgrade-identity" deleted | |
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-913db94f-upgrade-prometheus" deleted | |
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-913db94f-upgrade-proxy-injector" deleted | |
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-913db94f-upgrade-sp-validator" deleted | |
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-913db94f-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-913db94f-control-plane" deleted | |
podsecuritypolicy.extensions "linkerd-l5d-integration-auto-git-913db94f-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