Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save l5d-bot/68d1add85ceee6873863d70df707b0d8 to your computer and use it in GitHub Desktop.
Save l5d-bot/68d1add85ceee6873863d70df707b0d8 to your computer and use it in GitHub Desktop.
l5d-integration-success-a6d3528532ded7dd638d7a086df7b396a9f6ade1.log
Cloning into '/root/go/src/github.com/linkerd/linkerd2'...
Note: checking out 'a6d3528532ded7dd638d7a086df7b396a9f6ade1'.
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 a6d35285 Make the linter happy
Sending build context to Docker daemon 6.767MB
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
---> e48019ac58dc
Step 4/26 : WORKDIR /build
---> Using cache
---> b2bf38162356
Step 5/26 : COPY bin/fetch-proxy bin/fetch-proxy
---> Using cache
---> e28c2633548b
Step 6/26 : ARG PROXY_VERSION
---> Using cache
---> b21991543fe5
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
---> 56fa69280117
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
---> d941ef8616a4
Step 10/26 : ENV CGO_ENABLED=0 GOOS=linux
---> Using cache
---> 21e8e9a8764b
Step 11/26 : COPY pkg/flags pkg/flags
---> Using cache
---> 462576fbee50
Step 12/26 : COPY pkg/tls pkg/tls
---> Using cache
---> 4a4ea1fefad2
Step 13/26 : COPY pkg/version pkg/version
---> Using cache
---> d181a2778a59
Step 14/26 : RUN go build ./pkg/...
---> Using cache
---> 93a2482f7806
Step 15/26 : COPY proxy-identity proxy-identity
---> Using cache
---> ada41804dfa6
Step 16/26 : RUN CGO_ENABLED=0 GOOS=linux go install ./proxy-identity
---> Using cache
---> 5de8b92bbcb4
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
---> 3af8e38a7727
Step 19/26 : COPY --from=fetch /build/version.txt /usr/lib/linkerd/linkerd2-proxy-version.txt
---> Using cache
---> 3c0ab7bf9187
Step 20/26 : COPY --from=fetch /build/linkerd2-proxy /usr/lib/linkerd/linkerd2-proxy
---> Using cache
---> 41eeaa2f5627
Step 21/26 : COPY --from=golang /go/bin/proxy-identity /usr/lib/linkerd/linkerd2-proxy-identity
---> Using cache
---> 201231549c35
Step 22/26 : COPY proxy-identity/run-proxy.sh /usr/bin/linkerd2-proxy-run
---> Using cache
---> 97130ec60166
Step 23/26 : ARG LINKERD_VERSION
---> Using cache
---> 1d3a6a69a777
Step 24/26 : ENV LINKERD_CONTAINER_VERSION_OVERRIDE=${LINKERD_VERSION}
---> Running in 0555209335c0
Removing intermediate container 0555209335c0
---> beda87bb020e
Step 25/26 : ENV LINKERD2_PROXY_LOG=warn,linkerd2_proxy=info
---> Running in ab10d06b6778
Removing intermediate container ab10d06b6778
---> ebe9627c353b
Step 26/26 : ENTRYPOINT ["/usr/bin/linkerd2-proxy-run"]
---> Running in 8b72c1324285
Removing intermediate container 8b72c1324285
---> 4f1450b03589
Successfully built 4f1450b03589
Successfully tagged gcr.io/linkerd-io/proxy:git-a6d35285
gcr.io/linkerd-io/proxy:git-a6d35285
Sending build context to Docker daemon 6.767MB
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
---> d941ef8616a4
Step 3/13 : COPY controller/gen controller/gen
---> Using cache
---> b1eeda106891
Step 4/13 : COPY pkg pkg
---> 74c2e60d23d7
Step 5/13 : COPY controller controller
---> 39e76d87860a
Step 6/13 : RUN CGO_ENABLED=0 GOOS=linux go install ./pkg/...
---> Running in 0fd3a5584ba0
Removing intermediate container 0fd3a5584ba0
---> 5e02f77b123d
Step 7/13 : RUN CGO_ENABLED=0 GOOS=linux go install ./controller/cmd/...
---> Running in f4583c413a92
Removing intermediate container f4583c413a92
---> 8d022d3452da
Step 8/13 : FROM scratch
--->
Step 9/13 : ENV PATH=$PATH:/go/bin
---> Using cache
---> f49ec3db1eda
Step 10/13 : COPY LICENSE /linkerd/LICENSE
---> Using cache
---> cf78708cb401
Step 11/13 : COPY --from=golang /go/bin /go/bin
---> d3515df3d7f0
Step 12/13 : ARG LINKERD_VERSION
---> Running in 5dcda2af45d8
Removing intermediate container 5dcda2af45d8
---> eae696c23fc6
Step 13/13 : ENV LINKERD_CONTAINER_VERSION_OVERRIDE=${LINKERD_VERSION}
---> Running in 80ab66fbfe71
Removing intermediate container 80ab66fbfe71
---> 744ea9259abd
Successfully built 744ea9259abd
Successfully tagged gcr.io/linkerd-io/controller:git-a6d35285
gcr.io/linkerd-io/controller:git-a6d35285
Sending build context to Docker daemon 6.767MB
Step 1/34 : FROM node:10 as webpack-bundle
---> 8c10e6cc3f51
Step 2/34 : RUN curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.7.0
---> Using cache
---> e8fa0840cbe1
Step 3/34 : ENV HOME /root
---> Using cache
---> a53285c82e26
Step 4/34 : ENV PATH $HOME/.yarn/bin:$PATH
---> Using cache
---> 2c1129bb5be4
Step 5/34 : ENV GOPATH /go
---> Using cache
---> 412d8a804c30
Step 6/34 : ENV PROJECT github.com/linkerd/linkerd2
---> Using cache
---> fca6000a7ac9
Step 7/34 : ENV PACKAGE $PROJECT/web/app
---> Using cache
---> 372b43d7a244
Step 8/34 : ENV ROOT $GOPATH/src/$PROJECT
---> Using cache
---> fa2195b6af2d
Step 9/34 : ENV PACKAGEDIR $GOPATH/src/$PACKAGE
---> Using cache
---> 76f5123315e0
Step 10/34 : WORKDIR $PACKAGEDIR
---> Using cache
---> b5adf541cf35
Step 11/34 : COPY bin/web $ROOT/bin/web
---> Using cache
---> b06d2dee9b5b
Step 12/34 : COPY web/app/package.json web/app/yarn.lock ./
---> Using cache
---> ed61e82c5954
Step 13/34 : RUN $ROOT/bin/web setup install --frozen-lockfile
---> Using cache
---> e15248e48536
Step 14/34 : ENV NODE_ENV production
---> Using cache
---> 8998aff63e13
Step 15/34 : COPY web/app .
---> Using cache
---> 40a82b0ebf50
Step 16/34 : RUN $ROOT/bin/web build
---> Using cache
---> 0d27e1c6968c
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
---> d941ef8616a4
Step 19/34 : RUN mkdir -p web
---> Using cache
---> 98f479c3f285
Step 20/34 : COPY web/main.go web
---> Using cache
---> 47ff8886881d
Step 21/34 : COPY web/srv web/srv
---> Using cache
---> 381af2819667
Step 22/34 : COPY controller controller
---> 02717256867f
Step 23/34 : COPY pkg pkg
---> 6ffdf2e097c2
Step 24/34 : RUN CGO_ENABLED=0 GOOS=linux go build -o web/web ./web
---> Running in c9c312a37cee
Removing intermediate container c9c312a37cee
---> 402787b0a4eb
Step 25/34 : FROM gcr.io/linkerd-io/base:2019-02-19.01
---> f07bbe9e1dde
Step 26/34 : WORKDIR /linkerd
---> Using cache
---> 6effee84f40f
Step 27/34 : COPY LICENSE .
---> Using cache
---> dae48b8b52b1
Step 28/34 : COPY --from=golang /go/src/github.com/linkerd/linkerd2/web/web .
---> 93465c73fbf7
Step 29/34 : RUN mkdir -p app
---> Running in 23bda57c6377
Removing intermediate container 23bda57c6377
---> b9a364052448
Step 30/34 : COPY --from=webpack-bundle /go/src/github.com/linkerd/linkerd2/web/app/dist app/dist
---> 9af13e37de37
Step 31/34 : COPY web/templates templates
---> 24850d68d51b
Step 32/34 : ARG LINKERD_VERSION
---> Running in 82c435ee9af7
Removing intermediate container 82c435ee9af7
---> d985df167bf4
Step 33/34 : ENV LINKERD_CONTAINER_VERSION_OVERRIDE=${LINKERD_VERSION}
---> Running in 412e1dadd764
Removing intermediate container 412e1dadd764
---> fd410e8afbe3
Step 34/34 : ENTRYPOINT ["./web"]
---> Running in 65e10d384fa9
Removing intermediate container 65e10d384fa9
---> a6bd66bbd2eb
Successfully built a6bd66bbd2eb
Successfully tagged gcr.io/linkerd-io/web:git-a6d35285
gcr.io/linkerd-io/web:git-a6d35285
Sending build context to Docker daemon 6.766MB
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
---> d941ef8616a4
Step 3/8 : COPY ./proxy-init ./proxy-init
---> Using cache
---> 8a0950a2b69e
Step 4/8 : RUN CGO_ENABLED=0 GOOS=linux go install -v ./proxy-init/
---> Using cache
---> 783798ca4b69
Step 5/8 : FROM gcr.io/linkerd-io/base:2019-02-19.01
---> f07bbe9e1dde
Step 6/8 : COPY LICENSE /linkerd/LICENSE
---> Using cache
---> 86bc242699d6
Step 7/8 : COPY --from=golang /go/bin/proxy-init /usr/local/bin/proxy-init
---> Using cache
---> 573c9b545901
Step 8/8 : ENTRYPOINT ["/usr/local/bin/proxy-init"]
---> Using cache
---> 302a7e95ccf9
Successfully built 302a7e95ccf9
Successfully tagged gcr.io/linkerd-io/proxy-init:git-a6d35285
gcr.io/linkerd-io/proxy-init:git-a6d35285
Sending build context to Docker daemon 6.767MB
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
---> d941ef8616a4
Step 3/17 : COPY proxy-init proxy-init
---> Using cache
---> 273b519e4abc
Step 4/17 : COPY pkg pkg
---> d174b317a521
Step 5/17 : COPY controller controller
---> 4d46ab8ff95d
Step 6/17 : COPY cni-plugin cni-plugin
---> e006ac637712
Step 7/17 : RUN CGO_ENABLED=0 GOOS=linux go build -o /go/bin/linkerd-cni -v ./cni-plugin/
---> Running in d4731c4ddd4c
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
k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset/scheme
k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset/typed/apiextensions/v1beta1
github.com/linkerd/linkerd2/pkg/prometheus
k8s.io/client-go/kubernetes/typed/admissionregistration/v1alpha1/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/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/fake
k8s.io/client-go/kubernetes/typed/apps/v1beta2/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/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/linkerd/linkerd2/proxy-init/iptables
k8s.io/apimachinery/pkg/util/httpstream/spdy
github.com/spf13/cobra
github.com/projectcalico/libcalico-go/lib/logutils
k8s.io/client-go/transport/spdy
github.com/linkerd/linkerd2/pkg/k8s
github.com/linkerd/linkerd2/proxy-init/cmd
github.com/linkerd/linkerd2/cni-plugin
Removing intermediate container d4731c4ddd4c
---> b74ad89b04a5
Step 8/17 : FROM gcr.io/linkerd-io/base:2019-02-19.01
---> f07bbe9e1dde
Step 9/17 : WORKDIR /linkerd
---> Using cache
---> 6effee84f40f
Step 10/17 : RUN curl -kL -o $(which jq) https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64
---> Using cache
---> dbf298d54663
Step 11/17 : COPY --from=golang /go/bin/linkerd-cni /opt/cni/bin/
---> da28520862ce
Step 12/17 : COPY LICENSE .
---> 03b832355f7e
Step 13/17 : COPY cni-plugin/deployment/scripts/install-cni.sh .
---> 5c1ab915e3c5
Step 14/17 : COPY cni-plugin/deployment/linkerd-cni.conf.default .
---> 9c10b3ec366f
Step 15/17 : COPY cni-plugin/deployment/scripts/filter.jq .
---> f3dbd8f22698
Step 16/17 : ENV PATH=/linkerd:/opt/cni/bin:$PATH
---> Running in 13597839f1ec
Removing intermediate container 13597839f1ec
---> 371cf7897a31
Step 17/17 : CMD ["install-cni.sh"]
---> Running in b098a58a5149
Removing intermediate container b098a58a5149
---> 3dca12dd9d80
Successfully built 3dca12dd9d80
Successfully tagged gcr.io/linkerd-io/cni-plugin:git-a6d35285
gcr.io/linkerd-io/cni-plugin:git-a6d35285
Sending build context to Docker daemon 6.766MB
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
---> 6117c4744311
Step 3/3 : ENTRYPOINT [ "tshark", "-i", "any" ]
---> Using cache
---> e0b9ff019b4c
Successfully built e0b9ff019b4c
Successfully tagged gcr.io/linkerd-io/debug:git-a6d35285
gcr.io/linkerd-io/debug:git-a6d35285
Sending build context to Docker daemon 6.767MB
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
---> d941ef8616a4
Step 3/22 : COPY cli cli
---> 855909107f04
Step 4/22 : COPY chart chart
---> 050111d4ed6f
Step 5/22 : COPY controller/k8s controller/k8s
---> 3d615b3b4318
Step 6/22 : COPY controller/api controller/api
---> 228a2cb24f1f
Step 7/22 : COPY controller/gen controller/gen
---> 92b815957d3c
Step 8/22 : COPY pkg pkg
---> 9ccbef50d39e
Step 9/22 : RUN mkdir -p /out
---> Running in 6e908d041a41
Removing intermediate container 6e908d041a41
---> 020f85055898
Step 10/22 : RUN go generate ./cli
---> Running in 4c21c688b2bb
writing static/generated_templates.gogen.go
Removing intermediate container 4c21c688b2bb
---> 5e904ddb0f62
Step 11/22 : RUN CGO_ENABLED=0 GOOS=darwin go build -o /out/linkerd-darwin -tags prod -ldflags "-s -w" ./cli
---> Running in 3e936ee30be1
Removing intermediate container 3e936ee30be1
---> f8a540fc63b3
Step 12/22 : RUN CGO_ENABLED=0 GOOS=linux go build -o /out/linkerd-linux -tags prod -ldflags "-s -w" ./cli
---> Running in 009762e2fea3
Removing intermediate container 009762e2fea3
---> bb510ae595db
Step 13/22 : RUN CGO_ENABLED=0 GOOS=windows go build -o /out/linkerd-windows -tags prod -ldflags "-s -w" ./cli
---> Running in d6a746819d5a
Removing intermediate container d6a746819d5a
---> 54202a05accd
Step 14/22 : ARG LINKERD_VERSION
---> Running in 8e9b28b499d4
Removing intermediate container 8e9b28b499d4
---> 72e5e5565a4f
Step 15/22 : ENV GO_LDFLAGS="-s -w -X github.com/linkerd/linkerd2/pkg/version.Version=${LINKERD_VERSION}"
---> Running in aa0a377565d6
Removing intermediate container aa0a377565d6
---> fcc0cba5af54
Step 16/22 : RUN CGO_ENABLED=0 GOOS=darwin go build -o /out/linkerd-darwin -tags prod -ldflags "${GO_LDFLAGS}" ./cli
---> Running in 9f39a4c0afaf
Removing intermediate container 9f39a4c0afaf
---> 45f2c620b8d9
Step 17/22 : RUN CGO_ENABLED=0 GOOS=linux go build -o /out/linkerd-linux -tags prod -ldflags "${GO_LDFLAGS}" ./cli
---> Running in 1c5fa02bfa8d
Removing intermediate container 1c5fa02bfa8d
---> b6d6b89ef4de
Step 18/22 : RUN CGO_ENABLED=0 GOOS=windows go build -o /out/linkerd-windows -tags prod -ldflags "${GO_LDFLAGS}" ./cli
---> Running in 21569dd905b9
Removing intermediate container 21569dd905b9
---> f5d7ba94475d
Step 19/22 : FROM scratch
--->
Step 20/22 : COPY LICENSE /linkerd/LICENSE
---> Using cache
---> 4f9796416c8b
Step 21/22 : COPY --from=golang /out /out
---> 83337ef59abc
Step 22/22 : ENTRYPOINT ["/out/linkerd-linux"]
---> Running in 66c0f23a63e6
Removing intermediate container 66c0f23a63e6
---> 828a0c6fbc5c
Successfully built 828a0c6fbc5c
Successfully tagged gcr.io/linkerd-io/cli-bin:git-a6d35285
gcr.io/linkerd-io/cli-bin:git-a6d35285
/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.766MB
Step 1/4 : FROM grafana/grafana:5.4.3
---> d0454da13c84
Step 2/4 : COPY LICENSE /linkerd/LICENSE
---> Using cache
---> 421e05016744
Step 3/4 : COPY grafana/dashboards /var/lib/grafana/dashboards
---> Using cache
---> 87250bf900c9
Step 4/4 : COPY grafana/dashboards/top-line.json /usr/share/grafana/public/dashboards/home.json
---> Using cache
---> 3d7616bd73be
Successfully built 3d7616bd73be
Successfully tagged gcr.io/linkerd-io/grafana:git-a6d35285
gcr.io/linkerd-io/grafana:git-a6d35285
The push refers to repository [gcr.io/linkerd-io/cli-bin]
bce4e034dee4: Preparing
ddac52788de4: Preparing
ddac52788de4: Layer already exists
bce4e034dee4: Pushed
git-a6d35285: digest: sha256:317ec701fc9ec2e3ca9ee0b96ce1f924bf307d21f93f1012bd0706a2fa06732d size: 737
The push refers to repository [gcr.io/linkerd-io/cni-plugin]
0a4f5f27e500: Preparing
eeb944a69477: Preparing
94653ed22277: Preparing
0e787acc7aec: Preparing
7bb243951737: Preparing
c068bf6bfb06: Preparing
0e99340deecf: Preparing
7c5874767822: Preparing
0a07e81f5da3: Preparing
0e99340deecf: Waiting
7c5874767822: Waiting
0a07e81f5da3: Waiting
c068bf6bfb06: Waiting
94653ed22277: Pushed
0e787acc7aec: Pushed
eeb944a69477: Pushed
0a4f5f27e500: Pushed
c068bf6bfb06: Layer already exists
0e99340deecf: Layer already exists
0a07e81f5da3: Layer already exists
7c5874767822: Layer already exists
7bb243951737: Pushed
git-a6d35285: digest: sha256:d6b61dd0b5adb1a1c97f8159c9a072fc88bd9e92c5fa2c2e15eb77a1a9ab86b0 size: 2200
The push refers to repository [gcr.io/linkerd-io/controller]
672c7eee5a9e: Preparing
99cb847e54aa: Preparing
99cb847e54aa: Layer already exists
672c7eee5a9e: Pushed
git-a6d35285: digest: sha256:e1b4ccdf502be0d7764425846b2e86ddd0d4abdb8811eca938c8bda9756ad56e size: 737
The push refers to repository [gcr.io/linkerd-io/debug]
23fa54bb9681: Preparing
7c5874767822: Preparing
0a07e81f5da3: Preparing
0a07e81f5da3: Layer already exists
23fa54bb9681: Layer already exists
7c5874767822: Layer already exists
git-a6d35285: digest: sha256:b052f885568566f80b60f22d015a73690d9fa0196fe818a67f8e0f258943c1ce size: 953
The push refers to repository [gcr.io/linkerd-io/grafana]
8503ad257e39: Preparing
06abad78f3ce: Preparing
79a287239b6b: Preparing
67796dde2d25: Preparing
4a786a04c29c: Preparing
63e69b5ec8fb: Preparing
f2d8bd23c9c1: Preparing
c61883f6d7a1: Preparing
7b4e562e58dc: Preparing
63e69b5ec8fb: Waiting
f2d8bd23c9c1: Waiting
c61883f6d7a1: Waiting
7b4e562e58dc: Waiting
8503ad257e39: Layer already exists
06abad78f3ce: Layer already exists
67796dde2d25: Layer already exists
79a287239b6b: Layer already exists
f2d8bd23c9c1: Layer already exists
4a786a04c29c: Layer already exists
63e69b5ec8fb: Layer already exists
c61883f6d7a1: Layer already exists
7b4e562e58dc: Layer already exists
git-a6d35285: digest: sha256:deb17196bbdeccea99196ca148cdd4369950a9524339330ee1d97fba8e550a1a size: 2201
The push refers to repository [gcr.io/linkerd-io/proxy]
ffc473334869: Preparing
53506066ee95: Preparing
d7e87f3b3be4: Preparing
07074d40bf07: Preparing
4ea28ae5a569: Preparing
7c5874767822: Preparing
0a07e81f5da3: Preparing
0a07e81f5da3: Waiting
7c5874767822: Waiting
07074d40bf07: Layer already exists
4ea28ae5a569: Layer already exists
7c5874767822: Layer already exists
d7e87f3b3be4: Layer already exists
ffc473334869: Layer already exists
53506066ee95: Layer already exists
0a07e81f5da3: Layer already exists
git-a6d35285: digest: sha256:5d9541314cdc1b043cbbd1ed71026ca8c46a93219b9dc98e87d068dfc16ab78f size: 1785
The push refers to repository [gcr.io/linkerd-io/proxy-init]
333cbe43f983: Preparing
09fefbb220f1: Preparing
7c5874767822: Preparing
0a07e81f5da3: Preparing
0a07e81f5da3: Layer already exists
09fefbb220f1: Layer already exists
7c5874767822: Layer already exists
333cbe43f983: Layer already exists
git-a6d35285: digest: sha256:44842469c039171cb8b248766bf3c9feab3c01d683dc73894694519926f0f659 size: 1160
The push refers to repository [gcr.io/linkerd-io/web]
e49668882980: Preparing
3ffda4069ad2: Preparing
0d2a34fcb3f4: Preparing
3fce1e5332bf: Preparing
ffd38a4c14e7: Preparing
0e99340deecf: Preparing
7c5874767822: Preparing
0a07e81f5da3: Preparing
0e99340deecf: Waiting
7c5874767822: Waiting
0a07e81f5da3: Waiting
ffd38a4c14e7: Layer already exists
0e99340deecf: Layer already exists
7c5874767822: Layer already exists
0a07e81f5da3: Layer already exists
e49668882980: Pushed
3ffda4069ad2: Pushed
0d2a34fcb3f4: Pushed
3fce1e5332bf: Pushed
git-a6d35285: digest: sha256:98954409c373c7ea443203abcbb4a1d327a9639ec3954abd4252b62000b2c654 size: 1992
Starting to serve on 127.0.0.1:8080
(1/95) Wrote github.com/mattn/go-colorable@v0.0.9
(2/95) Wrote github.com/prometheus/procfs@master
(3/95) Wrote sigs.k8s.io/yaml@v1.1.0
(4/95) Wrote github.com/sirupsen/logrus@v1.0.4
(5/95) Wrote github.com/sergi/go-diff@v1.0.0
(6/95) Wrote github.com/nsf/termbox-go@master
(7/95) Wrote github.com/prometheus/common@master
(8/95) Wrote github.com/shurcooL/vfsgen@master
(9/95) Wrote github.com/shurcooL/httpfs@master
(10/95) Wrote github.com/prometheus/client_model@master
(11/95) Wrote github.com/russross/blackfriday@v1.5.2
(12/95) Wrote github.com/modern-go/concurrent@1.0.3
(13/95) Wrote github.com/mattn/go-runewidth@v0.0.2
(14/95) Wrote github.com/mattn/go-isatty@v0.0.7
(15/95) Wrote github.com/modern-go/reflect2@1.0.1
(16/95) Wrote github.com/matttproud/golang_protobuf_extensions@v1.0.0
(17/95) Wrote go.opencensus.io@v0.18.0
(18/95) Wrote github.com/spf13/cobra@7b2c5ac9fc04fc5efafb60700713d4fa609b777b
(19/95) Wrote github.com/spf13/pflag@v1.0.0
(20/95) Wrote github.com/pkg/browser@c90ca0c84f15f81c982e32665bffd8d7aac8f097
(21/95) Wrote github.com/peterbourgon/diskv@v2.0.1
(22/95) Wrote github.com/petar/GoLLRB@master
(23/95) Wrote github.com/wercker/stern@b04b5491222d9743529cb859a20d34ce2bb763af
(24/95) Wrote gopkg.in/inf.v0@v0.9.0
(25/95) Wrote github.com/pkg/errors@v0.8.1
(26/95) Wrote github.com/prometheus/client_golang@v0.9.2
(27/95) Wrote golang.org/x/sync@master
(28/95) Wrote github.com/projectcalico/libcalico-go@v1.7.3
(29/95) Wrote golang.org/x/oauth2@master
(30/95) Wrote golang.org/x/crypto@master
(31/95) Wrote golang.org/x/time@master
(32/95) Wrote gopkg.in/yaml.v2@v2
(33/95) Wrote golang.org/x/net@master
(34/95) Wrote k8s.io/gengo@master
(35/95) Wrote github.com/go-openapi/jsonpointer@v0.17.2
(36/95) Wrote k8s.io/klog@v0.1.0
(37/95) Wrote google.golang.org/appengine@v1.0.0
(38/95) Wrote k8s.io/kube-openapi@master
(39/95) Wrote google.golang.org/grpc@v1.9.2
(40/95) Wrote golang.org/x/sys@master
(41/95) Wrote github.com/go-openapi/jsonreference@v0.17.2
(42/95) Wrote k8s.io/apimachinery@kubernetes-1.13.1
(43/95) Wrote contrib.go.opencensus.io/exporter/ocagent@v0.2.0
(44/95) Wrote github.com/BurntSushi/toml@v0.3.1
(45/95) Wrote github.com/go-openapi/spec@v0.17.2
(46/95) Wrote github.com/Azure/go-autorest@v11.3.2
(47/95) Wrote golang.org/x/text@master
(48/95) Wrote github.com/Masterminds/semver@v1.4.2
(49/95) Wrote github.com/go-openapi/swag@v0.17.2
(50/95) Wrote github.com/gobwas/glob@v0.2.3
(51/95) Wrote github.com/PuerkitoBio/purell@v1.1.0
(52/95) Wrote github.com/Masterminds/sprig@v2.17.1
(53/95) Wrote k8s.io/code-generator@master
(54/95) Wrote github.com/PuerkitoBio/urlesc@master
(55/95) Wrote golang.org/x/tools@master
(56/95) Wrote github.com/golang/glog@master
(57/95) Wrote k8s.io/helm@v2.12.2
(58/95) Wrote github.com/gophercloud/gophercloud@master
(59/95) Wrote github.com/google/gofuzz@master
(60/95) Wrote google.golang.org/genproto@master
(61/95) Wrote github.com/aokoli/goutils@v1.1.0
(62/95) Wrote github.com/google/btree@master
(63/95) Wrote github.com/beorn7/perks@master
(64/95) Wrote github.com/cyphar/filepath-securejoin@v0.2.2
(65/95) Wrote github.com/dgrijalva/jwt-go@v3.1.0
(66/95) Wrote github.com/google/uuid@v1.1.0
(67/95) Wrote github.com/briandowns/spinner@5cf08d0ac778f0d708570fe143e3f82fdb9f9007
(68/95) Wrote k8s.io/apiextensions-apiserver@kubernetes-1.13.1
(69/95) Wrote cloud.google.com/go@v0.18.0
(70/95) Wrote k8s.io/client-go@kubernetes-1.13.1
(71/95) Wrote github.com/evanphx/json-patch@v4.1.0
(72/95) Wrote github.com/davecgh/go-spew@v1.1.0
(73/95) Wrote github.com/cpuguy83/go-md2man@v1.0.8
(74/95) Wrote github.com/containernetworking/cni@v0.6.0
(75/95) Wrote github.com/gregjones/httpcache@master
(76/95) Wrote github.com/googleapis/gnostic@v0.1.0
(77/95) Wrote github.com/imdario/mergo@0.3.2
(78/95) Wrote github.com/docker/spdystream@449fdfce4d962303d702fec724ef0ad181c92528
(79/95) Wrote github.com/gorilla/websocket@v1.2.0
(80/95) Wrote github.com/grpc-ecosystem/go-grpc-prometheus@v1.1
(81/95) Wrote github.com/hashicorp/golang-lru@master
(82/95) Wrote github.com/golang/protobuf@v1.2.0
(83/95) Wrote github.com/inconshreveable/mousetrap@v1.0
(84/95) Wrote github.com/julienschmidt/httprouter@v1.1
(85/95) Wrote github.com/fatih/color@v1.7.0
(86/95) Wrote github.com/emicklei/proto@v1.6.8
(87/95) Wrote github.com/ghodss/yaml@v1.0.0
(88/95) Wrote github.com/json-iterator/go@f2b4162afba35581b6d4a50d3b8f34e33c144682
(89/95) Wrote github.com/huandu/xstrings@v1.2.0
(90/95) Wrote github.com/linkerd/linkerd2-proxy-api@v0.1.7
(91/95) Wrote github.com/census-instrumentation/opencensus-proto@v0.1.0
(92/95) Wrote github.com/mailru/easyjson@master
(93/95) Wrote k8s.io/api@kubernetes-1.13.1
(94/95) Wrote github.com/gogo/protobuf@v1.0.0
(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 7892efa 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 cbcb750 3
golang.org/x/net branch master branch master 2fb46b1 a4d6f7f 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 a5b02f9 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 63859f3 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-a6d35285] namespace [l5d-integration-auto-git-a6d35285] k8s-context []
Running test [install_test.go] --linkerd-namespace=l5d-integration-auto-git-a6d35285
=== RUN TestVersionPreInstall
--- PASS: TestVersionPreInstall (0.10s)
=== RUN TestCheckPreInstall
--- PASS: TestCheckPreInstall (0.17s)
=== RUN TestInstallOrUpgrade
--- PASS: TestInstallOrUpgrade (62.43s)
=== RUN TestVersionPostInstall
--- PASS: TestVersionPostInstall (0.40s)
=== RUN TestInstallSP
--- PASS: TestInstallSP (0.81s)
=== RUN TestCheckConfigPostInstall
--- PASS: TestCheckConfigPostInstall (0.24s)
=== RUN TestCheckPostInstall
--- PASS: TestCheckPostInstall (0.61s)
=== RUN TestDashboard
--- PASS: TestDashboard (0.86s)
=== RUN TestInject
=== RUN TestInject/smoke-test
=== RUN TestInject/smoke-test-manual
=== RUN TestInject/smoke-test-ann
--- PASS: TestInject (38.78s)
--- PASS: TestInject/smoke-test (11.89s)
--- PASS: TestInject/smoke-test-manual (9.51s)
--- PASS: TestInject/smoke-test-ann (17.37s)
=== RUN TestServiceProfileDeploy
=== RUN TestServiceProfileDeploy/smoke-test
=== RUN TestServiceProfileDeploy/smoke-test-manual
=== RUN TestServiceProfileDeploy/smoke-test-ann
--- PASS: TestServiceProfileDeploy (1.43s)
--- PASS: TestServiceProfileDeploy/smoke-test (0.37s)
--- PASS: TestServiceProfileDeploy/smoke-test-manual (0.45s)
--- PASS: TestServiceProfileDeploy/smoke-test-ann (0.39s)
=== RUN TestCheckProxy
=== RUN TestCheckProxy/smoke-test
=== RUN TestCheckProxy/smoke-test-manual
=== RUN TestCheckProxy/smoke-test-ann
--- PASS: TestCheckProxy (2.34s)
--- PASS: TestCheckProxy/smoke-test (0.79s)
--- PASS: TestCheckProxy/smoke-test-manual (0.76s)
--- PASS: TestCheckProxy/smoke-test-ann (0.79s)
=== 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:486: Found known error in proxy-injector/proxy-injector log: l5d-integration-auto-git-a6d35285 linkerd-proxy-injector-765589c674-fg55v proxy-injector time="2019-05-10T15:34:15Z" level=warning msg="failed to retrieve replicaset from indexer, retrying with get request l5d-integration-auto-git-a6d35285-smoke-test-manual/smoke-test-gateway-56c8dc7759: replicaset.apps \"smoke-test-gateway-56c8dc7759\" not found"
--- SKIP: TestLogs/proxy-injector/linkerd-proxy (2.50s)
install_test.go:486: Found known error in proxy-injector/linkerd-proxy log: l5d-integration-auto-git-a6d35285 linkerd-proxy-injector-765589c674-fg55v linkerd-proxy WARN [ 0.510981s] linkerd-identity.l5d-integration-auto-git-a6d35285.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-a6d35285.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-a6d35285.serviceaccount.identity.l5d-integration-auto-git-a6d35285.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:486: Found known error in controller/linkerd-proxy log: l5d-integration-auto-git-a6d35285 linkerd-controller-658f68f68-kz6cx linkerd-proxy WARN [ 0.513561s] linkerd-identity.l5d-integration-auto-git-a6d35285.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-a6d35285.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-a6d35285.serviceaccount.identity.l5d-integration-auto-git-a6d35285.cluster.local") }: request timed out
--- SKIP: TestLogs/grafana/linkerd-proxy (2.50s)
install_test.go:486: Found known error in grafana/linkerd-proxy log: l5d-integration-auto-git-a6d35285 linkerd-grafana-85454567d5-8srv8 linkerd-proxy WARN [ 0.512095s] linkerd-identity.l5d-integration-auto-git-a6d35285.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-a6d35285.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-a6d35285.serviceaccount.identity.l5d-integration-auto-git-a6d35285.cluster.local") }: request timed out
--- PASS: TestLogs/identity/identity (2.50s)
--- SKIP: TestLogs/identity/linkerd-proxy (2.50s)
install_test.go:486: Found known error in identity/linkerd-proxy log: l5d-integration-auto-git-a6d35285 linkerd-identity-56764bb9bd-6szsl linkerd-proxy WARN [ 3.856005s] linkerd-destination.l5d-integration-auto-git-a6d35285.svc.cluster.local:8086 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-destination.l5d-integration-auto-git-a6d35285.svc.cluster.local", port: 8086 }), identity: Some("linkerd-controller.l5d-integration-auto-git-a6d35285.serviceaccount.identity.l5d-integration-auto-git-a6d35285.cluster.local") }: request timed out
--- SKIP: TestLogs/prometheus/linkerd-proxy (2.50s)
install_test.go:489: Found unexpected proxy error in prometheus/linkerd-proxy log: l5d-integration-auto-git-a6d35285 linkerd-prometheus-7674965bdb-65tmj linkerd-proxy ERR! [ 44.533416s] proxy={server=out listen=127.0.0.1:4140 remote=10.244.1.181:42520} linkerd2_proxy::app::errors unexpected error: error trying to connect: Connection refused (os error 111) (address: 10.244.2.95:4191)
--- PASS: TestLogs/sp-validator/sp-validator (2.50s)
--- SKIP: TestLogs/sp-validator/linkerd-proxy (2.50s)
install_test.go:486: Found known error in sp-validator/linkerd-proxy log: l5d-integration-auto-git-a6d35285 linkerd-sp-validator-589b4d4569-l2b4s linkerd-proxy WARN [ 0.509067s] linkerd-identity.l5d-integration-auto-git-a6d35285.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-a6d35285.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-a6d35285.serviceaccount.identity.l5d-integration-auto-git-a6d35285.cluster.local") }: request timed out
--- PASS: TestLogs/web/web (2.50s)
--- SKIP: TestLogs/web/linkerd-proxy (2.50s)
install_test.go:486: Found known error in web/linkerd-proxy log: l5d-integration-auto-git-a6d35285 linkerd-web-744bc545c8-tb5h9 linkerd-proxy WARN [ 0.515983s] linkerd-identity.l5d-integration-auto-git-a6d35285.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-a6d35285.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-a6d35285.serviceaccount.identity.l5d-integration-auto-git-a6d35285.cluster.local") }: request timed out
=== RUN TestRestarts
--- PASS: TestRestarts (0.06s)
PASS
ok command-line-arguments 143.318s
Installing release [edge-19.5.1] namespace [l5d-integration-auto-git-a6d35285-upgrade]
Upgrading release [edge-19.5.1] to [git-a6d35285]
Running test [install_test.go] --upgrade-from-version=edge-19.5.1
Running test [--linkerd-namespace=l5d-integration-auto-git-a6d35285-upgrade]
=== RUN TestVersionPreInstall
--- PASS: TestVersionPreInstall (0.38s)
=== RUN TestCheckPreInstall
--- SKIP: TestCheckPreInstall (0.00s)
install_test.go:122: Skipping pre-install check for upgrade test
=== RUN TestInstallOrUpgrade
--- PASS: TestInstallOrUpgrade (63.66s)
=== RUN TestVersionPostInstall
--- PASS: TestVersionPostInstall (0.40s)
=== RUN TestInstallSP
--- PASS: TestInstallSP (0.67s)
=== RUN TestCheckConfigPostInstall
--- PASS: TestCheckConfigPostInstall (0.20s)
=== RUN TestCheckPostInstall
--- PASS: TestCheckPostInstall (0.64s)
=== RUN TestDashboard
--- PASS: TestDashboard (0.89s)
=== RUN TestInject
=== RUN TestInject/smoke-test
=== RUN TestInject/smoke-test-manual
=== RUN TestInject/smoke-test-ann
--- PASS: TestInject (43.59s)
--- PASS: TestInject/smoke-test (12.94s)
--- PASS: TestInject/smoke-test-manual (14.46s)
--- PASS: TestInject/smoke-test-ann (16.20s)
=== RUN TestServiceProfileDeploy
=== RUN TestServiceProfileDeploy/smoke-test
=== RUN TestServiceProfileDeploy/smoke-test-manual
=== RUN TestServiceProfileDeploy/smoke-test-ann
--- PASS: TestServiceProfileDeploy (1.70s)
--- PASS: TestServiceProfileDeploy/smoke-test (0.46s)
--- PASS: TestServiceProfileDeploy/smoke-test-manual (0.48s)
--- PASS: TestServiceProfileDeploy/smoke-test-ann (0.42s)
=== RUN TestCheckProxy
=== RUN TestCheckProxy/smoke-test
=== RUN TestCheckProxy/smoke-test-manual
=== RUN TestCheckProxy/smoke-test-ann
--- PASS: TestCheckProxy (2.88s)
--- PASS: TestCheckProxy/smoke-test (0.87s)
--- PASS: TestCheckProxy/smoke-test-manual (0.94s)
--- PASS: TestCheckProxy/smoke-test-ann (1.07s)
=== RUN TestLogs
=== RUN TestLogs/grafana/linkerd-proxy
=== RUN TestLogs/identity/identity
=== RUN TestLogs/identity/linkerd-proxy
=== RUN TestLogs/prometheus/linkerd-proxy
=== RUN TestLogs/sp-validator/sp-validator
=== RUN TestLogs/sp-validator/linkerd-proxy
=== RUN TestLogs/web/web
=== RUN TestLogs/web/linkerd-proxy
=== RUN TestLogs/proxy-injector/proxy-injector
=== RUN TestLogs/proxy-injector/linkerd-proxy
=== RUN TestLogs/controller/destination
=== RUN TestLogs/controller/public-api
=== RUN TestLogs/controller/tap
=== RUN TestLogs/controller/linkerd-proxy
--- PASS: TestLogs (35.02s)
--- SKIP: TestLogs/grafana/linkerd-proxy (2.50s)
install_test.go:489: Found unexpected proxy error in grafana/linkerd-proxy log: l5d-integration-auto-git-a6d35285-upgrade linkerd-grafana-bb4dcd4df-7lzx9 linkerd-proxy ERR! [ 4.926161s] proxy={server=in listen=0.0.0.0:4143 remote=10.244.1.185:49132} 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.51s)
--- SKIP: TestLogs/identity/linkerd-proxy (2.50s)
install_test.go:486: Found known error in identity/linkerd-proxy log: l5d-integration-auto-git-a6d35285-upgrade linkerd-identity-6c495c4695-42cnw linkerd-proxy WARN [ 9.968487s] linkerd-destination.l5d-integration-auto-git-a6d35285-upgrade.svc.cluster.local:8086 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-destination.l5d-integration-auto-git-a6d35285-upgrade.svc.cluster.local", port: 8086 }), identity: Some("linkerd-controller.l5d-integration-auto-git-a6d35285-upgrade.serviceaccount.identity.l5d-integration-auto-git-a6d35285-upgrade.cluster.local") }: request timed out
--- SKIP: TestLogs/prometheus/linkerd-proxy (2.50s)
install_test.go:489: Found unexpected proxy error in prometheus/linkerd-proxy log: l5d-integration-auto-git-a6d35285-upgrade linkerd-prometheus-b7b497f7b-jbcqm linkerd-proxy ERR! [ 5.120007s] proxy={server=out listen=127.0.0.1:4140 remote=10.244.1.185:58688} linkerd2_proxy::app::errors unexpected error: error trying to connect: Connection refused (os error 111) (address: 10.244.3.90:4191)
--- PASS: TestLogs/sp-validator/sp-validator (2.50s)
--- SKIP: TestLogs/sp-validator/linkerd-proxy (2.50s)
install_test.go:489: Found unexpected proxy error in sp-validator/linkerd-proxy log: l5d-integration-auto-git-a6d35285-upgrade linkerd-sp-validator-5dc99c7bb8-ztqmq linkerd-proxy ERR! [ 13.822035s] proxy={server=in listen=0.0.0.0:4143 remote=10.244.2.1:60310} linkerd2_proxy::app::errors unexpected error: connection error: Connection reset by peer (os error 104)
--- PASS: TestLogs/web/web (2.50s)
--- PASS: TestLogs/web/linkerd-proxy (2.50s)
--- SKIP: TestLogs/proxy-injector/proxy-injector (2.50s)
install_test.go:486: Found known error in proxy-injector/proxy-injector log: l5d-integration-auto-git-a6d35285-upgrade linkerd-proxy-injector-86d485dcb7-n8mdh proxy-injector time="2019-05-10T15:37:21Z" level=warning msg="failed to retrieve replicaset from indexer, retrying with get request l5d-integration-auto-git-a6d35285-upgrade-smoke-test/smoke-test-gateway-554b49cf68: replicaset.apps \"smoke-test-gateway-554b49cf68\" not found"
--- PASS: TestLogs/proxy-injector/linkerd-proxy (2.50s)
--- 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:486: Found known error in controller/linkerd-proxy log: l5d-integration-auto-git-a6d35285-upgrade linkerd-controller-764899894f-fcf89 linkerd-proxy WARN [ 0.514325s] linkerd-identity.l5d-integration-auto-git-a6d35285-upgrade.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-a6d35285-upgrade.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-a6d35285-upgrade.serviceaccount.identity.l5d-integration-auto-git-a6d35285-upgrade.cluster.local") }: request timed out
=== RUN TestRestarts
--- PASS: TestRestarts (0.08s)
PASS
ok command-line-arguments 150.184s
Running test [tap_test.go] --linkerd-namespace=l5d-integration-auto-git-a6d35285
=== 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 (42.14s)
--- PASS: TestCliTap/tap_a_deployment (4.12s)
--- PASS: TestCliTap/tap_a_disabled_deployment (0.48s)
--- PASS: TestCliTap/tap_a_service_call (3.52s)
--- PASS: TestCliTap/tap_a_pod (4.00s)
--- PASS: TestCliTap/filter_tap_events_by_method (4.00s)
--- PASS: TestCliTap/filter_tap_events_by_authority (4.00s)
PASS
ok command-line-arguments 42.225s
Running test [get_test.go] --linkerd-namespace=l5d-integration-auto-git-a6d35285
=== RUN TestCliGet
=== RUN TestCliGet/get_pods_from_--all-namespaces
=== RUN TestCliGet/get_pods_from_the_linkerd_namespace
--- PASS: TestCliGet (19.84s)
--- PASS: TestCliGet/get_pods_from_--all-namespaces (0.55s)
--- PASS: TestCliGet/get_pods_from_the_linkerd_namespace (0.50s)
PASS
ok command-line-arguments 19.913s
Running test [routes_test.go] --linkerd-namespace=l5d-integration-auto-git-a6d35285
=== RUN TestRoutes
--- PASS: TestRoutes (0.99s)
PASS
ok command-line-arguments 1.055s
Running test [serviceprofiles_test.go] --linkerd-namespace=l5d-integration-auto-git-a6d35285
=== RUN TestServiceProfiles
=== RUN TestServiceProfiles/tap
=== RUN TestServiceProfiles/open-api
--- PASS: TestServiceProfiles (38.47s)
--- PASS: TestServiceProfiles/tap (9.41s)
--- PASS: TestServiceProfiles/open-api (1.39s)
=== RUN TestServiceProfileMetrics
--- PASS: TestServiceProfileMetrics (35.33s)
PASS
ok command-line-arguments 73.908s
Running test [egress_test.go] --linkerd-namespace=l5d-integration-auto-git-a6d35285
=== 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.65s)
--- PASS: TestEgressHttp/Can_use_egress_to_send_GET_request_to_http_(egress-test-http-get) (0.57s)
--- 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.73s)
--- 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.722s
Running test [inject_test.go] --linkerd-namespace=l5d-integration-auto-git-a6d35285
=== RUN TestInject
--- PASS: TestInject (0.05s)
=== RUN TestInjectParams
--- PASS: TestInjectParams (0.05s)
=== RUN TestAnnotationPermutations
--- PASS: TestAnnotationPermutations (22.45s)
PASS
ok command-line-arguments 22.625s
Running test [stat_test.go] --linkerd-namespace=l5d-integration-auto-git-a6d35285
=== RUN TestCliStatForLinkerdNamespace
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_deploy_-n_l5d-integration-auto-git-a6d35285
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_po_-n_l5d-integration-auto-git-a6d35285_--from_deploy/linkerd-controller
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_deploy_-n_l5d-integration-auto-git-a6d35285_--to_po/linkerd-prometheus-7674965bdb-65tmj
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_svc_-n_l5d-integration-auto-git-a6d35285_--from_deploy/linkerd-controller
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_deploy_-n_l5d-integration-auto-git-a6d35285_--to_svc/linkerd-prometheus
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_ns_l5d-integration-auto-git-a6d35285
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_po_-n_l5d-integration-auto-git-a6d35285_--to_au/linkerd-prometheus.l5d-integration-auto-git-a6d35285.svc.cluster.local:9090
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_au_-n_l5d-integration-auto-git-a6d35285_--to_po/linkerd-prometheus-7674965bdb-65tmj
--- PASS: TestCliStatForLinkerdNamespace (11.69s)
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_deploy_-n_l5d-integration-auto-git-a6d35285 (0.69s)
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_po_-n_l5d-integration-auto-git-a6d35285_--from_deploy/linkerd-controller (7.93s)
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_deploy_-n_l5d-integration-auto-git-a6d35285_--to_po/linkerd-prometheus-7674965bdb-65tmj (0.47s)
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_svc_-n_l5d-integration-auto-git-a6d35285_--from_deploy/linkerd-controller (0.51s)
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_deploy_-n_l5d-integration-auto-git-a6d35285_--to_svc/linkerd-prometheus (0.51s)
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_ns_l5d-integration-auto-git-a6d35285 (0.52s)
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_po_-n_l5d-integration-auto-git-a6d35285_--to_au/linkerd-prometheus.l5d-integration-auto-git-a6d35285.svc.cluster.local:9090 (0.51s)
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_au_-n_l5d-integration-auto-git-a6d35285_--to_po/linkerd-prometheus-7674965bdb-65tmj (0.49s)
PASS
ok command-line-arguments 11.770s
=== PASS: all tests passed
cleaning up namespace [l5d-integration-auto-git-a6d35285] in k8s-context [] and associated test namespaces
namespace "l5d-integration-auto-git-a6d35285" deleted
namespace "l5d-integration-auto-git-a6d35285-egress-test" deleted
namespace "l5d-integration-auto-git-a6d35285-get-test" deleted
namespace "l5d-integration-auto-git-a6d35285-inject-test" deleted
namespace "l5d-integration-auto-git-a6d35285-inject-test-disabled" deleted
namespace "l5d-integration-auto-git-a6d35285-inject-test-enabled" deleted
namespace "l5d-integration-auto-git-a6d35285-serviceprofile-test" deleted
namespace "l5d-integration-auto-git-a6d35285-smoke-test" deleted
namespace "l5d-integration-auto-git-a6d35285-smoke-test-ann" deleted
namespace "l5d-integration-auto-git-a6d35285-smoke-test-manual" deleted
namespace "l5d-integration-auto-git-a6d35285-tap-test" deleted
namespace "l5d-integration-auto-git-a6d35285-upgrade" deleted
namespace "l5d-integration-auto-git-a6d35285-upgrade-smoke-test" deleted
namespace "l5d-integration-auto-git-a6d35285-upgrade-smoke-test-ann" deleted
namespace "l5d-integration-auto-git-a6d35285-upgrade-smoke-test-manual" deleted
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-a6d35285-controller" deleted
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-a6d35285-identity" deleted
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-a6d35285-prometheus" deleted
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-a6d35285-proxy-injector" deleted
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-a6d35285-sp-validator" deleted
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-a6d35285-upgrade-controller" deleted
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-a6d35285-upgrade-identity" deleted
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-a6d35285-upgrade-prometheus" deleted
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-a6d35285-upgrade-proxy-injector" deleted
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-a6d35285-upgrade-sp-validator" deleted
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-a6d35285-controller" deleted
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-a6d35285-identity" deleted
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-a6d35285-prometheus" deleted
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-a6d35285-proxy-injector" deleted
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-a6d35285-sp-validator" deleted
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-a6d35285-upgrade-controller" deleted
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-a6d35285-upgrade-identity" deleted
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-a6d35285-upgrade-prometheus" deleted
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-a6d35285-upgrade-proxy-injector" deleted
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-a6d35285-upgrade-sp-validator" deleted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment