Skip to content
Failed

Console Output

Pull request #721 updated
08:00:35 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from db2229966ef9479ab57c31bb9b364de7ef121204
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-016e8b989218786f4) in /home/ubuntu/workspace/app_PR-721
[Pipeline] {
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-721/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-721/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/721/head:refs/remotes/origin/PR-721
Fetching without tags
Checking out Revision db2229966ef9479ab57c31bb9b364de7ef121204 (PR-721)
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/721/head:refs/remotes/origin/PR-721 # 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/721/head:refs/remotes/origin/PR-721
 > git config core.sparsecheckout # timeout=10
 > git checkout -f db2229966ef9479ab57c31bb9b364de7ef121204
Commit message: "Add inspect command to display info of running application only"
First time build. Skipping changelog.
[Pipeline] ansiColor
[Pipeline] {
[Pipeline] sh
 > git rev-list --no-walk d5aa3ee138bc4e02995626b09dde706f01565203 # timeout=10
+ make -f docker.Makefile lint
Linting...
docker build -t docker-app-lint:jenkins-app-PR-721-3 -f Dockerfile.lint .
Sending build context to Docker daemon  76.21MB

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
 ---> b15806d97691
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
 ---> eeda761f86dc
Step 6/8 : WORKDIR /go/src/github.com/docker/app
 ---> Using cache
 ---> e2c5cbef97e3
Step 7/8 : ENV CGO_ENABLED=0
 ---> Using cache
 ---> 88ece947062c
Step 8/8 : COPY . .
 ---> dd34aa75e53a
Successfully built dd34aa75e53a
Successfully tagged docker-app-lint:jenkins-app-PR-721-3
docker run --rm docker-app-lint:jenkins-app-PR-721-3 make lint
Linting...
Still waiting to schedule task
Waiting for next available executor on ‘ubuntu-1804&&x86_64&&overlay2’
Still waiting to schedule task
Waiting for next available executor on ‘ubuntu-1804&&x86_64&&overlay2’
internal/inspect/inspect.go:78:6: func name will be used as inspect.InspectImage by other packages, and that stutters; consider calling this Image (golint)
func InspectImage(out io.Writer, app *types.App, argParameters map[string]string, imageMap map[string]bundle.Image) error {
     ^
internal/commands/inspect.go:47:9: nilness: impossible condition: nil != nil (govet)
	if err != nil {
	       ^
make: *** [Makefile:71: lint] Error 1
docker.Makefile:110: recipe for target 'lint' failed
make: *** [lint] Error 2
[Pipeline] }
[Pipeline] // ansiColor
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Running on ubuntu-1804-overlay2 (i-016e8b989218786f4) in /home/ubuntu/workspace/app_PR-721
[Pipeline] // stage
[Pipeline] {
[Pipeline] }
Failed in branch Validate
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-721/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
Cloning repository https://github.com/docker/app.git
 > git init /home/ubuntu/workspace/app_PR-721/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/721/head:refs/remotes/origin/PR-721
Fetching without tags
Checking out Revision db2229966ef9479ab57c31bb9b364de7ef121204 (PR-721)
Commit message: "Add inspect command to display info of running application only"
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/721/head:refs/remotes/origin/PR-721 # 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/721/head:refs/remotes/origin/PR-721
 > git config core.sparsecheckout # timeout=10
 > git checkout -f db2229966ef9479ab57c31bb9b364de7ef121204
[Pipeline] ansiColor
[Pipeline] {
[Pipeline] sh
+ make -f docker.Makefile cli-cross cross e2e-cross tars
docker build --build-arg TAG=jenkins-app-PR-721-3 --build-arg COMMIT=db222996 --build-arg ALPINE_VERSION=3.10.1 --build-arg GOPROXY=direct --target=build -t docker-app-cli:jenkins-app-PR-721-3 .
Sending build context to Docker daemon  76.21MB

Step 1/8 : 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
96465440c208: Verifying Checksum
96465440c208: Download complete
16a3d8aca6cd: Verifying Checksum
16a3d8aca6cd: Download complete
96d705baf026: Verifying Checksum
96d705baf026: Download complete
4ae16bd47783: Verifying Checksum
4ae16bd47783: 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
2f8d98df0991: Verifying Checksum
2f8d98df0991: Download complete
4ae16bd47783: Pull complete
bbab4ec87ac4: Pull complete
2ea1f7804402: Pull complete
96465440c208: Pull complete
16a3d8aca6cd: Pull complete
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/8 : ENV     DISABLE_WARN_OUTSIDE_CONTAINER=1
Running on ubuntu-1804-overlay2 (i-028547e8171403c0f) in /home/ubuntu/workspace/app_PR-721
[Pipeline] {
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-721/src/github.com/docker/app
[Pipeline] {
[Pipeline] checkout
 ---> Running in 66bf1db6dd41
Removing intermediate container 66bf1db6dd41
 ---> 57aec3d321f1
Step 3/8 : RUN apt-get install -y -q --no-install-recommends   coreutils   util-linux   uuid-runtime
 ---> Running in 0cb75532b1ec
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 (370 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 0cb75532b1ec
 ---> 5683571c4432
Step 4/8 : WORKDIR /go/src/github.com/docker/cli
 ---> Running in 9b5a8abdd4fb
Removing intermediate container 9b5a8abdd4fb
 ---> 892f76654f2a
Step 5/8 : RUN git clone https://github.com/docker/cli . && git checkout a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb
 ---> Running in a32be7994f2e
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
Cloning into '.'...
 > git init /home/ubuntu/workspace/app_PR-721/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/721/head:refs/remotes/origin/PR-721
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
Fetching without tags
Checking out Revision db2229966ef9479ab57c31bb9b364de7ef121204 (PR-721)
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/721/head:refs/remotes/origin/PR-721 # 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/721/head:refs/remotes/origin/PR-721
 > git config core.sparsecheckout # timeout=10
 > git checkout -f db2229966ef9479ab57c31bb9b364de7ef121204
Removing intermediate container a32be7994f2e
 ---> f173b80b923c
Step 6/8 : ARG GOPROXY
 ---> Running in 01f7cfb2e2f0
Removing intermediate container 01f7cfb2e2f0
 ---> 01124dc2d39e
Step 7/8 : RUN make binary-osx binary-windows binary &&   cp build/docker-linux-amd64 /usr/bin/docker
 ---> Running in 16c7c358c453
./scripts/build/osx
Building build/docker-darwin-amd64
Commit message: "Add inspect command to display info of running application only"
[Pipeline] ansiColor
[Pipeline] {
[Pipeline] sh
+ make -f docker.Makefile save-invocation-image
docker build -f Dockerfile.invocation-image --build-arg TAG=jenkins-app-PR-721-3 --build-arg COMMIT=db222996 --build-arg ALPINE_VERSION=3.10.1 --build-arg GOPROXY=direct --target=invocation -t docker/cnab-app-base:jenkins-app-PR-721-3 .
Sending build context to Docker daemon  76.21MB

Step 1/13 : ARG ALPINE_VERSION=3.10.1
Step 2/13 : 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
a2a2197e145e: Waiting
36ac8c11a11f: Waiting
ecd7d9a67e26: Waiting
ea67eaa7dd42: 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/13 : RUN apt-get update -qq && apt-get install -y -q --no-install-recommends   coreutils   util-linux   uuid-runtime
 ---> Running in d18379a40abc
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 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 (363 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 d18379a40abc
 ---> 55420f6caad1
Step 4/13 : WORKDIR /go/src/github.com/docker/app/
 ---> Running in 84294c546839
Removing intermediate container 84294c546839
 ---> 01feee022fce
Step 5/13 : COPY . .
 ---> 3fde65aaa918
Step 6/13 : ARG TAG="unknown"
 ---> Running in 4cd89b60d362
Removing intermediate container 4cd89b60d362
 ---> 473e8958cf55
Step 7/13 : RUN make BUILD_TAG=${BUILD_TAG} TAG=${TAG} bin/cnab-run
 ---> Running in 6984749a6b5b
CGO_ENABLED=0 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=db222996 -X github.com/docker/app/internal.Version=jenkins-app-PR-721-3 -X github.com/docker/app/internal.BuildTime=2019-10-30T08:03:05Z" -o bin/cnab-run ./cmd/cnab-run
./scripts/build/windows
Generating windows resources
Building build/docker-windows-amd64
Removing intermediate container 6984749a6b5b
 ---> cdf8d96be7ef
Step 8/13 : 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 9/13 : RUN apk add --no-cache ca-certificates && adduser -S cnab
 ---> Running in 29dc81c4e7b0
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 29dc81c4e7b0
 ---> e2ec8891182f
Step 10/13 : USER cnab
 ---> Running in 55874c5116eb
Removing intermediate container 55874c5116eb
 ---> 1ce2bca292f9
Step 11/13 : COPY --from=build /go/src/github.com/docker/app/bin/cnab-run /cnab/app/run
 ---> a1b9ecfb8e42
Step 12/13 : WORKDIR /cnab/app
 ---> Running in e2b5a0933a97
Removing intermediate container e2b5a0933a97
 ---> 07ba6643b1f5
Step 13/13 : CMD /cnab/app/run
 ---> Running in 223f30ae78bb
Removing intermediate container 223f30ae78bb
 ---> 01cf047d8442
[Warning] One or more build-args [COMMIT GOPROXY] were not consumed
Successfully built 01cf047d8442
Successfully tagged docker/cnab-app-base:jenkins-app-PR-721-3
docker save docker/cnab-app-base:jenkins-app-PR-721-3 -o _build/invocation-image.tar
[Pipeline] sh
+ make -f docker.Makefile INVOCATION_IMAGE_TAG=jenkins-app-PR-721-3-coverage OUTPUT=coverage-invocation-image.tar save-invocation-image-tag
docker tag docker/cnab-app-base:jenkins-app-PR-721-3 docker/cnab-app-base:jenkins-app-PR-721-3-coverage
docker save docker/cnab-app-base:jenkins-app-PR-721-3-coverage -o _build/coverage-invocation-image.tar
[Pipeline] }
[Pipeline] // ansiColor
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-721/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-721/3/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-721/3/stashes/coverage-invocation-image.tgz
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-721/src/github.com/docker/app
[Pipeline] {
[Pipeline] sh
+ docker rmi docker/cnab-app-base:jenkins-app-PR-721-3
Untagged: docker/cnab-app-base:jenkins-app-PR-721-3
[Pipeline] sh
+ docker rmi docker/cnab-app-base:jenkins-app-PR-721-3-coverage
Untagged: docker/cnab-app-base:jenkins-app-PR-721-3-coverage
Deleted: sha256:01cf047d84429a72d7d072711295ba540a584f1507aeecede81eee4553f4270e
Deleted: sha256:07ba6643b1f5372d26b05a9dbbfb2f92a2a14ed117c2930e8edf1e906d249a0b
Deleted: sha256:a1b9ecfb8e42e3cf7da95adf7605ca56acd4c0f7b32521f8b56b5e2341ac8695
Deleted: sha256:545808d3a65132696300f8115eb5b1d54ffd6aa3abffa7e1df4842d8042502b9
Deleted: sha256:1ce2bca292f9743b403bcee75f934ddad96f6747e8953b9d1626f3c2f4cf5b4f
Deleted: sha256:e2ec8891182f5611de38ef427b3df44937fd8172d2c8b1d1ae0fa56d444df35d
Deleted: sha256:f89f9efba0a43da56007758cd04c3944c251b7813c884a2af1114aca40c450f4
[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 16c7c358c453
 ---> 5fc560211669
Step 8/8 : WORKDIR /go/src/github.com/docker/app/
 ---> Running in c002a777cb92
Removing intermediate container c002a777cb92
 ---> b3ffceef1588
[Warning] One or more build-args [TAG ALPINE_VERSION COMMIT] were not consumed
Successfully built b3ffceef1588
Successfully tagged docker-app-cli:jenkins-app-PR-721-3
docker create --name docker-app-cli-jenkins-app-PR-721-3 docker-app-cli:jenkins-app-PR-721-3 noop
a8c3363e514e29e5d18d5eafccfcd4fd49037319a84b277cf3928c11383479a7
docker cp docker-app-cli-jenkins-app-PR-721-3:/go/src/github.com/docker/cli/build/docker-linux-amd64 bin/docker-linux
docker cp docker-app-cli-jenkins-app-PR-721-3:/go/src/github.com/docker/cli/build/docker-darwin-amd64 bin/docker-darwin
docker cp docker-app-cli-jenkins-app-PR-721-3:/go/src/github.com/docker/cli/build/docker-windows-amd64 bin/docker-windows.exe
docker rm docker-app-cli-jenkins-app-PR-721-3
docker-app-cli-jenkins-app-PR-721-3
docker build --build-arg TAG=jenkins-app-PR-721-3 --build-arg COMMIT=db222996 --build-arg ALPINE_VERSION=3.10.1 --build-arg GOPROXY=direct --target=cross -t docker-app-cross:jenkins-app-PR-721-3 .
Sending build context to Docker daemon  76.21MB

Step 1/21 : FROM dockercore/golang-cross:1.12.9@sha256:3ea9dcef4dd2c46d80445c0b22d6177817f4cfce22c523cc12a5a1091cb37705 AS build
 ---> 518d5e4626aa
Step 2/21 : ENV     DISABLE_WARN_OUTSIDE_CONTAINER=1
 ---> Using cache
 ---> 57aec3d321f1
Step 3/21 : RUN apt-get install -y -q --no-install-recommends   coreutils   util-linux   uuid-runtime
 ---> Using cache
 ---> 5683571c4432
Step 4/21 : WORKDIR /go/src/github.com/docker/cli
 ---> Using cache
 ---> 892f76654f2a
Step 5/21 : RUN git clone https://github.com/docker/cli . && git checkout a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb
 ---> Using cache
 ---> f173b80b923c
Step 6/21 : ARG GOPROXY
 ---> Using cache
 ---> 01124dc2d39e
Step 7/21 : RUN make binary-osx binary-windows binary &&   cp build/docker-linux-amd64 /usr/bin/docker
 ---> Using cache
 ---> 5fc560211669
Step 8/21 : WORKDIR /go/src/github.com/docker/app/
 ---> Using cache
 ---> b3ffceef1588
Step 9/21 : FROM build AS dev
 ---> b3ffceef1588
Step 10/21 : ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/
 ---> Running in ea83395c4bdb
Removing intermediate container ea83395c4bdb
 ---> f3972a53a363
Step 11/21 : ARG DEP_VERSION=v0.5.4
 ---> Running in 15d697ec1037
Removing intermediate container 15d697ec1037
 ---> 7661ad9d01ec
Step 12/21 : 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 1b3056f2ff06
  % 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   5084      0 --:--:-- --:--:-- --:--:--  5084

100 10.5M  100 10.5M    0     0  44.7M      0 --:--:-- --:--:-- --:--:-- 44.7M
Removing intermediate container 1b3056f2ff06
 ---> 826edc3290bc
Step 13/21 : ARG GOTESTSUM_VERSION=v0.3.4
 ---> Running in d8dcf91e18f0
Removing intermediate container d8dcf91e18f0
 ---> ee2b8051002d
Step 14/21 : ARG GOPROXY
 ---> Running in ec4cea3a1b56
Removing intermediate container ec4cea3a1b56
 ---> f8a3ffaf0eef
Step 15/21 : 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 0a9866ae6170
go: finding github.com/pkg/errors v0.8.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/spf13/pflag v1.0.1
go: finding github.com/stretchr/testify v1.3.0
go: finding github.com/jonboulle/clockwork v0.1.0
go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
go: finding gotest.tools v2.1.0+incompatible
go: finding github.com/onsi/gomega v1.4.3
go: finding github.com/onsi/ginkgo v1.8.0
go: finding github.com/mattn/go-colorable v0.0.9
go: finding github.com/fatih/color v1.6.0
go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
go: finding github.com/davecgh/go-spew v1.1.0
go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9
go: finding github.com/golang/protobuf v1.2.0
go: finding github.com/pmezard/go-difflib v1.0.0
go: finding github.com/hpcloud/tail v1.0.0
go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2
go: finding golang.org/x/net v0.0.0-20180906233101-161cd47e91fd
go: finding github.com/fsnotify/fsnotify v1.4.7
go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
go: finding gopkg.in/fsnotify.v1 v1.4.7
go: finding golang.org/x/text v0.3.0
go: finding gopkg.in/yaml.v2 v2.2.1
go: finding github.com/onsi/ginkgo v1.6.0
go: finding github.com/stretchr/objx v0.1.0
go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
go: finding github.com/sirupsen/logrus v1.0.5
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/spf13/pflag v1.0.1
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/jonboulle/clockwork v0.1.0
go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
go: extracting github.com/pkg/errors v0.8.0
go: extracting github.com/jonboulle/clockwork v0.1.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/net v0.0.0-20181102091132-c10e9556a7bc
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/sys v0.0.0-20180909124046-d0be0721c37e
go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
Removing intermediate container 0a9866ae6170
 ---> d56196c56c7b
Step 16/21 : 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 9ac141886eff
Removing intermediate container 9ac141886eff
 ---> 8df23dc6688b
Step 17/21 : 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 066dac0a22e7
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/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 066dac0a22e7
 ---> 85e03c9c02be
Step 18/21 : COPY . .
 ---> a4611bd7bd83
Step 19/21 : FROM dev AS cross
 ---> a4611bd7bd83
Step 20/21 : ARG TAG="unknown"
 ---> Running in e3bd52904567
Removing intermediate container e3bd52904567
 ---> b8688da4ef4f
Step 21/21 : RUN make TAG=${TAG} cross
 ---> Running in 5aebdae49dad
GOOS=linux CGO_ENABLED=0 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=db222996 -X github.com/docker/app/internal.Version=jenkins-app-PR-721-3 -X github.com/docker/app/internal.BuildTime=2019-10-30T08:07: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=db222996 -X github.com/docker/app/internal.Version=jenkins-app-PR-721-3 -X github.com/docker/app/internal.BuildTime=2019-10-30T08:07: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=db222996 -X github.com/docker/app/internal.Version=jenkins-app-PR-721-3 -X github.com/docker/app/internal.BuildTime=2019-10-30T08:07:11Z" -o bin/docker-app-windows.exe ./cmd/docker-app
Removing intermediate container 5aebdae49dad
 ---> d486f34cb149
[Warning] One or more build-args [ALPINE_VERSION COMMIT] were not consumed
Successfully built d486f34cb149
Successfully tagged docker-app-cross:jenkins-app-PR-721-3
docker create --name docker-app-cross-jenkins-app-PR-721-3 docker-app-cross:jenkins-app-PR-721-3 noop
4bf7be65c0de3b3fd6f7d6297c02e47ac66010f12acd32037ef1c16693024e0b
docker cp docker-app-cross-jenkins-app-PR-721-3:/go/src/github.com/docker/app/bin/docker-app-linux bin/docker-app-linux
docker cp docker-app-cross-jenkins-app-PR-721-3:/go/src/github.com/docker/app/bin/docker-app-darwin bin/docker-app-darwin
docker cp docker-app-cross-jenkins-app-PR-721-3:/go/src/github.com/docker/app/bin/docker-app-windows.exe bin/docker-app-windows.exe
docker rm docker-app-cross-jenkins-app-PR-721-3
docker-app-cross-jenkins-app-PR-721-3
docker build --build-arg TAG=jenkins-app-PR-721-3 --build-arg COMMIT=db222996 --build-arg ALPINE_VERSION=3.10.1 --build-arg GOPROXY=direct --target=e2e-cross -t docker-app-e2e-cross:jenkins-app-PR-721-3  .
Sending build context to Docker daemon  76.21MB

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
 ---> 57aec3d321f1
Step 3/24 : RUN apt-get install -y -q --no-install-recommends   coreutils   util-linux   uuid-runtime
 ---> Using cache
 ---> 5683571c4432
Step 4/24 : WORKDIR /go/src/github.com/docker/cli
 ---> Using cache
 ---> 892f76654f2a
Step 5/24 : RUN git clone https://github.com/docker/cli . && git checkout a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb
 ---> Using cache
 ---> f173b80b923c
Step 6/24 : ARG GOPROXY
 ---> Using cache
 ---> 01124dc2d39e
Step 7/24 : RUN make binary-osx binary-windows binary &&   cp build/docker-linux-amd64 /usr/bin/docker
 ---> Using cache
 ---> 5fc560211669
Step 8/24 : WORKDIR /go/src/github.com/docker/app/
 ---> Using cache
 ---> b3ffceef1588
Step 9/24 : FROM build AS dev
 ---> b3ffceef1588
Step 10/24 : ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/
 ---> Using cache
 ---> f3972a53a363
Step 11/24 : ARG DEP_VERSION=v0.5.4
 ---> Using cache
 ---> 7661ad9d01ec
Step 12/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
 ---> 826edc3290bc
Step 13/24 : ARG GOTESTSUM_VERSION=v0.3.4
 ---> Using cache
 ---> ee2b8051002d
Step 14/24 : ARG GOPROXY
 ---> Using cache
 ---> f8a3ffaf0eef
Step 15/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
 ---> d56196c56c7b
Step 16/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
 ---> 8df23dc6688b
Step 17/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
 ---> 85e03c9c02be
Step 18/24 : COPY . .
 ---> Using cache
 ---> a4611bd7bd83
Step 19/24 : FROM dev AS cross
 ---> a4611bd7bd83
Step 20/24 : ARG TAG="unknown"
 ---> Using cache
 ---> b8688da4ef4f
Step 21/24 : RUN make TAG=${TAG} cross
 ---> Using cache
 ---> d486f34cb149
Step 22/24 : FROM cross AS e2e-cross
 ---> d486f34cb149
Step 23/24 : ARG TAG="unknown"
 ---> Running in 19d20152ec4d
Removing intermediate container 19d20152ec4d
 ---> 9eafe83c38f8
Step 24/24 : RUN make TAG=${TAG} e2e-cross
 ---> Running in 31afd335a533
GOOS=linux CGO_ENABLED=0 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=db222996 -X github.com/docker/app/internal.Version=jenkins-app-PR-721-3 -X github.com/docker/app/internal.BuildTime=2019-10-30T08:10:15Z" -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=db222996 -X github.com/docker/app/internal.Version=jenkins-app-PR-721-3 -X github.com/docker/app/internal.BuildTime=2019-10-30T08:10:15Z" -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=db222996 -X github.com/docker/app/internal.Version=jenkins-app-PR-721-3 -X github.com/docker/app/internal.BuildTime=2019-10-30T08:10:15Z" -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=db222996 -X github.com/docker/app/internal.Version=jenkins-app-PR-721-3 -X github.com/docker/app/internal.BuildTime=2019-10-30T08:10:15Z" -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=db222996 -X github.com/docker/app/internal.Version=jenkins-app-PR-721-3 -X github.com/docker/app/internal.BuildTime=2019-10-30T08:10:15Z" -c -o bin/docker-app-e2e-windows.exe ./e2e/
Removing intermediate container 31afd335a533
 ---> 98ab7a46ae92
[Warning] One or more build-args [ALPINE_VERSION COMMIT] were not consumed
Successfully built 98ab7a46ae92
Successfully tagged docker-app-e2e-cross:jenkins-app-PR-721-3
docker create --name docker-app-e2e-cross-jenkins-app-PR-721-3 docker-app-e2e-cross:jenkins-app-PR-721-3 noop
addac80d1fb8557aa4b26678cd94fdb025d4ebac1a0f44a16c67e0fcf534ac45
docker cp docker-app-e2e-cross-jenkins-app-PR-721-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-721-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-721-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-721-3:/usr/local/bin/gotestsum-linux bin/gotestsum-linux
docker cp docker-app-e2e-cross-jenkins-app-PR-721-3:/usr/local/bin/gotestsum-darwin bin/gotestsum-darwin
docker cp docker-app-e2e-cross-jenkins-app-PR-721-3:/usr/local/bin/gotestsum-windows.exe bin/gotestsum-windows.exe
docker cp docker-app-e2e-cross-jenkins-app-PR-721-3:/usr/local/bin/test2json-linux bin/test2json-linux
docker cp docker-app-e2e-cross-jenkins-app-PR-721-3:/usr/local/bin/test2json-darwin bin/test2json-darwin
docker cp docker-app-e2e-cross-jenkins-app-PR-721-3:/usr/local/bin/test2json-windows.exe bin/test2json-windows.exe
docker rm docker-app-e2e-cross-jenkins-app-PR-721-3
docker-app-e2e-cross-jenkins-app-PR-721-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
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-721/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-721/3/stashes/binaries.tgz
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-721/src/github.com/docker/app/e2e
[Pipeline] {
[Pipeline] stash
Stashed 65 file(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-721/3/stashes/e2e.tgz
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-721/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-721/3/stashes/examples.tgz
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ xargs docker image rm -f
+ docker image ls --format={{.Repository}}:{{.Tag}} *jenkins-app-PR-721-3*
Untagged: docker-app-e2e-cross:jenkins-app-PR-721-3
Deleted: sha256:98ab7a46ae920c00acb0162d43457e12e6c35a02eb464672dfbe0b0e643f520b
Deleted: sha256:d19a1508a859915f56059cd0b80fe665ff5a21cb87116da5425516e0b6d9fbc2
Deleted: sha256:9eafe83c38f8077f27486893dae15abf220230bb6e9fb15144788c624f717c10
Untagged: docker-app-cross:jenkins-app-PR-721-3
Deleted: sha256:d486f34cb1498389925d53d17842e6672dca6845f1c9f36b7793f92aca768f08
Deleted: sha256:db18ce97e6434ff4625e9ab54811ba874371d433a03b3213c587818eaf4ea7ca
Deleted: sha256:b8688da4ef4f7b4609389f81d57d1afc6340109edc235f3c9970dd3f016984cb
Deleted: sha256:a4611bd7bd83993a4802f3e482c6b735f8e09855cb962f4a768ba9f2b7badd04
Deleted: sha256:61e02e6c384b1094ccf761db1af5a567c80b8605265982c830fc894ed1af769c
Deleted: sha256:85e03c9c02becde96bb305d722ab18659e55c8b75835e2ad46d08fa51abb7157
Deleted: sha256:ca440fb02a989dd19b9497b85391874536c947b88095bbdf351f6e6cd88057e6
Deleted: sha256:8df23dc6688b2a3e44e140ea0ab1e8d12e25d0e85fb873c64b19f6ef285d0cf4
Deleted: sha256:21917ff602d67ec1f7722d167cf629417f78a31e6447dafa319b9ddc354b9fe0
Deleted: sha256:d56196c56c7b68547dea7332d74e6660ec3903ca36fa32bd723a158fd77a6bd3
Deleted: sha256:8fda6b31f3612e9b4cb86eee775121073dacadadfa2696ff3b5f9db7815f5913
Deleted: sha256:f8a3ffaf0eefdde6dac719c5b25e07206375c9f8f136617248158143688189c1
Deleted: sha256:ee2b8051002da0517b2bcbc0af7f8e12139ab5fb541110e51593e719cce7829f
Deleted: sha256:826edc3290bc1001af7fceac65636ae202e54e88826a9be8218d141f46138e88
Deleted: sha256:f83314d2ff6e917b18df0b2458ea4653c79ca153aae69c526641bb763e69ad0f
Deleted: sha256:7661ad9d01ec1dc351488818ff962e5335632593f88600779be41d0924327c80
Deleted: sha256:f3972a53a363457225e15dc45cff3a85d61f7ed1b9c09629f36f507636acb8bb
Untagged: docker-app-cli:jenkins-app-PR-721-3
Deleted: sha256:b3ffceef158887458ee440d05abe11041f5553cb4331897e7c3271f2c7ab6db0
Deleted: sha256:8cd02e5b1d4b4a29e48ec9525515edb2851268124c63f748fb8bbbdac83ccc5c
Deleted: sha256:5fc56021166980bebba904b9b3f6684650063ebf18d48a864e0c7d3b932c0e78
Deleted: sha256:b4e2824463ab498e17e8c3f2b3200d2f22c2386cd76b025985f61565986c2478
Deleted: sha256:01124dc2d39eeb20b38e04fb8954b015ab01ca582ac155ec0a02beadc2baaf83
Deleted: sha256:f173b80b923c99d6807763d2164efeeb663294ea776a184ac392a752d7f0fa83
Deleted: sha256:64dbc0b3afcbb830eb9a863f91497aa32fc60966fd990290178d56195e44b41a
Deleted: sha256:892f76654f2a372a37056457ae9aee7e604d2deb4a7ba4f48693dae3c6ce40f8
Deleted: sha256:8c6b9dd0eb6436b6c57099637dbe38ff7aa0734858e652eb1a825b40008df790
Deleted: sha256:5683571c44327f532554e7dcf6d035576be7204f6ef1d05d5990fce010b01d2e
Deleted: sha256:19f79d5840b01596a7134ae0c049eb12305d75217d367181316d4fdc17dce6d4
Deleted: sha256:57aec3d321f107547af104b45b2b4b451e9598409c9df6a55138609d788c7bf4
Untagged: docker-app-lint:jenkins-app-PR-721-3
Deleted: sha256:dd34aa75e53a82ac05e2a151425f3dd72ea30ec8fae2d2d65bc17102c480b581
Deleted: sha256:5fe8c1b67dad366c9e9c151f7d7eeb07bc3428a01afe26791b377dd3fb4cc945
[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: Test Linux)
[Pipeline] stage
[Pipeline] { (Coverage)
[Pipeline] stage
[Pipeline] { (Test Linux)
Stage "Coverage" skipped due to earlier failure(s)
[Pipeline] }
Stage "Test Linux" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
Failed in branch Coverage
[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