Skip to content
Failed

Console Output

Pull request #733 opened
14:16:18 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 8d3f91b381b9809c90a94efb49f1638aa0635842
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
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/jps.git
 > git init /var/cloudbees-jenkins-distribution/workspace/app_PR-733@libs/jps # timeout=10
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
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > 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
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)"
First time build. Skipping changelog.
[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-0b885d95133e67e6c) in /home/ubuntu/workspace/app_PR-733
[Pipeline] {
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-733/src/github.com/docker/app
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] checkout
using credential docker-jenkins-github-credentials
Running on ubuntu-1804-overlay2 (i-030782e6ac9e53f07) in /home/ubuntu/workspace/app_PR-733
[Pipeline] {
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-733/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-733/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/733/head:refs/remotes/origin/PR-733
Cloning repository https://github.com/docker/app.git
 > git init /home/ubuntu/workspace/app_PR-733/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/733/head:refs/remotes/origin/PR-733
Fetching without tags
Checking out Revision 8d3f91b381b9809c90a94efb49f1638aa0635842 (PR-733)
Fetching without tags
Checking out Revision 8d3f91b381b9809c90a94efb49f1638aa0635842 (PR-733)
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/733/head:refs/remotes/origin/PR-733 # 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/733/head:refs/remotes/origin/PR-733
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8d3f91b381b9809c90a94efb49f1638aa0635842
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/733/head:refs/remotes/origin/PR-733 # 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/733/head:refs/remotes/origin/PR-733
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8d3f91b381b9809c90a94efb49f1638aa0635842
Commit message: "--installer-context option is experimental"
First time build. Skipping changelog.
fatal: bad object 26028d2ce48352c9b2c3f496e963b79a4944a426
Commit message: "--installer-context option is experimental"
fatal: bad object 26028d2ce48352c9b2c3f496e963b79a4944a426
[Pipeline] ansiColor
[Pipeline] {
[Pipeline] sh
+ make -f docker.Makefile cli-cross cross e2e-cross tars
docker build --build-arg TAG=jenkins-app-PR-733-1 --build-arg COMMIT=8d3f91b3 --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-733-1 .
#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 3.83kB 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/5] FROM docker.io/dockercore/golang-cross:1.12.9@sha256:3ea...
#4 DONE 0.0s

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

#8 [cli-build 5/5] RUN make binary-osx binary-windows binary
#8 CACHED

#10 [cli 2/3] COPY --from=cli-build /go/src/github.com/docker/cli/build/dock...
#10 CACHED

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

#9 [cli 1/3] COPY --from=cli-build /go/src/github.com/docker/cli/build/dock...
#9 CACHED

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

#11 [cli 3/3] COPY --from=cli-build /go/src/github.com/docker/cli/build/dock...
#11 CACHED

#12 exporting to client
#12 copying files 35B
[Pipeline] ansiColor
[Pipeline] {
[Pipeline] sh
+ make -f docker.Makefile lint
Linting...
docker build -t docker-app-lint:jenkins-app-PR-733-1 -f Dockerfile.lint .
#2 [internal] load .dockerignore
#2 transferring context: 73B done
#2 DONE 0.0s

#1 [internal] load build definition from Dockerfile.lint
#1 transferring dockerfile: 414B done
#1 DONE 0.0s

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

#4 [1/5] FROM docker.io/library/golang:1.12.9-alpine3.10@sha256:e0660b4f1e6...
#4 resolve docker.io/library/golang:1.12.9-alpine3.10@sha256:e0660b4f1e68e0d408420acb874b396fc6dd25e7c1d03ad36e7d6d1155a4dff6 done
#4 sha256:0f7136d717396dbb712539e3513a59019cf6ba3c0009cbe16fa8dbb278fdbed7 126B / 126B 0.1s done
#4 sha256:e0660b4f1e68e0d408420acb874b396fc6dd25e7c1d03ad36e7d6d1155a4dff6 1.65kB / 1.65kB done
#4 sha256:39f9d94d45e404c98c3aa3c9b2406185f46ffddefeb45cdd9b778024626302fc 1.36kB / 1.36kB done
#4 sha256:e0d64652399115816bb8c0b5bb008fa4166bda4d6e06ebf3c0196a5adfc87a66 3.81kB / 3.81kB done
#4 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 86.53kB / 125.33MB 0.1s
#4 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 10.06MB / 125.33MB 0.3s
#4 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 17.42MB / 125.33MB 0.3s
#4 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 33.79MB / 125.33MB 0.6s
#12 copying files 181.89MB 1.3s done
#4 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 52.53MB / 125.33MB 0.8s
#4 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 59.87MB / 125.33MB 0.9s
#4 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 72.93MB / 125.33MB 1.1s
#12 DONE 2.0s
docker build --build-arg TAG=jenkins-app-PR-733-1 --build-arg COMMIT=8d3f91b3 --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-733-1 .
#4 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 81.96MB / 125.33MB 1.2s
#4 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 88.47MB / 125.33MB 1.3s
#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 38B done
#2 DONE 0.0s

#1 [internal] load .dockerignore
#1 transferring context: 34B 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/5] 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

#18 [internal] load build context
#4 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 95.95MB / 125.33MB 1.4s
#4 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 102.70MB / 125.33MB 1.5s
#4 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 118.35MB / 125.33MB 1.7s
#4 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 125.33MB / 125.33MB 1.7s
#4 ...

#8 [internal] load build context
#8 transferring context: 73.27MB 2.1s done
#8 DONE 2.2s

#4 [1/5] FROM docker.io/library/golang:1.12.9-alpine3.10@sha256:e0660b4f1e6...
#4 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 125.33MB / 125.33MB 2.1s done
#4 extracting sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64
#18 transferring context: 73.27MB 1.3s done
#18 DONE 1.4s

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

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

#12 [cli-build 5/5] RUN make binary-osx binary-windows binary
#12 CACHED

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

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

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

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

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

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

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

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

#19 [dev 9/9] COPY . .
Running on ubuntu-1804-overlay2 (i-00eaa2c027ed577d3) in /home/ubuntu/workspace/app_PR-733
[Pipeline] {
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-733/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
#19 DONE 1.1s
Cloning repository https://github.com/docker/app.git
 > git init /home/ubuntu/workspace/app_PR-733/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/733/head:refs/remotes/origin/PR-733

#20 [cross-build 1/1] RUN make TAG=jenkins-app-PR-733-1 cross
Fetching without tags
Checking out Revision 8d3f91b381b9809c90a94efb49f1638aa0635842 (PR-733)
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/733/head:refs/remotes/origin/PR-733 # 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/733/head:refs/remotes/origin/PR-733
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8d3f91b381b9809c90a94efb49f1638aa0635842
Commit message: "--installer-context option is experimental"
fatal: bad object 26028d2ce48352c9b2c3f496e963b79a4944a426
#20 1.061 GOOS=linux CGO_ENABLED=0 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=8d3f91b3 -X github.com/docker/app/internal.Version=jenkins-app-PR-733-1 -X github.com/docker/app/internal.BuildTime=2019-11-08T14:16:31Z" -o bin/docker-app-linux ./cmd/docker-app
[Pipeline] ansiColor
[Pipeline] {
[Pipeline] sh
+ make -f docker.Makefile save-invocation-image
docker build -f Dockerfile.invocation-image --build-arg TAG=jenkins-app-PR-733-1 --build-arg COMMIT=8d3f91b3 --build-arg ALPINE_VERSION=3.10.3 --build-arg GOPROXY=direct --target=invocation -t docker/cnab-app-base:jenkins-app-PR-733-1 .
#2 [internal] load .dockerignore
#2 transferring context: 73B done
#2 DONE 0.0s

#1 [internal] load build definition from Dockerfile.invocation-image
#1 transferring dockerfile: 614B done
#1 DONE 0.0s

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

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

#5 [invocation 1/4] FROM docker.io/library/alpine:3.10.3@sha256:c19173c5ada...
#5 DONE 0.0s

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

#10 [internal] load build context
#4 extracting sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 4.2s done
#4 extracting sha256:0f7136d717396dbb712539e3513a59019cf6ba3c0009cbe16fa8dbb278fdbed7
#4 extracting sha256:0f7136d717396dbb712539e3513a59019cf6ba3c0009cbe16fa8dbb278fdbed7 done
#4 DONE 6.9s

#5 [2/5] RUN apk add --no-cache     curl     git     make     coreutils
#5 0.869 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
#10 transferring context: 73.27MB 1.3s done
#10 DONE 1.4s

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

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

#11 [build 4/5] COPY . .
#5 1.950 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
#5 2.021 (1/10) Installing libacl (2.2.52-r6)
#5 2.024 (2/10) Installing libattr (2.4.48-r0)
#5 2.026 (3/10) Installing coreutils (8.31-r0)
#5 2.043 (4/10) Installing nghttp2-libs (1.39.2-r0)
#5 2.046 (5/10) Installing libcurl (7.66.0-r0)
#5 2.052 (6/10) Installing curl (7.66.0-r0)
#5 2.056 (7/10) Installing expat (2.2.8-r0)
#5 2.059 (8/10) Installing pcre2 (10.33-r0)
#5 2.066 (9/10) Installing git (2.22.0-r0)
#11 DONE 1.4s

#12 [build 5/5] RUN make BUILD_TAG=${BUILD_TAG} TAG=jenkins-app-PR-733-1 bin...
#5 2.217 (10/10) Installing make (4.2.1-r2)
#5 2.221 Executing busybox-1.30.1-r2.trigger
#5 2.225 OK: 22 MiB in 25 packages
#12 1.073 CGO_ENABLED=0 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=8d3f91b3 -X github.com/docker/app/internal.Version=jenkins-app-PR-733-1 -X github.com/docker/app/internal.BuildTime=2019-11-08T14:16:36Z" -o bin/cnab-run ./cmd/cnab-run
#5 DONE 4.2s

#6 [3/5] RUN GO111MODULE=on go get     github.com/golangci/golangci-lint/cm...
#6 0.674 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.16.0
#6 0.734 go: finding github.com/golangci/golangci-lint/cmd v1.16.0
#6 0.734 go: finding github.com/golangci/golangci-lint v1.16.0
#6 1.529 go: downloading github.com/golangci/golangci-lint v1.16.0
#6 2.483 go: extracting github.com/golangci/golangci-lint v1.16.0
#6 2.530 go: finding github.com/OpenPeeDeeP/depguard v0.0.0-20180806142446-a69c782687b2
#6 2.531 go: finding github.com/spf13/jwalterweatherman v0.0.0-20180109140146-7c0cea34c8ec
#6 2.532 go: finding github.com/inconshreveable/mousetrap v1.0.0
#6 2.533 go: finding github.com/spf13/pflag v1.0.1
#6 2.533 go: finding github.com/mattn/go-colorable v0.0.9
#6 2.534 go: finding github.com/mattn/go-isatty v0.0.3
#6 2.535 go: finding github.com/golangci/ineffassign v0.0.0-20180808204949-2ee8f2867dde
#6 2.536 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20171102151520-eafdab6b0663
#6 2.827 go: finding github.com/go-lintpack/lintpack v0.5.2
#6 2.909 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
#6 2.998 go: finding github.com/spf13/cobra v0.0.2
#6 3.161 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
#6 3.202 go: finding github.com/pkg/errors v0.8.0
#6 3.293 go: finding golang.org/x/tools v0.0.0-20190314010720-f0bfdbff1f9c
#6 3.293 go: finding golang.org/x/tools v0.0.0-20181117154741-2ddaf7f79a09
#6 3.327 go: finding github.com/spf13/cast v1.2.0
#6 3.332 go: finding github.com/go-toolsmith/astfmt v0.0.0-20180903215011-8f8ee99c3086
#6 3.400 go: finding github.com/spf13/afero v1.1.0
#6 3.456 go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9
#6 3.468 go: finding sourcegraph.com/sourcegraph/go-diff v0.5.1-0.20190210232911-dee78e514455
#6 3.527 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
#6 3.598 go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2
#6 3.611 go: finding mvdan.cc/unparam v0.0.0-20190124213536-fbb59629db34
#6 3.613 go: finding github.com/golangci/lint-1 v0.0.0-20180610141402-4bf9709227d1
#6 3.614 go: finding github.com/golangci/gofmt v0.0.0-20181105071733-0b8337e80d98
#6 3.770 go: finding github.com/golangci/errcheck v0.0.0-20181003203344-ef45e06d44b6
#6 3.835 go: finding golang.org/x/sys v0.0.0-20190312061237-fead79001313
#6 3.972 go: finding github.com/shirou/gopsutil v0.0.0-20180427012116-c95755e4bcd7
#6 3.974 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
#6 3.995 go: finding github.com/google/go-cmp v0.2.0
#6 4.024 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
#6 4.143 go: finding github.com/go-critic/go-critic v0.0.0-20181204210945-ee9bf5809ead
#6 4.308 go: finding github.com/golang/mock v1.1.1
#6 4.312 go: finding github.com/onsi/gomega v1.4.2
#6 4.398 go: finding github.com/hashicorp/hcl v0.0.0-20180404174102-ef8a98b0bbce
#6 4.435 go: finding github.com/go-toolsmith/pkgload v0.0.0-20181119091011-e9e65178eee8
#6 4.865 go: finding github.com/logrusorgru/aurora v0.0.0-20181002194514-a7b3b318ed4e
#6 4.894 go: finding github.com/gobwas/glob v0.2.3
#6 4.962 go: finding golang.org/x/net v0.0.0-20190313220215-9f648a60d977
#6 5.323 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
#6 5.399 go: finding github.com/golang/protobuf v1.2.0
#6 5.429 go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
#6 5.642 go: finding github.com/fatih/color v1.6.0
#6 5.957 go: finding github.com/onsi/ginkgo v1.6.0
#6 6.411 go: finding github.com/magiconair/properties v1.7.6
#6 6.799 go: finding github.com/rogpeppe/go-internal v1.1.0
#6 6.933 go: finding github.com/sirupsen/logrus v1.0.5
#6 6.957 go: finding github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4
#6 7.026 go: finding gopkg.in/fsnotify.v1 v1.4.7
#6 7.358 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
#6 7.541 go: finding golang.org/x/tools v0.0.0-20181205014116-22934f0fdb62
#6 7.659 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
#6 7.921 go: finding github.com/go-toolsmith/typep v0.0.0-20181030061450-d63dc7650676
#6 8.179 go: finding github.com/golangci/gosec v0.0.0-20180901114220-66fb7fc33547
#6 8.519 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
#6 8.526 go: finding github.com/shurcooL/go-goon v0.0.0-20170922171312-37c2f522c041
#6 8.815 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
#6 8.965 go: finding golang.org/x/sys v0.0.0-20171026204733-164713f0dfce
#6 9.012 go: finding github.com/onsi/ginkgo v0.0.0-20170829012221-11459a886d9c
#6 9.130 go: finding github.com/kr/pretty v0.1.0
#6 9.383 go: finding github.com/kisielk/gotool v1.0.0
#6 9.475 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
#6 9.511 go: finding github.com/spf13/viper v1.0.2
#6 9.629 go: finding github.com/mitchellh/mapstructure v0.0.0-20180220230111-00c29f56e238
#6 9.797 go: finding golang.org/x/tools v0.0.0-20190121143147-24cd39ecf745
#6 9.889 go: finding github.com/shurcooL/go v0.0.0-20180423040247-9e1955d9fb6e
#6 9.983 go: finding gopkg.in/errgo.v2 v2.1.0
#6 10.06 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
#6 10.14 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20160627004424-a22cb81b2ecd
#6 10.50 go: finding github.com/onsi/gomega v0.0.0-20170829124025-dcabb60a477c
#6 10.50 go: finding github.com/kisielk/gotool v0.0.0-20161130080628-0de1eaf82fa3
#6 10.54 go: finding github.com/golangci/go-tools v0.0.0-20180109140146-af6baa5dc196
#6 10.55 go: finding golang.org/x/text v0.0.0-20170915090833-1cbadb444a80
#6 10.66 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
#6 10.68 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
#6 10.74 go: finding github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6
#6 10.86 go: finding github.com/mitchellh/go-homedir v1.0.0
#6 10.94 go: finding gopkg.in/yaml.v2 v2.2.1
#6 10.99 go: finding golang.org/x/tools v0.0.0-20180221164845-07fd8470d635
#6 11.03 go: finding github.com/BurntSushi/toml v0.3.1
#6 11.04 go: finding golang.org/x/crypto v0.0.0-20190313024323-a1f597ede03a
#6 11.07 go: finding github.com/go-toolsmith/astequal v0.0.0-20180903214952-dcb477bfacd6
#6 11.18 go: finding golang.org/x/net v0.0.0-20190311183353-d8887717615a
#6 11.23 go: finding github.com/go-toolsmith/strparse v0.0.0-20180903215201-830b6daa1241
#6 11.26 go: finding golang.org/x/net v0.0.0-20180906233101-161cd47e91fd
#6 11.29 go: finding github.com/ryanuber/go-glob v0.0.0-20170128012129-256dc444b735
#6 11.54 go: finding github.com/hpcloud/tail v1.0.0
#6 11.66 go: finding github.com/mozilla/tls-observatory v0.0.0-20180409132520-8791a200eb40
#6 11.66 go: finding golang.org/x/net v0.0.0-20170915142106-8351a756f30f
#6 11.72 go: finding github.com/go-toolsmith/astp v0.0.0-20180903215135-0af7e3c24f30
#6 11.78 go: finding github.com/pmezard/go-difflib v1.0.0
#6 11.80 go: finding github.com/stretchr/testify v1.2.2
#6 11.82 go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
#6 11.84 go: finding github.com/mitchellh/go-ps v0.0.0-20170309133038-4fdf99ab2936
#6 12.02 go: finding github.com/go-toolsmith/astcopy v0.0.0-20180903214859-79b422d080c4
#6 12.12 go: finding golang.org/x/tools v0.0.0-20170915040203-e531a2a1c15f
#6 12.16 go: finding github.com/go-toolsmith/astcast v0.0.0-20181028201508-b7a89ed70af1
#6 12.25 go: finding github.com/kr/text v0.1.0
#6 12.28 go: finding github.com/fsnotify/fsnotify v1.4.7
#6 12.37 go: finding github.com/gogo/protobuf v1.1.1
#6 12.41 go: finding github.com/mattn/goveralls v0.0.2
#6 12.64 go: finding github.com/davecgh/go-spew v1.1.1
#6 12.74 go: finding github.com/kr/pty v1.1.1
#6 12.87 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
#6 12.94 go: finding github.com/pelletier/go-toml v1.1.0
#6 13.04 go: finding gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7
#6 13.32 go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
#6 13.36 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
#6 13.37 go: finding golang.org/x/text v0.3.0
#6 13.40 go: finding github.com/go-ole/go-ole v1.2.1
#6 18.25 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
#6 18.27 go: downloading github.com/fatih/color v1.6.0
#6 18.28 go: downloading github.com/pkg/errors v0.8.0
#6 18.28 go: downloading golang.org/x/tools v0.0.0-20190314010720-f0bfdbff1f9c
#6 18.28 go: downloading github.com/spf13/viper v1.0.2
#6 18.29 go: downloading github.com/spf13/cobra v0.0.2
#6 18.30 go: downloading github.com/go-lintpack/lintpack v0.5.2
#6 18.30 go: downloading github.com/golangci/go-tools v0.0.0-20180109140146-af6baa5dc196
#6 18.39 go: extracting github.com/spf13/viper v1.0.2
#6 18.41 go: extracting github.com/go-lintpack/lintpack v0.5.2
#6 18.41 go: extracting github.com/pkg/errors v0.8.0
#6 18.42 go: downloading github.com/magiconair/properties v1.7.6
#6 18.52 go: extracting github.com/spf13/cobra v0.0.2
#6 18.53 go: extracting github.com/magiconair/properties v1.7.6
#6 18.53 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
#6 18.55 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
#6 18.57 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
#6 18.57 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
#6 18.62 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
#6 18.75 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
#6 18.80 go: downloading github.com/golang/mock v1.1.1
#6 18.84 go: extracting github.com/fatih/color v1.6.0
#6 18.84 go: downloading github.com/pelletier/go-toml v1.1.0
#6 18.87 go: extracting github.com/golangci/go-tools v0.0.0-20180109140146-af6baa5dc196
#6 18.93 go: extracting github.com/golang/mock v1.1.1
#6 18.95 go: downloading github.com/golangci/gosec v0.0.0-20180901114220-66fb7fc33547
#6 18.96 go: extracting github.com/pelletier/go-toml v1.1.0
#6 18.96 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
#6 19.00 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
#6 19.01 go: downloading github.com/fsnotify/fsnotify v1.4.7
#6 19.02 go: downloading github.com/golangci/ineffassign v0.0.0-20180808204949-2ee8f2867dde
#6 19.06 go: extracting github.com/golangci/gosec v0.0.0-20180901114220-66fb7fc33547
#6 19.08 go: extracting github.com/golangci/ineffassign v0.0.0-20180808204949-2ee8f2867dde
#6 19.08 go: downloading github.com/hashicorp/hcl v0.0.0-20180404174102-ef8a98b0bbce
#6 19.09 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
#6 19.12 go: extracting github.com/fsnotify/fsnotify v1.4.7
#6 19.12 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
#6 19.12 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
#6 19.13 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20180109140146-7c0cea34c8ec
#6 19.18 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
#6 19.19 go: extracting github.com/spf13/jwalterweatherman v0.0.0-20180109140146-7c0cea34c8ec
#6 19.23 go: extracting github.com/hashicorp/hcl v0.0.0-20180404174102-ef8a98b0bbce
#6 19.25 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
#6 19.25 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20171102151520-eafdab6b0663
#6 19.27 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
#6 20.04 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20171102151520-eafdab6b0663
#6 20.26 go: extracting golang.org/x/tools v0.0.0-20190314010720-f0bfdbff1f9c
#6 20.41 go: downloading golang.org/x/sys v0.0.0-20190312061237-fead79001313
#6 20.41 go: downloading github.com/spf13/pflag v1.0.1
#6 20.42 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
#6 20.44 go: downloading gopkg.in/yaml.v2 v2.2.1
#6 20.44 go: downloading github.com/mitchellh/mapstructure v0.0.0-20180220230111-00c29f56e238
#6 20.44 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
#6 20.44 go: downloading mvdan.cc/unparam v0.0.0-20190124213536-fbb59629db34
#6 20.44 go: downloading github.com/go-toolsmith/astfmt v0.0.0-20180903215011-8f8ee99c3086
#6 20.44 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
#6 20.45 go: downloading github.com/spf13/afero v1.1.0
#6 20.53 go: extracting github.com/mitchellh/mapstructure v0.0.0-20180220230111-00c29f56e238
#6 20.53 go: downloading github.com/go-critic/go-critic v0.0.0-20181204210945-ee9bf5809ead
#6 20.53 go: extracting github.com/spf13/pflag v1.0.1
#6 20.61 go: extracting mvdan.cc/unparam v0.0.0-20190124213536-fbb59629db34
#6 20.62 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
#6 20.63 go: downloading github.com/kisielk/gotool v1.0.0
#6 20.64 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
#6 20.69 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
#6 20.69 go: extracting github.com/go-toolsmith/astfmt v0.0.0-20180903215011-8f8ee99c3086
#6 20.70 go: downloading github.com/golangci/gofmt v0.0.0-20181105071733-0b8337e80d98
#6 20.70 go: extracting github.com/kisielk/gotool v1.0.0
#6 20.71 go: downloading github.com/golangci/lint-1 v0.0.0-20180610141402-4bf9709227d1
#6 20.75 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
#6 20.78 go: downloading sourcegraph.com/sourcegraph/go-diff v0.5.1-0.20190210232911-dee78e514455
#6 20.79 go: extracting github.com/golangci/lint-1 v0.0.0-20180610141402-4bf9709227d1
#6 20.79 go: downloading github.com/mattn/go-isatty v0.0.3
#6 20.80 go: downloading github.com/spf13/cast v1.2.0
#6 20.81 go: extracting gopkg.in/yaml.v2 v2.2.1
#6 20.81 go: downloading github.com/mattn/go-colorable v0.0.9
#6 20.83 go: extracting github.com/mattn/go-colorable v0.0.9
#6 20.84 go: extracting github.com/spf13/afero v1.1.0
#6 20.86 go: downloading github.com/sirupsen/logrus v1.0.5
#6 20.87 go: downloading golang.org/x/text v0.3.0
#6 20.88 go: extracting github.com/spf13/cast v1.2.0
#6 20.88 go: downloading github.com/OpenPeeDeeP/depguard v0.0.0-20180806142446-a69c782687b2
#6 20.98 go: extracting github.com/mattn/go-isatty v0.0.3
#6 20.98 go: extracting github.com/golangci/gofmt v0.0.0-20181105071733-0b8337e80d98
#6 21.01 go: extracting github.com/go-critic/go-critic v0.0.0-20181204210945-ee9bf5809ead
#6 21.03 go: downloading golang.org/x/net v0.0.0-20190313220215-9f648a60d977
#6 21.05 go: downloading github.com/golangci/errcheck v0.0.0-20181003203344-ef45e06d44b6
#6 21.10 go: extracting github.com/sirupsen/logrus v1.0.5
#6 21.15 go: extracting github.com/golangci/errcheck v0.0.0-20181003203344-ef45e06d44b6
#6 21.15 go: downloading golang.org/x/crypto v0.0.0-20190313024323-a1f597ede03a
#6 21.15 go: extracting sourcegraph.com/sourcegraph/go-diff v0.5.1-0.20190210232911-dee78e514455
#6 21.16 go: downloading github.com/go-toolsmith/astcast v0.0.0-20181028201508-b7a89ed70af1
#6 21.20 go: extracting github.com/OpenPeeDeeP/depguard v0.0.0-20180806142446-a69c782687b2
#6 21.21 go: downloading github.com/mitchellh/go-homedir v1.0.0
#6 21.22 go: downloading github.com/go-toolsmith/astp v0.0.0-20180903215135-0af7e3c24f30
#6 21.24 go: downloading github.com/gogo/protobuf v1.1.1
#6 21.27 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
#6 21.29 go: extracting github.com/go-toolsmith/astcast v0.0.0-20181028201508-b7a89ed70af1
#6 21.29 go: downloading github.com/BurntSushi/toml v0.3.1
#6 21.35 go: downloading github.com/go-toolsmith/typep v0.0.0-20181030061450-d63dc7650676
#6 21.35 go: extracting github.com/go-toolsmith/astp v0.0.0-20180903215135-0af7e3c24f30
#6 21.35 go: extracting github.com/mitchellh/go-homedir v1.0.0
#6 21.35 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
#6 21.35 go: downloading github.com/go-toolsmith/astequal v0.0.0-20180903214952-dcb477bfacd6
#6 21.40 go: extracting github.com/go-toolsmith/typep v0.0.0-20181030061450-d63dc7650676
#6 21.41 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
#6 21.41 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
#6 21.44 go: extracting github.com/go-toolsmith/astequal v0.0.0-20180903214952-dcb477bfacd6
#6 21.44 go: downloading github.com/gobwas/glob v0.2.3
#6 21.48 go: extracting github.com/BurntSushi/toml v0.3.1
#6 21.49 go: downloading github.com/go-toolsmith/strparse v0.0.0-20180903215201-830b6daa1241
#6 21.53 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
#6 21.55 go: extracting github.com/go-toolsmith/strparse v0.0.0-20180903215201-830b6daa1241
#6 21.55 go: downloading github.com/go-toolsmith/astcopy v0.0.0-20180903214859-79b422d080c4
#6 21.64 go: extracting github.com/go-toolsmith/astcopy v0.0.0-20180903214859-79b422d080c4
#6 21.69 go: extracting github.com/gobwas/glob v0.2.3
#6 22.96 go: extracting golang.org/x/crypto v0.0.0-20190313024323-a1f597ede03a
#6 22.99 go: extracting golang.org/x/sys v0.0.0-20190312061237-fead79001313
#6 23.18 go: extracting golang.org/x/net v0.0.0-20190313220215-9f648a60d977
#6 24.12 go: extracting github.com/gogo/protobuf v1.1.1
#6 25.55 go: extracting golang.org/x/text v0.3.0
#6 DONE 45.5s

#7 [4/5] WORKDIR /go/src/github.com/docker/app
#7 DONE 0.0s

#9 [5/5] COPY . .
#9 DONE 0.6s

#10 exporting to image
#10 exporting layers
#10 exporting layers 1.1s done
#10 writing image sha256:f6e34b5e9f311e25c9cc9017a5d5d299db5b6c28ea2b2a2ace88726c6e4a6979 done
#10 naming to docker.io/library/docker-app-lint:jenkins-app-PR-733-1 done
#10 DONE 1.1s
docker run --rm docker-app-lint:jenkins-app-PR-733-1 make lint
Linting...
#20 56.23 GOOS=darwin CGO_ENABLED=0 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=8d3f91b3 -X github.com/docker/app/internal.Version=jenkins-app-PR-733-1 -X github.com/docker/app/internal.BuildTime=2019-11-08T14:16:31Z" -o bin/docker-app-darwin ./cmd/docker-app
#12 DONE 64.4s

#6 [invocation 2/4] RUN apk add --no-cache ca-certificates && adduser -S cn...
#6 CACHED

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

#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:bf8e0d0539b942c2ffadbb51d0bfa857cb2995da7085459ec7affef8e0285b27 done
#15 naming to docker.io/docker/cnab-app-base:jenkins-app-PR-733-1 done
#15 DONE 0.2s
docker save docker/cnab-app-base:jenkins-app-PR-733-1 -o _build/invocation-image.tar
[Pipeline] sh
+ make -f docker.Makefile INVOCATION_IMAGE_TAG=jenkins-app-PR-733-1-coverage OUTPUT=coverage-invocation-image.tar save-invocation-image-tag
docker tag docker/cnab-app-base:jenkins-app-PR-733-1 docker/cnab-app-base:jenkins-app-PR-733-1-coverage
docker save docker/cnab-app-base:jenkins-app-PR-733-1-coverage -o _build/coverage-invocation-image.tar
[Pipeline] }
[Pipeline] // ansiColor
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-733/src/github.com/docker/app/_build
[Pipeline] {
[Pipeline] stash
internal/cliopts/installerContext.go:25:21: Error return value of `flags.SetAnnotation` is not checked (errcheck)
	flags.SetAnnotation("installer-context", "experimentalCLI", []string{"true"})
	                   ^
Stashed 1 file(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-733/1/stashes/invocation-image.tgz
[Pipeline] stash
make: *** [Makefile:71: lint] Error 1
docker.Makefile:89: recipe for target 'lint' failed
make: *** [lint] Error 2
[Pipeline] }
[Pipeline] // ansiColor
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch Validate
Stashed 1 file(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-733/1/stashes/coverage-invocation-image.tgz
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-733/src/github.com/docker/app
[Pipeline] {
[Pipeline] sh
+ docker rmi docker/cnab-app-base:jenkins-app-PR-733-1
Untagged: docker/cnab-app-base:jenkins-app-PR-733-1
[Pipeline] sh
+ docker rmi docker/cnab-app-base:jenkins-app-PR-733-1-coverage
Untagged: docker/cnab-app-base:jenkins-app-PR-733-1-coverage
Deleted: sha256:bf8e0d0539b942c2ffadbb51d0bfa857cb2995da7085459ec7affef8e0285b27
[Pipeline] }
[Pipeline] // dir
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
#20 113.7 GOOS=windows CGO_ENABLED=0 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=8d3f91b3 -X github.com/docker/app/internal.Version=jenkins-app-PR-733-1 -X github.com/docker/app/internal.BuildTime=2019-11-08T14:16:31Z" -o bin/docker-app-windows.exe ./cmd/docker-app
#20 DONE 172.2s

#21 [cross 1/3] COPY --from=cross-build /go/src/github.com/docker/app/bin/do...
#21 DONE 0.1s

#22 [cross 2/3] COPY --from=cross-build /go/src/github.com/docker/app/bin/do...
#22 DONE 0.2s

#23 [cross 3/3] COPY --from=cross-build /go/src/github.com/docker/app/bin/do...
#23 DONE 0.2s

#24 exporting to client
#24 copying files 15.08MB 0.1s
#24 copying files 124.42MB 0.8s done
#24 DONE 1.1s
docker build --build-arg TAG=jenkins-app-PR-733-1 --build-arg COMMIT=8d3f91b3 --build-arg ALPINE_VERSION=3.10.3 --build-arg GOPROXY=direct --output type=local,dest=./bin/ --target=e2e-cross -t docker-app-e2e-cross:jenkins-app-PR-733-1  .
#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 38B done
#2 DONE 0.0s

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

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

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

#8 [cli-build 1/5] 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

#18 [internal] load build context
#18 transferring context: 344.46kB 0.2s done
#18 DONE 0.2s

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

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

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

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

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

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

#12 [cli-build 5/5] RUN make binary-osx binary-windows binary
#12 CACHED

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

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

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

#19 [dev 9/9] COPY . .
#19 CACHED

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

#20 [cross-build 1/1] RUN make TAG=jenkins-app-PR-733-1 cross
#20 CACHED

#21 [e2e-cross-build 1/1] RUN make TAG=jenkins-app-PR-733-1 e2e-cross
#21 0.839 GOOS=linux CGO_ENABLED=0 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=8d3f91b3 -X github.com/docker/app/internal.Version=jenkins-app-PR-733-1 -X github.com/docker/app/internal.BuildTime=2019-11-08T14:19:26Z" -o bin/docker-app-linux ./cmd/docker-app
#21 4.071 GOOS=linux CGO_ENABLED=0 go test -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=8d3f91b3 -X github.com/docker/app/internal.Version=jenkins-app-PR-733-1 -X github.com/docker/app/internal.BuildTime=2019-11-08T14:19:26Z" -c -o bin/docker-app-e2e-linux ./e2e/
#21 25.72 GOOS=darwin CGO_ENABLED=0 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=8d3f91b3 -X github.com/docker/app/internal.Version=jenkins-app-PR-733-1 -X github.com/docker/app/internal.BuildTime=2019-11-08T14:19:26Z" -o bin/docker-app-darwin ./cmd/docker-app
#21 29.45 GOOS=darwin CGO_ENABLED=0 go test -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=8d3f91b3 -X github.com/docker/app/internal.Version=jenkins-app-PR-733-1 -X github.com/docker/app/internal.BuildTime=2019-11-08T14:19:26Z" -c -o bin/docker-app-e2e-darwin ./e2e/
#21 51.40 GOOS=windows CGO_ENABLED=0 go test -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=8d3f91b3 -X github.com/docker/app/internal.Version=jenkins-app-PR-733-1 -X github.com/docker/app/internal.BuildTime=2019-11-08T14:19:26Z" -c -o bin/docker-app-e2e-windows.exe ./e2e/
#21 DONE 73.1s

#22 [e2e-cross 1/9] COPY --from=e2e-cross-build /go/src/github.com/docker/ap...
#22 DONE 0.1s

#23 [e2e-cross 2/9] COPY --from=e2e-cross-build /go/src/github.com/docker/ap...
#23 DONE 0.2s

#24 [e2e-cross 3/9] COPY --from=e2e-cross-build /go/src/github.com/docker/ap...
#24 DONE 0.2s

#25 [e2e-cross 4/9] COPY --from=e2e-cross-build /usr/local/bin/gotestsum-lin...
#25 DONE 0.1s

#26 [e2e-cross 5/9] COPY --from=e2e-cross-build /usr/local/bin/gotestsum-dar...
#26 DONE 0.1s

#27 [e2e-cross 6/9] COPY --from=e2e-cross-build /usr/local/bin/gotestsum-win...
#27 DONE 0.1s

#28 [e2e-cross 7/9] COPY --from=e2e-cross-build /usr/local/bin/test2json-lin...
#28 DONE 0.1s

#29 [e2e-cross 8/9] COPY --from=e2e-cross-build /usr/local/bin/test2json-dar...
#29 DONE 0.1s

#30 [e2e-cross 9/9] COPY --from=e2e-cross-build /usr/local/bin/test2json-win...
#30 DONE 0.1s

#31 exporting to client
#31 copying files 13.21MB 0.1s
#31 copying files 122.19MB 0.8s done
#31 DONE 1.1s
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-733/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-733/1/stashes/binaries.tgz
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-733/src/github.com/docker/app/e2e
[Pipeline] {
[Pipeline] stash
Stashed 69 file(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-733/1/stashes/e2e.tgz
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-733/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-733/1/stashes/examples.tgz
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ docker image ls --format={{.Repository}}:{{.Tag}} *jenkins-app-PR-733-1*
+ 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] }
[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