Created
June 11, 2019 23:53
-
-
Save l5d-bot/98459d0bfa9a1295715a584be9502e32 to your computer and use it in GitHub Desktop.
l5d-integration-fail-841c4420e68c66b1738e80d9adf6bb38092e390c.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 '841c4420e68c66b1738e80d9adf6bb38092e390c'. | |
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 841c4420 Trigger l5d-bot | |
Sending build context to Docker daemon 6.908MB | |
Step 1/26 : ARG RUNTIME_IMAGE=gcr.io/linkerd-io/base:2019-02-19.01 | |
Step 2/26 : FROM gcr.io/linkerd-io/base:2019-02-19.01 as fetch | |
---> f07bbe9e1dde | |
Step 3/26 : RUN apt-get update && apt-get install -y ca-certificates | |
---> Using cache | |
---> 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 | |
---> 51832a82dfdc | |
Step 8/26 : FROM gcr.io/linkerd-io/go-deps:84e77435 as golang | |
---> 66515014ffd7 | |
Step 9/26 : WORKDIR /go/src/github.com/linkerd/linkerd2 | |
---> Using cache | |
---> 86f0f06de8c2 | |
Step 10/26 : ENV CGO_ENABLED=0 GOOS=linux | |
---> Using cache | |
---> 136c372279fa | |
Step 11/26 : COPY pkg/flags pkg/flags | |
---> Using cache | |
---> 80c46ad3add9 | |
Step 12/26 : COPY pkg/tls pkg/tls | |
---> Using cache | |
---> e074a06ec068 | |
Step 13/26 : COPY pkg/version pkg/version | |
---> Using cache | |
---> 508e24c2e6ed | |
Step 14/26 : RUN go build ./pkg/... | |
---> Using cache | |
---> 29ae31ffc314 | |
Step 15/26 : COPY proxy-identity proxy-identity | |
---> Using cache | |
---> 557e984a8310 | |
Step 16/26 : RUN CGO_ENABLED=0 GOOS=linux go install ./proxy-identity | |
---> Using cache | |
---> bf0aeb753f60 | |
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 | |
---> b4cc7373f1b4 | |
Step 19/26 : COPY --from=fetch /build/version.txt /usr/lib/linkerd/linkerd2-proxy-version.txt | |
---> Using cache | |
---> af04a47a2e96 | |
Step 20/26 : COPY --from=fetch /build/linkerd2-proxy /usr/lib/linkerd/linkerd2-proxy | |
---> Using cache | |
---> c45a611cc6c5 | |
Step 21/26 : COPY --from=golang /go/bin/proxy-identity /usr/lib/linkerd/linkerd2-proxy-identity | |
---> Using cache | |
---> 9296e3f19b7d | |
Step 22/26 : COPY proxy-identity/run-proxy.sh /usr/bin/linkerd2-proxy-run | |
---> Using cache | |
---> 345c3d35a6a5 | |
Step 23/26 : ARG LINKERD_VERSION | |
---> Using cache | |
---> 7614b7d9805d | |
Step 24/26 : ENV LINKERD_CONTAINER_VERSION_OVERRIDE=${LINKERD_VERSION} | |
---> Running in 38335c483daf | |
Removing intermediate container 38335c483daf | |
---> bd2af70ea1e8 | |
Step 25/26 : ENV LINKERD2_PROXY_LOG=warn,linkerd2_proxy=info | |
---> Running in 3b48bd447e69 | |
Removing intermediate container 3b48bd447e69 | |
---> a1d004c6cffa | |
Step 26/26 : ENTRYPOINT ["/usr/bin/linkerd2-proxy-run"] | |
---> Running in bf0ac7defe1a | |
Removing intermediate container bf0ac7defe1a | |
---> 38b3cb0a3582 | |
Successfully built 38b3cb0a3582 | |
Successfully tagged gcr.io/linkerd-io/proxy:git-841c4420 | |
gcr.io/linkerd-io/proxy:git-841c4420 | |
Sending build context to Docker daemon 6.907MB | |
Step 1/13 : FROM gcr.io/linkerd-io/go-deps:84e77435 as golang | |
---> 66515014ffd7 | |
Step 2/13 : WORKDIR /go/src/github.com/linkerd/linkerd2 | |
---> Using cache | |
---> 86f0f06de8c2 | |
Step 3/13 : COPY controller/gen controller/gen | |
---> Using cache | |
---> d69058ebd058 | |
Step 4/13 : COPY pkg pkg | |
---> Using cache | |
---> 9c49d4b3e37a | |
Step 5/13 : COPY controller controller | |
---> Using cache | |
---> 3cc5e48e2f58 | |
Step 6/13 : RUN CGO_ENABLED=0 GOOS=linux go install ./pkg/... | |
---> Using cache | |
---> 853c27fb353d | |
Step 7/13 : RUN CGO_ENABLED=0 GOOS=linux go install ./controller/cmd/... | |
---> Using cache | |
---> 3fab1050bc8f | |
Step 8/13 : FROM scratch | |
---> | |
Step 9/13 : ENV PATH=$PATH:/go/bin | |
---> Using cache | |
---> 79c7eef93897 | |
Step 10/13 : COPY LICENSE /linkerd/LICENSE | |
---> Using cache | |
---> 9a9eb73e9ef1 | |
Step 11/13 : COPY --from=golang /go/bin /go/bin | |
---> Using cache | |
---> aedd043726a3 | |
Step 12/13 : ARG LINKERD_VERSION | |
---> Using cache | |
---> cdcb0a21efe1 | |
Step 13/13 : ENV LINKERD_CONTAINER_VERSION_OVERRIDE=${LINKERD_VERSION} | |
---> Running in 88fe2ba0303a | |
Removing intermediate container 88fe2ba0303a | |
---> 2774405795e6 | |
Successfully built 2774405795e6 | |
Successfully tagged gcr.io/linkerd-io/controller:git-841c4420 | |
gcr.io/linkerd-io/controller:git-841c4420 | |
Sending build context to Docker daemon 6.908MB | |
Step 1/34 : FROM node:10 as webpack-bundle | |
---> 5a401340b79f | |
Step 2/34 : RUN curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.7.0 | |
---> Using cache | |
---> c7f0034ab68d | |
Step 3/34 : ENV HOME /root | |
---> Using cache | |
---> 488a244eff17 | |
Step 4/34 : ENV PATH $HOME/.yarn/bin:$PATH | |
---> Using cache | |
---> 16ec7e0dbdce | |
Step 5/34 : ENV GOPATH /go | |
---> Using cache | |
---> ef9bc7e7f688 | |
Step 6/34 : ENV PROJECT github.com/linkerd/linkerd2 | |
---> Using cache | |
---> 3e4e47eef0ac | |
Step 7/34 : ENV PACKAGE $PROJECT/web/app | |
---> Using cache | |
---> 2661553d4d2c | |
Step 8/34 : ENV ROOT $GOPATH/src/$PROJECT | |
---> Using cache | |
---> 65a316ecc687 | |
Step 9/34 : ENV PACKAGEDIR $GOPATH/src/$PACKAGE | |
---> Using cache | |
---> 0762a511e2e2 | |
Step 10/34 : WORKDIR $PACKAGEDIR | |
---> Using cache | |
---> bfe4da0f0346 | |
Step 11/34 : COPY bin/web $ROOT/bin/web | |
---> Using cache | |
---> 08f2ba9f736f | |
Step 12/34 : COPY web/app/package.json web/app/yarn.lock ./ | |
---> Using cache | |
---> 430bf039a3d7 | |
Step 13/34 : RUN $ROOT/bin/web setup install --frozen-lockfile | |
---> Using cache | |
---> 93102b73b16c | |
Step 14/34 : ENV NODE_ENV production | |
---> Using cache | |
---> 21ac6a94c278 | |
Step 15/34 : COPY web/app . | |
---> Using cache | |
---> 83e57a311f4a | |
Step 16/34 : RUN $ROOT/bin/web build | |
---> Using cache | |
---> 8764226952e4 | |
Step 17/34 : FROM gcr.io/linkerd-io/go-deps:84e77435 as golang | |
---> 66515014ffd7 | |
Step 18/34 : WORKDIR /go/src/github.com/linkerd/linkerd2 | |
---> Using cache | |
---> 86f0f06de8c2 | |
Step 19/34 : RUN mkdir -p web | |
---> Using cache | |
---> a0b557ce23a1 | |
Step 20/34 : COPY web/main.go web | |
---> Using cache | |
---> 19f508f9ebbf | |
Step 21/34 : COPY web/srv web/srv | |
---> Using cache | |
---> b5818960b051 | |
Step 22/34 : COPY controller controller | |
---> Using cache | |
---> b7d591ab223f | |
Step 23/34 : COPY pkg pkg | |
---> Using cache | |
---> bc1e54e7d54d | |
Step 24/34 : RUN CGO_ENABLED=0 GOOS=linux go build -o web/web ./web | |
---> Using cache | |
---> 1d48952fb463 | |
Step 25/34 : FROM gcr.io/linkerd-io/base:2019-02-19.01 | |
---> f07bbe9e1dde | |
Step 26/34 : WORKDIR /linkerd | |
---> Using cache | |
---> 9deb7688680e | |
Step 27/34 : COPY LICENSE . | |
---> Using cache | |
---> 041a6a71c243 | |
Step 28/34 : COPY --from=golang /go/src/github.com/linkerd/linkerd2/web/web . | |
---> Using cache | |
---> 751ae7dbfb53 | |
Step 29/34 : RUN mkdir -p app | |
---> Using cache | |
---> b0765f7f7b95 | |
Step 30/34 : COPY --from=webpack-bundle /go/src/github.com/linkerd/linkerd2/web/app/dist app/dist | |
---> Using cache | |
---> 1dee3a1b2737 | |
Step 31/34 : COPY web/templates templates | |
---> Using cache | |
---> cbc823e6caba | |
Step 32/34 : ARG LINKERD_VERSION | |
---> Using cache | |
---> ad0e1e6836eb | |
Step 33/34 : ENV LINKERD_CONTAINER_VERSION_OVERRIDE=${LINKERD_VERSION} | |
---> Running in 775f4d138c0e | |
Removing intermediate container 775f4d138c0e | |
---> 725c47097154 | |
Step 34/34 : ENTRYPOINT ["./web"] | |
---> Running in 55ffa2264358 | |
Removing intermediate container 55ffa2264358 | |
---> 062a45c5ddf0 | |
Successfully built 062a45c5ddf0 | |
Successfully tagged gcr.io/linkerd-io/web:git-841c4420 | |
gcr.io/linkerd-io/web:git-841c4420 | |
Sending build context to Docker daemon 6.907MB | |
Step 1/16 : FROM gcr.io/linkerd-io/go-deps:84e77435 as golang | |
---> 66515014ffd7 | |
Step 2/16 : WORKDIR /go/src/github.com/linkerd/linkerd2 | |
---> Using cache | |
---> 86f0f06de8c2 | |
Step 3/16 : COPY pkg pkg | |
---> Using cache | |
---> 311a371f209a | |
Step 4/16 : COPY controller controller | |
---> Using cache | |
---> bae5e018e91e | |
Step 5/16 : COPY cni-plugin cni-plugin | |
---> Using cache | |
---> 9b3ec9d94ca4 | |
Step 6/16 : RUN CGO_ENABLED=0 GOOS=linux go build -o /go/bin/linkerd-cni -v ./cni-plugin/ | |
---> Using cache | |
---> 5b48a4d1e899 | |
Step 7/16 : FROM gcr.io/linkerd-io/base:2019-02-19.01 | |
---> f07bbe9e1dde | |
Step 8/16 : WORKDIR /linkerd | |
---> Using cache | |
---> 9deb7688680e | |
Step 9/16 : RUN curl -kL -o $(which jq) https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 | |
---> Using cache | |
---> 90d48e9eec34 | |
Step 10/16 : COPY --from=golang /go/bin/linkerd-cni /opt/cni/bin/ | |
---> Using cache | |
---> 70493ab53755 | |
Step 11/16 : COPY LICENSE . | |
---> Using cache | |
---> 49c4dfccb011 | |
Step 12/16 : COPY cni-plugin/deployment/scripts/install-cni.sh . | |
---> Using cache | |
---> 4cb76c2c766d | |
Step 13/16 : COPY cni-plugin/deployment/linkerd-cni.conf.default . | |
---> Using cache | |
---> 5f8a9ff13812 | |
Step 14/16 : COPY cni-plugin/deployment/scripts/filter.jq . | |
---> Using cache | |
---> abcd76ff42d6 | |
Step 15/16 : ENV PATH=/linkerd:/opt/cni/bin:$PATH | |
---> Using cache | |
---> 30263ea971b7 | |
Step 16/16 : CMD ["install-cni.sh"] | |
---> Using cache | |
---> 689d8180010c | |
Successfully built 689d8180010c | |
Successfully tagged gcr.io/linkerd-io/cni-plugin:git-841c4420 | |
gcr.io/linkerd-io/cni-plugin:git-841c4420 | |
Sending build context to Docker daemon 6.907MB | |
Step 1/3 : FROM gcr.io/linkerd-io/base:2019-02-19.01 | |
---> f07bbe9e1dde | |
Step 2/3 : RUN apt-get update && apt-get install -y --no-install-recommends tcpdump iproute2 lsof tshark && rm -rf /var/lib/apt/lists/* | |
---> Using cache | |
---> 818acb73c686 | |
Step 3/3 : ENTRYPOINT [ "tshark", "-i", "any" ] | |
---> Using cache | |
---> 09d0a4c089da | |
Successfully built 09d0a4c089da | |
Successfully tagged gcr.io/linkerd-io/debug:git-841c4420 | |
gcr.io/linkerd-io/debug:git-841c4420 | |
Sending build context to Docker daemon 6.908MB | |
Step 1/22 : FROM gcr.io/linkerd-io/go-deps:84e77435 as golang | |
---> 66515014ffd7 | |
Step 2/22 : WORKDIR /go/src/github.com/linkerd/linkerd2 | |
---> Using cache | |
---> 86f0f06de8c2 | |
Step 3/22 : COPY cli cli | |
---> Using cache | |
---> 42806de80ccd | |
Step 4/22 : COPY chart chart | |
---> Using cache | |
---> 67220d19b576 | |
Step 5/22 : COPY controller/k8s controller/k8s | |
---> Using cache | |
---> 6690f8345d49 | |
Step 6/22 : COPY controller/api controller/api | |
---> Using cache | |
---> d6b93eafdec2 | |
Step 7/22 : COPY controller/gen controller/gen | |
---> Using cache | |
---> 504b286634f0 | |
Step 8/22 : COPY pkg pkg | |
---> Using cache | |
---> c8b9f64c58bc | |
Step 9/22 : RUN mkdir -p /out | |
---> Using cache | |
---> fedc612aee9e | |
Step 10/22 : RUN go generate ./cli | |
---> Using cache | |
---> 71872f04ecbb | |
Step 11/22 : RUN CGO_ENABLED=0 GOOS=darwin go build -o /out/linkerd-darwin -tags prod -ldflags "-s -w" ./cli | |
---> Using cache | |
---> 55a10a7061ed | |
Step 12/22 : RUN CGO_ENABLED=0 GOOS=linux go build -o /out/linkerd-linux -tags prod -ldflags "-s -w" ./cli | |
---> Using cache | |
---> b3b20e79e91f | |
Step 13/22 : RUN CGO_ENABLED=0 GOOS=windows go build -o /out/linkerd-windows -tags prod -ldflags "-s -w" ./cli | |
---> Using cache | |
---> ba490f475390 | |
Step 14/22 : ARG LINKERD_VERSION | |
---> Using cache | |
---> 93e0dcb64e8d | |
Step 15/22 : ENV GO_LDFLAGS="-s -w -X github.com/linkerd/linkerd2/pkg/version.Version=${LINKERD_VERSION}" | |
---> Running in fe0874fd6824 | |
Removing intermediate container fe0874fd6824 | |
---> 1fd3d36b4dc7 | |
Step 16/22 : RUN CGO_ENABLED=0 GOOS=darwin go build -o /out/linkerd-darwin -tags prod -ldflags "${GO_LDFLAGS}" ./cli | |
---> Running in 5b8d286f5b82 | |
Removing intermediate container 5b8d286f5b82 | |
---> b1dc55ffc0a4 | |
Step 17/22 : RUN CGO_ENABLED=0 GOOS=linux go build -o /out/linkerd-linux -tags prod -ldflags "${GO_LDFLAGS}" ./cli | |
---> Running in 29fd98157082 | |
Removing intermediate container 29fd98157082 | |
---> ba8845c91ccd | |
Step 18/22 : RUN CGO_ENABLED=0 GOOS=windows go build -o /out/linkerd-windows -tags prod -ldflags "${GO_LDFLAGS}" ./cli | |
---> Running in e03374289a65 | |
Removing intermediate container e03374289a65 | |
---> cf40a3a08a17 | |
Step 19/22 : FROM scratch | |
---> | |
Step 20/22 : COPY LICENSE /linkerd/LICENSE | |
---> Using cache | |
---> 2eb6350bd559 | |
Step 21/22 : COPY --from=golang /out /out | |
---> 3a8b798e080d | |
Step 22/22 : ENTRYPOINT ["/out/linkerd-linux"] | |
---> Running in 825fcacc8929 | |
Removing intermediate container 825fcacc8929 | |
---> 7c0c82b5c451 | |
Successfully built 7c0c82b5c451 | |
Successfully tagged gcr.io/linkerd-io/cli-bin:git-841c4420 | |
gcr.io/linkerd-io/cli-bin:git-841c4420 | |
/root/go/src/github.com/linkerd/linkerd2/target/cli/darwin/linkerd | |
/root/go/src/github.com/linkerd/linkerd2/target/cli/linux/linkerd | |
/root/go/src/github.com/linkerd/linkerd2/target/cli/windows/linkerd | |
Sending build context to Docker daemon 6.907MB | |
Step 1/4 : FROM grafana/grafana:5.4.3 | |
---> d0454da13c84 | |
Step 2/4 : COPY LICENSE /linkerd/LICENSE | |
---> Using cache | |
---> 6f1b36a314b1 | |
Step 3/4 : COPY grafana/dashboards /var/lib/grafana/dashboards | |
---> Using cache | |
---> 9f703c9d6dcc | |
Step 4/4 : COPY grafana/dashboards/top-line.json /usr/share/grafana/public/dashboards/home.json | |
---> Using cache | |
---> ec7488a0eed4 | |
Successfully built ec7488a0eed4 | |
Successfully tagged gcr.io/linkerd-io/grafana:git-841c4420 | |
gcr.io/linkerd-io/grafana:git-841c4420 | |
The push refers to repository [gcr.io/linkerd-io/cli-bin] | |
6851d0918be2: Preparing | |
3d1c3d0508c3: Preparing | |
3d1c3d0508c3: Layer already exists | |
6851d0918be2: Pushed | |
git-841c4420: digest: sha256:8f914bcacfd650b88760939159db35d7124adef1a882be4f3745d51272c9be9e size: 737 | |
The push refers to repository [gcr.io/linkerd-io/cni-plugin] | |
6dc8d1182aa3: Preparing | |
0f369998529f: Preparing | |
28bbf37a9636: Preparing | |
1a61170f4719: Preparing | |
cb20fca94b2a: Preparing | |
15d1d35b6669: Preparing | |
d7577899192a: Preparing | |
7c5874767822: Preparing | |
0a07e81f5da3: Preparing | |
15d1d35b6669: Waiting | |
d7577899192a: Waiting | |
7c5874767822: Waiting | |
0a07e81f5da3: Waiting | |
0f369998529f: Layer already exists | |
6dc8d1182aa3: Layer already exists | |
cb20fca94b2a: Layer already exists | |
1a61170f4719: Layer already exists | |
15d1d35b6669: Layer already exists | |
7c5874767822: Layer already exists | |
28bbf37a9636: Layer already exists | |
d7577899192a: Layer already exists | |
0a07e81f5da3: Layer already exists | |
git-841c4420: digest: sha256:1b715b985538874f4027a6bd11e0c574186ef6727c8d0287408f24eccfee586b size: 2201 | |
The push refers to repository [gcr.io/linkerd-io/controller] | |
e87c3cfd494f: Preparing | |
4c3414211b23: Preparing | |
e87c3cfd494f: Layer already exists | |
4c3414211b23: Layer already exists | |
git-841c4420: digest: sha256:2511876566d711e3b231ea4ff7d3d61d66aad2354a4ff78470c835e17c55f445 size: 737 | |
The push refers to repository [gcr.io/linkerd-io/debug] | |
92fe4403d470: Preparing | |
7c5874767822: Preparing | |
0a07e81f5da3: Preparing | |
92fe4403d470: Layer already exists | |
0a07e81f5da3: Layer already exists | |
7c5874767822: Layer already exists | |
git-841c4420: digest: sha256:6f4a88a3797ead00d10da22493a88e6132bcd3adae0b12cae94d59ee4e6bd193 size: 953 | |
The push refers to repository [gcr.io/linkerd-io/grafana] | |
df2c1d1ceb07: Preparing | |
7a1b306da89d: Preparing | |
020fb26aeb54: Preparing | |
67796dde2d25: Preparing | |
4a786a04c29c: Preparing | |
63e69b5ec8fb: Preparing | |
f2d8bd23c9c1: Preparing | |
c61883f6d7a1: Preparing | |
7b4e562e58dc: Preparing | |
63e69b5ec8fb: Waiting | |
f2d8bd23c9c1: Waiting | |
c61883f6d7a1: Waiting | |
7b4e562e58dc: Waiting | |
020fb26aeb54: Layer already exists | |
63e69b5ec8fb: Layer already exists | |
4a786a04c29c: Layer already exists | |
df2c1d1ceb07: Layer already exists | |
67796dde2d25: Layer already exists | |
7a1b306da89d: Layer already exists | |
f2d8bd23c9c1: Layer already exists | |
c61883f6d7a1: Layer already exists | |
7b4e562e58dc: Layer already exists | |
git-841c4420: digest: sha256:c92854fe3c013a9300c6f039ca128c50093b661c74641829ce272051e6a101a7 size: 2201 | |
The push refers to repository [gcr.io/linkerd-io/proxy] | |
527d600f28d8: Preparing | |
187b8dcc086f: Preparing | |
cfdfe8a287c1: Preparing | |
34a15bbbaa7d: Preparing | |
3e21e0e991d1: Preparing | |
7c5874767822: Preparing | |
0a07e81f5da3: Preparing | |
7c5874767822: Waiting | |
0a07e81f5da3: Waiting | |
34a15bbbaa7d: Layer already exists | |
cfdfe8a287c1: Layer already exists | |
3e21e0e991d1: Layer already exists | |
7c5874767822: Layer already exists | |
527d600f28d8: Layer already exists | |
187b8dcc086f: Layer already exists | |
0a07e81f5da3: Layer already exists | |
git-841c4420: digest: sha256:69809c9fccb4e222e6d9de8ca4b3c94c240dc7b2ac638dbb6769a1986ea96526 size: 1785 | |
The push refers to repository [gcr.io/linkerd-io/web] | |
d37d4becb5e9: Preparing | |
add7f774095a: Preparing | |
c0dfd29f5e3b: Preparing | |
6af3633eb5bc: Preparing | |
96bb92241cbc: Preparing | |
d7577899192a: Preparing | |
7c5874767822: Preparing | |
0a07e81f5da3: Preparing | |
d7577899192a: Waiting | |
7c5874767822: Waiting | |
0a07e81f5da3: Waiting | |
add7f774095a: Layer already exists | |
d37d4becb5e9: Layer already exists | |
96bb92241cbc: Layer already exists | |
6af3633eb5bc: Layer already exists | |
d7577899192a: Layer already exists | |
c0dfd29f5e3b: Layer already exists | |
7c5874767822: Layer already exists | |
0a07e81f5da3: Layer already exists | |
git-841c4420: digest: sha256:1dbbe6ef4d2026e4a91b3088361cfb7af5c143cf3ab2cc46b2ece1a205043d7c size: 1993 | |
Starting to serve on 127.0.0.1:8080 | |
(1/96) Wrote github.com/inconshreveable/[email protected] | |
(2/96) Wrote github.com/huandu/[email protected] | |
(3/96) Wrote github.com/gorilla/[email protected] | |
(4/96) Wrote github.com/BurntSushi/[email protected] | |
(5/96) Wrote sigs.k8s.io/[email protected] | |
(6/96) Wrote github.com/gobwas/[email protected] | |
(7/96) Wrote github.com/grpc-ecosystem/[email protected] | |
(8/96) Wrote github.com/hashicorp/golang-lru@master | |
(9/96) Wrote github.com/docker/spdystream@449fdfce4d962303d702fec724ef0ad181c92528 | |
(10/96) Wrote github.com/imdario/[email protected] | |
(11/96) Wrote github.com/Azure/[email protected] | |
(12/96) Wrote github.com/gregjones/httpcache@master | |
(13/96) Wrote github.com/Masterminds/[email protected] | |
(14/96) Wrote contrib.go.opencensus.io/exporter/[email protected] | |
(15/96) Wrote github.com/json-iterator/go@f2b4162afba35581b6d4a50d3b8f34e33c144682 | |
(16/96) Wrote github.com/evanphx/[email protected] | |
(17/96) Wrote github.com/emicklei/[email protected] | |
(18/96) Wrote github.com/Masterminds/[email protected] | |
(19/96) Wrote github.com/PuerkitoBio/[email protected] | |
(20/96) Wrote github.com/PuerkitoBio/urlesc@master | |
(21/96) Wrote github.com/julienschmidt/[email protected] | |
(22/96) Wrote github.com/fatih/[email protected] | |
(23/96) Wrote github.com/linkerd/[email protected] | |
(24/96) Wrote github.com/linkerd/[email protected] | |
(25/96) Wrote github.com/aokoli/[email protected] | |
(26/96) Wrote github.com/mailru/easyjson@master | |
(27/96) Wrote github.com/beorn7/perks@master | |
(28/96) Wrote github.com/mattn/[email protected] | |
(29/96) Wrote github.com/briandowns/spinner@5cf08d0ac778f0d708570fe143e3f82fdb9f9007 | |
(30/96) Wrote github.com/mattn/[email protected] | |
(31/96) Wrote github.com/census-instrumentation/[email protected] | |
(32/96) Wrote github.com/mattn/[email protected] | |
(33/96) Wrote github.com/matttproud/[email protected] | |
(34/96) Wrote github.com/modern-go/[email protected] | |
(35/96) Wrote github.com/cpuguy83/[email protected] | |
(36/96) Wrote github.com/cyphar/[email protected] | |
(37/96) Wrote github.com/containernetworking/[email protected] | |
(38/96) Wrote github.com/ghodss/[email protected] | |
(39/96) Wrote github.com/go-openapi/[email protected] | |
(40/96) Wrote github.com/davecgh/[email protected] | |
(41/96) Wrote github.com/modern-go/[email protected] | |
(42/96) Wrote github.com/nsf/termbox-go@master | |
(43/96) Wrote github.com/dgrijalva/[email protected] | |
(44/96) Wrote github.com/go-openapi/[email protected] | |
(45/96) Wrote github.com/petar/GoLLRB@master | |
(46/96) Wrote github.com/pkg/browser@c90ca0c84f15f81c982e32665bffd8d7aac8f097 | |
(47/96) Wrote github.com/go-openapi/[email protected] | |
(48/96) Wrote golang.org/x/oauth2@master | |
(49/96) Wrote github.com/peterbourgon/[email protected] | |
(50/96) Wrote golang.org/x/time@master | |
(51/96) Wrote github.com/shurcooL/httpfs@master | |
(52/96) Wrote github.com/go-openapi/[email protected] | |
(53/96) Wrote github.com/shurcooL/vfsgen@master | |
(54/96) Wrote github.com/pkg/[email protected] | |
(55/96) Wrote golang.org/x/sync@master | |
(56/96) Wrote cloud.google.com/[email protected] | |
(57/96) Wrote github.com/sirupsen/[email protected] | |
(58/96) Wrote github.com/wercker/stern@b04b5491222d9743529cb859a20d34ce2bb763af | |
(59/96) Wrote github.com/projectcalico/[email protected] | |
(60/96) Wrote github.com/spf13/cobra@7b2c5ac9fc04fc5efafb60700713d4fa609b777b | |
(61/96) Wrote golang.org/x/sys@master | |
(62/96) Wrote github.com/spf13/[email protected] | |
(63/96) Wrote github.com/prometheus/client_model@master | |
(64/96) Wrote github.com/prometheus/common@master | |
(65/96) Wrote gopkg.in/[email protected] | |
(66/96) Wrote github.com/prometheus/procfs@master | |
(67/96) Wrote github.com/prometheus/[email protected] | |
(68/96) Wrote google.golang.org/[email protected] | |
(69/96) Wrote github.com/russross/[email protected] | |
(70/96) Wrote [email protected] | |
(71/96) Wrote golang.org/x/text@master | |
(72/96) Wrote google.golang.org/[email protected] | |
(73/96) Wrote k8s.io/gengo@master | |
(74/96) Wrote k8s.io/[email protected] | |
(75/96) Wrote golang.org/x/crypto@master | |
(76/96) Wrote gopkg.in/yaml.v2@v2 | |
(77/96) Wrote github.com/sergi/[email protected] | |
(78/96) Wrote github.com/google/gofuzz@master | |
(79/96) Wrote github.com/google/btree@master | |
(80/96) Wrote github.com/google/[email protected] | |
(81/96) Wrote k8s.io/kube-openapi@master | |
(82/96) Wrote k8s.io/code-generator@master | |
(83/96) Wrote k8s.io/[email protected] | |
(84/96) Wrote github.com/golang/glog@master | |
(85/96) Wrote golang.org/x/tools@master | |
(86/96) Wrote golang.org/x/net@master | |
(87/96) Wrote github.com/googleapis/[email protected] | |
(88/96) Wrote github.com/gophercloud/gophercloud@master | |
(89/96) Wrote k8s.io/[email protected] | |
(90/96) Wrote k8s.io/[email protected] | |
(91/96) Wrote github.com/golang/[email protected] | |
(92/96) Wrote github.com/gogo/[email protected] | |
(93/96) Wrote google.golang.org/genproto@master | |
(94/96) Wrote k8s.io/[email protected] | |
(95/96) Wrote k8s.io/[email protected] | |
(96/96) Wrote google.golang.org/[email protected] | |
Collecting project constraints: | |
(1/96) cloud.google.com/go | |
(2/96) contrib.go.opencensus.io/exporter/ocagent | |
(3/96) github.com/Azure/go-autorest | |
(4/96) github.com/BurntSushi/toml | |
(5/96) github.com/Masterminds/semver | |
(6/96) github.com/Masterminds/sprig | |
(7/96) github.com/PuerkitoBio/purell | |
(8/96) github.com/PuerkitoBio/urlesc | |
(9/96) github.com/aokoli/goutils | |
(10/96) github.com/beorn7/perks | |
(11/96) github.com/briandowns/spinner | |
(12/96) github.com/census-instrumentation/opencensus-proto | |
(13/96) github.com/containernetworking/cni | |
(14/96) github.com/cpuguy83/go-md2man | |
(15/96) github.com/cyphar/filepath-securejoin | |
(16/96) github.com/davecgh/go-spew | |
(17/96) github.com/dgrijalva/jwt-go | |
(18/96) github.com/docker/spdystream | |
(19/96) github.com/emicklei/proto | |
(20/96) github.com/evanphx/json-patch | |
(21/96) github.com/fatih/color | |
(22/96) github.com/ghodss/yaml | |
(23/96) github.com/go-openapi/jsonpointer | |
(24/96) github.com/go-openapi/jsonreference | |
(25/96) github.com/go-openapi/spec | |
(26/96) github.com/go-openapi/swag | |
(27/96) github.com/gobwas/glob | |
(28/96) github.com/gogo/protobuf | |
(29/96) github.com/golang/glog | |
(30/96) github.com/golang/protobuf | |
(31/96) github.com/google/btree | |
(32/96) github.com/google/gofuzz | |
(33/96) github.com/google/uuid | |
(34/96) github.com/googleapis/gnostic | |
(35/96) github.com/gophercloud/gophercloud | |
(36/96) github.com/gorilla/websocket | |
(37/96) github.com/gregjones/httpcache | |
(38/96) github.com/grpc-ecosystem/go-grpc-prometheus | |
(39/96) github.com/hashicorp/golang-lru | |
(40/96) github.com/huandu/xstrings | |
(41/96) github.com/imdario/mergo | |
(42/96) github.com/inconshreveable/mousetrap | |
(43/96) github.com/json-iterator/go | |
(44/96) github.com/julienschmidt/httprouter | |
(45/96) github.com/linkerd/linkerd2-proxy-api | |
(46/96) github.com/linkerd/linkerd2-proxy-init | |
(47/96) github.com/mailru/easyjson | |
(48/96) github.com/mattn/go-colorable | |
(49/96) github.com/mattn/go-isatty | |
(50/96) github.com/mattn/go-runewidth | |
(51/96) github.com/matttproud/golang_protobuf_extensions | |
(52/96) github.com/modern-go/concurrent | |
(53/96) github.com/modern-go/reflect2 | |
(54/96) github.com/nsf/termbox-go | |
(55/96) github.com/petar/GoLLRB | |
(56/96) github.com/peterbourgon/diskv | |
(57/96) github.com/pkg/browser | |
(58/96) github.com/pkg/errors | |
(59/96) github.com/projectcalico/libcalico-go | |
(60/96) github.com/prometheus/client_golang | |
(61/96) github.com/prometheus/client_model | |
(62/96) github.com/prometheus/common | |
(63/96) github.com/prometheus/procfs | |
(64/96) github.com/russross/blackfriday | |
(65/96) github.com/sergi/go-diff | |
(66/96) github.com/shurcooL/httpfs | |
(67/96) github.com/shurcooL/vfsgen | |
(68/96) github.com/sirupsen/logrus | |
(69/96) github.com/spf13/cobra | |
(70/96) github.com/spf13/pflag | |
(71/96) github.com/wercker/stern | |
(72/96) go.opencensus.io | |
(73/96) golang.org/x/crypto | |
(74/96) golang.org/x/net | |
(75/96) golang.org/x/oauth2 | |
(76/96) golang.org/x/sync | |
(77/96) golang.org/x/sys | |
(78/96) golang.org/x/text | |
(79/96) golang.org/x/time | |
(80/96) golang.org/x/tools | |
(81/96) google.golang.org/api | |
(82/96) google.golang.org/appengine | |
(83/96) google.golang.org/genproto | |
(84/96) google.golang.org/grpc | |
(85/96) gopkg.in/inf.v0 | |
(86/96) gopkg.in/yaml.v2 | |
(87/96) k8s.io/api | |
(88/96) k8s.io/apiextensions-apiserver | |
(89/96) k8s.io/apimachinery | |
(90/96) k8s.io/client-go | |
(91/96) k8s.io/code-generator | |
(92/96) k8s.io/gengo | |
(93/96) k8s.io/helm | |
(94/96) k8s.io/klog | |
(95/96) k8s.io/kube-openapi | |
(96/96) sigs.k8s.io/yaml | |
Checking upstream projects: | |
(1/96) cloud.google.com/go | |
(2/96) contrib.go.opencensus.io/exporter/ocagent | |
(3/96) github.com/Azure/go-autorest | |
(4/96) github.com/BurntSushi/toml | |
(5/96) github.com/Masterminds/semver | |
(6/96) github.com/Masterminds/sprig | |
(7/96) github.com/PuerkitoBio/purell | |
(8/96) github.com/PuerkitoBio/urlesc | |
(9/96) github.com/aokoli/goutils | |
(10/96) github.com/beorn7/perks | |
(11/96) github.com/briandowns/spinner | |
(12/96) github.com/census-instrumentation/opencensus-proto | |
(13/96) github.com/containernetworking/cni | |
(14/96) github.com/cpuguy83/go-md2man | |
(15/96) github.com/cyphar/filepath-securejoin | |
(16/96) github.com/davecgh/go-spew | |
(17/96) github.com/dgrijalva/jwt-go | |
(18/96) github.com/docker/spdystream | |
(19/96) github.com/emicklei/proto | |
(20/96) github.com/evanphx/json-patch | |
(21/96) github.com/fatih/color | |
(22/96) github.com/ghodss/yaml | |
(23/96) github.com/go-openapi/jsonpointer | |
(24/96) github.com/go-openapi/jsonreference | |
(25/96) github.com/go-openapi/spec | |
(26/96) github.com/go-openapi/swag | |
(27/96) github.com/gobwas/glob | |
(28/96) github.com/gogo/protobuf | |
(29/96) github.com/golang/glog | |
(30/96) github.com/golang/protobuf | |
(31/96) github.com/google/btree | |
(32/96) github.com/google/gofuzz | |
(33/96) github.com/google/uuid | |
(34/96) github.com/googleapis/gnostic | |
(35/96) github.com/gophercloud/gophercloud | |
(36/96) github.com/gorilla/websocket | |
(37/96) github.com/gregjones/httpcache | |
(38/96) github.com/grpc-ecosystem/go-grpc-prometheus | |
(39/96) github.com/hashicorp/golang-lru | |
(40/96) github.com/huandu/xstrings | |
(41/96) github.com/imdario/mergo | |
(42/96) github.com/inconshreveable/mousetrap | |
(43/96) github.com/json-iterator/go | |
(44/96) github.com/julienschmidt/httprouter | |
(45/96) github.com/linkerd/linkerd2-proxy-api | |
(46/96) github.com/linkerd/linkerd2-proxy-init | |
(47/96) github.com/mailru/easyjson | |
(48/96) github.com/mattn/go-colorable | |
(49/96) github.com/mattn/go-isatty | |
(50/96) github.com/mattn/go-runewidth | |
(51/96) github.com/matttproud/golang_protobuf_extensions | |
(52/96) github.com/modern-go/concurrent | |
(53/96) github.com/modern-go/reflect2 | |
(54/96) github.com/nsf/termbox-go | |
(55/96) github.com/petar/GoLLRB | |
(56/96) github.com/peterbourgon/diskv | |
(57/96) github.com/pkg/browser | |
(58/96) github.com/pkg/errors | |
(59/96) github.com/projectcalico/libcalico-go | |
(60/96) github.com/prometheus/client_golang | |
(61/96) github.com/prometheus/client_model | |
(62/96) github.com/prometheus/common | |
(63/96) github.com/prometheus/procfs | |
(64/96) github.com/russross/blackfriday | |
(65/96) github.com/sergi/go-diff | |
(66/96) github.com/shurcooL/httpfs | |
(67/96) github.com/shurcooL/vfsgen | |
(68/96) github.com/sirupsen/logrus | |
(69/96) github.com/spf13/cobra | |
(70/96) github.com/spf13/pflag | |
(71/96) github.com/wercker/stern | |
(72/96) go.opencensus.io | |
(73/96) golang.org/x/crypto | |
(74/96) golang.org/x/net | |
(75/96) golang.org/x/oauth2 | |
(76/96) golang.org/x/sync | |
(77/96) golang.org/x/sys | |
(78/96) golang.org/x/text | |
(79/96) golang.org/x/time | |
(80/96) golang.org/x/tools | |
(81/96) google.golang.org/api | |
(82/96) google.golang.org/appengine | |
(83/96) google.golang.org/genproto | |
(84/96) google.golang.org/grpc | |
(85/96) gopkg.in/inf.v0 | |
(86/96) gopkg.in/yaml.v2 | |
(87/96) k8s.io/api | |
(88/96) k8s.io/apiextensions-apiserver | |
(89/96) k8s.io/apimachinery | |
(90/96) k8s.io/client-go | |
(91/96) k8s.io/code-generator | |
(92/96) k8s.io/gengo | |
(93/96) k8s.io/helm | |
(94/96) k8s.io/klog | |
(95/96) k8s.io/kube-openapi | |
(96/96) 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/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 8b7d9c2 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.8 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 1ea4449 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 288510b 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 17f5ca1 3 | |
github.com/prometheus/procfs branch master branch master cb41470 1de2bc5 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 5c40567 3 | |
golang.org/x/net branch master branch master 2fb46b1 3f473d3 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 93c9922 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 d73e1c7 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 a7e196e 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 17d7110 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-841c4420] namespace [l5d-integration-auto-git-841c4420] k8s-context [] | |
Running test [install_test.go] --linkerd-namespace=l5d-integration-auto-git-841c4420 | |
=== RUN TestVersionPreInstall | |
--- PASS: TestVersionPreInstall (0.11s) | |
=== RUN TestCheckPreInstall | |
--- PASS: TestCheckPreInstall (0.20s) | |
=== RUN TestInstallOrUpgrade | |
--- FAIL: TestInstallOrUpgrade (30.32s) | |
install_test.go:209: kubectl apply command failed | |
Warning: kubectl apply should be used on resource created by either kubectl create --save-config or kubectl apply | |
namespace/l5d-integration-auto-git-841c4420 configured | |
clusterrole.rbac.authorization.k8s.io/linkerd-l5d-integration-auto-git-841c4420-identity created | |
clusterrolebinding.rbac.authorization.k8s.io/linkerd-l5d-integration-auto-git-841c4420-identity created | |
serviceaccount/linkerd-identity created | |
clusterrole.rbac.authorization.k8s.io/linkerd-l5d-integration-auto-git-841c4420-controller created | |
clusterrolebinding.rbac.authorization.k8s.io/linkerd-l5d-integration-auto-git-841c4420-controller created | |
serviceaccount/linkerd-controller created | |
serviceaccount/linkerd-web created | |
customresourcedefinition.apiextensions.k8s.io/serviceprofiles.linkerd.io configured | |
clusterrole.rbac.authorization.k8s.io/linkerd-l5d-integration-auto-git-841c4420-prometheus created | |
clusterrolebinding.rbac.authorization.k8s.io/linkerd-l5d-integration-auto-git-841c4420-prometheus created | |
serviceaccount/linkerd-prometheus created | |
serviceaccount/linkerd-grafana created | |
clusterrole.rbac.authorization.k8s.io/linkerd-l5d-integration-auto-git-841c4420-proxy-injector created | |
clusterrolebinding.rbac.authorization.k8s.io/linkerd-l5d-integration-auto-git-841c4420-proxy-injector created | |
serviceaccount/linkerd-proxy-injector created | |
secret/linkerd-proxy-injector-tls created | |
mutatingwebhookconfiguration.admissionregistration.k8s.io/linkerd-proxy-injector-webhook-config configured | |
clusterrole.rbac.authorization.k8s.io/linkerd-l5d-integration-auto-git-841c4420-sp-validator created | |
clusterrolebinding.rbac.authorization.k8s.io/linkerd-l5d-integration-auto-git-841c4420-sp-validator created | |
serviceaccount/linkerd-sp-validator created | |
secret/linkerd-sp-validator-tls created | |
validatingwebhookconfiguration.admissionregistration.k8s.io/linkerd-sp-validator-webhook-config configured | |
clusterrole.rbac.authorization.k8s.io/linkerd-l5d-integration-auto-git-841c4420-tap created | |
clusterrolebinding.rbac.authorization.k8s.io/linkerd-l5d-integration-auto-git-841c4420-tap created | |
serviceaccount/linkerd-tap created | |
rolebinding.rbac.authorization.k8s.io/linkerd-psp created | |
configmap/linkerd-config created | |
secret/linkerd-identity-issuer created | |
service/linkerd-identity created | |
deployment.extensions/linkerd-identity created | |
service/linkerd-controller-api created | |
service/linkerd-destination created | |
deployment.extensions/linkerd-controller created | |
service/linkerd-web created | |
deployment.extensions/linkerd-web created | |
configmap/linkerd-prometheus-config created | |
service/linkerd-prometheus created | |
deployment.extensions/linkerd-prometheus created | |
configmap/linkerd-grafana-config created | |
service/linkerd-grafana created | |
deployment.extensions/linkerd-grafana created | |
deployment.apps/linkerd-proxy-injector created | |
service/linkerd-proxy-injector created | |
service/linkerd-sp-validator created | |
deployment.extensions/linkerd-sp-validator created | |
service/linkerd-tap created | |
deployment.extensions/linkerd-tap created | |
Error from server (Forbidden): error when retrieving current configuration of: | |
Resource: "policy/v1beta1, Resource=podsecuritypolicies", GroupVersionKind: "policy/v1beta1, Kind=PodSecurityPolicy" | |
Name: "linkerd-l5d-integration-auto-git-841c4420-control-plane", Namespace: "" | |
Object: &{map["apiVersion":"policy/v1beta1" "kind":"PodSecurityPolicy" "metadata":map["name":"linkerd-l5d-integration-auto-git-841c4420-control-plane" "annotations":map["kubectl.kubernetes.io/last-applied-configuration":""]] "spec":map["readOnlyRootFilesystem":%!q(bool=true) "runAsUser":map["rule":"RunAsAny"] "seLinux":map["rule":"RunAsAny"] "supplementalGroups":map["rule":"RunAsAny"] "volumes":["configMap" "emptyDir" "secret"] "allowPrivilegeEscalation":%!q(bool=false) "allowedCapabilities":["NET_ADMIN"] "fsGroup":map["rule":"RunAsAny"]]]} | |
from server for: "STDIN": podsecuritypolicies.policy "linkerd-l5d-integration-auto-git-841c4420-control-plane" is forbidden: User "system:serviceaccount:integration-841c4420:integration" cannot get resource "podsecuritypolicies" in API group "policy" at the cluster scope | |
Error from server (Forbidden): error when creating "STDIN": roles.rbac.authorization.k8s.io "linkerd-psp" is forbidden: user "system:serviceaccount:integration-841c4420:integration" (groups=["system:serviceaccounts" "system:serviceaccounts:integration-841c4420" "system:authenticated"]) is attempting to grant RBAC permissions not currently held: | |
{APIGroups:["extensions"], Resources:["podsecuritypolicies"], ResourceNames:["linkerd-l5d-integration-auto-git-841c4420-control-plane"], Verbs:["use"]} | |
{APIGroups:["policy"], Resources:["podsecuritypolicies"], ResourceNames:["linkerd-l5d-integration-auto-git-841c4420-control-plane"], Verbs:["use"]} | |
=== RUN TestVersionPostInstall | |
--- FAIL: TestVersionPostInstall (0.11s) | |
install_test.go:239: Version command failed | |
Expected server version [git-841c4420], got: | |
Client version: git-841c4420 | |
Server version: unavailable | |
=== RUN TestInstallSP | |
--- FAIL: TestInstallSP (62.68s) | |
install_test.go:253: kubectl apply command failed | |
serviceprofile.linkerd.io/linkerd-prometheus.l5d-integration-auto-git-841c4420.svc.cluster.local created | |
serviceprofile.linkerd.io/linkerd-grafana.l5d-integration-auto-git-841c4420.svc.cluster.local created | |
serviceprofile.linkerd.io/linkerd-tap.l5d-integration-auto-git-841c4420.svc.cluster.local created | |
Error from server (Timeout): error when creating "STDIN": Timeout: request did not complete within requested timeout 30s | |
Error from server (Timeout): error when creating "STDIN": Timeout: request did not complete within requested timeout 30s | |
=== RUN TestCheckConfigPostInstall | |
--- PASS: TestCheckConfigPostInstall (0.21s) | |
=== RUN TestCheckPostInstall | |
--- PASS: TestCheckPostInstall (0.74s) | |
=== RUN TestDashboard | |
--- PASS: TestDashboard (1.00s) | |
=== RUN TestInject | |
=== RUN TestInject/smoke-test | |
=== RUN TestInject/smoke-test-manual | |
=== RUN TestInject/smoke-test-ann | |
--- PASS: TestInject (49.36s) | |
--- PASS: TestInject/smoke-test (13.23s) | |
--- PASS: TestInject/smoke-test-manual (17.46s) | |
--- PASS: TestInject/smoke-test-ann (18.67s) | |
=== RUN TestServiceProfileDeploy | |
=== RUN TestServiceProfileDeploy/smoke-test | |
=== RUN TestServiceProfileDeploy/smoke-test-manual | |
=== RUN TestServiceProfileDeploy/smoke-test-ann | |
--- PASS: TestServiceProfileDeploy (1.85s) | |
--- PASS: TestServiceProfileDeploy/smoke-test (0.43s) | |
--- PASS: TestServiceProfileDeploy/smoke-test-manual (0.70s) | |
--- 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 (2.54s) | |
--- PASS: TestCheckProxy/smoke-test (0.87s) | |
--- PASS: TestCheckProxy/smoke-test-manual (0.82s) | |
--- PASS: TestCheckProxy/smoke-test-ann (0.85s) | |
=== RUN TestLogs | |
=== RUN TestLogs/web/web | |
=== RUN TestLogs/web/linkerd-proxy | |
=== RUN TestLogs/proxy-injector/proxy-injector | |
=== RUN TestLogs/proxy-injector/linkerd-proxy | |
=== RUN TestLogs/controller/destination | |
=== RUN TestLogs/controller/public-api | |
=== RUN TestLogs/controller/linkerd-proxy | |
=== RUN TestLogs/tap/tap | |
=== RUN TestLogs/tap/linkerd-proxy | |
=== RUN TestLogs/grafana/linkerd-proxy | |
=== RUN TestLogs/identity/identity | |
=== RUN TestLogs/identity/linkerd-proxy | |
=== RUN TestLogs/prometheus/linkerd-proxy | |
=== RUN TestLogs/sp-validator/sp-validator | |
=== RUN TestLogs/sp-validator/linkerd-proxy | |
--- PASS: TestLogs (37.52s) | |
--- PASS: TestLogs/web/web (2.50s) | |
--- PASS: TestLogs/web/linkerd-proxy (2.50s) | |
install_test.go:499: Found known error in web/linkerd-proxy log: l5d-integration-auto-git-841c4420 linkerd-web-d4c7f8875-mc6rn linkerd-proxy WARN [ 0.515734s] linkerd-identity.l5d-integration-auto-git-841c4420.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-841c4420.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-841c4420.serviceaccount.identity.l5d-integration-auto-git-841c4420.cluster.local") }: request timed out | |
install_test.go:502: Found unexpected proxy error in web/linkerd-proxy log: l5d-integration-auto-git-841c4420 linkerd-web-d4c7f8875-mc6rn linkerd-proxy ERR! [ 5.002959s] 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-841c4420 linkerd-proxy-injector-c77c99849-5jh87 linkerd-proxy WARN [ 0.507240s] linkerd-identity.l5d-integration-auto-git-841c4420.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-841c4420.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-841c4420.serviceaccount.identity.l5d-integration-auto-git-841c4420.cluster.local") }: request timed out | |
install_test.go:502: Found unexpected proxy error in proxy-injector/linkerd-proxy log: l5d-integration-auto-git-841c4420 linkerd-proxy-injector-c77c99849-5jh87 linkerd-proxy ERR! [ 5.002821s] 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-841c4420 linkerd-controller-56755c9f4f-4rrpm linkerd-proxy WARN [ 0.513967s] linkerd-identity.l5d-integration-auto-git-841c4420.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-841c4420.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-841c4420.serviceaccount.identity.l5d-integration-auto-git-841c4420.cluster.local") }: request timed out | |
install_test.go:502: Found unexpected proxy error in controller/linkerd-proxy log: l5d-integration-auto-git-841c4420 linkerd-controller-56755c9f4f-4rrpm linkerd-proxy ERR! [ 5.003747s] 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) | |
--- PASS: TestLogs/grafana/linkerd-proxy (2.50s) | |
install_test.go:499: Found known error in grafana/linkerd-proxy log: l5d-integration-auto-git-841c4420 linkerd-grafana-68bd8875c4-mksf8 linkerd-proxy WARN [ 0.507991s] linkerd-identity.l5d-integration-auto-git-841c4420.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-841c4420.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-841c4420.serviceaccount.identity.l5d-integration-auto-git-841c4420.cluster.local") }: request timed out | |
install_test.go:502: Found unexpected proxy error in grafana/linkerd-proxy log: l5d-integration-auto-git-841c4420 linkerd-grafana-68bd8875c4-mksf8 linkerd-proxy ERR! [ 3.884203s] proxy={server=in listen=0.0.0.0:4143 remote=10.244.8.1:49026} 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-841c4420 linkerd-grafana-68bd8875c4-mksf8 linkerd-proxy ERR! [ 5.003100s] 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-841c4420 linkerd-grafana-68bd8875c4-mksf8 linkerd-proxy ERR! [ 9.559407s] proxy={server=in listen=0.0.0.0:4143 remote=10.244.11.94:36738} 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-841c4420 linkerd-grafana-68bd8875c4-mksf8 linkerd-proxy ERR! [ 13.883848s] proxy={server=in listen=0.0.0.0:4143 remote=10.244.8.1:49130} 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-841c4420 linkerd-identity-576b968d9f-5bw5x linkerd-proxy WARN [ 10.193833s] linkerd-destination.l5d-integration-auto-git-841c4420.svc.cluster.local:8086 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-destination.l5d-integration-auto-git-841c4420.svc.cluster.local", port: 8086 }), identity: Some("linkerd-controller.l5d-integration-auto-git-841c4420.serviceaccount.identity.l5d-integration-auto-git-841c4420.cluster.local") }: request timed out | |
install_test.go:502: Found unexpected proxy error in identity/linkerd-proxy log: l5d-integration-auto-git-841c4420 linkerd-identity-576b968d9f-5bw5x linkerd-proxy WARN [ 14.680043s] linkerd2_proxy::app::profiles error fetching profile for linkerd-identity.l5d-integration-auto-git-841c4420.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-841c4420 linkerd-identity-576b968d9f-5bw5x linkerd-proxy WARN [ 22.682736s] linkerd2_proxy::app::profiles error fetching profile for linkerd-identity.l5d-integration-auto-git-841c4420.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-841c4420 linkerd-prometheus-6f9497f7c-wh8cw linkerd-proxy WARN [ 0.515115s] linkerd-identity.l5d-integration-auto-git-841c4420.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-841c4420.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-841c4420.serviceaccount.identity.l5d-integration-auto-git-841c4420.cluster.local") }: request timed out | |
install_test.go:502: Found unexpected proxy error in prometheus/linkerd-proxy log: l5d-integration-auto-git-841c4420 linkerd-prometheus-6f9497f7c-wh8cw linkerd-proxy ERR! [ 5.003516s] 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-841c4420 linkerd-prometheus-6f9497f7c-wh8cw linkerd-proxy ERR! [ 6.490797s] proxy={server=out listen=127.0.0.1:4140 remote=10.244.11.94:36646} linkerd2_proxy::app::errors unexpected error: error trying to connect: Connection refused (os error 111) (address: 10.244.8.158:3000) | |
install_test.go:502: Found unexpected proxy error in prometheus/linkerd-proxy log: l5d-integration-auto-git-841c4420 linkerd-prometheus-6f9497f7c-wh8cw linkerd-proxy ERR! [ 29.768892s] proxy={server=out listen=127.0.0.1:4140 remote=10.244.11.94:47996} linkerd2_proxy::app::errors unexpected error: error trying to connect: Connection refused (os error 111) (address: 10.244.9.75:4191) | |
install_test.go:502: Found unexpected proxy error in prometheus/linkerd-proxy log: l5d-integration-auto-git-841c4420 linkerd-prometheus-6f9497f7c-wh8cw linkerd-proxy ERR! [ 29.998826s] proxy={server=out listen=127.0.0.1:4140 remote=10.244.11.94:43320} linkerd2_proxy::app::errors unexpected error: error trying to connect: Connection refused (os error 111) (address: 10.244.9.75:9998) | |
--- PASS: TestLogs/sp-validator/sp-validator (2.50s) | |
--- PASS: TestLogs/sp-validator/linkerd-proxy (2.50s) | |
=== RUN TestEvents | |
--- PASS: TestEvents (0.19s) | |
install_test.go:544: Found known warning event: Unhealthy linkerd-controller-56755c9f4f-4rrpm Readiness probe failed: HTTP probe failed with statuscode: 503 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-grafana-68bd8875c4-mksf8 Readiness probe failed: HTTP probe failed with statuscode: 502 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-grafana-68bd8875c4-mksf8 Readiness probe failed: HTTP probe failed with statuscode: 503 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-prometheus-6f9497f7c-wh8cw Readiness probe failed: HTTP probe failed with statuscode: 503 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-proxy-injector-c77c99849-5jh87 Readiness probe failed: HTTP probe failed with statuscode: 503 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-web-d4c7f8875-mc6rn Readiness probe failed: HTTP probe failed with statuscode: 503 | |
=== RUN TestRestarts | |
--- PASS: TestRestarts (0.11s) | |
FAIL | |
FAIL command-line-arguments 187.044s | |
Installing release [stable-2.3.2] namespace [l5d-integration-auto-git-841c4420-upgrade] | |
Upgrading release [stable-2.3.2] to [git-841c4420] | |
Running test [install_test.go] --upgrade-from-version=stable-2.3.2 | |
Running test [--linkerd-namespace=l5d-integration-auto-git-841c4420-upgrade] | |
=== RUN TestVersionPreInstall | |
--- PASS: TestVersionPreInstall (0.43s) | |
=== RUN TestCheckPreInstall | |
--- SKIP: TestCheckPreInstall (0.00s) | |
install_test.go:135: Skipping pre-install check for upgrade test | |
=== RUN TestInstallOrUpgrade | |
--- FAIL: TestInstallOrUpgrade (3.17s) | |
install_test.go:173: kubectl apply command failed | |
namespace/l5d-integration-auto-git-841c4420-upgrade configured | |
clusterrole.rbac.authorization.k8s.io/linkerd-l5d-integration-auto-git-841c4420-upgrade-identity unchanged | |
clusterrolebinding.rbac.authorization.k8s.io/linkerd-l5d-integration-auto-git-841c4420-upgrade-identity unchanged | |
serviceaccount/linkerd-identity unchanged | |
clusterrole.rbac.authorization.k8s.io/linkerd-l5d-integration-auto-git-841c4420-upgrade-controller unchanged | |
clusterrolebinding.rbac.authorization.k8s.io/linkerd-l5d-integration-auto-git-841c4420-upgrade-controller unchanged | |
serviceaccount/linkerd-controller unchanged | |
serviceaccount/linkerd-web unchanged | |
customresourcedefinition.apiextensions.k8s.io/serviceprofiles.linkerd.io configured | |
clusterrole.rbac.authorization.k8s.io/linkerd-l5d-integration-auto-git-841c4420-upgrade-prometheus unchanged | |
clusterrolebinding.rbac.authorization.k8s.io/linkerd-l5d-integration-auto-git-841c4420-upgrade-prometheus unchanged | |
serviceaccount/linkerd-prometheus unchanged | |
serviceaccount/linkerd-grafana unchanged | |
clusterrole.rbac.authorization.k8s.io/linkerd-l5d-integration-auto-git-841c4420-upgrade-proxy-injector created | |
clusterrolebinding.rbac.authorization.k8s.io/linkerd-l5d-integration-auto-git-841c4420-upgrade-proxy-injector created | |
serviceaccount/linkerd-proxy-injector created | |
secret/linkerd-proxy-injector-tls created | |
mutatingwebhookconfiguration.admissionregistration.k8s.io/linkerd-proxy-injector-webhook-config configured | |
clusterrole.rbac.authorization.k8s.io/linkerd-l5d-integration-auto-git-841c4420-upgrade-sp-validator unchanged | |
clusterrolebinding.rbac.authorization.k8s.io/linkerd-l5d-integration-auto-git-841c4420-upgrade-sp-validator configured | |
serviceaccount/linkerd-sp-validator unchanged | |
secret/linkerd-sp-validator-tls created | |
Warning: kubectl apply should be used on resource created by either kubectl create --save-config or kubectl apply | |
validatingwebhookconfiguration.admissionregistration.k8s.io/linkerd-sp-validator-webhook-config configured | |
clusterrole.rbac.authorization.k8s.io/linkerd-l5d-integration-auto-git-841c4420-upgrade-tap created | |
clusterrolebinding.rbac.authorization.k8s.io/linkerd-l5d-integration-auto-git-841c4420-upgrade-tap created | |
serviceaccount/linkerd-tap created | |
rolebinding.rbac.authorization.k8s.io/linkerd-psp created | |
Error from server (Forbidden): error when retrieving current configuration of: | |
Resource: "policy/v1beta1, Resource=podsecuritypolicies", GroupVersionKind: "policy/v1beta1, Kind=PodSecurityPolicy" | |
Name: "linkerd-l5d-integration-auto-git-841c4420-upgrade-control-plane", Namespace: "" | |
Object: &{map["kind":"PodSecurityPolicy" "metadata":map["name":"linkerd-l5d-integration-auto-git-841c4420-upgrade-control-plane" "annotations":map["kubectl.kubernetes.io/last-applied-configuration":""]] "spec":map["allowedCapabilities":["NET_ADMIN"] "fsGroup":map["rule":"RunAsAny"] "readOnlyRootFilesystem":%!q(bool=true) "runAsUser":map["rule":"RunAsAny"] "seLinux":map["rule":"RunAsAny"] "supplementalGroups":map["rule":"RunAsAny"] "volumes":["configMap" "emptyDir" "secret"] "allowPrivilegeEscalation":%!q(bool=false)] "apiVersion":"policy/v1beta1"]} | |
from server for: "STDIN": podsecuritypolicies.policy "linkerd-l5d-integration-auto-git-841c4420-upgrade-control-plane" is forbidden: User "system:serviceaccount:integration-841c4420:integration" cannot get resource "podsecuritypolicies" in API group "policy" at the cluster scope | |
Error from server (Forbidden): error when creating "STDIN": roles.rbac.authorization.k8s.io "linkerd-psp" is forbidden: user "system:serviceaccount:integration-841c4420:integration" (groups=["system:serviceaccounts" "system:serviceaccounts:integration-841c4420" "system:authenticated"]) is attempting to grant RBAC permissions not currently held: | |
{APIGroups:["extensions"], Resources:["podsecuritypolicies"], ResourceNames:["linkerd-l5d-integration-auto-git-841c4420-upgrade-control-plane"], Verbs:["use"]} | |
{APIGroups:["policy"], Resources:["podsecuritypolicies"], ResourceNames:["linkerd-l5d-integration-auto-git-841c4420-upgrade-control-plane"], Verbs:["use"]} | |
=== RUN TestVersionPostInstall | |
--- FAIL: TestVersionPostInstall (0.48s) | |
install_test.go:239: Version command failed | |
Expected server version [git-841c4420], got: | |
Client version: git-841c4420 | |
Server version: stable-2.3.2 | |
=== RUN TestInstallSP | |
--- PASS: TestInstallSP (0.85s) | |
=== RUN TestCheckConfigPostInstall | |
--- PASS: TestCheckConfigPostInstall (0.25s) | |
=== RUN TestCheckPostInstall | |
--- FAIL: TestCheckPostInstall (60.57s) | |
install_test.go:300: Check command failed | |
kubernetes-api | |
-------------- | |
√ can initialize the client | |
√ can query the Kubernetes API | |
kubernetes-version | |
------------------ | |
√ is running the minimum Kubernetes API version | |
√ is running the minimum kubectl version | |
linkerd-config | |
-------------- | |
√ control plane Namespace exists | |
√ control plane ClusterRoles exist | |
√ control plane ClusterRoleBindings exist | |
√ control plane ServiceAccounts exist | |
√ control plane CustomResourceDefinitions exist | |
linkerd-existence | |
----------------- | |
√ control plane components ready | |
√ no unschedulable pods | |
√ controller pod is running | |
√ can initialize the client | |
√ can query the control plane API | |
linkerd-api | |
----------- | |
× control plane pods are ready | |
No running pods for "linkerd-tap" | |
see https://linkerd.io/checks/#l5d-api-control-ready for hints | |
Status check results are × | |
=== RUN TestDashboard | |
--- FAIL: TestDashboard (60.50s) | |
install_test.go:317: Error running command: | |
cmd [/root/go/src/github.com/linkerd/linkerd2/bin/linkerd --linkerd-namespace l5d-integration-auto-git-841c4420-upgrade --context= dashboard -p 52237 --show url] Timed out trying to read 4 lines | |
=== RUN TestInject | |
=== RUN TestInject/smoke-test | |
=== RUN TestInject/smoke-test-manual | |
=== RUN TestInject/smoke-test-ann | |
--- PASS: TestInject (68.97s) | |
--- PASS: TestInject/smoke-test (24.37s) | |
--- PASS: TestInject/smoke-test-manual (19.69s) | |
--- PASS: TestInject/smoke-test-ann (24.92s) | |
=== RUN TestServiceProfileDeploy | |
=== RUN TestServiceProfileDeploy/smoke-test | |
=== RUN TestServiceProfileDeploy/smoke-test-manual | |
=== RUN TestServiceProfileDeploy/smoke-test-ann | |
--- PASS: TestServiceProfileDeploy (1.83s) | |
--- PASS: TestServiceProfileDeploy/smoke-test (0.63s) | |
--- PASS: TestServiceProfileDeploy/smoke-test-manual (0.48s) | |
--- PASS: TestServiceProfileDeploy/smoke-test-ann (0.42s) | |
=== RUN TestCheckProxy | |
=== RUN TestCheckProxy/smoke-test | |
=== RUN TestCheckProxy/smoke-test-manual | |
=== RUN TestCheckProxy/smoke-test-ann | |
--- FAIL: TestCheckProxy (182.05s) | |
--- FAIL: TestCheckProxy/smoke-test (60.65s) | |
install_test.go:451: Check command failed | |
kubernetes-api | |
-------------- | |
√ can initialize the client | |
√ can query the Kubernetes API | |
kubernetes-version | |
------------------ | |
√ is running the minimum Kubernetes API version | |
√ is running the minimum kubectl version | |
linkerd-config | |
-------------- | |
√ control plane Namespace exists | |
√ control plane ClusterRoles exist | |
√ control plane ClusterRoleBindings exist | |
√ control plane ServiceAccounts exist | |
√ control plane CustomResourceDefinitions exist | |
linkerd-existence | |
----------------- | |
√ control plane components ready | |
√ no unschedulable pods | |
√ controller pod is running | |
√ can initialize the client | |
√ can query the control plane API | |
linkerd-api | |
----------- | |
× control plane pods are ready | |
No running pods for "linkerd-tap" | |
see https://linkerd.io/checks/#l5d-api-control-ready for hints | |
Status check results are × | |
--- FAIL: TestCheckProxy/smoke-test-manual (60.78s) | |
install_test.go:451: Check command failed | |
kubernetes-api | |
-------------- | |
√ can initialize the client | |
√ can query the Kubernetes API | |
kubernetes-version | |
------------------ | |
√ is running the minimum Kubernetes API version | |
√ is running the minimum kubectl version | |
linkerd-config | |
-------------- | |
√ control plane Namespace exists | |
√ control plane ClusterRoles exist | |
√ control plane ClusterRoleBindings exist | |
√ control plane ServiceAccounts exist | |
√ control plane CustomResourceDefinitions exist | |
linkerd-existence | |
----------------- | |
√ control plane components ready | |
√ no unschedulable pods | |
√ controller pod is running | |
√ can initialize the client | |
√ can query the control plane API | |
linkerd-api | |
----------- | |
× control plane pods are ready | |
No running pods for "linkerd-tap" | |
see https://linkerd.io/checks/#l5d-api-control-ready for hints | |
Status check results are × | |
--- FAIL: TestCheckProxy/smoke-test-ann (60.62s) | |
install_test.go:451: Check command failed | |
kubernetes-api | |
-------------- | |
√ can initialize the client | |
√ can query the Kubernetes API | |
kubernetes-version | |
------------------ | |
√ is running the minimum Kubernetes API version | |
√ is running the minimum kubectl version | |
linkerd-config | |
-------------- | |
√ control plane Namespace exists | |
√ control plane ClusterRoles exist | |
√ control plane ClusterRoleBindings exist | |
√ control plane ServiceAccounts exist | |
√ control plane CustomResourceDefinitions exist | |
linkerd-existence | |
----------------- | |
√ control plane components ready | |
√ no unschedulable pods | |
√ controller pod is running | |
√ can initialize the client | |
√ can query the control plane API | |
linkerd-api | |
----------- | |
× control plane pods are ready | |
No running pods for "linkerd-tap" | |
see https://linkerd.io/checks/#l5d-api-control-ready for hints | |
Status check results are × | |
=== RUN TestLogs | |
=== 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 | |
=== RUN TestLogs/controller/destination | |
=== RUN TestLogs/controller/public-api | |
=== RUN TestLogs/controller/linkerd-proxy | |
--- FAIL: TestLogs (37.52s) | |
--- FAIL: TestLogs/tap/tap (2.50s) | |
install_test.go:492: No logs found for tap/tap | |
--- FAIL: TestLogs/tap/linkerd-proxy (2.50s) | |
install_test.go:492: No logs found for tap/linkerd-proxy | |
--- PASS: TestLogs/grafana/linkerd-proxy (2.50s) | |
install_test.go:499: Found known error in grafana/linkerd-proxy log: l5d-integration-auto-git-841c4420-upgrade linkerd-grafana-76f9494bc-4xlw2 linkerd-proxy WARN [ 0.510936s] linkerd-identity.l5d-integration-auto-git-841c4420-upgrade.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-841c4420-upgrade.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-841c4420-upgrade.serviceaccount.identity.l5d-integration-auto-git-841c4420-upgrade.cluster.local") }: request timed out | |
install_test.go:502: Found unexpected proxy error in grafana/linkerd-proxy log: l5d-integration-auto-git-841c4420-upgrade linkerd-grafana-76f9494bc-4xlw2 linkerd-proxy ERR! [ 2.990195s] proxy={server=in listen=0.0.0.0:4143 remote=10.244.7.1:42734} 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-841c4420-upgrade linkerd-grafana-76f9494bc-4xlw2 linkerd-proxy ERR! [ 7.699339s] proxy={server=in listen=0.0.0.0:4143 remote=10.244.7.16:50176} 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-841c4420-upgrade linkerd-grafana-76f9494bc-4xlw2 linkerd-proxy ERR! [ 12.990098s] proxy={server=in listen=0.0.0.0:4143 remote=10.244.7.1:42882} 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-841c4420-upgrade linkerd-identity-6548678fcd-fmmlz linkerd-proxy WARN [ 6.863977s] linkerd-destination.l5d-integration-auto-git-841c4420-upgrade.svc.cluster.local:8086 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-destination.l5d-integration-auto-git-841c4420-upgrade.svc.cluster.local", port: 8086 }), identity: Some("linkerd-controller.l5d-integration-auto-git-841c4420-upgrade.serviceaccount.identity.l5d-integration-auto-git-841c4420-upgrade.cluster.local") }: request timed out | |
install_test.go:502: Found unexpected proxy error in identity/linkerd-proxy log: l5d-integration-auto-git-841c4420-upgrade linkerd-identity-6548678fcd-fmmlz linkerd-proxy WARN [ 11.352532s] linkerd2_proxy::app::profiles error fetching profile for linkerd-identity.l5d-integration-auto-git-841c4420-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-841c4420-upgrade linkerd-prometheus-685949c86f-djb7m linkerd-proxy WARN [ 0.512006s] linkerd-identity.l5d-integration-auto-git-841c4420-upgrade.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-841c4420-upgrade.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-841c4420-upgrade.serviceaccount.identity.l5d-integration-auto-git-841c4420-upgrade.cluster.local") }: request timed out | |
--- 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-841c4420-upgrade linkerd-sp-validator-56fcbbc9d9-fdz8m linkerd-proxy WARN [ 0.514022s] linkerd-identity.l5d-integration-auto-git-841c4420-upgrade.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-841c4420-upgrade.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-841c4420-upgrade.serviceaccount.identity.l5d-integration-auto-git-841c4420-upgrade.cluster.local") }: request timed out | |
install_test.go:502: Found unexpected proxy error in sp-validator/linkerd-proxy log: l5d-integration-auto-git-841c4420-upgrade linkerd-sp-validator-56fcbbc9d9-fdz8m linkerd-proxy ERR! [ 5.003724s] 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-841c4420-upgrade linkerd-web-57f74755d-2qtfg linkerd-proxy WARN [ 0.515487s] linkerd-identity.l5d-integration-auto-git-841c4420-upgrade.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-841c4420-upgrade.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-841c4420-upgrade.serviceaccount.identity.l5d-integration-auto-git-841c4420-upgrade.cluster.local") }: request timed out | |
install_test.go:502: Found unexpected proxy error in web/linkerd-proxy log: l5d-integration-auto-git-841c4420-upgrade linkerd-web-57f74755d-2qtfg linkerd-proxy ERR! [ 5.003556s] 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" | |
--- FAIL: TestLogs/proxy-injector/proxy-injector (2.50s) | |
install_test.go:492: No logs found for proxy-injector/proxy-injector | |
--- FAIL: TestLogs/proxy-injector/linkerd-proxy (2.50s) | |
install_test.go:492: No logs found for proxy-injector/linkerd-proxy | |
--- 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-841c4420-upgrade linkerd-controller-868dd565cb-xm2lx linkerd-proxy WARN [ 0.514067s] linkerd-identity.l5d-integration-auto-git-841c4420-upgrade.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-841c4420-upgrade.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-841c4420-upgrade.serviceaccount.identity.l5d-integration-auto-git-841c4420-upgrade.cluster.local") }: request timed out | |
=== RUN TestEvents | |
--- PASS: TestEvents (2.39s) | |
install_test.go:544: Found known warning event: Unhealthy linkerd-grafana-76f9494bc-4xlw2 Readiness probe failed: HTTP probe failed with statuscode: 503 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-grafana-76f9494bc-4xlw2 Readiness probe failed: HTTP probe failed with statuscode: 502 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-sp-validator-56fcbbc9d9-fdz8m Readiness probe failed: HTTP probe failed with statuscode: 503 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-web-57f74755d-2qtfg Readiness probe failed: HTTP probe failed with statuscode: 503 | |
=== RUN TestRestarts | |
--- FAIL: TestRestarts (180.03s) | |
install_test.go:558: Error validating pods [linkerd-proxy-injector]: | |
Expected deployment [linkerd-proxy-injector] in namespace [l5d-integration-auto-git-841c4420-upgrade] to have [1] running pods, but found [0] | |
FAIL | |
FAIL command-line-arguments 599.137s | |
Running test [egress_test.go] --linkerd-namespace=l5d-integration-auto-git-841c4420 | |
=== 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 (14.56s) | |
--- PASS: TestEgressHttp/Can_use_egress_to_send_GET_request_to_http_(egress-test-http-get) (0.48s) | |
--- PASS: TestEgressHttp/Can_use_egress_to_send_POST_request_to_http_(egress-test-http-post) (1.48s) | |
--- PASS: TestEgressHttp/Can_use_egress_to_send_GET_request_to_https_(egress-test-https-get) (0.70s) | |
--- PASS: TestEgressHttp/Can_use_egress_to_send_POST_request_to_https_(egress-test-https-post) (0.60s) | |
--- PASS: TestEgressHttp/Can_use_egress_to_send_GET_request_to_https_(egress-test-not-www-get) (0.69s) | |
PASS | |
ok command-line-arguments 14.645s | |
Running test [tap_test.go] --linkerd-namespace=l5d-integration-auto-git-841c4420 | |
=== 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 (51.42s) | |
--- PASS: TestCliTap/tap_a_deployment (16.27s) | |
--- 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 (3.99s) | |
PASS | |
ok command-line-arguments 51.499s | |
Running test [routes_test.go] --linkerd-namespace=l5d-integration-auto-git-841c4420 | |
=== RUN TestRoutes | |
--- FAIL: TestRoutes (0.49s) | |
routes_test.go:62: Expected 9 occurrences of "linkerd-controller-api", got 1 | |
==> deployment/linkerd-controller <== | |
ROUTE SERVICE SUCCESS RPS LATENCY_P50 LATENCY_P95 LATENCY_P99 | |
[DEFAULT] linkerd-controller-api 0.00% 0.0rps 0ms 0ms 0ms | |
[DEFAULT] linkerd-destination 0.00% 0.0rps 0ms 0ms 0ms | |
==> deployment/linkerd-grafana <== | |
ROUTE SERVICE SUCCESS RPS LATENCY_P50 LATENCY_P95 LATENCY_P99 | |
GET /api/annotations linkerd-grafana 0.00% 0.0rps 0ms 0ms 0ms | |
GET /api/dashboards/tags linkerd-grafana 0.00% 0.0rps 0ms 0ms 0ms | |
GET /api/dashboards/uid/{uid} linkerd-grafana 0.00% 0.0rps 0ms 0ms 0ms | |
GET /api/datasources/proxy/1/api/v1/query_range linkerd-grafana 0.00% 0.0rps 0ms 0ms 0ms | |
GET /api/datasources/proxy/1/api/v1/series linkerd-grafana 0.00% 0.0rps 0ms 0ms 0ms | |
GET /api/search linkerd-grafana 0.00% 0.0rps 0ms 0ms 0ms | |
GET /d/{uid}/{dashboard-name} linkerd-grafana 0.00% 0.0rps 0ms 0ms 0ms | |
GET /public/build/{style}.css linkerd-grafana 0.00% 0.0rps 0ms 0ms 0ms | |
GET /public/fonts/{font} linkerd-grafana 0.00% 0.0rps 0ms 0ms 0ms | |
GET /public/img/{img} linkerd-grafana 0.00% 0.0rps 0ms 0ms 0ms | |
[DEFAULT] linkerd-grafana 0.00% 0.0rps 0ms 0ms 0ms | |
==> deployment/linkerd-identity <== | |
ROUTE SERVICE SUCCESS RPS LATENCY_P50 LATENCY_P95 LATENCY_P99 | |
[DEFAULT] linkerd-identity 100.00% 0.1rps 0ms 0ms 0ms | |
==> deployment/linkerd-prometheus <== | |
ROUTE SERVICE SUCCESS RPS LATENCY_P50 LATENCY_P95 LATENCY_P99 | |
GET /api/v1/query linkerd-prometheus 0.00% 0.0rps 0ms 0ms 0ms | |
GET /api/v1/query_range linkerd-prometheus 0.00% 0.0rps 0ms 0ms 0ms | |
GET /api/v1/series linkerd-prometheus 0.00% 0.0rps 0ms 0ms 0ms | |
[DEFAULT] linkerd-prometheus 0.00% 0.0rps 0ms 0ms 0ms | |
==> deployment/linkerd-proxy-injector <== | |
ROUTE SERVICE SUCCESS RPS LATENCY_P50 LATENCY_P95 LATENCY_P99 | |
[DEFAULT] linkerd-proxy-injector 0.00% 0.0rps 0ms 0ms 0ms | |
==> deployment/linkerd-sp-validator <== | |
ROUTE SERVICE SUCCESS RPS LATENCY_P50 LATENCY_P95 LATENCY_P99 | |
[DEFAULT] linkerd-sp-validator 0.00% 0.0rps 0ms 0ms 0ms | |
==> deployment/linkerd-tap <== | |
ROUTE SERVICE SUCCESS RPS LATENCY_P50 LATENCY_P95 LATENCY_P99 | |
POST /linkerd2.controller.tap.Tap/TapByResource linkerd-tap 100.00% 0.1rps 750ms 975ms 995ms | |
[DEFAULT] linkerd-tap 0.00% 0.0rps 0ms 0ms 0ms | |
==> deployment/linkerd-web <== | |
ROUTE SERVICE SUCCESS RPS LATENCY_P50 LATENCY_P95 LATENCY_P99 | |
[DEFAULT] linkerd-web 0.00% 0.0rps 0ms 0ms 0ms | |
FAIL | |
FAIL command-line-arguments 0.571s | |
Running test [stat_test.go] --linkerd-namespace=l5d-integration-auto-git-841c4420 | |
=== RUN TestCliStatForLinkerdNamespace | |
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_deploy_-n_l5d-integration-auto-git-841c4420 | |
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_po/linkerd-prometheus-6f9497f7c-wh8cw_-n_l5d-integration-auto-git-841c4420_--from_po/linkerd-controller-56755c9f4f-4rrpm | |
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_deploy_-n_l5d-integration-auto-git-841c4420_--to_po/linkerd-prometheus-6f9497f7c-wh8cw | |
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_svc_linkerd-prometheus_-n_l5d-integration-auto-git-841c4420_--from_deploy/linkerd-controller | |
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_deploy_-n_l5d-integration-auto-git-841c4420_--to_svc/linkerd-prometheus | |
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_ns_l5d-integration-auto-git-841c4420 | |
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_po_-n_l5d-integration-auto-git-841c4420_--to_au/linkerd-prometheus.l5d-integration-auto-git-841c4420.svc.cluster.local:9090 | |
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_au_-n_l5d-integration-auto-git-841c4420_--to_po/linkerd-prometheus-6f9497f7c-wh8cw | |
--- PASS: TestCliStatForLinkerdNamespace (4.64s) | |
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_deploy_-n_l5d-integration-auto-git-841c4420 (0.65s) | |
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_po/linkerd-prometheus-6f9497f7c-wh8cw_-n_l5d-integration-auto-git-841c4420_--from_po/linkerd-controller-56755c9f4f-4rrpm (0.57s) | |
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_deploy_-n_l5d-integration-auto-git-841c4420_--to_po/linkerd-prometheus-6f9497f7c-wh8cw (0.54s) | |
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_svc_linkerd-prometheus_-n_l5d-integration-auto-git-841c4420_--from_deploy/linkerd-controller (0.54s) | |
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_deploy_-n_l5d-integration-auto-git-841c4420_--to_svc/linkerd-prometheus (0.52s) | |
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_ns_l5d-integration-auto-git-841c4420 (0.51s) | |
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_po_-n_l5d-integration-auto-git-841c4420_--to_au/linkerd-prometheus.l5d-integration-auto-git-841c4420.svc.cluster.local:9090 (0.66s) | |
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_au_-n_l5d-integration-auto-git-841c4420_--to_po/linkerd-prometheus-6f9497f7c-wh8cw (0.54s) | |
PASS | |
ok command-line-arguments 4.725s | |
Running test [get_test.go] --linkerd-namespace=l5d-integration-auto-git-841c4420 | |
=== RUN TestCliGet | |
=== RUN TestCliGet/get_pods_from_--all-namespaces | |
=== RUN TestCliGet/get_pods_from_the_linkerd_namespace | |
--- PASS: TestCliGet (12.76s) | |
--- PASS: TestCliGet/get_pods_from_--all-namespaces (0.72s) | |
--- PASS: TestCliGet/get_pods_from_the_linkerd_namespace (0.52s) | |
PASS | |
ok command-line-arguments 12.840s | |
Running test [serviceprofiles_test.go] --linkerd-namespace=l5d-integration-auto-git-841c4420 | |
=== RUN TestServiceProfiles | |
=== RUN TestServiceProfiles/tap | |
=== RUN TestServiceProfiles/open-api | |
--- PASS: TestServiceProfiles (31.58s) | |
--- PASS: TestServiceProfiles/tap (7.50s) | |
--- PASS: TestServiceProfiles/open-api (1.55s) | |
=== RUN TestServiceProfileMetrics | |
--- PASS: TestServiceProfileMetrics (36.67s) | |
PASS | |
ok command-line-arguments 68.359s | |
Running test [inject_test.go] --linkerd-namespace=l5d-integration-auto-git-841c4420 | |
=== RUN TestInject | |
--- PASS: TestInject (0.06s) | |
=== RUN TestInjectParams | |
--- PASS: TestInjectParams (0.06s) | |
=== RUN TestAnnotationPermutations | |
--- FAIL: TestAnnotationPermutations (8.17s) | |
inject_test.go:188: expected 2 containers for pod l5d-integration-auto-git-841c4420-inject-test/inject-test-terminus-enabled-64c4598896-kvj95, got 1 | |
FAIL | |
FAIL command-line-arguments 8.362s | |
=== FAIL: at least one test failed | |
cleaning up namespace [l5d-integration-auto-git-841c4420] in k8s-context [] and associated test namespaces | |
namespace "l5d-integration-auto-git-841c4420" deleted | |
namespace "l5d-integration-auto-git-841c4420-egress-test" deleted | |
namespace "l5d-integration-auto-git-841c4420-get-test" deleted | |
namespace "l5d-integration-auto-git-841c4420-inject-test" deleted | |
namespace "l5d-integration-auto-git-841c4420-inject-test-disabled" deleted | |
namespace "l5d-integration-auto-git-841c4420-inject-test-enabled" deleted | |
namespace "l5d-integration-auto-git-841c4420-serviceprofile-test" deleted | |
namespace "l5d-integration-auto-git-841c4420-smoke-test" deleted | |
namespace "l5d-integration-auto-git-841c4420-smoke-test-ann" deleted | |
namespace "l5d-integration-auto-git-841c4420-smoke-test-manual" deleted | |
namespace "l5d-integration-auto-git-841c4420-tap-test" deleted | |
namespace "l5d-integration-auto-git-841c4420-upgrade" deleted | |
namespace "l5d-integration-auto-git-841c4420-upgrade-smoke-test" deleted | |
namespace "l5d-integration-auto-git-841c4420-upgrade-smoke-test-ann" deleted | |
namespace "l5d-integration-auto-git-841c4420-upgrade-smoke-test-manual" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-841c4420-controller" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-841c4420-identity" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-841c4420-prometheus" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-841c4420-proxy-injector" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-841c4420-sp-validator" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-841c4420-tap" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-841c4420-upgrade-controller" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-841c4420-upgrade-identity" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-841c4420-upgrade-prometheus" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-841c4420-upgrade-proxy-injector" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-841c4420-upgrade-sp-validator" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-841c4420-upgrade-tap" deleted | |
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-841c4420-controller" deleted | |
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-841c4420-identity" deleted | |
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-841c4420-prometheus" deleted | |
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-841c4420-proxy-injector" deleted | |
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-841c4420-sp-validator" deleted | |
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-841c4420-tap" deleted | |
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-841c4420-upgrade-controller" deleted | |
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-841c4420-upgrade-identity" deleted | |
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-841c4420-upgrade-prometheus" deleted | |
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-841c4420-upgrade-proxy-injector" deleted | |
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-841c4420-upgrade-sp-validator" deleted | |
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-841c4420-upgrade-tap" deleted |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment