Pull request #607 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from c25451e8f85c470aa313cd0058e27b40514575ad 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 ead69454b4062f17d1f8389642089a002b037213 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 ead69454b4062f17d1f8389642089a002b037213 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f ead69454b4062f17d1f8389642089a002b037213 Commit message: "Merge pull request #10 from russellcardullo/sonar-scan" > git rev-list --no-walk ead69454b4062f17d1f8389642089a002b037213 # 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-07bffe7fb5c9b9086) in /home/ubuntu/workspace/app_PR-607 [Pipeline] { Running on ubuntu-1804-overlay2 (i-049b59580cce713f4) in /home/ubuntu/workspace/app_PR-607 [Pipeline] { [Pipeline] dir Running in /home/ubuntu/workspace/app_PR-607/src/github.com/docker/app [Pipeline] { [Pipeline] dir Running in /home/ubuntu/workspace/app_PR-607/src/github.com/docker/app [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] checkout [Pipeline] checkout using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Running on ubuntu-1804-overlay2 (i-08672086e507d47c3) in /home/ubuntu/workspace/app_PR-607 [Pipeline] { [Pipeline] dir Running in /home/ubuntu/workspace/app_PR-607/src/github.com/docker/app [Pipeline] { [Pipeline] checkout Cloning repository https://github.com/docker/app.git > git init /home/ubuntu/workspace/app_PR-607/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/607/head:refs/remotes/origin/PR-607 Cloning repository https://github.com/docker/app.git > git init /home/ubuntu/workspace/app_PR-607/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/607/head:refs/remotes/origin/PR-607 Fetching without tags Checking out Revision c25451e8f85c470aa313cd0058e27b40514575ad (PR-607) using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Fetching without tags > git config remote.origin.url https://github.com/docker/app.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/607/head:refs/remotes/origin/PR-607 # 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/607/head:refs/remotes/origin/PR-607 > git config core.sparsecheckout # timeout=10 > git checkout -f c25451e8f85c470aa313cd0058e27b40514575ad > git config remote.origin.url https://github.com/docker/app.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/607/head:refs/remotes/origin/PR-607 # timeout=10 > git config remote.origin.url https://github.com/docker/app.git # timeout=10 Commit message: "Bump cobra dependency for better zsh completion" Checking out Revision c25451e8f85c470aa313cd0058e27b40514575ad (PR-607) First time build. Skipping changelog. Cloning repository https://github.com/docker/app.git > git init /home/ubuntu/workspace/app_PR-607/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/607/head:refs/remotes/origin/PR-607 Commit message: "Bump cobra dependency for better zsh completion" [Pipeline] ansiColor [Pipeline] { [Pipeline] sh [Pipeline] ansiColor [Pipeline] { [Pipeline] sh + make -f docker.Makefile lint Linting... docker build -t docker-app-lint:jenkins-app-PR-607-3 -f Dockerfile.lint . > git rev-list --no-walk 4e9f8193c840293a91518abb79a12c297585e719 # 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/607/head:refs/remotes/origin/PR-607 > git config core.sparsecheckout # timeout=10 > git checkout -f c25451e8f85c470aa313cd0058e27b40514575ad + make -f docker.Makefile cli-cross cross e2e-cross tars docker build --build-arg=EXPERIMENTAL=off --build-arg=TAG=jenkins-app-PR-607-3 --build-arg=COMMIT=c25451e8 --build-arg=ALPINE_VERSION=3.10.1 --target=build -t docker-app-cli:jenkins-app-PR-607-3 . Sending build context to Docker daemon 79.46MB 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 ---> 6a555dfd8852 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 ---> 354f8a8567a6 Step 6/8 : WORKDIR /go/src/github.com/docker/app ---> Using cache ---> 2bc90725cd0d Step 7/8 : ENV CGO_ENABLED=0 ---> Using cache ---> 7ec0d574f54a Step 8/8 : COPY . . Sending build context to Docker daemon 79.46MB Step 1/7 : FROM dockercore/golang-cross:1.12.9@sha256:3ea9dcef4dd2c46d80445c0b22d6177817f4cfce22c523cc12a5a1091cb37705 AS build ---> 518d5e4626aa Step 2/7 : ENV DISABLE_WARN_OUTSIDE_CONTAINER=1 Fetching without tags Checking out Revision c25451e8f85c470aa313cd0058e27b40514575ad (PR-607) > git config remote.origin.url https://github.com/docker/app.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/607/head:refs/remotes/origin/PR-607 # 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/607/head:refs/remotes/origin/PR-607 > git config core.sparsecheckout # timeout=10 > git checkout -f c25451e8f85c470aa313cd0058e27b40514575ad ---> Running in 370c0c3dae04 Removing intermediate container 370c0c3dae04 ---> 475d00b26291 Step 3/7 : RUN apt-get install -y -q --no-install-recommends coreutils util-linux uuid-runtime ---> Running in 6f1d2388ad0f Commit message: "Bump cobra dependency for better zsh completion" Reading package lists...[Pipeline] ansiColor [Pipeline] { [Pipeline] sh Building dependency tree...+ make -f docker.Makefile save-invocation-image docker build -f Dockerfile.invocation-image --build-arg=EXPERIMENTAL=off --build-arg=TAG=jenkins-app-PR-607-3 --build-arg=COMMIT=c25451e8 --build-arg=ALPINE_VERSION=3.10.1 --target=invocation -t docker/cnab-app-base:jenkins-app-PR-607-3 . 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. ---> 195a7ac76161 Successfully built 195a7ac76161 Successfully tagged docker-app-lint:jenkins-app-PR-607-3 docker run --rm docker-app-lint:jenkins-app-PR-607-3 make lint Removing intermediate container 6f1d2388ad0f ---> 3712bb41aa31 Step 4/7 : WORKDIR /go/src/github.com/docker/cli ---> Running in 5fede6abb6c7 Removing intermediate container 5fede6abb6c7 ---> a33b6fcb269f Step 5/7 : RUN git clone https://github.com/docker/cli . && git checkout a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb ---> Running in a1cdf3d7ceb3 Linting... Cloning into '.'... Sending build context to Docker daemon 79.46MB Step 1/14 : ARG ALPINE_VERSION=3.10.1 Step 2/14 : 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 e0ec5610455a: Waiting bbab4ec87ac4: Verifying Checksum bbab4ec87ac4: Download complete 2ea1f7804402: Verifying Checksum 2ea1f7804402: Download complete 4ae16bd47783: Verifying Checksum 4ae16bd47783: Download complete 96465440c208: Verifying Checksum 96465440c208: Download complete 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 96d705baf026: Verifying Checksum 96d705baf026: Download complete 16a3d8aca6cd: Verifying Checksum 16a3d8aca6cd: Download complete 39007eb46008: Verifying Checksum 39007eb46008: Download complete c0058a8c71f2: Verifying Checksum c0058a8c71f2: Download complete e0ec5610455a: Verifying Checksum e0ec5610455a: Download complete Removing intermediate container a1cdf3d7ceb3 ---> ac38c36dc503 Step 6/7 : RUN make binary-osx binary-windows binary && cp build/docker-linux-amd64 /usr/bin/docker ---> Running in bec4b01c0a35 ./scripts/build/osx Building build/docker-darwin-amd64 4e549f0f5e64: Verifying Checksum 4e549f0f5e64: Download complete 2f8d98df0991: Verifying Checksum 2f8d98df0991: Download complete 4ae16bd47783: Pull complete bbab4ec87ac4: Pull complete 2ea1f7804402: Pull complete 96465440c208: Pull complete 16a3d8aca6cd: Pull complete internal/commands/root.go:31: File is not `goimports`-ed (goimports) case "" : internal/commands/root.go:42:24: Error return value of `(*github.com/docker/app/vendor/github.com/spf13/pflag.FlagSet).MarkHidden` is not checked (errcheck) cmd.Flags().MarkHidden("completion") ^ e0ec5610455a: Pull complete 96d705baf026: Pull complete 39007eb46008: Pull complete make: *** [Makefile:81: lint] Error 1 docker.Makefile:121: recipe for target 'lint' failed make: *** [lint] Error 2 [Pipeline] } [Pipeline] // ansiColor [Pipeline] } [Pipeline] // dir Post stage [Pipeline] deleteDir [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } Failed in branch Validate 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 3/14 : RUN apt-get install -y -q --no-install-recommends coreutils util-linux uuid-runtime ---> Running in c2a3f390343f 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 c2a3f390343f ---> bf6d066c5fbb Step 4/14 : WORKDIR /go/src/github.com/docker/app/ ---> Running in 93c5563c58b5 Removing intermediate container 93c5563c58b5 ---> dd3ffc44bad0 Step 5/14 : COPY . . ---> e124134f05d3 Step 6/14 : ARG EXPERIMENTAL="off" ---> Running in 2643d2bf0b4c Removing intermediate container 2643d2bf0b4c ---> 4ef1ce1f655e Step 7/14 : ARG TAG="unknown" ---> Running in 9c6d2d2d98d8 Removing intermediate container 9c6d2d2d98d8 ---> b82b452fce53 Step 8/14 : RUN make EXPERIMENTAL=${EXPERIMENTAL} BUILD_TAG=${BUILD_TAG} TAG=${TAG} bin/cnab-run ---> Running in b2579be07cf6 CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=c25451e8 -X github.com/docker/app/internal.Version=jenkins-app-PR-607-3 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-05T14:04:25Z" -o bin/cnab-run ./cmd/cnab-run ./scripts/build/windows Generating windows resources Building build/docker-windows-amd64 Removing intermediate container b2579be07cf6 ---> 3c4fa4b4838b Step 9/14 : FROM alpine:${ALPINE_VERSION} as invocation 3.10.1: Pulling from library/alpine 050382585609: Pulling fs layer 050382585609: Verifying Checksum 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 3c7f71c3a3ec 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 3c7f71c3a3ec ---> 96d83ff77666 Step 11/14 : USER cnab ---> Running in 602a617f72f5 Removing intermediate container 602a617f72f5 ---> 7d49ae49e93a Step 12/14 : COPY --from=build /go/src/github.com/docker/app/bin/cnab-run /cnab/app/run ---> 9133815c5a8c Step 13/14 : WORKDIR /cnab/app ---> Running in ba249a38e3dc Removing intermediate container ba249a38e3dc ---> e2cd6e5df261 Step 14/14 : CMD /cnab/app/run ---> Running in 218d82afb285 Removing intermediate container 218d82afb285 ---> ab8cb133a2f3 [Warning] One or more build-args [COMMIT] were not consumed Successfully built ab8cb133a2f3 Successfully tagged docker/cnab-app-base:jenkins-app-PR-607-3 docker save docker/cnab-app-base:jenkins-app-PR-607-3 -o _build/invocation-image.tar [Pipeline] sh + make -f docker.Makefile INVOCATION_IMAGE_TAG=jenkins-app-PR-607-3-coverage OUTPUT=coverage-invocation-image.tar save-invocation-image-tag docker tag docker/cnab-app-base:jenkins-app-PR-607-3 docker/cnab-app-base:jenkins-app-PR-607-3-coverage docker save docker/cnab-app-base:jenkins-app-PR-607-3-coverage -o _build/coverage-invocation-image.tar [Pipeline] sh + make -f docker.Makefile INVOCATION_IMAGE_TAG=jenkins-app-PR-607-3-coverage-experimental OUTPUT=coverage-experimental-invocation-image.tar save-invocation-image-tag docker tag docker/cnab-app-base:jenkins-app-PR-607-3 docker/cnab-app-base:jenkins-app-PR-607-3-coverage-experimental docker save docker/cnab-app-base:jenkins-app-PR-607-3-coverage-experimental -o _build/coverage-experimental-invocation-image.tar [Pipeline] } [Pipeline] // ansiColor [Pipeline] dir Running in /home/ubuntu/workspace/app_PR-607/src/github.com/docker/app/_build [Pipeline] { [Pipeline] stash Stashed 1 file(s) [Pipeline] stash Stashed 1 file(s) [Pipeline] stash Stashed 1 file(s) [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // dir Post stage [Pipeline] dir Running in /home/ubuntu/workspace/app_PR-607/src/github.com/docker/app [Pipeline] { [Pipeline] sh + docker rmi docker/cnab-app-base:jenkins-app-PR-607-3 Untagged: docker/cnab-app-base:jenkins-app-PR-607-3 [Pipeline] sh + docker rmi docker/cnab-app-base:jenkins-app-PR-607-3-coverage Untagged: docker/cnab-app-base:jenkins-app-PR-607-3-coverage [Pipeline] sh + docker rmi docker/cnab-app-base:jenkins-app-PR-607-3-coverage-experimental Untagged: docker/cnab-app-base:jenkins-app-PR-607-3-coverage-experimental Deleted: sha256:ab8cb133a2f3d24198e7fb4fcb9ccc1188593e87fa550c2f26de28d6ed2c4d36 Deleted: sha256:e2cd6e5df261985e14957a783cc63fc71a9a7fa98f908e9704deab2fdf8094c8 Deleted: sha256:9133815c5a8c4a8746189c864f04d01b9d298ddf350ab125efcc3d2e0ea52a22 Deleted: sha256:a2ed45f44faaeca46a3a0a15dd4b5891888765123570b1194cf4675e0d2f6e6a Deleted: sha256:7d49ae49e93ade4d3d204f136384f35d6444edecf7800fb485ef3bd1109b36fe Deleted: sha256:96d83ff77666de5ddbaeb709865b6df6f63a6748ee2e63f6ccd1a2a42b601aac Deleted: sha256:70eb63ce9aa506ac7b54451f78dcf5656dbf087dd674270e86186f866de93aa0 [Pipeline] } [Pipeline] // dir [Pipeline] deleteDir [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } WARNING: binary creates a Linux executable. Use cross for macOS or Windows. ./scripts/build/binary Building statically linked build/docker-linux-amd64 Removing intermediate container bec4b01c0a35 ---> a9fd2588d88e Step 7/7 : WORKDIR /go/src/github.com/docker/app/ ---> Running in 787b883befb8 Removing intermediate container 787b883befb8 ---> f6da6b551ff4 [Warning] One or more build-args [ALPINE_VERSION COMMIT EXPERIMENTAL TAG] were not consumed Successfully built f6da6b551ff4 Successfully tagged docker-app-cli:jenkins-app-PR-607-3 docker create --name docker-app-cli-jenkins-app-PR-607-3 docker-app-cli:jenkins-app-PR-607-3 noop c62ea2d0736cc93f5c94ed7b361ccd68556000f81c54776bc22f3c30b00fa73b docker cp docker-app-cli-jenkins-app-PR-607-3:/go/src/github.com/docker/cli/build/docker-linux-amd64 bin/docker-linux docker cp docker-app-cli-jenkins-app-PR-607-3:/go/src/github.com/docker/cli/build/docker-darwin-amd64 bin/docker-darwin docker cp docker-app-cli-jenkins-app-PR-607-3:/go/src/github.com/docker/cli/build/docker-windows-amd64 bin/docker-windows.exe docker rm docker-app-cli-jenkins-app-PR-607-3 docker-app-cli-jenkins-app-PR-607-3 docker build --build-arg=EXPERIMENTAL=off --build-arg=TAG=jenkins-app-PR-607-3 --build-arg=COMMIT=c25451e8 --build-arg=ALPINE_VERSION=3.10.1 --target=cross -t docker-app-cross:jenkins-app-PR-607-3 . Sending build context to Docker daemon 79.46MB Step 1/20 : FROM dockercore/golang-cross:1.12.9@sha256:3ea9dcef4dd2c46d80445c0b22d6177817f4cfce22c523cc12a5a1091cb37705 AS build ---> 518d5e4626aa Step 2/20 : ENV DISABLE_WARN_OUTSIDE_CONTAINER=1 ---> Using cache ---> 475d00b26291 Step 3/20 : RUN apt-get install -y -q --no-install-recommends coreutils util-linux uuid-runtime ---> Using cache ---> 3712bb41aa31 Step 4/20 : WORKDIR /go/src/github.com/docker/cli ---> Using cache ---> a33b6fcb269f Step 5/20 : RUN git clone https://github.com/docker/cli . && git checkout a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb ---> Using cache ---> ac38c36dc503 Step 6/20 : RUN make binary-osx binary-windows binary && cp build/docker-linux-amd64 /usr/bin/docker ---> Using cache ---> a9fd2588d88e Step 7/20 : WORKDIR /go/src/github.com/docker/app/ ---> Using cache ---> f6da6b551ff4 Step 8/20 : FROM build AS dev ---> f6da6b551ff4 Step 9/20 : ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/ ---> Running in 17ea658366b1 Removing intermediate container 17ea658366b1 ---> ddaa68360c75 Step 10/20 : ARG DEP_VERSION=v0.5.1 ---> Running in 71a91ac63a11 Removing intermediate container 71a91ac63a11 ---> 8a6a5a7f081b Step 11/20 : 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 be160021ff2f  % 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 5401 0 --:--:-- --:--:-- --:--:-- 5401  100 10.5M 100 10.5M 0 0 38.0M 0 --:--:-- --:--:-- --:--:-- 38.0M Removing intermediate container be160021ff2f ---> 387d44a85b25 Step 12/20 : ARG GOTESTSUM_VERSION=v0.3.4 ---> Running in a55672504021 Removing intermediate container a55672504021 ---> 260ed0357188 Step 13/20 : 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 98e11bd531bc go: finding github.com/mattn/go-colorable v0.0.9 go: finding github.com/onsi/ginkgo v1.8.0 go: finding github.com/sirupsen/logrus v1.0.5 go: finding github.com/spf13/pflag v1.0.1 go: finding github.com/pkg/errors v0.8.0 go: finding github.com/fatih/color v1.6.0 go: finding github.com/onsi/gomega v1.4.3 go: finding github.com/google/go-cmp v0.2.0 go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 go: finding gotest.tools v2.1.0+incompatible go: finding github.com/mattn/go-isatty v0.0.3 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/airbrake/gobrake.v2 v2.0.9 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e go: finding golang.org/x/text v0.3.0 go: finding github.com/golang/protobuf v1.2.0 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f go: finding gopkg.in/fsnotify.v1 v1.4.7 go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 go: finding golang.org/x/net v0.0.0-20180906233101-161cd47e91fd go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc go: finding github.com/onsi/ginkgo v1.6.0 go: finding gopkg.in/yaml.v2 v2.2.1 go: finding github.com/stretchr/testify v1.3.0 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 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/sirupsen/logrus v1.0.5 go: downloading github.com/fatih/color v1.6.0 go: downloading github.com/jonboulle/clockwork v0.1.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/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: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e 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-isatty v0.0.3 go: extracting github.com/mattn/go-colorable v0.0.9 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 98e11bd531bc ---> a79863aa0b01 Step 14/20 : 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 479bd409528a Removing intermediate container 479bd409528a ---> baff7d8b404b Step 15/20 : 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 2482e03fd1cd 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/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 2482e03fd1cd ---> 485803eb171c Step 16/20 : COPY . . ---> ff9db93156c1 Step 17/20 : FROM dev AS cross ---> ff9db93156c1 Step 18/20 : ARG EXPERIMENTAL="off" ---> Running in c1c7045d270c Removing intermediate container c1c7045d270c ---> 25a02ca107ea Step 19/20 : ARG TAG="unknown" ---> Running in 8af278d6d3ef Removing intermediate container 8af278d6d3ef ---> a671b0663807 Step 20/20 : RUN make EXPERIMENTAL=${EXPERIMENTAL} TAG=${TAG} cross ---> Running in 5d7003c663d4 GOOS=linux CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=c25451e8 -X github.com/docker/app/internal.Version=jenkins-app-PR-607-3 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-05T14:08:17Z" -o bin/docker-app-linux ./cmd/docker-app GOOS=darwin CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=c25451e8 -X github.com/docker/app/internal.Version=jenkins-app-PR-607-3 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-05T14:08:17Z" -o bin/docker-app-darwin ./cmd/docker-app GOOS=windows CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=c25451e8 -X github.com/docker/app/internal.Version=jenkins-app-PR-607-3 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-05T14:08:17Z" -o bin/docker-app-windows.exe ./cmd/docker-app GOOS=linux CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=c25451e8 -X github.com/docker/app/internal.Version=jenkins-app-PR-607-3 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-05T14:08:17Z" -o bin/docker-app-standalone-linux ./cmd/docker-app-standalone GOOS=darwin CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=c25451e8 -X github.com/docker/app/internal.Version=jenkins-app-PR-607-3 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-05T14:08:17Z" -o bin/docker-app-standalone-darwin ./cmd/docker-app-standalone GOOS=windows CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=c25451e8 -X github.com/docker/app/internal.Version=jenkins-app-PR-607-3 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-05T14:08:17Z" -o bin/docker-app-standalone-windows.exe ./cmd/docker-app-standalone Removing intermediate container 5d7003c663d4 ---> 68893169c1bb [Warning] One or more build-args [ALPINE_VERSION COMMIT] were not consumed Successfully built 68893169c1bb Successfully tagged docker-app-cross:jenkins-app-PR-607-3 docker create --name docker-app-cross-jenkins-app-PR-607-3 docker-app-cross:jenkins-app-PR-607-3 noop e5de70123d3ee5d461148a3b14c235359348cdc42c3fbbe1c0cdc207ea8f5b64 docker cp docker-app-cross-jenkins-app-PR-607-3:/go/src/github.com/docker/app/bin/docker-app-linux bin/docker-app-linux docker cp docker-app-cross-jenkins-app-PR-607-3:/go/src/github.com/docker/app/bin/docker-app-darwin bin/docker-app-darwin docker cp docker-app-cross-jenkins-app-PR-607-3:/go/src/github.com/docker/app/bin/docker-app-windows.exe bin/docker-app-windows.exe docker cp docker-app-cross-jenkins-app-PR-607-3:/go/src/github.com/docker/app/bin/docker-app-standalone-linux bin/docker-app-standalone-linux docker cp docker-app-cross-jenkins-app-PR-607-3:/go/src/github.com/docker/app/bin/docker-app-standalone-darwin bin/docker-app-standalone-darwin docker cp docker-app-cross-jenkins-app-PR-607-3:/go/src/github.com/docker/app/bin/docker-app-standalone-windows.exe bin/docker-app-standalone-windows.exe docker rm docker-app-cross-jenkins-app-PR-607-3 docker-app-cross-jenkins-app-PR-607-3 docker build --build-arg=EXPERIMENTAL=off --build-arg=TAG=jenkins-app-PR-607-3 --build-arg=COMMIT=c25451e8 --build-arg=ALPINE_VERSION=3.10.1 --target=e2e-cross -t docker-app-e2e-cross:jenkins-app-PR-607-3 . Sending build context to Docker daemon 79.46MB Step 1/24 : FROM dockercore/golang-cross:1.12.9@sha256:3ea9dcef4dd2c46d80445c0b22d6177817f4cfce22c523cc12a5a1091cb37705 AS build ---> 518d5e4626aa Step 2/24 : ENV DISABLE_WARN_OUTSIDE_CONTAINER=1 ---> Using cache ---> 475d00b26291 Step 3/24 : RUN apt-get install -y -q --no-install-recommends coreutils util-linux uuid-runtime ---> Using cache ---> 3712bb41aa31 Step 4/24 : WORKDIR /go/src/github.com/docker/cli ---> Using cache ---> a33b6fcb269f Step 5/24 : RUN git clone https://github.com/docker/cli . && git checkout a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb ---> Using cache ---> ac38c36dc503 Step 6/24 : RUN make binary-osx binary-windows binary && cp build/docker-linux-amd64 /usr/bin/docker ---> Using cache ---> a9fd2588d88e Step 7/24 : WORKDIR /go/src/github.com/docker/app/ ---> Using cache ---> f6da6b551ff4 Step 8/24 : FROM build AS dev ---> f6da6b551ff4 Step 9/24 : ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/ ---> Using cache ---> ddaa68360c75 Step 10/24 : ARG DEP_VERSION=v0.5.1 ---> Using cache ---> 8a6a5a7f081b Step 11/24 : 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 ---> 387d44a85b25 Step 12/24 : ARG GOTESTSUM_VERSION=v0.3.4 ---> Using cache ---> 260ed0357188 Step 13/24 : 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 ---> a79863aa0b01 Step 14/24 : 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 ---> baff7d8b404b Step 15/24 : 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 ---> 485803eb171c Step 16/24 : COPY . . ---> Using cache ---> ff9db93156c1 Step 17/24 : FROM dev AS cross ---> ff9db93156c1 Step 18/24 : ARG EXPERIMENTAL="off" ---> Using cache ---> 25a02ca107ea Step 19/24 : ARG TAG="unknown" ---> Using cache ---> a671b0663807 Step 20/24 : RUN make EXPERIMENTAL=${EXPERIMENTAL} TAG=${TAG} cross ---> Using cache ---> 68893169c1bb Step 21/24 : FROM cross AS e2e-cross ---> 68893169c1bb Step 22/24 : ARG EXPERIMENTAL="off" ---> Running in 1d3fada88f39 Removing intermediate container 1d3fada88f39 ---> c2c257aab96e Step 23/24 : ARG TAG="unknown" ---> Running in 50332d043cb6 Removing intermediate container 50332d043cb6 ---> 89201ed9b7c3 Step 24/24 : RUN make EXPERIMENTAL=${EXPERIMENTAL} TAG=${TAG} e2e-cross ---> Running in 68074384cd12 GOOS=linux CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=c25451e8 -X github.com/docker/app/internal.Version=jenkins-app-PR-607-3 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-05T14:11:04Z" -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=c25451e8 -X github.com/docker/app/internal.Version=jenkins-app-PR-607-3 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-05T14:11:04Z" -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=c25451e8 -X github.com/docker/app/internal.Version=jenkins-app-PR-607-3 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-05T14:11:04Z" -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=c25451e8 -X github.com/docker/app/internal.Version=jenkins-app-PR-607-3 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-05T14:11:04Z" -c -o bin/docker-app-e2e-darwin ./e2e/ GOOS=windows CGO_ENABLED=0 go test -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=c25451e8 -X github.com/docker/app/internal.Version=jenkins-app-PR-607-3 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-05T14:11:04Z" -c -o bin/docker-app-e2e-windows.exe ./e2e/ Removing intermediate container 68074384cd12 ---> 9935cd919cc5 [Warning] One or more build-args [ALPINE_VERSION COMMIT] were not consumed Successfully built 9935cd919cc5 Successfully tagged docker-app-e2e-cross:jenkins-app-PR-607-3 docker create --name docker-app-e2e-cross-jenkins-app-PR-607-3 docker-app-e2e-cross:jenkins-app-PR-607-3 noop c854a02d266eb4489fd3f4c12fbb8da64f9ca4be4fb10cdc4a212e9514a4a8c9 docker cp docker-app-e2e-cross-jenkins-app-PR-607-3:/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-607-3:/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-607-3:/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-607-3:/usr/local/bin/gotestsum-linux bin/gotestsum-linux docker cp docker-app-e2e-cross-jenkins-app-PR-607-3:/usr/local/bin/gotestsum-darwin bin/gotestsum-darwin docker cp docker-app-e2e-cross-jenkins-app-PR-607-3:/usr/local/bin/gotestsum-windows.exe bin/gotestsum-windows.exe docker cp docker-app-e2e-cross-jenkins-app-PR-607-3:/usr/local/bin/test2json-linux bin/test2json-linux docker cp docker-app-e2e-cross-jenkins-app-PR-607-3:/usr/local/bin/test2json-darwin bin/test2json-darwin docker cp docker-app-e2e-cross-jenkins-app-PR-607-3:/usr/local/bin/test2json-windows.exe bin/test2json-windows.exe docker rm docker-app-e2e-cross-jenkins-app-PR-607-3 docker-app-e2e-cross-jenkins-app-PR-607-3 tar --transform='flags=r;s|docker-app-linux|docker-app-plugin-linux|' -czf bin/docker-app-linux.tar.gz -C bin docker-app-linux docker-app-standalone-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 docker-app-standalone-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 docker-app-standalone-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-607/src/github.com/docker/app/bin [Pipeline] { [Pipeline] stash Stashed 24 file(s) [Pipeline] } [Pipeline] // dir [Pipeline] dir Running in /home/ubuntu/workspace/app_PR-607/src/github.com/docker/app/e2e [Pipeline] { [Pipeline] stash Stashed 65 file(s) [Pipeline] } [Pipeline] // dir [Pipeline] dir Running in /home/ubuntu/workspace/app_PR-607/src/github.com/docker/app/examples [Pipeline] { [Pipeline] stash Stashed 25 file(s) [Pipeline] } [Pipeline] // dir [Pipeline] sh + docker image ls --format={{.Repository}}:{{.Tag}} *jenkins-app-PR-607-3* + xargs docker image rm -f Untagged: docker-app-e2e-cross:jenkins-app-PR-607-3 Deleted: sha256:9935cd919cc5892725d93e53bd2d31ffeb1aadeabe68f43b0d06cbdfa6581c8d Deleted: sha256:5988cf5eeddb6ad427ca1510246a8c8f5b8734bebca62cf6b1a5868bd54e0289 Deleted: sha256:89201ed9b7c324f4ec0cc28f575c844372ca9d558358b1c0b97d92a0598b3bea Deleted: sha256:c2c257aab96e84f509ff2bfd5c024743c0fa2412f176e9249d40c0b554a3a9b7 Untagged: docker-app-cross:jenkins-app-PR-607-3 Deleted: sha256:68893169c1bb570cfb9e65f40c267032c11de066773b0e43a3a86095030d9a18 Deleted: sha256:7697fe9589f63690699df0e44f94e46697adb377aeac35fafac64ec6de7922c9 Deleted: sha256:a671b0663807966e3dd7b9f34df017528d380249991bd96852340fc38c097bfa Deleted: sha256:25a02ca107eafd60dd04bfb206eab96b2732b7305ccce6ab886f06e2202357e9 Deleted: sha256:ff9db93156c12092b4342a0184b809a7cab30fc32db26ceb3069d357ab2f8e13 Deleted: sha256:1c2df74b9c62c7c5fcd1d28e37a5bd82386d43bf77efe81aa9880919ca920dc5 Deleted: sha256:485803eb171c996c72bf5d40ef40a31459fa1dd37d93a82870479a7daac2dcd6 Deleted: sha256:54157c8c3e807fcf924476bc04b34ad6b84d624f7291a3f4fa104f2ce2ecd8ea Deleted: sha256:baff7d8b404b1cd77c1785a5df7d5a3ba6f099f26e0f307db9b153641e5daae5 Deleted: sha256:a38d3211c40e1896601670881c604fe8fd6c5fd0e0fdf731da2e5b617800a041 Deleted: sha256:a79863aa0b0149903ef8a226fc6c15766425488885807c51d791d2d1a3067c37 Deleted: sha256:e93cdce89f15e6aa27f987d605d9014118579efb3d3e81e2813aca3406e21203 Deleted: sha256:260ed03571889f81d877d1ce8aa88ade3b5822835a4e9b74cc189818e5bfa5bc Deleted: sha256:387d44a85b25fd75fa8c9d8ad250befb48beec3b033f5447d94bb6d8387807c6 Deleted: sha256:f508575851c3bf5d5dcf385bae6bd3b6a04e9ea150514df2f3a57a7b89de926e Deleted: sha256:8a6a5a7f081b4a5da5173a15130a440f6456208d4cd6751f1e9858befe6f6164 Deleted: sha256:ddaa68360c7539c6f8eb97a6fad6bc42fd38bd70b633f701dd967d76a73ee4b7 Untagged: docker-app-cli:jenkins-app-PR-607-3 Deleted: sha256:f6da6b551ff4a565bf51654b80b58bf49c832d5995be3196feb65d791699a1ad Deleted: sha256:18e8fb90607702977074cd1eeb273220d2a0cebe2e7a6deb1ed8ccc474d83cdd Deleted: sha256:a9fd2588d88ed0612587fd98b29709a567ca8a852ac77bea4977c6b851935242 Deleted: sha256:516422ac1c81caff63e0db858432ced050bc86422d16aaebe279005f2e86cb2f Deleted: sha256:ac38c36dc503cd843d0b1e7de46f56488f72373a031340480ce5e03ae059ef20 Deleted: sha256:3433f43e988c0437564065dee2a15b0713eb154ce73f906e280ea54336bef83e Deleted: sha256:a33b6fcb269f13099605ecd47becf54f663e9157ba16238d604dbc63fdd55f38 Deleted: sha256:2fede6c4aaf20677b8f016551ddcbf6a3fe3cc0edc24762c08e28b82825d6ff8 Deleted: sha256:3712bb41aa3106d58c15a829cd1585093af1a687bc9ab1511ee10cf0556fe68a Deleted: sha256:96f9a762a987231c6601be712fc40bc2dd97c44d3bcbe6f34ce46de86e2632b4 Deleted: sha256:475d00b26291a2b0eb0d9dc6d6eb1814fda6ed012a72420614db52d129cdc731 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // dir Post stage [Pipeline] deleteDir [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] parallel [Pipeline] { (Branch: Coverage) [Pipeline] { (Branch: Coverage (experimental)) [Pipeline] { (Branch: Gradle test) [Pipeline] { (Branch: Test Linux) [Pipeline] stage [Pipeline] { (Coverage) [Pipeline] stage [Pipeline] { (Coverage (experimental)) [Pipeline] stage [Pipeline] { (Gradle test) [Pipeline] stage [Pipeline] { (Test Linux) Stage "Coverage" skipped due to earlier failure(s) [Pipeline] } Stage "Coverage (experimental)" skipped due to earlier failure(s) [Pipeline] } Stage "Gradle test" skipped due to earlier failure(s) [Pipeline] } Stage "Test Linux" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] } Failed in branch Coverage [Pipeline] } Failed in branch Coverage (experimental) [Pipeline] } Failed in branch Gradle test [Pipeline] } Failed in branch Test Linux [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result ERROR: script returned exit code 2 Finished: FAILURE