Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save l5d-bot/2c79a6be1e5cf28ab34a5890d958ddea to your computer and use it in GitHub Desktop.
Save l5d-bot/2c79a6be1e5cf28ab34a5890d958ddea to your computer and use it in GitHub Desktop.
l5d-integration-success-ecd598f562dbea2242d3c1abd9cad495cb74a3fe.log
Cloning into '/root/go/src/github.com/linkerd/linkerd2'...
Note: checking out 'ecd598f562dbea2242d3c1abd9cad495cb74a3fe'.
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 ecd598f5 Support for resources opting-out of tap
Sending build context to Docker daemon 6.766MB
Step 1/26 : ARG RUNTIME_IMAGE=gcr.io/linkerd-io/base:2019-02-19.01
Step 2/26 : FROM gcr.io/linkerd-io/base:2019-02-19.01 as fetch
---> f07bbe9e1dde
Step 3/26 : RUN apt-get update && apt-get install -y ca-certificates
---> Using cache
---> 84448efc3c5f
Step 4/26 : WORKDIR /build
---> Using cache
---> 4f840c793f8a
Step 5/26 : COPY bin/fetch-proxy bin/fetch-proxy
---> Using cache
---> 173e17e0fe18
Step 6/26 : ARG PROXY_VERSION
---> Using cache
---> 922dfc9420f5
Step 7/26 : RUN (proxy=$(bin/fetch-proxy $PROXY_VERSION) && version=$(basename "$proxy" | sed 's/linkerd2-proxy-//') && mv "$proxy" linkerd2-proxy && echo "$version" >version.txt)
---> Using cache
---> b54f4edbc951
Step 8/26 : FROM gcr.io/linkerd-io/go-deps:f364cab7 as golang
---> 2201d82c2d92
Step 9/26 : WORKDIR /go/src/github.com/linkerd/linkerd2
---> Using cache
---> f5e95667ba72
Step 10/26 : ENV CGO_ENABLED=0 GOOS=linux
---> Running in 3b6716c7b25e
Removing intermediate container 3b6716c7b25e
---> bd2fd60ea775
Step 11/26 : COPY pkg/flags pkg/flags
---> 7c7a545779c0
Step 12/26 : COPY pkg/tls pkg/tls
---> e1544bf4d430
Step 13/26 : COPY pkg/version pkg/version
---> aea60b63bd49
Step 14/26 : RUN go build ./pkg/...
---> Running in c7c51216db05
Removing intermediate container c7c51216db05
---> 78314c3767b2
Step 15/26 : COPY proxy-identity proxy-identity
---> 298f961c1c11
Step 16/26 : RUN CGO_ENABLED=0 GOOS=linux go install ./proxy-identity
---> Running in b53bb7b60856
Removing intermediate container b53bb7b60856
---> a4c081e38e82
Step 17/26 : FROM $RUNTIME_IMAGE as runtime
---> f07bbe9e1dde
Step 18/26 : COPY --from=fetch /build/target/proxy/LICENSE /usr/lib/linkerd/LICENSE
---> Using cache
---> aa5d489db3ee
Step 19/26 : COPY --from=fetch /build/version.txt /usr/lib/linkerd/linkerd2-proxy-version.txt
---> f0ef7b2e2504
Step 20/26 : COPY --from=fetch /build/linkerd2-proxy /usr/lib/linkerd/linkerd2-proxy
---> a57114dde671
Step 21/26 : COPY --from=golang /go/bin/proxy-identity /usr/lib/linkerd/linkerd2-proxy-identity
---> 3437e1d0f1fb
Step 22/26 : COPY proxy-identity/run-proxy.sh /usr/bin/linkerd2-proxy-run
---> 618326354256
Step 23/26 : ARG LINKERD_VERSION
---> Running in eba7d65bc238
Removing intermediate container eba7d65bc238
---> ec6ad725864d
Step 24/26 : ENV LINKERD_CONTAINER_VERSION_OVERRIDE=${LINKERD_VERSION}
---> Running in 6da5a9d878e8
Removing intermediate container 6da5a9d878e8
---> 480acb3b1fae
Step 25/26 : ENV LINKERD2_PROXY_LOG=warn,linkerd2_proxy=info
---> Running in f5685698d52b
Removing intermediate container f5685698d52b
---> a2d60f37dd84
Step 26/26 : ENTRYPOINT ["/usr/bin/linkerd2-proxy-run"]
---> Running in b28708e1902b
Removing intermediate container b28708e1902b
---> 9304f0812625
Successfully built 9304f0812625
Successfully tagged gcr.io/linkerd-io/proxy:git-ecd598f5
gcr.io/linkerd-io/proxy:git-ecd598f5
Sending build context to Docker daemon 6.766MB
Step 1/13 : FROM gcr.io/linkerd-io/go-deps:f364cab7 as golang
---> 2201d82c2d92
Step 2/13 : WORKDIR /go/src/github.com/linkerd/linkerd2
---> Using cache
---> f5e95667ba72
Step 3/13 : COPY controller/gen controller/gen
---> 02e33a6c49a0
Step 4/13 : COPY pkg pkg
---> 060b11853959
Step 5/13 : COPY controller controller
---> f74e78c7a4e4
Step 6/13 : RUN CGO_ENABLED=0 GOOS=linux go install ./pkg/...
---> Running in dcb825b5cdd9
Removing intermediate container dcb825b5cdd9
---> e932f94105c5
Step 7/13 : RUN CGO_ENABLED=0 GOOS=linux go install ./controller/cmd/...
---> Running in fd3c4bd56fed
Removing intermediate container fd3c4bd56fed
---> 1a4e888aa4e9
Step 8/13 : FROM scratch
--->
Step 9/13 : ENV PATH=$PATH:/go/bin
---> Using cache
---> 952ae13c237e
Step 10/13 : COPY LICENSE /linkerd/LICENSE
---> Using cache
---> 1c8733386cf9
Step 11/13 : COPY --from=golang /go/bin /go/bin
---> 42b2d4ee792c
Step 12/13 : ARG LINKERD_VERSION
---> Running in 20b2a9b69121
Removing intermediate container 20b2a9b69121
---> 80bf2147d0a1
Step 13/13 : ENV LINKERD_CONTAINER_VERSION_OVERRIDE=${LINKERD_VERSION}
---> Running in aa01d0b29ad5
Removing intermediate container aa01d0b29ad5
---> 4b77caa0b8e0
Successfully built 4b77caa0b8e0
Successfully tagged gcr.io/linkerd-io/controller:git-ecd598f5
gcr.io/linkerd-io/controller:git-ecd598f5
Sending build context to Docker daemon 6.766MB
Step 1/34 : FROM node:10 as webpack-bundle
---> 64c810caf95a
Step 2/34 : RUN curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.7.0
---> Using cache
---> 0651cd2323bf
Step 3/34 : ENV HOME /root
---> Using cache
---> 7babf9417481
Step 4/34 : ENV PATH $HOME/.yarn/bin:$PATH
---> Using cache
---> 574f941f756d
Step 5/34 : ENV GOPATH /go
---> Using cache
---> 9f529a15b610
Step 6/34 : ENV PROJECT github.com/linkerd/linkerd2
---> Using cache
---> 237bb2828e99
Step 7/34 : ENV PACKAGE $PROJECT/web/app
---> Using cache
---> c481137ef896
Step 8/34 : ENV ROOT $GOPATH/src/$PROJECT
---> Using cache
---> 40cd1552bbd8
Step 9/34 : ENV PACKAGEDIR $GOPATH/src/$PACKAGE
---> Using cache
---> f3852978fd5d
Step 10/34 : WORKDIR $PACKAGEDIR
---> Using cache
---> 268fddbd69dc
Step 11/34 : COPY bin/web $ROOT/bin/web
---> Using cache
---> 554ebd05312f
Step 12/34 : COPY web/app/package.json web/app/yarn.lock ./
---> Using cache
---> 1a3181dd66a1
Step 13/34 : RUN $ROOT/bin/web setup install --frozen-lockfile
---> Using cache
---> c44a48042583
Step 14/34 : ENV NODE_ENV production
---> Using cache
---> 2ce577c1ed4c
Step 15/34 : COPY web/app .
---> bc98f909b8ba
Step 16/34 : RUN $ROOT/bin/web build
---> Running in a36076063fec
yarn run v1.7.0
$ /go/src/github.com/linkerd/linkerd2/web/app/node_modules/.bin/webpack
clean-webpack-plugin: /go/src/github.com/linkerd/linkerd2/web/app/dist has been removed.
Hash: f2f39cbde865f76fbf18
Version: webpack 4.20.2
Time: 31713ms
Built at: 05/09/2019 11:41:56 PM
Asset Size Chunks Chunk Names
img/fa-regular-400.ttf 39.4 KiB [emitted]
img/fa-brands-400.eot 116 KiB [emitted]
img/fa-solid-900.eot 176 KiB [emitted]
img/fa-brands-400.woff2 63.8 KiB [emitted]
img/fa-brands-400.woff 74.6 KiB [emitted]
img/fa-brands-400.ttf 116 KiB [emitted]
img/fa-brands-400.svg 633 KiB [emitted] [big]
img/fa-regular-400.woff2 14.5 KiB [emitted]
img/fa-regular-400.woff 17.7 KiB [emitted]
img/fa-regular-400.eot 39.6 KiB [emitted]
img/fa-regular-400.svg 139 KiB [emitted]
img/fa-solid-900.woff2 65.8 KiB [emitted]
img/fa-solid-900.woff 84.8 KiB [emitted]
img/fa-solid-900.ttf 176 KiB [emitted]
img/fa-solid-900.svg 665 KiB [emitted] [big]
img/favicon.png 1.15 KiB [emitted]
main.2d80baac20251043134e.js 906 KiB 0 [emitted] [big] main
main.2d80baac20251043134e.js.map 207 KiB 0 [emitted] main
index_bundle.js 488 bytes [emitted]
[17] ./node_modules/d3-selection/src/index.js + 49 modules 28.1 KiB {0} [built]
| 50 modules
[75] ./node_modules/react-router-dom/es/index.js + 31 modules 76.8 KiB {0} [built]
| 32 modules
[205] ./css/webfonts/fa-brands-400.eot 67 bytes {0} [built]
[206] ./css/webfonts/fa-regular-400.eot 68 bytes {0} [built]
[207] ./css/webfonts/fa-solid-900.eot 66 bytes {0} [built]
[354] ./node_modules/d3-format/src/index.js + 15 modules 11.3 KiB {0} [built]
| 16 modules
[359] ./js/index.js 11.1 KiB {0} [built]
[360] ./css/styles.css 1.08 KiB {0} [built]
[361] ./node_modules/css-loader??ref--5-1!./css/styles.css 740 bytes {0} [built]
[362] ./node_modules/css-loader??ref--5-1!./css/fa.css 51.5 KiB {0} [built]
[363] ./css/webfonts/fa-brands-400.woff2 69 bytes {0} [built]
[376] ./img/favicon.png 61 bytes {0} [built]
[622] ./css/svg-wrappers.css 1.1 KiB {0} [built]
[897] ./node_modules/d3-force/src/index.js + 29 modules 32.5 KiB {0} [built]
| 30 modules
[898] ./node_modules/d3-drag/src/index.js + 5 modules 6.54 KiB {0} [built]
| 6 modules
+ 884 hidden modules
WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
This can impact web performance.
Assets:
img/fa-brands-400.svg (633 KiB)
img/fa-solid-900.svg (665 KiB)
main.2d80baac20251043134e.js (906 KiB)
WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
Entrypoints:
main (906 KiB)
main.2d80baac20251043134e.js
WARNING in webpack performance recommendations:
You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application.
For more info visit https://webpack.js.org/guides/code-splitting/
Child html-webpack-plugin for "index_bundle.js.out":
1 asset
[0] ./node_modules/html-webpack-plugin/lib/loader.js!./index_bundle.js.lodash.tmpl 1.15 KiB {0} [built]
[2] (webpack)/buildin/global.js 509 bytes {0} [built]
[3] (webpack)/buildin/module.js 519 bytes {0} [built]
+ 1 hidden module
Done in 33.44s.
Removing intermediate container a36076063fec
---> f7fa86a66ebd
Step 17/34 : FROM gcr.io/linkerd-io/go-deps:f364cab7 as golang
---> 2201d82c2d92
Step 18/34 : WORKDIR /go/src/github.com/linkerd/linkerd2
---> Using cache
---> f5e95667ba72
Step 19/34 : RUN mkdir -p web
---> Running in 2cf7ae0f2294
Removing intermediate container 2cf7ae0f2294
---> 9aa550d026d3
Step 20/34 : COPY web/main.go web
---> acd478ccbf0c
Step 21/34 : COPY web/srv web/srv
---> f45c4bd75089
Step 22/34 : COPY controller controller
---> 0d804ccbb064
Step 23/34 : COPY pkg pkg
---> 270d99032ce2
Step 24/34 : RUN CGO_ENABLED=0 GOOS=linux go build -o web/web ./web
---> Running in 8271a1802a31
Removing intermediate container 8271a1802a31
---> 14721982212c
Step 25/34 : FROM gcr.io/linkerd-io/base:2019-02-19.01
---> f07bbe9e1dde
Step 26/34 : WORKDIR /linkerd
---> Using cache
---> 838058c18e34
Step 27/34 : COPY LICENSE .
---> Using cache
---> e21eb60f7a9e
Step 28/34 : COPY --from=golang /go/src/github.com/linkerd/linkerd2/web/web .
---> d3f176f0f0f6
Step 29/34 : RUN mkdir -p app
---> Running in 1de23f6c7ea7
Removing intermediate container 1de23f6c7ea7
---> 915ebe5eb76d
Step 30/34 : COPY --from=webpack-bundle /go/src/github.com/linkerd/linkerd2/web/app/dist app/dist
---> 8b307b1f035a
Step 31/34 : COPY web/templates templates
---> 53856aa19fa8
Step 32/34 : ARG LINKERD_VERSION
---> Running in 24d38891b117
Removing intermediate container 24d38891b117
---> a90079eed736
Step 33/34 : ENV LINKERD_CONTAINER_VERSION_OVERRIDE=${LINKERD_VERSION}
---> Running in 4dbb52c477be
Removing intermediate container 4dbb52c477be
---> 601f64e1a154
Step 34/34 : ENTRYPOINT ["./web"]
---> Running in b9233e1183bf
Removing intermediate container b9233e1183bf
---> c23d6e7e21e5
Successfully built c23d6e7e21e5
Successfully tagged gcr.io/linkerd-io/web:git-ecd598f5
gcr.io/linkerd-io/web:git-ecd598f5
Sending build context to Docker daemon 6.765MB
Step 1/8 : FROM gcr.io/linkerd-io/go-deps:f364cab7 as golang
---> 2201d82c2d92
Step 2/8 : WORKDIR /go/src/github.com/linkerd/linkerd2
---> Using cache
---> f5e95667ba72
Step 3/8 : COPY ./proxy-init ./proxy-init
---> be5b497d5b4b
Step 4/8 : RUN CGO_ENABLED=0 GOOS=linux go install -v ./proxy-init/
---> Running in 277a62af7cea
github.com/linkerd/linkerd2/proxy-init/iptables
github.com/spf13/cobra
github.com/linkerd/linkerd2/proxy-init/cmd
github.com/linkerd/linkerd2/proxy-init
Removing intermediate container 277a62af7cea
---> 87f270509914
Step 5/8 : FROM gcr.io/linkerd-io/base:2019-02-19.01
---> f07bbe9e1dde
Step 6/8 : COPY LICENSE /linkerd/LICENSE
---> Using cache
---> 1167774bf35c
Step 7/8 : COPY --from=golang /go/bin/proxy-init /usr/local/bin/proxy-init
---> Using cache
---> 6455fea3922c
Step 8/8 : ENTRYPOINT ["/usr/local/bin/proxy-init"]
---> Using cache
---> 0ebd993e9901
Successfully built 0ebd993e9901
Successfully tagged gcr.io/linkerd-io/proxy-init:git-ecd598f5
gcr.io/linkerd-io/proxy-init:git-ecd598f5
Sending build context to Docker daemon 6.766MB
Step 1/17 : FROM gcr.io/linkerd-io/go-deps:f364cab7 as golang
---> 2201d82c2d92
Step 2/17 : WORKDIR /go/src/github.com/linkerd/linkerd2
---> Using cache
---> f5e95667ba72
Step 3/17 : COPY proxy-init proxy-init
---> Using cache
---> 228b2a8d4942
Step 4/17 : COPY pkg pkg
---> 661edc64f559
Step 5/17 : COPY controller controller
---> 5659839e65cb
Step 6/17 : COPY cni-plugin cni-plugin
---> 0d1c7e1e2a18
Step 7/17 : RUN CGO_ENABLED=0 GOOS=linux go build -o /go/bin/linkerd-cni -v ./cni-plugin/
---> Running in b73af81a8beb
github.com/linkerd/linkerd2/controller/gen/apis/serviceprofile
github.com/linkerd/linkerd2/controller/gen/apis/serviceprofile/v1alpha1
github.com/linkerd/linkerd2/controller/gen/client/clientset/versioned/scheme
github.com/linkerd/linkerd2/controller/gen/client/clientset/versioned/typed/serviceprofile/v1alpha1
github.com/evanphx/json-patch
github.com/linkerd/linkerd2/controller/gen/client/clientset/versioned
k8s.io/apimachinery/third_party/forked/golang/json
k8s.io/apimachinery/pkg/util/mergepatch
k8s.io/kube-openapi/pkg/util/proto
k8s.io/apimachinery/pkg/util/strategicpatch
k8s.io/client-go/testing
github.com/linkerd/linkerd2/controller/gen/client/clientset/versioned/typed/serviceprofile/v1alpha1/fake
k8s.io/client-go/discovery/fake
github.com/linkerd/linkerd2/controller/gen/client/clientset/versioned/fake
github.com/linkerd/linkerd2/pkg/version
k8s.io/apiextensions-apiserver/pkg/apis/apiextensions
k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1
github.com/linkerd/linkerd2/pkg/prometheus
k8s.io/client-go/kubernetes/typed/admissionregistration/v1alpha1/fake
k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1/fake
k8s.io/client-go/kubernetes/typed/apps/v1/fake
k8s.io/client-go/kubernetes/typed/apps/v1beta1/fake
k8s.io/client-go/kubernetes/typed/apps/v1beta2/fake
k8s.io/client-go/kubernetes/typed/auditregistration/v1alpha1/fake
k8s.io/client-go/kubernetes/typed/authentication/v1/fake
k8s.io/client-go/kubernetes/typed/authentication/v1beta1/fake
k8s.io/client-go/kubernetes/typed/authorization/v1/fake
k8s.io/client-go/kubernetes/typed/authorization/v1beta1/fake
k8s.io/client-go/kubernetes/typed/autoscaling/v1/fake
k8s.io/client-go/kubernetes/typed/autoscaling/v2beta1/fake
k8s.io/client-go/kubernetes/typed/autoscaling/v2beta2/fake
k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset/scheme
k8s.io/client-go/kubernetes/typed/batch/v1/fake
k8s.io/client-go/kubernetes/typed/batch/v1beta1/fake
k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset/typed/apiextensions/v1beta1
k8s.io/client-go/kubernetes/typed/batch/v2alpha1/fake
k8s.io/client-go/kubernetes/typed/certificates/v1beta1/fake
k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset
k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset/typed/apiextensions/v1beta1/fake
k8s.io/client-go/kubernetes/typed/coordination/v1beta1/fake
k8s.io/client-go/kubernetes/typed/core/v1/fake
k8s.io/client-go/kubernetes/typed/events/v1beta1/fake
k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset/fake
k8s.io/client-go/kubernetes/typed/extensions/v1beta1/fake
k8s.io/client-go/kubernetes/typed/networking/v1/fake
k8s.io/client-go/kubernetes/typed/policy/v1beta1/fake
k8s.io/client-go/kubernetes/typed/rbac/v1/fake
k8s.io/client-go/kubernetes/typed/rbac/v1alpha1/fake
k8s.io/client-go/kubernetes/typed/rbac/v1beta1/fake
k8s.io/client-go/kubernetes/typed/scheduling/v1alpha1/fake
k8s.io/client-go/kubernetes/typed/scheduling/v1beta1/fake
k8s.io/client-go/kubernetes/typed/settings/v1alpha1/fake
k8s.io/client-go/kubernetes/typed/storage/v1/fake
k8s.io/client-go/kubernetes/typed/storage/v1alpha1/fake
k8s.io/client-go/kubernetes/typed/storage/v1beta1/fake
k8s.io/client-go/kubernetes/fake
k8s.io/apimachinery/pkg/util/httpstream
github.com/docker/spdystream/spdy
k8s.io/client-go/tools/portforward
k8s.io/apimachinery/third_party/forked/golang/netutil
github.com/linkerd/linkerd2/proxy-init/iptables
github.com/spf13/cobra
github.com/projectcalico/libcalico-go/lib/logutils
github.com/docker/spdystream
k8s.io/apimachinery/pkg/util/httpstream/spdy
github.com/linkerd/linkerd2/proxy-init/cmd
k8s.io/client-go/transport/spdy
github.com/linkerd/linkerd2/pkg/k8s
github.com/linkerd/linkerd2/cni-plugin
Removing intermediate container b73af81a8beb
---> 2abd5d8b5dea
Step 8/17 : FROM gcr.io/linkerd-io/base:2019-02-19.01
---> f07bbe9e1dde
Step 9/17 : WORKDIR /linkerd
---> Using cache
---> 838058c18e34
Step 10/17 : RUN curl -kL -o $(which jq) https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64
---> Using cache
---> fb09668f05e5
Step 11/17 : COPY --from=golang /go/bin/linkerd-cni /opt/cni/bin/
---> 56e41f653930
Step 12/17 : COPY LICENSE .
---> b946a06a3cdf
Step 13/17 : COPY cni-plugin/deployment/scripts/install-cni.sh .
---> 7497eb783ea9
Step 14/17 : COPY cni-plugin/deployment/linkerd-cni.conf.default .
---> cfe4f850dd70
Step 15/17 : COPY cni-plugin/deployment/scripts/filter.jq .
---> a8c305d6a8a0
Step 16/17 : ENV PATH=/linkerd:/opt/cni/bin:$PATH
---> Running in 36d6f052aab4
Removing intermediate container 36d6f052aab4
---> ef7ed613c1c3
Step 17/17 : CMD ["install-cni.sh"]
---> Running in c198b5482458
Removing intermediate container c198b5482458
---> 7079acf97f9e
Successfully built 7079acf97f9e
Successfully tagged gcr.io/linkerd-io/cni-plugin:git-ecd598f5
gcr.io/linkerd-io/cni-plugin:git-ecd598f5
Sending build context to Docker daemon 6.765MB
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/*
---> Running in 894aea307f7f
Get:1 http://security-cdn.debian.org/debian-security stretch/updates InRelease [94.3 kB]
Get:2 http://security-cdn.debian.org/debian-security stretch/updates/main amd64 Packages [487 kB]
Ign:3 http://cdn-fastly.deb.debian.org/debian stretch InRelease
Get:4 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
Get:6 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [31.7 kB]
Get:7 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B]
Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7082 kB]
Fetched 7907 kB in 7s (1007 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
libcap2-bin libelf1 libglib2.0-0 libjbig0 libjpeg62-turbo liblua5.2-0
libmaxminddb0 libnl-3-200 libnl-genl-3-200 libpcap0.8 libsbc1 libsmi2ldbl
libsnappy1v5 libspandsp2 libssh-gcrypt-4 libtiff5 libwireshark-data
libwireshark11 libwiretap8 libwscodecs2 libwsutil9 wireshark-common
Suggested packages:
iproute2-doc mmdb-bin snmp-mibs-downloader wireshark-doc perl
Recommended packages:
libatm1 libpam-cap libglib2.0-data shared-mime-info xdg-user-dirs
The following NEW packages will be installed:
iproute2 libcap2-bin libelf1 libglib2.0-0 libjbig0 libjpeg62-turbo
liblua5.2-0 libmaxminddb0 libnl-3-200 libnl-genl-3-200 libpcap0.8 libsbc1
libsmi2ldbl libsnappy1v5 libspandsp2 libssh-gcrypt-4 libtiff5
libwireshark-data libwireshark11 libwiretap8 libwscodecs2 libwsutil9 lsof
tcpdump tshark wireshark-common
0 upgraded, 26 newly installed, 0 to remove and 18 not upgraded.
Need to get 21.7 MB of archives.
After this operation, 107 MB of additional disk space will be used.
Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libelf1 amd64 0.168-1 [157 kB]
Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 iproute2 amd64 4.9.0-1+deb9u1 [635 kB]
Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 lsof amd64 4.89+dfsg-0.1 [313 kB]
Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libcap2-bin amd64 1:2.25-1 [26.5 kB]
Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libglib2.0-0 amd64 2.50.3-2 [2691 kB]
Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjpeg62-turbo amd64 1:1.5.1-2 [134 kB]
Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblua5.2-0 amd64 5.2.4-1.1+b2 [110 kB]
Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libmaxminddb0 amd64 1.2.0-1+b1 [28.9 kB]
Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-3-200 amd64 3.2.27-2 [61.5 kB]
Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnl-genl-3-200 amd64 3.2.27-2 [21.0 kB]
Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libpcap0.8 amd64 1.8.1-3 [138 kB]
Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsmi2ldbl amd64 0.4.8+dfsg2-15 [122 kB]
Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libjbig0 amd64 2.1-3.1+b2 [31.0 kB]
Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libtiff5 amd64 4.0.8-2+deb9u4 [238 kB]
Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libspandsp2 amd64 0.0.6+dfsg-0.1 [278 kB]
Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libssh-gcrypt-4 amd64 0.7.3-2+deb9u2 [170 kB]
Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libwireshark-data all 2.6.7-1~deb9u1 [1457 kB]
Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsnappy1v5 amd64 1.1.3-3 [51.0 kB]
Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libwsutil9 amd64 2.6.7-1~deb9u1 [103 kB]
Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libwiretap8 amd64 2.6.7-1~deb9u1 [226 kB]
Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libsbc1 amd64 1.3-2 [33.4 kB]
Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libwscodecs2 amd64 2.6.7-1~deb9u1 [67.8 kB]
Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libwireshark11 amd64 2.6.7-1~deb9u1 [13.6 MB]
Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 tcpdump amd64 4.9.2-1~deb9u1 [415 kB]
Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 wireshark-common amd64 2.6.7-1~deb9u1 [438 kB]
Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 tshark amd64 2.6.7-1~deb9u1 [184 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 21.7 MB in 5s (4178 kB/s)
Selecting previously unselected package libelf1:amd64.
(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 7957 files and directories currently installed.)
Preparing to unpack .../00-libelf1_0.168-1_amd64.deb ...
Unpacking libelf1:amd64 (0.168-1) ...
Selecting previously unselected package iproute2.
Preparing to unpack .../01-iproute2_4.9.0-1+deb9u1_amd64.deb ...
Unpacking iproute2 (4.9.0-1+deb9u1) ...
Selecting previously unselected package lsof.
Preparing to unpack .../02-lsof_4.89+dfsg-0.1_amd64.deb ...
Unpacking lsof (4.89+dfsg-0.1) ...
Selecting previously unselected package libcap2-bin.
Preparing to unpack .../03-libcap2-bin_1%3a2.25-1_amd64.deb ...
Unpacking libcap2-bin (1:2.25-1) ...
Selecting previously unselected package libglib2.0-0:amd64.
Preparing to unpack .../04-libglib2.0-0_2.50.3-2_amd64.deb ...
Unpacking libglib2.0-0:amd64 (2.50.3-2) ...
Selecting previously unselected package libjpeg62-turbo:amd64.
Preparing to unpack .../05-libjpeg62-turbo_1%3a1.5.1-2_amd64.deb ...
Unpacking libjpeg62-turbo:amd64 (1:1.5.1-2) ...
Selecting previously unselected package liblua5.2-0:amd64.
Preparing to unpack .../06-liblua5.2-0_5.2.4-1.1+b2_amd64.deb ...
Unpacking liblua5.2-0:amd64 (5.2.4-1.1+b2) ...
Selecting previously unselected package libmaxminddb0:amd64.
Preparing to unpack .../07-libmaxminddb0_1.2.0-1+b1_amd64.deb ...
Unpacking libmaxminddb0:amd64 (1.2.0-1+b1) ...
Selecting previously unselected package libnl-3-200:amd64.
Preparing to unpack .../08-libnl-3-200_3.2.27-2_amd64.deb ...
Unpacking libnl-3-200:amd64 (3.2.27-2) ...
Selecting previously unselected package libnl-genl-3-200:amd64.
Preparing to unpack .../09-libnl-genl-3-200_3.2.27-2_amd64.deb ...
Unpacking libnl-genl-3-200:amd64 (3.2.27-2) ...
Selecting previously unselected package libpcap0.8:amd64.
Preparing to unpack .../10-libpcap0.8_1.8.1-3_amd64.deb ...
Unpacking libpcap0.8:amd64 (1.8.1-3) ...
Selecting previously unselected package libsmi2ldbl:amd64.
Preparing to unpack .../11-libsmi2ldbl_0.4.8+dfsg2-15_amd64.deb ...
Unpacking libsmi2ldbl:amd64 (0.4.8+dfsg2-15) ...
Selecting previously unselected package libjbig0:amd64.
Preparing to unpack .../12-libjbig0_2.1-3.1+b2_amd64.deb ...
Unpacking libjbig0:amd64 (2.1-3.1+b2) ...
Selecting previously unselected package libtiff5:amd64.
Preparing to unpack .../13-libtiff5_4.0.8-2+deb9u4_amd64.deb ...
Unpacking libtiff5:amd64 (4.0.8-2+deb9u4) ...
Selecting previously unselected package libspandsp2:amd64.
Preparing to unpack .../14-libspandsp2_0.0.6+dfsg-0.1_amd64.deb ...
Unpacking libspandsp2:amd64 (0.0.6+dfsg-0.1) ...
Selecting previously unselected package libssh-gcrypt-4:amd64.
Preparing to unpack .../15-libssh-gcrypt-4_0.7.3-2+deb9u2_amd64.deb ...
Unpacking libssh-gcrypt-4:amd64 (0.7.3-2+deb9u2) ...
Selecting previously unselected package libwireshark-data.
Preparing to unpack .../16-libwireshark-data_2.6.7-1~deb9u1_all.deb ...
Unpacking libwireshark-data (2.6.7-1~deb9u1) ...
Selecting previously unselected package libsnappy1v5:amd64.
Preparing to unpack .../17-libsnappy1v5_1.1.3-3_amd64.deb ...
Unpacking libsnappy1v5:amd64 (1.1.3-3) ...
Selecting previously unselected package libwsutil9:amd64.
Preparing to unpack .../18-libwsutil9_2.6.7-1~deb9u1_amd64.deb ...
Unpacking libwsutil9:amd64 (2.6.7-1~deb9u1) ...
Selecting previously unselected package libwiretap8:amd64.
Preparing to unpack .../19-libwiretap8_2.6.7-1~deb9u1_amd64.deb ...
Unpacking libwiretap8:amd64 (2.6.7-1~deb9u1) ...
Selecting previously unselected package libsbc1:amd64.
Preparing to unpack .../20-libsbc1_1.3-2_amd64.deb ...
Unpacking libsbc1:amd64 (1.3-2) ...
Selecting previously unselected package libwscodecs2:amd64.
Preparing to unpack .../21-libwscodecs2_2.6.7-1~deb9u1_amd64.deb ...
Unpacking libwscodecs2:amd64 (2.6.7-1~deb9u1) ...
Selecting previously unselected package libwireshark11:amd64.
Preparing to unpack .../22-libwireshark11_2.6.7-1~deb9u1_amd64.deb ...
Unpacking libwireshark11:amd64 (2.6.7-1~deb9u1) ...
Selecting previously unselected package tcpdump.
Preparing to unpack .../23-tcpdump_4.9.2-1~deb9u1_amd64.deb ...
Unpacking tcpdump (4.9.2-1~deb9u1) ...
Selecting previously unselected package wireshark-common.
Preparing to unpack .../24-wireshark-common_2.6.7-1~deb9u1_amd64.deb ...
Unpacking wireshark-common (2.6.7-1~deb9u1) ...
Selecting previously unselected package tshark.
Preparing to unpack .../25-tshark_2.6.7-1~deb9u1_amd64.deb ...
Unpacking tshark (2.6.7-1~deb9u1) ...
Setting up libsbc1:amd64 (1.3-2) ...
Setting up libjpeg62-turbo:amd64 (1:1.5.1-2) ...
Setting up libjbig0:amd64 (2.1-3.1+b2) ...
Setting up libcap2-bin (1:2.25-1) ...
Setting up lsof (4.89+dfsg-0.1) ...
Setting up libelf1:amd64 (0.168-1) ...
Setting up libglib2.0-0:amd64 (2.50.3-2) ...
No schema files found: doing nothing.
Setting up libssh-gcrypt-4:amd64 (0.7.3-2+deb9u2) ...
Setting up libtiff5:amd64 (4.0.8-2+deb9u4) ...
Setting up iproute2 (4.9.0-1+deb9u1) ...
Setting up libsmi2ldbl:amd64 (0.4.8+dfsg2-15) ...
Setting up libwsutil9:amd64 (2.6.7-1~deb9u1) ...
Processing triggers for libc-bin (2.24-11+deb9u3) ...
Setting up libsnappy1v5:amd64 (1.1.3-3) ...
Setting up libwireshark-data (2.6.7-1~deb9u1) ...
Setting up liblua5.2-0:amd64 (5.2.4-1.1+b2) ...
Setting up libnl-3-200:amd64 (3.2.27-2) ...
Setting up libmaxminddb0:amd64 (1.2.0-1+b1) ...
Setting up libpcap0.8:amd64 (1.8.1-3) ...
Setting up libspandsp2:amd64 (0.0.6+dfsg-0.1) ...
Setting up libnl-genl-3-200:amd64 (3.2.27-2) ...
Setting up tcpdump (4.9.2-1~deb9u1) ...
Setting up libwiretap8:amd64 (2.6.7-1~deb9u1) ...
Setting up libwscodecs2:amd64 (2.6.7-1~deb9u1) ...
Setting up libwireshark11:amd64 (2.6.7-1~deb9u1) ...
Setting up wireshark-common (2.6.7-1~deb9u1) ...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.24.1 /usr/local/share/perl/5.24.1 /usr/lib/x86_64-linux-gnu/perl5/5.24 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.24 /usr/share/perl/5.24 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base .) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)
debconf: falling back to frontend: Teletype
Configuring wireshark-common
----------------------------
Dumpcap can be installed in a way that allows members of the "wireshark" system
group to capture packets. This is recommended over the alternative of running
Wireshark/Tshark directly as root, because less of the code will run with
elevated privileges.
For more detailed information please see
/usr/share/doc/wireshark-common/README.Debian.
Enabling this feature may be a security risk, so it is disabled by default. If
in doubt, it is suggested to leave it disabled.
Should non-superusers be able to capture packets? [yes/no]
Use of uninitialized value $_[1] in join or string at /usr/share/perl5/Debconf/DbDriver/Stack.pm line 111.
Use of uninitialized value $val in substitution (s///) at /usr/share/perl5/Debconf/Format/822.pm line 83, <GEN6> line 1.
Use of uninitialized value $val in concatenation (.) or string at /usr/share/perl5/Debconf/Format/822.pm line 84, <GEN6> line 1.
Setting up tshark (2.6.7-1~deb9u1) ...
Processing triggers for libc-bin (2.24-11+deb9u3) ...
Removing intermediate container 894aea307f7f
---> 81f3717c7338
Step 3/3 : ENTRYPOINT [ "tshark", "-i", "any" ]
---> Running in 93f963e55a23
Removing intermediate container 93f963e55a23
---> ce1fb1a8295f
Successfully built ce1fb1a8295f
Successfully tagged gcr.io/linkerd-io/debug:git-ecd598f5
gcr.io/linkerd-io/debug:git-ecd598f5
Sending build context to Docker daemon 6.766MB
Step 1/22 : FROM gcr.io/linkerd-io/go-deps:f364cab7 as golang
---> 2201d82c2d92
Step 2/22 : WORKDIR /go/src/github.com/linkerd/linkerd2
---> Using cache
---> f5e95667ba72
Step 3/22 : COPY cli cli
---> 5a0702039649
Step 4/22 : COPY chart chart
---> c04ea3e2da24
Step 5/22 : COPY controller/k8s controller/k8s
---> e6dfdb815de2
Step 6/22 : COPY controller/api controller/api
---> 6358a495c645
Step 7/22 : COPY controller/gen controller/gen
---> 0c84acdd0dff
Step 8/22 : COPY pkg pkg
---> fa9e763bb388
Step 9/22 : RUN mkdir -p /out
---> Running in fe7d2bc153d6
Removing intermediate container fe7d2bc153d6
---> 785c9f46484d
Step 10/22 : RUN go generate ./cli
---> Running in 517e4c25ab6a
writing static/generated_templates.gogen.go
Removing intermediate container 517e4c25ab6a
---> c97840b9685a
Step 11/22 : RUN CGO_ENABLED=0 GOOS=darwin go build -o /out/linkerd-darwin -tags prod -ldflags "-s -w" ./cli
---> Running in 2f9d8b3808ca
Removing intermediate container 2f9d8b3808ca
---> 94e3860bae06
Step 12/22 : RUN CGO_ENABLED=0 GOOS=linux go build -o /out/linkerd-linux -tags prod -ldflags "-s -w" ./cli
---> Running in 9199f497ec41
Removing intermediate container 9199f497ec41
---> dca9e8898ae7
Step 13/22 : RUN CGO_ENABLED=0 GOOS=windows go build -o /out/linkerd-windows -tags prod -ldflags "-s -w" ./cli
---> Running in bfe603aab119
Removing intermediate container bfe603aab119
---> c1a74611243f
Step 14/22 : ARG LINKERD_VERSION
---> Running in 00c8f878a162
Removing intermediate container 00c8f878a162
---> b8fbdc4658fe
Step 15/22 : ENV GO_LDFLAGS="-s -w -X github.com/linkerd/linkerd2/pkg/version.Version=${LINKERD_VERSION}"
---> Running in 4efaed26b1d6
Removing intermediate container 4efaed26b1d6
---> 44f2080462f0
Step 16/22 : RUN CGO_ENABLED=0 GOOS=darwin go build -o /out/linkerd-darwin -tags prod -ldflags "${GO_LDFLAGS}" ./cli
---> Running in 2b5794f2502e
Removing intermediate container 2b5794f2502e
---> 9f8c2a495e0a
Step 17/22 : RUN CGO_ENABLED=0 GOOS=linux go build -o /out/linkerd-linux -tags prod -ldflags "${GO_LDFLAGS}" ./cli
---> Running in e3eda75688d8
Removing intermediate container e3eda75688d8
---> 3ca4f712f51a
Step 18/22 : RUN CGO_ENABLED=0 GOOS=windows go build -o /out/linkerd-windows -tags prod -ldflags "${GO_LDFLAGS}" ./cli
---> Running in 55efa93bfd49
Removing intermediate container 55efa93bfd49
---> 4054140f970d
Step 19/22 : FROM scratch
--->
Step 20/22 : COPY LICENSE /linkerd/LICENSE
---> Using cache
---> ccad92fac94c
Step 21/22 : COPY --from=golang /out /out
---> cfc5588d5a00
Step 22/22 : ENTRYPOINT ["/out/linkerd-linux"]
---> Running in 35af5acf5c44
Removing intermediate container 35af5acf5c44
---> db2951007e51
Successfully built db2951007e51
Successfully tagged gcr.io/linkerd-io/cli-bin:git-ecd598f5
gcr.io/linkerd-io/cli-bin:git-ecd598f5
/root/go/src/github.com/linkerd/linkerd2/target/cli/darwin/linkerd
/root/go/src/github.com/linkerd/linkerd2/target/cli/linux/linkerd
/root/go/src/github.com/linkerd/linkerd2/target/cli/windows/linkerd
Sending build context to Docker daemon 6.765MB
Step 1/4 : FROM grafana/grafana:5.4.3
---> d0454da13c84
Step 2/4 : COPY LICENSE /linkerd/LICENSE
---> Using cache
---> 66fffb9df066
Step 3/4 : COPY grafana/dashboards /var/lib/grafana/dashboards
---> Using cache
---> 69d05dcadae8
Step 4/4 : COPY grafana/dashboards/top-line.json /usr/share/grafana/public/dashboards/home.json
---> Using cache
---> 019a474aee5c
Successfully built 019a474aee5c
Successfully tagged gcr.io/linkerd-io/grafana:git-ecd598f5
gcr.io/linkerd-io/grafana:git-ecd598f5
The push refers to repository [gcr.io/linkerd-io/cli-bin]
60f92ea53534: Preparing
20f8ad961f04: Preparing
20f8ad961f04: Layer already exists
60f92ea53534: Pushed
git-ecd598f5: digest: sha256:e89a2bc4501c664250c097aabe1fb935d142ac85c1c56725ed1866b4eb2d0540 size: 737
The push refers to repository [gcr.io/linkerd-io/cni-plugin]
03237e486d9c: Preparing
51e017fd95f4: Preparing
80587ae5a97d: Preparing
8610b7636d62: Preparing
043da3030271: Preparing
bf2f6f20bcf7: Preparing
5e45b6832082: Preparing
7c5874767822: Preparing
bf2f6f20bcf7: Waiting
5e45b6832082: Waiting
0a07e81f5da3: Preparing
7c5874767822: Waiting
0a07e81f5da3: Waiting
51e017fd95f4: Pushed
8610b7636d62: Pushed
03237e486d9c: Pushed
80587ae5a97d: Pushed
bf2f6f20bcf7: Layer already exists
5e45b6832082: Layer already exists
7c5874767822: Layer already exists
0a07e81f5da3: Layer already exists
043da3030271: Pushed
git-ecd598f5: digest: sha256:8a6422d53cbed38e4cd21530475e3f9b485738b0b9e2df12f603a05a53211344 size: 2200
The push refers to repository [gcr.io/linkerd-io/controller]
19e2fb5a6b77: Preparing
1aafc4f95fb4: Preparing
1aafc4f95fb4: Layer already exists
19e2fb5a6b77: Pushed
git-ecd598f5: digest: sha256:5e44629d79fb1ccad96fd85080d34db022ea3badd1ec7724d90b9448e9eb147b size: 737
The push refers to repository [gcr.io/linkerd-io/debug]
dad8d714c82a: Preparing
7c5874767822: Preparing
0a07e81f5da3: Preparing
0a07e81f5da3: Layer already exists
7c5874767822: Layer already exists
dad8d714c82a: Pushed
git-ecd598f5: digest: sha256:18bc6edd0269a13938680b3db05c1b007ab4051096ef1f7516dfb4ee2bc5e77c size: 953
The push refers to repository [gcr.io/linkerd-io/grafana]
4cffce89d0ea: Preparing
0954da66b928: Preparing
d33203cd78a9: Preparing
67796dde2d25: Preparing
4a786a04c29c: Preparing
63e69b5ec8fb: Preparing
f2d8bd23c9c1: Preparing
c61883f6d7a1: Preparing
7b4e562e58dc: Preparing
63e69b5ec8fb: Waiting
f2d8bd23c9c1: Waiting
7b4e562e58dc: Waiting
c61883f6d7a1: Waiting
4cffce89d0ea: Layer already exists
d33203cd78a9: Layer already exists
0954da66b928: Layer already exists
4a786a04c29c: Layer already exists
67796dde2d25: Layer already exists
63e69b5ec8fb: Layer already exists
f2d8bd23c9c1: Layer already exists
c61883f6d7a1: Layer already exists
7b4e562e58dc: Layer already exists
git-ecd598f5: digest: sha256:05e7c77db15cd5fde558db250c491740bc3941d71ff10b28a28efe343c5916c4 size: 2201
The push refers to repository [gcr.io/linkerd-io/proxy]
0ca98d7474b3: Preparing
1f1cee17dd6f: Preparing
3108a62fbd40: Preparing
e49bbfe0a11f: Preparing
cb92dea74160: Preparing
7c5874767822: Preparing
0a07e81f5da3: Preparing
7c5874767822: Waiting
0a07e81f5da3: Waiting
cb92dea74160: Layer already exists
7c5874767822: Layer already exists
0a07e81f5da3: Layer already exists
0ca98d7474b3: Pushed
e49bbfe0a11f: Pushed
1f1cee17dd6f: Pushed
3108a62fbd40: Pushed
git-ecd598f5: digest: sha256:1389436af592c4c7eaa744739cb95dfeb5f82eab10757e66d9b1f85db3c4d5e9 size: 1785
The push refers to repository [gcr.io/linkerd-io/proxy-init]
a83d4dd43197: Preparing
916aa678bef6: Preparing
7c5874767822: Preparing
0a07e81f5da3: Preparing
916aa678bef6: Layer already exists
7c5874767822: Layer already exists
0a07e81f5da3: Layer already exists
a83d4dd43197: Layer already exists
git-ecd598f5: digest: sha256:5ca7ad6d0f38afd3f96c6860ff24e88fa30eddcdbe17a1e240baccc41477178a size: 1160
The push refers to repository [gcr.io/linkerd-io/web]
bc3f1db04bcd: Preparing
d4b435b70358: Preparing
b6112b95f827: Preparing
acb034f6812f: Preparing
694839eb55c5: Preparing
5e45b6832082: Preparing
7c5874767822: Preparing
0a07e81f5da3: Preparing
7c5874767822: Waiting
5e45b6832082: Waiting
0a07e81f5da3: Waiting
694839eb55c5: Layer already exists
5e45b6832082: Layer already exists
7c5874767822: Layer already exists
0a07e81f5da3: Layer already exists
b6112b95f827: Pushed
bc3f1db04bcd: Pushed
d4b435b70358: Pushed
acb034f6812f: Pushed
git-ecd598f5: digest: sha256:b3c5b7ae14f2269af0f77bf0be7f9071d0f8ae48f3012ceef49c8a3ab11a8f7a size: 1992
Starting to serve on 127.0.0.1:8080
(1/95) Wrote github.com/huandu/xstrings@v1.2.0
(2/95) Wrote github.com/beorn7/perks@master
(3/95) Wrote github.com/dgrijalva/jwt-go@v3.1.0
(4/95) Wrote github.com/evanphx/json-patch@v4.1.0
(5/95) Wrote github.com/docker/spdystream@449fdfce4d962303d702fec724ef0ad181c92528
(6/95) Wrote github.com/briandowns/spinner@5cf08d0ac778f0d708570fe143e3f82fdb9f9007
(7/95) Wrote github.com/BurntSushi/toml@v0.3.1
(8/95) Wrote github.com/cyphar/filepath-securejoin@v0.2.2
(9/95) Wrote github.com/census-instrumentation/opencensus-proto@v0.1.0
(10/95) Wrote github.com/davecgh/go-spew@v1.1.0
(11/95) Wrote contrib.go.opencensus.io/exporter/ocagent@v0.2.0
(12/95) Wrote github.com/containernetworking/cni@v0.6.0
(13/95) Wrote github.com/cpuguy83/go-md2man@v1.0.8
(14/95) Wrote sigs.k8s.io/yaml@v1.1.0
(15/95) Wrote github.com/Masterminds/semver@v1.4.2
(16/95) Wrote github.com/Azure/go-autorest@v11.3.2
(17/95) Wrote github.com/emicklei/proto@v1.6.8
(18/95) Wrote github.com/Masterminds/sprig@v2.17.1
(19/95) Wrote github.com/PuerkitoBio/purell@v1.1.0
(20/95) Wrote github.com/PuerkitoBio/urlesc@master
(21/95) Wrote github.com/aokoli/goutils@v1.1.0
(22/95) Wrote github.com/fatih/color@v1.7.0
(23/95) Wrote github.com/ghodss/yaml@v1.0.0
(24/95) Wrote github.com/spf13/cobra@7b2c5ac9fc04fc5efafb60700713d4fa609b777b
(25/95) Wrote github.com/imdario/mergo@0.3.2
(26/95) Wrote github.com/go-openapi/jsonpointer@v0.17.2
(27/95) Wrote github.com/inconshreveable/mousetrap@v1.0
(28/95) Wrote github.com/go-openapi/jsonreference@v0.17.2
(29/95) Wrote github.com/julienschmidt/httprouter@v1.1
(30/95) Wrote github.com/json-iterator/go@f2b4162afba35581b6d4a50d3b8f34e33c144682
(31/95) Wrote github.com/go-openapi/swag@v0.17.2
(32/95) Wrote github.com/linkerd/linkerd2-proxy-api@v0.1.7
(33/95) Wrote github.com/golang/glog@master
(34/95) Wrote github.com/golang/protobuf@v1.2.0
(35/95) Wrote github.com/gobwas/glob@v0.2.3
(36/95) Wrote github.com/mailru/easyjson@master
(37/95) Wrote github.com/mattn/go-colorable@v0.0.9
(38/95) Wrote github.com/mattn/go-isatty@v0.0.7
(39/95) Wrote github.com/go-openapi/spec@v0.17.2
(40/95) Wrote github.com/mattn/go-runewidth@v0.0.2
(41/95) Wrote github.com/google/btree@master
(42/95) Wrote github.com/google/gofuzz@master
(43/95) Wrote github.com/modern-go/concurrent@1.0.3
(44/95) Wrote github.com/matttproud/golang_protobuf_extensions@v1.0.0
(45/95) Wrote github.com/google/uuid@v1.1.0
(46/95) Wrote github.com/modern-go/reflect2@1.0.1
(47/95) Wrote github.com/nsf/termbox-go@master
(48/95) Wrote github.com/peterbourgon/diskv@v2.0.1
(49/95) Wrote github.com/pkg/browser@c90ca0c84f15f81c982e32665bffd8d7aac8f097
(50/95) Wrote cloud.google.com/go@v0.18.0
(51/95) Wrote github.com/pkg/errors@v0.8.1
(52/95) Wrote github.com/petar/GoLLRB@master
(53/95) Wrote github.com/gophercloud/gophercloud@master
(54/95) Wrote github.com/sergi/go-diff@v1.0.0
(55/95) Wrote github.com/prometheus/client_golang@v0.9.2
(56/95) Wrote github.com/shurcooL/httpfs@master
(57/95) Wrote github.com/googleapis/gnostic@v0.1.0
(58/95) Wrote github.com/russross/blackfriday@v1.5.2
(59/95) Wrote github.com/shurcooL/vfsgen@master
(60/95) Wrote github.com/prometheus/client_model@master
(61/95) Wrote github.com/sirupsen/logrus@v1.0.4
(62/95) Wrote github.com/prometheus/common@master
(63/95) Wrote github.com/gregjones/httpcache@master
(64/95) Wrote github.com/prometheus/procfs@master
(65/95) Wrote gopkg.in/inf.v0@v0.9.0
(66/95) Wrote github.com/projectcalico/libcalico-go@v1.7.3
(67/95) Wrote github.com/gorilla/websocket@v1.2.0
(68/95) Wrote gopkg.in/yaml.v2@v2
(69/95) Wrote github.com/wercker/stern@b04b5491222d9743529cb859a20d34ce2bb763af
(70/95) Wrote google.golang.org/grpc@v1.9.2
(71/95) Wrote go.opencensus.io@v0.18.0
(72/95) Wrote k8s.io/apimachinery@kubernetes-1.13.1
(73/95) Wrote golang.org/x/sync@master
(74/95) Wrote golang.org/x/crypto@master
(75/95) Wrote github.com/grpc-ecosystem/go-grpc-prometheus@v1.1
(76/95) Wrote golang.org/x/oauth2@master
(77/95) Wrote golang.org/x/time@master
(78/95) Wrote k8s.io/klog@v0.1.0
(79/95) Wrote github.com/spf13/pflag@v1.0.0
(80/95) Wrote golang.org/x/net@master
(81/95) Wrote golang.org/x/sys@master
(82/95) Wrote k8s.io/code-generator@master
(83/95) Wrote k8s.io/apiextensions-apiserver@kubernetes-1.13.1
(84/95) Wrote github.com/hashicorp/golang-lru@master
(85/95) Wrote k8s.io/gengo@master
(86/95) Wrote google.golang.org/appengine@v1.0.0
(87/95) Wrote k8s.io/kube-openapi@master
(88/95) Wrote golang.org/x/tools@master
(89/95) Wrote golang.org/x/text@master
(90/95) Wrote k8s.io/helm@v2.12.2
(91/95) Wrote github.com/gogo/protobuf@v1.0.0
(92/95) Wrote google.golang.org/genproto@master
(93/95) Wrote k8s.io/client-go@kubernetes-1.13.1
(94/95) Wrote k8s.io/api@kubernetes-1.13.1
(95/95) Wrote google.golang.org/api@v0.1.0
Collecting project constraints:
(1/95) cloud.google.com/go
(2/95) contrib.go.opencensus.io/exporter/ocagent
(3/95) github.com/Azure/go-autorest
(4/95) github.com/BurntSushi/toml
(5/95) github.com/Masterminds/semver
(6/95) github.com/Masterminds/sprig
(7/95) github.com/PuerkitoBio/purell
(8/95) github.com/PuerkitoBio/urlesc
(9/95) github.com/aokoli/goutils
(10/95) github.com/beorn7/perks
(11/95) github.com/briandowns/spinner
(12/95) github.com/census-instrumentation/opencensus-proto
(13/95) github.com/containernetworking/cni
(14/95) github.com/cpuguy83/go-md2man
(15/95) github.com/cyphar/filepath-securejoin
(16/95) github.com/davecgh/go-spew
(17/95) github.com/dgrijalva/jwt-go
(18/95) github.com/docker/spdystream
(19/95) github.com/emicklei/proto
(20/95) github.com/evanphx/json-patch
(21/95) github.com/fatih/color
(22/95) github.com/ghodss/yaml
(23/95) github.com/go-openapi/jsonpointer
(24/95) github.com/go-openapi/jsonreference
(25/95) github.com/go-openapi/spec
(26/95) github.com/go-openapi/swag
(27/95) github.com/gobwas/glob
(28/95) github.com/gogo/protobuf
(29/95) github.com/golang/glog
(30/95) github.com/golang/protobuf
(31/95) github.com/google/btree
(32/95) github.com/google/gofuzz
(33/95) github.com/google/uuid
(34/95) github.com/googleapis/gnostic
(35/95) github.com/gophercloud/gophercloud
(36/95) github.com/gorilla/websocket
(37/95) github.com/gregjones/httpcache
(38/95) github.com/grpc-ecosystem/go-grpc-prometheus
(39/95) github.com/hashicorp/golang-lru
(40/95) github.com/huandu/xstrings
(41/95) github.com/imdario/mergo
(42/95) github.com/inconshreveable/mousetrap
(43/95) github.com/json-iterator/go
(44/95) github.com/julienschmidt/httprouter
(45/95) github.com/linkerd/linkerd2-proxy-api
(46/95) github.com/mailru/easyjson
(47/95) github.com/mattn/go-colorable
(48/95) github.com/mattn/go-isatty
(49/95) github.com/mattn/go-runewidth
(50/95) github.com/matttproud/golang_protobuf_extensions
(51/95) github.com/modern-go/concurrent
(52/95) github.com/modern-go/reflect2
(53/95) github.com/nsf/termbox-go
(54/95) github.com/petar/GoLLRB
(55/95) github.com/peterbourgon/diskv
(56/95) github.com/pkg/browser
(57/95) github.com/pkg/errors
(58/95) github.com/projectcalico/libcalico-go
(59/95) github.com/prometheus/client_golang
(60/95) github.com/prometheus/client_model
(61/95) github.com/prometheus/common
(62/95) github.com/prometheus/procfs
(63/95) github.com/russross/blackfriday
(64/95) github.com/sergi/go-diff
(65/95) github.com/shurcooL/httpfs
(66/95) github.com/shurcooL/vfsgen
(67/95) github.com/sirupsen/logrus
(68/95) github.com/spf13/cobra
(69/95) github.com/spf13/pflag
(70/95) github.com/wercker/stern
(71/95) go.opencensus.io
(72/95) golang.org/x/crypto
(73/95) golang.org/x/net
(74/95) golang.org/x/oauth2
(75/95) golang.org/x/sync
(76/95) golang.org/x/sys
(77/95) golang.org/x/text
(78/95) golang.org/x/time
(79/95) golang.org/x/tools
(80/95) google.golang.org/api
(81/95) google.golang.org/appengine
(82/95) google.golang.org/genproto
(83/95) google.golang.org/grpc
(84/95) gopkg.in/inf.v0
(85/95) gopkg.in/yaml.v2
(86/95) k8s.io/api
(87/95) k8s.io/apiextensions-apiserver
(88/95) k8s.io/apimachinery
(89/95) k8s.io/client-go
(90/95) k8s.io/code-generator
(91/95) k8s.io/gengo
(92/95) k8s.io/helm
(93/95) k8s.io/klog
(94/95) k8s.io/kube-openapi
(95/95) sigs.k8s.io/yaml
Checking upstream projects:
(1/95) cloud.google.com/go
(2/95) contrib.go.opencensus.io/exporter/ocagent
(3/95) github.com/Azure/go-autorest
(4/95) github.com/BurntSushi/toml
(5/95) github.com/Masterminds/semver
(6/95) github.com/Masterminds/sprig
(7/95) github.com/PuerkitoBio/purell
(8/95) github.com/PuerkitoBio/urlesc
(9/95) github.com/aokoli/goutils
(10/95) github.com/beorn7/perks
(11/95) github.com/briandowns/spinner
(12/95) github.com/census-instrumentation/opencensus-proto
(13/95) github.com/containernetworking/cni
(14/95) github.com/cpuguy83/go-md2man
(15/95) github.com/cyphar/filepath-securejoin
(16/95) github.com/davecgh/go-spew
(17/95) github.com/dgrijalva/jwt-go
(18/95) github.com/docker/spdystream
(19/95) github.com/emicklei/proto
(20/95) github.com/evanphx/json-patch
(21/95) github.com/fatih/color
(22/95) github.com/ghodss/yaml
(23/95) github.com/go-openapi/jsonpointer
(24/95) github.com/go-openapi/jsonreference
(25/95) github.com/go-openapi/spec
(26/95) github.com/go-openapi/swag
(27/95) github.com/gobwas/glob
(28/95) github.com/gogo/protobuf
(29/95) github.com/golang/glog
(30/95) github.com/golang/protobuf
(31/95) github.com/google/btree
(32/95) github.com/google/gofuzz
(33/95) github.com/google/uuid
(34/95) github.com/googleapis/gnostic
(35/95) github.com/gophercloud/gophercloud
(36/95) github.com/gorilla/websocket
(37/95) github.com/gregjones/httpcache
(38/95) github.com/grpc-ecosystem/go-grpc-prometheus
(39/95) github.com/hashicorp/golang-lru
(40/95) github.com/huandu/xstrings
(41/95) github.com/imdario/mergo
(42/95) github.com/inconshreveable/mousetrap
(43/95) github.com/json-iterator/go
(44/95) github.com/julienschmidt/httprouter
(45/95) github.com/linkerd/linkerd2-proxy-api
(46/95) github.com/mailru/easyjson
(47/95) github.com/mattn/go-colorable
(48/95) github.com/mattn/go-isatty
(49/95) github.com/mattn/go-runewidth
(50/95) github.com/matttproud/golang_protobuf_extensions
(51/95) github.com/modern-go/concurrent
(52/95) github.com/modern-go/reflect2
(53/95) github.com/nsf/termbox-go
(54/95) github.com/petar/GoLLRB
(55/95) github.com/peterbourgon/diskv
(56/95) github.com/pkg/browser
(57/95) github.com/pkg/errors
(58/95) github.com/projectcalico/libcalico-go
(59/95) github.com/prometheus/client_golang
(60/95) github.com/prometheus/client_model
(61/95) github.com/prometheus/common
(62/95) github.com/prometheus/procfs
(63/95) github.com/russross/blackfriday
(64/95) github.com/sergi/go-diff
(65/95) github.com/shurcooL/httpfs
(66/95) github.com/shurcooL/vfsgen
(67/95) github.com/sirupsen/logrus
(68/95) github.com/spf13/cobra
(69/95) github.com/spf13/pflag
(70/95) github.com/wercker/stern
(71/95) go.opencensus.io
(72/95) golang.org/x/crypto
(73/95) golang.org/x/net
(74/95) golang.org/x/oauth2
(75/95) golang.org/x/sync
(76/95) golang.org/x/sys
(77/95) golang.org/x/text
(78/95) golang.org/x/time
(79/95) golang.org/x/tools
(80/95) google.golang.org/api
(81/95) google.golang.org/appengine
(82/95) google.golang.org/genproto
(83/95) google.golang.org/grpc
(84/95) gopkg.in/inf.v0
(85/95) gopkg.in/yaml.v2
(86/95) k8s.io/api
(87/95) k8s.io/apiextensions-apiserver
(88/95) k8s.io/apimachinery
(89/95) k8s.io/client-go
(90/95) k8s.io/code-generator
(91/95) k8s.io/gengo
(92/95) k8s.io/helm
(93/95) k8s.io/klog
(94/95) k8s.io/kube-openapi
(95/95) sigs.k8s.io/yaml
PROJECT CONSTRAINT VERSION REVISION LATEST PKGS USED
cloud.google.com/go v0.18.0 v0.18.0 767c40d v0.18.0 1
contrib.go.opencensus.io/exporter/ocagent v0.2.0 v0.2.0 00af367 v0.2.0 1
github.com/Azure/go-autorest v11.3.2 v11.3.2 7324aa0 v11.3.2 6
github.com/BurntSushi/toml v0.3.1 v0.3.1 3012a1d v0.3.1 1
github.com/Masterminds/semver v1.4.2 v1.4.2 c7af129 v1.4.2 1
github.com/Masterminds/sprig v2.17.1 v2.17.1 544a9b1 v2.17.1 1
github.com/PuerkitoBio/purell v1.1.0 v1.1.0 0bcb03f v1.1.0 1
github.com/PuerkitoBio/urlesc branch master branch master de5bf2a de5bf2a 1
github.com/aokoli/goutils v1.1.0 v1.1.0 41ac869 v1.1.0 1
github.com/beorn7/perks branch master branch master 4c0e845 4b2b341 1
github.com/briandowns/spinner 5cf08d0 5cf08d0 1
github.com/census-instrumentation/opencensus-proto v0.1.0 v0.1.0 7f2434b v0.1.0 4
github.com/containernetworking/cni v0.6.0 v0.6.0 5
github.com/cpuguy83/go-md2man v1.0.8 v1.0.8 20f5889 v1.0.8 1
github.com/cyphar/filepath-securejoin v0.2.2 v0.2.2 a261ee3 v0.2.2 1
github.com/davecgh/go-spew v1.1.0 v1.1.0 346938d v1.1.0 1
github.com/dgrijalva/jwt-go v3.1.0 v3.1.0 dbeaa93 v3.1.0 1
github.com/docker/spdystream * 449fdfc 2
github.com/emicklei/proto v1.6.8 v1.6.8 6a34d38 v1.6.8 1
github.com/evanphx/json-patch v4.1.0 v4.1.0 72bf35d v4.1.0 1
github.com/fatih/color v1.7.0 v1.7.0 5b77d2a v1.7.0 1
github.com/ghodss/yaml v1.0.0 v1.0.0 0ca9ea5 v1.0.0 1
github.com/go-openapi/jsonpointer v0.17.2 v0.17.2 ef5f0af v0.17.2 1
github.com/go-openapi/jsonreference v0.17.2 v0.17.2 8483a88 v0.17.2 1
github.com/go-openapi/spec ^0.17.2 v0.17.2 5bae59e v0.17.2 1
github.com/go-openapi/swag v0.17.2 v0.17.2 5899d5c v0.17.2 1
github.com/gobwas/glob v0.2.3 v0.2.3 5ccd90e v0.2.3 8
github.com/gogo/protobuf v1.0.0 v1.0.0 1adfc12 v1.0.0 2
github.com/golang/glog branch master branch master 23def4e 23def4e 1
github.com/golang/protobuf ^1.2.0 v1.2.0 aa810b6 v1.3.1 14
github.com/google/btree branch master branch master e89373f 2023616 1
github.com/google/gofuzz branch master branch master 24818f7 f140a64 1
github.com/google/uuid v1.1.0 v1.1.0 9b3b1e0 v1.1.0 1
github.com/googleapis/gnostic v0.1.0 v0.1.0 ee43cbb v0.1.0 3
github.com/gophercloud/gophercloud branch master branch master 104e257 7892efa 7
github.com/gorilla/websocket ^1.2.0 v1.2.0 ea4d1f6 v1.4.0 1
github.com/gregjones/httpcache branch master branch master 9cad4c3 3befbb6 2
github.com/grpc-ecosystem/go-grpc-prometheus v1.1 v1.1 6b7015e v1.1 1
github.com/hashicorp/golang-lru branch master branch master 0fb14ef ff8f6c9 2
github.com/huandu/xstrings v1.2.0 v1.2.0 f02667b v1.2.0 1
github.com/imdario/mergo 0.3.2 0.3.2 163f413 0.3.2 1
github.com/inconshreveable/mousetrap v1.0 v1.0 76626ae v1.0 1
github.com/json-iterator/go * f2b4162 1
github.com/julienschmidt/httprouter v1.1 v1.1 8c199fb v1.1 1
github.com/linkerd/linkerd2-proxy-api ^0.1.7 v0.1.7 be7667c v0.1.8 5
github.com/mailru/easyjson branch master branch master 60711f1 1ea4449 3
github.com/mattn/go-colorable v0.0.9 v0.0.9 167de6b v0.0.9 1
github.com/mattn/go-isatty ^0.0.7 v0.0.7 c2a7a6c v0.0.7 1
github.com/mattn/go-runewidth v0.0.2 v0.0.2 9e777a8 v0.0.2 1
github.com/matttproud/golang_protobuf_extensions v1.0.0 v1.0.0 3247c84 v1.0.0 1
github.com/modern-go/concurrent 1.0.3 1.0.3 bacd9c7 1.0.3 1
github.com/modern-go/reflect2 1.0.1 1.0.1 4b7aa43 1.0.1 1
github.com/nsf/termbox-go branch master branch master 5c94acc 288510b 1
github.com/petar/GoLLRB branch master branch master 53be0d3 53be0d3 1
github.com/peterbourgon/diskv v2.0.1 v2.0.1 5f041e8 v2.0.1 1
github.com/pkg/browser c90ca0c c90ca0c 1
github.com/pkg/errors v0.8.1 v0.8.1 ba968bf v0.8.1 1
github.com/projectcalico/libcalico-go v1.7.3 v1.7.3 aab828e v1.7.3 1
github.com/prometheus/client_golang ^0.9.2 v0.9.2 505eaef v0.9.2 5
github.com/prometheus/client_model branch master branch master 99fa1f4 fd36f42 1
github.com/prometheus/common branch master branch master 89604d1 1ba8873 3
github.com/prometheus/procfs branch master branch master cb41470 5867b95 4
github.com/russross/blackfriday v1.5.2 v1.5.2 05f3235 v1.5.2 1
github.com/sergi/go-diff v1.0.0 v1.0.0 1744e29 v1.0.0 1
github.com/shurcooL/httpfs branch master branch master 74dc933 74dc933 1
github.com/shurcooL/vfsgen branch master branch master 6a9ea43 6a9ea43 1
github.com/sirupsen/logrus ^1.0.3 v1.0.4 d682213 v1.4.1 1
github.com/spf13/cobra 7b2c5ac 7b2c5ac 2
github.com/spf13/pflag v1.0.0 v1.0.0 e57e3ee v1.0.0 1
github.com/wercker/stern b04b549 b04b549 2
go.opencensus.io v0.18.0 v0.18.0 b7bf3cd v0.18.0 15
golang.org/x/crypto branch master branch master 74369b4 e1dfcc5 3
golang.org/x/net branch master branch master 2fb46b1 a4d6f7f 8
golang.org/x/oauth2 branch master branch master a032972 9f33145 5
golang.org/x/sync branch master branch master 37e7f08 1122301 1
golang.org/x/sys branch master branch master 37707fd a5b02f9 2
golang.org/x/text branch master branch master e19ae14 342b2e1 15
golang.org/x/time branch master branch master fbb02b2 9d24e82 1
golang.org/x/tools branch master branch master 0aa4b88 73554e0 3
google.golang.org/api v0.1.0 v0.1.0 19e022d v0.1.0 1
google.golang.org/appengine v1.0.0 v1.0.0 150dc57 v1.0.0 10
google.golang.org/genproto branch master branch master 2b5a72b b515fa1 1
google.golang.org/grpc ^1.7.0 v1.9.2 6b51017 v1.20.1 23
gopkg.in/inf.v0 v0.9.0 v0.9.0 3887ee9 v0.9.0 1
gopkg.in/yaml.v2 branch v2 branch v2 d670f94 7b8349a 1
k8s.io/api kubernetes-1.13.1 kubernetes-1.13.1 05914d8 33
k8s.io/apiextensions-apiserver kubernetes-1.13.1 kubernetes-1.13.1 0fe22c7 7
k8s.io/apimachinery kubernetes-1.13.1 kubernetes-1.13.1 2b1284e 45
k8s.io/client-go kubernetes-1.13.1 kubernetes-1.13.1 8d9ed53 177
k8s.io/code-generator branch master branch master aae79fe ff26e78 19
k8s.io/gengo branch master branch master 4242d8e e17681d 8
k8s.io/helm ^2.12.2 v2.12.2 7d2b0c7 v2.13.1 9
k8s.io/klog v0.1.0 v0.1.0 a5bc97f v0.1.0 1
k8s.io/kube-openapi branch master branch master d8ea2fe 411b248 1
sigs.k8s.io/yaml v1.1.0 v1.1.0 fd68e98 v1.1.0 1
Checking the linkerd binary...[ok]
Checking if there is a Kubernetes cluster available...[ok]
==================RUNNING ALL TESTS==================
Testing Linkerd version [git-ecd598f5] namespace [l5d-integration-auto-git-ecd598f5] k8s-context []
Running test [install_test.go] --linkerd-namespace=l5d-integration-auto-git-ecd598f5
=== RUN TestVersionPreInstall
--- PASS: TestVersionPreInstall (0.13s)
=== RUN TestCheckPreInstall
--- PASS: TestCheckPreInstall (0.22s)
=== RUN TestInstallOrUpgrade
--- PASS: TestInstallOrUpgrade (64.27s)
=== RUN TestVersionPostInstall
--- PASS: TestVersionPostInstall (0.42s)
=== RUN TestInstallSP
--- PASS: TestInstallSP (0.66s)
=== RUN TestCheckConfigPostInstall
--- PASS: TestCheckConfigPostInstall (0.19s)
=== RUN TestCheckPostInstall
--- PASS: TestCheckPostInstall (0.60s)
=== RUN TestDashboard
--- PASS: TestDashboard (0.89s)
=== RUN TestInject
=== RUN TestInject/smoke-test
=== RUN TestInject/smoke-test-manual
=== RUN TestInject/smoke-test-ann
--- PASS: TestInject (54.96s)
--- PASS: TestInject/smoke-test (18.94s)
--- PASS: TestInject/smoke-test-manual (15.44s)
--- PASS: TestInject/smoke-test-ann (20.58s)
=== RUN TestServiceProfileDeploy
=== RUN TestServiceProfileDeploy/smoke-test
=== RUN TestServiceProfileDeploy/smoke-test-manual
=== RUN TestServiceProfileDeploy/smoke-test-ann
--- PASS: TestServiceProfileDeploy (1.31s)
--- PASS: TestServiceProfileDeploy/smoke-test (0.35s)
--- PASS: TestServiceProfileDeploy/smoke-test-manual (0.37s)
--- PASS: TestServiceProfileDeploy/smoke-test-ann (0.35s)
=== RUN TestCheckProxy
=== RUN TestCheckProxy/smoke-test
=== RUN TestCheckProxy/smoke-test-manual
=== RUN TestCheckProxy/smoke-test-ann
--- PASS: TestCheckProxy (2.60s)
--- PASS: TestCheckProxy/smoke-test (0.87s)
--- PASS: TestCheckProxy/smoke-test-manual (0.80s)
--- PASS: TestCheckProxy/smoke-test-ann (0.93s)
=== RUN TestLogs
=== RUN TestLogs/prometheus/linkerd-proxy
=== RUN TestLogs/sp-validator/sp-validator
=== RUN TestLogs/sp-validator/linkerd-proxy
=== RUN TestLogs/web/web
=== RUN TestLogs/web/linkerd-proxy
=== RUN TestLogs/proxy-injector/proxy-injector
=== RUN TestLogs/proxy-injector/linkerd-proxy
=== RUN TestLogs/controller/destination
=== RUN TestLogs/controller/public-api
=== RUN TestLogs/controller/tap
=== RUN TestLogs/controller/linkerd-proxy
=== RUN TestLogs/grafana/linkerd-proxy
=== RUN TestLogs/identity/identity
=== RUN TestLogs/identity/linkerd-proxy
--- PASS: TestLogs (35.02s)
--- SKIP: TestLogs/prometheus/linkerd-proxy (2.50s)
install_test.go:486: Found known error in prometheus/linkerd-proxy log: l5d-integration-auto-git-ecd598f5 linkerd-prometheus-c6b7d44c4-65wr2 linkerd-proxy WARN [ 0.520499s] linkerd-identity.l5d-integration-auto-git-ecd598f5.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-ecd598f5.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-ecd598f5.serviceaccount.identity.l5d-integration-auto-git-ecd598f5.cluster.local") }: request timed out
--- PASS: TestLogs/sp-validator/sp-validator (2.50s)
--- SKIP: TestLogs/sp-validator/linkerd-proxy (2.50s)
install_test.go:486: Found known error in sp-validator/linkerd-proxy log: l5d-integration-auto-git-ecd598f5 linkerd-sp-validator-66749bb59-sfjxv linkerd-proxy WARN [ 0.512225s] linkerd-identity.l5d-integration-auto-git-ecd598f5.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-ecd598f5.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-ecd598f5.serviceaccount.identity.l5d-integration-auto-git-ecd598f5.cluster.local") }: request timed out
--- PASS: TestLogs/web/web (2.50s)
--- SKIP: TestLogs/web/linkerd-proxy (2.50s)
install_test.go:486: Found known error in web/linkerd-proxy log: l5d-integration-auto-git-ecd598f5 linkerd-web-65b7b97c7b-mx79q linkerd-proxy WARN [ 0.509262s] linkerd-identity.l5d-integration-auto-git-ecd598f5.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-ecd598f5.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-ecd598f5.serviceaccount.identity.l5d-integration-auto-git-ecd598f5.cluster.local") }: request timed out
--- SKIP: TestLogs/proxy-injector/proxy-injector (2.50s)
install_test.go:486: Found known error in proxy-injector/proxy-injector log: l5d-integration-auto-git-ecd598f5 linkerd-proxy-injector-747f7f9796-27mlx proxy-injector time="2019-05-09T23:52:32Z" level=warning msg="failed to retrieve replicaset from indexer, retrying with get request l5d-integration-auto-git-ecd598f5-smoke-test-ann/smoke-test-gateway-7dc7b49c97: replicaset.apps \"smoke-test-gateway-7dc7b49c97\" not found"
--- SKIP: TestLogs/proxy-injector/linkerd-proxy (2.50s)
install_test.go:486: Found known error in proxy-injector/linkerd-proxy log: l5d-integration-auto-git-ecd598f5 linkerd-proxy-injector-747f7f9796-27mlx linkerd-proxy WARN [ 0.510950s] linkerd-identity.l5d-integration-auto-git-ecd598f5.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-ecd598f5.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-ecd598f5.serviceaccount.identity.l5d-integration-auto-git-ecd598f5.cluster.local") }: request timed out
--- PASS: TestLogs/controller/destination (2.50s)
--- PASS: TestLogs/controller/public-api (2.50s)
--- PASS: TestLogs/controller/tap (2.50s)
--- SKIP: TestLogs/controller/linkerd-proxy (2.50s)
install_test.go:486: Found known error in controller/linkerd-proxy log: l5d-integration-auto-git-ecd598f5 linkerd-controller-75475d9588-8rjf7 linkerd-proxy WARN [ 0.511239s] linkerd-identity.l5d-integration-auto-git-ecd598f5.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-ecd598f5.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-ecd598f5.serviceaccount.identity.l5d-integration-auto-git-ecd598f5.cluster.local") }: request timed out
--- SKIP: TestLogs/grafana/linkerd-proxy (2.50s)
install_test.go:486: Found known error in grafana/linkerd-proxy log: l5d-integration-auto-git-ecd598f5 linkerd-grafana-9d77757b6-lxphb linkerd-proxy WARN [ 0.514651s] linkerd-identity.l5d-integration-auto-git-ecd598f5.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-ecd598f5.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-ecd598f5.serviceaccount.identity.l5d-integration-auto-git-ecd598f5.cluster.local") }: request timed out
--- PASS: TestLogs/identity/identity (2.50s)
--- SKIP: TestLogs/identity/linkerd-proxy (2.50s)
install_test.go:486: Found known error in identity/linkerd-proxy log: l5d-integration-auto-git-ecd598f5 linkerd-identity-77d448bd96-kfjv9 linkerd-proxy WARN [ 12.770533s] linkerd-destination.l5d-integration-auto-git-ecd598f5.svc.cluster.local:8086 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-destination.l5d-integration-auto-git-ecd598f5.svc.cluster.local", port: 8086 }), identity: Some("linkerd-controller.l5d-integration-auto-git-ecd598f5.serviceaccount.identity.l5d-integration-auto-git-ecd598f5.cluster.local") }: request timed out
=== RUN TestRestarts
--- PASS: TestRestarts (0.07s)
PASS
ok command-line-arguments 161.421s
Installing release [edge-19.5.1] namespace [l5d-integration-auto-git-ecd598f5-upgrade]
Upgrading release [edge-19.5.1] to [git-ecd598f5]
Running test [install_test.go] --upgrade-from-version=edge-19.5.1
Running test [--linkerd-namespace=l5d-integration-auto-git-ecd598f5-upgrade]
=== RUN TestVersionPreInstall
--- PASS: TestVersionPreInstall (0.47s)
=== RUN TestCheckPreInstall
--- SKIP: TestCheckPreInstall (0.00s)
install_test.go:122: Skipping pre-install check for upgrade test
=== RUN TestInstallOrUpgrade
--- PASS: TestInstallOrUpgrade (47.55s)
=== RUN TestVersionPostInstall
--- PASS: TestVersionPostInstall (0.51s)
=== RUN TestInstallSP
--- PASS: TestInstallSP (0.66s)
=== RUN TestCheckConfigPostInstall
--- PASS: TestCheckConfigPostInstall (0.24s)
=== RUN TestCheckPostInstall
--- PASS: TestCheckPostInstall (0.74s)
=== RUN TestDashboard
--- PASS: TestDashboard (0.88s)
=== RUN TestInject
=== RUN TestInject/smoke-test
=== RUN TestInject/smoke-test-manual
=== RUN TestInject/smoke-test-ann
--- PASS: TestInject (55.69s)
--- PASS: TestInject/smoke-test (26.07s)
--- PASS: TestInject/smoke-test-manual (9.36s)
--- PASS: TestInject/smoke-test-ann (20.25s)
=== RUN TestServiceProfileDeploy
=== RUN TestServiceProfileDeploy/smoke-test
=== RUN TestServiceProfileDeploy/smoke-test-manual
=== RUN TestServiceProfileDeploy/smoke-test-ann
--- PASS: TestServiceProfileDeploy (1.17s)
--- PASS: TestServiceProfileDeploy/smoke-test (0.35s)
--- PASS: TestServiceProfileDeploy/smoke-test-manual (0.36s)
--- PASS: TestServiceProfileDeploy/smoke-test-ann (0.37s)
=== RUN TestCheckProxy
=== RUN TestCheckProxy/smoke-test
=== RUN TestCheckProxy/smoke-test-manual
=== RUN TestCheckProxy/smoke-test-ann
--- PASS: TestCheckProxy (2.53s)
--- PASS: TestCheckProxy/smoke-test (0.85s)
--- PASS: TestCheckProxy/smoke-test-manual (0.80s)
--- PASS: TestCheckProxy/smoke-test-ann (0.88s)
=== RUN TestLogs
=== RUN TestLogs/web/web
=== RUN TestLogs/web/linkerd-proxy
=== RUN TestLogs/proxy-injector/proxy-injector
=== RUN TestLogs/proxy-injector/linkerd-proxy
=== RUN TestLogs/controller/destination
=== RUN TestLogs/controller/public-api
=== RUN TestLogs/controller/tap
=== RUN TestLogs/controller/linkerd-proxy
=== RUN TestLogs/grafana/linkerd-proxy
=== RUN TestLogs/identity/identity
=== RUN TestLogs/identity/linkerd-proxy
=== RUN TestLogs/prometheus/linkerd-proxy
=== RUN TestLogs/sp-validator/sp-validator
=== RUN TestLogs/sp-validator/linkerd-proxy
--- PASS: TestLogs (35.02s)
--- PASS: TestLogs/web/web (2.50s)
--- SKIP: TestLogs/web/linkerd-proxy (2.50s)
install_test.go:486: Found known error in web/linkerd-proxy log: l5d-integration-auto-git-ecd598f5-upgrade linkerd-web-84c595bbbd-v445g linkerd-proxy WARN [ 0.512090s] linkerd-identity.l5d-integration-auto-git-ecd598f5-upgrade.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-ecd598f5-upgrade.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-ecd598f5-upgrade.serviceaccount.identity.l5d-integration-auto-git-ecd598f5-upgrade.cluster.local") }: request timed out
--- SKIP: TestLogs/proxy-injector/proxy-injector (2.50s)
install_test.go:486: Found known error in proxy-injector/proxy-injector log: l5d-integration-auto-git-ecd598f5-upgrade linkerd-proxy-injector-59fb487488-2jb6m proxy-injector time="2019-05-09T23:55:47Z" level=warning msg="failed to retrieve replicaset from indexer, retrying with get request l5d-integration-auto-git-ecd598f5-upgrade-smoke-test-ann/smoke-test-gateway-7dc7b49c97: replicaset.apps \"smoke-test-gateway-7dc7b49c97\" not found"
--- PASS: TestLogs/proxy-injector/linkerd-proxy (2.50s)
--- PASS: TestLogs/controller/destination (2.50s)
--- PASS: TestLogs/controller/public-api (2.50s)
--- PASS: TestLogs/controller/tap (2.50s)
--- PASS: TestLogs/controller/linkerd-proxy (2.50s)
--- SKIP: TestLogs/grafana/linkerd-proxy (2.50s)
install_test.go:486: Found known error in grafana/linkerd-proxy log: l5d-integration-auto-git-ecd598f5-upgrade linkerd-grafana-5f499959f5-7nd8b linkerd-proxy WARN [ 0.512515s] linkerd-identity.l5d-integration-auto-git-ecd598f5-upgrade.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-ecd598f5-upgrade.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-ecd598f5-upgrade.serviceaccount.identity.l5d-integration-auto-git-ecd598f5-upgrade.cluster.local") }: request timed out
--- PASS: TestLogs/identity/identity (2.50s)
--- SKIP: TestLogs/identity/linkerd-proxy (2.50s)
install_test.go:486: Found known error in identity/linkerd-proxy log: l5d-integration-auto-git-ecd598f5-upgrade linkerd-identity-78895c95cd-q49cl linkerd-proxy WARN [ 12.042205s] linkerd-destination.l5d-integration-auto-git-ecd598f5-upgrade.svc.cluster.local:8086 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-destination.l5d-integration-auto-git-ecd598f5-upgrade.svc.cluster.local", port: 8086 }), identity: Some("linkerd-controller.l5d-integration-auto-git-ecd598f5-upgrade.serviceaccount.identity.l5d-integration-auto-git-ecd598f5-upgrade.cluster.local") }: request timed out
--- SKIP: TestLogs/prometheus/linkerd-proxy (2.50s)
install_test.go:486: Found known error in prometheus/linkerd-proxy log: l5d-integration-auto-git-ecd598f5-upgrade linkerd-prometheus-5c54b6dffc-bxq9m linkerd-proxy WARN [ 0.512681s] linkerd-identity.l5d-integration-auto-git-ecd598f5-upgrade.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-ecd598f5-upgrade.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-ecd598f5-upgrade.serviceaccount.identity.l5d-integration-auto-git-ecd598f5-upgrade.cluster.local") }: request timed out
--- PASS: TestLogs/sp-validator/sp-validator (2.50s)
--- SKIP: TestLogs/sp-validator/linkerd-proxy (2.50s)
install_test.go:486: Found known error in sp-validator/linkerd-proxy log: l5d-integration-auto-git-ecd598f5-upgrade linkerd-sp-validator-8957fb7bc-7blmq linkerd-proxy WARN [ 0.514677s] linkerd-identity.l5d-integration-auto-git-ecd598f5-upgrade.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-ecd598f5-upgrade.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-ecd598f5-upgrade.serviceaccount.identity.l5d-integration-auto-git-ecd598f5-upgrade.cluster.local") }: request timed out
=== RUN TestRestarts
--- PASS: TestRestarts (0.11s)
PASS
ok command-line-arguments 145.633s
Running test [serviceprofiles_test.go] --linkerd-namespace=l5d-integration-auto-git-ecd598f5
=== RUN TestServiceProfiles
=== RUN TestServiceProfiles/tap
=== RUN TestServiceProfiles/open-api
--- PASS: TestServiceProfiles (26.35s)
--- PASS: TestServiceProfiles/tap (4.03s)
--- PASS: TestServiceProfiles/open-api (1.34s)
=== RUN TestServiceProfileMetrics
--- PASS: TestServiceProfileMetrics (38.56s)
PASS
ok command-line-arguments 65.000s
Running test [stat_test.go] --linkerd-namespace=l5d-integration-auto-git-ecd598f5
=== RUN TestCliStatForLinkerdNamespace
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_deploy_-n_l5d-integration-auto-git-ecd598f5
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_po_-n_l5d-integration-auto-git-ecd598f5_--from_deploy/linkerd-controller
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_deploy_-n_l5d-integration-auto-git-ecd598f5_--to_po/linkerd-prometheus-c6b7d44c4-65wr2
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_svc_-n_l5d-integration-auto-git-ecd598f5_--from_deploy/linkerd-controller
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_deploy_-n_l5d-integration-auto-git-ecd598f5_--to_svc/linkerd-prometheus
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_ns_l5d-integration-auto-git-ecd598f5
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_po_-n_l5d-integration-auto-git-ecd598f5_--to_au/linkerd-prometheus.l5d-integration-auto-git-ecd598f5.svc.cluster.local:9090
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_au_-n_l5d-integration-auto-git-ecd598f5_--to_po/linkerd-prometheus-c6b7d44c4-65wr2
--- PASS: TestCliStatForLinkerdNamespace (4.12s)
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_deploy_-n_l5d-integration-auto-git-ecd598f5 (0.50s)
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_po_-n_l5d-integration-auto-git-ecd598f5_--from_deploy/linkerd-controller (0.51s)
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_deploy_-n_l5d-integration-auto-git-ecd598f5_--to_po/linkerd-prometheus-c6b7d44c4-65wr2 (0.47s)
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_svc_-n_l5d-integration-auto-git-ecd598f5_--from_deploy/linkerd-controller (0.48s)
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_deploy_-n_l5d-integration-auto-git-ecd598f5_--to_svc/linkerd-prometheus (0.49s)
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_ns_l5d-integration-auto-git-ecd598f5 (0.59s)
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_po_-n_l5d-integration-auto-git-ecd598f5_--to_au/linkerd-prometheus.l5d-integration-auto-git-ecd598f5.svc.cluster.local:9090 (0.52s)
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_au_-n_l5d-integration-auto-git-ecd598f5_--to_po/linkerd-prometheus-c6b7d44c4-65wr2 (0.45s)
PASS
ok command-line-arguments 4.200s
Running test [routes_test.go] --linkerd-namespace=l5d-integration-auto-git-ecd598f5
=== RUN TestRoutes
--- PASS: TestRoutes (0.97s)
PASS
ok command-line-arguments 1.044s
Running test [egress_test.go] --linkerd-namespace=l5d-integration-auto-git-ecd598f5
=== RUN TestEgressHttp
=== RUN TestEgressHttp/Can_use_egress_to_send_GET_request_to_http_(egress-test-http-get)
=== RUN TestEgressHttp/Can_use_egress_to_send_POST_request_to_http_(egress-test-http-post)
=== RUN TestEgressHttp/Can_use_egress_to_send_GET_request_to_https_(egress-test-https-get)
=== RUN TestEgressHttp/Can_use_egress_to_send_POST_request_to_https_(egress-test-https-post)
=== RUN TestEgressHttp/Can_use_egress_to_send_GET_request_to_https_(egress-test-not-www-get)
--- PASS: TestEgressHttp (23.36s)
--- PASS: TestEgressHttp/Can_use_egress_to_send_GET_request_to_http_(egress-test-http-get) (0.46s)
--- PASS: TestEgressHttp/Can_use_egress_to_send_POST_request_to_http_(egress-test-http-post) (0.48s)
--- PASS: TestEgressHttp/Can_use_egress_to_send_GET_request_to_https_(egress-test-https-get) (0.62s)
--- PASS: TestEgressHttp/Can_use_egress_to_send_POST_request_to_https_(egress-test-https-post) (0.65s)
--- PASS: TestEgressHttp/Can_use_egress_to_send_GET_request_to_https_(egress-test-not-www-get) (0.68s)
PASS
ok command-line-arguments 23.437s
Running test [get_test.go] --linkerd-namespace=l5d-integration-auto-git-ecd598f5
=== RUN TestCliGet
=== RUN TestCliGet/get_pods_from_--all-namespaces
=== RUN TestCliGet/get_pods_from_the_linkerd_namespace
--- PASS: TestCliGet (17.75s)
--- PASS: TestCliGet/get_pods_from_--all-namespaces (0.83s)
--- PASS: TestCliGet/get_pods_from_the_linkerd_namespace (0.49s)
PASS
ok command-line-arguments 17.822s
Running test [tap_test.go] --linkerd-namespace=l5d-integration-auto-git-ecd598f5
=== RUN TestCliTap
=== RUN TestCliTap/tap_a_deployment
=== RUN TestCliTap/tap_a_disabled_deployment
=== RUN TestCliTap/tap_a_service_call
=== RUN TestCliTap/tap_a_pod
=== RUN TestCliTap/filter_tap_events_by_method
=== RUN TestCliTap/filter_tap_events_by_authority
--- PASS: TestCliTap (41.37s)
--- PASS: TestCliTap/tap_a_deployment (5.96s)
--- PASS: TestCliTap/tap_a_disabled_deployment (0.55s)
--- PASS: TestCliTap/tap_a_service_call (4.45s)
--- PASS: TestCliTap/tap_a_pod (4.00s)
--- PASS: TestCliTap/filter_tap_events_by_method (4.00s)
--- PASS: TestCliTap/filter_tap_events_by_authority (4.00s)
PASS
ok command-line-arguments 41.441s
Running test [inject_test.go] --linkerd-namespace=l5d-integration-auto-git-ecd598f5
=== RUN TestInject
--- PASS: TestInject (0.06s)
=== RUN TestInjectParams
--- PASS: TestInjectParams (0.05s)
=== RUN TestAnnotationPermutations
--- PASS: TestAnnotationPermutations (18.73s)
PASS
ok command-line-arguments 18.913s
=== PASS: all tests passed
cleaning up namespace [l5d-integration-auto-git-ecd598f5] in k8s-context [] and associated test namespaces
namespace "l5d-integration-auto-git-ecd598f5" deleted
namespace "l5d-integration-auto-git-ecd598f5-egress-test" deleted
namespace "l5d-integration-auto-git-ecd598f5-get-test" deleted
namespace "l5d-integration-auto-git-ecd598f5-inject-test" deleted
namespace "l5d-integration-auto-git-ecd598f5-inject-test-disabled" deleted
namespace "l5d-integration-auto-git-ecd598f5-inject-test-enabled" deleted
namespace "l5d-integration-auto-git-ecd598f5-serviceprofile-test" deleted
namespace "l5d-integration-auto-git-ecd598f5-smoke-test" deleted
namespace "l5d-integration-auto-git-ecd598f5-smoke-test-ann" deleted
namespace "l5d-integration-auto-git-ecd598f5-smoke-test-manual" deleted
namespace "l5d-integration-auto-git-ecd598f5-tap-test" deleted
namespace "l5d-integration-auto-git-ecd598f5-upgrade" deleted
namespace "l5d-integration-auto-git-ecd598f5-upgrade-smoke-test" deleted
namespace "l5d-integration-auto-git-ecd598f5-upgrade-smoke-test-ann" deleted
namespace "l5d-integration-auto-git-ecd598f5-upgrade-smoke-test-manual" deleted
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-ecd598f5-controller" deleted
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-ecd598f5-identity" deleted
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-ecd598f5-prometheus" deleted
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-ecd598f5-proxy-injector" deleted
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-ecd598f5-sp-validator" deleted
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-ecd598f5-upgrade-controller" deleted
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-ecd598f5-upgrade-identity" deleted
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-ecd598f5-upgrade-prometheus" deleted
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-ecd598f5-upgrade-proxy-injector" deleted
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-ecd598f5-upgrade-sp-validator" deleted
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-ecd598f5-controller" deleted
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-ecd598f5-identity" deleted
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-ecd598f5-prometheus" deleted
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-ecd598f5-proxy-injector" deleted
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-ecd598f5-sp-validator" deleted
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-ecd598f5-upgrade-controller" deleted
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-ecd598f5-upgrade-identity" deleted
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-ecd598f5-upgrade-prometheus" deleted
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-ecd598f5-upgrade-proxy-injector" deleted
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-ecd598f5-upgrade-sp-validator" deleted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment