Skip to content
Failed

Console Output

Pull request #610 updated
09:21:29 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 07588bf868e02482c8bbba483ccb8810016e80f4
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-09fbac4004aaa865a) in /home/ubuntu/workspace/app_PR-610
[Pipeline] {
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-610/src/github.com/docker/app
[Pipeline] {
Running on ubuntu-1804-overlay2 (i-050cbe239aa5f7aff) in /home/ubuntu/workspace/app_PR-610
[Pipeline] checkout
[Pipeline] {
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-610/src/github.com/docker/app
[Pipeline] {
using credential docker-jenkins-github-credentials
[Pipeline] checkout
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-0b90b58387e0d8549) in /home/ubuntu/workspace/app_PR-610
[Pipeline] {
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-610/src/github.com/docker/app
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] checkout
Cloning repository https://github.com/docker/app.git
 > git init /home/ubuntu/workspace/app_PR-610/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/610/head:refs/remotes/origin/PR-610
Cloning repository https://github.com/docker/app.git
 > git init /home/ubuntu/workspace/app_PR-610/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/610/head:refs/remotes/origin/PR-610
Fetching without tags
Checking out Revision 07588bf868e02482c8bbba483ccb8810016e80f4 (PR-610)
Fetching without tags
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/610/head:refs/remotes/origin/PR-610 # 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/610/head:refs/remotes/origin/PR-610
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 07588bf868e02482c8bbba483ccb8810016e80f4
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/610/head:refs/remotes/origin/PR-610 # 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/610/head:refs/remotes/origin/PR-610
Checking out Revision 07588bf868e02482c8bbba483ccb8810016e80f4 (PR-610)
using credential docker-jenkins-github-credentials
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Commit message: "Add warnings for env_file entries not copied"
First time build. Skipping changelog.
Commit message: "Add warnings for env_file entries not copied"
Cloning repository https://github.com/docker/app.git
 > git init /home/ubuntu/workspace/app_PR-610/src/github.com/docker/app # timeout=10
[Pipeline] ansiColor
[Pipeline] {
[Pipeline] sh
 > git rev-list --no-walk 232a3c801afe733cf7a2f6b5205b931883320342 # timeout=10
[Pipeline] ansiColor
[Pipeline] {
+ make -f docker.Makefile lint
Linting...
docker build -t docker-app-lint:jenkins-app-PR-610-11 -f Dockerfile.lint .
[Pipeline] sh
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 07588bf868e02482c8bbba483ccb8810016e80f4
+ make -f docker.Makefile save-invocation-image
docker build -f Dockerfile.invocation-image --build-arg=EXPERIMENTAL=off --build-arg=TAG=jenkins-app-PR-610-11 --build-arg=COMMIT=07588bf8 --build-arg=ALPINE_VERSION=3.10.1 --target=invocation -t docker/cnab-app-base:jenkins-app-PR-610-11 .
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/610/head:refs/remotes/origin/PR-610
Sending build context to Docker daemon  79.45MB

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
 ---> 6bd4293dc62b
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
 ---> 0bdf90b39703
Step 6/8 : WORKDIR /go/src/github.com/docker/app
 ---> Using cache
 ---> 7b5a03e07ea7
Step 7/8 : ENV CGO_ENABLED=0
 ---> Using cache
 ---> 076612cfea1e
Step 8/8 : COPY . .
Sending build context to Docker daemon  79.45MB

Step 1/14 : ARG ALPINE_VERSION=3.10.1
Step 2/14 : FROM dockercore/golang-cross:1.12.9@sha256:3ea9dcef4dd2c46d80445c0b22d6177817f4cfce22c523cc12a5a1091cb37705 AS build
 ---> 518d5e4626aa
Step 3/14 : RUN apt-get install -y -q --no-install-recommends     coreutils     util-linux     uuid-runtime
 ---> Using cache
 ---> 904b786404c8
Step 4/14 : WORKDIR /go/src/github.com/docker/app/
 ---> Using cache
 ---> c05ff1c1353f
Step 5/14 : COPY . .
Fetching without tags
Checking out Revision 07588bf868e02482c8bbba483ccb8810016e80f4 (PR-610)
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/610/head:refs/remotes/origin/PR-610 # 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/610/head:refs/remotes/origin/PR-610
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 07588bf868e02482c8bbba483ccb8810016e80f4
Commit message: "Add warnings for env_file entries not copied"
[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-610-11 --build-arg=COMMIT=07588bf8 --build-arg=ALPINE_VERSION=3.10.1 --target=build -t docker-app-cli:jenkins-app-PR-610-11  .
 ---> 06916ac66de9
Successfully built 06916ac66de9
Successfully tagged docker-app-lint:jenkins-app-PR-610-11
docker run --rm docker-app-lint:jenkins-app-PR-610-11 make lint
 ---> 21886d157c29
Step 6/14 : ARG EXPERIMENTAL="off"
 ---> Running in caf488e4ac46
Removing intermediate container caf488e4ac46
 ---> 8fab380513c7
Step 7/14 : ARG TAG="unknown"
 ---> Running in 0743f8801c5e
Removing intermediate container 0743f8801c5e
 ---> 8ba83d74103a
Step 8/14 : RUN make EXPERIMENTAL=${EXPERIMENTAL} BUILD_TAG=${BUILD_TAG} TAG=${TAG} bin/cnab-run
 ---> Running in 577f3502cb3f
Linting...
CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=07588bf8 -X github.com/docker/app/internal.Version=jenkins-app-PR-610-11 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-13T09:21:41Z" -o bin/cnab-run ./cmd/cnab-run
Sending build context to Docker daemon  79.45MB

Step 1/7 : 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
96465440c208: Waiting
16a3d8aca6cd: Waiting
e0ec5610455a: Waiting
96d705baf026: Waiting
39007eb46008: Waiting
4e549f0f5e64: Waiting
c0058a8c71f2: Waiting
2f8d98df0991: 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
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
4e549f0f5e64: Verifying Checksum
4e549f0f5e64: Download complete
internal/packager/init.go:136:26: error strings should not be capitalized or end with punctuation or a newline (golint)
		return nil, fmt.Errorf("Unknown entries in 'env_file' for service %s -> %v\n",
		                       ^
2f8d98df0991: Verifying Checksum
2f8d98df0991: Download complete
4ae16bd47783: Pull complete
bbab4ec87ac4: Pull complete
2ea1f7804402: Pull complete
internal/packager/init.go:170:1: cyclomatic complexity 17 of func `initFromComposeFile` is high (> 16) (gocyclo)
func initFromComposeFile(name string, composeFile string) error {
^
96465440c208: Pull complete
16a3d8aca6cd: 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
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/7 : ENV     DISABLE_WARN_OUTSIDE_CONTAINER=1
 ---> Running in c819cbf0ff60
Removing intermediate container c819cbf0ff60
 ---> 911ed5a889f5
Step 3/7 : RUN apt-get install -y -q --no-install-recommends     coreutils     util-linux     uuid-runtime
 ---> Running in 377f0cf2523d
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 (356 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 377f0cf2523d
 ---> 7224ac41800f
Step 4/7 : WORKDIR /go/src/github.com/docker/cli
 ---> Running in f065410b12ae
Removing intermediate container f065410b12ae
 ---> fd6b309837cb
Step 5/7 : RUN git clone https://github.com/docker/cli . && git checkout a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb
 ---> Running in 06bc07c94b82
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 <new-branch-name>

HEAD is now at a1b83ffd Merge pull request #1894 from thaJeztah/19.03_backport_reduce_vendoring_impact
Removing intermediate container 06bc07c94b82
 ---> 46287e25dc92
Step 6/7 : RUN make binary-osx binary-windows binary &&  cp build/docker-linux-amd64 /usr/bin/docker
 ---> Running in a7604a6523db
./scripts/build/osx
Building build/docker-darwin-amd64
Removing intermediate container 577f3502cb3f
 ---> 6d7c9f0aff57
Step 9/14 : FROM alpine:${ALPINE_VERSION} as invocation
 ---> b7b28af77ffe
Step 10/14 : RUN apk add --no-cache ca-certificates && adduser -S cnab
 ---> Running in c03ea8aa3fd5
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 c03ea8aa3fd5
 ---> 66bbdf805084
Step 11/14 : USER cnab
 ---> Running in cc184b2dfab9
Removing intermediate container cc184b2dfab9
 ---> bba573138b08
Step 12/14 : COPY --from=build /go/src/github.com/docker/app/bin/cnab-run /cnab/app/run
 ---> 7ef4be9978c8
Step 13/14 : WORKDIR /cnab/app
 ---> Running in 4adee1eb6b40
Removing intermediate container 4adee1eb6b40
 ---> ba361e65902a
Step 14/14 : CMD /cnab/app/run
 ---> Running in 1c0847f71663
Removing intermediate container 1c0847f71663
 ---> 0006f643d511
[Warning] One or more build-args [COMMIT] were not consumed
Successfully built 0006f643d511
Successfully tagged docker/cnab-app-base:jenkins-app-PR-610-11
docker save docker/cnab-app-base:jenkins-app-PR-610-11 -o _build/invocation-image.tar
[Pipeline] sh
+ make -f docker.Makefile INVOCATION_IMAGE_TAG=jenkins-app-PR-610-11-coverage OUTPUT=coverage-invocation-image.tar save-invocation-image-tag
docker tag docker/cnab-app-base:jenkins-app-PR-610-11 docker/cnab-app-base:jenkins-app-PR-610-11-coverage
docker save docker/cnab-app-base:jenkins-app-PR-610-11-coverage -o _build/coverage-invocation-image.tar
[Pipeline] sh
+ make -f docker.Makefile INVOCATION_IMAGE_TAG=jenkins-app-PR-610-11-coverage-experimental OUTPUT=coverage-experimental-invocation-image.tar save-invocation-image-tag
docker tag docker/cnab-app-base:jenkins-app-PR-610-11 docker/cnab-app-base:jenkins-app-PR-610-11-coverage-experimental
docker save docker/cnab-app-base:jenkins-app-PR-610-11-coverage-experimental -o _build/coverage-experimental-invocation-image.tar
[Pipeline] }
[Pipeline] // ansiColor
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-610/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-610/11/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-610/11/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-610/11/stashes/coverage-experimental-invocation-image.tgz
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-610/src/github.com/docker/app
[Pipeline] {
[Pipeline] sh
+ docker rmi docker/cnab-app-base:jenkins-app-PR-610-11
Untagged: docker/cnab-app-base:jenkins-app-PR-610-11
[Pipeline] sh
+ docker rmi docker/cnab-app-base:jenkins-app-PR-610-11-coverage
Untagged: docker/cnab-app-base:jenkins-app-PR-610-11-coverage
[Pipeline] sh
+ docker rmi docker/cnab-app-base:jenkins-app-PR-610-11-coverage-experimental
Untagged: docker/cnab-app-base:jenkins-app-PR-610-11-coverage-experimental
Deleted: sha256:0006f643d511f9278b32044d41bbbfbb5bfd882df7150f9df3280f7161ca9d36
Deleted: sha256:ba361e65902abc14ecc7a12bfa19ce135d06b38da2353ca0cdaad9955d794de1
Deleted: sha256:7ef4be9978c86b7372dd266e1b6d3e4e9991c52ca7313f56d500fba41451aeef
Deleted: sha256:409846fcacd28989270ef422637f93b5639dc21bac6dabaa475fbb928b46eecf
Deleted: sha256:bba573138b0808533cc498c6b0c34fa47d83e586f5a9cdfeeae5273f5cb58987
Deleted: sha256:66bbdf805084769356a846173f3c6c8676c9a696dc1a51587a322207fedc117c
Deleted: sha256:ad0321babcf813ba5cbaaa9e9594f5c2a54f8e1682289533d48d2da4c2b6d080
[Pipeline] }
[Pipeline] // dir
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
./scripts/build/windows
Generating windows resources
Building build/docker-windows-amd64
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 a7604a6523db
 ---> f90797806ddf
Step 7/7 : WORKDIR /go/src/github.com/docker/app/
 ---> Running in 8f7125ff0508
Removing intermediate container 8f7125ff0508
 ---> e90dd10f7e24
[Warning] One or more build-args [TAG ALPINE_VERSION COMMIT EXPERIMENTAL] were not consumed
Successfully built e90dd10f7e24
Successfully tagged docker-app-cli:jenkins-app-PR-610-11
docker create --name docker-app-cli-jenkins-app-PR-610-11 docker-app-cli:jenkins-app-PR-610-11 noop
31f63214291b793752c82402f9899896e68dc46057ba7f39dd64a18460114574
docker cp docker-app-cli-jenkins-app-PR-610-11:/go/src/github.com/docker/cli/build/docker-linux-amd64 bin/docker-linux
docker cp docker-app-cli-jenkins-app-PR-610-11:/go/src/github.com/docker/cli/build/docker-darwin-amd64 bin/docker-darwin
docker cp docker-app-cli-jenkins-app-PR-610-11:/go/src/github.com/docker/cli/build/docker-windows-amd64 bin/docker-windows.exe
docker rm docker-app-cli-jenkins-app-PR-610-11
docker-app-cli-jenkins-app-PR-610-11
docker build --build-arg=EXPERIMENTAL=off --build-arg=TAG=jenkins-app-PR-610-11 --build-arg=COMMIT=07588bf8 --build-arg=ALPINE_VERSION=3.10.1 --target=cross -t docker-app-cross:jenkins-app-PR-610-11  .
Sending build context to Docker daemon  79.45MB

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
 ---> 911ed5a889f5
Step 3/20 : RUN apt-get install -y -q --no-install-recommends     coreutils     util-linux     uuid-runtime
 ---> Using cache
 ---> 7224ac41800f
Step 4/20 : WORKDIR /go/src/github.com/docker/cli
 ---> Using cache
 ---> fd6b309837cb
Step 5/20 : RUN git clone https://github.com/docker/cli . && git checkout a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb
 ---> Using cache
 ---> 46287e25dc92
Step 6/20 : RUN make binary-osx binary-windows binary &&  cp build/docker-linux-amd64 /usr/bin/docker
 ---> Using cache
 ---> f90797806ddf
Step 7/20 : WORKDIR /go/src/github.com/docker/app/
 ---> Using cache
 ---> e90dd10f7e24
Step 8/20 : FROM build AS dev
 ---> e90dd10f7e24
Step 9/20 : ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/
 ---> Running in 8b4f3277b713
Removing intermediate container 8b4f3277b713
 ---> 54dbac2acc37
Step 10/20 : ARG DEP_VERSION=v0.5.1
 ---> Running in 78d431b80fbf
Removing intermediate container 78d431b80fbf
 ---> 76d5729924e6
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 95bc3f3e8567
  % 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   6505      0 --:--:-- --:--:-- --:--:--  6505

100 10.5M  100 10.5M    0     0  50.1M      0 --:--:-- --:--:-- --:--:-- 50.1M
Removing intermediate container 95bc3f3e8567
 ---> ad9270dcfde8
Step 12/20 : ARG GOTESTSUM_VERSION=v0.3.4
 ---> Running in 63185186ebba
Removing intermediate container 63185186ebba
 ---> 33b0b307364e
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 74a47ed64148
go: finding github.com/onsi/gomega v1.4.3
go: finding github.com/jonboulle/clockwork v0.1.0
go: finding github.com/google/go-cmp v0.2.0
go: finding github.com/mattn/go-isatty v0.0.3
go: finding github.com/stretchr/testify v1.3.0
go: finding github.com/sirupsen/logrus v1.0.5
go: finding github.com/fatih/color v1.6.0
go: finding github.com/mattn/go-colorable v0.0.9
go: finding github.com/pkg/errors v0.8.0
go: finding github.com/onsi/ginkgo v1.8.0
go: finding github.com/hpcloud/tail v1.0.0
go: finding github.com/golang/protobuf v1.2.0
go: finding github.com/spf13/pflag v1.0.1
go: finding gotest.tools v2.1.0+incompatible
go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
go: finding github.com/davecgh/go-spew v1.1.0
go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2
go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
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/sync v0.0.0-20180314180146-1d60e4601c6f
go: finding github.com/pmezard/go-difflib v1.0.0
go: finding github.com/fsnotify/fsnotify v1.4.7
go: finding github.com/onsi/ginkgo v1.6.0
go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
go: finding gopkg.in/yaml.v2 v2.2.1
go: finding gopkg.in/fsnotify.v1 v1.4.7
go: finding github.com/stretchr/objx v0.1.0
go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9
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/pkg/errors v0.8.0
go: downloading github.com/jonboulle/clockwork v0.1.0
go: downloading github.com/fatih/color v1.6.0
go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
go: downloading github.com/spf13/pflag v1.0.1
go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
go: extracting github.com/jonboulle/clockwork v0.1.0
go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
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: 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-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 74a47ed64148
 ---> c37953c955c5
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 4990f2ad05cc
Removing intermediate container 4990f2ad05cc
 ---> 683ddf83655f
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 0674f9677591
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 0674f9677591
 ---> c46025ef600e
Step 16/20 : COPY . .
 ---> 08840c29132f
Step 17/20 : FROM dev AS cross
 ---> 08840c29132f
Step 18/20 : ARG EXPERIMENTAL="off"
 ---> Running in a1b3ba933604
Removing intermediate container a1b3ba933604
 ---> b841b0a2963c
Step 19/20 : ARG TAG="unknown"
 ---> Running in 689abdb87e40
Removing intermediate container 689abdb87e40
 ---> 00ff1b85c538
Step 20/20 : RUN make EXPERIMENTAL=${EXPERIMENTAL} TAG=${TAG} cross
 ---> Running in bafa84028148
GOOS=linux CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=07588bf8 -X github.com/docker/app/internal.Version=jenkins-app-PR-610-11 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-13T09:27:11Z" -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=07588bf8 -X github.com/docker/app/internal.Version=jenkins-app-PR-610-11 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-13T09:27:11Z" -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=07588bf8 -X github.com/docker/app/internal.Version=jenkins-app-PR-610-11 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-13T09:27:11Z" -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=07588bf8 -X github.com/docker/app/internal.Version=jenkins-app-PR-610-11 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-13T09:27:11Z" -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=07588bf8 -X github.com/docker/app/internal.Version=jenkins-app-PR-610-11 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-13T09:27:11Z" -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=07588bf8 -X github.com/docker/app/internal.Version=jenkins-app-PR-610-11 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-13T09:27:11Z" -o bin/docker-app-standalone-windows.exe ./cmd/docker-app-standalone
Removing intermediate container bafa84028148
 ---> 90809eeb1599
[Warning] One or more build-args [ALPINE_VERSION COMMIT] were not consumed
Successfully built 90809eeb1599
Successfully tagged docker-app-cross:jenkins-app-PR-610-11
docker create --name docker-app-cross-jenkins-app-PR-610-11 docker-app-cross:jenkins-app-PR-610-11 noop
a740108e2f61b3b86cdb576932265a30894d364c4370b23da2d035e4a94867c5
docker cp docker-app-cross-jenkins-app-PR-610-11:/go/src/github.com/docker/app/bin/docker-app-linux bin/docker-app-linux
docker cp docker-app-cross-jenkins-app-PR-610-11:/go/src/github.com/docker/app/bin/docker-app-darwin bin/docker-app-darwin
docker cp docker-app-cross-jenkins-app-PR-610-11:/go/src/github.com/docker/app/bin/docker-app-windows.exe bin/docker-app-windows.exe
docker cp docker-app-cross-jenkins-app-PR-610-11:/go/src/github.com/docker/app/bin/docker-app-standalone-linux bin/docker-app-standalone-linux
docker cp docker-app-cross-jenkins-app-PR-610-11:/go/src/github.com/docker/app/bin/docker-app-standalone-darwin bin/docker-app-standalone-darwin
docker cp docker-app-cross-jenkins-app-PR-610-11:/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-610-11
docker-app-cross-jenkins-app-PR-610-11
docker build --build-arg=EXPERIMENTAL=off --build-arg=TAG=jenkins-app-PR-610-11 --build-arg=COMMIT=07588bf8 --build-arg=ALPINE_VERSION=3.10.1 --target=e2e-cross -t docker-app-e2e-cross:jenkins-app-PR-610-11  .
Sending build context to Docker daemon  79.45MB

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
 ---> 911ed5a889f5
Step 3/24 : RUN apt-get install -y -q --no-install-recommends     coreutils     util-linux     uuid-runtime
 ---> Using cache
 ---> 7224ac41800f
Step 4/24 : WORKDIR /go/src/github.com/docker/cli
 ---> Using cache
 ---> fd6b309837cb
Step 5/24 : RUN git clone https://github.com/docker/cli . && git checkout a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb
 ---> Using cache
 ---> 46287e25dc92
Step 6/24 : RUN make binary-osx binary-windows binary &&  cp build/docker-linux-amd64 /usr/bin/docker
 ---> Using cache
 ---> f90797806ddf
Step 7/24 : WORKDIR /go/src/github.com/docker/app/
 ---> Using cache
 ---> e90dd10f7e24
Step 8/24 : FROM build AS dev
 ---> e90dd10f7e24
Step 9/24 : ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/
 ---> Using cache
 ---> 54dbac2acc37
Step 10/24 : ARG DEP_VERSION=v0.5.1
 ---> Using cache
 ---> 76d5729924e6
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
 ---> ad9270dcfde8
Step 12/24 : ARG GOTESTSUM_VERSION=v0.3.4
 ---> Using cache
 ---> 33b0b307364e
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
 ---> c37953c955c5
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
 ---> 683ddf83655f
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
 ---> c46025ef600e
Step 16/24 : COPY . .
 ---> Using cache
 ---> 08840c29132f
Step 17/24 : FROM dev AS cross
 ---> 08840c29132f
Step 18/24 : ARG EXPERIMENTAL="off"
 ---> Using cache
 ---> b841b0a2963c
Step 19/24 : ARG TAG="unknown"
 ---> Using cache
 ---> 00ff1b85c538
Step 20/24 : RUN make EXPERIMENTAL=${EXPERIMENTAL} TAG=${TAG} cross
 ---> Using cache
 ---> 90809eeb1599
Step 21/24 : FROM cross AS e2e-cross
 ---> 90809eeb1599
Step 22/24 : ARG EXPERIMENTAL="off"
 ---> Running in 56bd70b231e4
Removing intermediate container 56bd70b231e4
 ---> 1614c4d3f8da
Step 23/24 : ARG TAG="unknown"
 ---> Running in 999d1f16b719
Removing intermediate container 999d1f16b719
 ---> 0a1ac5dbacb8
Step 24/24 : RUN make EXPERIMENTAL=${EXPERIMENTAL} TAG=${TAG} e2e-cross
 ---> Running in 8d4d3dabb040
GOOS=linux CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=07588bf8 -X github.com/docker/app/internal.Version=jenkins-app-PR-610-11 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-13T09:29:56Z" -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=07588bf8 -X github.com/docker/app/internal.Version=jenkins-app-PR-610-11 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-13T09:29:56Z" -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=07588bf8 -X github.com/docker/app/internal.Version=jenkins-app-PR-610-11 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-13T09:29:56Z" -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=07588bf8 -X github.com/docker/app/internal.Version=jenkins-app-PR-610-11 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-13T09:29:56Z" -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=07588bf8 -X github.com/docker/app/internal.Version=jenkins-app-PR-610-11 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-13T09:29:56Z" -c -o bin/docker-app-e2e-windows.exe ./e2e/
Removing intermediate container 8d4d3dabb040
 ---> 3eff1d313576
[Warning] One or more build-args [ALPINE_VERSION COMMIT] were not consumed
Successfully built 3eff1d313576
Successfully tagged docker-app-e2e-cross:jenkins-app-PR-610-11
docker create --name docker-app-e2e-cross-jenkins-app-PR-610-11 docker-app-e2e-cross:jenkins-app-PR-610-11 noop
1ea29fbe7372284785a3549d890482f8757028e94ebb4740c796c193837068c6
docker cp docker-app-e2e-cross-jenkins-app-PR-610-11:/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-610-11:/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-610-11:/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-610-11:/usr/local/bin/gotestsum-linux bin/gotestsum-linux
docker cp docker-app-e2e-cross-jenkins-app-PR-610-11:/usr/local/bin/gotestsum-darwin bin/gotestsum-darwin
docker cp docker-app-e2e-cross-jenkins-app-PR-610-11:/usr/local/bin/gotestsum-windows.exe bin/gotestsum-windows.exe
docker cp docker-app-e2e-cross-jenkins-app-PR-610-11:/usr/local/bin/test2json-linux bin/test2json-linux
docker cp docker-app-e2e-cross-jenkins-app-PR-610-11:/usr/local/bin/test2json-darwin bin/test2json-darwin
docker cp docker-app-e2e-cross-jenkins-app-PR-610-11:/usr/local/bin/test2json-windows.exe bin/test2json-windows.exe
docker rm docker-app-e2e-cross-jenkins-app-PR-610-11
docker-app-e2e-cross-jenkins-app-PR-610-11
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-610/src/github.com/docker/app/bin
[Pipeline] {
[Pipeline] stash
Stashed 24 file(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-610/11/stashes/binaries.tgz
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-610/src/github.com/docker/app/e2e
[Pipeline] {
[Pipeline] stash
Stashed 67 file(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-610/11/stashes/e2e.tgz
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-610/src/github.com/docker/app/examples
[Pipeline] {
[Pipeline] stash
Stashed 25 file(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-610/11/stashes/examples.tgz
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ xargs docker image rm -f
+ docker image ls --format={{.Repository}}:{{.Tag}} *jenkins-app-PR-610-11*
Untagged: docker-app-e2e-cross:jenkins-app-PR-610-11
Deleted: sha256:3eff1d3135761e7f676f80f84dc7b13eb35453ea296a532734beef265243cda2
Deleted: sha256:132577ef3936d5fad239197f37ce9359ddcaf2ed6f1901010af68a29996f76e2
Deleted: sha256:0a1ac5dbacb8c2c34487294b4c6d9ba1e91c1ab4b29b0edff041ef27a54b5bf3
Deleted: sha256:1614c4d3f8da43bdda3c2c58e295bc21c159eadaacf81a80793a95042dda5ea1
Untagged: docker-app-cross:jenkins-app-PR-610-11
Deleted: sha256:90809eeb1599689566c164e8b55bddb2a97b230a556229fcaa161773390bf8a5
Deleted: sha256:e9bfeffd958b170aed7d87139d890f31b1e790ce2d107c63dc10805aa8e628e6
Deleted: sha256:00ff1b85c53869acbb7d0120604bc4743df4adddd23e74b380f931552f898738
Deleted: sha256:b841b0a2963c759de6e903495a42968112fec0ebe81d7679fd34c3c0d365c5f8
Deleted: sha256:08840c29132fe3b65c84467314f2d26f63891f64539a67820983a37112c1ee26
Deleted: sha256:74b413d7ca2b70174d5c870877566fe31dfe93521efc0dc8b03bfc0206959f3b
Deleted: sha256:c46025ef600e92f933032c227e3fef3e665778240b2831595dc8663f9b570f72
Deleted: sha256:6333d204e3c19a1d46fc823dadbbe46b16fb4b81bc844f09aa0f6af1abcdb873
Deleted: sha256:683ddf83655fd01debc143eabbd10fd70cde1ea1ad3466037717bc2bce091864
Deleted: sha256:710abeba50631852a5c3b0a3170adee9ec91c4539dc2d1ebd45205091386c3ca
Deleted: sha256:c37953c955c58c8e273754292e3f3d294bb9e732a65c1c5991df81deaca8c81e
Deleted: sha256:085ae161fb38909a52b2c234d5a0a719c1084380376b0bd49f94c758c53e390f
Deleted: sha256:33b0b307364e8f8baae783e5d5e0be98b2f20a7c11fc30679ef41cb61fdc5384
Deleted: sha256:ad9270dcfde8f3fcbdafc5e7d012173e5cbfafdfaddda067e4e4edd19d2a0298
Deleted: sha256:30858d3440ca9b2a3eff15e33e5354d304102e00e2ed6f8c9b6a57004afd859b
Deleted: sha256:76d5729924e6240d5a8d0854b1dabd20657dc0f0a6f31608f742f8c91325f69f
Deleted: sha256:54dbac2acc376cfb959eb6fd6ea3585ef319289229810a17e6f4305c15fb3ab9
Untagged: docker-app-cli:jenkins-app-PR-610-11
Deleted: sha256:e90dd10f7e24c1d1c9f8c2f5f32537e982fe355a5764f970b9fc1fa77edebea3
Deleted: sha256:f41dfc82f06ab277799c362227c00495ea16cf583c9eb2aa47e1a51a9806d121
Deleted: sha256:f90797806ddf2108d8f6777e80e6937086fe16ea8a2a046f05d4ac974a833160
Deleted: sha256:34c9a17684dc6e425b4dba72d37540d612afaef6c661d4c2a4f8afb9838b8925
Deleted: sha256:46287e25dc921a28f6ae0b70d9ec2f9e7e0ba3a8fc2529784a4727414e0036b6
Deleted: sha256:89f06f711c0a994b7dca49f935f8d70e099413de4b0dcbebb5602db02ea303b2
Deleted: sha256:fd6b309837cbfc8bfc62ad7ad3a530077e40ab97d2a024e41b8c50eacfa6555d
Deleted: sha256:6482a66d258af23c8ab017d6c6573303b228560d2e2ce6570debbf587ad5264f
Deleted: sha256:7224ac41800f8be989c64d664c093d1dbd1192ee388c805458bc082d38fb7f51
Deleted: sha256:7df29fdf10bac90172a3c0d65ba48f7aa4c25383a7e4225d452f95542ac98dbe
Deleted: sha256:911ed5a889f5b4030d0a2e71e00652086f0894ebe455c2620bed7a45c0cca590
[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