Skip to content

Instantly share code, notes, and snippets.

l5d-integration-success-4895534ff2d646e930f821a607966de184ac05f4.log
Cloning into '/root/linkerd2'...
Note: checking out '4895534ff2d646e930f821a607966de184ac05f4'.
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 4895534f Introduce tap APIService, update `linkerd tap`
Sending build context to Docker daemon 4.831MB
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
---> f36fc83de684
Step 4/25 : WORKDIR /build
---> Using cache
---> e8abd42cc026
Step 5/25 : COPY bin/fetch-proxy bin/fetch-proxy
---> Using cache
---> c75bf505c3b1
Step 6/25 : COPY .proxy-version proxy-version
---> Using cache
---> 789ff4da0562
Step 7/25 : RUN (proxy=$(bin/fetch-proxy $(cat proxy-version)) && mv "$proxy" linkerd2-proxy)
---> Using cache
---> c23eeee0f106
Step 8/25 : FROM gcr.io/linkerd-io/go-deps:b62fe1ae as golang
---> 757454dc299e
Step 9/25 : WORKDIR /linkerd-build
---> Using cache
---> f1d9a90a7712
Step 10/25 : COPY pkg/flags pkg/flags
---> Using cache
---> 87f40f0b2a09
Step 11/25 : COPY pkg/tls pkg/tls
---> Using cache
---> 2d8f318e85ea
Step 12/25 : COPY pkg/version pkg/version
---> Using cache
---> f1f6d0d902b0
Step 13/25 : RUN CGO_ENABLED=0 GOOS=linux go build -mod=readonly ./pkg/...
---> Using cache
---> 23a0e802e902
Step 14/25 : COPY proxy-identity proxy-identity
---> Using cache
---> 68e3c14bdfda
Step 15/25 : RUN CGO_ENABLED=0 GOOS=linux go install -mod=readonly ./proxy-identity
---> Using cache
---> 72830c10d95f
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
---> 882630468b4d
Step 18/25 : COPY --from=fetch /build/proxy-version /usr/lib/linkerd/linkerd2-proxy-version.txt
---> Using cache
---> e0d1ddd08074
Step 19/25 : COPY --from=fetch /build/linkerd2-proxy /usr/lib/linkerd/linkerd2-proxy
---> Using cache
---> a5e1bf24ca85
Step 20/25 : COPY --from=golang /go/bin/proxy-identity /usr/lib/linkerd/linkerd2-proxy-identity
---> Using cache
---> 35bb32195cf9
Step 21/25 : COPY proxy-identity/run-proxy.sh /usr/bin/linkerd2-proxy-run
---> Using cache
---> e1c59d0c77db
Step 22/25 : ARG LINKERD_VERSION
---> Using cache
---> 92e70e819de1
Step 23/25 : ENV LINKERD_CONTAINER_VERSION_OVERRIDE=${LINKERD_VERSION}
---> Running in f82b1727b3b7
Removing intermediate container f82b1727b3b7
---> 36754e596d0f
Step 24/25 : ENV LINKERD2_PROXY_LOG=warn,linkerd2_proxy=info
---> Running in 1623ecfa180e
Removing intermediate container 1623ecfa180e
---> ce8c825e0ed1
Step 25/25 : ENTRYPOINT ["/usr/bin/linkerd2-proxy-run"]
---> Running in c3c41cf55012
Removing intermediate container c3c41cf55012
---> 6558b96d2afe
Successfully built 6558b96d2afe
Successfully tagged gcr.io/linkerd-io/proxy:git-4895534f
gcr.io/linkerd-io/proxy:git-4895534f
Sending build context to Docker daemon 4.83MB
Step 1/14 : FROM gcr.io/linkerd-io/go-deps:b62fe1ae as golang
---> 757454dc299e
Step 2/14 : WORKDIR /linkerd-build
---> Using cache
---> f1d9a90a7712
Step 3/14 : COPY controller/gen controller/gen
---> Using cache
---> 6c83fa76aacd
Step 4/14 : COPY pkg pkg
---> Using cache
---> 1ef5470517bb
Step 5/14 : COPY controller controller
---> Using cache
---> b7fa6fcb2423
Step 6/14 : RUN CGO_ENABLED=0 GOOS=linux go install -mod=readonly ./pkg/...
---> Using cache
---> a7156a6fff83
Step 7/14 : RUN CGO_ENABLED=0 GOOS=linux go install -mod=readonly ./controller/cmd/...
---> Using cache
---> 05ab4644f7cf
Step 8/14 : FROM scratch
--->
Step 9/14 : ENV PATH=$PATH:/go/bin
---> Using cache
---> 343157eecbab
Step 10/14 : COPY LICENSE /linkerd/LICENSE
---> Using cache
---> 9d9909d6cfb7
Step 11/14 : COPY --from=golang /go/bin /go/bin
---> Using cache
---> 87b56197ccaa
Step 12/14 : COPY --from=golang /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
---> Using cache
---> af0b6c13afc4
Step 13/14 : ARG LINKERD_VERSION
---> Using cache
---> cf3552cd2a45
Step 14/14 : ENV LINKERD_CONTAINER_VERSION_OVERRIDE=${LINKERD_VERSION}
---> Running in 31b5db250b89
Removing intermediate container 31b5db250b89
---> 5634b03c677f
Successfully built 5634b03c677f
Successfully tagged gcr.io/linkerd-io/controller:git-4895534f
gcr.io/linkerd-io/controller:git-4895534f
Sending build context to Docker daemon 4.831MB
Step 1/29 : FROM node:10 as webpack-bundle
---> 4ae749096a47
Step 2/29 : RUN curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.7.0
---> Using cache
---> e2a6663ff7d8
Step 3/29 : ENV PATH /root/.yarn/bin:$PATH
---> Using cache
---> 3602bbada024
Step 4/29 : ENV ROOT /linkerd-build
---> Using cache
---> 8cc1b1b85c63
Step 5/29 : WORKDIR $ROOT
---> Using cache
---> bd2d9e385d10
Step 6/29 : COPY bin/web ./bin/web
---> Using cache
---> cf5543d85e57
Step 7/29 : COPY web/app/package.json web/app/yarn.lock ./web/app/
---> Using cache
---> 14d466f42404
Step 8/29 : RUN ./bin/web setup install --frozen-lockfile
---> Using cache
---> 5aa916c73ea3
Step 9/29 : ENV NODE_ENV production
---> Using cache
---> 90926e0c26fa
Step 10/29 : COPY web/app ./web/app
---> Using cache
---> 58ed2854834f
Step 11/29 : RUN ./bin/web build
---> Using cache
---> 69e54ee4bd47
Step 12/29 : FROM gcr.io/linkerd-io/go-deps:b62fe1ae as golang
---> 757454dc299e
Step 13/29 : WORKDIR /linkerd-build
---> Using cache
---> f1d9a90a7712
Step 14/29 : RUN mkdir -p web
---> Using cache
---> fe57cb49f07e
Step 15/29 : COPY web/main.go web
---> Using cache
---> a4ef71e6ad7c
Step 16/29 : COPY web/srv web/srv
---> Using cache
---> 0491090d3cb7
Step 17/29 : COPY controller controller
---> Using cache
---> 875a101281da
Step 18/29 : COPY pkg pkg
---> Using cache
---> 48e1693b77bd
Step 19/29 : RUN CGO_ENABLED=0 GOOS=linux go build -mod=readonly -o web/web ./web
---> Using cache
---> 40530edcd288
Step 20/29 : FROM gcr.io/linkerd-io/base:2019-02-19.01
---> f07bbe9e1dde
Step 21/29 : WORKDIR /linkerd
---> Using cache
---> b76c5b019043
Step 22/29 : COPY LICENSE .
---> Using cache
---> 3ee3f726f4f6
Step 23/29 : COPY --from=golang /linkerd-build/web/web .
---> Using cache
---> d5d4d975e132
Step 24/29 : RUN mkdir -p app
---> Using cache
---> 91ba66aed00e
Step 25/29 : COPY --from=webpack-bundle /linkerd-build/web/app/dist app/dist
---> Using cache
---> 7449936c689c
Step 26/29 : COPY web/templates templates
---> Using cache
---> 33eb5820f62f
Step 27/29 : ARG LINKERD_VERSION
---> Using cache
---> 6e2b1f87605f
Step 28/29 : ENV LINKERD_CONTAINER_VERSION_OVERRIDE=${LINKERD_VERSION}
---> Running in 0d7ff127821d
Removing intermediate container 0d7ff127821d
---> 3ff78556bf9a
Step 29/29 : ENTRYPOINT ["./web"]
---> Running in e4fc389da0de
Removing intermediate container e4fc389da0de
---> 343ebe6c639a
Successfully built 343ebe6c639a
Successfully tagged gcr.io/linkerd-io/web:git-4895534f
gcr.io/linkerd-io/web:git-4895534f
Sending build context to Docker daemon 4.83MB
Step 1/16 : FROM gcr.io/linkerd-io/go-deps:b62fe1ae as golang
---> 757454dc299e
Step 2/16 : WORKDIR /linkerd-build
---> Using cache
---> f1d9a90a7712
Step 3/16 : COPY pkg pkg
---> Using cache
---> a7a29f971ebd
Step 4/16 : COPY controller controller
---> Using cache
---> b6984022cc83
Step 5/16 : COPY cni-plugin cni-plugin
---> Using cache
---> 647f54311962
Step 6/16 : RUN CGO_ENABLED=0 GOOS=linux go build -o /go/bin/linkerd-cni -v -mod=readonly ./cni-plugin/
---> Using cache
---> f21c9c21649a
Step 7/16 : FROM gcr.io/linkerd-io/base:2019-02-19.01
---> f07bbe9e1dde
Step 8/16 : WORKDIR /linkerd
---> Using cache
---> b76c5b019043
Step 9/16 : RUN curl -kL -o $(which jq) https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64
---> Using cache
---> 4d6c3ffe8edb
Step 10/16 : COPY --from=golang /go/bin/linkerd-cni /opt/cni/bin/
---> Using cache
---> e5c8644eae17
Step 11/16 : COPY LICENSE .
---> Using cache
---> f4c560167647
Step 12/16 : COPY cni-plugin/deployment/scripts/install-cni.sh .
---> Using cache
---> 9f16652d950a
Step 13/16 : COPY cni-plugin/deployment/linkerd-cni.conf.default .
---> Using cache
---> 97d40f767f89
Step 14/16 : COPY cni-plugin/deployment/scripts/filter.jq .
---> Using cache
---> 3a2b9ea40bb6
Step 15/16 : ENV PATH=/linkerd:/opt/cni/bin:$PATH
---> Using cache
---> 4cfed1796328
Step 16/16 : CMD ["install-cni.sh"]
---> Using cache
---> d77e03d36522
Successfully built d77e03d36522
Successfully tagged gcr.io/linkerd-io/cni-plugin:git-4895534f
gcr.io/linkerd-io/cni-plugin:git-4895534f
Sending build context to Docker daemon 4.83MB
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
---> 6d74290b8f70
Step 3/3 : ENTRYPOINT [ "tshark", "-i", "any" ]
---> Using cache
---> 800e4e766d7f
Successfully built 800e4e766d7f
Successfully tagged gcr.io/linkerd-io/debug:git-4895534f
gcr.io/linkerd-io/debug:git-4895534f
Sending build context to Docker daemon 4.831MB
Step 1/22 : FROM gcr.io/linkerd-io/go-deps:b62fe1ae as golang
---> 757454dc299e
Step 2/22 : WORKDIR /linkerd-build
---> Using cache
---> f1d9a90a7712
Step 3/22 : COPY cli cli
---> Using cache
---> 661fc2ccbd33
Step 4/22 : COPY chart chart
---> Using cache
---> c65929335881
Step 5/22 : COPY controller/k8s controller/k8s
---> Using cache
---> e5ed7e376b8d
Step 6/22 : COPY controller/api controller/api
---> Using cache
---> 6d45c7440baf
Step 7/22 : COPY controller/gen controller/gen
---> Using cache
---> 6a9fce35bcf7
Step 8/22 : COPY pkg pkg
---> Using cache
---> 33d3bd912999
Step 9/22 : RUN mkdir -p /out
---> Using cache
---> 2b3b43941b42
Step 10/22 : RUN go generate -mod=readonly ./cli
---> Using cache
---> 29588baaa698
Step 11/22 : RUN CGO_ENABLED=0 GOOS=darwin go build -o /out/linkerd-darwin -tags prod -mod=readonly -ldflags "-s -w" ./cli
---> Using cache
---> b6ff85677d2d
Step 12/22 : RUN CGO_ENABLED=0 GOOS=linux go build -o /out/linkerd-linux -tags prod -mod=readonly -ldflags "-s -w" ./cli
---> Using cache
---> 44b48bccfcbf
Step 13/22 : RUN CGO_ENABLED=0 GOOS=windows go build -o /out/linkerd-windows -tags prod -mod=readonly -ldflags "-s -w" ./cli
---> Using cache
---> 069f69489507
Step 14/22 : ARG LINKERD_VERSION
---> Using cache
---> 7036352c2f69
Step 15/22 : ENV GO_LDFLAGS="-s -w -X github.com/linkerd/linkerd2/pkg/version.Version=${LINKERD_VERSION}"
---> Running in b96d58a60d77
Removing intermediate container b96d58a60d77
---> dd1446fbbff1
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 47216df5e72b
Removing intermediate container 47216df5e72b
---> af31b4b46fa6
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 443a458396e2
Removing intermediate container 443a458396e2
---> 2b4a3839355a
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 174a4afd7050
Removing intermediate container 174a4afd7050
---> 460e8779793a
Step 19/22 : FROM scratch
--->
Step 20/22 : COPY LICENSE /linkerd/LICENSE
---> Using cache
---> ea9e38dc73df
Step 21/22 : COPY --from=golang /out /out
---> 3f442df5b65f
Step 22/22 : ENTRYPOINT ["/out/linkerd-linux"]
---> Running in e8a269d70f6c
Removing intermediate container e8a269d70f6c
---> bf9dfcb33944
Successfully built bf9dfcb33944
Successfully tagged gcr.io/linkerd-io/cli-bin:git-4895534f
gcr.io/linkerd-io/cli-bin:git-4895534f
/root/linkerd2/target/cli/darwin/linkerd
/root/linkerd2/target/cli/linux/linkerd
/root/linkerd2/target/cli/windows/linkerd
Sending build context to Docker daemon 4.83MB
Step 1/4 : FROM grafana/grafana:6.2.5
---> c912f3f026ed
Step 2/4 : COPY LICENSE /linkerd/LICENSE
---> Using cache
---> 0ff6474f1cec
Step 3/4 : COPY grafana/dashboards /var/lib/grafana/dashboards
---> Using cache
---> ed8528108e7f
Step 4/4 : COPY grafana/dashboards/top-line.json /usr/share/grafana/public/dashboards/home.json
---> Using cache
---> 03732fb5ba94
Successfully built 03732fb5ba94
Successfully tagged gcr.io/linkerd-io/grafana:git-4895534f
gcr.io/linkerd-io/grafana:git-4895534f
The push refers to repository [gcr.io/linkerd-io/cli-bin]
b46ddc66dd3d: Preparing
74fbef59a9c7: Preparing
74fbef59a9c7: Layer already exists
b46ddc66dd3d: Pushed
git-4895534f: digest: sha256:b557e74cf78fafa1446b8c5fc6c0d0dd80d76d98b06a25f687177f1ad201f07e size: 737
The push refers to repository [gcr.io/linkerd-io/cni-plugin]
1cd8b9ea310c: Preparing
3a5bda8ffcb7: Preparing
ce46f8e56b21: Preparing
6f4afab41cc3: Preparing
f282c75bf18d: Preparing
96ff5365055b: Preparing
e30ff7f1abe0: Preparing
7c5874767822: Preparing
0a07e81f5da3: Preparing
96ff5365055b: Waiting
e30ff7f1abe0: Waiting
7c5874767822: Waiting
0a07e81f5da3: Waiting
1cd8b9ea310c: Layer already exists
3a5bda8ffcb7: Layer already exists
f282c75bf18d: Layer already exists
ce46f8e56b21: Layer already exists
6f4afab41cc3: Layer already exists
96ff5365055b: Layer already exists
e30ff7f1abe0: Layer already exists
7c5874767822: Layer already exists
0a07e81f5da3: Layer already exists
git-4895534f: digest: sha256:5f04181b69b234071cb2b903ea875ee61482463185cdfc3839257a5ea42eddde size: 2201
The push refers to repository [gcr.io/linkerd-io/controller]
459b818ddbc5: Preparing
96b3847a06ed: Preparing
49d6af3eb24a: Preparing
459b818ddbc5: Layer already exists
49d6af3eb24a: Layer already exists
96b3847a06ed: Layer already exists
git-4895534f: digest: sha256:1db7200783af6218e41e5cd70a32847df67ee46b753bbec738b25b493afa7a25 size: 948
The push refers to repository [gcr.io/linkerd-io/debug]
a0618ccaa121: Preparing
7c5874767822: Preparing
0a07e81f5da3: Preparing
0a07e81f5da3: Layer already exists
a0618ccaa121: Layer already exists
7c5874767822: Layer already exists
git-4895534f: digest: sha256:233f2afb328f41d0488823b68094a794ddeeabf2694d9ae2bda67efdabd3b99d size: 953
The push refers to repository [gcr.io/linkerd-io/grafana]
7c74d64f4a1f: Preparing
df42d16f6efe: Preparing
4b1b9986abbc: Preparing
517c1d16de46: Preparing
01fd531eed2e: Preparing
b9f8f0d2aea3: Preparing
d5c50294def4: Preparing
39888a5388b7: Preparing
cf5b3c6798f7: Preparing
d5c50294def4: Waiting
39888a5388b7: Waiting
cf5b3c6798f7: Waiting
b9f8f0d2aea3: Waiting
4b1b9986abbc: Layer already exists
df42d16f6efe: Layer already exists
01fd531eed2e: Layer already exists
7c74d64f4a1f: Layer already exists
517c1d16de46: Layer already exists
b9f8f0d2aea3: Layer already exists
d5c50294def4: Layer already exists
39888a5388b7: Layer already exists
cf5b3c6798f7: Layer already exists
git-4895534f: digest: sha256:ce5f8c30b51710f621dc72e27e2aff39417d749dc160719920302c3b7de0a196 size: 2201
The push refers to repository [gcr.io/linkerd-io/proxy]
4b02c24dfe1f: Preparing
6e4683c7dd0d: Preparing
1464a9799934: Preparing
8c12ead3860d: Preparing
526ea8fb6a5b: Preparing
7c5874767822: Preparing
0a07e81f5da3: Preparing
0a07e81f5da3: Waiting
7c5874767822: Waiting
8c12ead3860d: Layer already exists
1464a9799934: Layer already exists
526ea8fb6a5b: Layer already exists
6e4683c7dd0d: Layer already exists
7c5874767822: Layer already exists
4b02c24dfe1f: Layer already exists
0a07e81f5da3: Layer already exists
git-4895534f: digest: sha256:44b773198531f1529a47f41c3798556e6f6db6b1ad899c12f410684512bd1e2a size: 1785
The push refers to repository [gcr.io/linkerd-io/web]
4415863192ee: Preparing
01378e02a2e6: Preparing
195015105e21: Preparing
29aad2ca0960: Preparing
e0066008770e: Preparing
e30ff7f1abe0: Preparing
7c5874767822: Preparing
0a07e81f5da3: Preparing
7c5874767822: Waiting
0a07e81f5da3: Waiting
e30ff7f1abe0: Waiting
195015105e21: Layer already exists
29aad2ca0960: Layer already exists
e0066008770e: Layer already exists
01378e02a2e6: Layer already exists
4415863192ee: Layer already exists
e30ff7f1abe0: Layer already exists
7c5874767822: Layer already exists
0a07e81f5da3: Layer already exists
git-4895534f: digest: sha256:db24571d1580300931c31273be11d8ef7e2971d4f86ba788af63073a4f91135a size: 1992
Checking the linkerd binary...Starting to serve on 127.0.0.1:8080
[ok]
Checking if there is a Kubernetes cluster available...[ok]
Error from server (Forbidden): horizontalpodautoscalers.autoscaling is forbidden: User "system:serviceaccount:integration-4895534f:integration" cannot list resource "horizontalpodautoscalers" in API group "autoscaling" at the cluster scope
==================RUNNING ALL TESTS==================
Testing Linkerd version [git-4895534f] namespace [l5d-integration-auto-git-4895534f] k8s-context []
Test script: [install_test.go] Params: [-failfast --upgrade-from-version=stable-2.4.0 --linkerd-namespace=l5d-integration-auto-git-4895534f-upgrade]
go: finding github.com/grpc-ecosystem/go-grpc-middleware v1.0.0
go: finding github.com/gophercloud/gophercloud v0.0.0-20180206165554-104e2578924b
go: finding github.com/google/uuid v1.1.0
go: finding github.com/linkerd/linkerd2-proxy-api v0.1.9
go: finding github.com/prometheus/common v0.0.0-20181126121408-4724e9255275
go: finding github.com/nsf/termbox-go v0.0.0-20180613055208-5c94acc5e6eb
go: finding github.com/huandu/xstrings v1.2.0
go: finding github.com/aokoli/goutils v1.1.0
go: finding k8s.io/apiextensions-apiserver v0.0.0-20181213153335-0fe22c71c476
go: finding sigs.k8s.io/yaml v1.1.0
go: finding github.com/deislabs/smi-sdk-go v0.0.0-20190610232231-f281e2121a16
go: finding github.com/spf13/cobra v0.0.1
go: finding github.com/prometheus/client_golang v0.9.2
go: finding k8s.io/apimachinery v0.0.0-20181127105237-2b1284ed4c93
go: finding github.com/linkerd/linkerd2-proxy-init v1.0.0
go: finding github.com/pkg/browser v0.0.0-20170505125900-c90ca0c84f15
go: finding github.com/emicklei/proto v1.6.8
go: finding github.com/kelseyhightower/envconfig v1.4.0
go: finding github.com/projectcalico/libcalico-go v1.7.3
go: finding github.com/dgrijalva/jwt-go v3.1.0+incompatible
go: finding github.com/pkg/errors v0.8.1
go: finding github.com/google/gofuzz v1.0.0
go: finding github.com/spf13/pflag v1.0.1
go: finding k8s.io/client-go v0.0.0-20181213151034-8d9ed539ba31
go: finding github.com/sergi/go-diff v1.0.0
go: finding github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5
go: finding github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96
go: finding golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c
go: finding github.com/imdario/mergo v0.0.0-20180119215619-163f41321a19
go: finding k8s.io/code-generator v0.0.0-20181116203124-c2090bec4d9b
go: finding google.golang.org/grpc v1.17.0
go: finding k8s.io/helm v2.12.2+incompatible
go: finding github.com/Azure/go-autorest v11.3.2+incompatible
go: finding github.com/gogo/protobuf v1.2.1
go: finding gopkg.in/inf.v0 v0.9.1
go: finding github.com/Masterminds/sprig v2.17.1+incompatible
go: finding gopkg.in/go-playground/validator.v8 v8.18.2
go: finding github.com/julienschmidt/httprouter v1.1.0
go: finding github.com/coreos/etcd v3.3.13+incompatible
go: finding github.com/projectcalico/go-yaml v0.0.0-20161201183616-955bc3e451ef
go: finding github.com/satori/go.uuid v1.2.0
go: finding github.com/evanphx/json-patch v4.2.0+incompatible
go: finding github.com/mattn/go-runewidth v0.0.2
go: finding github.com/ghodss/yaml v1.0.0
go: finding gonum.org/v1/netlib v0.0.0-20190331212654-76723241ea4e
go: finding github.com/BurntSushi/toml v0.3.1
go: finding github.com/go-openapi/jsonpointer v0.17.2
go: finding golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3
go: finding github.com/hashicorp/golang-lru v0.5.1
go: finding contrib.go.opencensus.io/exporter/ocagent v0.2.0
go: finding github.com/Masterminds/semver v1.4.2
go: finding github.com/elazarl/goproxy v0.0.0-20190711103511-473e67f1d7d2
go: finding golang.org/x/sys v0.0.0-20180830151530-49385e6e1522
go: finding github.com/golang/mock v1.1.1
go: finding github.com/projectcalico/go-yaml-wrapper v0.0.0-20161127220527-598e54215bee
go: finding golang.org/x/text v0.3.0
go: finding github.com/gregjones/httpcache v0.0.0-20190212212710-3befbb6ad0cc
go: finding github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f
go: finding cloud.google.com/go v0.26.0
go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
go: finding github.com/matttproud/golang_protobuf_extensions v1.0.1
go: finding honnef.co/go/tools v0.0.0-20180728063816-88497007e858
go: finding gopkg.in/yaml.v2 v2.2.1
go: finding github.com/grpc-ecosystem/go-grpc-prometheus v0.0.0-20160910222444-6b7015e65d36
go: finding gonum.org/v1/gonum v0.0.0-20190331200053-3d26580ed485
go: finding github.com/davecgh/go-spew v1.1.1
go: finding github.com/briandowns/spinner v0.0.0-20190212173954-5cf08d0ac778
go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc
go: finding google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8
go: finding github.com/golang/protobuf v1.2.0
go: finding github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910
go: finding github.com/kisielk/gotool v1.0.0
go: finding github.com/google/btree v1.0.0
go: finding github.com/gobwas/glob v0.2.3
go: finding github.com/googleapis/gnostic v0.2.0
go: finding github.com/mailru/easyjson v0.0.0-20180823135443-60711f1a8329
go: finding modernc.org/cc v1.0.0
go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
go: finding github.com/go-openapi/jsonreference v0.17.2
go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
go: finding golang.org/x/exp v0.0.0-20190312203227-4b39c73a6495
go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9
go: finding k8s.io/api v0.0.0-20181213150558-05914d821849
go: finding github.com/cyphar/filepath-securejoin v0.2.2
go: finding k8s.io/utils v0.0.0-20190506122338-8fab8cb257d5
go: finding gonum.org/v1/netlib v0.0.0-20190313105609-8cb42192e0e0
go: finding gopkg.in/tchap/go-patricia.v2 v2.3.0
go: finding github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2
go: finding github.com/census-instrumentation/opencensus-proto v0.0.2-0.20180913191712-f303ae3f8d6a
go: finding go.uber.org/multierr v1.1.0
go: finding github.com/prometheus/procfs v0.0.0-20181204211112-1dc9a6cbc91a
go: finding k8s.io/klog v0.3.2
go: finding go.opencensus.io v0.17.0
go: finding github.com/elazarl/goproxy/ext v0.0.0-20190711103511-473e67f1d7d2
go: finding google.golang.org/api v0.0.0-20180910000450-7ca32eb868bf
go: finding golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a
go: finding go.uber.org/atomic v1.4.0
go: finding github.com/json-iterator/go v1.1.6
go: finding github.com/pmezard/go-difflib v1.0.0
go: finding github.com/stretchr/testify v1.2.2
go: finding golang.org/x/exp v0.0.0-20190125153040-c74c464bbbf2
go: finding github.com/gorilla/websocket v1.2.0
go: finding github.com/wercker/stern v0.0.0-20171214125149-b04b5491222d
go: finding github.com/coreos/go-semver v0.3.0
go: finding gopkg.in/yaml.v2 v2.2.2
go: finding golang.org/x/sync v0.0.0-20181108010431-42b317875d0f
go: finding github.com/go-openapi/jsonpointer v0.17.0
go: finding go.etcd.io/bbolt v1.3.3
go: finding github.com/PuerkitoBio/purell v1.1.0
go: finding golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
go: finding google.golang.org/grpc v1.15.0
go: finding golang.org/x/net v0.0.0-20180906233101-161cd47e91fd
go: finding github.com/census-instrumentation/opencensus-proto v0.1.0
go: finding github.com/mattn/go-colorable v0.0.9
go: finding google.golang.org/appengine v1.1.0
go: finding github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802
go: finding github.com/golang/protobuf v1.3.1
go: finding github.com/jonboulle/clockwork v0.1.0
go: finding github.com/spf13/afero v1.2.2
go: finding github.com/client9/misspell v0.3.4
go: finding github.com/mattn/go-isatty v0.0.7
go: finding github.com/prometheus/procfs v0.0.0-20180725123919-05ee40e3a273
go: finding modernc.org/golex v1.0.0
go: finding golang.org/x/sys v0.0.0-20190312061237-fead79001313
go: finding github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973
go: finding modernc.org/strutil v1.0.0
go: finding golang.org/x/tools v0.0.0-20190206041539-40960b6deb8e
go: finding github.com/containernetworking/cni v0.6.0
go: finding golang.org/x/image v0.0.0-20190227222117-0694c2d4d067
go: finding github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
go: finding github.com/go-openapi/swag v0.17.0
go: finding github.com/sirupsen/logrus v1.0.4
go: finding github.com/go-openapi/spec v0.17.2
go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
go: finding golang.org/x/tools v0.0.0-20180828015842-6cd1fcedba52
go: finding golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
go: finding google.golang.org/appengine v1.4.0
go: finding github.com/peterbourgon/diskv v2.0.1+incompatible
go: finding github.com/russross/blackfriday v1.5.2
go: finding github.com/prometheus/common v0.0.0-20180801064454-c7de2306084e
go: finding github.com/openzipkin/zipkin-go v0.1.1
go: finding google.golang.org/grpc v1.14.0
go: finding go.uber.org/zap v1.10.0
go: finding github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578
go: finding github.com/kisielk/errcheck v1.1.0
go: finding modernc.org/mathutil v1.0.0
go: finding github.com/go-openapi/jsonreference v0.17.0
go: finding github.com/stretchr/testify v1.3.0
go: finding github.com/soheilhy/cmux v0.1.4
go: finding modernc.org/xc v1.0.0
go: finding golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e
go: finding github.com/coreos/bbolt v1.3.3
go: finding github.com/stretchr/objx v0.1.0
go: finding gopkg.in/go-playground/assert.v1 v1.2.1
go: finding golang.org/x/lint v0.0.0-20180702182130-06c8688daad7
go: finding golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223
go: finding github.com/fatih/color v1.7.0
go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4
go: finding github.com/modern-go/reflect2 v1.0.1
go: finding github.com/inconshreveable/mousetrap v1.0.0
go: finding github.com/go-openapi/swag v0.17.2
go: finding golang.org/x/net v0.0.0-20180724234803-3673e40ba225
go: finding google.golang.org/api v0.1.0
go: finding golang.org/x/tools v0.0.0-20190328211700-ab21143f2384
go: finding github.com/cpuguy83/go-md2man v1.0.8
go: finding github.com/remyoudompheng/bigfft v0.0.0-20170806203942-52369c62f446
go: finding github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f
go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2
go: finding golang.org/x/net v0.0.0-20181005035420-146acd28ed58
go: finding golang.org/x/net v0.0.0-20180826012351-8a410e7b638d
go: finding github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6
go: finding github.com/projectcalico/go-json v0.0.0-20161128004156-6219dc7339ba
go: finding google.golang.org/genproto v0.0.0-20180831171423-11092d34479b
go: finding github.com/golang/lint v0.0.0-20180702182130-06c8688daad7
go: finding cloud.google.com/go v0.34.0
go: finding github.com/rogpeppe/go-charset v0.0.0-20180617210344-2471d30d28b4
go: finding golang.org/x/tools v0.0.0-20190312151545-0bb0c0a6e846
go: finding github.com/prometheus/client_golang v0.8.0
go: finding golang.org/x/tools v0.0.0-20180221164845-07fd8470d635
go: finding git.apache.org/thrift.git v0.0.0-20180902110319-2566ecd5d999
go: finding k8s.io/klog v0.3.0
go: finding golang.org/x/mobile v0.0.0-20190312151609-d3739f865fa6
go: finding golang.org/x/net v0.0.0-20190311183353-d8887717615a
go: finding k8s.io/kube-openapi v0.0.0-20190502190224-411b2483e503
go: finding github.com/davecgh/go-spew v1.1.0
go: finding github.com/modern-go/reflect2 v0.0.0-20180320133207-05fbef0ca5da
go: finding github.com/spf13/pflag v0.0.0-20170130214245-9ff6c6923cff
go: finding github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633
go: finding github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: finding github.com/onsi/gomega v0.0.0-20170829124025-dcabb60a477c
go: finding github.com/ghodss/yaml v0.0.0-20150909031657-73d445a93680
go: finding github.com/golang/protobuf v0.0.0-20161109072736-4bd1920723d7
go: finding github.com/stretchr/testify v0.0.0-20151208002404-e3a8ff8ce365
go: finding github.com/go-openapi/spec v0.0.0-20160808142527-6aced65f8501
go: finding github.com/json-iterator/go v0.0.0-20180612202835-f2b4162afba3
go: finding golang.org/x/net v0.0.0-20170114055629-f2499483f923
go: finding golang.org/x/text v0.0.0-20160726164857-2910a502d2bf
go: finding github.com/googleapis/gnostic v0.0.0-20170426233943-68f4ded48ba9
go: finding github.com/NYTimes/gziphandler v0.0.0-20170623195520-56545f4a5d46
go: finding github.com/pmezard/go-difflib v0.0.0-20151028094244-d8ed2627bdf0
go: finding github.com/go-openapi/jsonreference v0.0.0-20160704190145-13c6e3589ad9
go: finding github.com/onsi/ginkgo v0.0.0-20170829012221-11459a886d9c
go: finding k8s.io/klog v0.0.0-20181102134211-b9b56d5dfc92
go: finding github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367
go: finding github.com/go-openapi/jsonpointer v0.0.0-20160704185906-46af16f9f7b1
go: finding sigs.k8s.io/structured-merge-diff v0.0.0-20190426204423-ea680f03cc65
go: finding github.com/davecgh/go-spew v0.0.0-20151105211317-5215b55f46b2
go: finding github.com/PuerkitoBio/purell v1.0.0
go: finding github.com/mailru/easyjson v0.0.0-20160728113105-d5b7844b561a
go: finding github.com/PuerkitoBio/urlesc v0.0.0-20160726150825-5bd2802263f2
go: finding golang.org/x/sys v0.0.0-20170830134202-bb24a47a89ea
go: finding github.com/go-openapi/swag v0.0.0-20160704191624-1d0bd113de87
go: finding k8s.io/gengo v0.0.0-20190128074634-0689ccc1d7d6
go: finding golang.org/x/tools v0.0.0-20181011042414-1f849cf54d09
go: finding github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d
go: finding golang.org/x/oauth2 v0.0.0-20181203162652-d668ce993890
go: finding google.golang.org/appengine v1.3.0
go: finding google.golang.org/genproto v0.0.0-20181202183823-bd91e49a0898
go: finding go.opencensus.io v0.18.0
go: finding github.com/google/go-cmp v0.2.0
go: finding google.golang.org/grpc v1.16.0
go: finding golang.org/x/net v0.0.0-20181106065722-10aee1819953
go: finding github.com/grpc-ecosystem/grpc-gateway v1.5.0
go: downloading k8s.io/api v0.0.0-20181213150558-05914d821849
go: downloading k8s.io/apimachinery v0.0.0-20181127105237-2b1284ed4c93
go: downloading k8s.io/client-go v0.0.0-20181213151034-8d9ed539ba31
go: downloading github.com/sirupsen/logrus v1.0.4
go: downloading google.golang.org/grpc v1.17.0
go: downloading github.com/deislabs/smi-sdk-go v0.0.0-20190610232231-f281e2121a16
go: downloading k8s.io/apiextensions-apiserver v0.0.0-20181213153335-0fe22c71c476
go: downloading github.com/evanphx/json-patch v4.2.0+incompatible
go: downloading github.com/grpc-ecosystem/go-grpc-prometheus v0.0.0-20160910222444-6b7015e65d36
go: downloading k8s.io/klog v0.3.2
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading github.com/gogo/protobuf v1.2.1
go: downloading golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a
go: downloading github.com/spf13/pflag v1.0.1
go: downloading github.com/imdario/mergo v0.0.0-20180119215619-163f41321a19
go: downloading github.com/gregjones/httpcache v0.0.0-20190212212710-3befbb6ad0cc
go: downloading github.com/google/gofuzz v1.0.0
go: downloading sigs.k8s.io/yaml v1.1.0
go: downloading golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c
go: downloading github.com/googleapis/gnostic v0.2.0
go: downloading github.com/peterbourgon/diskv v2.0.1+incompatible
go: downloading github.com/modern-go/reflect2 v1.0.1
go: downloading golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
go: downloading golang.org/x/sys v0.0.0-20190312061237-fead79001313
go: downloading cloud.google.com/go v0.34.0
go: downloading github.com/golang/protobuf v1.3.1
go: downloading github.com/prometheus/client_golang v0.9.2
go: downloading github.com/google/btree v1.0.0
go: downloading github.com/json-iterator/go v1.1.6
go: downloading gopkg.in/yaml.v2 v2.2.2
go: downloading google.golang.org/genproto v0.0.0-20181202183823-bd91e49a0898
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910
go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
go: downloading github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96
go: downloading k8s.io/kube-openapi v0.0.0-20190502190224-411b2483e503
go: downloading golang.org/x/text v0.3.0
go: downloading github.com/prometheus/common v0.0.0-20181126121408-4724e9255275
go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973
go: downloading github.com/gophercloud/gophercloud v0.0.0-20180206165554-104e2578924b
go: downloading github.com/Azure/go-autorest v11.3.2+incompatible
go: downloading github.com/prometheus/procfs v0.0.0-20181204211112-1dc9a6cbc91a
go: downloading github.com/dgrijalva/jwt-go v3.1.0+incompatible
go: downloading go.opencensus.io v0.18.0
go: downloading contrib.go.opencensus.io/exporter/ocagent v0.2.0
go: downloading github.com/census-instrumentation/opencensus-proto v0.1.0
go: downloading google.golang.org/api v0.1.0
go: downloading golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4
ok command-line-arguments 169.752s
Test script: [install_test.go] Params: [-failfast --linkerd-namespace=l5d-integration-auto-git-4895534f]
ok command-line-arguments 151.958s
Test script: [serviceprofiles_test.go] Params: [--linkerd-namespace=l5d-integration-auto-git-4895534f]
go: downloading github.com/mattn/go-runewidth v0.0.2
go: downloading github.com/spf13/cobra v0.0.1
go: downloading k8s.io/helm v2.12.2+incompatible
go: downloading github.com/linkerd/linkerd2-proxy-api v0.1.9
go: downloading github.com/mattn/go-isatty v0.0.7
go: downloading github.com/nsf/termbox-go v0.0.0-20180613055208-5c94acc5e6eb
go: downloading github.com/google/uuid v1.1.0
go: downloading github.com/fatih/color v1.7.0
go: downloading github.com/emicklei/proto v1.6.8
go: downloading github.com/briandowns/spinner v0.0.0-20190212173954-5cf08d0ac778
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/wercker/stern v0.0.0-20171214125149-b04b5491222d
go: downloading github.com/cpuguy83/go-md2man v1.0.8
go: downloading github.com/ghodss/yaml v1.0.0
go: downloading github.com/sergi/go-diff v1.0.0
go: downloading github.com/pkg/errors v0.8.1
go: downloading github.com/hashicorp/golang-lru v0.5.1
go: downloading github.com/russross/blackfriday v1.5.2
go: downloading github.com/mattn/go-colorable v0.0.9
go: downloading github.com/go-openapi/jsonreference v0.17.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/PuerkitoBio/purell v1.1.0
go: downloading github.com/mailru/easyjson v0.0.0-20180823135443-60711f1a8329
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/aokoli/goutils v1.1.0
go: downloading github.com/huandu/xstrings v1.2.0
ok command-line-arguments 70.924s
Test script: [tap_test.go] Params: [--linkerd-namespace=l5d-integration-auto-git-4895534f]
ok command-line-arguments 47.542s
Test script: [egress_test.go] Params: [--linkerd-namespace=l5d-integration-auto-git-4895534f]
ok command-line-arguments 31.020s
Test script: [stat_test.go] Params: [--linkerd-namespace=l5d-integration-auto-git-4895534f]
ok command-line-arguments 13.872s
Test script: [get_test.go] Params: [--linkerd-namespace=l5d-integration-auto-git-4895534f]
ok command-line-arguments 20.764s
Test script: [inject_test.go] Params: [--linkerd-namespace=l5d-integration-auto-git-4895534f]
ok command-line-arguments 21.749s
Test script: [routes_test.go] Params: [--linkerd-namespace=l5d-integration-auto-git-4895534f]
ok command-line-arguments 1.411s
=== PASS: all tests passed
cleaning up control-plane namespaces in k8s-context []
cleaning up data-plane namespaces in k8s-context []
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