Skip to content
Failed

Console Output

Pull request #610 updated
09:04:31 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 232a3c801afe733cf7a2f6b5205b931883320342
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] {
[Pipeline] checkout
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-0c8264e0261b881d2) 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
Fetching without tags
Checking out Revision 232a3c801afe733cf7a2f6b5205b931883320342 (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 232a3c801afe733cf7a2f6b5205b931883320342
Commit message: "Add warnings for env_file entries not copied"
using credential docker-jenkins-github-credentials
First time build. Skipping changelog.
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-610/src/github.com/docker/app # timeout=10
[Pipeline] ansiColor
[Pipeline] {
[Pipeline] sh
+ make -f docker.Makefile lint
Linting...
docker build -t docker-app-lint:jenkins-app-PR-610-10 -f Dockerfile.lint .
 > git rev-list --no-walk 67bd40e84062b5489fd67290dfbbf1ee1629603e # 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
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 . .
Fetching without tags
Checking out Revision 232a3c801afe733cf7a2f6b5205b931883320342 (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 232a3c801afe733cf7a2f6b5205b931883320342
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-10 --build-arg=COMMIT=232a3c80 --build-arg=ALPINE_VERSION=3.10.1 --target=build -t docker-app-cli:jenkins-app-PR-610-10  .
 ---> 0135642c3532
Successfully built 0135642c3532
Successfully tagged docker-app-lint:jenkins-app-PR-610-10
docker run --rm docker-app-lint:jenkins-app-PR-610-10 make lint
Linting...
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
e0ec5610455a: Waiting
96d705baf026: Waiting
39007eb46008: Waiting
4e549f0f5e64: Waiting
c0058a8c71f2: Waiting
2f8d98df0991: Waiting
96465440c208: Waiting
16a3d8aca6cd: Waiting
2ea1f7804402: Verifying Checksum
2ea1f7804402: Download complete
bbab4ec87ac4: Verifying Checksum
bbab4ec87ac4: 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
Still waiting to schedule task
Waiting for next available executor on ‘ubuntu-1804&&x86_64&&overlay2’
4e549f0f5e64: Verifying Checksum
4e549f0f5e64: Download complete
2f8d98df0991: Verifying Checksum
2f8d98df0991: Download complete
4ae16bd47783: Pull complete
bbab4ec87ac4: Pull complete
2ea1f7804402: Pull 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",
		                       ^
96465440c208: Pull complete
16a3d8aca6cd: 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 {
^
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
Running on ubuntu-1804-overlay2 (i-09fbac4004aaa865a) in /home/ubuntu/workspace/app_PR-610
[Pipeline] }
Failed in branch Validate
[Pipeline] {
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-610/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-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 232a3c801afe733cf7a2f6b5205b931883320342 (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 232a3c801afe733cf7a2f6b5205b931883320342
Commit message: "Add warnings for env_file entries not copied"
[Pipeline] ansiColor
[Pipeline] {
[Pipeline] sh
+ make -f docker.Makefile save-invocation-image
docker build -f Dockerfile.invocation-image --build-arg=EXPERIMENTAL=off --build-arg=TAG=jenkins-app-PR-610-10 --build-arg=COMMIT=232a3c80 --build-arg=ALPINE_VERSION=3.10.1 --target=invocation -t docker/cnab-app-base:jenkins-app-PR-610-10 .
4e549f0f5e64: Pull complete
c0058a8c71f2: Pull complete
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
 ---> Running in 04d45416e108
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 (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 ... 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 04d45416e108
 ---> 943da1dffd1e
Step 4/14 : WORKDIR /go/src/github.com/docker/app/
 ---> Running in 362dd0dda745
Removing intermediate container 362dd0dda745
 ---> a4ba07291195
Step 5/14 : COPY . .
 ---> 302872d7f632
Step 6/14 : ARG EXPERIMENTAL="off"
 ---> Running in 36f80328a31e
Removing intermediate container 36f80328a31e
 ---> 44fd45e51832
Step 7/14 : ARG TAG="unknown"
 ---> Running in 25438c437ad5
Removing intermediate container 25438c437ad5
 ---> ab8a2c692c31
Step 8/14 : RUN make EXPERIMENTAL=${EXPERIMENTAL} BUILD_TAG=${BUILD_TAG} TAG=${TAG} bin/cnab-run
 ---> Running in c8ea2d744225
CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=232a3c80 -X github.com/docker/app/internal.Version=jenkins-app-PR-610-10 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-13T09:05:18Z" -o bin/cnab-run ./cmd/cnab-run
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 0026a3a6027d
Removing intermediate container 0026a3a6027d
 ---> 950651731a24
Step 3/7 : RUN apt-get install -y -q --no-install-recommends     coreutils     util-linux     uuid-runtime
 ---> Running in 7851cfb6a7ca
Reading package lists...
Building dependency tree...
Reading state information...
coreutils is already the newest version (8.30-3).
coreutils set to manually installed.
util-linux is already the newest version (2.33.1-0.1).
util-linux set to manually installed.
The following NEW packages will be installed:
  uuid-runtime
0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
Need to get 95.2 kB of archives.
After this operation, 211 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian buster/main amd64 uuid-runtime amd64 2.33.1-0.1 [95.2 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 95.2 kB in 0s (367 kB/s)
Selecting previously unselected package uuid-runtime.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 25419 files and directories currently installed.)
Preparing to unpack .../uuid-runtime_2.33.1-0.1_amd64.deb ...
Unpacking uuid-runtime (2.33.1-0.1) ...
Setting up uuid-runtime (2.33.1-0.1) ...
Adding group `uuidd' (GID 102) ...
Done.
Warning: The home dir /run/uuidd you specified can't be accessed: No such file or directory
Adding system user `uuidd' (UID 101) ...
Adding new user `uuidd' (UID 101) with group `uuidd' ...
Not creating home directory `/run/uuidd'.
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
Removing intermediate container 7851cfb6a7ca
 ---> 22ea29959b0b
Step 4/7 : WORKDIR /go/src/github.com/docker/cli
 ---> Running in b4fea142909b
Removing intermediate container b4fea142909b
 ---> 6b5768e9be4c
Step 5/7 : RUN git clone https://github.com/docker/cli . && git checkout a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb
 ---> Running in 8fb5cc843163
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 8fb5cc843163
 ---> ed114d895bda
Step 6/7 : RUN make binary-osx binary-windows binary &&  cp build/docker-linux-amd64 /usr/bin/docker
 ---> Running in 098d71866f9b
./scripts/build/osx
Building build/docker-darwin-amd64
Removing intermediate container c8ea2d744225
 ---> d9bc64e75a3d
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 93d3e3c0966a
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 93d3e3c0966a
 ---> d2ca6def3f91
Step 11/14 : USER cnab
 ---> Running in 95db9eee605d
Removing intermediate container 95db9eee605d
 ---> 50dc4635e222
Step 12/14 : COPY --from=build /go/src/github.com/docker/app/bin/cnab-run /cnab/app/run
 ---> e919f0cdeb46
Step 13/14 : WORKDIR /cnab/app
 ---> Running in 4ac3742e5a55
Removing intermediate container 4ac3742e5a55
 ---> d231d262c650
Step 14/14 : CMD /cnab/app/run
 ---> Running in f158842c04a2
Removing intermediate container f158842c04a2
 ---> 3bc998e0bbb3
[Warning] One or more build-args [COMMIT] were not consumed
Successfully built 3bc998e0bbb3
Successfully tagged docker/cnab-app-base:jenkins-app-PR-610-10
docker save docker/cnab-app-base:jenkins-app-PR-610-10 -o _build/invocation-image.tar
[Pipeline] sh
+ make -f docker.Makefile INVOCATION_IMAGE_TAG=jenkins-app-PR-610-10-coverage OUTPUT=coverage-invocation-image.tar save-invocation-image-tag
docker tag docker/cnab-app-base:jenkins-app-PR-610-10 docker/cnab-app-base:jenkins-app-PR-610-10-coverage
docker save docker/cnab-app-base:jenkins-app-PR-610-10-coverage -o _build/coverage-invocation-image.tar
[Pipeline] sh
+ make -f docker.Makefile INVOCATION_IMAGE_TAG=jenkins-app-PR-610-10-coverage-experimental OUTPUT=coverage-experimental-invocation-image.tar save-invocation-image-tag
docker tag docker/cnab-app-base:jenkins-app-PR-610-10 docker/cnab-app-base:jenkins-app-PR-610-10-coverage-experimental
docker save docker/cnab-app-base:jenkins-app-PR-610-10-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/10/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/10/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/10/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-10
Untagged: docker/cnab-app-base:jenkins-app-PR-610-10
[Pipeline] sh
+ docker rmi docker/cnab-app-base:jenkins-app-PR-610-10-coverage
Untagged: docker/cnab-app-base:jenkins-app-PR-610-10-coverage
[Pipeline] sh
+ docker rmi docker/cnab-app-base:jenkins-app-PR-610-10-coverage-experimental
Untagged: docker/cnab-app-base:jenkins-app-PR-610-10-coverage-experimental
Deleted: sha256:3bc998e0bbb36ee0251c4e5c5d4e195ce746edf786e7bfd4e245717ec11ec7ed
Deleted: sha256:d231d262c650629136ff6dd356a14de9efe743a34ece7acff43beb476b56c156
Deleted: sha256:e919f0cdeb46236799f9e0f268ccefdd897a0805bc135f1dd7ddc02b5ccca192
Deleted: sha256:80f6b22c4abc317f8bba6f64e737d1c1adf84bbe3a46705a74a8a69cd6c7a85e
Deleted: sha256:50dc4635e222a8b5411395c495c677314b2b3759f052b5c2f601e8080b053625
Deleted: sha256:d2ca6def3f91d5a17191b3f7578fd4136f81e27b779164b5dd4eacf0c83ef604
Deleted: sha256:d0f71930a1f2da0fecaf799a5a2bb61cc02386cceae27ba2bf2c7f2d3048bedf
[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 098d71866f9b
 ---> 26af178e5a8d
Step 7/7 : WORKDIR /go/src/github.com/docker/app/
 ---> Running in 1156689d55d9
Removing intermediate container 1156689d55d9
 ---> 06e99d556380
[Warning] One or more build-args [COMMIT EXPERIMENTAL TAG ALPINE_VERSION] were not consumed
Successfully built 06e99d556380
Successfully tagged docker-app-cli:jenkins-app-PR-610-10
docker create --name docker-app-cli-jenkins-app-PR-610-10 docker-app-cli:jenkins-app-PR-610-10 noop
c67597852715d81696a630fef2e3ba120fa78e6c62588855a832d68bd654bfaf
docker cp docker-app-cli-jenkins-app-PR-610-10:/go/src/github.com/docker/cli/build/docker-linux-amd64 bin/docker-linux
docker cp docker-app-cli-jenkins-app-PR-610-10:/go/src/github.com/docker/cli/build/docker-darwin-amd64 bin/docker-darwin
docker cp docker-app-cli-jenkins-app-PR-610-10:/go/src/github.com/docker/cli/build/docker-windows-amd64 bin/docker-windows.exe
docker rm docker-app-cli-jenkins-app-PR-610-10
docker-app-cli-jenkins-app-PR-610-10
docker build --build-arg=EXPERIMENTAL=off --build-arg=TAG=jenkins-app-PR-610-10 --build-arg=COMMIT=232a3c80 --build-arg=ALPINE_VERSION=3.10.1 --target=cross -t docker-app-cross:jenkins-app-PR-610-10  .
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
 ---> 950651731a24
Step 3/20 : RUN apt-get install -y -q --no-install-recommends     coreutils     util-linux     uuid-runtime
 ---> Using cache
 ---> 22ea29959b0b
Step 4/20 : WORKDIR /go/src/github.com/docker/cli
 ---> Using cache
 ---> 6b5768e9be4c
Step 5/20 : RUN git clone https://github.com/docker/cli . && git checkout a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb
 ---> Using cache
 ---> ed114d895bda
Step 6/20 : RUN make binary-osx binary-windows binary &&  cp build/docker-linux-amd64 /usr/bin/docker
 ---> Using cache
 ---> 26af178e5a8d
Step 7/20 : WORKDIR /go/src/github.com/docker/app/
 ---> Using cache
 ---> 06e99d556380
Step 8/20 : FROM build AS dev
 ---> 06e99d556380
Step 9/20 : ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/
 ---> Running in be9be727c31b
Removing intermediate container be9be727c31b
 ---> 3fa9f3240c34
Step 10/20 : ARG DEP_VERSION=v0.5.1
 ---> Running in 371b6109a505
Removing intermediate container 371b6109a505
 ---> 128706a5d4e7
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 8418eb18a7f0
  % 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   6237      0 --:--:-- --:--:-- --:--:--  6237

 85 10.5M   85 9277k    0     0  45.3M      0 --:--:-- --:--:-- --:--:-- 45.3M
100 10.5M  100 10.5M    0     0  48.7M      0 --:--:-- --:--:-- --:--:-- 92.5M
Removing intermediate container 8418eb18a7f0
 ---> a66331510b9a
Step 12/20 : ARG GOTESTSUM_VERSION=v0.3.4
 ---> Running in fc5ee4776bf3
Removing intermediate container fc5ee4776bf3
 ---> 09ce9e19e11f
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 536c1a830ffc
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-colorable v0.0.9
go: finding github.com/mattn/go-isatty v0.0.3
go: finding github.com/spf13/pflag v1.0.1
go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
go: finding github.com/onsi/gomega v1.4.3
go: finding github.com/onsi/ginkgo v1.8.0
go: finding github.com/sirupsen/logrus v1.0.5
go: finding github.com/fatih/color v1.6.0
go: finding gotest.tools v2.1.0+incompatible
go: finding golang.org/x/text v0.3.0
go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
go: finding golang.org/x/net v0.0.0-20180906233101-161cd47e91fd
go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2
go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9
go: finding gopkg.in/fsnotify.v1 v1.4.7
go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
go: finding github.com/jonboulle/clockwork v0.1.0
go: finding gopkg.in/yaml.v2 v2.2.1
go: finding github.com/onsi/ginkgo v1.6.0
go: finding github.com/stretchr/testify v1.3.0
go: finding github.com/hpcloud/tail v1.0.0
go: finding github.com/golang/protobuf v1.2.0
go: finding github.com/fsnotify/fsnotify v1.4.7
go: finding github.com/davecgh/go-spew v1.1.0
go: finding github.com/stretchr/objx v0.1.0
go: finding github.com/pmezard/go-difflib v1.0.0
go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
go: downloading gotest.tools v2.1.0+incompatible
go: extracting gotest.tools v2.1.0+incompatible
go: downloading github.com/pkg/errors v0.8.0
go: downloading github.com/spf13/pflag v1.0.1
go: downloading github.com/fatih/color v1.6.0
go: downloading github.com/sirupsen/logrus v1.0.5
go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
go: downloading github.com/jonboulle/clockwork v0.1.0
go: extracting github.com/pkg/errors v0.8.0
go: extracting github.com/spf13/pflag v1.0.1
go: extracting github.com/jonboulle/clockwork v0.1.0
go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
go: extracting github.com/sirupsen/logrus v1.0.5
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/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 536c1a830ffc
 ---> 895fbdd07c82
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 6fbef8b7b8fb
Removing intermediate container 6fbef8b7b8fb
 ---> 33e5ab56caf8
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 a5d67c790917
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 a5d67c790917
 ---> 1f583e807667
Step 16/20 : COPY . .
 ---> 47d9acb936ce
Step 17/20 : FROM dev AS cross
 ---> 47d9acb936ce
Step 18/20 : ARG EXPERIMENTAL="off"
 ---> Running in 4390c31dc8be
Removing intermediate container 4390c31dc8be
 ---> 4842cc269916
Step 19/20 : ARG TAG="unknown"
 ---> Running in d1a4bfa08a6f
Removing intermediate container d1a4bfa08a6f
 ---> fdce18d92f0f
Step 20/20 : RUN make EXPERIMENTAL=${EXPERIMENTAL} TAG=${TAG} cross
 ---> Running in 449a87a8077a
GOOS=linux CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=232a3c80 -X github.com/docker/app/internal.Version=jenkins-app-PR-610-10 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-13T09:10:27Z" -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=232a3c80 -X github.com/docker/app/internal.Version=jenkins-app-PR-610-10 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-13T09:10:27Z" -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=232a3c80 -X github.com/docker/app/internal.Version=jenkins-app-PR-610-10 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-13T09:10:27Z" -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=232a3c80 -X github.com/docker/app/internal.Version=jenkins-app-PR-610-10 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-13T09:10:27Z" -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=232a3c80 -X github.com/docker/app/internal.Version=jenkins-app-PR-610-10 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-13T09:10:27Z" -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=232a3c80 -X github.com/docker/app/internal.Version=jenkins-app-PR-610-10 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-13T09:10:27Z" -o bin/docker-app-standalone-windows.exe ./cmd/docker-app-standalone
Removing intermediate container 449a87a8077a
 ---> ebe2dedbf042
[Warning] One or more build-args [ALPINE_VERSION COMMIT] were not consumed
Successfully built ebe2dedbf042
Successfully tagged docker-app-cross:jenkins-app-PR-610-10
docker create --name docker-app-cross-jenkins-app-PR-610-10 docker-app-cross:jenkins-app-PR-610-10 noop
62cf4b73f7c67cb1b7719c2f1f1c54f97d84a3294b1095c7304dd07485d22504
docker cp docker-app-cross-jenkins-app-PR-610-10:/go/src/github.com/docker/app/bin/docker-app-linux bin/docker-app-linux
docker cp docker-app-cross-jenkins-app-PR-610-10:/go/src/github.com/docker/app/bin/docker-app-darwin bin/docker-app-darwin
docker cp docker-app-cross-jenkins-app-PR-610-10:/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-10:/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-10:/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-10:/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-10
docker-app-cross-jenkins-app-PR-610-10
docker build --build-arg=EXPERIMENTAL=off --build-arg=TAG=jenkins-app-PR-610-10 --build-arg=COMMIT=232a3c80 --build-arg=ALPINE_VERSION=3.10.1 --target=e2e-cross -t docker-app-e2e-cross:jenkins-app-PR-610-10  .
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
 ---> 950651731a24
Step 3/24 : RUN apt-get install -y -q --no-install-recommends     coreutils     util-linux     uuid-runtime
 ---> Using cache
 ---> 22ea29959b0b
Step 4/24 : WORKDIR /go/src/github.com/docker/cli
 ---> Using cache
 ---> 6b5768e9be4c
Step 5/24 : RUN git clone https://github.com/docker/cli . && git checkout a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb
 ---> Using cache
 ---> ed114d895bda
Step 6/24 : RUN make binary-osx binary-windows binary &&  cp build/docker-linux-amd64 /usr/bin/docker
 ---> Using cache
 ---> 26af178e5a8d
Step 7/24 : WORKDIR /go/src/github.com/docker/app/
 ---> Using cache
 ---> 06e99d556380
Step 8/24 : FROM build AS dev
 ---> 06e99d556380
Step 9/24 : ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/
 ---> Using cache
 ---> 3fa9f3240c34
Step 10/24 : ARG DEP_VERSION=v0.5.1
 ---> Using cache
 ---> 128706a5d4e7
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
 ---> a66331510b9a
Step 12/24 : ARG GOTESTSUM_VERSION=v0.3.4
 ---> Using cache
 ---> 09ce9e19e11f
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
 ---> 895fbdd07c82
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
 ---> 33e5ab56caf8
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
 ---> 1f583e807667
Step 16/24 : COPY . .
 ---> Using cache
 ---> 47d9acb936ce
Step 17/24 : FROM dev AS cross
 ---> 47d9acb936ce
Step 18/24 : ARG EXPERIMENTAL="off"
 ---> Using cache
 ---> 4842cc269916
Step 19/24 : ARG TAG="unknown"
 ---> Using cache
 ---> fdce18d92f0f
Step 20/24 : RUN make EXPERIMENTAL=${EXPERIMENTAL} TAG=${TAG} cross
 ---> Using cache
 ---> ebe2dedbf042
Step 21/24 : FROM cross AS e2e-cross
 ---> ebe2dedbf042
Step 22/24 : ARG EXPERIMENTAL="off"
 ---> Running in a488c6c6cd90
Removing intermediate container a488c6c6cd90
 ---> a510f2e7e05f
Step 23/24 : ARG TAG="unknown"
 ---> Running in 38b05b536726
Removing intermediate container 38b05b536726
 ---> 03414b4088ab
Step 24/24 : RUN make EXPERIMENTAL=${EXPERIMENTAL} TAG=${TAG} e2e-cross
 ---> Running in bbbdae144b5a
GOOS=linux CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=232a3c80 -X github.com/docker/app/internal.Version=jenkins-app-PR-610-10 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-13T09:13:14Z" -o bin/docker-app-linux ./cmd/docker-app
GOOS=linux CGO_ENABLED=0 go test -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=232a3c80 -X github.com/docker/app/internal.Version=jenkins-app-PR-610-10 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-13T09:13:14Z" -c -o bin/docker-app-e2e-linux ./e2e/
GOOS=darwin CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=232a3c80 -X github.com/docker/app/internal.Version=jenkins-app-PR-610-10 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-13T09:13:14Z" -o bin/docker-app-darwin ./cmd/docker-app
GOOS=darwin CGO_ENABLED=0 go test -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=232a3c80 -X github.com/docker/app/internal.Version=jenkins-app-PR-610-10 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-13T09:13:14Z" -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=232a3c80 -X github.com/docker/app/internal.Version=jenkins-app-PR-610-10 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-13T09:13:14Z" -c -o bin/docker-app-e2e-windows.exe ./e2e/
Removing intermediate container bbbdae144b5a
 ---> 0264a3ba33cb
[Warning] One or more build-args [ALPINE_VERSION COMMIT] were not consumed
Successfully built 0264a3ba33cb
Successfully tagged docker-app-e2e-cross:jenkins-app-PR-610-10
docker create --name docker-app-e2e-cross-jenkins-app-PR-610-10 docker-app-e2e-cross:jenkins-app-PR-610-10 noop
30a3edfc12bc43362109dda641a25c7de9b486e3640ac416f34437236b9249b2
docker cp docker-app-e2e-cross-jenkins-app-PR-610-10:/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-10:/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-10:/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-10:/usr/local/bin/gotestsum-linux bin/gotestsum-linux
docker cp docker-app-e2e-cross-jenkins-app-PR-610-10:/usr/local/bin/gotestsum-darwin bin/gotestsum-darwin
docker cp docker-app-e2e-cross-jenkins-app-PR-610-10:/usr/local/bin/gotestsum-windows.exe bin/gotestsum-windows.exe
docker cp docker-app-e2e-cross-jenkins-app-PR-610-10:/usr/local/bin/test2json-linux bin/test2json-linux
docker cp docker-app-e2e-cross-jenkins-app-PR-610-10:/usr/local/bin/test2json-darwin bin/test2json-darwin
docker cp docker-app-e2e-cross-jenkins-app-PR-610-10:/usr/local/bin/test2json-windows.exe bin/test2json-windows.exe
docker rm docker-app-e2e-cross-jenkins-app-PR-610-10
docker-app-e2e-cross-jenkins-app-PR-610-10
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/10/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/10/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/10/stashes/examples.tgz
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ xargs docker image rm -f
+ docker image ls --format={{.Repository}}:{{.Tag}} *jenkins-app-PR-610-10*
Untagged: docker-app-e2e-cross:jenkins-app-PR-610-10
Deleted: sha256:0264a3ba33cb1a4545dcd214a6c1ba00139e88855fe190ed0a6b173712d846a3
Deleted: sha256:311e77f5e1cf11689c1eb97e0be8ad3a604d306e478604fe64a13da30f15b5d1
Deleted: sha256:03414b4088ab67efba0b2799f462aa6708da7fcbd746861cd0167f10ca2e574b
Deleted: sha256:a510f2e7e05f4d2c1b7f5c01150fb7c6e0c219c37e7121f69f9c5c06e52f2148
Untagged: docker-app-cross:jenkins-app-PR-610-10
Deleted: sha256:ebe2dedbf0424a866619e51824404b13856dd7df4d71847a01811aaf900d7611
Deleted: sha256:8571df92a30a7f4585cf4d656ae0f077663ffe11f21cbf2ffb8d655b1557ea97
Deleted: sha256:fdce18d92f0fb8bb52e82ad79aa165f4124ebd8d64e46256eb1fb97059b6fe64
Deleted: sha256:4842cc269916bc2cac480e0c95a0e66d91813c84c83bbcaaa81dd5dcc92a9f8f
Deleted: sha256:47d9acb936ce74812033fd10993a80a70103fb73a7edb436913259432df91951
Deleted: sha256:23c8a152e63add1d2b1ef94a97796c065e0de44d97f279240c1fa42454108870
Deleted: sha256:1f583e807667682abcee425caeb8818c0fb24f8bfe1640dd98d2358e4ffdcac8
Deleted: sha256:f6584cd41561e965e4b5b91466b1c676162fefacbe05c5f04263d83eb6e24972
Deleted: sha256:33e5ab56caf8631954e9894eff50cc0b004eb5379ad7c0a797c5f34570649642
Deleted: sha256:863d5a335bde0253c09ae26581e175a68a9edf5124412f46a15446849cece6a5
Deleted: sha256:895fbdd07c8249f2fe8f646241ca3782629af492d08045ae5db5a3572578310f
Deleted: sha256:bc7dbed3ff3421c6ea3b63df253d9ca692bfcb3700e27fa7a0da9206bf25c5e5
Deleted: sha256:09ce9e19e11f85e20f7aafefdaa000d2f39f30b44ffc3923d79f904171a5892f
Deleted: sha256:a66331510b9a2226adb25a1a6065a4b1ed448092cfc38d93ae7a0c911ab04e72
Deleted: sha256:e479b84c5949337002d651c50a814ae1ce107034f326a706f91e25b82d5ae500
Deleted: sha256:128706a5d4e756b8da694666aae54d0ff118ea0feedc08f2759ddd007bad9e5d
Deleted: sha256:3fa9f3240c3409811f9eda9e4ee00c4f9ee753faf3d5ab84896f89ff3163292a
Untagged: docker-app-cli:jenkins-app-PR-610-10
Deleted: sha256:06e99d556380b618814e58be83a38d84b6b06c71b2867137437a1885273e19a1
Deleted: sha256:e0dd39bb253125b584ef6d30b6dcc88ae681fd4bd4ce04d93baf4d97d1b2ebe6
Deleted: sha256:26af178e5a8dbafcc028f30013f778a9dc15e8f99ab8d896112972580ad5ebe1
Deleted: sha256:b4901021f8326ed3bc5fc6e39291545359acccfba8728ff22978ef39f2465af2
Deleted: sha256:ed114d895bdac080873afc77703b254de07958b18933ee381c3f2943e6d10335
Deleted: sha256:5a6ef4f59f089a0b68b41499997a47b2315731957cea22db985d642bc03e59be
Deleted: sha256:6b5768e9be4c5c226035d5e69aa05bbacc62654e28ef7fb0b55d49a7adade0df
Deleted: sha256:a7b065ccbb9aefade720c2474e18d2838668e9641e3bff8bc329e5992f5e55c8
Deleted: sha256:22ea29959b0b7b7c6293cdaf102aaae3ff785ab6f4f28bd1dbc714402010970a
Deleted: sha256:b06b7e6f7286d600a8926af0c101ab6e77747f0f8302eeb44041ff275b148032
Deleted: sha256:950651731a24c645c9055ca902a256fe948fb17b49034491998aeef08c11b641
[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