Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save l5d-bot/cfe50314b19cfc76e8ad588af2cd3f60 to your computer and use it in GitHub Desktop.
Save l5d-bot/cfe50314b19cfc76e8ad588af2cd3f60 to your computer and use it in GitHub Desktop.
l5d-integration-success-736e1a73631b4b3651e0071fd8ec59eb36298767.log
Cloning into '/root/go/src/github.com/linkerd/linkerd2'...
Note: checking out '736e1a73631b4b3651e0071fd8ec59eb36298767'.
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 736e1a73 Fix linkerd inject url handling
Sending build context to Docker daemon 4.637MB
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
---> 485ac9946034
Step 8/26 : FROM gcr.io/linkerd-io/go-deps:7ac58ac0 as golang
---> 231f16c2ade3
Step 9/26 : WORKDIR /go/src/github.com/linkerd/linkerd2
---> Using cache
---> 3e3a5fb85de7
Step 10/26 : ENV CGO_ENABLED=0 GOOS=linux
---> Using cache
---> 3d7221beffd4
Step 11/26 : COPY pkg/flags pkg/flags
---> Using cache
---> 426698d5c7d9
Step 12/26 : COPY pkg/tls pkg/tls
---> Using cache
---> 5593f317d177
Step 13/26 : COPY pkg/version pkg/version
---> Using cache
---> aee5c807eea7
Step 14/26 : RUN go build ./pkg/...
---> Using cache
---> 4c08dfc4524d
Step 15/26 : COPY proxy-identity proxy-identity
---> Using cache
---> f7031485c247
Step 16/26 : RUN CGO_ENABLED=0 GOOS=linux go install ./proxy-identity
---> Using cache
---> 24576db73786
Step 17/26 : FROM $RUNTIME_IMAGE as runtime
---> f07bbe9e1dde
Step 18/26 : COPY --from=fetch /build/target/proxy/LICENSE /usr/lib/linkerd/LICENSE
---> Using cache
---> 06c5c341f5bf
Step 19/26 : COPY --from=fetch /build/version.txt /usr/lib/linkerd/linkerd2-proxy-version.txt
---> Using cache
---> 6c306a65c2d4
Step 20/26 : COPY --from=fetch /build/linkerd2-proxy /usr/lib/linkerd/linkerd2-proxy
---> Using cache
---> edfa99bca8e2
Step 21/26 : COPY --from=golang /go/bin/proxy-identity /usr/lib/linkerd/linkerd2-proxy-identity
---> Using cache
---> 0697b5df7b03
Step 22/26 : COPY proxy-identity/run-proxy.sh /usr/bin/linkerd2-proxy-run
---> Using cache
---> cf35ab928d84
Step 23/26 : ARG LINKERD_VERSION
---> Using cache
---> 302b3840bdeb
Step 24/26 : ENV LINKERD_CONTAINER_VERSION_OVERRIDE=${LINKERD_VERSION}
---> Running in 56095481e3ab
Removing intermediate container 56095481e3ab
---> f20dd1edd8fe
Step 25/26 : ENV LINKERD2_PROXY_LOG=warn,linkerd2_proxy=info
---> Running in 9a225c5fe3c7
Removing intermediate container 9a225c5fe3c7
---> 1eefba68aee5
Step 26/26 : ENTRYPOINT ["/usr/bin/linkerd2-proxy-run"]
---> Running in 6b9899e6df4d
Removing intermediate container 6b9899e6df4d
---> eb040706fab1
Successfully built eb040706fab1
Successfully tagged gcr.io/linkerd-io/proxy:git-736e1a73
gcr.io/linkerd-io/proxy:git-736e1a73
Sending build context to Docker daemon 4.637MB
Step 1/13 : FROM gcr.io/linkerd-io/go-deps:7ac58ac0 as golang
---> 231f16c2ade3
Step 2/13 : WORKDIR /go/src/github.com/linkerd/linkerd2
---> Using cache
---> 3e3a5fb85de7
Step 3/13 : COPY controller/gen controller/gen
---> Using cache
---> cc1afc1e6c18
Step 4/13 : COPY pkg pkg
---> Using cache
---> a4547ce4d5fd
Step 5/13 : COPY controller controller
---> 13842bc1af6e
Step 6/13 : RUN CGO_ENABLED=0 GOOS=linux go install ./pkg/...
---> Running in dd3d4f15bb29
Removing intermediate container dd3d4f15bb29
---> 0036e0ac22a5
Step 7/13 : RUN CGO_ENABLED=0 GOOS=linux go install ./controller/cmd/...
---> Running in a7f0cda4b77b
Removing intermediate container a7f0cda4b77b
---> addf3534f719
Step 8/13 : FROM scratch
--->
Step 9/13 : ENV PATH=$PATH:/go/bin
---> Using cache
---> 362d49b86171
Step 10/13 : COPY LICENSE /linkerd/LICENSE
---> Using cache
---> b3c9e82bd118
Step 11/13 : COPY --from=golang /go/bin /go/bin
---> 7d42c82d0627
Step 12/13 : ARG LINKERD_VERSION
---> Running in 101fceec41d1
Removing intermediate container 101fceec41d1
---> 6440bf910855
Step 13/13 : ENV LINKERD_CONTAINER_VERSION_OVERRIDE=${LINKERD_VERSION}
---> Running in 2174d99b73d5
Removing intermediate container 2174d99b73d5
---> 8da27239e1ae
Successfully built 8da27239e1ae
Successfully tagged gcr.io/linkerd-io/controller:git-736e1a73
gcr.io/linkerd-io/controller:git-736e1a73
Sending build context to Docker daemon 4.637MB
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
---> a773c37c8381
Step 3/34 : ENV HOME /root
---> Using cache
---> 90fea6868bca
Step 4/34 : ENV PATH $HOME/.yarn/bin:$PATH
---> Using cache
---> 6b5bc1f6f058
Step 5/34 : ENV GOPATH /go
---> Using cache
---> 3c4b38bc8d51
Step 6/34 : ENV PROJECT github.com/linkerd/linkerd2
---> Using cache
---> 4770808029b0
Step 7/34 : ENV PACKAGE $PROJECT/web/app
---> Using cache
---> 1a9eb75a9383
Step 8/34 : ENV ROOT $GOPATH/src/$PROJECT
---> Using cache
---> 22d85972865d
Step 9/34 : ENV PACKAGEDIR $GOPATH/src/$PACKAGE
---> Using cache
---> 6bf15498055f
Step 10/34 : WORKDIR $PACKAGEDIR
---> Using cache
---> 7dab3605b1e3
Step 11/34 : COPY bin/web $ROOT/bin/web
---> Using cache
---> 5eb9f87ec4ad
Step 12/34 : COPY web/app/package.json web/app/yarn.lock ./
---> Using cache
---> f42cddcf9853
Step 13/34 : RUN $ROOT/bin/web setup install --frozen-lockfile
---> Using cache
---> 98c98ce58f0e
Step 14/34 : ENV NODE_ENV production
---> Using cache
---> 75d9d6588028
Step 15/34 : COPY web/app .
---> Using cache
---> 03a051870ed1
Step 16/34 : RUN $ROOT/bin/web build
---> Using cache
---> f8cad293d389
Step 17/34 : FROM gcr.io/linkerd-io/go-deps:7ac58ac0 as golang
---> 231f16c2ade3
Step 18/34 : WORKDIR /go/src/github.com/linkerd/linkerd2
---> Using cache
---> 3e3a5fb85de7
Step 19/34 : RUN mkdir -p web
---> Using cache
---> e62c70a70805
Step 20/34 : COPY web/main.go web
---> Using cache
---> 7d50e46874f4
Step 21/34 : COPY web/srv web/srv
---> Using cache
---> 601ac21ebaf7
Step 22/34 : COPY controller controller
---> 19c808d20283
Step 23/34 : COPY pkg pkg
---> 8ff1ad4ed101
Step 24/34 : RUN CGO_ENABLED=0 GOOS=linux go build -o web/web ./web
---> Running in 8bb5e79ccdd2
Removing intermediate container 8bb5e79ccdd2
---> a0183fac6e11
Step 25/34 : FROM gcr.io/linkerd-io/base:2019-02-19.01
---> f07bbe9e1dde
Step 26/34 : WORKDIR /linkerd
---> Using cache
---> 295f165ec522
Step 27/34 : COPY LICENSE .
---> Using cache
---> dca7ee5bb6ef
Step 28/34 : COPY --from=golang /go/src/github.com/linkerd/linkerd2/web/web .
---> 3289dad8bee3
Step 29/34 : RUN mkdir -p app
---> Running in 623262e4df8d
Removing intermediate container 623262e4df8d
---> 79d81a66076b
Step 30/34 : COPY --from=webpack-bundle /go/src/github.com/linkerd/linkerd2/web/app/dist app/dist
---> 5342281a779d
Step 31/34 : COPY web/templates templates
---> e184ec431afc
Step 32/34 : ARG LINKERD_VERSION
---> Running in 85eb836a36fd
Removing intermediate container 85eb836a36fd
---> 25a540c10ec9
Step 33/34 : ENV LINKERD_CONTAINER_VERSION_OVERRIDE=${LINKERD_VERSION}
---> Running in 514e26e5f959
Removing intermediate container 514e26e5f959
---> 342312d42a8f
Step 34/34 : ENTRYPOINT ["./web"]
---> Running in e47327eb88cc
Removing intermediate container e47327eb88cc
---> 1b84cdf42bda
Successfully built 1b84cdf42bda
Successfully tagged gcr.io/linkerd-io/web:git-736e1a73
gcr.io/linkerd-io/web:git-736e1a73
Sending build context to Docker daemon 4.637MB
Step 1/16 : FROM gcr.io/linkerd-io/go-deps:7ac58ac0 as golang
---> 231f16c2ade3
Step 2/16 : WORKDIR /go/src/github.com/linkerd/linkerd2
---> Using cache
---> 3e3a5fb85de7
Step 3/16 : COPY pkg pkg
---> Using cache
---> 9253cba318a5
Step 4/16 : COPY controller controller
---> 0ef46e2f1ccf
Step 5/16 : COPY cni-plugin cni-plugin
---> 3dd540df4476
Step 6/16 : RUN CGO_ENABLED=0 GOOS=linux go build -o /go/bin/linkerd-cni -v ./cni-plugin/
---> Running in 8d0c882e2d91
github.com/deislabs/smi-sdk-go/pkg/apis/split
github.com/linkerd/linkerd2/controller/gen/apis/serviceprofile
github.com/linkerd/linkerd2-proxy-init/iptables
github.com/spf13/cobra
github.com/linkerd/linkerd2-proxy-init/cmd
github.com/deislabs/smi-sdk-go/pkg/apis/split/v1alpha1
github.com/deislabs/smi-sdk-go/pkg/gen/client/split/clientset/versioned/scheme
github.com/deislabs/smi-sdk-go/pkg/gen/client/split/clientset/versioned/typed/split/v1alpha1
github.com/evanphx/json-patch
k8s.io/apimachinery/third_party/forked/golang/json
k8s.io/kube-openapi/pkg/util/proto
github.com/deislabs/smi-sdk-go/pkg/gen/client/split/clientset/versioned
github.com/linkerd/linkerd2/controller/gen/apis/serviceprofile/v1alpha1
k8s.io/apimachinery/pkg/util/mergepatch
github.com/linkerd/linkerd2/controller/gen/client/clientset/versioned/scheme
k8s.io/apimachinery/pkg/util/strategicpatch
github.com/linkerd/linkerd2/controller/gen/client/clientset/versioned/typed/serviceprofile/v1alpha1
github.com/linkerd/linkerd2/controller/gen/client/clientset/versioned
k8s.io/client-go/testing
github.com/deislabs/smi-sdk-go/pkg/gen/client/split/clientset/versioned/typed/split/v1alpha1/fake
k8s.io/client-go/discovery/fake
github.com/linkerd/linkerd2/controller/gen/client/clientset/versioned/typed/serviceprofile/v1alpha1/fake
github.com/deislabs/smi-sdk-go/pkg/gen/client/split/clientset/versioned/fake
github.com/linkerd/linkerd2/controller/gen/client/clientset/versioned/fake
github.com/linkerd/linkerd2/pkg/version
k8s.io/apiextensions-apiserver/pkg/apis/apiextensions
k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1
github.com/linkerd/linkerd2/pkg/prometheus
k8s.io/client-go/kubernetes/typed/admissionregistration/v1alpha1/fake
k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1/fake
k8s.io/client-go/kubernetes/typed/apps/v1/fake
k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset/scheme
k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset/typed/apiextensions/v1beta1
k8s.io/client-go/kubernetes/typed/apps/v1beta1/fake
k8s.io/client-go/kubernetes/typed/apps/v1beta2/fake
k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset
k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset/typed/apiextensions/v1beta1/fake
k8s.io/client-go/kubernetes/typed/auditregistration/v1alpha1/fake
k8s.io/client-go/kubernetes/typed/authentication/v1/fake
k8s.io/client-go/kubernetes/typed/authentication/v1beta1/fake
k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset/fake
k8s.io/client-go/kubernetes/typed/authorization/v1/fake
k8s.io/client-go/kubernetes/typed/authorization/v1beta1/fake
k8s.io/client-go/kubernetes/typed/autoscaling/v1/fake
k8s.io/client-go/kubernetes/typed/autoscaling/v2beta1/fake
k8s.io/client-go/kubernetes/typed/autoscaling/v2beta2/fake
k8s.io/client-go/kubernetes/typed/batch/v1/fake
k8s.io/client-go/kubernetes/typed/batch/v1beta1/fake
k8s.io/client-go/kubernetes/typed/batch/v2alpha1/fake
k8s.io/client-go/kubernetes/typed/certificates/v1beta1/fake
k8s.io/client-go/kubernetes/typed/coordination/v1beta1/fake
k8s.io/client-go/kubernetes/typed/core/v1/fake
k8s.io/client-go/kubernetes/typed/events/v1beta1/fake
k8s.io/client-go/kubernetes/typed/extensions/v1beta1/fake
k8s.io/client-go/kubernetes/typed/networking/v1/fake
k8s.io/client-go/kubernetes/typed/policy/v1beta1/fake
k8s.io/client-go/kubernetes/typed/rbac/v1/fake
k8s.io/client-go/kubernetes/typed/rbac/v1alpha1/fake
k8s.io/client-go/kubernetes/typed/rbac/v1beta1/fake
k8s.io/client-go/kubernetes/typed/scheduling/v1alpha1/fake
k8s.io/client-go/kubernetes/typed/scheduling/v1beta1/fake
k8s.io/client-go/kubernetes/typed/settings/v1alpha1/fake
k8s.io/client-go/kubernetes/typed/storage/v1/fake
k8s.io/client-go/kubernetes/typed/storage/v1alpha1/fake
k8s.io/client-go/kubernetes/typed/storage/v1beta1/fake
k8s.io/client-go/kubernetes/fake
k8s.io/apimachinery/pkg/util/httpstream
k8s.io/client-go/tools/portforward
github.com/docker/spdystream/spdy
github.com/docker/spdystream
k8s.io/apimachinery/third_party/forked/golang/netutil
github.com/projectcalico/libcalico-go/lib/logutils
k8s.io/apimachinery/pkg/util/httpstream/spdy
k8s.io/client-go/transport/spdy
github.com/linkerd/linkerd2/pkg/k8s
github.com/linkerd/linkerd2/cni-plugin
Removing intermediate container 8d0c882e2d91
---> ecb2256c91c6
Step 7/16 : FROM gcr.io/linkerd-io/base:2019-02-19.01
---> f07bbe9e1dde
Step 8/16 : WORKDIR /linkerd
---> Using cache
---> 295f165ec522
Step 9/16 : RUN curl -kL -o $(which jq) https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64
---> Using cache
---> 3f29af74fa6b
Step 10/16 : COPY --from=golang /go/bin/linkerd-cni /opt/cni/bin/
---> Using cache
---> 4106d7d95315
Step 11/16 : COPY LICENSE .
---> Using cache
---> c44b2a55b0cc
Step 12/16 : COPY cni-plugin/deployment/scripts/install-cni.sh .
---> Using cache
---> b95ffe844f60
Step 13/16 : COPY cni-plugin/deployment/linkerd-cni.conf.default .
---> Using cache
---> 8cf20fc2ecad
Step 14/16 : COPY cni-plugin/deployment/scripts/filter.jq .
---> Using cache
---> 3b2d5046a7fd
Step 15/16 : ENV PATH=/linkerd:/opt/cni/bin:$PATH
---> Using cache
---> 6e0715eab88d
Step 16/16 : CMD ["install-cni.sh"]
---> Using cache
---> 0b84efef5963
Successfully built 0b84efef5963
Successfully tagged gcr.io/linkerd-io/cni-plugin:git-736e1a73
gcr.io/linkerd-io/cni-plugin:git-736e1a73
Sending build context to Docker daemon 4.636MB
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
---> ec601141a643
Step 3/3 : ENTRYPOINT [ "tshark", "-i", "any" ]
---> Using cache
---> b5dae64d7fa7
Successfully built b5dae64d7fa7
Successfully tagged gcr.io/linkerd-io/debug:git-736e1a73
gcr.io/linkerd-io/debug:git-736e1a73
Sending build context to Docker daemon 4.637MB
Step 1/22 : FROM gcr.io/linkerd-io/go-deps:7ac58ac0 as golang
---> 231f16c2ade3
Step 2/22 : WORKDIR /go/src/github.com/linkerd/linkerd2
---> Using cache
---> 3e3a5fb85de7
Step 3/22 : COPY cli cli
---> f4099c6b64d3
Step 4/22 : COPY chart chart
---> 943ec907745c
Step 5/22 : COPY controller/k8s controller/k8s
---> 02f0665ea85d
Step 6/22 : COPY controller/api controller/api
---> 2de20f41cbd6
Step 7/22 : COPY controller/gen controller/gen
---> 6623649fb2ff
Step 8/22 : COPY pkg pkg
---> c48858255b35
Step 9/22 : RUN mkdir -p /out
---> Running in 15a0baec531f
Removing intermediate container 15a0baec531f
---> 514d30a9f82e
Step 10/22 : RUN go generate ./cli
---> Running in f3bc634d640b
writing static/generated_templates.gogen.go
Removing intermediate container f3bc634d640b
---> 69532813f41e
Step 11/22 : RUN CGO_ENABLED=0 GOOS=darwin go build -o /out/linkerd-darwin -tags prod -ldflags "-s -w" ./cli
---> Running in 59390888084e
Removing intermediate container 59390888084e
---> 7d6e7cec268f
Step 12/22 : RUN CGO_ENABLED=0 GOOS=linux go build -o /out/linkerd-linux -tags prod -ldflags "-s -w" ./cli
---> Running in 2b9bee2803fd
Removing intermediate container 2b9bee2803fd
---> 5c4385957b38
Step 13/22 : RUN CGO_ENABLED=0 GOOS=windows go build -o /out/linkerd-windows -tags prod -ldflags "-s -w" ./cli
---> Running in 3827a20bda53
Removing intermediate container 3827a20bda53
---> 21e5d3c8ed06
Step 14/22 : ARG LINKERD_VERSION
---> Running in c2e0d1eb583a
Removing intermediate container c2e0d1eb583a
---> cd6a24ff6151
Step 15/22 : ENV GO_LDFLAGS="-s -w -X github.com/linkerd/linkerd2/pkg/version.Version=${LINKERD_VERSION}"
---> Running in 0dce1123e4a2
Removing intermediate container 0dce1123e4a2
---> 72c5ae10ddca
Step 16/22 : RUN CGO_ENABLED=0 GOOS=darwin go build -o /out/linkerd-darwin -tags prod -ldflags "${GO_LDFLAGS}" ./cli
---> Running in e5e83f35e8f2
Removing intermediate container e5e83f35e8f2
---> 0d5b9c310609
Step 17/22 : RUN CGO_ENABLED=0 GOOS=linux go build -o /out/linkerd-linux -tags prod -ldflags "${GO_LDFLAGS}" ./cli
---> Running in 4567a9aa3405
Removing intermediate container 4567a9aa3405
---> 54d23c73d73c
Step 18/22 : RUN CGO_ENABLED=0 GOOS=windows go build -o /out/linkerd-windows -tags prod -ldflags "${GO_LDFLAGS}" ./cli
---> Running in cc2b67726499
Removing intermediate container cc2b67726499
---> 57b32014cba5
Step 19/22 : FROM scratch
--->
Step 20/22 : COPY LICENSE /linkerd/LICENSE
---> Using cache
---> 9c5ae9b0582e
Step 21/22 : COPY --from=golang /out /out
---> 11437c1e6781
Step 22/22 : ENTRYPOINT ["/out/linkerd-linux"]
---> Running in b96406189f1b
Removing intermediate container b96406189f1b
---> 3e4941794b5f
Successfully built 3e4941794b5f
Successfully tagged gcr.io/linkerd-io/cli-bin:git-736e1a73
gcr.io/linkerd-io/cli-bin:git-736e1a73
/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.636MB
Step 1/4 : FROM grafana/grafana:5.4.3
---> d0454da13c84
Step 2/4 : COPY LICENSE /linkerd/LICENSE
---> Using cache
---> 0d26b5512cdb
Step 3/4 : COPY grafana/dashboards /var/lib/grafana/dashboards
---> Using cache
---> 80df60d9d346
Step 4/4 : COPY grafana/dashboards/top-line.json /usr/share/grafana/public/dashboards/home.json
---> Using cache
---> 8ea57bc57455
Successfully built 8ea57bc57455
Successfully tagged gcr.io/linkerd-io/grafana:git-736e1a73
gcr.io/linkerd-io/grafana:git-736e1a73
The push refers to repository [gcr.io/linkerd-io/cli-bin]
75f2ab11407b: Preparing
41b971a2e5de: Preparing
41b971a2e5de: Layer already exists
75f2ab11407b: Pushed
git-736e1a73: digest: sha256:fc985df5ebffccc3802d886e114cea67117c9702d91b9a7b74c51d9f39f93366 size: 737
The push refers to repository [gcr.io/linkerd-io/cni-plugin]
2147bf769e63: Preparing
4da9ee5576cb: Preparing
76df1dd211d0: Preparing
68f559bc240e: Preparing
6d4c19f4650b: Preparing
80ff10ce0db3: Preparing
cc6d6b9976e0: Preparing
7c5874767822: Preparing
0a07e81f5da3: Preparing
cc6d6b9976e0: Waiting
7c5874767822: Waiting
0a07e81f5da3: Waiting
80ff10ce0db3: Waiting
76df1dd211d0: Layer already exists
2147bf769e63: Layer already exists
4da9ee5576cb: Layer already exists
6d4c19f4650b: Layer already exists
68f559bc240e: Layer already exists
7c5874767822: Layer already exists
80ff10ce0db3: Layer already exists
cc6d6b9976e0: Layer already exists
0a07e81f5da3: Layer already exists
git-736e1a73: digest: sha256:39194768cb5847939b87b3a575ce26614184754663b6f9fc338dd90c568d3663 size: 2201
The push refers to repository [gcr.io/linkerd-io/controller]
0118bf0ff9e8: Preparing
b2d03449d096: Preparing
b2d03449d096: Layer already exists
0118bf0ff9e8: Pushed
git-736e1a73: digest: sha256:47628adfc39c8a8922398e7ab23e63da535063a0ab552b6a0228c15e64e1e3d0 size: 737
The push refers to repository [gcr.io/linkerd-io/debug]
92be31226528: Preparing
7c5874767822: Preparing
0a07e81f5da3: Preparing
7c5874767822: Layer already exists
92be31226528: Layer already exists
0a07e81f5da3: Layer already exists
git-736e1a73: digest: sha256:8ebf69570630fe4e8ee9b01850c52aa3f85aba098a3a0a5abd63f5febc8faf4c size: 953
The push refers to repository [gcr.io/linkerd-io/grafana]
31f53cf3b1bc: Preparing
642b09fccb18: Preparing
117107bc7ceb: Preparing
67796dde2d25: Preparing
4a786a04c29c: Preparing
63e69b5ec8fb: Preparing
f2d8bd23c9c1: Preparing
c61883f6d7a1: Preparing
7b4e562e58dc: Preparing
63e69b5ec8fb: Waiting
f2d8bd23c9c1: Waiting
c61883f6d7a1: Waiting
7b4e562e58dc: Waiting
4a786a04c29c: Layer already exists
117107bc7ceb: Layer already exists
31f53cf3b1bc: Layer already exists
642b09fccb18: Layer already exists
67796dde2d25: Layer already exists
f2d8bd23c9c1: Layer already exists
63e69b5ec8fb: Layer already exists
7b4e562e58dc: Layer already exists
c61883f6d7a1: Layer already exists
git-736e1a73: digest: sha256:ce04e8be80d8d2941d39f20debf58005986e4e41165967dd3ecda48ba890ce64 size: 2201
The push refers to repository [gcr.io/linkerd-io/proxy]
4167f57589bb: Preparing
dca48f03cc12: Preparing
c400b762fc4a: Preparing
575f5394d658: Preparing
f1a33d6ee27d: Preparing
7c5874767822: Preparing
0a07e81f5da3: Preparing
7c5874767822: Waiting
0a07e81f5da3: Waiting
575f5394d658: Layer already exists
4167f57589bb: Layer already exists
c400b762fc4a: Layer already exists
dca48f03cc12: Layer already exists
f1a33d6ee27d: Layer already exists
7c5874767822: Layer already exists
0a07e81f5da3: Layer already exists
git-736e1a73: digest: sha256:269378b7d14c75c8231173a2b308f425de11945fda569ecbeb5420995a9262ec size: 1785
The push refers to repository [gcr.io/linkerd-io/web]
cf95b8702a84: Preparing
fb44779126cf: Preparing
8fcc15de0e82: Preparing
dba80c45636c: Preparing
be0b9d9d840e: Preparing
cc6d6b9976e0: Preparing
7c5874767822: Preparing
0a07e81f5da3: Preparing
7c5874767822: Waiting
0a07e81f5da3: Waiting
cc6d6b9976e0: Waiting
be0b9d9d840e: Layer already exists
cc6d6b9976e0: Layer already exists
7c5874767822: Layer already exists
0a07e81f5da3: Layer already exists
8fcc15de0e82: Pushed
cf95b8702a84: Pushed
fb44779126cf: Pushed
dba80c45636c: Pushed
git-736e1a73: digest: sha256:ff3ad5e3dd3380c27eea67335200a45d5de3ed20d73773d85da6920fa3ff74a7 size: 1992
Starting to serve on 127.0.0.1:8080
(1/97) Wrote github.com/beorn7/perks@master
(2/97) Wrote github.com/cyphar/filepath-securejoin@v0.2.2
(3/97) Wrote github.com/deislabs/smi-sdk-go@f281e2121a16192b99c40dcdb9eefcfce19e9d6d
(4/97) Wrote github.com/davecgh/go-spew@v1.1.0
(5/97) Wrote github.com/evanphx/json-patch@v4.1.0
(6/97) Wrote github.com/fatih/color@v1.7.0
(7/97) Wrote github.com/dgrijalva/jwt-go@v3.1.0
(8/97) Wrote github.com/briandowns/spinner@5cf08d0ac778f0d708570fe143e3f82fdb9f9007
(9/97) Wrote github.com/census-instrumentation/opencensus-proto@v0.1.0
(10/97) Wrote github.com/cpuguy83/go-md2man@v1.0.8
(11/97) Wrote github.com/docker/spdystream@449fdfce4d962303d702fec724ef0ad181c92528
(12/97) Wrote github.com/modern-go/concurrent@1.0.3
(13/97) Wrote github.com/containernetworking/cni@v0.6.0
(14/97) Wrote github.com/go-openapi/jsonreference@v0.17.2
(15/97) Wrote github.com/ghodss/yaml@v1.0.0
(16/97) Wrote github.com/emicklei/proto@v1.6.8
(17/97) Wrote sigs.k8s.io/yaml@v1.1.0
(18/97) Wrote github.com/go-openapi/swag@v0.17.2
(19/97) Wrote github.com/go-openapi/jsonpointer@v0.17.2
(20/97) Wrote github.com/golang/glog@master
(21/97) Wrote github.com/gobwas/glob@v0.2.3
(22/97) Wrote github.com/google/gofuzz@master
(23/97) Wrote github.com/go-openapi/spec@v0.17.2
(24/97) Wrote github.com/google/uuid@v1.1.0
(25/97) Wrote github.com/google/btree@master
(26/97) Wrote github.com/modern-go/reflect2@1.0.1
(27/97) Wrote github.com/gorilla/websocket@v1.2.0
(28/97) Wrote github.com/nsf/termbox-go@master
(29/97) Wrote github.com/gregjones/httpcache@master
(30/97) Wrote github.com/grpc-ecosystem/go-grpc-prometheus@v1.1
(31/97) Wrote github.com/peterbourgon/diskv@v2.0.1
(32/97) Wrote github.com/pkg/browser@c90ca0c84f15f81c982e32665bffd8d7aac8f097
(33/97) Wrote github.com/hashicorp/golang-lru@master
(34/97) Wrote github.com/pkg/errors@v0.8.1
(35/97) Wrote github.com/Masterminds/semver@v1.4.2
(36/97) Wrote github.com/googleapis/gnostic@v0.1.0
(37/97) Wrote github.com/huandu/xstrings@v1.2.0
(38/97) Wrote github.com/petar/GoLLRB@master
(39/97) Wrote github.com/inconshreveable/mousetrap@v1.0
(40/97) Wrote contrib.go.opencensus.io/exporter/ocagent@v0.2.0
(41/97) Wrote golang.org/x/time@master
(42/97) Wrote github.com/imdario/mergo@0.3.2
(43/97) Wrote github.com/golang/protobuf@v1.2.0
(44/97) Wrote github.com/julienschmidt/httprouter@v1.1
(45/97) Wrote github.com/prometheus/client_model@master
(46/97) Wrote github.com/linkerd/linkerd2-proxy-init@v1.0.0
(47/97) Wrote github.com/BurntSushi/toml@v0.3.1
(48/97) Wrote github.com/prometheus/client_golang@v0.9.2
(49/97) Wrote github.com/Azure/go-autorest@v11.3.2
(50/97) Wrote github.com/gophercloud/gophercloud@master
(51/97) Wrote github.com/linkerd/linkerd2-proxy-api@ddbc3a4f7f8b0058801f896d27974d19ee98094c
(52/97) Wrote github.com/json-iterator/go@f2b4162afba35581b6d4a50d3b8f34e33c144682
(53/97) Wrote github.com/mattn/go-runewidth@v0.0.2
(54/97) Wrote github.com/mattn/go-isatty@v0.0.7
(55/97) Wrote github.com/matttproud/golang_protobuf_extensions@v1.0.0
(56/97) Wrote gopkg.in/inf.v0@v0.9.0
(57/97) Wrote github.com/spf13/pflag@v1.0.0
(58/97) Wrote github.com/mailru/easyjson@master
(59/97) Wrote github.com/projectcalico/libcalico-go@v1.7.3
(60/97) Wrote gopkg.in/yaml.v2@v2
(61/97) Wrote github.com/mattn/go-colorable@v0.0.9
(62/97) Wrote github.com/prometheus/procfs@master
(63/97) Wrote google.golang.org/appengine@v1.0.0
(64/97) Wrote cloud.google.com/go@v0.18.0
(65/97) Wrote github.com/shurcooL/httpfs@master
(66/97) Wrote github.com/shurcooL/vfsgen@master
(67/97) Wrote github.com/russross/blackfriday@v1.5.2
(68/97) Wrote github.com/sirupsen/logrus@v1.0.4
(69/97) Wrote github.com/spf13/cobra@7b2c5ac9fc04fc5efafb60700713d4fa609b777b
(70/97) Wrote github.com/sergi/go-diff@v1.0.0
(71/97) Wrote k8s.io/apimachinery@kubernetes-1.13.1
(72/97) Wrote google.golang.org/grpc@v1.9.2
(73/97) Wrote golang.org/x/net@master
(74/97) Wrote golang.org/x/tools@master
(75/97) Wrote github.com/wercker/stern@b04b5491222d9743529cb859a20d34ce2bb763af
(76/97) Wrote github.com/PuerkitoBio/purell@v1.1.0
(77/97) Wrote github.com/Masterminds/sprig@v2.17.1
(78/97) Wrote go.opencensus.io@v0.18.0
(79/97) Wrote golang.org/x/oauth2@master
(80/97) Wrote k8s.io/klog@v0.1.0
(81/97) Wrote github.com/prometheus/common@master
(82/97) Wrote golang.org/x/sync@master
(83/97) Wrote github.com/PuerkitoBio/urlesc@master
(84/97) Wrote golang.org/x/crypto@master
(85/97) Wrote google.golang.org/genproto@master
(86/97) Wrote github.com/aokoli/goutils@v1.1.0
(87/97) Wrote k8s.io/gengo@master
(88/97) Wrote k8s.io/kube-openapi@master
(89/97) Wrote k8s.io/code-generator@master
(90/97) Wrote k8s.io/apiextensions-apiserver@kubernetes-1.13.1
(91/97) Wrote github.com/gogo/protobuf@v1.0.0
(92/97) Wrote golang.org/x/sys@master
(93/97) Wrote k8s.io/helm@v2.12.2
(94/97) Wrote golang.org/x/text@master
(95/97) Wrote k8s.io/client-go@kubernetes-1.13.1
(96/97) Wrote k8s.io/api@kubernetes-1.13.1
(97/97) Wrote google.golang.org/api@v0.1.0
Collecting project constraints:
(1/97) cloud.google.com/go
(2/97) contrib.go.opencensus.io/exporter/ocagent
(3/97) github.com/Azure/go-autorest
(4/97) github.com/BurntSushi/toml
(5/97) github.com/Masterminds/semver
(6/97) github.com/Masterminds/sprig
(7/97) github.com/PuerkitoBio/purell
(8/97) github.com/PuerkitoBio/urlesc
(9/97) github.com/aokoli/goutils
(10/97) github.com/beorn7/perks
(11/97) github.com/briandowns/spinner
(12/97) github.com/census-instrumentation/opencensus-proto
(13/97) github.com/containernetworking/cni
(14/97) github.com/cpuguy83/go-md2man
(15/97) github.com/cyphar/filepath-securejoin
(16/97) github.com/davecgh/go-spew
(17/97) github.com/deislabs/smi-sdk-go
(18/97) github.com/dgrijalva/jwt-go
(19/97) github.com/docker/spdystream
(20/97) github.com/emicklei/proto
(21/97) github.com/evanphx/json-patch
(22/97) github.com/fatih/color
(23/97) github.com/ghodss/yaml
(24/97) github.com/go-openapi/jsonpointer
(25/97) github.com/go-openapi/jsonreference
(26/97) github.com/go-openapi/spec
(27/97) github.com/go-openapi/swag
(28/97) github.com/gobwas/glob
(29/97) github.com/gogo/protobuf
(30/97) github.com/golang/glog
(31/97) github.com/golang/protobuf
(32/97) github.com/google/btree
(33/97) github.com/google/gofuzz
(34/97) github.com/google/uuid
(35/97) github.com/googleapis/gnostic
(36/97) github.com/gophercloud/gophercloud
(37/97) github.com/gorilla/websocket
(38/97) github.com/gregjones/httpcache
(39/97) github.com/grpc-ecosystem/go-grpc-prometheus
(40/97) github.com/hashicorp/golang-lru
(41/97) github.com/huandu/xstrings
(42/97) github.com/imdario/mergo
(43/97) github.com/inconshreveable/mousetrap
(44/97) github.com/json-iterator/go
(45/97) github.com/julienschmidt/httprouter
(46/97) github.com/linkerd/linkerd2-proxy-api
(47/97) github.com/linkerd/linkerd2-proxy-init
(48/97) github.com/mailru/easyjson
(49/97) github.com/mattn/go-colorable
(50/97) github.com/mattn/go-isatty
(51/97) github.com/mattn/go-runewidth
(52/97) github.com/matttproud/golang_protobuf_extensions
(53/97) github.com/modern-go/concurrent
(54/97) github.com/modern-go/reflect2
(55/97) github.com/nsf/termbox-go
(56/97) github.com/petar/GoLLRB
(57/97) github.com/peterbourgon/diskv
(58/97) github.com/pkg/browser
(59/97) github.com/pkg/errors
(60/97) github.com/projectcalico/libcalico-go
(61/97) github.com/prometheus/client_golang
(62/97) github.com/prometheus/client_model
(63/97) github.com/prometheus/common
(64/97) github.com/prometheus/procfs
(65/97) github.com/russross/blackfriday
(66/97) github.com/sergi/go-diff
(67/97) github.com/shurcooL/httpfs
(68/97) github.com/shurcooL/vfsgen
(69/97) github.com/sirupsen/logrus
(70/97) github.com/spf13/cobra
(71/97) github.com/spf13/pflag
(72/97) github.com/wercker/stern
(73/97) go.opencensus.io
(74/97) golang.org/x/crypto
(75/97) golang.org/x/net
(76/97) golang.org/x/oauth2
(77/97) golang.org/x/sync
(78/97) golang.org/x/sys
(79/97) golang.org/x/text
(80/97) golang.org/x/time
(81/97) golang.org/x/tools
(82/97) google.golang.org/api
(83/97) google.golang.org/appengine
(84/97) google.golang.org/genproto
(85/97) google.golang.org/grpc
(86/97) gopkg.in/inf.v0
(87/97) gopkg.in/yaml.v2
(88/97) k8s.io/api
(89/97) k8s.io/apiextensions-apiserver
(90/97) k8s.io/apimachinery
(91/97) k8s.io/client-go
(92/97) k8s.io/code-generator
(93/97) k8s.io/gengo
(94/97) k8s.io/helm
(95/97) k8s.io/klog
(96/97) k8s.io/kube-openapi
(97/97) sigs.k8s.io/yaml
Checking upstream projects:
(1/97) cloud.google.com/go
(2/97) contrib.go.opencensus.io/exporter/ocagent
(3/97) github.com/Azure/go-autorest
(4/97) github.com/BurntSushi/toml
(5/97) github.com/Masterminds/semver
(6/97) github.com/Masterminds/sprig
(7/97) github.com/PuerkitoBio/purell
(8/97) github.com/PuerkitoBio/urlesc
(9/97) github.com/aokoli/goutils
(10/97) github.com/beorn7/perks
(11/97) github.com/briandowns/spinner
(12/97) github.com/census-instrumentation/opencensus-proto
(13/97) github.com/containernetworking/cni
(14/97) github.com/cpuguy83/go-md2man
(15/97) github.com/cyphar/filepath-securejoin
(16/97) github.com/davecgh/go-spew
(17/97) github.com/deislabs/smi-sdk-go
(18/97) github.com/dgrijalva/jwt-go
(19/97) github.com/docker/spdystream
(20/97) github.com/emicklei/proto
(21/97) github.com/evanphx/json-patch
(22/97) github.com/fatih/color
(23/97) github.com/ghodss/yaml
(24/97) github.com/go-openapi/jsonpointer
(25/97) github.com/go-openapi/jsonreference
(26/97) github.com/go-openapi/spec
(27/97) github.com/go-openapi/swag
(28/97) github.com/gobwas/glob
(29/97) github.com/gogo/protobuf
(30/97) github.com/golang/glog
(31/97) github.com/golang/protobuf
(32/97) github.com/google/btree
(33/97) github.com/google/gofuzz
(34/97) github.com/google/uuid
(35/97) github.com/googleapis/gnostic
(36/97) github.com/gophercloud/gophercloud
(37/97) github.com/gorilla/websocket
(38/97) github.com/gregjones/httpcache
(39/97) github.com/grpc-ecosystem/go-grpc-prometheus
(40/97) github.com/hashicorp/golang-lru
(41/97) github.com/huandu/xstrings
(42/97) github.com/imdario/mergo
(43/97) github.com/inconshreveable/mousetrap
(44/97) github.com/json-iterator/go
(45/97) github.com/julienschmidt/httprouter
(46/97) github.com/linkerd/linkerd2-proxy-api
(47/97) github.com/linkerd/linkerd2-proxy-init
(48/97) github.com/mailru/easyjson
(49/97) github.com/mattn/go-colorable
(50/97) github.com/mattn/go-isatty
(51/97) github.com/mattn/go-runewidth
(52/97) github.com/matttproud/golang_protobuf_extensions
(53/97) github.com/modern-go/concurrent
(54/97) github.com/modern-go/reflect2
(55/97) github.com/nsf/termbox-go
(56/97) github.com/petar/GoLLRB
(57/97) github.com/peterbourgon/diskv
(58/97) github.com/pkg/browser
(59/97) github.com/pkg/errors
(60/97) github.com/projectcalico/libcalico-go
(61/97) github.com/prometheus/client_golang
(62/97) github.com/prometheus/client_model
(63/97) github.com/prometheus/common
(64/97) github.com/prometheus/procfs
(65/97) github.com/russross/blackfriday
(66/97) github.com/sergi/go-diff
(67/97) github.com/shurcooL/httpfs
(68/97) github.com/shurcooL/vfsgen
(69/97) github.com/sirupsen/logrus
(70/97) github.com/spf13/cobra
(71/97) github.com/spf13/pflag
(72/97) github.com/wercker/stern
(73/97) go.opencensus.io
(74/97) golang.org/x/crypto
(75/97) golang.org/x/net
(76/97) golang.org/x/oauth2
(77/97) golang.org/x/sync
(78/97) golang.org/x/sys
(79/97) golang.org/x/text
(80/97) golang.org/x/time
(81/97) golang.org/x/tools
(82/97) google.golang.org/api
(83/97) google.golang.org/appengine
(84/97) google.golang.org/genproto
(85/97) google.golang.org/grpc
(86/97) gopkg.in/inf.v0
(87/97) gopkg.in/yaml.v2
(88/97) k8s.io/api
(89/97) k8s.io/apiextensions-apiserver
(90/97) k8s.io/apimachinery
(91/97) k8s.io/client-go
(92/97) k8s.io/code-generator
(93/97) k8s.io/gengo
(94/97) k8s.io/helm
(95/97) k8s.io/klog
(96/97) k8s.io/kube-openapi
(97/97) sigs.k8s.io/yaml
PROJECT CONSTRAINT VERSION REVISION LATEST PKGS USED
cloud.google.com/go v0.18.0 v0.18.0 767c40d v0.18.0 1
contrib.go.opencensus.io/exporter/ocagent v0.2.0 v0.2.0 00af367 v0.2.0 1
github.com/Azure/go-autorest v11.3.2 v11.3.2 7324aa0 v11.3.2 6
github.com/BurntSushi/toml v0.3.1 v0.3.1 3012a1d v0.3.1 1
github.com/Masterminds/semver v1.4.2 v1.4.2 c7af129 v1.4.2 1
github.com/Masterminds/sprig v2.17.1 v2.17.1 544a9b1 v2.17.1 1
github.com/PuerkitoBio/purell v1.1.0 v1.1.0 0bcb03f v1.1.0 1
github.com/PuerkitoBio/urlesc branch master branch master de5bf2a de5bf2a 1
github.com/aokoli/goutils v1.1.0 v1.1.0 41ac869 v1.1.0 1
github.com/beorn7/perks branch master branch master 4c0e845 4b2b341 1
github.com/briandowns/spinner 5cf08d0 5cf08d0 1
github.com/census-instrumentation/opencensus-proto v0.1.0 v0.1.0 7f2434b v0.1.0 4
github.com/containernetworking/cni v0.6.0 v0.6.0 5
github.com/cpuguy83/go-md2man v1.0.8 v1.0.8 20f5889 v1.0.8 1
github.com/cyphar/filepath-securejoin v0.2.2 v0.2.2 a261ee3 v0.2.2 1
github.com/davecgh/go-spew v1.1.0 v1.1.0 346938d v1.1.0 1
github.com/deislabs/smi-sdk-go f281e21 f281e21 12
github.com/dgrijalva/jwt-go v3.1.0 v3.1.0 dbeaa93 v3.1.0 1
github.com/docker/spdystream * 449fdfc 2
github.com/emicklei/proto v1.6.8 v1.6.8 6a34d38 v1.6.8 1
github.com/evanphx/json-patch v4.1.0 v4.1.0 72bf35d v4.1.0 1
github.com/fatih/color v1.7.0 v1.7.0 5b77d2a v1.7.0 1
github.com/ghodss/yaml v1.0.0 v1.0.0 0ca9ea5 v1.0.0 1
github.com/go-openapi/jsonpointer v0.17.2 v0.17.2 ef5f0af v0.17.2 1
github.com/go-openapi/jsonreference v0.17.2 v0.17.2 8483a88 v0.17.2 1
github.com/go-openapi/spec ^0.17.2 v0.17.2 5bae59e v0.17.2 1
github.com/go-openapi/swag v0.17.2 v0.17.2 5899d5c v0.17.2 1
github.com/gobwas/glob v0.2.3 v0.2.3 5ccd90e v0.2.3 8
github.com/gogo/protobuf v1.0.0 v1.0.0 1adfc12 v1.0.0 2
github.com/golang/glog branch master branch master 23def4e 23def4e 1
github.com/golang/protobuf ^1.2.0 v1.2.0 aa810b6 v1.3.1 14
github.com/google/btree branch master branch master e89373f 2023616 1
github.com/google/gofuzz branch master branch master 24818f7 f140a64 1
github.com/google/uuid v1.1.0 v1.1.0 9b3b1e0 v1.1.0 1
github.com/googleapis/gnostic v0.1.0 v0.1.0 ee43cbb v0.1.0 3
github.com/gophercloud/gophercloud branch master branch master 104e257 a26f5d9 7
github.com/gorilla/websocket ^1.2.0 v1.2.0 ea4d1f6 v1.4.0 1
github.com/gregjones/httpcache branch master branch master 9cad4c3 901d907 2
github.com/grpc-ecosystem/go-grpc-prometheus v1.1 v1.1 6b7015e v1.1 1
github.com/hashicorp/golang-lru branch master branch master 0fb14ef 59383c4 2
github.com/huandu/xstrings v1.2.0 v1.2.0 f02667b v1.2.0 1
github.com/imdario/mergo 0.3.2 0.3.2 163f413 0.3.2 1
github.com/inconshreveable/mousetrap v1.0 v1.0 76626ae v1.0 1
github.com/json-iterator/go * f2b4162 1
github.com/julienschmidt/httprouter v1.1 v1.1 8c199fb v1.1 1
github.com/linkerd/linkerd2-proxy-api ddbc3a4 ddbc3a4 5
github.com/linkerd/linkerd2-proxy-init ^1.0.0 v1.0.0 458ed04 v1.0.0 2
github.com/mailru/easyjson branch master branch master 60711f1 b2ccc51 3
github.com/mattn/go-colorable v0.0.9 v0.0.9 167de6b v0.0.9 1
github.com/mattn/go-isatty ^0.0.7 v0.0.7 c2a7a6c v0.0.8 1
github.com/mattn/go-runewidth v0.0.2 v0.0.2 9e777a8 v0.0.2 1
github.com/matttproud/golang_protobuf_extensions v1.0.0 v1.0.0 3247c84 v1.0.0 1
github.com/modern-go/concurrent 1.0.3 1.0.3 bacd9c7 1.0.3 1
github.com/modern-go/reflect2 1.0.1 1.0.1 4b7aa43 1.0.1 1
github.com/nsf/termbox-go branch master branch master 5c94acc eeb6cd0 1
github.com/petar/GoLLRB branch master branch master 53be0d3 33fb24c 1
github.com/peterbourgon/diskv v2.0.1 v2.0.1 5f041e8 v2.0.1 1
github.com/pkg/browser c90ca0c c90ca0c 1
github.com/pkg/errors v0.8.1 v0.8.1 ba968bf v0.8.1 1
github.com/projectcalico/libcalico-go v1.7.3 v1.7.3 aab828e v1.7.3 1
github.com/prometheus/client_golang ^0.9.2 v0.9.2 505eaef v0.9.4 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 8f55e60 4
github.com/russross/blackfriday v1.5.2 v1.5.2 05f3235 v1.5.2 1
github.com/sergi/go-diff v1.0.0 v1.0.0 1744e29 v1.0.0 1
github.com/shurcooL/httpfs branch master branch master 74dc933 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 4def268 3
golang.org/x/net branch master branch master 2fb46b1 da137c7 8
golang.org/x/oauth2 branch master branch master a032972 0f29369 5
golang.org/x/sync branch master branch master 37e7f08 1122301 1
golang.org/x/sys branch master branch master 37707fd 04f50cd 2
golang.org/x/text branch master branch master e19ae14 342b2e1 15
golang.org/x/time branch master branch master fbb02b2 9d24e82 1
golang.org/x/tools branch master branch master 0aa4b88 2214986 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 710ae3a 1
google.golang.org/grpc ^1.7.0 v1.9.2 6b51017 v1.22.0 22
gopkg.in/inf.v0 v0.9.0 v0.9.0 3887ee9 v0.9.0 1
gopkg.in/yaml.v2 branch v2 branch v2 d670f94 7b8349a 1
k8s.io/api kubernetes-1.13.1 kubernetes-1.13.1 05914d8 33
k8s.io/apiextensions-apiserver kubernetes-1.13.1 kubernetes-1.13.1 0fe22c7 7
k8s.io/apimachinery kubernetes-1.13.1 kubernetes-1.13.1 2b1284e 45
k8s.io/client-go kubernetes-1.13.1 kubernetes-1.13.1 8d9ed53 177
k8s.io/code-generator branch master branch master aae79fe 583809a 19
k8s.io/gengo branch master branch master 4242d8e e17681d 8
k8s.io/helm ^2.12.2 v2.12.2 7d2b0c7 v2.14.1 9
k8s.io/klog v0.1.0 v0.1.0 a5bc97f v0.1.0 1
k8s.io/kube-openapi branch master branch master d8ea2fe 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-736e1a73] namespace [l5d-integration-auto-git-736e1a73] k8s-context []
Running test [install_test.go] --linkerd-namespace=l5d-integration-auto-git-736e1a73
=== RUN TestVersionPreInstall
--- PASS: TestVersionPreInstall (0.15s)
=== RUN TestCheckPreInstall
--- PASS: TestCheckPreInstall (0.30s)
=== RUN TestInstallOrUpgrade
--- PASS: TestInstallOrUpgrade (62.12s)
=== RUN TestVersionPostInstall
--- PASS: TestVersionPostInstall (0.49s)
=== RUN TestCheckConfigPostInstall
--- PASS: TestCheckConfigPostInstall (0.20s)
=== RUN TestCheckPostInstall
--- PASS: TestCheckPostInstall (0.75s)
=== RUN TestInstallSP
--- PASS: TestInstallSP (2.93s)
=== RUN TestDashboard
--- PASS: TestDashboard (0.87s)
=== RUN TestInject
=== RUN TestInject/smoke-test
=== RUN TestInject/smoke-test-manual
=== RUN TestInject/smoke-test-ann
--- PASS: TestInject (56.67s)
--- PASS: TestInject/smoke-test (20.14s)
--- PASS: TestInject/smoke-test-manual (20.52s)
--- PASS: TestInject/smoke-test-ann (16.01s)
=== RUN TestServiceProfileDeploy
=== RUN TestServiceProfileDeploy/smoke-test
=== RUN TestServiceProfileDeploy/smoke-test-manual
=== RUN TestServiceProfileDeploy/smoke-test-ann
--- PASS: TestServiceProfileDeploy (2.16s)
--- PASS: TestServiceProfileDeploy/smoke-test (0.73s)
--- PASS: TestServiceProfileDeploy/smoke-test-manual (0.65s)
--- PASS: TestServiceProfileDeploy/smoke-test-ann (0.54s)
=== RUN TestCheckProxy
=== RUN TestCheckProxy/smoke-test
=== RUN TestCheckProxy/smoke-test-manual
=== RUN TestCheckProxy/smoke-test-ann
--- PASS: TestCheckProxy (2.74s)
--- PASS: TestCheckProxy/smoke-test (0.94s)
--- PASS: TestCheckProxy/smoke-test-manual (0.88s)
--- PASS: TestCheckProxy/smoke-test-ann (0.92s)
=== 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
--- PASS: TestLogs (37.53s)
--- 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-736e1a73 linkerd-tap-66c4d56645-r2ntw linkerd-proxy WARN [ 0.507463s] linkerd-identity.l5d-integration-auto-git-736e1a73.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-736e1a73.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-736e1a73.serviceaccount.identity.l5d-integration-auto-git-736e1a73.cluster.local") }: request timed out
install_test.go:502: Found unexpected proxy error in tap/linkerd-proxy log: l5d-integration-auto-git-736e1a73 linkerd-tap-66c4d56645-r2ntw linkerd-proxy ERR! [ 5.003312s] 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-736e1a73 linkerd-grafana-65c4dbdb64-tfqdf linkerd-proxy WARN [ 0.509544s] linkerd-identity.l5d-integration-auto-git-736e1a73.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-736e1a73.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-736e1a73.serviceaccount.identity.l5d-integration-auto-git-736e1a73.cluster.local") }: request timed out
install_test.go:502: Found unexpected proxy error in grafana/linkerd-proxy log: l5d-integration-auto-git-736e1a73 linkerd-grafana-65c4dbdb64-tfqdf linkerd-proxy ERR! [ 5.003528s] 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-736e1a73 linkerd-grafana-65c4dbdb64-tfqdf linkerd-proxy ERR! [ 5.946743s] proxy={server=in listen=0.0.0.0:4143 remote=10.244.5.97:50442} 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-736e1a73 linkerd-grafana-65c4dbdb64-tfqdf linkerd-proxy ERR! [ 8.254853s] proxy={server=in listen=0.0.0.0:4143 remote=10.244.7.1:47926} 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-736e1a73 linkerd-grafana-65c4dbdb64-tfqdf linkerd-proxy ERR! [ 15.944359s] proxy={server=in listen=0.0.0.0:4143 remote=10.244.5.97:50442} 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-736e1a73 linkerd-identity-5b5cf5d4cd-qlq87 linkerd-proxy WARN [ 10.355680s] linkerd-destination.l5d-integration-auto-git-736e1a73.svc.cluster.local:8086 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-destination.l5d-integration-auto-git-736e1a73.svc.cluster.local", port: 8086 }), identity: Some("linkerd-controller.l5d-integration-auto-git-736e1a73.serviceaccount.identity.l5d-integration-auto-git-736e1a73.cluster.local") }: request timed out
install_test.go:502: Found unexpected proxy error in identity/linkerd-proxy log: l5d-integration-auto-git-736e1a73 linkerd-identity-5b5cf5d4cd-qlq87 linkerd-proxy WARN [ 14.843591s] linkerd2_proxy::app::profiles error fetching profile for linkerd-identity.l5d-integration-auto-git-736e1a73.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-736e1a73 linkerd-prometheus-57dbc494bf-lvkqv linkerd-proxy WARN [ 0.512401s] linkerd-identity.l5d-integration-auto-git-736e1a73.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-736e1a73.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-736e1a73.serviceaccount.identity.l5d-integration-auto-git-736e1a73.cluster.local") }: request timed out
install_test.go:502: Found unexpected proxy error in prometheus/linkerd-proxy log: l5d-integration-auto-git-736e1a73 linkerd-prometheus-57dbc494bf-lvkqv linkerd-proxy ERR! [ 5.003704s] 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-736e1a73 linkerd-sp-validator-79f4795464-69dlb linkerd-proxy WARN [ 0.512031s] linkerd-identity.l5d-integration-auto-git-736e1a73.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-736e1a73.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-736e1a73.serviceaccount.identity.l5d-integration-auto-git-736e1a73.cluster.local") }: request timed out
install_test.go:502: Found unexpected proxy error in sp-validator/linkerd-proxy log: l5d-integration-auto-git-736e1a73 linkerd-sp-validator-79f4795464-69dlb linkerd-proxy ERR! [ 5.003369s] 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-736e1a73 linkerd-web-685948b966-m7dlg linkerd-proxy WARN [ 0.557949s] linkerd-identity.l5d-integration-auto-git-736e1a73.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-736e1a73.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-736e1a73.serviceaccount.identity.l5d-integration-auto-git-736e1a73.cluster.local") }: request timed out
install_test.go:502: Found unexpected proxy error in web/linkerd-proxy log: l5d-integration-auto-git-736e1a73 linkerd-web-685948b966-m7dlg linkerd-proxy ERR! [ 5.051774s] 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-736e1a73 linkerd-proxy-injector-54c7df4d45-xvbbx linkerd-proxy WARN [ 0.521301s] linkerd-identity.l5d-integration-auto-git-736e1a73.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-736e1a73.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-736e1a73.serviceaccount.identity.l5d-integration-auto-git-736e1a73.cluster.local") }: request timed out
install_test.go:502: Found unexpected proxy error in proxy-injector/linkerd-proxy log: l5d-integration-auto-git-736e1a73 linkerd-proxy-injector-54c7df4d45-xvbbx linkerd-proxy ERR! [ 5.003156s] admin={bg=identity} linkerd2_proxy::app::identity Failed to certify identity: grpc-status: Unknown, grpc-message: "the request could not be dispatched in a timely fashion"
install_test.go:502: Found unexpected proxy error in proxy-injector/linkerd-proxy log: l5d-integration-auto-git-736e1a73 linkerd-proxy-injector-54c7df4d45-xvbbx linkerd-proxy ERR! [ 20.005343s] 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.51s)
install_test.go:499: Found known error in controller/linkerd-proxy log: l5d-integration-auto-git-736e1a73 linkerd-controller-6bdd6676d5-7ctlm linkerd-proxy WARN [ 0.514445s] linkerd-identity.l5d-integration-auto-git-736e1a73.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-736e1a73.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-736e1a73.serviceaccount.identity.l5d-integration-auto-git-736e1a73.cluster.local") }: request timed out
install_test.go:502: Found unexpected proxy error in controller/linkerd-proxy log: l5d-integration-auto-git-736e1a73 linkerd-controller-6bdd6676d5-7ctlm linkerd-proxy ERR! [ 5.002859s] 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.22s)
install_test.go:544: Found known warning event: Unhealthy linkerd-controller-6bdd6676d5-7ctlm Readiness probe failed: HTTP probe failed with statuscode: 503
install_test.go:544: Found known warning event: Unhealthy linkerd-grafana-65c4dbdb64-tfqdf Readiness probe failed: HTTP probe failed with statuscode: 503
install_test.go:544: Found known warning event: Unhealthy linkerd-grafana-65c4dbdb64-tfqdf Readiness probe failed: HTTP probe failed with statuscode: 502
install_test.go:544: Found known warning event: Unhealthy linkerd-prometheus-57dbc494bf-lvkqv Readiness probe failed: HTTP probe failed with statuscode: 503
install_test.go:544: Found known warning event: Unhealthy linkerd-proxy-injector-54c7df4d45-xvbbx Readiness probe failed: HTTP probe failed with statuscode: 503
install_test.go:544: Found known warning event: Unhealthy linkerd-sp-validator-79f4795464-69dlb Readiness probe failed: HTTP probe failed with statuscode: 503
install_test.go:544: Found known warning event: Unhealthy linkerd-tap-66c4d56645-r2ntw Readiness probe failed: HTTP probe failed with statuscode: 503
install_test.go:544: Found known warning event: Unhealthy linkerd-web-685948b966-m7dlg Readiness probe failed: HTTP probe failed with statuscode: 503
=== RUN TestRestarts
--- PASS: TestRestarts (0.16s)
PASS
ok command-line-arguments 167.371s
Installing release [stable-2.3.2] namespace [l5d-integration-auto-git-736e1a73-upgrade]
Upgrading release [stable-2.3.2] to [git-736e1a73]
Running test [install_test.go] --upgrade-from-version=stable-2.3.2
Running test [--linkerd-namespace=l5d-integration-auto-git-736e1a73-upgrade]
=== RUN TestVersionPreInstall
--- PASS: TestVersionPreInstall (0.49s)
=== RUN TestCheckPreInstall
--- SKIP: TestCheckPreInstall (0.00s)
install_test.go:135: Skipping pre-install check for upgrade test
=== RUN TestInstallOrUpgrade
--- PASS: TestInstallOrUpgrade (59.07s)
=== RUN TestVersionPostInstall
--- PASS: TestVersionPostInstall (0.35s)
=== RUN TestCheckConfigPostInstall
--- PASS: TestCheckConfigPostInstall (0.29s)
=== RUN TestCheckPostInstall
--- PASS: TestCheckPostInstall (0.84s)
=== RUN TestInstallSP
--- PASS: TestInstallSP (4.98s)
=== RUN TestDashboard
--- PASS: TestDashboard (1.13s)
=== RUN TestInject
=== RUN TestInject/smoke-test
=== RUN TestInject/smoke-test-manual
=== RUN TestInject/smoke-test-ann
--- PASS: TestInject (51.61s)
--- PASS: TestInject/smoke-test (12.24s)
--- PASS: TestInject/smoke-test-manual (20.57s)
--- PASS: TestInject/smoke-test-ann (18.81s)
=== RUN TestServiceProfileDeploy
=== RUN TestServiceProfileDeploy/smoke-test
=== RUN TestServiceProfileDeploy/smoke-test-manual
=== RUN TestServiceProfileDeploy/smoke-test-ann
--- PASS: TestServiceProfileDeploy (1.66s)
--- PASS: TestServiceProfileDeploy/smoke-test (0.52s)
--- PASS: TestServiceProfileDeploy/smoke-test-manual (0.58s)
--- PASS: TestServiceProfileDeploy/smoke-test-ann (0.47s)
=== RUN TestCheckProxy
=== RUN TestCheckProxy/smoke-test
=== RUN TestCheckProxy/smoke-test-manual
=== RUN TestCheckProxy/smoke-test-ann
--- PASS: TestCheckProxy (3.02s)
--- PASS: TestCheckProxy/smoke-test (0.99s)
--- PASS: TestCheckProxy/smoke-test-manual (1.04s)
--- PASS: TestCheckProxy/smoke-test-ann (0.99s)
=== RUN TestLogs
=== 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
=== RUN TestLogs/web/web
=== RUN TestLogs/web/linkerd-proxy
--- PASS: TestLogs (37.53s)
--- 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-736e1a73-upgrade linkerd-proxy-injector-66895994db-n7pnk linkerd-proxy WARN [ 0.520417s] linkerd-identity.l5d-integration-auto-git-736e1a73-upgrade.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-736e1a73-upgrade.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-736e1a73-upgrade.serviceaccount.identity.l5d-integration-auto-git-736e1a73-upgrade.cluster.local") }: request timed out
install_test.go:502: Found unexpected proxy error in proxy-injector/linkerd-proxy log: l5d-integration-auto-git-736e1a73-upgrade linkerd-proxy-injector-66895994db-n7pnk linkerd-proxy ERR! [ 5.003154s] admin={bg=identity} linkerd2_proxy::app::identity Failed to certify identity: grpc-status: Unknown, grpc-message: "the request could not be dispatched in a timely fashion"
install_test.go:502: Found unexpected proxy error in proxy-injector/linkerd-proxy log: l5d-integration-auto-git-736e1a73-upgrade linkerd-proxy-injector-66895994db-n7pnk linkerd-proxy ERR! [ 20.005320s] 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-736e1a73-upgrade linkerd-controller-f7bbc45df-64nmn linkerd-proxy WARN [ 0.509052s] linkerd-identity.l5d-integration-auto-git-736e1a73-upgrade.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-736e1a73-upgrade.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-736e1a73-upgrade.serviceaccount.identity.l5d-integration-auto-git-736e1a73-upgrade.cluster.local") }: request timed out
install_test.go:502: Found unexpected proxy error in controller/linkerd-proxy log: l5d-integration-auto-git-736e1a73-upgrade linkerd-controller-f7bbc45df-64nmn linkerd-proxy ERR! [ 5.003118s] 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-736e1a73-upgrade linkerd-controller-f7bbc45df-64nmn linkerd-proxy ERR! [ 20.005044s] 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-736e1a73-upgrade linkerd-tap-7fc5d86b8f-vzx5h linkerd-proxy WARN [ 0.511772s] linkerd-identity.l5d-integration-auto-git-736e1a73-upgrade.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-736e1a73-upgrade.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-736e1a73-upgrade.serviceaccount.identity.l5d-integration-auto-git-736e1a73-upgrade.cluster.local") }: request timed out
install_test.go:502: Found unexpected proxy error in tap/linkerd-proxy log: l5d-integration-auto-git-736e1a73-upgrade linkerd-tap-7fc5d86b8f-vzx5h linkerd-proxy ERR! [ 5.003307s] 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-736e1a73-upgrade linkerd-tap-7fc5d86b8f-vzx5h linkerd-proxy ERR! [ 20.006351s] 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-736e1a73-upgrade linkerd-grafana-6fdf456f77-hfls9 linkerd-proxy WARN [ 0.514812s] linkerd-identity.l5d-integration-auto-git-736e1a73-upgrade.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-736e1a73-upgrade.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-736e1a73-upgrade.serviceaccount.identity.l5d-integration-auto-git-736e1a73-upgrade.cluster.local") }: request timed out
install_test.go:502: Found unexpected proxy error in grafana/linkerd-proxy log: l5d-integration-auto-git-736e1a73-upgrade linkerd-grafana-6fdf456f77-hfls9 linkerd-proxy ERR! [ 3.568034s] proxy={server=in listen=0.0.0.0:4143 remote=10.244.10.1:58032} 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-736e1a73-upgrade linkerd-grafana-6fdf456f77-hfls9 linkerd-proxy ERR! [ 5.003200s] 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-736e1a73-upgrade linkerd-grafana-6fdf456f77-hfls9 linkerd-proxy ERR! [ 9.737821s] proxy={server=in listen=0.0.0.0:4143 remote=10.244.8.82:59492} 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-736e1a73-upgrade linkerd-grafana-6fdf456f77-hfls9 linkerd-proxy ERR! [ 13.567755s] proxy={server=in listen=0.0.0.0:4143 remote=10.244.10.1:58130} 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-736e1a73-upgrade linkerd-grafana-6fdf456f77-hfls9 linkerd-proxy ERR! [ 20.004781s] admin={bg=identity} linkerd2_proxy::app::identity Failed to certify identity: grpc-status: Unknown, grpc-message: "the request could not be dispatched in a timely fashion"
--- PASS: TestLogs/identity/identity (2.50s)
--- PASS: TestLogs/identity/linkerd-proxy (2.50s)
install_test.go:499: Found known error in identity/linkerd-proxy log: l5d-integration-auto-git-736e1a73-upgrade linkerd-identity-7486979b7b-cccfd linkerd-proxy WARN [ 12.267300s] linkerd-destination.l5d-integration-auto-git-736e1a73-upgrade.svc.cluster.local:8086 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-destination.l5d-integration-auto-git-736e1a73-upgrade.svc.cluster.local", port: 8086 }), identity: Some("linkerd-controller.l5d-integration-auto-git-736e1a73-upgrade.serviceaccount.identity.l5d-integration-auto-git-736e1a73-upgrade.cluster.local") }: request timed out
install_test.go:502: Found unexpected proxy error in identity/linkerd-proxy log: l5d-integration-auto-git-736e1a73-upgrade linkerd-identity-7486979b7b-cccfd linkerd-proxy WARN [ 16.754885s] linkerd2_proxy::app::profiles error fetching profile for linkerd-identity.l5d-integration-auto-git-736e1a73-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-736e1a73-upgrade linkerd-prometheus-57b4f54cf6-kgwdt linkerd-proxy WARN [ 0.508343s] linkerd-identity.l5d-integration-auto-git-736e1a73-upgrade.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-736e1a73-upgrade.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-736e1a73-upgrade.serviceaccount.identity.l5d-integration-auto-git-736e1a73-upgrade.cluster.local") }: request timed out
install_test.go:502: Found unexpected proxy error in prometheus/linkerd-proxy log: l5d-integration-auto-git-736e1a73-upgrade linkerd-prometheus-57b4f54cf6-kgwdt linkerd-proxy ERR! [ 5.003152s] 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-736e1a73-upgrade linkerd-prometheus-57b4f54cf6-kgwdt linkerd-proxy ERR! [ 10.575050s] proxy={server=out listen=127.0.0.1:4140 remote=10.244.8.82:47926} linkerd2_proxy::app::errors unexpected error: error trying to connect: Connection refused (os error 111) (address: 10.244.11.6:9990)
install_test.go:502: Found unexpected proxy error in prometheus/linkerd-proxy log: l5d-integration-auto-git-736e1a73-upgrade linkerd-prometheus-57b4f54cf6-kgwdt linkerd-proxy ERR! [ 11.023042s] proxy={server=out listen=127.0.0.1:4140 remote=10.244.8.82:33932} linkerd2_proxy::app::errors unexpected error: error trying to connect: Connection refused (os error 111) (address: 10.244.11.6:4191)
install_test.go:502: Found unexpected proxy error in prometheus/linkerd-proxy log: l5d-integration-auto-git-736e1a73-upgrade linkerd-prometheus-57b4f54cf6-kgwdt linkerd-proxy ERR! [ 20.005110s] 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-736e1a73-upgrade linkerd-sp-validator-5db8954cc7-dngjp linkerd-proxy WARN [ 0.509291s] linkerd-identity.l5d-integration-auto-git-736e1a73-upgrade.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-736e1a73-upgrade.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-736e1a73-upgrade.serviceaccount.identity.l5d-integration-auto-git-736e1a73-upgrade.cluster.local") }: request timed out
install_test.go:502: Found unexpected proxy error in sp-validator/linkerd-proxy log: l5d-integration-auto-git-736e1a73-upgrade linkerd-sp-validator-5db8954cc7-dngjp linkerd-proxy ERR! [ 5.003568s] admin={bg=identity} linkerd2_proxy::app::identity Failed to certify identity: grpc-status: Unknown, grpc-message: "the request could not be dispatched in a timely fashion"
install_test.go:502: Found unexpected proxy error in sp-validator/linkerd-proxy log: l5d-integration-auto-git-736e1a73-upgrade linkerd-sp-validator-5db8954cc7-dngjp linkerd-proxy ERR! [ 20.005606s] 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-736e1a73-upgrade linkerd-web-65f55f4dd8-9797j linkerd-proxy WARN [ 0.512218s] linkerd-identity.l5d-integration-auto-git-736e1a73-upgrade.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-736e1a73-upgrade.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-736e1a73-upgrade.serviceaccount.identity.l5d-integration-auto-git-736e1a73-upgrade.cluster.local") }: request timed out
install_test.go:502: Found unexpected proxy error in web/linkerd-proxy log: l5d-integration-auto-git-736e1a73-upgrade linkerd-web-65f55f4dd8-9797j linkerd-proxy ERR! [ 5.003009s] admin={bg=identity} linkerd2_proxy::app::identity Failed to certify identity: grpc-status: Unknown, grpc-message: "the request could not be dispatched in a timely fashion"
install_test.go:502: Found unexpected proxy error in web/linkerd-proxy log: l5d-integration-auto-git-736e1a73-upgrade linkerd-web-65f55f4dd8-9797j linkerd-proxy ERR! [ 20.006494s] 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.32s)
install_test.go:544: Found known warning event: Unhealthy linkerd-controller-66fc6f59cd-zrf5f Readiness probe failed: HTTP probe failed with statuscode: 503
install_test.go:544: Found known warning event: Unhealthy linkerd-controller-66fc6f59cd-zrf5f Liveness probe failed: Get http://10.244.6.80:9996/ping: dial tcp 10.244.6.80:9996: connect: connection refused
install_test.go:544: Found known warning event: Unhealthy linkerd-controller-f7bbc45df-64nmn Readiness probe failed: HTTP probe failed with statuscode: 503
install_test.go:544: Found known warning event: Unhealthy linkerd-grafana-5f95c68f68-bj7s8 Readiness probe failed: HTTP probe failed with statuscode: 503
install_test.go:544: Found known warning event: Unhealthy linkerd-grafana-5f95c68f68-bj7s8 Readiness probe failed: HTTP probe failed with statuscode: 502
install_test.go:544: Found known warning event: Unhealthy linkerd-grafana-5f95c68f68-bj7s8 Liveness probe failed: Get http://10.244.11.5:4191/metrics: dial tcp 10.244.11.5:4191: connect: connection refused
install_test.go:544: Found known warning event: Unhealthy linkerd-grafana-6fdf456f77-hfls9 Readiness probe failed: HTTP probe failed with statuscode: 502
install_test.go:544: Found known warning event: Unhealthy linkerd-grafana-6fdf456f77-hfls9 Readiness probe failed: HTTP probe failed with statuscode: 503
install_test.go:544: Found known warning event: FailedToUpdateEndpoint linkerd-grafana Failed to update endpoint l5d-integration-auto-git-736e1a73-upgrade/linkerd-grafana: Operation cannot be fulfilled on endpoints "linkerd-grafana": the object has been modified; please apply your changes to the latest version and try again
install_test.go:544: Found known warning event: FailedToUpdateEndpoint linkerd-identity Failed to update endpoint l5d-integration-auto-git-736e1a73-upgrade/linkerd-identity: Operation cannot be fulfilled on endpoints "linkerd-identity": the object has been modified; please apply your changes to the latest version and try again
install_test.go:544: Found known warning event: Unhealthy linkerd-prometheus-57b4f54cf6-kgwdt Readiness probe failed: HTTP probe failed with statuscode: 503
install_test.go:544: Found known warning event: Unhealthy linkerd-prometheus-749fddb8fd-kwthk Readiness probe failed: HTTP probe failed with statuscode: 503
install_test.go:544: Found known warning event: Unhealthy linkerd-proxy-injector-66895994db-n7pnk Readiness probe failed: HTTP probe failed with statuscode: 503
install_test.go:544: Found known warning event: Unhealthy linkerd-sp-validator-5db8954cc7-dngjp Readiness probe failed: HTTP probe failed with statuscode: 503
install_test.go:544: Found known warning event: Unhealthy linkerd-sp-validator-77d4ff7f45-4bbsb Readiness probe failed: HTTP probe failed with statuscode: 503
install_test.go:544: Found known warning event: Unhealthy linkerd-tap-7fc5d86b8f-vzx5h Readiness probe failed: HTTP probe failed with statuscode: 503
install_test.go:544: Found known warning event: Unhealthy linkerd-web-65f55f4dd8-9797j Readiness probe failed: HTTP probe failed with statuscode: 503
install_test.go:544: Found known warning event: Unhealthy linkerd-web-b9d57cb66-ggrff Readiness probe failed: HTTP probe failed with statuscode: 503
=== RUN TestRestarts
--- PASS: TestRestarts (0.09s)
PASS
ok command-line-arguments 161.475s
Running test [egress_test.go] --linkerd-namespace=l5d-integration-auto-git-736e1a73
=== 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 (25.54s)
--- PASS: TestEgressHttp/Can_use_egress_to_send_GET_request_to_http_(egress-test-http-get) (0.50s)
--- 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.66s)
--- PASS: TestEgressHttp/Can_use_egress_to_send_POST_request_to_https_(egress-test-https-post) (0.61s)
--- PASS: TestEgressHttp/Can_use_egress_to_send_GET_request_to_https_(egress-test-not-www-get) (0.64s)
PASS
ok command-line-arguments 25.622s
Running test [tap_test.go] --linkerd-namespace=l5d-integration-auto-git-736e1a73
=== RUN TestCliTap
=== RUN TestCliTap/tap_a_deployment
=== RUN TestCliTap/tap_a_disabled_deployment
=== RUN TestCliTap/tap_a_service_call
=== RUN TestCliTap/tap_a_pod
=== RUN TestCliTap/filter_tap_events_by_method
=== RUN TestCliTap/filter_tap_events_by_authority
--- PASS: TestCliTap (44.84s)
--- PASS: TestCliTap/tap_a_deployment (4.80s)
--- PASS: TestCliTap/tap_a_disabled_deployment (0.52s)
--- PASS: TestCliTap/tap_a_service_call (3.48s)
--- 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 44.922s
Running test [routes_test.go] --linkerd-namespace=l5d-integration-auto-git-736e1a73
=== RUN TestRoutes
--- PASS: TestRoutes (1.13s)
PASS
ok command-line-arguments 1.215s
Running test [stat_test.go] --linkerd-namespace=l5d-integration-auto-git-736e1a73
=== RUN TestCliStatForLinkerdNamespace
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_deploy_-n_l5d-integration-auto-git-736e1a73
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_po/linkerd-prometheus-57dbc494bf-lvkqv_-n_l5d-integration-auto-git-736e1a73_--from_po/linkerd-controller-6bdd6676d5-7ctlm
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_deploy_-n_l5d-integration-auto-git-736e1a73_--to_po/linkerd-prometheus-57dbc494bf-lvkqv
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_svc_linkerd-prometheus_-n_l5d-integration-auto-git-736e1a73_--from_deploy/linkerd-controller
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_deploy_-n_l5d-integration-auto-git-736e1a73_--to_svc/linkerd-prometheus
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_ns_l5d-integration-auto-git-736e1a73
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_po_-n_l5d-integration-auto-git-736e1a73_--to_au/linkerd-prometheus.l5d-integration-auto-git-736e1a73.svc.cluster.local:9090
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_au_-n_l5d-integration-auto-git-736e1a73_--to_po/linkerd-prometheus-57dbc494bf-lvkqv
--- PASS: TestCliStatForLinkerdNamespace (4.43s)
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_deploy_-n_l5d-integration-auto-git-736e1a73 (0.53s)
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_po/linkerd-prometheus-57dbc494bf-lvkqv_-n_l5d-integration-auto-git-736e1a73_--from_po/linkerd-controller-6bdd6676d5-7ctlm (0.54s)
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_deploy_-n_l5d-integration-auto-git-736e1a73_--to_po/linkerd-prometheus-57dbc494bf-lvkqv (0.50s)
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_svc_linkerd-prometheus_-n_l5d-integration-auto-git-736e1a73_--from_deploy/linkerd-controller (0.47s)
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_deploy_-n_l5d-integration-auto-git-736e1a73_--to_svc/linkerd-prometheus (0.54s)
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_ns_l5d-integration-auto-git-736e1a73 (0.66s)
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_po_-n_l5d-integration-auto-git-736e1a73_--to_au/linkerd-prometheus.l5d-integration-auto-git-736e1a73.svc.cluster.local:9090 (0.48s)
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_au_-n_l5d-integration-auto-git-736e1a73_--to_po/linkerd-prometheus-57dbc494bf-lvkqv (0.57s)
PASS
ok command-line-arguments 4.510s
Running test [get_test.go] --linkerd-namespace=l5d-integration-auto-git-736e1a73
=== RUN TestCliGet
=== RUN TestCliGet/get_pods_from_--all-namespaces
=== RUN TestCliGet/get_pods_from_the_linkerd_namespace
--- PASS: TestCliGet (18.72s)
--- PASS: TestCliGet/get_pods_from_--all-namespaces (0.60s)
--- PASS: TestCliGet/get_pods_from_the_linkerd_namespace (0.54s)
PASS
ok command-line-arguments 18.806s
Running test [serviceprofiles_test.go] --linkerd-namespace=l5d-integration-auto-git-736e1a73
=== RUN TestServiceProfiles
=== RUN TestServiceProfiles/tap
=== RUN TestServiceProfiles/open-api
--- PASS: TestServiceProfiles (38.65s)
--- PASS: TestServiceProfiles/tap (12.25s)
--- PASS: TestServiceProfiles/open-api (1.76s)
=== RUN TestServiceProfileMetrics
--- PASS: TestServiceProfileMetrics (39.19s)
PASS
ok command-line-arguments 77.954s
Running test [inject_test.go] --linkerd-namespace=l5d-integration-auto-git-736e1a73
=== RUN TestInject
--- PASS: TestInject (0.06s)
=== RUN TestInjectParams
--- PASS: TestInjectParams (0.06s)
=== RUN TestAnnotationPermutations
--- PASS: TestAnnotationPermutations (26.65s)
PASS
ok command-line-arguments 26.860s
=== PASS: all tests passed
cleaning up namespace [l5d-integration-auto-git-736e1a73] in k8s-context [] and associated test namespaces
namespace "l5d-integration-auto-git-736e1a73" deleted
namespace "l5d-integration-auto-git-736e1a73-egress-test" deleted
namespace "l5d-integration-auto-git-736e1a73-get-test" deleted
namespace "l5d-integration-auto-git-736e1a73-inject-test" deleted
namespace "l5d-integration-auto-git-736e1a73-inject-test-disabled" deleted
namespace "l5d-integration-auto-git-736e1a73-inject-test-enabled" deleted
namespace "l5d-integration-auto-git-736e1a73-serviceprofile-test" deleted
namespace "l5d-integration-auto-git-736e1a73-smoke-test" deleted
namespace "l5d-integration-auto-git-736e1a73-smoke-test-ann" deleted
namespace "l5d-integration-auto-git-736e1a73-smoke-test-manual" deleted
namespace "l5d-integration-auto-git-736e1a73-tap-test" deleted
namespace "l5d-integration-auto-git-736e1a73-upgrade" deleted
namespace "l5d-integration-auto-git-736e1a73-upgrade-smoke-test" deleted
namespace "l5d-integration-auto-git-736e1a73-upgrade-smoke-test-ann" deleted
namespace "l5d-integration-auto-git-736e1a73-upgrade-smoke-test-manual" deleted
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-736e1a73-controller" deleted
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-736e1a73-identity" deleted
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-736e1a73-prometheus" deleted
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-736e1a73-proxy-injector" deleted
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-736e1a73-sp-validator" deleted
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-736e1a73-tap" deleted
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-736e1a73-upgrade-controller" deleted
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-736e1a73-upgrade-identity" deleted
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-736e1a73-upgrade-prometheus" deleted
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-736e1a73-upgrade-proxy-injector" deleted
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-736e1a73-upgrade-sp-validator" deleted
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-736e1a73-upgrade-tap" deleted
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-736e1a73-controller" deleted
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-736e1a73-identity" deleted
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-736e1a73-prometheus" deleted
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-736e1a73-proxy-injector" deleted
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-736e1a73-sp-validator" deleted
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-736e1a73-tap" deleted
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-736e1a73-upgrade-controller" deleted
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-736e1a73-upgrade-identity" deleted
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-736e1a73-upgrade-prometheus" deleted
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-736e1a73-upgrade-proxy-injector" deleted
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-736e1a73-upgrade-sp-validator" deleted
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-736e1a73-upgrade-tap" deleted
mutatingwebhookconfiguration.admissionregistration.k8s.io "linkerd-proxy-injector-webhook-config" deleted
validatingwebhookconfiguration.admissionregistration.k8s.io "linkerd-sp-validator-webhook-config" deleted
podsecuritypolicy.extensions "linkerd-l5d-integration-auto-git-736e1a73-control-plane" deleted
podsecuritypolicy.extensions "linkerd-l5d-integration-auto-git-736e1a73-upgrade-control-plane" deleted
customresourcedefinition.apiextensions.k8s.io "serviceprofiles.linkerd.io" deleted
customresourcedefinition.apiextensions.k8s.io "trafficsplits.split.smi-spec.io" deleted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment