Skip to content
Aborted

Console Output

Pull request #777 updated
15:46:26 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 42aff1891639f10eccf0d5ff3905eb84f8d3b40b
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-022af16d816c1a3ee) in /home/ubuntu/workspace/app_PR-777
[Pipeline] {
Running on ubuntu-1804-overlay2 (i-042e4dd5e0695e97d) in /home/ubuntu/workspace/app_PR-777
[Pipeline] {
Running on ubuntu-1804-overlay2 (i-0329d1cfa5c2cb0ce) in /home/ubuntu/workspace/app_PR-777
[Pipeline] {
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-777/src/github.com/docker/app
[Pipeline] {
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-777/src/github.com/docker/app
[Pipeline] {
[Pipeline] checkout
[Pipeline] script
[Pipeline] {
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-777/src/github.com/docker/app
[Pipeline] {
[Pipeline] checkout
[Pipeline] checkout
using credential docker-jenkins-github-credentials
using credential docker-jenkins-github-credentials
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
using credential docker-jenkins-github-credentials
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Fetching changes from the remote Git repository
Fetching without tags
Checking out Revision 42aff1891639f10eccf0d5ff3905eb84f8d3b40b (PR-777)
Cloning repository https://github.com/docker/app.git
 > git init /home/ubuntu/workspace/app_PR-777/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/777/head:refs/remotes/origin/PR-777
 > git rev-parse --is-inside-work-tree # 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
 > 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/777/head:refs/remotes/origin/PR-777
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 42aff1891639f10eccf0d5ff3905eb84f8d3b40b
Cloning repository https://github.com/docker/app.git
 > git init /home/ubuntu/workspace/app_PR-777/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/777/head:refs/remotes/origin/PR-777
Commit message: "Cross build invocation image on windows node to get arm64 support for docker build."
 > git rev-list --no-walk c2300aaacd26e14676205a23ec1824eaf9e0fc31 # timeout=10
Fetching without tags
[Pipeline] ansiColor
[Pipeline] {
[Pipeline] sh
Checking out Revision 42aff1891639f10eccf0d5ff3905eb84f8d3b40b (PR-777)
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/777/head:refs/remotes/origin/PR-777 # 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/777/head:refs/remotes/origin/PR-777
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 42aff1891639f10eccf0d5ff3905eb84f8d3b40b
+ make -f docker.Makefile cli-cross cross e2e-cross tars
docker build --build-arg TAG=jenkins-app-PR-777-5 --build-arg COMMIT=42aff189 --build-arg ALPINE_VERSION=3.10.3 --build-arg GOPROXY=direct --output type=local,dest=./bin/ --target=cli -t docker-app-cli:jenkins-app-PR-777-5 .
#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 4.46kB done
#2 DONE 0.0s

#1 [internal] load .dockerignore
#1 transferring context: 73B done
#1 DONE 0.0s

#3 [internal] load metadata for docker.io/dockercore/golang-cross:1.12.9@sh...
#3 DONE 0.0s

#4 [cli-build 1/9] FROM docker.io/dockercore/golang-cross:1.12.9@sha256:3ea...
#4 CACHED

#5 [cli-build 2/9] RUN apt-get install -y -q --no-install-recommends   core...
Fetching without tags
Commit message: "Cross build invocation image on windows node to get arm64 support for docker build."
Checking out Revision 42aff1891639f10eccf0d5ff3905eb84f8d3b40b (PR-777)
Commit message: "Cross build invocation image on windows node to get arm64 support for docker build."
#5 0.615 Reading package lists...[Pipeline] ansiColor
[Pipeline] {
[Pipeline] sh
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/777/head:refs/remotes/origin/PR-777 # 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/777/head:refs/remotes/origin/PR-777
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 42aff1891639f10eccf0d5ff3905eb84f8d3b40b
+ make -f docker.Makefile lint
Linting...
docker build -t docker-app-lint:jenkins-app-PR-777-5 -f Dockerfile.lint .
#2 [internal] load build definition from Dockerfile.lint
#2 transferring dockerfile: 414B done
#2 DONE 0.0s

#1 [internal] load .dockerignore
#1 transferring context: 73B done
#1 DONE 0.0s

#3 [internal] load metadata for docker.io/library/golang:1.12.9-alpine3.10
#3 DONE 0.1s

#4 [1/5] FROM docker.io/library/golang:1.12.9-alpine3.10@sha256:e0660b4f1e6...
#4 DONE 0.0s

#8 [internal] load build context

#5 1.208 Building dependency tree...
#5 1.317 Reading state information...
#5 1.452 coreutils is already the newest version (8.30-3).
#5 1.452 coreutils set to manually installed.
#5 1.452 util-linux is already the newest version (2.33.1-0.1).
#5 1.452 util-linux set to manually installed.
#5 1.452 The following NEW packages will be installed:
#5 1.453   uuid-runtime
[Pipeline] ansiColor
[Pipeline] {
[Pipeline] sh
#5 1.719 0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
#5 1.719 Need to get 95.2 kB of archives.
#5 1.719 After this operation, 211 kB of additional disk space will be used.
#5 1.719 Get:1 http://deb.debian.org/debian buster/main amd64 uuid-runtime amd64 2.33.1-0.1 [95.2 kB]
#5 1.849 debconf: delaying package configuration, since apt-utils is not installed
+ make -f docker.Makefile invocation-image save-invocation-image
docker build -f Dockerfile.invocation-image --build-arg TAG=jenkins-app-PR-777-5 --build-arg COMMIT=42aff189 --build-arg ALPINE_VERSION=3.10.3 --build-arg GOPROXY=direct --target=invocation -t docker/cnab-app-base:jenkins-app-PR-777-5 -t docker/cnab-app-base:jenkins-app-PR-777-5-amd64 --platform=amd64 .
#2 [internal] load build definition from Dockerfile.invocation-image
#2 transferring dockerfile: 614B done
#2 DONE 0.0s

#1 [internal] load .dockerignore
#1 transferring context: 73B done
#1 DONE 0.0s

#4 [internal] load metadata for docker.io/library/alpine:3.10.3
#4 DONE 0.0s

#3 [internal] load metadata for docker.io/library/golang:1.13.2
#5 1.874 Fetched 95.2 kB in 0s (369 kB/s)
#5 1.898 Selecting previously unselected package uuid-runtime.
#5 1.898 (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.)
#5 1.972 Preparing to unpack .../uuid-runtime_2.33.1-0.1_amd64.deb ...
#5 1.976 Unpacking uuid-runtime (2.33.1-0.1) ...
#5 2.027 Setting up uuid-runtime (2.33.1-0.1) ...
#5 2.063 Adding group `uuidd' (GID 102) ...
#5 2.079 Done.
#5 2.104 Warning: The home dir /run/uuidd you specified can't be accessed: No such file or directory
#5 2.104 Adding system user `uuidd' (UID 101) ...
#5 2.104 Adding new user `uuidd' (UID 101) with group `uuidd' ...
#5 2.145 Not creating home directory `/run/uuidd'.
#5 2.154 invoke-rc.d: could not determine current runlevel
#5 2.156 invoke-rc.d: policy-rc.d denied execution of start.
#5 DONE 2.6s

#6 [cli-build 3/9] WORKDIR /go/src/github.com/docker/cli
#6 DONE 0.0s
#3 DONE 0.5s

#5 [invocation 1/4] FROM docker.io/library/alpine:3.10.3
#5 resolve docker.io/library/alpine:3.10.3 done
#5 DONE 0.0s

#7 [build 1/5] FROM docker.io/library/golang:1.13.2@sha256:b3086f21bfbe8969...
#7 resolve docker.io/library/golang:1.13.2@sha256:b3086f21bfbe896973dd6147b46f2736a7deb2c04ed76219835befa0244a9562 done
#7 sha256:433331673060b0f68a5fc1217a3bd3ad4db5fe61193a145e1ac460d324fb2f9c 0B / 126B 0.1s
#7 sha256:b3086f21bfbe896973dd6147b46f2736a7deb2c04ed76219835befa0244a9562 2.16kB / 2.16kB done
#7 sha256:a8669f8c1a42cfd3644fcda9f2cc2ab189e823018abce1ad7c97cbd62c6190de 0B / 120.05MB 0.1s
#7 sha256:36c384d8593f8989b7a50bebf9569c9f6a43a6881baa8a248a84251d2ca17ddb 1.79kB / 1.79kB done
#7 sha256:e37698ff73511ad444a1a3547b81c3f1650f7b34bfc99bd46efccf1d90024db4 5.46kB / 5.46kB done

#7 [cli-build 4/9] RUN git clone https://github.com/docker/cli . && git che...
#7 sha256:433331673060b0f68a5fc1217a3bd3ad4db5fe61193a145e1ac460d324fb2f9c 126B / 126B 0.2s done
#7 sha256:a8669f8c1a42cfd3644fcda9f2cc2ab189e823018abce1ad7c97cbd62c6190de 11.35MB / 120.05MB 0.3s
#8 transferring context: 73.87MB 1.4s done
#8 DONE 1.4s

#6 [3/5] RUN GO111MODULE=on go get     github.com/golangci/golangci-lint/cm...
#6 CACHED

#5 [2/5] RUN apk add --no-cache     curl     git     make     coreutils
#5 CACHED

#7 [4/5] WORKDIR /go/src/github.com/docker/app
#7 CACHED

#9 [5/5] COPY . .
#7 sha256:a8669f8c1a42cfd3644fcda9f2cc2ab189e823018abce1ad7c97cbd62c6190de 27.76MB / 120.05MB 0.6s
#7 0.680 Cloning into '.'...
#7 sha256:a8669f8c1a42cfd3644fcda9f2cc2ab189e823018abce1ad7c97cbd62c6190de 38.99MB / 120.05MB 0.8s
#7 sha256:a8669f8c1a42cfd3644fcda9f2cc2ab189e823018abce1ad7c97cbd62c6190de 50.33MB / 120.05MB 1.0s
#7 sha256:a8669f8c1a42cfd3644fcda9f2cc2ab189e823018abce1ad7c97cbd62c6190de 57.13MB / 120.05MB 1.0s
#7 sha256:a8669f8c1a42cfd3644fcda9f2cc2ab189e823018abce1ad7c97cbd62c6190de 64.65MB / 120.05MB 1.1s
#7 sha256:a8669f8c1a42cfd3644fcda9f2cc2ab189e823018abce1ad7c97cbd62c6190de 74.45MB / 120.05MB 1.3s
#7 sha256:a8669f8c1a42cfd3644fcda9f2cc2ab189e823018abce1ad7c97cbd62c6190de 92.19MB / 120.05MB 1.7s
#7 sha256:a8669f8c1a42cfd3644fcda9f2cc2ab189e823018abce1ad7c97cbd62c6190de 98.96MB / 120.05MB 1.7s
#7 sha256:a8669f8c1a42cfd3644fcda9f2cc2ab189e823018abce1ad7c97cbd62c6190de 107.55MB / 120.05MB 1.9s
#9 DONE 1.1s

#10 exporting to image
#10 exporting layers
#7 sha256:a8669f8c1a42cfd3644fcda9f2cc2ab189e823018abce1ad7c97cbd62c6190de 115.15MB / 120.05MB 2.0s
#10 exporting layers 0.7s done
#10 writing image sha256:67dc33eb4219371adad5479a046faf810f2c8a1e3191efa3d9aa60911cc8f558 done
#10 naming to docker.io/library/docker-app-lint:jenkins-app-PR-777-5 done
#10 DONE 0.7s
docker run --rm docker-app-lint:jenkins-app-PR-777-5 make lint
#7 sha256:a8669f8c1a42cfd3644fcda9f2cc2ab189e823018abce1ad7c97cbd62c6190de 120.05MB / 120.05MB 2.6s done
#7 extracting sha256:a8669f8c1a42cfd3644fcda9f2cc2ab189e823018abce1ad7c97cbd62c6190de
#7 ...

#10 [internal] load build context
#10 transferring context: 73.86MB 2.9s done
#10 DONE 3.0s

#7 [build 1/5] FROM docker.io/library/golang:1.13.2@sha256:b3086f21bfbe8969...
Linting...
#7 4.393 Note: checking out 'v19.03.5'.
#7 4.393 
#7 4.393 You are in 'detached HEAD' state. You can look around, make experimental
#7 4.393 changes and commit them, and you can discard any commits you make in this
#7 4.393 state without impacting any branches by performing another checkout.
#7 4.393 
#7 4.393 If you want to create a new branch to retain commits you create, you may
#7 4.393 do so (now or later) by using -b with the checkout command again. Example:
#7 4.393 
#7 4.393   git checkout -b <new-branch-name>
#7 4.393 
#7 4.393 HEAD is now at 99c5edce Merge pull request #2177 from thaJeztah/19.03_backport_fix_sig_proxy
#7 DONE 4.8s

#8 [cli-build 5/9] RUN mkdir build
#7 ...

#6 [invocation 2/4] RUN apk add --no-cache ca-certificates && adduser -S cn...
#6 1.537 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
#6 2.625 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
#6 2.761 (1/1) Installing ca-certificates (20190108-r0)
#6 2.783 Executing busybox-1.30.1-r2.trigger
#6 2.789 Executing ca-certificates-20190108-r0.trigger
#6 2.841 OK: 6 MiB in 15 packages
#6 DONE 5.3s

#7 [build 1/5] FROM docker.io/library/golang:1.13.2@sha256:b3086f21bfbe8969...
#8 DONE 0.8s

#9 [cli-build 6/9] RUN curl -fL https://download.docker.com/linux/static/st...
#9 0.687   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#9 0.689                                  Dload  Upload   Total   Spent    Left  Speed
#9 0.689 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  4 60.3M    4 2654k    0     0  8563k      0  0:00:07 --:--:--  0:00:07 8535k#7 extracting sha256:a8669f8c1a42cfd3644fcda9f2cc2ab189e823018abce1ad7c97cbd62c6190de 4.3s done
#7 extracting sha256:433331673060b0f68a5fc1217a3bd3ad4db5fe61193a145e1ac460d324fb2f9c done
#7 DONE 7.5s

#8 [build 2/5] RUN apt-get update -qq && apt-get install -y -q --no-install...

 52 60.3M   52 31.6M    0     0  24.2M      0  0:00:02  0:00:01  0:00:01 24.2M
100 60.3M  100 60.3M    0     0  27.8M      0  0:00:02  0:00:02 --:--:-- 27.8M
#9 DONE 3.2s

#10 [cli-build 7/9] RUN curl -fL https://download.docker.com/linux/static/st...
#10 0.679   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#10 0.679                                  Dload  Upload   Total   Spent    Left  Speed
#10 0.680 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
 40 53.5M   40 21.5M    0     0  18.9M      0  0:00:02  0:00:01  0:00:01 18.9M#8 3.236 Reading package lists...
#8 3.828 Building dependency tree...
#8 3.935 Reading state information...
#8 4.072 coreutils is already the newest version (8.30-3).
#8 4.072 coreutils set to manually installed.
#8 4.072 util-linux is already the newest version (2.33.1-0.1).
#8 4.072 util-linux set to manually installed.
#8 4.072 The following NEW packages will be installed:
#8 4.072   uuid-runtime
#8 4.338 0 upgraded, 1 newly installed, 0 to remove and 14 not upgraded.
#8 4.338 Need to get 95.2 kB of archives.
#8 4.338 After this operation, 211 kB of additional disk space will be used.
#8 4.338 Get:1 http://deb.debian.org/debian buster/main amd64 uuid-runtime amd64 2.33.1-0.1 [95.2 kB]

 94 53.5M   94 50.5M    0     0  23.9M      0  0:00:02  0:00:02 --:--:-- 23.9M
100 53.5M  100 53.5M    0     0  24.1M      0  0:00:02  0:00:02 --:--:-- 24.0M
#8 4.453 debconf: delaying package configuration, since apt-utils is not installed
#8 4.476 Fetched 95.2 kB in 0s (369 kB/s)
#8 4.498 Selecting previously unselected package uuid-runtime.
#8 4.498 (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.)
#8 4.507 Preparing to unpack .../uuid-runtime_2.33.1-0.1_amd64.deb ...
#8 4.510 Unpacking uuid-runtime (2.33.1-0.1) ...
#8 4.550 Setting up uuid-runtime (2.33.1-0.1) ...
#8 4.584 Adding group `uuidd' (GID 102) ...
#8 4.596 Done.
#8 4.625 Warning: The home dir /run/uuidd you specified can't be accessed: No such file or directory
#8 4.625 Adding system user `uuidd' (UID 101) ...
#8 4.626 Adding new user `uuidd' (UID 101) with group `uuidd' ...
#8 4.662 Not creating home directory `/run/uuidd'.
#8 4.671 invoke-rc.d: could not determine current runlevel
#8 4.673 invoke-rc.d: policy-rc.d denied execution of start.
#10 DONE 3.4s

#11 [cli-build 8/9] RUN curl -fL https://download.docker.com/mac/static/stab...
#11 0.682   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#11 0.683                                  Dload  Upload   Total   Spent    Left  Speed
#11 0.685 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0#8 DONE 5.8s

#9 [build 3/5] WORKDIR /go/src/github.com/docker/app/
#9 DONE 0.2s

#11 [build 4/5] COPY . .

 31 45.6M   31 14.5M    0     0  21.9M      0  0:00:02 --:--:--  0:00:02 21.9M
100 45.6M  100 45.6M    0     0  29.3M      0  0:00:01  0:00:01 --:--:-- 29.3M
#11 DONE 1.2s

#12 [build 5/5] RUN make BUILD_TAG=${BUILD_TAG} TAG=jenkins-app-PR-777-5 bin...
#11 DONE 2.5s

#12 [cli-build 9/9] RUN make binary-windows
#12 1.077 CGO_ENABLED=0 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=42aff189 -X github.com/docker/app/internal.Version=jenkins-app-PR-777-5 -X github.com/docker/app/internal.BuildTime=2019-12-04T15:46:51Z" -o bin/cnab-run ./cmd/cnab-run
#12 0.670 ./scripts/build/windows
#12 0.692 Generating windows resources
#12 0.731 Building build/docker-windows-amd64
[Pipeline] sh
+ make -f docker.Makefile check-vendor
docker build --build-arg TAG=jenkins-app-PR-777-5 --build-arg COMMIT=42aff189 --build-arg ALPINE_VERSION=3.10.3 --build-arg GOPROXY=direct --target=dev -t docker-app-dev:jenkins-app-PR-777-5 .
#2 [internal] load .dockerignore
#2 transferring context: 34B done
#2 DONE 0.0s

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.46kB done
#1 DONE 0.0s

#4 [internal] load metadata for docker.io/dockercore/golang-cross:1.12.9@sh...
#4 DONE 0.0s

#3 [internal] load metadata for docker.io/library/golang:1.13.3
#3 DONE 0.1s

#8 [cli-build 1/9] FROM docker.io/dockercore/golang-cross:1.12.9@sha256:3ea...
#8 DONE 0.0s

#5 [dev 1/9] FROM docker.io/library/golang:1.13.3@sha256:6a693fbaba7dd8d816...
#5 DONE 0.0s

#22 [internal] load build context
#22 transferring context: 341.71kB 0.2s done
#22 DONE 0.2s

#16 [cli-build 9/9] RUN make binary-windows
#16 CACHED

#13 [cli-build 6/9] RUN curl -fL https://download.docker.com/linux/static/st...
#13 CACHED

#6 [dev 2/9] RUN apt-get update && apt-get install -y -q --no-install-recom...
#6 CACHED

#9 [cli-build 2/9] RUN apt-get install -y -q --no-install-recommends   core...
#9 CACHED

#17 [dev 4/9] COPY --from=cli-build /go/src/github.com/docker/cli/build/dock...
#17 CACHED

#19 [dev 6/9] RUN mkdir /go/src/gotest.tools &&   git clone -q https://githu...
#19 CACHED

#18 [dev 5/9] RUN curl -o /usr/bin/dep -L https://github.com/golang/dep/rele...
#18 CACHED

#12 [cli-build 5/9] RUN mkdir build
#12 CACHED

#14 [cli-build 7/9] RUN curl -fL https://download.docker.com/linux/static/st...
#14 CACHED

#10 [cli-build 3/9] WORKDIR /go/src/github.com/docker/cli
#10 CACHED

#7 [dev 3/9] WORKDIR /go/src/github.com/docker/app/
#7 CACHED

#20 [dev 7/9] RUN GOOS=linux go build -o /usr/local/bin/test2json-linux     ...
#20 CACHED

#15 [cli-build 8/9] RUN curl -fL https://download.docker.com/mac/static/stab...
#15 CACHED

#11 [cli-build 4/9] RUN git clone https://github.com/docker/cli . && git che...
#11 CACHED

#21 [dev 8/9] RUN go get -d gopkg.in/mjibson/esc.v0 &&   cd /go/src/github.c...
#21 CACHED

#23 [dev 9/9] COPY . .
#23 DONE 0.8s

#24 exporting to image
#24 exporting layers
#24 exporting layers 0.7s done
#24 writing image sha256:7beb50caeacd13ede52b13e354cb7ddab726e7625ab9f43969fd0ada4ceb2fe0 done
#24 naming to docker.io/library/docker-app-dev:jenkins-app-PR-777-5 done
#24 DONE 0.7s
Check Vendoring...
docker run --rm docker-app-dev:jenkins-app-PR-777-5 sh -c "make vendor && hack/check-git-diff vendor"
rm -rf vendor 1>&1
dep ensure -v 
(1/105) Wrote github.com/mattn/go-shellwords@v1.0.5
(2/105) Wrote github.com/morikuni/aec@master
(3/105) Wrote github.com/opentracing/opentracing-go@v1.1.0
(4/105) Wrote vbom.ml/util@master
(5/105) Wrote github.com/prometheus/client_model@master
(6/105) Wrote github.com/opencontainers/image-spec@v1.0.1
(7/105) Wrote github.com/pkg/errors@v0.8.1
(8/105) Wrote github.com/prometheus/client_golang@v0.8.0
(9/105) Wrote github.com/miekg/pkcs11@master
(10/105) Wrote github.com/mitchellh/mapstructure@v1.1.2
(11/105) Wrote github.com/modern-go/concurrent@1.0.3
(12/105) Wrote github.com/modern-go/reflect2@1.0.1
(13/105) Wrote github.com/opencontainers/runc@v1.0.0-rc7
(14/105) Wrote github.com/oklog/ulid@v1.3.1
(15/105) Wrote github.com/opencontainers/runtime-spec@29686dbc5559d93fb1ef402eeda3e35c38d75af4
(16/105) Wrote github.com/matttproud/golang_protobuf_extensions@v1.0.1
(17/105) Wrote github.com/opencontainers/go-digest@v1.0.0-rc1
(18/105) Wrote github.com/qri-io/jsonpointer@v0.1.0
(19/105) Wrote github.com/prometheus/procfs@master
(20/105) Wrote github.com/prometheus/common@v0.2.0
(21/105) Wrote github.com/qri-io/jsonschema@v0.1.1
(22/105) Wrote github.com/sirupsen/logrus@v1.4.1
(23/105) Wrote github.com/spf13/pflag@master
(24/105) Wrote github.com/syndtr/gocapability@master
(25/105) Wrote github.com/spf13/cobra@v0.0.5
(26/105) Wrote github.com/wadey/gocovmerge@master
(27/105) Wrote github.com/moby/buildkit@v0.6.2
(28/105) Wrote github.com/tonistiigi/units@master
(29/105) Wrote github.com/xeipuuv/gojsonreference@master
(30/105) Wrote github.com/tonistiigi/fsutil@master
(31/105) Wrote github.com/xeipuuv/gojsonpointer@master
(32/105) Wrote github.com/xeipuuv/gojsonschema@v1.2.0
(33/105) Wrote golang.org/x/oauth2@master
(34/105) Wrote golang.org/x/crypto@master
(35/105) Wrote golang.org/x/sync@master
(36/105) Wrote golang.org/x/net@master
(37/105) Wrote golang.org/x/time@master
(38/105) Wrote github.com/theupdateframework/notary@v0.6.1
(39/105) Wrote github.com/Azure/go-ansiterm@master
(40/105) Wrote github.com/Microsoft/go-winio@v0.4.12
(41/105) Wrote github.com/Masterminds/semver@v1.4.2
(42/105) Wrote google.golang.org/appengine@v1.5.0
(43/105) Wrote github.com/agl/ed25519@master
(44/105) Wrote github.com/beorn7/perks@master
(45/105) Wrote golang.org/x/sys@master
(46/105) Wrote github.com/containerd/console@master
(47/105) Wrote github.com/containerd/fifo@master
(48/105) Wrote github.com/containerd/ttrpc@master
(49/105) Wrote github.com/containerd/continuity@master
(50/105) Wrote github.com/containerd/typeurl@master
(51/105) Wrote github.com/davecgh/go-spew@v1.1.1
(52/105) Wrote github.com/Microsoft/hcsshim@2226e083fc390003ae5aa8325c3c92789afa0e7a
(53/105) Wrote golang.org/x/text@v0.3.0
(54/105) Wrote github.com/docker/docker-credential-helpers@v0.6.1
(55/105) Wrote github.com/docker/go@v1.5.1-1
(56/105) Wrote github.com/deislabs/cnab-go@v0.7.1-beta1
(57/105) Wrote github.com/docker/go-events@master
(58/105) Wrote github.com/docker/go-metrics@d466d4f6fd960e01820085bd7e1a24426ee7ef18
(59/105) Wrote github.com/docker/go-units@v0.3.3
(60/105) Wrote github.com/docker/cnab-to-oci@v0.3.0-beta2
(61/105) Wrote github.com/docker/go-connections@v0.4.0
(62/105) Wrote github.com/dustin/go-humanize@v1.0.0
(63/105) Wrote golang.org/x/tools@master
(64/105) Wrote github.com/gofrs/flock@v0.7.1
(65/105) Wrote github.com/gogo/googleapis@v1.2.0
(66/105) Wrote github.com/google/go-cmp@v0.2.0
(67/105) Wrote github.com/docker/buildx@v0.3.1
(68/105) Wrote github.com/google/gofuzz@v1.0.0
(69/105) Wrote github.com/google/shlex@master
(70/105) Wrote cloud.google.com/go@v0.37.4
(71/105) Wrote github.com/gorilla/mux@v1.7.1
(72/105) Wrote github.com/grpc-ecosystem/grpc-opentracing@master
(73/105) Wrote github.com/hashicorp/errwrap@v1.0.0
(74/105) Wrote github.com/globalsign/mgo@master
(75/105) Wrote github.com/hashicorp/go-multierror@v1.0.0
(76/105) Wrote github.com/hashicorp/go-version@v1.1.0
(77/105) Wrote github.com/hashicorp/golang-lru@v0.5.1
(78/105) Wrote github.com/imdario/mergo@master
(79/105) Wrote github.com/inconshreveable/mousetrap@v1.0
(80/105) Wrote github.com/googleapis/gnostic@v0.2.0
(81/105) Wrote github.com/jackpal/gateway@5ceb358a720efa82a5692470f37874b1f48035ad
(82/105) Wrote github.com/docker/distribution@0d3efadf0154c2b8a4e7b6621fff9809655cc580
(83/105) Wrote github.com/jaguilar/vt100 (from github.com/tonistiigi/vt100)@ad4c4a5743050fb7f88ce968dca9422f72a0e3f2
(84/105) Wrote github.com/docker/compose-on-kubernetes@v0.4.21
(85/105) Wrote github.com/konsorten/go-windows-terminal-sequences@v1.0.2
(86/105) Wrote gopkg.in/inf.v0@v0.9.1
(87/105) Wrote github.com/json-iterator/go@v1.1.6
#12 DONE 63.7s

#13 [invocation 3/4] COPY --from=build /go/src/github.com/docker/app/bin/cna...
#13 DONE 0.2s

#14 [invocation 4/4] WORKDIR /cnab/app
#14 DONE 0.1s

#15 exporting to image
#15 exporting layers
#15 exporting layers 0.2s done
#15 writing image sha256:bc56d2ebc1a2eea5997fd574b81459171e0740f2f377cd887f27f3593e17b867 done
#15 naming to docker.io/docker/cnab-app-base:jenkins-app-PR-777-5 done
#15 naming to docker.io/docker/cnab-app-base:jenkins-app-PR-777-5-amd64 done
#15 DONE 0.2s
docker save docker/cnab-app-base:jenkins-app-PR-777-5 -o _build/invocation-image.tar
docker save docker/cnab-app-base:jenkins-app-PR-777-5-arm64 -o _build/invocation-image-arm64.tar
Error response from daemon: reference does not exist
docker.Makefile:136: recipe for target 'save-invocation-image' failed
make: *** [save-invocation-image] Error 1
[Pipeline] }
[Pipeline] // ansiColor
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-777/src/github.com/docker/app
[Pipeline] {
[Pipeline] sh
+ docker rmi docker/cnab-app-base:jenkins-app-PR-777-5
Untagged: docker/cnab-app-base:jenkins-app-PR-777-5
(88/105) Wrote gotest.tools@v2.3.0
[Pipeline] sh
+ docker rmi docker/cnab-app-base:jenkins-app-PR-777-5-coverage
Error: No such image: docker/cnab-app-base:jenkins-app-PR-777-5-coverage
[Pipeline] }
[Pipeline] // dir
Error when executing always post condition:
hudson.AbortException: script returned exit code 1
	at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:658)
	at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:604)
	at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:548)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch Build Invocation image
(89/105) Wrote google.golang.org/genproto@master
(90/105) Wrote gopkg.in/yaml.v2@v2.2.3
(91/105) Wrote github.com/golang/protobuf@v1.3.1
(92/105) Wrote k8s.io/klog@v0.2.0
(93/105) Wrote sigs.k8s.io/yaml@v1.1.0
(94/105) Wrote k8s.io/apimachinery@kubernetes-1.14.1
(95/105) Wrote k8s.io/utils@master
(96/105) Wrote google.golang.org/grpc@v1.19.1
(97/105) Wrote github.com/containerd/containerd@v1.3.0
(98/105) Wrote github.com/docker/swarmkit@18e7e58ea1a5ec016625a636d0d52500eea123bc
(99/105) Wrote github.com/docker/cli@37f9a88c696ae81be14c1697bd083d6421b4933c
(100/105) Wrote github.com/coreos/etcd@v3.3.12
(101/105) Wrote k8s.io/client-go@kubernetes-1.14.1
#12 DONE 86.6s

#13 [cli 1/3] COPY --from=cli-build /go/src/github.com/docker/cli/build/dock...
#13 DONE 0.3s

#14 [cli 2/3] COPY --from=cli-build /go/src/github.com/docker/cli/build/dock...
#14 DONE 0.3s

#15 [cli 3/3] COPY --from=cli-build /go/src/github.com/docker/cli/build/dock...
#15 DONE 0.2s

#16 exporting to client
#16 copying files 13.90MB 0.1s
#16 copying files 184.16MB 1.1s done
#16 DONE 1.6s
docker build --build-arg TAG=jenkins-app-PR-777-5 --build-arg COMMIT=42aff189 --build-arg ALPINE_VERSION=3.10.3 --build-arg GOPROXY=direct --output type=local,dest=./bin/ --target=cross -t docker-app-cross:jenkins-app-PR-777-5 .
#1 [internal] load .dockerignore
#1 transferring context: 34B done
#1 DONE 0.0s

#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 38B done
#2 DONE 0.0s

#4 [internal] load metadata for docker.io/dockercore/golang-cross:1.12.9@sh...
#4 DONE 0.0s

#3 [internal] load metadata for docker.io/library/golang:1.13.3
#3 DONE 0.1s

#8 [cli-build 1/9] FROM docker.io/dockercore/golang-cross:1.12.9@sha256:3ea...
#8 DONE 0.0s

#5 [dev 1/9] FROM docker.io/library/golang:1.13.3@sha256:6a693fbaba7dd8d816...
#5 DONE 0.0s

#10 [cli-build 3/9] WORKDIR /go/src/github.com/docker/cli
#10 CACHED

#12 [cli-build 5/9] RUN mkdir build
#12 CACHED

#11 [cli-build 4/9] RUN git clone https://github.com/docker/cli . && git che...
#11 CACHED

#9 [cli-build 2/9] RUN apt-get install -y -q --no-install-recommends   core...
#9 CACHED

#15 [cli-build 8/9] RUN curl -fL https://download.docker.com/mac/static/stab...
#15 CACHED

#13 [cli-build 6/9] RUN curl -fL https://download.docker.com/linux/static/st...
#13 CACHED

#14 [cli-build 7/9] RUN curl -fL https://download.docker.com/linux/static/st...
#14 CACHED

#16 [cli-build 9/9] RUN make binary-windows
#16 CACHED

#6 [dev 2/9] RUN apt-get update && apt-get install -y -q --no-install-recom...
#6 CACHED

#7 [dev 3/9] WORKDIR /go/src/github.com/docker/app/
#7 CACHED

#22 [internal] load build context
#22 ...

#17 [dev 4/9] COPY --from=cli-build /go/src/github.com/docker/cli/build/dock...
#17 DONE 0.4s

#22 [internal] load build context
#22 transferring context: 73.88MB 1.9s done
#22 DONE 1.9s

#18 [dev 5/9] RUN curl -o /usr/bin/dep -L https://github.com/golang/dep/rele...
#18 1.221   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#18 1.221                                  Dload  Upload   Total   Spent    Left  Speed
#18 1.221 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   605    0   605    0     0   4726      0 --:--:-- --:--:-- --:--:--  4726
#18 1.553 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   282    0   282    0     0    822      0 --:--:-- --:--:-- --:--:-- 25636
#18 DONE 2.0s

#19 [dev 6/9] RUN mkdir /go/src/gotest.tools &&   git clone -q https://githu...
(102/105) Wrote github.com/gogo/protobuf@v1.2.1
#19 11.04 go: downloading gotest.tools v2.1.0+incompatible
#19 11.08 go: extracting gotest.tools v2.1.0+incompatible
#19 11.09 go: downloading github.com/pkg/errors v0.8.0
#19 11.10 go: downloading github.com/fatih/color v1.6.0
#19 11.10 go: downloading github.com/spf13/pflag v1.0.1
#19 11.10 go: downloading github.com/sirupsen/logrus v1.0.5
#19 11.10 go: downloading github.com/jonboulle/clockwork v0.1.0
#19 11.11 go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
#19 11.13 go: extracting github.com/jonboulle/clockwork v0.1.0
#19 11.17 go: extracting github.com/sirupsen/logrus v1.0.5
#19 11.17 go: extracting github.com/pkg/errors v0.8.0
#19 11.18 go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
#19 11.18 go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
#19 11.25 go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
#19 11.25 go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
#19 11.25 go: extracting github.com/spf13/pflag v1.0.1
#19 11.70 go: extracting github.com/fatih/color v1.6.0
#19 11.72 go: downloading github.com/mattn/go-colorable v0.0.9
#19 11.74 go: downloading github.com/mattn/go-isatty v0.0.3
#19 11.78 go: extracting github.com/mattn/go-colorable v0.0.9
#19 11.80 go: extracting github.com/mattn/go-isatty v0.0.3
#19 12.21 go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
#19 12.31 go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
#19 12.44 go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
#19 12.51 go: finding github.com/fatih/color v1.6.0
#19 12.51 go: finding github.com/pkg/errors v0.8.0
#19 12.52 go: finding github.com/sirupsen/logrus v1.0.5
#19 12.53 go: finding github.com/spf13/pflag v1.0.1
#19 12.53 go: finding github.com/mattn/go-colorable v0.0.9
#19 12.54 go: finding github.com/mattn/go-isatty v0.0.3
#19 12.55 go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
#19 12.56 go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
#19 12.57 go: finding github.com/jonboulle/clockwork v0.1.0
#19 12.57 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
#19 12.58 go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
(103/105) Wrote k8s.io/api@kubernetes-1.14.1
(104/105) Wrote github.com/docker/docker@master
#19 DONE 34.5s

#20 [dev 7/9] RUN GOOS=linux go build -o /usr/local/bin/test2json-linux     ...
#20 DONE 2.1s

#21 [dev 8/9] RUN go get -d gopkg.in/mjibson/esc.v0 &&   cd /go/src/github.c...
#21 7.333 golang.org/x/tools/internal/semver
#21 7.369 github.com/pkg/errors
#21 7.387 golang.org/x/tools/go/ast/astutil
#21 7.419 golang.org/x/tools/go/internal/gcimporter
#21 7.776 golang.org/x/tools/go/internal/packagesdriver
#21 7.868 golang.org/x/tools/internal/fastwalk
#21 7.927 golang.org/x/tools/internal/gopathwalk
#21 7.995 golang.org/x/tools/internal/span
#21 8.099 golang.org/x/tools/go/gcexportdata
#21 8.149 golang.org/x/tools/internal/module
#21 8.159 golang.org/x/tools/go/packages
#21 8.446 golang.org/x/tools/internal/imports
#21 8.860 golang.org/x/tools/imports
#21 8.871 github.com/mjibson/esc/embed
#21 8.914 github.com/mjibson/esc
#21 DONE 9.9s

#23 [dev 9/9] COPY . .
#23 DONE 0.7s

#24 [cross-build 1/1] RUN make TAG=jenkins-app-PR-777-5 cross
#24 0.876 GOOS=linux CGO_ENABLED=0 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=42aff189 -X github.com/docker/app/internal.Version=jenkins-app-PR-777-5 -X github.com/docker/app/internal.BuildTime=2019-12-04T15:49:10Z" -o bin/docker-app-linux ./cmd/docker-app
(105/105) Wrote k8s.io/kubernetes@v1.14.1
vendor is correct
[Pipeline] }
[Pipeline] // ansiColor
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
#24 55.65 GOOS=darwin CGO_ENABLED=0 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=42aff189 -X github.com/docker/app/internal.Version=jenkins-app-PR-777-5 -X github.com/docker/app/internal.BuildTime=2019-12-04T15:49:10Z" -o bin/docker-app-darwin ./cmd/docker-app
#24 113.2 GOOS=windows CGO_ENABLED=0 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=42aff189 -X github.com/docker/app/internal.Version=jenkins-app-PR-777-5 -X github.com/docker/app/internal.BuildTime=2019-12-04T15:49:10Z" -o bin/docker-app-windows.exe ./cmd/docker-app
Aborted by Silvin Lubecki
Sending interrupt signal to process
Sending interrupt signal to process
#24 CANCELED
failed to solve with frontend dockerfile.v0: failed to build LLB: context canceled
docker.Makefile:40: recipe for target 'cross' failed
make: *** [cross] Error 1
script returned exit code 2
[Pipeline] }
[Pipeline] // ansiColor
[Pipeline] sh
+ docker image ls --format={{.Repository}}:{{.Tag}} *jenkins-app-PR-777-5*
+ xargs --no-run-if-empty docker image rm -f
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch Binaries
[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: ABORTED