Created
July 25, 2019 15:49
-
-
Save l5d-bot/0fd6005bc5988c9719ef486d0159546f to your computer and use it in GitHub Desktop.
l5d-integration-success-f8f3742f78062c3947c5af11eeba0a054b70f89b.log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Cloning into '/root/go/src/github.com/linkerd/linkerd2'... | |
Note: checking out 'f8f3742f78062c3947c5af11eeba0a054b70f89b'. | |
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 f8f3742f Feedback Siggy | |
Sending build context to Docker daemon 4.764MB | |
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 | |
---> 491fa94f4475 | |
Step 4/26 : WORKDIR /build | |
---> Using cache | |
---> 1772301fa405 | |
Step 5/26 : COPY bin/fetch-proxy bin/fetch-proxy | |
---> Using cache | |
---> 157865b96073 | |
Step 6/26 : COPY .proxy-version proxy-version | |
---> Using cache | |
---> 4b635cbd7ffe | |
Step 7/26 : RUN (proxy=$(bin/fetch-proxy $(cat proxy-version)) && mv "$proxy" linkerd2-proxy) | |
---> Using cache | |
---> 08bc7e37e7de | |
Step 8/26 : FROM gcr.io/linkerd-io/go-deps:4c8f4294 as golang | |
---> 68c04506be41 | |
Step 9/26 : WORKDIR /go/src/github.com/linkerd/linkerd2 | |
---> Using cache | |
---> 5f35541cd301 | |
Step 10/26 : ENV CGO_ENABLED=0 GOOS=linux | |
---> Using cache | |
---> fc6754ae9b98 | |
Step 11/26 : COPY pkg/flags pkg/flags | |
---> Using cache | |
---> 5affb85d0ca9 | |
Step 12/26 : COPY pkg/tls pkg/tls | |
---> c802b3469b21 | |
Step 13/26 : COPY pkg/version pkg/version | |
---> 4c0260564091 | |
Step 14/26 : RUN go build ./pkg/... | |
---> Running in c414b307d6cb | |
Removing intermediate container c414b307d6cb | |
---> 7e6effb8158e | |
Step 15/26 : COPY proxy-identity proxy-identity | |
---> 5e2bb8aed371 | |
Step 16/26 : RUN CGO_ENABLED=0 GOOS=linux go install ./proxy-identity | |
---> Running in 5924b0115f02 | |
Removing intermediate container 5924b0115f02 | |
---> 760c646bdb8d | |
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 | |
---> c40811f5b9b0 | |
Step 19/26 : COPY --from=fetch /build/proxy-version /usr/lib/linkerd/linkerd2-proxy-version.txt | |
---> Using cache | |
---> a3fd46ff2399 | |
Step 20/26 : COPY --from=fetch /build/linkerd2-proxy /usr/lib/linkerd/linkerd2-proxy | |
---> Using cache | |
---> 2e90b384c14b | |
Step 21/26 : COPY --from=golang /go/bin/proxy-identity /usr/lib/linkerd/linkerd2-proxy-identity | |
---> 1502ce5cc276 | |
Step 22/26 : COPY proxy-identity/run-proxy.sh /usr/bin/linkerd2-proxy-run | |
---> 0c9f2386f47c | |
Step 23/26 : ARG LINKERD_VERSION | |
---> Running in ad2f2ad182e9 | |
Removing intermediate container ad2f2ad182e9 | |
---> 685d5006ca78 | |
Step 24/26 : ENV LINKERD_CONTAINER_VERSION_OVERRIDE=${LINKERD_VERSION} | |
---> Running in 27fed943d249 | |
Removing intermediate container 27fed943d249 | |
---> b88d0141f8e6 | |
Step 25/26 : ENV LINKERD2_PROXY_LOG=warn,linkerd2_proxy=info | |
---> Running in e31afe8f26fe | |
Removing intermediate container e31afe8f26fe | |
---> 495ba061bc95 | |
Step 26/26 : ENTRYPOINT ["/usr/bin/linkerd2-proxy-run"] | |
---> Running in 530f1414d321 | |
Removing intermediate container 530f1414d321 | |
---> c26c95068d69 | |
Successfully built c26c95068d69 | |
Successfully tagged gcr.io/linkerd-io/proxy:git-f8f3742f | |
gcr.io/linkerd-io/proxy:git-f8f3742f | |
Sending build context to Docker daemon 4.764MB | |
Step 1/14 : FROM gcr.io/linkerd-io/go-deps:4c8f4294 as golang | |
---> 68c04506be41 | |
Step 2/14 : WORKDIR /go/src/github.com/linkerd/linkerd2 | |
---> Using cache | |
---> 5f35541cd301 | |
Step 3/14 : COPY controller/gen controller/gen | |
---> Using cache | |
---> 53a84b355d32 | |
Step 4/14 : COPY pkg pkg | |
---> 9f25fa51895a | |
Step 5/14 : COPY controller controller | |
---> 707e172437e8 | |
Step 6/14 : RUN CGO_ENABLED=0 GOOS=linux go install ./pkg/... | |
---> Running in 593d0fcb6fa6 | |
Removing intermediate container 593d0fcb6fa6 | |
---> 502db0a77278 | |
Step 7/14 : RUN CGO_ENABLED=0 GOOS=linux go install ./controller/cmd/... | |
---> Running in 4e9ff6657baf | |
Removing intermediate container 4e9ff6657baf | |
---> 696885db2fa4 | |
Step 8/14 : FROM scratch | |
---> | |
Step 9/14 : ENV PATH=$PATH:/go/bin | |
---> Using cache | |
---> d7b3146c135c | |
Step 10/14 : COPY LICENSE /linkerd/LICENSE | |
---> Using cache | |
---> b29ecbb33b4a | |
Step 11/14 : COPY --from=golang /go/bin /go/bin | |
---> aae008f1d2a0 | |
Step 12/14 : COPY --from=golang /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ | |
---> cff5d3d7c366 | |
Step 13/14 : ARG LINKERD_VERSION | |
---> Running in f1dba8d43c91 | |
Removing intermediate container f1dba8d43c91 | |
---> 2c7533549af5 | |
Step 14/14 : ENV LINKERD_CONTAINER_VERSION_OVERRIDE=${LINKERD_VERSION} | |
---> Running in ed8f04f85a77 | |
Removing intermediate container ed8f04f85a77 | |
---> 5c02455258bd | |
Successfully built 5c02455258bd | |
Successfully tagged gcr.io/linkerd-io/controller:git-f8f3742f | |
gcr.io/linkerd-io/controller:git-f8f3742f | |
Sending build context to Docker daemon 4.764MB | |
Step 1/34 : FROM node:10 as webpack-bundle | |
---> e05cbde47b8f | |
Step 2/34 : RUN curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.7.0 | |
---> Using cache | |
---> b8db9a266c2d | |
Step 3/34 : ENV HOME /root | |
---> Using cache | |
---> e2fc81d30992 | |
Step 4/34 : ENV PATH $HOME/.yarn/bin:$PATH | |
---> Using cache | |
---> d1da00d8599e | |
Step 5/34 : ENV GOPATH /go | |
---> Using cache | |
---> 5b8418317ae0 | |
Step 6/34 : ENV PROJECT github.com/linkerd/linkerd2 | |
---> Using cache | |
---> 7017c6e1fbeb | |
Step 7/34 : ENV PACKAGE $PROJECT/web/app | |
---> Using cache | |
---> 760a2973ead5 | |
Step 8/34 : ENV ROOT $GOPATH/src/$PROJECT | |
---> Using cache | |
---> b02130743d15 | |
Step 9/34 : ENV PACKAGEDIR $GOPATH/src/$PACKAGE | |
---> Using cache | |
---> 7d25909542c6 | |
Step 10/34 : WORKDIR $PACKAGEDIR | |
---> Using cache | |
---> 290ff0896c23 | |
Step 11/34 : COPY bin/web $ROOT/bin/web | |
---> Using cache | |
---> 77f6b5e6505e | |
Step 12/34 : COPY web/app/package.json web/app/yarn.lock ./ | |
---> Using cache | |
---> cd74b74083dc | |
Step 13/34 : RUN $ROOT/bin/web setup install --frozen-lockfile | |
---> Using cache | |
---> 35394f838f24 | |
Step 14/34 : ENV NODE_ENV production | |
---> Using cache | |
---> 665dc88bb767 | |
Step 15/34 : COPY web/app . | |
---> Using cache | |
---> aa6e8aeba696 | |
Step 16/34 : RUN $ROOT/bin/web build | |
---> Using cache | |
---> be3b96e6aab8 | |
Step 17/34 : FROM gcr.io/linkerd-io/go-deps:4c8f4294 as golang | |
---> 68c04506be41 | |
Step 18/34 : WORKDIR /go/src/github.com/linkerd/linkerd2 | |
---> Using cache | |
---> 5f35541cd301 | |
Step 19/34 : RUN mkdir -p web | |
---> Using cache | |
---> 99b4f60d5e36 | |
Step 20/34 : COPY web/main.go web | |
---> Using cache | |
---> 15b5fbece368 | |
Step 21/34 : COPY web/srv web/srv | |
---> Using cache | |
---> e1f3c53c2cf2 | |
Step 22/34 : COPY controller controller | |
---> e18a611cac4a | |
Step 23/34 : COPY pkg pkg | |
---> 6aa00af68942 | |
Step 24/34 : RUN CGO_ENABLED=0 GOOS=linux go build -o web/web ./web | |
---> Running in b62bab711c83 | |
Removing intermediate container b62bab711c83 | |
---> 4168f311eadd | |
Step 25/34 : FROM gcr.io/linkerd-io/base:2019-02-19.01 | |
---> f07bbe9e1dde | |
Step 26/34 : WORKDIR /linkerd | |
---> Using cache | |
---> 26034c6f3141 | |
Step 27/34 : COPY LICENSE . | |
---> Using cache | |
---> c40d91932b05 | |
Step 28/34 : COPY --from=golang /go/src/github.com/linkerd/linkerd2/web/web . | |
---> Using cache | |
---> 334465c25f39 | |
Step 29/34 : RUN mkdir -p app | |
---> Using cache | |
---> ab7cac6d4ce7 | |
Step 30/34 : COPY --from=webpack-bundle /go/src/github.com/linkerd/linkerd2/web/app/dist app/dist | |
---> Using cache | |
---> ba7918584c3c | |
Step 31/34 : COPY web/templates templates | |
---> Using cache | |
---> 96047dc5a01e | |
Step 32/34 : ARG LINKERD_VERSION | |
---> Using cache | |
---> 6cf3b6a62bf7 | |
Step 33/34 : ENV LINKERD_CONTAINER_VERSION_OVERRIDE=${LINKERD_VERSION} | |
---> Running in 22d1c9692630 | |
Removing intermediate container 22d1c9692630 | |
---> 6e6f150167d8 | |
Step 34/34 : ENTRYPOINT ["./web"] | |
---> Running in 183b52e49b61 | |
Removing intermediate container 183b52e49b61 | |
---> c6421f5fdb47 | |
Successfully built c6421f5fdb47 | |
Successfully tagged gcr.io/linkerd-io/web:git-f8f3742f | |
gcr.io/linkerd-io/web:git-f8f3742f | |
Sending build context to Docker daemon 4.764MB | |
Step 1/16 : FROM gcr.io/linkerd-io/go-deps:4c8f4294 as golang | |
---> 68c04506be41 | |
Step 2/16 : WORKDIR /go/src/github.com/linkerd/linkerd2 | |
---> Using cache | |
---> 5f35541cd301 | |
Step 3/16 : COPY pkg pkg | |
---> 7159a071faca | |
Step 4/16 : COPY controller controller | |
---> ef5a4ef30e9e | |
Step 5/16 : COPY cni-plugin cni-plugin | |
---> 1cae2af840c7 | |
Step 6/16 : RUN CGO_ENABLED=0 GOOS=linux go build -o /go/bin/linkerd-cni -v ./cni-plugin/ | |
---> Running in 551ac662bdb3 | |
[91mgithub.com/deislabs/smi-sdk-go/pkg/apis/split | |
[0m[91mgithub.com/linkerd/linkerd2/controller/gen/apis/serviceprofile | |
[0m[91mgithub.com/linkerd/linkerd2-proxy-init/iptables | |
[0m[91mgithub.com/spf13/cobra | |
[0m[91mgithub.com/linkerd/linkerd2-proxy-init/cmd | |
[0m[91mgithub.com/deislabs/smi-sdk-go/pkg/apis/split/v1alpha1 | |
[0m[91mgithub.com/deislabs/smi-sdk-go/pkg/gen/client/split/clientset/versioned/scheme | |
[0m[91mgithub.com/deislabs/smi-sdk-go/pkg/gen/client/split/clientset/versioned/typed/split/v1alpha1 | |
[0m[91mgithub.com/evanphx/json-patch | |
[0m[91mk8s.io/apimachinery/third_party/forked/golang/json | |
[0m[91mgithub.com/deislabs/smi-sdk-go/pkg/gen/client/split/clientset/versioned | |
[0m[91mk8s.io/kube-openapi/pkg/util/proto | |
[0m[91mgithub.com/linkerd/linkerd2/controller/gen/apis/serviceprofile/v1alpha2 | |
[0m[91mk8s.io/apimachinery/pkg/util/mergepatch | |
[0m[91mgithub.com/linkerd/linkerd2/controller/gen/client/clientset/versioned/scheme | |
[0m[91mk8s.io/apimachinery/pkg/util/strategicpatch | |
[0m[91mgithub.com/linkerd/linkerd2/controller/gen/client/clientset/versioned/typed/serviceprofile/v1alpha2 | |
[0m[91mgithub.com/linkerd/linkerd2/controller/gen/client/clientset/versioned | |
[0m[91mk8s.io/client-go/testing | |
[0m[91mgithub.com/deislabs/smi-sdk-go/pkg/gen/client/split/clientset/versioned/typed/split/v1alpha1/fake | |
[0m[91mk8s.io/client-go/discovery/fake | |
[0m[91mgithub.com/linkerd/linkerd2/controller/gen/client/clientset/versioned/typed/serviceprofile/v1alpha2/fake | |
[0m[91mgithub.com/deislabs/smi-sdk-go/pkg/gen/client/split/clientset/versioned/fake | |
[0m[91mgithub.com/linkerd/linkerd2/controller/gen/client/clientset/versioned/fake | |
[0m[91mgithub.com/linkerd/linkerd2/pkg/version | |
[0m[91mk8s.io/apiextensions-apiserver/pkg/apis/apiextensions | |
[0m[91mk8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1 | |
[0m[91mk8s.io/apiextensions-apiserver/pkg/client/clientset/clientset/scheme | |
[0m[91mgithub.com/linkerd/linkerd2/pkg/prometheus | |
[0m[91mk8s.io/apiextensions-apiserver/pkg/client/clientset/clientset/typed/apiextensions/v1beta1 | |
[0m[91mk8s.io/client-go/kubernetes/typed/admissionregistration/v1alpha1/fake | |
[0m[91mk8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1/fake | |
[0m[91mk8s.io/apiextensions-apiserver/pkg/client/clientset/clientset | |
[0m[91mk8s.io/apiextensions-apiserver/pkg/client/clientset/clientset/typed/apiextensions/v1beta1/fake | |
[0m[91mk8s.io/client-go/kubernetes/typed/apps/v1/fake | |
[0m[91mk8s.io/client-go/kubernetes/typed/apps/v1beta1/fake | |
[0m[91mk8s.io/apiextensions-apiserver/pkg/client/clientset/clientset/fake | |
[0m[91mk8s.io/client-go/kubernetes/typed/apps/v1beta2/fake | |
[0m[91mk8s.io/client-go/kubernetes/typed/auditregistration/v1alpha1/fake | |
[0m[91mk8s.io/client-go/kubernetes/typed/authentication/v1/fake | |
[0m[91mk8s.io/client-go/kubernetes/typed/authentication/v1beta1/fake | |
[0m[91mk8s.io/client-go/kubernetes/typed/authorization/v1/fake | |
[0m[91mk8s.io/client-go/kubernetes/typed/authorization/v1beta1/fake | |
[0m[91mk8s.io/client-go/kubernetes/typed/autoscaling/v1/fake | |
[0m[91mk8s.io/client-go/kubernetes/typed/autoscaling/v2beta1/fake | |
[0m[91mk8s.io/client-go/kubernetes/typed/autoscaling/v2beta2/fake | |
[0m[91mk8s.io/client-go/kubernetes/typed/batch/v1/fake | |
[0m[91mk8s.io/client-go/kubernetes/typed/batch/v1beta1/fake | |
[0m[91mk8s.io/client-go/kubernetes/typed/batch/v2alpha1/fake | |
[0m[91mk8s.io/client-go/kubernetes/typed/certificates/v1beta1/fake | |
[0m[91mk8s.io/client-go/kubernetes/typed/coordination/v1beta1/fake | |
[0m[91mk8s.io/client-go/kubernetes/typed/events/v1beta1/fake | |
[0m[91mk8s.io/client-go/kubernetes/typed/core/v1/fake | |
[0m[91mk8s.io/client-go/kubernetes/typed/extensions/v1beta1/fake | |
[0m[91mk8s.io/client-go/kubernetes/typed/networking/v1/fake | |
[0m[91mk8s.io/client-go/kubernetes/typed/policy/v1beta1/fake | |
[0m[91mk8s.io/client-go/kubernetes/typed/rbac/v1/fake | |
[0m[91mk8s.io/client-go/kubernetes/typed/rbac/v1alpha1/fake | |
[0m[91mk8s.io/client-go/kubernetes/typed/rbac/v1beta1/fake | |
[0m[91mk8s.io/client-go/kubernetes/typed/scheduling/v1alpha1/fake | |
[0m[91mk8s.io/client-go/kubernetes/typed/scheduling/v1beta1/fake | |
[0m[91mk8s.io/client-go/kubernetes/typed/settings/v1alpha1/fake | |
[0m[91mk8s.io/client-go/kubernetes/typed/storage/v1/fake | |
[0m[91mk8s.io/client-go/kubernetes/typed/storage/v1alpha1/fake | |
[0m[91mk8s.io/client-go/kubernetes/typed/storage/v1beta1/fake | |
[0m[91mk8s.io/client-go/kubernetes/fake | |
[0m[91mk8s.io/apimachinery/pkg/util/httpstream | |
[0m[91mk8s.io/client-go/tools/portforward | |
[0m[91mgithub.com/docker/spdystream/spdy | |
[0m[91mgithub.com/docker/spdystream | |
[0m[91mk8s.io/apimachinery/third_party/forked/golang/netutil | |
[0m[91mk8s.io/apimachinery/pkg/util/httpstream/spdy | |
[0m[91mgithub.com/projectcalico/libcalico-go/lib/logutils | |
[0m[91mk8s.io/client-go/transport/spdy | |
[0m[91mgithub.com/linkerd/linkerd2/pkg/k8s | |
[0m[91mgithub.com/linkerd/linkerd2/cni-plugin | |
[0mRemoving intermediate container 551ac662bdb3 | |
---> 97304e882fe2 | |
Step 7/16 : FROM gcr.io/linkerd-io/base:2019-02-19.01 | |
---> f07bbe9e1dde | |
Step 8/16 : WORKDIR /linkerd | |
---> Using cache | |
---> 26034c6f3141 | |
Step 9/16 : RUN curl -kL -o $(which jq) https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 | |
---> Using cache | |
---> 997af71d7307 | |
Step 10/16 : COPY --from=golang /go/bin/linkerd-cni /opt/cni/bin/ | |
---> Using cache | |
---> d03c17765a0f | |
Step 11/16 : COPY LICENSE . | |
---> Using cache | |
---> 0067cbed1c8b | |
Step 12/16 : COPY cni-plugin/deployment/scripts/install-cni.sh . | |
---> Using cache | |
---> dd416d4731a9 | |
Step 13/16 : COPY cni-plugin/deployment/linkerd-cni.conf.default . | |
---> Using cache | |
---> 4a1ed2373876 | |
Step 14/16 : COPY cni-plugin/deployment/scripts/filter.jq . | |
---> Using cache | |
---> 9dd8653979f6 | |
Step 15/16 : ENV PATH=/linkerd:/opt/cni/bin:$PATH | |
---> Using cache | |
---> 71d9c94ddb21 | |
Step 16/16 : CMD ["install-cni.sh"] | |
---> Using cache | |
---> 763dd68371eb | |
Successfully built 763dd68371eb | |
Successfully tagged gcr.io/linkerd-io/cni-plugin:git-f8f3742f | |
gcr.io/linkerd-io/cni-plugin:git-f8f3742f | |
Sending build context to Docker daemon 4.763MB | |
Step 1/3 : FROM gcr.io/linkerd-io/base:2019-02-19.01 | |
---> f07bbe9e1dde | |
Step 2/3 : RUN apt-get update && apt-get install -y --no-install-recommends tcpdump iproute2 lsof tshark && rm -rf /var/lib/apt/lists/* | |
---> Using cache | |
---> acb6408793f0 | |
Step 3/3 : ENTRYPOINT [ "tshark", "-i", "any" ] | |
---> Using cache | |
---> 30bafe5ed6af | |
Successfully built 30bafe5ed6af | |
Successfully tagged gcr.io/linkerd-io/debug:git-f8f3742f | |
gcr.io/linkerd-io/debug:git-f8f3742f | |
Sending build context to Docker daemon 4.764MB | |
Step 1/22 : FROM gcr.io/linkerd-io/go-deps:4c8f4294 as golang | |
---> 68c04506be41 | |
Step 2/22 : WORKDIR /go/src/github.com/linkerd/linkerd2 | |
---> Using cache | |
---> 5f35541cd301 | |
Step 3/22 : COPY cli cli | |
---> b8b9e595612a | |
Step 4/22 : COPY chart chart | |
---> c4214a48780b | |
Step 5/22 : COPY controller/k8s controller/k8s | |
---> 33f06ab4ac06 | |
Step 6/22 : COPY controller/api controller/api | |
---> e94aff741f20 | |
Step 7/22 : COPY controller/gen controller/gen | |
---> ffe13c6042be | |
Step 8/22 : COPY pkg pkg | |
---> c0d491419c8a | |
Step 9/22 : RUN mkdir -p /out | |
---> Running in 316cc47225b4 | |
Removing intermediate container 316cc47225b4 | |
---> 86f371a2f2d4 | |
Step 10/22 : RUN go generate ./cli | |
---> Running in 4fa69aaf1038 | |
writing static/generated_templates.gogen.go | |
Removing intermediate container 4fa69aaf1038 | |
---> 9ce1a5b05705 | |
Step 11/22 : RUN CGO_ENABLED=0 GOOS=darwin go build -o /out/linkerd-darwin -tags prod -ldflags "-s -w" ./cli | |
---> Running in 3478b853b216 | |
Removing intermediate container 3478b853b216 | |
---> 53475b771337 | |
Step 12/22 : RUN CGO_ENABLED=0 GOOS=linux go build -o /out/linkerd-linux -tags prod -ldflags "-s -w" ./cli | |
---> Running in 2449c279ca7d | |
Removing intermediate container 2449c279ca7d | |
---> 3c81f0f2bc90 | |
Step 13/22 : RUN CGO_ENABLED=0 GOOS=windows go build -o /out/linkerd-windows -tags prod -ldflags "-s -w" ./cli | |
---> Running in 9a8b80f939a9 | |
Removing intermediate container 9a8b80f939a9 | |
---> 322e9780e721 | |
Step 14/22 : ARG LINKERD_VERSION | |
---> Running in d88cdf7e598d | |
Removing intermediate container d88cdf7e598d | |
---> 4cc5e20a90f0 | |
Step 15/22 : ENV GO_LDFLAGS="-s -w -X github.com/linkerd/linkerd2/pkg/version.Version=${LINKERD_VERSION}" | |
---> Running in 580dbe20666e | |
Removing intermediate container 580dbe20666e | |
---> ef6061224c17 | |
Step 16/22 : RUN CGO_ENABLED=0 GOOS=darwin go build -o /out/linkerd-darwin -tags prod -ldflags "${GO_LDFLAGS}" ./cli | |
---> Running in 7b54af14bcf2 | |
Removing intermediate container 7b54af14bcf2 | |
---> 20cb6d6d3fb9 | |
Step 17/22 : RUN CGO_ENABLED=0 GOOS=linux go build -o /out/linkerd-linux -tags prod -ldflags "${GO_LDFLAGS}" ./cli | |
---> Running in b236fee19ddc | |
Removing intermediate container b236fee19ddc | |
---> ecfc3183bb09 | |
Step 18/22 : RUN CGO_ENABLED=0 GOOS=windows go build -o /out/linkerd-windows -tags prod -ldflags "${GO_LDFLAGS}" ./cli | |
---> Running in 6ab5f29326c6 | |
Removing intermediate container 6ab5f29326c6 | |
---> deea562b91d3 | |
Step 19/22 : FROM scratch | |
---> | |
Step 20/22 : COPY LICENSE /linkerd/LICENSE | |
---> Using cache | |
---> 891416d8452c | |
Step 21/22 : COPY --from=golang /out /out | |
---> a39feafb4e11 | |
Step 22/22 : ENTRYPOINT ["/out/linkerd-linux"] | |
---> Running in 0dd6ce56798a | |
Removing intermediate container 0dd6ce56798a | |
---> 12c037e04376 | |
Successfully built 12c037e04376 | |
Successfully tagged gcr.io/linkerd-io/cli-bin:git-f8f3742f | |
gcr.io/linkerd-io/cli-bin:git-f8f3742f | |
/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 4.763MB | |
Step 1/4 : FROM grafana/grafana:6.2.5 | |
---> c912f3f026ed | |
Step 2/4 : COPY LICENSE /linkerd/LICENSE | |
---> Using cache | |
---> 5987941fb618 | |
Step 3/4 : COPY grafana/dashboards /var/lib/grafana/dashboards | |
---> Using cache | |
---> 436fcd804797 | |
Step 4/4 : COPY grafana/dashboards/top-line.json /usr/share/grafana/public/dashboards/home.json | |
---> Using cache | |
---> 2829899f6e65 | |
Successfully built 2829899f6e65 | |
Successfully tagged gcr.io/linkerd-io/grafana:git-f8f3742f | |
gcr.io/linkerd-io/grafana:git-f8f3742f | |
The push refers to repository [gcr.io/linkerd-io/cli-bin] | |
b58e064750d5: Preparing | |
9cf1b389cbbf: Preparing | |
9cf1b389cbbf: Layer already exists | |
b58e064750d5: Pushed | |
git-f8f3742f: digest: sha256:06466008b7521dec976438e24592556dbb9fe38f979f653a9445fd46cb8d8060 size: 737 | |
The push refers to repository [gcr.io/linkerd-io/cni-plugin] | |
615892f60a5f: Preparing | |
02a4c4c06115: Preparing | |
59e778adea66: Preparing | |
d71690e1f291: Preparing | |
4b0c1ce06181: Preparing | |
900fa53cd9b9: Preparing | |
5d427306cdc9: Preparing | |
7c5874767822: Preparing | |
0a07e81f5da3: Preparing | |
5d427306cdc9: Waiting | |
900fa53cd9b9: Waiting | |
0a07e81f5da3: Waiting | |
4b0c1ce06181: Layer already exists | |
02a4c4c06115: Layer already exists | |
615892f60a5f: Layer already exists | |
d71690e1f291: Layer already exists | |
59e778adea66: Layer already exists | |
900fa53cd9b9: Layer already exists | |
5d427306cdc9: Layer already exists | |
0a07e81f5da3: Layer already exists | |
7c5874767822: Layer already exists | |
git-f8f3742f: digest: sha256:6ca69410db967313561d5fd0c6153ca90175074d5658e66b231edc87ad7284ee size: 2201 | |
The push refers to repository [gcr.io/linkerd-io/controller] | |
b0c0124146eb: Preparing | |
813183380dd7: Preparing | |
da34dc788831: Preparing | |
da34dc788831: Layer already exists | |
b0c0124146eb: Pushed | |
813183380dd7: Pushed | |
git-f8f3742f: digest: sha256:a70afba3155941370ebbc5819ca40738600469df62c77d5a2e21ac9ce1dd8118 size: 948 | |
The push refers to repository [gcr.io/linkerd-io/debug] | |
7383d9077ca0: Preparing | |
7c5874767822: Preparing | |
0a07e81f5da3: Preparing | |
0a07e81f5da3: Layer already exists | |
7383d9077ca0: Layer already exists | |
7c5874767822: Layer already exists | |
git-f8f3742f: digest: sha256:68143b56122ae76e8211de9da91106c32ad6b2c1cee61d71126c51a87b9cb53b size: 953 | |
The push refers to repository [gcr.io/linkerd-io/grafana] | |
f38c4b116a16: Preparing | |
19187fb28b6e: Preparing | |
de3c305ca236: Preparing | |
517c1d16de46: Preparing | |
01fd531eed2e: Preparing | |
b9f8f0d2aea3: Preparing | |
d5c50294def4: Preparing | |
39888a5388b7: Preparing | |
cf5b3c6798f7: Preparing | |
cf5b3c6798f7: Waiting | |
39888a5388b7: Waiting | |
b9f8f0d2aea3: Waiting | |
d5c50294def4: Waiting | |
517c1d16de46: Layer already exists | |
01fd531eed2e: Layer already exists | |
f38c4b116a16: Layer already exists | |
19187fb28b6e: Layer already exists | |
de3c305ca236: Layer already exists | |
b9f8f0d2aea3: Layer already exists | |
d5c50294def4: Layer already exists | |
39888a5388b7: Layer already exists | |
cf5b3c6798f7: Layer already exists | |
git-f8f3742f: digest: sha256:0e9146521172f1e22c1d72f3a19ecfdfd7fb7ce2ce6bd3949127458b0234c408 size: 2201 | |
The push refers to repository [gcr.io/linkerd-io/proxy] | |
503099969666: Preparing | |
e0a6393a3f9f: Preparing | |
3e09f6182087: Preparing | |
afcfb682c824: Preparing | |
53eb0f8faea6: Preparing | |
7c5874767822: Preparing | |
0a07e81f5da3: Preparing | |
7c5874767822: Waiting | |
0a07e81f5da3: Waiting | |
53eb0f8faea6: Layer already exists | |
3e09f6182087: Layer already exists | |
afcfb682c824: Layer already exists | |
7c5874767822: Layer already exists | |
0a07e81f5da3: Layer already exists | |
503099969666: Pushed | |
e0a6393a3f9f: Pushed | |
git-f8f3742f: digest: sha256:423b16f7d0581491fd19ac7e61b961a3000c1907a6b66e91bf755d05b93c9888 size: 1785 | |
The push refers to repository [gcr.io/linkerd-io/web] | |
d430b56265ca: Preparing | |
7cae3a1ad7f7: Preparing | |
8ad62dda6fd0: Preparing | |
fb8d13376b71: Preparing | |
1d7f1969db69: Preparing | |
5d427306cdc9: Preparing | |
7c5874767822: Preparing | |
0a07e81f5da3: Preparing | |
7c5874767822: Waiting | |
0a07e81f5da3: Waiting | |
5d427306cdc9: Waiting | |
1d7f1969db69: Layer already exists | |
7cae3a1ad7f7: Layer already exists | |
8ad62dda6fd0: Layer already exists | |
d430b56265ca: Layer already exists | |
fb8d13376b71: Layer already exists | |
5d427306cdc9: Layer already exists | |
7c5874767822: Layer already exists | |
0a07e81f5da3: Layer already exists | |
git-f8f3742f: digest: sha256:e2c9c330066a3f5484438e5128924f77d4b2238c84cc2e9b8c2d4f0eabdd5d85 size: 1992 | |
Starting to serve on 127.0.0.1:8080 | |
(1/97) Wrote github.com/cyphar/filepath-securejoin@v0.2.2 | |
(2/97) Wrote github.com/PuerkitoBio/urlesc@master | |
(3/97) Wrote github.com/golang/protobuf@v1.2.0 | |
(4/97) Wrote github.com/BurntSushi/toml@v0.3.1 | |
(5/97) Wrote github.com/google/btree@master | |
(6/97) Wrote github.com/Azure/go-autorest@v11.3.2 | |
(7/97) Wrote github.com/Masterminds/semver@v1.4.2 | |
(8/97) Wrote sigs.k8s.io/yaml@v1.1.0 | |
(9/97) Wrote github.com/beorn7/perks@master | |
(10/97) Wrote github.com/google/gofuzz@master | |
(11/97) Wrote github.com/briandowns/spinner@5cf08d0ac778f0d708570fe143e3f82fdb9f9007 | |
(12/97) Wrote github.com/Masterminds/sprig@v2.17.1 | |
(13/97) Wrote github.com/containernetworking/cni@v0.6.0 | |
(14/97) Wrote github.com/census-instrumentation/opencensus-proto@v0.1.0 | |
(15/97) Wrote github.com/aokoli/goutils@v1.1.0 | |
(16/97) Wrote github.com/PuerkitoBio/purell@v1.1.0 | |
(17/97) Wrote contrib.go.opencensus.io/exporter/ocagent@v0.2.0 | |
(18/97) Wrote github.com/cpuguy83/go-md2man@v1.0.8 | |
(19/97) Wrote github.com/googleapis/gnostic@v0.1.0 | |
(20/97) Wrote github.com/gorilla/websocket@v1.2.0 | |
(21/97) Wrote github.com/google/uuid@v1.1.0 | |
(22/97) Wrote github.com/grpc-ecosystem/go-grpc-prometheus@v1.1 | |
(23/97) Wrote github.com/gophercloud/gophercloud@master | |
(24/97) Wrote github.com/gregjones/httpcache@master | |
(25/97) Wrote github.com/hashicorp/golang-lru@master | |
(26/97) Wrote github.com/huandu/xstrings@v1.2.0 | |
(27/97) Wrote github.com/imdario/mergo@0.3.2 | |
(28/97) Wrote github.com/deislabs/smi-sdk-go@f281e2121a16192b99c40dcdb9eefcfce19e9d6d | |
(29/97) Wrote github.com/ghodss/yaml@v1.0.0 | |
(30/97) Wrote github.com/dgrijalva/jwt-go@v3.1.0 | |
(31/97) Wrote github.com/davecgh/go-spew@v1.1.0 | |
(32/97) Wrote github.com/inconshreveable/mousetrap@v1.0 | |
(33/97) Wrote github.com/json-iterator/go@f2b4162afba35581b6d4a50d3b8f34e33c144682 | |
(34/97) Wrote github.com/julienschmidt/httprouter@v1.1 | |
(35/97) Wrote github.com/linkerd/linkerd2-proxy-init@v1.0.0 | |
(36/97) Wrote github.com/linkerd/linkerd2-proxy-api@ddbc3a4f7f8b0058801f896d27974d19ee98094c | |
(37/97) Wrote github.com/mailru/easyjson@master | |
(38/97) Wrote github.com/mattn/go-isatty@v0.0.7 | |
(39/97) Wrote github.com/mattn/go-colorable@v0.0.9 | |
(40/97) Wrote github.com/mattn/go-runewidth@v0.0.2 | |
(41/97) Wrote github.com/matttproud/golang_protobuf_extensions@v1.0.0 | |
(42/97) Wrote github.com/modern-go/concurrent@1.0.3 | |
(43/97) Wrote github.com/modern-go/reflect2@1.0.1 | |
(44/97) Wrote github.com/nsf/termbox-go@master | |
(45/97) Wrote github.com/pkg/browser@c90ca0c84f15f81c982e32665bffd8d7aac8f097 | |
(46/97) Wrote github.com/petar/GoLLRB@master | |
(47/97) Wrote github.com/pkg/errors@v0.8.1 | |
(48/97) Wrote github.com/peterbourgon/diskv@v2.0.1 | |
(49/97) Wrote cloud.google.com/go@v0.18.0 | |
(50/97) Wrote github.com/prometheus/client_model@master | |
(51/97) Wrote github.com/prometheus/client_golang@v0.9.2 | |
(52/97) Wrote github.com/projectcalico/libcalico-go@v1.7.3 | |
(53/97) Wrote github.com/prometheus/procfs@master | |
(54/97) Wrote github.com/prometheus/common@master | |
(55/97) Wrote github.com/shurcooL/httpfs@master | |
(56/97) Wrote github.com/russross/blackfriday@v1.5.2 | |
(57/97) Wrote github.com/sergi/go-diff@v1.0.0 | |
(58/97) Wrote github.com/shurcooL/vfsgen@master | |
(59/97) Wrote github.com/sirupsen/logrus@v1.0.4 | |
(60/97) Wrote github.com/spf13/cobra@7b2c5ac9fc04fc5efafb60700713d4fa609b777b | |
(61/97) Wrote github.com/spf13/pflag@v1.0.0 | |
(62/97) Wrote github.com/wercker/stern@b04b5491222d9743529cb859a20d34ce2bb763af | |
(63/97) Wrote go.opencensus.io@v0.18.0 | |
(64/97) Wrote golang.org/x/time@master | |
(65/97) Wrote golang.org/x/oauth2@master | |
(66/97) Wrote golang.org/x/crypto@master | |
(67/97) Wrote golang.org/x/sync@master | |
(68/97) Wrote golang.org/x/net@master | |
(69/97) Wrote google.golang.org/appengine@v1.0.0 | |
(70/97) Wrote gopkg.in/inf.v0@v0.9.0 | |
(71/97) Wrote golang.org/x/sys@master | |
(72/97) Wrote gopkg.in/yaml.v2@v2 | |
(73/97) Wrote golang.org/x/text@master | |
(74/97) Wrote google.golang.org/grpc@v1.9.2 | |
(75/97) Wrote google.golang.org/genproto@master | |
(76/97) Wrote k8s.io/gengo@master | |
(77/97) Wrote k8s.io/apimachinery@kubernetes-1.13.1 | |
(78/97) Wrote k8s.io/code-generator@master | |
(79/97) Wrote github.com/evanphx/json-patch@v4.1.0 | |
(80/97) Wrote k8s.io/klog@v0.1.0 | |
(81/97) Wrote github.com/go-openapi/jsonpointer@v0.17.2 | |
(82/97) Wrote github.com/go-openapi/swag@v0.17.2 | |
(83/97) Wrote github.com/emicklei/proto@v1.6.8 | |
(84/97) Wrote k8s.io/kube-openapi@master | |
(85/97) Wrote k8s.io/helm@v2.12.2 | |
(86/97) Wrote k8s.io/client-go@kubernetes-1.13.1 | |
(87/97) Wrote github.com/go-openapi/jsonreference@v0.17.2 | |
(88/97) Wrote github.com/go-openapi/spec@v0.17.2 | |
(89/97) Wrote github.com/golang/glog@master | |
(90/97) Wrote k8s.io/apiextensions-apiserver@kubernetes-1.13.1 | |
(91/97) Wrote github.com/docker/spdystream@449fdfce4d962303d702fec724ef0ad181c92528 | |
(92/97) Wrote golang.org/x/tools@master | |
(93/97) Wrote github.com/gobwas/glob@v0.2.3 | |
(94/97) Wrote github.com/fatih/color@v1.7.0 | |
(95/97) Wrote k8s.io/api@kubernetes-1.13.1 | |
(96/97) Wrote github.com/gogo/protobuf@v1.0.0 | |
(97/97) Wrote google.golang.org/api@v0.1.0 | |
Collecting project constraints: | |
(1/97) cloud.google.com/go | |
(2/97) contrib.go.opencensus.io/exporter/ocagent | |
(3/97) github.com/Azure/go-autorest | |
(4/97) github.com/BurntSushi/toml | |
(5/97) github.com/Masterminds/semver | |
(6/97) github.com/Masterminds/sprig | |
(7/97) github.com/PuerkitoBio/purell | |
(8/97) github.com/PuerkitoBio/urlesc | |
(9/97) github.com/aokoli/goutils | |
(10/97) github.com/beorn7/perks | |
(11/97) github.com/briandowns/spinner | |
(12/97) github.com/census-instrumentation/opencensus-proto | |
(13/97) github.com/containernetworking/cni | |
(14/97) github.com/cpuguy83/go-md2man | |
(15/97) github.com/cyphar/filepath-securejoin | |
(16/97) github.com/davecgh/go-spew | |
(17/97) github.com/deislabs/smi-sdk-go | |
(18/97) github.com/dgrijalva/jwt-go | |
(19/97) github.com/docker/spdystream | |
(20/97) github.com/emicklei/proto | |
(21/97) github.com/evanphx/json-patch | |
(22/97) github.com/fatih/color | |
(23/97) github.com/ghodss/yaml | |
(24/97) github.com/go-openapi/jsonpointer | |
(25/97) github.com/go-openapi/jsonreference | |
(26/97) github.com/go-openapi/spec | |
(27/97) github.com/go-openapi/swag | |
(28/97) github.com/gobwas/glob | |
(29/97) github.com/gogo/protobuf | |
(30/97) github.com/golang/glog | |
(31/97) github.com/golang/protobuf | |
(32/97) github.com/google/btree | |
(33/97) github.com/google/gofuzz | |
(34/97) github.com/google/uuid | |
(35/97) github.com/googleapis/gnostic | |
(36/97) github.com/gophercloud/gophercloud | |
(37/97) github.com/gorilla/websocket | |
(38/97) github.com/gregjones/httpcache | |
(39/97) github.com/grpc-ecosystem/go-grpc-prometheus | |
(40/97) github.com/hashicorp/golang-lru | |
(41/97) github.com/huandu/xstrings | |
(42/97) github.com/imdario/mergo | |
(43/97) github.com/inconshreveable/mousetrap | |
(44/97) github.com/json-iterator/go | |
(45/97) github.com/julienschmidt/httprouter | |
(46/97) github.com/linkerd/linkerd2-proxy-api | |
(47/97) github.com/linkerd/linkerd2-proxy-init | |
(48/97) github.com/mailru/easyjson | |
(49/97) github.com/mattn/go-colorable | |
(50/97) github.com/mattn/go-isatty | |
(51/97) github.com/mattn/go-runewidth | |
(52/97) github.com/matttproud/golang_protobuf_extensions | |
(53/97) github.com/modern-go/concurrent | |
(54/97) github.com/modern-go/reflect2 | |
(55/97) github.com/nsf/termbox-go | |
(56/97) github.com/petar/GoLLRB | |
(57/97) github.com/peterbourgon/diskv | |
(58/97) github.com/pkg/browser | |
(59/97) github.com/pkg/errors | |
(60/97) github.com/projectcalico/libcalico-go | |
(61/97) github.com/prometheus/client_golang | |
(62/97) github.com/prometheus/client_model | |
(63/97) github.com/prometheus/common | |
(64/97) github.com/prometheus/procfs | |
(65/97) github.com/russross/blackfriday | |
(66/97) github.com/sergi/go-diff | |
(67/97) github.com/shurcooL/httpfs | |
(68/97) github.com/shurcooL/vfsgen | |
(69/97) github.com/sirupsen/logrus | |
(70/97) github.com/spf13/cobra | |
(71/97) github.com/spf13/pflag | |
(72/97) github.com/wercker/stern | |
(73/97) go.opencensus.io | |
(74/97) golang.org/x/crypto | |
(75/97) golang.org/x/net | |
(76/97) golang.org/x/oauth2 | |
(77/97) golang.org/x/sync | |
(78/97) golang.org/x/sys | |
(79/97) golang.org/x/text | |
(80/97) golang.org/x/time | |
(81/97) golang.org/x/tools | |
(82/97) google.golang.org/api | |
(83/97) google.golang.org/appengine | |
(84/97) google.golang.org/genproto | |
(85/97) google.golang.org/grpc | |
(86/97) gopkg.in/inf.v0 | |
(87/97) gopkg.in/yaml.v2 | |
(88/97) k8s.io/api | |
(89/97) k8s.io/apiextensions-apiserver | |
(90/97) k8s.io/apimachinery | |
(91/97) k8s.io/client-go | |
(92/97) k8s.io/code-generator | |
(93/97) k8s.io/gengo | |
(94/97) k8s.io/helm | |
(95/97) k8s.io/klog | |
(96/97) k8s.io/kube-openapi | |
(97/97) sigs.k8s.io/yaml | |
Checking upstream projects: | |
(1/97) cloud.google.com/go | |
(2/97) contrib.go.opencensus.io/exporter/ocagent | |
(3/97) github.com/Azure/go-autorest | |
(4/97) github.com/BurntSushi/toml | |
(5/97) github.com/Masterminds/semver | |
(6/97) github.com/Masterminds/sprig | |
(7/97) github.com/PuerkitoBio/purell | |
(8/97) github.com/PuerkitoBio/urlesc | |
(9/97) github.com/aokoli/goutils | |
(10/97) github.com/beorn7/perks | |
(11/97) github.com/briandowns/spinner | |
(12/97) github.com/census-instrumentation/opencensus-proto | |
(13/97) github.com/containernetworking/cni | |
(14/97) github.com/cpuguy83/go-md2man | |
(15/97) github.com/cyphar/filepath-securejoin | |
(16/97) github.com/davecgh/go-spew | |
(17/97) github.com/deislabs/smi-sdk-go | |
(18/97) github.com/dgrijalva/jwt-go | |
(19/97) github.com/docker/spdystream | |
(20/97) github.com/emicklei/proto | |
(21/97) github.com/evanphx/json-patch | |
(22/97) github.com/fatih/color | |
(23/97) github.com/ghodss/yaml | |
(24/97) github.com/go-openapi/jsonpointer | |
(25/97) github.com/go-openapi/jsonreference | |
(26/97) github.com/go-openapi/spec | |
(27/97) github.com/go-openapi/swag | |
(28/97) github.com/gobwas/glob | |
(29/97) github.com/gogo/protobuf | |
(30/97) github.com/golang/glog | |
(31/97) github.com/golang/protobuf | |
(32/97) github.com/google/btree | |
(33/97) github.com/google/gofuzz | |
(34/97) github.com/google/uuid | |
(35/97) github.com/googleapis/gnostic | |
(36/97) github.com/gophercloud/gophercloud | |
(37/97) github.com/gorilla/websocket | |
(38/97) github.com/gregjones/httpcache | |
(39/97) github.com/grpc-ecosystem/go-grpc-prometheus | |
(40/97) github.com/hashicorp/golang-lru | |
(41/97) github.com/huandu/xstrings | |
(42/97) github.com/imdario/mergo | |
(43/97) github.com/inconshreveable/mousetrap | |
(44/97) github.com/json-iterator/go | |
(45/97) github.com/julienschmidt/httprouter | |
(46/97) github.com/linkerd/linkerd2-proxy-api | |
(47/97) github.com/linkerd/linkerd2-proxy-init | |
(48/97) github.com/mailru/easyjson | |
(49/97) github.com/mattn/go-colorable | |
(50/97) github.com/mattn/go-isatty | |
(51/97) github.com/mattn/go-runewidth | |
(52/97) github.com/matttproud/golang_protobuf_extensions | |
(53/97) github.com/modern-go/concurrent | |
(54/97) github.com/modern-go/reflect2 | |
(55/97) github.com/nsf/termbox-go | |
(56/97) github.com/petar/GoLLRB | |
(57/97) github.com/peterbourgon/diskv | |
(58/97) github.com/pkg/browser | |
(59/97) github.com/pkg/errors | |
(60/97) github.com/projectcalico/libcalico-go | |
(61/97) github.com/prometheus/client_golang | |
(62/97) github.com/prometheus/client_model | |
(63/97) github.com/prometheus/common | |
(64/97) github.com/prometheus/procfs | |
(65/97) github.com/russross/blackfriday | |
(66/97) github.com/sergi/go-diff | |
(67/97) github.com/shurcooL/httpfs | |
(68/97) github.com/shurcooL/vfsgen | |
(69/97) github.com/sirupsen/logrus | |
(70/97) github.com/spf13/cobra | |
(71/97) github.com/spf13/pflag | |
(72/97) github.com/wercker/stern | |
(73/97) go.opencensus.io | |
(74/97) golang.org/x/crypto | |
(75/97) golang.org/x/net | |
(76/97) golang.org/x/oauth2 | |
(77/97) golang.org/x/sync | |
(78/97) golang.org/x/sys | |
(79/97) golang.org/x/text | |
(80/97) golang.org/x/time | |
(81/97) golang.org/x/tools | |
(82/97) google.golang.org/api | |
(83/97) google.golang.org/appengine | |
(84/97) google.golang.org/genproto | |
(85/97) google.golang.org/grpc | |
(86/97) gopkg.in/inf.v0 | |
(87/97) gopkg.in/yaml.v2 | |
(88/97) k8s.io/api | |
(89/97) k8s.io/apiextensions-apiserver | |
(90/97) k8s.io/apimachinery | |
(91/97) k8s.io/client-go | |
(92/97) k8s.io/code-generator | |
(93/97) k8s.io/gengo | |
(94/97) k8s.io/helm | |
(95/97) k8s.io/klog | |
(96/97) k8s.io/kube-openapi | |
(97/97) 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/deislabs/smi-sdk-go f281e21 f281e21 12 | |
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.2 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 00c1d0b 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 ddbc3a4 ddbc3a4 5 | |
github.com/linkerd/linkerd2-proxy-init ^1.0.0 v1.0.0 458ed04 1.1.0 2 | |
github.com/mailru/easyjson branch master branch master 60711f1 b2ccc51 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 eeb6cd0 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 6 | |
github.com/prometheus/client_model branch master branch master 99fa1f4 fd36f42 1 | |
github.com/prometheus/common branch master branch master 89604d1 33bc620 3 | |
github.com/prometheus/procfs branch master branch master cb41470 8f55e60 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 8d4bc4b 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 4def268 3 | |
golang.org/x/net branch master branch master 2fb46b1 ca1201d 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 fae7ac5 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 8aa4eac 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 c506a9f 1 | |
google.golang.org/grpc ^1.7.0 v1.9.2 6b51017 v1.22.0 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 77f3a1f 19 | |
k8s.io/gengo branch master branch master 4242d8e e17681d 8 | |
k8s.io/helm ^2.12.2 v2.12.2 7d2b0c7 v2.14.2 9 | |
k8s.io/klog v0.1.0 v0.1.0 a5bc97f v0.1.0 1 | |
k8s.io/kube-openapi branch master branch master d8ea2fe 5e22f3d 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] | |
Error from server (Forbidden): horizontalpodautoscalers.autoscaling is forbidden: User "system:serviceaccount:integration-f8f3742f:integration" cannot list resource "horizontalpodautoscalers" in API group "autoscaling" at the cluster scope | |
==================RUNNING ALL TESTS================== | |
Testing Linkerd version [git-f8f3742f] namespace [l5d-integration-auto-git-f8f3742f] k8s-context [] | |
Test script: [install_test.go] Params: [-failfast --upgrade-from-version=stable-2.4.0 --linkerd-namespace=l5d-integration-auto-git-f8f3742f-upgrade] | |
ok command-line-arguments 200.015s | |
Test script: [install_test.go] Params: [-failfast --linkerd-namespace=l5d-integration-auto-git-f8f3742f] | |
ok command-line-arguments 139.370s | |
Test script: [egress_test.go] Params: [--linkerd-namespace=l5d-integration-auto-git-f8f3742f] | |
ok command-line-arguments 27.903s | |
Test script: [tap_test.go] Params: [--linkerd-namespace=l5d-integration-auto-git-f8f3742f] | |
ok command-line-arguments 43.199s | |
Test script: [routes_test.go] Params: [--linkerd-namespace=l5d-integration-auto-git-f8f3742f] | |
ok command-line-arguments 1.208s | |
Test script: [stat_test.go] Params: [--linkerd-namespace=l5d-integration-auto-git-f8f3742f] | |
ok command-line-arguments 7.292s | |
Test script: [get_test.go] Params: [--linkerd-namespace=l5d-integration-auto-git-f8f3742f] | |
ok command-line-arguments 20.139s | |
Test script: [serviceprofiles_test.go] Params: [--linkerd-namespace=l5d-integration-auto-git-f8f3742f] | |
ok command-line-arguments 71.810s | |
Test script: [inject_test.go] Params: [--linkerd-namespace=l5d-integration-auto-git-f8f3742f] | |
ok command-line-arguments 26.995s | |
=== PASS: all tests passed | |
cleaning up control-plane namespaces in k8s-context [] | |
cleaning up data-plane namespaces in k8s-context [] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment