Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save l5d-bot/9b117f49f1b1dc7e5255896719de9e4f to your computer and use it in GitHub Desktop.
Save l5d-bot/9b117f49f1b1dc7e5255896719de9e4f to your computer and use it in GitHub Desktop.
l5d-integration-success-6dda24c7cb7c7b1f3061ccb4ecb8ce7129ac4eb4.log
Cloning into '/root/go/src/github.com/linkerd/linkerd2'...
Note: checking out '6dda24c7cb7c7b1f3061ccb4ecb8ce7129ac4eb4'.
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 6dda24c7 Addressing PR feedback and adding Edges to http_server_test
Sending build context to Docker daemon 6.76MB
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
---> 0afe2eac9692
Step 4/26 : WORKDIR /build
---> Using cache
---> 0216a9c6aaf3
Step 5/26 : COPY bin/fetch-proxy bin/fetch-proxy
---> Using cache
---> ddd2dac4cc49
Step 6/26 : ARG PROXY_VERSION
---> Using cache
---> 89c6f4b45e46
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
---> c7083af1ec59
Step 8/26 : FROM gcr.io/linkerd-io/go-deps:f364cab7 as golang
---> 2201d82c2d92
Step 9/26 : WORKDIR /go/src/github.com/linkerd/linkerd2
---> Using cache
---> 5e2b2406cb30
Step 10/26 : ENV CGO_ENABLED=0 GOOS=linux
---> Using cache
---> e58ce538e7f8
Step 11/26 : COPY pkg/flags pkg/flags
---> Using cache
---> 45b41f3a490c
Step 12/26 : COPY pkg/tls pkg/tls
---> Using cache
---> 12c7b0727c8e
Step 13/26 : COPY pkg/version pkg/version
---> Using cache
---> 216305f174eb
Step 14/26 : RUN go build ./pkg/...
---> Using cache
---> 4362f7c23574
Step 15/26 : COPY proxy-identity proxy-identity
---> Using cache
---> 4f04efe209a0
Step 16/26 : RUN CGO_ENABLED=0 GOOS=linux go install ./proxy-identity
---> Using cache
---> 4dfa26286906
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
---> 82f192104f4c
Step 19/26 : COPY --from=fetch /build/version.txt /usr/lib/linkerd/linkerd2-proxy-version.txt
---> Using cache
---> d00727980c01
Step 20/26 : COPY --from=fetch /build/linkerd2-proxy /usr/lib/linkerd/linkerd2-proxy
---> Using cache
---> 3a7554bb1992
Step 21/26 : COPY --from=golang /go/bin/proxy-identity /usr/lib/linkerd/linkerd2-proxy-identity
---> Using cache
---> 9b1b2836db33
Step 22/26 : COPY proxy-identity/run-proxy.sh /usr/bin/linkerd2-proxy-run
---> Using cache
---> 77f0b2234789
Step 23/26 : ARG LINKERD_VERSION
---> Using cache
---> b2da15c76fa2
Step 24/26 : ENV LINKERD_CONTAINER_VERSION_OVERRIDE=${LINKERD_VERSION}
---> Using cache
---> c24c23f53943
Step 25/26 : ENV LINKERD2_PROXY_LOG=warn,linkerd2_proxy=info
---> Using cache
---> 20ca078812fa
Step 26/26 : ENTRYPOINT ["/usr/bin/linkerd2-proxy-run"]
---> Using cache
---> 9517cf81ef37
Successfully built 9517cf81ef37
Successfully tagged gcr.io/linkerd-io/proxy:git-6dda24c7
gcr.io/linkerd-io/proxy:git-6dda24c7
Sending build context to Docker daemon 6.759MB
Step 1/13 : FROM gcr.io/linkerd-io/go-deps:f364cab7 as golang
---> 2201d82c2d92
Step 2/13 : WORKDIR /go/src/github.com/linkerd/linkerd2
---> Using cache
---> 5e2b2406cb30
Step 3/13 : COPY controller/gen controller/gen
---> ca7af3c4a1d2
Step 4/13 : COPY pkg pkg
---> cf6d4ba36ee6
Step 5/13 : COPY controller controller
---> a0a5a5f69047
Step 6/13 : RUN CGO_ENABLED=0 GOOS=linux go install ./pkg/...
---> Running in b685a29febda
Removing intermediate container b685a29febda
---> a63726802f32
Step 7/13 : RUN CGO_ENABLED=0 GOOS=linux go install ./controller/cmd/...
---> Running in edb5850d467b
Removing intermediate container edb5850d467b
---> e5c2659cce35
Step 8/13 : FROM scratch
--->
Step 9/13 : ENV PATH=$PATH:/go/bin
---> Using cache
---> ee4f6a8c9caa
Step 10/13 : COPY LICENSE /linkerd/LICENSE
---> Using cache
---> 9c260ce84d12
Step 11/13 : COPY --from=golang /go/bin /go/bin
---> 86f69b2d2aad
Step 12/13 : ARG LINKERD_VERSION
---> Running in 8956271deed4
Removing intermediate container 8956271deed4
---> 053c72ca794b
Step 13/13 : ENV LINKERD_CONTAINER_VERSION_OVERRIDE=${LINKERD_VERSION}
---> Running in bd6dc631a4e3
Removing intermediate container bd6dc631a4e3
---> 33dc2ba351f4
Successfully built 33dc2ba351f4
Successfully tagged gcr.io/linkerd-io/controller:git-6dda24c7
gcr.io/linkerd-io/controller:git-6dda24c7
Sending build context to Docker daemon 6.76MB
Step 1/34 : FROM node:10 as webpack-bundle
---> 64c810caf95a
Step 2/34 : RUN curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.7.0
---> Using cache
---> 229a855db7c2
Step 3/34 : ENV HOME /root
---> Using cache
---> 665bfa73c8cd
Step 4/34 : ENV PATH $HOME/.yarn/bin:$PATH
---> Using cache
---> c432b6eef228
Step 5/34 : ENV GOPATH /go
---> Using cache
---> c7a761fb6bc1
Step 6/34 : ENV PROJECT github.com/linkerd/linkerd2
---> Using cache
---> f457f466f12b
Step 7/34 : ENV PACKAGE $PROJECT/web/app
---> Using cache
---> 9299f009d01f
Step 8/34 : ENV ROOT $GOPATH/src/$PROJECT
---> Using cache
---> 0de41bd8c07b
Step 9/34 : ENV PACKAGEDIR $GOPATH/src/$PACKAGE
---> Using cache
---> bfe2ce2adbf6
Step 10/34 : WORKDIR $PACKAGEDIR
---> Using cache
---> 3f803df41e4a
Step 11/34 : COPY bin/web $ROOT/bin/web
---> Using cache
---> d49c2280e989
Step 12/34 : COPY web/app/package.json web/app/yarn.lock ./
---> Using cache
---> a04e295ee2f6
Step 13/34 : RUN $ROOT/bin/web setup install --frozen-lockfile
---> Using cache
---> 4ddc1a300ec1
Step 14/34 : ENV NODE_ENV production
---> Using cache
---> 5c584dfc6013
Step 15/34 : COPY web/app .
---> Using cache
---> ba13c6bb2d15
Step 16/34 : RUN $ROOT/bin/web build
---> Using cache
---> afddf1ad748b
Step 17/34 : FROM gcr.io/linkerd-io/go-deps:f364cab7 as golang
---> 2201d82c2d92
Step 18/34 : WORKDIR /go/src/github.com/linkerd/linkerd2
---> Using cache
---> 5e2b2406cb30
Step 19/34 : RUN mkdir -p web
---> Using cache
---> dd3180d4fed6
Step 20/34 : COPY web/main.go web
---> Using cache
---> 61cd1e3327cd
Step 21/34 : COPY web/srv web/srv
---> Using cache
---> e2747fb3b203
Step 22/34 : COPY controller controller
---> 540f79f67936
Step 23/34 : COPY pkg pkg
---> 97dd95908de6
Step 24/34 : RUN CGO_ENABLED=0 GOOS=linux go build -o web/web ./web
---> Running in e5c649654036
Removing intermediate container e5c649654036
---> 404683a6f8b6
Step 25/34 : FROM gcr.io/linkerd-io/base:2019-02-19.01
---> f07bbe9e1dde
Step 26/34 : WORKDIR /linkerd
---> Using cache
---> bab3ca674463
Step 27/34 : COPY LICENSE .
---> Using cache
---> dec79cadefbf
Step 28/34 : COPY --from=golang /go/src/github.com/linkerd/linkerd2/web/web .
---> 5c945392cec1
Step 29/34 : RUN mkdir -p app
---> Running in 0ae23059522e
Removing intermediate container 0ae23059522e
---> 3d9310b7161d
Step 30/34 : COPY --from=webpack-bundle /go/src/github.com/linkerd/linkerd2/web/app/dist app/dist
---> 42af86d4f89e
Step 31/34 : COPY web/templates templates
---> 937cedba47c0
Step 32/34 : ARG LINKERD_VERSION
---> Running in 84245d43bb60
Removing intermediate container 84245d43bb60
---> 9ba051b96b09
Step 33/34 : ENV LINKERD_CONTAINER_VERSION_OVERRIDE=${LINKERD_VERSION}
---> Running in 645f5d51567f
Removing intermediate container 645f5d51567f
---> baa5c7903435
Step 34/34 : ENTRYPOINT ["./web"]
---> Running in f362e9dbe1cc
Removing intermediate container f362e9dbe1cc
---> 6b57c1c43958
Successfully built 6b57c1c43958
Successfully tagged gcr.io/linkerd-io/web:git-6dda24c7
gcr.io/linkerd-io/web:git-6dda24c7
Sending build context to Docker daemon 6.759MB
Step 1/8 : FROM gcr.io/linkerd-io/go-deps:f364cab7 as golang
---> 2201d82c2d92
Step 2/8 : WORKDIR /go/src/github.com/linkerd/linkerd2
---> Using cache
---> 5e2b2406cb30
Step 3/8 : COPY ./proxy-init ./proxy-init
---> Using cache
---> b26657c2c48c
Step 4/8 : RUN CGO_ENABLED=0 GOOS=linux go install -v ./proxy-init/
---> Using cache
---> 38f9377adc79
Step 5/8 : FROM gcr.io/linkerd-io/base:2019-02-19.01
---> f07bbe9e1dde
Step 6/8 : COPY LICENSE /linkerd/LICENSE
---> Using cache
---> c9f5f1018e76
Step 7/8 : COPY --from=golang /go/bin/proxy-init /usr/local/bin/proxy-init
---> Using cache
---> 21497c46407d
Step 8/8 : ENTRYPOINT ["/usr/local/bin/proxy-init"]
---> Using cache
---> 0d60c45ca239
Successfully built 0d60c45ca239
Successfully tagged gcr.io/linkerd-io/proxy-init:git-6dda24c7
gcr.io/linkerd-io/proxy-init:git-6dda24c7
Sending build context to Docker daemon 6.759MB
Step 1/17 : FROM gcr.io/linkerd-io/go-deps:f364cab7 as golang
---> 2201d82c2d92
Step 2/17 : WORKDIR /go/src/github.com/linkerd/linkerd2
---> Using cache
---> 5e2b2406cb30
Step 3/17 : COPY proxy-init proxy-init
---> Using cache
---> 541c1abefb52
Step 4/17 : COPY pkg pkg
---> Using cache
---> 8492617a1dd7
Step 5/17 : COPY controller controller
---> 03f9212a758b
Step 6/17 : COPY cni-plugin cni-plugin
---> cca14d689da7
Step 7/17 : RUN CGO_ENABLED=0 GOOS=linux go build -o /go/bin/linkerd-cni -v ./cni-plugin/
---> Running in 34d35a495e78
github.com/linkerd/linkerd2/controller/gen/apis/serviceprofile
github.com/linkerd/linkerd2/controller/gen/apis/serviceprofile/v1alpha1
github.com/linkerd/linkerd2/controller/gen/client/clientset/versioned/scheme
github.com/linkerd/linkerd2/controller/gen/client/clientset/versioned/typed/serviceprofile/v1alpha1
github.com/evanphx/json-patch
k8s.io/apimachinery/third_party/forked/golang/json
k8s.io/kube-openapi/pkg/util/proto
github.com/linkerd/linkerd2/controller/gen/client/clientset/versioned
k8s.io/apimachinery/pkg/util/mergepatch
k8s.io/apimachinery/pkg/util/strategicpatch
k8s.io/client-go/testing
github.com/linkerd/linkerd2/controller/gen/client/clientset/versioned/typed/serviceprofile/v1alpha1/fake
k8s.io/client-go/discovery/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/client-go/kubernetes/typed/apps/v1beta1/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/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
k8s.io/apimachinery/third_party/forked/golang/netutil
github.com/docker/spdystream
github.com/linkerd/linkerd2/proxy-init/iptables
github.com/spf13/cobra
k8s.io/apimachinery/pkg/util/httpstream/spdy
github.com/projectcalico/libcalico-go/lib/logutils
k8s.io/client-go/transport/spdy
github.com/linkerd/linkerd2/proxy-init/cmd
github.com/linkerd/linkerd2/pkg/k8s
github.com/linkerd/linkerd2/cni-plugin
Removing intermediate container 34d35a495e78
---> 0febd3af0ec5
Step 8/17 : FROM gcr.io/linkerd-io/base:2019-02-19.01
---> f07bbe9e1dde
Step 9/17 : WORKDIR /linkerd
---> Using cache
---> bab3ca674463
Step 10/17 : RUN curl -kL -o $(which jq) https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64
---> Using cache
---> ad5df2e811bb
Step 11/17 : COPY --from=golang /go/bin/linkerd-cni /opt/cni/bin/
---> Using cache
---> 5201dcf073db
Step 12/17 : COPY LICENSE .
---> Using cache
---> eefe9a0729c8
Step 13/17 : COPY cni-plugin/deployment/scripts/install-cni.sh .
---> Using cache
---> f6c42d43aee6
Step 14/17 : COPY cni-plugin/deployment/linkerd-cni.conf.default .
---> Using cache
---> e1a5d910652b
Step 15/17 : COPY cni-plugin/deployment/scripts/filter.jq .
---> Using cache
---> 130f858b81fc
Step 16/17 : ENV PATH=/linkerd:/opt/cni/bin:$PATH
---> Using cache
---> 2b0f3ade3047
Step 17/17 : CMD ["install-cni.sh"]
---> Using cache
---> a8faaa290dce
Successfully built a8faaa290dce
gcr.io/linkerd-io/cni-plugin:git-6dda24c7
Successfully tagged gcr.io/linkerd-io/cni-plugin:git-6dda24c7
Sending build context to Docker daemon 6.759MB
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
---> 2b235ffaaaf7
Step 3/3 : ENTRYPOINT [ "tshark", "-i", "any" ]
---> Using cache
---> 7d62e80af4ff
Successfully built 7d62e80af4ff
Successfully tagged gcr.io/linkerd-io/debug:git-6dda24c7
gcr.io/linkerd-io/debug:git-6dda24c7
Sending build context to Docker daemon 6.76MB
Step 1/22 : FROM gcr.io/linkerd-io/go-deps:f364cab7 as golang
---> 2201d82c2d92
Step 2/22 : WORKDIR /go/src/github.com/linkerd/linkerd2
---> Using cache
---> 5e2b2406cb30
Step 3/22 : COPY cli cli
---> Using cache
---> 383114fc2883
Step 4/22 : COPY chart chart
---> Using cache
---> 3fc6f9745b28
Step 5/22 : COPY controller/k8s controller/k8s
---> Using cache
---> 828935e77ec2
Step 6/22 : COPY controller/api controller/api
---> e0788d9234cc
Step 7/22 : COPY controller/gen controller/gen
---> b38d8347996b
Step 8/22 : COPY pkg pkg
---> d279ae8052f1
Step 9/22 : RUN mkdir -p /out
---> Running in 7a2f180ad46b
Removing intermediate container 7a2f180ad46b
---> 4607f4191d37
Step 10/22 : RUN go generate ./cli
---> Running in eb7810fb769b
writing static/generated_templates.gogen.go
Removing intermediate container eb7810fb769b
---> 422a101090d5
Step 11/22 : RUN CGO_ENABLED=0 GOOS=darwin go build -o /out/linkerd-darwin -tags prod -ldflags "-s -w" ./cli
---> Running in 5bcda4ca4546
Removing intermediate container 5bcda4ca4546
---> aaee6c5b51a3
Step 12/22 : RUN CGO_ENABLED=0 GOOS=linux go build -o /out/linkerd-linux -tags prod -ldflags "-s -w" ./cli
---> Running in 014984b432f1
Removing intermediate container 014984b432f1
---> 4eb3aa8b0c6b
Step 13/22 : RUN CGO_ENABLED=0 GOOS=windows go build -o /out/linkerd-windows -tags prod -ldflags "-s -w" ./cli
---> Running in ea8d7ede8757
Removing intermediate container ea8d7ede8757
---> a27c616aca96
Step 14/22 : ARG LINKERD_VERSION
---> Running in 7c3a15050e49
Removing intermediate container 7c3a15050e49
---> 7af54e06fbbf
Step 15/22 : ENV GO_LDFLAGS="-s -w -X github.com/linkerd/linkerd2/pkg/version.Version=${LINKERD_VERSION}"
---> Running in 192ede23bf6c
Removing intermediate container 192ede23bf6c
---> c13672655607
Step 16/22 : RUN CGO_ENABLED=0 GOOS=darwin go build -o /out/linkerd-darwin -tags prod -ldflags "${GO_LDFLAGS}" ./cli
---> Running in 6cf18078ce15
Removing intermediate container 6cf18078ce15
---> f2e1c6914c0b
Step 17/22 : RUN CGO_ENABLED=0 GOOS=linux go build -o /out/linkerd-linux -tags prod -ldflags "${GO_LDFLAGS}" ./cli
---> Running in 43956a447006
Removing intermediate container 43956a447006
---> 101fb0b0ab71
Step 18/22 : RUN CGO_ENABLED=0 GOOS=windows go build -o /out/linkerd-windows -tags prod -ldflags "${GO_LDFLAGS}" ./cli
---> Running in b5a380e1ce79
Removing intermediate container b5a380e1ce79
---> 05c9c96643b1
Step 19/22 : FROM scratch
--->
Step 20/22 : COPY LICENSE /linkerd/LICENSE
---> Using cache
---> a47d8b8df417
Step 21/22 : COPY --from=golang /out /out
---> 64836e893584
Step 22/22 : ENTRYPOINT ["/out/linkerd-linux"]
---> Running in ee79e60b2694
Removing intermediate container ee79e60b2694
---> c55adbbd5eaf
Successfully built c55adbbd5eaf
Successfully tagged gcr.io/linkerd-io/cli-bin:git-6dda24c7
gcr.io/linkerd-io/cli-bin:git-6dda24c7
/root/go/src/github.com/linkerd/linkerd2/target/cli/darwin/linkerd
/root/go/src/github.com/linkerd/linkerd2/target/cli/linux/linkerd
/root/go/src/github.com/linkerd/linkerd2/target/cli/windows/linkerd
Sending build context to Docker daemon 6.759MB
Step 1/4 : FROM grafana/grafana:5.4.3
---> d0454da13c84
Step 2/4 : COPY LICENSE /linkerd/LICENSE
---> Using cache
---> 7a99c2dc336f
Step 3/4 : COPY grafana/dashboards /var/lib/grafana/dashboards
---> Using cache
---> 2c8821daa68a
Step 4/4 : COPY grafana/dashboards/top-line.json /usr/share/grafana/public/dashboards/home.json
---> Using cache
---> 9640d7ed32d2
Successfully built 9640d7ed32d2
Successfully tagged gcr.io/linkerd-io/grafana:git-6dda24c7
gcr.io/linkerd-io/grafana:git-6dda24c7
The push refers to repository [gcr.io/linkerd-io/cli-bin]
461078be4e1d: Preparing
8df9480678ca: Preparing
8df9480678ca: Layer already exists
461078be4e1d: Pushed
git-6dda24c7: digest: sha256:b8c577c8c4e94c2782bab2849f4a3188424e6c4ceb80181c0c3a79ee9cd7be7f size: 737
The push refers to repository [gcr.io/linkerd-io/cni-plugin]
75d45135b421: Preparing
777515aa7ea2: Preparing
b2d241f23912: Preparing
4ebe513f4bc3: Preparing
7aec96f798a5: Preparing
c4a19ab544af: Preparing
cdfa2273017e: Preparing
7c5874767822: Preparing
0a07e81f5da3: Preparing
c4a19ab544af: Waiting
cdfa2273017e: Waiting
7c5874767822: Waiting
0a07e81f5da3: Waiting
7aec96f798a5: Layer already exists
4ebe513f4bc3: Layer already exists
777515aa7ea2: Layer already exists
b2d241f23912: Layer already exists
75d45135b421: Layer already exists
c4a19ab544af: Layer already exists
cdfa2273017e: Layer already exists
7c5874767822: Layer already exists
0a07e81f5da3: Layer already exists
git-6dda24c7: digest: sha256:cb91840be08eb479602bb503510906ac805fdd75e9f6de68c0175d7b725f9166 size: 2200
The push refers to repository [gcr.io/linkerd-io/controller]
ec39a114284d: Preparing
698a427fbb6b: Preparing
698a427fbb6b: Layer already exists
ec39a114284d: Pushed
git-6dda24c7: digest: sha256:21a3582018bb5e779cc7fa5e5e16ed4faf530c638edafadf4e6afea5fdcfeadd size: 737
The push refers to repository [gcr.io/linkerd-io/debug]
d0187b5b5263: Preparing
7c5874767822: Preparing
0a07e81f5da3: Preparing
d0187b5b5263: Layer already exists
0a07e81f5da3: Layer already exists
7c5874767822: Layer already exists
git-6dda24c7: digest: sha256:0a617453907e3315ebfe7d1b985917762188f03c739872bfbbd356eec214ae22 size: 953
The push refers to repository [gcr.io/linkerd-io/grafana]
2737109a4ac7: Preparing
1f5da3a3cfc9: Preparing
92b0e29cdc49: Preparing
67796dde2d25: Preparing
4a786a04c29c: Preparing
63e69b5ec8fb: Preparing
f2d8bd23c9c1: Preparing
c61883f6d7a1: Preparing
7b4e562e58dc: Preparing
f2d8bd23c9c1: Waiting
63e69b5ec8fb: Waiting
c61883f6d7a1: Waiting
7b4e562e58dc: Waiting
92b0e29cdc49: Layer already exists
2737109a4ac7: Layer already exists
67796dde2d25: Layer already exists
1f5da3a3cfc9: Layer already exists
4a786a04c29c: Layer already exists
63e69b5ec8fb: Layer already exists
f2d8bd23c9c1: Layer already exists
7b4e562e58dc: Layer already exists
c61883f6d7a1: Layer already exists
git-6dda24c7: digest: sha256:9c33165cdcf82f45e50f1edf8346d1753b831af0ad4654834918bef19938e8c5 size: 2201
The push refers to repository [gcr.io/linkerd-io/proxy]
dafe74c2961d: Preparing
4c2a6fdff659: Preparing
6b62282acbe9: Preparing
e58d00d7fdca: Preparing
00b08d5b36e4: Preparing
7c5874767822: Preparing
0a07e81f5da3: Preparing
7c5874767822: Waiting
0a07e81f5da3: Waiting
6b62282acbe9: Layer already exists
4c2a6fdff659: Layer already exists
dafe74c2961d: Layer already exists
00b08d5b36e4: Layer already exists
e58d00d7fdca: Layer already exists
7c5874767822: Layer already exists
0a07e81f5da3: Layer already exists
git-6dda24c7: digest: sha256:a903bed0beff9d4ba6e4d3e72e093e3bcc46723127b19e9c75b733f37fe26657 size: 1785
The push refers to repository [gcr.io/linkerd-io/proxy-init]
3553087b72db: Preparing
695e2a5f4c25: Preparing
7c5874767822: Preparing
0a07e81f5da3: Preparing
3553087b72db: Layer already exists
0a07e81f5da3: Layer already exists
695e2a5f4c25: Layer already exists
7c5874767822: Layer already exists
git-6dda24c7: digest: sha256:092f40293ebed6f00935c751ce2305a963270489df9daeb7b42bc17971f0bf13 size: 1160
The push refers to repository [gcr.io/linkerd-io/web]
683ed8326bb4: Preparing
5dbade7eb797: Preparing
2e343de0c257: Preparing
fab6ffea2689: Preparing
358cf0271c1c: Preparing
cdfa2273017e: Preparing
7c5874767822: Preparing
0a07e81f5da3: Preparing
cdfa2273017e: Waiting
7c5874767822: Waiting
0a07e81f5da3: Waiting
358cf0271c1c: Layer already exists
cdfa2273017e: Layer already exists
7c5874767822: Layer already exists
0a07e81f5da3: Layer already exists
683ed8326bb4: Pushed
2e343de0c257: Pushed
5dbade7eb797: Pushed
fab6ffea2689: Pushed
git-6dda24c7: digest: sha256:695f626f226fd13cbf23e29fcb4689caa461d9e162c9bd4529a4ff353510dcb5 size: 1992
Starting to serve on 127.0.0.1:8080
(1/95) Wrote github.com/cyphar/filepath-securejoin@v0.2.2
(2/95) Wrote github.com/beorn7/perks@master
(3/95) Wrote github.com/PuerkitoBio/purell@v1.1.0
(4/95) Wrote sigs.k8s.io/yaml@v1.1.0
(5/95) Wrote github.com/BurntSushi/toml@v0.3.1
(6/95) Wrote github.com/containernetworking/cni@v0.6.0
(7/95) Wrote github.com/go-openapi/jsonreference@v0.17.2
(8/95) Wrote github.com/census-instrumentation/opencensus-proto@v0.1.0
(9/95) Wrote github.com/Masterminds/sprig@v2.17.1
(10/95) Wrote github.com/briandowns/spinner@5cf08d0ac778f0d708570fe143e3f82fdb9f9007
(11/95) Wrote github.com/davecgh/go-spew@v1.1.0
(12/95) Wrote github.com/Azure/go-autorest@v11.3.2
(13/95) Wrote github.com/Masterminds/semver@v1.4.2
(14/95) Wrote github.com/docker/spdystream@449fdfce4d962303d702fec724ef0ad181c92528
(15/95) Wrote contrib.go.opencensus.io/exporter/ocagent@v0.2.0
(16/95) Wrote github.com/cpuguy83/go-md2man@v1.0.8
(17/95) Wrote github.com/emicklei/proto@v1.6.8
(18/95) Wrote github.com/go-openapi/jsonpointer@v0.17.2
(19/95) Wrote github.com/dgrijalva/jwt-go@v3.1.0
(20/95) Wrote github.com/ghodss/yaml@v1.0.0
(21/95) Wrote github.com/evanphx/json-patch@v4.1.0
(22/95) Wrote github.com/grpc-ecosystem/go-grpc-prometheus@v1.1
(23/95) Wrote github.com/fatih/color@v1.7.0
(24/95) Wrote github.com/golang/glog@master
(25/95) Wrote github.com/go-openapi/swag@v0.17.2
(26/95) Wrote github.com/gobwas/glob@v0.2.3
(27/95) Wrote github.com/google/btree@master
(28/95) Wrote github.com/google/gofuzz@master
(29/95) Wrote github.com/go-openapi/spec@v0.17.2
(30/95) Wrote github.com/google/uuid@v1.1.0
(31/95) Wrote github.com/spf13/cobra@7b2c5ac9fc04fc5efafb60700713d4fa609b777b
(32/95) Wrote github.com/hashicorp/golang-lru@master
(33/95) Wrote github.com/inconshreveable/mousetrap@v1.0
(34/95) Wrote github.com/PuerkitoBio/urlesc@master
(35/95) Wrote cloud.google.com/go@v0.18.0
(36/95) Wrote github.com/huandu/xstrings@v1.2.0
(37/95) Wrote github.com/imdario/mergo@0.3.2
(38/95) Wrote github.com/julienschmidt/httprouter@v1.1
(39/95) Wrote github.com/gorilla/websocket@v1.2.0
(40/95) Wrote github.com/gregjones/httpcache@master
(41/95) Wrote github.com/json-iterator/go@f2b4162afba35581b6d4a50d3b8f34e33c144682
(42/95) Wrote github.com/googleapis/gnostic@v0.1.0
(43/95) Wrote github.com/spf13/pflag@v1.0.0
(44/95) Wrote github.com/mattn/go-isatty@v0.0.7
(45/95) Wrote github.com/mailru/easyjson@master
(46/95) Wrote github.com/linkerd/linkerd2-proxy-api@v0.1.7
(47/95) Wrote github.com/mattn/go-colorable@v0.0.9
(48/95) Wrote github.com/golang/protobuf@v1.2.0
(49/95) Wrote github.com/mattn/go-runewidth@v0.0.2
(50/95) Wrote github.com/gophercloud/gophercloud@master
(51/95) Wrote github.com/modern-go/concurrent@1.0.3
(52/95) Wrote github.com/wercker/stern@b04b5491222d9743529cb859a20d34ce2bb763af
(53/95) Wrote github.com/prometheus/client_model@master
(54/95) Wrote github.com/prometheus/common@master
(55/95) Wrote github.com/matttproud/golang_protobuf_extensions@v1.0.0
(56/95) Wrote github.com/prometheus/client_golang@v0.9.2
(57/95) Wrote github.com/russross/blackfriday@v1.5.2
(58/95) Wrote github.com/modern-go/reflect2@1.0.1
(59/95) Wrote github.com/shurcooL/httpfs@master
(60/95) Wrote github.com/sergi/go-diff@v1.0.0
(61/95) Wrote github.com/prometheus/procfs@master
(62/95) Wrote github.com/nsf/termbox-go@master
(63/95) Wrote go.opencensus.io@v0.18.0
(64/95) Wrote github.com/shurcooL/vfsgen@master
(65/95) Wrote github.com/pkg/browser@c90ca0c84f15f81c982e32665bffd8d7aac8f097
(66/95) Wrote github.com/sirupsen/logrus@v1.0.4
(67/95) Wrote github.com/petar/GoLLRB@master
(68/95) Wrote github.com/peterbourgon/diskv@v2.0.1
(69/95) Wrote golang.org/x/crypto@master
(70/95) Wrote github.com/aokoli/goutils@v1.1.0
(71/95) Wrote github.com/pkg/errors@v0.8.1
(72/95) Wrote github.com/projectcalico/libcalico-go@v1.7.3
(73/95) Wrote golang.org/x/oauth2@master
(74/95) Wrote golang.org/x/sync@master
(75/95) Wrote golang.org/x/time@master
(76/95) Wrote github.com/gogo/protobuf@v1.0.0
(77/95) Wrote gopkg.in/inf.v0@v0.9.0
(78/95) Wrote google.golang.org/appengine@v1.0.0
(79/95) Wrote k8s.io/code-generator@master
(80/95) Wrote k8s.io/apimachinery@kubernetes-1.13.1
(81/95) Wrote golang.org/x/net@master
(82/95) Wrote gopkg.in/yaml.v2@v2
(83/95) Wrote k8s.io/kube-openapi@master
(84/95) Wrote k8s.io/klog@v0.1.0
(85/95) Wrote k8s.io/gengo@master
(86/95) Wrote golang.org/x/sys@master
(87/95) Wrote google.golang.org/grpc@v1.9.2
(88/95) Wrote k8s.io/apiextensions-apiserver@kubernetes-1.13.1
(89/95) Wrote google.golang.org/genproto@master
(90/95) Wrote k8s.io/client-go@kubernetes-1.13.1
(91/95) Wrote k8s.io/helm@v2.12.2
(92/95) Wrote golang.org/x/tools@master
(93/95) Wrote golang.org/x/text@master
(94/95) Wrote k8s.io/api@kubernetes-1.13.1
(95/95) Wrote google.golang.org/api@v0.1.0
Collecting project constraints:
(1/95) cloud.google.com/go
(2/95) contrib.go.opencensus.io/exporter/ocagent
(3/95) github.com/Azure/go-autorest
(4/95) github.com/BurntSushi/toml
(5/95) github.com/Masterminds/semver
(6/95) github.com/Masterminds/sprig
(7/95) github.com/PuerkitoBio/purell
(8/95) github.com/PuerkitoBio/urlesc
(9/95) github.com/aokoli/goutils
(10/95) github.com/beorn7/perks
(11/95) github.com/briandowns/spinner
(12/95) github.com/census-instrumentation/opencensus-proto
(13/95) github.com/containernetworking/cni
(14/95) github.com/cpuguy83/go-md2man
(15/95) github.com/cyphar/filepath-securejoin
(16/95) github.com/davecgh/go-spew
(17/95) github.com/dgrijalva/jwt-go
(18/95) github.com/docker/spdystream
(19/95) github.com/emicklei/proto
(20/95) github.com/evanphx/json-patch
(21/95) github.com/fatih/color
(22/95) github.com/ghodss/yaml
(23/95) github.com/go-openapi/jsonpointer
(24/95) github.com/go-openapi/jsonreference
(25/95) github.com/go-openapi/spec
(26/95) github.com/go-openapi/swag
(27/95) github.com/gobwas/glob
(28/95) github.com/gogo/protobuf
(29/95) github.com/golang/glog
(30/95) github.com/golang/protobuf
(31/95) github.com/google/btree
(32/95) github.com/google/gofuzz
(33/95) github.com/google/uuid
(34/95) github.com/googleapis/gnostic
(35/95) github.com/gophercloud/gophercloud
(36/95) github.com/gorilla/websocket
(37/95) github.com/gregjones/httpcache
(38/95) github.com/grpc-ecosystem/go-grpc-prometheus
(39/95) github.com/hashicorp/golang-lru
(40/95) github.com/huandu/xstrings
(41/95) github.com/imdario/mergo
(42/95) github.com/inconshreveable/mousetrap
(43/95) github.com/json-iterator/go
(44/95) github.com/julienschmidt/httprouter
(45/95) github.com/linkerd/linkerd2-proxy-api
(46/95) github.com/mailru/easyjson
(47/95) github.com/mattn/go-colorable
(48/95) github.com/mattn/go-isatty
(49/95) github.com/mattn/go-runewidth
(50/95) github.com/matttproud/golang_protobuf_extensions
(51/95) github.com/modern-go/concurrent
(52/95) github.com/modern-go/reflect2
(53/95) github.com/nsf/termbox-go
(54/95) github.com/petar/GoLLRB
(55/95) github.com/peterbourgon/diskv
(56/95) github.com/pkg/browser
(57/95) github.com/pkg/errors
(58/95) github.com/projectcalico/libcalico-go
(59/95) github.com/prometheus/client_golang
(60/95) github.com/prometheus/client_model
(61/95) github.com/prometheus/common
(62/95) github.com/prometheus/procfs
(63/95) github.com/russross/blackfriday
(64/95) github.com/sergi/go-diff
(65/95) github.com/shurcooL/httpfs
(66/95) github.com/shurcooL/vfsgen
(67/95) github.com/sirupsen/logrus
(68/95) github.com/spf13/cobra
(69/95) github.com/spf13/pflag
(70/95) github.com/wercker/stern
(71/95) go.opencensus.io
(72/95) golang.org/x/crypto
(73/95) golang.org/x/net
(74/95) golang.org/x/oauth2
(75/95) golang.org/x/sync
(76/95) golang.org/x/sys
(77/95) golang.org/x/text
(78/95) golang.org/x/time
(79/95) golang.org/x/tools
(80/95) google.golang.org/api
(81/95) google.golang.org/appengine
(82/95) google.golang.org/genproto
(83/95) google.golang.org/grpc
(84/95) gopkg.in/inf.v0
(85/95) gopkg.in/yaml.v2
(86/95) k8s.io/api
(87/95) k8s.io/apiextensions-apiserver
(88/95) k8s.io/apimachinery
(89/95) k8s.io/client-go
(90/95) k8s.io/code-generator
(91/95) k8s.io/gengo
(92/95) k8s.io/helm
(93/95) k8s.io/klog
(94/95) k8s.io/kube-openapi
(95/95) sigs.k8s.io/yaml
Checking upstream projects:
(1/95) cloud.google.com/go
(2/95) contrib.go.opencensus.io/exporter/ocagent
(3/95) github.com/Azure/go-autorest
(4/95) github.com/BurntSushi/toml
(5/95) github.com/Masterminds/semver
(6/95) github.com/Masterminds/sprig
(7/95) github.com/PuerkitoBio/purell
(8/95) github.com/PuerkitoBio/urlesc
(9/95) github.com/aokoli/goutils
(10/95) github.com/beorn7/perks
(11/95) github.com/briandowns/spinner
(12/95) github.com/census-instrumentation/opencensus-proto
(13/95) github.com/containernetworking/cni
(14/95) github.com/cpuguy83/go-md2man
(15/95) github.com/cyphar/filepath-securejoin
(16/95) github.com/davecgh/go-spew
(17/95) github.com/dgrijalva/jwt-go
(18/95) github.com/docker/spdystream
(19/95) github.com/emicklei/proto
(20/95) github.com/evanphx/json-patch
(21/95) github.com/fatih/color
(22/95) github.com/ghodss/yaml
(23/95) github.com/go-openapi/jsonpointer
(24/95) github.com/go-openapi/jsonreference
(25/95) github.com/go-openapi/spec
(26/95) github.com/go-openapi/swag
(27/95) github.com/gobwas/glob
(28/95) github.com/gogo/protobuf
(29/95) github.com/golang/glog
(30/95) github.com/golang/protobuf
(31/95) github.com/google/btree
(32/95) github.com/google/gofuzz
(33/95) github.com/google/uuid
(34/95) github.com/googleapis/gnostic
(35/95) github.com/gophercloud/gophercloud
(36/95) github.com/gorilla/websocket
(37/95) github.com/gregjones/httpcache
(38/95) github.com/grpc-ecosystem/go-grpc-prometheus
(39/95) github.com/hashicorp/golang-lru
(40/95) github.com/huandu/xstrings
(41/95) github.com/imdario/mergo
(42/95) github.com/inconshreveable/mousetrap
(43/95) github.com/json-iterator/go
(44/95) github.com/julienschmidt/httprouter
(45/95) github.com/linkerd/linkerd2-proxy-api
(46/95) github.com/mailru/easyjson
(47/95) github.com/mattn/go-colorable
(48/95) github.com/mattn/go-isatty
(49/95) github.com/mattn/go-runewidth
(50/95) github.com/matttproud/golang_protobuf_extensions
(51/95) github.com/modern-go/concurrent
(52/95) github.com/modern-go/reflect2
(53/95) github.com/nsf/termbox-go
(54/95) github.com/petar/GoLLRB
(55/95) github.com/peterbourgon/diskv
(56/95) github.com/pkg/browser
(57/95) github.com/pkg/errors
(58/95) github.com/projectcalico/libcalico-go
(59/95) github.com/prometheus/client_golang
(60/95) github.com/prometheus/client_model
(61/95) github.com/prometheus/common
(62/95) github.com/prometheus/procfs
(63/95) github.com/russross/blackfriday
(64/95) github.com/sergi/go-diff
(65/95) github.com/shurcooL/httpfs
(66/95) github.com/shurcooL/vfsgen
(67/95) github.com/sirupsen/logrus
(68/95) github.com/spf13/cobra
(69/95) github.com/spf13/pflag
(70/95) github.com/wercker/stern
(71/95) go.opencensus.io
(72/95) golang.org/x/crypto
(73/95) golang.org/x/net
(74/95) golang.org/x/oauth2
(75/95) golang.org/x/sync
(76/95) golang.org/x/sys
(77/95) golang.org/x/text
(78/95) golang.org/x/time
(79/95) golang.org/x/tools
(80/95) google.golang.org/api
(81/95) google.golang.org/appengine
(82/95) google.golang.org/genproto
(83/95) google.golang.org/grpc
(84/95) gopkg.in/inf.v0
(85/95) gopkg.in/yaml.v2
(86/95) k8s.io/api
(87/95) k8s.io/apiextensions-apiserver
(88/95) k8s.io/apimachinery
(89/95) k8s.io/client-go
(90/95) k8s.io/code-generator
(91/95) k8s.io/gengo
(92/95) k8s.io/helm
(93/95) k8s.io/klog
(94/95) k8s.io/kube-openapi
(95/95) sigs.k8s.io/yaml
PROJECT CONSTRAINT VERSION REVISION LATEST PKGS USED
cloud.google.com/go v0.18.0 v0.18.0 767c40d v0.18.0 1
contrib.go.opencensus.io/exporter/ocagent v0.2.0 v0.2.0 00af367 v0.2.0 1
github.com/Azure/go-autorest v11.3.2 v11.3.2 7324aa0 v11.3.2 6
github.com/BurntSushi/toml v0.3.1 v0.3.1 3012a1d v0.3.1 1
github.com/Masterminds/semver v1.4.2 v1.4.2 c7af129 v1.4.2 1
github.com/Masterminds/sprig v2.17.1 v2.17.1 544a9b1 v2.17.1 1
github.com/PuerkitoBio/purell v1.1.0 v1.1.0 0bcb03f v1.1.0 1
github.com/PuerkitoBio/urlesc branch master branch master de5bf2a de5bf2a 1
github.com/aokoli/goutils v1.1.0 v1.1.0 41ac869 v1.1.0 1
github.com/beorn7/perks branch master branch master 4c0e845 4b2b341 1
github.com/briandowns/spinner 5cf08d0 5cf08d0 1
github.com/census-instrumentation/opencensus-proto v0.1.0 v0.1.0 7f2434b v0.1.0 4
github.com/containernetworking/cni v0.6.0 v0.6.0 5
github.com/cpuguy83/go-md2man v1.0.8 v1.0.8 20f5889 v1.0.8 1
github.com/cyphar/filepath-securejoin v0.2.2 v0.2.2 a261ee3 v0.2.2 1
github.com/davecgh/go-spew v1.1.0 v1.1.0 346938d v1.1.0 1
github.com/dgrijalva/jwt-go v3.1.0 v3.1.0 dbeaa93 v3.1.0 1
github.com/docker/spdystream * 449fdfc 2
github.com/emicklei/proto v1.6.8 v1.6.8 6a34d38 v1.6.8 1
github.com/evanphx/json-patch v4.1.0 v4.1.0 72bf35d v4.1.0 1
github.com/fatih/color v1.7.0 v1.7.0 5b77d2a v1.7.0 1
github.com/ghodss/yaml v1.0.0 v1.0.0 0ca9ea5 v1.0.0 1
github.com/go-openapi/jsonpointer v0.17.2 v0.17.2 ef5f0af v0.17.2 1
github.com/go-openapi/jsonreference v0.17.2 v0.17.2 8483a88 v0.17.2 1
github.com/go-openapi/spec ^0.17.2 v0.17.2 5bae59e v0.17.2 1
github.com/go-openapi/swag v0.17.2 v0.17.2 5899d5c v0.17.2 1
github.com/gobwas/glob v0.2.3 v0.2.3 5ccd90e v0.2.3 8
github.com/gogo/protobuf v1.0.0 v1.0.0 1adfc12 v1.0.0 2
github.com/golang/glog branch master branch master 23def4e 23def4e 1
github.com/golang/protobuf ^1.2.0 v1.2.0 aa810b6 v1.3.1 14
github.com/google/btree branch master branch master e89373f 2023616 1
github.com/google/gofuzz branch master branch master 24818f7 f140a64 1
github.com/google/uuid v1.1.0 v1.1.0 9b3b1e0 v1.1.0 1
github.com/googleapis/gnostic v0.1.0 v0.1.0 ee43cbb v0.1.0 3
github.com/gophercloud/gophercloud branch master branch master 104e257 6f9faf5 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 3befbb6 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 ff8f6c9 2
github.com/huandu/xstrings v1.2.0 v1.2.0 f02667b v1.2.0 1
github.com/imdario/mergo 0.3.2 0.3.2 163f413 0.3.2 1
github.com/inconshreveable/mousetrap v1.0 v1.0 76626ae v1.0 1
github.com/json-iterator/go * f2b4162 1
github.com/julienschmidt/httprouter v1.1 v1.1 8c199fb v1.1 1
github.com/linkerd/linkerd2-proxy-api ^0.1.7 v0.1.7 be7667c v0.1.8 5
github.com/mailru/easyjson branch master branch master 60711f1 1ea4449 3
github.com/mattn/go-colorable v0.0.9 v0.0.9 167de6b v0.0.9 1
github.com/mattn/go-isatty ^0.0.7 v0.0.7 c2a7a6c v0.0.7 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 53be0d3 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.2 5
github.com/prometheus/client_model branch master branch master 99fa1f4 fd36f42 1
github.com/prometheus/common branch master branch master 89604d1 1ba8873 3
github.com/prometheus/procfs branch master branch master cb41470 5867b95 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 74dc933 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.1 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 e1dfcc5 3
golang.org/x/net branch master branch master 2fb46b1 f4e77d3 8
golang.org/x/oauth2 branch master branch master a032972 9f33145 5
golang.org/x/sync branch master branch master 37e7f08 1122301 1
golang.org/x/sys branch master branch master 37707fd 12bbe5a 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 cf84161 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 b515fa1 1
google.golang.org/grpc ^1.7.0 v1.9.2 6b51017 v1.20.1 23
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 ff26e78 19
k8s.io/gengo branch master branch master 4242d8e e17681d 8
k8s.io/helm ^2.12.2 v2.12.2 7d2b0c7 v2.13.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 411b248 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-6dda24c7] namespace [l5d-integration-auto-git-6dda24c7] k8s-context []
Running test [install_test.go] --linkerd-namespace=l5d-integration-auto-git-6dda24c7
=== RUN TestVersionPreInstall
--- PASS: TestVersionPreInstall (0.12s)
=== RUN TestCheckPreInstall
--- PASS: TestCheckPreInstall (0.34s)
=== RUN TestInstallOrUpgrade
--- PASS: TestInstallOrUpgrade (71.12s)
=== RUN TestVersionPostInstall
--- PASS: TestVersionPostInstall (0.39s)
=== RUN TestInstallSP
--- PASS: TestInstallSP (0.76s)
=== RUN TestCheckConfigPostInstall
--- PASS: TestCheckConfigPostInstall (0.20s)
=== RUN TestCheckPostInstall
--- PASS: TestCheckPostInstall (0.65s)
=== RUN TestDashboard
--- PASS: TestDashboard (0.90s)
=== RUN TestInject
--- PASS: TestInject (20.98s)
=== RUN TestServiceProfileDeploy
--- PASS: TestServiceProfileDeploy (0.68s)
=== RUN TestCheckProxy
--- PASS: TestCheckProxy (0.75s)
=== 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/tap
=== RUN TestLogs/controller/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 (35.02s)
--- PASS: TestLogs/proxy-injector/proxy-injector (2.50s)
--- SKIP: TestLogs/proxy-injector/linkerd-proxy (2.50s)
install_test.go:432: Found known error in proxy-injector/linkerd-proxy log: l5d-integration-auto-git-6dda24c7 linkerd-proxy-injector-59b5c6b9f6-8dgpm linkerd-proxy WARN [ 0.511694s] linkerd-identity.l5d-integration-auto-git-6dda24c7.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-6dda24c7.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-6dda24c7.serviceaccount.identity.l5d-integration-auto-git-6dda24c7.cluster.local") }: request timed out
--- PASS: TestLogs/controller/destination (2.50s)
--- PASS: TestLogs/controller/public-api (2.50s)
--- PASS: TestLogs/controller/tap (2.50s)
--- SKIP: TestLogs/controller/linkerd-proxy (2.50s)
install_test.go:432: Found known error in controller/linkerd-proxy log: l5d-integration-auto-git-6dda24c7 linkerd-controller-75784f4d5b-sttvr linkerd-proxy WARN [ 0.513974s] linkerd-identity.l5d-integration-auto-git-6dda24c7.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-6dda24c7.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-6dda24c7.serviceaccount.identity.l5d-integration-auto-git-6dda24c7.cluster.local") }: request timed out
--- SKIP: TestLogs/grafana/linkerd-proxy (2.50s)
install_test.go:432: Found known error in grafana/linkerd-proxy log: l5d-integration-auto-git-6dda24c7 linkerd-grafana-5fccc8dfb8-ptvt2 linkerd-proxy WARN [ 0.522755s] linkerd-identity.l5d-integration-auto-git-6dda24c7.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-6dda24c7.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-6dda24c7.serviceaccount.identity.l5d-integration-auto-git-6dda24c7.cluster.local") }: request timed out
--- PASS: TestLogs/identity/identity (2.50s)
--- SKIP: TestLogs/identity/linkerd-proxy (2.50s)
install_test.go:432: Found known error in identity/linkerd-proxy log: l5d-integration-auto-git-6dda24c7 linkerd-identity-58cd54b984-zqn4p linkerd-proxy WARN [ 12.300139s] linkerd-destination.l5d-integration-auto-git-6dda24c7.svc.cluster.local:8086 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-destination.l5d-integration-auto-git-6dda24c7.svc.cluster.local", port: 8086 }), identity: Some("linkerd-controller.l5d-integration-auto-git-6dda24c7.serviceaccount.identity.l5d-integration-auto-git-6dda24c7.cluster.local") }: request timed out
--- SKIP: TestLogs/prometheus/linkerd-proxy (2.51s)
install_test.go:432: Found known error in prometheus/linkerd-proxy log: l5d-integration-auto-git-6dda24c7 linkerd-prometheus-8655485b86-x2nkk linkerd-proxy WARN [ 0.519444s] linkerd-identity.l5d-integration-auto-git-6dda24c7.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-6dda24c7.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-6dda24c7.serviceaccount.identity.l5d-integration-auto-git-6dda24c7.cluster.local") }: request timed out
--- PASS: TestLogs/sp-validator/sp-validator (2.50s)
--- SKIP: TestLogs/sp-validator/linkerd-proxy (2.50s)
install_test.go:432: Found known error in sp-validator/linkerd-proxy log: l5d-integration-auto-git-6dda24c7 linkerd-sp-validator-68565f45f5-tnplc linkerd-proxy WARN [ 0.508817s] linkerd-identity.l5d-integration-auto-git-6dda24c7.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-6dda24c7.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-6dda24c7.serviceaccount.identity.l5d-integration-auto-git-6dda24c7.cluster.local") }: request timed out
--- PASS: TestLogs/web/web (2.50s)
--- SKIP: TestLogs/web/linkerd-proxy (2.50s)
install_test.go:432: Found known error in web/linkerd-proxy log: l5d-integration-auto-git-6dda24c7 linkerd-web-f5fcd74b8-2b2np linkerd-proxy WARN [ 0.511159s] linkerd-identity.l5d-integration-auto-git-6dda24c7.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-6dda24c7.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-6dda24c7.serviceaccount.identity.l5d-integration-auto-git-6dda24c7.cluster.local") }: request timed out
=== RUN TestRestarts
--- PASS: TestRestarts (0.09s)
PASS
ok command-line-arguments 132.080s
Installing release [edge-19.5.1] namespace [l5d-integration-auto-git-6dda24c7-upgrade]
Upgrading release [edge-19.5.1] to [git-6dda24c7]
Running test [install_test.go] --upgrade-from-version=edge-19.5.1
Running test [--linkerd-namespace=l5d-integration-auto-git-6dda24c7-upgrade]
=== RUN TestVersionPreInstall
--- PASS: TestVersionPreInstall (0.47s)
=== RUN TestCheckPreInstall
--- SKIP: TestCheckPreInstall (0.00s)
install_test.go:100: Skipping pre-install check for upgrade test
=== RUN TestInstallOrUpgrade
--- PASS: TestInstallOrUpgrade (55.93s)
=== RUN TestVersionPostInstall
--- PASS: TestVersionPostInstall (0.37s)
=== RUN TestInstallSP
--- PASS: TestInstallSP (0.59s)
=== RUN TestCheckConfigPostInstall
--- PASS: TestCheckConfigPostInstall (0.20s)
=== RUN TestCheckPostInstall
--- PASS: TestCheckPostInstall (0.74s)
=== RUN TestDashboard
--- PASS: TestDashboard (0.98s)
=== RUN TestInject
--- PASS: TestInject (20.53s)
=== RUN TestServiceProfileDeploy
--- PASS: TestServiceProfileDeploy (0.67s)
=== RUN TestCheckProxy
--- PASS: TestCheckProxy (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/tap
=== RUN TestLogs/controller/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 (35.02s)
--- SKIP: TestLogs/proxy-injector/proxy-injector (2.50s)
install_test.go:432: Found known error in proxy-injector/proxy-injector log: l5d-integration-auto-git-6dda24c7-upgrade linkerd-proxy-injector-775787c7bb-rb2th proxy-injector time="2019-05-08T21:50:45Z" level=warning msg="failed to retrieve replicaset from indexer, retrying with get request l5d-integration-auto-git-6dda24c7-upgrade-smoke-test/smoke-test-gateway-554b49cf68: replicaset.apps \"smoke-test-gateway-554b49cf68\" not found"
--- SKIP: TestLogs/proxy-injector/linkerd-proxy (2.50s)
install_test.go:432: Found known error in proxy-injector/linkerd-proxy log: l5d-integration-auto-git-6dda24c7-upgrade linkerd-proxy-injector-775787c7bb-rb2th linkerd-proxy WARN [ 0.514862s] linkerd-identity.l5d-integration-auto-git-6dda24c7-upgrade.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-6dda24c7-upgrade.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-6dda24c7-upgrade.serviceaccount.identity.l5d-integration-auto-git-6dda24c7-upgrade.cluster.local") }: request timed out
--- PASS: TestLogs/controller/destination (2.50s)
--- PASS: TestLogs/controller/public-api (2.50s)
--- PASS: TestLogs/controller/tap (2.50s)
--- SKIP: TestLogs/controller/linkerd-proxy (2.50s)
install_test.go:432: Found known error in controller/linkerd-proxy log: l5d-integration-auto-git-6dda24c7-upgrade linkerd-controller-dfbbfdfc4-djc5m linkerd-proxy WARN [ 0.513649s] linkerd-identity.l5d-integration-auto-git-6dda24c7-upgrade.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-6dda24c7-upgrade.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-6dda24c7-upgrade.serviceaccount.identity.l5d-integration-auto-git-6dda24c7-upgrade.cluster.local") }: request timed out
--- SKIP: TestLogs/grafana/linkerd-proxy (2.50s)
install_test.go:435: Found unexpected proxy error in grafana/linkerd-proxy log: l5d-integration-auto-git-6dda24c7-upgrade linkerd-grafana-5ddc4cff87-ntwq5 linkerd-proxy ERR! [ 9.787707s] proxy={server=in listen=0.0.0.0:4143 remote=10.244.1.30:49664} 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)
--- SKIP: TestLogs/identity/linkerd-proxy (2.50s)
install_test.go:432: Found known error in identity/linkerd-proxy log: l5d-integration-auto-git-6dda24c7-upgrade linkerd-identity-68f5546ff6-trsm2 linkerd-proxy WARN [ 7.906921s] linkerd-destination.l5d-integration-auto-git-6dda24c7-upgrade.svc.cluster.local:8086 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-destination.l5d-integration-auto-git-6dda24c7-upgrade.svc.cluster.local", port: 8086 }), identity: Some("linkerd-controller.l5d-integration-auto-git-6dda24c7-upgrade.serviceaccount.identity.l5d-integration-auto-git-6dda24c7-upgrade.cluster.local") }: request timed out
--- PASS: TestLogs/prometheus/linkerd-proxy (2.50s)
--- PASS: TestLogs/sp-validator/sp-validator (2.50s)
--- PASS: TestLogs/sp-validator/linkerd-proxy (2.50s)
--- PASS: TestLogs/web/web (2.50s)
--- SKIP: TestLogs/web/linkerd-proxy (2.50s)
install_test.go:432: Found known error in web/linkerd-proxy log: l5d-integration-auto-git-6dda24c7-upgrade linkerd-web-cb6df8c8-jjg8m linkerd-proxy WARN [ 0.511151s] linkerd-identity.l5d-integration-auto-git-6dda24c7-upgrade.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-6dda24c7-upgrade.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-6dda24c7-upgrade.serviceaccount.identity.l5d-integration-auto-git-6dda24c7-upgrade.cluster.local") }: request timed out
=== RUN TestRestarts
--- PASS: TestRestarts (0.06s)
PASS
ok command-line-arguments 116.648s
Running test [tap_test.go] --linkerd-namespace=l5d-integration-auto-git-6dda24c7
=== RUN TestCliTap
=== RUN TestCliTap/tap_a_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.49s)
--- PASS: TestCliTap/tap_a_deployment (4.19s)
--- PASS: TestCliTap/tap_a_service_call (4.00s)
--- 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.563s
Running test [get_test.go] --linkerd-namespace=l5d-integration-auto-git-6dda24c7
=== RUN TestCliGet
=== RUN TestCliGet/get_pods_from_--all-namespaces
=== RUN TestCliGet/get_pods_from_the_linkerd_namespace
--- PASS: TestCliGet (19.68s)
--- PASS: TestCliGet/get_pods_from_--all-namespaces (0.53s)
--- PASS: TestCliGet/get_pods_from_the_linkerd_namespace (0.47s)
PASS
ok command-line-arguments 19.768s
Running test [routes_test.go] --linkerd-namespace=l5d-integration-auto-git-6dda24c7
=== RUN TestRoutes
--- PASS: TestRoutes (0.99s)
PASS
ok command-line-arguments 1.066s
Running test [serviceprofiles_test.go] --linkerd-namespace=l5d-integration-auto-git-6dda24c7
=== RUN TestServiceProfiles
=== RUN TestServiceProfiles/tap
=== RUN TestServiceProfiles/open-api
--- PASS: TestServiceProfiles (31.11s)
--- PASS: TestServiceProfiles/tap (3.17s)
--- PASS: TestServiceProfiles/open-api (1.36s)
=== RUN TestServiceProfileMetrics
--- PASS: TestServiceProfileMetrics (44.74s)
PASS
ok command-line-arguments 76.010s
Running test [egress_test.go] --linkerd-namespace=l5d-integration-auto-git-6dda24c7
=== RUN TestEgressHttp
=== RUN TestEgressHttp/Can_use_egress_to_send_GET_request_to_http_(egress-test-http-get)
=== RUN TestEgressHttp/Can_use_egress_to_send_POST_request_to_http_(egress-test-http-post)
=== RUN TestEgressHttp/Can_use_egress_to_send_GET_request_to_https_(egress-test-https-get)
=== RUN TestEgressHttp/Can_use_egress_to_send_POST_request_to_https_(egress-test-https-post)
=== RUN TestEgressHttp/Can_use_egress_to_send_GET_request_to_https_(egress-test-not-www-get)
--- PASS: TestEgressHttp (24.36s)
--- PASS: TestEgressHttp/Can_use_egress_to_send_GET_request_to_http_(egress-test-http-get) (0.44s)
--- PASS: TestEgressHttp/Can_use_egress_to_send_POST_request_to_http_(egress-test-http-post) (0.43s)
--- 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.64s)
--- PASS: TestEgressHttp/Can_use_egress_to_send_GET_request_to_https_(egress-test-not-www-get) (0.70s)
PASS
ok command-line-arguments 24.444s
Running test [inject_test.go] --linkerd-namespace=l5d-integration-auto-git-6dda24c7
=== RUN TestInject
--- PASS: TestInject (0.06s)
=== RUN TestInjectParams
--- PASS: TestInjectParams (0.05s)
=== RUN TestAnnotationPermutations
--- PASS: TestAnnotationPermutations (27.57s)
PASS
ok command-line-arguments 27.764s
Running test [stat_test.go] --linkerd-namespace=l5d-integration-auto-git-6dda24c7
=== RUN TestCliStatForLinkerdNamespace
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_deploy_-n_l5d-integration-auto-git-6dda24c7
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_po_-n_l5d-integration-auto-git-6dda24c7_--from_deploy/linkerd-controller
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_deploy_-n_l5d-integration-auto-git-6dda24c7_--to_po/linkerd-prometheus-8655485b86-x2nkk
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_svc_-n_l5d-integration-auto-git-6dda24c7_--from_deploy/linkerd-controller
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_deploy_-n_l5d-integration-auto-git-6dda24c7_--to_svc/linkerd-prometheus
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_ns_l5d-integration-auto-git-6dda24c7
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_po_-n_l5d-integration-auto-git-6dda24c7_--to_au/linkerd-prometheus.l5d-integration-auto-git-6dda24c7.svc.cluster.local:9090
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_au_-n_l5d-integration-auto-git-6dda24c7_--to_po/linkerd-prometheus-8655485b86-x2nkk
--- PASS: TestCliStatForLinkerdNamespace (9.29s)
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_deploy_-n_l5d-integration-auto-git-6dda24c7 (0.53s)
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_po_-n_l5d-integration-auto-git-6dda24c7_--from_deploy/linkerd-controller (5.94s)
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_deploy_-n_l5d-integration-auto-git-6dda24c7_--to_po/linkerd-prometheus-8655485b86-x2nkk (0.45s)
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_svc_-n_l5d-integration-auto-git-6dda24c7_--from_deploy/linkerd-controller (0.40s)
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_deploy_-n_l5d-integration-auto-git-6dda24c7_--to_svc/linkerd-prometheus (0.48s)
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_ns_l5d-integration-auto-git-6dda24c7 (0.48s)
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_po_-n_l5d-integration-auto-git-6dda24c7_--to_au/linkerd-prometheus.l5d-integration-auto-git-6dda24c7.svc.cluster.local:9090 (0.43s)
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_au_-n_l5d-integration-auto-git-6dda24c7_--to_po/linkerd-prometheus-8655485b86-x2nkk (0.49s)
PASS
ok command-line-arguments 9.383s
=== PASS: all tests passed
cleaning up namespace [l5d-integration-auto-git-6dda24c7] in k8s-context [] and associated test namespaces
namespace "l5d-integration-auto-git-6dda24c7" deleted
namespace "l5d-integration-auto-git-6dda24c7-egress-test" deleted
namespace "l5d-integration-auto-git-6dda24c7-get-test" deleted
namespace "l5d-integration-auto-git-6dda24c7-inject-test" deleted
namespace "l5d-integration-auto-git-6dda24c7-inject-test-disabled" deleted
namespace "l5d-integration-auto-git-6dda24c7-inject-test-enabled" deleted
namespace "l5d-integration-auto-git-6dda24c7-serviceprofile-test" deleted
namespace "l5d-integration-auto-git-6dda24c7-smoke-test" deleted
namespace "l5d-integration-auto-git-6dda24c7-tap-test" deleted
namespace "l5d-integration-auto-git-6dda24c7-upgrade" deleted
namespace "l5d-integration-auto-git-6dda24c7-upgrade-smoke-test" deleted
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-6dda24c7-controller" deleted
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-6dda24c7-identity" deleted
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-6dda24c7-prometheus" deleted
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-6dda24c7-proxy-injector" deleted
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-6dda24c7-sp-validator" deleted
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-6dda24c7-upgrade-controller" deleted
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-6dda24c7-upgrade-identity" deleted
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-6dda24c7-upgrade-prometheus" deleted
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-6dda24c7-upgrade-proxy-injector" deleted
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-6dda24c7-upgrade-sp-validator" deleted
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-6dda24c7-controller" deleted
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-6dda24c7-identity" deleted
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-6dda24c7-prometheus" deleted
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-6dda24c7-proxy-injector" deleted
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-6dda24c7-sp-validator" deleted
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-6dda24c7-upgrade-controller" deleted
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-6dda24c7-upgrade-identity" deleted
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-6dda24c7-upgrade-prometheus" deleted
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-6dda24c7-upgrade-proxy-injector" deleted
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-6dda24c7-upgrade-sp-validator" deleted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment