Pull request #717 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 5ac6329752a2b3bbcce077652e7e0ffb19a10b69 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-0ac8ff9ea81cc4898) in /home/ubuntu/workspace/app_PR-717 [Pipeline] { Running on ubuntu-1804-overlay2 (i-054c178f7e37ea1c5) in /home/ubuntu/workspace/app_PR-717 [Pipeline] { [Pipeline] dir Running in /home/ubuntu/workspace/app_PR-717/src/github.com/docker/app [Pipeline] { [Pipeline] dir Running in /home/ubuntu/workspace/app_PR-717/src/github.com/docker/app [Pipeline] { [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] checkout using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/docker/app.git > git init /home/ubuntu/workspace/app_PR-717/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/717/head:refs/remotes/origin/PR-717 Cloning repository https://github.com/docker/app.git > git init /home/ubuntu/workspace/app_PR-717/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/717/head:refs/remotes/origin/PR-717 Fetching without tags Fetching without tags Checking out Revision 5ac6329752a2b3bbcce077652e7e0ffb19a10b69 (PR-717) > git config remote.origin.url https://github.com/docker/app.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/717/head:refs/remotes/origin/PR-717 # 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/717/head:refs/remotes/origin/PR-717 > git config remote.origin.url https://github.com/docker/app.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/717/head:refs/remotes/origin/PR-717 # 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/717/head:refs/remotes/origin/PR-717 > git config core.sparsecheckout # timeout=10 > git checkout -f 5ac6329752a2b3bbcce077652e7e0ffb19a10b69 Checking out Revision 5ac6329752a2b3bbcce077652e7e0ffb19a10b69 (PR-717) Commit message: "Add support for short ID. It required a large refactoring of the bundle store. Now the bundle store scans the bundle directory and creates a map of existing bundle references. All subsequent operations on the bundle store are using this map as the reference for stored bundle." First time build. Skipping changelog. Commit message: "Add support for short ID. It required a large refactoring of the bundle store. Now the bundle store scans the bundle directory and creates a map of existing bundle references. All subsequent operations on the bundle store are using this map as the reference for stored bundle." > git config core.sparsecheckout # timeout=10 > git checkout -f 5ac6329752a2b3bbcce077652e7e0ffb19a10b69 > git rev-list --no-walk 606e6d35a0095535b9aded77e28dd3906798a2f7 # timeout=10 [Pipeline] ansiColor [Pipeline] { [Pipeline] sh [Pipeline] ansiColor [Pipeline] { [Pipeline] sh + make -f docker.Makefile lint Linting... docker build -t docker-app-lint:jenkins-app-PR-717-9 -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 + make -f docker.Makefile cli-cross cross e2e-cross tars docker build --build-arg TAG=jenkins-app-PR-717-9 --build-arg COMMIT=5ac63297 --build-arg ALPINE_VERSION=3.10.1 --build-arg GOPROXY=direct --target=build -t docker-app-cli:jenkins-app-PR-717-9 . #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: #3 DONE 0.2s #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 0B / 126B 0.1s #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 0B / 125.33MB 0.1s #1 transferring dockerfile: 2.18kB done #1 DONE 0.2s #2 [internal] load .dockerignore #2 transferring context: 73B done #2 DONE 0.2s #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... #4 sha256:0f7136d717396dbb712539e3513a59019cf6ba3c0009cbe16fa8dbb278fdbed7 126B / 126B 0.1s done #4 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 12.39MB / 125.33MB 0.4s #4 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 24.26MB / 125.33MB 0.6s #4 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 33.51MB / 125.33MB 0.7s #4 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 50.41MB / 125.33MB 0.9s #8 0.883 ./scripts/build/osx #8 1.061 Building build/docker-darwin-amd64 #4 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 70.66MB / 125.33MB 1.2s #4 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 84.89MB / 125.33MB 1.4s #4 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 100.46MB / 125.33MB 1.7s #4 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 108.49MB / 125.33MB 1.9s #4 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 118.44MB / 125.33MB 2.2s #4 ... #8 [internal] load build context #8 transferring context: 73.14MB 2.2s 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.5s #4 sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 125.33MB / 125.33MB 2.5s done #4 extracting sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 #4 extracting sha256:cf0db633a67d2db9a19e6e99f6dc78b645ed1af0c741553fa1a8257ea9f19f64 4.3s done #4 extracting sha256:0f7136d717396dbb712539e3513a59019cf6ba3c0009cbe16fa8dbb278fdbed7 done #4 DONE 7.2s #5 [2/5] RUN apk add --no-cache curl git make coreutils #5 0.836 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz #5 1.907 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz #5 1.980 (1/10) Installing libacl (2.2.52-r6) #5 1.982 (2/10) Installing libattr (2.4.48-r0) #5 1.984 (3/10) Installing coreutils (8.31-r0) #5 2.001 (4/10) Installing nghttp2-libs (1.39.2-r0) #5 2.004 (5/10) Installing libcurl (7.66.0-r0) #5 2.027 (6/10) Installing curl (7.66.0-r0) #5 2.033 (7/10) Installing expat (2.2.8-r0) #5 2.036 (8/10) Installing pcre2 (10.33-r0) #5 2.044 (9/10) Installing git (2.22.0-r0) #5 2.195 (10/10) Installing make (4.2.1-r2) #5 2.199 Executing busybox-1.30.1-r2.trigger #5 2.205 OK: 22 MiB in 25 packages Still waiting to schedule task Waiting for next available executor on ‘ubuntu-1804&&x86_64&&overlay2’ #5 DONE 3.9s #6 [3/5] RUN GO111MODULE=on go get github.com/golangci/golangci-lint/cm... #6 0.718 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.16.0 #6 0.786 go: finding github.com/golangci/golangci-lint/cmd v1.16.0 #6 0.786 go: finding github.com/golangci/golangci-lint v1.16.0 #6 1.675 go: downloading github.com/golangci/golangci-lint v1.16.0 #6 2.622 go: extracting github.com/golangci/golangci-lint v1.16.0 #6 2.656 go: finding github.com/spf13/jwalterweatherman v0.0.0-20180109140146-7c0cea34c8ec #6 2.671 go: finding github.com/OpenPeeDeeP/depguard v0.0.0-20180806142446-a69c782687b2 #6 2.671 go: finding github.com/mattn/go-colorable v0.0.9 #6 2.679 go: finding github.com/golangci/ineffassign v0.0.0-20180808204949-2ee8f2867dde #6 2.681 go: finding github.com/inconshreveable/mousetrap v1.0.0 #6 2.688 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20171102151520-eafdab6b0663 #6 2.716 go: finding github.com/spf13/pflag v1.0.1 #6 2.737 go: finding github.com/mattn/go-isatty v0.0.3 #6 2.997 go: finding github.com/go-lintpack/lintpack v0.5.2 #6 3.006 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 #6 3.187 go: finding github.com/spf13/cobra v0.0.2 #6 3.256 go: finding github.com/fatih/color v1.6.0 #6 3.312 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed #6 3.323 go: finding github.com/pkg/errors v0.8.0 #6 3.395 go: finding github.com/go-toolsmith/astequal v0.0.0-20180903214952-dcb477bfacd6 #6 3.491 go: finding golang.org/x/tools v0.0.0-20190314010720-f0bfdbff1f9c #6 3.525 go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9 #6 3.610 go: finding github.com/go-toolsmith/astp v0.0.0-20180903215135-0af7e3c24f30 #6 3.622 go: finding sourcegraph.com/sourcegraph/go-diff v0.5.1-0.20190210232911-dee78e514455 #6 3.647 go: finding github.com/spf13/afero v1.1.0 #6 3.692 go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 #6 3.714 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 #6 3.811 go: finding mvdan.cc/unparam v0.0.0-20190124213536-fbb59629db34 #6 3.898 go: finding github.com/golangci/lint-1 v0.0.0-20180610141402-4bf9709227d1 #6 3.970 go: finding github.com/golangci/gofmt v0.0.0-20181105071733-0b8337e80d98 #6 4.023 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a #6 4.045 go: finding golang.org/x/sys v0.0.0-20190312061237-fead79001313 #6 4.103 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 #6 4.263 go: finding github.com/shirou/gopsutil v0.0.0-20180427012116-c95755e4bcd7 #6 4.315 go: finding github.com/logrusorgru/aurora v0.0.0-20181002194514-a7b3b318ed4e #6 4.385 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 #6 4.388 go: finding github.com/go-critic/go-critic v0.0.0-20181204210945-ee9bf5809ead #6 4.468 go: finding github.com/go-toolsmith/pkgload v0.0.0-20181119091011-e9e65178eee8 #6 4.577 go: finding github.com/shurcooL/go-goon v0.0.0-20170922171312-37c2f522c041 #6 4.704 go: finding github.com/hashicorp/hcl v0.0.0-20180404174102-ef8a98b0bbce #6 4.838 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca #6 5.011 go: finding github.com/stretchr/testify v1.2.2 #6 5.125 go: finding github.com/gobwas/glob v0.2.3 #6 5.224 go: finding gopkg.in/yaml.v2 v2.2.1 #6 5.319 go: finding golang.org/x/tools v0.0.0-20181205014116-22934f0fdb62 #6 5.604 go: finding golang.org/x/tools v0.0.0-20181117154741-2ddaf7f79a09 #6 5.834 go: finding github.com/mitchellh/go-ps v0.0.0-20170309133038-4fdf99ab2936 #6 6.159 go: finding github.com/go-toolsmith/astcopy v0.0.0-20180903214859-79b422d080c4 #6 6.936 go: finding github.com/magiconair/properties v1.7.6 #6 6.957 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b #6 7.040 go: finding github.com/go-toolsmith/typep v0.0.0-20181030061450-d63dc7650676 #6 7.367 go: finding github.com/golangci/gosec v0.0.0-20180901114220-66fb7fc33547 #6 7.741 go: finding github.com/go-ole/go-ole v1.2.1 #6 8.002 go: finding github.com/golang/mock v1.1.1 #6 8.377 go: finding github.com/gogo/protobuf v1.1.1 #6 8.539 go: finding github.com/spf13/viper v1.0.2 #6 8.934 go: finding github.com/onsi/gomega v1.4.2 #6 9.213 go: finding github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 #6 9.214 go: finding github.com/pelletier/go-toml v1.1.0 #6 9.247 go: finding golang.org/x/net v0.0.0-20190311183353-d8887717615a #6 9.316 go: finding github.com/sirupsen/logrus v1.0.5 #6 9.495 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 #6 9.501 go: finding github.com/pmezard/go-difflib v1.0.0 #6 9.582 go: finding golang.org/x/text v0.0.0-20170915090833-1cbadb444a80 #6 9.645 go: finding github.com/fsnotify/fsnotify v1.4.7 #6 9.658 go: finding golang.org/x/net v0.0.0-20180906233101-161cd47e91fd #6 9.705 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 #6 9.887 go: finding github.com/onsi/ginkgo v1.6.0 #6 10.00 go: finding golang.org/x/crypto v0.0.0-20190313024323-a1f597ede03a #6 10.02 go: finding github.com/golang/protobuf v1.2.0 #6 10.12 go: finding github.com/google/go-cmp v0.2.0 #6 10.13 go: finding github.com/onsi/gomega v0.0.0-20170829124025-dcabb60a477c #6 10.32 go: finding github.com/spf13/cast v1.2.0 #6 10.48 go: finding golang.org/x/text v0.3.0 #6 10.58 go: finding github.com/hpcloud/tail v1.0.0 #6 10.69 go: finding github.com/shurcooL/go v0.0.0-20180423040247-9e1955d9fb6e #6 10.93 go: finding github.com/go-toolsmith/astcast v0.0.0-20181028201508-b7a89ed70af1 #6 11.09 go: finding github.com/onsi/ginkgo v0.0.0-20170829012221-11459a886d9c #6 11.21 go: finding github.com/go-toolsmith/strparse v0.0.0-20180903215201-830b6daa1241 #6 11.26 go: finding github.com/kisielk/gotool v0.0.0-20161130080628-0de1eaf82fa3 #6 11.59 go: finding github.com/BurntSushi/toml v0.3.1 #6 11.72 go: finding github.com/mitchellh/go-homedir v1.0.0 #6 12.25 go: finding github.com/mattn/goveralls v0.0.2 #6 12.31 go: finding github.com/go-toolsmith/astfmt v0.0.0-20180903215011-8f8ee99c3086 #6 12.40 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 #6 12.49 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee #6 12.50 go: finding gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7 #6 12.67 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 #6 12.79 go: finding golang.org/x/sys v0.0.0-20171026204733-164713f0dfce #6 12.95 go: finding golang.org/x/tools v0.0.0-20170915040203-e531a2a1c15f #6 12.97 go: finding github.com/golangci/go-tools v0.0.0-20180109140146-af6baa5dc196 #6 13.02 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f #6 13.02 go: finding github.com/rogpeppe/go-internal v1.1.0 #6 13.16 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 #6 13.16 go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 #6 13.36 go: finding gopkg.in/fsnotify.v1 v1.4.7 #6 13.40 go: finding github.com/mozilla/tls-observatory v0.0.0-20180409132520-8791a200eb40 #6 13.48 go: finding github.com/golangci/errcheck v0.0.0-20181003203344-ef45e06d44b6 #6 13.81 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20160627004424-a22cb81b2ecd #6 13.93 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 #6 13.95 go: finding golang.org/x/net v0.0.0-20190313220215-9f648a60d977 #6 14.00 go: finding github.com/davecgh/go-spew v1.1.1 #6 14.54 go: finding github.com/mitchellh/mapstructure v0.0.0-20180220230111-00c29f56e238 #6 14.59 go: finding golang.org/x/net v0.0.0-20170915142106-8351a756f30f #6 14.62 go: finding github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 #6 14.62 go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a #6 14.65 go: finding golang.org/x/tools v0.0.0-20180221164845-07fd8470d635 #6 14.71 go: finding github.com/ryanuber/go-glob v0.0.0-20170128012129-256dc444b735 #6 14.94 go: finding gopkg.in/errgo.v2 v2.1.0 #6 14.97 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 #6 15.06 go: finding github.com/kisielk/gotool v1.0.0 #6 15.07 go: finding github.com/kr/pretty v0.1.0 #6 15.10 go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e #6 15.14 go: finding golang.org/x/tools v0.0.0-20190121143147-24cd39ecf745 #6 15.37 go: finding github.com/kr/text v0.1.0 #6 15.76 go: finding github.com/kr/pty v1.1.1 #6 18.11 go: downloading github.com/spf13/pflag v1.0.1 #6 18.12 go: downloading github.com/spf13/viper v1.0.2 #6 18.12 go: downloading golang.org/x/tools v0.0.0-20190314010720-f0bfdbff1f9c #6 18.12 go: downloading github.com/fatih/color v1.6.0 #6 18.13 go: downloading github.com/pkg/errors v0.8.0 #6 18.13 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 #6 18.16 go: extracting github.com/spf13/viper v1.0.2 #6 18.17 go: downloading gopkg.in/yaml.v2 v2.2.1 #6 18.23 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 #6 18.23 go: downloading github.com/golangci/gosec v0.0.0-20180901114220-66fb7fc33547 #6 18.25 go: extracting github.com/pkg/errors v0.8.0 #6 18.34 go: extracting github.com/spf13/pflag v1.0.1 #6 18.34 go: extracting gopkg.in/yaml.v2 v2.2.1 #6 18.40 go: extracting github.com/golangci/gosec v0.0.0-20180901114220-66fb7fc33547 #6 18.42 go: downloading github.com/pelletier/go-toml v1.1.0 #6 18.56 go: extracting github.com/pelletier/go-toml v1.1.0 #6 18.57 go: downloading github.com/golangci/gofmt v0.0.0-20181105071733-0b8337e80d98 #6 18.64 go: extracting github.com/golangci/gofmt v0.0.0-20181105071733-0b8337e80d98 #6 18.65 go: downloading github.com/fsnotify/fsnotify v1.4.7 #6 18.68 go: extracting github.com/fatih/color v1.6.0 #6 18.69 go: downloading github.com/golangci/errcheck v0.0.0-20181003203344-ef45e06d44b6 #6 18.72 go: extracting github.com/fsnotify/fsnotify v1.4.7 #6 18.73 go: extracting github.com/golangci/errcheck v0.0.0-20181003203344-ef45e06d44b6 #6 19.64 go: extracting golang.org/x/tools v0.0.0-20190314010720-f0bfdbff1f9c #6 19.80 go: downloading github.com/spf13/cobra v0.0.2 #6 19.80 go: downloading github.com/golangci/go-tools v0.0.0-20180109140146-af6baa5dc196 #6 19.81 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed #6 19.82 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 #6 19.82 go: downloading github.com/OpenPeeDeeP/depguard v0.0.0-20180806142446-a69c782687b2 #6 19.83 go: downloading sourcegraph.com/sourcegraph/go-diff v0.5.1-0.20190210232911-dee78e514455 #6 19.83 go: downloading github.com/golangci/lint-1 v0.0.0-20180610141402-4bf9709227d1 #6 19.83 go: downloading github.com/magiconair/properties v1.7.6 #6 19.83 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 #6 19.84 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 #6 19.93 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed #6 20.00 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a #6 20.00 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 #6 20.08 go: extracting github.com/OpenPeeDeeP/depguard v0.0.0-20180806142446-a69c782687b2 #6 20.08 go: downloading github.com/mitchellh/mapstructure v0.0.0-20180220230111-00c29f56e238 #6 20.09 go: extracting sourcegraph.com/sourcegraph/go-diff v0.5.1-0.20190210232911-dee78e514455 #6 20.10 go: extracting github.com/golangci/lint-1 v0.0.0-20180610141402-4bf9709227d1 #6 20.11 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a #6 20.12 go: downloading github.com/mattn/go-colorable v0.0.9 #6 20.13 go: extracting github.com/mattn/go-colorable v0.0.9 #6 20.14 go: downloading golang.org/x/sys v0.0.0-20190312061237-fead79001313 #6 20.15 go: extracting github.com/magiconair/properties v1.7.6 #6 20.16 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee #6 20.16 go: downloading mvdan.cc/unparam v0.0.0-20190124213536-fbb59629db34 #6 20.18 go: extracting github.com/mitchellh/mapstructure v0.0.0-20180220230111-00c29f56e238 #6 20.18 go: downloading github.com/spf13/afero v1.1.0 #6 20.19 go: downloading github.com/hashicorp/hcl v0.0.0-20180404174102-ef8a98b0bbce #6 20.24 go: extracting github.com/spf13/cobra v0.0.2 #6 20.28 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 #6 20.30 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca #6 20.31 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee #6 20.31 go: downloading github.com/spf13/cast v1.2.0 #6 20.33 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca #6 20.33 go: downloading github.com/golang/mock v1.1.1 #6 20.35 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 #6 20.37 go: extracting mvdan.cc/unparam v0.0.0-20190124213536-fbb59629db34 #6 20.38 go: extracting github.com/spf13/afero v1.1.0 #6 20.39 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 #6 20.39 go: downloading github.com/go-critic/go-critic v0.0.0-20181204210945-ee9bf5809ead #6 20.39 go: downloading github.com/mattn/go-isatty v0.0.3 #6 20.40 go: extracting github.com/golangci/go-tools v0.0.0-20180109140146-af6baa5dc196 #6 20.47 go: extracting github.com/mattn/go-isatty v0.0.3 #6 20.47 go: downloading golang.org/x/text v0.3.0 #6 20.52 go: extracting github.com/spf13/cast v1.2.0 #6 20.57 go: extracting github.com/golang/mock v1.1.1 #6 20.58 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 #6 20.61 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20180109140146-7c0cea34c8ec #6 20.61 go: downloading github.com/kisielk/gotool v1.0.0 #6 20.66 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b #6 20.66 go: extracting github.com/hashicorp/hcl v0.0.0-20180404174102-ef8a98b0bbce #6 20.71 go: downloading golang.org/x/net v0.0.0-20190313220215-9f648a60d977 #6 20.71 go: downloading github.com/gogo/protobuf v1.1.1 #6 20.73 go: extracting github.com/kisielk/gotool v1.0.0 #6 20.74 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 #6 20.75 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b #6 20.75 go: downloading github.com/go-lintpack/lintpack v0.5.2 #6 20.76 go: downloading github.com/golangci/ineffassign v0.0.0-20180808204949-2ee8f2867dde #6 20.77 go: extracting github.com/spf13/jwalterweatherman v0.0.0-20180109140146-7c0cea34c8ec #6 20.79 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20171102151520-eafdab6b0663 #6 20.86 go: extracting github.com/go-critic/go-critic v0.0.0-20181204210945-ee9bf5809ead #6 20.90 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 #6 20.93 go: extracting github.com/go-lintpack/lintpack v0.5.2 #6 20.96 go: downloading github.com/gobwas/glob v0.2.3 #6 20.97 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 #6 20.98 go: extracting github.com/golangci/ineffassign v0.0.0-20180808204949-2ee8f2867dde #6 20.99 go: downloading github.com/go-toolsmith/astfmt v0.0.0-20180903215011-8f8ee99c3086 #6 21.02 go: extracting github.com/go-toolsmith/astfmt v0.0.0-20180903215011-8f8ee99c3086 #6 21.02 go: downloading github.com/BurntSushi/toml v0.3.1 #6 21.02 go: downloading github.com/go-toolsmith/astequal v0.0.0-20180903214952-dcb477bfacd6 #6 21.08 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 #6 21.09 go: downloading github.com/sirupsen/logrus v1.0.5 #6 21.10 go: extracting github.com/go-toolsmith/astequal v0.0.0-20180903214952-dcb477bfacd6 #6 21.11 go: downloading github.com/go-toolsmith/astcast v0.0.0-20181028201508-b7a89ed70af1 #6 21.20 go: extracting github.com/go-toolsmith/astcast v0.0.0-20181028201508-b7a89ed70af1 #6 21.20 go: downloading github.com/go-toolsmith/strparse v0.0.0-20180903215201-830b6daa1241 #6 21.20 go: extracting github.com/gobwas/glob v0.2.3 #6 21.24 go: extracting github.com/BurntSushi/toml v0.3.1 #6 21.25 go: downloading github.com/mitchellh/go-homedir v1.0.0 #6 21.27 go: downloading github.com/go-toolsmith/astcopy v0.0.0-20180903214859-79b422d080c4 #6 21.29 go: extracting github.com/go-toolsmith/strparse v0.0.0-20180903215201-830b6daa1241 #6 21.29 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 #6 21.29 go: extracting github.com/sirupsen/logrus v1.0.5 #6 21.30 go: downloading github.com/go-toolsmith/astp v0.0.0-20180903215135-0af7e3c24f30 #6 21.40 go: extracting github.com/go-toolsmith/astcopy v0.0.0-20180903214859-79b422d080c4 #6 21.41 go: downloading golang.org/x/crypto v0.0.0-20190313024323-a1f597ede03a #6 21.41 go: extracting github.com/mitchellh/go-homedir v1.0.0 #6 21.42 go: downloading github.com/go-toolsmith/typep v0.0.0-20181030061450-d63dc7650676 #6 21.43 go: extracting github.com/go-toolsmith/astp v0.0.0-20180903215135-0af7e3c24f30 #6 21.49 go: extracting github.com/go-toolsmith/typep v0.0.0-20181030061450-d63dc7650676 #6 21.49 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 #6 23.20 go: extracting golang.org/x/net v0.0.0-20190313220215-9f648a60d977 #6 23.30 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20171102151520-eafdab6b0663 #6 23.56 go: extracting golang.org/x/crypto v0.0.0-20190313024323-a1f597ede03a #6 23.64 go: extracting golang.org/x/sys v0.0.0-20190312061237-fead79001313 #6 24.18 go: extracting github.com/gogo/protobuf v1.1.1 #6 25.67 go: extracting golang.org/x/text v0.3.0 #6 DONE 46.3s #7 [4/5] WORKDIR /go/src/github.com/docker/app #7 DONE 0.0s #9 [5/5] COPY . . #9 DONE 1.0s #10 exporting to image #10 exporting layers #10 exporting layers 1.2s done #10 writing image sha256:76c57e6ba8fe6694669d870f3559d69cb9f7aae1726df64dfc8742e44fc59f48 done #10 naming to docker.io/library/docker-app-lint:jenkins-app-PR-717-9 done #10 DONE 1.2s docker run --rm docker-app-lint:jenkins-app-PR-717-9 make lint Linting... [Pipeline] sh + make -f docker.Makefile check-vendor docker build --build-arg TAG=jenkins-app-PR-717-9 --build-arg COMMIT=5ac63297 --build-arg ALPINE_VERSION=3.10.1 --build-arg GOPROXY=direct --target=dev -t docker-app-dev:jenkins-app-PR-717-9 . #2 [internal] load .dockerignore #2 transferring context: 34B done #2 DONE 0.0s #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 2.18kB 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 #6 [build 3/6] WORKDIR /go/src/github.com/docker/cli #6 CACHED #5 [build 2/6] RUN apt-get install -y -q --no-install-recommends coreutil... #5 CACHED #7 [build 4/6] RUN git clone https://github.com/docker/cli . && git checkou... #7 CACHED #14 [internal] load build context #14 transferring context: 343.22kB 0.3s done #14 DONE 0.3s #8 [build 5/6] RUN make binary-osx binary-windows binary && cp build/dock... #8 0.902 ./scripts/build/osx Running on ubuntu-1804-overlay2 (i-0a42b3a3b627730a5) in /home/ubuntu/workspace/app_PR-717 [Pipeline] { [Pipeline] dir Running in /home/ubuntu/workspace/app_PR-717/src/github.com/docker/app [Pipeline] { [Pipeline] checkout #8 1.058 Building build/docker-darwin-amd64 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-717/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/717/head:refs/remotes/origin/PR-717 #8 90.56 ./scripts/build/windows #8 90.58 Generating windows resources #8 90.86 Building build/docker-windows-amd64 Fetching without tags Checking out Revision 5ac6329752a2b3bbcce077652e7e0ffb19a10b69 (PR-717) > git config remote.origin.url https://github.com/docker/app.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/717/head:refs/remotes/origin/PR-717 # 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/717/head:refs/remotes/origin/PR-717 > git config core.sparsecheckout # timeout=10 > git checkout -f 5ac6329752a2b3bbcce077652e7e0ffb19a10b69 Commit message: "Add support for short ID. It required a large refactoring of the bundle store. Now the bundle store scans the bundle directory and creates a map of existing bundle references. All subsequent operations on the bundle store are using this map as the reference for stored bundle." [Pipeline] ansiColor [Pipeline] { [Pipeline] sh + make -f docker.Makefile save-invocation-image docker build -f Dockerfile.invocation-image --build-arg TAG=jenkins-app-PR-717-9 --build-arg COMMIT=5ac63297 --build-arg ALPINE_VERSION=3.10.1 --build-arg GOPROXY=direct --target=invocation -t docker/cnab-app-base:jenkins-app-PR-717-9 . #1 [internal] load .dockerignore #1 transferring context: 73B done #1 DONE 0.1s #2 [internal] load build definition from Dockerfile.invocation-image #2 transferring dockerfile: 614B done #2 DONE 0.1s #4 [internal] load metadata for docker.io/library/alpine:3.10.1 #4 DONE 0.4s #3 [internal] load metadata for docker.io/library/golang:1.13.0 #3 DONE 0.4s #10 [internal] load build context #10 ... #5 [invocation 1/4] FROM docker.io/library/alpine:3.10.1@sha256:6a92cd1fcdc... #5 resolve docker.io/library/alpine:3.10.1@sha256:6a92cd1fcdc8d8cdec60f33dda4db2cb1fcdcacf3410a8e05b3741f44a9b5998 done #5 sha256:6a92cd1fcdc8d8cdec60f33dda4db2cb1fcdcacf3410a8e05b3741f44a9b5998 1.64kB / 1.64kB done #5 sha256:57334c50959f26ce1ee025d08f136c2292c128f84e7b229d1b0da5dac89e9866 528B / 528B done #5 sha256:b7b28af77ffec6054d13378df4fdf02725830086c7444d9c278af25312aa39b9 1.51kB / 1.51kB done #5 sha256:0503825856099e6adb39c8297af09547f69684b7016b7f3680ed801aa310baaa 2.79MB / 2.79MB 2.9s done #5 extracting sha256:0503825856099e6adb39c8297af09547f69684b7016b7f3680ed801aa310baaa 0.7s done #5 DONE 4.2s #10 [internal] load build context #10 transferring context: 27.80MB 4.6s #10 transferring context: 73.14MB 8.4s done #10 DONE 8.7s #7 [build 1/5] FROM docker.io/library/golang:1.13.0@sha256:90d554b5ae59cb63... #7 resolve docker.io/library/golang:1.13.0@sha256:90d554b5ae59cb63d2bf42bdfcd60aa1feb4794d9e3a9cbb9d2deb477c088be0 done #7 sha256:90d554b5ae59cb63d2bf42bdfcd60aa1feb4794d9e3a9cbb9d2deb477c088be0 2.16kB / 2.16kB done #7 sha256:de697ce5ae02f3d9a57b0603fbb648efadfa212727e702ad3a807b43eba7f6d6 1.79kB / 1.79kB done #7 sha256:c4d6fdf2260a0ee92be1c0854922ba2fdd3278d01ec8b2aabd270786d0ff65cf 5.45kB / 5.45kB done #7 sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 50.38MB / 50.38MB 1.5s done #7 sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 7.80MB / 7.80MB 0.4s done #7 sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 10.00MB / 10.00MB 0.5s done #7 sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 51.77MB / 51.77MB 2.6s done #7 sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 68.52MB / 68.52MB 3.4s done #7 sha256:36ac8c11a11fe76e247c377aea16595edb74c81482838849b57e2d0588189bf0 120.05MB / 120.05MB 7.4s done #7 extracting sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 6.5s #7 sha256:ecd7d9a67e261b9942149ecaba1c80f896e418597da2e6d1d9034e2d2d1c0f77 127B / 127B 2.8s done #7 ... #6 [invocation 2/4] RUN apk add --no-cache ca-certificates && adduser -S cn... #6 2.540 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz #6 3.673 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz #6 3.808 (1/1) Installing ca-certificates (20190108-r0) #6 3.829 Executing busybox-1.30.1-r2.trigger #6 3.836 Executing ca-certificates-20190108-r0.trigger #6 3.924 OK: 6 MiB in 15 packages #6 DONE 5.3s #7 [build 1/5] FROM docker.io/library/golang:1.13.0@sha256:90d554b5ae59cb63... #7 extracting sha256:4a56a430b2bac33260d6449e162017e2b23076c6411a17b46db67f5b84dde2bd 9.2s done #7 extracting sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a #7 extracting sha256:4b5cacb629f5c5323a32103e665756e5d50fe133b3db72d444f370566b713a6a 0.5s done #7 extracting sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d #7 extracting sha256:14408c8d4f9a59a5da8f4cc40650be9a8d0991fa1ce1b2fb2767f289a9cc410d 0.4s done #7 extracting sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf #7 extracting sha256:ea67eaa7dd42136287337f879ef20b4ee73baaa108d833d267ef99dd787cdcbf 3.6s done #7 extracting sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 #7 extracting sha256:a2a2197e145e0256322cd891bc524f82cbaca6e88117c2f1f93e797b089c6664 3.6s done #7 extracting sha256:36ac8c11a11fe76e247c377aea16595edb74c81482838849b57e2d0588189bf0 #7 extracting sha256:36ac8c11a11fe76e247c377aea16595edb74c81482838849b57e2d0588189bf0 5.1s #7 extracting sha256:36ac8c11a11fe76e247c377aea16595edb74c81482838849b57e2d0588189bf0 5.8s done #7 extracting sha256:ecd7d9a67e261b9942149ecaba1c80f896e418597da2e6d1d9034e2d2d1c0f77 done #7 DONE 27.1s #8 [build 2/5] RUN apt-get update -qq && apt-get install -y -q --no-install... #8 4.103 Reading package lists... #8 5.027 Building dependency tree... #8 5.237 Reading state information... #8 5.451 coreutils is already the newest version (8.30-3). #8 5.451 coreutils set to manually installed. #8 5.451 util-linux is already the newest version (2.33.1-0.1). #8 5.451 util-linux set to manually installed. #8 5.451 The following NEW packages will be installed: #8 5.451 uuid-runtime #8 5.721 0 upgraded, 1 newly installed, 0 to remove and 10 not upgraded. #8 5.721 Need to get 95.2 kB of archives. #8 5.721 After this operation, 211 kB of additional disk space will be used. #8 5.721 Get:1 http://deb.debian.org/debian buster/main amd64 uuid-runtime amd64 2.33.1-0.1 [95.2 kB] #8 5.870 debconf: delaying package configuration, since apt-utils is not installed #8 5.907 Fetched 95.2 kB in 0s (370 kB/s) #8 5.937 Selecting previously unselected package uuid-runtime. #8 5.937 (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.951 Preparing to unpack .../uuid-runtime_2.33.1-0.1_amd64.deb ... #8 5.954 Unpacking uuid-runtime (2.33.1-0.1) ... #8 6.011 Setting up uuid-runtime (2.33.1-0.1) ... #8 6.058 Adding group `uuidd' (GID 102) ... #8 6.072 Done. #8 6.108 Warning: The home dir /run/uuidd you specified can't be accessed: No such file or directory #8 6.108 Adding system user `uuidd' (UID 101) ... #8 6.109 Adding new user `uuidd' (UID 101) with group `uuidd' ... #8 6.149 Not creating home directory `/run/uuidd'. #8 6.166 invoke-rc.d: could not determine current runlevel #8 6.169 invoke-rc.d: policy-rc.d denied execution of start. #8 DONE 7.4s #9 [build 3/5] WORKDIR /go/src/github.com/docker/app/ #9 DONE 0.0s #11 [build 4/5] COPY . . #11 DONE 1.2s #12 [build 5/5] RUN make BUILD_TAG=${BUILD_TAG} TAG=jenkins-app-PR-717-9 bin... #12 1.295 CGO_ENABLED=0 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=5ac63297 -X github.com/docker/app/internal.Version=jenkins-app-PR-717-9 -X github.com/docker/app/internal.BuildTime=2019-10-30T15:09:17Z" -o bin/cnab-run ./cmd/cnab-run #8 175.3 WARNING: binary creates a Linux executable. Use cross for macOS or Windows. #8 175.3 ./scripts/build/binary #8 175.3 Building statically linked build/docker-linux-amd64 #8 91.86 ./scripts/build/windows #8 91.88 Generating windows resources #8 92.06 Building build/docker-windows-amd64 #8 DONE 247.8s #9 [build 6/6] WORKDIR /go/src/github.com/docker/app/ #9 DONE 0.0s #10 exporting to image #10 exporting layers #10 exporting layers 4.9s done #10 writing image sha256:0bffb40d543c2eec64f28dd0691b4f32a63f55ed7a6baaa10f6fe51d580be0cd done #10 naming to docker.io/library/docker-app-cli:jenkins-app-PR-717-9 done #10 DONE 5.0s docker create --name docker-app-cli-jenkins-app-PR-717-9 docker-app-cli:jenkins-app-PR-717-9 noop 548fc0b73ad607d19b57cd613e32295c680689aab607406db2c78163a0d1cafc docker cp docker-app-cli-jenkins-app-PR-717-9:/go/src/github.com/docker/cli/build/docker-linux-amd64 bin/docker-linux docker cp docker-app-cli-jenkins-app-PR-717-9:/go/src/github.com/docker/cli/build/docker-darwin-amd64 bin/docker-darwin docker cp docker-app-cli-jenkins-app-PR-717-9:/go/src/github.com/docker/cli/build/docker-windows-amd64 bin/docker-windows.exe docker rm docker-app-cli-jenkins-app-PR-717-9 docker-app-cli-jenkins-app-PR-717-9 docker build --build-arg TAG=jenkins-app-PR-717-9 --build-arg COMMIT=5ac63297 --build-arg ALPINE_VERSION=3.10.1 --build-arg GOPROXY=direct --target=cross -t docker-app-cross:jenkins-app-PR-717-9 . #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 #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 #14 [internal] load build context #14 transferring context: 73.14MB 1.7s done #14 DONE 1.7s #10 [dev 1/5] RUN curl -o /usr/bin/dep -L https://github.com/golang/dep/rele... #10 1.506 % Total % Received % Xferd Average Speed Time Time Time Current #10 1.506 Dload Upload Total Spent Left Speed #10 1.506 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 605 0 605 0 0 3558 0 --:--:-- --:--:-- --:--:-- 3558 #10 1.797 100 10.5M 100 10.5M 0 0 35.9M 0 --:--:-- --:--:-- --:--:-- 35.9M #10 DONE 2.5s #11 [dev 2/5] RUN mkdir /go/src/gotest.tools && git clone -q https://githu... #11 3.006 go: finding github.com/google/go-cmp v0.2.0 #11 3.009 go: finding github.com/pkg/errors v0.8.0 #11 3.014 go: finding github.com/mattn/go-colorable v0.0.9 #11 3.017 go: finding github.com/fatih/color v1.6.0 #11 3.026 go: finding github.com/jonboulle/clockwork v0.1.0 #11 3.036 go: finding github.com/mattn/go-isatty v0.0.3 #11 3.399 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f #11 3.402 go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 #11 3.414 go: finding gotest.tools v2.1.0+incompatible #11 3.565 go: finding github.com/onsi/gomega v1.4.3 #11 3.739 go: finding github.com/onsi/ginkgo v1.8.0 #11 3.866 go: finding github.com/spf13/pflag v1.0.1 #11 3.893 go: finding github.com/sirupsen/logrus v1.0.5 #11 3.984 go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9 #11 4.055 go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc #11 4.533 go: finding github.com/stretchr/testify v1.3.0 #11 4.735 go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 #11 5.436 go: finding golang.org/x/net v0.0.0-20180906233101-161cd47e91fd #11 5.436 go: finding github.com/onsi/ginkgo v1.6.0 #11 5.483 go: finding github.com/fsnotify/fsnotify v1.4.7 #11 5.532 go: finding github.com/golang/protobuf v1.2.0 #11 5.546 go: finding github.com/stretchr/objx v0.1.0 #11 5.916 go: finding github.com/pmezard/go-difflib v1.0.0 #11 5.981 go: finding gopkg.in/fsnotify.v1 v1.4.7 #11 6.018 go: finding github.com/davecgh/go-spew v1.1.0 #11 6.202 go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e #11 6.219 go: finding gopkg.in/yaml.v2 v2.2.1 #11 6.275 go: finding golang.org/x/text v0.3.0 #11 6.305 go: finding github.com/hpcloud/tail v1.0.0 #11 6.422 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 #12 DONE 100.6s #13 [invocation 3/4] COPY --from=build /go/src/github.com/docker/app/bin/cna... #13 DONE 0.2s #14 [invocation 4/4] WORKDIR /cnab/app #14 DONE 0.1s #15 exporting to image #15 exporting layers #15 exporting layers 0.2s done #15 writing image sha256:642b59c254c0ce34346bd7d1c65a97c2fcf9e9447c2ce6b43f4ed12a7663a2ed done #15 naming to docker.io/docker/cnab-app-base:jenkins-app-PR-717-9 done #15 DONE 0.2s docker save docker/cnab-app-base:jenkins-app-PR-717-9 -o _build/invocation-image.tar [Pipeline] sh + make -f docker.Makefile INVOCATION_IMAGE_TAG=jenkins-app-PR-717-9-coverage OUTPUT=coverage-invocation-image.tar save-invocation-image-tag docker tag docker/cnab-app-base:jenkins-app-PR-717-9 docker/cnab-app-base:jenkins-app-PR-717-9-coverage docker save docker/cnab-app-base:jenkins-app-PR-717-9-coverage -o _build/coverage-invocation-image.tar [Pipeline] } [Pipeline] // ansiColor [Pipeline] dir Running in /home/ubuntu/workspace/app_PR-717/src/github.com/docker/app/_build [Pipeline] { [Pipeline] stash #8 178.8 WARNING: binary creates a Linux executable. Use cross for macOS or Windows. #8 178.8 ./scripts/build/binary #8 178.8 Building statically linked build/docker-linux-amd64 #11 10.74 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 #11 13.89 go: downloading gotest.tools v2.1.0+incompatible #11 13.93 go: extracting gotest.tools v2.1.0+incompatible #11 13.94 go: downloading github.com/sirupsen/logrus v1.0.5 #11 13.94 go: downloading github.com/pkg/errors v0.8.0 #11 13.95 go: downloading github.com/jonboulle/clockwork v0.1.0 #11 13.95 go: downloading github.com/fatih/color v1.6.0 #11 13.96 go: downloading github.com/spf13/pflag v1.0.1 #11 13.97 go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f #11 13.99 go: extracting github.com/pkg/errors v0.8.0 #11 14.03 go: extracting github.com/jonboulle/clockwork v0.1.0 #11 14.05 go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f #11 14.05 go: extracting github.com/sirupsen/logrus v1.0.5 #11 14.05 go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc #11 14.06 go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 #11 14.06 go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e #11 14.08 go: extracting github.com/spf13/pflag v1.0.1 #11 14.42 go: extracting github.com/fatih/color v1.6.0 #11 14.42 go: downloading github.com/mattn/go-colorable v0.0.9 #11 14.42 go: downloading github.com/mattn/go-isatty v0.0.3 #11 14.46 go: extracting github.com/mattn/go-isatty v0.0.3 #11 14.48 go: extracting github.com/mattn/go-colorable v0.0.9 #11 15.05 go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 #11 15.14 go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc #11 15.32 go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e Stashed 1 file(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-717/9/stashes/invocation-image.tgz [Pipeline] stash Stashed 1 file(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-717/9/stashes/coverage-invocation-image.tgz [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // dir Post stage [Pipeline] dir Running in /home/ubuntu/workspace/app_PR-717/src/github.com/docker/app [Pipeline] { [Pipeline] sh + docker rmi docker/cnab-app-base:jenkins-app-PR-717-9 Untagged: docker/cnab-app-base:jenkins-app-PR-717-9 [Pipeline] sh + docker rmi docker/cnab-app-base:jenkins-app-PR-717-9-coverage Untagged: docker/cnab-app-base:jenkins-app-PR-717-9-coverage Deleted: sha256:642b59c254c0ce34346bd7d1c65a97c2fcf9e9447c2ce6b43f4ed12a7663a2ed [Pipeline] } [Pipeline] // dir [Pipeline] deleteDir [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } #11 DONE 23.2s #12 [dev 3/5] RUN GOOS=linux go build -o /usr/local/bin/test2json-linux ... #12 DONE 2.0s #13 [dev 4/5] RUN go get -d gopkg.in/mjibson/esc.v0 && cd /go/src/github.c... #13 7.602 golang.org/x/tools/internal/semver #13 7.617 github.com/pkg/errors #13 7.674 golang.org/x/tools/go/ast/astutil #13 7.693 golang.org/x/tools/go/internal/gcimporter #13 8.017 golang.org/x/tools/go/internal/packagesdriver #13 8.098 golang.org/x/tools/internal/fastwalk #13 8.162 golang.org/x/tools/internal/gopathwalk #13 8.234 golang.org/x/tools/internal/span #13 8.416 golang.org/x/tools/internal/module #13 8.422 golang.org/x/tools/go/gcexportdata #13 8.497 golang.org/x/tools/go/packages #13 8.752 golang.org/x/tools/internal/imports #13 9.277 golang.org/x/tools/imports #13 9.291 github.com/mjibson/esc/embed #13 9.343 github.com/mjibson/esc #13 DONE 10.5s #15 [dev 5/5] COPY . . #15 DONE 0.8s #16 [cross 1/1] RUN make TAG=jenkins-app-PR-717-9 cross #16 1.062 GOOS=linux CGO_ENABLED=0 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=5ac63297 -X github.com/docker/app/internal.Version=jenkins-app-PR-717-9 -X github.com/docker/app/internal.BuildTime=2019-10-30T15:11:39Z" -o bin/docker-app-linux ./cmd/docker-app #8 DONE 252.4s #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.919 % Total % Received % Xferd Average Speed Time Time Time Current #10 0.920 Dload Upload Total Spent Left Speed #10 0.922 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 605 0 605 0 0 5260 0 --:--:-- --:--:-- --:--:-- 5215 #10 1.169 100 10.5M 100 10.5M 0 0 42.4M 0 --:--:-- --:--:-- --:--:-- 42.4M #10 DONE 1.3s #11 [dev 2/5] RUN mkdir /go/src/gotest.tools && git clone -q https://githu... #11 1.070 go: finding github.com/mattn/go-colorable v0.0.9 #11 1.093 go: finding github.com/onsi/ginkgo v1.8.0 #11 1.093 go: finding github.com/google/go-cmp v0.2.0 #11 1.094 go: finding github.com/sirupsen/logrus v1.0.5 #11 1.094 go: finding github.com/fatih/color v1.6.0 #11 1.096 go: finding github.com/spf13/pflag v1.0.1 #11 1.098 go: finding github.com/pkg/errors v0.8.0 #11 1.548 go: finding gotest.tools v2.1.0+incompatible #11 1.552 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f #11 1.635 go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 #11 1.810 go: finding github.com/onsi/gomega v1.4.3 #11 1.823 go: finding github.com/mattn/go-isatty v0.0.3 #11 1.826 go: finding github.com/stretchr/testify v1.3.0 #11 1.887 go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc #11 1.991 go: finding github.com/jonboulle/clockwork v0.1.0 #11 2.026 go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 #11 2.488 go: finding golang.org/x/text v0.3.0 #11 2.500 go: finding github.com/hpcloud/tail v1.0.0 #11 2.536 go: finding github.com/golang/protobuf v1.2.0 #11 2.551 go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9 #11 2.673 go: finding github.com/fsnotify/fsnotify v1.4.7 #11 3.034 go: finding github.com/pmezard/go-difflib v1.0.0 #11 3.077 go: finding gopkg.in/fsnotify.v1 v1.4.7 #11 3.177 go: finding gopkg.in/yaml.v2 v2.2.1 #11 3.372 go: finding golang.org/x/net v0.0.0-20180906233101-161cd47e91fd #11 3.395 go: finding github.com/davecgh/go-spew v1.1.0 #11 3.583 go: finding github.com/stretchr/objx v0.1.0 #11 3.808 go: finding github.com/onsi/ginkgo v1.6.0 #11 4.185 go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e #11 4.722 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 #11 7.613 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 #16 56.33 GOOS=darwin CGO_ENABLED=0 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=5ac63297 -X github.com/docker/app/internal.Version=jenkins-app-PR-717-9 -X github.com/docker/app/internal.BuildTime=2019-10-30T15:11:39Z" -o bin/docker-app-darwin ./cmd/docker-app #11 10.69 go: downloading gotest.tools v2.1.0+incompatible #11 10.73 go: extracting gotest.tools v2.1.0+incompatible #11 10.74 go: downloading github.com/sirupsen/logrus v1.0.5 #11 10.75 go: downloading github.com/pkg/errors v0.8.0 #11 10.75 go: downloading github.com/fatih/color v1.6.0 #11 10.75 go: downloading github.com/jonboulle/clockwork v0.1.0 #11 10.76 go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f #11 10.77 go: downloading github.com/spf13/pflag v1.0.1 #11 10.79 go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f #11 10.80 go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc #11 10.81 go: extracting github.com/pkg/errors v0.8.0 #11 10.82 go: extracting github.com/jonboulle/clockwork v0.1.0 #11 10.88 go: extracting github.com/sirupsen/logrus v1.0.5 #11 10.89 go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 #11 10.90 go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e #11 10.92 go: extracting github.com/spf13/pflag v1.0.1 #11 11.24 go: extracting github.com/fatih/color v1.6.0 #11 11.25 go: downloading github.com/mattn/go-colorable v0.0.9 #11 11.25 go: downloading github.com/mattn/go-isatty v0.0.3 #11 11.28 go: extracting github.com/mattn/go-colorable v0.0.9 #11 11.29 go: extracting github.com/mattn/go-isatty v0.0.3 #11 11.86 go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 #11 11.90 go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc #11 12.10 go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e #11 DONE 20.1s #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.570 golang.org/x/tools/internal/semver #13 7.590 github.com/pkg/errors #13 7.642 golang.org/x/tools/go/ast/astutil #13 7.668 golang.org/x/tools/go/internal/gcimporter #13 8.048 golang.org/x/tools/go/internal/packagesdriver #13 8.131 golang.org/x/tools/internal/fastwalk #13 8.197 golang.org/x/tools/internal/gopathwalk #13 8.264 golang.org/x/tools/internal/span #13 8.331 golang.org/x/tools/go/gcexportdata #13 8.384 golang.org/x/tools/internal/module #13 8.472 golang.org/x/tools/go/packages #13 8.778 golang.org/x/tools/internal/imports #13 9.324 golang.org/x/tools/imports #13 9.338 github.com/mjibson/esc/embed #13 9.380 github.com/mjibson/esc #13 DONE 10.8s #15 [dev 5/5] COPY . . #15 DONE 0.8s #16 exporting to image #16 exporting layers #16 exporting layers 6.4s done #16 writing image sha256:7c6ef8d81cd8af7abc6403880468c6f7a9b82ee8438f053a4ea57a6d867fc2c2 #16 writing image sha256:7c6ef8d81cd8af7abc6403880468c6f7a9b82ee8438f053a4ea57a6d867fc2c2 done #16 naming to docker.io/library/docker-app-dev:jenkins-app-PR-717-9 done #16 DONE 6.4s Check Vendoring... docker run --rm docker-app-dev:jenkins-app-PR-717-9 sh -c "make vendor && hack/check-git-diff vendor" rm -rf vendor 1>&1 dep ensure -v (1/104) Wrote github.com/containerd/fifo@master (2/104) Wrote github.com/beorn7/perks@master (3/104) Wrote github.com/containerd/typeurl@master (4/104) Wrote github.com/coreos/go-systemd@v20 (5/104) Wrote github.com/davecgh/go-spew@v1.1.1 (6/104) Wrote github.com/containerd/console@master (7/104) Wrote github.com/docker/cnab-to-oci@v0.1.0-beta2 (8/104) Wrote github.com/containerd/ttrpc@master (9/104) Wrote github.com/containerd/continuity@master (10/104) Wrote github.com/containerd/cgroups@master (11/104) Wrote github.com/deislabs/cnab-go@v0.3.2-beta1 (12/104) Wrote github.com/docker/docker-credential-helpers@v0.6.1 (13/104) Wrote github.com/docker/go@v1.5.1-1 (14/104) Wrote github.com/docker/go-events@master (15/104) Wrote github.com/docker/go-metrics@d466d4f6fd960e01820085bd7e1a24426ee7ef18 (16/104) Wrote github.com/docker/go-connections@v0.4.0 (17/104) Wrote vbom.ml/util@master (18/104) Wrote github.com/docker/go-units@v0.3.3 (19/104) Wrote github.com/godbus/dbus@v5.0.1 (20/104) Wrote github.com/gofrs/flock@v0.7.1 (21/104) Wrote github.com/docker/buildx@v0.3.1 (22/104) Wrote github.com/gogo/googleapis@v1.2.0 (23/104) Wrote github.com/google/go-cmp@v0.2.0 (24/104) Wrote github.com/google/gofuzz@v1.0.0 (25/104) Wrote github.com/google/shlex@master (26/104) Wrote github.com/gorilla/mux@v1.7.1 (27/104) Wrote github.com/grpc-ecosystem/grpc-opentracing@master (28/104) Wrote github.com/globalsign/mgo@master (29/104) Wrote github.com/hashicorp/go-version@v1.1.0 (30/104) Wrote github.com/hashicorp/golang-lru@v0.5.1 (31/104) Wrote github.com/docker/distribution@0d3efadf0154c2b8a4e7b6621fff9809655cc580 (32/104) Wrote github.com/imdario/mergo@master (33/104) Wrote github.com/inconshreveable/mousetrap@v1.0 (34/104) Wrote github.com/jaguilar/vt100 (from github.com/tonistiigi/vt100)@ad4c4a5743050fb7f88ce968dca9422f72a0e3f2 (35/104) Wrote github.com/konsorten/go-windows-terminal-sequences@v1.0.2 (36/104) Wrote github.com/googleapis/gnostic@v0.2.0 (37/104) Wrote github.com/mattn/go-shellwords@v1.0.5 (38/104) Wrote github.com/docker/compose-on-kubernetes@v0.4.21 (39/104) Wrote github.com/matttproud/golang_protobuf_extensions@v1.0.1 #16 113.7 GOOS=windows CGO_ENABLED=0 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=5ac63297 -X github.com/docker/app/internal.Version=jenkins-app-PR-717-9 -X github.com/docker/app/internal.BuildTime=2019-10-30T15:11:39Z" -o bin/docker-app-windows.exe ./cmd/docker-app (40/104) Wrote github.com/miekg/pkcs11@master (41/104) Wrote github.com/mitchellh/mapstructure@v1.1.2 (42/104) Wrote github.com/json-iterator/go@v1.1.6 (43/104) Wrote github.com/modern-go/concurrent@1.0.3 (44/104) Wrote github.com/modern-go/reflect2@1.0.1 (45/104) Wrote github.com/oklog/ulid@v1.3.1 (46/104) Wrote github.com/morikuni/aec@master (47/104) Wrote github.com/opencontainers/go-digest@v1.0.0-rc1 (48/104) Wrote github.com/golang/protobuf@v1.3.1 (49/104) Wrote github.com/opencontainers/image-spec@v1.0.1 (50/104) Wrote github.com/opencontainers/runtime-spec@29686dbc5559d93fb1ef402eeda3e35c38d75af4 (51/104) Wrote github.com/opentracing/opentracing-go@v1.1.0 (52/104) Wrote github.com/pkg/errors@v0.8.1 (53/104) Wrote github.com/prometheus/client_model@master (54/104) Wrote github.com/prometheus/client_golang@v0.8.0 (55/104) Wrote github.com/qri-io/jsonpointer@v0.1.0 (56/104) Wrote github.com/prometheus/procfs@master (57/104) Wrote github.com/prometheus/common@v0.2.0 (58/104) Wrote github.com/qri-io/jsonschema@v0.1.1 (59/104) Wrote github.com/sirupsen/logrus@v1.4.1 (60/104) Wrote github.com/syndtr/gocapability@master (61/104) Wrote github.com/spf13/pflag@master (62/104) Wrote github.com/spf13/cobra@v0.0.5 (63/104) Wrote github.com/tonistiigi/units@master (64/104) Wrote github.com/containerd/containerd@master (65/104) Wrote github.com/wadey/gocovmerge@master (66/104) Wrote github.com/opencontainers/runc@v1.0.0-rc7 (67/104) Wrote github.com/xeipuuv/gojsonpointer@master (68/104) Wrote github.com/xeipuuv/gojsonreference@master (69/104) Wrote github.com/docker/swarmkit@18e7e58ea1a5ec016625a636d0d52500eea123bc (70/104) Wrote github.com/coreos/etcd@v3.3.12 (71/104) Wrote github.com/docker/cli@d83cd90464377d4164c8f70248d064b979e5ca98 (72/104) Wrote github.com/tonistiigi/fsutil@master (73/104) Wrote github.com/xeipuuv/gojsonschema@93e72a773fade158921402d6a24c819b48aba29d (74/104) Wrote github.com/moby/buildkit@v0.6.2 (75/104) Wrote github.com/Azure/go-ansiterm@master (76/104) Wrote github.com/Masterminds/semver@v1.4.2 (77/104) Wrote github.com/Microsoft/go-winio@v0.4.12 (78/104) Wrote golang.org/x/crypto@master (79/104) Wrote github.com/agl/ed25519@master (80/104) Wrote gopkg.in/inf.v0@v0.9.1 (81/104) Wrote golang.org/x/net@master (82/104) Wrote golang.org/x/oauth2@master (83/104) Wrote golang.org/x/sync@master (84/104) Wrote golang.org/x/time@master (85/104) Wrote github.com/Microsoft/hcsshim@v0.8.6 (86/104) Wrote google.golang.org/appengine@v1.5.0 (87/104) Wrote gopkg.in/yaml.v2@v2.2.3 (88/104) Wrote gotest.tools@v2.3.0 (89/104) Wrote k8s.io/klog@v0.2.0 (90/104) Wrote k8s.io/utils@master (91/104) Wrote sigs.k8s.io/yaml@v1.1.0 (92/104) Wrote golang.org/x/sys@master (93/104) Wrote k8s.io/apimachinery@kubernetes-1.14.1 (94/104) Wrote github.com/theupdateframework/notary@v0.6.1 (95/104) Wrote google.golang.org/grpc@v1.19.1 (96/104) Wrote cloud.google.com/go@v0.37.4 (97/104) Wrote golang.org/x/text@v0.3.0 (98/104) Wrote golang.org/x/tools@master (99/104) Wrote k8s.io/client-go@kubernetes-1.14.1 (100/104) Wrote google.golang.org/genproto@master (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 #16 DONE 171.8s #17 exporting to image #17 exporting layers #17 exporting layers 4.2s done #17 writing image sha256:c9744e7e94ca3bf04bc7e28d84b17981c68915e95e1f14c8fe8005562297d17e done #17 naming to docker.io/library/docker-app-cross:jenkins-app-PR-717-9 done #17 DONE 4.2s docker create --name docker-app-cross-jenkins-app-PR-717-9 docker-app-cross:jenkins-app-PR-717-9 noop a3e48297bffaf0f04e8da3dd2bc6d8a98ed8d96ac1dccac47cc19e1e300bd045 docker cp docker-app-cross-jenkins-app-PR-717-9:/go/src/github.com/docker/app/bin/docker-app-linux bin/docker-app-linux docker cp docker-app-cross-jenkins-app-PR-717-9:/go/src/github.com/docker/app/bin/docker-app-darwin bin/docker-app-darwin docker cp docker-app-cross-jenkins-app-PR-717-9:/go/src/github.com/docker/app/bin/docker-app-windows.exe bin/docker-app-windows.exe docker rm docker-app-cross-jenkins-app-PR-717-9 docker-app-cross-jenkins-app-PR-717-9 docker build --build-arg TAG=jenkins-app-PR-717-9 --build-arg COMMIT=5ac63297 --build-arg ALPINE_VERSION=3.10.1 --build-arg GOPROXY=direct --target=e2e-cross -t docker-app-e2e-cross:jenkins-app-PR-717-9 . #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: 343.22kB 0.2s done #14 DONE 0.2s #10 [dev 1/5] RUN curl -o /usr/bin/dep -L https://github.com/golang/dep/rele... #10 CACHED #12 [dev 3/5] RUN GOOS=linux go build -o /usr/local/bin/test2json-linux ... #12 CACHED #15 [dev 5/5] COPY . . #15 CACHED #7 [build 4/6] RUN git clone https://github.com/docker/cli . && git checkou... #7 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 #11 [dev 2/5] RUN mkdir /go/src/gotest.tools && git clone -q https://githu... #11 CACHED #13 [dev 4/5] RUN go get -d gopkg.in/mjibson/esc.v0 && cd /go/src/github.c... #13 CACHED #5 [build 2/6] RUN apt-get install -y -q --no-install-recommends coreutil... #5 CACHED #8 [build 5/6] RUN make binary-osx binary-windows binary && cp build/dock... #8 CACHED #16 [cross 1/1] RUN make TAG=jenkins-app-PR-717-9 cross #16 CACHED #17 [e2e-cross 1/1] RUN make TAG=jenkins-app-PR-717-9 e2e-cross #17 0.846 GOOS=linux CGO_ENABLED=0 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=5ac63297 -X github.com/docker/app/internal.Version=jenkins-app-PR-717-9 -X github.com/docker/app/internal.BuildTime=2019-10-30T15:14:36Z" -o bin/docker-app-linux ./cmd/docker-app #17 4.369 GOOS=linux CGO_ENABLED=0 go test -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=5ac63297 -X github.com/docker/app/internal.Version=jenkins-app-PR-717-9 -X github.com/docker/app/internal.BuildTime=2019-10-30T15:14:36Z" -c -o bin/docker-app-e2e-linux ./e2e/ #17 26.94 GOOS=darwin CGO_ENABLED=0 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=5ac63297 -X github.com/docker/app/internal.Version=jenkins-app-PR-717-9 -X github.com/docker/app/internal.BuildTime=2019-10-30T15:14:36Z" -o bin/docker-app-darwin ./cmd/docker-app #17 30.78 GOOS=darwin CGO_ENABLED=0 go test -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=5ac63297 -X github.com/docker/app/internal.Version=jenkins-app-PR-717-9 -X github.com/docker/app/internal.BuildTime=2019-10-30T15:14:36Z" -c -o bin/docker-app-e2e-darwin ./e2e/ #17 53.09 GOOS=windows CGO_ENABLED=0 go test -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=5ac63297 -X github.com/docker/app/internal.Version=jenkins-app-PR-717-9 -X github.com/docker/app/internal.BuildTime=2019-10-30T15:14:36Z" -c -o bin/docker-app-e2e-windows.exe ./e2e/ #17 DONE 75.9s #18 exporting to image #18 exporting layers #18 exporting layers 1.2s done #18 writing image sha256:05c59be3d41376ab510a8e5bfe821660d0fdd0983af681073ae3b262c6d845ff done #18 naming to docker.io/library/docker-app-e2e-cross:jenkins-app-PR-717-9 done #18 DONE 1.2s docker create --name docker-app-e2e-cross-jenkins-app-PR-717-9 docker-app-e2e-cross:jenkins-app-PR-717-9 noop 414151fae7e8c0d7c56dd6326fccacf60982c79030bb8d48e824e6c7cbc60daf docker cp docker-app-e2e-cross-jenkins-app-PR-717-9:/go/src/github.com/docker/app/bin/docker-app-e2e-linux bin/docker-app-e2e-linux docker cp docker-app-e2e-cross-jenkins-app-PR-717-9:/go/src/github.com/docker/app/bin/docker-app-e2e-darwin bin/docker-app-e2e-darwin docker cp docker-app-e2e-cross-jenkins-app-PR-717-9:/go/src/github.com/docker/app/bin/docker-app-e2e-windows.exe bin/docker-app-e2e-windows.exe docker cp docker-app-e2e-cross-jenkins-app-PR-717-9:/usr/local/bin/gotestsum-linux bin/gotestsum-linux docker cp docker-app-e2e-cross-jenkins-app-PR-717-9:/usr/local/bin/gotestsum-darwin bin/gotestsum-darwin docker cp docker-app-e2e-cross-jenkins-app-PR-717-9:/usr/local/bin/gotestsum-windows.exe bin/gotestsum-windows.exe docker cp docker-app-e2e-cross-jenkins-app-PR-717-9:/usr/local/bin/test2json-linux bin/test2json-linux docker cp docker-app-e2e-cross-jenkins-app-PR-717-9:/usr/local/bin/test2json-darwin bin/test2json-darwin docker cp docker-app-e2e-cross-jenkins-app-PR-717-9:/usr/local/bin/test2json-windows.exe bin/test2json-windows.exe docker rm docker-app-e2e-cross-jenkins-app-PR-717-9 docker-app-e2e-cross-jenkins-app-PR-717-9 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 (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] } 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-717/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-717/9/stashes/binaries.tgz [Pipeline] } [Pipeline] // dir [Pipeline] dir Running in /home/ubuntu/workspace/app_PR-717/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-717/9/stashes/e2e.tgz [Pipeline] } [Pipeline] // dir [Pipeline] dir Running in /home/ubuntu/workspace/app_PR-717/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-717/9/stashes/examples.tgz [Pipeline] } [Pipeline] // dir [Pipeline] sh + docker image ls --format={{.Repository}}:{{.Tag}} *jenkins-app-PR-717-9* + xargs docker image rm -f Untagged: docker-app-e2e-cross:jenkins-app-PR-717-9 Deleted: sha256:05c59be3d41376ab510a8e5bfe821660d0fdd0983af681073ae3b262c6d845ff Untagged: docker-app-cross:jenkins-app-PR-717-9 Deleted: sha256:c9744e7e94ca3bf04bc7e28d84b17981c68915e95e1f14c8fe8005562297d17e Untagged: docker-app-cli:jenkins-app-PR-717-9 Deleted: sha256:0bffb40d543c2eec64f28dd0691b4f32a63f55ed7a6baaa10f6fe51d580be0cd [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) [Pipeline] parallel [Pipeline] { (Branch: Coverage) [Pipeline] { (Branch: Test Linux) [Pipeline] stage [Pipeline] { (Coverage) [Pipeline] stage [Pipeline] { (Test Linux) [Pipeline] node [Pipeline] node Running on ubuntu-1804-overlay2 (i-0a42b3a3b627730a5) in /home/ubuntu/workspace/app_PR-717 [Pipeline] { [Pipeline] dir Running in /home/ubuntu/workspace/app_PR-717/src/github.com/docker/app [Pipeline] { [Pipeline] checkout Running on ubuntu-1804-overlay2 (i-0ac8ff9ea81cc4898) in /home/ubuntu/workspace/app_PR-717 [Pipeline] { using credential docker-jenkins-github-credentials [Pipeline] withEnv [Pipeline] { [Pipeline] dir Running in /home/ubuntu/workspace/app_PR-717/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 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-717/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/717/head:refs/remotes/origin/PR-717 Cloning repository https://github.com/docker/app.git > git init /home/ubuntu/workspace/app_PR-717/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/717/head:refs/remotes/origin/PR-717 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/717/head:refs/remotes/origin/PR-717 # 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/717/head:refs/remotes/origin/PR-717 > git config remote.origin.url https://github.com/docker/app.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/717/head:refs/remotes/origin/PR-717 # 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/717/head:refs/remotes/origin/PR-717 Checking out Revision 5ac6329752a2b3bbcce077652e7e0ffb19a10b69 (PR-717) Checking out Revision 5ac6329752a2b3bbcce077652e7e0ffb19a10b69 (PR-717) Commit message: "Add support for short ID. It required a large refactoring of the bundle store. Now the bundle store scans the bundle directory and creates a map of existing bundle references. All subsequent operations on the bundle store are using this map as the reference for stored bundle." Commit message: "Add support for short ID. It required a large refactoring of the bundle store. Now the bundle store scans the bundle directory and creates a map of existing bundle references. All subsequent operations on the bundle store are using this map as the reference for stored bundle." > git config core.sparsecheckout # timeout=10 > git checkout -f 5ac6329752a2b3bbcce077652e7e0ffb19a10b69 > git config core.sparsecheckout # timeout=10 > git checkout -f 5ac6329752a2b3bbcce077652e7e0ffb19a10b69 [Pipeline] dir Running in /home/ubuntu/workspace/app_PR-717/src/github.com/docker/app/_build [Pipeline] { [Pipeline] unstash [Pipeline] dir Running in /home/ubuntu/workspace/app_PR-717/src/github.com/docker/app/_build [Pipeline] { [Pipeline] unstash Unstashed file(s) from https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-717/9/stashes/invocation-image.tgz [Pipeline] sh + docker load -i invocation-image.tar Unstashed file(s) from https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-717/9/stashes/coverage-invocation-image.tgz [Pipeline] sh Loaded image: docker/cnab-app-base:jenkins-app-PR-717-9 [Pipeline] } [Pipeline] // dir [Pipeline] unstash + docker load -i coverage-invocation-image.tar Loaded image: docker/cnab-app-base:jenkins-app-PR-717-9-coverage [Pipeline] } [Pipeline] // dir [Pipeline] ansiColor [Pipeline] { [Pipeline] sh + make -f docker.Makefile TAG=jenkins-app-PR-717-9-coverage coverage-run docker build --build-arg TAG=jenkins-app-PR-717-9-coverage --build-arg COMMIT=5ac63297 --build-arg ALPINE_VERSION=3.10.1 --build-arg GOPROXY=direct --target=dev -t docker-app-dev:jenkins-app-PR-717-9 . #1 [internal] load .dockerignore #1 transferring context: 73B done #1 DONE 0.0s #2 [internal] load build definition from Dockerfile #2 transferring dockerfile: 2.18kB done #2 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:3ea9dcef4dd2c46d80445c0b22d6177817f4cfce22c523cc12a5a1091cb37705 2.63kB / 2.63kB done #4 sha256:bbab4ec87ac4f89eaabdf68dddbd1dd930e3ad43bded38d761b89abf9389a893 0B / 7.80MB 0.1s #4 sha256:2ea1f7804402db2da64e84a26bd591f41667ad69cd7f2a2c6106d9bb04dde260 2.25MB / 9.98MB 0.1s #4 sha256:518d5e4626aaef11e9ad8f78c5055efce60445a5dcbfe2ba3d99df5370902367 6.97kB / 6.97kB done #4 sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 0B / 50.38MB 0.1s #4 sha256:2ea1f7804402db2da64e84a26bd591f41667ad69cd7f2a2c6106d9bb04dde260 9.98MB / 9.98MB 0.2s #4 sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 4.52MB / 50.38MB 0.2s #4 sha256:bbab4ec87ac4f89eaabdf68dddbd1dd930e3ad43bded38d761b89abf9389a893 6.53MB / 7.80MB 0.3s #4 sha256:2ea1f7804402db2da64e84a26bd591f41667ad69cd7f2a2c6106d9bb04dde260 9.98MB / 9.98MB 0.2s done #4 sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 12.57MB / 50.38MB 0.3s #4 sha256:96465440c20877524189ae75d361dd29e5d0df330a8dac9427f972b429fe0159 0B / 51.77MB 0.3s #4 sha256:bbab4ec87ac4f89eaabdf68dddbd1dd930e3ad43bded38d761b89abf9389a893 7.80MB / 7.80MB 0.4s #4 sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 17.50MB / 50.38MB 0.4s #4 sha256:96465440c20877524189ae75d361dd29e5d0df330a8dac9427f972b429fe0159 6.37MB / 51.77MB 0.4s #4 sha256:bbab4ec87ac4f89eaabdf68dddbd1dd930e3ad43bded38d761b89abf9389a893 7.80MB / 7.80MB 0.4s done #4 sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 25.01MB / 50.38MB 0.5s #4 sha256:96465440c20877524189ae75d361dd29e5d0df330a8dac9427f972b429fe0159 11.82MB / 51.77MB 0.5s #4 sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 642.54kB / 68.48MB 0.5s #4 sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 30.60MB / 50.38MB 0.6s #4 sha256:96465440c20877524189ae75d361dd29e5d0df330a8dac9427f972b429fe0159 14.61MB / 51.77MB 0.6s #4 sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 5.27MB / 68.48MB 0.6s #4 sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 37.50MB / 50.38MB 0.8s #4 sha256:96465440c20877524189ae75d361dd29e5d0df330a8dac9427f972b429fe0159 20.58MB / 51.77MB 0.8s #4 sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 14.53MB / 68.48MB 0.8s #4 sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 45.89MB / 50.38MB 0.9s #4 sha256:96465440c20877524189ae75d361dd29e5d0df330a8dac9427f972b429fe0159 25.89MB / 51.77MB 0.9s #4 sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 20.22MB / 68.48MB 0.9s #4 sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 50.38MB / 50.38MB 1.0s #4 sha256:96465440c20877524189ae75d361dd29e5d0df330a8dac9427f972b429fe0159 28.92MB / 51.77MB 1.0s #4 sha256:96465440c20877524189ae75d361dd29e5d0df330a8dac9427f972b429fe0159 44.59MB / 51.77MB 1.2s #4 sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 35.25MB / 68.48MB 1.2s #4 sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 50.38MB / 50.38MB 1.3s done #4 sha256:96465440c20877524189ae75d361dd29e5d0df330a8dac9427f972b429fe0159 51.77MB / 51.77MB 1.3s #4 sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 41.59MB / 68.48MB 1.3s #4 extracting sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 #4 sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 62.07MB / 68.48MB 1.8s #4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 0B / 127.97MB 1.8s #4 sha256:96465440c20877524189ae75d361dd29e5d0df330a8dac9427f972b429fe0159 51.77MB / 51.77MB 1.8s done #4 sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 68.48MB / 68.48MB 2.0s #4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 10.40MB / 127.97MB 2.0s #4 sha256:96d705baf026261543501205212451776c49ddaa48a0347afab3494275e0fc13 0B / 125B 2.0s #4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 17.38MB / 127.97MB 2.1s #4 sha256:96d705baf026261543501205212451776c49ddaa48a0347afab3494275e0fc13 125B / 125B 2.1s #4 sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 68.48MB / 68.48MB 2.5s done #4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 43.84MB / 127.97MB 2.6s #4 sha256:96d705baf026261543501205212451776c49ddaa48a0347afab3494275e0fc13 125B / 125B 2.2s done #4 sha256:39007eb4600844b025a9527ab141ae020bb350982baf0df7dd96c80c4a0f312e 0B / 270B 2.6s #4 sha256:4e549f0f5e64911cbbdc123a749d1ae352ad2be720fd1e2b259a802400fb412f 0B / 163.50MB 2.6s #4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 51.31MB / 127.97MB 2.7s #4 sha256:39007eb4600844b025a9527ab141ae020bb350982baf0df7dd96c80c4a0f312e 270B / 270B 2.6s done #4 sha256:c0058a8c71f2a8f493571a5456cfc99585ed21798b735f8fc54460904a3bd232 0B / 950B 2.7s #4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 58.68MB / 127.97MB 2.8s #4 sha256:c0058a8c71f2a8f493571a5456cfc99585ed21798b735f8fc54460904a3bd232 950B / 950B 2.7s done #4 sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 0B / 290.76MB 2.8s #4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 69.90MB / 127.97MB 3.0s #4 sha256:4e549f0f5e64911cbbdc123a749d1ae352ad2be720fd1e2b259a802400fb412f 8.57MB / 163.50MB 3.1s #4 sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 14.58MB / 290.76MB 3.2s #4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 83.21MB / 127.97MB 3.4s #4 sha256:4e549f0f5e64911cbbdc123a749d1ae352ad2be720fd1e2b259a802400fb412f 21.68MB / 163.50MB 3.4s #4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 95.18MB / 127.97MB 3.7s #4 sha256:4e549f0f5e64911cbbdc123a749d1ae352ad2be720fd1e2b259a802400fb412f 33.76MB / 163.50MB 3.7s #4 sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 31.73MB / 290.76MB 3.8s #4 sha256:4e549f0f5e64911cbbdc123a749d1ae352ad2be720fd1e2b259a802400fb412f 42.34MB / 163.50MB 3.9s #4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 103.46MB / 127.97MB 4.0s #4 sha256:4e549f0f5e64911cbbdc123a749d1ae352ad2be720fd1e2b259a802400fb412f 54.42MB / 163.50MB 4.1s #4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 110.27MB / 127.97MB 4.2s #4 sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 48.07MB / 290.76MB 4.2s #4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 117.76MB / 127.97MB 4.4s #4 sha256:4e549f0f5e64911cbbdc123a749d1ae352ad2be720fd1e2b259a802400fb412f 68.16MB / 163.50MB 4.4s #4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 124.17MB / 127.97MB 4.5s #4 sha256:4e549f0f5e64911cbbdc123a749d1ae352ad2be720fd1e2b259a802400fb412f 82.54MB / 163.50MB 4.6s #4 sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 64.79MB / 290.76MB 4.6s #4 sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 127.97MB / 127.97MB 4.8s done #4 sha256:4e549f0f5e64911cbbdc123a749d1ae352ad2be720fd1e2b259a802400fb412f 95.25MB / 163.50MB 4.9s #4 sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 81.13MB / 290.76MB 5.0s #4 sha256:4e549f0f5e64911cbbdc123a749d1ae352ad2be720fd1e2b259a802400fb412f 108.48MB / 163.50MB 5.2s #4 sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 99.86MB / 290.76MB 5.3s #4 sha256:4e549f0f5e64911cbbdc123a749d1ae352ad2be720fd1e2b259a802400fb412f 117.28MB / 163.50MB 5.4s #4 sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 114.56MB / 290.76MB 5.5s #4 sha256:4e549f0f5e64911cbbdc123a749d1ae352ad2be720fd1e2b259a802400fb412f 134.43MB / 163.50MB 5.7s #4 sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 129.79MB / 290.76MB 5.8s #4 sha256:4e549f0f5e64911cbbdc123a749d1ae352ad2be720fd1e2b259a802400fb412f 145.59MB / 163.50MB 5.9s #4 sha256:4e549f0f5e64911cbbdc123a749d1ae352ad2be720fd1e2b259a802400fb412f 155.27MB / 163.50MB 6.1s #4 sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 148.03MB / 290.76MB 6.1s #4 sha256:4e549f0f5e64911cbbdc123a749d1ae352ad2be720fd1e2b259a802400fb412f 163.50MB / 163.50MB 6.3s #4 sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 162.65MB / 290.76MB 6.3s #4 extracting sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 5.0s #4 sha256:4e549f0f5e64911cbbdc123a749d1ae352ad2be720fd1e2b259a802400fb412f 163.50MB / 163.50MB 6.4s done Unstashed file(s) from https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-717/9/stashes/binaries.tgz [Pipeline] dir Running in /home/ubuntu/workspace/app_PR-717/src/github.com/docker/app/examples [Pipeline] { [Pipeline] unstash #4 sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 184.54MB / 290.76MB 6.6s #4 sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 208.93MB / 290.76MB 6.9s Unstashed file(s) from https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-717/9/stashes/examples.tgz [Pipeline] } [Pipeline] // dir [Pipeline] dir Running in /home/ubuntu/workspace/app_PR-717/src/github.com/docker/app/e2e [Pipeline] { [Pipeline] unstash Unstashed file(s) from https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-717/9/stashes/e2e.tgz [Pipeline] } [Pipeline] // dir [Pipeline] ansiColor [Pipeline] { [Pipeline] sh #4 sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 229.98MB / 290.76MB 7.2s #4 sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 245.04MB / 290.76MB 7.4s + ./gotestsum-linux --format short-verbose --junitfile e2e-linux.xml --raw-command -- ./test2json-linux -t -p e2e/linux ./docker-app-e2e-linux -test.v --e2e-path=e2e #4 ... #14 [internal] load build context #14 transferring context: 73.14MB 7.5s done #14 DONE 7.5s #4 [build 1/6] FROM docker.io/dockercore/golang-cross:1.12.9@sha256:3ea9dce... #4 sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 260.19MB / 290.76MB 7.6s #4 sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 276.85MB / 290.76MB 7.8s #4 extracting sha256:4ae16bd4778367b46064f39554128dd2fda2803a5747fddeff74059f353391c9 7.3s done #4 sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 290.76MB / 290.76MB 8.9s done #4 extracting sha256:bbab4ec87ac4f89eaabdf68dddbd1dd930e3ad43bded38d761b89abf9389a893 #4 extracting sha256:bbab4ec87ac4f89eaabdf68dddbd1dd930e3ad43bded38d761b89abf9389a893 0.3s done #4 extracting sha256:2ea1f7804402db2da64e84a26bd591f41667ad69cd7f2a2c6106d9bb04dde260 #4 extracting sha256:2ea1f7804402db2da64e84a26bd591f41667ad69cd7f2a2c6106d9bb04dde260 0.3s done #4 extracting sha256:96465440c20877524189ae75d361dd29e5d0df330a8dac9427f972b429fe0159 0.1s #4 extracting sha256:96465440c20877524189ae75d361dd29e5d0df330a8dac9427f972b429fe0159 2.0s done #4 extracting sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 #4 extracting sha256:16a3d8aca6cd76595d0fa99f7dcaf6c388c021bc6f5020d794e8292b88e5aac3 2.1s done #4 extracting sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 0.1s #4 extracting sha256:e0ec5610455ae43994616afca2caf7da592cb975d7474ed112baa42e5c616d17 4.4s done #4 extracting sha256:96d705baf026261543501205212451776c49ddaa48a0347afab3494275e0fc13 done #4 extracting sha256:39007eb4600844b025a9527ab141ae020bb350982baf0df7dd96c80c4a0f312e done #4 extracting sha256:4e549f0f5e64911cbbdc123a749d1ae352ad2be720fd1e2b259a802400fb412f #4 extracting sha256:4e549f0f5e64911cbbdc123a749d1ae352ad2be720fd1e2b259a802400fb412f 5.3s #4 extracting sha256:4e549f0f5e64911cbbdc123a749d1ae352ad2be720fd1e2b259a802400fb412f 6.1s done PASS e2e/linux.TestBuild (15.14s) #4 extracting sha256:c0058a8c71f2a8f493571a5456cfc99585ed21798b735f8fc54460904a3bd232 done #4 extracting sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 #4 extracting sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 5.1s #4 extracting sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 10.3s PASS e2e/linux.TestQuietBuild (13.28s) #4 extracting sha256:2f8d98df0991fd5b02a9f791cb766f66d83016b1b831e1b5e58438a8cb6de207 15.0s done #4 DONE 41.5s #5 [build 2/6] RUN apt-get install -y -q --no-install-recommends coreutil... #5 1.020 Reading package lists... #5 1.615 Building dependency tree... #5 1.728 Reading state information... #5 1.866 coreutils is already the newest version (8.30-3). #5 1.866 coreutils set to manually installed. #5 1.866 util-linux is already the newest version (2.33.1-0.1). #5 1.866 util-linux set to manually installed. #5 1.866 The following NEW packages will be installed: #5 1.866 uuid-runtime #5 2.134 0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded. #5 2.134 Need to get 95.2 kB of archives. #5 2.134 After this operation, 211 kB of additional disk space will be used. #5 2.134 Get:1 http://deb.debian.org/debian buster/main amd64 uuid-runtime amd64 2.33.1-0.1 [95.2 kB] #5 2.260 debconf: delaying package configuration, since apt-utils is not installed #5 2.283 Fetched 95.2 kB in 0s (368 kB/s) #5 2.305 Selecting previously unselected package uuid-runtime. #5 2.305 (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.318 Preparing to unpack .../uuid-runtime_2.33.1-0.1_amd64.deb ... #5 2.321 Unpacking uuid-runtime (2.33.1-0.1) ... #5 2.360 Setting up uuid-runtime (2.33.1-0.1) ... #5 2.392 Adding group `uuidd' (GID 102) ... #5 2.404 Done. #5 2.434 Warning: The home dir /run/uuidd you specified can't be accessed: No such file or directory #5 2.434 Adding system user `uuidd' (UID 101) ... #5 2.434 Adding new user `uuidd' (UID 101) with group `uuidd' ... #5 2.470 Not creating home directory `/run/uuidd'. #5 2.479 invoke-rc.d: could not determine current runlevel #5 2.482 invoke-rc.d: policy-rc.d denied execution of start. #5 DONE 3.1s #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.666 Cloning into '.'... #7 4.154 Note: checking out 'a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb'. #7 4.154 #7 4.154 You are in 'detached HEAD' state. You can look around, make experimental #7 4.154 changes and commit them, and you can discard any commits you make in this #7 4.154 state without impacting any branches by performing another checkout. #7 4.154 #7 4.154 If you want to create a new branch to retain commits you create, you may #7 4.154 do so (now or later) by using -b with the checkout command again. Example: #7 4.154 #7 4.154 git checkout -b #7 4.154 #7 4.154 HEAD is now at a1b83ffd Merge pull request #1894 from thaJeztah/19.03_backport_reduce_vendoring_impact #7 DONE 4.5s #8 [build 5/6] RUN make binary-osx binary-windows binary && cp build/dock... #8 0.653 ./scripts/build/osx #8 0.676 Building build/docker-darwin-amd64 PASS e2e/linux.TestBuildWithoutTag (18.35s) PASS e2e/linux.TestBuildWithArgs (13.11s) PASS e2e/linux.TestBuildWithArgsDefinedTwice (12.85s) PASS e2e/linux.TestCallCustomStatusAction/validCustomDockerStatusAction (3.39s) PASS e2e/linux.TestCallCustomStatusAction/validCustomStandardStatusAction (3.28s) PASS e2e/linux.TestCallCustomStatusAction/missingCustomStatusAction (3.20s) PASS e2e/linux.TestCallCustomStatusAction (9.88s) PASS e2e/linux.TestCnabParameters (3.23s) PASS e2e/linux.TestExitErrorCode (0.06s) PASS e2e/linux.TestRender/envvariables/stdout (1.87s) PASS e2e/linux.TestRender/envvariables/file (1.62s) PASS e2e/linux.TestRender/envvariables (3.49s) PASS e2e/linux.TestRender (3.49s) PASS e2e/linux.TestRenderFormatters (14.85s) PASS e2e/linux.TestInit (0.15s) PASS e2e/linux.TestInspectApp (14.01s) PASS e2e/linux.TestRunOnlyOne (0.14s) #8 90.09 ./scripts/build/windows #8 90.10 Generating windows resources #8 90.17 Building build/docker-windows-amd64 PASS e2e/linux.TestDockerAppLifecycle/withBindMounts (27.01s) PASS e2e/linux.TestDockerAppLifecycle/withoutBindMounts (31.25s) PASS e2e/linux.TestDockerAppLifecycle (58.26s) PASS e2e/linux.TestCredentials/missing (0.08s) PASS e2e/linux.TestCredentials/full (1.55s) PASS e2e/linux.TestCredentials/mixed-credstore (1.48s) PASS e2e/linux.TestCredentials/mixed-local-cred (1.47s) PASS e2e/linux.TestCredentials/overload (0.07s) PASS e2e/linux.TestCredentials (4.64s) PASS e2e/linux.TestRenderWithEnvFile (1.84s) PASS e2e/linux.TestExamplesAreValid (0.27s) PASS e2e/linux.TestImageList (14.00s) PASS e2e/linux.TestImageListQuiet (13.95s) #8 176.2 WARNING: binary creates a Linux executable. Use cross for macOS or Windows. #8 176.2 ./scripts/build/binary #8 176.2 Building statically linked build/docker-linux-amd64 PASS e2e/linux.TestImageRm (14.45s) === RUN TestImageTag --- FAIL: TestImageTag (13.67s) images_test.go:156: assertion failed: Command: /home/ubuntu/workspace/app_PR-717/src/github.com/docker/app/docker-linux app image tag b-simple-app target ExitCode: 1 Error: exit status 1 Stdout: Stderr: could not tag "b-simple-app": no such App image Failures: Expected stderr to contain "could not tag 'b-simple-app': no such App image" FAIL e2e/linux.TestImageTag (13.67s) PASS e2e/linux.TestInvokePluginFromCLI (0.21s) PASS e2e/linux.TestPushArchs/default (3.81s) PASS e2e/linux.TestPushArchs/all-platforms (1.22s) PASS e2e/linux.TestPushArchs (17.28s) PASS e2e/linux.TestPushInsecureRegistry (18.71s) PASS e2e/linux.TestPushInstall (17.90s) #8 DONE 249.5s #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.663 % Total % Received % Xferd Average Speed Time Time Time Current #10 0.663 Dload Upload Total Spent Left Speed #10 0.664 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 605 0 605 0 0 6237 0 --:--:-- --:--:-- --:--:-- 6237 #10 0.878 100 10.5M 100 10.5M 0 0 49.1M 0 --:--:-- --:--:-- --:--:-- 49.1M #10 DONE 1.0s #11 [dev 2/5] RUN mkdir /go/src/gotest.tools && git clone -q https://githu... #11 0.924 go: finding github.com/pkg/errors v0.8.0 #11 0.933 go: finding github.com/sirupsen/logrus v1.0.5 #11 0.938 go: finding github.com/mattn/go-isatty v0.0.3 #11 0.940 go: finding github.com/google/go-cmp v0.2.0 #11 0.952 go: finding github.com/spf13/pflag v1.0.1 #11 0.968 go: finding github.com/onsi/ginkgo v1.8.0 #11 0.972 go: finding github.com/fatih/color v1.6.0 #11 0.974 go: finding github.com/jonboulle/clockwork v0.1.0 #11 0.975 go: finding github.com/onsi/gomega v1.4.3 #11 1.522 go: finding github.com/mattn/go-colorable v0.0.9 #11 1.827 go: finding github.com/onsi/ginkgo v1.6.0 #11 1.844 go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 #11 1.848 go: finding github.com/stretchr/testify v1.3.0 #11 2.135 go: finding github.com/hpcloud/tail v1.0.0 #11 2.228 go: finding gotest.tools v2.1.0+incompatible #11 2.242 go: finding golang.org/x/text v0.3.0 #11 2.247 go: finding golang.org/x/net v0.0.0-20180906233101-161cd47e91fd #11 2.280 go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 #11 2.342 go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9 #11 2.370 go: finding github.com/davecgh/go-spew v1.1.0 #11 2.383 go: finding gopkg.in/yaml.v2 v2.2.1 #11 2.617 go: finding github.com/pmezard/go-difflib v1.0.0 #11 2.662 go: finding gopkg.in/fsnotify.v1 v1.4.7 #11 2.700 go: finding github.com/golang/protobuf v1.2.0 #11 2.890 go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc #11 3.119 go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e #11 3.703 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 #11 4.098 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f #11 4.222 go: finding github.com/fsnotify/fsnotify v1.4.7 #11 4.891 go: finding github.com/stretchr/objx v0.1.0 #11 6.995 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 #11 10.14 go: downloading gotest.tools v2.1.0+incompatible #11 10.18 go: extracting gotest.tools v2.1.0+incompatible #11 10.19 go: downloading github.com/sirupsen/logrus v1.0.5 #11 10.20 go: downloading github.com/spf13/pflag v1.0.1 #11 10.21 go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f #11 10.21 go: downloading github.com/pkg/errors v0.8.0 #11 10.22 go: downloading github.com/jonboulle/clockwork v0.1.0 #11 10.23 go: downloading github.com/fatih/color v1.6.0 #11 10.25 go: extracting github.com/sirupsen/logrus v1.0.5 #11 10.26 go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 #11 10.27 go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f #11 10.27 go: extracting github.com/jonboulle/clockwork v0.1.0 #11 10.27 go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc #11 10.27 go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e #11 10.28 go: extracting github.com/pkg/errors v0.8.0 #11 10.43 go: extracting github.com/spf13/pflag v1.0.1 #11 10.72 go: extracting github.com/fatih/color v1.6.0 #11 10.72 go: downloading github.com/mattn/go-colorable v0.0.9 #11 10.73 go: downloading github.com/mattn/go-isatty v0.0.3 #11 10.74 go: extracting github.com/mattn/go-colorable v0.0.9 #11 10.75 go: extracting github.com/mattn/go-isatty v0.0.3 #11 11.27 go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 #11 11.42 go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc #11 11.59 go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e #11 DONE 19.7s #12 [dev 3/5] RUN GOOS=linux go build -o /usr/local/bin/test2json-linux ... PASS e2e/linux.TestPushPullInstall (17.91s) #12 DONE 1.9s #13 [dev 4/5] RUN go get -d gopkg.in/mjibson/esc.v0 && cd /go/src/github.c... #13 7.260 golang.org/x/tools/internal/semver #13 7.287 github.com/pkg/errors #13 7.306 golang.org/x/tools/go/ast/astutil #13 7.367 golang.org/x/tools/go/internal/gcimporter #13 7.651 golang.org/x/tools/go/internal/packagesdriver #13 7.722 golang.org/x/tools/internal/fastwalk #13 7.780 golang.org/x/tools/internal/gopathwalk #13 7.847 golang.org/x/tools/internal/span #13 8.027 golang.org/x/tools/internal/module #13 8.091 golang.org/x/tools/go/gcexportdata #13 8.128 golang.org/x/tools/go/packages #13 8.380 golang.org/x/tools/internal/imports #13 8.973 golang.org/x/tools/imports #13 8.985 github.com/mjibson/esc/embed #13 9.025 github.com/mjibson/esc #13 DONE 10.3s #15 [dev 5/5] COPY . . #15 DONE 1.0s #16 exporting to image #16 exporting layers #16 exporting layers 6.2s done #16 writing image sha256:66b2019e68785565b2b69a8d23be078f54a7033b300420d8913354d4dbf7d7c1 done #16 naming to docker.io/library/docker-app-dev:jenkins-app-PR-717-9 done #16 DONE 6.2s docker run -v /var/run:/var/run:ro --name docker-app-cov-jenkins-app-PR-717-9-coverage --network="host" -t docker-app-dev:jenkins-app-PR-717-9 make COMMIT=5ac63297 TAG=jenkins-app-PR-717-9-coverage TEST_RESULTS_PREFIX= coverage Running unit tests (coverage)... CGO_ENABLED=0 gotestsum --junitfile _build/test-results/unit-coverage.xml -- -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=5ac63297 -X github.com/docker/app/internal.Version=jenkins-app-PR-717-9-coverage -X github.com/docker/app/internal.BuildTime=2019-10-30T15:22:40Z" -cover -test.coverprofile=_build/cov/unit.out github.com/docker/app github.com/docker/app/cmd/cnab-run github.com/docker/app/cmd/docker-app github.com/docker/app/docs/yaml github.com/docker/app/internal github.com/docker/app/internal/cnab github.com/docker/app/internal/commands github.com/docker/app/internal/commands/build github.com/docker/app/internal/commands/image github.com/docker/app/internal/compose github.com/docker/app/internal/formatter github.com/docker/app/internal/formatter/driver github.com/docker/app/internal/formatter/json github.com/docker/app/internal/formatter/yaml github.com/docker/app/internal/inspect github.com/docker/app/internal/log github.com/docker/app/internal/packager github.com/docker/app/internal/slices github.com/docker/app/internal/store github.com/docker/app/internal/yaml github.com/docker/app/loader github.com/docker/app/render github.com/docker/app/specification github.com/docker/app/types github.com/docker/app/types/metadata github.com/docker/app/types/parameters ∅ . PASS e2e/linux.TestPushInstallBundle/push-bundle (5.27s) PASS e2e/linux.TestPushInstallBundle/push-ref (1.29s) PASS e2e/linux.TestPushInstallBundle/push-bundleref (2.12s) PASS e2e/linux.TestPushInstallBundle (22.38s) FAIL e2e/linux === Failed === FAIL: e2e/linux TestImageTag (13.67s) images_test.go:156: assertion failed: Command: /home/ubuntu/workspace/app_PR-717/src/github.com/docker/app/docker-linux app image tag b-simple-app target ExitCode: 1 Error: exit status 1 Stdout: Stderr: could not tag "b-simple-app": no such App image Failures: Expected stderr to contain "could not tag 'b-simple-app': no such App image" DONE 45 tests, 1 failure in 334.032s time="2019-10-30T15:22:41Z" level=warning msg="failed to lookup go version for junit xml" error="exec: \"go\": executable file not found in $PATH" [Pipeline] } [Pipeline] // ansiColor [Pipeline] } [Pipeline] // dir Post stage [Pipeline] archiveArtifacts Archiving artifacts Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-717/9/artifacts/ [Pipeline] junit Recording test results [Pipeline] sh + docker rmi docker/cnab-app-base:jenkins-app-PR-717-9 Untagged: docker/cnab-app-base:jenkins-app-PR-717-9 [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } Failed in branch Test Linux ∅ cmd/cnab-run ∅ cmd/docker-app ∅ docs/yaml ✓ internal (34ms) ✓ internal/cnab (39ms) ✓ internal/commands/build (22ms) ✓ internal/commands (589ms) ✓ internal/compose (9ms) ✓ internal/formatter (4ms) ✓ internal/commands/image (44ms) ∅ internal/formatter/driver ∅ internal/formatter/json ∅ internal/formatter/yaml ✓ internal/inspect (119ms) ∅ internal/log ✓ internal/slices (5ms) ✓ internal/store (36ms) ✓ internal/yaml (8ms) ✓ internal/packager (59ms) ✓ loader (38ms) ✓ render (84ms) ✓ specification (24ms) ✓ types (81ms) ✓ types/metadata (31ms) ✓ types/parameters (4ms) DONE 245 tests in 128.129s CGO_ENABLED=0 go test -tags=" testrunmain" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=5ac63297 -X github.com/docker/app/internal.Version=jenkins-app-PR-717-9-coverage -X github.com/docker/app/internal.BuildTime=2019-10-30T15:22:40Z" -coverpkg="./..." -c -o _build/docker-app.cov ./cmd/docker-app Running e2e tests (coverage)... DOCKERAPP_BINARY=../e2e/coverage-bin CGO_ENABLED=0 gotestsum --junitfile _build/test-results/e2e-coverage.xml -- -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=5ac63297 -X github.com/docker/app/internal.Version=jenkins-app-PR-717-9-coverage -X github.com/docker/app/internal.BuildTime=2019-10-30T15:22:40Z" -v ./e2e ✖ e2e (5m18.701s) === Failed === FAIL: e2e TestImageTag (18.16s) images_test.go:156: assertion failed: Command: docker app image tag b-simple-app target ExitCode: 1 Error: exit status 1 Stdout: Stderr: could not tag "b-simple-app": no such App image Failures: Expected stderr to contain "could not tag 'b-simple-app': no such App image" DONE 45 tests, 1 failure in 322.662s make: *** [Makefile:96: coverage-test-e2e] Error 1 docker.Makefile:100: recipe for target 'coverage-run' failed make: *** [coverage-run] Error 2 [Pipeline] } [Pipeline] // ansiColor [Pipeline] } [Pipeline] // dir Post stage [Pipeline] dir Running in /home/ubuntu/workspace/app_PR-717/src/github.com/docker/app/_build/test-results [Pipeline] { [Pipeline] sh + [ ! -e unit-coverage.xml ] [Pipeline] sh + [ ! -e e2e-coverage.xml ] [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] junit Recording test results No test report files were found. Configuration error? [Pipeline] } [Pipeline] // dir Error when executing always post condition: hudson.AbortException: No test report files were found. Configuration error? at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:154) at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:118) at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3050) at hudson.remoting.UserRequest.perform(UserRequest.java:212) at hudson.remoting.UserRequest.perform(UserRequest.java:54) at hudson.remoting.Request$2.run(Request.java:369) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) at java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.lang.Thread.run(Thread.java:834) Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to ubuntu-1804-overlay2 (i-0a42b3a3b627730a5) at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743) at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357) at hudson.remoting.Channel.call(Channel.java:957) at hudson.FilePath.act(FilePath.java:1070) at hudson.FilePath.act(FilePath.java:1059) at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:114) at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:137) at hudson.tasks.junit.JUnitResultArchiver.parseAndAttach(JUnitResultArchiver.java:167) at hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:52) at hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:25) at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } Failed in branch Coverage [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 1 Finished: FAILURE