Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save l5d-bot/f633335eeaccc0c33ee2f1c880a5f8a8 to your computer and use it in GitHub Desktop.
Save l5d-bot/f633335eeaccc0c33ee2f1c880a5f8a8 to your computer and use it in GitHub Desktop.
l5d-integration-success-95e447fb167408b833eeffe8822503f0c0e1d3e1.log
Cloning into '/root/go/src/github.com/linkerd/linkerd2'...
Note: checking out '95e447fb167408b833eeffe8822503f0c0e1d3e1'.
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 95e447fb Trigger l5d-bot
Sending build context to Docker daemon 6.908MB
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
---> a0dc0afc02e2
Step 4/26 : WORKDIR /build
---> Using cache
---> 2c0079df4ec6
Step 5/26 : COPY bin/fetch-proxy bin/fetch-proxy
---> Using cache
---> 24775b750edc
Step 6/26 : ARG PROXY_VERSION
---> Using cache
---> 774de785aef4
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
---> 1d19976ec255
Step 8/26 : FROM gcr.io/linkerd-io/go-deps:84e77435 as golang
---> 66515014ffd7
Step 9/26 : WORKDIR /go/src/github.com/linkerd/linkerd2
---> Using cache
---> 64af5b315340
Step 10/26 : ENV CGO_ENABLED=0 GOOS=linux
---> Using cache
---> 5e6a8f6f3e06
Step 11/26 : COPY pkg/flags pkg/flags
---> Using cache
---> e4ace5e1928f
Step 12/26 : COPY pkg/tls pkg/tls
---> Using cache
---> 7660c520a88d
Step 13/26 : COPY pkg/version pkg/version
---> Using cache
---> cc2934ee325f
Step 14/26 : RUN go build ./pkg/...
---> Using cache
---> aa519eee5c67
Step 15/26 : COPY proxy-identity proxy-identity
---> Using cache
---> 7e7cb803f273
Step 16/26 : RUN CGO_ENABLED=0 GOOS=linux go install ./proxy-identity
---> Using cache
---> 89bf0a7e5278
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
---> 677c5bcb033b
Step 19/26 : COPY --from=fetch /build/version.txt /usr/lib/linkerd/linkerd2-proxy-version.txt
---> Using cache
---> f3564a0afba3
Step 20/26 : COPY --from=fetch /build/linkerd2-proxy /usr/lib/linkerd/linkerd2-proxy
---> Using cache
---> 8da7a6931988
Step 21/26 : COPY --from=golang /go/bin/proxy-identity /usr/lib/linkerd/linkerd2-proxy-identity
---> Using cache
---> ea00dbbf6a6f
Step 22/26 : COPY proxy-identity/run-proxy.sh /usr/bin/linkerd2-proxy-run
---> Using cache
---> 4d2f6b2287d8
Step 23/26 : ARG LINKERD_VERSION
---> Using cache
---> 00c683d57008
Step 24/26 : ENV LINKERD_CONTAINER_VERSION_OVERRIDE=${LINKERD_VERSION}
---> Running in a665e063bb09
Removing intermediate container a665e063bb09
---> 23be73a1633b
Step 25/26 : ENV LINKERD2_PROXY_LOG=warn,linkerd2_proxy=info
---> Running in 420dc03b29ef
Removing intermediate container 420dc03b29ef
---> d6b79198d330
Step 26/26 : ENTRYPOINT ["/usr/bin/linkerd2-proxy-run"]
---> Running in 9e1383254558
Removing intermediate container 9e1383254558
---> cf1d6b7478f9
Successfully built cf1d6b7478f9
Successfully tagged gcr.io/linkerd-io/proxy:git-95e447fb
gcr.io/linkerd-io/proxy:git-95e447fb
Sending build context to Docker daemon 6.907MB
Step 1/13 : FROM gcr.io/linkerd-io/go-deps:84e77435 as golang
---> 66515014ffd7
Step 2/13 : WORKDIR /go/src/github.com/linkerd/linkerd2
---> Using cache
---> 64af5b315340
Step 3/13 : COPY controller/gen controller/gen
---> Using cache
---> 6ab9abb71c8f
Step 4/13 : COPY pkg pkg
---> Using cache
---> 4f8bc05a16e7
Step 5/13 : COPY controller controller
---> Using cache
---> ce585ae7e834
Step 6/13 : RUN CGO_ENABLED=0 GOOS=linux go install ./pkg/...
---> Using cache
---> eb396e7d93fe
Step 7/13 : RUN CGO_ENABLED=0 GOOS=linux go install ./controller/cmd/...
---> Using cache
---> 340531492f62
Step 8/13 : FROM scratch
--->
Step 9/13 : ENV PATH=$PATH:/go/bin
---> Using cache
---> 42e5f282a3a9
Step 10/13 : COPY LICENSE /linkerd/LICENSE
---> Using cache
---> acdda17eb760
Step 11/13 : COPY --from=golang /go/bin /go/bin
---> Using cache
---> 56242a49605d
Step 12/13 : ARG LINKERD_VERSION
---> Using cache
---> 2635691b416a
Step 13/13 : ENV LINKERD_CONTAINER_VERSION_OVERRIDE=${LINKERD_VERSION}
---> Running in 4f46b832d91a
Removing intermediate container 4f46b832d91a
---> fc4d9c7987d6
Successfully built fc4d9c7987d6
Successfully tagged gcr.io/linkerd-io/controller:git-95e447fb
gcr.io/linkerd-io/controller:git-95e447fb
Sending build context to Docker daemon 6.908MB
Step 1/34 : FROM node:10 as webpack-bundle
---> 5a401340b79f
Step 2/34 : RUN curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.7.0
---> Using cache
---> ce4f8afb7259
Step 3/34 : ENV HOME /root
---> Using cache
---> c09bbf5d2941
Step 4/34 : ENV PATH $HOME/.yarn/bin:$PATH
---> Using cache
---> cba4a4f09d95
Step 5/34 : ENV GOPATH /go
---> Using cache
---> 5ab408819744
Step 6/34 : ENV PROJECT github.com/linkerd/linkerd2
---> Using cache
---> 72b24b6b2386
Step 7/34 : ENV PACKAGE $PROJECT/web/app
---> Using cache
---> 39bd846e647d
Step 8/34 : ENV ROOT $GOPATH/src/$PROJECT
---> Using cache
---> e6b415bbeda9
Step 9/34 : ENV PACKAGEDIR $GOPATH/src/$PACKAGE
---> Using cache
---> 2d97637ccad0
Step 10/34 : WORKDIR $PACKAGEDIR
---> Using cache
---> edfe935b5e5f
Step 11/34 : COPY bin/web $ROOT/bin/web
---> Using cache
---> f0b7376c46c7
Step 12/34 : COPY web/app/package.json web/app/yarn.lock ./
---> Using cache
---> db3bcb5f90bc
Step 13/34 : RUN $ROOT/bin/web setup install --frozen-lockfile
---> Using cache
---> a8b4b2bc810a
Step 14/34 : ENV NODE_ENV production
---> Using cache
---> efacdfe5803b
Step 15/34 : COPY web/app .
---> Using cache
---> 1e07ecd51ecc
Step 16/34 : RUN $ROOT/bin/web build
---> Using cache
---> babdc4d11b58
Step 17/34 : FROM gcr.io/linkerd-io/go-deps:84e77435 as golang
---> 66515014ffd7
Step 18/34 : WORKDIR /go/src/github.com/linkerd/linkerd2
---> Using cache
---> 64af5b315340
Step 19/34 : RUN mkdir -p web
---> Using cache
---> 2f00603eee23
Step 20/34 : COPY web/main.go web
---> Using cache
---> 62b02ddc9c94
Step 21/34 : COPY web/srv web/srv
---> Using cache
---> e9f569cee2d3
Step 22/34 : COPY controller controller
---> Using cache
---> 7c2a48935439
Step 23/34 : COPY pkg pkg
---> 6384c4743f66
Step 24/34 : RUN CGO_ENABLED=0 GOOS=linux go build -o web/web ./web
---> Running in f608cd078d74
Removing intermediate container f608cd078d74
---> 91f80c42d65c
Step 25/34 : FROM gcr.io/linkerd-io/base:2019-02-19.01
---> f07bbe9e1dde
Step 26/34 : WORKDIR /linkerd
---> Using cache
---> fce5e2785fb4
Step 27/34 : COPY LICENSE .
---> Using cache
---> eef9b7098088
Step 28/34 : COPY --from=golang /go/src/github.com/linkerd/linkerd2/web/web .
---> Using cache
---> f61b75ddd985
Step 29/34 : RUN mkdir -p app
---> Using cache
---> cc00baf1cc72
Step 30/34 : COPY --from=webpack-bundle /go/src/github.com/linkerd/linkerd2/web/app/dist app/dist
---> Using cache
---> a69735569cfd
Step 31/34 : COPY web/templates templates
---> Using cache
---> 51407b19e342
Step 32/34 : ARG LINKERD_VERSION
---> Using cache
---> a4db9e90ee65
Step 33/34 : ENV LINKERD_CONTAINER_VERSION_OVERRIDE=${LINKERD_VERSION}
---> Running in c20ce4d6b3b6
Removing intermediate container c20ce4d6b3b6
---> 243214af1856
Step 34/34 : ENTRYPOINT ["./web"]
---> Running in ba0d313f63b5
Removing intermediate container ba0d313f63b5
---> 4e96801b52a3
Successfully built 4e96801b52a3
Successfully tagged gcr.io/linkerd-io/web:git-95e447fb
gcr.io/linkerd-io/web:git-95e447fb
Sending build context to Docker daemon 6.907MB
Step 1/16 : FROM gcr.io/linkerd-io/go-deps:84e77435 as golang
---> 66515014ffd7
Step 2/16 : WORKDIR /go/src/github.com/linkerd/linkerd2
---> Using cache
---> 64af5b315340
Step 3/16 : COPY pkg pkg
---> Using cache
---> fdc696d275b3
Step 4/16 : COPY controller controller
---> Using cache
---> 57a05ee7f559
Step 5/16 : COPY cni-plugin cni-plugin
---> Using cache
---> 9e86c8ed8cd4
Step 6/16 : RUN CGO_ENABLED=0 GOOS=linux go build -o /go/bin/linkerd-cni -v ./cni-plugin/
---> Using cache
---> 6229e2498645
Step 7/16 : FROM gcr.io/linkerd-io/base:2019-02-19.01
---> f07bbe9e1dde
Step 8/16 : WORKDIR /linkerd
---> Using cache
---> fce5e2785fb4
Step 9/16 : RUN curl -kL -o $(which jq) https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64
---> Using cache
---> aa2a498823e2
Step 10/16 : COPY --from=golang /go/bin/linkerd-cni /opt/cni/bin/
---> aa0e30d49954
Step 11/16 : COPY LICENSE .
---> d44876e2f3b6
Step 12/16 : COPY cni-plugin/deployment/scripts/install-cni.sh .
---> 754919187ee0
Step 13/16 : COPY cni-plugin/deployment/linkerd-cni.conf.default .
---> 49d49deb12b6
Step 14/16 : COPY cni-plugin/deployment/scripts/filter.jq .
---> 47607349ccab
Step 15/16 : ENV PATH=/linkerd:/opt/cni/bin:$PATH
---> Running in 429ec10cea3a
Removing intermediate container 429ec10cea3a
---> 0c9fa2cd4a9e
Step 16/16 : CMD ["install-cni.sh"]
---> Running in 155327ccadaf
Removing intermediate container 155327ccadaf
---> 84e952d96183
Successfully built 84e952d96183
Successfully tagged gcr.io/linkerd-io/cni-plugin:git-95e447fb
gcr.io/linkerd-io/cni-plugin:git-95e447fb
Sending build context to Docker daemon 6.907MB
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 e025409b0ff4
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 [495 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-updates/main amd64 Packages [27.2 kB]
Get:6 http://cdn-fastly.deb.debian.org/debian stretch Release [118 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 7910 kB in 1s (4262 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 1s (16.6 MB/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 e025409b0ff4
---> a00d1c7296c0
Step 3/3 : ENTRYPOINT [ "tshark", "-i", "any" ]
---> Running in 78838192dced
Removing intermediate container 78838192dced
---> 42276e7b9b7e
Successfully built 42276e7b9b7e
Successfully tagged gcr.io/linkerd-io/debug:git-95e447fb
gcr.io/linkerd-io/debug:git-95e447fb
Sending build context to Docker daemon 6.908MB
Step 1/22 : FROM gcr.io/linkerd-io/go-deps:84e77435 as golang
---> 66515014ffd7
Step 2/22 : WORKDIR /go/src/github.com/linkerd/linkerd2
---> Using cache
---> 64af5b315340
Step 3/22 : COPY cli cli
---> Using cache
---> 43494b98c869
Step 4/22 : COPY chart chart
---> Using cache
---> b7b2213066c3
Step 5/22 : COPY controller/k8s controller/k8s
---> Using cache
---> 71ed0d69c08e
Step 6/22 : COPY controller/api controller/api
---> Using cache
---> 6ad1e9d5ff38
Step 7/22 : COPY controller/gen controller/gen
---> Using cache
---> 42dcca29b857
Step 8/22 : COPY pkg pkg
---> Using cache
---> 370f51ec337e
Step 9/22 : RUN mkdir -p /out
---> Using cache
---> 377d244fae1a
Step 10/22 : RUN go generate ./cli
---> Using cache
---> 9e4627d3770b
Step 11/22 : RUN CGO_ENABLED=0 GOOS=darwin go build -o /out/linkerd-darwin -tags prod -ldflags "-s -w" ./cli
---> Using cache
---> 00ee51e87f32
Step 12/22 : RUN CGO_ENABLED=0 GOOS=linux go build -o /out/linkerd-linux -tags prod -ldflags "-s -w" ./cli
---> Using cache
---> 60e8bfecf2d8
Step 13/22 : RUN CGO_ENABLED=0 GOOS=windows go build -o /out/linkerd-windows -tags prod -ldflags "-s -w" ./cli
---> Using cache
---> 930939e81780
Step 14/22 : ARG LINKERD_VERSION
---> Using cache
---> c7ef030de691
Step 15/22 : ENV GO_LDFLAGS="-s -w -X github.com/linkerd/linkerd2/pkg/version.Version=${LINKERD_VERSION}"
---> Running in 3c1006aad29f
Removing intermediate container 3c1006aad29f
---> a089c4bf36b0
Step 16/22 : RUN CGO_ENABLED=0 GOOS=darwin go build -o /out/linkerd-darwin -tags prod -ldflags "${GO_LDFLAGS}" ./cli
---> Running in af53079234ca
Removing intermediate container af53079234ca
---> bc90b84f337a
Step 17/22 : RUN CGO_ENABLED=0 GOOS=linux go build -o /out/linkerd-linux -tags prod -ldflags "${GO_LDFLAGS}" ./cli
---> Running in 11766c7f604c
Removing intermediate container 11766c7f604c
---> b81a866360c2
Step 18/22 : RUN CGO_ENABLED=0 GOOS=windows go build -o /out/linkerd-windows -tags prod -ldflags "${GO_LDFLAGS}" ./cli
---> Running in 0dcb3f7fb1a6
Removing intermediate container 0dcb3f7fb1a6
---> e84e66678cd1
Step 19/22 : FROM scratch
--->
Step 20/22 : COPY LICENSE /linkerd/LICENSE
---> Using cache
---> 2481740bb1c8
Step 21/22 : COPY --from=golang /out /out
---> 62e17744c1e9
Step 22/22 : ENTRYPOINT ["/out/linkerd-linux"]
---> Running in 4f8462145358
Removing intermediate container 4f8462145358
---> 6c2595ff52bd
Successfully built 6c2595ff52bd
Successfully tagged gcr.io/linkerd-io/cli-bin:git-95e447fb
gcr.io/linkerd-io/cli-bin:git-95e447fb
/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.907MB
Step 1/4 : FROM grafana/grafana:5.4.3
---> d0454da13c84
Step 2/4 : COPY LICENSE /linkerd/LICENSE
---> Using cache
---> 1bab98a9d4eb
Step 3/4 : COPY grafana/dashboards /var/lib/grafana/dashboards
---> Using cache
---> 046a78ff1894
Step 4/4 : COPY grafana/dashboards/top-line.json /usr/share/grafana/public/dashboards/home.json
---> Using cache
---> 5df1cfe5cf99
Successfully built 5df1cfe5cf99
Successfully tagged gcr.io/linkerd-io/grafana:git-95e447fb
gcr.io/linkerd-io/grafana:git-95e447fb
The push refers to repository [gcr.io/linkerd-io/cli-bin]
6c7a6eedadb0: Preparing
4a5b7a024a9a: Preparing
4a5b7a024a9a: Layer already exists
6c7a6eedadb0: Pushed
git-95e447fb: digest: sha256:a1ff738647a5424c749da7d73e695e919b2c91681b46650da29a1e1bbd10852c size: 737
The push refers to repository [gcr.io/linkerd-io/cni-plugin]
5a063c7a87d5: Preparing
7b4eeefae197: Preparing
a2311728cf07: Preparing
1f52cc5111c1: Preparing
2d3aae36fa98: Preparing
b54b25b77e02: Preparing
316d035e7432: Preparing
7c5874767822: Preparing
0a07e81f5da3: Preparing
316d035e7432: Waiting
7c5874767822: Waiting
0a07e81f5da3: Waiting
b54b25b77e02: Waiting
5a063c7a87d5: Pushed
a2311728cf07: Pushed
7b4eeefae197: Pushed
b54b25b77e02: Layer already exists
1f52cc5111c1: Pushed
316d035e7432: Layer already exists
7c5874767822: Layer already exists
0a07e81f5da3: Layer already exists
2d3aae36fa98: Pushed
git-95e447fb: digest: sha256:46842bf3e9a89d5a47ef5aa2fd92bcbbc914d573128a44a9bb774d15f1667bde size: 2201
The push refers to repository [gcr.io/linkerd-io/controller]
58682a886a57: Preparing
55d9d71855e0: Preparing
58682a886a57: Layer already exists
55d9d71855e0: Layer already exists
git-95e447fb: digest: sha256:b63bc47570303cc88d67028308e404b26ae12b297c5dc7548e8e2d55b16c3ba2 size: 737
The push refers to repository [gcr.io/linkerd-io/debug]
eff40f0b0b90: Preparing
7c5874767822: Preparing
0a07e81f5da3: Preparing
0a07e81f5da3: Layer already exists
7c5874767822: Layer already exists
eff40f0b0b90: Pushed
git-95e447fb: digest: sha256:4a4ea770255a72a91b2a1c6dd81684110d960eb01eada37251a8c79a9bab1f01 size: 953
The push refers to repository [gcr.io/linkerd-io/grafana]
9c2b11d38e3a: Preparing
7fcf75e465a2: Preparing
30eb58218210: Preparing
67796dde2d25: Preparing
4a786a04c29c: Preparing
63e69b5ec8fb: Preparing
f2d8bd23c9c1: Preparing
c61883f6d7a1: Preparing
7b4e562e58dc: Preparing
f2d8bd23c9c1: Waiting
c61883f6d7a1: Waiting
63e69b5ec8fb: Waiting
7b4e562e58dc: Waiting
67796dde2d25: Layer already exists
30eb58218210: Layer already exists
4a786a04c29c: Layer already exists
9c2b11d38e3a: Layer already exists
7fcf75e465a2: Layer already exists
63e69b5ec8fb: Layer already exists
f2d8bd23c9c1: Layer already exists
c61883f6d7a1: Layer already exists
7b4e562e58dc: Layer already exists
git-95e447fb: digest: sha256:b31f897e4433dd0e72259391e0826909dcfd81bb71f3e54a60ac58be832989c0 size: 2201
The push refers to repository [gcr.io/linkerd-io/proxy]
aa09a963a644: Preparing
c51a08a52b25: Preparing
114b60ab8a62: Preparing
bfe403b6cc8f: Preparing
8c8213833faa: Preparing
7c5874767822: Preparing
0a07e81f5da3: Preparing
7c5874767822: Waiting
0a07e81f5da3: Waiting
aa09a963a644: Layer already exists
c51a08a52b25: Layer already exists
114b60ab8a62: Layer already exists
bfe403b6cc8f: Layer already exists
8c8213833faa: Layer already exists
7c5874767822: Layer already exists
0a07e81f5da3: Layer already exists
git-95e447fb: digest: sha256:2eb48fa18ff87df5d45b123e225388245b4c57ad5b9f1b038aef311e308da105 size: 1785
The push refers to repository [gcr.io/linkerd-io/web]
a63938a54d44: Preparing
bf0019a5b214: Preparing
87132f7b32f7: Preparing
a846db3550d8: Preparing
b1acceabfc03: Preparing
316d035e7432: Preparing
7c5874767822: Preparing
0a07e81f5da3: Preparing
7c5874767822: Waiting
0a07e81f5da3: Waiting
316d035e7432: Waiting
87132f7b32f7: Layer already exists
a846db3550d8: Layer already exists
bf0019a5b214: Layer already exists
a63938a54d44: Layer already exists
b1acceabfc03: Layer already exists
7c5874767822: Layer already exists
316d035e7432: Layer already exists
0a07e81f5da3: Layer already exists
git-95e447fb: digest: sha256:b9ae407a40c26253891986391611600ebe7eabeefedf4cf55f6948734fef51a0 size: 1993
Starting to serve on 127.0.0.1:8080
(1/96) Wrote github.com/cyphar/[email protected]
(2/96) Wrote github.com/briandowns/spinner@5cf08d0ac778f0d708570fe143e3f82fdb9f9007
(3/96) Wrote github.com/dgrijalva/[email protected]
(4/96) Wrote github.com/davecgh/[email protected]
(5/96) Wrote github.com/fatih/[email protected]
(6/96) Wrote sigs.k8s.io/[email protected]
(7/96) Wrote github.com/go-openapi/[email protected]
(8/96) Wrote github.com/containernetworking/[email protected]
(9/96) Wrote github.com/prometheus/client_model@master
(10/96) Wrote github.com/prometheus/common@master
(11/96) Wrote github.com/prometheus/procfs@master
(12/96) Wrote github.com/russross/[email protected]
(13/96) Wrote github.com/ghodss/[email protected]
(14/96) Wrote github.com/cpuguy83/[email protected]
(15/96) Wrote github.com/census-instrumentation/[email protected]
(16/96) Wrote github.com/evanphx/[email protected]
(17/96) Wrote github.com/emicklei/[email protected]
(18/96) Wrote github.com/prometheus/[email protected]
(19/96) Wrote github.com/docker/spdystream@449fdfce4d962303d702fec724ef0ad181c92528
(20/96) Wrote github.com/sergi/[email protected]
(21/96) Wrote github.com/shurcooL/httpfs@master
(22/96) Wrote github.com/shurcooL/vfsgen@master
(23/96) Wrote github.com/go-openapi/[email protected]
(24/96) Wrote github.com/sirupsen/[email protected]
(25/96) Wrote github.com/spf13/cobra@7b2c5ac9fc04fc5efafb60700713d4fa609b777b
(26/96) Wrote github.com/projectcalico/[email protected]
(27/96) Wrote github.com/spf13/[email protected]
(28/96) Wrote github.com/go-openapi/[email protected]
(29/96) Wrote github.com/go-openapi/[email protected]
(30/96) Wrote gopkg.in/[email protected]
(31/96) Wrote github.com/gobwas/[email protected]
(32/96) Wrote gopkg.in/yaml.v2@v2
(33/96) Wrote github.com/golang/glog@master
(34/96) Wrote github.com/wercker/stern@b04b5491222d9743529cb859a20d34ce2bb763af
(35/96) Wrote github.com/google/btree@master
(36/96) Wrote github.com/google/gofuzz@master
(37/96) Wrote [email protected]
(38/96) Wrote github.com/google/[email protected]
(39/96) Wrote google.golang.org/[email protected]
(40/96) Wrote k8s.io/[email protected]
(41/96) Wrote github.com/gorilla/[email protected]
(42/96) Wrote github.com/gregjones/httpcache@master
(43/96) Wrote github.com/grpc-ecosystem/[email protected]
(44/96) Wrote github.com/hashicorp/golang-lru@master
(45/96) Wrote k8s.io/gengo@master
(46/96) Wrote golang.org/x/crypto@master
(47/96) Wrote github.com/googleapis/[email protected]
(48/96) Wrote github.com/huandu/[email protected]
(49/96) Wrote k8s.io/[email protected]
(50/96) Wrote github.com/inconshreveable/[email protected]
(51/96) Wrote k8s.io/code-generator@master
(52/96) Wrote github.com/golang/[email protected]
(53/96) Wrote github.com/imdario/[email protected]
(54/96) Wrote golang.org/x/oauth2@master
(55/96) Wrote golang.org/x/sync@master
(56/96) Wrote github.com/gophercloud/gophercloud@master
(57/96) Wrote k8s.io/kube-openapi@master
(58/96) Wrote golang.org/x/net@master
(59/96) Wrote google.golang.org/genproto@master
(60/96) Wrote golang.org/x/time@master
(61/96) Wrote k8s.io/[email protected]
(62/96) Wrote github.com/Masterminds/[email protected]
(63/96) Wrote contrib.go.opencensus.io/exporter/[email protected]
(64/96) Wrote github.com/Azure/[email protected]
(65/96) Wrote github.com/matttproud/[email protected]
(66/96) Wrote github.com/linkerd/[email protected]
(67/96) Wrote github.com/json-iterator/go@f2b4162afba35581b6d4a50d3b8f34e33c144682
(68/96) Wrote github.com/julienschmidt/[email protected]
(69/96) Wrote github.com/BurntSushi/[email protected]
(70/96) Wrote k8s.io/[email protected]
(71/96) Wrote github.com/modern-go/[email protected]
(72/96) Wrote github.com/modern-go/[email protected]
(73/96) Wrote golang.org/x/sys@master
(74/96) Wrote github.com/nsf/termbox-go@master
(75/96) Wrote k8s.io/[email protected]
(76/96) Wrote github.com/linkerd/[email protected]
(77/96) Wrote cloud.google.com/[email protected]
(78/96) Wrote golang.org/x/tools@master
(79/96) Wrote github.com/mattn/[email protected]
(80/96) Wrote github.com/mattn/[email protected]
(81/96) Wrote github.com/mailru/easyjson@master
(82/96) Wrote github.com/pkg/browser@c90ca0c84f15f81c982e32665bffd8d7aac8f097
(83/96) Wrote github.com/PuerkitoBio/urlesc@master
(84/96) Wrote k8s.io/[email protected]
(85/96) Wrote github.com/gogo/[email protected]
(86/96) Wrote github.com/peterbourgon/[email protected]
(87/96) Wrote github.com/mattn/[email protected]
(88/96) Wrote github.com/pkg/[email protected]
(89/96) Wrote github.com/Masterminds/[email protected]
(90/96) Wrote google.golang.org/[email protected]
(91/96) Wrote github.com/PuerkitoBio/[email protected]
(92/96) Wrote github.com/petar/GoLLRB@master
(93/96) Wrote github.com/beorn7/perks@master
(94/96) Wrote github.com/aokoli/[email protected]
(95/96) Wrote golang.org/x/text@master
(96/96) Wrote google.golang.org/[email protected]
Collecting project constraints:
(1/96) cloud.google.com/go
(2/96) contrib.go.opencensus.io/exporter/ocagent
(3/96) github.com/Azure/go-autorest
(4/96) github.com/BurntSushi/toml
(5/96) github.com/Masterminds/semver
(6/96) github.com/Masterminds/sprig
(7/96) github.com/PuerkitoBio/purell
(8/96) github.com/PuerkitoBio/urlesc
(9/96) github.com/aokoli/goutils
(10/96) github.com/beorn7/perks
(11/96) github.com/briandowns/spinner
(12/96) github.com/census-instrumentation/opencensus-proto
(13/96) github.com/containernetworking/cni
(14/96) github.com/cpuguy83/go-md2man
(15/96) github.com/cyphar/filepath-securejoin
(16/96) github.com/davecgh/go-spew
(17/96) github.com/dgrijalva/jwt-go
(18/96) github.com/docker/spdystream
(19/96) github.com/emicklei/proto
(20/96) github.com/evanphx/json-patch
(21/96) github.com/fatih/color
(22/96) github.com/ghodss/yaml
(23/96) github.com/go-openapi/jsonpointer
(24/96) github.com/go-openapi/jsonreference
(25/96) github.com/go-openapi/spec
(26/96) github.com/go-openapi/swag
(27/96) github.com/gobwas/glob
(28/96) github.com/gogo/protobuf
(29/96) github.com/golang/glog
(30/96) github.com/golang/protobuf
(31/96) github.com/google/btree
(32/96) github.com/google/gofuzz
(33/96) github.com/google/uuid
(34/96) github.com/googleapis/gnostic
(35/96) github.com/gophercloud/gophercloud
(36/96) github.com/gorilla/websocket
(37/96) github.com/gregjones/httpcache
(38/96) github.com/grpc-ecosystem/go-grpc-prometheus
(39/96) github.com/hashicorp/golang-lru
(40/96) github.com/huandu/xstrings
(41/96) github.com/imdario/mergo
(42/96) github.com/inconshreveable/mousetrap
(43/96) github.com/json-iterator/go
(44/96) github.com/julienschmidt/httprouter
(45/96) github.com/linkerd/linkerd2-proxy-api
(46/96) github.com/linkerd/linkerd2-proxy-init
(47/96) github.com/mailru/easyjson
(48/96) github.com/mattn/go-colorable
(49/96) github.com/mattn/go-isatty
(50/96) github.com/mattn/go-runewidth
(51/96) github.com/matttproud/golang_protobuf_extensions
(52/96) github.com/modern-go/concurrent
(53/96) github.com/modern-go/reflect2
(54/96) github.com/nsf/termbox-go
(55/96) github.com/petar/GoLLRB
(56/96) github.com/peterbourgon/diskv
(57/96) github.com/pkg/browser
(58/96) github.com/pkg/errors
(59/96) github.com/projectcalico/libcalico-go
(60/96) github.com/prometheus/client_golang
(61/96) github.com/prometheus/client_model
(62/96) github.com/prometheus/common
(63/96) github.com/prometheus/procfs
(64/96) github.com/russross/blackfriday
(65/96) github.com/sergi/go-diff
(66/96) github.com/shurcooL/httpfs
(67/96) github.com/shurcooL/vfsgen
(68/96) github.com/sirupsen/logrus
(69/96) github.com/spf13/cobra
(70/96) github.com/spf13/pflag
(71/96) github.com/wercker/stern
(72/96) go.opencensus.io
(73/96) golang.org/x/crypto
(74/96) golang.org/x/net
(75/96) golang.org/x/oauth2
(76/96) golang.org/x/sync
(77/96) golang.org/x/sys
(78/96) golang.org/x/text
(79/96) golang.org/x/time
(80/96) golang.org/x/tools
(81/96) google.golang.org/api
(82/96) google.golang.org/appengine
(83/96) google.golang.org/genproto
(84/96) google.golang.org/grpc
(85/96) gopkg.in/inf.v0
(86/96) gopkg.in/yaml.v2
(87/96) k8s.io/api
(88/96) k8s.io/apiextensions-apiserver
(89/96) k8s.io/apimachinery
(90/96) k8s.io/client-go
(91/96) k8s.io/code-generator
(92/96) k8s.io/gengo
(93/96) k8s.io/helm
(94/96) k8s.io/klog
(95/96) k8s.io/kube-openapi
(96/96) sigs.k8s.io/yaml
Checking upstream projects:
(1/96) cloud.google.com/go
(2/96) contrib.go.opencensus.io/exporter/ocagent
(3/96) github.com/Azure/go-autorest
(4/96) github.com/BurntSushi/toml
(5/96) github.com/Masterminds/semver
(6/96) github.com/Masterminds/sprig
(7/96) github.com/PuerkitoBio/purell
(8/96) github.com/PuerkitoBio/urlesc
(9/96) github.com/aokoli/goutils
(10/96) github.com/beorn7/perks
(11/96) github.com/briandowns/spinner
(12/96) github.com/census-instrumentation/opencensus-proto
(13/96) github.com/containernetworking/cni
(14/96) github.com/cpuguy83/go-md2man
(15/96) github.com/cyphar/filepath-securejoin
(16/96) github.com/davecgh/go-spew
(17/96) github.com/dgrijalva/jwt-go
(18/96) github.com/docker/spdystream
(19/96) github.com/emicklei/proto
(20/96) github.com/evanphx/json-patch
(21/96) github.com/fatih/color
(22/96) github.com/ghodss/yaml
(23/96) github.com/go-openapi/jsonpointer
(24/96) github.com/go-openapi/jsonreference
(25/96) github.com/go-openapi/spec
(26/96) github.com/go-openapi/swag
(27/96) github.com/gobwas/glob
(28/96) github.com/gogo/protobuf
(29/96) github.com/golang/glog
(30/96) github.com/golang/protobuf
(31/96) github.com/google/btree
(32/96) github.com/google/gofuzz
(33/96) github.com/google/uuid
(34/96) github.com/googleapis/gnostic
(35/96) github.com/gophercloud/gophercloud
(36/96) github.com/gorilla/websocket
(37/96) github.com/gregjones/httpcache
(38/96) github.com/grpc-ecosystem/go-grpc-prometheus
(39/96) github.com/hashicorp/golang-lru
(40/96) github.com/huandu/xstrings
(41/96) github.com/imdario/mergo
(42/96) github.com/inconshreveable/mousetrap
(43/96) github.com/json-iterator/go
(44/96) github.com/julienschmidt/httprouter
(45/96) github.com/linkerd/linkerd2-proxy-api
(46/96) github.com/linkerd/linkerd2-proxy-init
(47/96) github.com/mailru/easyjson
(48/96) github.com/mattn/go-colorable
(49/96) github.com/mattn/go-isatty
(50/96) github.com/mattn/go-runewidth
(51/96) github.com/matttproud/golang_protobuf_extensions
(52/96) github.com/modern-go/concurrent
(53/96) github.com/modern-go/reflect2
(54/96) github.com/nsf/termbox-go
(55/96) github.com/petar/GoLLRB
(56/96) github.com/peterbourgon/diskv
(57/96) github.com/pkg/browser
(58/96) github.com/pkg/errors
(59/96) github.com/projectcalico/libcalico-go
(60/96) github.com/prometheus/client_golang
(61/96) github.com/prometheus/client_model
(62/96) github.com/prometheus/common
(63/96) github.com/prometheus/procfs
(64/96) github.com/russross/blackfriday
(65/96) github.com/sergi/go-diff
(66/96) github.com/shurcooL/httpfs
(67/96) github.com/shurcooL/vfsgen
(68/96) github.com/sirupsen/logrus
(69/96) github.com/spf13/cobra
(70/96) github.com/spf13/pflag
(71/96) github.com/wercker/stern
(72/96) go.opencensus.io
(73/96) golang.org/x/crypto
(74/96) golang.org/x/net
(75/96) golang.org/x/oauth2
(76/96) golang.org/x/sync
(77/96) golang.org/x/sys
(78/96) golang.org/x/text
(79/96) golang.org/x/time
(80/96) golang.org/x/tools
(81/96) google.golang.org/api
(82/96) google.golang.org/appengine
(83/96) google.golang.org/genproto
(84/96) google.golang.org/grpc
(85/96) gopkg.in/inf.v0
(86/96) gopkg.in/yaml.v2
(87/96) k8s.io/api
(88/96) k8s.io/apiextensions-apiserver
(89/96) k8s.io/apimachinery
(90/96) k8s.io/client-go
(91/96) k8s.io/code-generator
(92/96) k8s.io/gengo
(93/96) k8s.io/helm
(94/96) k8s.io/klog
(95/96) k8s.io/kube-openapi
(96/96) 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 4e17bac 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 901d907 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 59383c4 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/linkerd/linkerd2-proxy-init ^1.0.0 v1.0.0 458ed04 v1.0.0 2
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.8 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 33fb24c 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.4 5
github.com/prometheus/client_model branch master branch master 99fa1f4 fd36f42 1
github.com/prometheus/common branch master branch master 89604d1 17f5ca1 3
github.com/prometheus/procfs branch master branch master cb41470 1de2bc5 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 6a4d4a7 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.2 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 5c40567 3
golang.org/x/net branch master branch master 2fb46b1 3f473d3 8
golang.org/x/oauth2 branch master branch master a032972 0f29369 5
golang.org/x/sync branch master branch master 37e7f08 1122301 1
golang.org/x/sys branch master branch master 37707fd 93c9922 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 d73e1c7 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 a7e196e 1
google.golang.org/grpc ^1.7.0 v1.9.2 6b51017 v1.21.1 22
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 17d7110 19
k8s.io/gengo branch master branch master 4242d8e e17681d 8
k8s.io/helm ^2.12.2 v2.12.2 7d2b0c7 v2.14.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 db7b694 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-95e447fb] namespace [l5d-integration-auto-git-95e447fb] k8s-context []
Running test [install_test.go] --linkerd-namespace=l5d-integration-auto-git-95e447fb
=== RUN TestVersionPreInstall
--- PASS: TestVersionPreInstall (0.13s)
=== RUN TestCheckPreInstall
--- PASS: TestCheckPreInstall (0.25s)
=== RUN TestInstallOrUpgrade
--- PASS: TestInstallOrUpgrade (76.02s)
=== RUN TestVersionPostInstall
--- PASS: TestVersionPostInstall (0.42s)
=== RUN TestInstallSP
--- PASS: TestInstallSP (1.34s)
=== RUN TestCheckConfigPostInstall
--- PASS: TestCheckConfigPostInstall (0.30s)
=== RUN TestCheckPostInstall
--- PASS: TestCheckPostInstall (0.63s)
=== RUN TestDashboard
--- PASS: TestDashboard (0.86s)
=== RUN TestInject
=== RUN TestInject/smoke-test
=== RUN TestInject/smoke-test-manual
=== RUN TestInject/smoke-test-ann
--- PASS: TestInject (53.76s)
--- PASS: TestInject/smoke-test (18.18s)
--- PASS: TestInject/smoke-test-manual (18.51s)
--- PASS: TestInject/smoke-test-ann (17.07s)
=== RUN TestServiceProfileDeploy
=== RUN TestServiceProfileDeploy/smoke-test
=== RUN TestServiceProfileDeploy/smoke-test-manual
=== RUN TestServiceProfileDeploy/smoke-test-ann
--- PASS: TestServiceProfileDeploy (1.72s)
--- PASS: TestServiceProfileDeploy/smoke-test (0.48s)
--- PASS: TestServiceProfileDeploy/smoke-test-manual (0.57s)
--- PASS: TestServiceProfileDeploy/smoke-test-ann (0.43s)
=== RUN TestCheckProxy
=== RUN TestCheckProxy/smoke-test
=== RUN TestCheckProxy/smoke-test-manual
=== RUN TestCheckProxy/smoke-test-ann
--- PASS: TestCheckProxy (2.51s)
--- PASS: TestCheckProxy/smoke-test (0.77s)
--- PASS: TestCheckProxy/smoke-test-manual (0.89s)
--- PASS: TestCheckProxy/smoke-test-ann (0.85s)
=== RUN TestLogs
=== RUN TestLogs/identity/identity
=== RUN TestLogs/identity/linkerd-proxy
=== RUN TestLogs/prometheus/linkerd-proxy
=== RUN TestLogs/sp-validator/sp-validator
=== RUN TestLogs/sp-validator/linkerd-proxy
=== RUN TestLogs/web/web
=== RUN TestLogs/web/linkerd-proxy
=== RUN TestLogs/proxy-injector/proxy-injector
=== RUN TestLogs/proxy-injector/linkerd-proxy
=== RUN TestLogs/controller/destination
=== RUN TestLogs/controller/public-api
=== RUN TestLogs/controller/linkerd-proxy
=== RUN TestLogs/tap/tap
=== RUN TestLogs/tap/linkerd-proxy
=== RUN TestLogs/grafana/linkerd-proxy
--- PASS: TestLogs (37.52s)
--- PASS: TestLogs/identity/identity (2.50s)
--- PASS: TestLogs/identity/linkerd-proxy (2.50s)
install_test.go:499: Found known error in identity/linkerd-proxy log: l5d-integration-auto-git-95e447fb linkerd-identity-5c6dd5d468-zj5bk linkerd-proxy WARN [ 15.037551s] linkerd-destination.l5d-integration-auto-git-95e447fb.svc.cluster.local:8086 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-destination.l5d-integration-auto-git-95e447fb.svc.cluster.local", port: 8086 }), identity: Some("linkerd-controller.l5d-integration-auto-git-95e447fb.serviceaccount.identity.l5d-integration-auto-git-95e447fb.cluster.local") }: request timed out
install_test.go:502: Found unexpected proxy error in identity/linkerd-proxy log: l5d-integration-auto-git-95e447fb linkerd-identity-5c6dd5d468-zj5bk linkerd-proxy WARN [ 19.523884s] linkerd2_proxy::app::profiles error fetching profile for linkerd-identity.l5d-integration-auto-git-95e447fb.svc.cluster.local:8080: Status { code: Unknown, message: "the request could not be dispatched in a timely fashion" }
install_test.go:502: Found unexpected proxy error in identity/linkerd-proxy log: l5d-integration-auto-git-95e447fb linkerd-identity-5c6dd5d468-zj5bk linkerd-proxy WARN [ 27.526595s] linkerd2_proxy::app::profiles error fetching profile for linkerd-identity.l5d-integration-auto-git-95e447fb.svc.cluster.local:8080: Status { code: Unknown, message: "the request could not be dispatched in a timely fashion" }
--- PASS: TestLogs/prometheus/linkerd-proxy (2.50s)
install_test.go:499: Found known error in prometheus/linkerd-proxy log: l5d-integration-auto-git-95e447fb linkerd-prometheus-7b99696b86-hhfh7 linkerd-proxy WARN [ 0.514601s] linkerd-identity.l5d-integration-auto-git-95e447fb.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-95e447fb.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-95e447fb.serviceaccount.identity.l5d-integration-auto-git-95e447fb.cluster.local") }: request timed out
install_test.go:502: Found unexpected proxy error in prometheus/linkerd-proxy log: l5d-integration-auto-git-95e447fb linkerd-prometheus-7b99696b86-hhfh7 linkerd-proxy ERR! [ 3.060863s] proxy={server=out listen=127.0.0.1:4140 remote=10.244.11.115:55672} linkerd2_proxy::app::errors unexpected error: error trying to connect: Connection refused (os error 111) (address: 10.244.5.213:9994)
install_test.go:502: Found unexpected proxy error in prometheus/linkerd-proxy log: l5d-integration-auto-git-95e447fb linkerd-prometheus-7b99696b86-hhfh7 linkerd-proxy ERR! [ 3.879093s] proxy={server=out listen=127.0.0.1:4140 remote=10.244.11.115:41168} linkerd2_proxy::app::errors unexpected error: error trying to connect: Connection refused (os error 111) (address: 10.244.5.213:4191)
install_test.go:502: Found unexpected proxy error in prometheus/linkerd-proxy log: l5d-integration-auto-git-95e447fb linkerd-prometheus-7b99696b86-hhfh7 linkerd-proxy ERR! [ 3.888465s] proxy={server=out listen=127.0.0.1:4140 remote=10.244.11.115:52946} linkerd2_proxy::app::errors unexpected error: error trying to connect: Connection refused (os error 111) (address: 10.244.10.242:3000)
install_test.go:502: Found unexpected proxy error in prometheus/linkerd-proxy log: l5d-integration-auto-git-95e447fb linkerd-prometheus-7b99696b86-hhfh7 linkerd-proxy ERR! [ 5.003298s] admin={bg=identity} linkerd2_proxy::app::identity Failed to certify identity: grpc-status: Unknown, grpc-message: "the request could not be dispatched in a timely fashion"
--- PASS: TestLogs/sp-validator/sp-validator (2.50s)
--- PASS: TestLogs/sp-validator/linkerd-proxy (2.50s)
--- PASS: TestLogs/web/web (2.50s)
--- PASS: TestLogs/web/linkerd-proxy (2.50s)
install_test.go:499: Found known error in web/linkerd-proxy log: l5d-integration-auto-git-95e447fb linkerd-web-69b8cc74dd-5qk5z linkerd-proxy WARN [ 0.512415s] linkerd-identity.l5d-integration-auto-git-95e447fb.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-95e447fb.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-95e447fb.serviceaccount.identity.l5d-integration-auto-git-95e447fb.cluster.local") }: request timed out
install_test.go:502: Found unexpected proxy error in web/linkerd-proxy log: l5d-integration-auto-git-95e447fb linkerd-web-69b8cc74dd-5qk5z linkerd-proxy ERR! [ 5.003129s] admin={bg=identity} linkerd2_proxy::app::identity Failed to certify identity: grpc-status: Unknown, grpc-message: "the request could not be dispatched in a timely fashion"
--- PASS: TestLogs/proxy-injector/proxy-injector (2.50s)
install_test.go:499: Found known error in proxy-injector/proxy-injector log: l5d-integration-auto-git-95e447fb linkerd-proxy-injector-85cc6bcbc8-pkj25 proxy-injector time="2019-06-12T05:04:20Z" level=warning msg="failed to retrieve replicaset from indexer, retrying with get request l5d-integration-auto-git-95e447fb-smoke-test/smoke-test-gateway-5878db9f7d: replicaset.apps \"smoke-test-gateway-5878db9f7d\" not found"
--- PASS: TestLogs/proxy-injector/linkerd-proxy (2.50s)
install_test.go:499: Found known error in proxy-injector/linkerd-proxy log: l5d-integration-auto-git-95e447fb linkerd-proxy-injector-85cc6bcbc8-pkj25 linkerd-proxy WARN [ 0.508508s] linkerd-identity.l5d-integration-auto-git-95e447fb.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-95e447fb.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-95e447fb.serviceaccount.identity.l5d-integration-auto-git-95e447fb.cluster.local") }: request timed out
install_test.go:502: Found unexpected proxy error in proxy-injector/linkerd-proxy log: l5d-integration-auto-git-95e447fb linkerd-proxy-injector-85cc6bcbc8-pkj25 linkerd-proxy ERR! [ 5.003005s] admin={bg=identity} linkerd2_proxy::app::identity Failed to certify identity: grpc-status: Unknown, grpc-message: "the request could not be dispatched in a timely fashion"
--- PASS: TestLogs/controller/destination (2.50s)
--- PASS: TestLogs/controller/public-api (2.50s)
--- PASS: TestLogs/controller/linkerd-proxy (2.50s)
install_test.go:499: Found known error in controller/linkerd-proxy log: l5d-integration-auto-git-95e447fb linkerd-controller-79c955bcc4-9jtq7 linkerd-proxy WARN [ 0.557450s] linkerd-identity.l5d-integration-auto-git-95e447fb.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-95e447fb.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-95e447fb.serviceaccount.identity.l5d-integration-auto-git-95e447fb.cluster.local") }: request timed out
install_test.go:502: Found unexpected proxy error in controller/linkerd-proxy log: l5d-integration-auto-git-95e447fb linkerd-controller-79c955bcc4-9jtq7 linkerd-proxy ERR! [ 5.020692s] admin={bg=identity} linkerd2_proxy::app::identity Failed to certify identity: grpc-status: Unknown, grpc-message: "the request could not be dispatched in a timely fashion"
--- PASS: TestLogs/tap/tap (2.50s)
--- PASS: TestLogs/tap/linkerd-proxy (2.50s)
--- PASS: TestLogs/grafana/linkerd-proxy (2.50s)
install_test.go:499: Found known error in grafana/linkerd-proxy log: l5d-integration-auto-git-95e447fb linkerd-grafana-679656bdc7-jmhws linkerd-proxy WARN [ 0.513614s] linkerd-identity.l5d-integration-auto-git-95e447fb.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-95e447fb.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-95e447fb.serviceaccount.identity.l5d-integration-auto-git-95e447fb.cluster.local") }: request timed out
install_test.go:502: Found unexpected proxy error in grafana/linkerd-proxy log: l5d-integration-auto-git-95e447fb linkerd-grafana-679656bdc7-jmhws linkerd-proxy ERR! [ 1.895805s] proxy={server=in listen=0.0.0.0:4143 remote=10.244.10.1:41208} linkerd2_proxy::app::errors unexpected error: error trying to connect: Connection refused (os error 111) (address: 127.0.0.1:3000)
install_test.go:502: Found unexpected proxy error in grafana/linkerd-proxy log: l5d-integration-auto-git-95e447fb linkerd-grafana-679656bdc7-jmhws linkerd-proxy ERR! [ 5.002881s] admin={bg=identity} linkerd2_proxy::app::identity Failed to certify identity: grpc-status: Unknown, grpc-message: "the request could not be dispatched in a timely fashion"
install_test.go:502: Found unexpected proxy error in grafana/linkerd-proxy log: l5d-integration-auto-git-95e447fb linkerd-grafana-679656bdc7-jmhws linkerd-proxy ERR! [ 9.383050s] proxy={server=in listen=0.0.0.0:4143 remote=10.244.11.115:53038} linkerd2_proxy::app::errors unexpected error: error trying to connect: Connection refused (os error 111) (address: 127.0.0.1:3000)
install_test.go:502: Found unexpected proxy error in grafana/linkerd-proxy log: l5d-integration-auto-git-95e447fb linkerd-grafana-679656bdc7-jmhws linkerd-proxy ERR! [ 11.895808s] proxy={server=in listen=0.0.0.0:4143 remote=10.244.10.1:41262} linkerd2_proxy::app::errors unexpected error: error trying to connect: Connection refused (os error 111) (address: 127.0.0.1:3000)
=== RUN TestEvents
--- PASS: TestEvents (0.20s)
install_test.go:544: Found known warning event: Unhealthy linkerd-controller-79c955bcc4-9jtq7 Readiness probe failed: HTTP probe failed with statuscode: 503
install_test.go:544: Found known warning event: Unhealthy linkerd-grafana-679656bdc7-jmhws Readiness probe failed: HTTP probe failed with statuscode: 502
install_test.go:544: Found known warning event: Unhealthy linkerd-grafana-679656bdc7-jmhws Readiness probe failed: HTTP probe failed with statuscode: 503
install_test.go:544: Found known warning event: Unhealthy linkerd-prometheus-7b99696b86-hhfh7 Readiness probe failed: HTTP probe failed with statuscode: 503
install_test.go:544: Found known warning event: Unhealthy linkerd-proxy-injector-85cc6bcbc8-pkj25 Readiness probe failed: HTTP probe failed with statuscode: 503
install_test.go:544: Found known warning event: Unhealthy linkerd-web-69b8cc74dd-5qk5z Readiness probe failed: HTTP probe failed with statuscode: 503
=== RUN TestRestarts
--- PASS: TestRestarts (0.09s)
PASS
ok command-line-arguments 175.831s
Installing release [stable-2.3.2] namespace [l5d-integration-auto-git-95e447fb-upgrade]
Upgrading release [stable-2.3.2] to [git-95e447fb]
Running test [install_test.go] --upgrade-from-version=stable-2.3.2
Running test [--linkerd-namespace=l5d-integration-auto-git-95e447fb-upgrade]
=== RUN TestVersionPreInstall
--- PASS: TestVersionPreInstall (0.42s)
=== RUN TestCheckPreInstall
--- SKIP: TestCheckPreInstall (0.00s)
install_test.go:135: Skipping pre-install check for upgrade test
=== RUN TestInstallOrUpgrade
--- PASS: TestInstallOrUpgrade (56.15s)
=== RUN TestVersionPostInstall
--- PASS: TestVersionPostInstall (0.41s)
=== RUN TestInstallSP
--- PASS: TestInstallSP (4.03s)
=== RUN TestCheckConfigPostInstall
--- PASS: TestCheckConfigPostInstall (0.24s)
=== RUN TestCheckPostInstall
--- PASS: TestCheckPostInstall (0.80s)
=== RUN TestDashboard
--- PASS: TestDashboard (1.04s)
=== RUN TestInject
=== RUN TestInject/smoke-test
=== RUN TestInject/smoke-test-manual
=== RUN TestInject/smoke-test-ann
--- PASS: TestInject (51.91s)
--- PASS: TestInject/smoke-test (19.08s)
--- PASS: TestInject/smoke-test-manual (14.93s)
--- PASS: TestInject/smoke-test-ann (17.90s)
=== RUN TestServiceProfileDeploy
=== RUN TestServiceProfileDeploy/smoke-test
=== RUN TestServiceProfileDeploy/smoke-test-manual
=== RUN TestServiceProfileDeploy/smoke-test-ann
--- PASS: TestServiceProfileDeploy (1.51s)
--- PASS: TestServiceProfileDeploy/smoke-test (0.44s)
--- PASS: TestServiceProfileDeploy/smoke-test-manual (0.49s)
--- PASS: TestServiceProfileDeploy/smoke-test-ann (0.46s)
=== RUN TestCheckProxy
=== RUN TestCheckProxy/smoke-test
=== RUN TestCheckProxy/smoke-test-manual
=== RUN TestCheckProxy/smoke-test-ann
--- PASS: TestCheckProxy (3.25s)
--- PASS: TestCheckProxy/smoke-test (1.00s)
--- PASS: TestCheckProxy/smoke-test-manual (1.15s)
--- PASS: TestCheckProxy/smoke-test-ann (1.10s)
=== RUN TestLogs
=== 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/linkerd-proxy
=== RUN TestLogs/tap/tap
=== RUN TestLogs/tap/linkerd-proxy
=== RUN TestLogs/grafana/linkerd-proxy
=== RUN TestLogs/identity/identity
=== RUN TestLogs/identity/linkerd-proxy
=== RUN TestLogs/prometheus/linkerd-proxy
--- PASS: TestLogs (37.52s)
--- PASS: TestLogs/sp-validator/sp-validator (2.50s)
--- PASS: TestLogs/sp-validator/linkerd-proxy (2.50s)
--- PASS: TestLogs/web/web (2.50s)
--- PASS: TestLogs/web/linkerd-proxy (2.50s)
install_test.go:499: Found known error in web/linkerd-proxy log: l5d-integration-auto-git-95e447fb-upgrade linkerd-web-647bd958cf-d76qq linkerd-proxy WARN [ 0.511147s] linkerd-identity.l5d-integration-auto-git-95e447fb-upgrade.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-95e447fb-upgrade.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-95e447fb-upgrade.serviceaccount.identity.l5d-integration-auto-git-95e447fb-upgrade.cluster.local") }: request timed out
--- PASS: TestLogs/proxy-injector/proxy-injector (2.50s)
install_test.go:499: Found known error in proxy-injector/proxy-injector log: l5d-integration-auto-git-95e447fb-upgrade linkerd-proxy-injector-f4b984fc4-zxq5t proxy-injector time="2019-06-12T05:08:23Z" level=warning msg="failed to retrieve replicaset from indexer, retrying with get request l5d-integration-auto-git-95e447fb-upgrade-smoke-test-manual/smoke-test-gateway-57d7cb8c58: replicaset.apps \"smoke-test-gateway-57d7cb8c58\" not found"
install_test.go:499: Found known error in proxy-injector/proxy-injector log: l5d-integration-auto-git-95e447fb-upgrade linkerd-proxy-injector-f4b984fc4-zxq5t proxy-injector time="2019-06-12T05:08:38Z" level=warning msg="failed to retrieve replicaset from indexer, retrying with get request l5d-integration-auto-git-95e447fb-upgrade-smoke-test-ann/smoke-test-gateway-68b86f5dbc: replicaset.apps \"smoke-test-gateway-68b86f5dbc\" not found"
--- PASS: TestLogs/proxy-injector/linkerd-proxy (2.50s)
install_test.go:499: Found known error in proxy-injector/linkerd-proxy log: l5d-integration-auto-git-95e447fb-upgrade linkerd-proxy-injector-f4b984fc4-zxq5t linkerd-proxy WARN [ 0.514145s] linkerd-identity.l5d-integration-auto-git-95e447fb-upgrade.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-95e447fb-upgrade.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-95e447fb-upgrade.serviceaccount.identity.l5d-integration-auto-git-95e447fb-upgrade.cluster.local") }: request timed out
--- PASS: TestLogs/controller/destination (2.50s)
--- PASS: TestLogs/controller/public-api (2.50s)
--- PASS: TestLogs/controller/linkerd-proxy (2.50s)
install_test.go:499: Found known error in controller/linkerd-proxy log: l5d-integration-auto-git-95e447fb-upgrade linkerd-controller-57f5f5c8dc-q7sqh linkerd-proxy WARN [ 0.517414s] linkerd-identity.l5d-integration-auto-git-95e447fb-upgrade.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-95e447fb-upgrade.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-95e447fb-upgrade.serviceaccount.identity.l5d-integration-auto-git-95e447fb-upgrade.cluster.local") }: request timed out
install_test.go:502: Found unexpected proxy error in controller/linkerd-proxy log: l5d-integration-auto-git-95e447fb-upgrade linkerd-controller-57f5f5c8dc-q7sqh linkerd-proxy ERR! [ 5.003580s] admin={bg=identity} linkerd2_proxy::app::identity Failed to certify identity: grpc-status: Unknown, grpc-message: "the request could not be dispatched in a timely fashion"
--- PASS: TestLogs/tap/tap (2.50s)
--- PASS: TestLogs/tap/linkerd-proxy (2.50s)
--- PASS: TestLogs/grafana/linkerd-proxy (2.50s)
install_test.go:499: Found known error in grafana/linkerd-proxy log: l5d-integration-auto-git-95e447fb-upgrade linkerd-grafana-bc9799ff9-sl7z2 linkerd-proxy WARN [ 0.509844s] linkerd-identity.l5d-integration-auto-git-95e447fb-upgrade.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-95e447fb-upgrade.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-95e447fb-upgrade.serviceaccount.identity.l5d-integration-auto-git-95e447fb-upgrade.cluster.local") }: request timed out
install_test.go:502: Found unexpected proxy error in grafana/linkerd-proxy log: l5d-integration-auto-git-95e447fb-upgrade linkerd-grafana-bc9799ff9-sl7z2 linkerd-proxy ERR! [ 1.315413s] proxy={server=in listen=0.0.0.0:4143 remote=10.244.7.1:50194} linkerd2_proxy::app::errors unexpected error: error trying to connect: Connection refused (os error 111) (address: 127.0.0.1:3000)
install_test.go:502: Found unexpected proxy error in grafana/linkerd-proxy log: l5d-integration-auto-git-95e447fb-upgrade linkerd-grafana-bc9799ff9-sl7z2 linkerd-proxy ERR! [ 8.898055s] proxy={server=in listen=0.0.0.0:4143 remote=10.244.11.118:36228} linkerd2_proxy::app::errors unexpected error: error trying to connect: Connection refused (os error 111) (address: 127.0.0.1:3000)
install_test.go:502: Found unexpected proxy error in grafana/linkerd-proxy log: l5d-integration-auto-git-95e447fb-upgrade linkerd-grafana-bc9799ff9-sl7z2 linkerd-proxy ERR! [ 11.315297s] proxy={server=in listen=0.0.0.0:4143 remote=10.244.7.1:50300} linkerd2_proxy::app::errors unexpected error: error trying to connect: Connection refused (os error 111) (address: 127.0.0.1:3000)
--- PASS: TestLogs/identity/identity (2.50s)
--- PASS: TestLogs/identity/linkerd-proxy (2.50s)
install_test.go:499: Found known error in identity/linkerd-proxy log: l5d-integration-auto-git-95e447fb-upgrade linkerd-identity-957f89747-52dtv linkerd-proxy WARN [ 10.963243s] linkerd-destination.l5d-integration-auto-git-95e447fb-upgrade.svc.cluster.local:8086 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-destination.l5d-integration-auto-git-95e447fb-upgrade.svc.cluster.local", port: 8086 }), identity: Some("linkerd-controller.l5d-integration-auto-git-95e447fb-upgrade.serviceaccount.identity.l5d-integration-auto-git-95e447fb-upgrade.cluster.local") }: request timed out
install_test.go:502: Found unexpected proxy error in identity/linkerd-proxy log: l5d-integration-auto-git-95e447fb-upgrade linkerd-identity-957f89747-52dtv linkerd-proxy WARN [ 15.451813s] linkerd2_proxy::app::profiles error fetching profile for linkerd-identity.l5d-integration-auto-git-95e447fb-upgrade.svc.cluster.local:8080: Status { code: Unknown, message: "the request could not be dispatched in a timely fashion" }
install_test.go:502: Found unexpected proxy error in identity/linkerd-proxy log: l5d-integration-auto-git-95e447fb-upgrade linkerd-identity-957f89747-52dtv linkerd-proxy WARN [ 23.453854s] linkerd2_proxy::app::profiles error fetching profile for linkerd-identity.l5d-integration-auto-git-95e447fb-upgrade.svc.cluster.local:8080: Status { code: Unknown, message: "the request could not be dispatched in a timely fashion" }
--- PASS: TestLogs/prometheus/linkerd-proxy (2.50s)
install_test.go:499: Found known error in prometheus/linkerd-proxy log: l5d-integration-auto-git-95e447fb-upgrade linkerd-prometheus-55f6bd845d-s58mw linkerd-proxy WARN [ 0.516657s] linkerd-identity.l5d-integration-auto-git-95e447fb-upgrade.svc.cluster.local:8080 linkerd2_proxy::proxy::reconnect connect error to ControlAddr { addr: Name(NameAddr { name: "linkerd-identity.l5d-integration-auto-git-95e447fb-upgrade.svc.cluster.local", port: 8080 }), identity: Some("linkerd-identity.l5d-integration-auto-git-95e447fb-upgrade.serviceaccount.identity.l5d-integration-auto-git-95e447fb-upgrade.cluster.local") }: request timed out
install_test.go:502: Found unexpected proxy error in prometheus/linkerd-proxy log: l5d-integration-auto-git-95e447fb-upgrade linkerd-prometheus-55f6bd845d-s58mw linkerd-proxy ERR! [ 5.003026s] admin={bg=identity} linkerd2_proxy::app::identity Failed to certify identity: grpc-status: Unknown, grpc-message: "the request could not be dispatched in a timely fashion"
=== RUN TestEvents
--- PASS: TestEvents (0.32s)
install_test.go:544: Found known warning event: Unhealthy linkerd-controller-57f5f5c8dc-q7sqh Readiness probe failed: HTTP probe failed with statuscode: 503
install_test.go:544: Found known warning event: Unhealthy linkerd-controller-6c5b47cb57-nkmnn Readiness probe failed: HTTP probe failed with statuscode: 503
install_test.go:544: Found known warning event: FailedToUpdateEndpoint linkerd-controller-api Failed to update endpoint l5d-integration-auto-git-95e447fb-upgrade/linkerd-controller-api: Operation cannot be fulfilled on endpoints "linkerd-controller-api": the object has been modified; please apply your changes to the latest version and try again
install_test.go:544: Found known warning event: FailedToUpdateEndpoint linkerd-destination Failed to update endpoint l5d-integration-auto-git-95e447fb-upgrade/linkerd-destination: Operation cannot be fulfilled on endpoints "linkerd-destination": the object has been modified; please apply your changes to the latest version and try again
install_test.go:544: Found known warning event: Unhealthy linkerd-grafana-7594f9677d-sw96z Readiness probe failed: HTTP probe failed with statuscode: 502
install_test.go:544: Found known warning event: Unhealthy linkerd-grafana-7594f9677d-sw96z Readiness probe failed: HTTP probe failed with statuscode: 503
install_test.go:544: Found known warning event: Unhealthy linkerd-grafana-7594f9677d-sw96z Readiness probe failed: Get http://10.244.8.181:3000/api/health: dial tcp 10.244.8.181:3000: connect: connection refused
install_test.go:544: Found known warning event: Unhealthy linkerd-grafana-bc9799ff9-sl7z2 Readiness probe failed: HTTP probe failed with statuscode: 502
install_test.go:544: Found known warning event: FailedToUpdateEndpoint linkerd-identity Failed to update endpoint l5d-integration-auto-git-95e447fb-upgrade/linkerd-identity: Operation cannot be fulfilled on endpoints "linkerd-identity": the object has been modified; please apply your changes to the latest version and try again
install_test.go:544: Found known warning event: Unhealthy linkerd-prometheus-55f6bd845d-s58mw Readiness probe failed: HTTP probe failed with statuscode: 503
install_test.go:544: Found known warning event: Unhealthy linkerd-prometheus-6c65bd6fcb-nwl74 Readiness probe failed: HTTP probe failed with statuscode: 503
install_test.go:544: Found known warning event: Unhealthy linkerd-prometheus-6c65bd6fcb-nwl74 Liveness probe failed: Get http://10.244.5.216:4191/metrics: dial tcp 10.244.5.216:4191: connect: connection refused
install_test.go:544: Found known warning event: Unhealthy linkerd-sp-validator-5d5c5b6fb-6479r Readiness probe failed: HTTP probe failed with statuscode: 503
install_test.go:544: Found known warning event: Unhealthy linkerd-web-7bdd9df855-qp6tw Readiness probe failed: HTTP probe failed with statuscode: 503
install_test.go:544: Found known warning event: Unhealthy linkerd-web-7bdd9df855-qp6tw Liveness probe failed: Get http://10.244.5.215:4191/metrics: dial tcp 10.244.5.215:4191: connect: connection refused
=== RUN TestRestarts
--- PASS: TestRestarts (0.20s)
PASS
ok command-line-arguments 157.867s
Running test [egress_test.go] --linkerd-namespace=l5d-integration-auto-git-95e447fb
=== 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 (28.64s)
--- PASS: TestEgressHttp/Can_use_egress_to_send_GET_request_to_http_(egress-test-http-get) (1.32s)
--- PASS: TestEgressHttp/Can_use_egress_to_send_POST_request_to_http_(egress-test-http-post) (0.76s)
--- PASS: TestEgressHttp/Can_use_egress_to_send_GET_request_to_https_(egress-test-https-get) (3.84s)
--- PASS: TestEgressHttp/Can_use_egress_to_send_POST_request_to_https_(egress-test-https-post) (0.67s)
--- PASS: TestEgressHttp/Can_use_egress_to_send_GET_request_to_https_(egress-test-not-www-get) (0.65s)
PASS
ok command-line-arguments 28.713s
Running test [tap_test.go] --linkerd-namespace=l5d-integration-auto-git-95e447fb
=== 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 (45.09s)
--- PASS: TestCliTap/tap_a_deployment (9.47s)
--- PASS: TestCliTap/tap_a_disabled_deployment (0.47s)
--- PASS: TestCliTap/tap_a_service_call (3.55s)
--- PASS: TestCliTap/tap_a_pod (3.96s)
--- PASS: TestCliTap/filter_tap_events_by_method (4.00s)
--- PASS: TestCliTap/filter_tap_events_by_authority (4.00s)
PASS
ok command-line-arguments 45.164s
Running test [routes_test.go] --linkerd-namespace=l5d-integration-auto-git-95e447fb
=== RUN TestRoutes
--- PASS: TestRoutes (1.16s)
PASS
ok command-line-arguments 1.230s
Running test [stat_test.go] --linkerd-namespace=l5d-integration-auto-git-95e447fb
=== RUN TestCliStatForLinkerdNamespace
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_deploy_-n_l5d-integration-auto-git-95e447fb
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_po/linkerd-prometheus-7b99696b86-hhfh7_-n_l5d-integration-auto-git-95e447fb_--from_po/linkerd-controller-79c955bcc4-9jtq7
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_deploy_-n_l5d-integration-auto-git-95e447fb_--to_po/linkerd-prometheus-7b99696b86-hhfh7
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_svc_linkerd-prometheus_-n_l5d-integration-auto-git-95e447fb_--from_deploy/linkerd-controller
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_deploy_-n_l5d-integration-auto-git-95e447fb_--to_svc/linkerd-prometheus
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_ns_l5d-integration-auto-git-95e447fb
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_po_-n_l5d-integration-auto-git-95e447fb_--to_au/linkerd-prometheus.l5d-integration-auto-git-95e447fb.svc.cluster.local:9090
=== RUN TestCliStatForLinkerdNamespace/linkerd_stat_au_-n_l5d-integration-auto-git-95e447fb_--to_po/linkerd-prometheus-7b99696b86-hhfh7
--- PASS: TestCliStatForLinkerdNamespace (10.04s)
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_deploy_-n_l5d-integration-auto-git-95e447fb (0.51s)
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_po/linkerd-prometheus-7b99696b86-hhfh7_-n_l5d-integration-auto-git-95e447fb_--from_po/linkerd-controller-79c955bcc4-9jtq7 (5.94s)
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_deploy_-n_l5d-integration-auto-git-95e447fb_--to_po/linkerd-prometheus-7b99696b86-hhfh7 (0.65s)
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_svc_linkerd-prometheus_-n_l5d-integration-auto-git-95e447fb_--from_deploy/linkerd-controller (0.55s)
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_deploy_-n_l5d-integration-auto-git-95e447fb_--to_svc/linkerd-prometheus (0.80s)
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_ns_l5d-integration-auto-git-95e447fb (0.52s)
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_po_-n_l5d-integration-auto-git-95e447fb_--to_au/linkerd-prometheus.l5d-integration-auto-git-95e447fb.svc.cluster.local:9090 (0.52s)
--- PASS: TestCliStatForLinkerdNamespace/linkerd_stat_au_-n_l5d-integration-auto-git-95e447fb_--to_po/linkerd-prometheus-7b99696b86-hhfh7 (0.46s)
PASS
ok command-line-arguments 10.114s
Running test [get_test.go] --linkerd-namespace=l5d-integration-auto-git-95e447fb
=== RUN TestCliGet
=== RUN TestCliGet/get_pods_from_--all-namespaces
=== RUN TestCliGet/get_pods_from_the_linkerd_namespace
--- PASS: TestCliGet (20.92s)
--- PASS: TestCliGet/get_pods_from_--all-namespaces (0.55s)
--- PASS: TestCliGet/get_pods_from_the_linkerd_namespace (0.44s)
PASS
ok command-line-arguments 20.986s
Running test [serviceprofiles_test.go] --linkerd-namespace=l5d-integration-auto-git-95e447fb
=== RUN TestServiceProfiles
=== RUN TestServiceProfiles/tap
=== RUN TestServiceProfiles/open-api
--- PASS: TestServiceProfiles (43.18s)
--- PASS: TestServiceProfiles/tap (10.43s)
--- PASS: TestServiceProfiles/open-api (8.90s)
=== RUN TestServiceProfileMetrics
--- PASS: TestServiceProfileMetrics (41.73s)
PASS
ok command-line-arguments 85.005s
Running test [inject_test.go] --linkerd-namespace=l5d-integration-auto-git-95e447fb
=== RUN TestInject
--- PASS: TestInject (0.05s)
=== RUN TestInjectParams
--- PASS: TestInjectParams (0.05s)
=== RUN TestAnnotationPermutations
--- PASS: TestAnnotationPermutations (25.38s)
PASS
ok command-line-arguments 25.558s
=== PASS: all tests passed
cleaning up namespace [l5d-integration-auto-git-95e447fb] in k8s-context [] and associated test namespaces
namespace "l5d-integration-auto-git-95e447fb" deleted
namespace "l5d-integration-auto-git-95e447fb-egress-test" deleted
namespace "l5d-integration-auto-git-95e447fb-get-test" deleted
namespace "l5d-integration-auto-git-95e447fb-inject-test" deleted
namespace "l5d-integration-auto-git-95e447fb-inject-test-disabled" deleted
namespace "l5d-integration-auto-git-95e447fb-inject-test-enabled" deleted
namespace "l5d-integration-auto-git-95e447fb-serviceprofile-test" deleted
namespace "l5d-integration-auto-git-95e447fb-smoke-test" deleted
namespace "l5d-integration-auto-git-95e447fb-smoke-test-ann" deleted
namespace "l5d-integration-auto-git-95e447fb-smoke-test-manual" deleted
namespace "l5d-integration-auto-git-95e447fb-tap-test" deleted
namespace "l5d-integration-auto-git-95e447fb-upgrade" deleted
namespace "l5d-integration-auto-git-95e447fb-upgrade-smoke-test" deleted
namespace "l5d-integration-auto-git-95e447fb-upgrade-smoke-test-ann" deleted
namespace "l5d-integration-auto-git-95e447fb-upgrade-smoke-test-manual" deleted
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-95e447fb-controller" deleted
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-95e447fb-identity" deleted
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-95e447fb-prometheus" deleted
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-95e447fb-proxy-injector" deleted
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-95e447fb-sp-validator" deleted
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-95e447fb-tap" deleted
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-95e447fb-upgrade-controller" deleted
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-95e447fb-upgrade-identity" deleted
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-95e447fb-upgrade-prometheus" deleted
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-95e447fb-upgrade-proxy-injector" deleted
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-95e447fb-upgrade-sp-validator" deleted
clusterrolebinding.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-95e447fb-upgrade-tap" deleted
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-95e447fb-controller" deleted
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-95e447fb-identity" deleted
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-95e447fb-prometheus" deleted
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-95e447fb-proxy-injector" deleted
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-95e447fb-sp-validator" deleted
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-95e447fb-tap" deleted
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-95e447fb-upgrade-controller" deleted
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-95e447fb-upgrade-identity" deleted
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-95e447fb-upgrade-prometheus" deleted
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-95e447fb-upgrade-proxy-injector" deleted
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-95e447fb-upgrade-sp-validator" deleted
clusterrole.rbac.authorization.k8s.io "linkerd-l5d-integration-auto-git-95e447fb-upgrade-tap" deleted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment