Pull request #755 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from f08376ef12cfc50e207d04cfd79b3a31ee3244c3 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision 26028d2ce48352c9b2c3f496e963b79a4944a426 using credential jps-reader > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master Checking out Revision 26028d2ce48352c9b2c3f496e963b79a4944a426 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 26028d2ce48352c9b2c3f496e963b79a4944a426 Commit message: "[TAR-1227] Run the sonar container as the current user (#17)" > git rev-list --no-walk 26028d2ce48352c9b2c3f496e963b79a4944a426 # timeout=10 [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 1 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: Validate) [Pipeline] { (Branch: Binaries) [Pipeline] { (Branch: Build Invocation image) [Pipeline] stage [Pipeline] { (Validate) [Pipeline] stage [Pipeline] { (Binaries) [Pipeline] stage [Pipeline] { (Build Invocation image) [Pipeline] node [Pipeline] node [Pipeline] node Still waiting to schedule task Still waiting to schedule task Still waiting to schedule task Waiting for next available executor on ‘ubuntu-1804&&x86_64&&overlay2’Waiting for next available executor on ‘ubuntu-1804&&x86_64&&overlay2’ Waiting for next available executor on ‘ubuntu-1804&&x86_64&&overlay2’ Running on ubuntu-1804-overlay2 (i-0fcf4a0982d019367) in /home/ubuntu/workspace/app_PR-755 [Pipeline] { [Pipeline] dir Running in /home/ubuntu/workspace/app_PR-755/src/github.com/docker/app [Pipeline] { [Pipeline] checkout using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/docker/app.git > git init /home/ubuntu/workspace/app_PR-755/src/github.com/docker/app # timeout=10 Fetching upstream changes from https://github.com/docker/app.git > git --version # timeout=10 using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress -- https://github.com/docker/app.git +refs/pull/755/head:refs/remotes/origin/PR-755 Fetching without tags Checking out Revision f08376ef12cfc50e207d04cfd79b3a31ee3244c3 (PR-755) Commit message: "replace sleep with polling" First time build. Skipping changelog. > git config remote.origin.url https://github.com/docker/app.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/755/head:refs/remotes/origin/PR-755 # timeout=10 > git config remote.origin.url https://github.com/docker/app.git # timeout=10 Fetching upstream changes from https://github.com/docker/app.git using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress -- https://github.com/docker/app.git +refs/pull/755/head:refs/remotes/origin/PR-755 > git config core.sparsecheckout # timeout=10 > git checkout -f f08376ef12cfc50e207d04cfd79b3a31ee3244c3 > git rev-list --no-walk 69dcfb9c2145e218992413d8de8cc27bf2343879 # timeout=10 [Pipeline] ansiColor [Pipeline] { [Pipeline] sh + make -f docker.Makefile lint Linting... docker build -t docker-app-lint:jenkins-app-PR-755-19 -f Dockerfile.lint . #2 [internal] load .dockerignore #2 transferring context: 73B done #2 DONE 0.0s #1 [internal] load build definition from Dockerfile.lint #1 transferring dockerfile: 414B done #1 DONE 0.0s #3 [internal] load metadata for docker.io/library/golang:1.12.9-alpine3.10 #3 DONE 0.1s #4 [1/5] FROM docker.io/library/golang:1.12.9-alpine3.10@sha256:e0660b4f1e6... #4 DONE 0.0s #8 [internal] load build context #8 transferring context: 73.81MB 1.4s done #8 DONE 1.4s #5 [2/5] RUN apk add --no-cache curl git make coreutils #5 CACHED #6 [3/5] RUN GO111MODULE=on go get github.com/golangci/golangci-lint/cm... #6 CACHED #7 [4/5] WORKDIR /go/src/github.com/docker/app #7 CACHED #9 [5/5] COPY . . #9 DONE 1.1s #10 exporting to image #10 exporting layers #10 exporting layers 0.7s done #10 writing image sha256:dc6476576c2bf9028190099d1b6553bb5c04e425232eceeed124753c851bfabb done #10 naming to docker.io/library/docker-app-lint:jenkins-app-PR-755-19 done #10 DONE 0.7s docker run --rm docker-app-lint:jenkins-app-PR-755-19 make lint Linting... Running on ubuntu-1804-overlay2 (i-0f536a81f9f21baf3) in /home/ubuntu/workspace/app_PR-755 [Pipeline] { [Pipeline] dir Running in /home/ubuntu/workspace/app_PR-755/src/github.com/docker/app [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] checkout Running on ubuntu-1804-overlay2 (i-0c07034cfb43b547d) in /home/ubuntu/workspace/app_PR-755 [Pipeline] { [Pipeline] dir Running in /home/ubuntu/workspace/app_PR-755/src/github.com/docker/app [Pipeline] { [Pipeline] checkout [Pipeline] sh using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags + make -f docker.Makefile check-vendor docker build --build-arg TAG=jenkins-app-PR-755-19 --build-arg COMMIT=f08376ef --build-arg ALPINE_VERSION=3.10.3 --build-arg GOPROXY=direct --target=dev -t docker-app-dev:jenkins-app-PR-755-19 . #2 [internal] load .dockerignore #2 transferring context: 34B done #2 DONE 0.0s #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 4.18kB done #1 DONE 0.0s #4 [internal] load metadata for docker.io/dockercore/golang-cross:1.12.9@sh... #4 DONE 0.0s #3 [internal] load metadata for docker.io/library/golang:1.13.3 #3 DONE 0.1s Cloning repository https://github.com/docker/app.git > git init /home/ubuntu/workspace/app_PR-755/src/github.com/docker/app # timeout=10 Cloning repository https://github.com/docker/app.git > git init /home/ubuntu/workspace/app_PR-755/src/github.com/docker/app # timeout=10 #8 [cli-build 1/8] FROM docker.io/dockercore/golang-cross:1.12.9@sha256:3ea... #8 DONE 0.0s #5 [dev 1/9] FROM docker.io/library/golang:1.13.3@sha256:6a693fbaba7dd8d816... #5 DONE 0.0s #21 [internal] load build context #21 transferring context: 341.12kB 0.2s done #21 DONE 0.2s #7 [dev 3/9] WORKDIR /go/src/github.com/docker/app/ #7 CACHED #9 [cli-build 2/8] RUN apt-get install -y -q --no-install-recommends core... #9 CACHED #12 [cli-build 5/8] RUN mkdir build #12 CACHED #15 [cli-build 8/8] RUN make binary-windows #15 CACHED #19 [dev 7/9] RUN GOOS=linux go build -o /usr/local/bin/test2json-linux ... #19 CACHED #11 [cli-build 4/8] RUN git clone https://github.com/docker/cli . && git che... #11 CACHED #18 [dev 6/9] RUN mkdir /go/src/gotest.tools && git clone -q https://githu... #18 CACHED #10 [cli-build 3/8] WORKDIR /go/src/github.com/docker/cli #10 CACHED #17 [dev 5/9] RUN curl -o /usr/bin/dep -L https://github.com/golang/dep/rele... #17 CACHED #14 [cli-build 7/8] RUN curl -fL https://download.docker.com/mac/static/stab... #14 CACHED #16 [dev 4/9] COPY --from=cli-build /go/src/github.com/docker/cli/build/dock... #16 CACHED #13 [cli-build 6/8] RUN curl -fL https://download.docker.com/linux/static/st... #13 CACHED #6 [dev 2/9] RUN apt-get update && apt-get install -y -q --no-install-recom... #6 CACHED #20 [dev 8/9] RUN go get -d gopkg.in/mjibson/esc.v0 && cd /go/src/github.c... #20 CACHED #22 [dev 9/9] COPY . . #22 DONE 0.7s #23 exporting to image #23 exporting layers Fetching upstream changes from https://github.com/docker/app.git > git --version # timeout=10 using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress -- https://github.com/docker/app.git +refs/pull/755/head:refs/remotes/origin/PR-755 Fetching upstream changes from https://github.com/docker/app.git > git --version # timeout=10 using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress -- https://github.com/docker/app.git +refs/pull/755/head:refs/remotes/origin/PR-755 #23 exporting layers 0.7s done #23 writing image sha256:ce0ed60594b75c28278b09156bb1ee06ef57c5da66576d118e239a143e2ef6e0 done #23 naming to docker.io/library/docker-app-dev:jenkins-app-PR-755-19 done #23 DONE 0.8s Check Vendoring... docker run --rm docker-app-dev:jenkins-app-PR-755-19 sh -c "make vendor && hack/check-git-diff vendor" rm -rf vendor 1>&1 dep ensure -v # Gopkg.lock is out of sync with Gopkg.toml and project imports: k8s.io/apimachinery/pkg/util/wait: imported or required, but missing from Gopkg.lock's input-imports Root project is "github.com/docker/app" 30 transitively valid internal packages 78 external packages imported from 27 projects (0) ✓ select (root) Fetching without tags Fetching without tags Checking out Revision f08376ef12cfc50e207d04cfd79b3a31ee3244c3 (PR-755) Checking out Revision f08376ef12cfc50e207d04cfd79b3a31ee3244c3 (PR-755) > git config remote.origin.url https://github.com/docker/app.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/755/head:refs/remotes/origin/PR-755 # timeout=10 > git config remote.origin.url https://github.com/docker/app.git # timeout=10 Fetching upstream changes from https://github.com/docker/app.git using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress -- https://github.com/docker/app.git +refs/pull/755/head:refs/remotes/origin/PR-755 > git config core.sparsecheckout # timeout=10 > git checkout -f f08376ef12cfc50e207d04cfd79b3a31ee3244c3 > git config remote.origin.url https://github.com/docker/app.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/755/head:refs/remotes/origin/PR-755 # timeout=10 > git config remote.origin.url https://github.com/docker/app.git # timeout=10 Fetching upstream changes from https://github.com/docker/app.git using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress -- https://github.com/docker/app.git +refs/pull/755/head:refs/remotes/origin/PR-755 > git config core.sparsecheckout # timeout=10 > git checkout -f f08376ef12cfc50e207d04cfd79b3a31ee3244c3 Commit message: "replace sleep with polling" Commit message: "replace sleep with polling" [Pipeline] ansiColor [Pipeline] { [Pipeline] sh [Pipeline] ansiColor [Pipeline] { [Pipeline] sh (1) ? attempt github.com/containerd/containerd with 2 pkgs; at least 1 versions to try (1) try github.com/containerd/containerd@v1.3.0 + make -f docker.Makefile cli-cross cross e2e-cross tars docker build --build-arg TAG=jenkins-app-PR-755-19 --build-arg COMMIT=f08376ef --build-arg ALPINE_VERSION=3.10.3 --build-arg GOPROXY=direct --output type=local,dest=./bin/ --target=cli -t docker-app-cli:jenkins-app-PR-755-19 . + make -f docker.Makefile save-invocation-image docker build -f Dockerfile.invocation-image --build-arg TAG=jenkins-app-PR-755-19 --build-arg COMMIT=f08376ef --build-arg ALPINE_VERSION=3.10.3 --build-arg GOPROXY=direct --target=invocation -t docker/cnab-app-base:jenkins-app-PR-755-19 . (1) ✓ select github.com/containerd/containerd@v1.3.0 w/3 pkgs (2) ? attempt github.com/deislabs/cnab-go with 8 pkgs; at least 1 versions to try (2) try github.com/deislabs/cnab-go@v0.7.1-beta1 #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 4.18kB done #1 DONE 0.1s #2 [internal] load .dockerignore #2 transferring context: 73B done #2 DONE 0.1s #3 [internal] load metadata for docker.io/dockercore/golang-cross:1.12.9@sh... (2) ✓ select github.com/deislabs/cnab-go@v0.7.1-beta1 w/8 pkgs #1 [internal] load .dockerignore #1 transferring context: 73B done #1 DONE 0.0s #2 [internal] load build definition from Dockerfile.invocation-image #2 transferring dockerfile: 614B done #2 DONE 0.0s #4 [internal] load metadata for docker.io/library/golang:1.13.2 (3) ? attempt github.com/Masterminds/semver with 1 pkgs; at least 1 versions to try (3) try github.com/Masterminds/semver@v1.4.2 (3) ✓ select github.com/Masterminds/semver@v1.4.2 w/1 pkgs #4 DONE 0.4s #3 [internal] load metadata for docker.io/library/alpine:3.10.3 #3 DONE 0.4s #5 [invocation 1/4] FROM docker.io/library/alpine:3.10.3@sha256:c19173c5ada... #5 resolve docker.io/library/alpine:3.10.3@sha256:c19173c5ada610a5989151111163d28a67368362762534d8a8121ce95cf2bd5a done #3 DONE 0.5s #4 [cli-build 1/8] FROM docker.io/dockercore/golang-cross:1.12.9@sha256:3ea... #4 resolve docker.io/dockercore/golang-cross:1.12.9@sha256:3ea9dcef4dd2c46d80445c0b22d6177817f4cfce22c523cc12a5a1091cb37705 done #4 sha256:bbab4ec87ac4f89eaabdf68dddbd1dd930e3ad43bded38d761b89abf9389a893 3.88MB / 7.80MB 0.2s #4 sha256:2ea1f7804402db2da64e84a26bd591f41667ad69cd7f2a2c6106d9bb04dde260 5.71MB / 9.98MB 0.2s #4 sha256:3ea9dcef4dd2c46d80445c0b22d6177817f4cfce22c523cc12a5a1091cb37705 2.63kB / 2.63kB done #4 sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 2.29MB / 50.38MB 0.2s #4 sha256:518d5e4626aaef11e9ad8f78c5055efce60445a5dcbfe2ba3d99df5370902367 6.97kB / 6.97kB done #4 sha256:bbab4ec87ac4f89eaabdf68dddbd1dd930e3ad43bded38d761b89abf9389a893 7.80MB / 7.80MB 0.4s done #4 sha256:2ea1f7804402db2da64e84a26bd591f41667ad69cd7f2a2c6106d9bb04dde260 9.98MB / 9.98MB 0.3s done #4 sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 9.70MB / 50.38MB 0.4s #4 sha256:96465440c20877524189ae75d361dd29e5d0df330a8dac9427f972b429fe0159 0B / 51.77MB 0.4s #4 sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 0B / 68.48MB 0.4s #5 sha256:c19173c5ada610a5989151111163d28a67368362762534d8a8121ce95cf2bd5a 1.64kB / 1.64kB done #5 sha256:e4355b66995c96b4b468159fc5c7e3540fcef961189ca13fee877798649f531a 528B / 528B done #5 sha256:965ea09ff2ebd2b9eeec88cd822ce156f6674c7e99be082c7efac3c62f3ff652 1.51kB / 1.51kB done #5 sha256:89d9c30c1d48bac627e5c6cb0d1ed1eec28e7dbdfbcc04712e4c79c0f83faf17 0B / 2.79MB 0.3s #5 sha256:89d9c30c1d48bac627e5c6cb0d1ed1eec28e7dbdfbcc04712e4c79c0f83faf17 1.04MB / 2.79MB 0.4s (4) ? attempt github.com/docker/cnab-to-oci with 2 pkgs; at least 1 versions to try (4) try github.com/docker/cnab-to-oci@v0.3.0-beta1 #4 sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 14.60MB / 50.38MB 0.5s #4 sha256:96465440c20877524189ae75d361dd29e5d0df330a8dac9427f972b429fe0159 2.85MB / 51.77MB 0.5s #4 sha256:96465440c20877524189ae75d361dd29e5d0df330a8dac9427f972b429fe0159 6.07MB / 51.77MB 0.6s #4 sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 5.16MB / 68.48MB 0.6s #5 sha256:89d9c30c1d48bac627e5c6cb0d1ed1eec28e7dbdfbcc04712e4c79c0f83faf17 2.79MB / 2.79MB 0.5s #5 extracting sha256:89d9c30c1d48bac627e5c6cb0d1ed1eec28e7dbdfbcc04712e4c79c0f83faf17 #5 sha256:89d9c30c1d48bac627e5c6cb0d1ed1eec28e7dbdfbcc04712e4c79c0f83faf17 2.79MB / 2.79MB 0.5s done #4 sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 19.73MB / 50.38MB 0.7s #4 sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 24.83MB / 50.38MB 0.9s #4 sha256:96465440c20877524189ae75d361dd29e5d0df330a8dac9427f972b429fe0159 13.79MB / 51.77MB 0.9s #4 sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 12.33MB / 68.48MB 0.9s (4) ✓ select github.com/docker/cnab-to-oci@v0.3.0-beta1 w/4 pkgs (5) ? revisit github.com/containerd/containerd to add 5 pkgs #4 sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 27.49MB / 50.38MB 1.0s #4 sha256:96465440c20877524189ae75d361dd29e5d0df330a8dac9427f972b429fe0159 16.54MB / 51.77MB 1.0s #4 sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 32.07MB / 50.38MB 1.1s #4 sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 16.53MB / 68.48MB 1.1s (5) ✓ include 12 more pkgs from github.com/containerd/containerd@v1.3.0 (5) ? attempt github.com/docker/distribution with 3 pkgs; at least 1 versions to try (6) try github.com/docker/distribution@0d3efadf0154c2b8a4e7b6621fff9809655cc580 #4 sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 36.13MB / 50.38MB 1.3s #4 sha256:96465440c20877524189ae75d361dd29e5d0df330a8dac9427f972b429fe0159 24.67MB / 51.77MB 1.3s #4 sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 22.41MB / 68.48MB 1.3s #4 sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 42.20MB / 50.38MB 1.6s #4 sha256:96465440c20877524189ae75d361dd29e5d0df330a8dac9427f972b429fe0159 32.03MB / 51.77MB 1.6s #4 sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 28.18MB / 68.48MB 1.6s #4 sha256:96465440c20877524189ae75d361dd29e5d0df330a8dac9427f972b429fe0159 34.69MB / 51.77MB 1.7s (6) ✓ select github.com/docker/distribution@0d3efadf0154c2b8a4e7b6621fff9809655cc580 w/14 pkgs #4 sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 47.06MB / 50.38MB 1.8s #4 sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 50.38MB / 50.38MB 1.9s #4 sha256:96465440c20877524189ae75d361dd29e5d0df330a8dac9427f972b429fe0159 37.83MB / 51.77MB 1.9s #4 sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 34.45MB / 68.48MB 1.9s #5 extracting sha256:89d9c30c1d48bac627e5c6cb0d1ed1eec28e7dbdfbcc04712e4c79c0f83faf17 1.5s done #4 sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 50.38MB / 50.38MB 2.0s done #4 sha256:96465440c20877524189ae75d361dd29e5d0df330a8dac9427f972b429fe0159 43.59MB / 51.77MB 2.1s #4 sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 41.06MB / 68.48MB 2.1s #4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 0B / 127.97MB 2.1s #5 DONE 2.4s #7 [build 1/5] FROM docker.io/library/golang:1.13.2@sha256:b3086f21bfbe8969... #7 resolve docker.io/library/golang:1.13.2@sha256:b3086f21bfbe896973dd6147b46f2736a7deb2c04ed76219835befa0244a9562 done #7 sha256:36c384d8593f8989b7a50bebf9569c9f6a43a6881baa8a248a84251d2ca17ddb 1.79kB / 1.79kB done #7 sha256:b7a128769df1909f91b589d0a4a2e1c1671aebc047a9f46b4b30dfeb7308ea6a 7.81MB / 7.81MB 1.0s done #7 sha256:b3086f21bfbe896973dd6147b46f2736a7deb2c04ed76219835befa0244a9562 2.16kB / 2.16kB done #7 sha256:e37698ff73511ad444a1a3547b81c3f1650f7b34bfc99bd46efccf1d90024db4 5.46kB / 5.46kB done #7 sha256:c7b7d16361e00faca0e9393f3f43923f25ceb1210face87839dfc5de988905c1 50.38MB / 50.38MB 2.5s #7 sha256:1128949d0793d2435bb1f0640a777f32feee88b71d4fe234121c3cfb345a80c4 10.00MB / 10.00MB 1.4s done #7 sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713 34.92MB / 51.77MB 2.5s #7 sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 24.96MB / 68.52MB 2.5s #4 sha256:96465440c20877524189ae75d361dd29e5d0df330a8dac9427f972b429fe0159 51.27MB / 51.77MB 2.4s #4 sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 45.04MB / 68.48MB 2.4s #7 sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713 38.51MB / 51.77MB 2.7s #7 sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 31.75MB / 68.52MB 2.7s #4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 6.92MB / 127.97MB 2.5s #4 extracting sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 #4 sha256:96465440c20877524189ae75d361dd29e5d0df330a8dac9427f972b429fe0159 51.77MB / 51.77MB 2.5s done #4 sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 50.11MB / 68.48MB 2.7s #4 sha256:96d705baf026261543501205212451776c49ddaa48a0347afab3494275e0fc13 125B / 125B 2.6s done #4 sha256:39007eb4600844b025a9527ab141ae020bb350982baf0df7dd96c80c4a0f312e 0B / 270B 2.7s (6) ? attempt github.com/docker/buildx with 4 pkgs; at least 1 versions to try (7) try github.com/docker/buildx@v0.3.1 #7 sha256:c7b7d16361e00faca0e9393f3f43923f25ceb1210face87839dfc5de988905c1 50.38MB / 50.38MB 2.8s done #7 sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713 45.19MB / 51.77MB 3.0s #7 sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 36.38MB / 68.52MB 3.0s #7 sha256:a8669f8c1a42cfd3644fcda9f2cc2ab189e823018abce1ad7c97cbd62c6190de 0B / 120.05MB 3.0s #4 sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 58.45MB / 68.48MB 3.0s #4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 19.49MB / 127.97MB 3.0s (7) ✓ select github.com/docker/buildx@v0.3.1 w/5 pkgs #4 sha256:39007eb4600844b025a9527ab141ae020bb350982baf0df7dd96c80c4a0f312e 270B / 270B 3.0s done #4 sha256:4e549f0f5e64911cbbdc123a749d1ae352ad2be720fd1e2b259a802400fb412f 0B / 163.50MB 3.1s #4 sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 65.36MB / 68.48MB 3.3s #4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 29.14MB / 127.97MB 3.3s (7) ? attempt github.com/containerd/console with 1 pkgs; at least 1 versions to try (8) try github.com/containerd/console@master #7 sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713 48.45MB / 51.77MB 3.4s #7 sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 40.89MB / 68.52MB 3.4s (8) ✓ select github.com/containerd/console@master w/1 pkgs #7 sha256:a8669f8c1a42cfd3644fcda9f2cc2ab189e823018abce1ad7c97cbd62c6190de 6.16MB / 120.05MB 3.6s #7 extracting sha256:c7b7d16361e00faca0e9393f3f43923f25ceb1210face87839dfc5de988905c1 #7 sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713 51.77MB / 51.77MB 3.7s #7 sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 44.84MB / 68.52MB 3.7s #4 sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 68.48MB / 68.48MB 3.6s done #4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 39.06MB / 127.97MB 3.7s #4 sha256:4e549f0f5e64911cbbdc123a749d1ae352ad2be720fd1e2b259a802400fb412f 12.02MB / 163.50MB 3.7s #4 sha256:c0058a8c71f2a8f493571a5456cfc99585ed21798b735f8fc54460904a3bd232 0B / 950B 3.7s #4 sha256:c0058a8c71f2a8f493571a5456cfc99585ed21798b735f8fc54460904a3bd232 950B / 950B 3.8s done #4 sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 0B / 290.76MB 3.8s (8) ? attempt github.com/docker/go with 1 pkgs; at least 1 versions to try (9) try github.com/docker/go@v1.5.1-1 (9) ✓ select github.com/docker/go@v1.5.1-1 w/1 pkgs (9) ? revisit github.com/docker/distribution to add 1 pkgs (10) ✓ include 2 more pkgs from github.com/docker/distribution@0d3efadf0154c2b8a4e7b6621fff9809655cc580 (9) ? attempt github.com/docker/cli with 22 pkgs; at least 1 versions to try (11) try github.com/docker/cli@37f9a88c696ae81be14c1697bd083d6421b4933c #7 sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713 51.77MB / 51.77MB 4.1s done #7 sha256:433331673060b0f68a5fc1217a3bd3ad4db5fe61193a145e1ac460d324fb2f9c 0B / 126B 4.1s #4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 46.89MB / 127.97MB 3.9s #4 sha256:4e549f0f5e64911cbbdc123a749d1ae352ad2be720fd1e2b259a802400fb412f 21.12MB / 163.50MB 4.0s #7 sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 49.99MB / 68.52MB 4.4s #7 sha256:a8669f8c1a42cfd3644fcda9f2cc2ab189e823018abce1ad7c97cbd62c6190de 14.09MB / 120.05MB 4.4s #7 sha256:433331673060b0f68a5fc1217a3bd3ad4db5fe61193a145e1ac460d324fb2f9c 126B / 126B 4.2s done #4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 55.58MB / 127.97MB 4.3s #4 sha256:4e549f0f5e64911cbbdc123a749d1ae352ad2be720fd1e2b259a802400fb412f 29.91MB / 163.50MB 4.4s #4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 63.08MB / 127.97MB 4.7s #4 sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 15.73MB / 290.76MB 4.7s #4 sha256:4e549f0f5e64911cbbdc123a749d1ae352ad2be720fd1e2b259a802400fb412f 40.60MB / 163.50MB 4.8s #7 sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 54.03MB / 68.52MB 4.7s #7 sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 59.15MB / 68.52MB 4.9s #7 sha256:a8669f8c1a42cfd3644fcda9f2cc2ab189e823018abce1ad7c97cbd62c6190de 21.52MB / 120.05MB 4.9s #4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 69.49MB / 127.97MB 5.0s #4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 78.26MB / 127.97MB 5.4s #4 sha256:4e549f0f5e64911cbbdc123a749d1ae352ad2be720fd1e2b259a802400fb412f 52.58MB / 163.50MB 5.4s #4 sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 31.61MB / 290.76MB 5.4s #7 sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 68.52MB / 68.52MB 5.5s #7 sha256:a8669f8c1a42cfd3644fcda9f2cc2ab189e823018abce1ad7c97cbd62c6190de 33.41MB / 120.05MB 5.5s #4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 87.54MB / 127.97MB 5.6s #7 sha256:a8669f8c1a42cfd3644fcda9f2cc2ab189e823018abce1ad7c97cbd62c6190de 39.99MB / 120.05MB 5.7s #4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 94.71MB / 127.97MB 5.8s #4 sha256:4e549f0f5e64911cbbdc123a749d1ae352ad2be720fd1e2b259a802400fb412f 64.03MB / 163.50MB 5.8s #7 sha256:a8669f8c1a42cfd3644fcda9f2cc2ab189e823018abce1ad7c97cbd62c6190de 49.44MB / 120.05MB 5.9s #4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 101.97MB / 127.97MB 6.0s #4 sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 50.07MB / 290.76MB 6.0s #7 sha256:a8669f8c1a42cfd3644fcda9f2cc2ab189e823018abce1ad7c97cbd62c6190de 57.87MB / 120.05MB 6.2s #4 sha256:4e549f0f5e64911cbbdc123a749d1ae352ad2be720fd1e2b259a802400fb412f 74.35MB / 163.50MB 6.2s #4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 114.35MB / 127.97MB 6.4s #7 sha256:a8669f8c1a42cfd3644fcda9f2cc2ab189e823018abce1ad7c97cbd62c6190de 64.62MB / 120.05MB 6.4s #7 sha256:a8669f8c1a42cfd3644fcda9f2cc2ab189e823018abce1ad7c97cbd62c6190de 72.11MB / 120.05MB 6.6s #4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 121.07MB / 127.97MB 6.7s #4 sha256:4e549f0f5e64911cbbdc123a749d1ae352ad2be720fd1e2b259a802400fb412f 86.09MB / 163.50MB 6.7s #4 sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 68.00MB / 290.76MB 6.7s #7 sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 68.52MB / 68.52MB 6.8s done #4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 127.97MB / 127.97MB 7.0s #4 sha256:4e549f0f5e64911cbbdc123a749d1ae352ad2be720fd1e2b259a802400fb412f 102.22MB / 163.50MB 7.2s #4 sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 83.25MB / 290.76MB 7.2s #7 sha256:a8669f8c1a42cfd3644fcda9f2cc2ab189e823018abce1ad7c97cbd62c6190de 78.25MB / 120.05MB 7.2s #4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 127.97MB / 127.97MB 7.3s done #4 sha256:4e549f0f5e64911cbbdc123a749d1ae352ad2be720fd1e2b259a802400fb412f 112.75MB / 163.50MB 7.4s #4 extracting sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 5.1s #4 sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 98.70MB / 290.76MB 7.5s #7 sha256:a8669f8c1a42cfd3644fcda9f2cc2ab189e823018abce1ad7c97cbd62c6190de 91.26MB / 120.05MB 7.6s #4 sha256:4e549f0f5e64911cbbdc123a749d1ae352ad2be720fd1e2b259a802400fb412f 127.45MB / 163.50MB 7.7s #7 sha256:a8669f8c1a42cfd3644fcda9f2cc2ab189e823018abce1ad7c97cbd62c6190de 99.70MB / 120.05MB 7.9s #4 sha256:4e549f0f5e64911cbbdc123a749d1ae352ad2be720fd1e2b259a802400fb412f 137.02MB / 163.50MB 7.9s #4 sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 113.86MB / 290.76MB 8.0s #4 sha256:4e549f0f5e64911cbbdc123a749d1ae352ad2be720fd1e2b259a802400fb412f 149.17MB / 163.50MB 8.2s #4 sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 128.55MB / 290.76MB 8.3s #7 ... #10 [internal] load build context #10 transferring context: 73.81MB 7.5s done #10 DONE 8.2s #7 [build 1/5] FROM docker.io/library/golang:1.13.2@sha256:b3086f21bfbe8969... #7 sha256:a8669f8c1a42cfd3644fcda9f2cc2ab189e823018abce1ad7c97cbd62c6190de 112.00MB / 120.05MB 8.2s #7 ... #6 [invocation 2/4] RUN apk add --no-cache ca-certificates && adduser -S cn... #6 3.336 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz #6 4.424 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz #6 4.541 (1/1) Installing ca-certificates (20190108-r0) #6 4.635 Executing busybox-1.30.1-r2.trigger #6 4.635 Executing ca-certificates-20190108-r0.trigger #6 4.728 OK: 6 MiB in 15 packages #4 sha256:4e549f0f5e64911cbbdc123a749d1ae352ad2be720fd1e2b259a802400fb412f 163.50MB / 163.50MB 8.5s #6 ... #7 [build 1/5] FROM docker.io/library/golang:1.13.2@sha256:b3086f21bfbe8969... #7 sha256:a8669f8c1a42cfd3644fcda9f2cc2ab189e823018abce1ad7c97cbd62c6190de 118.26MB / 120.05MB 8.7s #7 extracting sha256:c7b7d16361e00faca0e9393f3f43923f25ceb1210face87839dfc5de988905c1 5.1s #4 sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 146.98MB / 290.76MB 8.8s #4 sha256:4e549f0f5e64911cbbdc123a749d1ae352ad2be720fd1e2b259a802400fb412f 163.50MB / 163.50MB 9.0s done #4 sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 168.94MB / 290.76MB 9.2s #4 sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 185.57MB / 290.76MB 9.6s #7 sha256:a8669f8c1a42cfd3644fcda9f2cc2ab189e823018abce1ad7c97cbd62c6190de 120.05MB / 120.05MB 9.7s done #4 sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 203.97MB / 290.76MB 10.1s #4 sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 222.89MB / 290.76MB 10.4s #7 ... #6 [invocation 2/4] RUN apk add --no-cache ca-certificates && adduser -S cn... #6 DONE 8.6s #4 sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 239.18MB / 290.76MB 10.7s #7 [build 1/5] FROM docker.io/library/golang:1.13.2@sha256:b3086f21bfbe8969... #4 sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 255.53MB / 290.76MB 11.2s #7 extracting sha256:c7b7d16361e00faca0e9393f3f43923f25ceb1210face87839dfc5de988905c1 7.8s done #7 extracting sha256:b7a128769df1909f91b589d0a4a2e1c1671aebc047a9f46b4b30dfeb7308ea6a #4 sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 274.34MB / 290.76MB 11.8s #4 sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 290.76MB / 290.76MB 12.1s #7 extracting sha256:b7a128769df1909f91b589d0a4a2e1c1671aebc047a9f46b4b30dfeb7308ea6a 0.6s done #7 extracting sha256:1128949d0793d2435bb1f0640a777f32feee88b71d4fe234121c3cfb345a80c4 #4 extracting sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 10.2s #7 extracting sha256:1128949d0793d2435bb1f0640a777f32feee88b71d4fe234121c3cfb345a80c4 0.5s done #7 extracting sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713 #4 sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 290.76MB / 290.76MB 12.9s done #4 extracting sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 10.8s done #4 extracting sha256:bbab4ec87ac4f89eaabdf68dddbd1dd930e3ad43bded38d761b89abf9389a893 #4 extracting sha256:bbab4ec87ac4f89eaabdf68dddbd1dd930e3ad43bded38d761b89abf9389a893 0.6s done #4 extracting sha256:2ea1f7804402db2da64e84a26bd591f41667ad69cd7f2a2c6106d9bb04dde260 #4 extracting sha256:2ea1f7804402db2da64e84a26bd591f41667ad69cd7f2a2c6106d9bb04dde260 0.7s done #4 extracting sha256:96465440c20877524189ae75d361dd29e5d0df330a8dac9427f972b429fe0159 0.1s #7 extracting sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713 4.8s done #7 extracting sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 0.1s #4 extracting sha256:96465440c20877524189ae75d361dd29e5d0df330a8dac9427f972b429fe0159 3.8s done #4 extracting sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 #7 extracting sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 4.1s done #7 extracting sha256:a8669f8c1a42cfd3644fcda9f2cc2ab189e823018abce1ad7c97cbd62c6190de #4 extracting sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 4.0s done #4 extracting sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 #7 extracting sha256:a8669f8c1a42cfd3644fcda9f2cc2ab189e823018abce1ad7c97cbd62c6190de 5.0s #4 extracting sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 5.0s #7 extracting sha256:a8669f8c1a42cfd3644fcda9f2cc2ab189e823018abce1ad7c97cbd62c6190de 7.3s done #7 extracting sha256:433331673060b0f68a5fc1217a3bd3ad4db5fe61193a145e1ac460d324fb2f9c done #7 DONE 31.7s #8 [build 2/5] RUN apt-get update -qq && apt-get install -y -q --no-install... #4 extracting sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 8.1s done #4 extracting sha256:96d705baf026261543501205212451776c49ddaa48a0347afab3494275e0fc13 done #4 extracting sha256:39007eb4600844b025a9527ab141ae020bb350982baf0df7dd96c80c4a0f312e done #4 extracting sha256:4e549f0f5e64911cbbdc123a749d1ae352ad2be720fd1e2b259a802400fb412f #8 4.412 Reading package lists... #8 5.401 Building dependency tree... #8 5.613 Reading state information... #8 5.858 coreutils is already the newest version (8.30-3). #8 5.858 coreutils set to manually installed. #8 5.858 util-linux is already the newest version (2.33.1-0.1). #8 5.858 util-linux set to manually installed. #8 5.858 The following NEW packages will be installed: #8 5.858 uuid-runtime #8 6.131 0 upgraded, 1 newly installed, 0 to remove and 14 not upgraded. #8 6.131 Need to get 95.2 kB of archives. #8 6.131 After this operation, 211 kB of additional disk space will be used. #8 6.131 Get:1 http://deb.debian.org/debian buster/main amd64 uuid-runtime amd64 2.33.1-0.1 [95.2 kB] #4 extracting sha256:4e549f0f5e64911cbbdc123a749d1ae352ad2be720fd1e2b259a802400fb412f 5.1s #8 7.181 debconf: delaying package configuration, since apt-utils is not installed #8 7.478 Fetched 95.2 kB in 0s (301 kB/s) #8 7.936 Selecting previously unselected package uuid-runtime. #8 7.936 (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 ... 15394 files and directories currently installed.) #8 7.954 Preparing to unpack .../uuid-runtime_2.33.1-0.1_amd64.deb ... #8 7.967 Unpacking uuid-runtime (2.33.1-0.1) ... #8 8.218 Setting up uuid-runtime (2.33.1-0.1) ... #8 8.331 Adding group `uuidd' (GID 102) ... #8 8.554 Done. #8 8.597 Warning: The home dir /run/uuidd you specified can't be accessed: No such file or directory #8 8.599 Adding system user `uuidd' (UID 101) ... #8 8.599 Adding new user `uuidd' (UID 101) with group `uuidd' ... #8 8.739 Not creating home directory `/run/uuidd'. #8 8.762 invoke-rc.d: could not determine current runlevel #8 8.767 invoke-rc.d: policy-rc.d denied execution of start. #8 DONE 9.5s #9 [build 3/5] WORKDIR /go/src/github.com/docker/app/ #9 DONE 0.1s #11 [build 4/5] COPY . . #11 DONE 1.1s #12 [build 5/5] RUN make BUILD_TAG=${BUILD_TAG} TAG=jenkins-app-PR-755-19 bi... #4 extracting sha256:4e549f0f5e64911cbbdc123a749d1ae352ad2be720fd1e2b259a802400fb412f 10.3s #12 1.519 CGO_ENABLED=0 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=f08376ef -X github.com/docker/app/internal.Version=jenkins-app-PR-755-19 -X github.com/docker/app/internal.BuildTime=2019-11-26T12:26:20Z" -o bin/cnab-run ./cmd/cnab-run #4 extracting sha256:4e549f0f5e64911cbbdc123a749d1ae352ad2be720fd1e2b259a802400fb412f 11.4s done #4 extracting sha256:c0058a8c71f2a8f493571a5456cfc99585ed21798b735f8fc54460904a3bd232 done #4 extracting sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 0.1s #4 extracting sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 5.2s #4 extracting sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 10.3s #4 extracting sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 15.4s #4 extracting sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 21.0s #4 extracting sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 26.0s #4 extracting sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 28.7s done #4 DONE 74.7s #5 [cli-build 2/8] RUN apt-get install -y -q --no-install-recommends core... #5 0.907 Reading package lists... #5 1.587 Building dependency tree... #5 1.705 Reading state information... #5 1.848 coreutils is already the newest version (8.30-3). #5 1.848 coreutils set to manually installed. #5 1.848 util-linux is already the newest version (2.33.1-0.1). #5 1.848 util-linux set to manually installed. #5 1.848 The following NEW packages will be installed: #5 1.848 uuid-runtime #5 2.116 0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded. #5 2.116 Need to get 95.2 kB of archives. #5 2.116 After this operation, 211 kB of additional disk space will be used. #5 2.116 Get:1 http://deb.debian.org/debian buster/main amd64 uuid-runtime amd64 2.33.1-0.1 [95.2 kB] #5 2.244 debconf: delaying package configuration, since apt-utils is not installed #5 2.273 Fetched 95.2 kB in 0s (369 kB/s) #5 2.301 Selecting previously unselected package uuid-runtime. #5 2.301 (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 ... 25419 files and directories currently installed.) #5 2.314 Preparing to unpack .../uuid-runtime_2.33.1-0.1_amd64.deb ... #5 2.318 Unpacking uuid-runtime (2.33.1-0.1) ... #5 2.366 Setting up uuid-runtime (2.33.1-0.1) ... #5 2.403 Adding group `uuidd' (GID 102) ... #5 2.419 Done. #5 2.449 Warning: The home dir /run/uuidd you specified can't be accessed: No such file or directory #5 2.449 Adding system user `uuidd' (UID 101) ... #5 2.450 Adding new user `uuidd' (UID 101) with group `uuidd' ... #5 2.505 Not creating home directory `/run/uuidd'. #5 2.514 invoke-rc.d: could not determine current runlevel #5 2.517 invoke-rc.d: policy-rc.d denied execution of start. #5 DONE 5.2s #6 [cli-build 3/8] WORKDIR /go/src/github.com/docker/cli #6 DONE 0.0s #7 [cli-build 4/8] RUN git clone https://github.com/docker/cli . && git che... #7 0.985 Cloning into '.'... #7 6.262 Note: checking out 'v19.03.4'. #7 6.262 #7 6.262 You are in 'detached HEAD' state. You can look around, make experimental #7 6.262 changes and commit them, and you can discard any commits you make in this #7 6.262 state without impacting any branches by performing another checkout. #7 6.262 #7 6.262 If you want to create a new branch to retain commits you create, you may #7 6.262 do so (now or later) by using -b with the checkout command again. Example: #7 6.262 #7 6.262 git checkout -b #7 6.262 #7 6.262 HEAD is now at 2355349d Merge pull request #2119 from thaJeztah/19.03_backport_bump_yaml.v2_2.2.3 #7 DONE 6.8s #8 [cli-build 5/8] RUN mkdir build #8 DONE 1.1s #9 [cli-build 6/8] RUN curl -fL https://download.docker.com/linux/static/st... #9 1.127 % Total % Received % Xferd Average Speed Time Time Time Current #9 1.127 Dload Upload Total Spent Left Speed #9 1.127 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 26 60.3M 26 16.2M 0 0 15.9M 0 0:00:03 0:00:01 0:00:02 15.8M 64 60.3M 64 38.9M 0 0 19.1M 0 0:00:03 0:00:02 0:00:01 19.1M 100 60.3M 100 60.3M 0 0 20.9M 0 0:00:02 0:00:02 --:--:-- 20.9M #9 DONE 4.3s #10 [cli-build 7/8] RUN curl -fL https://download.docker.com/mac/static/stab... #10 0.924 % Total % Received % Xferd Average Speed Time Time Time Current #10 0.927 Dload Upload Total Spent Left Speed #10 0.927 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 35 45.6M 35 16.3M 0 0 18.1M 0 0:00:02 --:--:-- 0:00:02 18.1M 93 45.6M 93 42.8M 0 0 22.5M 0 0:00:02 0:00:01 0:00:01 22.5M 100 45.6M 100 45.6M 0 0 22.4M 0 0:00:02 0:00:02 --:--:-- 22.4M #10 DONE 3.3s #11 [cli-build 8/8] RUN make binary-windows #11 0.935 ./scripts/build/windows #11 0.974 Generating windows resources #11 1.037 Building build/docker-windows-amd64 (11) ✓ select github.com/docker/cli@37f9a88c696ae81be14c1697bd083d6421b4933c w/50 pkgs (10) ? revisit github.com/containerd/containerd to add 3 pkgs (12) ✓ include 50 more pkgs from github.com/containerd/containerd@v1.3.0 (10) ? revisit github.com/docker/distribution to add 5 pkgs (13) ✓ include 13 more pkgs from github.com/docker/distribution@0d3efadf0154c2b8a4e7b6621fff9809655cc580 (10) ? revisit github.com/docker/distribution to add 1 pkgs (14) ✓ include 1 more pkgs from github.com/docker/distribution@0d3efadf0154c2b8a4e7b6621fff9809655cc580 (10) ? attempt github.com/Microsoft/hcsshim with 1 pkgs; at least 1 versions to try (15) try github.com/Microsoft/hcsshim@2226e083fc390003ae5aa8325c3c92789afa0e7a (15) ✓ select github.com/Microsoft/hcsshim@2226e083fc390003ae5aa8325c3c92789afa0e7a w/14 pkgs (11) ? attempt github.com/Microsoft/go-winio with 1 pkgs; at least 1 versions to try (16) try github.com/Microsoft/go-winio@v0.4.12 (16) ✓ select github.com/Microsoft/go-winio@v0.4.12 w/1 pkgs (12) ? attempt github.com/docker/compose-on-kubernetes with 8 pkgs; at least 1 versions to try (17) try github.com/docker/compose-on-kubernetes@v0.4.21 (17) ✓ select github.com/docker/compose-on-kubernetes@v0.4.21 w/11 pkgs (13) ? attempt github.com/spf13/cobra with 1 pkgs; at least 1 versions to try (18) try github.com/spf13/cobra@v0.0.5 (18) ✓ select github.com/spf13/cobra@v0.0.5 w/1 pkgs (14) ? attempt github.com/containerd/continuity with 2 pkgs; at least 1 versions to try (19) try github.com/containerd/continuity@master (19) ✓ select github.com/containerd/continuity@master w/3 pkgs (15) ? attempt github.com/containerd/fifo with 1 pkgs; at least 1 versions to try (20) try github.com/containerd/fifo@master (20) ✓ select github.com/containerd/fifo@master w/1 pkgs (16) ? attempt github.com/docker/docker with 11 pkgs; at least 1 versions to try (21) try github.com/docker/docker@master (21) ✓ select github.com/docker/docker@master w/34 pkgs (17) ? revisit github.com/Microsoft/hcsshim to add 1 pkgs (22) ✓ include 1 more pkgs from github.com/Microsoft/hcsshim@2226e083fc390003ae5aa8325c3c92789afa0e7a (17) ? revisit github.com/docker/docker to add 1 pkgs (23) ✓ include 1 more pkgs from github.com/docker/docker@master (17) ? attempt github.com/docker/docker-credential-helpers with 2 pkgs; at least 1 versions to try (24) try github.com/docker/docker-credential-helpers@v0.6.1 (24) ✓ select github.com/docker/docker-credential-helpers@v0.6.1 w/2 pkgs (18) ? attempt github.com/docker/go-connections with 2 pkgs; at least 1 versions to try (25) try github.com/docker/go-connections@v0.4.0 (25) ✓ select github.com/docker/go-connections@v0.4.0 w/2 pkgs (19) ? attempt github.com/gogo/googleapis with 1 pkgs; at least 1 versions to try (26) try github.com/gogo/googleapis@v1.2.0 (26) ✓ select github.com/gogo/googleapis@v1.2.0 w/1 pkgs (20) ? attempt github.com/containerd/ttrpc with 1 pkgs; at least 1 versions to try (27) try github.com/containerd/ttrpc@master (27) ✓ select github.com/containerd/ttrpc@master w/1 pkgs (21) ? attempt github.com/docker/go-metrics with 1 pkgs; at least 1 versions to try (28) try github.com/docker/go-metrics@d466d4f6fd960e01820085bd7e1a24426ee7ef18 (28) ✓ select github.com/docker/go-metrics@d466d4f6fd960e01820085bd7e1a24426ee7ef18 w/1 pkgs (22) ? attempt k8s.io/apimachinery with 2 pkgs; at least 1 versions to try (29) try k8s.io/apimachinery@kubernetes-1.14.1 (29) ✓ select k8s.io/apimachinery@kubernetes-1.14.1 w/22 pkgs (23) ? attempt github.com/mattn/go-shellwords with 1 pkgs; at least 1 versions to try (30) try github.com/mattn/go-shellwords@v1.0.5 (30) ✓ select github.com/mattn/go-shellwords@v1.0.5 w/1 pkgs (24) ? attempt github.com/qri-io/jsonschema with 1 pkgs; at least 1 versions to try (31) try github.com/qri-io/jsonschema@v0.1.1 (31) ✓ select github.com/qri-io/jsonschema@v0.1.1 w/1 pkgs (25) ? attempt github.com/spf13/pflag with 1 pkgs; at least 1 versions to try (32) try github.com/spf13/pflag@master (32) ✓ select github.com/spf13/pflag@master w/1 pkgs (26) ? attempt github.com/jackpal/gateway with 1 pkgs; at least 1 versions to try (33) try github.com/jackpal/gateway@5ceb358a720efa82a5692470f37874b1f48035ad (33) ✓ select github.com/jackpal/gateway@5ceb358a720efa82a5692470f37874b1f48035ad w/1 pkgs (27) ? revisit github.com/docker/docker to add 11 pkgs (34) ✓ include 15 more pkgs from github.com/docker/docker@master (27) ? attempt github.com/pkg/errors with 1 pkgs; at least 1 versions to try (35) try github.com/pkg/errors@v0.8.1 (35) ✓ select github.com/pkg/errors@v0.8.1 w/1 pkgs (28) ? attempt github.com/globalsign/mgo with 1 pkgs; at least 1 versions to try (36) try github.com/globalsign/mgo@master (36) ✓ select github.com/globalsign/mgo@master w/5 pkgs (29) ? revisit github.com/docker/docker to add 2 pkgs (37) ✓ include 2 more pkgs from github.com/docker/docker@master (29) ? attempt github.com/google/shlex with 1 pkgs; at least 1 versions to try (38) try github.com/google/shlex@master (38) ✓ select github.com/google/shlex@master w/1 pkgs (30) ? attempt github.com/morikuni/aec with 1 pkgs; at least 1 versions to try (39) try github.com/morikuni/aec@master (39) ✓ select github.com/morikuni/aec@master w/1 pkgs (31) ? attempt github.com/dustin/go-humanize with 1 pkgs; at least 1 versions to try (40) try github.com/dustin/go-humanize@v1.0.0 (40) ✓ select github.com/dustin/go-humanize@v1.0.0 w/1 pkgs (32) ? attempt github.com/opencontainers/image-spec with 1 pkgs; at least 1 versions to try (41) try github.com/opencontainers/image-spec@v1.0.1 (41) ✓ select github.com/opencontainers/image-spec@v1.0.1 w/1 pkgs (33) ? attempt github.com/docker/go-events with 1 pkgs; at least 1 versions to try (42) try github.com/docker/go-events@master (42) ✓ select github.com/docker/go-events@master w/1 pkgs (34) ? attempt github.com/containerd/typeurl with 1 pkgs; at least 1 versions to try (43) try github.com/containerd/typeurl@master (43) ✓ select github.com/containerd/typeurl@master w/1 pkgs (35) ? attempt github.com/google/gofuzz with 1 pkgs; at least 1 versions to try (44) try github.com/google/gofuzz@v1.0.0 (44) ✓ select github.com/google/gofuzz@v1.0.0 w/1 pkgs (36) ? attempt github.com/gogo/protobuf with 2 pkgs; at least 1 versions to try (45) try github.com/gogo/protobuf@v1.2.1 (45) ✓ select github.com/gogo/protobuf@v1.2.1 w/2 pkgs (37) ? revisit github.com/docker/docker to add 1 pkgs (46) ✓ include 1 more pkgs from github.com/docker/docker@master (37) ? attempt gotest.tools with 5 pkgs; at least 1 versions to try (47) try gotest.tools@v2.3.0 (47) ✓ select gotest.tools@v2.3.0 w/9 pkgs (38) ? attempt github.com/imdario/mergo with 1 pkgs; at least 1 versions to try (48) try github.com/imdario/mergo@master (48) ✓ select github.com/imdario/mergo@master w/1 pkgs (39) ? attempt github.com/wadey/gocovmerge with 1 pkgs; at least 1 versions to try (49) try github.com/wadey/gocovmerge@master (49) ✓ select github.com/wadey/gocovmerge@master w/1 pkgs (40) ? attempt github.com/inconshreveable/mousetrap with 1 pkgs; at least 1 versions to try (50) try github.com/inconshreveable/mousetrap@v1.0 (50) ✓ select github.com/inconshreveable/mousetrap@v1.0 w/1 pkgs (41) ? attempt golang.org/x/text with 1 pkgs; at least 1 versions to try (51) try golang.org/x/text@v0.3.0 (51) ✓ select golang.org/x/text@v0.3.0 w/6 pkgs (42) ? attempt golang.org/x/net with 1 pkgs; at least 1 versions to try (52) try golang.org/x/net@master (52) ✓ select golang.org/x/net@master w/1 pkgs (43) ? revisit github.com/docker/go-connections to add 1 pkgs (53) ✓ include 1 more pkgs from github.com/docker/go-connections@v0.4.0 (43) ? revisit golang.org/x/net to add 1 pkgs (54) ✓ include 2 more pkgs from golang.org/x/net@master (43) ? attempt github.com/Azure/go-ansiterm with 2 pkgs; at least 1 versions to try (55) try github.com/Azure/go-ansiterm@master (55) ✓ select github.com/Azure/go-ansiterm@master w/2 pkgs (44) ? attempt github.com/oklog/ulid with 1 pkgs; at least 1 versions to try (56) try github.com/oklog/ulid@v1.3.1 (56) ✓ select github.com/oklog/ulid@v1.3.1 w/1 pkgs (45) ? attempt google.golang.org/genproto with 1 pkgs; at least 1 versions to try (57) try google.golang.org/genproto@master (57) ✓ select google.golang.org/genproto@master w/1 pkgs (46) ? attempt vbom.ml/util with 1 pkgs; at least 1 versions to try (58) try vbom.ml/util@master #12 DONE 109.3s #13 [invocation 3/4] COPY --from=build /go/src/github.com/docker/app/bin/cna... #13 DONE 0.5s #14 [invocation 4/4] WORKDIR /cnab/app #14 DONE 0.1s #15 exporting to image #15 exporting layers #15 exporting layers 0.3s done #15 writing image sha256:2b26acb95f9d8399d29abc00b043ebcba89e96c15f94c61f34849d862e9b7baa done #15 naming to docker.io/docker/cnab-app-base:jenkins-app-PR-755-19 done #15 DONE 0.3s docker save docker/cnab-app-base:jenkins-app-PR-755-19 -o _build/invocation-image.tar [Pipeline] sh (58) ✓ select vbom.ml/util@master w/1 pkgs (47) ? attempt github.com/google/go-cmp with 1 pkgs; at least 1 versions to try (59) try github.com/google/go-cmp@v0.2.0 (59) ✓ select github.com/google/go-cmp@v0.2.0 w/4 pkgs + make -f docker.Makefile INVOCATION_IMAGE_TAG=jenkins-app-PR-755-19-coverage OUTPUT=coverage-invocation-image.tar save-invocation-image-tag docker tag docker/cnab-app-base:jenkins-app-PR-755-19 docker/cnab-app-base:jenkins-app-PR-755-19-coverage docker save docker/cnab-app-base:jenkins-app-PR-755-19-coverage -o _build/coverage-invocation-image.tar [Pipeline] } [Pipeline] // ansiColor [Pipeline] dir Running in /home/ubuntu/workspace/app_PR-755/src/github.com/docker/app/_build [Pipeline] { [Pipeline] stash (48) ? attempt github.com/theupdateframework/notary with 8 pkgs; at least 1 versions to try (60) try github.com/theupdateframework/notary@v0.6.1 (60) ✓ select github.com/theupdateframework/notary@v0.6.1 w/14 pkgs (49) ? revisit github.com/docker/distribution to add 1 pkgs (61) ✓ include 1 more pkgs from github.com/docker/distribution@0d3efadf0154c2b8a4e7b6621fff9809655cc580 (49) ? attempt github.com/moby/buildkit with 4 pkgs; at least 1 versions to try (62) try github.com/moby/buildkit@v0.6.2 (62) ✓ select github.com/moby/buildkit@v0.6.2 w/24 pkgs (50) ? revisit github.com/containerd/containerd to add 5 pkgs (63) ✓ include 16 more pkgs from github.com/containerd/containerd@v1.3.0 (50) ? revisit github.com/gogo/protobuf to add 1 pkgs (64) ✓ include 3 more pkgs from github.com/gogo/protobuf@v1.2.1 (50) ? revisit github.com/gogo/protobuf to add 1 pkgs (65) ✓ include 3 more pkgs from github.com/gogo/protobuf@v1.2.1 (50) ? attempt k8s.io/client-go with 7 pkgs; at least 1 versions to try (66) try k8s.io/client-go@kubernetes-1.14.1 (66) ✓ select k8s.io/client-go@kubernetes-1.14.1 w/62 pkgs (51) ? attempt github.com/davecgh/go-spew with 1 pkgs; at least 1 versions to try (67) try github.com/davecgh/go-spew@v1.1.1 (67) ✓ select github.com/davecgh/go-spew@v1.1.1 w/1 pkgs (52) ? attempt github.com/opencontainers/go-digest with 1 pkgs; at least 1 versions to try (68) try github.com/opencontainers/go-digest@v1.0.0-rc1 (68) ✓ select github.com/opencontainers/go-digest@v1.0.0-rc1 w/1 pkgs (53) ? attempt github.com/docker/go-units with 1 pkgs; at least 1 versions to try (69) try github.com/docker/go-units@v0.3.3 (69) ✓ select github.com/docker/go-units@v0.3.3 w/1 pkgs (54) ? revisit github.com/opencontainers/image-spec to add 1 pkgs (70) ✓ include 1 more pkgs from github.com/opencontainers/image-spec@v1.0.1 (54) ? attempt golang.org/x/sync with 1 pkgs; at least 1 versions to try (71) try golang.org/x/sync@master (71) ✓ select golang.org/x/sync@master w/1 pkgs (55) ? revisit golang.org/x/net to add 1 pkgs (72) ✓ include 1 more pkgs from golang.org/x/net@master (55) ? attempt github.com/docker/swarmkit with 3 pkgs; at least 1 versions to try (73) try github.com/docker/swarmkit@18e7e58ea1a5ec016625a636d0d52500eea123bc (73) ✓ select github.com/docker/swarmkit@18e7e58ea1a5ec016625a636d0d52500eea123bc w/6 pkgs (56) ? revisit github.com/gogo/protobuf to add 1 pkgs (74) ✓ include 2 more pkgs from github.com/gogo/protobuf@v1.2.1 Stashed 1 file(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-755/19/stashes/invocation-image.tgz [Pipeline] stash (56) ? attempt github.com/coreos/etcd with 1 pkgs; at least 1 versions to try (75) try github.com/coreos/etcd@v3.3.12 (75) ✓ select github.com/coreos/etcd@v3.3.12 w/1 pkgs (57) ? revisit github.com/opencontainers/image-spec to add 1 pkgs (76) ✓ include 2 more pkgs from github.com/opencontainers/image-spec@v1.0.1 (57) ? attempt github.com/opencontainers/runc with 2 pkgs; at least 1 versions to try (77) try github.com/opencontainers/runc@v1.0.0-rc7 (77) ✓ select github.com/opencontainers/runc@v1.0.0-rc7 w/2 pkgs (58) ? attempt google.golang.org/grpc with 3 pkgs; at least 1 versions to try (78) try google.golang.org/grpc@v1.19.1 (78) ✓ select google.golang.org/grpc@v1.19.1 w/32 pkgs (59) ? attempt github.com/opencontainers/runtime-spec with 1 pkgs; at least 1 versions to try (79) try github.com/opencontainers/runtime-spec@29686dbc5559d93fb1ef402eeda3e35c38d75af4 (79) ✓ select github.com/opencontainers/runtime-spec@29686dbc5559d93fb1ef402eeda3e35c38d75af4 w/1 pkgs (60) ? attempt github.com/miekg/pkcs11 with 1 pkgs; at least 1 versions to try (80) try github.com/miekg/pkcs11@master (80) ✓ select github.com/miekg/pkcs11@master w/1 pkgs (61) ? revisit k8s.io/apimachinery to add 3 pkgs Stashed 1 file(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-755/19/stashes/coverage-invocation-image.tgz [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // dir Post stage [Pipeline] dir Running in /home/ubuntu/workspace/app_PR-755/src/github.com/docker/app [Pipeline] { [Pipeline] sh (81) ✓ include 29 more pkgs from k8s.io/apimachinery@kubernetes-1.14.1 (61) ? revisit k8s.io/client-go to add 1 pkgs (82) ✓ include 17 more pkgs from k8s.io/client-go@kubernetes-1.14.1 (61) ? revisit k8s.io/client-go to add 1 pkgs (83) ✓ include 17 more pkgs from k8s.io/client-go@kubernetes-1.14.1 (61) ? attempt github.com/hashicorp/go-version with 1 pkgs; at least 1 versions to try (84) try github.com/hashicorp/go-version@v1.1.0 + docker rmi docker/cnab-app-base:jenkins-app-PR-755-19 Untagged: docker/cnab-app-base:jenkins-app-PR-755-19 [Pipeline] sh (84) ✓ select github.com/hashicorp/go-version@v1.1.0 w/1 pkgs + docker rmi docker/cnab-app-base:jenkins-app-PR-755-19-coverage Untagged: docker/cnab-app-base:jenkins-app-PR-755-19-coverage Deleted: sha256:2b26acb95f9d8399d29abc00b043ebcba89e96c15f94c61f34849d862e9b7baa [Pipeline] } [Pipeline] // dir [Pipeline] deleteDir (62) ? attempt github.com/gofrs/flock with 1 pkgs; at least 1 versions to try (85) try github.com/gofrs/flock@v0.7.1 (85) ✓ select github.com/gofrs/flock@v0.7.1 w/1 pkgs (63) ? attempt github.com/gorilla/mux with 1 pkgs; at least 1 versions to try (86) try github.com/gorilla/mux@v1.7.1 (86) ✓ select github.com/gorilla/mux@v1.7.1 w/1 pkgs (64) ? revisit k8s.io/apimachinery to add 6 pkgs (87) ✓ include 22 more pkgs from k8s.io/apimachinery@kubernetes-1.14.1 [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } (64) ? attempt github.com/golang/protobuf with 2 pkgs; at least 1 versions to try (88) try github.com/golang/protobuf@v1.3.1 (88) ✓ select github.com/golang/protobuf@v1.3.1 w/5 pkgs (65) ? revisit google.golang.org/grpc to add 2 pkgs (89) ✓ include 2 more pkgs from google.golang.org/grpc@v1.19.1 (65) ? attempt github.com/googleapis/gnostic with 1 pkgs; at least 1 versions to try (90) try github.com/googleapis/gnostic@v0.2.0 (90) ✓ select github.com/googleapis/gnostic@v0.2.0 w/3 pkgs (66) ? revisit golang.org/x/net to add 1 pkgs (91) ✓ include 4 more pkgs from golang.org/x/net@master (66) ? attempt gopkg.in/inf.v0 with 1 pkgs; at least 1 versions to try (92) try gopkg.in/inf.v0@v0.9.1 (92) ✓ select gopkg.in/inf.v0@v0.9.1 w/1 pkgs (67) ? attempt k8s.io/klog with 1 pkgs; at least 1 versions to try (93) try k8s.io/klog@v0.2.0 (93) ✓ select k8s.io/klog@v0.2.0 w/1 pkgs (68) ? attempt github.com/qri-io/jsonpointer with 1 pkgs; at least 1 versions to try (94) try github.com/qri-io/jsonpointer@v0.1.0 (94) ✓ select github.com/qri-io/jsonpointer@v0.1.0 w/1 pkgs (69) ? attempt github.com/opentracing/opentracing-go with 1 pkgs; at least 1 versions to try (95) try github.com/opentracing/opentracing-go@v1.1.0 (95) ✓ select github.com/opentracing/opentracing-go@v1.1.0 w/2 pkgs (70) ? revisit github.com/golang/protobuf to add 2 pkgs (96) ✓ include 2 more pkgs from github.com/golang/protobuf@v1.3.1 (70) ? attempt golang.org/x/tools with 1 pkgs; at least 1 versions to try (97) try golang.org/x/tools@master (97) ✓ select golang.org/x/tools@master w/1 pkgs (71) ? attempt github.com/sirupsen/logrus with 1 pkgs; at least 1 versions to try (98) try github.com/sirupsen/logrus@v1.4.1 (98) ✓ select github.com/sirupsen/logrus@v1.4.1 w/1 pkgs (72) ? attempt github.com/konsorten/go-windows-terminal-sequences with 1 pkgs; at least 1 versions to try (99) try github.com/konsorten/go-windows-terminal-sequences@v1.0.2 (99) ✓ select github.com/konsorten/go-windows-terminal-sequences@v1.0.2 w/1 pkgs (73) ? revisit github.com/moby/buildkit to add 6 pkgs (100) ✓ include 28 more pkgs from github.com/moby/buildkit@v0.6.2 (73) ? attempt k8s.io/api with 1 pkgs; at least 1 versions to try (101) try k8s.io/api@kubernetes-1.14.1 (101) ✓ select k8s.io/api@kubernetes-1.14.1 w/1 pkgs (74) ? attempt github.com/json-iterator/go with 1 pkgs; at least 1 versions to try (102) try github.com/json-iterator/go@v1.1.6 (102) ✓ select github.com/json-iterator/go@v1.1.6 w/1 pkgs (75) ? attempt github.com/agl/ed25519 with 1 pkgs; at least 1 versions to try (103) try github.com/agl/ed25519@master (103) ✓ select github.com/agl/ed25519@master w/2 pkgs (76) ? revisit google.golang.org/grpc to add 2 pkgs (104) ✓ include 33 more pkgs from google.golang.org/grpc@v1.19.1 (76) ? attempt github.com/xeipuuv/gojsonschema with 1 pkgs; at least 1 versions to try (105) try github.com/xeipuuv/gojsonschema@v1.2.0 (105) ✓ select github.com/xeipuuv/gojsonschema@v1.2.0 w/1 pkgs (77) ? revisit k8s.io/api to add 1 pkgs (106) ✓ include 2 more pkgs from k8s.io/api@kubernetes-1.14.1 (77) ? attempt golang.org/x/sys with 2 pkgs; at least 1 versions to try (107) try golang.org/x/sys@master (107) ✓ select golang.org/x/sys@master w/2 pkgs (78) ? attempt github.com/tonistiigi/units with 1 pkgs; at least 1 versions to try (108) try github.com/tonistiigi/units@master (108) ✓ select github.com/tonistiigi/units@master w/1 pkgs (79) ? revisit github.com/golang/protobuf to add 1 pkgs (109) ✓ include 2 more pkgs from github.com/golang/protobuf@v1.3.1 (79) ? attempt github.com/grpc-ecosystem/grpc-opentracing with 1 pkgs; at least 1 versions to try (110) try github.com/grpc-ecosystem/grpc-opentracing@master (110) ✓ select github.com/grpc-ecosystem/grpc-opentracing@master w/1 pkgs (80) ? revisit github.com/opentracing/opentracing-go to add 2 pkgs (111) ✓ include 3 more pkgs from github.com/opentracing/opentracing-go@v1.1.0 (80) ? attempt golang.org/x/oauth2 with 1 pkgs; at least 1 versions to try (112) try golang.org/x/oauth2@master (112) ✓ select golang.org/x/oauth2@master w/2 pkgs (81) ? attempt github.com/tonistiigi/fsutil with 2 pkgs; at least 1 versions to try (113) try github.com/tonistiigi/fsutil@master (113) ✓ select github.com/tonistiigi/fsutil@master w/2 pkgs (82) ? revisit github.com/docker/docker to add 1 pkgs (114) ✓ include 1 more pkgs from github.com/docker/docker@master (82) ? revisit golang.org/x/sync to add 1 pkgs (115) ✓ include 1 more pkgs from golang.org/x/sync@master (82) ? attempt k8s.io/utils with 3 pkgs; at least 1 versions to try (116) try k8s.io/utils@master (116) ✓ select k8s.io/utils@master w/3 pkgs (83) ? revisit k8s.io/apimachinery to add 15 pkgs (117) ✓ include 37 more pkgs from k8s.io/apimachinery@kubernetes-1.14.1 (83) ? attempt github.com/modern-go/concurrent with 1 pkgs; at least 1 versions to try (118) try github.com/modern-go/concurrent@1.0.3 (118) ✓ select github.com/modern-go/concurrent@1.0.3 w/1 pkgs (84) ? attempt github.com/mitchellh/mapstructure with 1 pkgs; at least 1 versions to try (119) try github.com/mitchellh/mapstructure@v1.1.2 (119) ✓ select github.com/mitchellh/mapstructure@v1.1.2 w/1 pkgs (85) ? attempt github.com/syndtr/gocapability with 1 pkgs; at least 1 versions to try (120) try github.com/syndtr/gocapability@master (120) ✓ select github.com/syndtr/gocapability@master w/1 pkgs (86) ? attempt gopkg.in/yaml.v2 with 1 pkgs; at least 1 versions to try (121) try gopkg.in/yaml.v2@v2.2.3 (121) ✓ select gopkg.in/yaml.v2@v2.2.3 w/1 pkgs (87) ? revisit golang.org/x/net to add 2 pkgs (122) ✓ include 3 more pkgs from golang.org/x/net@master (87) ? attempt k8s.io/kubernetes with 1 pkgs; at least 1 versions to try (123) try k8s.io/kubernetes@v1.14.1 (123) ✓ select k8s.io/kubernetes@v1.14.1 w/1 pkgs (88) ? attempt github.com/modern-go/reflect2 with 1 pkgs; at least 1 versions to try (124) try github.com/modern-go/reflect2@1.0.1 (124) ✓ select github.com/modern-go/reflect2@1.0.1 w/1 pkgs (89) ? revisit google.golang.org/grpc to add 1 pkgs (125) ✓ include 3 more pkgs from google.golang.org/grpc@v1.19.1 (89) ? revisit k8s.io/apimachinery to add 1 pkgs (126) ✓ include 1 more pkgs from k8s.io/apimachinery@kubernetes-1.14.1 (89) ? revisit golang.org/x/oauth2 to add 1 pkgs (127) ✓ include 5 more pkgs from golang.org/x/oauth2@master (89) ? revisit golang.org/x/text to add 3 pkgs (128) ✓ include 14 more pkgs from golang.org/x/text@v0.3.0 (89) ? attempt github.com/prometheus/client_golang with 1 pkgs; at least 1 versions to try (129) try github.com/prometheus/client_golang@v0.8.0 (129) ✓ select github.com/prometheus/client_golang@v0.8.0 w/1 pkgs (90) ? attempt golang.org/x/crypto with 2 pkgs; at least 1 versions to try (130) try golang.org/x/crypto@master (130) ✓ select golang.org/x/crypto@master w/8 pkgs (91) ? revisit golang.org/x/sys to add 1 pkgs (131) ✓ include 2 more pkgs from golang.org/x/sys@master (91) ? attempt github.com/jaguilar/vt100 (from github.com/tonistiigi/vt100) with 1 pkgs; at least 1 versions to try (132) try github.com/jaguilar/vt100 (from github.com/tonistiigi/vt100)@ad4c4a5743050fb7f88ce968dca9422f72a0e3f2 (132) ✓ select github.com/jaguilar/vt100 (from github.com/tonistiigi/vt100)@ad4c4a5743050fb7f88ce968dca9422f72a0e3f2 w/1 pkgs (92) ? revisit k8s.io/apimachinery to add 2 pkgs (133) ✓ include 2 more pkgs from k8s.io/apimachinery@kubernetes-1.14.1 (92) ? revisit k8s.io/api to add 34 pkgs (134) ✓ include 35 more pkgs from k8s.io/api@kubernetes-1.14.1 (92) ? attempt github.com/beorn7/perks with 1 pkgs; at least 1 versions to try (135) try github.com/beorn7/perks@master (135) ✓ select github.com/beorn7/perks@master w/1 pkgs (93) ? attempt github.com/prometheus/client_model with 1 pkgs; at least 1 versions to try (136) try github.com/prometheus/client_model@master (136) ✓ select github.com/prometheus/client_model@master w/1 pkgs (94) ? attempt github.com/prometheus/procfs with 1 pkgs; at least 1 versions to try (137) try github.com/prometheus/procfs@master (137) ✓ select github.com/prometheus/procfs@master w/1 pkgs (95) ? attempt golang.org/x/time with 1 pkgs; at least 1 versions to try (138) try golang.org/x/time@master (138) ✓ select golang.org/x/time@master w/1 pkgs (96) ? attempt github.com/hashicorp/golang-lru with 1 pkgs; at least 1 versions to try (139) try github.com/hashicorp/golang-lru@v0.5.1 (139) ✓ select github.com/hashicorp/golang-lru@v0.5.1 w/2 pkgs (97) ? attempt cloud.google.com/go with 1 pkgs; at least 1 versions to try (140) try cloud.google.com/go@v0.37.4 (140) ✓ select cloud.google.com/go@v0.37.4 w/1 pkgs (98) ? attempt google.golang.org/appengine with 1 pkgs; at least 1 versions to try (141) try google.golang.org/appengine@v1.5.0 (141) ✓ select google.golang.org/appengine@v1.5.0 w/8 pkgs (99) ? attempt github.com/xeipuuv/gojsonreference with 1 pkgs; at least 1 versions to try (142) try github.com/xeipuuv/gojsonreference@master (142) ✓ select github.com/xeipuuv/gojsonreference@master w/1 pkgs (100) ? revisit golang.org/x/crypto to add 2 pkgs (143) ✓ include 2 more pkgs from golang.org/x/crypto@master (100) ? attempt github.com/prometheus/common with 2 pkgs; at least 1 versions to try (144) try github.com/prometheus/common@v0.2.0 (144) ✓ select github.com/prometheus/common@v0.2.0 w/3 pkgs (101) ? revisit google.golang.org/appengine to add 1 pkgs (145) ✓ include 7 more pkgs from google.golang.org/appengine@v1.5.0 (101) ? attempt github.com/matttproud/golang_protobuf_extensions with 1 pkgs; at least 1 versions to try (146) try github.com/matttproud/golang_protobuf_extensions@v1.0.1 (146) ✓ select github.com/matttproud/golang_protobuf_extensions@v1.0.1 w/1 pkgs (102) ? attempt github.com/xeipuuv/gojsonpointer with 1 pkgs; at least 1 versions to try (147) try github.com/xeipuuv/gojsonpointer@master (147) ✓ select github.com/xeipuuv/gojsonpointer@master w/1 pkgs (103) ? attempt sigs.k8s.io/yaml with 1 pkgs; at least 1 versions to try (148) try sigs.k8s.io/yaml@v1.1.0 (148) ✓ select sigs.k8s.io/yaml@v1.1.0 w/1 pkgs ✓ found solution with 602 packages from 103 projects Solver wall times by segment: b-rev-present-in: 1m48.223911848s b-source-exists: 1m31.422717762s b-list-pkgs: 11.69511068s b-gmal: 6.452716864s b-deduce-proj-root: 2.985205792s satisfy: 388.423002ms select-atom: 374.613066ms new-atom: 5.410125ms select-root: 2.480821ms other: 763.206µs add-atom: 563.178µs TOTAL: 3m41.551916344s (1/103) Wrote github.com/gorilla/mux@v1.7.1 (2/103) Wrote github.com/grpc-ecosystem/grpc-opentracing@master (3/103) Wrote github.com/jackpal/gateway@5ceb358a720efa82a5692470f37874b1f48035ad (4/103) Wrote github.com/oklog/ulid@v1.3.1 (5/103) Wrote github.com/xeipuuv/gojsonschema@v1.2.0 (6/103) Wrote github.com/google/go-cmp@v0.2.0 (7/103) Wrote github.com/konsorten/go-windows-terminal-sequences@v1.0.2 (8/103) Wrote k8s.io/apimachinery@kubernetes-1.14.1 (9/103) Wrote github.com/opentracing/opentracing-go@v1.1.0 (10/103) Wrote github.com/globalsign/mgo@master (11/103) Wrote github.com/xeipuuv/gojsonreference@master (12/103) Wrote github.com/opencontainers/runc@v1.0.0-rc7 (13/103) Wrote golang.org/x/sys@master (14/103) Wrote github.com/xeipuuv/gojsonpointer@master (15/103) Wrote github.com/containerd/console@master (16/103) Wrote github.com/prometheus/common@v0.2.0 (17/103) Wrote k8s.io/client-go@kubernetes-1.14.1 (18/103) Wrote github.com/inconshreveable/mousetrap@v1.0 (19/103) Wrote github.com/opencontainers/runtime-spec@29686dbc5559d93fb1ef402eeda3e35c38d75af4 (20/103) Wrote k8s.io/klog@v0.2.0 (21/103) Wrote github.com/prometheus/client_golang@v0.8.0 (22/103) Wrote github.com/Masterminds/semver@v1.4.2 (23/103) Wrote github.com/docker/go@v1.5.1-1 (24/103) Wrote github.com/docker/go-connections@v0.4.0 (25/103) Wrote github.com/Azure/go-ansiterm@master (26/103) Wrote golang.org/x/sync@master (27/103) Wrote google.golang.org/appengine@v1.5.0 (28/103) Wrote github.com/sirupsen/logrus@v1.4.1 (29/103) Wrote github.com/tonistiigi/fsutil@master (30/103) Wrote github.com/containerd/typeurl@master (31/103) Wrote github.com/miekg/pkcs11@master (32/103) Wrote gopkg.in/inf.v0@v0.9.1 (33/103) Wrote github.com/mitchellh/mapstructure@v1.1.2 (34/103) Wrote github.com/containerd/ttrpc@master (35/103) Wrote k8s.io/utils@master (36/103) Wrote github.com/docker/go-events@master (37/103) Wrote github.com/gofrs/flock@v0.7.1 (38/103) Wrote github.com/qri-io/jsonpointer@v0.1.0 (39/103) Wrote github.com/Microsoft/hcsshim@2226e083fc390003ae5aa8325c3c92789afa0e7a (40/103) Wrote github.com/theupdateframework/notary@v0.6.1 (41/103) Wrote github.com/agl/ed25519@master (42/103) Wrote github.com/json-iterator/go@v1.1.6 (43/103) Wrote github.com/mattn/go-shellwords@v1.0.5 (44/103) Wrote github.com/modern-go/concurrent@1.0.3 (45/103) Wrote vbom.ml/util@master (46/103) Wrote golang.org/x/oauth2@master (47/103) Wrote github.com/docker/cnab-to-oci@v0.3.0-beta1 (48/103) Wrote github.com/matttproud/golang_protobuf_extensions@v1.0.1 (49/103) Wrote github.com/pkg/errors@v0.8.1 (50/103) Wrote github.com/docker/go-metrics@d466d4f6fd960e01820085bd7e1a24426ee7ef18 (51/103) Wrote google.golang.org/grpc@v1.19.1 (52/103) Wrote github.com/spf13/pflag@master (53/103) Wrote github.com/opencontainers/image-spec@v1.0.1 (54/103) Wrote github.com/docker/docker-credential-helpers@v0.6.1 (55/103) Wrote github.com/jaguilar/vt100 (from github.com/tonistiigi/vt100)@ad4c4a5743050fb7f88ce968dca9422f72a0e3f2 (56/103) Wrote github.com/dustin/go-humanize@v1.0.0 (57/103) Wrote golang.org/x/time@master (58/103) Wrote github.com/morikuni/aec@master (59/103) Wrote golang.org/x/tools@master (60/103) Wrote golang.org/x/net@master (61/103) Wrote github.com/wadey/gocovmerge@master (62/103) Wrote github.com/hashicorp/go-version@v1.1.0 (63/103) Wrote github.com/docker/go-units@v0.3.3 (64/103) Wrote github.com/googleapis/gnostic@v0.2.0 (65/103) Wrote github.com/beorn7/perks@master (66/103) Wrote github.com/gogo/protobuf@v1.2.1 (67/103) Wrote github.com/prometheus/client_model@master (68/103) Wrote github.com/imdario/mergo@master (69/103) Wrote github.com/prometheus/procfs@master (70/103) Wrote k8s.io/api@kubernetes-1.14.1 (71/103) Wrote github.com/containerd/fifo@master (72/103) Wrote github.com/google/gofuzz@v1.0.0 (73/103) Wrote github.com/Microsoft/go-winio@v0.4.12 (74/103) Wrote github.com/tonistiigi/units@master (75/103) Wrote github.com/opencontainers/go-digest@v1.0.0-rc1 (76/103) Wrote github.com/syndtr/gocapability@master (77/103) Wrote github.com/qri-io/jsonschema@v0.1.1 (78/103) Wrote github.com/docker/swarmkit@18e7e58ea1a5ec016625a636d0d52500eea123bc (79/103) Wrote github.com/deislabs/cnab-go@v0.7.1-beta1 (80/103) Wrote sigs.k8s.io/yaml@v1.1.0 (81/103) Wrote github.com/google/shlex@master (82/103) Wrote github.com/containerd/continuity@master (83/103) Wrote github.com/davecgh/go-spew@v1.1.1 (84/103) Wrote gopkg.in/yaml.v2@v2.2.3 (85/103) Wrote golang.org/x/text@v0.3.0 (86/103) Wrote github.com/gogo/googleapis@v1.2.0 (87/103) Wrote github.com/docker/distribution@0d3efadf0154c2b8a4e7b6621fff9809655cc580 (88/103) Wrote github.com/hashicorp/golang-lru@v0.5.1 (89/103) Wrote github.com/spf13/cobra@v0.0.5 (90/103) Wrote golang.org/x/crypto@master (91/103) Wrote github.com/docker/buildx@v0.3.1 (92/103) Wrote github.com/modern-go/reflect2@1.0.1 (93/103) Wrote gotest.tools@v2.3.0 (94/103) Wrote github.com/golang/protobuf@v1.3.1 (95/103) Wrote github.com/docker/compose-on-kubernetes@v0.4.21 (96/103) Wrote cloud.google.com/go@v0.37.4 (97/103) Wrote github.com/coreos/etcd@v3.3.12 (98/103) Wrote github.com/containerd/containerd@v1.3.0 (99/103) Wrote google.golang.org/genproto@master (100/103) Wrote github.com/moby/buildkit@v0.6.2 (101/103) Wrote github.com/docker/cli@37f9a88c696ae81be14c1697bd083d6421b4933c (102/103) Wrote github.com/docker/docker@master (103/103) Wrote k8s.io/kubernetes@v1.14.1 vendor is correct [Pipeline] } [Pipeline] // ansiColor [Pipeline] } [Pipeline] // dir Post stage [Pipeline] deleteDir [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } #11 DONE 132.0s #12 [cli 1/3] COPY --from=cli-build /go/src/github.com/docker/cli/build/dock... #12 DONE 0.1s #13 [cli 2/3] COPY --from=cli-build /go/src/github.com/docker/cli/build/dock... #13 DONE 0.5s #14 [cli 3/3] COPY --from=cli-build /go/src/github.com/docker/cli/build/dock... #14 DONE 0.2s #15 exporting to client #15 copying files 16.36MB 0.1s #15 copying files 184.16MB 1.2s done #15 DONE 1.7s docker build --build-arg TAG=jenkins-app-PR-755-19 --build-arg COMMIT=f08376ef --build-arg ALPINE_VERSION=3.10.3 --build-arg GOPROXY=direct --output type=local,dest=./bin/ --target=cross -t docker-app-cross:jenkins-app-PR-755-19 . #2 [internal] load .dockerignore #2 transferring context: 34B done #2 DONE 0.0s #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 38B done #1 DONE 0.0s #4 [internal] load metadata for docker.io/dockercore/golang-cross:1.12.9@sh... #4 DONE 0.0s #3 [internal] load metadata for docker.io/library/golang:1.13.3 #3 DONE 0.2s #8 [cli-build 1/8] FROM docker.io/dockercore/golang-cross:1.12.9@sha256:3ea... #8 DONE 0.0s #12 [cli-build 5/8] RUN mkdir build #12 CACHED #11 [cli-build 4/8] RUN git clone https://github.com/docker/cli . && git che... #11 CACHED #13 [cli-build 6/8] RUN curl -fL https://download.docker.com/linux/static/st... #13 CACHED #9 [cli-build 2/8] RUN apt-get install -y -q --no-install-recommends core... #9 CACHED #10 [cli-build 3/8] WORKDIR /go/src/github.com/docker/cli #10 CACHED #14 [cli-build 7/8] RUN curl -fL https://download.docker.com/mac/static/stab... #14 CACHED #15 [cli-build 8/8] RUN make binary-windows #15 CACHED #5 [dev 1/9] FROM docker.io/library/golang:1.13.3@sha256:6a693fbaba7dd8d816... #5 resolve docker.io/library/golang:1.13.3@sha256:6a693fbaba7dd8d816f6afce049fb92b280c588e0a677c4c8db26645e613fc15 done #5 sha256:3d607e3e3a9dd7d1094b634e6d1f69ae65f5d9a2193d3b3b9fd46b780bd221fe 1.79kB / 1.79kB done #5 sha256:c7b7d16361e00faca0e9393f3f43923f25ceb1210face87839dfc5de988905c1 0B / 50.38MB 0.2s #5 sha256:b7a128769df1909f91b589d0a4a2e1c1671aebc047a9f46b4b30dfeb7308ea6a 7.81MB / 7.81MB 0.2s #5 sha256:6a693fbaba7dd8d816f6afce049fb92b280c588e0a677c4c8db26645e613fc15 2.16kB / 2.16kB done #5 sha256:dc7582e06f8e0a61b450f02b8ab83484acc6b437a75b4e9959f11a964aea1169 5.46kB / 5.46kB done #5 sha256:1128949d0793d2435bb1f0640a777f32feee88b71d4fe234121c3cfb345a80c4 0B / 10.00MB 0.2s #5 sha256:b7a128769df1909f91b589d0a4a2e1c1671aebc047a9f46b4b30dfeb7308ea6a 7.81MB / 7.81MB 0.2s done #5 sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713 5.38MB / 51.77MB 0.3s #5 sha256:c7b7d16361e00faca0e9393f3f43923f25ceb1210face87839dfc5de988905c1 9.61MB / 50.38MB 0.5s #5 sha256:1128949d0793d2435bb1f0640a777f32feee88b71d4fe234121c3cfb345a80c4 6.74MB / 10.00MB 0.5s #5 sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713 18.39MB / 51.77MB 0.5s #5 sha256:c7b7d16361e00faca0e9393f3f43923f25ceb1210face87839dfc5de988905c1 17.82MB / 50.38MB 0.6s #5 sha256:1128949d0793d2435bb1f0640a777f32feee88b71d4fe234121c3cfb345a80c4 10.00MB / 10.00MB 0.6s done #5 sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713 24.55MB / 51.77MB 0.6s #5 sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 0B / 68.52MB 0.6s #5 sha256:c7b7d16361e00faca0e9393f3f43923f25ceb1210face87839dfc5de988905c1 24.09MB / 50.38MB 0.7s #5 sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713 29.09MB / 51.77MB 0.7s #5 sha256:c7b7d16361e00faca0e9393f3f43923f25ceb1210face87839dfc5de988905c1 28.30MB / 50.38MB 0.8s #5 sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713 32.16MB / 51.77MB 0.8s #5 sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 7.42MB / 68.52MB 0.8s #5 sha256:c7b7d16361e00faca0e9393f3f43923f25ceb1210face87839dfc5de988905c1 38.26MB / 50.38MB 1.0s #5 sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713 49.09MB / 51.77MB 1.0s #5 sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 19.56MB / 68.52MB 1.0s #5 sha256:c7b7d16361e00faca0e9393f3f43923f25ceb1210face87839dfc5de988905c1 42.80MB / 50.38MB 1.1s #5 sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713 51.77MB / 51.77MB 1.1s #5 sha256:c7b7d16361e00faca0e9393f3f43923f25ceb1210face87839dfc5de988905c1 50.38MB / 50.38MB 1.3s done #5 sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713 51.77MB / 51.77MB 1.2s done #5 sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 38.43MB / 68.52MB 1.4s #5 sha256:f332e1ccc3d895f13e9660c053e8bda16c4894c5179526cf7702ad014cd5fa88 5.73MB / 120.06MB 1.4s #5 sha256:07e0a3e016334dc43ddfb498264511edf2341c6a4c9ceea921f6100e70bae220 125B / 125B 1.4s done #5 sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 42.71MB / 68.52MB 1.5s #5 extracting sha256:c7b7d16361e00faca0e9393f3f43923f25ceb1210face87839dfc5de988905c1 #5 sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 52.21MB / 68.52MB 1.7s #5 sha256:f332e1ccc3d895f13e9660c053e8bda16c4894c5179526cf7702ad014cd5fa88 20.86MB / 120.06MB 1.7s #5 sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 57.05MB / 68.52MB 1.8s #5 sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 61.65MB / 68.52MB 1.9s #5 sha256:f332e1ccc3d895f13e9660c053e8bda16c4894c5179526cf7702ad014cd5fa88 34.83MB / 120.06MB 1.9s #5 sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 68.52MB / 68.52MB 2.1s #5 sha256:f332e1ccc3d895f13e9660c053e8bda16c4894c5179526cf7702ad014cd5fa88 47.04MB / 120.06MB 2.1s #5 sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 68.52MB / 68.52MB 2.3s done #5 sha256:f332e1ccc3d895f13e9660c053e8bda16c4894c5179526cf7702ad014cd5fa88 61.31MB / 120.06MB 2.3s #5 sha256:f332e1ccc3d895f13e9660c053e8bda16c4894c5179526cf7702ad014cd5fa88 79.92MB / 120.06MB 2.5s #5 sha256:f332e1ccc3d895f13e9660c053e8bda16c4894c5179526cf7702ad014cd5fa88 88.72MB / 120.06MB 2.6s #5 sha256:f332e1ccc3d895f13e9660c053e8bda16c4894c5179526cf7702ad014cd5fa88 101.99MB / 120.06MB 2.8s #5 sha256:f332e1ccc3d895f13e9660c053e8bda16c4894c5179526cf7702ad014cd5fa88 109.73MB / 120.06MB 2.9s #5 sha256:f332e1ccc3d895f13e9660c053e8bda16c4894c5179526cf7702ad014cd5fa88 120.06MB / 120.06MB 3.1s #5 sha256:f332e1ccc3d895f13e9660c053e8bda16c4894c5179526cf7702ad014cd5fa88 120.06MB / 120.06MB 3.3s done #5 ... #21 [internal] load build context #21 transferring context: 73.81MB 3.5s done #21 DONE 3.6s #5 [dev 1/9] FROM docker.io/library/golang:1.13.3@sha256:6a693fbaba7dd8d816... #5 extracting sha256:c7b7d16361e00faca0e9393f3f43923f25ceb1210face87839dfc5de988905c1 3.2s done #5 extracting sha256:b7a128769df1909f91b589d0a4a2e1c1671aebc047a9f46b4b30dfeb7308ea6a #5 extracting sha256:b7a128769df1909f91b589d0a4a2e1c1671aebc047a9f46b4b30dfeb7308ea6a 0.3s done #5 extracting sha256:1128949d0793d2435bb1f0640a777f32feee88b71d4fe234121c3cfb345a80c4 #5 extracting sha256:1128949d0793d2435bb1f0640a777f32feee88b71d4fe234121c3cfb345a80c4 0.2s done #5 extracting sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713 0.1s #5 extracting sha256:667692510b7038b74e221f92eb33610e4968b669c8a718378ecb1f78739c3713 2.0s done #5 extracting sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 #5 extracting sha256:c70d80036479d598a6173d377ad1e726df898511a98ba73896f3798635e41f62 2.2s done #5 extracting sha256:f332e1ccc3d895f13e9660c053e8bda16c4894c5179526cf7702ad014cd5fa88 #5 extracting sha256:f332e1ccc3d895f13e9660c053e8bda16c4894c5179526cf7702ad014cd5fa88 4.3s done #5 extracting sha256:07e0a3e016334dc43ddfb498264511edf2341c6a4c9ceea921f6100e70bae220 done #5 DONE 14.7s #6 [dev 2/9] RUN apt-get update && apt-get install -y -q --no-install-recom... #6 0.923 Get:1 http://deb.debian.org/debian buster InRelease [122 kB] #6 0.926 Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] #6 0.935 Get:3 http://deb.debian.org/debian buster-updates InRelease [49.3 kB] #6 1.020 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [158 kB] #6 1.125 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7908 kB] #6 1.262 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [5792 B] #6 2.433 Fetched 8308 kB in 2s (4717 kB/s) #6 2.433 Reading package lists... #6 3.101 Reading package lists... #6 3.690 Building dependency tree... #6 3.796 Reading state information... #6 3.935 coreutils is already the newest version (8.30-3). #6 3.935 coreutils set to manually installed. #6 3.935 util-linux is already the newest version (2.33.1-0.1). #6 3.935 util-linux set to manually installed. #6 3.935 The following NEW packages will be installed: #6 3.935 uuid-runtime #6 4.201 0 upgraded, 1 newly installed, 0 to remove and 14 not upgraded. #6 4.201 Need to get 95.2 kB of archives. #6 4.201 After this operation, 211 kB of additional disk space will be used. #6 4.201 Get:1 http://deb.debian.org/debian buster/main amd64 uuid-runtime amd64 2.33.1-0.1 [95.2 kB] #6 4.316 debconf: delaying package configuration, since apt-utils is not installed #6 4.340 Fetched 95.2 kB in 0s (371 kB/s) #6 4.367 Selecting previously unselected package uuid-runtime. #6 4.367 (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 ... 15394 files and directories currently installed.) #6 4.374 Preparing to unpack .../uuid-runtime_2.33.1-0.1_amd64.deb ... #6 4.378 Unpacking uuid-runtime (2.33.1-0.1) ... #6 4.422 Setting up uuid-runtime (2.33.1-0.1) ... #6 4.461 Adding group `uuidd' (GID 102) ... #6 4.477 Done. #6 4.502 Warning: The home dir /run/uuidd you specified can't be accessed: No such file or directory #6 4.503 Adding system user `uuidd' (UID 101) ... #6 4.503 Adding new user `uuidd' (UID 101) with group `uuidd' ... #6 4.549 Not creating home directory `/run/uuidd'. #6 4.558 invoke-rc.d: could not determine current runlevel #6 4.560 invoke-rc.d: policy-rc.d denied execution of start. #6 DONE 5.8s #7 [dev 3/9] WORKDIR /go/src/github.com/docker/app/ #7 DONE 0.0s #16 [dev 4/9] COPY --from=cli-build /go/src/github.com/docker/cli/build/dock... #16 DONE 0.3s #17 [dev 5/9] RUN curl -o /usr/bin/dep -L https://github.com/golang/dep/rele... #17 0.623 % Total % Received % Xferd Average Speed Time Time Time Current #17 0.623 Dload Upload Total Spent Left Speed #17 0.623 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 605 0 605 0 0 4230 0 --:--:-- --:--:-- --:--:-- 4230 #17 0.883 100 10.5M 100 10.5M 0 0 40.4M 0 --:--:-- --:--:-- --:--:-- 40.4M #17 DONE 1.0s #18 [dev 6/9] RUN mkdir /go/src/gotest.tools && git clone -q https://githu... #18 11.03 go: downloading gotest.tools v2.1.0+incompatible #18 11.07 go: extracting gotest.tools v2.1.0+incompatible #18 11.09 go: downloading github.com/spf13/pflag v1.0.1 #18 11.09 go: downloading github.com/sirupsen/logrus v1.0.5 #18 11.09 go: downloading github.com/pkg/errors v0.8.0 #18 11.09 go: downloading github.com/fatih/color v1.6.0 #18 11.10 go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f #18 11.10 go: downloading github.com/jonboulle/clockwork v0.1.0 #18 11.13 go: extracting github.com/pkg/errors v0.8.0 #18 11.19 go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f #18 11.19 go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc #18 11.20 go: extracting github.com/jonboulle/clockwork v0.1.0 #18 11.20 go: extracting github.com/sirupsen/logrus v1.0.5 #18 11.21 go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 #18 11.21 go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e #18 11.21 go: extracting github.com/spf13/pflag v1.0.1 #18 11.56 go: extracting github.com/fatih/color v1.6.0 #18 11.56 go: downloading github.com/mattn/go-isatty v0.0.3 #18 11.57 go: downloading github.com/mattn/go-colorable v0.0.9 #18 11.61 go: extracting github.com/mattn/go-colorable v0.0.9 #18 11.62 go: extracting github.com/mattn/go-isatty v0.0.3 #18 12.14 go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 #18 12.32 go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc #18 12.41 go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e #18 12.49 go: finding github.com/fatih/color v1.6.0 #18 12.49 go: finding github.com/pkg/errors v0.8.0 #18 12.50 go: finding github.com/sirupsen/logrus v1.0.5 #18 12.51 go: finding github.com/mattn/go-colorable v0.0.9 #18 12.51 go: finding github.com/spf13/pflag v1.0.1 #18 12.51 go: finding github.com/mattn/go-isatty v0.0.3 #18 12.53 go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 #18 12.53 go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e #18 12.54 go: finding github.com/jonboulle/clockwork v0.1.0 #18 12.55 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f #18 12.56 go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc #18 DONE 35.2s #19 [dev 7/9] RUN GOOS=linux go build -o /usr/local/bin/test2json-linux ... #19 DONE 2.0s #20 [dev 8/9] RUN go get -d gopkg.in/mjibson/esc.v0 && cd /go/src/github.c... #20 7.767 golang.org/x/tools/internal/semver #20 7.801 github.com/pkg/errors #20 7.812 golang.org/x/tools/go/ast/astutil #20 7.861 golang.org/x/tools/go/internal/gcimporter #20 8.127 golang.org/x/tools/go/internal/packagesdriver #20 8.218 golang.org/x/tools/internal/fastwalk #20 8.290 golang.org/x/tools/internal/gopathwalk #20 8.352 golang.org/x/tools/internal/span #20 8.527 golang.org/x/tools/internal/module #20 8.593 golang.org/x/tools/go/gcexportdata #20 8.622 golang.org/x/tools/go/packages #20 8.871 golang.org/x/tools/internal/imports #20 9.286 golang.org/x/tools/imports #20 9.300 github.com/mjibson/esc/embed #20 9.347 github.com/mjibson/esc #20 DONE 10.5s #22 [dev 9/9] COPY . . #22 DONE 1.0s #23 [cross-build 1/1] RUN make TAG=jenkins-app-PR-755-19 cross #23 0.856 GOOS=linux CGO_ENABLED=0 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=f08376ef -X github.com/docker/app/internal.Version=jenkins-app-PR-755-19 -X github.com/docker/app/internal.BuildTime=2019-11-26T12:30:39Z" -o bin/docker-app-linux ./cmd/docker-app #23 56.68 GOOS=darwin CGO_ENABLED=0 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=f08376ef -X github.com/docker/app/internal.Version=jenkins-app-PR-755-19 -X github.com/docker/app/internal.BuildTime=2019-11-26T12:30:39Z" -o bin/docker-app-darwin ./cmd/docker-app #23 114.9 GOOS=windows CGO_ENABLED=0 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=f08376ef -X github.com/docker/app/internal.Version=jenkins-app-PR-755-19 -X github.com/docker/app/internal.BuildTime=2019-11-26T12:30:39Z" -o bin/docker-app-windows.exe ./cmd/docker-app #23 DONE 173.9s #24 [cross 1/3] COPY --from=cross-build /go/src/github.com/docker/app/bin/do... #24 DONE 0.1s #25 [cross 2/3] COPY --from=cross-build /go/src/github.com/docker/app/bin/do... #25 DONE 0.2s #26 [cross 3/3] COPY --from=cross-build /go/src/github.com/docker/app/bin/do... #26 DONE 0.2s #27 exporting to client #27 copying files 14.00MB 0.1s #27 copying files 124.61MB 0.8s done #27 DONE 1.2s docker build --build-arg TAG=jenkins-app-PR-755-19 --build-arg COMMIT=f08376ef --build-arg ALPINE_VERSION=3.10.3 --build-arg GOPROXY=direct --output type=local,dest=./bin/ --target=e2e-cross -t docker-app-e2e-cross:jenkins-app-PR-755-19 . #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 38B done #1 DONE 0.0s #2 [internal] load .dockerignore #2 transferring context: 34B done #2 DONE 0.0s #4 [internal] load metadata for docker.io/dockercore/golang-cross:1.12.9@sh... #4 DONE 0.0s #3 [internal] load metadata for docker.io/library/golang:1.13.3 #3 DONE 0.1s #8 [cli-build 1/8] FROM docker.io/dockercore/golang-cross:1.12.9@sha256:3ea... #8 DONE 0.0s #5 [dev 1/9] FROM docker.io/library/golang:1.13.3@sha256:6a693fbaba7dd8d816... #5 DONE 0.0s #21 [internal] load build context #21 transferring context: 341.12kB 0.2s done #21 DONE 0.2s #11 [cli-build 4/8] RUN git clone https://github.com/docker/cli . && git che... #11 CACHED #18 [dev 6/9] RUN mkdir /go/src/gotest.tools && git clone -q https://githu... #18 CACHED #20 [dev 8/9] RUN go get -d gopkg.in/mjibson/esc.v0 && cd /go/src/github.c... #20 CACHED #16 [dev 4/9] COPY --from=cli-build /go/src/github.com/docker/cli/build/dock... #16 CACHED #7 [dev 3/9] WORKDIR /go/src/github.com/docker/app/ #7 CACHED #10 [cli-build 3/8] WORKDIR /go/src/github.com/docker/cli #10 CACHED #9 [cli-build 2/8] RUN apt-get install -y -q --no-install-recommends core... #9 CACHED #19 [dev 7/9] RUN GOOS=linux go build -o /usr/local/bin/test2json-linux ... #19 CACHED #15 [cli-build 8/8] RUN make binary-windows #15 CACHED #17 [dev 5/9] RUN curl -o /usr/bin/dep -L https://github.com/golang/dep/rele... #17 CACHED #14 [cli-build 7/8] RUN curl -fL https://download.docker.com/mac/static/stab... #14 CACHED #13 [cli-build 6/8] RUN curl -fL https://download.docker.com/linux/static/st... #13 CACHED #22 [dev 9/9] COPY . . #22 CACHED #12 [cli-build 5/8] RUN mkdir build #12 CACHED #6 [dev 2/9] RUN apt-get update && apt-get install -y -q --no-install-recom... #6 CACHED #23 [cross-build 1/1] RUN make TAG=jenkins-app-PR-755-19 cross #23 CACHED #24 [e2e-cross-build 1/1] RUN make TAG=jenkins-app-PR-755-19 e2e-cross #24 0.693 GOOS=linux CGO_ENABLED=0 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=f08376ef -X github.com/docker/app/internal.Version=jenkins-app-PR-755-19 -X github.com/docker/app/internal.BuildTime=2019-11-26T12:33:35Z" -o bin/docker-app-linux ./cmd/docker-app #24 3.859 GOOS=linux CGO_ENABLED=0 go test -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=f08376ef -X github.com/docker/app/internal.Version=jenkins-app-PR-755-19 -X github.com/docker/app/internal.BuildTime=2019-11-26T12:33:35Z" -c -o bin/docker-app-e2e-linux ./e2e/ #24 25.37 GOOS=darwin CGO_ENABLED=0 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=f08376ef -X github.com/docker/app/internal.Version=jenkins-app-PR-755-19 -X github.com/docker/app/internal.BuildTime=2019-11-26T12:33:35Z" -o bin/docker-app-darwin ./cmd/docker-app #24 29.40 GOOS=darwin CGO_ENABLED=0 go test -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=f08376ef -X github.com/docker/app/internal.Version=jenkins-app-PR-755-19 -X github.com/docker/app/internal.BuildTime=2019-11-26T12:33:35Z" -c -o bin/docker-app-e2e-darwin ./e2e/ #24 51.45 GOOS=windows CGO_ENABLED=0 go test -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=f08376ef -X github.com/docker/app/internal.Version=jenkins-app-PR-755-19 -X github.com/docker/app/internal.BuildTime=2019-11-26T12:33:35Z" -c -o bin/docker-app-e2e-windows.exe ./e2e/ #24 DONE 73.9s #25 [e2e-cross 1/9] COPY --from=e2e-cross-build /go/src/github.com/docker/ap... #25 DONE 0.1s #26 [e2e-cross 2/9] COPY --from=e2e-cross-build /go/src/github.com/docker/ap... #26 DONE 0.2s #27 [e2e-cross 3/9] COPY --from=e2e-cross-build /go/src/github.com/docker/ap... #27 DONE 0.2s #28 [e2e-cross 4/9] COPY --from=e2e-cross-build /usr/local/bin/gotestsum-lin... #28 DONE 0.1s #29 [e2e-cross 5/9] COPY --from=e2e-cross-build /usr/local/bin/gotestsum-dar... #29 DONE 0.1s #30 [e2e-cross 6/9] COPY --from=e2e-cross-build /usr/local/bin/gotestsum-win... #30 DONE 0.1s #31 [e2e-cross 7/9] COPY --from=e2e-cross-build /usr/local/bin/test2json-lin... #31 DONE 0.1s #32 [e2e-cross 8/9] COPY --from=e2e-cross-build /usr/local/bin/test2json-dar... #32 DONE 0.1s #33 [e2e-cross 9/9] COPY --from=e2e-cross-build /usr/local/bin/test2json-win... #33 DONE 0.1s #34 exporting to client #34 copying files 13.73MB 0.1s #34 copying files 121.69MB 0.8s done #34 DONE 1.1s tar --transform='flags=r;s|docker-app-linux|docker-app-plugin-linux|' -czf bin/docker-app-linux.tar.gz -C bin docker-app-linux tar czf bin/docker-app-e2e-linux.tar.gz -C bin docker-app-e2e-linux tar --transform='flags=r;s|docker-app-darwin|docker-app-plugin-darwin|' -czf bin/docker-app-darwin.tar.gz -C bin docker-app-darwin tar czf bin/docker-app-e2e-darwin.tar.gz -C bin docker-app-e2e-darwin tar --transform='flags=r;s|docker-app-windows|docker-app-plugin-windows|' -czf bin/docker-app-windows.tar.gz -C bin docker-app-windows.exe tar czf bin/docker-app-e2e-windows.tar.gz -C bin docker-app-e2e-windows.exe [Pipeline] } [Pipeline] // ansiColor [Pipeline] dir Running in /home/ubuntu/workspace/app_PR-755/src/github.com/docker/app/bin [Pipeline] { [Pipeline] stash Stashed 21 file(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-755/19/stashes/binaries.tgz [Pipeline] } [Pipeline] // dir [Pipeline] dir Running in /home/ubuntu/workspace/app_PR-755/src/github.com/docker/app/e2e [Pipeline] { [Pipeline] stash Stashed 81 file(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-755/19/stashes/e2e.tgz [Pipeline] } [Pipeline] // dir [Pipeline] dir Running in /home/ubuntu/workspace/app_PR-755/src/github.com/docker/app/examples [Pipeline] { [Pipeline] stash Stashed 34 file(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-755/19/stashes/examples.tgz [Pipeline] } [Pipeline] // dir [Pipeline] sh + xargs --no-run-if-empty docker image rm -f + docker image ls --format={{.Repository}}:{{.Tag}} *jenkins-app-PR-755-19* [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // dir Post stage [Pipeline] deleteDir [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] parallel [Pipeline] { (Branch: Coverage) [Pipeline] { (Branch: Test Linux) [Pipeline] stage [Pipeline] { (Coverage) [Pipeline] stage [Pipeline] { (Test Linux) [Pipeline] node [Pipeline] node Running on ubuntu-1804-overlay2 (i-0eebad91c78c9bd7c) in /home/ubuntu/workspace/app_PR-755 [Pipeline] { [Pipeline] dir Running in /home/ubuntu/workspace/app_PR-755/src/github.com/docker/app [Pipeline] { Running on ubuntu-1804-overlay2 (i-04b2a661754c80345) in /home/ubuntu/workspace/app_PR-755 [Pipeline] { [Pipeline] checkout [Pipeline] withEnv [Pipeline] { [Pipeline] dir Running in /home/ubuntu/workspace/app_PR-755/src/github.com/docker/app [Pipeline] { [Pipeline] checkout using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/docker/app.git > git init /home/ubuntu/workspace/app_PR-755/src/github.com/docker/app # timeout=10 Fetching upstream changes from https://github.com/docker/app.git > git --version # timeout=10 using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress -- https://github.com/docker/app.git +refs/pull/755/head:refs/remotes/origin/PR-755 Cloning repository https://github.com/docker/app.git > git init /home/ubuntu/workspace/app_PR-755/src/github.com/docker/app # timeout=10 Fetching upstream changes from https://github.com/docker/app.git > git --version # timeout=10 using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress -- https://github.com/docker/app.git +refs/pull/755/head:refs/remotes/origin/PR-755 Fetching without tags > git config remote.origin.url https://github.com/docker/app.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/755/head:refs/remotes/origin/PR-755 # timeout=10 > git config remote.origin.url https://github.com/docker/app.git # timeout=10 Fetching upstream changes from https://github.com/docker/app.git using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress -- https://github.com/docker/app.git +refs/pull/755/head:refs/remotes/origin/PR-755 > git config remote.origin.url https://github.com/docker/app.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/755/head:refs/remotes/origin/PR-755 # timeout=10 > git config remote.origin.url https://github.com/docker/app.git # timeout=10 Checking out Revision f08376ef12cfc50e207d04cfd79b3a31ee3244c3 (PR-755) Fetching without tags Checking out Revision f08376ef12cfc50e207d04cfd79b3a31ee3244c3 (PR-755) Commit message: "replace sleep with polling" Commit message: "replace sleep with polling" > git config core.sparsecheckout # timeout=10 > git checkout -f f08376ef12cfc50e207d04cfd79b3a31ee3244c3 Fetching upstream changes from https://github.com/docker/app.git using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress -- https://github.com/docker/app.git +refs/pull/755/head:refs/remotes/origin/PR-755 > git config core.sparsecheckout # timeout=10 > git checkout -f f08376ef12cfc50e207d04cfd79b3a31ee3244c3 [Pipeline] dir Running in /home/ubuntu/workspace/app_PR-755/src/github.com/docker/app/_build [Pipeline] { [Pipeline] unstash [Pipeline] dir Running in /home/ubuntu/workspace/app_PR-755/src/github.com/docker/app/_build [Pipeline] { [Pipeline] unstash Unstashed file(s) from https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-755/19/stashes/coverage-invocation-image.tgz [Pipeline] sh Unstashed file(s) from https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-755/19/stashes/invocation-image.tgz [Pipeline] sh + docker load -i coverage-invocation-image.tar + docker load -i invocation-image.tar Loaded image: docker/cnab-app-base:jenkins-app-PR-755-19-coverage [Pipeline] } [Pipeline] // dir [Pipeline] ansiColor [Pipeline] { [Pipeline] sh Loaded image: docker/cnab-app-base:jenkins-app-PR-755-19 [Pipeline] } [Pipeline] // dir [Pipeline] unstash + make -f docker.Makefile TAG=jenkins-app-PR-755-19-coverage coverage-run docker build --build-arg TAG=jenkins-app-PR-755-19-coverage --build-arg COMMIT=f08376ef --build-arg ALPINE_VERSION=3.10.3 --build-arg GOPROXY=direct --target=dev -t docker-app-dev:jenkins-app-PR-755-19 . #2 [internal] load .dockerignore #2 transferring context: 73B done #2 DONE 0.0s #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 4.18kB done #1 DONE 0.0s #4 [internal] load metadata for docker.io/dockercore/golang-cross:1.12.9@sh... #4 DONE 0.0s #3 [internal] load metadata for docker.io/library/golang:1.13.3 #3 DONE 0.1s #8 [cli-build 1/8] FROM docker.io/dockercore/golang-cross:1.12.9@sha256:3ea... #8 DONE 0.0s #5 [dev 1/9] FROM docker.io/library/golang:1.13.3@sha256:6a693fbaba7dd8d816... #5 DONE 0.0s #21 [internal] load build context #21 transferring context: 73.81MB 1.3s done #21 DONE 1.3s #16 [dev 4/9] COPY --from=cli-build /go/src/github.com/docker/cli/build/dock... #16 CACHED #19 [dev 7/9] RUN GOOS=linux go build -o /usr/local/bin/test2json-linux ... #19 CACHED #12 [cli-build 5/8] RUN mkdir build #12 CACHED #14 [cli-build 7/8] RUN curl -fL https://download.docker.com/mac/static/stab... #14 CACHED #11 [cli-build 4/8] RUN git clone https://github.com/docker/cli . && git che... #11 CACHED #9 [cli-build 2/8] RUN apt-get install -y -q --no-install-recommends core... #9 CACHED #17 [dev 5/9] RUN curl -o /usr/bin/dep -L https://github.com/golang/dep/rele... #17 CACHED #10 [cli-build 3/8] WORKDIR /go/src/github.com/docker/cli #10 CACHED #18 [dev 6/9] RUN mkdir /go/src/gotest.tools && git clone -q https://githu... #18 CACHED #13 [cli-build 6/8] RUN curl -fL https://download.docker.com/linux/static/st... #13 CACHED #7 [dev 3/9] WORKDIR /go/src/github.com/docker/app/ #7 CACHED #6 [dev 2/9] RUN apt-get update && apt-get install -y -q --no-install-recom... #6 CACHED #15 [cli-build 8/8] RUN make binary-windows #15 CACHED #20 [dev 8/9] RUN go get -d gopkg.in/mjibson/esc.v0 && cd /go/src/github.c... #20 CACHED #22 [dev 9/9] COPY . . #22 DONE 1.7s #23 exporting to image #23 exporting layers #23 exporting layers 0.7s done #23 writing image sha256:c948e4528258a30897193f0cdd3be931264437a285f1982f3d99945d325b4d23 done #23 naming to docker.io/library/docker-app-dev:jenkins-app-PR-755-19 done #23 DONE 0.8s docker run -v /var/run:/var/run:ro --name docker-app-cov-jenkins-app-PR-755-19-coverage --network="host" -t docker-app-dev:jenkins-app-PR-755-19 make COMMIT=f08376ef TAG=jenkins-app-PR-755-19-coverage TEST_RESULTS_PREFIX= coverage Running unit tests (coverage)... CGO_ENABLED=0 gotestsum --junitfile _build/test-results/unit-coverage.xml -- -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=f08376ef -X github.com/docker/app/internal.Version=jenkins-app-PR-755-19-coverage -X github.com/docker/app/internal.BuildTime=2019-11-26T12:36:02Z" -cover -test.coverprofile=_build/cov/unit.out github.com/docker/app github.com/docker/app/cmd/cnab-run github.com/docker/app/cmd/docker-app github.com/docker/app/docs/yaml github.com/docker/app/internal github.com/docker/app/internal/bundle github.com/docker/app/internal/cliopts github.com/docker/app/internal/cnab github.com/docker/app/internal/commands github.com/docker/app/internal/commands/build github.com/docker/app/internal/commands/image github.com/docker/app/internal/compose github.com/docker/app/internal/formatter github.com/docker/app/internal/formatter/driver github.com/docker/app/internal/formatter/json github.com/docker/app/internal/formatter/yaml github.com/docker/app/internal/inspect github.com/docker/app/internal/log github.com/docker/app/internal/packager github.com/docker/app/internal/relocated github.com/docker/app/internal/slices github.com/docker/app/internal/store github.com/docker/app/internal/yaml github.com/docker/app/loader github.com/docker/app/render github.com/docker/app/specification github.com/docker/app/types github.com/docker/app/types/metadata github.com/docker/app/types/parameters ∅ . Unstashed file(s) from https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-755/19/stashes/binaries.tgz [Pipeline] dir Running in /home/ubuntu/workspace/app_PR-755/src/github.com/docker/app/examples [Pipeline] { [Pipeline] unstash Unstashed file(s) from https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-755/19/stashes/examples.tgz [Pipeline] } [Pipeline] // dir [Pipeline] dir Running in /home/ubuntu/workspace/app_PR-755/src/github.com/docker/app/e2e [Pipeline] { [Pipeline] unstash Unstashed file(s) from https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-755/19/stashes/e2e.tgz [Pipeline] } [Pipeline] // dir [Pipeline] ansiColor [Pipeline] { [Pipeline] sh + ./gotestsum-linux --format short-verbose --junitfile e2e-linux.xml --raw-command -- ./test2json-linux -t -p e2e/linux ./docker-app-e2e-linux -test.v --e2e-path=e2e PASS e2e/linux.TestBuild (16.15s) PASS e2e/linux.TestQuietBuild (14.17s) PASS e2e/linux.TestBuildWithoutTag (14.24s) PASS e2e/linux.TestBuildWithArgs (14.13s) PASS e2e/linux.TestBuildWithArgsDefinedTwice (13.55s) PASS e2e/linux.TestCallCustomStatusAction/validCustomDockerStatusAction (3.17s) PASS e2e/linux.TestCallCustomStatusAction/validCustomStandardStatusAction (3.18s) PASS e2e/linux.TestCallCustomStatusAction/missingCustomStatusAction (3.15s) PASS e2e/linux.TestCallCustomStatusAction (9.51s) PASS e2e/linux.TestCnabParameters (3.26s) PASS e2e/linux.TestExitErrorCode (0.06s) PASS e2e/linux.TestRender/envvariables/stdout (1.50s) PASS e2e/linux.TestRender/envvariables/file (1.67s) PASS e2e/linux.TestRender/envvariables (4.02s) PASS e2e/linux.TestRender (4.02s) PASS e2e/linux.TestRenderAppNotFound (0.16s) ∅ cmd/cnab-run ∅ cmd/docker-app ∅ docs/yaml ✓ internal (25ms) ✓ internal/bundle (39ms) ∅ internal/cliopts ✓ internal/cnab (31ms) ✓ internal/commands (641ms) ✓ internal/commands/build (55ms) ✓ internal/compose (5ms) ✓ internal/formatter (5ms) ✓ internal/commands/image (37ms) ∅ internal/formatter/driver ∅ internal/formatter/json ∅ internal/formatter/yaml ✓ internal/inspect (151ms) ∅ internal/log PASS e2e/linux.TestRenderFormatters (15.59s) PASS e2e/linux.TestInitWarningEnvFiles/initWarningSingleEnvFileTest (0.06s) PASS e2e/linux.TestInitWarningEnvFiles/initWarningMultipleEnvFilesTest (0.06s) PASS e2e/linux.TestInitWarningEnvFiles/initNoEnvFilesTest (0.06s) PASS e2e/linux.TestInitWarningEnvFiles (0.19s) PASS e2e/linux.TestInit (0.12s) ✓ internal/slices (2ms) ✓ internal/packager (82ms) ∅ internal/relocated ✓ internal/yaml (17ms) ✓ internal/store (53ms) ✓ loader (19ms) ✓ render (80ms) ✓ specification (9ms) ✓ types (39ms) ✓ types/parameters (14ms) ✓ types/metadata (16ms) DONE 263 tests in 122.301s CGO_ENABLED=0 go test -tags=" testrunmain" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=f08376ef -X github.com/docker/app/internal.Version=jenkins-app-PR-755-19-coverage -X github.com/docker/app/internal.BuildTime=2019-11-26T12:36:02Z" -coverpkg="./..." -c -o _build/docker-app.cov ./cmd/docker-app PASS e2e/linux.TestInspectApp (14.93s) PASS e2e/linux.TestRunOnlyOne (0.13s) Running e2e tests (coverage)... DOCKERAPP_BINARY=../e2e/coverage-bin CGO_ENABLED=0 gotestsum --junitfile _build/test-results/e2e-coverage.xml -- -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=f08376ef -X github.com/docker/app/internal.Version=jenkins-app-PR-755-19-coverage -X github.com/docker/app/internal.BuildTime=2019-11-26T12:36:02Z" -v ./e2e PASS e2e/linux.TestRunWithLabels (18.18s) PASS e2e/linux.TestDockerAppLifecycle (30.60s) PASS e2e/linux.TestCredentials/missing (0.06s) PASS e2e/linux.TestCredentials/full (1.57s) PASS e2e/linux.TestCredentials/mixed-credstore (1.50s) PASS e2e/linux.TestCredentials/mixed-local-cred (1.53s) PASS e2e/linux.TestCredentials/overload (0.07s) PASS e2e/linux.TestCredentials (4.74s) PASS e2e/linux.TestBackwardsCompatibilityV1 (41.18s) PASS e2e/linux.TestRenderWithEnvFile (2.42s) PASS e2e/linux.TestExamplesAreValid (0.25s) PASS e2e/linux.TestImageList (14.79s) PASS e2e/linux.TestImageListQuiet (14.84s) PASS e2e/linux.TestImageListDigests (15.51s) PASS e2e/linux.TestImageRm (14.81s) PASS e2e/linux.TestImageTag (15.96s) PASS e2e/linux.TestInvokePluginFromCLI (0.19s) PASS e2e/linux.TestPushUnknown/push_unknown_reference (0.06s) PASS e2e/linux.TestPushUnknown/push_invalid_reference (0.06s) PASS e2e/linux.TestPushUnknown (0.12s) PASS e2e/linux.TestPushInsecureRegistry (26.62s) PASS e2e/linux.TestPushInstall (19.35s) PASS e2e/linux.TestPushPullInstall (19.94s) PASS e2e/linux.TestPushInstallBundle/push-bundle (5.86s) PASS e2e/linux.TestPushInstallBundle/push-ref (2.07s) PASS e2e/linux.TestPushInstallBundle/push-bundleref (2.42s) PASS e2e/linux.TestPushInstallBundle (25.10s) PASS e2e/linux.TestRelocationMapCreatedOnPull (26.23s) PASS e2e/linux.TestRelocationMapRun/with-relocation-map (3.23s) PASS e2e/linux.TestRelocationMapRun/without-relocation-map (0.12s) PASS e2e/linux.TestRelocationMapRun (31.25s) PASS e2e/linux.TestRelocationMapOnInspect (26.38s) PASS e2e/linux.TestRunTwice (20.51s) PASS e2e/linux.TestOrphanedParameter (0.06s) PASS e2e/linux DONE 58 tests in 489.252s time="2019-11-26T12:44:16Z" level=warning msg="failed to lookup go version for junit xml" error="exec: \"go\": executable file not found in $PATH" [Pipeline] } [Pipeline] // ansiColor [Pipeline] } [Pipeline] // dir Post stage [Pipeline] archiveArtifacts Archiving artifacts Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-755/19/artifacts/ [Pipeline] junit Recording test results [Pipeline] sh + docker rmi docker/cnab-app-base:jenkins-app-PR-755-19 Untagged: docker/cnab-app-base:jenkins-app-PR-755-19 [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } ✖ e2e (7m44.978s) === Failed === FAIL: e2e TestDockerAppLifecycle (13.81s) commands_test.go:306: assertion failed: Command: docker app build --tag testdockerapplifecycle testdata/simple ExitCode: 141 Error: exit status 141 Stdout: #1 [internal] load remote build context #1 DONE 0.0s #2 copy /context / #2 DONE 0.1s #3 [internal] load metadata for docker.io/docker/cnab-app-base:jenkins-app-... #3 DONE 0.0s #4 [1/2] FROM docker.io/docker/cnab-app-base:jenkins-app-PR-755-19-coverage #4 resolve docker.io/docker/cnab-app-base:jenkins-app-PR-755-19-coverage done #4 DONE 0.0s #5 [2/2] COPY . . #5 DONE 0.2s #6 exporting to image #6 exporting layers 0.0s done #6 writing image sha256:e5fc2374015d651dd8ff630a9a9b79c56a02c4bedc8a1310a46747763bf7ebe4 done #6 DONE 0.0s Stderr: Failures: ExitCode was 141 expected 0 Expected no error DONE 58 tests, 1 failure in 468.414s make: *** [Makefile:96: coverage-test-e2e] Error 1 docker.Makefile:79: recipe for target 'coverage-run' failed make: *** [coverage-run] Error 2 [Pipeline] } [Pipeline] // ansiColor [Pipeline] } [Pipeline] // dir Post stage [Pipeline] dir Running in /home/ubuntu/workspace/app_PR-755/src/github.com/docker/app/_build/test-results [Pipeline] { [Pipeline] sh + [ ! -e unit-coverage.xml ] [Pipeline] sh + [ ! -e e2e-coverage.xml ] [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] junit Recording test results No test report files were found. Configuration error? [Pipeline] } [Pipeline] // dir Error when executing always post condition: hudson.AbortException: No test report files were found. Configuration error? at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:154) at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:118) at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3050) at hudson.remoting.UserRequest.perform(UserRequest.java:212) at hudson.remoting.UserRequest.perform(UserRequest.java:54) at hudson.remoting.Request$2.run(Request.java:369) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) at java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.lang.Thread.run(Thread.java:834) Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to ubuntu-1804-overlay2 (i-0eebad91c78c9bd7c) at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743) at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357) at hudson.remoting.Channel.call(Channel.java:957) at hudson.FilePath.act(FilePath.java:1070) at hudson.FilePath.act(FilePath.java:1059) at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:114) at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:137) at hudson.tasks.junit.JUnitResultArchiver.parseAndAttach(JUnitResultArchiver.java:167) at hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:52) at hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:25) at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } Failed in branch Coverage [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result ERROR: script returned exit code 2 Finished: FAILURE