Pull request #695 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from fb9defa32a84c29865caf4a72c4e0413b135ef1e 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 Running on ubuntu-1804-overlay2 (i-0fe08f5d39cbd3ad7) in /home/ubuntu/workspace/app_PR-695 [Pipeline] { [Pipeline] dir Running in /home/ubuntu/workspace/app_PR-695/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-695/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/695/head:refs/remotes/origin/PR-695 Fetching without tags Checking out Revision fb9defa32a84c29865caf4a72c4e0413b135ef1e (PR-695) > git config remote.origin.url https://github.com/docker/app.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/695/head:refs/remotes/origin/PR-695 # 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/695/head:refs/remotes/origin/PR-695 > git config core.sparsecheckout # timeout=10 > git checkout -f fb9defa32a84c29865caf4a72c4e0413b135ef1e Commit message: "Add unit test for -q flag of image ls command" First time build. Skipping changelog. [Pipeline] ansiColor [Pipeline] { [Pipeline] sh > git rev-list --no-walk 06ecfd3db100cedb5f393032c07b3dc6b57a5bfd # timeout=10 + make -f docker.Makefile lint Linting... docker build -t docker-app-lint:jenkins-app-PR-695-4 -f Dockerfile.lint . Sending build context to Docker daemon 76.09MB Step 1/8 : ARG ALPINE_VERSION=3.10 Step 2/8 : ARG GO_VERSION=1.12.9 Step 3/8 : FROM golang:${GO_VERSION}-alpine${ALPINE_VERSION} ---> e0d646523991 Step 4/8 : RUN apk add --no-cache curl git make coreutils ---> Using cache ---> e19c77f55314 Step 5/8 : RUN GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.16.0 && rm -rf /go/src/* /go/pkg/* ---> Using cache ---> f76126af244c Step 6/8 : WORKDIR /go/src/github.com/docker/app ---> Using cache ---> 1bdd848298d7 Step 7/8 : ENV CGO_ENABLED=0 ---> Using cache ---> 474fed090ad7 Step 8/8 : COPY . . ---> 1ab143b822c5 Successfully built 1ab143b822c5 Successfully tagged docker-app-lint:jenkins-app-PR-695-4 docker run --rm docker-app-lint:jenkins-app-PR-695-4 make lint Linting... Running on ubuntu-1804-overlay2 (i-0006d0212eef719e7) in /home/ubuntu/workspace/app_PR-695 [Pipeline] { [Pipeline] dir Running in /home/ubuntu/workspace/app_PR-695/src/github.com/docker/app [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] checkout using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Still waiting to schedule task Waiting for next available executor on ‘ubuntu-1804&&x86_64&&overlay2’ Cloning repository https://github.com/docker/app.git > git init /home/ubuntu/workspace/app_PR-695/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/695/head:refs/remotes/origin/PR-695 Fetching without tags Checking out Revision fb9defa32a84c29865caf4a72c4e0413b135ef1e (PR-695) > git config remote.origin.url https://github.com/docker/app.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/695/head:refs/remotes/origin/PR-695 # 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/695/head:refs/remotes/origin/PR-695 > git config core.sparsecheckout # timeout=10 > git checkout -f fb9defa32a84c29865caf4a72c4e0413b135ef1e Commit message: "Add unit test for -q flag of image ls command" [Pipeline] ansiColor [Pipeline] { [Pipeline] sh + make -f docker.Makefile cli-cross cross e2e-cross tars docker build --build-arg EXPERIMENTAL=off --build-arg TAG=jenkins-app-PR-695-4 --build-arg COMMIT=fb9defa3 --build-arg ALPINE_VERSION=3.10.1 --build-arg GOPROXY=direct --target=build -t docker-app-cli:jenkins-app-PR-695-4 . Sending build context to Docker daemon 76.09MB Step 1/8 : FROM dockercore/golang-cross:1.12.9@sha256:3ea9dcef4dd2c46d80445c0b22d6177817f4cfce22c523cc12a5a1091cb37705 AS build ---> 518d5e4626aa Step 2/8 : ENV DISABLE_WARN_OUTSIDE_CONTAINER=1 ---> Using cache ---> 887fd93ee952 Step 3/8 : RUN apt-get install -y -q --no-install-recommends coreutils util-linux uuid-runtime ---> Using cache ---> 66644434a755 Step 4/8 : WORKDIR /go/src/github.com/docker/cli ---> Using cache ---> 33d65dcd278d Step 5/8 : RUN git clone https://github.com/docker/cli . && git checkout a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb ---> Using cache ---> 418b276fe5c2 Step 6/8 : ARG GOPROXY ---> Using cache ---> 6276dc593f18 Step 7/8 : RUN make binary-osx binary-windows binary && cp build/docker-linux-amd64 /usr/bin/docker ---> Using cache ---> d6d2c5b25ce5 Step 8/8 : WORKDIR /go/src/github.com/docker/app/ ---> Using cache ---> 11b510d4d32e [Warning] One or more build-args [TAG ALPINE_VERSION COMMIT EXPERIMENTAL] were not consumed Successfully built 11b510d4d32e Successfully tagged docker-app-cli:jenkins-app-PR-695-4 docker create --name docker-app-cli-jenkins-app-PR-695-4 docker-app-cli:jenkins-app-PR-695-4 noop a5cca0a7f1e04c1e5408cd9c2b3021326ec834f446df8d5ac7758a80a8ab2cd9 docker cp docker-app-cli-jenkins-app-PR-695-4:/go/src/github.com/docker/cli/build/docker-linux-amd64 bin/docker-linux docker cp docker-app-cli-jenkins-app-PR-695-4:/go/src/github.com/docker/cli/build/docker-darwin-amd64 bin/docker-darwin docker cp docker-app-cli-jenkins-app-PR-695-4:/go/src/github.com/docker/cli/build/docker-windows-amd64 bin/docker-windows.exe docker rm docker-app-cli-jenkins-app-PR-695-4 docker-app-cli-jenkins-app-PR-695-4 docker build --build-arg EXPERIMENTAL=off --build-arg TAG=jenkins-app-PR-695-4 --build-arg COMMIT=fb9defa3 --build-arg ALPINE_VERSION=3.10.1 --build-arg GOPROXY=direct --target=cross -t docker-app-cross:jenkins-app-PR-695-4 . Sending build context to Docker daemon 76.09MB Step 1/22 : FROM dockercore/golang-cross:1.12.9@sha256:3ea9dcef4dd2c46d80445c0b22d6177817f4cfce22c523cc12a5a1091cb37705 AS build ---> 518d5e4626aa Step 2/22 : ENV DISABLE_WARN_OUTSIDE_CONTAINER=1 ---> Using cache ---> 887fd93ee952 Step 3/22 : RUN apt-get install -y -q --no-install-recommends coreutils util-linux uuid-runtime ---> Using cache ---> 66644434a755 Step 4/22 : WORKDIR /go/src/github.com/docker/cli ---> Using cache ---> 33d65dcd278d Step 5/22 : RUN git clone https://github.com/docker/cli . && git checkout a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb ---> Using cache ---> 418b276fe5c2 Step 6/22 : ARG GOPROXY ---> Using cache ---> 6276dc593f18 Step 7/22 : RUN make binary-osx binary-windows binary && cp build/docker-linux-amd64 /usr/bin/docker ---> Using cache ---> d6d2c5b25ce5 Step 8/22 : WORKDIR /go/src/github.com/docker/app/ ---> Using cache ---> 11b510d4d32e Step 9/22 : FROM build AS dev ---> 11b510d4d32e Step 10/22 : ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/ ---> Using cache ---> 97525b112548 Step 11/22 : ARG DEP_VERSION=v0.5.4 ---> Using cache ---> 629e66f9d341 Step 12/22 : RUN curl -o /usr/bin/dep -L https://github.com/golang/dep/releases/download/${DEP_VERSION}/dep-linux-amd64 && chmod +x /usr/bin/dep ---> Using cache ---> 51a167e18215 Step 13/22 : ARG GOTESTSUM_VERSION=v0.3.4 ---> Using cache ---> e388984148e9 Step 14/22 : ARG GOPROXY ---> Using cache ---> 37ac13066193 Step 15/22 : RUN mkdir $GOPATH/src/gotest.tools && git clone -q https://github.com/gotestyourself/gotestsum $GOPATH/src/gotest.tools/gotestsum && cd $GOPATH/src/gotest.tools/gotestsum && git -C $GOPATH/src/gotest.tools/gotestsum checkout -q $GOTESTSUM_VERSION && GO111MODULE=on GOOS=linux go build -o /usr/local/bin/gotestsum-linux gotest.tools/gotestsum && GO111MODULE=on GOOS=darwin go build -o /usr/local/bin/gotestsum-darwin gotest.tools/gotestsum && GO111MODULE=on GOOS=windows go build -o /usr/local/bin/gotestsum-windows.exe gotest.tools/gotestsum && ln -s gotestsum-linux /usr/local/bin/gotestsum ---> Using cache ---> b4a7375deca7 Step 16/22 : RUN GOOS=linux go build -o /usr/local/bin/test2json-linux cmd/test2json && GOOS=darwin go build -o /usr/local/bin/test2json-darwin cmd/test2json && GOOS=windows go build -o /usr/local/bin/test2json-windows.exe cmd/test2json ---> Using cache ---> 542d6fba28c6 Step 17/22 : RUN go get -d gopkg.in/mjibson/esc.v0 && cd /go/src/github.com/mjibson/esc && go build -v -o /usr/bin/esc . && rm -rf /go/src/* /go/pkg/* /go/bin/* ---> Using cache ---> a7d551fc12f1 Step 18/22 : COPY . . ---> 7aa3da88f46f Step 19/22 : FROM dev AS cross ---> 7aa3da88f46f Step 20/22 : ARG EXPERIMENTAL="off" ---> Running in ea0f1b2081b4 Removing intermediate container ea0f1b2081b4 ---> 9219c278a944 Step 21/22 : ARG TAG="unknown" ---> Running in 3cc176ad26a9 Removing intermediate container 3cc176ad26a9 ---> fec237c46c1c Step 22/22 : RUN make EXPERIMENTAL=${EXPERIMENTAL} TAG=${TAG} cross ---> Running in 39834043f840 GOOS=linux CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=fb9defa3 -X github.com/docker/app/internal.Version=jenkins-app-PR-695-4 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-18T11:21:12Z" -o bin/docker-app-linux ./cmd/docker-app [Pipeline] sh + make -f docker.Makefile check-vendor docker build --build-arg EXPERIMENTAL=off --build-arg TAG=jenkins-app-PR-695-4 --build-arg COMMIT=fb9defa3 --build-arg ALPINE_VERSION=3.10.1 --build-arg GOPROXY=direct --target=dev -t docker-app-dev:jenkins-app-PR-695-4 . Sending build context to Docker daemon 76.09MB Step 1/18 : FROM dockercore/golang-cross:1.12.9@sha256:3ea9dcef4dd2c46d80445c0b22d6177817f4cfce22c523cc12a5a1091cb37705 AS build ---> 518d5e4626aa Step 2/18 : ENV DISABLE_WARN_OUTSIDE_CONTAINER=1 ---> Using cache ---> fea64f66f6fa Step 3/18 : RUN apt-get install -y -q --no-install-recommends coreutils util-linux uuid-runtime ---> Running in 92687a3c9595 Reading package lists... Building dependency tree... Reading state information... coreutils is already the newest version (8.30-3). coreutils set to manually installed. util-linux is already the newest version (2.33.1-0.1). util-linux set to manually installed. The following NEW packages will be installed: uuid-runtime 0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded. Need to get 95.2 kB of archives. After this operation, 211 kB of additional disk space will be used. Get:1 http://deb.debian.org/debian buster/main amd64 uuid-runtime amd64 2.33.1-0.1 [95.2 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 95.2 kB in 0s (367 kB/s) Selecting previously unselected package uuid-runtime. (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.) Preparing to unpack .../uuid-runtime_2.33.1-0.1_amd64.deb ... Unpacking uuid-runtime (2.33.1-0.1) ... Setting up uuid-runtime (2.33.1-0.1) ... Adding group `uuidd' (GID 102) ... Done. Warning: The home dir /run/uuidd you specified can't be accessed: No such file or directory Adding system user `uuidd' (UID 101) ... Adding new user `uuidd' (UID 101) with group `uuidd' ... Not creating home directory `/run/uuidd'. invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Removing intermediate container 92687a3c9595 ---> 0f388c5f69f6 Step 4/18 : WORKDIR /go/src/github.com/docker/cli ---> Running in d5eae262f5e4 Removing intermediate container d5eae262f5e4 ---> bae1f200298c Step 5/18 : RUN git clone https://github.com/docker/cli . && git checkout a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb ---> Running in a82aa9f29c79 Cloning into '.'... Note: checking out 'a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b HEAD is now at a1b83ffd Merge pull request #1894 from thaJeztah/19.03_backport_reduce_vendoring_impact Removing intermediate container a82aa9f29c79 ---> 535853742897 Step 6/18 : ARG GOPROXY ---> Running in f38bddf07361 Removing intermediate container f38bddf07361 ---> 500e56df18e5 Step 7/18 : RUN make binary-osx binary-windows binary && cp build/docker-linux-amd64 /usr/bin/docker ---> Running in b7bde742a80f ./scripts/build/osx Building build/docker-darwin-amd64 Running on ubuntu-1804-overlay2 (i-083fe2a6971096af1) in /home/ubuntu/workspace/app_PR-695 [Pipeline] { [Pipeline] dir Running in /home/ubuntu/workspace/app_PR-695/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-695/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/695/head:refs/remotes/origin/PR-695 Fetching without tags Checking out Revision fb9defa32a84c29865caf4a72c4e0413b135ef1e (PR-695) Commit message: "Add unit test for -q flag of image ls command" > git config remote.origin.url https://github.com/docker/app.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/695/head:refs/remotes/origin/PR-695 # 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/695/head:refs/remotes/origin/PR-695 > git config core.sparsecheckout # timeout=10 > git checkout -f fb9defa32a84c29865caf4a72c4e0413b135ef1e [Pipeline] ansiColor [Pipeline] { [Pipeline] sh + make -f docker.Makefile save-invocation-image docker build -f Dockerfile.invocation-image --build-arg EXPERIMENTAL=off --build-arg TAG=jenkins-app-PR-695-4 --build-arg COMMIT=fb9defa3 --build-arg ALPINE_VERSION=3.10.1 --build-arg GOPROXY=direct --target=invocation -t docker/cnab-app-base:jenkins-app-PR-695-4 . Sending build context to Docker daemon 76.09MB Step 1/14 : ARG ALPINE_VERSION=3.10.1 Step 2/14 : FROM golang:1.13.0 AS build 1.13.0: Pulling from library/golang 4a56a430b2ba: Pulling fs layer 4b5cacb629f5: Pulling fs layer 14408c8d4f9a: Pulling fs layer ea67eaa7dd42: Pulling fs layer a2a2197e145e: Pulling fs layer 36ac8c11a11f: Pulling fs layer ecd7d9a67e26: Pulling fs layer ea67eaa7dd42: Waiting 36ac8c11a11f: Waiting ecd7d9a67e26: Waiting a2a2197e145e: Waiting 4b5cacb629f5: Verifying Checksum 4b5cacb629f5: Download complete 14408c8d4f9a: Verifying Checksum 14408c8d4f9a: Download complete 4a56a430b2ba: Verifying Checksum 4a56a430b2ba: Download complete ea67eaa7dd42: Verifying Checksum ea67eaa7dd42: Download complete ecd7d9a67e26: Verifying Checksum ecd7d9a67e26: Download complete a2a2197e145e: Verifying Checksum a2a2197e145e: Download complete 36ac8c11a11f: Verifying Checksum 36ac8c11a11f: Download complete 4a56a430b2ba: Pull complete 4b5cacb629f5: Pull complete 14408c8d4f9a: Pull complete ea67eaa7dd42: Pull complete a2a2197e145e: Pull complete 36ac8c11a11f: Pull complete ecd7d9a67e26: Pull complete Digest: sha256:90d554b5ae59cb63d2bf42bdfcd60aa1feb4794d9e3a9cbb9d2deb477c088be0 Status: Downloaded newer image for golang:1.13.0 ---> c4d6fdf2260a Step 3/14 : RUN apt-get update -qq && apt-get install -y -q --no-install-recommends coreutils util-linux uuid-runtime ---> Running in 77465a3f01c7 Reading package lists... Building dependency tree...GOOS=darwin CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=fb9defa3 -X github.com/docker/app/internal.Version=jenkins-app-PR-695-4 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-18T11:21:12Z" -o bin/docker-app-darwin ./cmd/docker-app Reading state information... coreutils is already the newest version (8.30-3). coreutils set to manually installed. util-linux is already the newest version (2.33.1-0.1). util-linux set to manually installed. The following NEW packages will be installed: uuid-runtime 0 upgraded, 1 newly installed, 0 to remove and 10 not upgraded. Need to get 95.2 kB of archives. After this operation, 211 kB of additional disk space will be used. Get:1 http://deb.debian.org/debian buster/main amd64 uuid-runtime amd64 2.33.1-0.1 [95.2 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 95.2 kB in 0s (369 kB/s) Selecting previously unselected package uuid-runtime. (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.) Preparing to unpack .../uuid-runtime_2.33.1-0.1_amd64.deb ... Unpacking uuid-runtime (2.33.1-0.1) ... Setting up uuid-runtime (2.33.1-0.1) ... Adding group `uuidd' (GID 102) ... Done. Warning: The home dir /run/uuidd you specified can't be accessed: No such file or directory Adding system user `uuidd' (UID 101) ... Adding new user `uuidd' (UID 101) with group `uuidd' ... Not creating home directory `/run/uuidd'. invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Removing intermediate container 77465a3f01c7 ---> e5d9209d68a6 Step 4/14 : WORKDIR /go/src/github.com/docker/app/ ---> Running in d08bae77e859 Removing intermediate container d08bae77e859 ---> b17648a708d9 Step 5/14 : COPY . . ---> 02a62cb7de22 Step 6/14 : ARG EXPERIMENTAL="off" ---> Running in 8130b28a088b Removing intermediate container 8130b28a088b ---> 395531151caf Step 7/14 : ARG TAG="unknown" ---> Running in b1f626268bf7 Removing intermediate container b1f626268bf7 ---> 4a59feabc041 Step 8/14 : RUN make EXPERIMENTAL=${EXPERIMENTAL} BUILD_TAG=${BUILD_TAG} TAG=${TAG} bin/cnab-run ---> Running in 7f2d766aeb91 CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=fb9defa3 -X github.com/docker/app/internal.Version=jenkins-app-PR-695-4 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-18T11:22:15Z" -o bin/cnab-run ./cmd/cnab-run ./scripts/build/windows Generating windows resources Building build/docker-windows-amd64 GOOS=windows CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=fb9defa3 -X github.com/docker/app/internal.Version=jenkins-app-PR-695-4 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-18T11:21:12Z" -o bin/docker-app-windows.exe ./cmd/docker-app Removing intermediate container 7f2d766aeb91 ---> 390593b767cc Step 9/14 : FROM alpine:${ALPINE_VERSION} as invocation 3.10.1: Pulling from library/alpine 050382585609: Pulling fs layer 050382585609: Download complete 050382585609: Pull complete Digest: sha256:6a92cd1fcdc8d8cdec60f33dda4db2cb1fcdcacf3410a8e05b3741f44a9b5998 Status: Downloaded newer image for alpine:3.10.1 ---> b7b28af77ffe Step 10/14 : RUN apk add --no-cache ca-certificates && adduser -S cnab ---> Running in d8e7ea701555 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz (1/1) Installing ca-certificates (20190108-r0) Executing busybox-1.30.1-r2.trigger Executing ca-certificates-20190108-r0.trigger OK: 6 MiB in 15 packages Removing intermediate container d8e7ea701555 ---> d76488836265 Step 11/14 : USER cnab ---> Running in 076414beaaf2 Removing intermediate container 076414beaaf2 ---> 521cfab3f117 Step 12/14 : COPY --from=build /go/src/github.com/docker/app/bin/cnab-run /cnab/app/run ---> f77b8eba4637 Step 13/14 : WORKDIR /cnab/app ---> Running in d5ae8f87a10b Removing intermediate container d5ae8f87a10b ---> 5fca4a557a43 Step 14/14 : CMD /cnab/app/run ---> Running in 6bb8bb260eea Removing intermediate container 6bb8bb260eea ---> a60697025ff1 [Warning] One or more build-args [GOPROXY COMMIT] were not consumed Successfully built a60697025ff1 Successfully tagged docker/cnab-app-base:jenkins-app-PR-695-4 docker save docker/cnab-app-base:jenkins-app-PR-695-4 -o _build/invocation-image.tar [Pipeline] sh + make -f docker.Makefile INVOCATION_IMAGE_TAG=jenkins-app-PR-695-4-coverage OUTPUT=coverage-invocation-image.tar save-invocation-image-tag docker tag docker/cnab-app-base:jenkins-app-PR-695-4 docker/cnab-app-base:jenkins-app-PR-695-4-coverage docker save docker/cnab-app-base:jenkins-app-PR-695-4-coverage -o _build/coverage-invocation-image.tar [Pipeline] sh + make -f docker.Makefile INVOCATION_IMAGE_TAG=jenkins-app-PR-695-4-coverage-experimental OUTPUT=coverage-experimental-invocation-image.tar save-invocation-image-tag docker tag docker/cnab-app-base:jenkins-app-PR-695-4 docker/cnab-app-base:jenkins-app-PR-695-4-coverage-experimental docker save docker/cnab-app-base:jenkins-app-PR-695-4-coverage-experimental -o _build/coverage-experimental-invocation-image.tar [Pipeline] } [Pipeline] // ansiColor [Pipeline] dir Running in /home/ubuntu/workspace/app_PR-695/src/github.com/docker/app/_build [Pipeline] { [Pipeline] stash Stashed 1 file(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-695/4/stashes/invocation-image.tgz [Pipeline] stash Stashed 1 file(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-695/4/stashes/coverage-invocation-image.tgz [Pipeline] stash Stashed 1 file(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-695/4/stashes/coverage-experimental-invocation-image.tgz [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // dir Post stage [Pipeline] dir Running in /home/ubuntu/workspace/app_PR-695/src/github.com/docker/app [Pipeline] { [Pipeline] sh + docker rmi docker/cnab-app-base:jenkins-app-PR-695-4 Untagged: docker/cnab-app-base:jenkins-app-PR-695-4 [Pipeline] sh + docker rmi docker/cnab-app-base:jenkins-app-PR-695-4-coverage Untagged: docker/cnab-app-base:jenkins-app-PR-695-4-coverage [Pipeline] sh + docker rmi docker/cnab-app-base:jenkins-app-PR-695-4-coverage-experimental Untagged: docker/cnab-app-base:jenkins-app-PR-695-4-coverage-experimental Deleted: sha256:a60697025ff1d8067f6f6171fd0d8bf566ff1f34caec9ffd844c460ab351b9a5 Deleted: sha256:5fca4a557a43c2eea3bac1831e16a525d11cbe1719be183b8597bfee6fdaa505 Deleted: sha256:f77b8eba46372612e7f5067d8c5dd4f4fdcda8336adadf377c7830a803c9ed56 Deleted: sha256:7009ba408affd4dd43170ccd0702ca02b393b4b2b7e1ede0cb953f2f25599d9b Deleted: sha256:521cfab3f117467275d60b82958a6bc4eaf5002bfe275799c805fc5af8489a78 Deleted: sha256:d76488836265e2029000a1ef7453b10a2cf97e58b68980b3a23b8bf94a2bf4ca Deleted: sha256:37f4c80e35041dce9b8e2160d857ae67fc99f0e97ffaf0dff32fdad66d576902 [Pipeline] } [Pipeline] // dir [Pipeline] deleteDir [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } Removing intermediate container 39834043f840 ---> 234c3eaa1bb3 [Warning] One or more build-args [ALPINE_VERSION COMMIT] were not consumed Successfully built 234c3eaa1bb3 Successfully tagged docker-app-cross:jenkins-app-PR-695-4 docker create --name docker-app-cross-jenkins-app-PR-695-4 docker-app-cross:jenkins-app-PR-695-4 noop d8dece4515e7beb01465a2e1845b0b5b726a1fcea995f5885c17eb3e530267f4 docker cp docker-app-cross-jenkins-app-PR-695-4:/go/src/github.com/docker/app/bin/docker-app-linux bin/docker-app-linux docker cp docker-app-cross-jenkins-app-PR-695-4:/go/src/github.com/docker/app/bin/docker-app-darwin bin/docker-app-darwin docker cp docker-app-cross-jenkins-app-PR-695-4:/go/src/github.com/docker/app/bin/docker-app-windows.exe bin/docker-app-windows.exe docker rm docker-app-cross-jenkins-app-PR-695-4 docker-app-cross-jenkins-app-PR-695-4 docker build --build-arg EXPERIMENTAL=off --build-arg TAG=jenkins-app-PR-695-4 --build-arg COMMIT=fb9defa3 --build-arg ALPINE_VERSION=3.10.1 --build-arg GOPROXY=direct --target=e2e-cross -t docker-app-e2e-cross:jenkins-app-PR-695-4 . Sending build context to Docker daemon 76.09MB Step 1/26 : FROM dockercore/golang-cross:1.12.9@sha256:3ea9dcef4dd2c46d80445c0b22d6177817f4cfce22c523cc12a5a1091cb37705 AS build ---> 518d5e4626aa Step 2/26 : ENV DISABLE_WARN_OUTSIDE_CONTAINER=1 ---> Using cache ---> 887fd93ee952 Step 3/26 : RUN apt-get install -y -q --no-install-recommends coreutils util-linux uuid-runtime ---> Using cache ---> 66644434a755 Step 4/26 : WORKDIR /go/src/github.com/docker/cli ---> Using cache ---> 33d65dcd278d Step 5/26 : RUN git clone https://github.com/docker/cli . && git checkout a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb ---> Using cache ---> 418b276fe5c2 Step 6/26 : ARG GOPROXY ---> Using cache ---> 6276dc593f18 Step 7/26 : RUN make binary-osx binary-windows binary && cp build/docker-linux-amd64 /usr/bin/docker ---> Using cache ---> d6d2c5b25ce5 Step 8/26 : WORKDIR /go/src/github.com/docker/app/ ---> Using cache ---> 11b510d4d32e Step 9/26 : FROM build AS dev ---> 11b510d4d32e Step 10/26 : ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/ ---> Using cache ---> 97525b112548 Step 11/26 : ARG DEP_VERSION=v0.5.4 ---> Using cache ---> 629e66f9d341 Step 12/26 : RUN curl -o /usr/bin/dep -L https://github.com/golang/dep/releases/download/${DEP_VERSION}/dep-linux-amd64 && chmod +x /usr/bin/dep ---> Using cache ---> 51a167e18215 Step 13/26 : ARG GOTESTSUM_VERSION=v0.3.4 ---> Using cache ---> e388984148e9 Step 14/26 : ARG GOPROXY ---> Using cache ---> 37ac13066193 Step 15/26 : RUN mkdir $GOPATH/src/gotest.tools && git clone -q https://github.com/gotestyourself/gotestsum $GOPATH/src/gotest.tools/gotestsum && cd $GOPATH/src/gotest.tools/gotestsum && git -C $GOPATH/src/gotest.tools/gotestsum checkout -q $GOTESTSUM_VERSION && GO111MODULE=on GOOS=linux go build -o /usr/local/bin/gotestsum-linux gotest.tools/gotestsum && GO111MODULE=on GOOS=darwin go build -o /usr/local/bin/gotestsum-darwin gotest.tools/gotestsum && GO111MODULE=on GOOS=windows go build -o /usr/local/bin/gotestsum-windows.exe gotest.tools/gotestsum && ln -s gotestsum-linux /usr/local/bin/gotestsum ---> Using cache ---> b4a7375deca7 Step 16/26 : RUN GOOS=linux go build -o /usr/local/bin/test2json-linux cmd/test2json && GOOS=darwin go build -o /usr/local/bin/test2json-darwin cmd/test2json && GOOS=windows go build -o /usr/local/bin/test2json-windows.exe cmd/test2json ---> Using cache ---> 542d6fba28c6 Step 17/26 : RUN go get -d gopkg.in/mjibson/esc.v0 && cd /go/src/github.com/mjibson/esc && go build -v -o /usr/bin/esc . && rm -rf /go/src/* /go/pkg/* /go/bin/* ---> Using cache ---> a7d551fc12f1 Step 18/26 : COPY . . ---> Using cache ---> 7aa3da88f46f Step 19/26 : FROM dev AS cross ---> 7aa3da88f46f Step 20/26 : ARG EXPERIMENTAL="off" ---> Using cache ---> 9219c278a944 Step 21/26 : ARG TAG="unknown" ---> Using cache ---> fec237c46c1c Step 22/26 : RUN make EXPERIMENTAL=${EXPERIMENTAL} TAG=${TAG} cross ---> Using cache ---> 234c3eaa1bb3 Step 23/26 : FROM cross AS e2e-cross ---> 234c3eaa1bb3 Step 24/26 : ARG EXPERIMENTAL="off" ---> Running in 6f506d107525 Removing intermediate container 6f506d107525 ---> d35d3c782e88 Step 25/26 : ARG TAG="unknown" ---> Running in ada80047e4b9 Removing intermediate container ada80047e4b9 ---> 58eef80bd987 Step 26/26 : RUN make EXPERIMENTAL=${EXPERIMENTAL} TAG=${TAG} e2e-cross ---> Running in a3106ff0f70f GOOS=linux CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=fb9defa3 -X github.com/docker/app/internal.Version=jenkins-app-PR-695-4 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-18T11:24:14Z" -o bin/docker-app-linux ./cmd/docker-app GOOS=linux CGO_ENABLED=0 go test -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=fb9defa3 -X github.com/docker/app/internal.Version=jenkins-app-PR-695-4 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-18T11:24:14Z" -c -o bin/docker-app-e2e-linux ./e2e/ GOOS=darwin CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=fb9defa3 -X github.com/docker/app/internal.Version=jenkins-app-PR-695-4 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-18T11:24:14Z" -o bin/docker-app-darwin ./cmd/docker-app GOOS=darwin CGO_ENABLED=0 go test -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=fb9defa3 -X github.com/docker/app/internal.Version=jenkins-app-PR-695-4 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-18T11:24:14Z" -c -o bin/docker-app-e2e-darwin ./e2e/ WARNING: binary creates a Linux executable. Use cross for macOS or Windows. ./scripts/build/binary Building statically linked build/docker-linux-amd64 GOOS=windows CGO_ENABLED=0 go test -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=fb9defa3 -X github.com/docker/app/internal.Version=jenkins-app-PR-695-4 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-18T11:24:14Z" -c -o bin/docker-app-e2e-windows.exe ./e2e/ Removing intermediate container a3106ff0f70f ---> 7e3ef75c5a7d [Warning] One or more build-args [ALPINE_VERSION COMMIT] were not consumed Successfully built 7e3ef75c5a7d Successfully tagged docker-app-e2e-cross:jenkins-app-PR-695-4 docker create --name docker-app-e2e-cross-jenkins-app-PR-695-4 docker-app-e2e-cross:jenkins-app-PR-695-4 noop e4008d3abb288e17a401a2f8cc769ae510829f7e16fe95889e4ad88ae5b30172 docker cp docker-app-e2e-cross-jenkins-app-PR-695-4:/go/src/github.com/docker/app/bin/docker-app-e2e-linux bin/docker-app-e2e-linux docker cp docker-app-e2e-cross-jenkins-app-PR-695-4:/go/src/github.com/docker/app/bin/docker-app-e2e-darwin bin/docker-app-e2e-darwin docker cp docker-app-e2e-cross-jenkins-app-PR-695-4:/go/src/github.com/docker/app/bin/docker-app-e2e-windows.exe bin/docker-app-e2e-windows.exe docker cp docker-app-e2e-cross-jenkins-app-PR-695-4:/usr/local/bin/gotestsum-linux bin/gotestsum-linux docker cp docker-app-e2e-cross-jenkins-app-PR-695-4:/usr/local/bin/gotestsum-darwin bin/gotestsum-darwin docker cp docker-app-e2e-cross-jenkins-app-PR-695-4:/usr/local/bin/gotestsum-windows.exe bin/gotestsum-windows.exe docker cp docker-app-e2e-cross-jenkins-app-PR-695-4:/usr/local/bin/test2json-linux bin/test2json-linux docker cp docker-app-e2e-cross-jenkins-app-PR-695-4:/usr/local/bin/test2json-darwin bin/test2json-darwin docker cp docker-app-e2e-cross-jenkins-app-PR-695-4:/usr/local/bin/test2json-windows.exe bin/test2json-windows.exe docker rm docker-app-e2e-cross-jenkins-app-PR-695-4 docker-app-e2e-cross-jenkins-app-PR-695-4 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-695/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-695/4/stashes/binaries.tgz [Pipeline] } [Pipeline] // dir [Pipeline] dir Running in /home/ubuntu/workspace/app_PR-695/src/github.com/docker/app/e2e [Pipeline] { [Pipeline] stash Stashed 66 file(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-695/4/stashes/e2e.tgz [Pipeline] } [Pipeline] // dir [Pipeline] dir Running in /home/ubuntu/workspace/app_PR-695/src/github.com/docker/app/examples [Pipeline] { [Pipeline] stash Stashed 48 file(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-695/4/stashes/examples.tgz [Pipeline] } [Pipeline] // dir [Pipeline] sh + docker image ls --format={{.Repository}}:{{.Tag}} *jenkins-app-PR-695-4* + xargs docker image rm -f Untagged: docker-app-e2e-cross:jenkins-app-PR-695-4 Deleted: sha256:7e3ef75c5a7d191722b6e5ad85c3e26c945dcb4acca4e5194c8325d54f392bcd Deleted: sha256:22cdd8be912da26bb4238bd0cbe1ee77975579699a25ae9979f1309a6868b8de Deleted: sha256:58eef80bd987dfdeb5f91c85d702c1897d62d5edbb4511aebd7bcb877187d1c6 Deleted: sha256:d35d3c782e88fd8e7b99c890110a9286c44141070a4c609c60d52193d8d67b92 Untagged: docker-app-cross:jenkins-app-PR-695-4 Deleted: sha256:234c3eaa1bb3bd2ae70e2bd86afd09138c4276e0bd08cf2cfd31aa035c8c3607 Deleted: sha256:7a63637f58cc375741e5a8cffc5b5c8ec7b9fd4c7b85374e0b5c6e53756bf138 Deleted: sha256:fec237c46c1c0e758c762a3f000964cfdce401cff4edfeaf71b8c1714d4ea3c3 Deleted: sha256:9219c278a944d1852260f17ce5b90d4f8173e421d76f721f3e40de6b81363529 Deleted: sha256:7aa3da88f46f71f0192692b3d913e6d702fec7b791d5b9fb6f7c561246759fdd Deleted: sha256:bb126c791949a296b3c7370b3da4bb7e6b7badee1452765ad76e1f180332848f Untagged: docker-app-cli:jenkins-app-PR-695-4 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // dir Post stage [Pipeline] deleteDir [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } Removing intermediate container b7bde742a80f ---> 41c43d1236bf Step 8/18 : WORKDIR /go/src/github.com/docker/app/ ---> Running in 2224cb984266 Removing intermediate container 2224cb984266 ---> f4201942d26c Step 9/18 : FROM build AS dev ---> f4201942d26c Step 10/18 : ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/ ---> Running in a0ca749fbf2a Removing intermediate container a0ca749fbf2a ---> 9d6d173c90ee Step 11/18 : ARG DEP_VERSION=v0.5.4 ---> Running in 566430b73a7a Removing intermediate container 566430b73a7a ---> e0e35bef57b4 Step 12/18 : RUN curl -o /usr/bin/dep -L https://github.com/golang/dep/releases/download/${DEP_VERSION}/dep-linux-amd64 && chmod +x /usr/bin/dep ---> Running in 2d2545c427a3  % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 605 0 605 0 0 7034 0 --:--:-- --:--:-- --:--:-- 7034  1 10.5M 1 203k 0 0 1834k 0 0:00:05 --:--:-- 0:00:05 1834k 100 10.5M 100 10.5M 0 0 45.3M  0 --:--:-- --:--:-- --:--:-- 85.6M Removing intermediate container 2d2545c427a3 ---> 792821d103e3 Step 13/18 : ARG GOTESTSUM_VERSION=v0.3.4 ---> Running in 2b4cd0768520 Removing intermediate container 2b4cd0768520 ---> 75df057f0aff Step 14/18 : ARG GOPROXY ---> Running in 7b683476ab6d Removing intermediate container 7b683476ab6d ---> 0972aead7dd6 Step 15/18 : RUN mkdir $GOPATH/src/gotest.tools && git clone -q https://github.com/gotestyourself/gotestsum $GOPATH/src/gotest.tools/gotestsum && cd $GOPATH/src/gotest.tools/gotestsum && git -C $GOPATH/src/gotest.tools/gotestsum checkout -q $GOTESTSUM_VERSION && GO111MODULE=on GOOS=linux go build -o /usr/local/bin/gotestsum-linux gotest.tools/gotestsum && GO111MODULE=on GOOS=darwin go build -o /usr/local/bin/gotestsum-darwin gotest.tools/gotestsum && GO111MODULE=on GOOS=windows go build -o /usr/local/bin/gotestsum-windows.exe gotest.tools/gotestsum && ln -s gotestsum-linux /usr/local/bin/gotestsum ---> Running in 95865d948fa6 go: finding github.com/mattn/go-isatty v0.0.3 go: finding github.com/google/go-cmp v0.2.0 go: finding github.com/sirupsen/logrus v1.0.5 go: finding github.com/spf13/pflag v1.0.1 go: finding github.com/fatih/color v1.6.0 go: finding github.com/onsi/gomega v1.4.3 go: finding github.com/pkg/errors v0.8.0 go: finding github.com/onsi/ginkgo v1.8.0 go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 go: finding gotest.tools v2.1.0+incompatible go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9 go: finding github.com/mattn/go-colorable v0.0.9 go: finding github.com/fsnotify/fsnotify v1.4.7 go: finding github.com/hpcloud/tail v1.0.0 go: finding github.com/jonboulle/clockwork v0.1.0 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 go: finding golang.org/x/text v0.3.0 go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc go: finding golang.org/x/net v0.0.0-20180906233101-161cd47e91fd go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e go: finding github.com/onsi/ginkgo v1.6.0 go: finding gopkg.in/yaml.v2 v2.2.1 go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f go: finding gopkg.in/fsnotify.v1 v1.4.7 go: finding github.com/golang/protobuf v1.2.0 go: finding github.com/stretchr/testify v1.3.0 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 go: finding github.com/davecgh/go-spew v1.1.0 go: finding github.com/pmezard/go-difflib v1.0.0 go: finding github.com/stretchr/objx v0.1.0 go: downloading gotest.tools v2.1.0+incompatible go: extracting gotest.tools v2.1.0+incompatible go: downloading github.com/spf13/pflag v1.0.1 go: downloading github.com/sirupsen/logrus v1.0.5 go: downloading github.com/fatih/color v1.6.0 go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f go: downloading github.com/jonboulle/clockwork v0.1.0 go: downloading github.com/pkg/errors v0.8.0 go: extracting github.com/jonboulle/clockwork v0.1.0 go: extracting github.com/pkg/errors v0.8.0 go: extracting github.com/sirupsen/logrus v1.0.5 go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc go: extracting github.com/spf13/pflag v1.0.1 go: extracting github.com/fatih/color v1.6.0 go: downloading github.com/mattn/go-isatty v0.0.3 go: downloading github.com/mattn/go-colorable v0.0.9 go: extracting github.com/mattn/go-colorable v0.0.9 go: extracting github.com/mattn/go-isatty v0.0.3 go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e Removing intermediate container 95865d948fa6 ---> 4669a73275a0 Step 16/18 : RUN GOOS=linux go build -o /usr/local/bin/test2json-linux cmd/test2json && GOOS=darwin go build -o /usr/local/bin/test2json-darwin cmd/test2json && GOOS=windows go build -o /usr/local/bin/test2json-windows.exe cmd/test2json ---> Running in 11d31567d3f8 Removing intermediate container 11d31567d3f8 ---> 2eca4481bec7 Step 17/18 : RUN go get -d gopkg.in/mjibson/esc.v0 && cd /go/src/github.com/mjibson/esc && go build -v -o /usr/bin/esc . && rm -rf /go/src/* /go/pkg/* /go/bin/* ---> Running in f36ff7c4a344 golang.org/x/tools/internal/semver github.com/pkg/errors golang.org/x/tools/go/ast/astutil golang.org/x/tools/go/internal/gcimporter golang.org/x/tools/go/internal/packagesdriver golang.org/x/tools/internal/fastwalk golang.org/x/tools/internal/gopathwalk golang.org/x/tools/internal/span golang.org/x/tools/go/gcexportdata golang.org/x/tools/internal/module golang.org/x/tools/go/packages golang.org/x/tools/internal/imports golang.org/x/tools/imports github.com/mjibson/esc/embed github.com/mjibson/esc Removing intermediate container f36ff7c4a344 ---> 8fb13d3a7017 Step 18/18 : COPY . . ---> 0184c2a98b31 [Warning] One or more build-args [ALPINE_VERSION COMMIT EXPERIMENTAL TAG] were not consumed Successfully built 0184c2a98b31 Successfully tagged docker-app-dev:jenkins-app-PR-695-4 Check Vendoring... docker run --rm docker-app-dev:jenkins-app-PR-695-4 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: github.com/docker/docker/pkg/stringid: imported or required, but missing from Gopkg.lock's input-imports Root project is "github.com/docker/app" 25 transitively valid internal packages 72 external packages imported from 24 projects (0) ✓ select (root) (1) ? attempt github.com/containerd/containerd with 2 pkgs; at least 1 versions to try (1) try github.com/containerd/containerd@master (1) ✓ select github.com/containerd/containerd@master 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.3.2-beta1 (2) ✓ select github.com/deislabs/cnab-go@v0.3.2-beta1 w/8 pkgs (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) ? attempt github.com/imdario/mergo with 1 pkgs; at least 1 versions to try (4) try github.com/imdario/mergo@master (4) ✓ select github.com/imdario/mergo@master w/1 pkgs (5) ? attempt github.com/docker/distribution with 2 pkgs; at least 1 versions to try (5) try github.com/docker/distribution@0d3efadf0154c2b8a4e7b6621fff9809655cc580 (5) ✓ select github.com/docker/distribution@0d3efadf0154c2b8a4e7b6621fff9809655cc580 w/5 pkgs (6) ? attempt github.com/pkg/errors with 1 pkgs; at least 1 versions to try (6) try github.com/pkg/errors@v0.8.1 (6) ✓ select github.com/pkg/errors@v0.8.1 w/1 pkgs (7) ? attempt github.com/docker/go-units with 1 pkgs; at least 1 versions to try (7) try github.com/docker/go-units@v0.3.3 (7) ✓ select github.com/docker/go-units@v0.3.3 w/1 pkgs (8) ? attempt github.com/docker/buildx with 4 pkgs; at least 1 versions to try (8) try github.com/docker/buildx@v0.3.1 (8) ✓ select github.com/docker/buildx@v0.3.1 w/5 pkgs (9) ? revisit github.com/containerd/containerd to add 5 pkgs (9) ✓ include 12 more pkgs from github.com/containerd/containerd@master (9) ? revisit github.com/docker/distribution to add 1 pkgs (10) ✓ include 1 more pkgs from github.com/docker/distribution@0d3efadf0154c2b8a4e7b6621fff9809655cc580 (9) ? attempt github.com/containerd/console with 1 pkgs; at least 1 versions to try (11) try github.com/containerd/console@master (11) ✓ select github.com/containerd/console@master w/1 pkgs (10) ? attempt github.com/docker/cnab-to-oci with 2 pkgs; at least 1 versions to try (12) try github.com/docker/cnab-to-oci@v0.1.0-beta2 (12) ✓ select github.com/docker/cnab-to-oci@v0.1.0-beta2 w/2 pkgs (11) ? revisit github.com/docker/distribution to add 3 pkgs (13) ✓ include 14 more pkgs from github.com/docker/distribution@0d3efadf0154c2b8a4e7b6621fff9809655cc580 (11) ? attempt github.com/docker/go with 1 pkgs; at least 1 versions to try (14) try github.com/docker/go@v1.5.1-1 (14) ✓ select github.com/docker/go@v1.5.1-1 w/1 pkgs (12) ? attempt google.golang.org/grpc with 2 pkgs; at least 1 versions to try (15) try google.golang.org/grpc@v1.19.1 (15) ✓ select google.golang.org/grpc@v1.19.1 w/2 pkgs (13) ? attempt github.com/golang/protobuf with 2 pkgs; at least 1 versions to try (16) try github.com/golang/protobuf@v1.3.1 (16) ✓ select github.com/golang/protobuf@v1.3.1 w/5 pkgs (14) ? attempt github.com/spf13/pflag with 1 pkgs; at least 1 versions to try (17) try github.com/spf13/pflag@master (17) ✓ select github.com/spf13/pflag@master w/1 pkgs (15) ? attempt github.com/wadey/gocovmerge with 1 pkgs; at least 1 versions to try (18) try github.com/wadey/gocovmerge@master (18) ✓ select github.com/wadey/gocovmerge@master w/1 pkgs (16) ? attempt github.com/globalsign/mgo with 1 pkgs; at least 1 versions to try (19) try github.com/globalsign/mgo@master (19) ✓ select github.com/globalsign/mgo@master w/5 pkgs (17) ? attempt github.com/docker/cli with 20 pkgs; at least 1 versions to try (20) try github.com/docker/cli@d83cd90464377d4164c8f70248d064b979e5ca98 (20) ✓ select github.com/docker/cli@d83cd90464377d4164c8f70248d064b979e5ca98 w/50 pkgs (18) ? revisit github.com/containerd/containerd to add 3 pkgs (21) ✓ include 50 more pkgs from github.com/containerd/containerd@master (18) ? revisit github.com/docker/distribution to add 4 pkgs (22) ✓ include 11 more pkgs from github.com/docker/distribution@0d3efadf0154c2b8a4e7b6621fff9809655cc580 (18) ? attempt github.com/containerd/cgroups with 1 pkgs; at least 1 versions to try (23) try github.com/containerd/cgroups@master (23) ✓ select github.com/containerd/cgroups@master w/1 pkgs (19) ? revisit google.golang.org/grpc to add 3 pkgs (24) ✓ include 32 more pkgs from google.golang.org/grpc@v1.19.1 (19) ? revisit github.com/golang/protobuf to add 2 pkgs (25) ✓ include 3 more pkgs from github.com/golang/protobuf@v1.3.1 (19) ? attempt github.com/coreos/go-systemd with 1 pkgs; at least 1 versions to try (26) try github.com/coreos/go-systemd@v20 (26) ✓ select github.com/coreos/go-systemd@v20 w/1 pkgs (20) ? attempt github.com/docker/compose-on-kubernetes with 8 pkgs; at least 1 versions to try (27) try github.com/docker/compose-on-kubernetes@v0.4.21 (27) ✓ select github.com/docker/compose-on-kubernetes@v0.4.21 w/11 pkgs (21) ? attempt github.com/Microsoft/go-winio with 1 pkgs; at least 1 versions to try (28) try github.com/Microsoft/go-winio@v0.4.12 (28) ✓ select github.com/Microsoft/go-winio@v0.4.12 w/1 pkgs (22) ? attempt github.com/docker/swarmkit with 3 pkgs; at least 1 versions to try (29) try github.com/docker/swarmkit@18e7e58ea1a5ec016625a636d0d52500eea123bc (29) ✓ select github.com/docker/swarmkit@18e7e58ea1a5ec016625a636d0d52500eea123bc w/6 pkgs (23) ? revisit google.golang.org/grpc to add 1 pkgs (30) ✓ include 3 more pkgs from google.golang.org/grpc@v1.19.1 (23) ? attempt github.com/Microsoft/hcsshim with 1 pkgs; at least 1 versions to try (31) try github.com/Microsoft/hcsshim@v0.8.6 (31) ✓ select github.com/Microsoft/hcsshim@v0.8.6 w/15 pkgs (24) ? attempt github.com/docker/docker-credential-helpers with 2 pkgs; at least 1 versions to try (32) try github.com/docker/docker-credential-helpers@v0.6.1 (32) ✓ select github.com/docker/docker-credential-helpers@v0.6.1 w/2 pkgs (25) ? attempt github.com/docker/docker with 12 pkgs; at least 1 versions to try (33) try github.com/docker/docker@master (33) ✓ select github.com/docker/docker@master w/21 pkgs (26) ? revisit github.com/Microsoft/hcsshim to add 1 pkgs (34) ✓ include 1 more pkgs from github.com/Microsoft/hcsshim@v0.8.6 (26) ? attempt github.com/mattn/go-shellwords with 1 pkgs; at least 1 versions to try (35) try github.com/mattn/go-shellwords@v1.0.5 (35) ✓ select github.com/mattn/go-shellwords@v1.0.5 w/1 pkgs (27) ? attempt github.com/Azure/go-ansiterm with 2 pkgs; at least 1 versions to try (36) try github.com/Azure/go-ansiterm@master (36) ✓ select github.com/Azure/go-ansiterm@master w/2 pkgs (28) ? revisit github.com/docker/docker to add 10 pkgs (37) ✓ include 34 more pkgs from github.com/docker/docker@master (28) ? attempt github.com/godbus/dbus with 1 pkgs; at least 1 versions to try (38) try github.com/godbus/dbus@v5.0.1 (38) ✓ select github.com/godbus/dbus@v5.0.1 w/1 pkgs (29) ? attempt github.com/hashicorp/go-version with 1 pkgs; at least 1 versions to try (39) try github.com/hashicorp/go-version@v1.1.0 (39) ✓ select github.com/hashicorp/go-version@v1.1.0 w/1 pkgs (30) ? attempt github.com/containerd/continuity with 2 pkgs; at least 1 versions to try (40) try github.com/containerd/continuity@master (40) ✓ select github.com/containerd/continuity@master w/3 pkgs (31) ? attempt github.com/google/shlex with 1 pkgs; at least 1 versions to try (41) try github.com/google/shlex@master (41) ✓ select github.com/google/shlex@master w/1 pkgs (32) ? attempt github.com/qri-io/jsonschema with 1 pkgs; at least 1 versions to try (42) try github.com/qri-io/jsonschema@v0.1.1 (42) ✓ select github.com/qri-io/jsonschema@v0.1.1 w/1 pkgs (33) ? attempt github.com/morikuni/aec with 1 pkgs; at least 1 versions to try (43) try github.com/morikuni/aec@master (43) ✓ select github.com/morikuni/aec@master w/1 pkgs (34) ? attempt github.com/containerd/ttrpc with 1 pkgs; at least 1 versions to try (44) try github.com/containerd/ttrpc@master (44) ✓ select github.com/containerd/ttrpc@master w/1 pkgs (35) ? revisit github.com/docker/docker to add 2 pkgs (45) ✓ include 2 more pkgs from github.com/docker/docker@master (35) ? attempt github.com/docker/go-connections with 2 pkgs; at least 1 versions to try (46) try github.com/docker/go-connections@v0.4.0 (46) ✓ select github.com/docker/go-connections@v0.4.0 w/2 pkgs (36) ? attempt github.com/moby/buildkit with 6 pkgs; at least 1 versions to try (47) try github.com/moby/buildkit@v0.6.2 (47) ✓ select github.com/moby/buildkit@v0.6.2 w/28 pkgs (37) ? revisit github.com/containerd/containerd to add 5 pkgs (48) ✓ include 16 more pkgs from github.com/containerd/containerd@master (37) ? attempt github.com/gogo/googleapis with 1 pkgs; at least 1 versions to try (49) try github.com/gogo/googleapis@v1.2.0 (49) ✓ select github.com/gogo/googleapis@v1.2.0 w/1 pkgs (38) ? revisit github.com/containerd/continuity to add 1 pkgs (50) ✓ include 1 more pkgs from github.com/containerd/continuity@master (38) ? revisit github.com/docker/go-connections to add 1 pkgs (51) ✓ include 1 more pkgs from github.com/docker/go-connections@v0.4.0 (38) ? attempt golang.org/x/sys with 2 pkgs; at least 1 versions to try (52) try golang.org/x/sys@master (52) ✓ select golang.org/x/sys@master w/2 pkgs (39) ? revisit github.com/docker/docker to add 1 pkgs (53) ✓ include 1 more pkgs from github.com/docker/docker@master (39) ? attempt github.com/gofrs/flock with 1 pkgs; at least 1 versions to try (54) try github.com/gofrs/flock@v0.7.1 (54) ✓ select github.com/gofrs/flock@v0.7.1 w/1 pkgs (40) ? attempt github.com/qri-io/jsonpointer with 1 pkgs; at least 1 versions to try (55) try github.com/qri-io/jsonpointer@v0.1.0 (55) ✓ select github.com/qri-io/jsonpointer@v0.1.0 w/1 pkgs (41) ? attempt github.com/opencontainers/image-spec with 1 pkgs; at least 1 versions to try (56) try github.com/opencontainers/image-spec@v1.0.1 (56) ✓ select github.com/opencontainers/image-spec@v1.0.1 w/2 pkgs (42) ? attempt k8s.io/api with 1 pkgs; at least 1 versions to try (57) try k8s.io/api@kubernetes-1.14.1 (57) ✓ select k8s.io/api@kubernetes-1.14.1 w/2 pkgs (43) ? attempt golang.org/x/net with 1 pkgs; at least 1 versions to try (58) try golang.org/x/net@master (58) ✓ select golang.org/x/net@master w/1 pkgs (44) ? attempt github.com/coreos/etcd with 1 pkgs; at least 1 versions to try (59) try github.com/coreos/etcd@v3.3.12 (59) ✓ select github.com/coreos/etcd@v3.3.12 w/1 pkgs (45) ? revisit google.golang.org/grpc to add 2 pkgs (60) ✓ include 33 more pkgs from google.golang.org/grpc@v1.19.1 (45) ? attempt github.com/gogo/protobuf with 1 pkgs; at least 1 versions to try (61) try github.com/gogo/protobuf@v1.2.1 (61) ✓ select github.com/gogo/protobuf@v1.2.1 w/3 pkgs (46) ? attempt github.com/containerd/fifo with 1 pkgs; at least 1 versions to try (62) try github.com/containerd/fifo@master (62) ✓ select github.com/containerd/fifo@master w/1 pkgs (47) ? attempt github.com/containerd/typeurl with 1 pkgs; at least 1 versions to try (63) try github.com/containerd/typeurl@master (63) ✓ select github.com/containerd/typeurl@master w/1 pkgs (48) ? revisit github.com/gogo/protobuf to add 2 pkgs (64) ✓ include 2 more pkgs from github.com/gogo/protobuf@v1.2.1 (48) ? attempt k8s.io/apimachinery with 6 pkgs; at least 1 versions to try (65) try k8s.io/apimachinery@kubernetes-1.14.1 (65) ✓ select k8s.io/apimachinery@kubernetes-1.14.1 w/22 pkgs (49) ? attempt github.com/docker/go-metrics with 1 pkgs; at least 1 versions to try (66) try github.com/docker/go-metrics@d466d4f6fd960e01820085bd7e1a24426ee7ef18 (66) ✓ select github.com/docker/go-metrics@d466d4f6fd960e01820085bd7e1a24426ee7ef18 w/1 pkgs (50) ? attempt github.com/gorilla/mux with 1 pkgs; at least 1 versions to try (67) try github.com/gorilla/mux@v1.7.1 (67) ✓ select github.com/gorilla/mux@v1.7.1 w/1 pkgs (51) ? revisit k8s.io/apimachinery to add 1 pkgs (68) ✓ include 21 more pkgs from k8s.io/apimachinery@kubernetes-1.14.1 (51) ? attempt github.com/xeipuuv/gojsonschema with 1 pkgs; at least 1 versions to try (69) try github.com/xeipuuv/gojsonschema@93e72a773fade158921402d6a24c819b48aba29d (69) ✓ select github.com/xeipuuv/gojsonschema@93e72a773fade158921402d6a24c819b48aba29d w/1 pkgs (52) ? attempt github.com/opencontainers/runtime-spec with 1 pkgs; at least 1 versions to try (70) try github.com/opencontainers/runtime-spec@29686dbc5559d93fb1ef402eeda3e35c38d75af4 (70) ✓ select github.com/opencontainers/runtime-spec@29686dbc5559d93fb1ef402eeda3e35c38d75af4 w/1 pkgs (53) ? attempt github.com/prometheus/client_golang with 1 pkgs; at least 1 versions to try (71) try github.com/prometheus/client_golang@v0.8.0 (71) ✓ select github.com/prometheus/client_golang@v0.8.0 w/1 pkgs (54) ? attempt github.com/syndtr/gocapability with 1 pkgs; at least 1 versions to try (72) try github.com/syndtr/gocapability@master (72) ✓ select github.com/syndtr/gocapability@master w/1 pkgs (55) ? revisit github.com/gogo/protobuf to add 1 pkgs (73) ✓ include 2 more pkgs from github.com/gogo/protobuf@v1.2.1 (55) ? revisit github.com/gogo/protobuf to add 1 pkgs (74) ✓ include 3 more pkgs from github.com/gogo/protobuf@v1.2.1 (55) ? attempt github.com/opentracing/opentracing-go with 1 pkgs; at least 1 versions to try (75) try github.com/opentracing/opentracing-go@v1.1.0 (75) ✓ select github.com/opentracing/opentracing-go@v1.1.0 w/2 pkgs (56) ? attempt github.com/beorn7/perks with 1 pkgs; at least 1 versions to try (76) try github.com/beorn7/perks@master (76) ✓ select github.com/beorn7/perks@master w/1 pkgs (57) ? attempt google.golang.org/genproto with 1 pkgs; at least 1 versions to try (77) try google.golang.org/genproto@master (77) ✓ select google.golang.org/genproto@master w/1 pkgs (58) ? revisit github.com/golang/protobuf to add 1 pkgs (78) ✓ include 2 more pkgs from github.com/golang/protobuf@v1.3.1 (58) ? revisit github.com/opencontainers/image-spec to add 1 pkgs (79) ✓ include 1 more pkgs from github.com/opencontainers/image-spec@v1.0.1 (58) ? attempt github.com/opencontainers/runc with 2 pkgs; at least 1 versions to try (80) try github.com/opencontainers/runc@v1.0.0-rc7 (80) ✓ select github.com/opencontainers/runc@v1.0.0-rc7 w/2 pkgs (59) ? attempt github.com/prometheus/procfs with 1 pkgs; at least 1 versions to try (81) try github.com/prometheus/procfs@master (81) ✓ select github.com/prometheus/procfs@master w/1 pkgs (60) ? attempt github.com/theupdateframework/notary with 8 pkgs; at least 1 versions to try (82) try github.com/theupdateframework/notary@v0.6.1 (82) ✓ select github.com/theupdateframework/notary@v0.6.1 w/14 pkgs (61) ? revisit github.com/docker/distribution to add 1 pkgs (83) ✓ include 1 more pkgs from github.com/docker/distribution@0d3efadf0154c2b8a4e7b6621fff9809655cc580 (61) ? attempt github.com/mitchellh/mapstructure with 1 pkgs; at least 1 versions to try (84) try github.com/mitchellh/mapstructure@v1.1.2 (84) ✓ select github.com/mitchellh/mapstructure@v1.1.2 w/1 pkgs (62) ? revisit github.com/opencontainers/image-spec to add 1 pkgs (85) ✓ include 1 more pkgs from github.com/opencontainers/image-spec@v1.0.1 (62) ? attempt github.com/oklog/ulid with 1 pkgs; at least 1 versions to try (86) try github.com/oklog/ulid@v1.3.1 (86) ✓ select github.com/oklog/ulid@v1.3.1 w/1 pkgs (63) ? attempt github.com/docker/go-events with 1 pkgs; at least 1 versions to try (87) try github.com/docker/go-events@master (87) ✓ select github.com/docker/go-events@master w/1 pkgs (64) ? attempt k8s.io/client-go with 1 pkgs; at least 1 versions to try (88) try k8s.io/client-go@kubernetes-1.14.1 (88) ✓ select k8s.io/client-go@kubernetes-1.14.1 w/17 pkgs (65) ? attempt github.com/spf13/cobra with 1 pkgs; at least 1 versions to try (89) try github.com/spf13/cobra@v0.0.5 (89) ✓ select github.com/spf13/cobra@v0.0.5 w/1 pkgs (66) ? attempt gotest.tools with 5 pkgs; at least 1 versions to try (90) try gotest.tools@v2.3.0 (90) ✓ select gotest.tools@v2.3.0 w/9 pkgs (67) ? revisit golang.org/x/net to add 4 pkgs (91) ✓ include 7 more pkgs from golang.org/x/net@master (67) ? attempt k8s.io/kubernetes with 1 pkgs; at least 1 versions to try (92) try k8s.io/kubernetes@v1.14.1 (92) ✓ select k8s.io/kubernetes@v1.14.1 w/1 pkgs (68) ? attempt github.com/prometheus/client_model with 1 pkgs; at least 1 versions to try (93) try github.com/prometheus/client_model@master (93) ✓ select github.com/prometheus/client_model@master w/1 pkgs (69) ? attempt github.com/prometheus/common with 2 pkgs; at least 1 versions to try (94) try github.com/prometheus/common@v0.2.0 (94) ✓ select github.com/prometheus/common@v0.2.0 w/3 pkgs (70) ? revisit github.com/moby/buildkit to add 4 pkgs (95) ✓ include 24 more pkgs from github.com/moby/buildkit@v0.6.2 (70) ? attempt github.com/matttproud/golang_protobuf_extensions with 1 pkgs; at least 1 versions to try (96) try github.com/matttproud/golang_protobuf_extensions@v1.0.1 (96) ✓ select github.com/matttproud/golang_protobuf_extensions@v1.0.1 w/1 pkgs (71) ? revisit k8s.io/apimachinery to add 3 pkgs (97) ✓ include 29 more pkgs from k8s.io/apimachinery@kubernetes-1.14.1 (71) ? attempt golang.org/x/text with 1 pkgs; at least 1 versions to try (98) try golang.org/x/text@v0.3.0 (98) ✓ select golang.org/x/text@v0.3.0 w/6 pkgs (72) ? revisit k8s.io/api to add 1 pkgs (99) ✓ include 1 more pkgs from k8s.io/api@kubernetes-1.14.1 (72) ? attempt golang.org/x/crypto with 2 pkgs; at least 1 versions to try (100) try golang.org/x/crypto@master (100) ✓ select golang.org/x/crypto@master w/8 pkgs (73) ? revisit golang.org/x/sys to add 1 pkgs (101) ✓ include 2 more pkgs from golang.org/x/sys@master (73) ? attempt github.com/agl/ed25519 with 1 pkgs; at least 1 versions to try (102) try github.com/agl/ed25519@master (102) ✓ select github.com/agl/ed25519@master w/2 pkgs (74) ? attempt github.com/tonistiigi/fsutil with 2 pkgs; at least 1 versions to try (103) try github.com/tonistiigi/fsutil@master (103) ✓ select github.com/tonistiigi/fsutil@master w/2 pkgs (75) ? revisit github.com/docker/docker to add 1 pkgs (104) ✓ include 1 more pkgs from github.com/docker/docker@master (75) ? attempt github.com/jaguilar/vt100 (from github.com/tonistiigi/vt100) with 1 pkgs; at least 1 versions to try (105) try github.com/jaguilar/vt100 (from github.com/tonistiigi/vt100)@ad4c4a5743050fb7f88ce968dca9422f72a0e3f2 (105) ✓ select github.com/jaguilar/vt100 (from github.com/tonistiigi/vt100)@ad4c4a5743050fb7f88ce968dca9422f72a0e3f2 w/1 pkgs (76) ? attempt github.com/davecgh/go-spew with 1 pkgs; at least 1 versions to try (106) try github.com/davecgh/go-spew@v1.1.1 (106) ✓ select github.com/davecgh/go-spew@v1.1.1 w/1 pkgs (77) ? attempt github.com/grpc-ecosystem/grpc-opentracing with 1 pkgs; at least 1 versions to try (107) try github.com/grpc-ecosystem/grpc-opentracing@master (107) ✓ select github.com/grpc-ecosystem/grpc-opentracing@master w/1 pkgs (78) ? revisit github.com/opentracing/opentracing-go to add 2 pkgs (108) ✓ include 3 more pkgs from github.com/opentracing/opentracing-go@v1.1.0 (78) ? attempt github.com/google/go-cmp with 1 pkgs; at least 1 versions to try (109) try github.com/google/go-cmp@v0.2.0 (109) ✓ select github.com/google/go-cmp@v0.2.0 w/4 pkgs (79) ? attempt golang.org/x/sync with 1 pkgs; at least 1 versions to try (110) try golang.org/x/sync@master (110) ✓ select golang.org/x/sync@master w/1 pkgs (80) ? revisit golang.org/x/net to add 1 pkgs (111) ✓ include 2 more pkgs from golang.org/x/net@master (80) ? revisit golang.org/x/sync to add 1 pkgs (112) ✓ include 1 more pkgs from golang.org/x/sync@master (80) ? revisit k8s.io/client-go to add 7 pkgs (113) ✓ include 62 more pkgs from k8s.io/client-go@kubernetes-1.14.1 (80) ? revisit golang.org/x/text to add 3 pkgs (114) ✓ include 14 more pkgs from golang.org/x/text@v0.3.0 (80) ? attempt github.com/modern-go/reflect2 with 1 pkgs; at least 1 versions to try (115) try github.com/modern-go/reflect2@1.0.1 (115) ✓ select github.com/modern-go/reflect2@1.0.1 w/1 pkgs (81) ? revisit k8s.io/api to add 34 pkgs (116) ✓ include 35 more pkgs from k8s.io/api@kubernetes-1.14.1 (81) ? revisit k8s.io/apimachinery to add 2 pkgs (117) ✓ include 2 more pkgs from k8s.io/apimachinery@kubernetes-1.14.1 (81) ? attempt gopkg.in/yaml.v2 with 1 pkgs; at least 1 versions to try (118) try gopkg.in/yaml.v2@v2.2.3 (118) ✓ select gopkg.in/yaml.v2@v2.2.3 w/1 pkgs (82) ? revisit k8s.io/apimachinery to add 11 pkgs (119) ✓ include 35 more pkgs from k8s.io/apimachinery@kubernetes-1.14.1 (82) ? attempt github.com/opencontainers/go-digest with 1 pkgs; at least 1 versions to try (120) try github.com/opencontainers/go-digest@v1.0.0-rc1 (120) ✓ select github.com/opencontainers/go-digest@v1.0.0-rc1 w/1 pkgs (83) ? revisit k8s.io/client-go to add 1 pkgs (121) ✓ include 17 more pkgs from k8s.io/client-go@kubernetes-1.14.1 (83) ? attempt github.com/miekg/pkcs11 with 1 pkgs; at least 1 versions to try (122) try github.com/miekg/pkcs11@master (122) ✓ select github.com/miekg/pkcs11@master w/1 pkgs (84) ? attempt k8s.io/utils with 1 pkgs; at least 1 versions to try (123) try k8s.io/utils@master (123) ✓ select k8s.io/utils@master w/1 pkgs (85) ? attempt github.com/hashicorp/golang-lru with 1 pkgs; at least 1 versions to try (124) try github.com/hashicorp/golang-lru@v0.5.1 (124) ✓ select github.com/hashicorp/golang-lru@v0.5.1 w/2 pkgs (86) ? attempt github.com/sirupsen/logrus with 1 pkgs; at least 1 versions to try (125) try github.com/sirupsen/logrus@v1.4.1 (125) ✓ select github.com/sirupsen/logrus@v1.4.1 w/1 pkgs (87) ? attempt github.com/googleapis/gnostic with 1 pkgs; at least 1 versions to try (126) try github.com/googleapis/gnostic@v0.2.0 (126) ✓ select github.com/googleapis/gnostic@v0.2.0 w/3 pkgs (88) ? attempt github.com/inconshreveable/mousetrap with 1 pkgs; at least 1 versions to try (127) try github.com/inconshreveable/mousetrap@v1.0 (127) ✓ select github.com/inconshreveable/mousetrap@v1.0 w/1 pkgs (89) ? attempt github.com/google/gofuzz with 1 pkgs; at least 1 versions to try (128) try github.com/google/gofuzz@v1.0.0 (128) ✓ select github.com/google/gofuzz@v1.0.0 w/1 pkgs (90) ? attempt github.com/konsorten/go-windows-terminal-sequences with 1 pkgs; at least 1 versions to try (129) try github.com/konsorten/go-windows-terminal-sequences@v1.0.2 (129) ✓ select github.com/konsorten/go-windows-terminal-sequences@v1.0.2 w/1 pkgs (91) ? attempt github.com/tonistiigi/units with 1 pkgs; at least 1 versions to try (130) try github.com/tonistiigi/units@master (130) ✓ select github.com/tonistiigi/units@master w/1 pkgs (92) ? attempt sigs.k8s.io/yaml with 1 pkgs; at least 1 versions to try (131) try sigs.k8s.io/yaml@v1.1.0 (131) ✓ select sigs.k8s.io/yaml@v1.1.0 w/1 pkgs (93) ? attempt github.com/json-iterator/go with 1 pkgs; at least 1 versions to try (132) try github.com/json-iterator/go@v1.1.6 (132) ✓ select github.com/json-iterator/go@v1.1.6 w/1 pkgs (94) ? attempt golang.org/x/tools with 1 pkgs; at least 1 versions to try (133) try golang.org/x/tools@master (133) ✓ select golang.org/x/tools@master w/1 pkgs (95) ? attempt gopkg.in/inf.v0 with 1 pkgs; at least 1 versions to try (134) try gopkg.in/inf.v0@v0.9.1 (134) ✓ select gopkg.in/inf.v0@v0.9.1 w/1 pkgs (96) ? revisit golang.org/x/crypto to add 2 pkgs (135) ✓ include 2 more pkgs from golang.org/x/crypto@master (96) ? attempt github.com/xeipuuv/gojsonreference with 1 pkgs; at least 1 versions to try (136) try github.com/xeipuuv/gojsonreference@master (136) ✓ select github.com/xeipuuv/gojsonreference@master w/1 pkgs (97) ? attempt golang.org/x/oauth2 with 2 pkgs; at least 1 versions to try (137) try golang.org/x/oauth2@master (137) ✓ select golang.org/x/oauth2@master w/5 pkgs (98) ? attempt k8s.io/klog with 1 pkgs; at least 1 versions to try (138) try k8s.io/klog@v0.2.0 (138) ✓ select k8s.io/klog@v0.2.0 w/1 pkgs (99) ? revisit k8s.io/utils to add 2 pkgs (139) ✓ include 2 more pkgs from k8s.io/utils@master (99) ? revisit k8s.io/apimachinery to add 6 pkgs (140) ✓ include 15 more pkgs from k8s.io/apimachinery@kubernetes-1.14.1 (99) ? attempt cloud.google.com/go with 1 pkgs; at least 1 versions to try (141) try cloud.google.com/go@v0.37.4 (141) ✓ select cloud.google.com/go@v0.37.4 w/1 pkgs (100) ? attempt vbom.ml/util with 1 pkgs; at least 1 versions to try (142) try vbom.ml/util@master (142) ✓ select vbom.ml/util@master w/1 pkgs (101) ? attempt golang.org/x/time with 1 pkgs; at least 1 versions to try (143) try golang.org/x/time@master (143) ✓ select golang.org/x/time@master w/1 pkgs (102) ? attempt github.com/xeipuuv/gojsonpointer with 1 pkgs; at least 1 versions to try (144) try github.com/xeipuuv/gojsonpointer@master (144) ✓ select github.com/xeipuuv/gojsonpointer@master w/1 pkgs (103) ? attempt github.com/modern-go/concurrent with 1 pkgs; at least 1 versions to try (145) try github.com/modern-go/concurrent@1.0.3 (145) ✓ select github.com/modern-go/concurrent@1.0.3 w/1 pkgs (104) ? attempt google.golang.org/appengine with 2 pkgs; at least 1 versions to try (146) try google.golang.org/appengine@v1.5.0 (146) ✓ select google.golang.org/appengine@v1.5.0 w/10 pkgs ✓ found solution with 603 packages from 104 projects Solver wall times by segment: b-rev-present-in: 1m44.664265057s b-source-exists: 1m29.506128079s b-list-pkgs: 11.388117758s b-gmal: 6.287151605s b-deduce-proj-root: 3.023388601s satisfy: 350.693882ms select-atom: 338.312731ms new-atom: 5.255872ms select-root: 1.706975ms other: 738.218µs add-atom: 448.338µs TOTAL: 3m35.566207116s (1/104) Wrote github.com/xeipuuv/gojsonschema@93e72a773fade158921402d6a24c819b48aba29d (2/104) Wrote github.com/prometheus/client_model@master (3/104) Wrote github.com/spf13/pflag@master (4/104) Wrote github.com/docker/go-events@master (5/104) Wrote github.com/matttproud/golang_protobuf_extensions@v1.0.1 (6/104) Wrote github.com/pkg/errors@v0.8.1 (7/104) Wrote github.com/konsorten/go-windows-terminal-sequences@v1.0.2 (8/104) Wrote k8s.io/apimachinery@kubernetes-1.14.1 (9/104) Wrote github.com/tonistiigi/fsutil@master (10/104) Wrote github.com/miekg/pkcs11@master (11/104) Wrote github.com/containerd/typeurl@master (12/104) Wrote github.com/mitchellh/mapstructure@v1.1.2 (13/104) Wrote github.com/containerd/ttrpc@master (14/104) Wrote github.com/jaguilar/vt100 (from github.com/tonistiigi/vt100)@ad4c4a5743050fb7f88ce968dca9422f72a0e3f2 (15/104) Wrote github.com/docker/go@v1.5.1-1 (16/104) Wrote sigs.k8s.io/yaml@v1.1.0 (17/104) Wrote github.com/modern-go/reflect2@1.0.1 (18/104) Wrote github.com/grpc-ecosystem/grpc-opentracing@master (19/104) Wrote gopkg.in/yaml.v2@v2.2.3 (20/104) Wrote github.com/opencontainers/runc@v1.0.0-rc7 (21/104) Wrote github.com/gorilla/mux@v1.7.1 (22/104) Wrote golang.org/x/crypto@master (23/104) Wrote github.com/imdario/mergo@master (24/104) Wrote github.com/Masterminds/semver@v1.4.2 (25/104) Wrote github.com/google/shlex@master (26/104) Wrote vbom.ml/util@master (27/104) Wrote github.com/syndtr/gocapability@master (28/104) Wrote github.com/golang/protobuf@v1.3.1 (29/104) Wrote github.com/qri-io/jsonschema@v0.1.1 (30/104) Wrote k8s.io/utils@master (31/104) Wrote github.com/inconshreveable/mousetrap@v1.0 (32/104) Wrote github.com/xeipuuv/gojsonpointer@master (33/104) Wrote github.com/docker/docker-credential-helpers@v0.6.1 (34/104) Wrote github.com/docker/go-connections@v0.4.0 (35/104) Wrote github.com/Microsoft/go-winio@v0.4.12 (36/104) Wrote github.com/sirupsen/logrus@v1.4.1 (37/104) Wrote github.com/tonistiigi/units@master (38/104) Wrote github.com/modern-go/concurrent@1.0.3 (39/104) Wrote github.com/oklog/ulid@v1.3.1 (40/104) Wrote golang.org/x/sync@master (41/104) Wrote github.com/spf13/cobra@v0.0.5 (42/104) Wrote k8s.io/klog@v0.2.0 (43/104) Wrote github.com/json-iterator/go@v1.1.6 (44/104) Wrote golang.org/x/time@master (45/104) Wrote k8s.io/client-go@kubernetes-1.14.1 (46/104) Wrote github.com/opencontainers/runtime-spec@29686dbc5559d93fb1ef402eeda3e35c38d75af4 (47/104) Wrote github.com/containerd/fifo@master (48/104) Wrote github.com/hashicorp/golang-lru@v0.5.1 (49/104) Wrote google.golang.org/grpc@v1.19.1 (50/104) Wrote github.com/docker/go-units@v0.3.3 (51/104) Wrote golang.org/x/oauth2@master (52/104) Wrote github.com/hashicorp/go-version@v1.1.0 (53/104) Wrote github.com/docker/go-metrics@d466d4f6fd960e01820085bd7e1a24426ee7ef18 (54/104) Wrote github.com/opencontainers/image-spec@v1.0.1 (55/104) Wrote github.com/prometheus/client_golang@v0.8.0 (56/104) Wrote github.com/beorn7/perks@master (57/104) Wrote github.com/containerd/console@master (58/104) Wrote gotest.tools@v2.3.0 (59/104) Wrote golang.org/x/net@master (60/104) Wrote github.com/coreos/go-systemd@v20 (61/104) Wrote gopkg.in/inf.v0@v0.9.1 (62/104) Wrote github.com/agl/ed25519@master (63/104) Wrote google.golang.org/appengine@v1.5.0 (64/104) Wrote github.com/containerd/cgroups@master (65/104) Wrote github.com/Microsoft/hcsshim@v0.8.6 (66/104) Wrote github.com/globalsign/mgo@master (67/104) Wrote github.com/mattn/go-shellwords@v1.0.5 (68/104) Wrote github.com/deislabs/cnab-go@v0.3.2-beta1 (69/104) Wrote github.com/davecgh/go-spew@v1.1.1 (70/104) Wrote github.com/google/gofuzz@v1.0.0 (71/104) Wrote cloud.google.com/go@v0.37.4 (72/104) Wrote github.com/opentracing/opentracing-go@v1.1.0 (73/104) Wrote github.com/google/go-cmp@v0.2.0 (74/104) Wrote golang.org/x/sys@master (75/104) Wrote github.com/wadey/gocovmerge@master (76/104) Wrote github.com/gofrs/flock@v0.7.1 (77/104) Wrote github.com/prometheus/common@v0.2.0 (78/104) Wrote github.com/prometheus/procfs@master (79/104) Wrote github.com/coreos/etcd@v3.3.12 (80/104) Wrote golang.org/x/text@v0.3.0 (81/104) Wrote google.golang.org/genproto@master (82/104) Wrote github.com/morikuni/aec@master (83/104) Wrote github.com/gogo/googleapis@v1.2.0 (84/104) Wrote github.com/godbus/dbus@v5.0.1 (85/104) Wrote github.com/opencontainers/go-digest@v1.0.0-rc1 (86/104) Wrote github.com/docker/cnab-to-oci@v0.1.0-beta2 (87/104) Wrote github.com/theupdateframework/notary@v0.6.1 (88/104) Wrote github.com/xeipuuv/gojsonreference@master (89/104) Wrote github.com/Azure/go-ansiterm@master (90/104) Wrote github.com/qri-io/jsonpointer@v0.1.0 (91/104) Wrote github.com/googleapis/gnostic@v0.2.0 (92/104) Wrote github.com/docker/distribution@0d3efadf0154c2b8a4e7b6621fff9809655cc580 (93/104) Wrote k8s.io/api@kubernetes-1.14.1 (94/104) Wrote github.com/containerd/continuity@master (95/104) Wrote github.com/docker/compose-on-kubernetes@v0.4.21 (96/104) Wrote github.com/gogo/protobuf@v1.2.1 (97/104) Wrote github.com/docker/buildx@v0.3.1 (98/104) Wrote github.com/moby/buildkit@v0.6.2 (99/104) Wrote github.com/docker/swarmkit@18e7e58ea1a5ec016625a636d0d52500eea123bc (100/104) Wrote golang.org/x/tools@master (101/104) Wrote github.com/containerd/containerd@master (102/104) Wrote github.com/docker/cli@d83cd90464377d4164c8f70248d064b979e5ca98 (103/104) Wrote github.com/docker/docker@master (104/104) 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] parallel [Pipeline] { (Branch: Coverage) [Pipeline] { (Branch: Coverage (experimental)) [Pipeline] { (Branch: Test Linux) [Pipeline] stage [Pipeline] { (Coverage) [Pipeline] stage [Pipeline] { (Coverage (experimental)) [Pipeline] stage [Pipeline] { (Test Linux) [Pipeline] node [Pipeline] node [Pipeline] node Running on ubuntu-1804-overlay2 (i-0786b95d7efc8b280) in /home/ubuntu/workspace/app_PR-695 [Pipeline] { Running on ubuntu-1804-overlay2 (i-0a101551631ce3396) in /home/ubuntu/workspace/app_PR-695 [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] dir Running in /home/ubuntu/workspace/app_PR-695/src/github.com/docker/app [Pipeline] { [Pipeline] checkout [Pipeline] dir Running in /home/ubuntu/workspace/app_PR-695/src/github.com/docker/app [Pipeline] { [Pipeline] checkout using credential docker-jenkins-github-credentials using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Running on ubuntu-1804-overlay2 (i-0e0433e40fd7bfcb9) in /home/ubuntu/workspace/app_PR-695 [Pipeline] { [Pipeline] dir Running in /home/ubuntu/workspace/app_PR-695/src/github.com/docker/app [Pipeline] { [Pipeline] checkout Cloning repository https://github.com/docker/app.git > git init /home/ubuntu/workspace/app_PR-695/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/695/head:refs/remotes/origin/PR-695 Cloning repository https://github.com/docker/app.git > git init /home/ubuntu/workspace/app_PR-695/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/695/head:refs/remotes/origin/PR-695 Fetching without tags Fetching without tags Checking out Revision fb9defa32a84c29865caf4a72c4e0413b135ef1e (PR-695) Checking out Revision fb9defa32a84c29865caf4a72c4e0413b135ef1e (PR-695) using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Commit message: "Add unit test for -q flag of image ls command" Cloning repository https://github.com/docker/app.git > git init /home/ubuntu/workspace/app_PR-695/src/github.com/docker/app # timeout=10 Commit message: "Add unit test for -q flag of image ls command" > git config remote.origin.url https://github.com/docker/app.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/695/head:refs/remotes/origin/PR-695 # 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/695/head:refs/remotes/origin/PR-695 > git config core.sparsecheckout # timeout=10 > git checkout -f fb9defa32a84c29865caf4a72c4e0413b135ef1e > git config remote.origin.url https://github.com/docker/app.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/695/head:refs/remotes/origin/PR-695 # 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/695/head:refs/remotes/origin/PR-695 > git config core.sparsecheckout # timeout=10 > git checkout -f fb9defa32a84c29865caf4a72c4e0413b135ef1e [Pipeline] dir Running in /home/ubuntu/workspace/app_PR-695/src/github.com/docker/app/_build [Pipeline] { [Pipeline] unstash [Pipeline] dir Running in /home/ubuntu/workspace/app_PR-695/src/github.com/docker/app/_build [Pipeline] { [Pipeline] unstash 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/695/head:refs/remotes/origin/PR-695 Fetching without tags Checking out Revision fb9defa32a84c29865caf4a72c4e0413b135ef1e (PR-695) > git config remote.origin.url https://github.com/docker/app.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/695/head:refs/remotes/origin/PR-695 # 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/695/head:refs/remotes/origin/PR-695 > git config core.sparsecheckout # timeout=10 > git checkout -f fb9defa32a84c29865caf4a72c4e0413b135ef1e Commit message: "Add unit test for -q flag of image ls command" [Pipeline] dir Running in /home/ubuntu/workspace/app_PR-695/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-695/4/stashes/coverage-experimental-invocation-image.tgz [Pipeline] sh + docker load -i coverage-experimental-invocation-image.tar Unstashed file(s) from https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-695/4/stashes/invocation-image.tgz [Pipeline] sh + docker load -i invocation-image.tar Loaded image: docker/cnab-app-base:jenkins-app-PR-695-4-coverage-experimental [Pipeline] } [Pipeline] // dir [Pipeline] ansiColor [Pipeline] { [Pipeline] sh + make EXPERIMENTAL=on TEST_RESULTS_PREFIX=experimental- -f docker.Makefile TAG=jenkins-app-PR-695-4-coverage-experimental coverage-run docker build --build-arg EXPERIMENTAL=on --build-arg TAG=jenkins-app-PR-695-4-coverage-experimental --build-arg COMMIT=fb9defa3 --build-arg ALPINE_VERSION=3.10.1 --build-arg GOPROXY=direct --target=dev -t docker-app-dev:jenkins-app-PR-695-4 . Loaded image: docker/cnab-app-base:jenkins-app-PR-695-4 [Pipeline] } [Pipeline] // dir [Pipeline] unstash Sending build context to Docker daemon 76.09MB Step 1/18 : FROM dockercore/golang-cross:1.12.9@sha256:3ea9dcef4dd2c46d80445c0b22d6177817f4cfce22c523cc12a5a1091cb37705 AS build sha256:3ea9dcef4dd2c46d80445c0b22d6177817f4cfce22c523cc12a5a1091cb37705: Pulling from dockercore/golang-cross 4ae16bd47783: Pulling fs layer bbab4ec87ac4: Pulling fs layer 2ea1f7804402: Pulling fs layer 96465440c208: Pulling fs layer 16a3d8aca6cd: Pulling fs layer e0ec5610455a: Pulling fs layer 96d705baf026: Pulling fs layer 39007eb46008: Pulling fs layer 4e549f0f5e64: Pulling fs layer c0058a8c71f2: Pulling fs layer 2f8d98df0991: Pulling fs layer 96d705baf026: Waiting 39007eb46008: Waiting 4e549f0f5e64: Waiting c0058a8c71f2: Waiting 2f8d98df0991: Waiting 96465440c208: Waiting 16a3d8aca6cd: Waiting e0ec5610455a: Waiting 2ea1f7804402: Verifying Checksum 2ea1f7804402: Download complete bbab4ec87ac4: Verifying Checksum bbab4ec87ac4: Download complete 4ae16bd47783: Download complete 96465440c208: Verifying Checksum 96465440c208: Download complete 96d705baf026: Verifying Checksum 96d705baf026: Download complete Unstashed file(s) from https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-695/4/stashes/coverage-invocation-image.tgz [Pipeline] sh 16a3d8aca6cd: Verifying Checksum 16a3d8aca6cd: Download complete 39007eb46008: Verifying Checksum 39007eb46008: Download complete + docker load -i coverage-invocation-image.tar c0058a8c71f2: Verifying Checksum c0058a8c71f2: Download complete e0ec5610455a: Verifying Checksum e0ec5610455a: Download complete 4e549f0f5e64: Verifying Checksum 4e549f0f5e64: Download complete 2f8d98df0991: Verifying Checksum 2f8d98df0991: Download complete Unstashed file(s) from https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-695/4/stashes/binaries.tgz [Pipeline] dir Running in /home/ubuntu/workspace/app_PR-695/src/github.com/docker/app/examples [Pipeline] { [Pipeline] unstash 4ae16bd47783: Pull complete Unstashed file(s) from https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-695/4/stashes/examples.tgz [Pipeline] } [Pipeline] // dir [Pipeline] dir Running in /home/ubuntu/workspace/app_PR-695/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-695/4/stashes/e2e.tgz [Pipeline] } [Pipeline] // dir [Pipeline] ansiColor [Pipeline] { [Pipeline] sh bbab4ec87ac4: Pull complete + ./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 2ea1f7804402: Pull complete Loaded image: docker/cnab-app-base:jenkins-app-PR-695-4-coverage [Pipeline] } [Pipeline] // dir [Pipeline] ansiColor [Pipeline] { [Pipeline] sh + make -f docker.Makefile TAG=jenkins-app-PR-695-4-coverage coverage-run docker build --build-arg EXPERIMENTAL=off --build-arg TAG=jenkins-app-PR-695-4-coverage --build-arg COMMIT=fb9defa3 --build-arg ALPINE_VERSION=3.10.1 --build-arg GOPROXY=direct --target=dev -t docker-app-dev:jenkins-app-PR-695-4 . 96465440c208: Pull complete Sending build context to Docker daemon 76.09MB Step 1/18 : FROM dockercore/golang-cross:1.12.9@sha256:3ea9dcef4dd2c46d80445c0b22d6177817f4cfce22c523cc12a5a1091cb37705 AS build sha256:3ea9dcef4dd2c46d80445c0b22d6177817f4cfce22c523cc12a5a1091cb37705: Pulling from dockercore/golang-cross 4ae16bd47783: Pulling fs layer bbab4ec87ac4: Pulling fs layer 2ea1f7804402: Pulling fs layer 96465440c208: Pulling fs layer 16a3d8aca6cd: Pulling fs layer e0ec5610455a: Pulling fs layer 96d705baf026: Pulling fs layer 39007eb46008: Pulling fs layer 4e549f0f5e64: Pulling fs layer c0058a8c71f2: Pulling fs layer 2f8d98df0991: Pulling fs layer e0ec5610455a: Waiting 96465440c208: Waiting 16a3d8aca6cd: Waiting 96d705baf026: Waiting 39007eb46008: Waiting 4e549f0f5e64: Waiting c0058a8c71f2: Waiting 2f8d98df0991: Waiting 2ea1f7804402: Verifying Checksum 2ea1f7804402: Download complete bbab4ec87ac4: Verifying Checksum bbab4ec87ac4: Download complete 16a3d8aca6cd: Pull complete 96465440c208: Verifying Checksum 96465440c208: Download complete 4ae16bd47783: Verifying Checksum 4ae16bd47783: Download complete 96d705baf026: Verifying Checksum 96d705baf026: Download complete 39007eb46008: Verifying Checksum 39007eb46008: Download complete 16a3d8aca6cd: Verifying Checksum 16a3d8aca6cd: Download complete c0058a8c71f2: Verifying Checksum c0058a8c71f2: Download complete e0ec5610455a: Verifying Checksum e0ec5610455a: Download complete 4e549f0f5e64: Verifying Checksum 4e549f0f5e64: Download complete e0ec5610455a: Pull complete 96d705baf026: Pull complete 39007eb46008: Pull complete 2f8d98df0991: Verifying Checksum 2f8d98df0991: Download complete 4ae16bd47783: Pull complete bbab4ec87ac4: Pull complete 2ea1f7804402: Pull complete 96465440c208: Pull complete 4e549f0f5e64: Pull complete c0058a8c71f2: Pull complete 16a3d8aca6cd: Pull complete PASS e2e/linux.TestBuild (20.01s) e0ec5610455a: Pull complete 96d705baf026: Pull complete 39007eb46008: Pull complete 4e549f0f5e64: Pull complete c0058a8c71f2: Pull complete 2f8d98df0991: Pull complete Digest: sha256:3ea9dcef4dd2c46d80445c0b22d6177817f4cfce22c523cc12a5a1091cb37705 Status: Downloaded newer image for dockercore/golang-cross:1.12.9@sha256:3ea9dcef4dd2c46d80445c0b22d6177817f4cfce22c523cc12a5a1091cb37705 ---> 518d5e4626aa Step 2/18 : ENV DISABLE_WARN_OUTSIDE_CONTAINER=1 ---> Running in a9eb2209470e Removing intermediate container a9eb2209470e ---> bad1fb1a4266 Step 3/18 : RUN apt-get install -y -q --no-install-recommends coreutils util-linux uuid-runtime ---> Running in f5c4ff32f0a2 Reading package lists... Building dependency tree... Reading state information... coreutils is already the newest version (8.30-3). coreutils set to manually installed. util-linux is already the newest version (2.33.1-0.1). util-linux set to manually installed. The following NEW packages will be installed: uuid-runtime 0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded. Need to get 95.2 kB of archives. After this operation, 211 kB of additional disk space will be used. Get:1 http://deb.debian.org/debian buster/main amd64 uuid-runtime amd64 2.33.1-0.1 [95.2 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 95.2 kB in 0s (365 kB/s) Selecting previously unselected package uuid-runtime. (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.) Preparing to unpack .../uuid-runtime_2.33.1-0.1_amd64.deb ... Unpacking uuid-runtime (2.33.1-0.1) ... Setting up uuid-runtime (2.33.1-0.1) ... Adding group `uuidd' (GID 102) ... Done. Warning: The home dir /run/uuidd you specified can't be accessed: No such file or directory Adding system user `uuidd' (UID 101) ... Adding new user `uuidd' (UID 101) with group `uuidd' ... Not creating home directory `/run/uuidd'. invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Removing intermediate container f5c4ff32f0a2 ---> c380d00ce8e1 Step 4/18 : WORKDIR /go/src/github.com/docker/cli ---> Running in 0e05ef4dec0d Removing intermediate container 0e05ef4dec0d ---> d9a384163df6 Step 5/18 : RUN git clone https://github.com/docker/cli . && git checkout a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb ---> Running in 7723421cb66e Cloning into '.'... Note: checking out 'a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b HEAD is now at a1b83ffd Merge pull request #1894 from thaJeztah/19.03_backport_reduce_vendoring_impact PASS e2e/linux.TestBuildWithoutTag (17.54s) Removing intermediate container 7723421cb66e ---> a1338ede2168 Step 6/18 : ARG GOPROXY ---> Running in 24d31162aad7 Removing intermediate container 24d31162aad7 ---> f872c434aad8 Step 7/18 : RUN make binary-osx binary-windows binary && cp build/docker-linux-amd64 /usr/bin/docker ---> Running in ed6f36ea7d4e ./scripts/build/osx Building build/docker-darwin-amd64 2f8d98df0991: Pull complete Digest: sha256:3ea9dcef4dd2c46d80445c0b22d6177817f4cfce22c523cc12a5a1091cb37705 Status: Downloaded newer image for dockercore/golang-cross:1.12.9@sha256:3ea9dcef4dd2c46d80445c0b22d6177817f4cfce22c523cc12a5a1091cb37705 ---> 518d5e4626aa Step 2/18 : ENV DISABLE_WARN_OUTSIDE_CONTAINER=1 ---> Running in 2e164118ff66 Removing intermediate container 2e164118ff66 ---> 1aa324f33e19 Step 3/18 : RUN apt-get install -y -q --no-install-recommends coreutils util-linux uuid-runtime ---> Running in d538944b963c Reading package lists... Building dependency tree...PASS e2e/linux.TestCallCustomStatusAction/validCustomDockerStatusAction (3.55s) PASS e2e/linux.TestCallCustomStatusAction/validCustomStandardStatusAction (3.14s) PASS e2e/linux.TestCallCustomStatusAction/missingCustomStatusAction (3.12s) PASS e2e/linux.TestCallCustomStatusAction (9.82s) Reading state information... coreutils is already the newest version (8.30-3). coreutils set to manually installed. util-linux is already the newest version (2.33.1-0.1). util-linux set to manually installed. The following NEW packages will be installed: uuid-runtime 0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded. Need to get 95.2 kB of archives. After this operation, 211 kB of additional disk space will be used. Get:1 http://deb.debian.org/debian buster/main amd64 uuid-runtime amd64 2.33.1-0.1 [95.2 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 95.2 kB in 0s (368 kB/s) Selecting previously unselected package uuid-runtime. (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.) Preparing to unpack .../uuid-runtime_2.33.1-0.1_amd64.deb ... Unpacking uuid-runtime (2.33.1-0.1) ... Setting up uuid-runtime (2.33.1-0.1) ... Adding group `uuidd' (GID 102) ... Done. Warning: The home dir /run/uuidd you specified can't be accessed: No such file or directory Adding system user `uuidd' (UID 101) ... Adding new user `uuidd' (UID 101) with group `uuidd' ... Not creating home directory `/run/uuidd'. invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Removing intermediate container d538944b963c ---> e78479dddbb1 Step 4/18 : WORKDIR /go/src/github.com/docker/cli ---> Running in 8df804ffc707 Removing intermediate container 8df804ffc707 ---> 99883edbee0b Step 5/18 : RUN git clone https://github.com/docker/cli . && git checkout a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb ---> Running in e9a35bebcddc PASS e2e/linux.TestCnabParameters (3.20s) PASS e2e/linux.TestExitErrorCode (0.06s) Cloning into '.'... PASS e2e/linux.TestRender/envvariables/stdout (1.65s) PASS e2e/linux.TestRender/envvariables/file (1.40s) PASS e2e/linux.TestRender/envvariables (3.05s) PASS e2e/linux.TestRender (3.05s) Note: checking out 'a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b HEAD is now at a1b83ffd Merge pull request #1894 from thaJeztah/19.03_backport_reduce_vendoring_impact Removing intermediate container e9a35bebcddc ---> 8aca1bfbbe98 Step 6/18 : ARG GOPROXY ---> Running in f310b1e7e7f5 Removing intermediate container f310b1e7e7f5 ---> 79f39637a45b Step 7/18 : RUN make binary-osx binary-windows binary && cp build/docker-linux-amd64 /usr/bin/docker ---> Running in 59218e333e38 ./scripts/build/osx Building build/docker-darwin-amd64 PASS e2e/linux.TestRenderFormatters (19.35s) PASS e2e/linux.TestInit (0.15s) PASS e2e/linux.TestInspectApp (13.14s) PASS e2e/linux.TestDockerAppLifecycle/withBindMounts (25.63s) PASS e2e/linux.TestDockerAppLifecycle/withoutBindMounts (20.97s) PASS e2e/linux.TestDockerAppLifecycle (46.61s) PASS e2e/linux.TestCredentials/missing (0.08s) PASS e2e/linux.TestCredentials/full (1.90s) PASS e2e/linux.TestCredentials/mixed-credstore (1.27s) PASS e2e/linux.TestCredentials/mixed-local-cred (1.30s) PASS e2e/linux.TestCredentials/overload (0.06s) PASS e2e/linux.TestCredentials (4.62s) PASS e2e/linux.TestRenderWithEnvFile (1.65s) PASS e2e/linux.TestExamplesAreValid (0.26s) ./scripts/build/windows Generating windows resources Building build/docker-windows-amd64 PASS e2e/linux.TestImageList (13.02s) ./scripts/build/windows Generating windows resources Building build/docker-windows-amd64 PASS e2e/linux.TestImageListQuiet (12.48s) PASS e2e/linux.TestImageRm (18.42s) PASS e2e/linux.TestImageTag (13.94s) PASS e2e/linux.TestInvokePluginFromCLI (0.31s) PASS e2e/linux.TestPushArchs/default (3.47s) PASS e2e/linux.TestPushArchs/all-platforms (1.40s) PASS e2e/linux.TestPushArchs (15.87s) WARNING: binary creates a Linux executable. Use cross for macOS or Windows. ./scripts/build/binary Building statically linked build/docker-linux-amd64 PASS e2e/linux.TestPushInsecureRegistry (18.02s) WARNING: binary creates a Linux executable. Use cross for macOS or Windows. ./scripts/build/binary Building statically linked build/docker-linux-amd64 PASS e2e/linux.TestPushInstall (16.08s) PASS e2e/linux.TestPushPullInstall (16.50s) PASS e2e/linux.TestPushInstallBundle/push-bundle (5.15s) PASS e2e/linux.TestPushInstallBundle/push-ref (1.35s) PASS e2e/linux.TestPushInstallBundle/push-bundleref (2.32s) PASS e2e/linux.TestPushInstallBundle (21.66s) PASS e2e/linux DONE 41 tests in 285.787s time="2019-10-18T11:35:11Z" 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-695/4/artifacts/ [Pipeline] junit Recording test results [Pipeline] sh + docker rmi docker/cnab-app-base:jenkins-app-PR-695-4 Untagged: docker/cnab-app-base:jenkins-app-PR-695-4 [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } Removing intermediate container ed6f36ea7d4e ---> e1fddc85aa01 Step 8/18 : WORKDIR /go/src/github.com/docker/app/ ---> Running in c336ff33c7ab Removing intermediate container c336ff33c7ab ---> 072c4fa38ad8 Step 9/18 : FROM build AS dev ---> 072c4fa38ad8 Step 10/18 : ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/ ---> Running in 3689ae5a03b3 Removing intermediate container 3689ae5a03b3 ---> 1b358c1fdfd2 Step 11/18 : ARG DEP_VERSION=v0.5.4 ---> Running in 82560719aea4 Removing intermediate container 82560719aea4 ---> 601cc6f30160 Step 12/18 : RUN curl -o /usr/bin/dep -L https://github.com/golang/dep/releases/download/${DEP_VERSION}/dep-linux-amd64 && chmod +x /usr/bin/dep ---> Running in cdb236443350  % Total % Received % Xferd Average Speed Time Time Time Current  Dload Upload Total Spent Left Speed  0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:--  0 100 605 0 605 0 0 7202 0 --:--:-- --:--:-- --:--:-- 7202  100 10.5M 100 10.5M  0 0 45.9M 0 --:--:-- --:--:-- --:--:-- 45.9M Removing intermediate container cdb236443350 ---> d46fa0912d40 Step 13/18 : ARG GOTESTSUM_VERSION=v0.3.4 ---> Running in 508867b07995 Removing intermediate container 508867b07995 ---> 0d9d3cde80ef Step 14/18 : ARG GOPROXY ---> Running in 43069fa71eb8 Removing intermediate container 43069fa71eb8 ---> 2fb580fdb742 Step 15/18 : RUN mkdir $GOPATH/src/gotest.tools && git clone -q https://github.com/gotestyourself/gotestsum $GOPATH/src/gotest.tools/gotestsum && cd $GOPATH/src/gotest.tools/gotestsum && git -C $GOPATH/src/gotest.tools/gotestsum checkout -q $GOTESTSUM_VERSION && GO111MODULE=on GOOS=linux go build -o /usr/local/bin/gotestsum-linux gotest.tools/gotestsum && GO111MODULE=on GOOS=darwin go build -o /usr/local/bin/gotestsum-darwin gotest.tools/gotestsum && GO111MODULE=on GOOS=windows go build -o /usr/local/bin/gotestsum-windows.exe gotest.tools/gotestsum && ln -s gotestsum-linux /usr/local/bin/gotestsum ---> Running in 23a048a07da0 go: finding github.com/google/go-cmp v0.2.0 go: finding github.com/pkg/errors v0.8.0 go: finding github.com/mattn/go-isatty v0.0.3 go: finding github.com/jonboulle/clockwork v0.1.0 go: finding github.com/fatih/color v1.6.0 go: finding github.com/onsi/ginkgo v1.8.0 go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 go: finding gotest.tools v2.1.0+incompatible go: finding github.com/onsi/gomega v1.4.3 go: finding github.com/stretchr/testify v1.3.0 go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc go: finding github.com/sirupsen/logrus v1.0.5 go: finding github.com/spf13/pflag v1.0.1 go: finding github.com/mattn/go-colorable v0.0.9 go: finding github.com/golang/protobuf v1.2.0 go: finding gopkg.in/fsnotify.v1 v1.4.7 go: finding golang.org/x/net v0.0.0-20180906233101-161cd47e91fd go: finding golang.org/x/text v0.3.0 go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e go: finding github.com/fsnotify/fsnotify v1.4.7 go: finding gopkg.in/yaml.v2 v2.2.1 go: finding github.com/stretchr/objx v0.1.0 go: finding github.com/pmezard/go-difflib v1.0.0 go: finding github.com/davecgh/go-spew v1.1.0 go: finding github.com/onsi/ginkgo v1.6.0 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 go: finding github.com/hpcloud/tail v1.0.0 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 go: downloading gotest.tools v2.1.0+incompatible go: extracting gotest.tools v2.1.0+incompatible go: downloading github.com/pkg/errors v0.8.0 go: downloading github.com/sirupsen/logrus v1.0.5 go: downloading github.com/fatih/color v1.6.0 go: downloading github.com/spf13/pflag v1.0.1 go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f go: downloading github.com/jonboulle/clockwork v0.1.0 go: extracting github.com/pkg/errors v0.8.0 go: extracting github.com/sirupsen/logrus v1.0.5 go: extracting github.com/jonboulle/clockwork v0.1.0 go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc go: extracting github.com/spf13/pflag v1.0.1 go: extracting github.com/fatih/color v1.6.0 go: downloading github.com/mattn/go-colorable v0.0.9 go: downloading github.com/mattn/go-isatty v0.0.3 go: extracting github.com/mattn/go-colorable v0.0.9 go: extracting github.com/mattn/go-isatty v0.0.3 go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e Removing intermediate container 23a048a07da0 ---> 8397ad290645 Step 16/18 : RUN GOOS=linux go build -o /usr/local/bin/test2json-linux cmd/test2json && GOOS=darwin go build -o /usr/local/bin/test2json-darwin cmd/test2json && GOOS=windows go build -o /usr/local/bin/test2json-windows.exe cmd/test2json ---> Running in ae6ce5038156 Removing intermediate container ae6ce5038156 ---> 5d1b05228b3f Step 17/18 : RUN go get -d gopkg.in/mjibson/esc.v0 && cd /go/src/github.com/mjibson/esc && go build -v -o /usr/bin/esc . && rm -rf /go/src/* /go/pkg/* /go/bin/* ---> Running in 0abd180ccfb8 Removing intermediate container 59218e333e38 ---> f3f66479820a Step 8/18 : WORKDIR /go/src/github.com/docker/app/ ---> Running in 5b0bb3a3997c Removing intermediate container 5b0bb3a3997c ---> 45e7fe7b03a3 Step 9/18 : FROM build AS dev ---> 45e7fe7b03a3 Step 10/18 : ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/ ---> Running in c9e9731b030e Removing intermediate container c9e9731b030e ---> b05532051ed4 Step 11/18 : ARG DEP_VERSION=v0.5.4 ---> Running in 701ca0b05c3a Removing intermediate container 701ca0b05c3a ---> d5e09845704d Step 12/18 : RUN curl -o /usr/bin/dep -L https://github.com/golang/dep/releases/download/${DEP_VERSION}/dep-linux-amd64 && chmod +x /usr/bin/dep ---> Running in e7ab701b11df  % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 605 0 605 0 0 3853 0 --:--:-- --:--:-- --:--:-- 3853  100 10.5M 100 10.5M 0 0 36.5M  0 --:--:-- --:--:-- --:--:-- 36.5M Removing intermediate container e7ab701b11df ---> 9d7595b024d8 Step 13/18 : ARG GOTESTSUM_VERSION=v0.3.4 ---> Running in 865ff475c028 Removing intermediate container 865ff475c028 ---> 2f8113138ec2 Step 14/18 : ARG GOPROXY ---> Running in 9800d1a23aeb Removing intermediate container 9800d1a23aeb ---> 8680984b2a0f Step 15/18 : RUN mkdir $GOPATH/src/gotest.tools && git clone -q https://github.com/gotestyourself/gotestsum $GOPATH/src/gotest.tools/gotestsum && cd $GOPATH/src/gotest.tools/gotestsum && git -C $GOPATH/src/gotest.tools/gotestsum checkout -q $GOTESTSUM_VERSION && GO111MODULE=on GOOS=linux go build -o /usr/local/bin/gotestsum-linux gotest.tools/gotestsum && GO111MODULE=on GOOS=darwin go build -o /usr/local/bin/gotestsum-darwin gotest.tools/gotestsum && GO111MODULE=on GOOS=windows go build -o /usr/local/bin/gotestsum-windows.exe gotest.tools/gotestsum && ln -s gotestsum-linux /usr/local/bin/gotestsum ---> Running in a096daec07b6 go: finding github.com/sirupsen/logrus v1.0.5 go: finding github.com/mattn/go-colorable v0.0.9 go: finding github.com/fatih/color v1.6.0 go: finding github.com/onsi/ginkgo v1.8.0 go: finding github.com/spf13/pflag v1.0.1 go: finding github.com/google/go-cmp v0.2.0 go: finding github.com/pkg/errors v0.8.0 go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9 go: finding gotest.tools v2.1.0+incompatible go: finding github.com/stretchr/testify v1.3.0 go: finding github.com/mattn/go-isatty v0.0.3 go: finding github.com/onsi/gomega v1.4.3 go: finding github.com/jonboulle/clockwork v0.1.0 go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc go: finding github.com/pmezard/go-difflib v1.0.0 go: finding github.com/davecgh/go-spew v1.1.0 go: finding github.com/stretchr/objx v0.1.0 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 go: finding github.com/onsi/ginkgo v1.6.0 go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 go: finding gopkg.in/fsnotify.v1 v1.4.7 go: finding github.com/hpcloud/tail v1.0.0 go: finding gopkg.in/yaml.v2 v2.2.1 go: finding golang.org/x/text v0.3.0 go: finding github.com/fsnotify/fsnotify v1.4.7 go: finding golang.org/x/net v0.0.0-20180906233101-161cd47e91fd go: finding github.com/golang/protobuf v1.2.0 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 go: downloading gotest.tools v2.1.0+incompatible go: extracting gotest.tools v2.1.0+incompatible go: downloading github.com/fatih/color v1.6.0 go: downloading github.com/spf13/pflag v1.0.1 go: downloading github.com/sirupsen/logrus v1.0.5 go: downloading github.com/pkg/errors v0.8.0 go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f go: downloading github.com/jonboulle/clockwork v0.1.0 go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f go: extracting github.com/pkg/errors v0.8.0 go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc go: extracting github.com/jonboulle/clockwork v0.1.0 go: extracting github.com/sirupsen/logrus v1.0.5 go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e go: extracting github.com/spf13/pflag v1.0.1 go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 go: extracting github.com/fatih/color v1.6.0 go: downloading github.com/mattn/go-colorable v0.0.9 go: downloading github.com/mattn/go-isatty v0.0.3 go: extracting github.com/mattn/go-colorable v0.0.9 go: extracting github.com/mattn/go-isatty v0.0.3 go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc golang.org/x/tools/internal/semver github.com/pkg/errors golang.org/x/tools/go/ast/astutil golang.org/x/tools/go/internal/gcimporter golang.org/x/tools/go/internal/packagesdriver golang.org/x/tools/internal/fastwalk golang.org/x/tools/internal/gopathwalk golang.org/x/tools/internal/span go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e golang.org/x/tools/internal/module golang.org/x/tools/go/gcexportdata golang.org/x/tools/go/packages golang.org/x/tools/internal/imports golang.org/x/tools/imports github.com/mjibson/esc/embed github.com/mjibson/esc Removing intermediate container 0abd180ccfb8 ---> fa013c71a5e3 Step 18/18 : COPY . . ---> 626b022c31ef [Warning] One or more build-args [ALPINE_VERSION COMMIT EXPERIMENTAL TAG] were not consumed Successfully built 626b022c31ef Successfully tagged docker-app-dev:jenkins-app-PR-695-4 docker run -v /var/run:/var/run:ro --name docker-app-cov-jenkins-app-PR-695-4-coverage-experimental --network="host" -t docker-app-dev:jenkins-app-PR-695-4 make COMMIT=fb9defa3 TAG=jenkins-app-PR-695-4-coverage-experimental EXPERIMENTAL=on TEST_RESULTS_PREFIX=experimental- coverage Running unit tests (coverage)... CGO_ENABLED=0 gotestsum --junitfile _build/test-results/experimental-unit-coverage.xml -- -tags="experimental" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=fb9defa3 -X github.com/docker/app/internal.Version=jenkins-app-PR-695-4-coverage-experimental -X github.com/docker/app/internal.Experimental=on -X github.com/docker/app/internal.BuildTime=2019-10-18T11:35:53Z" -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/internal 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/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 ∅ . Removing intermediate container a096daec07b6 ---> 5061b46f3410 Step 16/18 : RUN GOOS=linux go build -o /usr/local/bin/test2json-linux cmd/test2json && GOOS=darwin go build -o /usr/local/bin/test2json-darwin cmd/test2json && GOOS=windows go build -o /usr/local/bin/test2json-windows.exe cmd/test2json ---> Running in 8c920365deeb Removing intermediate container 8c920365deeb ---> 29b6c194cad3 Step 17/18 : RUN go get -d gopkg.in/mjibson/esc.v0 && cd /go/src/github.com/mjibson/esc && go build -v -o /usr/bin/esc . && rm -rf /go/src/* /go/pkg/* /go/bin/* ---> Running in 36ca6c0588e0 golang.org/x/tools/internal/semver github.com/pkg/errors golang.org/x/tools/go/ast/astutil golang.org/x/tools/go/internal/gcimporter golang.org/x/tools/go/internal/packagesdriver golang.org/x/tools/internal/fastwalk golang.org/x/tools/internal/gopathwalk golang.org/x/tools/internal/span golang.org/x/tools/go/gcexportdata golang.org/x/tools/internal/module golang.org/x/tools/go/packages golang.org/x/tools/internal/imports golang.org/x/tools/imports github.com/mjibson/esc/embed github.com/mjibson/esc Removing intermediate container 36ca6c0588e0 ---> 58540666c735 Step 18/18 : COPY . . ---> 5587e648e494 [Warning] One or more build-args [ALPINE_VERSION COMMIT EXPERIMENTAL TAG] were not consumed Successfully built 5587e648e494 Successfully tagged docker-app-dev:jenkins-app-PR-695-4 docker run -v /var/run:/var/run:ro --name docker-app-cov-jenkins-app-PR-695-4-coverage --network="host" -t docker-app-dev:jenkins-app-PR-695-4 make COMMIT=fb9defa3 TAG=jenkins-app-PR-695-4-coverage EXPERIMENTAL=off 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=fb9defa3 -X github.com/docker/app/internal.Version=jenkins-app-PR-695-4-coverage -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-18T11:36:12Z" -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/internal 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/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 ∅ . ∅ cmd/cnab-run ∅ cmd/docker-app ✓ internal (6ms) ✓ internal/commands/build (14ms) ✓ internal/commands (532ms) ✓ internal/commands/image (15ms) ✓ internal/compose (5ms) ✓ internal/formatter (3ms) ∅ internal/formatter/driver ∅ internal/formatter/json ∅ internal/formatter/yaml ✓ internal/inspect (109ms) ∅ internal/log ✓ internal/slices (16ms) ✓ internal/packager (27ms) ✓ internal/store (22ms) ✓ internal/yaml (9ms) ✓ loader (11ms) ✓ render (55ms) ✓ specification (11ms) ✓ types (20ms) ✓ types/metadata (21ms) ✓ types/parameters (4ms) DONE 231 tests in 108.430s CGO_ENABLED=0 go test -tags=""experimental" testrunmain" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=fb9defa3 -X github.com/docker/app/internal.Version=jenkins-app-PR-695-4-coverage-experimental -X github.com/docker/app/internal.Experimental=on -X github.com/docker/app/internal.BuildTime=2019-10-18T11:35:53Z" -coverpkg="./..." -c -o _build/docker-app.cov ./cmd/docker-app Running e2e tests (coverage)... DOCKERAPP_BINARY=../e2e/coverage-bin CGO_ENABLED=0 gotestsum --junitfile _build/test-results/experimental-e2e-coverage.xml -- -tags="experimental" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=fb9defa3 -X github.com/docker/app/internal.Version=jenkins-app-PR-695-4-coverage-experimental -X github.com/docker/app/internal.Experimental=on -X github.com/docker/app/internal.BuildTime=2019-10-18T11:35:53Z" -v ./e2e ∅ cmd/cnab-run ∅ cmd/docker-app ✓ internal (9ms) ✓ internal/commands/build (40ms) ✓ internal/commands (422ms) ✓ internal/commands/image (19ms) ✓ internal/formatter (15ms) ✓ internal/compose (4ms) ∅ internal/formatter/driver ∅ internal/formatter/json ∅ internal/formatter/yaml ✓ internal/inspect (93ms) ∅ internal/log ✓ internal/slices (2ms) ✓ internal/packager (28ms) ✓ internal/store (37ms) ✓ internal/yaml (29ms) ✓ loader (9ms) ✓ render (49ms) ✓ specification (14ms) ✓ types (46ms) ✓ types/metadata (7ms) ✓ types/parameters (4ms) DONE 231 tests in 109.263s CGO_ENABLED=0 go test -tags=""" testrunmain" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=fb9defa3 -X github.com/docker/app/internal.Version=jenkins-app-PR-695-4-coverage -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-18T11:36:12Z" -coverpkg="./..." -c -o _build/docker-app.cov ./cmd/docker-app 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=fb9defa3 -X github.com/docker/app/internal.Version=jenkins-app-PR-695-4-coverage -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-18T11:36:12Z" -v ./e2e ✓ e2e (4m48.071s) DONE 41 tests in 289.450s go install ./vendor/github.com/wadey/gocovmerge/ gocovmerge _build/cov/*.out > _build/cov/all.out go tool cover -func _build/cov/all.out github.com/docker/app/cmd/docker-app/main.go:12: main 80.0% github.com/docker/app/internal/commands/build/build.go:39: Cmd 100.0% github.com/docker/app/internal/commands/build/build.go:64: runBuild 75.7% github.com/docker/app/internal/commands/build/build.go:129: checkMinimalEngineVersion 66.7% github.com/docker/app/internal/commands/build/build.go:144: updateBundle 94.1% github.com/docker/app/internal/commands/build/build.go:168: createInvocationImageBuildOptions 75.0% github.com/docker/app/internal/commands/build/build.go:182: debugBuildOpts 20.0% github.com/docker/app/internal/commands/build/build.go:193: debugBundle 20.0% github.com/docker/app/internal/commands/build/build.go:204: debugSolveResponses 20.0% github.com/docker/app/internal/commands/build/compose.go:15: parseCompose 89.5% github.com/docker/app/internal/commands/build/compose.go:58: flatten 87.5% github.com/docker/app/internal/commands/build/types.go:27: load 71.4% github.com/docker/app/internal/commands/build/types.go:39: loadServices 85.7% github.com/docker/app/internal/commands/build/types.go:52: loadService 75.0% github.com/docker/app/internal/commands/build/types.go:63: transformBuildConfig 75.0% github.com/docker/app/internal/commands/cnab.go:47: addNamedCredentialSets 75.0% github.com/docker/app/internal/commands/cnab.go:78: parseCommandlineCredential 100.0% github.com/docker/app/internal/commands/cnab.go:88: addCredentials 75.0% github.com/docker/app/internal/commands/cnab.go:105: addDockerCredentials 87.5% github.com/docker/app/internal/commands/cnab.go:120: addRegistryCredentials 85.0% github.com/docker/app/internal/commands/cnab.go:152: prepareCredentialSet 77.8% github.com/docker/app/internal/commands/cnab.go:169: getTargetContext 85.7% github.com/docker/app/internal/commands/cnab.go:184: prepareDriver 100.0% github.com/docker/app/internal/commands/cnab.go:217: getAppNameKind 83.3% github.com/docker/app/internal/commands/cnab.go:239: extractAndLoadAppBasedBundle 83.3% github.com/docker/app/internal/commands/cnab.go:249: loadBundleFromFile 80.0% github.com/docker/app/internal/commands/cnab.go:261: resolveBundle 75.0% github.com/docker/app/internal/commands/cnab.go:287: getBundle 83.3% github.com/docker/app/internal/commands/cnab.go:308: pullBundle 66.7% github.com/docker/app/internal/commands/cnab.go:324: requiredClaimBindMount 100.0% github.com/docker/app/internal/commands/cnab.go:333: requiredBindMount 77.8% github.com/docker/app/internal/commands/cnab.go:365: socketPath 100.0% github.com/docker/app/internal/commands/cnab.go:373: isDockerHostLocal 100.0% github.com/docker/app/internal/commands/cnab.go:377: prepareCustomAction 72.2% github.com/docker/app/internal/commands/cnab.go:411: isInstallationFailed 100.0% github.com/docker/app/internal/commands/dockerdesktop.go:21: defaultDockerDesktopHostProvider 66.7% github.com/docker/app/internal/commands/dockerdesktop.go:37: rewrite 100.0% github.com/docker/app/internal/commands/dockerdesktop.go:53: rewrite 91.7% github.com/docker/app/internal/commands/dockerdesktop.go:78: makeLinuxkitIPProvider 0.0% github.com/docker/app/internal/commands/dockerdesktop.go:108: rewriteContextIfDockerDesktop 66.7% github.com/docker/app/internal/commands/dockerdesktop.go:135: List 0.0% github.com/docker/app/internal/commands/dockerdesktop.go:147: GetMetadata 80.0% github.com/docker/app/internal/commands/image/command.go:9: Cmd 100.0% github.com/docker/app/internal/commands/image/list.go:23: listCmd 83.3% github.com/docker/app/internal/commands/image/list.go:49: runList 77.8% github.com/docker/app/internal/commands/image/list.go:66: getPackages 87.5% github.com/docker/app/internal/commands/image/list.go:85: printImages 100.0% github.com/docker/app/internal/commands/image/list.go:96: printImageIDs 90.9% github.com/docker/app/internal/commands/image/list.go:114: printHeaders 100.0% github.com/docker/app/internal/commands/image/list.go:122: printValues 100.0% github.com/docker/app/internal/commands/image/rm.go:15: rmCmd 71.4% github.com/docker/app/internal/commands/image/rm.go:49: runRm 71.4% github.com/docker/app/internal/commands/image/tag.go:14: tagCmd 77.8% github.com/docker/app/internal/commands/image/tag.go:37: runTag 100.0% github.com/docker/app/internal/commands/image/tag.go:46: readBundle 100.0% github.com/docker/app/internal/commands/image/tag.go:59: storeBundle 100.0% github.com/docker/app/internal/commands/image/tag.go:68: StringToRef 100.0% github.com/docker/app/internal/commands/init.go:16: initCmd 87.5% github.com/docker/app/internal/commands/inspect.go:19: inspectCmd 100.0% github.com/docker/app/internal/commands/inspect.go:36: runInspect 73.9% github.com/docker/app/internal/commands/list.go:42: listCmd 100.0% github.com/docker/app/internal/commands/list.go:59: runList 88.9% github.com/docker/app/internal/commands/list.go:75: printHeaders 100.0% github.com/docker/app/internal/commands/list.go:83: printValues 100.0% github.com/docker/app/internal/commands/list.go:91: getInstallations 77.8% github.com/docker/app/internal/commands/parameters.go:25: withFileParameters 85.7% github.com/docker/app/internal/commands/parameters.go:38: withCommandLineParameters 100.0% github.com/docker/app/internal/commands/parameters.go:48: withSendRegistryAuth 85.7% github.com/docker/app/internal/commands/parameters.go:61: withOrchestratorParameters 100.0% github.com/docker/app/internal/commands/parameters.go:73: withErrorWriter 100.0% github.com/docker/app/internal/commands/parameters.go:80: mergeBundleParameters 92.3% github.com/docker/app/internal/commands/parameters.go:104: matchAndMergeParametersDefinition 92.0% github.com/docker/app/internal/commands/pull.go:16: pullCmd 100.0% github.com/docker/app/internal/commands/pull.go:29: runPull 73.3% github.com/docker/app/internal/commands/push.go:52: pushCmd 100.0% github.com/docker/app/internal/commands/push.go:73: runPush 71.4% github.com/docker/app/internal/commands/push.go:99: resolveReferenceAndBundle 66.7% github.com/docker/app/internal/commands/push.go:115: pushInvocationImage 71.4% github.com/docker/app/internal/commands/push.go:138: pushBundle 77.8% github.com/docker/app/internal/commands/push.go:168: withAppAnnotations 80.0% github.com/docker/app/internal/commands/push.go:177: platformFilter 100.0% github.com/docker/app/internal/commands/push.go:184: retagInvocationImage 80.0% github.com/docker/app/internal/commands/push.go:199: shouldRetagInvocationImage 85.7% github.com/docker/app/internal/commands/push.go:245: onEvent 0.0% github.com/docker/app/internal/commands/push.go:265: imageIndex 0.0% github.com/docker/app/internal/commands/push.go:280: onProgress 0.0% github.com/docker/app/internal/commands/push.go:284: print 0.0% github.com/docker/app/internal/commands/push.go:299: printDescriptorProgress 0.0% github.com/docker/app/internal/commands/push.go:335: hasError 0.0% github.com/docker/app/internal/commands/push.go:351: onEvent 80.0% github.com/docker/app/internal/commands/push.go:364: checkFlags 66.7% github.com/docker/app/internal/commands/remove.go:19: removeCmd 100.0% github.com/docker/app/internal/commands/remove.go:38: runRemove 52.9% github.com/docker/app/internal/commands/render.go:20: renderCmd 100.0% github.com/docker/app/internal/commands/render.go:39: runRender 80.0% github.com/docker/app/internal/commands/root.go:25: NewRootCmd 63.6% github.com/docker/app/internal/commands/root.go:50: addCommands 100.0% github.com/docker/app/internal/commands/root.go:67: firstOrEmpty 66.7% github.com/docker/app/internal/commands/root.go:74: muteDockerCli 100.0% github.com/docker/app/internal/commands/root.go:83: prepareStores 69.2% github.com/docker/app/internal/commands/root.go:103: prepareBundleStore 71.4% github.com/docker/app/internal/commands/root.go:120: addFlags 100.0% github.com/docker/app/internal/commands/root.go:132: addFlags 100.0% github.com/docker/app/internal/commands/root.go:139: SetDefaultTargetContext 100.0% github.com/docker/app/internal/commands/root.go:143: CredentialSetOpts 100.0% github.com/docker/app/internal/commands/root.go:154: insecureRegistriesFromEngine 88.9% github.com/docker/app/internal/commands/run.go:40: runCmd 100.0% github.com/docker/app/internal/commands/run.go:63: runRun 72.7% github.com/docker/app/internal/commands/upgrade.go:19: upgradeCmd 100.0% github.com/docker/app/internal/commands/upgrade.go:37: runUpgrade 62.9% github.com/docker/app/internal/commands/validate.go:19: validateCmd 85.7% github.com/docker/app/internal/compose/compose.go:29: Load 90.9% github.com/docker/app/internal/compose/compose.go:49: validateImagesInConfigFiles 89.5% github.com/docker/app/internal/compose/compose.go:85: ExtractVariables 75.0% github.com/docker/app/internal/formatter/formatter.go:20: Register 100.0% github.com/docker/app/internal/formatter/formatter.go:34: Format 100.0% github.com/docker/app/internal/formatter/formatter.go:49: Drivers 100.0% github.com/docker/app/internal/formatter/json/driver.go:11: init 100.0% github.com/docker/app/internal/formatter/json/driver.go:19: Format 0.0% github.com/docker/app/internal/formatter/yaml/driver.go:10: init 100.0% github.com/docker/app/internal/formatter/yaml/driver.go:18: Format 0.0% github.com/docker/app/internal/inspect/inspect.go:49: Inspect 75.0% github.com/docker/app/internal/inspect/inspect.go:66: printAppInfo 75.0% github.com/docker/app/internal/inspect/inspect.go:77: printJSON 80.0% github.com/docker/app/internal/inspect/inspect.go:86: printTable 100.0% github.com/docker/app/internal/inspect/inspect.go:135: printMetadata 100.0% github.com/docker/app/internal/inspect/inspect.go:143: printSection 100.0% github.com/docker/app/internal/inspect/inspect.go:159: printHeaders 100.0% github.com/docker/app/internal/inspect/inspect.go:168: getAppInfo 96.0% github.com/docker/app/internal/inspect/inspect.go:227: getReplicas 100.0% github.com/docker/app/internal/inspect/inspect.go:234: extractParameters 88.9% github.com/docker/app/internal/inspect/inspect.go:248: mergeAndFlattenParameters 71.4% github.com/docker/app/internal/inspect/ports.go:16: newPort 100.0% github.com/docker/app/internal/inspect/ports.go:20: add 100.0% github.com/docker/app/internal/inspect/ports.go:36: String 100.0% github.com/docker/app/internal/inspect/ports.go:47: getPorts 100.0% github.com/docker/app/internal/log/log.go:10: WithLogContext 100.0% github.com/docker/app/internal/names.go:92: AppNameFromDir 100.0% github.com/docker/app/internal/names.go:98: DirNameFromAppName 100.0% github.com/docker/app/internal/names.go:107: ValidateAppName 100.0% github.com/docker/app/internal/packager/bundle.go:22: MakeBundleFromApp 66.7% github.com/docker/app/internal/packager/bundle.go:58: MakeInvocationImageName 100.0% github.com/docker/app/internal/packager/bundle.go:65: MakeCNABImageName 100.0% github.com/docker/app/internal/packager/bundle.go:73: PersistInBundleStore 71.4% github.com/docker/app/internal/packager/bundle.go:85: GetNamedTagged 77.8% github.com/docker/app/internal/packager/cnab.go:27: ToCNAB 94.1% github.com/docker/app/internal/packager/cnab.go:206: extractBundleImages 85.7% github.com/docker/app/internal/packager/extract.go:17: findApp 0.0% github.com/docker/app/internal/packager/extract.go:48: Extract 42.9% github.com/docker/app/internal/packager/init.go:30: Init 64.7% github.com/docker/app/internal/packager/init.go:59: initFromScratch 0.0% github.com/docker/app/internal/packager/init.go:74: checkComposeFileVersion 100.0% github.com/docker/app/internal/packager/init.go:82: initFromComposeFile 86.0% github.com/docker/app/internal/packager/init.go:147: removeDefaultValuesFromCompose 100.0% github.com/docker/app/internal/packager/init.go:161: composeFileFromScratch 0.0% github.com/docker/app/internal/packager/init.go:181: writeMetadataFile 75.0% github.com/docker/app/internal/packager/init.go:194: newMetadata 100.0% github.com/docker/app/internal/packager/packing.go:24: tarAdd 75.0% github.com/docker/app/internal/packager/packing.go:32: tarAddBytes 83.3% github.com/docker/app/internal/packager/packing.go:48: PackInvocationImageContext 63.6% github.com/docker/app/internal/packager/packing.go:83: BaseInvocationImage 80.0% github.com/docker/app/internal/packager/packing.go:93: dockerFile 100.0% github.com/docker/app/internal/packager/parameter.go:18: ExtractCNABParameterMapping 100.0% github.com/docker/app/internal/packager/parameter.go:33: getKeys 100.0% github.com/docker/app/internal/packager/parameter.go:49: ExtractCNABParametersValues 100.0% github.com/docker/app/internal/slices/slices.go:4: ContainsString 100.0% github.com/docker/app/internal/store/app.go:35: NewApplicationStore 83.3% github.com/docker/app/internal/store/app.go:54: InstallationStore 75.0% github.com/docker/app/internal/store/app.go:63: CredentialStore 75.0% github.com/docker/app/internal/store/app.go:72: BundleStore 75.0% github.com/docker/app/internal/store/app.go:80: makeDigestedDirectory 100.0% github.com/docker/app/internal/store/bundle.go:48: Store 71.4% github.com/docker/app/internal/store/bundle.go:70: Read 80.0% github.com/docker/app/internal/store/bundle.go:88: List 69.6% github.com/docker/app/internal/store/bundle.go:131: Remove 83.3% github.com/docker/app/internal/store/bundle.go:142: storePath 100.0% github.com/docker/app/internal/store/bundle.go:174: pathToReference 91.7% github.com/docker/app/internal/store/bundle.go:201: reconstructNamedReference 72.7% github.com/docker/app/internal/store/credential.go:24: Read 100.0% github.com/docker/app/internal/store/credential.go:29: Store 71.4% github.com/docker/app/internal/store/digest.go:15: ComputeDigest 80.0% github.com/docker/app/internal/store/digest.go:24: FromString 100.0% github.com/docker/app/internal/store/digest.go:31: FromBundle 100.0% github.com/docker/app/internal/store/digest.go:43: String 100.0% github.com/docker/app/internal/store/installation.go:26: NewInstallation 75.0% github.com/docker/app/internal/store/installation.go:39: SetParameter 100.0% github.com/docker/app/internal/store/installation.go:51: List 100.0% github.com/docker/app/internal/store/installation.go:55: Store 75.0% github.com/docker/app/internal/store/installation.go:63: Read 77.8% github.com/docker/app/internal/store/installation.go:79: Delete 100.0% github.com/docker/app/internal/version.go:20: FullVersion 100.0% github.com/docker/app/internal/version.go:36: reformatDate 75.0% github.com/docker/app/internal/yaml/yaml.go:14: Unmarshal 80.0% github.com/docker/app/internal/yaml/yaml.go:28: Marshal 100.0% github.com/docker/app/internal/yaml/yaml.go:35: NewDecoder 100.0% github.com/docker/app/loader/loader.go:16: LoadFromDirectory 100.0% github.com/docker/app/loader/loader.go:26: LoadFromTar 100.0% github.com/docker/app/loader/loader.go:37: LoadFromTarReader 45.5% github.com/docker/app/render/render.go:43: Render 80.0% github.com/docker/app/render/render.go:68: substituteParams 100.0% github.com/docker/app/render/render.go:104: render 84.6% github.com/docker/app/render/render.go:128: processEnabled 91.7% github.com/docker/app/render/render.go:148: isEnabled 75.0% github.com/docker/app/specification/bindata.go:44: Open 0.0% github.com/docker/app/specification/bindata.go:52: prepare 82.4% github.com/docker/app/specification/bindata.go:77: Open 0.0% github.com/docker/app/specification/bindata.go:85: Open 0.0% github.com/docker/app/specification/bindata.go:89: File 0.0% github.com/docker/app/specification/bindata.go:100: Close 0.0% github.com/docker/app/specification/bindata.go:104: Readdir 0.0% github.com/docker/app/specification/bindata.go:125: Stat 0.0% github.com/docker/app/specification/bindata.go:129: Name 0.0% github.com/docker/app/specification/bindata.go:133: Size 0.0% github.com/docker/app/specification/bindata.go:137: Mode 0.0% github.com/docker/app/specification/bindata.go:141: ModTime 0.0% github.com/docker/app/specification/bindata.go:145: IsDir 0.0% github.com/docker/app/specification/bindata.go:149: Sys 0.0% github.com/docker/app/specification/bindata.go:155: _escFS 0.0% github.com/docker/app/specification/bindata.go:164: _escDir 0.0% github.com/docker/app/specification/bindata.go:173: _escFSByte 45.5% github.com/docker/app/specification/bindata.go:191: _escFSMustByte 0.0% github.com/docker/app/specification/bindata.go:200: _escFSString 0.0% github.com/docker/app/specification/bindata.go:206: _escFSMustString 0.0% github.com/docker/app/specification/schema.go:15: Validate 93.3% github.com/docker/app/types/init.go:17: NewInitialComposeFile 100.0% github.com/docker/app/types/metadata/load.go:14: Load 83.3% github.com/docker/app/types/metadata/load.go:25: validateRawMetadata 83.3% github.com/docker/app/types/metadata/metadata.go:19: String 100.0% github.com/docker/app/types/metadata/metadata.go:28: String 100.0% github.com/docker/app/types/metadata/metadata.go:45: FromBundle 100.0% github.com/docker/app/types/parameters/load.go:14: Load 95.0% github.com/docker/app/types/parameters/load.go:48: LoadMultiple 77.8% github.com/docker/app/types/parameters/load.go:64: LoadFile 75.0% github.com/docker/app/types/parameters/load.go:73: LoadFiles 77.8% github.com/docker/app/types/parameters/load.go:89: convertToStringKeysRecursive 96.0% github.com/docker/app/types/parameters/load.go:126: formatInvalidKeyError 100.0% github.com/docker/app/types/parameters/merge.go:9: Merge 100.0% github.com/docker/app/types/parameters/opts.go:9: WithPrefix 100.0% github.com/docker/app/types/parameters/parameters.go:18: Flatten 100.0% github.com/docker/app/types/parameters/parameters.go:22: flatten 100.0% github.com/docker/app/types/parameters/parameters.go:50: FromFlatten 88.9% github.com/docker/app/types/parameters/parameters.go:65: isSupposedSlice 100.0% github.com/docker/app/types/parameters/parameters.go:73: assignKey 100.0% github.com/docker/app/types/types.go:30: ShouldRunInsideDirectory 0.0% github.com/docker/app/types/types.go:57: Path 100.0% github.com/docker/app/types/types.go:62: Size 100.0% github.com/docker/app/types/types.go:67: Composes 100.0% github.com/docker/app/types/types.go:72: ParametersRaw 100.0% github.com/docker/app/types/types.go:77: Parameters 100.0% github.com/docker/app/types/types.go:82: MetadataRaw 100.0% github.com/docker/app/types/types.go:87: Metadata 100.0% github.com/docker/app/types/types.go:92: Attachments 100.0% github.com/docker/app/types/types.go:96: HasCRLF 0.0% github.com/docker/app/types/types.go:101: Extract 0.0% github.com/docker/app/types/types.go:114: noop 0.0% github.com/docker/app/types/types.go:117: NewApp 100.0% github.com/docker/app/types/types.go:139: NewAppFromDefaultFiles 100.0% github.com/docker/app/types/types.go:150: WithName 100.0% github.com/docker/app/types/types.go:158: WithPath 100.0% github.com/docker/app/types/types.go:166: WithCleanup 100.0% github.com/docker/app/types/types.go:174: WithSource 100.0% github.com/docker/app/types/types.go:181: WithCRLF 0.0% github.com/docker/app/types/types.go:189: WithParametersFiles 100.0% github.com/docker/app/types/types.go:194: WithAttachments 84.6% github.com/docker/app/types/types.go:226: WithParameters 100.0% github.com/docker/app/types/types.go:230: parametersLoader 100.0% github.com/docker/app/types/types.go:248: MetadataFile 100.0% github.com/docker/app/types/types.go:253: Metadata 100.0% github.com/docker/app/types/types.go:257: metadataLoader 100.0% github.com/docker/app/types/types.go:275: WithComposeFiles 100.0% github.com/docker/app/types/types.go:280: WithComposes 100.0% github.com/docker/app/types/types.go:284: composeLoader 100.0% github.com/docker/app/types/types.go:295: readReaders 77.8% github.com/docker/app/types/types.go:309: readFiles 100.0% github.com/docker/app/types/types.go:323: newErrGroup 100.0% total: (statements) 77.0% go tool cover -html _build/cov/all.out -o _build/cov/coverage.html [Pipeline] sh + make EXPERIMENTAL=on TEST_RESULTS_PREFIX=experimental- -f docker.Makefile TAG=jenkins-app-PR-695-4-coverage-experimental coverage-results docker cp docker-app-cov-jenkins-app-PR-695-4-coverage-experimental:/go/src/github.com/docker/app/_build/cov/ ./_build/ci-cov docker cp docker-app-cov-jenkins-app-PR-695-4-coverage-experimental:/go/src/github.com/docker/app/_build/test-results/ ./_build/test-results docker rm docker-app-cov-jenkins-app-PR-695-4-coverage-experimental docker-app-cov-jenkins-app-PR-695-4-coverage-experimental [Pipeline] } [Pipeline] // ansiColor [Pipeline] } [Pipeline] // dir Post stage [Pipeline] dir Running in /home/ubuntu/workspace/app_PR-695/src/github.com/docker/app/_build/test-results [Pipeline] { [Pipeline] sh + [ ! -e experimental-unit-coverage.xml ] + sed -i -E -e s,"github.com/docker/app","unit/experimental",g; s,"github.com/docker/app/([^"]*)","unit/experimental/\1",g experimental-unit-coverage.xml [Pipeline] sh + [ ! -e experimental-e2e-coverage.xml ] + sed -i -E -e s,"github.com/docker/app/e2e","e2e/experimental",g experimental-e2e-coverage.xml [Pipeline] archiveArtifacts Archiving artifacts Uploaded 2 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-695/4/artifacts/ [Pipeline] junit Recording test results [Pipeline] } [Pipeline] // dir [Pipeline] sh + docker rmi docker/cnab-app-base:jenkins-app-PR-695-4-coverage-experimental Untagged: docker/cnab-app-base:jenkins-app-PR-695-4-coverage-experimental [Pipeline] deleteDir [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } ✓ e2e (4m51.796s) DONE 41 tests in 293.185s go install ./vendor/github.com/wadey/gocovmerge/ gocovmerge _build/cov/*.out > _build/cov/all.out go tool cover -func _build/cov/all.out github.com/docker/app/cmd/docker-app/main.go:12: main 80.0% github.com/docker/app/internal/commands/build/build.go:39: Cmd 100.0% github.com/docker/app/internal/commands/build/build.go:64: runBuild 75.7% github.com/docker/app/internal/commands/build/build.go:129: checkMinimalEngineVersion 66.7% github.com/docker/app/internal/commands/build/build.go:144: updateBundle 94.1% github.com/docker/app/internal/commands/build/build.go:168: createInvocationImageBuildOptions 75.0% github.com/docker/app/internal/commands/build/build.go:182: debugBuildOpts 20.0% github.com/docker/app/internal/commands/build/build.go:193: debugBundle 20.0% github.com/docker/app/internal/commands/build/build.go:204: debugSolveResponses 20.0% github.com/docker/app/internal/commands/build/compose.go:15: parseCompose 89.5% github.com/docker/app/internal/commands/build/compose.go:58: flatten 87.5% github.com/docker/app/internal/commands/build/types.go:27: load 71.4% github.com/docker/app/internal/commands/build/types.go:39: loadServices 85.7% github.com/docker/app/internal/commands/build/types.go:52: loadService 75.0% github.com/docker/app/internal/commands/build/types.go:63: transformBuildConfig 75.0% github.com/docker/app/internal/commands/cnab.go:47: addNamedCredentialSets 75.0% github.com/docker/app/internal/commands/cnab.go:78: parseCommandlineCredential 100.0% github.com/docker/app/internal/commands/cnab.go:88: addCredentials 75.0% github.com/docker/app/internal/commands/cnab.go:105: addDockerCredentials 87.5% github.com/docker/app/internal/commands/cnab.go:120: addRegistryCredentials 85.0% github.com/docker/app/internal/commands/cnab.go:152: prepareCredentialSet 77.8% github.com/docker/app/internal/commands/cnab.go:169: getTargetContext 85.7% github.com/docker/app/internal/commands/cnab.go:184: prepareDriver 100.0% github.com/docker/app/internal/commands/cnab.go:217: getAppNameKind 83.3% github.com/docker/app/internal/commands/cnab.go:239: extractAndLoadAppBasedBundle 83.3% github.com/docker/app/internal/commands/cnab.go:249: loadBundleFromFile 80.0% github.com/docker/app/internal/commands/cnab.go:261: resolveBundle 75.0% github.com/docker/app/internal/commands/cnab.go:287: getBundle 83.3% github.com/docker/app/internal/commands/cnab.go:308: pullBundle 66.7% github.com/docker/app/internal/commands/cnab.go:324: requiredClaimBindMount 100.0% github.com/docker/app/internal/commands/cnab.go:333: requiredBindMount 77.8% github.com/docker/app/internal/commands/cnab.go:365: socketPath 100.0% github.com/docker/app/internal/commands/cnab.go:373: isDockerHostLocal 100.0% github.com/docker/app/internal/commands/cnab.go:377: prepareCustomAction 72.2% github.com/docker/app/internal/commands/cnab.go:411: isInstallationFailed 100.0% github.com/docker/app/internal/commands/dockerdesktop.go:21: defaultDockerDesktopHostProvider 66.7% github.com/docker/app/internal/commands/dockerdesktop.go:37: rewrite 100.0% github.com/docker/app/internal/commands/dockerdesktop.go:53: rewrite 91.7% github.com/docker/app/internal/commands/dockerdesktop.go:78: makeLinuxkitIPProvider 0.0% github.com/docker/app/internal/commands/dockerdesktop.go:108: rewriteContextIfDockerDesktop 66.7% github.com/docker/app/internal/commands/dockerdesktop.go:135: List 0.0% github.com/docker/app/internal/commands/dockerdesktop.go:147: GetMetadata 80.0% github.com/docker/app/internal/commands/image/command.go:9: Cmd 100.0% github.com/docker/app/internal/commands/image/list.go:23: listCmd 83.3% github.com/docker/app/internal/commands/image/list.go:49: runList 77.8% github.com/docker/app/internal/commands/image/list.go:66: getPackages 87.5% github.com/docker/app/internal/commands/image/list.go:85: printImages 100.0% github.com/docker/app/internal/commands/image/list.go:96: printImageIDs 90.9% github.com/docker/app/internal/commands/image/list.go:114: printHeaders 100.0% github.com/docker/app/internal/commands/image/list.go:122: printValues 100.0% github.com/docker/app/internal/commands/image/rm.go:15: rmCmd 71.4% github.com/docker/app/internal/commands/image/rm.go:49: runRm 71.4% github.com/docker/app/internal/commands/image/tag.go:14: tagCmd 77.8% github.com/docker/app/internal/commands/image/tag.go:37: runTag 100.0% github.com/docker/app/internal/commands/image/tag.go:46: readBundle 100.0% github.com/docker/app/internal/commands/image/tag.go:59: storeBundle 100.0% github.com/docker/app/internal/commands/image/tag.go:68: StringToRef 100.0% github.com/docker/app/internal/commands/init.go:16: initCmd 87.5% github.com/docker/app/internal/commands/inspect.go:19: inspectCmd 100.0% github.com/docker/app/internal/commands/inspect.go:36: runInspect 73.9% github.com/docker/app/internal/commands/list.go:42: listCmd 100.0% github.com/docker/app/internal/commands/list.go:59: runList 88.9% github.com/docker/app/internal/commands/list.go:75: printHeaders 100.0% github.com/docker/app/internal/commands/list.go:83: printValues 100.0% github.com/docker/app/internal/commands/list.go:91: getInstallations 77.8% github.com/docker/app/internal/commands/parameters.go:25: withFileParameters 85.7% github.com/docker/app/internal/commands/parameters.go:38: withCommandLineParameters 100.0% github.com/docker/app/internal/commands/parameters.go:48: withSendRegistryAuth 85.7% github.com/docker/app/internal/commands/parameters.go:61: withOrchestratorParameters 100.0% github.com/docker/app/internal/commands/parameters.go:73: withErrorWriter 100.0% github.com/docker/app/internal/commands/parameters.go:80: mergeBundleParameters 92.3% github.com/docker/app/internal/commands/parameters.go:104: matchAndMergeParametersDefinition 92.0% github.com/docker/app/internal/commands/pull.go:16: pullCmd 100.0% github.com/docker/app/internal/commands/pull.go:29: runPull 73.3% github.com/docker/app/internal/commands/push.go:52: pushCmd 100.0% github.com/docker/app/internal/commands/push.go:73: runPush 71.4% github.com/docker/app/internal/commands/push.go:99: resolveReferenceAndBundle 66.7% github.com/docker/app/internal/commands/push.go:115: pushInvocationImage 71.4% github.com/docker/app/internal/commands/push.go:138: pushBundle 77.8% github.com/docker/app/internal/commands/push.go:168: withAppAnnotations 80.0% github.com/docker/app/internal/commands/push.go:177: platformFilter 100.0% github.com/docker/app/internal/commands/push.go:184: retagInvocationImage 80.0% github.com/docker/app/internal/commands/push.go:199: shouldRetagInvocationImage 85.7% github.com/docker/app/internal/commands/push.go:245: onEvent 0.0% github.com/docker/app/internal/commands/push.go:265: imageIndex 0.0% github.com/docker/app/internal/commands/push.go:280: onProgress 0.0% github.com/docker/app/internal/commands/push.go:284: print 0.0% github.com/docker/app/internal/commands/push.go:299: printDescriptorProgress 0.0% github.com/docker/app/internal/commands/push.go:335: hasError 0.0% github.com/docker/app/internal/commands/push.go:351: onEvent 80.0% github.com/docker/app/internal/commands/push.go:364: checkFlags 66.7% github.com/docker/app/internal/commands/remove.go:19: removeCmd 100.0% github.com/docker/app/internal/commands/remove.go:38: runRemove 52.9% github.com/docker/app/internal/commands/render.go:20: renderCmd 100.0% github.com/docker/app/internal/commands/render.go:39: runRender 80.0% github.com/docker/app/internal/commands/root.go:25: NewRootCmd 63.6% github.com/docker/app/internal/commands/root.go:50: addCommands 100.0% github.com/docker/app/internal/commands/root.go:67: firstOrEmpty 66.7% github.com/docker/app/internal/commands/root.go:74: muteDockerCli 100.0% github.com/docker/app/internal/commands/root.go:83: prepareStores 69.2% github.com/docker/app/internal/commands/root.go:103: prepareBundleStore 71.4% github.com/docker/app/internal/commands/root.go:120: addFlags 100.0% github.com/docker/app/internal/commands/root.go:132: addFlags 100.0% github.com/docker/app/internal/commands/root.go:139: SetDefaultTargetContext 100.0% github.com/docker/app/internal/commands/root.go:143: CredentialSetOpts 100.0% github.com/docker/app/internal/commands/root.go:154: insecureRegistriesFromEngine 88.9% github.com/docker/app/internal/commands/run.go:40: runCmd 100.0% github.com/docker/app/internal/commands/run.go:63: runRun 72.7% github.com/docker/app/internal/commands/upgrade.go:19: upgradeCmd 100.0% github.com/docker/app/internal/commands/upgrade.go:37: runUpgrade 62.9% github.com/docker/app/internal/commands/validate.go:19: validateCmd 85.7% github.com/docker/app/internal/compose/compose.go:29: Load 90.9% github.com/docker/app/internal/compose/compose.go:49: validateImagesInConfigFiles 89.5% github.com/docker/app/internal/compose/compose.go:85: ExtractVariables 75.0% github.com/docker/app/internal/formatter/formatter.go:20: Register 100.0% github.com/docker/app/internal/formatter/formatter.go:34: Format 100.0% github.com/docker/app/internal/formatter/formatter.go:49: Drivers 100.0% github.com/docker/app/internal/formatter/json/driver.go:11: init 100.0% github.com/docker/app/internal/formatter/json/driver.go:19: Format 0.0% github.com/docker/app/internal/formatter/yaml/driver.go:10: init 100.0% github.com/docker/app/internal/formatter/yaml/driver.go:18: Format 0.0% github.com/docker/app/internal/inspect/inspect.go:49: Inspect 75.0% github.com/docker/app/internal/inspect/inspect.go:66: printAppInfo 75.0% github.com/docker/app/internal/inspect/inspect.go:77: printJSON 80.0% github.com/docker/app/internal/inspect/inspect.go:86: printTable 100.0% github.com/docker/app/internal/inspect/inspect.go:135: printMetadata 100.0% github.com/docker/app/internal/inspect/inspect.go:143: printSection 100.0% github.com/docker/app/internal/inspect/inspect.go:159: printHeaders 100.0% github.com/docker/app/internal/inspect/inspect.go:168: getAppInfo 96.0% github.com/docker/app/internal/inspect/inspect.go:227: getReplicas 100.0% github.com/docker/app/internal/inspect/inspect.go:234: extractParameters 88.9% github.com/docker/app/internal/inspect/inspect.go:248: mergeAndFlattenParameters 71.4% github.com/docker/app/internal/inspect/ports.go:16: newPort 100.0% github.com/docker/app/internal/inspect/ports.go:20: add 100.0% github.com/docker/app/internal/inspect/ports.go:36: String 100.0% github.com/docker/app/internal/inspect/ports.go:47: getPorts 100.0% github.com/docker/app/internal/log/log.go:10: WithLogContext 100.0% github.com/docker/app/internal/names.go:92: AppNameFromDir 100.0% github.com/docker/app/internal/names.go:98: DirNameFromAppName 100.0% github.com/docker/app/internal/names.go:107: ValidateAppName 100.0% github.com/docker/app/internal/packager/bundle.go:22: MakeBundleFromApp 66.7% github.com/docker/app/internal/packager/bundle.go:58: MakeInvocationImageName 100.0% github.com/docker/app/internal/packager/bundle.go:65: MakeCNABImageName 100.0% github.com/docker/app/internal/packager/bundle.go:73: PersistInBundleStore 71.4% github.com/docker/app/internal/packager/bundle.go:85: GetNamedTagged 77.8% github.com/docker/app/internal/packager/cnab.go:27: ToCNAB 94.1% github.com/docker/app/internal/packager/cnab.go:206: extractBundleImages 85.7% github.com/docker/app/internal/packager/extract.go:17: findApp 0.0% github.com/docker/app/internal/packager/extract.go:48: Extract 42.9% github.com/docker/app/internal/packager/init.go:30: Init 64.7% github.com/docker/app/internal/packager/init.go:59: initFromScratch 0.0% github.com/docker/app/internal/packager/init.go:74: checkComposeFileVersion 100.0% github.com/docker/app/internal/packager/init.go:82: initFromComposeFile 86.0% github.com/docker/app/internal/packager/init.go:147: removeDefaultValuesFromCompose 100.0% github.com/docker/app/internal/packager/init.go:161: composeFileFromScratch 0.0% github.com/docker/app/internal/packager/init.go:181: writeMetadataFile 75.0% github.com/docker/app/internal/packager/init.go:194: newMetadata 100.0% github.com/docker/app/internal/packager/packing.go:24: tarAdd 75.0% github.com/docker/app/internal/packager/packing.go:32: tarAddBytes 83.3% github.com/docker/app/internal/packager/packing.go:48: PackInvocationImageContext 63.6% github.com/docker/app/internal/packager/packing.go:83: BaseInvocationImage 80.0% github.com/docker/app/internal/packager/packing.go:93: dockerFile 100.0% github.com/docker/app/internal/packager/parameter.go:18: ExtractCNABParameterMapping 100.0% github.com/docker/app/internal/packager/parameter.go:33: getKeys 100.0% github.com/docker/app/internal/packager/parameter.go:49: ExtractCNABParametersValues 100.0% github.com/docker/app/internal/slices/slices.go:4: ContainsString 100.0% github.com/docker/app/internal/store/app.go:35: NewApplicationStore 83.3% github.com/docker/app/internal/store/app.go:54: InstallationStore 75.0% github.com/docker/app/internal/store/app.go:63: CredentialStore 75.0% github.com/docker/app/internal/store/app.go:72: BundleStore 75.0% github.com/docker/app/internal/store/app.go:80: makeDigestedDirectory 100.0% github.com/docker/app/internal/store/bundle.go:48: Store 71.4% github.com/docker/app/internal/store/bundle.go:70: Read 80.0% github.com/docker/app/internal/store/bundle.go:88: List 69.6% github.com/docker/app/internal/store/bundle.go:131: Remove 83.3% github.com/docker/app/internal/store/bundle.go:142: storePath 100.0% github.com/docker/app/internal/store/bundle.go:174: pathToReference 91.7% github.com/docker/app/internal/store/bundle.go:201: reconstructNamedReference 72.7% github.com/docker/app/internal/store/credential.go:24: Read 100.0% github.com/docker/app/internal/store/credential.go:29: Store 71.4% github.com/docker/app/internal/store/digest.go:15: ComputeDigest 80.0% github.com/docker/app/internal/store/digest.go:24: FromString 100.0% github.com/docker/app/internal/store/digest.go:31: FromBundle 100.0% github.com/docker/app/internal/store/digest.go:43: String 100.0% github.com/docker/app/internal/store/installation.go:26: NewInstallation 75.0% github.com/docker/app/internal/store/installation.go:39: SetParameter 100.0% github.com/docker/app/internal/store/installation.go:51: List 100.0% github.com/docker/app/internal/store/installation.go:55: Store 75.0% github.com/docker/app/internal/store/installation.go:63: Read 77.8% github.com/docker/app/internal/store/installation.go:79: Delete 100.0% github.com/docker/app/internal/version.go:20: FullVersion 75.0% github.com/docker/app/internal/version.go:36: reformatDate 75.0% github.com/docker/app/internal/yaml/yaml.go:14: Unmarshal 80.0% github.com/docker/app/internal/yaml/yaml.go:28: Marshal 100.0% github.com/docker/app/internal/yaml/yaml.go:35: NewDecoder 100.0% github.com/docker/app/loader/loader.go:16: LoadFromDirectory 100.0% github.com/docker/app/loader/loader.go:26: LoadFromTar 100.0% github.com/docker/app/loader/loader.go:37: LoadFromTarReader 45.5% github.com/docker/app/render/render.go:43: Render 80.0% github.com/docker/app/render/render.go:68: substituteParams 100.0% github.com/docker/app/render/render.go:104: render 84.6% github.com/docker/app/render/render.go:128: processEnabled 91.7% github.com/docker/app/render/render.go:148: isEnabled 75.0% github.com/docker/app/specification/bindata.go:44: Open 0.0% github.com/docker/app/specification/bindata.go:52: prepare 82.4% github.com/docker/app/specification/bindata.go:77: Open 0.0% github.com/docker/app/specification/bindata.go:85: Open 0.0% github.com/docker/app/specification/bindata.go:89: File 0.0% github.com/docker/app/specification/bindata.go:100: Close 0.0% github.com/docker/app/specification/bindata.go:104: Readdir 0.0% github.com/docker/app/specification/bindata.go:125: Stat 0.0% github.com/docker/app/specification/bindata.go:129: Name 0.0% github.com/docker/app/specification/bindata.go:133: Size 0.0% github.com/docker/app/specification/bindata.go:137: Mode 0.0% github.com/docker/app/specification/bindata.go:141: ModTime 0.0% github.com/docker/app/specification/bindata.go:145: IsDir 0.0% github.com/docker/app/specification/bindata.go:149: Sys 0.0% github.com/docker/app/specification/bindata.go:155: _escFS 0.0% github.com/docker/app/specification/bindata.go:164: _escDir 0.0% github.com/docker/app/specification/bindata.go:173: _escFSByte 45.5% github.com/docker/app/specification/bindata.go:191: _escFSMustByte 0.0% github.com/docker/app/specification/bindata.go:200: _escFSString 0.0% github.com/docker/app/specification/bindata.go:206: _escFSMustString 0.0% github.com/docker/app/specification/schema.go:15: Validate 93.3% github.com/docker/app/types/init.go:17: NewInitialComposeFile 100.0% github.com/docker/app/types/metadata/load.go:14: Load 83.3% github.com/docker/app/types/metadata/load.go:25: validateRawMetadata 83.3% github.com/docker/app/types/metadata/metadata.go:19: String 100.0% github.com/docker/app/types/metadata/metadata.go:28: String 100.0% github.com/docker/app/types/metadata/metadata.go:45: FromBundle 100.0% github.com/docker/app/types/parameters/load.go:14: Load 95.0% github.com/docker/app/types/parameters/load.go:48: LoadMultiple 77.8% github.com/docker/app/types/parameters/load.go:64: LoadFile 75.0% github.com/docker/app/types/parameters/load.go:73: LoadFiles 77.8% github.com/docker/app/types/parameters/load.go:89: convertToStringKeysRecursive 96.0% github.com/docker/app/types/parameters/load.go:126: formatInvalidKeyError 100.0% github.com/docker/app/types/parameters/merge.go:9: Merge 100.0% github.com/docker/app/types/parameters/opts.go:9: WithPrefix 100.0% github.com/docker/app/types/parameters/parameters.go:18: Flatten 100.0% github.com/docker/app/types/parameters/parameters.go:22: flatten 100.0% github.com/docker/app/types/parameters/parameters.go:50: FromFlatten 88.9% github.com/docker/app/types/parameters/parameters.go:65: isSupposedSlice 100.0% github.com/docker/app/types/parameters/parameters.go:73: assignKey 92.3% github.com/docker/app/types/types.go:30: ShouldRunInsideDirectory 0.0% github.com/docker/app/types/types.go:57: Path 100.0% github.com/docker/app/types/types.go:62: Size 100.0% github.com/docker/app/types/types.go:67: Composes 100.0% github.com/docker/app/types/types.go:72: ParametersRaw 100.0% github.com/docker/app/types/types.go:77: Parameters 100.0% github.com/docker/app/types/types.go:82: MetadataRaw 100.0% github.com/docker/app/types/types.go:87: Metadata 100.0% github.com/docker/app/types/types.go:92: Attachments 100.0% github.com/docker/app/types/types.go:96: HasCRLF 0.0% github.com/docker/app/types/types.go:101: Extract 0.0% github.com/docker/app/types/types.go:114: noop 0.0% github.com/docker/app/types/types.go:117: NewApp 100.0% github.com/docker/app/types/types.go:139: NewAppFromDefaultFiles 100.0% github.com/docker/app/types/types.go:150: WithName 100.0% github.com/docker/app/types/types.go:158: WithPath 100.0% github.com/docker/app/types/types.go:166: WithCleanup 100.0% github.com/docker/app/types/types.go:174: WithSource 100.0% github.com/docker/app/types/types.go:181: WithCRLF 0.0% github.com/docker/app/types/types.go:189: WithParametersFiles 100.0% github.com/docker/app/types/types.go:194: WithAttachments 84.6% github.com/docker/app/types/types.go:226: WithParameters 100.0% github.com/docker/app/types/types.go:230: parametersLoader 100.0% github.com/docker/app/types/types.go:248: MetadataFile 100.0% github.com/docker/app/types/types.go:253: Metadata 100.0% github.com/docker/app/types/types.go:257: metadataLoader 100.0% github.com/docker/app/types/types.go:275: WithComposeFiles 100.0% github.com/docker/app/types/types.go:280: WithComposes 100.0% github.com/docker/app/types/types.go:284: composeLoader 100.0% github.com/docker/app/types/types.go:295: readReaders 77.8% github.com/docker/app/types/types.go:309: readFiles 100.0% github.com/docker/app/types/types.go:323: newErrGroup 100.0% total: (statements) 76.9% go tool cover -html _build/cov/all.out -o _build/cov/coverage.html [Pipeline] sh + make -f docker.Makefile TAG=jenkins-app-PR-695-4-coverage coverage-results docker cp docker-app-cov-jenkins-app-PR-695-4-coverage:/go/src/github.com/docker/app/_build/cov/ ./_build/ci-cov docker cp docker-app-cov-jenkins-app-PR-695-4-coverage:/go/src/github.com/docker/app/_build/test-results/ ./_build/test-results docker rm docker-app-cov-jenkins-app-PR-695-4-coverage docker-app-cov-jenkins-app-PR-695-4-coverage [Pipeline] } [Pipeline] // ansiColor [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-695/4/artifacts/ [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-695/4/artifacts/ [Pipeline] } [Pipeline] // dir Post stage [Pipeline] dir Running in /home/ubuntu/workspace/app_PR-695/src/github.com/docker/app/_build/test-results [Pipeline] { [Pipeline] sh + [ ! -e unit-coverage.xml ] + sed -i -E -e s,"github.com/docker/app","unit/basic",g; s,"github.com/docker/app/([^"]*)","unit/basic/\1",g unit-coverage.xml [Pipeline] sh + [ ! -e e2e-coverage.xml ] + sed -i -E -e s,"github.com/docker/app/e2e","e2e/basic",g e2e-coverage.xml [Pipeline] archiveArtifacts Archiving artifacts Uploaded 2 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-695/4/artifacts/ [Pipeline] junit Recording test results [Pipeline] } [Pipeline] // dir [Pipeline] sh + docker rmi docker/cnab-app-base:jenkins-app-PR-695-4-coverage Untagged: docker/cnab-app-base:jenkins-app-PR-695-4-coverage [Pipeline] deleteDir [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [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 Finished: SUCCESS