Skip to content
Failed

Console Output

Pull request #712 updated
Started by user Chris Crone
Rebuilds build #5
10:40:46 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 03f591935a482b49fbb46dc24c5cf63a7801acc6
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-0860944ce38856475) in /home/ubuntu/workspace/app_PR-712
[Pipeline] {
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-712/src/github.com/docker/app
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] checkout
Running on ubuntu-1804-overlay2 (i-0b0d638ed9f19f5e1) in /home/ubuntu/workspace/app_PR-712
[Pipeline] {
using credential docker-jenkins-github-credentials
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-712/src/github.com/docker/app
[Pipeline] {
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
[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-712/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/712/head:refs/remotes/origin/PR-712
Cloning repository https://github.com/docker/app.git
 > git init /home/ubuntu/workspace/app_PR-712/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/712/head:refs/remotes/origin/PR-712
Fetching without tags
Fetching without tags
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/712/head:refs/remotes/origin/PR-712 # timeout=10
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
Checking out Revision 03f591935a482b49fbb46dc24c5cf63a7801acc6 (PR-712)
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/712/head:refs/remotes/origin/PR-712 # 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/712/head:refs/remotes/origin/PR-712
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 03f591935a482b49fbb46dc24c5cf63a7801acc6
Checking out Revision 03f591935a482b49fbb46dc24c5cf63a7801acc6 (PR-712)
Commit message: "Use docker build output for binaries"
Commit message: "Use docker build output for binaries"
 > git rev-list --no-walk 03f591935a482b49fbb46dc24c5cf63a7801acc6 # timeout=10
[Pipeline] ansiColor
[Pipeline] {
[Pipeline] sh
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/712/head:refs/remotes/origin/PR-712
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 03f591935a482b49fbb46dc24c5cf63a7801acc6
[Pipeline] ansiColor
[Pipeline] {
[Pipeline] sh
+ make -f docker.Makefile cli-cross cross e2e-cross tars
docker build --build-arg TAG=jenkins-app-PR-712-6 --build-arg COMMIT=03f59193 --build-arg ALPINE_VERSION=3.10.1 --build-arg GOPROXY=direct --output type=local,dest=./bin/ --target=cli -t docker-app-cli:jenkins-app-PR-712-6 .
#2 [internal] load .dockerignore
#2 transferring context: 73B done
#2 DONE 0.0s

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

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

#4 [build 1/6] FROM docker.io/dockercore/golang-cross:1.12.9@sha256:3ea9dce...
#4 DONE 0.0s

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

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

#7 [build 4/6] RUN git clone https://github.com/docker/cli . && git checkou...
#7 CACHED

#8 [build 5/6] RUN make binary-osx binary-windows binary &&   cp build/dock...
#8 CACHED

#9 [build 6/6] WORKDIR /go/src/github.com/docker/app/
#9 CACHED
+ make -f docker.Makefile lint
Linting...
docker build -t docker-app-lint:jenkins-app-PR-712-6 -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.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:39f9d94d45e404c98c3aa3c9b2406185f46ffddefeb45cdd9b778024626302fc 1.36kB / 1.36kB done
#4 sha256:e0d64652399115816bb8c0b5bb008fa4166bda4d6e06ebf3c0196a5adfc87a66 3.81kB / 3.81kB done
#4 sha256:9d48c3bd43c520dc2784e868a780e976b207cbf493eaff8c6596eb871cbd9609 0B / 2.79MB 0.1s
#4 sha256:7f94eaf8af200ac18deb367dab5fb993b8ee609611a0493aa4adc287f8c682f7 0B / 301.73kB 0.1s
#4 sha256:9fe9984849c103d07696bf941dcae6df23b652efdaedf3d804baeede686e8faf 0B / 154B 0.1s
#4 sha256:e0660b4f1e68e0d408420acb874b396fc6dd25e7c1d03ad36e7d6d1155a4dff6 1.65kB / 1.65kB done
#4 sha256:9d48c3bd43c520dc2784e868a780e976b207cbf493eaff8c6596eb871cbd9609 2.79MB / 2.79MB 0.1s done
#4 sha256:7f94eaf8af200ac18deb367dab5fb993b8ee609611a0493aa4adc287f8c682f7 301.73kB / 301.73kB 0.2s done
#4 sha256:9fe9984849c103d07696bf941dcae6df23b652efdaedf3d804baeede686e8faf 154B / 154B 0.1s done
#4 extracting sha256:9d48c3bd43c520dc2784e868a780e976b207cbf493eaff8c6596eb871cbd9609
#4 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 0B / 125.33MB 0.2s
#4 sha256:0f7136d717396dbb712539e3513a59019cf6ba3c0009cbe16fa8dbb278fdbed7 126B / 126B 0.2s done
#4 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 12.51MB / 125.33MB 0.4s
#4 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 19.89MB / 125.33MB 0.5s

#10 [cli 1/3] COPY --from=build /go/src/github.com/docker/cli/build/docker-l...
#10 DONE 0.1s
#4 extracting sha256:9d48c3bd43c520dc2784e868a780e976b207cbf493eaff8c6596eb871cbd9609 0.4s done
#4 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 32.98MB / 125.33MB 0.7s
#4 extracting sha256:7f94eaf8af200ac18deb367dab5fb993b8ee609611a0493aa4adc287f8c682f7
#4 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 45.70MB / 125.33MB 0.9s
#4 extracting sha256:7f94eaf8af200ac18deb367dab5fb993b8ee609611a0493aa4adc287f8c682f7 0.2s done
#4 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 58.39MB / 125.33MB 1.1s
#4 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 66.49MB / 125.33MB 1.2s
#4 extracting sha256:9fe9984849c103d07696bf941dcae6df23b652efdaedf3d804baeede686e8faf done

#11 [cli 2/3] COPY --from=build /go/src/github.com/docker/cli/build/docker-d...
#4 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 77.39MB / 125.33MB 1.4s
#11 DONE 0.2s

#12 [cli 3/3] COPY --from=build /go/src/github.com/docker/cli/build/docker-w...
#4 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 86.72MB / 125.33MB 1.5s
#4 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 101.57MB / 125.33MB 1.7s
#12 DONE 0.3s

#13 exporting to client
#13 copying files 14.45MB 0.1s
#4 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 110.17MB / 125.33MB 1.8s
#4 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 125.33MB / 125.33MB 2.0s
#4 ...

#8 [internal] load build context
#8 transferring context: 73.13MB 2.4s done
#8 DONE 2.7s

#4 [1/5] FROM docker.io/library/golang:1.12.9-alpine3.10@sha256:e0660b4f1e6...
#4 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 125.33MB / 125.33MB 2.6s done
#4 extracting sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 0.1s
#13 copying files 181.89MB 1.2s done
#13 DONE 1.5s
docker build --build-arg TAG=jenkins-app-PR-712-6 --build-arg COMMIT=03f59193 --build-arg ALPINE_VERSION=3.10.1 --build-arg GOPROXY=direct --output type=local,dest=./bin/ --target=cross -t docker-app-cross:jenkins-app-PR-712-6 .
#2 [internal] load .dockerignore
#2 transferring context: 34B done
#2 DONE 0.0s

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

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

#4 [build 1/6] FROM docker.io/dockercore/golang-cross:1.12.9@sha256:3ea9dce...
#4 DONE 0.0s

#14 [internal] load build context
#14 transferring context: 73.13MB 1.3s done
#14 DONE 1.3s

#12 [dev 3/5] RUN GOOS=linux   go build -o /usr/local/bin/test2json-linux   ...
#12 CACHED

#8 [build 5/6] RUN make binary-osx binary-windows binary &&   cp build/dock...
#8 CACHED

#11 [dev 2/5] RUN mkdir /go/src/gotest.tools &&   git clone -q https://githu...
#11 CACHED

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

#7 [build 4/6] RUN git clone https://github.com/docker/cli . && git checkou...
#7 CACHED

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

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

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

#13 [dev 4/5] RUN go get -d gopkg.in/mjibson/esc.v0 &&   cd /go/src/github.c...
#13 CACHED

#15 [dev 5/5] COPY . .
#15 DONE 1.2s

#16 [cross-build 1/1] RUN make TAG=jenkins-app-PR-712-6 cross
#16 1.079 GOOS=linux CGO_ENABLED=0 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=03f59193 -X github.com/docker/app/internal.Version=jenkins-app-PR-712-6 -X github.com/docker/app/internal.BuildTime=2019-10-28T10:41:00Z" -o bin/docker-app-linux ./cmd/docker-app
#4 extracting sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 4.2s done
#4 extracting sha256:0f7136d717396dbb712539e3513a59019cf6ba3c0009cbe16fa8dbb278fdbed7 done
#4 DONE 7.3s

#5 [2/5] RUN apk add --no-cache     curl     git     make     coreutils
#5 0.610 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
#5 1.687 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
#5 1.759 (1/10) Installing libacl (2.2.52-r6)
#5 1.762 (2/10) Installing libattr (2.4.48-r0)
#5 1.764 (3/10) Installing coreutils (8.31-r0)
#5 1.780 (4/10) Installing nghttp2-libs (1.39.2-r0)
#5 1.783 (5/10) Installing libcurl (7.66.0-r0)
#5 1.789 (6/10) Installing curl (7.66.0-r0)
#5 1.792 (7/10) Installing expat (2.2.8-r0)
#5 1.795 (8/10) Installing pcre2 (10.33-r0)
#5 1.803 (9/10) Installing git (2.22.0-r0)
#5 1.971 (10/10) Installing make (4.2.1-r2)
#5 1.975 Executing busybox-1.30.1-r2.trigger
#5 1.979 OK: 22 MiB in 25 packages
#5 DONE 3.8s

#6 [3/5] RUN GO111MODULE=on go get     github.com/golangci/golangci-lint/cm...
Still waiting to schedule task
Waiting for next available executor on ‘ubuntu-1804&&x86_64&&overlay2’
#6 0.685 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.16.0
#6 0.738 go: finding github.com/golangci/golangci-lint/cmd v1.16.0
#6 0.739 go: finding github.com/golangci/golangci-lint v1.16.0
#6 1.544 go: downloading github.com/golangci/golangci-lint v1.16.0
#6 2.532 go: extracting github.com/golangci/golangci-lint v1.16.0
#6 2.564 go: finding github.com/spf13/pflag v1.0.1
#6 2.581 go: finding github.com/golang/mock v1.1.1
#6 2.584 go: finding github.com/golangci/lint-1 v0.0.0-20180610141402-4bf9709227d1
#6 2.584 go: finding github.com/mitchellh/go-homedir v1.0.0
#6 2.585 go: finding github.com/onsi/gomega v1.4.2
#6 2.591 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
#6 2.592 go: finding github.com/magiconair/properties v1.7.6
#6 2.594 go: finding github.com/go-ole/go-ole v1.2.1
#6 2.594 go: finding github.com/mattn/go-colorable v0.0.9
#6 2.985 go: finding github.com/mattn/go-isatty v0.0.3
#6 3.066 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
#6 3.073 go: finding github.com/fatih/color v1.6.0
#6 3.124 go: finding github.com/golangci/ineffassign v0.0.0-20180808204949-2ee8f2867dde
#6 3.198 go: finding github.com/hashicorp/hcl v0.0.0-20180404174102-ef8a98b0bbce
#6 3.199 go: finding github.com/mitchellh/go-ps v0.0.0-20170309133038-4fdf99ab2936
#6 3.233 go: finding github.com/sirupsen/logrus v1.0.5
#6 3.443 go: finding github.com/golangci/go-tools v0.0.0-20180109140146-af6baa5dc196
#6 3.529 go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2
#6 3.556 go: finding golang.org/x/net v0.0.0-20180906233101-161cd47e91fd
#6 3.571 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
#6 3.572 go: finding golang.org/x/text v0.3.0
#6 3.683 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
#6 3.734 go: finding github.com/OpenPeeDeeP/depguard v0.0.0-20180806142446-a69c782687b2
#6 3.923 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
#6 4.013 go: finding github.com/shirou/gopsutil v0.0.0-20180427012116-c95755e4bcd7
#6 4.081 go: finding github.com/pelletier/go-toml v1.1.0
#6 4.126 go: finding github.com/pkg/errors v0.8.0
#6 4.161 go: finding gopkg.in/yaml.v2 v2.2.1
#6 4.399 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
#6 4.442 go: finding golang.org/x/crypto v0.0.0-20190313024323-a1f597ede03a
#6 4.447 go: finding golang.org/x/net v0.0.0-20190313220215-9f648a60d977
#6 4.589 go: finding sourcegraph.com/sourcegraph/go-diff v0.5.1-0.20190210232911-dee78e514455
#6 4.724 go: finding github.com/spf13/afero v1.1.0
#6 4.963 go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
#6 5.139 go: finding mvdan.cc/unparam v0.0.0-20190124213536-fbb59629db34
#6 5.191 go: finding github.com/spf13/jwalterweatherman v0.0.0-20180109140146-7c0cea34c8ec
#6 5.695 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
#6 5.704 go: finding github.com/inconshreveable/mousetrap v1.0.0
#6 5.929 go: finding github.com/fsnotify/fsnotify v1.4.7
#6 6.028 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
#6 6.229 go: finding github.com/spf13/cast v1.2.0
#6 6.344 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
#6 6.489 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
#6 6.548 go: finding github.com/gogo/protobuf v1.1.1
Running on ubuntu-1804-overlay2 (i-042727173c3133237) in /home/ubuntu/workspace/app_PR-712
[Pipeline] {
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-712/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
#6 6.624 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20171102151520-eafdab6b0663
#6 6.627 go: finding github.com/golang/protobuf v1.2.0
#6 6.700 go: finding github.com/golangci/gosec v0.0.0-20180901114220-66fb7fc33547
#6 6.877 go: finding github.com/go-critic/go-critic v0.0.0-20181204210945-ee9bf5809ead
#6 6.887 go: finding github.com/stretchr/testify v1.2.2
#6 6.969 go: finding github.com/spf13/cobra v0.0.2
#6 7.290 go: finding github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6
#6 7.432 go: finding gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7
#6 7.539 go: finding gopkg.in/fsnotify.v1 v1.4.7
#6 7.623 go: finding github.com/rogpeppe/go-internal v1.1.0
#6 7.626 go: finding github.com/BurntSushi/toml v0.3.1
#6 7.638 go: finding github.com/golangci/errcheck v0.0.0-20181003203344-ef45e06d44b6
Cloning repository https://github.com/docker/app.git
 > git init /home/ubuntu/workspace/app_PR-712/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/712/head:refs/remotes/origin/PR-712
#6 7.887 go: finding golang.org/x/tools v0.0.0-20190314010720-f0bfdbff1f9c
#6 8.012 go: finding github.com/ryanuber/go-glob v0.0.0-20170128012129-256dc444b735
#6 8.129 go: finding github.com/spf13/viper v1.0.2
#6 8.155 go: finding github.com/shurcooL/go-goon v0.0.0-20170922171312-37c2f522c041
#6 8.257 go: finding github.com/kr/pretty v0.1.0
#6 8.280 go: finding golang.org/x/sys v0.0.0-20171026204733-164713f0dfce
#6 8.347 go: finding github.com/go-toolsmith/astcopy v0.0.0-20180903214859-79b422d080c4
#6 8.571 go: finding github.com/davecgh/go-spew v1.1.1
#6 8.604 go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
Fetching without tags
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/712/head:refs/remotes/origin/PR-712 # 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/712/head:refs/remotes/origin/PR-712
Checking out Revision 03f591935a482b49fbb46dc24c5cf63a7801acc6 (PR-712)
#6 8.768 go: finding github.com/shurcooL/go v0.0.0-20180423040247-9e1955d9fb6e
#6 8.772 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20160627004424-a22cb81b2ecd
#6 8.881 go: finding github.com/go-lintpack/lintpack v0.5.2
#6 9.099 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
Commit message: "Use docker build output for binaries"
#6 9.487 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
#6 9.489 go: finding github.com/go-toolsmith/astp v0.0.0-20180903215135-0af7e3c24f30
#6 9.665 go: finding github.com/logrusorgru/aurora v0.0.0-20181002194514-a7b3b318ed4e
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 03f591935a482b49fbb46dc24c5cf63a7801acc6
[Pipeline] ansiColor
[Pipeline] {
[Pipeline] sh
#6 9.779 go: finding github.com/kisielk/gotool v0.0.0-20161130080628-0de1eaf82fa3
#6 9.837 go: finding github.com/go-toolsmith/astfmt v0.0.0-20180903215011-8f8ee99c3086
#6 9.848 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
#6 9.902 go: finding golang.org/x/tools v0.0.0-20181117154741-2ddaf7f79a09
#6 9.909 go: finding github.com/go-toolsmith/strparse v0.0.0-20180903215201-830b6daa1241
#6 9.924 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
#6 10.00 go: finding github.com/mozilla/tls-observatory v0.0.0-20180409132520-8791a200eb40
+ make -f docker.Makefile save-invocation-image
docker build -f Dockerfile.invocation-image --build-arg TAG=jenkins-app-PR-712-6 --build-arg COMMIT=03f59193 --build-arg ALPINE_VERSION=3.10.1 --build-arg GOPROXY=direct --target=invocation -t docker/cnab-app-base:jenkins-app-PR-712-6 .
#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/alpine:3.10.1
#4 DONE 0.0s

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

#5 [invocation 1/4] FROM docker.io/library/alpine:3.10.1
#5 CACHED

#7 [build 1/5] FROM docker.io/library/golang:1.13.0
#7 resolve docker.io/library/golang:1.13.0 done
#7 DONE 0.0s

#10 [internal] load build context
#6 10.06 go: finding github.com/kisielk/gotool v1.0.0
#6 10.17 go: finding github.com/onsi/gomega v0.0.0-20170829124025-dcabb60a477c
#6 10.20 go: finding github.com/go-toolsmith/astequal v0.0.0-20180903214952-dcb477bfacd6
#6 10.22 go: finding github.com/onsi/ginkgo v1.6.0
#6 10.34 go: finding golang.org/x/tools v0.0.0-20181205014116-22934f0fdb62
#6 10.40 go: finding golang.org/x/text v0.0.0-20170915090833-1cbadb444a80
#6 10.59 go: finding github.com/gobwas/glob v0.2.3
#6 10.75 go: finding github.com/golangci/gofmt v0.0.0-20181105071733-0b8337e80d98
#6 10.86 go: finding golang.org/x/tools v0.0.0-20170915040203-e531a2a1c15f
#6 11.15 go: finding github.com/google/go-cmp v0.2.0
#6 11.27 go: finding github.com/kr/text v0.1.0
#6 11.72 go: finding github.com/onsi/ginkgo v0.0.0-20170829012221-11459a886d9c
#6 11.80 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
#6 11.83 go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9
#6 12.35 go: finding github.com/pmezard/go-difflib v1.0.0
#6 12.52 go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
#10 transferring context: 73.13MB 2.2s done
#10 DONE 2.3s

#6 [invocation 2/4] RUN apk add --no-cache ca-certificates && adduser -S cn...
#6 1.885 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
#6 12.94 go: finding github.com/kr/pty v1.1.1
#6 2.986 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
#6 3.097 (1/1) Installing ca-certificates (20190108-r0)
#6 3.121 Executing busybox-1.30.1-r2.trigger
#6 3.126 Executing ca-certificates-20190108-r0.trigger
#6 3.179 OK: 6 MiB in 15 packages
#6 13.77 go: finding github.com/go-toolsmith/pkgload v0.0.0-20181119091011-e9e65178eee8
#6 13.88 go: finding gopkg.in/errgo.v2 v2.1.0
#6 14.15 go: finding github.com/mattn/goveralls v0.0.2
#6 DONE 4.0s

#8 [build 2/5] RUN apt-get update -qq && apt-get install -y -q --no-install...
#6 14.54 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
#6 14.58 go: finding github.com/go-toolsmith/typep v0.0.0-20181030061450-d63dc7650676
#8 4.478 Reading package lists...#6 14.87 go: finding golang.org/x/net v0.0.0-20170915142106-8351a756f30f
#6 14.94 go: finding github.com/mitchellh/mapstructure v0.0.0-20180220230111-00c29f56e238
#6 14.94 go: finding golang.org/x/tools v0.0.0-20180221164845-07fd8470d635
#6 14.95 go: finding golang.org/x/tools v0.0.0-20190121143147-24cd39ecf745
#6 14.95 go: finding golang.org/x/sys v0.0.0-20190312061237-fead79001313
#6 15.02 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
#6 15.09 go: finding github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4
#6 15.15 go: finding github.com/go-toolsmith/astcast v0.0.0-20181028201508-b7a89ed70af1
#6 15.20 go: finding golang.org/x/net v0.0.0-20190311183353-d8887717615a
#6 15.20 go: finding github.com/hpcloud/tail v1.0.0

#8 5.044 Building dependency tree...
#8 5.149 Reading state information...
#8 5.285 coreutils is already the newest version (8.30-3).
#8 5.285 coreutils set to manually installed.
#8 5.285 util-linux is already the newest version (2.33.1-0.1).
#8 5.285 util-linux set to manually installed.
#8 5.285 The following NEW packages will be installed:
#8 5.285   uuid-runtime
#8 5.550 0 upgraded, 1 newly installed, 0 to remove and 10 not upgraded.
#8 5.550 Need to get 95.2 kB of archives.
#8 5.550 After this operation, 211 kB of additional disk space will be used.
#8 5.550 Get:1 http://deb.debian.org/debian buster/main amd64 uuid-runtime amd64 2.33.1-0.1 [95.2 kB]
#8 5.660 debconf: delaying package configuration, since apt-utils is not installed
#8 5.681 Fetched 95.2 kB in 0s (367 kB/s)
#8 5.703 Selecting previously unselected package uuid-runtime.
#8 5.703 (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 5.712 Preparing to unpack .../uuid-runtime_2.33.1-0.1_amd64.deb ...
#8 5.715 Unpacking uuid-runtime (2.33.1-0.1) ...
#8 5.755 Setting up uuid-runtime (2.33.1-0.1) ...
#8 5.788 Adding group `uuidd' (GID 102) ...
#8 5.801 Done.
#8 5.829 Warning: The home dir /run/uuidd you specified can't be accessed: No such file or directory
#8 5.830 Adding system user `uuidd' (UID 101) ...
#8 5.830 Adding new user `uuidd' (UID 101) with group `uuidd' ...
#8 5.868 Not creating home directory `/run/uuidd'.
#8 5.876 invoke-rc.d: could not determine current runlevel
#8 5.878 invoke-rc.d: policy-rc.d denied execution of start.
#8 DONE 6.2s

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

#11 [build 4/5] COPY . .
#6 17.02 go: downloading github.com/sirupsen/logrus v1.0.5
#6 17.02 go: downloading sourcegraph.com/sourcegraph/go-diff v0.5.1-0.20190210232911-dee78e514455
#6 17.02 go: downloading golang.org/x/tools v0.0.0-20190314010720-f0bfdbff1f9c
#6 17.03 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
#6 17.03 go: downloading github.com/golangci/errcheck v0.0.0-20181003203344-ef45e06d44b6
#6 17.03 go: downloading github.com/pkg/errors v0.8.0
#6 17.03 go: downloading github.com/golangci/go-tools v0.0.0-20180109140146-af6baa5dc196
#6 17.03 go: downloading github.com/golangci/lint-1 v0.0.0-20180610141402-4bf9709227d1
#6 17.06 go: extracting github.com/sirupsen/logrus v1.0.5
#6 17.07 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
#6 17.14 go: extracting github.com/pkg/errors v0.8.0
#6 17.14 go: extracting sourcegraph.com/sourcegraph/go-diff v0.5.1-0.20190210232911-dee78e514455
#6 17.17 go: downloading github.com/spf13/pflag v1.0.1
#6 17.20 go: extracting github.com/golangci/errcheck v0.0.0-20181003203344-ef45e06d44b6
#6 17.20 go: downloading github.com/gogo/protobuf v1.1.1
#6 17.31 go: extracting github.com/golangci/lint-1 v0.0.0-20180610141402-4bf9709227d1
#6 17.34 go: downloading github.com/mattn/go-colorable v0.0.9
#6 17.37 go: extracting github.com/mattn/go-colorable v0.0.9
#6 17.44 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
#11 DONE 1.0s

#12 [build 5/5] RUN make BUILD_TAG=${BUILD_TAG} TAG=jenkins-app-PR-712-6 bin...
#6 17.45 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
#6 17.48 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
#6 17.49 go: extracting github.com/spf13/pflag v1.0.1
#6 17.52 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
#6 17.70 go: extracting github.com/golangci/go-tools v0.0.0-20180109140146-af6baa5dc196
#6 17.81 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
#6 17.81 go: downloading github.com/golangci/gosec v0.0.0-20180901114220-66fb7fc33547
#6 17.84 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
#6 17.93 go: extracting github.com/golangci/gosec v0.0.0-20180901114220-66fb7fc33547
#12 1.066 CGO_ENABLED=0 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=03f59193 -X github.com/docker/app/internal.Version=jenkins-app-PR-712-6 -X github.com/docker/app/internal.BuildTime=2019-10-28T10:41:22Z" -o bin/cnab-run ./cmd/cnab-run
#6 19.21 go: extracting github.com/gogo/protobuf v1.1.1
#6 19.35 go: extracting golang.org/x/tools v0.0.0-20190314010720-f0bfdbff1f9c
#6 19.41 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
#6 19.60 go: downloading golang.org/x/crypto v0.0.0-20190313024323-a1f597ede03a
#6 19.61 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
#6 19.61 go: downloading github.com/kisielk/gotool v1.0.0
#6 19.63 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
#6 19.63 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
#6 19.70 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20171102151520-eafdab6b0663
#6 19.70 go: downloading mvdan.cc/unparam v0.0.0-20190124213536-fbb59629db34
#6 19.71 go: downloading github.com/mattn/go-isatty v0.0.3
#6 19.72 go: downloading github.com/spf13/viper v1.0.2
#6 19.72 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
#6 19.72 go: downloading golang.org/x/text v0.3.0
#6 19.74 go: downloading github.com/go-lintpack/lintpack v0.5.2
#6 19.75 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
#6 19.76 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
#6 19.76 go: downloading github.com/golangci/gofmt v0.0.0-20181105071733-0b8337e80d98
#6 19.76 go: extracting github.com/kisielk/gotool v1.0.0
#6 19.76 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
#6 19.79 go: extracting github.com/mattn/go-isatty v0.0.3
#6 19.82 go: extracting github.com/spf13/viper v1.0.2
#6 19.82 go: downloading github.com/spf13/afero v1.1.0
#6 19.85 go: extracting mvdan.cc/unparam v0.0.0-20190124213536-fbb59629db34
#6 19.86 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
#6 19.93 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
#6 19.93 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20180109140146-7c0cea34c8ec
#6 19.94 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
#6 19.94 go: downloading github.com/mitchellh/go-homedir v1.0.0
#6 19.95 go: extracting github.com/go-lintpack/lintpack v0.5.2
#6 19.96 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
#6 20.00 go: extracting github.com/golangci/gofmt v0.0.0-20181105071733-0b8337e80d98
#6 20.01 go: downloading github.com/hashicorp/hcl v0.0.0-20180404174102-ef8a98b0bbce
#6 20.01 go: downloading github.com/magiconair/properties v1.7.6
#6 20.04 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
#6 20.05 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
#6 20.05 go: downloading github.com/spf13/cast v1.2.0
#6 20.06 go: downloading golang.org/x/sys v0.0.0-20190312061237-fead79001313
#6 20.06 go: extracting github.com/spf13/afero v1.1.0
#6 20.08 go: downloading github.com/golang/mock v1.1.1
#6 20.08 go: extracting github.com/mitchellh/go-homedir v1.0.0
#6 20.08 go: downloading github.com/fatih/color v1.6.0
#6 20.08 go: extracting github.com/spf13/jwalterweatherman v0.0.0-20180109140146-7c0cea34c8ec
#6 20.09 go: downloading github.com/golangci/ineffassign v0.0.0-20180808204949-2ee8f2867dde
#6 20.29 go: extracting github.com/spf13/cast v1.2.0
#6 20.29 go: downloading github.com/pelletier/go-toml v1.1.0
#6 20.30 go: extracting github.com/golangci/ineffassign v0.0.0-20180808204949-2ee8f2867dde
#6 20.30 go: downloading github.com/OpenPeeDeeP/depguard v0.0.0-20180806142446-a69c782687b2
#6 20.40 go: extracting github.com/magiconair/properties v1.7.6
#6 20.41 go: downloading github.com/mitchellh/mapstructure v0.0.0-20180220230111-00c29f56e238
#6 20.46 go: extracting github.com/hashicorp/hcl v0.0.0-20180404174102-ef8a98b0bbce
#6 20.55 go: extracting github.com/golang/mock v1.1.1
#6 20.59 go: extracting github.com/mitchellh/mapstructure v0.0.0-20180220230111-00c29f56e238
#6 20.60 go: extracting github.com/OpenPeeDeeP/depguard v0.0.0-20180806142446-a69c782687b2
#6 20.62 go: downloading github.com/spf13/cobra v0.0.2
#6 20.63 go: downloading github.com/go-toolsmith/astfmt v0.0.0-20180903215011-8f8ee99c3086
#6 20.69 go: extracting github.com/pelletier/go-toml v1.1.0
#6 20.70 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
#6 20.76 go: downloading github.com/go-critic/go-critic v0.0.0-20181204210945-ee9bf5809ead
#6 20.77 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
#6 20.77 go: downloading github.com/gobwas/glob v0.2.3
#6 20.79 go: extracting github.com/go-toolsmith/astfmt v0.0.0-20180903215011-8f8ee99c3086
#6 20.97 go: extracting github.com/gobwas/glob v0.2.3
#6 21.01 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
#6 21.05 go: extracting github.com/spf13/cobra v0.0.2
#6 21.09 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
#6 21.09 go: downloading github.com/fsnotify/fsnotify v1.4.7
#6 21.12 go: downloading golang.org/x/net v0.0.0-20190313220215-9f648a60d977
#6 21.22 go: extracting github.com/fatih/color v1.6.0
#6 21.22 go: downloading gopkg.in/yaml.v2 v2.2.1
#6 21.31 go: extracting github.com/fsnotify/fsnotify v1.4.7
#6 21.36 go: downloading github.com/BurntSushi/toml v0.3.1
#6 21.37 go: extracting github.com/go-critic/go-critic v0.0.0-20181204210945-ee9bf5809ead
#6 21.50 go: downloading github.com/go-toolsmith/astcopy v0.0.0-20180903214859-79b422d080c4
#6 21.54 go: extracting gopkg.in/yaml.v2 v2.2.1
#6 21.55 go: downloading github.com/go-toolsmith/astcast v0.0.0-20181028201508-b7a89ed70af1
#6 21.56 go: extracting github.com/go-toolsmith/astcopy v0.0.0-20180903214859-79b422d080c4
#6 21.56 go: downloading github.com/go-toolsmith/strparse v0.0.0-20180903215201-830b6daa1241
#6 21.58 go: extracting github.com/BurntSushi/toml v0.3.1
#6 21.58 go: extracting github.com/go-toolsmith/astcast v0.0.0-20181028201508-b7a89ed70af1
#6 21.58 go: downloading github.com/go-toolsmith/astp v0.0.0-20180903215135-0af7e3c24f30
#6 21.59 go: extracting github.com/go-toolsmith/strparse v0.0.0-20180903215201-830b6daa1241
#6 21.59 go: downloading github.com/go-toolsmith/typep v0.0.0-20181030061450-d63dc7650676
#6 21.61 go: extracting github.com/go-toolsmith/astp v0.0.0-20180903215135-0af7e3c24f30
#6 21.61 go: downloading github.com/go-toolsmith/astequal v0.0.0-20180903214952-dcb477bfacd6
#6 21.62 go: extracting github.com/go-toolsmith/typep v0.0.0-20181030061450-d63dc7650676
#6 21.64 go: extracting github.com/go-toolsmith/astequal v0.0.0-20180903214952-dcb477bfacd6
#6 22.03 go: extracting golang.org/x/crypto v0.0.0-20190313024323-a1f597ede03a
#6 22.16 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20171102151520-eafdab6b0663
#6 22.68 go: extracting golang.org/x/sys v0.0.0-20190312061237-fead79001313
#6 22.69 go: extracting golang.org/x/net v0.0.0-20190313220215-9f648a60d977
#6 24.56 go: extracting golang.org/x/text v0.3.0
#6 DONE 44.7s

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

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

#10 exporting to image
#10 exporting layers
#10 exporting layers 1.0s done
#10 writing image sha256:87f52b71fdc3b9385771dd2505cd676e29164118641b00fd13e96b67cd2cf65c done
#10 naming to docker.io/library/docker-app-lint:jenkins-app-PR-712-6 done
#10 DONE 1.0s
docker run --rm docker-app-lint:jenkins-app-PR-712-6 make lint
Linting...
#16 56.84 GOOS=darwin CGO_ENABLED=0 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=03f59193 -X github.com/docker/app/internal.Version=jenkins-app-PR-712-6 -X github.com/docker/app/internal.BuildTime=2019-10-28T10:41:00Z" -o bin/docker-app-darwin ./cmd/docker-app
[Pipeline] sh
+ make -f docker.Makefile check-vendor
docker build --build-arg TAG=jenkins-app-PR-712-6 --build-arg COMMIT=03f59193 --build-arg ALPINE_VERSION=3.10.1 --build-arg GOPROXY=direct --target=dev -t docker-app-dev:jenkins-app-PR-712-6 .
#2 [internal] load .dockerignore
#2 transferring context: 34B done
#2 DONE 0.0s

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

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

#4 [build 1/6] FROM docker.io/dockercore/golang-cross:1.12.9@sha256:3ea9dce...
#4 resolve docker.io/dockercore/golang-cross:1.12.9@sha256:3ea9dcef4dd2c46d80445c0b22d6177817f4cfce22c523cc12a5a1091cb37705 done
#4 sha256:518d5e4626aaef11e9ad8f78c5055efce60445a5dcbfe2ba3d99df5370902367 6.97kB / 6.97kB done
#4 sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 591.36kB / 50.38MB 0.1s
#4 sha256:3ea9dcef4dd2c46d80445c0b22d6177817f4cfce22c523cc12a5a1091cb37705 2.63kB / 2.63kB done
#4 sha256:bbab4ec87ac4f89eaabdf68dddbd1dd930e3ad43bded38d761b89abf9389a893 0B / 7.80MB 0.1s
#4 sha256:2ea1f7804402db2da64e84a26bd591f41667ad69cd7f2a2c6106d9bb04dde260 0B / 9.98MB 0.1s
#4 sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 14.85MB / 50.38MB 0.3s
#4 sha256:2ea1f7804402db2da64e84a26bd591f41667ad69cd7f2a2c6106d9bb04dde260 9.98MB / 9.98MB 0.3s done
#4 sha256:96465440c20877524189ae75d361dd29e5d0df330a8dac9427f972b429fe0159 0B / 51.77MB 0.3s
#4 sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 26.26MB / 50.38MB 0.4s
#4 sha256:bbab4ec87ac4f89eaabdf68dddbd1dd930e3ad43bded38d761b89abf9389a893 7.80MB / 7.80MB 0.4s done
#4 sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 0B / 68.48MB 0.4s
#4 ...

#14 [internal] load build context
#14 transferring context: 343.22kB 0.5s done
#14 DONE 0.5s

#4 [build 1/6] FROM docker.io/dockercore/golang-cross:1.12.9@sha256:3ea9dce...
#4 sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 38.94MB / 50.38MB 0.6s
#4 sha256:96465440c20877524189ae75d361dd29e5d0df330a8dac9427f972b429fe0159 11.40MB / 51.77MB 0.6s
#4 sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 12.81MB / 68.48MB 0.6s
#4 sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 45.57MB / 50.38MB 0.7s
#4 sha256:96465440c20877524189ae75d361dd29e5d0df330a8dac9427f972b429fe0159 18.22MB / 51.77MB 0.7s
#4 sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 17.46MB / 68.48MB 0.7s
#4 sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 49.47MB / 50.38MB 0.8s
#4 sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 50.38MB / 50.38MB 0.9s done
#4 sha256:96465440c20877524189ae75d361dd29e5d0df330a8dac9427f972b429fe0159 27.78MB / 51.77MB 1.0s
#4 sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 31.87MB / 68.48MB 1.0s
#4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 0B / 127.97MB 1.0s
#4 sha256:96465440c20877524189ae75d361dd29e5d0df330a8dac9427f972b429fe0159 30.62MB / 51.77MB 1.1s
#4 sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 36.15MB / 68.48MB 1.1s
#4 extracting sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9
#4 sha256:96465440c20877524189ae75d361dd29e5d0df330a8dac9427f972b429fe0159 33.26MB / 51.77MB 1.2s
#4 sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 44.59MB / 68.48MB 1.2s
#4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 10.06MB / 127.97MB 1.2s
#4 sha256:96465440c20877524189ae75d361dd29e5d0df330a8dac9427f972b429fe0159 43.66MB / 51.77MB 1.4s
#4 sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 56.38MB / 68.48MB 1.4s
#4 sha256:96465440c20877524189ae75d361dd29e5d0df330a8dac9427f972b429fe0159 50.36MB / 51.77MB 1.5s
#4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 19.33MB / 127.97MB 1.5s
#4 sha256:96465440c20877524189ae75d361dd29e5d0df330a8dac9427f972b429fe0159 51.77MB / 51.77MB 1.6s done
#4 sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 68.48MB / 68.48MB 1.7s
#4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 28.18MB / 127.97MB 1.7s
#4 sha256:96d705baf026261543501205212451776c49ddaa48a0347afab3494275e0fc13 0B / 125B 1.7s
#4 sha256:96d705baf026261543501205212451776c49ddaa48a0347afab3494275e0fc13 125B / 125B 1.7s done
#4 sha256:39007eb4600844b025a9527ab141ae020bb350982baf0df7dd96c80c4a0f312e 0B / 270B 1.8s
#4 sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 68.48MB / 68.48MB 1.9s done
#4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 39.01MB / 127.97MB 1.9s
#4 sha256:39007eb4600844b025a9527ab141ae020bb350982baf0df7dd96c80c4a0f312e 270B / 270B 1.9s done
#4 sha256:4e549f0f5e64911cbbdc123a749d1ae352ad2be720fd1e2b259a802400fb412f 0B / 163.50MB 1.9s
#4 sha256:c0058a8c71f2a8f493571a5456cfc99585ed21798b735f8fc54460904a3bd232 0B / 950B 1.9s
#4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 58.42MB / 127.97MB 2.1s
#4 sha256:c0058a8c71f2a8f493571a5456cfc99585ed21798b735f8fc54460904a3bd232 950B / 950B 1.9s done
#4 sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 0B / 290.76MB 2.1s
#4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 66.56MB / 127.97MB 2.3s
#4 sha256:4e549f0f5e64911cbbdc123a749d1ae352ad2be720fd1e2b259a802400fb412f 10.85MB / 163.50MB 2.3s
#4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 76.92MB / 127.97MB 2.5s
#4 sha256:4e549f0f5e64911cbbdc123a749d1ae352ad2be720fd1e2b259a802400fb412f 20.02MB / 163.50MB 2.5s
#4 sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 20.52MB / 290.76MB 2.5s
#4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 84.13MB / 127.97MB 2.7s
#4 sha256:4e549f0f5e64911cbbdc123a749d1ae352ad2be720fd1e2b259a802400fb412f 29.16MB / 163.50MB 2.7s
#4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 97.41MB / 127.97MB 2.9s
#4 sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 42.90MB / 290.76MB 2.9s
#4 sha256:4e549f0f5e64911cbbdc123a749d1ae352ad2be720fd1e2b259a802400fb412f 38.63MB / 163.50MB 3.0s
#4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 109.83MB / 127.97MB 3.2s
#4 sha256:4e549f0f5e64911cbbdc123a749d1ae352ad2be720fd1e2b259a802400fb412f 48.62MB / 163.50MB 3.2s
#4 sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 59.15MB / 290.76MB 3.3s
#4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 118.65MB / 127.97MB 3.4s
#4 sha256:4e549f0f5e64911cbbdc123a749d1ae352ad2be720fd1e2b259a802400fb412f 58.51MB / 163.50MB 3.4s
#4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 127.97MB / 127.97MB 3.7s
#4 sha256:4e549f0f5e64911cbbdc123a749d1ae352ad2be720fd1e2b259a802400fb412f 67.84MB / 163.50MB 3.7s
#4 sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 80.40MB / 290.76MB 3.7s
#4 sha256:4e549f0f5e64911cbbdc123a749d1ae352ad2be720fd1e2b259a802400fb412f 76.13MB / 163.50MB 3.8s
#4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 127.97MB / 127.97MB 3.8s done
#4 sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 102.29MB / 290.76MB 4.0s
#4 sha256:4e549f0f5e64911cbbdc123a749d1ae352ad2be720fd1e2b259a802400fb412f 89.24MB / 163.50MB 4.1s
#4 sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 118.53MB / 290.76MB 4.2s
#4 sha256:4e549f0f5e64911cbbdc123a749d1ae352ad2be720fd1e2b259a802400fb412f 107.11MB / 163.50MB 4.4s
#4 sha256:4e549f0f5e64911cbbdc123a749d1ae352ad2be720fd1e2b259a802400fb412f 115.38MB / 163.50MB 4.5s
#4 sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 133.64MB / 290.76MB 4.5s
#4 sha256:4e549f0f5e64911cbbdc123a749d1ae352ad2be720fd1e2b259a802400fb412f 127.80MB / 163.50MB 4.7s
#4 sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 151.50MB / 290.76MB 4.7s
#4 sha256:4e549f0f5e64911cbbdc123a749d1ae352ad2be720fd1e2b259a802400fb412f 150.03MB / 163.50MB 5.0s
#4 sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 168.59MB / 290.76MB 5.0s
#4 sha256:4e549f0f5e64911cbbdc123a749d1ae352ad2be720fd1e2b259a802400fb412f 162.37MB / 163.50MB 5.2s
#4 sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 188.04MB / 290.76MB 5.2s
#4 sha256:4e549f0f5e64911cbbdc123a749d1ae352ad2be720fd1e2b259a802400fb412f 163.50MB / 163.50MB 5.4s done
#4 sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 213.80MB / 290.76MB 5.6s
#4 sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 238.30MB / 290.76MB 6.0s
#4 extracting sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 5.1s
#4 sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 267.47MB / 290.76MB 6.4s
#4 sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 290.76MB / 290.76MB 6.8s
#4 sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 290.76MB / 290.76MB 7.2s done
#4 extracting sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 6.2s done
#4 extracting sha256:bbab4ec87ac4f89eaabdf68dddbd1dd930e3ad43bded38d761b89abf9389a893
#4 extracting sha256:bbab4ec87ac4f89eaabdf68dddbd1dd930e3ad43bded38d761b89abf9389a893 0.3s done
#4 extracting sha256:2ea1f7804402db2da64e84a26bd591f41667ad69cd7f2a2c6106d9bb04dde260
#4 extracting sha256:2ea1f7804402db2da64e84a26bd591f41667ad69cd7f2a2c6106d9bb04dde260 0.2s done
#4 extracting sha256:96465440c20877524189ae75d361dd29e5d0df330a8dac9427f972b429fe0159 0.1s
#4 extracting sha256:96465440c20877524189ae75d361dd29e5d0df330a8dac9427f972b429fe0159 2.0s done
#4 extracting sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3
#12 DONE 63.6s

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

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

#15 exporting to image
#15 exporting layers
#15 exporting layers 0.3s done
#15 writing image sha256:2698269bdb8eb846bbba5b914547297b028a8687ddc19a552377f45b3521ee8b done
#15 naming to docker.io/docker/cnab-app-base:jenkins-app-PR-712-6 done
#15 DONE 0.3s
docker save docker/cnab-app-base:jenkins-app-PR-712-6 -o _build/invocation-image.tar
[Pipeline] sh
+ make -f docker.Makefile INVOCATION_IMAGE_TAG=jenkins-app-PR-712-6-coverage OUTPUT=coverage-invocation-image.tar save-invocation-image-tag
docker tag docker/cnab-app-base:jenkins-app-PR-712-6 docker/cnab-app-base:jenkins-app-PR-712-6-coverage
docker save docker/cnab-app-base:jenkins-app-PR-712-6-coverage -o _build/coverage-invocation-image.tar
[Pipeline] }
[Pipeline] // ansiColor
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-712/src/github.com/docker/app/_build
[Pipeline] {
[Pipeline] stash
#4 extracting sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 2.1s done
#4 extracting sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17
Stashed 1 file(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-712/6/stashes/invocation-image.tgz
[Pipeline] stash
#4 extracting sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 4.3s done
#4 extracting sha256:96d705baf026261543501205212451776c49ddaa48a0347afab3494275e0fc13
#4 extracting sha256:96d705baf026261543501205212451776c49ddaa48a0347afab3494275e0fc13 done
#4 extracting sha256:39007eb4600844b025a9527ab141ae020bb350982baf0df7dd96c80c4a0f312e done
#4 extracting sha256:4e549f0f5e64911cbbdc123a749d1ae352ad2be720fd1e2b259a802400fb412f
Stashed 1 file(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-712/6/stashes/coverage-invocation-image.tgz
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-712/src/github.com/docker/app
[Pipeline] {
[Pipeline] sh
+ docker rmi docker/cnab-app-base:jenkins-app-PR-712-6
Untagged: docker/cnab-app-base:jenkins-app-PR-712-6
[Pipeline] sh
+ docker rmi docker/cnab-app-base:jenkins-app-PR-712-6-coverage
Untagged: docker/cnab-app-base:jenkins-app-PR-712-6-coverage
Deleted: sha256:2698269bdb8eb846bbba5b914547297b028a8687ddc19a552377f45b3521ee8b
[Pipeline] }
[Pipeline] // dir
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
#4 extracting sha256:4e549f0f5e64911cbbdc123a749d1ae352ad2be720fd1e2b259a802400fb412f 5.0s
#4 extracting sha256:4e549f0f5e64911cbbdc123a749d1ae352ad2be720fd1e2b259a802400fb412f 6.1s done
#4 extracting sha256:c0058a8c71f2a8f493571a5456cfc99585ed21798b735f8fc54460904a3bd232 done
#4 extracting sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207
#4 extracting sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 5.1s
#4 extracting sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 10.2s
#4 extracting sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 15.1s done
#4 DONE 39.5s

#5 [build 2/6] RUN apt-get install -y -q --no-install-recommends   coreutil...
#5 0.643 Reading package lists...
#5 1.277 Building dependency tree...
#5 1.411 Reading state information...
#5 1.562 coreutils is already the newest version (8.30-3).
#5 1.562 coreutils set to manually installed.
#5 1.562 util-linux is already the newest version (2.33.1-0.1).
#5 1.562 util-linux set to manually installed.
#5 1.562 The following NEW packages will be installed:
#5 1.562   uuid-runtime
#5 1.838 0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
#5 1.838 Need to get 95.2 kB of archives.
#5 1.838 After this operation, 211 kB of additional disk space will be used.
#5 1.838 Get:1 http://deb.debian.org/debian buster/main amd64 uuid-runtime amd64 2.33.1-0.1 [95.2 kB]
#5 1.956 debconf: delaying package configuration, since apt-utils is not installed
#5 1.980 Fetched 95.2 kB in 0s (359 kB/s)
#5 2.005 Selecting previously unselected package uuid-runtime.
#5 2.005 (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 2.019 Preparing to unpack .../uuid-runtime_2.33.1-0.1_amd64.deb ...
#5 2.022 Unpacking uuid-runtime (2.33.1-0.1) ...
#5 2.062 Setting up uuid-runtime (2.33.1-0.1) ...
#5 2.096 Adding group `uuidd' (GID 102) ...
#5 2.109 Done.
#5 2.135 Warning: The home dir /run/uuidd you specified can't be accessed: No such file or directory
#5 2.135 Adding system user `uuidd' (UID 101) ...
#5 2.135 Adding new user `uuidd' (UID 101) with group `uuidd' ...
#5 2.170 Not creating home directory `/run/uuidd'.
#5 2.180 invoke-rc.d: could not determine current runlevel
#5 2.183 invoke-rc.d: policy-rc.d denied execution of start.
#5 DONE 4.2s

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

#7 [build 4/6] RUN git clone https://github.com/docker/cli . && git checkou...
#7 0.665 Cloning into '.'...
#16 114.7 GOOS=windows CGO_ENABLED=0 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=03f59193 -X github.com/docker/app/internal.Version=jenkins-app-PR-712-6 -X github.com/docker/app/internal.BuildTime=2019-10-28T10:41:00Z" -o bin/docker-app-windows.exe ./cmd/docker-app
#7 3.881 Note: checking out 'a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb'.
#7 3.881 
#7 3.881 You are in 'detached HEAD' state. You can look around, make experimental
#7 3.881 changes and commit them, and you can discard any commits you make in this
#7 3.881 state without impacting any branches by performing another checkout.
#7 3.881 
#7 3.881 If you want to create a new branch to retain commits you create, you may
#7 3.881 do so (now or later) by using -b with the checkout command again. Example:
#7 3.881 
#7 3.881   git checkout -b <new-branch-name>
#7 3.881 
#7 3.881 HEAD is now at a1b83ffd Merge pull request #1894 from thaJeztah/19.03_backport_reduce_vendoring_impact
#7 DONE 4.1s

#8 [build 5/6] RUN make binary-osx binary-windows binary &&   cp build/dock...
#8 0.669 ./scripts/build/osx
#8 0.693 Building build/docker-darwin-amd64
#16 DONE 173.5s

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

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

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

#20 exporting to client
#20 copying files 39B
#20 copying files 134.26MB 0.8s done
#20 DONE 1.2s
docker build --build-arg TAG=jenkins-app-PR-712-6 --build-arg COMMIT=03f59193 --build-arg ALPINE_VERSION=3.10.1 --build-arg GOPROXY=direct --output type=local,dest=./bin/ --target=e2e-cross -t docker-app-e2e-cross:jenkins-app-PR-712-6  .
#2 [internal] load .dockerignore
#2 DONE 0.0s

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

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

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

#4 [build 1/6] FROM docker.io/dockercore/golang-cross:1.12.9@sha256:3ea9dce...
#4 DONE 0.0s

#14 [internal] load build context
#14 transferring context: 343.22kB 0.2s done
#14 DONE 0.2s

#12 [dev 3/5] RUN GOOS=linux   go build -o /usr/local/bin/test2json-linux   ...
#12 CACHED

#13 [dev 4/5] RUN go get -d gopkg.in/mjibson/esc.v0 &&   cd /go/src/github.c...
#13 CACHED

#8 [build 5/6] RUN make binary-osx binary-windows binary &&   cp build/dock...
#8 CACHED

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

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

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

#7 [build 4/6] RUN git clone https://github.com/docker/cli . && git checkou...
#7 CACHED

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

#11 [dev 2/5] RUN mkdir /go/src/gotest.tools &&   git clone -q https://githu...
#11 CACHED

#15 [dev 5/5] COPY . .
#15 CACHED

#16 [cross-build 1/1] RUN make TAG=jenkins-app-PR-712-6 cross
#16 CACHED

#17 [e2e-cross-build 1/1] RUN make TAG=jenkins-app-PR-712-6 e2e-cross
#17 0.837 GOOS=linux CGO_ENABLED=0 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=03f59193 -X github.com/docker/app/internal.Version=jenkins-app-PR-712-6 -X github.com/docker/app/internal.BuildTime=2019-10-28T10:43:56Z" -o bin/docker-app-linux ./cmd/docker-app
#17 4.436 GOOS=linux CGO_ENABLED=0 go test -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=03f59193 -X github.com/docker/app/internal.Version=jenkins-app-PR-712-6 -X github.com/docker/app/internal.BuildTime=2019-10-28T10:43:56Z" -c -o bin/docker-app-e2e-linux ./e2e/
#17 27.33 GOOS=darwin CGO_ENABLED=0 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=03f59193 -X github.com/docker/app/internal.Version=jenkins-app-PR-712-6 -X github.com/docker/app/internal.BuildTime=2019-10-28T10:43:56Z" -o bin/docker-app-darwin ./cmd/docker-app
#17 31.20 GOOS=darwin CGO_ENABLED=0 go test -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=03f59193 -X github.com/docker/app/internal.Version=jenkins-app-PR-712-6 -X github.com/docker/app/internal.BuildTime=2019-10-28T10:43:56Z" -c -o bin/docker-app-e2e-darwin ./e2e/
#8 90.93 ./scripts/build/windows
#8 90.95 Generating windows resources
#8 90.99 Building build/docker-windows-amd64
#17 54.08 GOOS=windows CGO_ENABLED=0 go test -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=03f59193 -X github.com/docker/app/internal.Version=jenkins-app-PR-712-6 -X github.com/docker/app/internal.BuildTime=2019-10-28T10:43:56Z" -c -o bin/docker-app-e2e-windows.exe ./e2e/
#17 DONE 77.2s

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

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

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

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

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

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

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

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

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

#27 exporting to client
#27 copying files 43B
#27 copying files 130.19MB 0.8s done
#27 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-712/src/github.com/docker/app/bin
[Pipeline] {
[Pipeline] stash
#8 178.0 WARNING: binary creates a Linux executable. Use cross for macOS or Windows.
#8 178.0 ./scripts/build/binary
#8 178.0 Building statically linked build/docker-linux-amd64
Stashed 21 file(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-712/6/stashes/binaries.tgz
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-712/src/github.com/docker/app/e2e
[Pipeline] {
[Pipeline] stash
Stashed 65 file(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-712/6/stashes/e2e.tgz
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-712/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-712/6/stashes/examples.tgz
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ xargs docker image rm -f
+ docker image ls --format={{.Repository}}:{{.Tag}} *jenkins-app-PR-712-6*
"docker image rm" requires at least 1 argument.
See 'docker image rm --help'.

Usage:  docker image rm [OPTIONS] IMAGE [IMAGE...]

Remove one or more images
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch Binaries
#8 DONE 252.3s

#9 [build 6/6] WORKDIR /go/src/github.com/docker/app/
#9 DONE 0.0s

#10 [dev 1/5] RUN curl -o /usr/bin/dep -L https://github.com/golang/dep/rele...
#10 0.635   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#10 0.635                                  Dload  Upload   Total   Spent    Left  Speed
#10 0.635 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   605    0   605    0     0   6302      0 --:--:-- --:--:-- --:--:--  6302
#10 0.847 
100 10.5M  100 10.5M    0     0  49.3M      0 --:--:-- --:--:-- --:--:-- 49.3M
#10 DONE 0.9s

#11 [dev 2/5] RUN mkdir /go/src/gotest.tools &&   git clone -q https://githu...
#11 0.896 go: finding github.com/onsi/ginkgo v1.8.0
#11 0.914 go: finding github.com/sirupsen/logrus v1.0.5
#11 0.916 go: finding github.com/jonboulle/clockwork v0.1.0
#11 0.917 go: finding github.com/pkg/errors v0.8.0
#11 0.918 go: finding github.com/mattn/go-isatty v0.0.3
#11 0.919 go: finding github.com/fatih/color v1.6.0
#11 1.363 go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
#11 1.365 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
#11 1.415 go: finding github.com/stretchr/testify v1.3.0
#11 1.457 go: finding github.com/spf13/pflag v1.0.1
#11 1.463 go: finding github.com/google/go-cmp v0.2.0
#11 1.733 go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
#11 1.734 go: finding github.com/mattn/go-colorable v0.0.9
#11 1.842 go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2
#11 1.894 go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9
#11 1.984 go: finding github.com/pmezard/go-difflib v1.0.0
#11 2.064 go: finding github.com/onsi/gomega v1.4.3
#11 2.120 go: finding gotest.tools v2.1.0+incompatible
#11 2.161 go: finding github.com/davecgh/go-spew v1.1.0
#11 2.175 go: finding github.com/stretchr/objx v0.1.0
#11 2.695 go: finding golang.org/x/text v0.3.0
#11 2.778 go: finding golang.org/x/net v0.0.0-20180906233101-161cd47e91fd
#11 2.789 go: finding github.com/fsnotify/fsnotify v1.4.7
#11 3.075 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
#11 3.160 go: finding gopkg.in/fsnotify.v1 v1.4.7
#11 3.560 go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
#11 3.561 go: finding gopkg.in/yaml.v2 v2.2.1
#11 3.672 go: finding github.com/onsi/ginkgo v1.6.0
#11 3.769 go: finding github.com/golang/protobuf v1.2.0
#11 3.771 go: finding github.com/hpcloud/tail v1.0.0
#11 7.891 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
#11 11.03 go: downloading gotest.tools v2.1.0+incompatible
#11 11.07 go: extracting gotest.tools v2.1.0+incompatible
#11 11.07 go: downloading github.com/pkg/errors v0.8.0
#11 11.08 go: downloading github.com/spf13/pflag v1.0.1
#11 11.08 go: downloading github.com/sirupsen/logrus v1.0.5
#11 11.09 go: downloading github.com/jonboulle/clockwork v0.1.0
#11 11.12 go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
#11 11.14 go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
#11 11.14 go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
#11 11.15 go: extracting github.com/pkg/errors v0.8.0
#11 11.16 go: downloading github.com/fatih/color v1.6.0
#11 11.17 go: extracting github.com/jonboulle/clockwork v0.1.0
#11 11.18 go: extracting github.com/spf13/pflag v1.0.1
#11 11.21 go: extracting github.com/sirupsen/logrus v1.0.5
#11 11.21 go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
#11 11.22 go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
#11 11.62 go: extracting github.com/fatih/color v1.6.0
#11 11.63 go: downloading github.com/mattn/go-isatty v0.0.3
#11 11.63 go: downloading github.com/mattn/go-colorable v0.0.9
#11 11.66 go: extracting github.com/mattn/go-isatty v0.0.3
#11 11.67 go: extracting github.com/mattn/go-colorable v0.0.9
#11 12.23 go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
#11 12.36 go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
#11 12.48 go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
#11 DONE 20.3s

#12 [dev 3/5] RUN GOOS=linux   go build -o /usr/local/bin/test2json-linux   ...
#12 DONE 1.9s

#13 [dev 4/5] RUN go get -d gopkg.in/mjibson/esc.v0 &&   cd /go/src/github.c...
#13 7.200 golang.org/x/tools/internal/semver
#13 7.235 github.com/pkg/errors
#13 7.262 golang.org/x/tools/go/ast/astutil
#13 7.302 golang.org/x/tools/go/internal/gcimporter
#13 7.621 golang.org/x/tools/go/internal/packagesdriver
#13 7.708 golang.org/x/tools/internal/fastwalk
#13 7.771 golang.org/x/tools/internal/gopathwalk
#13 7.839 golang.org/x/tools/internal/span
#13 7.993 golang.org/x/tools/go/gcexportdata
#13 8.027 golang.org/x/tools/internal/module
#13 8.062 golang.org/x/tools/go/packages
#13 8.341 golang.org/x/tools/internal/imports
#13 8.881 golang.org/x/tools/imports
#13 8.893 github.com/mjibson/esc/embed
#13 8.941 github.com/mjibson/esc
#13 DONE 10.2s

#15 [dev 5/5] COPY . .
#15 DONE 0.9s

#16 exporting to image
#16 exporting layers
#16 exporting layers 6.3s done
#16 writing image sha256:e9906797955db90205d517d2862cddcc3123bf4d1e60413f6d5950679e467fa2 done
#16 naming to docker.io/library/docker-app-dev:jenkins-app-PR-712-6 done
#16 DONE 6.3s
Check Vendoring...
docker run --rm docker-app-dev:jenkins-app-PR-712-6 sh -c "make vendor && hack/check-git-diff vendor"
rm -rf vendor 1>&1
dep ensure -v 
(1/104) Wrote github.com/agl/ed25519@master
(2/104) Wrote github.com/containerd/typeurl@master
(3/104) Wrote github.com/Microsoft/hcsshim@v0.8.6
(4/104) Wrote github.com/containerd/fifo@master
(5/104) Wrote github.com/beorn7/perks@master
(6/104) Wrote github.com/containerd/cgroups@master
(7/104) Wrote github.com/containerd/console@master
(8/104) Wrote github.com/coreos/go-systemd@v20
(9/104) Wrote github.com/davecgh/go-spew@v1.1.1
(10/104) Wrote github.com/containerd/ttrpc@master
(11/104) Wrote github.com/containerd/continuity@master
(12/104) Wrote vbom.ml/util@master
(13/104) Wrote github.com/docker/buildx@v0.3.1
(14/104) Wrote github.com/docker/docker-credential-helpers@v0.6.1
(15/104) Wrote github.com/deislabs/cnab-go@v0.3.2-beta1
(16/104) Wrote github.com/docker/go@v1.5.1-1
(17/104) Wrote github.com/docker/cnab-to-oci@v0.1.0-beta2
(18/104) Wrote github.com/docker/go-events@master
(19/104) Wrote github.com/docker/go-metrics@d466d4f6fd960e01820085bd7e1a24426ee7ef18
(20/104) Wrote github.com/docker/go-connections@v0.4.0
(21/104) Wrote github.com/docker/go-units@v0.3.3
(22/104) Wrote github.com/gofrs/flock@v0.7.1
(23/104) Wrote github.com/godbus/dbus@v5.0.1
(24/104) Wrote github.com/gogo/googleapis@v1.2.0
(25/104) Wrote github.com/google/go-cmp@v0.2.0
(26/104) Wrote github.com/google/gofuzz@v1.0.0
(27/104) Wrote github.com/google/shlex@master
(28/104) Wrote github.com/gorilla/mux@v1.7.1
(29/104) Wrote github.com/grpc-ecosystem/grpc-opentracing@master
(30/104) Wrote github.com/hashicorp/go-version@v1.1.0
(31/104) Wrote github.com/globalsign/mgo@master
(32/104) Wrote github.com/hashicorp/golang-lru@v0.5.1
(33/104) Wrote github.com/imdario/mergo@master
(34/104) Wrote github.com/inconshreveable/mousetrap@v1.0
(35/104) Wrote github.com/jaguilar/vt100 (from github.com/tonistiigi/vt100)@ad4c4a5743050fb7f88ce968dca9422f72a0e3f2
(36/104) Wrote github.com/mattn/go-shellwords@v1.0.5
(37/104) Wrote github.com/docker/distribution@0d3efadf0154c2b8a4e7b6621fff9809655cc580
(38/104) Wrote github.com/googleapis/gnostic@v0.2.0
(39/104) Wrote github.com/konsorten/go-windows-terminal-sequences@v1.0.2
(40/104) Wrote github.com/json-iterator/go@v1.1.6
(41/104) Wrote github.com/docker/compose-on-kubernetes@v0.4.21
(42/104) Wrote github.com/matttproud/golang_protobuf_extensions@v1.0.1
(43/104) Wrote github.com/miekg/pkcs11@master
(44/104) Wrote github.com/mitchellh/mapstructure@v1.1.2
(45/104) Wrote github.com/modern-go/reflect2@1.0.1
(46/104) Wrote github.com/modern-go/concurrent@1.0.3
(47/104) Wrote github.com/oklog/ulid@v1.3.1
(48/104) Wrote github.com/morikuni/aec@master
(49/104) Wrote github.com/opencontainers/go-digest@v1.0.0-rc1
(50/104) Wrote github.com/golang/protobuf@v1.3.1
(51/104) Wrote github.com/opencontainers/image-spec@v1.0.1
(52/104) Wrote github.com/opentracing/opentracing-go@v1.1.0
(53/104) Wrote github.com/pkg/errors@v0.8.1
(54/104) Wrote github.com/opencontainers/runtime-spec@29686dbc5559d93fb1ef402eeda3e35c38d75af4
(55/104) Wrote github.com/docker/cli@d83cd90464377d4164c8f70248d064b979e5ca98
(56/104) Wrote github.com/prometheus/client_model@master
(57/104) Wrote github.com/prometheus/client_golang@v0.8.0
(58/104) Wrote github.com/prometheus/procfs@master
(59/104) Wrote github.com/qri-io/jsonpointer@v0.1.0
(60/104) Wrote github.com/prometheus/common@v0.2.0
(61/104) Wrote github.com/qri-io/jsonschema@v0.1.1
(62/104) Wrote github.com/sirupsen/logrus@v1.4.1
(63/104) Wrote github.com/spf13/pflag@master
(64/104) Wrote github.com/syndtr/gocapability@master
(65/104) Wrote github.com/spf13/cobra@v0.0.5
(66/104) Wrote github.com/tonistiigi/units@master
(67/104) Wrote github.com/containerd/containerd@master
(68/104) Wrote github.com/opencontainers/runc@v1.0.0-rc7
(69/104) Wrote github.com/wadey/gocovmerge@master
(70/104) Wrote github.com/xeipuuv/gojsonpointer@master
(71/104) Wrote github.com/xeipuuv/gojsonreference@master
(72/104) Wrote github.com/tonistiigi/fsutil@master
(73/104) Wrote github.com/xeipuuv/gojsonschema@93e72a773fade158921402d6a24c819b48aba29d
(74/104) Wrote github.com/docker/swarmkit@18e7e58ea1a5ec016625a636d0d52500eea123bc
(75/104) Wrote github.com/moby/buildkit@v0.6.2
(76/104) Wrote github.com/coreos/etcd@v3.3.12
(77/104) Wrote golang.org/x/sync@master
(78/104) Wrote golang.org/x/crypto@master
(79/104) Wrote golang.org/x/oauth2@master
(80/104) Wrote golang.org/x/time@master
(81/104) Wrote google.golang.org/appengine@v1.5.0
(82/104) Wrote golang.org/x/net@master
(83/104) Wrote gopkg.in/inf.v0@v0.9.1
(84/104) Wrote gotest.tools@v2.3.0
(85/104) Wrote gopkg.in/yaml.v2@v2.2.3
(86/104) Wrote k8s.io/klog@v0.2.0
(87/104) Wrote k8s.io/utils@master
(88/104) Wrote sigs.k8s.io/yaml@v1.1.0
(89/104) Wrote k8s.io/apimachinery@kubernetes-1.14.1
(90/104) Wrote github.com/Azure/go-ansiterm@master
(91/104) Wrote google.golang.org/grpc@v1.19.1
(92/104) Wrote github.com/Masterminds/semver@v1.4.2
(93/104) Wrote golang.org/x/sys@master
(94/104) Wrote github.com/Microsoft/go-winio@v0.4.12
(95/104) Wrote github.com/theupdateframework/notary@v0.6.1
(96/104) Wrote golang.org/x/text@v0.3.0
(97/104) Wrote golang.org/x/tools@master
(98/104) Wrote k8s.io/client-go@kubernetes-1.14.1
(99/104) Wrote google.golang.org/genproto@master
(100/104) Wrote cloud.google.com/go@v0.37.4
(101/104) Wrote github.com/gogo/protobuf@v1.2.1
(102/104) Wrote k8s.io/api@kubernetes-1.14.1
(103/104) Wrote github.com/docker/docker@master
(104/104) 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] }
[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 123
Finished: FAILURE