Skip to content
Failed

Console Output

Skipping 12 KB.. Full Log
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-655/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/655/head:refs/remotes/origin/PR-655
Cloning repository https://github.com/docker/app.git
 > git init /home/ubuntu/workspace/app_PR-655/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/655/head:refs/remotes/origin/PR-655
Fetching without tags
Fetching without tags
Checking out Revision 6f4dbeb41c41dc649b70ae2ea5448c727e9e301d (PR-655)
Checking out Revision 6f4dbeb41c41dc649b70ae2ea5448c727e9e301d (PR-655)
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/655/head:refs/remotes/origin/PR-655 # 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/655/head:refs/remotes/origin/PR-655
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6f4dbeb41c41dc649b70ae2ea5448c727e9e301d
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/655/head:refs/remotes/origin/PR-655 # 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/655/head:refs/remotes/origin/PR-655
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6f4dbeb41c41dc649b70ae2ea5448c727e9e301d
Commit message: "Tag service images according to compose spec"
Commit message: "Tag service images according to compose spec"
 > git rev-list --no-walk c14b871560b205bfc7b92ef8bdc59d6f4fa32896 # timeout=10
[Pipeline] ansiColor
[Pipeline] {
[Pipeline] sh
[Pipeline] ansiColor
[Pipeline] {
[Pipeline] sh
+ make -f docker.Makefile cli-cross cross e2e-cross tars
docker build --build-arg=EXPERIMENTAL --build-arg=TAG --build-arg=COMMIT --build-arg=ALPINE_VERSION --build-arg=GOPROXY --target=build -t docker-app-cli:jenkins-app-PR-655-34  .
+ make -f docker.Makefile lint
Linting...
docker build -t docker-app-lint:jenkins-app-PR-655-34 -f Dockerfile.lint .
Sending build context to Docker daemon  75.51MB

Step 1/8 : FROM dockercore/golang-cross:1.12.9@sha256:3ea9dcef4dd2c46d80445c0b22d6177817f4cfce22c523cc12a5a1091cb37705 AS build
 ---> 518d5e4626aa
Step 2/8 : ENV     DISABLE_WARN_OUTSIDE_CONTAINER=1
Sending build context to Docker daemon  75.51MB

Step 1/8 : ARG ALPINE_VERSION=3.10
Step 2/8 : ARG GO_VERSION=1.12.9
Step 3/8 : FROM golang:${GO_VERSION}-alpine${ALPINE_VERSION}
 ---> e0d646523991
Step 4/8 : RUN apk add --no-cache     curl     git     make     coreutils
 ---> Using cache
 ---> 1f406be36c63
Step 5/8 : RUN GO111MODULE=on go get     github.com/golangci/golangci-lint/cmd/golangci-lint@v1.16.0     && rm -rf /go/src/* /go/pkg/*
 ---> Using cache
 ---> 56a502b8dd3c
Step 6/8 : WORKDIR /go/src/github.com/docker/app
 ---> Using cache
 ---> ec7c70f527a2
Step 7/8 : ENV CGO_ENABLED=0
 ---> Using cache
 ---> 1dbf26c872e2
Step 8/8 : COPY . .
 ---> Running in 22fa385a3870
Removing intermediate container 22fa385a3870
 ---> b4593b523581
Step 3/8 : RUN apt-get install -y -q --no-install-recommends     coreutils     util-linux     uuid-runtime
 ---> Running in 26b2fa01cf57
Reading package lists...
Building dependency tree...
Reading state information...
coreutils is already the newest version (8.30-3).
coreutils set to manually installed.
util-linux is already the newest version (2.33.1-0.1).
util-linux set to manually installed.
The following NEW packages will be installed:
  uuid-runtime
0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
Need to get 95.2 kB of archives.
After this operation, 211 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian buster/main amd64 uuid-runtime amd64 2.33.1-0.1 [95.2 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 95.2 kB in 0s (367 kB/s)
Selecting previously unselected package uuid-runtime.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 25419 files and directories currently installed.)
Preparing to unpack .../uuid-runtime_2.33.1-0.1_amd64.deb ...
Unpacking uuid-runtime (2.33.1-0.1) ...
Setting up uuid-runtime (2.33.1-0.1) ...
Adding group `uuidd' (GID 102) ...
Done.
Warning: The home dir /run/uuidd you specified can't be accessed: No such file or directory
Adding system user `uuidd' (UID 101) ...
Adding new user `uuidd' (UID 101) with group `uuidd' ...
Not creating home directory `/run/uuidd'.
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
 ---> 44abdd1a05d4
Successfully built 44abdd1a05d4
Successfully tagged docker-app-lint:jenkins-app-PR-655-34
docker run --rm docker-app-lint:jenkins-app-PR-655-34 make lint
Linting...
Removing intermediate container 26b2fa01cf57
 ---> 461ff0e4b426
Step 4/8 : WORKDIR /go/src/github.com/docker/cli
 ---> Running in 53e41e785d69
Removing intermediate container 53e41e785d69
 ---> ebc5bee76670
Step 5/8 : RUN git clone https://github.com/docker/cli . && git checkout a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb
 ---> Running in 5b79d0894882
Cloning into '.'...
Note: checking out 'a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b <new-branch-name>

HEAD is now at a1b83ffd Merge pull request #1894 from thaJeztah/19.03_backport_reduce_vendoring_impact
Still waiting to schedule task
Waiting for next available executor on ‘ubuntu-1804&&x86_64&&overlay2’
Removing intermediate container 5b79d0894882
 ---> ae2b04b5954c
Step 6/8 : ARG GOPROXY
 ---> Running in 965b4cd2d924
Removing intermediate container 965b4cd2d924
 ---> 5405b72cd076
Step 7/8 : RUN make binary-osx binary-windows binary &&  cp build/docker-linux-amd64 /usr/bin/docker
 ---> Running in 358da50ce348
./scripts/build/osx
Building build/docker-darwin-amd64
[Pipeline] sh
+ make -f docker.Makefile check-vendor
docker build --build-arg=EXPERIMENTAL --build-arg=TAG --build-arg=COMMIT --build-arg=ALPINE_VERSION --build-arg=GOPROXY --target=dev -t docker-app-dev:jenkins-app-PR-655-34 .
Sending build context to Docker daemon  75.51MB

Step 1/18 : FROM dockercore/golang-cross:1.12.9@sha256:3ea9dcef4dd2c46d80445c0b22d6177817f4cfce22c523cc12a5a1091cb37705 AS build
 ---> 518d5e4626aa
Step 2/18 : ENV     DISABLE_WARN_OUTSIDE_CONTAINER=1
 ---> Using cache
 ---> 0a9221f87979
Step 3/18 : RUN apt-get install -y -q --no-install-recommends     coreutils     util-linux     uuid-runtime
 ---> Using cache
 ---> 9e9f75a81588
Step 4/18 : WORKDIR /go/src/github.com/docker/cli
 ---> Using cache
 ---> e7b75c606b6b
Step 5/18 : RUN git clone https://github.com/docker/cli . && git checkout a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb
 ---> Using cache
 ---> 461fa42b02fe
Step 6/18 : ARG GOPROXY
 ---> Using cache
 ---> 26a973c9e1eb
Step 7/18 : RUN make binary-osx binary-windows binary &&  cp build/docker-linux-amd64 /usr/bin/docker
 ---> Using cache
 ---> 2cfaa35b6f20
Step 8/18 : WORKDIR /go/src/github.com/docker/app/
 ---> Using cache
 ---> 632b1d257cf6
Step 9/18 : FROM build AS dev
 ---> 632b1d257cf6
Step 10/18 : ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/
 ---> Using cache
 ---> af8b1ff32b81
Step 11/18 : ARG DEP_VERSION=v0.5.4
 ---> Using cache
 ---> b802a9525165
Step 12/18 : RUN curl -o /usr/bin/dep -L https://github.com/golang/dep/releases/download/${DEP_VERSION}/dep-linux-amd64 &&     chmod +x /usr/bin/dep
 ---> Using cache
 ---> 5515408a0619
Step 13/18 : ARG GOTESTSUM_VERSION=v0.3.4
 ---> Using cache
 ---> 5fd5fcea5a27
Step 14/18 : ARG GOPROXY
 ---> Using cache
 ---> c41574f0f2ab
Step 15/18 : RUN mkdir $GOPATH/src/gotest.tools &&     git clone -q https://github.com/gotestyourself/gotestsum $GOPATH/src/gotest.tools/gotestsum &&     cd $GOPATH/src/gotest.tools/gotestsum &&     git -C $GOPATH/src/gotest.tools/gotestsum checkout -q $GOTESTSUM_VERSION &&     GO111MODULE=on GOOS=linux   go build -o /usr/local/bin/gotestsum-linux       gotest.tools/gotestsum &&     GO111MODULE=on GOOS=darwin  go build -o /usr/local/bin/gotestsum-darwin      gotest.tools/gotestsum &&     GO111MODULE=on GOOS=windows go build -o /usr/local/bin/gotestsum-windows.exe gotest.tools/gotestsum &&     ln -s gotestsum-linux /usr/local/bin/gotestsum
 ---> Using cache
 ---> 28f1d4756a48
Step 16/18 : RUN GOOS=linux   go build -o /usr/local/bin/test2json-linux       cmd/test2json &&     GOOS=darwin  go build -o /usr/local/bin/test2json-darwin      cmd/test2json &&     GOOS=windows go build -o /usr/local/bin/test2json-windows.exe cmd/test2json
 ---> Using cache
 ---> e92e38cd1750
Step 17/18 : RUN go get -d gopkg.in/mjibson/esc.v0 &&     cd /go/src/github.com/mjibson/esc &&     go build -v -o /usr/bin/esc . &&     rm -rf /go/src/* /go/pkg/* /go/bin/*
 ---> Using cache
 ---> ed7793626081
Step 18/18 : COPY . .
 ---> 81404a599675
[Warning] One or more build-args [ALPINE_VERSION COMMIT EXPERIMENTAL TAG] were not consumed
Successfully built 81404a599675
Successfully tagged docker-app-dev:jenkins-app-PR-655-34
Check Vendoring...
docker run --rm docker-app-dev:jenkins-app-PR-655-34 sh -c "make vendor && hack/check-git-diff vendor"
rm -rf vendor 1>&1
dep ensure -v 
(1/104) Wrote github.com/Masterminds/semver@v1.4.2
(2/104) Wrote github.com/containerd/console@master
(3/104) Wrote github.com/containerd/fifo@master
(4/104) Wrote github.com/davecgh/go-spew@v1.1.1
(5/104) Wrote github.com/agl/ed25519@master
(6/104) Wrote github.com/containerd/continuity@master
(7/104) Wrote github.com/beorn7/perks@master
(8/104) Wrote github.com/deislabs/cnab-go@v0.3.2-beta1
(9/104) Wrote github.com/containerd/cgroups@master
(10/104) Wrote github.com/containerd/typeurl@master
(11/104) Wrote github.com/containerd/ttrpc@master
(12/104) Wrote github.com/coreos/go-systemd@v20
(13/104) Wrote github.com/Microsoft/go-winio@v0.4.12
(14/104) Wrote vbom.ml/util@master
(15/104) Wrote github.com/docker/buildx@v0.3.1
(16/104) Wrote github.com/Microsoft/hcsshim@v0.8.6
(17/104) Wrote github.com/docker/docker-credential-helpers@v0.6.1
(18/104) Wrote github.com/docker/go@v1.5.1-1
(19/104) Wrote github.com/docker/cnab-to-oci@v0.1.0-beta2
(20/104) Wrote github.com/docker/go-events@master
(21/104) Wrote github.com/docker/go-metrics@d466d4f6fd960e01820085bd7e1a24426ee7ef18
(22/104) Wrote github.com/docker/go-units@v0.3.3
(23/104) Wrote github.com/docker/go-connections@v0.4.0
(24/104) Wrote github.com/gofrs/flock@v0.7.1
(25/104) Wrote github.com/godbus/dbus@v5.0.1
(26/104) Wrote github.com/gogo/googleapis@v1.2.0
(27/104) Wrote github.com/google/go-cmp@v0.2.0
(28/104) Wrote github.com/google/gofuzz@v1.0.0
(29/104) Wrote github.com/google/shlex@master
(30/104) Wrote github.com/gorilla/mux@v1.7.1
(31/104) Wrote github.com/grpc-ecosystem/grpc-opentracing@master
(32/104) Wrote github.com/hashicorp/go-version@v1.1.0
(33/104) Wrote github.com/hashicorp/golang-lru@v0.5.1
(34/104) Wrote github.com/globalsign/mgo@master
(35/104) Wrote github.com/imdario/mergo@master
(36/104) Wrote github.com/inconshreveable/mousetrap@v1.0
(37/104) Wrote github.com/jaguilar/vt100 (from github.com/tonistiigi/vt100)@ad4c4a5743050fb7f88ce968dca9422f72a0e3f2
(38/104) Wrote github.com/docker/distribution@0d3efadf0154c2b8a4e7b6621fff9809655cc580
(39/104) Wrote github.com/konsorten/go-windows-terminal-sequences@v1.0.2
(40/104) Wrote github.com/googleapis/gnostic@v0.2.0
(41/104) Wrote github.com/docker/compose-on-kubernetes@v0.4.21
(42/104) Wrote github.com/mattn/go-shellwords@v1.0.5
(43/104) Wrote github.com/json-iterator/go@v1.1.6
(44/104) Wrote github.com/matttproud/golang_protobuf_extensions@v1.0.1
(45/104) Wrote github.com/mitchellh/mapstructure@v1.1.2
(46/104) Wrote github.com/miekg/pkcs11@master
(47/104) Wrote github.com/modern-go/concurrent@1.0.3
(48/104) Wrote github.com/morikuni/aec@master
(49/104) Wrote github.com/modern-go/reflect2@1.0.1
(50/104) Wrote github.com/oklog/ulid@v1.3.1
(51/104) Wrote github.com/opencontainers/go-digest@v1.0.0-rc1
(52/104) Wrote github.com/golang/protobuf@v1.3.1
(53/104) Wrote github.com/opentracing/opentracing-go@v1.1.0
(54/104) Wrote github.com/opencontainers/image-spec@v1.0.1
(55/104) Wrote github.com/pkg/errors@v0.8.1
(56/104) Wrote github.com/opencontainers/runtime-spec@29686dbc5559d93fb1ef402eeda3e35c38d75af4
(57/104) Wrote github.com/prometheus/client_model@master
(58/104) Wrote github.com/prometheus/client_golang@v0.8.0
(59/104) Wrote github.com/qri-io/jsonpointer@v0.1.0
(60/104) Wrote github.com/prometheus/procfs@master
(61/104) Wrote github.com/prometheus/common@v0.2.0
(62/104) Wrote github.com/qri-io/jsonschema@v0.1.1
(63/104) Wrote github.com/sirupsen/logrus@v1.4.1
(64/104) Wrote github.com/spf13/pflag@master
(65/104) Wrote github.com/syndtr/gocapability@master
(66/104) Wrote github.com/spf13/cobra@v0.0.5
(67/104) Wrote github.com/containerd/containerd@master
(68/104) Wrote github.com/tonistiigi/units@master
(69/104) Wrote github.com/wadey/gocovmerge@master
(70/104) Wrote github.com/opencontainers/runc@v1.0.0-rc7
(71/104) Wrote github.com/xeipuuv/gojsonpointer@master
(72/104) Wrote github.com/xeipuuv/gojsonreference@master
(73/104) Wrote github.com/tonistiigi/fsutil@master
(74/104) Wrote github.com/xeipuuv/gojsonschema@93e72a773fade158921402d6a24c819b48aba29d
(75/104) Wrote github.com/coreos/etcd@v3.3.12
(76/104) Wrote github.com/docker/swarmkit@18e7e58ea1a5ec016625a636d0d52500eea123bc
(77/104) Wrote github.com/docker/cli@d83cd90464377d4164c8f70248d064b979e5ca98
(78/104) Wrote github.com/moby/buildkit@v0.6.2
(79/104) Wrote golang.org/x/oauth2@master
(80/104) Wrote golang.org/x/sync@master
(81/104) Wrote golang.org/x/crypto@master
(82/104) Wrote golang.org/x/time@master
(83/104) Wrote golang.org/x/net@master
(84/104) Wrote google.golang.org/appengine@v1.5.0
(85/104) Wrote gopkg.in/inf.v0@v0.9.1
(86/104) Wrote gopkg.in/yaml.v2@v2.2.3
(87/104) Wrote gotest.tools@v2.3.0
Running on ubuntu-1804-overlay2 (i-0bcdbe30dd41f253d) in /home/ubuntu/workspace/app_PR-655
[Pipeline] {
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-655/src/github.com/docker/app
[Pipeline] {
[Pipeline] checkout
(88/104) Wrote k8s.io/klog@v0.2.0
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-655/src/github.com/docker/app # timeout=10
(89/104) Wrote k8s.io/utils@master
(90/104) Wrote github.com/Azure/go-ansiterm@master
(91/104) Wrote k8s.io/apimachinery@kubernetes-1.14.1
(92/104) Wrote sigs.k8s.io/yaml@v1.1.0
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/655/head:refs/remotes/origin/PR-655
(93/104) Wrote google.golang.org/grpc@v1.19.1
(94/104) Wrote golang.org/x/sys@master
(95/104) Wrote github.com/theupdateframework/notary@v0.6.1
(96/104) Wrote golang.org/x/text@v0.3.0
Fetching without tags
Checking out Revision 6f4dbeb41c41dc649b70ae2ea5448c727e9e301d (PR-655)
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/655/head:refs/remotes/origin/PR-655 # 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/655/head:refs/remotes/origin/PR-655
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6f4dbeb41c41dc649b70ae2ea5448c727e9e301d
(97/104) Wrote golang.org/x/tools@master
Commit message: "Tag service images according to compose spec"
[Pipeline] ansiColor
[Pipeline] {
[Pipeline] sh
+ make -f docker.Makefile save-invocation-image
docker build -f Dockerfile.invocation-image --build-arg=EXPERIMENTAL --build-arg=TAG --build-arg=COMMIT --build-arg=ALPINE_VERSION --build-arg=GOPROXY --target=invocation -t docker/cnab-app-base:jenkins-app-PR-655-34 .
(98/104) Wrote k8s.io/client-go@kubernetes-1.14.1
(99/104) Wrote google.golang.org/genproto@master
(100/104) Wrote cloud.google.com/go@v0.37.4
(101/104) Wrote github.com/gogo/protobuf@v1.2.1
./scripts/build/windows
Generating windows resources
Building build/docker-windows-amd64
Sending build context to Docker daemon  75.51MB

Step 1/14 : ARG ALPINE_VERSION=3.10.1
Step 2/14 : FROM golang:1.13.0 AS build
1.13.0: Pulling from library/golang
4a56a430b2ba: Pulling fs layer
4b5cacb629f5: Pulling fs layer
14408c8d4f9a: Pulling fs layer
ea67eaa7dd42: Pulling fs layer
a2a2197e145e: Pulling fs layer
36ac8c11a11f: Pulling fs layer
ecd7d9a67e26: Pulling fs layer
ea67eaa7dd42: Waiting
a2a2197e145e: Waiting
36ac8c11a11f: Waiting
ecd7d9a67e26: Waiting
14408c8d4f9a: Verifying Checksum
14408c8d4f9a: Download complete
4b5cacb629f5: Verifying Checksum
4b5cacb629f5: Download complete
4a56a430b2ba: Verifying Checksum
4a56a430b2ba: Download complete
ea67eaa7dd42: Verifying Checksum
ea67eaa7dd42: Download complete
a2a2197e145e: Verifying Checksum
a2a2197e145e: Download complete
ecd7d9a67e26: Verifying Checksum
ecd7d9a67e26: Download complete
36ac8c11a11f: Verifying Checksum
36ac8c11a11f: Download complete
(102/104) Wrote k8s.io/api@kubernetes-1.14.1
4a56a430b2ba: Pull complete
4b5cacb629f5: Pull complete
14408c8d4f9a: Pull complete
(103/104) Wrote github.com/docker/docker@master
ea67eaa7dd42: Pull complete
a2a2197e145e: Pull complete
36ac8c11a11f: Pull complete
ecd7d9a67e26: Pull complete
Digest: sha256:90d554b5ae59cb63d2bf42bdfcd60aa1feb4794d9e3a9cbb9d2deb477c088be0
Status: Downloaded newer image for golang:1.13.0
 ---> c4d6fdf2260a
Step 3/14 : RUN apt-get update -qq && apt-get install -y -q --no-install-recommends     coreutils     util-linux     uuid-runtime
 ---> Running in 401a65032da8
Reading package lists...
Building dependency tree...
Reading state information...
coreutils is already the newest version (8.30-3).
coreutils set to manually installed.
util-linux is already the newest version (2.33.1-0.1).
util-linux set to manually installed.
The following NEW packages will be installed:
  uuid-runtime
0 upgraded, 1 newly installed, 0 to remove and 9 not upgraded.
Need to get 95.2 kB of archives.
After this operation, 211 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian buster/main amd64 uuid-runtime amd64 2.33.1-0.1 [95.2 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 95.2 kB in 0s (366 kB/s)
Selecting previously unselected package uuid-runtime.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15394 files and directories currently installed.)
Preparing to unpack .../uuid-runtime_2.33.1-0.1_amd64.deb ...
Unpacking uuid-runtime (2.33.1-0.1) ...
Setting up uuid-runtime (2.33.1-0.1) ...
Adding group `uuidd' (GID 102) ...
Done.
Warning: The home dir /run/uuidd you specified can't be accessed: No such file or directory
Adding system user `uuidd' (UID 101) ...
Adding new user `uuidd' (UID 101) with group `uuidd' ...
Not creating home directory `/run/uuidd'.
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
Removing intermediate container 401a65032da8
 ---> 118a6a8657ca
Step 4/14 : WORKDIR /go/src/github.com/docker/app/
 ---> Running in 1f3eaab050ba
Removing intermediate container 1f3eaab050ba
 ---> 44795d089f9c
Step 5/14 : COPY . .
 ---> 63a421e61b34
Step 6/14 : ARG EXPERIMENTAL="off"
 ---> Running in 71f0fb73b4ef
Removing intermediate container 71f0fb73b4ef
 ---> 05ba2df903f4
Step 7/14 : ARG TAG="unknown"
 ---> Running in 926f5344bdbc
Removing intermediate container 926f5344bdbc
 ---> d64e51429d43
Step 8/14 : RUN make EXPERIMENTAL=${EXPERIMENTAL} BUILD_TAG=${BUILD_TAG} TAG=${TAG} bin/cnab-run
 ---> Running in b3068c1dc95b
CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=6f4dbeb4 -X github.com/docker/app/internal.Version=jenkins-app-PR-655-34 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-04T12:34:17Z" -o bin/cnab-run ./cmd/cnab-run
WARNING: binary creates a Linux executable. Use cross for macOS or Windows.
./scripts/build/binary
Building statically linked build/docker-linux-amd64
(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] }
Removing intermediate container b3068c1dc95b
 ---> 4e5b0fc51c8d
Step 9/14 : FROM alpine:${ALPINE_VERSION} as invocation
3.10.1: Pulling from library/alpine
050382585609: Pulling fs layer
050382585609: Download complete
050382585609: Pull complete
Digest: sha256:6a92cd1fcdc8d8cdec60f33dda4db2cb1fcdcacf3410a8e05b3741f44a9b5998
Status: Downloaded newer image for alpine:3.10.1
 ---> b7b28af77ffe
Step 10/14 : RUN apk add --no-cache ca-certificates && adduser -S cnab
 ---> Running in 2c3448bba600
fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
(1/1) Installing ca-certificates (20190108-r0)
Executing busybox-1.30.1-r2.trigger
Executing ca-certificates-20190108-r0.trigger
OK: 6 MiB in 15 packages
Removing intermediate container 2c3448bba600
 ---> 9726557de1d1
Step 11/14 : USER cnab
 ---> Running in b4b39b1885db
Removing intermediate container b4b39b1885db
 ---> 0c6849699824
Step 12/14 : COPY --from=build /go/src/github.com/docker/app/bin/cnab-run /cnab/app/run
 ---> 2c373f03da3d
Step 13/14 : WORKDIR /cnab/app
 ---> Running in b97b11c2f9f0
Removing intermediate container b97b11c2f9f0
 ---> 73a4dae48042
Step 14/14 : CMD /cnab/app/run
 ---> Running in faac229b748d
Removing intermediate container faac229b748d
 ---> 1c2495ac75d0
[Warning] One or more build-args [GOPROXY COMMIT] were not consumed
Successfully built 1c2495ac75d0
Successfully tagged docker/cnab-app-base:jenkins-app-PR-655-34
docker save docker/cnab-app-base:jenkins-app-PR-655-34 -o _build/invocation-image.tar
[Pipeline] sh
+ make -f docker.Makefile INVOCATION_IMAGE_TAG=jenkins-app-PR-655-34-coverage OUTPUT=coverage-invocation-image.tar save-invocation-image-tag
docker tag docker/cnab-app-base:jenkins-app-PR-655-34 docker/cnab-app-base:jenkins-app-PR-655-34-coverage
docker save docker/cnab-app-base:jenkins-app-PR-655-34-coverage -o _build/coverage-invocation-image.tar
[Pipeline] sh
+ make -f docker.Makefile INVOCATION_IMAGE_TAG=jenkins-app-PR-655-34-coverage-experimental OUTPUT=coverage-experimental-invocation-image.tar save-invocation-image-tag
docker tag docker/cnab-app-base:jenkins-app-PR-655-34 docker/cnab-app-base:jenkins-app-PR-655-34-coverage-experimental
docker save docker/cnab-app-base:jenkins-app-PR-655-34-coverage-experimental -o _build/coverage-experimental-invocation-image.tar
[Pipeline] }
[Pipeline] // ansiColor
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-655/src/github.com/docker/app/_build
[Pipeline] {
[Pipeline] stash
Stashed 1 file(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-655/34/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-655/34/stashes/coverage-invocation-image.tgz
[Pipeline] stash
Removing intermediate container 358da50ce348
 ---> ce8a6857c3a6
Step 8/8 : WORKDIR /go/src/github.com/docker/app/
 ---> Running in 710e45491572
Removing intermediate container 710e45491572
 ---> 46a989ff83a9
[Warning] One or more build-args [ALPINE_VERSION COMMIT EXPERIMENTAL TAG] were not consumed
Successfully built 46a989ff83a9
Successfully tagged docker-app-cli:jenkins-app-PR-655-34
docker create --name docker-app-cli-jenkins-app-PR-655-34 docker-app-cli:jenkins-app-PR-655-34 noop
95e643642e8a4e9646d21ea40f46eae5dc23c41b5ee9c0b78868f7b02d710d09
docker cp docker-app-cli-jenkins-app-PR-655-34:/go/src/github.com/docker/cli/build/docker-linux-amd64 bin/docker-linux
docker cp docker-app-cli-jenkins-app-PR-655-34:/go/src/github.com/docker/cli/build/docker-darwin-amd64 bin/docker-darwin
docker cp docker-app-cli-jenkins-app-PR-655-34:/go/src/github.com/docker/cli/build/docker-windows-amd64 bin/docker-windows.exe
docker rm docker-app-cli-jenkins-app-PR-655-34
docker-app-cli-jenkins-app-PR-655-34
docker build --build-arg=EXPERIMENTAL --build-arg=TAG --build-arg=COMMIT --build-arg=ALPINE_VERSION --build-arg=GOPROXY --target=cross -t docker-app-cross:jenkins-app-PR-655-34  .
Sending build context to Docker daemon  75.51MB

Step 1/22 : FROM dockercore/golang-cross:1.12.9@sha256:3ea9dcef4dd2c46d80445c0b22d6177817f4cfce22c523cc12a5a1091cb37705 AS build
 ---> 518d5e4626aa
Step 2/22 : ENV     DISABLE_WARN_OUTSIDE_CONTAINER=1
 ---> Using cache
 ---> b4593b523581
Step 3/22 : RUN apt-get install -y -q --no-install-recommends     coreutils     util-linux     uuid-runtime
 ---> Using cache
 ---> 461ff0e4b426
Step 4/22 : WORKDIR /go/src/github.com/docker/cli
 ---> Using cache
 ---> ebc5bee76670
Step 5/22 : RUN git clone https://github.com/docker/cli . && git checkout a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb
 ---> Using cache
 ---> ae2b04b5954c
Step 6/22 : ARG GOPROXY
 ---> Using cache
 ---> 5405b72cd076
Step 7/22 : RUN make binary-osx binary-windows binary &&  cp build/docker-linux-amd64 /usr/bin/docker
 ---> Using cache
 ---> ce8a6857c3a6
Step 8/22 : WORKDIR /go/src/github.com/docker/app/
 ---> Using cache
 ---> 46a989ff83a9
Step 9/22 : FROM build AS dev
 ---> 46a989ff83a9
Step 10/22 : ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/
 ---> Running in 14fb57f0c5cb
Removing intermediate container 14fb57f0c5cb
 ---> af274d521d24
Step 11/22 : ARG DEP_VERSION=v0.5.4
 ---> Running in 5e5ee118cb26
Removing intermediate container 5e5ee118cb26
 ---> 014116fd01e0
Step 12/22 : RUN curl -o /usr/bin/dep -L https://github.com/golang/dep/releases/download/${DEP_VERSION}/dep-linux-amd64 &&     chmod +x /usr/bin/dep
 ---> Running in e869a531d728
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   605    0   605    0     0   6436      0 --:--:-- --:--:-- --:--:--  6436

100 10.5M  100 10.5M    0     0  50.0M      0 --:--:-- --:--:-- --:--:-- 50.0M
Removing intermediate container e869a531d728
 ---> ca8f9bef8fa6
Step 13/22 : ARG GOTESTSUM_VERSION=v0.3.4
 ---> Running in 44f0e58214fd
Removing intermediate container 44f0e58214fd
 ---> 4b8fbd6caaf0
Step 14/22 : ARG GOPROXY
 ---> Running in 639a002e6f0f
Removing intermediate container 639a002e6f0f
 ---> 0609297782b4
Step 15/22 : RUN mkdir $GOPATH/src/gotest.tools &&     git clone -q https://github.com/gotestyourself/gotestsum $GOPATH/src/gotest.tools/gotestsum &&     cd $GOPATH/src/gotest.tools/gotestsum &&     git -C $GOPATH/src/gotest.tools/gotestsum checkout -q $GOTESTSUM_VERSION &&     GO111MODULE=on GOOS=linux   go build -o /usr/local/bin/gotestsum-linux       gotest.tools/gotestsum &&     GO111MODULE=on GOOS=darwin  go build -o /usr/local/bin/gotestsum-darwin      gotest.tools/gotestsum &&     GO111MODULE=on GOOS=windows go build -o /usr/local/bin/gotestsum-windows.exe gotest.tools/gotestsum &&     ln -s gotestsum-linux /usr/local/bin/gotestsum
 ---> Running in 5ed91cbabb6b
go: finding github.com/pkg/errors v0.8.0
go: finding github.com/mattn/go-colorable v0.0.9
go: finding github.com/google/go-cmp v0.2.0
go: finding github.com/spf13/pflag v1.0.1
go: finding github.com/mattn/go-isatty v0.0.3
go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9
go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
go: finding github.com/onsi/gomega v1.4.3
go: finding github.com/onsi/ginkgo v1.8.0
go: finding gotest.tools v2.1.0+incompatible
go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2
go: finding github.com/sirupsen/logrus v1.0.5
go: finding github.com/fatih/color v1.6.0
go: finding golang.org/x/text v0.3.0
go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
go: finding golang.org/x/net v0.0.0-20180906233101-161cd47e91fd
go: finding gopkg.in/fsnotify.v1 v1.4.7
go: finding gopkg.in/yaml.v2 v2.2.1
go: finding github.com/jonboulle/clockwork v0.1.0
go: finding github.com/onsi/ginkgo v1.6.0
go: finding github.com/stretchr/testify v1.3.0
go: finding github.com/hpcloud/tail v1.0.0
go: finding github.com/golang/protobuf v1.2.0
go: finding github.com/fsnotify/fsnotify v1.4.7
go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
go: finding github.com/stretchr/objx v0.1.0
go: finding github.com/pmezard/go-difflib v1.0.0
go: finding github.com/davecgh/go-spew v1.1.0
Stashed 1 file(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-655/34/stashes/coverage-experimental-invocation-image.tgz
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-655/src/github.com/docker/app
[Pipeline] {
[Pipeline] sh
+ docker rmi docker/cnab-app-base:jenkins-app-PR-655-34
Untagged: docker/cnab-app-base:jenkins-app-PR-655-34
[Pipeline] sh
+ docker rmi docker/cnab-app-base:jenkins-app-PR-655-34-coverage
Untagged: docker/cnab-app-base:jenkins-app-PR-655-34-coverage
[Pipeline] sh
+ docker rmi docker/cnab-app-base:jenkins-app-PR-655-34-coverage-experimental
Untagged: docker/cnab-app-base:jenkins-app-PR-655-34-coverage-experimental
Deleted: sha256:1c2495ac75d0f0af2de4eba82a23a2f660cf62c358f7ed57a2707cb4328944dc
Deleted: sha256:73a4dae48042054d7d88eb560fdf9de1a4eb5595580785a9d52430522dfdef07
Deleted: sha256:2c373f03da3d89b58215d056ca8d58f7f011e35fe7f2ba2c5dc526ee7f672e06
Deleted: sha256:5429857c72630de8aed41a302ffd692db4538a81d93d5d93583da2be9bedd79c
Deleted: sha256:0c68496998243cc197bf6de7d330b4326b62236082e900b4c092690c89521902
Deleted: sha256:9726557de1d1e603337f331b47cdd1b9fa494ecbdb57523592d5547191cb2f69
Deleted: sha256:1c5a50f319ba6b3c57f936412662d166227f896c0e930a6560bf5a1064dfd185
[Pipeline] }
[Pipeline] // dir
[Pipeline] deleteDir
go: downloading gotest.tools v2.1.0+incompatible
go: extracting gotest.tools v2.1.0+incompatible
go: downloading github.com/pkg/errors v0.8.0
go: downloading github.com/spf13/pflag v1.0.1
go: downloading github.com/sirupsen/logrus v1.0.5
go: downloading github.com/jonboulle/clockwork v0.1.0
go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
go: downloading github.com/fatih/color v1.6.0
go: extracting github.com/pkg/errors v0.8.0
go: extracting github.com/jonboulle/clockwork v0.1.0
go: extracting github.com/sirupsen/logrus v1.0.5
go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
go: extracting github.com/spf13/pflag v1.0.1
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
go: extracting github.com/fatih/color v1.6.0
go: downloading github.com/mattn/go-isatty v0.0.3
go: downloading github.com/mattn/go-colorable v0.0.9
go: extracting github.com/mattn/go-colorable v0.0.9
go: extracting github.com/mattn/go-isatty v0.0.3
go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
Removing intermediate container 5ed91cbabb6b
 ---> 8eb35382e8c6
Step 16/22 : RUN GOOS=linux   go build -o /usr/local/bin/test2json-linux       cmd/test2json &&     GOOS=darwin  go build -o /usr/local/bin/test2json-darwin      cmd/test2json &&     GOOS=windows go build -o /usr/local/bin/test2json-windows.exe cmd/test2json
 ---> Running in c19c30d906d0
Removing intermediate container c19c30d906d0
 ---> 11c10cf0789e
Step 17/22 : RUN go get -d gopkg.in/mjibson/esc.v0 &&     cd /go/src/github.com/mjibson/esc &&     go build -v -o /usr/bin/esc . &&     rm -rf /go/src/* /go/pkg/* /go/bin/*
 ---> Running in 7f9f792aabf8
golang.org/x/tools/internal/semver
github.com/pkg/errors
golang.org/x/tools/go/ast/astutil
golang.org/x/tools/go/internal/gcimporter
golang.org/x/tools/go/internal/packagesdriver
golang.org/x/tools/internal/fastwalk
golang.org/x/tools/internal/gopathwalk
golang.org/x/tools/internal/module
golang.org/x/tools/go/gcexportdata
golang.org/x/tools/go/packages
golang.org/x/tools/internal/imports
golang.org/x/tools/imports
github.com/mjibson/esc/embed
github.com/mjibson/esc
Removing intermediate container 7f9f792aabf8
 ---> 7fc44f900647
Step 18/22 : COPY . .
 ---> 79e0337958fd
Step 19/22 : FROM dev AS cross
 ---> 79e0337958fd
Step 20/22 : ARG EXPERIMENTAL="off"
 ---> Running in 44902d4afd90
Removing intermediate container 44902d4afd90
 ---> 5c168c3f9437
Step 21/22 : ARG TAG="unknown"
 ---> Running in f1eb42168b6d
Removing intermediate container f1eb42168b6d
 ---> c9608ea5b906
Step 22/22 : RUN make EXPERIMENTAL=${EXPERIMENTAL} TAG=${TAG} cross
 ---> Running in fcf290f8d5ce
GOOS=linux CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=6f4dbeb4 -X github.com/docker/app/internal.Version=jenkins-app-PR-655-34 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-04T12:36:28Z" -o bin/docker-app-linux ./cmd/docker-app
GOOS=darwin CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=6f4dbeb4 -X github.com/docker/app/internal.Version=jenkins-app-PR-655-34 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-04T12:36:28Z" -o bin/docker-app-darwin ./cmd/docker-app
GOOS=windows CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=6f4dbeb4 -X github.com/docker/app/internal.Version=jenkins-app-PR-655-34 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-04T12:36:28Z" -o bin/docker-app-windows.exe ./cmd/docker-app
GOOS=linux CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=6f4dbeb4 -X github.com/docker/app/internal.Version=jenkins-app-PR-655-34 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-04T12:36:28Z" -o bin/docker-app-standalone-linux ./cmd/docker-app-standalone
GOOS=darwin CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=6f4dbeb4 -X github.com/docker/app/internal.Version=jenkins-app-PR-655-34 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-04T12:36:28Z" -o bin/docker-app-standalone-darwin ./cmd/docker-app-standalone
GOOS=windows CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=6f4dbeb4 -X github.com/docker/app/internal.Version=jenkins-app-PR-655-34 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-04T12:36:28Z" -o bin/docker-app-standalone-windows.exe ./cmd/docker-app-standalone
Removing intermediate container fcf290f8d5ce
 ---> 4169bc15398e
[Warning] One or more build-args [ALPINE_VERSION COMMIT] were not consumed
Successfully built 4169bc15398e
Successfully tagged docker-app-cross:jenkins-app-PR-655-34
docker create --name docker-app-cross-jenkins-app-PR-655-34 docker-app-cross:jenkins-app-PR-655-34 noop
6dbfe1d6cb85acfd9187aa2a7d10f9b43ec1c7777c0078da00b06c6dde732eda
docker cp docker-app-cross-jenkins-app-PR-655-34:/go/src/github.com/docker/app/bin/docker-app-linux bin/docker-app-linux
docker cp docker-app-cross-jenkins-app-PR-655-34:/go/src/github.com/docker/app/bin/docker-app-darwin bin/docker-app-darwin
docker cp docker-app-cross-jenkins-app-PR-655-34:/go/src/github.com/docker/app/bin/docker-app-windows.exe bin/docker-app-windows.exe
docker cp docker-app-cross-jenkins-app-PR-655-34:/go/src/github.com/docker/app/bin/docker-app-standalone-linux bin/docker-app-standalone-linux
docker cp docker-app-cross-jenkins-app-PR-655-34:/go/src/github.com/docker/app/bin/docker-app-standalone-darwin bin/docker-app-standalone-darwin
docker cp docker-app-cross-jenkins-app-PR-655-34:/go/src/github.com/docker/app/bin/docker-app-standalone-windows.exe bin/docker-app-standalone-windows.exe
docker rm docker-app-cross-jenkins-app-PR-655-34
docker-app-cross-jenkins-app-PR-655-34
docker build --build-arg=EXPERIMENTAL --build-arg=TAG --build-arg=COMMIT --build-arg=ALPINE_VERSION --build-arg=GOPROXY --target=e2e-cross -t docker-app-e2e-cross:jenkins-app-PR-655-34  .
Sending build context to Docker daemon  75.51MB

Step 1/26 : FROM dockercore/golang-cross:1.12.9@sha256:3ea9dcef4dd2c46d80445c0b22d6177817f4cfce22c523cc12a5a1091cb37705 AS build
 ---> 518d5e4626aa
Step 2/26 : ENV     DISABLE_WARN_OUTSIDE_CONTAINER=1
 ---> Using cache
 ---> b4593b523581
Step 3/26 : RUN apt-get install -y -q --no-install-recommends     coreutils     util-linux     uuid-runtime
 ---> Using cache
 ---> 461ff0e4b426
Step 4/26 : WORKDIR /go/src/github.com/docker/cli
 ---> Using cache
 ---> ebc5bee76670
Step 5/26 : RUN git clone https://github.com/docker/cli . && git checkout a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb
 ---> Using cache
 ---> ae2b04b5954c
Step 6/26 : ARG GOPROXY
 ---> Using cache
 ---> 5405b72cd076
Step 7/26 : RUN make binary-osx binary-windows binary &&  cp build/docker-linux-amd64 /usr/bin/docker
 ---> Using cache
 ---> ce8a6857c3a6
Step 8/26 : WORKDIR /go/src/github.com/docker/app/
 ---> Using cache
 ---> 46a989ff83a9
Step 9/26 : FROM build AS dev
 ---> 46a989ff83a9
Step 10/26 : ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/
 ---> Using cache
 ---> af274d521d24
Step 11/26 : ARG DEP_VERSION=v0.5.4
 ---> Using cache
 ---> 014116fd01e0
Step 12/26 : RUN curl -o /usr/bin/dep -L https://github.com/golang/dep/releases/download/${DEP_VERSION}/dep-linux-amd64 &&     chmod +x /usr/bin/dep
 ---> Using cache
 ---> ca8f9bef8fa6
Step 13/26 : ARG GOTESTSUM_VERSION=v0.3.4
 ---> Using cache
 ---> 4b8fbd6caaf0
Step 14/26 : ARG GOPROXY
 ---> Using cache
 ---> 0609297782b4
Step 15/26 : RUN mkdir $GOPATH/src/gotest.tools &&     git clone -q https://github.com/gotestyourself/gotestsum $GOPATH/src/gotest.tools/gotestsum &&     cd $GOPATH/src/gotest.tools/gotestsum &&     git -C $GOPATH/src/gotest.tools/gotestsum checkout -q $GOTESTSUM_VERSION &&     GO111MODULE=on GOOS=linux   go build -o /usr/local/bin/gotestsum-linux       gotest.tools/gotestsum &&     GO111MODULE=on GOOS=darwin  go build -o /usr/local/bin/gotestsum-darwin      gotest.tools/gotestsum &&     GO111MODULE=on GOOS=windows go build -o /usr/local/bin/gotestsum-windows.exe gotest.tools/gotestsum &&     ln -s gotestsum-linux /usr/local/bin/gotestsum
 ---> Using cache
 ---> 8eb35382e8c6
Step 16/26 : RUN GOOS=linux   go build -o /usr/local/bin/test2json-linux       cmd/test2json &&     GOOS=darwin  go build -o /usr/local/bin/test2json-darwin      cmd/test2json &&     GOOS=windows go build -o /usr/local/bin/test2json-windows.exe cmd/test2json
 ---> Using cache
 ---> 11c10cf0789e
Step 17/26 : RUN go get -d gopkg.in/mjibson/esc.v0 &&     cd /go/src/github.com/mjibson/esc &&     go build -v -o /usr/bin/esc . &&     rm -rf /go/src/* /go/pkg/* /go/bin/*
 ---> Using cache
 ---> 7fc44f900647
Step 18/26 : COPY . .
 ---> Using cache
 ---> 79e0337958fd
Step 19/26 : FROM dev AS cross
 ---> 79e0337958fd
Step 20/26 : ARG EXPERIMENTAL="off"
 ---> Using cache
 ---> 5c168c3f9437
Step 21/26 : ARG TAG="unknown"
 ---> Using cache
 ---> c9608ea5b906
Step 22/26 : RUN make EXPERIMENTAL=${EXPERIMENTAL} TAG=${TAG} cross
 ---> Using cache
 ---> 4169bc15398e
Step 23/26 : FROM cross AS e2e-cross
 ---> 4169bc15398e
Step 24/26 : ARG EXPERIMENTAL="off"
 ---> Running in 75c9a09bdab2
Removing intermediate container 75c9a09bdab2
 ---> 936b46dee1a0
Step 25/26 : ARG TAG="unknown"
 ---> Running in 16d38e460ed4
Removing intermediate container 16d38e460ed4
 ---> d8fec46d3539
Step 26/26 : RUN make EXPERIMENTAL=${EXPERIMENTAL} TAG=${TAG} e2e-cross
 ---> Running in 797ae0b67429
GOOS=linux CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=6f4dbeb4 -X github.com/docker/app/internal.Version=jenkins-app-PR-655-34 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-04T12:39:31Z" -o bin/docker-app-linux ./cmd/docker-app
GOOS=linux CGO_ENABLED=0 go test -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=6f4dbeb4 -X github.com/docker/app/internal.Version=jenkins-app-PR-655-34 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-04T12:39:31Z" -c -o bin/docker-app-e2e-linux ./e2e/
GOOS=darwin CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=6f4dbeb4 -X github.com/docker/app/internal.Version=jenkins-app-PR-655-34 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-04T12:39:31Z" -o bin/docker-app-darwin ./cmd/docker-app
GOOS=darwin CGO_ENABLED=0 go test -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=6f4dbeb4 -X github.com/docker/app/internal.Version=jenkins-app-PR-655-34 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-04T12:39:31Z" -c -o bin/docker-app-e2e-darwin ./e2e/
GOOS=windows CGO_ENABLED=0 go test -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=6f4dbeb4 -X github.com/docker/app/internal.Version=jenkins-app-PR-655-34 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-04T12:39:31Z" -c -o bin/docker-app-e2e-windows.exe ./e2e/
Removing intermediate container 797ae0b67429
 ---> 8b028d83c322
[Warning] One or more build-args [ALPINE_VERSION COMMIT] were not consumed
Successfully built 8b028d83c322
Successfully tagged docker-app-e2e-cross:jenkins-app-PR-655-34
docker create --name docker-app-e2e-cross-jenkins-app-PR-655-34 docker-app-e2e-cross:jenkins-app-PR-655-34 noop
b70820bffa8bdd97187ee9b83244e1c26945535f9c061f0e72abac1c1ca1cec5
docker cp docker-app-e2e-cross-jenkins-app-PR-655-34:/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-655-34:/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-655-34:/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-655-34:/usr/local/bin/gotestsum-linux bin/gotestsum-linux
docker cp docker-app-e2e-cross-jenkins-app-PR-655-34:/usr/local/bin/gotestsum-darwin bin/gotestsum-darwin
docker cp docker-app-e2e-cross-jenkins-app-PR-655-34:/usr/local/bin/gotestsum-windows.exe bin/gotestsum-windows.exe
docker cp docker-app-e2e-cross-jenkins-app-PR-655-34:/usr/local/bin/test2json-linux bin/test2json-linux
docker cp docker-app-e2e-cross-jenkins-app-PR-655-34:/usr/local/bin/test2json-darwin bin/test2json-darwin
docker cp docker-app-e2e-cross-jenkins-app-PR-655-34:/usr/local/bin/test2json-windows.exe bin/test2json-windows.exe
docker rm docker-app-e2e-cross-jenkins-app-PR-655-34
docker-app-e2e-cross-jenkins-app-PR-655-34
tar --transform='flags=r;s|docker-app-linux|docker-app-plugin-linux|' -czf bin/docker-app-linux.tar.gz -C bin docker-app-linux docker-app-standalone-linux
tar czf bin/docker-app-e2e-linux.tar.gz -C bin docker-app-e2e-linux
tar --transform='flags=r;s|docker-app-darwin|docker-app-plugin-darwin|' -czf bin/docker-app-darwin.tar.gz -C bin docker-app-darwin docker-app-standalone-darwin
tar czf bin/docker-app-e2e-darwin.tar.gz -C bin docker-app-e2e-darwin
tar --transform='flags=r;s|docker-app-windows|docker-app-plugin-windows|' -czf bin/docker-app-windows.tar.gz -C bin docker-app-windows.exe docker-app-standalone-windows.exe
tar czf bin/docker-app-e2e-windows.tar.gz -C bin docker-app-e2e-windows.exe
[Pipeline] }
[Pipeline] // ansiColor
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-655/src/github.com/docker/app/bin
[Pipeline] {
[Pipeline] stash
Stashed 24 file(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-655/34/stashes/binaries.tgz
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-655/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-655/34/stashes/e2e.tgz
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-655/src/github.com/docker/app/examples
[Pipeline] {
[Pipeline] stash
Stashed 29 file(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-655/34/stashes/examples.tgz
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ docker image ls --format={{.Repository}}:{{.Tag}} *jenkins-app-PR-655-34*
+ xargs docker image rm -f
Untagged: docker-app-e2e-cross:jenkins-app-PR-655-34
Deleted: sha256:8b028d83c322b9bc9cfde9bb4736bf30088cbb896efe05655532f65f5cb4732c
Deleted: sha256:ebbe45beb3b8ed3126b31447e0d188d7748daad9906d4c046b73d287550e1746
Deleted: sha256:d8fec46d353945662791695900071aec4577bd566c0e767d4f904b4793aca43a
Deleted: sha256:936b46dee1a03d7d96a36495d7cbb14b7d230bfb1caa8b1d519bdce902f94bc7
Untagged: docker-app-cross:jenkins-app-PR-655-34
Deleted: sha256:4169bc15398e6dcad79c0c0ea38c02f72037a52989d0a0b6716fd68dedfa43e3
Deleted: sha256:5aba892d228efdeb59535c99ac71dc1504c912f80118193d6e654f7b6a3bb616
Deleted: sha256:c9608ea5b906318572e613596d44ffcb88f9dd2ec4de93879037c0ef98dd7828
Deleted: sha256:5c168c3f943768b36a6270c67b1d12f22ec2df1813d6efb17a2af77b077b01c4
Deleted: sha256:79e0337958fd4c799d02efa7b556a6ca1694e82c40d5d0102031a7b5760a4d99
Deleted: sha256:ad9ee0ca447317d50274ded92d35a96c6be1c6979394516cdda78962ef6b6ad9
Deleted: sha256:7fc44f900647120ae2cac1c9a7fe4dfafbf5d3e7dd1666eef92ad914c4e0ffd3
Deleted: sha256:8abd94ec85dd3e9c08d5bc3bf0457055b10b9c27a9f868ef6ecbd511afc66aa0
Deleted: sha256:11c10cf0789e171a12d6b2bc554a5e68398f951002a15a6e654beb9b07cf7ce0
Deleted: sha256:a7d4de5555de0f1f3509799419109915d346c6f4876252eb9f43201dbd1c83cc
Deleted: sha256:8eb35382e8c6447b5b9607b85ae00006a1f6787676c666a2506b112e5938241c
Deleted: sha256:a1aa6ddc219fa739e771f34538b633a5a0c90cbb9649dbbaa95c7134fca0700f
Deleted: sha256:0609297782b413fb774e799d071575053c0d5f0f27ae50eb462dbe5634e79df2
Deleted: sha256:4b8fbd6caaf0448a4f243a63bd6caa610f7fe0e0f284bc44f20cefe69c7a3656
Deleted: sha256:ca8f9bef8fa691e7b7ac6699c7a57740d1cc57f6bb426bcb74d3b5e876758257
Deleted: sha256:ba2f8895efcae9f915be1fb556d67e04edcc978a3b3806892610960071d47abf
Deleted: sha256:014116fd01e0f9b7ba9f53d8eb480360a46178412a8ec04d83449d02bc1457e6
Deleted: sha256:af274d521d24a8957529d8442f75ba8a249fb2369502530965cd385e72cd511e
Untagged: docker-app-cli:jenkins-app-PR-655-34
Deleted: sha256:46a989ff83a94560a6a9c71422b8e92c87f996a9d2e31297c67dfc88d97101e3
Deleted: sha256:7f7579c46557a8a063cecfec3d3f798a07120f939191e7be428a6a4866840e64
Deleted: sha256:ce8a6857c3a631fc0798bb5b00759af9a92c78ca33978f1c4335986056d14aa9
Deleted: sha256:512aa21a959a43c2b00c9ace478698e2e4565bbbbc53911b285713729d2e0a37
Deleted: sha256:5405b72cd076d5fb0e7361511325a04c1e69eaaa542961d9f20b6c19f73d2423
Deleted: sha256:ae2b04b5954c9dd5875263807cb70e94b63165c8bef033b7fc40db3387799f8d
Deleted: sha256:8da057d2557e7df5db7e09c0dd3436995eefc89fe9c78afeeaa90350938c7ab8
Deleted: sha256:ebc5bee766709f2cb056faaac00f23faf036530c8e70b4c0364d00155939931a
Deleted: sha256:3113f5ebd1272642cd540ad71e5544757f00e7890fb4e3d41306ae69f9cf659f
Deleted: sha256:461ff0e4b426c88ca8908db89bbcd004c8f2aabd4cf8f6f0fe9865b826eeb643
Deleted: sha256:d3779e99534dfb010caa1cef690774875e64d0916161e3b4eb2634aaee8f32b7
Deleted: sha256:b4593b52358189335bfa27b4b3dace32d0f84674bbb18732c32710c813655ba9
[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: Coverage (experimental))
[Pipeline] { (Branch: Test Linux)
[Pipeline] stage
[Pipeline] { (Coverage)
[Pipeline] stage
[Pipeline] { (Coverage (experimental))
[Pipeline] stage
[Pipeline] { (Test Linux)
[Pipeline] node
[Pipeline] node
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-0996cb03b8856827e) in /home/ubuntu/workspace/app_PR-655
[Pipeline] {
Running on ubuntu-1804-overlay2 (i-05e90ee68da783df4) in /home/ubuntu/workspace/app_PR-655
Running on ubuntu-1804-overlay2 (i-0da343938dd48fce1) in /home/ubuntu/workspace/app_PR-655
[Pipeline] {
[Pipeline] {
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-655/src/github.com/docker/app
[Pipeline] {
[Pipeline] checkout
[Pipeline] withEnv
using credential docker-jenkins-github-credentials
[Pipeline] {
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-655/src/github.com/docker/app
[Pipeline] {
[Pipeline] checkout
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-655/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
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-655/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/655/head:refs/remotes/origin/PR-655
Cloning repository https://github.com/docker/app.git
 > git init /home/ubuntu/workspace/app_PR-655/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/655/head:refs/remotes/origin/PR-655
Cloning repository https://github.com/docker/app.git
 > git init /home/ubuntu/workspace/app_PR-655/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/655/head:refs/remotes/origin/PR-655
Fetching without tags
Fetching without tags
Checking out Revision 6f4dbeb41c41dc649b70ae2ea5448c727e9e301d (PR-655)
Fetching without tags
Checking out Revision 6f4dbeb41c41dc649b70ae2ea5448c727e9e301d (PR-655)
Checking out Revision 6f4dbeb41c41dc649b70ae2ea5448c727e9e301d (PR-655)
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/655/head:refs/remotes/origin/PR-655 # 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/655/head:refs/remotes/origin/PR-655
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6f4dbeb41c41dc649b70ae2ea5448c727e9e301d
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/655/head:refs/remotes/origin/PR-655 # 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/655/head:refs/remotes/origin/PR-655
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6f4dbeb41c41dc649b70ae2ea5448c727e9e301d
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/655/head:refs/remotes/origin/PR-655 # 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/655/head:refs/remotes/origin/PR-655
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6f4dbeb41c41dc649b70ae2ea5448c727e9e301d
Commit message: "Tag service images according to compose spec"
Commit message: "Tag service images according to compose spec"
Commit message: "Tag service images according to compose spec"
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-655/src/github.com/docker/app/_build
[Pipeline] {
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-655/src/github.com/docker/app/_build
[Pipeline] {
[Pipeline] unstash
[Pipeline] unstash
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-655/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-655/34/stashes/coverage-invocation-image.tgz
[Pipeline] sh
Unstashed file(s) from https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-655/34/stashes/invocation-image.tgz
[Pipeline] sh
+ docker load -i coverage-invocation-image.tar
+ docker load -i invocation-image.tar
Loaded image: docker/cnab-app-base:jenkins-app-PR-655-34-coverage
[Pipeline] }
[Pipeline] // dir
[Pipeline] ansiColor
[Pipeline] {
[Pipeline] sh
Loaded image: docker/cnab-app-base:jenkins-app-PR-655-34
[Pipeline] }
[Pipeline] // dir
[Pipeline] unstash
+ make -f docker.Makefile TAG=jenkins-app-PR-655-34-coverage coverage-run
docker build --build-arg=EXPERIMENTAL --build-arg=TAG --build-arg=COMMIT --build-arg=ALPINE_VERSION --build-arg=GOPROXY --target=dev -t docker-app-dev:jenkins-app-PR-655-34 .
Unstashed file(s) from https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-655/34/stashes/coverage-experimental-invocation-image.tgz
[Pipeline] sh
+ docker load -i coverage-experimental-invocation-image.tar
Sending build context to Docker daemon  75.51MB

Step 1/18 : FROM dockercore/golang-cross:1.12.9@sha256:3ea9dcef4dd2c46d80445c0b22d6177817f4cfce22c523cc12a5a1091cb37705 AS build
 ---> 518d5e4626aa
Step 2/18 : ENV     DISABLE_WARN_OUTSIDE_CONTAINER=1
 ---> Using cache
 ---> 0a9221f87979
Step 3/18 : RUN apt-get install -y -q --no-install-recommends     coreutils     util-linux     uuid-runtime
 ---> Using cache
 ---> 9e9f75a81588
Step 4/18 : WORKDIR /go/src/github.com/docker/cli
 ---> Using cache
 ---> e7b75c606b6b
Step 5/18 : RUN git clone https://github.com/docker/cli . && git checkout a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb
 ---> Using cache
 ---> 461fa42b02fe
Step 6/18 : ARG GOPROXY
 ---> Using cache
 ---> 26a973c9e1eb
Step 7/18 : RUN make binary-osx binary-windows binary &&  cp build/docker-linux-amd64 /usr/bin/docker
 ---> Using cache
 ---> 2cfaa35b6f20
Step 8/18 : WORKDIR /go/src/github.com/docker/app/
 ---> Using cache
 ---> 632b1d257cf6
Step 9/18 : FROM build AS dev
 ---> 632b1d257cf6
Step 10/18 : ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/
 ---> Using cache
 ---> af8b1ff32b81
Step 11/18 : ARG DEP_VERSION=v0.5.4
 ---> Using cache
 ---> b802a9525165
Step 12/18 : RUN curl -o /usr/bin/dep -L https://github.com/golang/dep/releases/download/${DEP_VERSION}/dep-linux-amd64 &&     chmod +x /usr/bin/dep
 ---> Using cache
 ---> 5515408a0619
Step 13/18 : ARG GOTESTSUM_VERSION=v0.3.4
 ---> Using cache
 ---> 5fd5fcea5a27
Step 14/18 : ARG GOPROXY
 ---> Using cache
 ---> c41574f0f2ab
Step 15/18 : RUN mkdir $GOPATH/src/gotest.tools &&     git clone -q https://github.com/gotestyourself/gotestsum $GOPATH/src/gotest.tools/gotestsum &&     cd $GOPATH/src/gotest.tools/gotestsum &&     git -C $GOPATH/src/gotest.tools/gotestsum checkout -q $GOTESTSUM_VERSION &&     GO111MODULE=on GOOS=linux   go build -o /usr/local/bin/gotestsum-linux       gotest.tools/gotestsum &&     GO111MODULE=on GOOS=darwin  go build -o /usr/local/bin/gotestsum-darwin      gotest.tools/gotestsum &&     GO111MODULE=on GOOS=windows go build -o /usr/local/bin/gotestsum-windows.exe gotest.tools/gotestsum &&     ln -s gotestsum-linux /usr/local/bin/gotestsum
 ---> Using cache
 ---> 28f1d4756a48
Step 16/18 : RUN GOOS=linux   go build -o /usr/local/bin/test2json-linux       cmd/test2json &&     GOOS=darwin  go build -o /usr/local/bin/test2json-darwin      cmd/test2json &&     GOOS=windows go build -o /usr/local/bin/test2json-windows.exe cmd/test2json
 ---> Using cache
 ---> e92e38cd1750
Step 17/18 : RUN go get -d gopkg.in/mjibson/esc.v0 &&     cd /go/src/github.com/mjibson/esc &&     go build -v -o /usr/bin/esc . &&     rm -rf /go/src/* /go/pkg/* /go/bin/*
 ---> Using cache
 ---> ed7793626081
Step 18/18 : COPY . .
Loaded image: docker/cnab-app-base:jenkins-app-PR-655-34-coverage-experimental
[Pipeline] }
[Pipeline] // dir
[Pipeline] ansiColor
[Pipeline] {
[Pipeline] sh
+ make EXPERIMENTAL=on TEST_RESULTS_PREFIX=experimental- -f docker.Makefile TAG=jenkins-app-PR-655-34-coverage-experimental coverage-run
docker build --build-arg=EXPERIMENTAL --build-arg=TAG --build-arg=COMMIT --build-arg=ALPINE_VERSION --build-arg=GOPROXY --target=dev -t docker-app-dev:jenkins-app-PR-655-34 .
Sending build context to Docker daemon  75.51MB

Step 1/18 : FROM dockercore/golang-cross:1.12.9@sha256:3ea9dcef4dd2c46d80445c0b22d6177817f4cfce22c523cc12a5a1091cb37705 AS build
sha256:3ea9dcef4dd2c46d80445c0b22d6177817f4cfce22c523cc12a5a1091cb37705: Pulling from dockercore/golang-cross
4ae16bd47783: Pulling fs layer
bbab4ec87ac4: Pulling fs layer
2ea1f7804402: Pulling fs layer
96465440c208: Pulling fs layer
16a3d8aca6cd: Pulling fs layer
e0ec5610455a: Pulling fs layer
96d705baf026: Pulling fs layer
39007eb46008: Pulling fs layer
4e549f0f5e64: Pulling fs layer
c0058a8c71f2: Pulling fs layer
2f8d98df0991: Pulling fs layer
96465440c208: Waiting
16a3d8aca6cd: Waiting
e0ec5610455a: Waiting
96d705baf026: Waiting
39007eb46008: Waiting
4e549f0f5e64: Waiting
c0058a8c71f2: Waiting
2f8d98df0991: Waiting
bbab4ec87ac4: Verifying Checksum
bbab4ec87ac4: Download complete
2ea1f7804402: Verifying Checksum
2ea1f7804402: Download complete
4ae16bd47783: Verifying Checksum
4ae16bd47783: Download complete
96465440c208: Verifying Checksum
96465440c208: Download complete
96d705baf026: Verifying Checksum
96d705baf026: Download complete
16a3d8aca6cd: Verifying Checksum
16a3d8aca6cd: Download complete
39007eb46008: Verifying Checksum
39007eb46008: Download complete
c0058a8c71f2: Verifying Checksum
c0058a8c71f2: Download complete
 ---> cd686e4fde52
[Warning] One or more build-args [TAG ALPINE_VERSION COMMIT EXPERIMENTAL] were not consumed
Successfully built cd686e4fde52
Successfully tagged docker-app-dev:jenkins-app-PR-655-34
docker run -v /var/run:/var/run:ro --name docker-app-cov-jenkins-app-PR-655-34-coverage --network="host" -t docker-app-dev:jenkins-app-PR-655-34 make COMMIT=6f4dbeb4 TAG=jenkins-app-PR-655-34-coverage EXPERIMENTAL=off TEST_RESULTS_PREFIX= coverage
e0ec5610455a: Verifying Checksum
e0ec5610455a: Download complete
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=6f4dbeb4 -X github.com/docker/app/internal.Version=jenkins-app-PR-655-34-coverage -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-04T12:41:30Z" -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/cmd/docker-app-standalone github.com/docker/app/internal 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
∅  .
4e549f0f5e64: Verifying Checksum
4e549f0f5e64: Download complete
Unstashed file(s) from https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-655/34/stashes/binaries.tgz
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-655/src/github.com/docker/app/examples
[Pipeline] {
[Pipeline] unstash
Unstashed file(s) from https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-655/34/stashes/examples.tgz
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-655/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-655/34/stashes/e2e.tgz
[Pipeline] }
[Pipeline] // dir
[Pipeline] ansiColor
[Pipeline] {
[Pipeline] sh
+ ./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
2f8d98df0991: Verifying Checksum
2f8d98df0991: Download complete
4ae16bd47783: Pull complete
bbab4ec87ac4: Pull complete
2ea1f7804402: Pull complete
96465440c208: Pull complete
16a3d8aca6cd: Pull complete
e0ec5610455a: Pull complete
96d705baf026: Pull complete
39007eb46008: Pull complete
4e549f0f5e64: Pull complete
c0058a8c71f2: Pull complete
PASS e2e/linux.TestBuild (15.77s)
PASS e2e/linux.TestCallCustomStatusAction/validCustomDockerStatusAction (3.08s)
PASS e2e/linux.TestCallCustomStatusAction/validCustomStandardStatusAction (3.04s)
PASS e2e/linux.TestCallCustomStatusAction/missingCustomStatusAction (3.09s)
PASS e2e/linux.TestCallCustomStatusAction (9.22s)
PASS e2e/linux.TestCnabParameters (3.06s)
PASS e2e/linux.TestExitErrorCode (0.06s)
PASS e2e/linux.TestRender/envvariables/stdout (1.79s)
PASS e2e/linux.TestRender/envvariables/file (1.55s)
PASS e2e/linux.TestRender/envvariables (3.34s)
PASS e2e/linux.TestRender (3.34s)
2f8d98df0991: Pull complete
Digest: sha256:3ea9dcef4dd2c46d80445c0b22d6177817f4cfce22c523cc12a5a1091cb37705
Status: Downloaded newer image for dockercore/golang-cross:1.12.9@sha256:3ea9dcef4dd2c46d80445c0b22d6177817f4cfce22c523cc12a5a1091cb37705
 ---> 518d5e4626aa
Step 2/18 : ENV     DISABLE_WARN_OUTSIDE_CONTAINER=1
 ---> Running in 1d39cb0c5733
Removing intermediate container 1d39cb0c5733
 ---> 89a869dfccab
Step 3/18 : RUN apt-get install -y -q --no-install-recommends     coreutils     util-linux     uuid-runtime
 ---> Running in 7267e8b119cd
Reading package lists...
Building dependency tree...
Reading state information...
coreutils is already the newest version (8.30-3).
coreutils set to manually installed.
util-linux is already the newest version (2.33.1-0.1).
util-linux set to manually installed.
The following NEW packages will be installed:
  uuid-runtime
0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
Need to get 95.2 kB of archives.
After this operation, 211 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian buster/main amd64 uuid-runtime amd64 2.33.1-0.1 [95.2 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 95.2 kB in 0s (354 kB/s)
Selecting previously unselected package uuid-runtime.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 25419 files and directories currently installed.)
Preparing to unpack .../uuid-runtime_2.33.1-0.1_amd64.deb ...
Unpacking uuid-runtime (2.33.1-0.1) ...
Setting up uuid-runtime (2.33.1-0.1) ...
Adding group `uuidd' (GID 102) ...
Done.
Warning: The home dir /run/uuidd you specified can't be accessed: No such file or directory
Adding system user `uuidd' (UID 101) ...
Adding new user `uuidd' (UID 101) with group `uuidd' ...
Not creating home directory `/run/uuidd'.
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
Removing intermediate container 7267e8b119cd
 ---> 5fdc421afed7
Step 4/18 : WORKDIR /go/src/github.com/docker/cli
 ---> Running in b898c7b5a2a9
Removing intermediate container b898c7b5a2a9
 ---> eed561e5be2b
Step 5/18 : RUN git clone https://github.com/docker/cli . && git checkout a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb
 ---> Running in 459898c19295
Cloning into '.'...
Note: checking out 'a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b <new-branch-name>

HEAD is now at a1b83ffd Merge pull request #1894 from thaJeztah/19.03_backport_reduce_vendoring_impact
Removing intermediate container 459898c19295
 ---> fe892aea8a0e
Step 6/18 : ARG GOPROXY
 ---> Running in 9c77243345a1
Removing intermediate container 9c77243345a1
 ---> 5a642b381d9b
Step 7/18 : RUN make binary-osx binary-windows binary &&  cp build/docker-linux-amd64 /usr/bin/docker
 ---> Running in 4d5c86bed7d8
./scripts/build/osx
Building build/docker-darwin-amd64
PASS e2e/linux.TestRenderFormatters (15.16s)
PASS e2e/linux.TestInit (0.14s)
PASS e2e/linux.TestDetectApp (5.34s)
∅  cmd/cnab-run
∅  cmd/docker-app
∅  cmd/docker-app-standalone
✓  internal (2ms)
✓  internal/commands/build (20ms)
✓  internal/commands (646ms)
✓  internal/commands/image (10ms)
✓  internal/formatter (9ms)
✓  internal/compose (5ms)
∅  internal/formatter/driver
∅  internal/formatter/json
∅  internal/formatter/yaml
✓  internal/inspect (44ms)
∅  internal/log
✓  internal/slices (5ms)
✓  internal/store (25ms)
✓  internal/packager (35ms)
✓  internal/yaml (7ms)
✓  loader (9ms)
✓  render (45ms)
✓  specification (11ms)
PASS e2e/linux.TestDockerAppLifecycle/withBindMounts (21.69s)
PASS e2e/linux.TestDockerAppLifecycle/withoutBindMounts (21.29s)
PASS e2e/linux.TestDockerAppLifecycle (42.98s)
✓  types (28ms)
✓  types/metadata (7ms)
✓  types/parameters (4ms)

DONE 219 tests in 102.837s
CGO_ENABLED=0 go test -tags=""" testrunmain" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=6f4dbeb4 -X github.com/docker/app/internal.Version=jenkins-app-PR-655-34-coverage -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-04T12:41:30Z" -coverpkg="./..." -c -o _build/docker-app.cov ./cmd/docker-app
PASS e2e/linux.TestCredentials/missing (0.07s)
PASS e2e/linux.TestCredentials/full (1.45s)
PASS e2e/linux.TestCredentials/mixed-credstore (1.48s)
PASS e2e/linux.TestCredentials/mixed-local-cred (1.49s)
PASS e2e/linux.TestCredentials/overload (0.06s)
PASS e2e/linux.TestCredentials (4.56s)
PASS e2e/linux.TestRenderWithEnvFile (1.88s)
PASS e2e/linux.TestExamplesAreValid (0.13s)
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=6f4dbeb4 -X github.com/docker/app/internal.Version=jenkins-app-PR-655-34-coverage -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-04T12:41:30Z" -v ./e2e
PASS e2e/linux.TestImageList (13.92s)
PASS e2e/linux.TestImageRm (14.01s)
./scripts/build/windows
Generating windows resources
Building build/docker-windows-amd64
PASS e2e/linux.TestImageTag (19.22s)
PASS e2e/linux.TestInvokePluginFromCLI (0.19s)
PASS e2e/linux.TestPushArchs/default (3.35s)
PASS e2e/linux.TestPushArchs/all-platforms (1.11s)
PASS e2e/linux.TestPushArchs (16.40s)
PASS e2e/linux.TestPushInsecureRegistry (18.95s)
PASS e2e/linux.TestPushInstall (17.47s)
WARNING: binary creates a Linux executable. Use cross for macOS or Windows.
./scripts/build/binary
Building statically linked build/docker-linux-amd64
PASS e2e/linux.TestPushPullInstall (17.88s)
=== RUN   TestPushInstallBundle
--- FAIL: TestPushInstallBundle (12.05s)
    pushpull_test.go:198: assertion failed: 
        Command:  /home/ubuntu/workspace/app_PR-655/src/github.com/docker/app/docker-linux app build -o /tmp/TestPushInstallBundle-793376959/bundle.json testdata/push-pull/push-pull.dockerapp a-simple-app
        ExitCode: 125
        Error:    exit status 125
        Stdout:   
        Stderr:   unknown shorthand flag: 'o' in -o
        See 'docker app build --help'.
        
        
        Failures:
        ExitCode was 125 expected 0
        Expected no error
FAIL e2e/linux.TestPushInstallBundle (12.05s)
FAIL e2e/linux

=== Failed
=== FAIL: e2e/linux TestPushInstallBundle (12.05s)
    pushpull_test.go:198: assertion failed: 
        Command:  /home/ubuntu/workspace/app_PR-655/src/github.com/docker/app/docker-linux app build -o /tmp/TestPushInstallBundle-793376959/bundle.json testdata/push-pull/push-pull.dockerapp a-simple-app
        ExitCode: 125
        Error:    exit status 125
        Stdout:   
        Stderr:   unknown shorthand flag: 'o' in -o
        See 'docker app build --help'.
        
        
        Failures:
        ExitCode was 125 expected 0
        Expected no error


DONE 36 tests, 1 failure in 231.754s
time="2019-10-04T12:45:25Z" 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-655/34/artifacts/
[Pipeline] junit
Recording test results
[Pipeline] sh
+ docker rmi docker/cnab-app-base:jenkins-app-PR-655-34
Untagged: docker/cnab-app-base:jenkins-app-PR-655-34
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch Test Linux
Removing intermediate container 4d5c86bed7d8
 ---> b588a4375d85
Step 8/18 : WORKDIR /go/src/github.com/docker/app/
 ---> Running in 214515c71304
Removing intermediate container 214515c71304
 ---> be8d677d1b5c
Step 9/18 : FROM build AS dev
 ---> be8d677d1b5c
Step 10/18 : ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/
 ---> Running in 48c6e6c4531a
Removing intermediate container 48c6e6c4531a
 ---> 8c552a4c55c0
Step 11/18 : ARG DEP_VERSION=v0.5.4
 ---> Running in 8b714ee9b888
Removing intermediate container 8b714ee9b888
 ---> 1e887dc96b96
Step 12/18 : RUN curl -o /usr/bin/dep -L https://github.com/golang/dep/releases/download/${DEP_VERSION}/dep-linux-amd64 &&     chmod +x /usr/bin/dep
 ---> Running in 798c98c8d153
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   605    0   605    0     0   4726      0 --:--:-- --:--:-- --:--:--  4726

100 10.5M  100 10.5M    0     0  42.7M      0 --:--:-- --:--:-- --:--:-- 42.7M
Removing intermediate container 798c98c8d153
 ---> f2b5fc59f700
Step 13/18 : ARG GOTESTSUM_VERSION=v0.3.4
 ---> Running in 8abe173ec1d5
Removing intermediate container 8abe173ec1d5
 ---> 9f68adfe210c
Step 14/18 : ARG GOPROXY
 ---> Running in b4acee81b08e
Removing intermediate container b4acee81b08e
 ---> f142f0d45a3d
Step 15/18 : RUN mkdir $GOPATH/src/gotest.tools &&     git clone -q https://github.com/gotestyourself/gotestsum $GOPATH/src/gotest.tools/gotestsum &&     cd $GOPATH/src/gotest.tools/gotestsum &&     git -C $GOPATH/src/gotest.tools/gotestsum checkout -q $GOTESTSUM_VERSION &&     GO111MODULE=on GOOS=linux   go build -o /usr/local/bin/gotestsum-linux       gotest.tools/gotestsum &&     GO111MODULE=on GOOS=darwin  go build -o /usr/local/bin/gotestsum-darwin      gotest.tools/gotestsum &&     GO111MODULE=on GOOS=windows go build -o /usr/local/bin/gotestsum-windows.exe gotest.tools/gotestsum &&     ln -s gotestsum-linux /usr/local/bin/gotestsum
 ---> Running in 8692e07f6d34
go: finding github.com/onsi/ginkgo v1.8.0
go: finding github.com/spf13/pflag v1.0.1
go: finding github.com/sirupsen/logrus v1.0.5
go: finding github.com/google/go-cmp v0.2.0
go: finding github.com/pkg/errors v0.8.0
go: finding github.com/mattn/go-colorable v0.0.9
go: finding github.com/fatih/color v1.6.0
go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2
go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
go: finding gotest.tools v2.1.0+incompatible
go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
go: finding github.com/onsi/gomega v1.4.3
go: finding github.com/stretchr/testify v1.3.0
go: finding github.com/mattn/go-isatty v0.0.3
go: finding github.com/jonboulle/clockwork v0.1.0
go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9
go: finding github.com/fsnotify/fsnotify v1.4.7
go: finding github.com/stretchr/objx v0.1.0
go: finding golang.org/x/text v0.3.0
go: finding gopkg.in/fsnotify.v1 v1.4.7
go: finding gopkg.in/yaml.v2 v2.2.1
go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
go: finding github.com/pmezard/go-difflib v1.0.0
go: finding github.com/hpcloud/tail v1.0.0
go: finding github.com/onsi/ginkgo v1.6.0
go: finding github.com/davecgh/go-spew v1.1.0
go: finding github.com/golang/protobuf v1.2.0
go: finding golang.org/x/net v0.0.0-20180906233101-161cd47e91fd
go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
go: downloading gotest.tools v2.1.0+incompatible
go: extracting gotest.tools v2.1.0+incompatible
go: downloading github.com/fatih/color v1.6.0
go: downloading github.com/spf13/pflag v1.0.1
go: downloading github.com/pkg/errors v0.8.0
go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
go: downloading github.com/jonboulle/clockwork v0.1.0
go: downloading github.com/sirupsen/logrus v1.0.5
go: extracting github.com/jonboulle/clockwork v0.1.0
go: extracting github.com/pkg/errors v0.8.0
go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
go: extracting github.com/sirupsen/logrus v1.0.5
go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
go: extracting github.com/spf13/pflag v1.0.1
go: extracting github.com/fatih/color v1.6.0
go: downloading github.com/mattn/go-isatty v0.0.3
go: downloading github.com/mattn/go-colorable v0.0.9
go: extracting github.com/mattn/go-isatty v0.0.3
go: extracting github.com/mattn/go-colorable v0.0.9
go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
Removing intermediate container 8692e07f6d34
 ---> 782337f19ee8
Step 16/18 : RUN GOOS=linux   go build -o /usr/local/bin/test2json-linux       cmd/test2json &&     GOOS=darwin  go build -o /usr/local/bin/test2json-darwin      cmd/test2json &&     GOOS=windows go build -o /usr/local/bin/test2json-windows.exe cmd/test2json
 ---> Running in 3ca9e8932797
Removing intermediate container 3ca9e8932797
 ---> 45a6806f0e70
Step 17/18 : RUN go get -d gopkg.in/mjibson/esc.v0 &&     cd /go/src/github.com/mjibson/esc &&     go build -v -o /usr/bin/esc . &&     rm -rf /go/src/* /go/pkg/* /go/bin/*
 ---> Running in ea7428f126a3
golang.org/x/tools/internal/semver
github.com/pkg/errors
golang.org/x/tools/go/ast/astutil
golang.org/x/tools/go/internal/gcimporter
golang.org/x/tools/go/internal/packagesdriver
golang.org/x/tools/internal/fastwalk
golang.org/x/tools/internal/gopathwalk
golang.org/x/tools/internal/module
golang.org/x/tools/go/gcexportdata
golang.org/x/tools/go/packages
golang.org/x/tools/internal/imports
golang.org/x/tools/imports
github.com/mjibson/esc/embed
github.com/mjibson/esc
Removing intermediate container ea7428f126a3
 ---> de88995de7d8
Step 18/18 : COPY . .
 ---> 623a67902436
[Warning] One or more build-args [ALPINE_VERSION COMMIT EXPERIMENTAL TAG] were not consumed
Successfully built 623a67902436
Successfully tagged docker-app-dev:jenkins-app-PR-655-34
docker run -v /var/run:/var/run:ro --name docker-app-cov-jenkins-app-PR-655-34-coverage-experimental --network="host" -t docker-app-dev:jenkins-app-PR-655-34 make COMMIT=6f4dbeb4 TAG=jenkins-app-PR-655-34-coverage-experimental EXPERIMENTAL=on TEST_RESULTS_PREFIX=experimental- coverage
Running unit tests (coverage)...
CGO_ENABLED=0 gotestsum --junitfile _build/test-results/experimental-unit-coverage.xml -- -tags="experimental" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=6f4dbeb4 -X github.com/docker/app/internal.Version=jenkins-app-PR-655-34-coverage-experimental -X github.com/docker/app/internal.Experimental=on -X github.com/docker/app/internal.BuildTime=2019-10-04T12:46:54Z" -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/cmd/docker-app-standalone github.com/docker/app/internal 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
∅  .
✖  e2e (3m49.795s)

=== Failed
=== FAIL: e2e TestPushInstallBundle (12.24s)
    pushpull_test.go:198: assertion failed: 
        Command:  docker app build -o /tmp/TestPushInstallBundle-118009541/bundle.json testdata/push-pull/push-pull.dockerapp a-simple-app
        ExitCode: 125
        Error:    exit status 125
        Stdout:   
        Stderr:   unknown shorthand flag: 'o' in -o
        See 'docker app build --help'.
        
        
        Failures:
        ExitCode was 125 expected 0
        Expected no error


DONE 36 tests, 1 failure in 231.381s
make: *** [Makefile:112: coverage-test-e2e] Error 1
docker.Makefile:106: recipe for target 'coverage-run' failed
make: *** [coverage-run] Error 2
+ true
[Pipeline] sh
+ make -f docker.Makefile TAG=jenkins-app-PR-655-34-coverage coverage-results
docker cp docker-app-cov-jenkins-app-PR-655-34-coverage:/go/src/github.com/docker/app/_build/cov/ ./_build/ci-cov
docker cp docker-app-cov-jenkins-app-PR-655-34-coverage:/go/src/github.com/docker/app/_build/test-results/ ./_build/test-results
docker rm docker-app-cov-jenkins-app-PR-655-34-coverage
docker-app-cov-jenkins-app-PR-655-34-coverage
[Pipeline] }
[Pipeline] // ansiColor
[Pipeline] step
Archiving artifacts
‘_build/ci-cov/all.out’ doesn’t match anything: ‘_build’ exists but not ‘_build/ci-cov/all.out’
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-655/src/github.com/docker/app/_build/test-results
[Pipeline] {
[Pipeline] sh
+ [ ! -e unit-coverage.xml ]
+ sed -i -E -e s,"github.com/docker/app","unit/basic",g; s,"github.com/docker/app/([^"]*)","unit/basic/\1",g unit-coverage.xml
[Pipeline] sh
+ [ ! -e e2e-coverage.xml ]
+ sed -i -E -e s,"github.com/docker/app/e2e","e2e/basic",g e2e-coverage.xml
[Pipeline] archiveArtifacts
Archiving artifacts
Uploaded 2 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-655/34/artifacts/
[Pipeline] junit
Recording test results
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ docker rmi docker/cnab-app-base:jenkins-app-PR-655-34-coverage
Untagged: docker/cnab-app-base:jenkins-app-PR-655-34-coverage
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch Coverage
∅  cmd/cnab-run
∅  cmd/docker-app
∅  cmd/docker-app-standalone
✓  internal (3ms)
✓  internal/commands/build (17ms)
✓  internal/commands/image (8ms)
✓  internal/commands (548ms)
✓  internal/formatter (3ms)
✓  internal/compose (5ms)
∅  internal/formatter/driver
∅  internal/formatter/json
∅  internal/formatter/yaml
✓  internal/inspect (82ms)
∅  internal/log
✓  internal/slices (3ms)
✓  internal/packager (32ms)
✓  internal/store (27ms)
✓  internal/yaml (24ms)
✓  loader (10ms)
✓  render (54ms)
✓  specification (8ms)
✓  types (18ms)
✓  types/metadata (14ms)
✓  types/parameters (4ms)

DONE 219 tests in 102.685s
CGO_ENABLED=0 go test -tags=""experimental" testrunmain" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=6f4dbeb4 -X github.com/docker/app/internal.Version=jenkins-app-PR-655-34-coverage-experimental -X github.com/docker/app/internal.Experimental=on -X github.com/docker/app/internal.BuildTime=2019-10-04T12:46:54Z" -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/experimental-e2e-coverage.xml -- -tags="experimental" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=6f4dbeb4 -X github.com/docker/app/internal.Version=jenkins-app-PR-655-34-coverage-experimental -X github.com/docker/app/internal.Experimental=on -X github.com/docker/app/internal.BuildTime=2019-10-04T12:46:54Z" -v ./e2e
✖  e2e (4m9.29s)

=== Failed
=== FAIL: e2e TestPushInstallBundle (12.10s)
    pushpull_test.go:198: assertion failed: 
        Command:  docker app build -o /tmp/TestPushInstallBundle-391903226/bundle.json testdata/push-pull/push-pull.dockerapp a-simple-app
        ExitCode: 125
        Error:    exit status 125
        Stdout:   
        Stderr:   unknown shorthand flag: 'o' in -o
        See 'docker app build --help'.
        
        
        Failures:
        ExitCode was 125 expected 0
        Expected no error


DONE 36 tests, 1 failure in 250.894s
make: *** [Makefile:112: coverage-test-e2e] Error 1
docker.Makefile:106: recipe for target 'coverage-run' failed
make: *** [coverage-run] Error 2
+ true
[Pipeline] sh
+ make EXPERIMENTAL=on TEST_RESULTS_PREFIX=experimental- -f docker.Makefile TAG=jenkins-app-PR-655-34-coverage-experimental coverage-results
docker cp docker-app-cov-jenkins-app-PR-655-34-coverage-experimental:/go/src/github.com/docker/app/_build/cov/ ./_build/ci-cov
docker cp docker-app-cov-jenkins-app-PR-655-34-coverage-experimental:/go/src/github.com/docker/app/_build/test-results/ ./_build/test-results
docker rm docker-app-cov-jenkins-app-PR-655-34-coverage-experimental
docker-app-cov-jenkins-app-PR-655-34-coverage-experimental
[Pipeline] }
[Pipeline] // ansiColor
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-655/src/github.com/docker/app/_build/test-results
[Pipeline] {
[Pipeline] sh
+ [ ! -e experimental-unit-coverage.xml ]
+ sed -i -E -e s,"github.com/docker/app","unit/experimental",g; s,"github.com/docker/app/([^"]*)","unit/experimental/\1",g experimental-unit-coverage.xml
[Pipeline] sh
+ [ ! -e experimental-e2e-coverage.xml ]
+ sed -i -E -e s,"github.com/docker/app/e2e","e2e/experimental",g experimental-e2e-coverage.xml
[Pipeline] archiveArtifacts
Archiving artifacts
Uploaded 2 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-655/34/artifacts/
[Pipeline] junit
Recording test results
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ docker rmi docker/cnab-app-base:jenkins-app-PR-655-34-coverage-experimental
Untagged: docker/cnab-app-base:jenkins-app-PR-655-34-coverage-experimental
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[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