Created
July 9, 2019 20:34
-
-
Save l5d-bot/cf4e1b45d52d252ff1fc352acfcf14a4 to your computer and use it in GitHub Desktop.
l5d-integration-fail-59cf0c9b986c67a90378afd212ea67681cf8b665.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 '59cf0c9b986c67a90378afd212ea67681cf8b665'. | |
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 59cf0c9b Address final reviews | |
Sending build context to Docker daemon 4.656MB | |
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 | |
---> 3789b48b6cdc | |
Step 8/26 : FROM gcr.io/linkerd-io/go-deps:4c8f4294 as golang | |
---> 68c04506be41 | |
Step 9/26 : WORKDIR /go/src/github.com/linkerd/linkerd2 | |
---> Using cache | |
---> 182efd4f38d8 | |
Step 10/26 : ENV CGO_ENABLED=0 GOOS=linux | |
---> Using cache | |
---> 766321cd2e9c | |
Step 11/26 : COPY pkg/flags pkg/flags | |
---> Using cache | |
---> f08291561709 | |
Step 12/26 : COPY pkg/tls pkg/tls | |
---> Using cache | |
---> f966fd8d3322 | |
Step 13/26 : COPY pkg/version pkg/version | |
---> Using cache | |
---> 1453bede0490 | |
Step 14/26 : RUN go build ./pkg/... | |
---> Using cache | |
---> b14458a18c2a | |
Step 15/26 : COPY proxy-identity proxy-identity | |
---> Using cache | |
---> ea5eb7853c70 | |
Step 16/26 : RUN CGO_ENABLED=0 GOOS=linux go install ./proxy-identity | |
---> Using cache | |
---> 1eca11968955 | |
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 | |
---> 06c5c341f5bf | |
Step 19/26 : COPY --from=fetch /build/version.txt /usr/lib/linkerd/linkerd2-proxy-version.txt | |
---> Using cache | |
---> 82b920bb9a7f | |
Step 20/26 : COPY --from=fetch /build/linkerd2-proxy /usr/lib/linkerd/linkerd2-proxy | |
---> Using cache | |
---> f5370be07c83 | |
Step 21/26 : COPY --from=golang /go/bin/proxy-identity /usr/lib/linkerd/linkerd2-proxy-identity | |
---> Using cache | |
---> c7ddb08f2dbf | |
Step 22/26 : COPY proxy-identity/run-proxy.sh /usr/bin/linkerd2-proxy-run | |
---> Using cache | |
---> 88e02885b197 | |
Step 23/26 : ARG LINKERD_VERSION | |
---> Using cache | |
---> d1a7ae0e1c39 | |
Step 24/26 : ENV LINKERD_CONTAINER_VERSION_OVERRIDE=${LINKERD_VERSION} | |
---> Running in 7abfb53225f1 | |
Removing intermediate container 7abfb53225f1 | |
---> a356a41dd664 | |
Step 25/26 : ENV LINKERD2_PROXY_LOG=warn,linkerd2_proxy=info | |
---> Running in c3bf480b827d | |
Removing intermediate container c3bf480b827d | |
---> ac4fe4503275 | |
Step 26/26 : ENTRYPOINT ["/usr/bin/linkerd2-proxy-run"] | |
---> Running in 71aa0908236c | |
Removing intermediate container 71aa0908236c | |
---> fae913494aea | |
Successfully built fae913494aea | |
Successfully tagged gcr.io/linkerd-io/proxy:git-59cf0c9b | |
gcr.io/linkerd-io/proxy:git-59cf0c9b | |
Sending build context to Docker daemon 4.655MB | |
Step 1/13 : FROM gcr.io/linkerd-io/go-deps:4c8f4294 as golang | |
---> 68c04506be41 | |
Step 2/13 : WORKDIR /go/src/github.com/linkerd/linkerd2 | |
---> Using cache | |
---> 182efd4f38d8 | |
Step 3/13 : COPY controller/gen controller/gen | |
---> Using cache | |
---> a626380a7733 | |
Step 4/13 : COPY pkg pkg | |
---> Using cache | |
---> f9c31d6b694a | |
Step 5/13 : COPY controller controller | |
---> Using cache | |
---> ae8fb41d2d5f | |
Step 6/13 : RUN CGO_ENABLED=0 GOOS=linux go install ./pkg/... | |
---> Using cache | |
---> 0a1256621622 | |
Step 7/13 : RUN CGO_ENABLED=0 GOOS=linux go install ./controller/cmd/... | |
---> Using cache | |
---> 26aefb56c5a6 | |
Step 8/13 : FROM scratch | |
---> | |
Step 9/13 : ENV PATH=$PATH:/go/bin | |
---> Using cache | |
---> 362d49b86171 | |
Step 10/13 : COPY LICENSE /linkerd/LICENSE | |
---> Using cache | |
---> b3c9e82bd118 | |
Step 11/13 : COPY --from=golang /go/bin /go/bin | |
---> Using cache | |
---> 5ced299b22b2 | |
Step 12/13 : ARG LINKERD_VERSION | |
---> Using cache | |
---> 7363bce9064f | |
Step 13/13 : ENV LINKERD_CONTAINER_VERSION_OVERRIDE=${LINKERD_VERSION} | |
---> Running in 2731f1a2c19b | |
Removing intermediate container 2731f1a2c19b | |
---> 30ebb7578a4b | |
Successfully built 30ebb7578a4b | |
Successfully tagged gcr.io/linkerd-io/controller:git-59cf0c9b | |
gcr.io/linkerd-io/controller:git-59cf0c9b | |
Sending build context to Docker daemon 4.656MB | |
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 | |
---> 30dde2de678e | |
Step 3/34 : ENV HOME /root | |
---> Using cache | |
---> d1f28c90ec47 | |
Step 4/34 : ENV PATH $HOME/.yarn/bin:$PATH | |
---> Using cache | |
---> 34ad5079f8aa | |
Step 5/34 : ENV GOPATH /go | |
---> Using cache | |
---> 0d3d6d81992b | |
Step 6/34 : ENV PROJECT github.com/linkerd/linkerd2 | |
---> Using cache | |
---> 23170a32ff7d | |
Step 7/34 : ENV PACKAGE $PROJECT/web/app | |
---> Using cache | |
---> f9afdd825783 | |
Step 8/34 : ENV ROOT $GOPATH/src/$PROJECT | |
---> Using cache | |
---> ae2021edb6e3 | |
Step 9/34 : ENV PACKAGEDIR $GOPATH/src/$PACKAGE | |
---> Using cache | |
---> 7649f7e5e4ee | |
Step 10/34 : WORKDIR $PACKAGEDIR | |
---> Using cache | |
---> ef01139c9482 | |
Step 11/34 : COPY bin/web $ROOT/bin/web | |
---> Using cache | |
---> b457c6481a0b | |
Step 12/34 : COPY web/app/package.json web/app/yarn.lock ./ | |
---> Using cache | |
---> 4f481df74b70 | |
Step 13/34 : RUN $ROOT/bin/web setup install --frozen-lockfile | |
---> Using cache | |
---> da2310fc9232 | |
Step 14/34 : ENV NODE_ENV production | |
---> Using cache | |
---> 7922f5d7f02f | |
Step 15/34 : COPY web/app . | |
---> Using cache | |
---> fffd96cf88fb | |
Step 16/34 : RUN $ROOT/bin/web build | |
---> Using cache | |
---> 09fbb8ca409a | |
Step 17/34 : FROM gcr.io/linkerd-io/go-deps:4c8f4294 as golang | |
---> 68c04506be41 | |
Step 18/34 : WORKDIR /go/src/github.com/linkerd/linkerd2 | |
---> Using cache | |
---> 182efd4f38d8 | |
Step 19/34 : RUN mkdir -p web | |
---> Using cache | |
---> f433526a0b86 | |
Step 20/34 : COPY web/main.go web | |
---> Using cache | |
---> f3920f91530e | |
Step 21/34 : COPY web/srv web/srv | |
---> Using cache | |
---> 53c5e47ed7fc | |
Step 22/34 : COPY controller controller | |
---> Using cache | |
---> 337bcbe054e9 | |
Step 23/34 : COPY pkg pkg | |
---> Using cache | |
---> 6507eb3c51af | |
Step 24/34 : RUN CGO_ENABLED=0 GOOS=linux go build -o web/web ./web | |
---> Using cache | |
---> 9a9eafe074ff | |
Step 25/34 : FROM gcr.io/linkerd-io/base:2019-02-19.01 | |
---> f07bbe9e1dde | |
Step 26/34 : WORKDIR /linkerd | |
---> Using cache | |
---> 295f165ec522 | |
Step 27/34 : COPY LICENSE . | |
---> Using cache | |
---> dca7ee5bb6ef | |
Step 28/34 : COPY --from=golang /go/src/github.com/linkerd/linkerd2/web/web . | |
---> Using cache | |
---> 3289dad8bee3 | |
Step 29/34 : RUN mkdir -p app | |
---> Using cache | |
---> 79d81a66076b | |
Step 30/34 : COPY --from=webpack-bundle /go/src/github.com/linkerd/linkerd2/web/app/dist app/dist | |
---> Using cache | |
---> 5342281a779d | |
Step 31/34 : COPY web/templates templates | |
---> Using cache | |
---> e184ec431afc | |
Step 32/34 : ARG LINKERD_VERSION | |
---> Using cache | |
---> 25a540c10ec9 | |
Step 33/34 : ENV LINKERD_CONTAINER_VERSION_OVERRIDE=${LINKERD_VERSION} | |
---> Running in 66ab9c3f637b | |
Removing intermediate container 66ab9c3f637b | |
---> 9d0b39e66be6 | |
Step 34/34 : ENTRYPOINT ["./web"] | |
---> Running in fcef3b0f2ca1 | |
Removing intermediate container fcef3b0f2ca1 | |
---> 9792dfc4cfcc | |
Successfully built 9792dfc4cfcc | |
Successfully tagged gcr.io/linkerd-io/web:git-59cf0c9b | |
gcr.io/linkerd-io/web:git-59cf0c9b | |
Sending build context to Docker daemon 4.655MB | |
Step 1/16 : FROM gcr.io/linkerd-io/go-deps:4c8f4294 as golang | |
---> 68c04506be41 | |
Step 2/16 : WORKDIR /go/src/github.com/linkerd/linkerd2 | |
---> Using cache | |
---> 182efd4f38d8 | |
Step 3/16 : COPY pkg pkg | |
---> Using cache | |
---> c30841a6e2ea | |
Step 4/16 : COPY controller controller | |
---> Using cache | |
---> 08130f4123f7 | |
Step 5/16 : COPY cni-plugin cni-plugin | |
---> Using cache | |
---> 6d9e3005126e | |
Step 6/16 : RUN CGO_ENABLED=0 GOOS=linux go build -o /go/bin/linkerd-cni -v ./cni-plugin/ | |
---> Using cache | |
---> a3190ec78c2a | |
Step 7/16 : FROM gcr.io/linkerd-io/base:2019-02-19.01 | |
---> f07bbe9e1dde | |
Step 8/16 : WORKDIR /linkerd | |
---> Using cache | |
---> 295f165ec522 | |
Step 9/16 : RUN curl -kL -o $(which jq) https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 | |
---> Using cache | |
---> 4e75e3e3d93f | |
Step 10/16 : COPY --from=golang /go/bin/linkerd-cni /opt/cni/bin/ | |
---> Using cache | |
---> 744d52441ee5 | |
Step 11/16 : COPY LICENSE . | |
---> Using cache | |
---> 46e09212ff3c | |
Step 12/16 : COPY cni-plugin/deployment/scripts/install-cni.sh . | |
---> Using cache | |
---> ad5ed971cdf1 | |
Step 13/16 : COPY cni-plugin/deployment/linkerd-cni.conf.default . | |
---> Using cache | |
---> 19b92a8f5960 | |
Step 14/16 : COPY cni-plugin/deployment/scripts/filter.jq . | |
---> Using cache | |
---> f4d8505f78dd | |
Step 15/16 : ENV PATH=/linkerd:/opt/cni/bin:$PATH | |
---> Using cache | |
---> 3dfde6b56310 | |
Step 16/16 : CMD ["install-cni.sh"] | |
---> Using cache | |
---> 60d8b3d1dbbd | |
Successfully built 60d8b3d1dbbd | |
Successfully tagged gcr.io/linkerd-io/cni-plugin:git-59cf0c9b | |
gcr.io/linkerd-io/cni-plugin:git-59cf0c9b | |
Sending build context to Docker daemon 4.655MB | |
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 | |
---> 4cead075586e | |
Step 3/3 : ENTRYPOINT [ "tshark", "-i", "any" ] | |
---> Using cache | |
---> e0b983a750c0 | |
Successfully built e0b983a750c0 | |
Successfully tagged gcr.io/linkerd-io/debug:git-59cf0c9b | |
gcr.io/linkerd-io/debug:git-59cf0c9b | |
Sending build context to Docker daemon 4.656MB | |
Step 1/22 : FROM gcr.io/linkerd-io/go-deps:4c8f4294 as golang | |
---> 68c04506be41 | |
Step 2/22 : WORKDIR /go/src/github.com/linkerd/linkerd2 | |
---> Using cache | |
---> 182efd4f38d8 | |
Step 3/22 : COPY cli cli | |
---> Using cache | |
---> 5c48d6e1d0c7 | |
Step 4/22 : COPY chart chart | |
---> Using cache | |
---> 4492893605e4 | |
Step 5/22 : COPY controller/k8s controller/k8s | |
---> Using cache | |
---> 0123950c9e34 | |
Step 6/22 : COPY controller/api controller/api | |
---> Using cache | |
---> 7ca6434dce2c | |
Step 7/22 : COPY controller/gen controller/gen | |
---> Using cache | |
---> ee64e1b84e14 | |
Step 8/22 : COPY pkg pkg | |
---> Using cache | |
---> cf2c0e25679a | |
Step 9/22 : RUN mkdir -p /out | |
---> Using cache | |
---> aa739273629e | |
Step 10/22 : RUN go generate ./cli | |
---> Using cache | |
---> baf8bc4bd922 | |
Step 11/22 : RUN CGO_ENABLED=0 GOOS=darwin go build -o /out/linkerd-darwin -tags prod -ldflags "-s -w" ./cli | |
---> Using cache | |
---> 207e43e4fe6c | |
Step 12/22 : RUN CGO_ENABLED=0 GOOS=linux go build -o /out/linkerd-linux -tags prod -ldflags "-s -w" ./cli | |
---> Using cache | |
---> a998d28d9349 | |
Step 13/22 : RUN CGO_ENABLED=0 GOOS=windows go build -o /out/linkerd-windows -tags prod -ldflags "-s -w" ./cli | |
---> Using cache | |
---> ab15e8a5c6ae | |
Step 14/22 : ARG LINKERD_VERSION | |
---> Using cache | |
---> 038d505c3557 | |
Step 15/22 : ENV GO_LDFLAGS="-s -w -X github.com/linkerd/linkerd2/pkg/version.Version=${LINKERD_VERSION}" | |
---> Running in ce8e59866c0b | |
Removing intermediate container ce8e59866c0b | |
---> 47e9d90c35f1 | |
Step 16/22 : RUN CGO_ENABLED=0 GOOS=darwin go build -o /out/linkerd-darwin -tags prod -ldflags "${GO_LDFLAGS}" ./cli | |
---> Running in 798477b1dd8d | |
Removing intermediate container 798477b1dd8d | |
---> 4d1d606c7fcf | |
Step 17/22 : RUN CGO_ENABLED=0 GOOS=linux go build -o /out/linkerd-linux -tags prod -ldflags "${GO_LDFLAGS}" ./cli | |
---> Running in 502ace84ac73 | |
Removing intermediate container 502ace84ac73 | |
---> 8659aca3e680 | |
Step 18/22 : RUN CGO_ENABLED=0 GOOS=windows go build -o /out/linkerd-windows -tags prod -ldflags "${GO_LDFLAGS}" ./cli | |
---> Running in 5faef2bc27e5 | |
Removing intermediate container 5faef2bc27e5 | |
---> 3fd6ba993655 | |
Step 19/22 : FROM scratch | |
---> | |
Step 20/22 : COPY LICENSE /linkerd/LICENSE | |
---> Using cache | |
---> 9c5ae9b0582e | |
Step 21/22 : COPY --from=golang /out /out | |
---> 05ffe0936d1d | |
Step 22/22 : ENTRYPOINT ["/out/linkerd-linux"] | |
---> Running in 78e3dd32ee36 | |
Removing intermediate container 78e3dd32ee36 | |
---> d309a7761617 | |
Successfully built d309a7761617 | |
Successfully tagged gcr.io/linkerd-io/cli-bin:git-59cf0c9b | |
gcr.io/linkerd-io/cli-bin:git-59cf0c9b | |
/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.655MB | |
Step 1/4 : FROM grafana/grafana:5.4.3 | |
---> d0454da13c84 | |
Step 2/4 : COPY LICENSE /linkerd/LICENSE | |
---> Using cache | |
---> 0d26b5512cdb | |
Step 3/4 : COPY grafana/dashboards /var/lib/grafana/dashboards | |
---> Using cache | |
---> 80df60d9d346 | |
Step 4/4 : COPY grafana/dashboards/top-line.json /usr/share/grafana/public/dashboards/home.json | |
---> Using cache | |
---> 8ea57bc57455 | |
Successfully built 8ea57bc57455 | |
Successfully tagged gcr.io/linkerd-io/grafana:git-59cf0c9b | |
gcr.io/linkerd-io/grafana:git-59cf0c9b | |
The push refers to repository [gcr.io/linkerd-io/cli-bin] | |
ec7f5cc1aaf3: Preparing | |
41b971a2e5de: Preparing | |
41b971a2e5de: Layer already exists | |
ec7f5cc1aaf3: Pushed | |
git-59cf0c9b: digest: sha256:bcd2afb36dd9756d7503360c50302661682f3820f10ec20193cd3bb272cc091b size: 737 | |
The push refers to repository [gcr.io/linkerd-io/cni-plugin] | |
5422744529f1: Preparing | |
c26270cda0db: Preparing | |
4239416b9c94: Preparing | |
607d7ebe8fdb: Preparing | |
31f829196239: Preparing | |
f2bcf49eb5bb: Preparing | |
cc6d6b9976e0: Preparing | |
7c5874767822: Preparing | |
0a07e81f5da3: Preparing | |
0a07e81f5da3: Waiting | |
cc6d6b9976e0: Waiting | |
7c5874767822: Waiting | |
f2bcf49eb5bb: Waiting | |
31f829196239: Layer already exists | |
607d7ebe8fdb: Layer already exists | |
5422744529f1: Layer already exists | |
4239416b9c94: Layer already exists | |
c26270cda0db: Layer already exists | |
f2bcf49eb5bb: Layer already exists | |
cc6d6b9976e0: Layer already exists | |
7c5874767822: Layer already exists | |
0a07e81f5da3: Layer already exists | |
git-59cf0c9b: digest: sha256:cda2c094f276c0bb999cf8011887b77de6a5e1ed43956c51a785584016eb7207 size: 2201 | |
The push refers to repository [gcr.io/linkerd-io/controller] | |
5e1b4b77acd4: Preparing | |
b2d03449d096: Preparing | |
5e1b4b77acd4: Layer already exists | |
b2d03449d096: Layer already exists | |
git-59cf0c9b: digest: sha256:4b2ae4aa0fe0f2696cd7fcc65e58ece49e5960204b24e2d2913eb5fe88b4d05b size: 737 | |
The push refers to repository [gcr.io/linkerd-io/debug] | |
079cb62e90b9: Preparing | |
7c5874767822: Preparing | |
0a07e81f5da3: Preparing | |
7c5874767822: Layer already exists | |
0a07e81f5da3: Layer already exists | |
079cb62e90b9: Layer already exists | |
git-59cf0c9b: digest: sha256:979410488a33250f216f4177f30b1e866b3ecc72f3505b1ebb3c6ee1ece04c89 size: 953 | |
The push refers to repository [gcr.io/linkerd-io/grafana] | |
31f53cf3b1bc: Preparing | |
642b09fccb18: Preparing | |
117107bc7ceb: Preparing | |
67796dde2d25: Preparing | |
4a786a04c29c: Preparing | |
63e69b5ec8fb: Preparing | |
f2d8bd23c9c1: Preparing | |
c61883f6d7a1: Preparing | |
7b4e562e58dc: Preparing | |
63e69b5ec8fb: Waiting | |
f2d8bd23c9c1: Waiting | |
c61883f6d7a1: Waiting | |
7b4e562e58dc: Waiting | |
642b09fccb18: Layer already exists | |
31f53cf3b1bc: Layer already exists | |
117107bc7ceb: 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-59cf0c9b: digest: sha256:ce04e8be80d8d2941d39f20debf58005986e4e41165967dd3ecda48ba890ce64 size: 2201 | |
The push refers to repository [gcr.io/linkerd-io/proxy] | |
df83fd50aab2: Preparing | |
6bec6d12bebc: Preparing | |
751bc54014c2: Preparing | |
2a3f5184ed42: Preparing | |
f1a33d6ee27d: Preparing | |
7c5874767822: Preparing | |
0a07e81f5da3: Preparing | |
7c5874767822: Waiting | |
0a07e81f5da3: Waiting | |
751bc54014c2: Layer already exists | |
6bec6d12bebc: Layer already exists | |
df83fd50aab2: Layer already exists | |
2a3f5184ed42: Layer already exists | |
f1a33d6ee27d: Layer already exists | |
7c5874767822: Layer already exists | |
0a07e81f5da3: Layer already exists | |
git-59cf0c9b: digest: sha256:8d8dcfccc6ff41705ceba3d43bc6fb63615b7dbaacf379553064bf3420e7c10c size: 1785 | |
The push refers to repository [gcr.io/linkerd-io/web] | |
cf95b8702a84: Preparing | |
fb44779126cf: Preparing | |
8fcc15de0e82: Preparing | |
dba80c45636c: Preparing | |
be0b9d9d840e: Preparing | |
cc6d6b9976e0: Preparing | |
7c5874767822: Preparing | |
0a07e81f5da3: Preparing | |
7c5874767822: Waiting | |
0a07e81f5da3: Waiting | |
cc6d6b9976e0: Waiting | |
cf95b8702a84: Layer already exists | |
dba80c45636c: Layer already exists | |
fb44779126cf: Layer already exists | |
be0b9d9d840e: Layer already exists | |
8fcc15de0e82: Layer already exists | |
cc6d6b9976e0: Layer already exists | |
7c5874767822: Layer already exists | |
0a07e81f5da3: Layer already exists | |
git-59cf0c9b: digest: sha256:ff63f6ff065e22875281a588893b3dbb3da0acff2c81aa45474aad3d10f1b753 size: 1992 | |
Starting to serve on 127.0.0.1:8080 | |
(1/97) Wrote github.com/google/btree@master | |
(2/97) Wrote sigs.k8s.io/yaml@v1.1.0 | |
(3/97) Wrote github.com/prometheus/procfs@master | |
(4/97) Wrote github.com/google/gofuzz@master | |
(5/97) Wrote github.com/Azure/go-autorest@v11.3.2 | |
(6/97) Wrote github.com/golang/glog@master | |
(7/97) Wrote github.com/sirupsen/logrus@v1.0.4 | |
(8/97) Wrote github.com/cpuguy83/go-md2man@v1.0.8 | |
(9/97) Wrote github.com/shurcooL/vfsgen@master | |
(10/97) Wrote github.com/shurcooL/httpfs@master | |
(11/97) Wrote github.com/sergi/go-diff@v1.0.0 | |
(12/97) Wrote github.com/russross/blackfriday@v1.5.2 | |
(13/97) Wrote contrib.go.opencensus.io/exporter/ocagent@v0.2.0 | |
(14/97) Wrote github.com/spf13/cobra@7b2c5ac9fc04fc5efafb60700713d4fa609b777b | |
(15/97) Wrote github.com/BurntSushi/toml@v0.3.1 | |
(16/97) Wrote github.com/PuerkitoBio/purell@v1.1.0 | |
(17/97) Wrote github.com/google/uuid@v1.1.0 | |
(18/97) Wrote github.com/spf13/pflag@v1.0.0 | |
(19/97) Wrote github.com/Masterminds/semver@v1.4.2 | |
(20/97) Wrote github.com/Masterminds/sprig@v2.17.1 | |
(21/97) Wrote github.com/golang/protobuf@v1.2.0 | |
(22/97) Wrote github.com/PuerkitoBio/urlesc@master | |
(23/97) Wrote github.com/beorn7/perks@master | |
(24/97) Wrote github.com/gorilla/websocket@v1.2.0 | |
(25/97) Wrote github.com/gregjones/httpcache@master | |
(26/97) Wrote github.com/aokoli/goutils@v1.1.0 | |
(27/97) Wrote github.com/wercker/stern@b04b5491222d9743529cb859a20d34ce2bb763af | |
(28/97) Wrote github.com/googleapis/gnostic@v0.1.0 | |
(29/97) Wrote github.com/grpc-ecosystem/go-grpc-prometheus@v1.1 | |
(30/97) Wrote go.opencensus.io@v0.18.0 | |
(31/97) Wrote github.com/huandu/xstrings@v1.2.0 | |
(32/97) Wrote github.com/hashicorp/golang-lru@master | |
(33/97) Wrote github.com/imdario/mergo@0.3.2 | |
(34/97) Wrote golang.org/x/oauth2@master | |
(35/97) Wrote github.com/gophercloud/gophercloud@master | |
(36/97) Wrote golang.org/x/sync@master | |
(37/97) Wrote golang.org/x/time@master | |
(38/97) Wrote github.com/inconshreveable/mousetrap@v1.0 | |
(39/97) Wrote golang.org/x/net@master | |
(40/97) Wrote cloud.google.com/go@v0.18.0 | |
(41/97) Wrote golang.org/x/crypto@master | |
(42/97) Wrote github.com/julienschmidt/httprouter@v1.1 | |
(43/97) Wrote github.com/linkerd/linkerd2-proxy-api@ddbc3a4f7f8b0058801f896d27974d19ee98094c | |
(44/97) Wrote github.com/census-instrumentation/opencensus-proto@v0.1.0 | |
(45/97) Wrote github.com/json-iterator/go@f2b4162afba35581b6d4a50d3b8f34e33c144682 | |
(46/97) Wrote github.com/briandowns/spinner@5cf08d0ac778f0d708570fe143e3f82fdb9f9007 | |
(47/97) Wrote github.com/cyphar/filepath-securejoin@v0.2.2 | |
(48/97) Wrote github.com/davecgh/go-spew@v1.1.0 | |
(49/97) Wrote github.com/containernetworking/cni@v0.6.0 | |
(50/97) Wrote golang.org/x/sys@master | |
(51/97) Wrote github.com/fatih/color@v1.7.0 | |
(52/97) Wrote github.com/deislabs/smi-sdk-go@f281e2121a16192b99c40dcdb9eefcfce19e9d6d | |
(53/97) Wrote google.golang.org/appengine@v1.0.0 | |
(54/97) Wrote github.com/dgrijalva/jwt-go@v3.1.0 | |
(55/97) Wrote github.com/evanphx/json-patch@v4.1.0 | |
(56/97) Wrote github.com/docker/spdystream@449fdfce4d962303d702fec724ef0ad181c92528 | |
(57/97) Wrote github.com/emicklei/proto@v1.6.8 | |
(58/97) Wrote gopkg.in/inf.v0@v0.9.0 | |
(59/97) Wrote gopkg.in/yaml.v2@v2 | |
(60/97) Wrote k8s.io/gengo@master | |
(61/97) Wrote github.com/linkerd/linkerd2-proxy-init@v1.0.0 | |
(62/97) Wrote github.com/ghodss/yaml@v1.0.0 | |
(63/97) Wrote k8s.io/apimachinery@kubernetes-1.13.1 | |
(64/97) Wrote github.com/go-openapi/jsonreference@v0.17.2 | |
(65/97) Wrote github.com/mattn/go-isatty@v0.0.7 | |
(66/97) Wrote github.com/mattn/go-colorable@v0.0.9 | |
(67/97) Wrote github.com/go-openapi/jsonpointer@v0.17.2 | |
(68/97) Wrote github.com/mailru/easyjson@master | |
(69/97) Wrote golang.org/x/text@master | |
(70/97) Wrote github.com/go-openapi/spec@v0.17.2 | |
(71/97) Wrote k8s.io/code-generator@master | |
(72/97) Wrote golang.org/x/tools@master | |
(73/97) Wrote github.com/pkg/browser@c90ca0c84f15f81c982e32665bffd8d7aac8f097 | |
(74/97) Wrote github.com/modern-go/concurrent@1.0.3 | |
(75/97) Wrote github.com/gobwas/glob@v0.2.3 | |
(76/97) Wrote google.golang.org/grpc@v1.9.2 | |
(77/97) Wrote github.com/mattn/go-runewidth@v0.0.2 | |
(78/97) Wrote github.com/matttproud/golang_protobuf_extensions@v1.0.0 | |
(79/97) Wrote github.com/go-openapi/swag@v0.17.2 | |
(80/97) Wrote k8s.io/klog@v0.1.0 | |
(81/97) Wrote github.com/modern-go/reflect2@1.0.1 | |
(82/97) Wrote github.com/pkg/errors@v0.8.1 | |
(83/97) Wrote k8s.io/kube-openapi@master | |
(84/97) Wrote github.com/nsf/termbox-go@master | |
(85/97) Wrote github.com/prometheus/client_model@master | |
(86/97) Wrote github.com/prometheus/common@master | |
(87/97) Wrote github.com/gogo/protobuf@v1.0.0 | |
(88/97) Wrote k8s.io/client-go@kubernetes-1.13.1 | |
(89/97) Wrote github.com/peterbourgon/diskv@v2.0.1 | |
(90/97) Wrote google.golang.org/genproto@master | |
(91/97) Wrote k8s.io/apiextensions-apiserver@kubernetes-1.13.1 | |
(92/97) Wrote github.com/projectcalico/libcalico-go@v1.7.3 | |
(93/97) Wrote github.com/prometheus/client_golang@v0.9.2 | |
(94/97) Wrote github.com/petar/GoLLRB@master | |
(95/97) Wrote k8s.io/helm@v2.12.2 | |
(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 3b05c00 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 ddbc3a4 ddbc3a4 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 b2ccc51 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 6 | |
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 8f55e60 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 8d4bc4b 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 4def268 3 | |
golang.org/x/net branch master branch master 2fb46b1 da137c7 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 04f50cd 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 f82b303 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 3bdd9d9 1 | |
google.golang.org/grpc ^1.7.0 v1.9.2 6b51017 v1.22.0 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 583809a 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 33be087 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-59cf0c9b] namespace [l5d-integration-auto-git-59cf0c9b] k8s-context [] | |
Running test [install_test.go] --linkerd-namespace=l5d-integration-auto-git-59cf0c9b | |
=== RUN TestVersionPreInstall | |
--- PASS: TestVersionPreInstall (0.14s) | |
=== RUN TestCheckPreInstall | |
--- PASS: TestCheckPreInstall (0.24s) | |
=== RUN TestInstallOrUpgrade | |
--- PASS: TestInstallOrUpgrade (64.31s) | |
=== RUN TestVersionPostInstall | |
--- PASS: TestVersionPostInstall (0.39s) | |
=== RUN TestCheckConfigPostInstall | |
--- PASS: TestCheckConfigPostInstall (0.23s) | |
=== RUN TestCheckPostInstall | |
--- PASS: TestCheckPostInstall (0.83s) | |
=== RUN TestInstallSP | |
--- PASS: TestInstallSP (3.07s) | |
=== RUN TestDashboard | |
--- PASS: TestDashboard (0.90s) | |
=== RUN TestInject | |
=== RUN TestInject/smoke-test | |
=== RUN TestInject/smoke-test-manual | |
=== RUN TestInject/smoke-test-ann | |
--- PASS: TestInject (54.54s) | |
--- PASS: TestInject/smoke-test (18.35s) | |
--- PASS: TestInject/smoke-test-manual (20.87s) | |
--- PASS: TestInject/smoke-test-ann (15.31s) | |
=== RUN TestServiceProfileDeploy | |
=== RUN TestServiceProfileDeploy/smoke-test | |
=== RUN TestServiceProfileDeploy/smoke-test-manual | |
=== RUN TestServiceProfileDeploy/smoke-test-ann | |
--- PASS: TestServiceProfileDeploy (1.71s) | |
--- PASS: TestServiceProfileDeploy/smoke-test (0.46s) | |
--- 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 (2.65s) | |
--- PASS: TestCheckProxy/smoke-test (0.87s) | |
--- PASS: TestCheckProxy/smoke-test-manual (0.95s) | |
--- PASS: TestCheckProxy/smoke-test-ann (0.83s) | |
=== 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.53s) | |
--- 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-59cf0c9b linkerd-sp-validator-746f7d8c68-bh64w linkerd-proxy WARN [ 0.512433s] linkerd-identity.l5d-integration-auto-git-59cf0c9b.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-59cf0c9b.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-59cf0c9b.serviceaccount.identity.l5d-integration-auto-git-59cf0c9b.cluster.local") }: request timed out | |
install_test.go:502: Found unexpected proxy error in sp-validator/linkerd-proxy log: l5d-integration-auto-git-59cf0c9b linkerd-sp-validator-746f7d8c68-bh64w linkerd-proxy ERR! [ 5.003129s] 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 sp-validator/linkerd-proxy log: l5d-integration-auto-git-59cf0c9b linkerd-sp-validator-746f7d8c68-bh64w linkerd-proxy ERR! [ 20.004739s] 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-59cf0c9b linkerd-web-7b557d85b4-wvpgd linkerd-proxy WARN [ 0.512988s] linkerd-identity.l5d-integration-auto-git-59cf0c9b.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-59cf0c9b.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-59cf0c9b.serviceaccount.identity.l5d-integration-auto-git-59cf0c9b.cluster.local") }: request timed out | |
install_test.go:502: Found unexpected proxy error in web/linkerd-proxy log: l5d-integration-auto-git-59cf0c9b linkerd-web-7b557d85b4-wvpgd linkerd-proxy ERR! [ 5.003476s] 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 web/linkerd-proxy log: l5d-integration-auto-git-59cf0c9b linkerd-web-7b557d85b4-wvpgd linkerd-proxy ERR! [ 20.005294s] 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.50s) | |
install_test.go:499: Found known error in proxy-injector/linkerd-proxy log: l5d-integration-auto-git-59cf0c9b linkerd-proxy-injector-746dc74877-4xtsg linkerd-proxy WARN [ 0.517664s] linkerd-identity.l5d-integration-auto-git-59cf0c9b.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-59cf0c9b.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-59cf0c9b.serviceaccount.identity.l5d-integration-auto-git-59cf0c9b.cluster.local") }: request timed out | |
install_test.go:502: Found unexpected proxy error in proxy-injector/linkerd-proxy log: l5d-integration-auto-git-59cf0c9b linkerd-proxy-injector-746dc74877-4xtsg linkerd-proxy ERR! [ 5.002970s] 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 proxy-injector/linkerd-proxy log: l5d-integration-auto-git-59cf0c9b linkerd-proxy-injector-746dc74877-4xtsg linkerd-proxy ERR! [ 20.005635s] 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-59cf0c9b linkerd-controller-5bfdf98545-s564r linkerd-proxy WARN [ 0.513638s] linkerd-identity.l5d-integration-auto-git-59cf0c9b.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-59cf0c9b.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-59cf0c9b.serviceaccount.identity.l5d-integration-auto-git-59cf0c9b.cluster.local") }: request timed out | |
install_test.go:502: Found unexpected proxy error in controller/linkerd-proxy log: l5d-integration-auto-git-59cf0c9b linkerd-controller-5bfdf98545-s564r linkerd-proxy ERR! [ 5.002994s] 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 controller/linkerd-proxy log: l5d-integration-auto-git-59cf0c9b linkerd-controller-5bfdf98545-s564r linkerd-proxy ERR! [ 20.004877s] 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-59cf0c9b linkerd-tap-68868f45dc-tgxch linkerd-proxy WARN [ 0.509218s] linkerd-identity.l5d-integration-auto-git-59cf0c9b.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-59cf0c9b.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-59cf0c9b.serviceaccount.identity.l5d-integration-auto-git-59cf0c9b.cluster.local") }: request timed out | |
install_test.go:502: Found unexpected proxy error in tap/linkerd-proxy log: l5d-integration-auto-git-59cf0c9b linkerd-tap-68868f45dc-tgxch linkerd-proxy ERR! [ 5.003446s] 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 tap/linkerd-proxy log: l5d-integration-auto-git-59cf0c9b linkerd-tap-68868f45dc-tgxch linkerd-proxy ERR! [ 20.005531s] 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-59cf0c9b linkerd-grafana-84ddcfcb6d-5dfrc linkerd-proxy WARN [ 0.512734s] linkerd-identity.l5d-integration-auto-git-59cf0c9b.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-59cf0c9b.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-59cf0c9b.serviceaccount.identity.l5d-integration-auto-git-59cf0c9b.cluster.local") }: request timed out | |
install_test.go:502: Found unexpected proxy error in grafana/linkerd-proxy log: l5d-integration-auto-git-59cf0c9b linkerd-grafana-84ddcfcb6d-5dfrc linkerd-proxy ERR! [ 5.002978s] 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-59cf0c9b linkerd-grafana-84ddcfcb6d-5dfrc linkerd-proxy ERR! [ 8.495018s] proxy={server=in listen=0.0.0.0:4143 remote=10.244.5.12:52924} 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-59cf0c9b linkerd-grafana-84ddcfcb6d-5dfrc linkerd-proxy ERR! [ 8.742854s] proxy={server=in listen=0.0.0.0:4143 remote=10.244.6.1:37700} 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-59cf0c9b linkerd-grafana-84ddcfcb6d-5dfrc linkerd-proxy ERR! [ 20.004885s] 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/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-59cf0c9b linkerd-identity-7d447ffbc6-wsmxh linkerd-proxy WARN [ 19.437371s] linkerd-destination.l5d-integration-auto-git-59cf0c9b.svc.cluster.local:8086 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-destination.l5d-integration-auto-git-59cf0c9b.svc.cluster.local", port: 8086 }), identity: Some("linkerd-controller.l5d-integration-auto-git-59cf0c9b.serviceaccount.identity.l5d-integration-auto-git-59cf0c9b.cluster.local") }: request timed out | |
install_test.go:502: Found unexpected proxy error in identity/linkerd-proxy log: l5d-integration-auto-git-59cf0c9b linkerd-identity-7d447ffbc6-wsmxh linkerd-proxy WARN [ 23.930840s] linkerd2_proxy::app::profiles error fetching profile for linkerd-identity.l5d-integration-auto-git-59cf0c9b.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-59cf0c9b linkerd-identity-7d447ffbc6-wsmxh linkerd-proxy WARN [ 31.932953s] linkerd2_proxy::app::profiles error fetching profile for linkerd-identity.l5d-integration-auto-git-59cf0c9b.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-59cf0c9b linkerd-identity-7d447ffbc6-wsmxh linkerd-proxy ERR! [ 112.463381s] proxy={server=in listen=0.0.0.0:4143 remote=10.244.7.1:57766} linkerd2_proxy::app::errors unexpected error: connection error: Connection reset by peer (os error 104) | |
--- PASS: TestLogs/prometheus/linkerd-proxy (2.50s) | |
install_test.go:499: Found known error in prometheus/linkerd-proxy log: l5d-integration-auto-git-59cf0c9b linkerd-prometheus-6bd584fd6c-nd5f2 linkerd-proxy WARN [ 0.515270s] linkerd-identity.l5d-integration-auto-git-59cf0c9b.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-59cf0c9b.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-59cf0c9b.serviceaccount.identity.l5d-integration-auto-git-59cf0c9b.cluster.local") }: request timed out | |
install_test.go:502: Found unexpected proxy error in prometheus/linkerd-proxy log: l5d-integration-auto-git-59cf0c9b linkerd-prometheus-6bd584fd6c-nd5f2 linkerd-proxy ERR! [ 5.003167s] 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-59cf0c9b linkerd-prometheus-6bd584fd6c-nd5f2 linkerd-proxy ERR! [ 20.005732s] 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-59cf0c9b linkerd-prometheus-6bd584fd6c-nd5f2 linkerd-proxy ERR! [ 51.119414s] proxy={server=out listen=127.0.0.1:4140 remote=10.244.5.12:33508} linkerd2_proxy::app::errors unexpected error: error trying to connect: Connection refused (os error 111) (address: 10.244.7.139:4191) | |
install_test.go:502: Found unexpected proxy error in prometheus/linkerd-proxy log: l5d-integration-auto-git-59cf0c9b linkerd-prometheus-6bd584fd6c-nd5f2 linkerd-proxy ERR! [ 91.533582s] proxy={server=out listen=127.0.0.1:4140 remote=10.244.5.12:47254} linkerd2_proxy::app::errors unexpected error: error trying to connect: Connection refused (os error 111) (address: 10.244.8.237:4191) | |
=== RUN TestEvents | |
--- PASS: TestEvents (0.20s) | |
install_test.go:544: Found known warning event: Unhealthy linkerd-controller-5bfdf98545-s564r Readiness probe failed: HTTP probe failed with statuscode: 503 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-grafana-84ddcfcb6d-5dfrc Readiness probe failed: HTTP probe failed with statuscode: 503 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-grafana-84ddcfcb6d-5dfrc Readiness probe failed: HTTP probe failed with statuscode: 502 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-identity-7d447ffbc6-wsmxh Readiness probe failed: HTTP probe failed with statuscode: 502 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-prometheus-6bd584fd6c-nd5f2 Readiness probe failed: HTTP probe failed with statuscode: 503 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-proxy-injector-746dc74877-4xtsg Readiness probe failed: HTTP probe failed with statuscode: 503 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-sp-validator-746f7d8c68-bh64w Readiness probe failed: HTTP probe failed with statuscode: 503 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-tap-68868f45dc-tgxch Readiness probe failed: HTTP probe failed with statuscode: 503 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-web-7b557d85b4-wvpgd Readiness probe failed: HTTP probe failed with statuscode: 503 | |
=== RUN TestRestarts | |
--- PASS: TestRestarts (0.10s) | |
PASS | |
ok command-line-arguments 166.917s | |
Installing release [stable-2.3.2] namespace [l5d-integration-auto-git-59cf0c9b-upgrade] | |
Upgrading release [stable-2.3.2] to [git-59cf0c9b] | |
Running test [install_test.go] --upgrade-from-version=stable-2.3.2 | |
Running test [--linkerd-namespace=l5d-integration-auto-git-59cf0c9b-upgrade] | |
=== RUN TestVersionPreInstall | |
--- PASS: TestVersionPreInstall (0.46s) | |
=== RUN TestCheckPreInstall | |
--- SKIP: TestCheckPreInstall (0.00s) | |
install_test.go:135: Skipping pre-install check for upgrade test | |
=== RUN TestInstallOrUpgrade | |
--- PASS: TestInstallOrUpgrade (53.30s) | |
=== RUN TestVersionPostInstall | |
--- PASS: TestVersionPostInstall (0.50s) | |
=== RUN TestCheckConfigPostInstall | |
--- PASS: TestCheckConfigPostInstall (0.24s) | |
=== RUN TestCheckPostInstall | |
--- PASS: TestCheckPostInstall (0.70s) | |
=== RUN TestInstallSP | |
--- PASS: TestInstallSP (1.00s) | |
=== RUN TestDashboard | |
--- PASS: TestDashboard (1.21s) | |
=== RUN TestInject | |
=== RUN TestInject/smoke-test | |
=== RUN TestInject/smoke-test-manual | |
=== RUN TestInject/smoke-test-ann | |
--- PASS: TestInject (64.19s) | |
--- PASS: TestInject/smoke-test (22.31s) | |
--- PASS: TestInject/smoke-test-manual (19.32s) | |
--- PASS: TestInject/smoke-test-ann (22.56s) | |
=== RUN TestServiceProfileDeploy | |
=== RUN TestServiceProfileDeploy/smoke-test | |
=== RUN TestServiceProfileDeploy/smoke-test-manual | |
=== RUN TestServiceProfileDeploy/smoke-test-ann | |
--- PASS: TestServiceProfileDeploy (1.90s) | |
--- PASS: TestServiceProfileDeploy/smoke-test (0.79s) | |
--- PASS: TestServiceProfileDeploy/smoke-test-manual (0.50s) | |
--- PASS: TestServiceProfileDeploy/smoke-test-ann (0.49s) | |
=== RUN TestCheckProxy | |
=== RUN TestCheckProxy/smoke-test | |
=== RUN TestCheckProxy/smoke-test-manual | |
=== RUN TestCheckProxy/smoke-test-ann | |
--- PASS: TestCheckProxy (3.24s) | |
--- PASS: TestCheckProxy/smoke-test (1.26s) | |
--- PASS: TestCheckProxy/smoke-test-manual (0.98s) | |
--- PASS: TestCheckProxy/smoke-test-ann (1.00s) | |
=== RUN TestLogs | |
=== 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 | |
=== RUN TestLogs/controller/destination | |
=== RUN TestLogs/controller/public-api | |
=== RUN TestLogs/controller/linkerd-proxy | |
=== RUN TestLogs/tap/tap | |
=== RUN TestLogs/tap/linkerd-proxy | |
--- PASS: TestLogs (37.52s) | |
--- PASS: TestLogs/grafana/linkerd-proxy (2.50s) | |
install_test.go:499: Found known error in grafana/linkerd-proxy log: l5d-integration-auto-git-59cf0c9b-upgrade linkerd-grafana-747765b678-2g7j5 linkerd-proxy WARN [ 0.515480s] linkerd-identity.l5d-integration-auto-git-59cf0c9b-upgrade.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-59cf0c9b-upgrade.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-59cf0c9b-upgrade.serviceaccount.identity.l5d-integration-auto-git-59cf0c9b-upgrade.cluster.local") }: request timed out | |
install_test.go:502: Found unexpected proxy error in grafana/linkerd-proxy log: l5d-integration-auto-git-59cf0c9b-upgrade linkerd-grafana-747765b678-2g7j5 linkerd-proxy ERR! [ 5.003217s] 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-59cf0c9b-upgrade linkerd-grafana-747765b678-2g7j5 linkerd-proxy ERR! [ 7.947544s] proxy={server=in listen=0.0.0.0:4143 remote=10.244.9.1:48942} 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-59cf0c9b-upgrade linkerd-grafana-747765b678-2g7j5 linkerd-proxy ERR! [ 15.116130s] proxy={server=in listen=0.0.0.0:4143 remote=10.244.10.84:41706} 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-59cf0c9b-upgrade linkerd-identity-5b79d5fc45-kswtm linkerd-proxy WARN [ 11.131407s] linkerd-destination.l5d-integration-auto-git-59cf0c9b-upgrade.svc.cluster.local:8086 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-destination.l5d-integration-auto-git-59cf0c9b-upgrade.svc.cluster.local", port: 8086 }), identity: Some("linkerd-controller.l5d-integration-auto-git-59cf0c9b-upgrade.serviceaccount.identity.l5d-integration-auto-git-59cf0c9b-upgrade.cluster.local") }: request timed out | |
--- PASS: TestLogs/prometheus/linkerd-proxy (2.50s) | |
install_test.go:499: Found known error in prometheus/linkerd-proxy log: l5d-integration-auto-git-59cf0c9b-upgrade linkerd-prometheus-55dfcd78b9-dszz5 linkerd-proxy WARN [ 0.515033s] linkerd-identity.l5d-integration-auto-git-59cf0c9b-upgrade.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-59cf0c9b-upgrade.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-59cf0c9b-upgrade.serviceaccount.identity.l5d-integration-auto-git-59cf0c9b-upgrade.cluster.local") }: request timed out | |
install_test.go:502: Found unexpected proxy error in prometheus/linkerd-proxy log: l5d-integration-auto-git-59cf0c9b-upgrade linkerd-prometheus-55dfcd78b9-dszz5 linkerd-proxy ERR! [ 5.004817s] 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-59cf0c9b-upgrade linkerd-sp-validator-5845fd888b-fp825 linkerd-proxy WARN [ 0.512543s] linkerd-identity.l5d-integration-auto-git-59cf0c9b-upgrade.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-59cf0c9b-upgrade.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-59cf0c9b-upgrade.serviceaccount.identity.l5d-integration-auto-git-59cf0c9b-upgrade.cluster.local") }: request timed out | |
install_test.go:502: Found unexpected proxy error in sp-validator/linkerd-proxy log: l5d-integration-auto-git-59cf0c9b-upgrade linkerd-sp-validator-5845fd888b-fp825 linkerd-proxy ERR! [ 5.003174s] 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-59cf0c9b-upgrade linkerd-web-784c86bcc7-vpwqc linkerd-proxy WARN [ 0.512606s] linkerd-identity.l5d-integration-auto-git-59cf0c9b-upgrade.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-59cf0c9b-upgrade.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-59cf0c9b-upgrade.serviceaccount.identity.l5d-integration-auto-git-59cf0c9b-upgrade.cluster.local") }: request timed out | |
install_test.go:502: Found unexpected proxy error in web/linkerd-proxy log: l5d-integration-auto-git-59cf0c9b-upgrade linkerd-web-784c86bcc7-vpwqc linkerd-proxy ERR! [ 5.003372s] 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.50s) | |
install_test.go:499: Found known error in proxy-injector/linkerd-proxy log: l5d-integration-auto-git-59cf0c9b-upgrade linkerd-proxy-injector-6c5f7dc89-qpn62 linkerd-proxy WARN [ 0.510949s] linkerd-identity.l5d-integration-auto-git-59cf0c9b-upgrade.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-59cf0c9b-upgrade.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-59cf0c9b-upgrade.serviceaccount.identity.l5d-integration-auto-git-59cf0c9b-upgrade.cluster.local") }: request timed out | |
install_test.go:502: Found unexpected proxy error in proxy-injector/linkerd-proxy log: l5d-integration-auto-git-59cf0c9b-upgrade linkerd-proxy-injector-6c5f7dc89-qpn62 linkerd-proxy ERR! [ 5.003270s] 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-59cf0c9b-upgrade linkerd-controller-5c47984958-dwn42 linkerd-proxy WARN [ 0.508328s] linkerd-identity.l5d-integration-auto-git-59cf0c9b-upgrade.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-59cf0c9b-upgrade.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-59cf0c9b-upgrade.serviceaccount.identity.l5d-integration-auto-git-59cf0c9b-upgrade.cluster.local") }: request timed out | |
install_test.go:502: Found unexpected proxy error in controller/linkerd-proxy log: l5d-integration-auto-git-59cf0c9b-upgrade linkerd-controller-5c47984958-dwn42 linkerd-proxy ERR! [ 5.003706s] 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-59cf0c9b-upgrade linkerd-tap-5b45b79d56-s592h linkerd-proxy WARN [ 0.508550s] linkerd-identity.l5d-integration-auto-git-59cf0c9b-upgrade.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-59cf0c9b-upgrade.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-59cf0c9b-upgrade.serviceaccount.identity.l5d-integration-auto-git-59cf0c9b-upgrade.cluster.local") }: request timed out | |
install_test.go:502: Found unexpected proxy error in tap/linkerd-proxy log: l5d-integration-auto-git-59cf0c9b-upgrade linkerd-tap-5b45b79d56-s592h linkerd-proxy ERR! [ 5.002919s] 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" | |
=== RUN TestEvents | |
--- FAIL: TestEvents (0.28s) | |
install_test.go:544: Found known warning event: Unhealthy linkerd-controller-5c47984958-dwn42 Readiness probe failed: HTTP probe failed with statuscode: 503 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-controller-844948c957-6hf8g Readiness probe failed: HTTP probe failed with statuscode: 503 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-controller-844948c957-6hf8g Liveness probe failed: Get http://10.244.10.83:9995/ping: dial tcp 10.244.10.83:9995: connect: connection refused | |
install_test.go:544: Found known warning event: Unhealthy linkerd-controller-844948c957-6hf8g Liveness probe failed: Get http://10.244.10.83:9996/ping: dial tcp 10.244.10.83:9996: connect: connection refused | |
install_test.go:544: Found known warning event: Unhealthy linkerd-grafana-747765b678-2g7j5 Readiness probe failed: HTTP probe failed with statuscode: 503 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-grafana-747765b678-2g7j5 Readiness probe failed: HTTP probe failed with statuscode: 502 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-grafana-774478c697-848lh Readiness probe failed: HTTP probe failed with statuscode: 502 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-grafana-774478c697-848lh Readiness probe failed: HTTP probe failed with statuscode: 503 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-grafana-774478c697-848lh Liveness probe failed: Get http://10.244.7.141:3000/api/health: dial tcp 10.244.7.141:3000: connect: connection refused | |
install_test.go:544: Found known warning event: Unhealthy linkerd-grafana-774478c697-848lh Readiness probe failed: Get http://10.244.7.141:4191/ready: dial tcp 10.244.7.141:4191: connect: connection refused | |
install_test.go:544: Found known warning event: FailedToUpdateEndpoint linkerd-identity Failed to update endpoint l5d-integration-auto-git-59cf0c9b-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-55dfcd78b9-dszz5 Readiness probe failed: HTTP probe failed with statuscode: 503 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-prometheus-fdc8c6447-gm7k6 Readiness probe failed: HTTP probe failed with statuscode: 503 | |
install_test.go:544: Found known warning event: FailedToUpdateEndpoint linkerd-prometheus Failed to update endpoint l5d-integration-auto-git-59cf0c9b-upgrade/linkerd-prometheus: Operation cannot be fulfilled on endpoints "linkerd-prometheus": 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-proxy-injector-6c5f7dc89-qpn62 Readiness probe failed: HTTP probe failed with statuscode: 503 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-sp-validator-5845fd888b-fp825 Readiness probe failed: HTTP probe failed with statuscode: 503 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-sp-validator-74566759f4-s5rbv Readiness probe failed: HTTP probe failed with statuscode: 503 | |
install_test.go:544: Found known warning event: FailedToUpdateEndpoint linkerd-sp-validator Failed to update endpoint l5d-integration-auto-git-59cf0c9b-upgrade/linkerd-sp-validator: Operation cannot be fulfilled on endpoints "linkerd-sp-validator": 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-tap-5b45b79d56-s592h Readiness probe failed: HTTP probe failed with statuscode: 503 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-web-6dc7fc5d9c-xgxw7 Readiness probe failed: HTTP probe failed with statuscode: 503 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-web-6dc7fc5d9c-xgxw7 Readiness probe failed: Get http://10.244.6.240:4191/ready: dial tcp 10.244.6.240:4191: connect: connection refused | |
install_test.go:544: Found known warning event: Unhealthy linkerd-web-784c86bcc7-vpwqc Readiness probe failed: HTTP probe failed with statuscode: 503 | |
install_test.go:551: Found unexpected warning events: | |
FailedMount linkerd-grafana-774478c697-848lh MountVolume.SetUp failed for volume "grafana-config" : configmaps "linkerd-grafana-config" not found | |
=== RUN TestRestarts | |
--- PASS: TestRestarts (0.11s) | |
FAIL | |
FAIL command-line-arguments 164.735s | |
Running test [egress_test.go] --linkerd-namespace=l5d-integration-auto-git-59cf0c9b | |
=== 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 (30.65s) | |
--- PASS: TestEgressHttp/Can_use_egress_to_send_GET_request_to_http_(egress-test-http-get) (3.12s) | |
--- PASS: TestEgressHttp/Can_use_egress_to_send_POST_request_to_http_(egress-test-http-post) (0.37s) | |
--- PASS: TestEgressHttp/Can_use_egress_to_send_GET_request_to_https_(egress-test-https-get) (0.64s) | |
--- PASS: TestEgressHttp/Can_use_egress_to_send_POST_request_to_https_(egress-test-https-post) (0.54s) | |
--- PASS: TestEgressHttp/Can_use_egress_to_send_GET_request_to_https_(egress-test-not-www-get) (1.03s) | |
PASS | |
ok command-line-arguments 30.734s | |
Running test [tap_test.go] --linkerd-namespace=l5d-integration-auto-git-59cf0c9b | |
=== 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 (49.54s) | |
--- PASS: TestCliTap/tap_a_deployment (6.07s) | |
--- PASS: TestCliTap/tap_a_disabled_deployment (0.57s) | |
--- PASS: TestCliTap/tap_a_service_call (4.45s) | |
--- PASS: TestCliTap/tap_a_pod (3.98s) | |
--- PASS: TestCliTap/filter_tap_events_by_method (4.00s) | |
--- PASS: TestCliTap/filter_tap_events_by_authority (4.00s) | |
PASS | |
ok command-line-arguments 49.625s | |
Running test [routes_test.go] --linkerd-namespace=l5d-integration-auto-git-59cf0c9b | |
=== RUN TestRoutes | |
--- PASS: TestRoutes (1.31s) | |
PASS | |
ok command-line-arguments 1.392s | |
Running test [stat_test.go] --linkerd-namespace=l5d-integration-auto-git-59cf0c9b | |
=== RUN TestCliStatForLinkerdNamespace | |
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_deploy_-n_l5d-integration-auto-git-59cf0c9b | |
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_po/linkerd-prometheus-6bd584fd6c-nd5f2_-n_l5d-integration-auto-git-59cf0c9b_--from_po/linkerd-controller-5bfdf98545-s564r | |
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_deploy_-n_l5d-integration-auto-git-59cf0c9b_--to_po/linkerd-prometheus-6bd584fd6c-nd5f2 | |
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_svc_linkerd-prometheus_-n_l5d-integration-auto-git-59cf0c9b_--from_deploy/linkerd-controller | |
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_deploy_-n_l5d-integration-auto-git-59cf0c9b_--to_svc/linkerd-prometheus | |
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_ns_l5d-integration-auto-git-59cf0c9b | |
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_po_-n_l5d-integration-auto-git-59cf0c9b_--to_au/linkerd-prometheus.l5d-integration-auto-git-59cf0c9b.svc.cluster.local:9090 | |
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_au_-n_l5d-integration-auto-git-59cf0c9b_--to_po/linkerd-prometheus-6bd584fd6c-nd5f2 | |
--- FAIL: TestCliStatForLinkerdNamespace (45.21s) | |
--- FAIL: TestCliStatForLinkerdNamespace/linkerd_stat_deploy_-n_l5d-integration-auto-git-59cf0c9b (20.59s) | |
stat_test.go:151: Expected success rate [100.00%] for [linkerd-identity], got [94.44%] | |
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_po/linkerd-prometheus-6bd584fd6c-nd5f2_-n_l5d-integration-auto-git-59cf0c9b_--from_po/linkerd-controller-5bfdf98545-s564r (0.66s) | |
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_deploy_-n_l5d-integration-auto-git-59cf0c9b_--to_po/linkerd-prometheus-6bd584fd6c-nd5f2 (0.77s) | |
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_svc_linkerd-prometheus_-n_l5d-integration-auto-git-59cf0c9b_--from_deploy/linkerd-controller (0.53s) | |
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_deploy_-n_l5d-integration-auto-git-59cf0c9b_--to_svc/linkerd-prometheus (0.60s) | |
--- FAIL: TestCliStatForLinkerdNamespace/linkerd_stat_ns_l5d-integration-auto-git-59cf0c9b (20.76s) | |
stat_test.go:151: Expected success rate [100.00%] for [l5d-integration-auto-git-59cf0c9b], got [99.61%] | |
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_po_-n_l5d-integration-auto-git-59cf0c9b_--to_au/linkerd-prometheus.l5d-integration-auto-git-59cf0c9b.svc.cluster.local:9090 (0.62s) | |
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_au_-n_l5d-integration-auto-git-59cf0c9b_--to_po/linkerd-prometheus-6bd584fd6c-nd5f2 (0.58s) | |
FAIL | |
FAIL command-line-arguments 45.286s | |
Running test [get_test.go] --linkerd-namespace=l5d-integration-auto-git-59cf0c9b | |
=== RUN TestCliGet | |
=== RUN TestCliGet/get_pods_from_--all-namespaces | |
=== RUN TestCliGet/get_pods_from_the_linkerd_namespace | |
--- PASS: TestCliGet (20.67s) | |
--- PASS: TestCliGet/get_pods_from_--all-namespaces (0.52s) | |
--- PASS: TestCliGet/get_pods_from_the_linkerd_namespace (0.48s) | |
PASS | |
ok command-line-arguments 20.763s | |
Running test [serviceprofiles_test.go] --linkerd-namespace=l5d-integration-auto-git-59cf0c9b | |
=== RUN TestServiceProfiles | |
=== RUN TestServiceProfiles/tap | |
=== RUN TestServiceProfiles/open-api | |
--- PASS: TestServiceProfiles (30.61s) | |
--- PASS: TestServiceProfiles/tap (2.40s) | |
--- PASS: TestServiceProfiles/open-api (1.65s) | |
=== RUN TestServiceProfileMetrics | |
--- PASS: TestServiceProfileMetrics (35.34s) | |
PASS | |
ok command-line-arguments 66.067s | |
Running test [inject_test.go] --linkerd-namespace=l5d-integration-auto-git-59cf0c9b | |
=== RUN TestInject | |
--- PASS: TestInject (0.06s) | |
=== RUN TestInjectParams | |
--- PASS: TestInjectParams (0.06s) | |
=== RUN TestAnnotationPermutations | |
--- PASS: TestAnnotationPermutations (28.69s) | |
PASS | |
ok command-line-arguments 28.889s | |
=== FAIL: at least one test failed | |
cleaning up namespace [l5d-integration-auto-git-59cf0c9b] in k8s-context [] and associated test namespaces | |
namespace "l5d-integration-auto-git-59cf0c9b" deleted | |
namespace "l5d-integration-auto-git-59cf0c9b-egress-test" deleted | |
namespace "l5d-integration-auto-git-59cf0c9b-get-test" deleted | |
namespace "l5d-integration-auto-git-59cf0c9b-inject-test" deleted | |
namespace "l5d-integration-auto-git-59cf0c9b-inject-test-disabled" deleted | |
namespace "l5d-integration-auto-git-59cf0c9b-inject-test-enabled" deleted | |
namespace "l5d-integration-auto-git-59cf0c9b-serviceprofile-test" deleted | |
namespace "l5d-integration-auto-git-59cf0c9b-smoke-test" deleted | |
namespace "l5d-integration-auto-git-59cf0c9b-smoke-test-ann" deleted | |
namespace "l5d-integration-auto-git-59cf0c9b-smoke-test-manual" deleted | |
namespace "l5d-integration-auto-git-59cf0c9b-tap-test" deleted | |
namespace "l5d-integration-auto-git-59cf0c9b-upgrade" deleted | |
namespace "l5d-integration-auto-git-59cf0c9b-upgrade-smoke-test" deleted | |
namespace "l5d-integration-auto-git-59cf0c9b-upgrade-smoke-test-ann" deleted | |
namespace "l5d-integration-auto-git-59cf0c9b-upgrade-smoke-test-manual" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-59cf0c9b-controller" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-59cf0c9b-identity" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-59cf0c9b-prometheus" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-59cf0c9b-proxy-injector" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-59cf0c9b-sp-validator" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-59cf0c9b-tap" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-59cf0c9b-upgrade-controller" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-59cf0c9b-upgrade-identity" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-59cf0c9b-upgrade-prometheus" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-59cf0c9b-upgrade-proxy-injector" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-59cf0c9b-upgrade-sp-validator" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-59cf0c9b-upgrade-tap" deleted | |
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-59cf0c9b-controller" deleted | |
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-59cf0c9b-identity" deleted | |
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-59cf0c9b-prometheus" deleted | |
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-59cf0c9b-proxy-injector" deleted | |
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-59cf0c9b-sp-validator" deleted | |
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-59cf0c9b-tap" deleted | |
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-59cf0c9b-upgrade-controller" deleted | |
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-59cf0c9b-upgrade-identity" deleted | |
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-59cf0c9b-upgrade-prometheus" deleted | |
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-59cf0c9b-upgrade-proxy-injector" deleted | |
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-59cf0c9b-upgrade-sp-validator" deleted | |
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-59cf0c9b-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-59cf0c9b-control-plane" deleted | |
podsecuritypolicy.extensions "linkerd-l5d-integration-auto-git-59cf0c9b-upgrade-control-plane" deleted | |
customresourcedefinition.apiextensions.k8s.io "serviceprofiles.linkerd.io" deleted | |
customresourcedefinition.apiextensions.k8s.io "trafficsplits.split.smi-spec.io" deleted |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment