Created
June 18, 2019 11:47
-
-
Save l5d-bot/63d530ceadfca18a1eed99eef6afc518 to your computer and use it in GitHub Desktop.
l5d-integration-success-d30e90d0e9cae91cd184d782f312e607616d63b1.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 'd30e90d0e9cae91cd184d782f312e607616d63b1'. | |
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 d30e90d0 Remove NET_ADMIN check, introduce PSP check | |
Sending build context to Docker daemon 4.365MB | |
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 | |
---> 595ce7ab79ca | |
Step 4/26 : WORKDIR /build | |
---> Using cache | |
---> f90bb963af19 | |
Step 5/26 : COPY bin/fetch-proxy bin/fetch-proxy | |
---> Using cache | |
---> 7dbcbdf96ce3 | |
Step 6/26 : ARG PROXY_VERSION | |
---> Using cache | |
---> febac7fbd194 | |
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 | |
---> 4e2f6645587b | |
Step 8/26 : FROM gcr.io/linkerd-io/go-deps:b3c7654e as golang | |
---> 33d3ecd0371d | |
Step 9/26 : WORKDIR /go/src/github.com/linkerd/linkerd2 | |
---> Using cache | |
---> 65c043e825f6 | |
Step 10/26 : ENV CGO_ENABLED=0 GOOS=linux | |
---> Using cache | |
---> ce95b27d0869 | |
Step 11/26 : COPY pkg/flags pkg/flags | |
---> Using cache | |
---> bf93ad67728e | |
Step 12/26 : COPY pkg/tls pkg/tls | |
---> Using cache | |
---> 3d146a36b945 | |
Step 13/26 : COPY pkg/version pkg/version | |
---> Using cache | |
---> f88885c3cab8 | |
Step 14/26 : RUN go build ./pkg/... | |
---> Using cache | |
---> 1734711d7040 | |
Step 15/26 : COPY proxy-identity proxy-identity | |
---> Using cache | |
---> 1fb6571837d8 | |
Step 16/26 : RUN CGO_ENABLED=0 GOOS=linux go install ./proxy-identity | |
---> Using cache | |
---> 88bf1e534847 | |
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 | |
---> 5071bd00680c | |
Step 19/26 : COPY --from=fetch /build/version.txt /usr/lib/linkerd/linkerd2-proxy-version.txt | |
---> Using cache | |
---> 09299029809b | |
Step 20/26 : COPY --from=fetch /build/linkerd2-proxy /usr/lib/linkerd/linkerd2-proxy | |
---> Using cache | |
---> f256e4f3559b | |
Step 21/26 : COPY --from=golang /go/bin/proxy-identity /usr/lib/linkerd/linkerd2-proxy-identity | |
---> Using cache | |
---> f1543950c7d4 | |
Step 22/26 : COPY proxy-identity/run-proxy.sh /usr/bin/linkerd2-proxy-run | |
---> Using cache | |
---> f5d670f186e2 | |
Step 23/26 : ARG LINKERD_VERSION | |
---> Using cache | |
---> b3a54d297f42 | |
Step 24/26 : ENV LINKERD_CONTAINER_VERSION_OVERRIDE=${LINKERD_VERSION} | |
---> Running in 0795daa768d4 | |
Removing intermediate container 0795daa768d4 | |
---> 96c461742540 | |
Step 25/26 : ENV LINKERD2_PROXY_LOG=warn,linkerd2_proxy=info | |
---> Running in 92c72ca5873a | |
Removing intermediate container 92c72ca5873a | |
---> aa9692edf34d | |
Step 26/26 : ENTRYPOINT ["/usr/bin/linkerd2-proxy-run"] | |
---> Running in f7338b6fa623 | |
Removing intermediate container f7338b6fa623 | |
---> 7d32c8195cee | |
Successfully built 7d32c8195cee | |
Successfully tagged gcr.io/linkerd-io/proxy:git-d30e90d0 | |
gcr.io/linkerd-io/proxy:git-d30e90d0 | |
Sending build context to Docker daemon 4.365MB | |
Step 1/13 : FROM gcr.io/linkerd-io/go-deps:b3c7654e as golang | |
---> 33d3ecd0371d | |
Step 2/13 : WORKDIR /go/src/github.com/linkerd/linkerd2 | |
---> Using cache | |
---> 65c043e825f6 | |
Step 3/13 : COPY controller/gen controller/gen | |
---> Using cache | |
---> e306fb843473 | |
Step 4/13 : COPY pkg pkg | |
---> Using cache | |
---> e4bce5ac5690 | |
Step 5/13 : COPY controller controller | |
---> Using cache | |
---> e02cba0e172e | |
Step 6/13 : RUN CGO_ENABLED=0 GOOS=linux go install ./pkg/... | |
---> Using cache | |
---> 4df66f9d3c98 | |
Step 7/13 : RUN CGO_ENABLED=0 GOOS=linux go install ./controller/cmd/... | |
---> Using cache | |
---> 584fdd0f8ceb | |
Step 8/13 : FROM scratch | |
---> | |
Step 9/13 : ENV PATH=$PATH:/go/bin | |
---> Using cache | |
---> 3c2dca25c171 | |
Step 10/13 : COPY LICENSE /linkerd/LICENSE | |
---> Using cache | |
---> 7550b55bcc49 | |
Step 11/13 : COPY --from=golang /go/bin /go/bin | |
---> Using cache | |
---> c72003f57722 | |
Step 12/13 : ARG LINKERD_VERSION | |
---> Using cache | |
---> a4bc58491380 | |
Step 13/13 : ENV LINKERD_CONTAINER_VERSION_OVERRIDE=${LINKERD_VERSION} | |
---> Running in 9c4f7064d175 | |
Removing intermediate container 9c4f7064d175 | |
---> 457191ffa620 | |
Successfully built 457191ffa620 | |
Successfully tagged gcr.io/linkerd-io/controller:git-d30e90d0 | |
gcr.io/linkerd-io/controller:git-d30e90d0 | |
Sending build context to Docker daemon 4.365MB | |
Step 1/34 : FROM node:10 as webpack-bundle | |
---> 5a401340b79f | |
Step 2/34 : RUN curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.7.0 | |
---> Using cache | |
---> 3cae7a9e094a | |
Step 3/34 : ENV HOME /root | |
---> Using cache | |
---> ce856eabb5d4 | |
Step 4/34 : ENV PATH $HOME/.yarn/bin:$PATH | |
---> Using cache | |
---> f2897ebb6209 | |
Step 5/34 : ENV GOPATH /go | |
---> Using cache | |
---> c45edc30ead8 | |
Step 6/34 : ENV PROJECT github.com/linkerd/linkerd2 | |
---> Using cache | |
---> fb6746f297db | |
Step 7/34 : ENV PACKAGE $PROJECT/web/app | |
---> Using cache | |
---> 7c19c11cf423 | |
Step 8/34 : ENV ROOT $GOPATH/src/$PROJECT | |
---> Using cache | |
---> d41224abec01 | |
Step 9/34 : ENV PACKAGEDIR $GOPATH/src/$PACKAGE | |
---> Using cache | |
---> 3560012a490b | |
Step 10/34 : WORKDIR $PACKAGEDIR | |
---> Using cache | |
---> b193dab7a6a2 | |
Step 11/34 : COPY bin/web $ROOT/bin/web | |
---> Using cache | |
---> 7fb446e0a88f | |
Step 12/34 : COPY web/app/package.json web/app/yarn.lock ./ | |
---> Using cache | |
---> a3987f6805f6 | |
Step 13/34 : RUN $ROOT/bin/web setup install --frozen-lockfile | |
---> Using cache | |
---> 897113ac4572 | |
Step 14/34 : ENV NODE_ENV production | |
---> Using cache | |
---> 6b72ea21870b | |
Step 15/34 : COPY web/app . | |
---> Using cache | |
---> 8765e8bfdcae | |
Step 16/34 : RUN $ROOT/bin/web build | |
---> Using cache | |
---> aeebf09b2828 | |
Step 17/34 : FROM gcr.io/linkerd-io/go-deps:b3c7654e as golang | |
---> 33d3ecd0371d | |
Step 18/34 : WORKDIR /go/src/github.com/linkerd/linkerd2 | |
---> Using cache | |
---> 65c043e825f6 | |
Step 19/34 : RUN mkdir -p web | |
---> Using cache | |
---> 988f23f5b2e8 | |
Step 20/34 : COPY web/main.go web | |
---> Using cache | |
---> 956e3ea76ab7 | |
Step 21/34 : COPY web/srv web/srv | |
---> Using cache | |
---> 1ec4977a731d | |
Step 22/34 : COPY controller controller | |
---> Using cache | |
---> ccd286645c9e | |
Step 23/34 : COPY pkg pkg | |
---> Using cache | |
---> 532af3b334d5 | |
Step 24/34 : RUN CGO_ENABLED=0 GOOS=linux go build -o web/web ./web | |
---> Using cache | |
---> 7688f88bf8ba | |
Step 25/34 : FROM gcr.io/linkerd-io/base:2019-02-19.01 | |
---> f07bbe9e1dde | |
Step 26/34 : WORKDIR /linkerd | |
---> Using cache | |
---> f16079541dc4 | |
Step 27/34 : COPY LICENSE . | |
---> Using cache | |
---> 4b451cd59897 | |
Step 28/34 : COPY --from=golang /go/src/github.com/linkerd/linkerd2/web/web . | |
---> Using cache | |
---> 73823e592443 | |
Step 29/34 : RUN mkdir -p app | |
---> Using cache | |
---> 93032033d759 | |
Step 30/34 : COPY --from=webpack-bundle /go/src/github.com/linkerd/linkerd2/web/app/dist app/dist | |
---> Using cache | |
---> 7da26688c7bb | |
Step 31/34 : COPY web/templates templates | |
---> Using cache | |
---> 53298bb8e248 | |
Step 32/34 : ARG LINKERD_VERSION | |
---> Using cache | |
---> 0c699a8de298 | |
Step 33/34 : ENV LINKERD_CONTAINER_VERSION_OVERRIDE=${LINKERD_VERSION} | |
---> Running in cd83e7a4cd97 | |
Removing intermediate container cd83e7a4cd97 | |
---> 09504ff3817f | |
Step 34/34 : ENTRYPOINT ["./web"] | |
---> Running in b5ef1096b8ed | |
Removing intermediate container b5ef1096b8ed | |
---> 4b85cd704681 | |
Successfully built 4b85cd704681 | |
Successfully tagged gcr.io/linkerd-io/web:git-d30e90d0 | |
gcr.io/linkerd-io/web:git-d30e90d0 | |
Sending build context to Docker daemon 4.365MB | |
Step 1/16 : FROM gcr.io/linkerd-io/go-deps:b3c7654e as golang | |
---> 33d3ecd0371d | |
Step 2/16 : WORKDIR /go/src/github.com/linkerd/linkerd2 | |
---> Using cache | |
---> 65c043e825f6 | |
Step 3/16 : COPY pkg pkg | |
---> Using cache | |
---> fa9f5c080687 | |
Step 4/16 : COPY controller controller | |
---> Using cache | |
---> 6195cda617ae | |
Step 5/16 : COPY cni-plugin cni-plugin | |
---> Using cache | |
---> 0039a48cb67c | |
Step 6/16 : RUN CGO_ENABLED=0 GOOS=linux go build -o /go/bin/linkerd-cni -v ./cni-plugin/ | |
---> Using cache | |
---> a3b62b613e94 | |
Step 7/16 : FROM gcr.io/linkerd-io/base:2019-02-19.01 | |
---> f07bbe9e1dde | |
Step 8/16 : WORKDIR /linkerd | |
---> Using cache | |
---> f16079541dc4 | |
Step 9/16 : RUN curl -kL -o $(which jq) https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 | |
---> Using cache | |
---> 46e68371af44 | |
Step 10/16 : COPY --from=golang /go/bin/linkerd-cni /opt/cni/bin/ | |
---> Using cache | |
---> 897021460c81 | |
Step 11/16 : COPY LICENSE . | |
---> Using cache | |
---> 14c33a45cf1d | |
Step 12/16 : COPY cni-plugin/deployment/scripts/install-cni.sh . | |
---> Using cache | |
---> 5e55fdad7769 | |
Step 13/16 : COPY cni-plugin/deployment/linkerd-cni.conf.default . | |
---> Using cache | |
---> b120d41c5aaf | |
Step 14/16 : COPY cni-plugin/deployment/scripts/filter.jq . | |
---> Using cache | |
---> d571bb2c1859 | |
Step 15/16 : ENV PATH=/linkerd:/opt/cni/bin:$PATH | |
---> Using cache | |
---> 227acfc70f2e | |
Step 16/16 : CMD ["install-cni.sh"] | |
---> Using cache | |
---> 1814819e08e1 | |
Successfully built 1814819e08e1 | |
Successfully tagged gcr.io/linkerd-io/cni-plugin:git-d30e90d0 | |
gcr.io/linkerd-io/cni-plugin:git-d30e90d0 | |
Sending build context to Docker daemon 4.364MB | |
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 | |
---> b32f197d387c | |
Step 3/3 : ENTRYPOINT [ "tshark", "-i", "any" ] | |
---> Using cache | |
---> 8ade9515fde1 | |
Successfully built 8ade9515fde1 | |
Successfully tagged gcr.io/linkerd-io/debug:git-d30e90d0 | |
gcr.io/linkerd-io/debug:git-d30e90d0 | |
Sending build context to Docker daemon 4.365MB | |
Step 1/22 : FROM gcr.io/linkerd-io/go-deps:b3c7654e as golang | |
---> 33d3ecd0371d | |
Step 2/22 : WORKDIR /go/src/github.com/linkerd/linkerd2 | |
---> Using cache | |
---> 65c043e825f6 | |
Step 3/22 : COPY cli cli | |
---> Using cache | |
---> 00aafdfe2a8a | |
Step 4/22 : COPY chart chart | |
---> Using cache | |
---> 2269b6c6c7f7 | |
Step 5/22 : COPY controller/k8s controller/k8s | |
---> Using cache | |
---> 5b811af06b9e | |
Step 6/22 : COPY controller/api controller/api | |
---> Using cache | |
---> ab2a4991709b | |
Step 7/22 : COPY controller/gen controller/gen | |
---> Using cache | |
---> cda1f3336e7f | |
Step 8/22 : COPY pkg pkg | |
---> Using cache | |
---> 13d243a757aa | |
Step 9/22 : RUN mkdir -p /out | |
---> Using cache | |
---> 34064c9b7af3 | |
Step 10/22 : RUN go generate ./cli | |
---> Using cache | |
---> 22e3e5bafaa5 | |
Step 11/22 : RUN CGO_ENABLED=0 GOOS=darwin go build -o /out/linkerd-darwin -tags prod -ldflags "-s -w" ./cli | |
---> Using cache | |
---> ff9301e2d8dc | |
Step 12/22 : RUN CGO_ENABLED=0 GOOS=linux go build -o /out/linkerd-linux -tags prod -ldflags "-s -w" ./cli | |
---> Using cache | |
---> 3e8ac3b0e3af | |
Step 13/22 : RUN CGO_ENABLED=0 GOOS=windows go build -o /out/linkerd-windows -tags prod -ldflags "-s -w" ./cli | |
---> Using cache | |
---> 72cd1ccbe2a5 | |
Step 14/22 : ARG LINKERD_VERSION | |
---> Using cache | |
---> 34eacae77d8e | |
Step 15/22 : ENV GO_LDFLAGS="-s -w -X github.com/linkerd/linkerd2/pkg/version.Version=${LINKERD_VERSION}" | |
---> Running in 12ae88b08640 | |
Removing intermediate container 12ae88b08640 | |
---> 353a59e7e2a4 | |
Step 16/22 : RUN CGO_ENABLED=0 GOOS=darwin go build -o /out/linkerd-darwin -tags prod -ldflags "${GO_LDFLAGS}" ./cli | |
---> Running in 463fabb124a4 | |
Removing intermediate container 463fabb124a4 | |
---> 8a4483d22619 | |
Step 17/22 : RUN CGO_ENABLED=0 GOOS=linux go build -o /out/linkerd-linux -tags prod -ldflags "${GO_LDFLAGS}" ./cli | |
---> Running in 2aaf7752787e | |
Removing intermediate container 2aaf7752787e | |
---> 5608c5bfcaa6 | |
Step 18/22 : RUN CGO_ENABLED=0 GOOS=windows go build -o /out/linkerd-windows -tags prod -ldflags "${GO_LDFLAGS}" ./cli | |
---> Running in 4fe4cf5ad072 | |
Removing intermediate container 4fe4cf5ad072 | |
---> 8e74f2b3fcd9 | |
Step 19/22 : FROM scratch | |
---> | |
Step 20/22 : COPY LICENSE /linkerd/LICENSE | |
---> Using cache | |
---> 2481740bb1c8 | |
Step 21/22 : COPY --from=golang /out /out | |
---> 965435cc0aea | |
Step 22/22 : ENTRYPOINT ["/out/linkerd-linux"] | |
---> Running in 61557e458050 | |
Removing intermediate container 61557e458050 | |
---> 243ae5ec0c06 | |
Successfully built 243ae5ec0c06 | |
Successfully tagged gcr.io/linkerd-io/cli-bin:git-d30e90d0 | |
gcr.io/linkerd-io/cli-bin:git-d30e90d0 | |
/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.364MB | |
Step 1/4 : FROM grafana/grafana:5.4.3 | |
---> d0454da13c84 | |
Step 2/4 : COPY LICENSE /linkerd/LICENSE | |
---> Using cache | |
---> 63335318a8a0 | |
Step 3/4 : COPY grafana/dashboards /var/lib/grafana/dashboards | |
---> Using cache | |
---> 14406edd4fc1 | |
Step 4/4 : COPY grafana/dashboards/top-line.json /usr/share/grafana/public/dashboards/home.json | |
---> Using cache | |
---> cd8c2f178416 | |
Successfully built cd8c2f178416 | |
Successfully tagged gcr.io/linkerd-io/grafana:git-d30e90d0 | |
gcr.io/linkerd-io/grafana:git-d30e90d0 | |
The push refers to repository [gcr.io/linkerd-io/cli-bin] | |
481b06287121: Preparing | |
4a5b7a024a9a: Preparing | |
4a5b7a024a9a: Layer already exists | |
481b06287121: Pushed | |
git-d30e90d0: digest: sha256:6683052a8708c10f229b1e2ad0335981282efaa3184430cb390971a103b3b7d0 size: 737 | |
The push refers to repository [gcr.io/linkerd-io/cni-plugin] | |
ce7d2157d36c: Preparing | |
b58a1d85d207: Preparing | |
e65bf3683b29: Preparing | |
c36142b07fb9: Preparing | |
9f67bea5ea1f: Preparing | |
774194153707: Preparing | |
95437c95ba50: Preparing | |
7c5874767822: Preparing | |
0a07e81f5da3: Preparing | |
774194153707: Waiting | |
7c5874767822: Waiting | |
95437c95ba50: Waiting | |
0a07e81f5da3: Waiting | |
9f67bea5ea1f: Layer already exists | |
b58a1d85d207: Layer already exists | |
ce7d2157d36c: Layer already exists | |
e65bf3683b29: Layer already exists | |
774194153707: Layer already exists | |
95437c95ba50: Layer already exists | |
c36142b07fb9: Layer already exists | |
0a07e81f5da3: Layer already exists | |
7c5874767822: Layer already exists | |
git-d30e90d0: digest: sha256:00908516e07935815546970edaef202c1f47e5941896a627d4590ddc9f33a1c8 size: 2201 | |
The push refers to repository [gcr.io/linkerd-io/controller] | |
e515a0185954: Preparing | |
21c8d83217ef: Preparing | |
21c8d83217ef: Layer already exists | |
e515a0185954: Layer already exists | |
git-d30e90d0: digest: sha256:8fbeef9db9d9c42ce4c03310ccb1b6b569fa57da2972227174cfa84560be6fe8 size: 737 | |
The push refers to repository [gcr.io/linkerd-io/debug] | |
98db261e6191: Preparing | |
7c5874767822: Preparing | |
0a07e81f5da3: Preparing | |
7c5874767822: Layer already exists | |
98db261e6191: Layer already exists | |
0a07e81f5da3: Layer already exists | |
git-d30e90d0: digest: sha256:a91acf51273fa310d7a15094774de841d8de27f5e9fe8ac8a2bdf1bf90d6e456 size: 953 | |
The push refers to repository [gcr.io/linkerd-io/grafana] | |
cd3cc3eb8d5b: Preparing | |
e3ef13787bb9: Preparing | |
3866da383412: Preparing | |
67796dde2d25: Preparing | |
4a786a04c29c: Preparing | |
63e69b5ec8fb: Preparing | |
f2d8bd23c9c1: Preparing | |
c61883f6d7a1: Preparing | |
7b4e562e58dc: Preparing | |
f2d8bd23c9c1: Waiting | |
c61883f6d7a1: Waiting | |
7b4e562e58dc: Waiting | |
63e69b5ec8fb: Waiting | |
4a786a04c29c: Layer already exists | |
cd3cc3eb8d5b: Layer already exists | |
3866da383412: Layer already exists | |
e3ef13787bb9: Layer already exists | |
67796dde2d25: Layer already exists | |
63e69b5ec8fb: Layer already exists | |
f2d8bd23c9c1: Layer already exists | |
7b4e562e58dc: Layer already exists | |
c61883f6d7a1: Layer already exists | |
git-d30e90d0: digest: sha256:8f79163610a6d756a08d2de29e26d36e245e58aa2a7de6b35c393be61d09b22b size: 2201 | |
The push refers to repository [gcr.io/linkerd-io/proxy] | |
dd71ee2b2114: Preparing | |
a61f547819e5: Preparing | |
b9e5fd3f6974: Preparing | |
4848f201ba32: Preparing | |
ff19cf9ef3b3: Preparing | |
7c5874767822: Preparing | |
0a07e81f5da3: Preparing | |
7c5874767822: Waiting | |
0a07e81f5da3: Waiting | |
a61f547819e5: Layer already exists | |
ff19cf9ef3b3: Layer already exists | |
4848f201ba32: Layer already exists | |
dd71ee2b2114: Layer already exists | |
b9e5fd3f6974: Layer already exists | |
7c5874767822: Layer already exists | |
0a07e81f5da3: Layer already exists | |
git-d30e90d0: digest: sha256:1e941537c523ce378674318923f4f816910cc8650f2072f7907f4854df1b3c97 size: 1785 | |
The push refers to repository [gcr.io/linkerd-io/web] | |
ae2fe5f63a00: Preparing | |
8099bc7a53d1: Preparing | |
b1e08624e499: Preparing | |
b7d70c170888: Preparing | |
da05c2c5af58: Preparing | |
95437c95ba50: Preparing | |
7c5874767822: Preparing | |
0a07e81f5da3: Preparing | |
7c5874767822: Waiting | |
0a07e81f5da3: Waiting | |
95437c95ba50: Waiting | |
b1e08624e499: Layer already exists | |
8099bc7a53d1: Layer already exists | |
ae2fe5f63a00: Layer already exists | |
b7d70c170888: Layer already exists | |
95437c95ba50: Layer already exists | |
7c5874767822: Layer already exists | |
da05c2c5af58: Layer already exists | |
0a07e81f5da3: Layer already exists | |
git-d30e90d0: digest: sha256:905b6d3571b1d149651f4c329b3d07819d7a8c141a9b84a1f334302639ff9def size: 1992 | |
Starting to serve on 127.0.0.1:8080 | |
(1/97) Wrote github.com/cyphar/[email protected] | |
(2/97) Wrote github.com/aokoli/[email protected] | |
(3/97) Wrote github.com/deislabs/smi-sdk-go@f281e2121a16192b99c40dcdb9eefcfce19e9d6d | |
(4/97) Wrote github.com/beorn7/perks@master | |
(5/97) Wrote github.com/docker/spdystream@449fdfce4d962303d702fec724ef0ad181c92528 | |
(6/97) Wrote github.com/emicklei/[email protected] | |
(7/97) Wrote github.com/census-instrumentation/[email protected] | |
(8/97) Wrote github.com/briandowns/spinner@5cf08d0ac778f0d708570fe143e3f82fdb9f9007 | |
(9/97) Wrote github.com/cpuguy83/[email protected] | |
(10/97) Wrote github.com/dgrijalva/[email protected] | |
(11/97) Wrote github.com/containernetworking/[email protected] | |
(12/97) Wrote github.com/google/[email protected] | |
(13/97) Wrote github.com/davecgh/[email protected] | |
(14/97) Wrote sigs.k8s.io/[email protected] | |
(15/97) Wrote github.com/evanphx/[email protected] | |
(16/97) Wrote github.com/ghodss/[email protected] | |
(17/97) Wrote github.com/go-openapi/[email protected] | |
(18/97) Wrote github.com/go-openapi/[email protected] | |
(19/97) Wrote github.com/googleapis/[email protected] | |
(20/97) Wrote github.com/fatih/[email protected] | |
(21/97) Wrote github.com/golang/glog@master | |
(22/97) Wrote github.com/gobwas/[email protected] | |
(23/97) Wrote github.com/gophercloud/gophercloud@master | |
(24/97) Wrote github.com/gorilla/[email protected] | |
(25/97) Wrote github.com/go-openapi/[email protected] | |
(26/97) Wrote github.com/gregjones/httpcache@master | |
(27/97) Wrote github.com/grpc-ecosystem/[email protected] | |
(28/97) Wrote github.com/hashicorp/golang-lru@master | |
(29/97) Wrote github.com/shurcooL/vfsgen@master | |
(30/97) Wrote github.com/wercker/stern@b04b5491222d9743529cb859a20d34ce2bb763af | |
(31/97) Wrote github.com/spf13/[email protected] | |
(32/97) Wrote github.com/spf13/cobra@7b2c5ac9fc04fc5efafb60700713d4fa609b777b | |
(33/97) Wrote github.com/sirupsen/[email protected] | |
(34/97) Wrote github.com/golang/[email protected] | |
(35/97) Wrote [email protected] | |
(36/97) Wrote github.com/go-openapi/[email protected] | |
(37/97) Wrote github.com/huandu/[email protected] | |
(38/97) Wrote golang.org/x/crypto@master | |
(39/97) Wrote github.com/inconshreveable/[email protected] | |
(40/97) Wrote golang.org/x/sync@master | |
(41/97) Wrote github.com/imdario/[email protected] | |
(42/97) Wrote golang.org/x/oauth2@master | |
(43/97) Wrote golang.org/x/time@master | |
(44/97) Wrote github.com/json-iterator/go@f2b4162afba35581b6d4a50d3b8f34e33c144682 | |
(45/97) Wrote golang.org/x/net@master | |
(46/97) Wrote gopkg.in/[email protected] | |
(47/97) Wrote google.golang.org/[email protected] | |
(48/97) Wrote github.com/google/gofuzz@master | |
(49/97) Wrote gopkg.in/yaml.v2@v2 | |
(50/97) Wrote github.com/google/btree@master | |
(51/97) Wrote github.com/julienschmidt/[email protected] | |
(52/97) Wrote golang.org/x/sys@master | |
(53/97) Wrote github.com/linkerd/[email protected] | |
(54/97) Wrote k8s.io/gengo@master | |
(55/97) Wrote github.com/linkerd/[email protected] | |
(56/97) Wrote k8s.io/[email protected] | |
(57/97) Wrote github.com/mailru/easyjson@master | |
(58/97) Wrote github.com/mattn/[email protected] | |
(59/97) Wrote github.com/pkg/[email protected] | |
(60/97) Wrote github.com/mattn/[email protected] | |
(61/97) Wrote google.golang.org/[email protected] | |
(62/97) Wrote k8s.io/[email protected] | |
(63/97) Wrote k8s.io/kube-openapi@master | |
(64/97) Wrote github.com/mattn/[email protected] | |
(65/97) Wrote github.com/BurntSushi/[email protected] | |
(66/97) Wrote github.com/modern-go/[email protected] | |
(67/97) Wrote github.com/projectcalico/[email protected] | |
(68/97) Wrote golang.org/x/tools@master | |
(69/97) Wrote k8s.io/code-generator@master | |
(70/97) Wrote github.com/matttproud/[email protected] | |
(71/97) Wrote golang.org/x/text@master | |
(72/97) Wrote github.com/prometheus/[email protected] | |
(73/97) Wrote github.com/prometheus/client_model@master | |
(74/97) Wrote github.com/peterbourgon/[email protected] | |
(75/97) Wrote github.com/prometheus/common@master | |
(76/97) Wrote github.com/prometheus/procfs@master | |
(77/97) Wrote github.com/modern-go/[email protected] | |
(78/97) Wrote github.com/russross/[email protected] | |
(79/97) Wrote github.com/nsf/termbox-go@master | |
(80/97) Wrote github.com/gogo/[email protected] | |
(81/97) Wrote github.com/sergi/[email protected] | |
(82/97) Wrote github.com/petar/GoLLRB@master | |
(83/97) Wrote github.com/pkg/browser@c90ca0c84f15f81c982e32665bffd8d7aac8f097 | |
(84/97) Wrote k8s.io/[email protected] | |
(85/97) Wrote google.golang.org/genproto@master | |
(86/97) Wrote k8s.io/[email protected] | |
(87/97) Wrote k8s.io/[email protected] | |
(88/97) Wrote github.com/shurcooL/httpfs@master | |
(89/97) Wrote github.com/PuerkitoBio/[email protected] | |
(90/97) Wrote github.com/Masterminds/[email protected] | |
(91/97) Wrote k8s.io/[email protected] | |
(92/97) Wrote github.com/PuerkitoBio/urlesc@master | |
(93/97) Wrote github.com/Azure/[email protected] | |
(94/97) Wrote github.com/Masterminds/[email protected] | |
(95/97) Wrote contrib.go.opencensus.io/exporter/[email protected] | |
(96/97) Wrote cloud.google.com/[email protected] | |
(97/97) Wrote google.golang.org/[email protected] | |
Collecting project constraints: | |
(1/97) cloud.google.com/go | |
(2/97) contrib.go.opencensus.io/exporter/ocagent | |
(3/97) github.com/Azure/go-autorest | |
(4/97) github.com/BurntSushi/toml | |
(5/97) github.com/Masterminds/semver | |
(6/97) github.com/Masterminds/sprig | |
(7/97) github.com/PuerkitoBio/purell | |
(8/97) github.com/PuerkitoBio/urlesc | |
(9/97) github.com/aokoli/goutils | |
(10/97) github.com/beorn7/perks | |
(11/97) github.com/briandowns/spinner | |
(12/97) github.com/census-instrumentation/opencensus-proto | |
(13/97) github.com/containernetworking/cni | |
(14/97) github.com/cpuguy83/go-md2man | |
(15/97) github.com/cyphar/filepath-securejoin | |
(16/97) github.com/davecgh/go-spew | |
(17/97) github.com/deislabs/smi-sdk-go | |
(18/97) github.com/dgrijalva/jwt-go | |
(19/97) github.com/docker/spdystream | |
(20/97) github.com/emicklei/proto | |
(21/97) github.com/evanphx/json-patch | |
(22/97) github.com/fatih/color | |
(23/97) github.com/ghodss/yaml | |
(24/97) github.com/go-openapi/jsonpointer | |
(25/97) github.com/go-openapi/jsonreference | |
(26/97) github.com/go-openapi/spec | |
(27/97) github.com/go-openapi/swag | |
(28/97) github.com/gobwas/glob | |
(29/97) github.com/gogo/protobuf | |
(30/97) github.com/golang/glog | |
(31/97) github.com/golang/protobuf | |
(32/97) github.com/google/btree | |
(33/97) github.com/google/gofuzz | |
(34/97) github.com/google/uuid | |
(35/97) github.com/googleapis/gnostic | |
(36/97) github.com/gophercloud/gophercloud | |
(37/97) github.com/gorilla/websocket | |
(38/97) github.com/gregjones/httpcache | |
(39/97) github.com/grpc-ecosystem/go-grpc-prometheus | |
(40/97) github.com/hashicorp/golang-lru | |
(41/97) github.com/huandu/xstrings | |
(42/97) github.com/imdario/mergo | |
(43/97) github.com/inconshreveable/mousetrap | |
(44/97) github.com/json-iterator/go | |
(45/97) github.com/julienschmidt/httprouter | |
(46/97) github.com/linkerd/linkerd2-proxy-api | |
(47/97) github.com/linkerd/linkerd2-proxy-init | |
(48/97) github.com/mailru/easyjson | |
(49/97) github.com/mattn/go-colorable | |
(50/97) github.com/mattn/go-isatty | |
(51/97) github.com/mattn/go-runewidth | |
(52/97) github.com/matttproud/golang_protobuf_extensions | |
(53/97) github.com/modern-go/concurrent | |
(54/97) github.com/modern-go/reflect2 | |
(55/97) github.com/nsf/termbox-go | |
(56/97) github.com/petar/GoLLRB | |
(57/97) github.com/peterbourgon/diskv | |
(58/97) github.com/pkg/browser | |
(59/97) github.com/pkg/errors | |
(60/97) github.com/projectcalico/libcalico-go | |
(61/97) github.com/prometheus/client_golang | |
(62/97) github.com/prometheus/client_model | |
(63/97) github.com/prometheus/common | |
(64/97) github.com/prometheus/procfs | |
(65/97) github.com/russross/blackfriday | |
(66/97) github.com/sergi/go-diff | |
(67/97) github.com/shurcooL/httpfs | |
(68/97) github.com/shurcooL/vfsgen | |
(69/97) github.com/sirupsen/logrus | |
(70/97) github.com/spf13/cobra | |
(71/97) github.com/spf13/pflag | |
(72/97) github.com/wercker/stern | |
(73/97) go.opencensus.io | |
(74/97) golang.org/x/crypto | |
(75/97) golang.org/x/net | |
(76/97) golang.org/x/oauth2 | |
(77/97) golang.org/x/sync | |
(78/97) golang.org/x/sys | |
(79/97) golang.org/x/text | |
(80/97) golang.org/x/time | |
(81/97) golang.org/x/tools | |
(82/97) google.golang.org/api | |
(83/97) google.golang.org/appengine | |
(84/97) google.golang.org/genproto | |
(85/97) google.golang.org/grpc | |
(86/97) gopkg.in/inf.v0 | |
(87/97) gopkg.in/yaml.v2 | |
(88/97) k8s.io/api | |
(89/97) k8s.io/apiextensions-apiserver | |
(90/97) k8s.io/apimachinery | |
(91/97) k8s.io/client-go | |
(92/97) k8s.io/code-generator | |
(93/97) k8s.io/gengo | |
(94/97) k8s.io/helm | |
(95/97) k8s.io/klog | |
(96/97) k8s.io/kube-openapi | |
(97/97) sigs.k8s.io/yaml | |
Checking upstream projects: | |
(1/97) cloud.google.com/go | |
(2/97) contrib.go.opencensus.io/exporter/ocagent | |
(3/97) github.com/Azure/go-autorest | |
(4/97) github.com/BurntSushi/toml | |
(5/97) github.com/Masterminds/semver | |
(6/97) github.com/Masterminds/sprig | |
(7/97) github.com/PuerkitoBio/purell | |
(8/97) github.com/PuerkitoBio/urlesc | |
(9/97) github.com/aokoli/goutils | |
(10/97) github.com/beorn7/perks | |
(11/97) github.com/briandowns/spinner | |
(12/97) github.com/census-instrumentation/opencensus-proto | |
(13/97) github.com/containernetworking/cni | |
(14/97) github.com/cpuguy83/go-md2man | |
(15/97) github.com/cyphar/filepath-securejoin | |
(16/97) github.com/davecgh/go-spew | |
(17/97) github.com/deislabs/smi-sdk-go | |
(18/97) github.com/dgrijalva/jwt-go | |
(19/97) github.com/docker/spdystream | |
(20/97) github.com/emicklei/proto | |
(21/97) github.com/evanphx/json-patch | |
(22/97) github.com/fatih/color | |
(23/97) github.com/ghodss/yaml | |
(24/97) github.com/go-openapi/jsonpointer | |
(25/97) github.com/go-openapi/jsonreference | |
(26/97) github.com/go-openapi/spec | |
(27/97) github.com/go-openapi/swag | |
(28/97) github.com/gobwas/glob | |
(29/97) github.com/gogo/protobuf | |
(30/97) github.com/golang/glog | |
(31/97) github.com/golang/protobuf | |
(32/97) github.com/google/btree | |
(33/97) github.com/google/gofuzz | |
(34/97) github.com/google/uuid | |
(35/97) github.com/googleapis/gnostic | |
(36/97) github.com/gophercloud/gophercloud | |
(37/97) github.com/gorilla/websocket | |
(38/97) github.com/gregjones/httpcache | |
(39/97) github.com/grpc-ecosystem/go-grpc-prometheus | |
(40/97) github.com/hashicorp/golang-lru | |
(41/97) github.com/huandu/xstrings | |
(42/97) github.com/imdario/mergo | |
(43/97) github.com/inconshreveable/mousetrap | |
(44/97) github.com/json-iterator/go | |
(45/97) github.com/julienschmidt/httprouter | |
(46/97) github.com/linkerd/linkerd2-proxy-api | |
(47/97) github.com/linkerd/linkerd2-proxy-init | |
(48/97) github.com/mailru/easyjson | |
(49/97) github.com/mattn/go-colorable | |
(50/97) github.com/mattn/go-isatty | |
(51/97) github.com/mattn/go-runewidth | |
(52/97) github.com/matttproud/golang_protobuf_extensions | |
(53/97) github.com/modern-go/concurrent | |
(54/97) github.com/modern-go/reflect2 | |
(55/97) github.com/nsf/termbox-go | |
(56/97) github.com/petar/GoLLRB | |
(57/97) github.com/peterbourgon/diskv | |
(58/97) github.com/pkg/browser | |
(59/97) github.com/pkg/errors | |
(60/97) github.com/projectcalico/libcalico-go | |
(61/97) github.com/prometheus/client_golang | |
(62/97) github.com/prometheus/client_model | |
(63/97) github.com/prometheus/common | |
(64/97) github.com/prometheus/procfs | |
(65/97) github.com/russross/blackfriday | |
(66/97) github.com/sergi/go-diff | |
(67/97) github.com/shurcooL/httpfs | |
(68/97) github.com/shurcooL/vfsgen | |
(69/97) github.com/sirupsen/logrus | |
(70/97) github.com/spf13/cobra | |
(71/97) github.com/spf13/pflag | |
(72/97) github.com/wercker/stern | |
(73/97) go.opencensus.io | |
(74/97) golang.org/x/crypto | |
(75/97) golang.org/x/net | |
(76/97) golang.org/x/oauth2 | |
(77/97) golang.org/x/sync | |
(78/97) golang.org/x/sys | |
(79/97) golang.org/x/text | |
(80/97) golang.org/x/time | |
(81/97) golang.org/x/tools | |
(82/97) google.golang.org/api | |
(83/97) google.golang.org/appengine | |
(84/97) google.golang.org/genproto | |
(85/97) google.golang.org/grpc | |
(86/97) gopkg.in/inf.v0 | |
(87/97) gopkg.in/yaml.v2 | |
(88/97) k8s.io/api | |
(89/97) k8s.io/apiextensions-apiserver | |
(90/97) k8s.io/apimachinery | |
(91/97) k8s.io/client-go | |
(92/97) k8s.io/code-generator | |
(93/97) k8s.io/gengo | |
(94/97) k8s.io/helm | |
(95/97) k8s.io/klog | |
(96/97) k8s.io/kube-openapi | |
(97/97) sigs.k8s.io/yaml | |
PROJECT CONSTRAINT VERSION REVISION LATEST PKGS USED | |
cloud.google.com/go v0.18.0 v0.18.0 767c40d v0.18.0 1 | |
contrib.go.opencensus.io/exporter/ocagent v0.2.0 v0.2.0 00af367 v0.2.0 1 | |
github.com/Azure/go-autorest v11.3.2 v11.3.2 7324aa0 v11.3.2 6 | |
github.com/BurntSushi/toml v0.3.1 v0.3.1 3012a1d v0.3.1 1 | |
github.com/Masterminds/semver v1.4.2 v1.4.2 c7af129 v1.4.2 1 | |
github.com/Masterminds/sprig v2.17.1 v2.17.1 544a9b1 v2.17.1 1 | |
github.com/PuerkitoBio/purell v1.1.0 v1.1.0 0bcb03f v1.1.0 1 | |
github.com/PuerkitoBio/urlesc branch master branch master de5bf2a de5bf2a 1 | |
github.com/aokoli/goutils v1.1.0 v1.1.0 41ac869 v1.1.0 1 | |
github.com/beorn7/perks branch master branch master 4c0e845 4b2b341 1 | |
github.com/briandowns/spinner 5cf08d0 5cf08d0 1 | |
github.com/census-instrumentation/opencensus-proto v0.1.0 v0.1.0 7f2434b v0.1.0 4 | |
github.com/containernetworking/cni v0.6.0 v0.6.0 5 | |
github.com/cpuguy83/go-md2man v1.0.8 v1.0.8 20f5889 v1.0.8 1 | |
github.com/cyphar/filepath-securejoin v0.2.2 v0.2.2 a261ee3 v0.2.2 1 | |
github.com/davecgh/go-spew v1.1.0 v1.1.0 346938d v1.1.0 1 | |
github.com/deislabs/smi-sdk-go f281e21 f281e21 12 | |
github.com/dgrijalva/jwt-go v3.1.0 v3.1.0 dbeaa93 v3.1.0 1 | |
github.com/docker/spdystream * 449fdfc 2 | |
github.com/emicklei/proto v1.6.8 v1.6.8 6a34d38 v1.6.8 1 | |
github.com/evanphx/json-patch v4.1.0 v4.1.0 72bf35d v4.1.0 1 | |
github.com/fatih/color v1.7.0 v1.7.0 5b77d2a v1.7.0 1 | |
github.com/ghodss/yaml v1.0.0 v1.0.0 0ca9ea5 v1.0.0 1 | |
github.com/go-openapi/jsonpointer v0.17.2 v0.17.2 ef5f0af v0.17.2 1 | |
github.com/go-openapi/jsonreference v0.17.2 v0.17.2 8483a88 v0.17.2 1 | |
github.com/go-openapi/spec ^0.17.2 v0.17.2 5bae59e v0.17.2 1 | |
github.com/go-openapi/swag v0.17.2 v0.17.2 5899d5c v0.17.2 1 | |
github.com/gobwas/glob v0.2.3 v0.2.3 5ccd90e v0.2.3 8 | |
github.com/gogo/protobuf v1.0.0 v1.0.0 1adfc12 v1.0.0 2 | |
github.com/golang/glog branch master branch master 23def4e 23def4e 1 | |
github.com/golang/protobuf ^1.2.0 v1.2.0 aa810b6 v1.3.1 14 | |
github.com/google/btree branch master branch master e89373f 2023616 1 | |
github.com/google/gofuzz branch master branch master 24818f7 f140a64 1 | |
github.com/google/uuid v1.1.0 v1.1.0 9b3b1e0 v1.1.0 1 | |
github.com/googleapis/gnostic v0.1.0 v0.1.0 ee43cbb v0.1.0 3 | |
github.com/gophercloud/gophercloud branch master branch master 104e257 1574321 7 | |
github.com/gorilla/websocket ^1.2.0 v1.2.0 ea4d1f6 v1.4.0 1 | |
github.com/gregjones/httpcache branch master branch master 9cad4c3 901d907 2 | |
github.com/grpc-ecosystem/go-grpc-prometheus v1.1 v1.1 6b7015e v1.1 1 | |
github.com/hashicorp/golang-lru branch master branch master 0fb14ef 59383c4 2 | |
github.com/huandu/xstrings v1.2.0 v1.2.0 f02667b v1.2.0 1 | |
github.com/imdario/mergo 0.3.2 0.3.2 163f413 0.3.2 1 | |
github.com/inconshreveable/mousetrap v1.0 v1.0 76626ae v1.0 1 | |
github.com/json-iterator/go * f2b4162 1 | |
github.com/julienschmidt/httprouter v1.1 v1.1 8c199fb v1.1 1 | |
github.com/linkerd/linkerd2-proxy-api ^0.1.7 v0.1.7 be7667c v0.1.9 5 | |
github.com/linkerd/linkerd2-proxy-init ^1.0.0 v1.0.0 458ed04 v1.0.0 2 | |
github.com/mailru/easyjson branch master branch master 60711f1 94de47d 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 31bed53 3 | |
github.com/prometheus/procfs branch master branch master cb41470 90b65b6 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 57b3e21 3 | |
golang.org/x/net branch master branch master 2fb46b1 d28f0bd 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 15dcb6c 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 da514ac 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 c522cb6 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-d30e90d0] namespace [l5d-integration-auto-git-d30e90d0] k8s-context [] | |
Running test [install_test.go] --linkerd-namespace=l5d-integration-auto-git-d30e90d0 | |
=== RUN TestVersionPreInstall | |
--- PASS: TestVersionPreInstall (0.09s) | |
=== RUN TestCheckPreInstall | |
--- PASS: TestCheckPreInstall (0.30s) | |
=== RUN TestInstallOrUpgrade | |
--- PASS: TestInstallOrUpgrade (79.35s) | |
=== RUN TestVersionPostInstall | |
--- PASS: TestVersionPostInstall (0.39s) | |
=== RUN TestCheckConfigPostInstall | |
--- PASS: TestCheckConfigPostInstall (0.26s) | |
=== RUN TestCheckPostInstall | |
--- PASS: TestCheckPostInstall (0.76s) | |
=== RUN TestInstallSP | |
--- PASS: TestInstallSP (1.37s) | |
=== RUN TestDashboard | |
--- PASS: TestDashboard (0.99s) | |
=== RUN TestInject | |
=== RUN TestInject/smoke-test | |
=== RUN TestInject/smoke-test-manual | |
=== RUN TestInject/smoke-test-ann | |
--- PASS: TestInject (41.36s) | |
--- PASS: TestInject/smoke-test (14.21s) | |
--- PASS: TestInject/smoke-test-manual (14.97s) | |
--- PASS: TestInject/smoke-test-ann (12.18s) | |
=== RUN TestServiceProfileDeploy | |
=== RUN TestServiceProfileDeploy/smoke-test | |
=== RUN TestServiceProfileDeploy/smoke-test-manual | |
=== RUN TestServiceProfileDeploy/smoke-test-ann | |
--- PASS: TestServiceProfileDeploy (2.03s) | |
--- PASS: TestServiceProfileDeploy/smoke-test (0.68s) | |
--- PASS: TestServiceProfileDeploy/smoke-test-manual (0.59s) | |
--- PASS: TestServiceProfileDeploy/smoke-test-ann (0.50s) | |
=== RUN TestCheckProxy | |
=== RUN TestCheckProxy/smoke-test | |
=== RUN TestCheckProxy/smoke-test-manual | |
=== RUN TestCheckProxy/smoke-test-ann | |
--- PASS: TestCheckProxy (3.46s) | |
--- PASS: TestCheckProxy/smoke-test (1.14s) | |
--- PASS: TestCheckProxy/smoke-test-manual (1.04s) | |
--- PASS: TestCheckProxy/smoke-test-ann (1.28s) | |
=== RUN TestLogs | |
=== RUN TestLogs/controller/destination | |
=== RUN TestLogs/controller/public-api | |
=== RUN TestLogs/controller/linkerd-proxy | |
=== RUN TestLogs/tap/tap | |
=== RUN TestLogs/tap/linkerd-proxy | |
=== RUN TestLogs/grafana/linkerd-proxy | |
=== RUN TestLogs/identity/identity | |
=== RUN TestLogs/identity/linkerd-proxy | |
=== RUN TestLogs/prometheus/linkerd-proxy | |
=== RUN TestLogs/sp-validator/sp-validator | |
=== RUN TestLogs/sp-validator/linkerd-proxy | |
=== RUN TestLogs/web/web | |
=== RUN TestLogs/web/linkerd-proxy | |
=== RUN TestLogs/proxy-injector/proxy-injector | |
=== RUN TestLogs/proxy-injector/linkerd-proxy | |
--- PASS: TestLogs (37.53s) | |
--- PASS: TestLogs/controller/destination (2.50s) | |
--- PASS: TestLogs/controller/public-api (2.50s) | |
--- PASS: TestLogs/controller/linkerd-proxy (2.50s) | |
install_test.go:499: Found known error in controller/linkerd-proxy log: l5d-integration-auto-git-d30e90d0 linkerd-controller-56cc4d987f-znh6h linkerd-proxy WARN [ 0.512898s] linkerd-identity.l5d-integration-auto-git-d30e90d0.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-d30e90d0.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-d30e90d0.serviceaccount.identity.l5d-integration-auto-git-d30e90d0.cluster.local") }: request timed out | |
install_test.go:502: Found unexpected proxy error in controller/linkerd-proxy log: l5d-integration-auto-git-d30e90d0 linkerd-controller-56cc4d987f-znh6h linkerd-proxy ERR! [ 5.003596s] 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-d30e90d0 linkerd-controller-56cc4d987f-znh6h linkerd-proxy ERR! [ 20.006534s] 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-d30e90d0 linkerd-tap-c9657ff79-27bzw linkerd-proxy WARN [ 0.514337s] linkerd-identity.l5d-integration-auto-git-d30e90d0.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-d30e90d0.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-d30e90d0.serviceaccount.identity.l5d-integration-auto-git-d30e90d0.cluster.local") }: request timed out | |
install_test.go:502: Found unexpected proxy error in tap/linkerd-proxy log: l5d-integration-auto-git-d30e90d0 linkerd-tap-c9657ff79-27bzw linkerd-proxy ERR! [ 5.003021s] 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-d30e90d0 linkerd-tap-c9657ff79-27bzw linkerd-proxy ERR! [ 20.005882s] 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-d30e90d0 linkerd-grafana-65dfbb5cdb-nvv6h linkerd-proxy WARN [ 0.512383s] linkerd-identity.l5d-integration-auto-git-d30e90d0.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-d30e90d0.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-d30e90d0.serviceaccount.identity.l5d-integration-auto-git-d30e90d0.cluster.local") }: request timed out | |
install_test.go:502: Found unexpected proxy error in grafana/linkerd-proxy log: l5d-integration-auto-git-d30e90d0 linkerd-grafana-65dfbb5cdb-nvv6h linkerd-proxy ERR! [ 2.211033s] proxy={server=in listen=0.0.0.0:4143 remote=10.244.9.183:54806} 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-d30e90d0 linkerd-grafana-65dfbb5cdb-nvv6h linkerd-proxy ERR! [ 5.002621s] 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-d30e90d0 linkerd-grafana-65dfbb5cdb-nvv6h linkerd-proxy ERR! [ 7.804408s] proxy={server=in listen=0.0.0.0:4143 remote=10.244.6.1:41164} 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-d30e90d0 linkerd-grafana-65dfbb5cdb-nvv6h linkerd-proxy ERR! [ 12.209220s] proxy={server=in listen=0.0.0.0:4143 remote=10.244.9.183:54806} 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-d30e90d0 linkerd-identity-7b8cf8549b-z9q8r linkerd-proxy WARN [ 7.168548s] linkerd-destination.l5d-integration-auto-git-d30e90d0.svc.cluster.local:8086 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-destination.l5d-integration-auto-git-d30e90d0.svc.cluster.local", port: 8086 }), identity: Some("linkerd-controller.l5d-integration-auto-git-d30e90d0.serviceaccount.identity.l5d-integration-auto-git-d30e90d0.cluster.local") }: request timed out | |
install_test.go:502: Found unexpected proxy error in identity/linkerd-proxy log: l5d-integration-auto-git-d30e90d0 linkerd-identity-7b8cf8549b-z9q8r linkerd-proxy WARN [ 11.657149s] linkerd2_proxy::app::profiles error fetching profile for linkerd-identity.l5d-integration-auto-git-d30e90d0.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-d30e90d0 linkerd-identity-7b8cf8549b-z9q8r linkerd-proxy WARN [ 19.660942s] linkerd2_proxy::app::profiles error fetching profile for linkerd-identity.l5d-integration-auto-git-d30e90d0.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-d30e90d0 linkerd-identity-7b8cf8549b-z9q8r linkerd-proxy WARN [ 27.663153s] linkerd2_proxy::app::profiles error fetching profile for linkerd-identity.l5d-integration-auto-git-d30e90d0.svc.cluster.local:8080: Status { code: Unknown, message: "the request could not be dispatched in a timely fashion" } | |
--- PASS: TestLogs/prometheus/linkerd-proxy (2.51s) | |
install_test.go:499: Found known error in prometheus/linkerd-proxy log: l5d-integration-auto-git-d30e90d0 linkerd-prometheus-64bb85d6b8-shtzt linkerd-proxy WARN [ 0.515898s] linkerd-identity.l5d-integration-auto-git-d30e90d0.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-d30e90d0.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-d30e90d0.serviceaccount.identity.l5d-integration-auto-git-d30e90d0.cluster.local") }: request timed out | |
install_test.go:502: Found unexpected proxy error in prometheus/linkerd-proxy log: l5d-integration-auto-git-d30e90d0 linkerd-prometheus-64bb85d6b8-shtzt linkerd-proxy ERR! [ 3.541489s] proxy={server=out listen=127.0.0.1:4140 remote=10.244.9.183:36344} linkerd2_proxy::app::errors unexpected error: error trying to connect: Connection refused (os error 111) (address: 10.244.5.47:9998) | |
install_test.go:502: Found unexpected proxy error in prometheus/linkerd-proxy log: l5d-integration-auto-git-d30e90d0 linkerd-prometheus-64bb85d6b8-shtzt linkerd-proxy ERR! [ 3.646203s] proxy={server=out listen=127.0.0.1:4140 remote=10.244.9.183:55022} linkerd2_proxy::app::errors unexpected error: error trying to connect: Connection refused (os error 111) (address: 10.244.6.9:4191) | |
install_test.go:502: Found unexpected proxy error in prometheus/linkerd-proxy log: l5d-integration-auto-git-d30e90d0 linkerd-prometheus-64bb85d6b8-shtzt linkerd-proxy ERR! [ 3.978830s] proxy={server=out listen=127.0.0.1:4140 remote=10.244.9.183:56834} linkerd2_proxy::app::errors unexpected error: error trying to connect: Connection refused (os error 111) (address: 10.244.6.7:4191) | |
install_test.go:502: Found unexpected proxy error in prometheus/linkerd-proxy log: l5d-integration-auto-git-d30e90d0 linkerd-prometheus-64bb85d6b8-shtzt linkerd-proxy ERR! [ 5.003408s] 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-d30e90d0 linkerd-prometheus-64bb85d6b8-shtzt linkerd-proxy ERR! [ 6.377380s] proxy={server=out listen=127.0.0.1:4140 remote=10.244.9.183:44928} linkerd2_proxy::app::errors unexpected error: error trying to connect: Connection refused (os error 111) (address: 10.244.11.200:4191) | |
install_test.go:502: Found unexpected proxy error in prometheus/linkerd-proxy log: l5d-integration-auto-git-d30e90d0 linkerd-prometheus-64bb85d6b8-shtzt linkerd-proxy ERR! [ 8.395070s] proxy={server=out listen=127.0.0.1:4140 remote=10.244.9.183:55800} linkerd2_proxy::app::errors unexpected error: error trying to connect: Connection refused (os error 111) (address: 10.244.8.23:4191) | |
install_test.go:502: Found unexpected proxy error in prometheus/linkerd-proxy log: l5d-integration-auto-git-d30e90d0 linkerd-prometheus-64bb85d6b8-shtzt linkerd-proxy ERR! [ 9.733331s] proxy={server=out listen=127.0.0.1:4140 remote=10.244.9.183:53024} linkerd2_proxy::app::errors unexpected error: error trying to connect: Connection refused (os error 111) (address: 10.244.6.7:9994) | |
install_test.go:502: Found unexpected proxy error in prometheus/linkerd-proxy log: l5d-integration-auto-git-d30e90d0 linkerd-prometheus-64bb85d6b8-shtzt linkerd-proxy ERR! [ 11.017037s] proxy={server=out listen=127.0.0.1:4140 remote=10.244.9.183:55026} linkerd2_proxy::app::errors unexpected error: error trying to connect: Connection refused (os error 111) (address: 10.244.11.200:9990) | |
install_test.go:502: Found unexpected proxy error in prometheus/linkerd-proxy log: l5d-integration-auto-git-d30e90d0 linkerd-prometheus-64bb85d6b8-shtzt linkerd-proxy ERR! [ 20.007292s] 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-d30e90d0 linkerd-sp-validator-5bd58d688d-99kwb linkerd-proxy WARN [ 0.512521s] linkerd-identity.l5d-integration-auto-git-d30e90d0.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-d30e90d0.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-d30e90d0.serviceaccount.identity.l5d-integration-auto-git-d30e90d0.cluster.local") }: request timed out | |
--- 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-d30e90d0 linkerd-web-5766ccbf4d-xpbgg linkerd-proxy WARN [ 0.513510s] linkerd-identity.l5d-integration-auto-git-d30e90d0.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-d30e90d0.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-d30e90d0.serviceaccount.identity.l5d-integration-auto-git-d30e90d0.cluster.local") }: request timed out | |
install_test.go:502: Found unexpected proxy error in web/linkerd-proxy log: l5d-integration-auto-git-d30e90d0 linkerd-web-5766ccbf4d-xpbgg linkerd-proxy ERR! [ 5.003359s] 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) | |
install_test.go:499: Found known error in proxy-injector/proxy-injector log: l5d-integration-auto-git-d30e90d0 linkerd-proxy-injector-6fdcd449c9-d9gj6 proxy-injector time="2019-06-18T11:39:02Z" level=warning msg="failed to retrieve replicaset from indexer, retrying with get request l5d-integration-auto-git-d30e90d0-smoke-test-ann/smoke-test-gateway-68b86f5dbc: replicaset.apps \"smoke-test-gateway-68b86f5dbc\" not found" | |
--- 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-d30e90d0 linkerd-proxy-injector-6fdcd449c9-d9gj6 linkerd-proxy WARN [ 0.520993s] linkerd-identity.l5d-integration-auto-git-d30e90d0.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-d30e90d0.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-d30e90d0.serviceaccount.identity.l5d-integration-auto-git-d30e90d0.cluster.local") }: request timed out | |
install_test.go:502: Found unexpected proxy error in proxy-injector/linkerd-proxy log: l5d-integration-auto-git-d30e90d0 linkerd-proxy-injector-6fdcd449c9-d9gj6 linkerd-proxy ERR! [ 5.003501s] 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 | |
--- PASS: TestEvents (0.16s) | |
install_test.go:544: Found known warning event: Unhealthy linkerd-controller-56cc4d987f-znh6h Readiness probe failed: HTTP probe failed with statuscode: 503 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-grafana-65dfbb5cdb-nvv6h Readiness probe failed: HTTP probe failed with statuscode: 503 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-grafana-65dfbb5cdb-nvv6h Readiness probe failed: HTTP probe failed with statuscode: 502 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-prometheus-64bb85d6b8-shtzt Readiness probe failed: HTTP probe failed with statuscode: 503 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-proxy-injector-6fdcd449c9-d9gj6 Readiness probe failed: HTTP probe failed with statuscode: 503 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-sp-validator-5bd58d688d-99kwb Readiness probe failed: HTTP probe failed with statuscode: 503 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-tap-c9657ff79-27bzw Readiness probe failed: HTTP probe failed with statuscode: 503 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-web-5766ccbf4d-xpbgg Readiness probe failed: HTTP probe failed with statuscode: 503 | |
=== RUN TestRestarts | |
--- PASS: TestRestarts (0.33s) | |
PASS | |
ok command-line-arguments 168.437s | |
Installing release [stable-2.3.2] namespace [l5d-integration-auto-git-d30e90d0-upgrade] | |
Upgrading release [stable-2.3.2] to [git-d30e90d0] | |
Running test [install_test.go] --upgrade-from-version=stable-2.3.2 | |
Running test [--linkerd-namespace=l5d-integration-auto-git-d30e90d0-upgrade] | |
=== RUN TestVersionPreInstall | |
--- PASS: TestVersionPreInstall (0.33s) | |
=== RUN TestCheckPreInstall | |
--- SKIP: TestCheckPreInstall (0.00s) | |
install_test.go:135: Skipping pre-install check for upgrade test | |
=== RUN TestInstallOrUpgrade | |
--- PASS: TestInstallOrUpgrade (58.19s) | |
=== RUN TestVersionPostInstall | |
--- PASS: TestVersionPostInstall (0.34s) | |
=== RUN TestCheckConfigPostInstall | |
--- PASS: TestCheckConfigPostInstall (0.28s) | |
=== RUN TestCheckPostInstall | |
--- PASS: TestCheckPostInstall (0.86s) | |
=== RUN TestInstallSP | |
--- PASS: TestInstallSP (1.07s) | |
=== RUN TestDashboard | |
--- PASS: TestDashboard (1.35s) | |
=== RUN TestInject | |
=== RUN TestInject/smoke-test | |
=== RUN TestInject/smoke-test-manual | |
=== RUN TestInject/smoke-test-ann | |
--- PASS: TestInject (51.92s) | |
--- PASS: TestInject/smoke-test (16.99s) | |
--- PASS: TestInject/smoke-test-manual (16.90s) | |
--- PASS: TestInject/smoke-test-ann (18.03s) | |
=== RUN TestServiceProfileDeploy | |
=== RUN TestServiceProfileDeploy/smoke-test | |
=== RUN TestServiceProfileDeploy/smoke-test-manual | |
=== RUN TestServiceProfileDeploy/smoke-test-ann | |
--- PASS: TestServiceProfileDeploy (1.92s) | |
--- PASS: TestServiceProfileDeploy/smoke-test (0.50s) | |
--- PASS: TestServiceProfileDeploy/smoke-test-manual (0.49s) | |
--- PASS: TestServiceProfileDeploy/smoke-test-ann (0.60s) | |
=== RUN TestCheckProxy | |
=== RUN TestCheckProxy/smoke-test | |
=== RUN TestCheckProxy/smoke-test-manual | |
=== RUN TestCheckProxy/smoke-test-ann | |
--- PASS: TestCheckProxy (3.46s) | |
--- PASS: TestCheckProxy/smoke-test (1.14s) | |
--- PASS: TestCheckProxy/smoke-test-manual (1.16s) | |
--- PASS: TestCheckProxy/smoke-test-ann (1.16s) | |
=== RUN TestLogs | |
=== RUN TestLogs/prometheus/linkerd-proxy | |
=== RUN TestLogs/sp-validator/sp-validator | |
=== RUN TestLogs/sp-validator/linkerd-proxy | |
=== RUN TestLogs/web/web | |
=== RUN TestLogs/web/linkerd-proxy | |
=== RUN TestLogs/proxy-injector/proxy-injector | |
=== RUN TestLogs/proxy-injector/linkerd-proxy | |
=== RUN TestLogs/controller/destination | |
=== RUN TestLogs/controller/public-api | |
=== RUN TestLogs/controller/linkerd-proxy | |
=== RUN TestLogs/tap/tap | |
=== RUN TestLogs/tap/linkerd-proxy | |
=== RUN TestLogs/grafana/linkerd-proxy | |
=== RUN TestLogs/identity/identity | |
=== RUN TestLogs/identity/linkerd-proxy | |
--- PASS: TestLogs (37.53s) | |
--- PASS: TestLogs/prometheus/linkerd-proxy (2.51s) | |
install_test.go:499: Found known error in prometheus/linkerd-proxy log: l5d-integration-auto-git-d30e90d0-upgrade linkerd-prometheus-c4457b89f-xjk99 linkerd-proxy WARN [ 0.507761s] linkerd-identity.l5d-integration-auto-git-d30e90d0-upgrade.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-d30e90d0-upgrade.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-d30e90d0-upgrade.serviceaccount.identity.l5d-integration-auto-git-d30e90d0-upgrade.cluster.local") }: request timed out | |
install_test.go:502: Found unexpected proxy error in prometheus/linkerd-proxy log: l5d-integration-auto-git-d30e90d0-upgrade linkerd-prometheus-c4457b89f-xjk99 linkerd-proxy ERR! [ 4.496770s] proxy={server=out listen=127.0.0.1:4140 remote=10.244.8.25:35268} linkerd2_proxy::app::errors unexpected error: error trying to connect: Connection refused (os error 111) (address: 10.244.9.185:9994) | |
install_test.go:502: Found unexpected proxy error in prometheus/linkerd-proxy log: l5d-integration-auto-git-d30e90d0-upgrade linkerd-prometheus-c4457b89f-xjk99 linkerd-proxy ERR! [ 5.002382s] 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-d30e90d0-upgrade linkerd-prometheus-c4457b89f-xjk99 linkerd-proxy ERR! [ 5.235443s] proxy={server=out listen=127.0.0.1:4140 remote=10.244.8.25:39814} linkerd2_proxy::app::errors unexpected error: error trying to connect: Connection refused (os error 111) (address: 10.244.9.187:4191) | |
install_test.go:502: Found unexpected proxy error in prometheus/linkerd-proxy log: l5d-integration-auto-git-d30e90d0-upgrade linkerd-prometheus-c4457b89f-xjk99 linkerd-proxy ERR! [ 7.432176s] proxy={server=out listen=127.0.0.1:4140 remote=10.244.8.25:40934} linkerd2_proxy::app::errors unexpected error: error trying to connect: Connection refused (os error 111) (address: 10.244.9.186:4191) | |
install_test.go:502: Found unexpected proxy error in prometheus/linkerd-proxy log: l5d-integration-auto-git-d30e90d0-upgrade linkerd-prometheus-c4457b89f-xjk99 linkerd-proxy ERR! [ 9.288002s] proxy={server=out listen=127.0.0.1:4140 remote=10.244.8.25:40002} linkerd2_proxy::app::errors unexpected error: error trying to connect: Connection refused (os error 111) (address: 10.244.9.185:4191) | |
install_test.go:502: Found unexpected proxy error in prometheus/linkerd-proxy log: l5d-integration-auto-git-d30e90d0-upgrade linkerd-prometheus-c4457b89f-xjk99 linkerd-proxy ERR! [ 11.574426s] proxy={server=out listen=127.0.0.1:4140 remote=10.244.8.25:47044} linkerd2_proxy::app::errors unexpected error: error trying to connect: Connection refused (os error 111) (address: 10.244.9.186:3000) | |
install_test.go:502: Found unexpected proxy error in prometheus/linkerd-proxy log: l5d-integration-auto-git-d30e90d0-upgrade linkerd-prometheus-c4457b89f-xjk99 linkerd-proxy ERR! [ 14.496248s] proxy={server=out listen=127.0.0.1:4140 remote=10.244.8.25:35268} linkerd2_proxy::app::errors unexpected error: error trying to connect: Connection refused (os error 111) (address: 10.244.9.185:9994) | |
install_test.go:502: Found unexpected proxy error in prometheus/linkerd-proxy log: l5d-integration-auto-git-d30e90d0-upgrade linkerd-prometheus-c4457b89f-xjk99 linkerd-proxy ERR! [ 15.235223s] proxy={server=out listen=127.0.0.1:4140 remote=10.244.8.25:39814} linkerd2_proxy::app::errors unexpected error: error trying to connect: Connection refused (os error 111) (address: 10.244.9.187:4191) | |
install_test.go:502: Found unexpected proxy error in prometheus/linkerd-proxy log: l5d-integration-auto-git-d30e90d0-upgrade linkerd-prometheus-c4457b89f-xjk99 linkerd-proxy ERR! [ 17.431646s] proxy={server=out listen=127.0.0.1:4140 remote=10.244.8.25:40934} linkerd2_proxy::app::errors unexpected error: error trying to connect: Connection refused (os error 111) (address: 10.244.9.186:4191) | |
install_test.go:502: Found unexpected proxy error in prometheus/linkerd-proxy log: l5d-integration-auto-git-d30e90d0-upgrade linkerd-prometheus-c4457b89f-xjk99 linkerd-proxy ERR! [ 53.710763s] proxy={server=out listen=127.0.0.1:4140 remote=10.244.8.25:57866} linkerd2_proxy::app::errors unexpected error: error trying to connect: Connection refused (os error 111) (address: 10.244.6.12:4191) | |
--- PASS: TestLogs/sp-validator/sp-validator (2.50s) | |
--- PASS: TestLogs/sp-validator/linkerd-proxy (2.50s) | |
--- PASS: TestLogs/web/web (2.50s) | |
--- PASS: TestLogs/web/linkerd-proxy (2.50s) | |
--- PASS: TestLogs/proxy-injector/proxy-injector (2.50s) | |
--- PASS: TestLogs/proxy-injector/linkerd-proxy (2.50s) | |
install_test.go:499: Found known error in proxy-injector/linkerd-proxy log: l5d-integration-auto-git-d30e90d0-upgrade linkerd-proxy-injector-7f57c478cb-wrh5h linkerd-proxy WARN [ 0.509911s] linkerd-identity.l5d-integration-auto-git-d30e90d0-upgrade.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-d30e90d0-upgrade.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-d30e90d0-upgrade.serviceaccount.identity.l5d-integration-auto-git-d30e90d0-upgrade.cluster.local") }: request timed out | |
install_test.go:502: Found unexpected proxy error in proxy-injector/linkerd-proxy log: l5d-integration-auto-git-d30e90d0-upgrade linkerd-proxy-injector-7f57c478cb-wrh5h linkerd-proxy ERR! [ 5.002763s] 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-d30e90d0-upgrade linkerd-controller-54f6b4888c-k8j6x linkerd-proxy WARN [ 0.515363s] linkerd-identity.l5d-integration-auto-git-d30e90d0-upgrade.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-d30e90d0-upgrade.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-d30e90d0-upgrade.serviceaccount.identity.l5d-integration-auto-git-d30e90d0-upgrade.cluster.local") }: request timed out | |
install_test.go:502: Found unexpected proxy error in controller/linkerd-proxy log: l5d-integration-auto-git-d30e90d0-upgrade linkerd-controller-54f6b4888c-k8j6x 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" | |
--- 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-d30e90d0-upgrade linkerd-tap-7b4d4d9575-6kgkr linkerd-proxy WARN [ 0.512651s] linkerd-identity.l5d-integration-auto-git-d30e90d0-upgrade.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-d30e90d0-upgrade.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-d30e90d0-upgrade.serviceaccount.identity.l5d-integration-auto-git-d30e90d0-upgrade.cluster.local") }: request timed out | |
install_test.go:502: Found unexpected proxy error in tap/linkerd-proxy log: l5d-integration-auto-git-d30e90d0-upgrade linkerd-tap-7b4d4d9575-6kgkr linkerd-proxy ERR! [ 5.003629s] 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:502: Found unexpected proxy error in grafana/linkerd-proxy log: l5d-integration-auto-git-d30e90d0-upgrade linkerd-grafana-7fbf5f45c5-4lx27 linkerd-proxy ERR! [ 0.222564s] proxy={server=in listen=0.0.0.0:4143 remote=10.244.8.25:47176} 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-d30e90d0-upgrade linkerd-grafana-7fbf5f45c5-4lx27 linkerd-proxy ERR! [ 1.124303s] proxy={server=in listen=0.0.0.0:4143 remote=10.244.9.1:60060} 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-d30e90d0-upgrade linkerd-grafana-7fbf5f45c5-4lx27 linkerd-proxy ERR! [ 10.222346s] proxy={server=in listen=0.0.0.0:4143 remote=10.244.8.25:47176} 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-d30e90d0-upgrade linkerd-grafana-7fbf5f45c5-4lx27 linkerd-proxy ERR! [ 11.124322s] proxy={server=in listen=0.0.0.0:4143 remote=10.244.9.1:60152} 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-d30e90d0-upgrade linkerd-identity-56df65d986-h4pwl linkerd-proxy WARN [ 14.514928s] linkerd-destination.l5d-integration-auto-git-d30e90d0-upgrade.svc.cluster.local:8086 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-destination.l5d-integration-auto-git-d30e90d0-upgrade.svc.cluster.local", port: 8086 }), identity: Some("linkerd-controller.l5d-integration-auto-git-d30e90d0-upgrade.serviceaccount.identity.l5d-integration-auto-git-d30e90d0-upgrade.cluster.local") }: request timed out | |
install_test.go:502: Found unexpected proxy error in identity/linkerd-proxy log: l5d-integration-auto-git-d30e90d0-upgrade linkerd-identity-56df65d986-h4pwl linkerd-proxy WARN [ 18.995902s] linkerd2_proxy::app::profiles error fetching profile for linkerd-identity.l5d-integration-auto-git-d30e90d0-upgrade.svc.cluster.local:8080: Status { code: Unknown, message: "the request could not be dispatched in a timely fashion" } | |
=== RUN TestEvents | |
--- PASS: TestEvents (0.23s) | |
install_test.go:544: Found known warning event: Unhealthy linkerd-controller-54f6b4888c-k8j6x Readiness probe failed: HTTP probe failed with statuscode: 503 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-controller-6f7f5fbc6b-8mh7b Readiness probe failed: HTTP probe failed with statuscode: 503 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-controller-6f7f5fbc6b-8mh7b Liveness probe failed: Get http://10.244.11.203:9996/ping: dial tcp 10.244.11.203:9996: connect: connection refused | |
install_test.go:544: Found known warning event: Unhealthy linkerd-controller-6f7f5fbc6b-8mh7b Readiness probe failed: Get http://10.244.11.203:9998/ready: dial tcp 10.244.11.203:9998: connect: connection refused | |
install_test.go:544: Found known warning event: Unhealthy linkerd-grafana-6bf89968b4-kj9k2 Readiness probe failed: HTTP probe failed with statuscode: 503 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-grafana-6bf89968b4-kj9k2 Readiness probe failed: HTTP probe failed with statuscode: 502 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-grafana-7fbf5f45c5-4lx27 Readiness probe failed: HTTP probe failed with statuscode: 502 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-prometheus-7757cfff66-x2jzm Readiness probe failed: HTTP probe failed with statuscode: 503 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-prometheus-7757cfff66-x2jzm Liveness probe failed: Get http://10.244.6.10:9090/-/healthy: dial tcp 10.244.6.10:9090: connect: connection refused | |
install_test.go:544: Found known warning event: Unhealthy linkerd-prometheus-c4457b89f-xjk99 Readiness probe failed: HTTP probe failed with statuscode: 503 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-proxy-injector-7f57c478cb-wrh5h Readiness probe failed: HTTP probe failed with statuscode: 503 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-sp-validator-878665b77-b6wpv 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-d30e90d0-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-7b4d4d9575-6kgkr Readiness probe failed: HTTP probe failed with statuscode: 503 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-web-6f5c465b98-tb42n Readiness probe failed: HTTP probe failed with statuscode: 503 | |
install_test.go:544: Found known warning event: Unhealthy linkerd-web-6f5c465b98-tb42n Liveness probe failed: Get http://10.244.10.92:9994/ping: dial tcp 10.244.10.92:9994: connect: connection refused | |
install_test.go:544: Found known warning event: Unhealthy linkerd-web-6f5c465b98-tb42n Readiness probe failed: Get http://10.244.10.92:9994/ready: dial tcp 10.244.10.92:9994: connect: connection refused | |
install_test.go:544: Found known warning event: FailedToUpdateEndpoint linkerd-web Failed to update endpoint l5d-integration-auto-git-d30e90d0-upgrade/linkerd-web: Operation cannot be fulfilled on endpoints "linkerd-web": the object has been modified; please apply your changes to the latest version and try again | |
=== RUN TestRestarts | |
--- PASS: TestRestarts (0.24s) | |
PASS | |
ok command-line-arguments 157.793s | |
Running test [egress_test.go] --linkerd-namespace=l5d-integration-auto-git-d30e90d0 | |
=== 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 (26.31s) | |
--- PASS: TestEgressHttp/Can_use_egress_to_send_GET_request_to_http_(egress-test-http-get) (0.42s) | |
--- PASS: TestEgressHttp/Can_use_egress_to_send_POST_request_to_http_(egress-test-http-post) (0.44s) | |
--- 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.59s) | |
--- PASS: TestEgressHttp/Can_use_egress_to_send_GET_request_to_https_(egress-test-not-www-get) (0.68s) | |
PASS | |
ok command-line-arguments 26.384s | |
Running test [tap_test.go] --linkerd-namespace=l5d-integration-auto-git-d30e90d0 | |
=== 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 (43.38s) | |
--- PASS: TestCliTap/tap_a_deployment (6.92s) | |
--- PASS: TestCliTap/tap_a_disabled_deployment (0.48s) | |
--- PASS: TestCliTap/tap_a_service_call (3.52s) | |
--- PASS: TestCliTap/tap_a_pod (4.00s) | |
--- PASS: TestCliTap/filter_tap_events_by_method (4.00s) | |
--- PASS: TestCliTap/filter_tap_events_by_authority (4.00s) | |
PASS | |
ok command-line-arguments 43.455s | |
Running test [routes_test.go] --linkerd-namespace=l5d-integration-auto-git-d30e90d0 | |
=== RUN TestRoutes | |
--- PASS: TestRoutes (1.06s) | |
PASS | |
ok command-line-arguments 1.131s | |
Running test [stat_test.go] --linkerd-namespace=l5d-integration-auto-git-d30e90d0 | |
=== RUN TestCliStatForLinkerdNamespace | |
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_deploy_-n_l5d-integration-auto-git-d30e90d0 | |
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_po/linkerd-prometheus-64bb85d6b8-shtzt_-n_l5d-integration-auto-git-d30e90d0_--from_po/linkerd-controller-56cc4d987f-znh6h | |
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_deploy_-n_l5d-integration-auto-git-d30e90d0_--to_po/linkerd-prometheus-64bb85d6b8-shtzt | |
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_svc_linkerd-prometheus_-n_l5d-integration-auto-git-d30e90d0_--from_deploy/linkerd-controller | |
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_deploy_-n_l5d-integration-auto-git-d30e90d0_--to_svc/linkerd-prometheus | |
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_ns_l5d-integration-auto-git-d30e90d0 | |
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_po_-n_l5d-integration-auto-git-d30e90d0_--to_au/linkerd-prometheus.l5d-integration-auto-git-d30e90d0.svc.cluster.local:9090 | |
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_au_-n_l5d-integration-auto-git-d30e90d0_--to_po/linkerd-prometheus-64bb85d6b8-shtzt | |
--- PASS: TestCliStatForLinkerdNamespace (8.76s) | |
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_deploy_-n_l5d-integration-auto-git-d30e90d0 (0.57s) | |
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_po/linkerd-prometheus-64bb85d6b8-shtzt_-n_l5d-integration-auto-git-d30e90d0_--from_po/linkerd-controller-56cc4d987f-znh6h (4.10s) | |
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_deploy_-n_l5d-integration-auto-git-d30e90d0_--to_po/linkerd-prometheus-64bb85d6b8-shtzt (0.47s) | |
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_svc_linkerd-prometheus_-n_l5d-integration-auto-git-d30e90d0_--from_deploy/linkerd-controller (0.48s) | |
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_deploy_-n_l5d-integration-auto-git-d30e90d0_--to_svc/linkerd-prometheus (0.53s) | |
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_ns_l5d-integration-auto-git-d30e90d0 (1.22s) | |
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_po_-n_l5d-integration-auto-git-d30e90d0_--to_au/linkerd-prometheus.l5d-integration-auto-git-d30e90d0.svc.cluster.local:9090 (0.60s) | |
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_au_-n_l5d-integration-auto-git-d30e90d0_--to_po/linkerd-prometheus-64bb85d6b8-shtzt (0.59s) | |
PASS | |
ok command-line-arguments 8.828s | |
Running test [get_test.go] --linkerd-namespace=l5d-integration-auto-git-d30e90d0 | |
=== RUN TestCliGet | |
=== RUN TestCliGet/get_pods_from_--all-namespaces | |
=== RUN TestCliGet/get_pods_from_the_linkerd_namespace | |
--- PASS: TestCliGet (24.87s) | |
--- PASS: TestCliGet/get_pods_from_--all-namespaces (0.73s) | |
--- PASS: TestCliGet/get_pods_from_the_linkerd_namespace (0.51s) | |
PASS | |
ok command-line-arguments 24.938s | |
Running test [serviceprofiles_test.go] --linkerd-namespace=l5d-integration-auto-git-d30e90d0 | |
=== RUN TestServiceProfiles | |
=== RUN TestServiceProfiles/tap | |
=== RUN TestServiceProfiles/open-api | |
--- PASS: TestServiceProfiles (36.23s) | |
--- PASS: TestServiceProfiles/tap (13.73s) | |
--- PASS: TestServiceProfiles/open-api (1.55s) | |
=== RUN TestServiceProfileMetrics | |
--- PASS: TestServiceProfileMetrics (42.24s) | |
PASS | |
ok command-line-arguments 78.581s | |
Running test [inject_test.go] --linkerd-namespace=l5d-integration-auto-git-d30e90d0 | |
=== RUN TestInject | |
--- PASS: TestInject (0.05s) | |
=== RUN TestInjectParams | |
--- PASS: TestInjectParams (0.05s) | |
=== RUN TestAnnotationPermutations | |
--- PASS: TestAnnotationPermutations (23.14s) | |
PASS | |
ok command-line-arguments 23.310s | |
=== PASS: all tests passed | |
cleaning up namespace [l5d-integration-auto-git-d30e90d0] in k8s-context [] and associated test namespaces | |
namespace "l5d-integration-auto-git-d30e90d0" deleted | |
namespace "l5d-integration-auto-git-d30e90d0-egress-test" deleted | |
namespace "l5d-integration-auto-git-d30e90d0-get-test" deleted | |
namespace "l5d-integration-auto-git-d30e90d0-inject-test" deleted | |
namespace "l5d-integration-auto-git-d30e90d0-inject-test-disabled" deleted | |
namespace "l5d-integration-auto-git-d30e90d0-inject-test-enabled" deleted | |
namespace "l5d-integration-auto-git-d30e90d0-serviceprofile-test" deleted | |
namespace "l5d-integration-auto-git-d30e90d0-smoke-test" deleted | |
namespace "l5d-integration-auto-git-d30e90d0-smoke-test-ann" deleted | |
namespace "l5d-integration-auto-git-d30e90d0-smoke-test-manual" deleted | |
namespace "l5d-integration-auto-git-d30e90d0-tap-test" deleted | |
namespace "l5d-integration-auto-git-d30e90d0-upgrade" deleted | |
namespace "l5d-integration-auto-git-d30e90d0-upgrade-smoke-test" deleted | |
namespace "l5d-integration-auto-git-d30e90d0-upgrade-smoke-test-ann" deleted | |
namespace "l5d-integration-auto-git-d30e90d0-upgrade-smoke-test-manual" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-d30e90d0-controller" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-d30e90d0-identity" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-d30e90d0-prometheus" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-d30e90d0-proxy-injector" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-d30e90d0-sp-validator" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-d30e90d0-tap" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-d30e90d0-upgrade-controller" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-d30e90d0-upgrade-identity" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-d30e90d0-upgrade-prometheus" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-d30e90d0-upgrade-proxy-injector" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-d30e90d0-upgrade-sp-validator" deleted | |
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-d30e90d0-upgrade-tap" deleted | |
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-d30e90d0-controller" deleted | |
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-d30e90d0-identity" deleted | |
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-d30e90d0-prometheus" deleted | |
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-d30e90d0-proxy-injector" deleted | |
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-d30e90d0-sp-validator" deleted | |
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-d30e90d0-tap" deleted | |
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-d30e90d0-upgrade-controller" deleted | |
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-d30e90d0-upgrade-identity" deleted | |
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-d30e90d0-upgrade-prometheus" deleted | |
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-d30e90d0-upgrade-proxy-injector" deleted | |
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-d30e90d0-upgrade-sp-validator" deleted | |
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-d30e90d0-upgrade-tap" deleted |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment