Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save l5d-bot/ae01ecde93cde4fb6f05567846627cf8 to your computer and use it in GitHub Desktop.
Save l5d-bot/ae01ecde93cde4fb6f05567846627cf8 to your computer and use it in GitHub Desktop.
l5d-integration-success-b9ea65fbea87742a74771e3bf9e3928850187cb1.log
Cloning into '/root/linkerd2'...
Note: checking out 'b9ea65fbea87742a74771e3bf9e3928850187cb1'.
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 b9ea65fb Add changes for `edge-19.8.4`
Error response from daemon: manifest for gcr.io/linkerd-io/go-deps:c7fb42bd not found: manifest unknown: Failed to fetch "c7fb42bd" from request "/v2/linkerd-io/go-deps/manifests/c7fb42bd".
Sending build context to Docker daemon 5.086MB
Step 1/5 : FROM golang:1.12.7
---> be63d15101cb
Step 2/5 : WORKDIR /linkerd-build
---> Using cache
---> 7aab6ad95f74
Step 3/5 : COPY go.mod go.sum ./
---> Using cache
---> dbda2f37796e
Step 4/5 : RUN go mod download
---> Using cache
---> e5ec34ad7351
Step 5/5 : RUN CGO_ENABLED=0 GOOS=linux go install -mod=readonly github.com/golang/protobuf/jsonpb github.com/grpc-ecosystem/go-grpc-prometheus github.com/prometheus/client_golang/api github.com/prometheus/client_golang/api/prometheus/v1 github.com/prometheus/client_golang/prometheus github.com/prometheus/client_golang/prometheus/promhttp github.com/prometheus/client_model/go github.com/prometheus/common/expfmt github.com/prometheus/common/model github.com/sirupsen/logrus github.com/containernetworking/cni/pkg/version github.com/containernetworking/cni/pkg/skel github.com/containernetworking/cni/pkg/types github.com/containernetworking/cni/pkg/invoke google.golang.org/grpc k8s.io/client-go/discovery k8s.io/client-go/kubernetes k8s.io/client-go/kubernetes/scheme k8s.io/client-go/kubernetes/typed/admissionregistration/v1alpha1 k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1 k8s.io/client-go/kubernetes/typed/apps/v1 k8s.io/client-go/kubernetes/typed/apps/v1beta1 k8s.io/client-go/kubernetes/typed/apps/v1beta2 k8s.io/client-go/kubernetes/typed/authentication/v1 k8s.io/client-go/kubernetes/typed/authentication/v1beta1 k8s.io/client-go/kubernetes/typed/authorization/v1 k8s.io/client-go/kubernetes/typed/authorization/v1beta1 k8s.io/client-go/kubernetes/typed/autoscaling/v1 k8s.io/client-go/kubernetes/typed/autoscaling/v2beta1 k8s.io/client-go/kubernetes/typed/batch/v1 k8s.io/client-go/kubernetes/typed/batch/v1beta1 k8s.io/client-go/kubernetes/typed/batch/v2alpha1 k8s.io/client-go/kubernetes/typed/certificates/v1beta1 k8s.io/client-go/kubernetes/typed/core/v1 k8s.io/client-go/kubernetes/typed/events/v1beta1 k8s.io/client-go/kubernetes/typed/extensions/v1beta1 k8s.io/client-go/kubernetes/typed/networking/v1 k8s.io/client-go/kubernetes/typed/policy/v1beta1 k8s.io/client-go/kubernetes/typed/rbac/v1 k8s.io/client-go/kubernetes/typed/rbac/v1alpha1 k8s.io/client-go/kubernetes/typed/rbac/v1beta1 k8s.io/client-go/kubernetes/typed/scheduling/v1alpha1 k8s.io/client-go/kubernetes/typed/settings/v1alpha1 k8s.io/client-go/kubernetes/typed/storage/v1 k8s.io/client-go/kubernetes/typed/storage/v1alpha1 k8s.io/client-go/kubernetes/typed/storage/v1beta1 k8s.io/client-go/pkg/version k8s.io/client-go/plugin/pkg/client/auth k8s.io/client-go/plugin/pkg/client/auth/azure k8s.io/client-go/plugin/pkg/client/auth/gcp k8s.io/client-go/plugin/pkg/client/auth/oidc k8s.io/client-go/plugin/pkg/client/auth/openstack k8s.io/client-go/rest k8s.io/client-go/rest/watch k8s.io/client-go/tools/auth k8s.io/client-go/tools/cache k8s.io/client-go/tools/clientcmd k8s.io/client-go/tools/pager k8s.io/client-go/transport k8s.io/client-go/util/buffer k8s.io/client-go/util/cert k8s.io/client-go/util/flowcontrol k8s.io/client-go/util/homedir k8s.io/client-go/util/integer k8s.io/client-go/util/jsonpath
---> Using cache
---> b22508ad8553
Successfully built b22508ad8553
Successfully tagged gcr.io/linkerd-io/go-deps:c7fb42bd
Sending build context to Docker daemon 5.084MB
Step 1/25 : ARG RUNTIME_IMAGE=gcr.io/linkerd-io/base:2019-02-19.01
Step 2/25 : FROM gcr.io/linkerd-io/base:2019-02-19.01 as fetch
---> f07bbe9e1dde
Step 3/25 : RUN apt-get update && apt-get install -y ca-certificates
---> Using cache
---> ff3e562b3e14
Step 4/25 : WORKDIR /build
---> Using cache
---> 0956352aba3a
Step 5/25 : COPY bin/fetch-proxy bin/fetch-proxy
---> Using cache
---> b516788545dc
Step 6/25 : COPY .proxy-version proxy-version
---> Using cache
---> 031bd3252506
Step 7/25 : RUN (proxy=$(bin/fetch-proxy $(cat proxy-version)) && mv "$proxy" linkerd2-proxy)
---> Using cache
---> ec80aed1cc19
Step 8/25 : FROM gcr.io/linkerd-io/go-deps:c7fb42bd as golang
---> b22508ad8553
Step 9/25 : WORKDIR /linkerd-build
---> Using cache
---> 48267d437369
Step 10/25 : COPY pkg/flags pkg/flags
---> Using cache
---> 1a8ee05fa8b4
Step 11/25 : COPY pkg/tls pkg/tls
---> Using cache
---> 9e6ee01bf0ea
Step 12/25 : COPY pkg/version pkg/version
---> Using cache
---> 0742fc6bf28e
Step 13/25 : RUN CGO_ENABLED=0 GOOS=linux go build -mod=readonly ./pkg/...
---> Using cache
---> 27ed7081c00d
Step 14/25 : COPY proxy-identity proxy-identity
---> Using cache
---> 2eb9864236b5
Step 15/25 : RUN CGO_ENABLED=0 GOOS=linux go install -mod=readonly ./proxy-identity
---> Using cache
---> 5ff6959cd2f5
Step 16/25 : FROM $RUNTIME_IMAGE as runtime
---> f07bbe9e1dde
Step 17/25 : COPY --from=fetch /build/target/proxy/LICENSE /usr/lib/linkerd/LICENSE
---> Using cache
---> fc41b2547d10
Step 18/25 : COPY --from=fetch /build/proxy-version /usr/lib/linkerd/linkerd2-proxy-version.txt
---> Using cache
---> 432f176ce4c4
Step 19/25 : COPY --from=fetch /build/linkerd2-proxy /usr/lib/linkerd/linkerd2-proxy
---> Using cache
---> 5dccdf567b6a
Step 20/25 : COPY --from=golang /go/bin/proxy-identity /usr/lib/linkerd/linkerd2-proxy-identity
---> Using cache
---> 3026d7f75435
Step 21/25 : COPY proxy-identity/run-proxy.sh /usr/bin/linkerd2-proxy-run
---> Using cache
---> 17e3e6652bf8
Step 22/25 : ARG LINKERD_VERSION
---> Using cache
---> df21ddbecb6a
Step 23/25 : ENV LINKERD_CONTAINER_VERSION_OVERRIDE=${LINKERD_VERSION}
---> Running in a0cf99e81cfc
Removing intermediate container a0cf99e81cfc
---> 143b4535459e
Step 24/25 : ENV LINKERD2_PROXY_LOG=warn,linkerd2_proxy=info
---> Running in c93dac0f2293
Removing intermediate container c93dac0f2293
---> 55bbae2db3f6
Step 25/25 : ENTRYPOINT ["/usr/bin/linkerd2-proxy-run"]
---> Running in 2e7affcf3947
Removing intermediate container 2e7affcf3947
---> 4643e9c3e12a
Successfully built 4643e9c3e12a
Successfully tagged gcr.io/linkerd-io/proxy:git-b9ea65fb
gcr.io/linkerd-io/proxy:git-b9ea65fb
Error response from daemon: manifest for gcr.io/linkerd-io/go-deps:c7fb42bd not found: manifest unknown: Failed to fetch "c7fb42bd" from request "/v2/linkerd-io/go-deps/manifests/c7fb42bd".
Sending build context to Docker daemon 5.086MB
Step 1/5 : FROM golang:1.12.7
---> be63d15101cb
Step 2/5 : WORKDIR /linkerd-build
---> Using cache
---> 7aab6ad95f74
Step 3/5 : COPY go.mod go.sum ./
---> Using cache
---> dbda2f37796e
Step 4/5 : RUN go mod download
---> Using cache
---> e5ec34ad7351
Step 5/5 : RUN CGO_ENABLED=0 GOOS=linux go install -mod=readonly github.com/golang/protobuf/jsonpb github.com/grpc-ecosystem/go-grpc-prometheus github.com/prometheus/client_golang/api github.com/prometheus/client_golang/api/prometheus/v1 github.com/prometheus/client_golang/prometheus github.com/prometheus/client_golang/prometheus/promhttp github.com/prometheus/client_model/go github.com/prometheus/common/expfmt github.com/prometheus/common/model github.com/sirupsen/logrus github.com/containernetworking/cni/pkg/version github.com/containernetworking/cni/pkg/skel github.com/containernetworking/cni/pkg/types github.com/containernetworking/cni/pkg/invoke google.golang.org/grpc k8s.io/client-go/discovery k8s.io/client-go/kubernetes k8s.io/client-go/kubernetes/scheme k8s.io/client-go/kubernetes/typed/admissionregistration/v1alpha1 k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1 k8s.io/client-go/kubernetes/typed/apps/v1 k8s.io/client-go/kubernetes/typed/apps/v1beta1 k8s.io/client-go/kubernetes/typed/apps/v1beta2 k8s.io/client-go/kubernetes/typed/authentication/v1 k8s.io/client-go/kubernetes/typed/authentication/v1beta1 k8s.io/client-go/kubernetes/typed/authorization/v1 k8s.io/client-go/kubernetes/typed/authorization/v1beta1 k8s.io/client-go/kubernetes/typed/autoscaling/v1 k8s.io/client-go/kubernetes/typed/autoscaling/v2beta1 k8s.io/client-go/kubernetes/typed/batch/v1 k8s.io/client-go/kubernetes/typed/batch/v1beta1 k8s.io/client-go/kubernetes/typed/batch/v2alpha1 k8s.io/client-go/kubernetes/typed/certificates/v1beta1 k8s.io/client-go/kubernetes/typed/core/v1 k8s.io/client-go/kubernetes/typed/events/v1beta1 k8s.io/client-go/kubernetes/typed/extensions/v1beta1 k8s.io/client-go/kubernetes/typed/networking/v1 k8s.io/client-go/kubernetes/typed/policy/v1beta1 k8s.io/client-go/kubernetes/typed/rbac/v1 k8s.io/client-go/kubernetes/typed/rbac/v1alpha1 k8s.io/client-go/kubernetes/typed/rbac/v1beta1 k8s.io/client-go/kubernetes/typed/scheduling/v1alpha1 k8s.io/client-go/kubernetes/typed/settings/v1alpha1 k8s.io/client-go/kubernetes/typed/storage/v1 k8s.io/client-go/kubernetes/typed/storage/v1alpha1 k8s.io/client-go/kubernetes/typed/storage/v1beta1 k8s.io/client-go/pkg/version k8s.io/client-go/plugin/pkg/client/auth k8s.io/client-go/plugin/pkg/client/auth/azure k8s.io/client-go/plugin/pkg/client/auth/gcp k8s.io/client-go/plugin/pkg/client/auth/oidc k8s.io/client-go/plugin/pkg/client/auth/openstack k8s.io/client-go/rest k8s.io/client-go/rest/watch k8s.io/client-go/tools/auth k8s.io/client-go/tools/cache k8s.io/client-go/tools/clientcmd k8s.io/client-go/tools/pager k8s.io/client-go/transport k8s.io/client-go/util/buffer k8s.io/client-go/util/cert k8s.io/client-go/util/flowcontrol k8s.io/client-go/util/homedir k8s.io/client-go/util/integer k8s.io/client-go/util/jsonpath
---> Using cache
---> b22508ad8553
Successfully built b22508ad8553
Successfully tagged gcr.io/linkerd-io/go-deps:c7fb42bd
Sending build context to Docker daemon 5.083MB
Step 1/17 : FROM gcr.io/linkerd-io/go-deps:c7fb42bd as golang
---> b22508ad8553
Step 2/17 : WORKDIR /linkerd-build
---> Using cache
---> 48267d437369
Step 3/17 : COPY controller/gen controller/gen
---> Using cache
---> 75f43546a5da
Step 4/17 : COPY pkg pkg
---> Using cache
---> 0728c3245fc8
Step 5/17 : COPY controller controller
---> Using cache
---> daa6f01d29df
Step 6/17 : COPY charts/patch charts/patch
---> Using cache
---> 877f47e95f8b
Step 7/17 : COPY charts/partials charts/partials
---> Using cache
---> 736e27e50525
Step 8/17 : RUN go generate -mod=readonly ./pkg/charts/static
---> Using cache
---> 676ce25880a6
Step 9/17 : RUN CGO_ENABLED=0 GOOS=linux go install -tags prod -mod=readonly ./pkg/...
---> Using cache
---> 7e2c26cbdd41
Step 10/17 : RUN CGO_ENABLED=0 GOOS=linux go install -tags prod -mod=readonly ./controller/cmd/...
---> Using cache
---> 392a7afc5874
Step 11/17 : FROM scratch
--->
Step 12/17 : ENV PATH=$PATH:/go/bin
---> Using cache
---> 9c34528d577a
Step 13/17 : COPY LICENSE /linkerd/LICENSE
---> Using cache
---> cef5e90852ec
Step 14/17 : COPY --from=golang /go/bin /go/bin
---> Using cache
---> 1a2998753a19
Step 15/17 : COPY --from=golang /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
---> Using cache
---> abc8ce749487
Step 16/17 : ARG LINKERD_VERSION
---> Using cache
---> 84f27e74ef5a
Step 17/17 : ENV LINKERD_CONTAINER_VERSION_OVERRIDE=${LINKERD_VERSION}
---> Running in 868b11fd727f
Removing intermediate container 868b11fd727f
---> 19f42cd8f7d0
Successfully built 19f42cd8f7d0
Successfully tagged gcr.io/linkerd-io/controller:git-b9ea65fb
gcr.io/linkerd-io/controller:git-b9ea65fb
Error response from daemon: manifest for gcr.io/linkerd-io/go-deps:c7fb42bd not found: manifest unknown: Failed to fetch "c7fb42bd" from request "/v2/linkerd-io/go-deps/manifests/c7fb42bd".
Sending build context to Docker daemon 5.086MB
Step 1/5 : FROM golang:1.12.7
---> be63d15101cb
Step 2/5 : WORKDIR /linkerd-build
---> Using cache
---> 7aab6ad95f74
Step 3/5 : COPY go.mod go.sum ./
---> Using cache
---> dbda2f37796e
Step 4/5 : RUN go mod download
---> Using cache
---> e5ec34ad7351
Step 5/5 : RUN CGO_ENABLED=0 GOOS=linux go install -mod=readonly github.com/golang/protobuf/jsonpb github.com/grpc-ecosystem/go-grpc-prometheus github.com/prometheus/client_golang/api github.com/prometheus/client_golang/api/prometheus/v1 github.com/prometheus/client_golang/prometheus github.com/prometheus/client_golang/prometheus/promhttp github.com/prometheus/client_model/go github.com/prometheus/common/expfmt github.com/prometheus/common/model github.com/sirupsen/logrus github.com/containernetworking/cni/pkg/version github.com/containernetworking/cni/pkg/skel github.com/containernetworking/cni/pkg/types github.com/containernetworking/cni/pkg/invoke google.golang.org/grpc k8s.io/client-go/discovery k8s.io/client-go/kubernetes k8s.io/client-go/kubernetes/scheme k8s.io/client-go/kubernetes/typed/admissionregistration/v1alpha1 k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1 k8s.io/client-go/kubernetes/typed/apps/v1 k8s.io/client-go/kubernetes/typed/apps/v1beta1 k8s.io/client-go/kubernetes/typed/apps/v1beta2 k8s.io/client-go/kubernetes/typed/authentication/v1 k8s.io/client-go/kubernetes/typed/authentication/v1beta1 k8s.io/client-go/kubernetes/typed/authorization/v1 k8s.io/client-go/kubernetes/typed/authorization/v1beta1 k8s.io/client-go/kubernetes/typed/autoscaling/v1 k8s.io/client-go/kubernetes/typed/autoscaling/v2beta1 k8s.io/client-go/kubernetes/typed/batch/v1 k8s.io/client-go/kubernetes/typed/batch/v1beta1 k8s.io/client-go/kubernetes/typed/batch/v2alpha1 k8s.io/client-go/kubernetes/typed/certificates/v1beta1 k8s.io/client-go/kubernetes/typed/core/v1 k8s.io/client-go/kubernetes/typed/events/v1beta1 k8s.io/client-go/kubernetes/typed/extensions/v1beta1 k8s.io/client-go/kubernetes/typed/networking/v1 k8s.io/client-go/kubernetes/typed/policy/v1beta1 k8s.io/client-go/kubernetes/typed/rbac/v1 k8s.io/client-go/kubernetes/typed/rbac/v1alpha1 k8s.io/client-go/kubernetes/typed/rbac/v1beta1 k8s.io/client-go/kubernetes/typed/scheduling/v1alpha1 k8s.io/client-go/kubernetes/typed/settings/v1alpha1 k8s.io/client-go/kubernetes/typed/storage/v1 k8s.io/client-go/kubernetes/typed/storage/v1alpha1 k8s.io/client-go/kubernetes/typed/storage/v1beta1 k8s.io/client-go/pkg/version k8s.io/client-go/plugin/pkg/client/auth k8s.io/client-go/plugin/pkg/client/auth/azure k8s.io/client-go/plugin/pkg/client/auth/gcp k8s.io/client-go/plugin/pkg/client/auth/oidc k8s.io/client-go/plugin/pkg/client/auth/openstack k8s.io/client-go/rest k8s.io/client-go/rest/watch k8s.io/client-go/tools/auth k8s.io/client-go/tools/cache k8s.io/client-go/tools/clientcmd k8s.io/client-go/tools/pager k8s.io/client-go/transport k8s.io/client-go/util/buffer k8s.io/client-go/util/cert k8s.io/client-go/util/flowcontrol k8s.io/client-go/util/homedir k8s.io/client-go/util/integer k8s.io/client-go/util/jsonpath
---> Using cache
---> b22508ad8553
Successfully built b22508ad8553
Successfully tagged gcr.io/linkerd-io/go-deps:c7fb42bd
Sending build context to Docker daemon 5.084MB
Step 1/29 : FROM node:10 as webpack-bundle
---> 808fa5656038
Step 2/29 : RUN curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.7.0
---> Using cache
---> fd4f262fbc3c
Step 3/29 : ENV PATH /root/.yarn/bin:$PATH
---> Using cache
---> f2ede2ff6631
Step 4/29 : ENV ROOT /linkerd-build
---> Using cache
---> b5ef22de39bd
Step 5/29 : WORKDIR $ROOT
---> Using cache
---> a739ba00a503
Step 6/29 : COPY bin/web ./bin/web
---> Using cache
---> 32ecdce8ad73
Step 7/29 : COPY web/app/package.json web/app/yarn.lock ./web/app/
---> Using cache
---> 489c92473dd2
Step 8/29 : RUN ./bin/web setup install --frozen-lockfile
---> Using cache
---> fec5e9ecf59b
Step 9/29 : ENV NODE_ENV production
---> Using cache
---> a05f8a088f83
Step 10/29 : COPY web/app ./web/app
---> Using cache
---> 53bcd276354b
Step 11/29 : RUN ./bin/web build
---> Using cache
---> 811662f61bc1
Step 12/29 : FROM gcr.io/linkerd-io/go-deps:c7fb42bd as golang
---> b22508ad8553
Step 13/29 : WORKDIR /linkerd-build
---> Using cache
---> 48267d437369
Step 14/29 : RUN mkdir -p web
---> Using cache
---> 9bc8fcbf8e04
Step 15/29 : COPY web/main.go web
---> Using cache
---> aed9e626511a
Step 16/29 : COPY web/srv web/srv
---> Using cache
---> ff5b20ab3304
Step 17/29 : COPY controller controller
---> Using cache
---> fff0cdde449f
Step 18/29 : COPY pkg pkg
---> Using cache
---> e043240c07e1
Step 19/29 : RUN CGO_ENABLED=0 GOOS=linux go build -mod=readonly -o web/web ./web
---> Using cache
---> ba3b2a6a8deb
Step 20/29 : FROM gcr.io/linkerd-io/base:2019-02-19.01
---> f07bbe9e1dde
Step 21/29 : WORKDIR /linkerd
---> Using cache
---> 86e683cb2f81
Step 22/29 : COPY LICENSE .
---> Using cache
---> a54551207a1c
Step 23/29 : COPY --from=golang /linkerd-build/web/web .
---> Using cache
---> 0af3d0905bc4
Step 24/29 : RUN mkdir -p app
---> Using cache
---> 4720e120a422
Step 25/29 : COPY --from=webpack-bundle /linkerd-build/web/app/dist app/dist
---> Using cache
---> 49a70efa026c
Step 26/29 : COPY web/templates templates
---> Using cache
---> 62a13f236b36
Step 27/29 : ARG LINKERD_VERSION
---> Using cache
---> 83e9a14566ac
Step 28/29 : ENV LINKERD_CONTAINER_VERSION_OVERRIDE=${LINKERD_VERSION}
---> Running in 2ec376558dbc
Removing intermediate container 2ec376558dbc
---> ff4642443ab3
Step 29/29 : ENTRYPOINT ["./web"]
---> Running in 1d2aea191a22
Removing intermediate container 1d2aea191a22
---> 55e800d8edc7
Successfully built 55e800d8edc7
Successfully tagged gcr.io/linkerd-io/web:git-b9ea65fb
gcr.io/linkerd-io/web:git-b9ea65fb
Error response from daemon: manifest for gcr.io/linkerd-io/go-deps:c7fb42bd not found: manifest unknown: Failed to fetch "c7fb42bd" from request "/v2/linkerd-io/go-deps/manifests/c7fb42bd".
Sending build context to Docker daemon 5.086MB
Step 1/5 : FROM golang:1.12.7
---> be63d15101cb
Step 2/5 : WORKDIR /linkerd-build
---> Using cache
---> 7aab6ad95f74
Step 3/5 : COPY go.mod go.sum ./
---> Using cache
---> dbda2f37796e
Step 4/5 : RUN go mod download
---> Using cache
---> e5ec34ad7351
Step 5/5 : RUN CGO_ENABLED=0 GOOS=linux go install -mod=readonly github.com/golang/protobuf/jsonpb github.com/grpc-ecosystem/go-grpc-prometheus github.com/prometheus/client_golang/api github.com/prometheus/client_golang/api/prometheus/v1 github.com/prometheus/client_golang/prometheus github.com/prometheus/client_golang/prometheus/promhttp github.com/prometheus/client_model/go github.com/prometheus/common/expfmt github.com/prometheus/common/model github.com/sirupsen/logrus github.com/containernetworking/cni/pkg/version github.com/containernetworking/cni/pkg/skel github.com/containernetworking/cni/pkg/types github.com/containernetworking/cni/pkg/invoke google.golang.org/grpc k8s.io/client-go/discovery k8s.io/client-go/kubernetes k8s.io/client-go/kubernetes/scheme k8s.io/client-go/kubernetes/typed/admissionregistration/v1alpha1 k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1 k8s.io/client-go/kubernetes/typed/apps/v1 k8s.io/client-go/kubernetes/typed/apps/v1beta1 k8s.io/client-go/kubernetes/typed/apps/v1beta2 k8s.io/client-go/kubernetes/typed/authentication/v1 k8s.io/client-go/kubernetes/typed/authentication/v1beta1 k8s.io/client-go/kubernetes/typed/authorization/v1 k8s.io/client-go/kubernetes/typed/authorization/v1beta1 k8s.io/client-go/kubernetes/typed/autoscaling/v1 k8s.io/client-go/kubernetes/typed/autoscaling/v2beta1 k8s.io/client-go/kubernetes/typed/batch/v1 k8s.io/client-go/kubernetes/typed/batch/v1beta1 k8s.io/client-go/kubernetes/typed/batch/v2alpha1 k8s.io/client-go/kubernetes/typed/certificates/v1beta1 k8s.io/client-go/kubernetes/typed/core/v1 k8s.io/client-go/kubernetes/typed/events/v1beta1 k8s.io/client-go/kubernetes/typed/extensions/v1beta1 k8s.io/client-go/kubernetes/typed/networking/v1 k8s.io/client-go/kubernetes/typed/policy/v1beta1 k8s.io/client-go/kubernetes/typed/rbac/v1 k8s.io/client-go/kubernetes/typed/rbac/v1alpha1 k8s.io/client-go/kubernetes/typed/rbac/v1beta1 k8s.io/client-go/kubernetes/typed/scheduling/v1alpha1 k8s.io/client-go/kubernetes/typed/settings/v1alpha1 k8s.io/client-go/kubernetes/typed/storage/v1 k8s.io/client-go/kubernetes/typed/storage/v1alpha1 k8s.io/client-go/kubernetes/typed/storage/v1beta1 k8s.io/client-go/pkg/version k8s.io/client-go/plugin/pkg/client/auth k8s.io/client-go/plugin/pkg/client/auth/azure k8s.io/client-go/plugin/pkg/client/auth/gcp k8s.io/client-go/plugin/pkg/client/auth/oidc k8s.io/client-go/plugin/pkg/client/auth/openstack k8s.io/client-go/rest k8s.io/client-go/rest/watch k8s.io/client-go/tools/auth k8s.io/client-go/tools/cache k8s.io/client-go/tools/clientcmd k8s.io/client-go/tools/pager k8s.io/client-go/transport k8s.io/client-go/util/buffer k8s.io/client-go/util/cert k8s.io/client-go/util/flowcontrol k8s.io/client-go/util/homedir k8s.io/client-go/util/integer k8s.io/client-go/util/jsonpath
---> Using cache
---> b22508ad8553
Successfully built b22508ad8553
Successfully tagged gcr.io/linkerd-io/go-deps:c7fb42bd
Sending build context to Docker daemon 5.083MB
Step 1/16 : FROM gcr.io/linkerd-io/go-deps:c7fb42bd as golang
---> b22508ad8553
Step 2/16 : WORKDIR /linkerd-build
---> Using cache
---> 48267d437369
Step 3/16 : COPY pkg pkg
---> Using cache
---> 198d4a27ce00
Step 4/16 : COPY controller controller
---> Using cache
---> eec9419f7f63
Step 5/16 : COPY cni-plugin cni-plugin
---> Using cache
---> 2d1b9d186d8d
Step 6/16 : RUN CGO_ENABLED=0 GOOS=linux go build -o /go/bin/linkerd-cni -v -mod=readonly ./cni-plugin/
---> Using cache
---> 01cd60fd427b
Step 7/16 : FROM gcr.io/linkerd-io/base:2019-02-19.01
---> f07bbe9e1dde
Step 8/16 : WORKDIR /linkerd
---> Using cache
---> 86e683cb2f81
Step 9/16 : RUN curl -kL -o $(which jq) https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64
---> Using cache
---> c8413bc2ee8c
Step 10/16 : COPY --from=golang /go/bin/linkerd-cni /opt/cni/bin/
---> Using cache
---> 3dfbfdf2a400
Step 11/16 : COPY LICENSE .
---> Using cache
---> 1ffffeb4cfb2
Step 12/16 : COPY cni-plugin/deployment/scripts/install-cni.sh .
---> Using cache
---> 8ebedb26f87d
Step 13/16 : COPY cni-plugin/deployment/linkerd-cni.conf.default .
---> Using cache
---> 03a43fcbbaf1
Step 14/16 : COPY cni-plugin/deployment/scripts/filter.jq .
---> Using cache
---> 959d0afb8211
Step 15/16 : ENV PATH=/linkerd:/opt/cni/bin:$PATH
---> Using cache
---> b840e3737675
Step 16/16 : CMD ["install-cni.sh"]
---> Using cache
---> a20d35e8c28e
Successfully built a20d35e8c28e
Successfully tagged gcr.io/linkerd-io/cni-plugin:git-b9ea65fb
gcr.io/linkerd-io/cni-plugin:git-b9ea65fb
Sending build context to Docker daemon 5.083MB
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
---> 4b743d65f3cf
Step 3/3 : ENTRYPOINT [ "tshark", "-i", "any" ]
---> Using cache
---> 290a8538432d
Successfully built 290a8538432d
Successfully tagged gcr.io/linkerd-io/debug:git-b9ea65fb
gcr.io/linkerd-io/debug:git-b9ea65fb
Error response from daemon: manifest for gcr.io/linkerd-io/go-deps:c7fb42bd not found: manifest unknown: Failed to fetch "c7fb42bd" from request "/v2/linkerd-io/go-deps/manifests/c7fb42bd".
Sending build context to Docker daemon 5.086MB
Step 1/5 : FROM golang:1.12.7
---> be63d15101cb
Step 2/5 : WORKDIR /linkerd-build
---> Using cache
---> 7aab6ad95f74
Step 3/5 : COPY go.mod go.sum ./
---> Using cache
---> dbda2f37796e
Step 4/5 : RUN go mod download
---> Using cache
---> e5ec34ad7351
Step 5/5 : RUN CGO_ENABLED=0 GOOS=linux go install -mod=readonly github.com/golang/protobuf/jsonpb github.com/grpc-ecosystem/go-grpc-prometheus github.com/prometheus/client_golang/api github.com/prometheus/client_golang/api/prometheus/v1 github.com/prometheus/client_golang/prometheus github.com/prometheus/client_golang/prometheus/promhttp github.com/prometheus/client_model/go github.com/prometheus/common/expfmt github.com/prometheus/common/model github.com/sirupsen/logrus github.com/containernetworking/cni/pkg/version github.com/containernetworking/cni/pkg/skel github.com/containernetworking/cni/pkg/types github.com/containernetworking/cni/pkg/invoke google.golang.org/grpc k8s.io/client-go/discovery k8s.io/client-go/kubernetes k8s.io/client-go/kubernetes/scheme k8s.io/client-go/kubernetes/typed/admissionregistration/v1alpha1 k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1 k8s.io/client-go/kubernetes/typed/apps/v1 k8s.io/client-go/kubernetes/typed/apps/v1beta1 k8s.io/client-go/kubernetes/typed/apps/v1beta2 k8s.io/client-go/kubernetes/typed/authentication/v1 k8s.io/client-go/kubernetes/typed/authentication/v1beta1 k8s.io/client-go/kubernetes/typed/authorization/v1 k8s.io/client-go/kubernetes/typed/authorization/v1beta1 k8s.io/client-go/kubernetes/typed/autoscaling/v1 k8s.io/client-go/kubernetes/typed/autoscaling/v2beta1 k8s.io/client-go/kubernetes/typed/batch/v1 k8s.io/client-go/kubernetes/typed/batch/v1beta1 k8s.io/client-go/kubernetes/typed/batch/v2alpha1 k8s.io/client-go/kubernetes/typed/certificates/v1beta1 k8s.io/client-go/kubernetes/typed/core/v1 k8s.io/client-go/kubernetes/typed/events/v1beta1 k8s.io/client-go/kubernetes/typed/extensions/v1beta1 k8s.io/client-go/kubernetes/typed/networking/v1 k8s.io/client-go/kubernetes/typed/policy/v1beta1 k8s.io/client-go/kubernetes/typed/rbac/v1 k8s.io/client-go/kubernetes/typed/rbac/v1alpha1 k8s.io/client-go/kubernetes/typed/rbac/v1beta1 k8s.io/client-go/kubernetes/typed/scheduling/v1alpha1 k8s.io/client-go/kubernetes/typed/settings/v1alpha1 k8s.io/client-go/kubernetes/typed/storage/v1 k8s.io/client-go/kubernetes/typed/storage/v1alpha1 k8s.io/client-go/kubernetes/typed/storage/v1beta1 k8s.io/client-go/pkg/version k8s.io/client-go/plugin/pkg/client/auth k8s.io/client-go/plugin/pkg/client/auth/azure k8s.io/client-go/plugin/pkg/client/auth/gcp k8s.io/client-go/plugin/pkg/client/auth/oidc k8s.io/client-go/plugin/pkg/client/auth/openstack k8s.io/client-go/rest k8s.io/client-go/rest/watch k8s.io/client-go/tools/auth k8s.io/client-go/tools/cache k8s.io/client-go/tools/clientcmd k8s.io/client-go/tools/pager k8s.io/client-go/transport k8s.io/client-go/util/buffer k8s.io/client-go/util/cert k8s.io/client-go/util/flowcontrol k8s.io/client-go/util/homedir k8s.io/client-go/util/integer k8s.io/client-go/util/jsonpath
---> Using cache
---> b22508ad8553
Successfully built b22508ad8553
Successfully tagged gcr.io/linkerd-io/go-deps:c7fb42bd
Sending build context to Docker daemon 5.084MB
Step 1/22 : FROM gcr.io/linkerd-io/go-deps:c7fb42bd as golang
---> b22508ad8553
Step 2/22 : WORKDIR /linkerd-build
---> Using cache
---> 48267d437369
Step 3/22 : COPY cli cli
---> Using cache
---> 030527f3d22c
Step 4/22 : COPY charts charts
---> 07beacc6d2e1
Step 5/22 : COPY controller/k8s controller/k8s
---> edc3f0a40740
Step 6/22 : COPY controller/api controller/api
---> 1ba72d974bea
Step 7/22 : COPY controller/gen controller/gen
---> 94cdb31cc70a
Step 8/22 : COPY pkg pkg
---> 0481d42273e1
Step 9/22 : RUN mkdir -p /out
---> Running in 9b68dc5c1aaa
Removing intermediate container 9b68dc5c1aaa
---> ce7e8df92ff0
Step 10/22 : RUN go generate -mod=readonly ./pkg/charts/static
---> Running in d34a155d1ace
writing generated_templates.gogen.go
Removing intermediate container d34a155d1ace
---> 581eeaada6a0
Step 11/22 : RUN CGO_ENABLED=0 GOOS=darwin go build -o /out/linkerd-darwin -tags prod -mod=readonly -ldflags "-s -w" ./cli
---> Running in 15f50cfa2cf3
Removing intermediate container 15f50cfa2cf3
---> e09ada2c83bf
Step 12/22 : RUN CGO_ENABLED=0 GOOS=linux go build -o /out/linkerd-linux -tags prod -mod=readonly -ldflags "-s -w" ./cli
---> Running in 90a6348b69f8
Removing intermediate container 90a6348b69f8
---> 02a32eff63bf
Step 13/22 : RUN CGO_ENABLED=0 GOOS=windows go build -o /out/linkerd-windows -tags prod -mod=readonly -ldflags "-s -w" ./cli
---> Running in a40c9fb6e635
Removing intermediate container a40c9fb6e635
---> fed8645b40a5
Step 14/22 : ARG LINKERD_VERSION
---> Running in 0b4a87f1dcdd
Removing intermediate container 0b4a87f1dcdd
---> 68efa7de92a3
Step 15/22 : ENV GO_LDFLAGS="-s -w -X github.com/linkerd/linkerd2/pkg/version.Version=${LINKERD_VERSION}"
---> Running in 537631b3f9ce
Removing intermediate container 537631b3f9ce
---> 7fba52b9868c
Step 16/22 : RUN CGO_ENABLED=0 GOOS=darwin go build -o /out/linkerd-darwin -tags prod -mod=readonly -ldflags "${GO_LDFLAGS}" ./cli
---> Running in 868930a777f8
Removing intermediate container 868930a777f8
---> 2bc6c84ad608
Step 17/22 : RUN CGO_ENABLED=0 GOOS=linux go build -o /out/linkerd-linux -tags prod -mod=readonly -ldflags "${GO_LDFLAGS}" ./cli
---> Running in d276be9a57e2
Removing intermediate container d276be9a57e2
---> fa00675d2cbd
Step 18/22 : RUN CGO_ENABLED=0 GOOS=windows go build -o /out/linkerd-windows -tags prod -mod=readonly -ldflags "${GO_LDFLAGS}" ./cli
---> Running in 275752e83dab
Removing intermediate container 275752e83dab
---> 9cf2411c92ec
Step 19/22 : FROM scratch
--->
Step 20/22 : COPY LICENSE /linkerd/LICENSE
---> Using cache
---> b8311bc6a625
Step 21/22 : COPY --from=golang /out /out
---> 15e15d58f14b
Step 22/22 : ENTRYPOINT ["/out/linkerd-linux"]
---> Running in 9ce69d9383ab
Removing intermediate container 9ce69d9383ab
---> c5470054bef1
Successfully built c5470054bef1
Successfully tagged gcr.io/linkerd-io/cli-bin:git-b9ea65fb
gcr.io/linkerd-io/cli-bin:git-b9ea65fb
/root/linkerd2/target/cli/darwin/linkerd
/root/linkerd2/target/cli/linux/linkerd
/root/linkerd2/target/cli/windows/linkerd
Sending build context to Docker daemon 5.083MB
Step 1/4 : FROM grafana/grafana:6.2.5
---> c912f3f026ed
Step 2/4 : COPY LICENSE /linkerd/LICENSE
---> Using cache
---> 9c8af08655c5
Step 3/4 : COPY grafana/dashboards /var/lib/grafana/dashboards
---> Using cache
---> b9aefaceed51
Step 4/4 : COPY grafana/dashboards/top-line.json /usr/share/grafana/public/dashboards/home.json
---> Using cache
---> 408bd1ca1e45
Successfully built 408bd1ca1e45
Successfully tagged gcr.io/linkerd-io/grafana:git-b9ea65fb
gcr.io/linkerd-io/grafana:git-b9ea65fb
The push refers to repository [gcr.io/linkerd-io/cli-bin]
7c9d7df193e2: Preparing
baa3149de5e0: Preparing
baa3149de5e0: Layer already exists
7c9d7df193e2: Pushed
git-b9ea65fb: digest: sha256:8742a03a5693ac6057957d8f587f7d6d3524b255112d2d40c2ae74199ceb43b7 size: 737
The push refers to repository [gcr.io/linkerd-io/cni-plugin]
0b0f0ad5b5e6: Preparing
f69e724c8b67: Preparing
8b0aab4999d7: Preparing
1309e984f073: Preparing
c96b58fdbff9: Preparing
709c1e41ffea: Preparing
082915cd7be5: Preparing
7c5874767822: Preparing
0a07e81f5da3: Preparing
709c1e41ffea: Waiting
0a07e81f5da3: Waiting
082915cd7be5: Waiting
7c5874767822: Waiting
8b0aab4999d7: Layer already exists
f69e724c8b67: Layer already exists
1309e984f073: Layer already exists
c96b58fdbff9: Layer already exists
0b0f0ad5b5e6: Layer already exists
709c1e41ffea: Layer already exists
082915cd7be5: Layer already exists
0a07e81f5da3: Layer already exists
7c5874767822: Layer already exists
git-b9ea65fb: digest: sha256:7816752c72c257ca9219c555dec9e6d2a89adbb620cb8fcce92c6e1e63aeb4ec size: 2201
The push refers to repository [gcr.io/linkerd-io/controller]
f804303cd9d9: Preparing
b648e6f3af6e: Preparing
75faa8a3652f: Preparing
f804303cd9d9: Layer already exists
b648e6f3af6e: Layer already exists
75faa8a3652f: Layer already exists
git-b9ea65fb: digest: sha256:7a58bfe858c1c14a67196b90ae7b93b20a08a4680264857d9abc51dde2227b96 size: 948
The push refers to repository [gcr.io/linkerd-io/debug]
a02bd2b9a37d: Preparing
7c5874767822: Preparing
0a07e81f5da3: Preparing
7c5874767822: Layer already exists
a02bd2b9a37d: Layer already exists
0a07e81f5da3: Layer already exists
git-b9ea65fb: digest: sha256:75959fa1c6f06d5503d24c3e973cff00ee3926dd272c5fd345507cba7bd93296 size: 953
The push refers to repository [gcr.io/linkerd-io/grafana]
3f69b97def94: Preparing
716f8d4260e7: Preparing
b77f84039242: Preparing
517c1d16de46: Preparing
01fd531eed2e: Preparing
b9f8f0d2aea3: Preparing
d5c50294def4: Preparing
39888a5388b7: Preparing
cf5b3c6798f7: Preparing
b9f8f0d2aea3: Waiting
d5c50294def4: Waiting
39888a5388b7: Waiting
517c1d16de46: Layer already exists
b77f84039242: Layer already exists
3f69b97def94: Layer already exists
01fd531eed2e: Layer already exists
716f8d4260e7: Layer already exists
d5c50294def4: Layer already exists
b9f8f0d2aea3: Layer already exists
39888a5388b7: Layer already exists
cf5b3c6798f7: Layer already exists
git-b9ea65fb: digest: sha256:ac74b4045ee4c81ca51a41578cb06c6d583e03369646ac45e0e2c8b483ee0fd1 size: 2201
The push refers to repository [gcr.io/linkerd-io/proxy]
6b81ab92d065: Preparing
eda2c2ad6dfe: Preparing
5db9702371ea: Preparing
6786fbf68cb1: Preparing
232281cdec55: Preparing
7c5874767822: Preparing
0a07e81f5da3: Preparing
7c5874767822: Waiting
0a07e81f5da3: Waiting
5db9702371ea: Layer already exists
6b81ab92d065: Layer already exists
eda2c2ad6dfe: Layer already exists
6786fbf68cb1: Layer already exists
232281cdec55: Layer already exists
7c5874767822: Layer already exists
0a07e81f5da3: Layer already exists
git-b9ea65fb: digest: sha256:0169a05dfeab900920f3a29468d7316da54f7ae049ce00d89d371bd364b23479 size: 1785
The push refers to repository [gcr.io/linkerd-io/web]
d8ab816d0e98: Preparing
b6f87583b5ee: Preparing
a113e318d2c5: Preparing
b707a59737d0: Preparing
1f9dc1eeb84b: Preparing
082915cd7be5: Preparing
7c5874767822: Preparing
0a07e81f5da3: Preparing
7c5874767822: Waiting
0a07e81f5da3: Waiting
082915cd7be5: Waiting
b6f87583b5ee: Layer already exists
b707a59737d0: Layer already exists
a113e318d2c5: Layer already exists
d8ab816d0e98: Layer already exists
1f9dc1eeb84b: Layer already exists
082915cd7be5: Layer already exists
7c5874767822: Layer already exists
0a07e81f5da3: Layer already exists
git-b9ea65fb: digest: sha256:ef8aa2498a3fda12269f179a6fbda105fc740713b01724401bd464fb7f0d256a size: 1992
Starting to serve on 127.0.0.1:8080
Checking the linkerd binary...[ok]
Checking if there is a Kubernetes cluster available...[ok]
==================RUNNING ALL TESTS==================
Testing Linkerd version [git-b9ea65fb] namespace [l5d-integration-auto-git-b9ea65fb] k8s-context []
Test script: [install_test.go] Params: [-failfast --upgrade-from-version=stable-2.4.0 --linkerd-namespace=l5d-integration-auto-git-b9ea65fb-upgrade]
go: finding github.com/elazarl/goproxy/ext v0.0.0-20190711103511-473e67f1d7d2
go: finding github.com/go-openapi/swag v0.17.2
go: finding github.com/coreos/bbolt v1.3.3
go: finding github.com/go-openapi/spec v0.17.2
go: finding github.com/cyphar/filepath-securejoin v0.2.2
go: finding github.com/golang/protobuf v1.3.1
go: finding github.com/gorilla/websocket v1.2.0
go: finding github.com/shurcooL/vfsgen v0.0.0-20181202132449-6a9ea43bcacd
go: finding github.com/mattn/go-runewidth v0.0.2
go: finding github.com/briandowns/spinner v0.0.0-20190212173954-5cf08d0ac778
go: finding github.com/projectcalico/go-yaml v0.0.0-20161201183616-955bc3e451ef
go: finding github.com/google/uuid v1.1.0
go: finding github.com/Azure/go-autorest v11.3.2+incompatible
go: finding github.com/linkerd/linkerd2-proxy-api v0.1.9
go: finding github.com/rogpeppe/go-charset v0.0.0-20180617210344-2471d30d28b4
go: finding github.com/coreos/etcd v3.3.13+incompatible
go: finding go.uber.org/zap v1.10.0
go: finding github.com/prometheus/client_golang v0.9.2
go: finding github.com/mattn/go-isatty v0.0.7
go: finding github.com/go-openapi/jsonpointer v0.17.2
go: finding github.com/gophercloud/gophercloud v0.0.0-20180206165554-104e2578924b
go: finding github.com/nsf/termbox-go v0.0.0-20180613055208-5c94acc5e6eb
go: finding github.com/projectcalico/go-json v0.0.0-20161128004156-6219dc7339ba
go: finding github.com/mailru/easyjson v0.0.0-20180823135443-60711f1a8329
go: finding gopkg.in/yaml.v2 v2.2.1
go: finding gopkg.in/tchap/go-patricia.v2 v2.3.0
go: finding github.com/deislabs/smi-sdk-go v0.0.0-20190610232231-f281e2121a16
go: finding github.com/mattn/go-colorable v0.0.9
go: finding github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749
go: finding google.golang.org/api v0.1.0
go: finding github.com/jonboulle/clockwork v0.1.0
go: finding github.com/projectcalico/libcalico-go v1.7.3
go: finding github.com/ghodss/yaml v1.0.0
go: finding github.com/golang/protobuf v1.2.0
go: finding go.uber.org/atomic v1.4.0
go: finding github.com/davecgh/go-spew v1.1.1
go: finding github.com/spf13/cobra v0.0.1
go: finding github.com/sirupsen/logrus v1.0.4
go: finding github.com/PuerkitoBio/purell v1.1.0
go: finding github.com/google/btree v1.0.0
go: finding golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
go: finding golang.org/x/net v0.0.0-20181005035420-146acd28ed58
go: finding github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f
go: finding go.uber.org/multierr v1.1.0
go: finding github.com/russross/blackfriday v1.5.2
go: finding github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578
go: finding k8s.io/api v0.0.0-20181213150558-05914d821849
go: finding github.com/pkg/errors v0.8.1
go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9
go: finding github.com/evanphx/json-patch v4.2.0+incompatible
go: finding k8s.io/apiextensions-apiserver v0.0.0-20181213153335-0fe22c71c476
go: finding github.com/grpc-ecosystem/go-grpc-prometheus v0.0.0-20160910222444-6b7015e65d36
go: finding contrib.go.opencensus.io/exporter/ocagent v0.2.0
go: finding github.com/json-iterator/go v1.1.6
go: finding github.com/hashicorp/golang-lru v0.5.1
go: finding github.com/pkg/browser v0.0.0-20170505125900-c90ca0c84f15
go: finding github.com/grpc-ecosystem/go-grpc-middleware v1.0.0
go: finding github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910
go: finding github.com/coreos/go-semver v0.3.0
go: finding gopkg.in/go-playground/assert.v1 v1.2.1
go: finding google.golang.org/api v0.0.0-20180910000450-7ca32eb868bf
go: finding github.com/prometheus/procfs v0.0.0-20181204211112-1dc9a6cbc91a
go: finding github.com/go-openapi/jsonreference v0.17.2
go: finding golang.org/x/sync v0.0.0-20181108010431-42b317875d0f
go: finding github.com/emicklei/proto v1.6.8
go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2
go: finding github.com/cpuguy83/go-md2man v1.0.8
go: finding k8s.io/client-go v0.0.0-20181213151034-8d9ed539ba31
go: finding google.golang.org/grpc v1.15.0
go: finding github.com/gregjones/httpcache v0.0.0-20190212212710-3befbb6ad0cc
go: finding go.etcd.io/bbolt v1.3.3
go: finding github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f
go: finding github.com/Masterminds/sprig v2.17.1+incompatible
go: finding github.com/spf13/pflag v1.0.1
go: finding gopkg.in/inf.v0 v0.9.1
go: finding github.com/BurntSushi/toml v0.3.1
go: finding github.com/googleapis/gnostic v0.2.0
go: finding github.com/go-openapi/jsonpointer v0.17.0
go: finding github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2
go: finding github.com/satori/go.uuid v1.2.0
go: finding github.com/gobwas/glob v0.2.3
go: finding github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973
go: finding golang.org/x/tools v0.0.0-20190328211700-ab21143f2384
go: finding golang.org/x/sys v0.0.0-20180830151530-49385e6e1522
go: finding github.com/stretchr/testify v1.2.2
go: finding github.com/aokoli/goutils v1.1.0
go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc
go: finding k8s.io/apimachinery v0.0.0-20181127105237-2b1284ed4c93
go: finding golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223
go: finding github.com/linkerd/linkerd2-proxy-init v1.1.0
go: finding github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96
go: finding cloud.google.com/go v0.26.0
go: finding github.com/projectcalico/go-yaml-wrapper v0.0.0-20161127220527-598e54215bee
go: finding github.com/huandu/xstrings v1.2.0
go: finding gopkg.in/yaml.v2 v2.2.2
go: finding gopkg.in/go-playground/validator.v8 v8.18.2
go: finding k8s.io/klog v0.3.2
go: finding go.opencensus.io v0.17.0
go: finding google.golang.org/appengine v1.1.0
go: finding github.com/elazarl/goproxy v0.0.0-20190711103511-473e67f1d7d2
go: finding golang.org/x/net v0.0.0-20180826012351-8a410e7b638d
go: finding github.com/soheilhy/cmux v0.1.4
go: finding k8s.io/code-generator v0.0.0-20181116203124-c2090bec4d9b
go: finding google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8
go: finding github.com/prometheus/common v0.0.0-20181126121408-4724e9255275
go: finding github.com/go-openapi/swag v0.17.0
go: finding golang.org/x/net v0.0.0-20180906233101-161cd47e91fd
go: finding golang.org/x/text v0.3.0
go: finding gonum.org/v1/netlib v0.0.0-20190331212654-76723241ea4e
go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
go: finding github.com/julienschmidt/httprouter v1.1.0
go: finding github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5
go: finding github.com/containernetworking/cni v0.6.0
go: finding github.com/client9/misspell v0.3.4
go: finding github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6
go: finding github.com/wercker/stern v0.0.0-20171214125149-b04b5491222d
go: finding github.com/kelseyhightower/envconfig v1.4.0
go: finding golang.org/x/tools v0.0.0-20180828015842-6cd1fcedba52
go: finding github.com/google/go-cmp v0.2.0
go: finding golang.org/x/lint v0.0.0-20180702182130-06c8688daad7
go: finding golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c
go: finding github.com/Masterminds/semver v1.4.2
go: finding modernc.org/xc v1.0.0
go: finding go.opencensus.io v0.18.0
go: finding modernc.org/strutil v1.0.0
go: finding k8s.io/kube-openapi v0.0.0-20190502190224-411b2483e503
go: finding golang.org/x/exp v0.0.0-20190312203227-4b39c73a6495
go: finding github.com/go-openapi/jsonreference v0.17.0
go: finding github.com/sergi/go-diff v1.0.0
go: finding github.com/prometheus/procfs v0.0.0-20180725123919-05ee40e3a273
go: finding k8s.io/helm v2.12.2+incompatible
go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
go: finding github.com/inconshreveable/mousetrap v1.0.0
go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1
go: finding golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
go: finding golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a
go: finding github.com/modern-go/reflect2 v0.0.0-20180320133207-05fbef0ca5da
go: finding modernc.org/golex v1.0.0
go: finding github.com/peterbourgon/diskv v2.0.1+incompatible
go: finding github.com/json-iterator/go v0.0.0-20180612202835-f2b4162afba3
go: finding golang.org/x/text v0.0.0-20160726164857-2910a502d2bf
go: finding golang.org/x/oauth2 v0.0.0-20181203162652-d668ce993890
go: finding golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e
go: finding github.com/onsi/ginkgo v0.0.0-20170829012221-11459a886d9c
go: finding github.com/prometheus/client_golang v0.8.0
go: finding golang.org/x/image v0.0.0-20190227222117-0694c2d4d067
go: finding github.com/onsi/gomega v0.0.0-20170829124025-dcabb60a477c
go: finding github.com/dgrijalva/jwt-go v3.1.0+incompatible
go: finding gonum.org/v1/gonum v0.0.0-20190331200053-3d26580ed485
go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4
go: finding modernc.org/mathutil v1.0.0
go: finding golang.org/x/tools v0.0.0-20190312151545-0bb0c0a6e846
go: finding github.com/go-openapi/spec v0.0.0-20160808142527-6aced65f8501
go: finding github.com/stretchr/testify v1.3.0
go: finding github.com/spf13/pflag v0.0.0-20170130214245-9ff6c6923cff
go: finding github.com/PuerkitoBio/purell v1.0.0
go: finding github.com/golang/mock v1.1.1
go: finding k8s.io/utils v0.0.0-20190506122338-8fab8cb257d5
go: finding github.com/census-instrumentation/opencensus-proto v0.1.0
go: finding github.com/davecgh/go-spew v1.1.0
go: finding golang.org/x/mobile v0.0.0-20190312151609-d3739f865fa6
go: finding github.com/gogo/protobuf v1.2.1
go: finding github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367
go: finding github.com/modern-go/reflect2 v1.0.1
go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
go: finding google.golang.org/grpc v1.14.0
go: finding google.golang.org/appengine v1.4.0
go: finding google.golang.org/appengine v1.3.0
go: finding modernc.org/cc v1.0.0
go: finding github.com/pmezard/go-difflib v0.0.0-20151028094244-d8ed2627bdf0
go: finding github.com/googleapis/gnostic v0.0.0-20170426233943-68f4ded48ba9
go: finding golang.org/x/net v0.0.0-20170114055629-f2499483f923
go: finding sigs.k8s.io/yaml v1.1.0
go: finding github.com/census-instrumentation/opencensus-proto v0.0.2-0.20180913191712-f303ae3f8d6a
go: finding github.com/fatih/color v1.7.0
go: finding github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633
go: finding github.com/kisielk/gotool v1.0.0
go: finding github.com/grpc-ecosystem/grpc-gateway v1.5.0
go: finding github.com/davecgh/go-spew v0.0.0-20151105211317-5215b55f46b2
go: finding github.com/openzipkin/zipkin-go v0.1.1
go: finding github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d
go: finding github.com/kisielk/errcheck v1.1.0
go: finding k8s.io/klog v0.0.0-20181102134211-b9b56d5dfc92
go: finding github.com/go-openapi/jsonpointer v0.0.0-20160704185906-46af16f9f7b1
go: finding git.apache.org/thrift.git v0.0.0-20180902110319-2566ecd5d999
go: finding github.com/golang/lint v0.0.0-20180702182130-06c8688daad7
go: finding github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802
go: finding github.com/pmezard/go-difflib v1.0.0
go: finding github.com/remyoudompheng/bigfft v0.0.0-20170806203942-52369c62f446
go: finding github.com/go-openapi/swag v0.0.0-20160704191624-1d0bd113de87
go: finding github.com/go-openapi/jsonreference v0.0.0-20160704190145-13c6e3589ad9
go: finding github.com/ghodss/yaml v0.0.0-20150909031657-73d445a93680
go: finding cloud.google.com/go v0.34.0
go: finding github.com/PuerkitoBio/urlesc v0.0.0-20160726150825-5bd2802263f2
go: finding golang.org/x/net v0.0.0-20190311183353-d8887717615a
go: finding google.golang.org/genproto v0.0.0-20180831171423-11092d34479b
go: finding github.com/golang/protobuf v0.0.0-20161109072736-4bd1920723d7
go: finding github.com/stretchr/objx v0.1.0
go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: finding github.com/stretchr/testify v0.0.0-20151208002404-e3a8ff8ce365
go: finding github.com/google/gofuzz v1.0.0
go: finding github.com/imdario/mergo v0.0.0-20180119215619-163f41321a19
go: finding github.com/spf13/afero v1.2.2
go: finding honnef.co/go/tools v0.0.0-20180728063816-88497007e858
go: finding golang.org/x/tools v0.0.0-20181011042414-1f849cf54d09
go: finding golang.org/x/tools v0.0.0-20190206041539-40960b6deb8e
go: finding golang.org/x/sys v0.0.0-20170830134202-bb24a47a89ea
go: finding golang.org/x/exp v0.0.0-20190125153040-c74c464bbbf2
go: finding gonum.org/v1/netlib v0.0.0-20190313105609-8cb42192e0e0
go: finding k8s.io/klog v0.3.0
go: finding golang.org/x/sys v0.0.0-20190312061237-fead79001313
go: finding google.golang.org/genproto v0.0.0-20181202183823-bd91e49a0898
go: finding golang.org/x/tools v0.0.0-20180221164845-07fd8470d635
go: finding github.com/NYTimes/gziphandler v0.0.0-20170623195520-56545f4a5d46
go: finding google.golang.org/grpc v1.16.0
go: finding github.com/prometheus/common v0.0.0-20180801064454-c7de2306084e
go: finding golang.org/x/net v0.0.0-20180724234803-3673e40ba225
go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
go: finding google.golang.org/grpc v1.17.0
go: finding sigs.k8s.io/structured-merge-diff v0.0.0-20190426204423-ea680f03cc65
go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
go: finding github.com/mailru/easyjson v0.0.0-20160728113105-d5b7844b561a
go: finding k8s.io/gengo v0.0.0-20190128074634-0689ccc1d7d6
go: finding golang.org/x/net v0.0.0-20181106065722-10aee1819953
go: finding golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3
go: downloading k8s.io/apimachinery v0.0.0-20181127105237-2b1284ed4c93
go: downloading k8s.io/client-go v0.0.0-20181213151034-8d9ed539ba31
go: downloading sigs.k8s.io/yaml v1.1.0
go: downloading github.com/deislabs/smi-sdk-go v0.0.0-20190610232231-f281e2121a16
go: downloading k8s.io/api v0.0.0-20181213150558-05914d821849
go: downloading k8s.io/apiextensions-apiserver v0.0.0-20181213153335-0fe22c71c476
go: downloading gopkg.in/yaml.v2 v2.2.2
go: downloading k8s.io/klog v0.3.2
go: downloading github.com/gophercloud/gophercloud v0.0.0-20180206165554-104e2578924b
go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
go: downloading github.com/prometheus/client_golang v0.9.2
go: downloading github.com/imdario/mergo v0.0.0-20180119215619-163f41321a19
go: downloading golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
go: downloading github.com/Azure/go-autorest v11.3.2+incompatible
go: downloading github.com/gogo/protobuf v1.2.1
go: downloading golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c
go: downloading golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a
go: downloading github.com/golang/protobuf v1.3.1
go: downloading github.com/dgrijalva/jwt-go v3.1.0+incompatible
go: downloading github.com/evanphx/json-patch v4.2.0+incompatible
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading github.com/prometheus/common v0.0.0-20181126121408-4724e9255275
go: downloading github.com/google/gofuzz v1.0.0
go: downloading github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973
go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
go: downloading github.com/prometheus/procfs v0.0.0-20181204211112-1dc9a6cbc91a
go: downloading github.com/googleapis/gnostic v0.2.0
go: downloading go.opencensus.io v0.18.0
go: downloading github.com/grpc-ecosystem/go-grpc-prometheus v0.0.0-20160910222444-6b7015e65d36
go: downloading github.com/peterbourgon/diskv v2.0.1+incompatible
go: downloading github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910
go: downloading google.golang.org/grpc v1.17.0
go: downloading contrib.go.opencensus.io/exporter/ocagent v0.2.0
go: downloading github.com/gregjones/httpcache v0.0.0-20190212212710-3befbb6ad0cc
go: downloading github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96
go: downloading github.com/modern-go/reflect2 v1.0.1
go: downloading github.com/census-instrumentation/opencensus-proto v0.1.0
go: downloading github.com/google/btree v1.0.0
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/sirupsen/logrus v1.0.4
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading google.golang.org/api v0.1.0
go: downloading github.com/spf13/pflag v1.0.1
go: downloading golang.org/x/sys v0.0.0-20190312061237-fead79001313
go: downloading golang.org/x/text v0.3.0
go: downloading k8s.io/kube-openapi v0.0.0-20190502190224-411b2483e503
go: downloading google.golang.org/genproto v0.0.0-20181202183823-bd91e49a0898
go: downloading github.com/json-iterator/go v1.1.6
go: downloading cloud.google.com/go v0.34.0
go: downloading golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4
ok command-line-arguments 197.087s
namespace/l5d-integration-auto-git-b9ea65fb-tiller created
namespace/l5d-integration-auto-git-b9ea65fb-tiller labeled
clusterrolebinding.rbac.authorization.k8s.io/l5d-integration-auto-git-b9ea65fb-tiller:tiller-cluster-admin created
clusterrolebinding.rbac.authorization.k8s.io/l5d-integration-auto-git-b9ea65fb-tiller:tiller-cluster-admin labeled
Creating /root/.helm
Creating /root/.helm/repository
Creating /root/.helm/repository/cache
Creating /root/.helm/repository/local
Creating /root/.helm/plugins
Creating /root/.helm/starters
Creating /root/.helm/cache/archive
Creating /root/.helm/repository/repositories.yaml
Adding stable repo with URL: https://kubernetes-charts.storage.googleapis.com
Adding local repo with URL: http://127.0.0.1:8879/charts
$HELM_HOME has been configured at /root/.helm.
Tiller (the Helm server-side component) has been installed into your Kubernetes Cluster.
Please note: by default, Tiller is deployed with an insecure 'allow unauthenticated users' policy.
To prevent this, run `helm init` with the --tiller-tls-verify flag.
For more information on securing your installation see: https://docs.helm.sh/using_helm/#securing-your-helm-installation
Hang tight while we grab the latest from your chart repositories...
...Unable to get an update from the "local" chart repository (http://127.0.0.1:8879/charts):
Get http://127.0.0.1:8879/charts/index.yaml: dial tcp 127.0.0.1:8879: connect: connection refused
...Successfully got an update from the "stable" chart repository
Update Complete.
Saving 1 charts
Deleting outdated charts
Test script: [install_test.go] Params: [-failfast --linkerd-namespace=l5d-integration-auto-git-b9ea65fb-helm --helm-path=/root/linkerd2/bin/helm --helm-chart=/root/linkerd2/charts/linkerd2 --helm-release=l5d-integration-auto-git-b9ea65fb-test --tiller-ns=l5d-integration-auto-git-b9ea65fb-tiller]
ok command-line-arguments 159.746s
release "l5d-integration-auto-git-b9ea65fb-test" deleted
namespace/l5d-integration-auto-git-b9ea65fb-helm condition met
Tiller (the Helm server-side component) has been uninstalled from your Kubernetes Cluster.
clusterrolebinding.rbac.authorization.k8s.io "l5d-integration-auto-git-b9ea65fb-tiller:tiller-cluster-admin" deleted
l5d-integration-auto-git-b9ea65fb-tiller
namespace "l5d-integration-auto-git-b9ea65fb-tiller" deleted
Test script: [install_test.go] Params: [-failfast --linkerd-namespace=l5d-integration-auto-git-b9ea65fb]
ok command-line-arguments 155.067s
Test script: [serviceprofiles_test.go] Params: [--linkerd-namespace=l5d-integration-auto-git-b9ea65fb]
go: downloading github.com/mattn/go-runewidth v0.0.2
go: downloading k8s.io/helm v2.12.2+incompatible
go: downloading github.com/linkerd/linkerd2-proxy-api v0.1.9
go: downloading github.com/spf13/cobra v0.0.1
go: downloading github.com/google/uuid v1.1.0
go: downloading github.com/nsf/termbox-go v0.0.0-20180613055208-5c94acc5e6eb
go: downloading github.com/pkg/browser v0.0.0-20170505125900-c90ca0c84f15
go: downloading github.com/go-openapi/spec v0.17.2
go: downloading github.com/fatih/color v1.7.0
go: downloading github.com/sergi/go-diff v1.0.0
go: downloading github.com/briandowns/spinner v0.0.0-20190212173954-5cf08d0ac778
go: downloading github.com/cpuguy83/go-md2man v1.0.8
go: downloading github.com/ghodss/yaml v1.0.0
go: downloading github.com/mattn/go-isatty v0.0.7
go: downloading github.com/wercker/stern v0.0.0-20171214125149-b04b5491222d
go: downloading github.com/emicklei/proto v1.6.8
go: downloading github.com/pkg/errors v0.8.1
go: downloading github.com/russross/blackfriday v1.5.2
go: downloading github.com/go-openapi/jsonpointer v0.17.2
go: downloading github.com/go-openapi/swag v0.17.2
go: downloading github.com/go-openapi/jsonreference v0.17.2
go: downloading github.com/hashicorp/golang-lru v0.5.1
go: downloading github.com/PuerkitoBio/purell v1.1.0
go: downloading github.com/mailru/easyjson v0.0.0-20180823135443-60711f1a8329
go: downloading github.com/mattn/go-colorable v0.0.9
go: downloading github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578
go: downloading github.com/Masterminds/semver v1.4.2
go: downloading github.com/Masterminds/sprig v2.17.1+incompatible
go: downloading github.com/BurntSushi/toml v0.3.1
go: downloading github.com/gobwas/glob v0.2.3
go: downloading github.com/cyphar/filepath-securejoin v0.2.2
go: downloading github.com/huandu/xstrings v1.2.0
go: downloading github.com/aokoli/goutils v1.1.0
ok command-line-arguments 81.916s
Test script: [tap_test.go] Params: [--linkerd-namespace=l5d-integration-auto-git-b9ea65fb]
ok command-line-arguments 47.378s
Test script: [egress_test.go] Params: [--linkerd-namespace=l5d-integration-auto-git-b9ea65fb]
ok command-line-arguments 26.618s
Test script: [stat_test.go] Params: [--linkerd-namespace=l5d-integration-auto-git-b9ea65fb]
ok command-line-arguments 9.455s
Test script: [get_test.go] Params: [--linkerd-namespace=l5d-integration-auto-git-b9ea65fb]
ok command-line-arguments 17.133s
Test script: [inject_test.go] Params: [--linkerd-namespace=l5d-integration-auto-git-b9ea65fb]
ok command-line-arguments 49.197s
Test script: [routes_test.go] Params: [--linkerd-namespace=l5d-integration-auto-git-b9ea65fb]
ok command-line-arguments 1.281s
=== PASS: all tests passed
cleaning up control-plane namespaces in k8s-context []
no control-plane namespaces found
no helm namespaces found
cleaning up data-plane namespaces in k8s-context []
no data-plane namespaces found
no clusterrolebindings found
no helm clusterrolebindings found
no clusterroles found
no mutatingwebhookconfigurations found
no validatingwebhookconfigurations found
no podsecuritypolicies found
no customresourcedefinitions found
no apiservices found
cleaning up rolebindings in kube-system namespace in k8s-context []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment