Skip to content
Failed

Console Output

Pull request #651 updated
09:42:38 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from e1f8b4d0448d0b028517bfc074c20b01495acf4f
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 ead69454b4062f17d1f8389642089a002b037213
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 ead69454b4062f17d1f8389642089a002b037213 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ead69454b4062f17d1f8389642089a002b037213
Commit message: "Merge pull request #10 from russellcardullo/sonar-scan"
 > git rev-list --no-walk ead69454b4062f17d1f8389642089a002b037213 # 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-0a7fb15a2562dedfb) in /home/ubuntu/workspace/app_PR-651
Running on ubuntu-1804-overlay2 (i-01a7da47d89e3a736) in /home/ubuntu/workspace/app_PR-651
[Pipeline] {
[Pipeline] {
Running on ubuntu-1804-overlay2 (i-0d5cd7bdbb83f757f) in /home/ubuntu/workspace/app_PR-651
[Pipeline] {
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-651/src/github.com/docker/app
[Pipeline] {
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-651/src/github.com/docker/app
[Pipeline] {
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-651/src/github.com/docker/app
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] checkout
using credential docker-jenkins-github-credentials
[Pipeline] checkout
Fetching changes from the remote Git repository
[Pipeline] checkout
using credential docker-jenkins-github-credentials
Fetching without tags
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
using credential docker-jenkins-github-credentials
Fetching changes from the remote Git repository
Fetching without tags
Checking out Revision e1f8b4d0448d0b028517bfc074c20b01495acf4f (PR-651)
Checking out Revision e1f8b4d0448d0b028517bfc074c20b01495acf4f (PR-651)
Commit message: "# This is a combination of 3 commits. # This is the 1st commit message:"
Commit message: "# This is a combination of 3 commits. # This is the 1st commit message:"
 > git rev-parse --is-inside-work-tree # timeout=10
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
Fetching upstream changes from https://github.com/docker/app.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress https://github.com/docker/app.git +refs/pull/651/head:refs/remotes/origin/PR-651
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e1f8b4d0448d0b028517bfc074c20b01495acf4f
 > git rev-list --no-walk 4e48f0f5fefad52b5459eabd2fff9097976b57be # timeout=10
Cloning repository https://github.com/docker/app.git
 > git init /home/ubuntu/workspace/app_PR-651/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/651/head:refs/remotes/origin/PR-651
 > git rev-parse --is-inside-work-tree # timeout=10
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
Fetching upstream changes from https://github.com/docker/app.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress https://github.com/docker/app.git +refs/pull/651/head:refs/remotes/origin/PR-651
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e1f8b4d0448d0b028517bfc074c20b01495acf4f
[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-651-6  .
+ make -f docker.Makefile lint
Linting...
docker build -t docker-app-lint:jenkins-app-PR-651-6 -f Dockerfile.lint .
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/651/head:refs/remotes/origin/PR-651 # timeout=10
Fetching without tags
Checking out Revision e1f8b4d0448d0b028517bfc074c20b01495acf4f (PR-651)
Sending build context to Docker daemon  72.94MB

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  72.94MB

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
 ---> 86f81e64beb0
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
 ---> 0919e9c51e63
Step 6/8 : WORKDIR /go/src/github.com/docker/app
 ---> Using cache
 ---> ae7add1fb336
Step 7/8 : ENV CGO_ENABLED=0
 ---> Using cache
 ---> a36712dbdc45
Step 8/8 : COPY . .
Commit message: "# This is a combination of 3 commits. # This is the 1st commit message:"
 ---> Running in 66b45d76378e
Removing intermediate container 66b45d76378e
 ---> 30fc7ede5415
Step 3/8 : RUN apt-get install -y -q --no-install-recommends     coreutils     util-linux     uuid-runtime
 ---> Running in 551c4276dd9f
 > 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/651/head:refs/remotes/origin/PR-651
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e1f8b4d0448d0b028517bfc074c20b01495acf4f
[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-651-6 .
Reading package lists...
Building dependency tree...Sending build context to Docker daemon  72.93MB

Step 1/14 : ARG ALPINE_VERSION=3.10.1
Step 2/14 : FROM golang:1.13.0 AS build
 ---> c4d6fdf2260a
Step 3/14 : RUN apt-get update -qq && apt-get install -y -q --no-install-recommends     coreutils     util-linux     uuid-runtime
 ---> Using cache
 ---> 3028eb7e3e38
Step 4/14 : WORKDIR /go/src/github.com/docker/app/
 ---> Using cache
 ---> 80596375c30d
Step 5/14 : COPY . .

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 (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 ... 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.
 ---> ef8bf7cc7644
Successfully built ef8bf7cc7644
Successfully tagged docker-app-lint:jenkins-app-PR-651-6
docker run --rm docker-app-lint:jenkins-app-PR-651-6 make lint
Removing intermediate container 551c4276dd9f
 ---> bd9cfbb853c0
Step 4/8 : WORKDIR /go/src/github.com/docker/cli
 ---> Running in 67f4308a10ce
Removing intermediate container 67f4308a10ce
 ---> 60925f1bc423
Step 5/8 : RUN git clone https://github.com/docker/cli . && git checkout a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb
 ---> Running in c6fabcfc2fbc
Linting...
Cloning into '.'...
 ---> b68f4a0fbb8d
Step 6/14 : ARG EXPERIMENTAL="off"
 ---> Running in 32b6b87aaa5c
Removing intermediate container 32b6b87aaa5c
 ---> e5a53caf76db
Step 7/14 : ARG TAG="unknown"
 ---> Running in 671d40f3614e
Removing intermediate container 671d40f3614e
 ---> 7448739088bc
Step 8/14 : RUN make EXPERIMENTAL=${EXPERIMENTAL} BUILD_TAG=${BUILD_TAG} TAG=${TAG} bin/cnab-run
 ---> Running in 5256c43c0f19
CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=e1f8b4d0 -X github.com/docker/app/internal.Version=jenkins-app-PR-651-6 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-01T09:42:49Z" -o bin/cnab-run ./cmd/cnab-run
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 c6fabcfc2fbc
 ---> 1511552c2a0c
Step 6/8 : ARG GOPROXY
 ---> Running in f3b107a03d66
Removing intermediate container f3b107a03d66
 ---> 6e9e7501be3b
Step 7/8 : RUN make binary-osx binary-windows binary &&  cp build/docker-linux-amd64 /usr/bin/docker
 ---> Running in e610c3176d7b
./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-651-6 .
Sending build context to Docker daemon  72.94MB

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
 ---> 41b2c3693238
Step 3/18 : RUN apt-get install -y -q --no-install-recommends     coreutils     util-linux     uuid-runtime
 ---> Using cache
 ---> 19ead8d78734
Step 4/18 : WORKDIR /go/src/github.com/docker/cli
 ---> Using cache
 ---> 4f90d185607e
Step 5/18 : RUN git clone https://github.com/docker/cli . && git checkout a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb
 ---> Using cache
 ---> 7d97fa217dad
Step 6/18 : ARG GOPROXY
 ---> Using cache
 ---> d95171b7f6b2
Step 7/18 : RUN make binary-osx binary-windows binary &&  cp build/docker-linux-amd64 /usr/bin/docker
 ---> Using cache
 ---> 6694ada79ff5
Step 8/18 : WORKDIR /go/src/github.com/docker/app/
 ---> Using cache
 ---> 5e513fb81259
Step 9/18 : FROM build AS dev
 ---> 5e513fb81259
Step 10/18 : ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/
 ---> Using cache
 ---> 1100b763fec2
Step 11/18 : ARG DEP_VERSION=v0.5.1
 ---> Using cache
 ---> 93a052b00653
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
 ---> 4bbba342bfe9
Step 13/18 : ARG GOTESTSUM_VERSION=v0.3.4
 ---> Using cache
 ---> 4c57b30c6c73
Step 14/18 : ARG GOPROXY
 ---> Using cache
 ---> 2468b4ea46bf
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
 ---> 48a7b728b311
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
 ---> 3dd1acd588ad
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
 ---> b1496866cba2
Step 18/18 : COPY . .
 ---> e3a2abd9d8b2
[Warning] One or more build-args [TAG ALPINE_VERSION COMMIT EXPERIMENTAL] were not consumed
Successfully built e3a2abd9d8b2
Successfully tagged docker-app-dev:jenkins-app-PR-651-6
Check Vendoring...
docker run --rm docker-app-dev:jenkins-app-PR-651-6 sh -c "make vendor && hack/check-git-diff vendor"
rm -rf vendor 1>&1
dep ensure -v 
(1/95) Wrote github.com/Masterminds/semver@v1.4.2
(2/95) Wrote github.com/Microsoft/go-winio@v0.4.12
(3/95) Wrote github.com/containerd/typeurl@master
(4/95) Wrote vbom.ml/util@master
(5/95) Wrote github.com/containerd/fifo@master
(6/95) Wrote github.com/coreos/go-systemd@v20
(7/95) Wrote github.com/agl/ed25519@master
(8/95) Wrote github.com/deislabs/cnab-go@v0.3.2-beta1
(9/95) Wrote github.com/beorn7/perks@master
(10/95) Wrote github.com/containerd/cgroups@master
(11/95) Wrote github.com/docker/cnab-to-oci@v0.1.0-beta2
(12/95) Wrote github.com/containerd/ttrpc@master
(13/95) Wrote github.com/davecgh/go-spew@v1.1.1
(14/95) Wrote github.com/containerd/continuity@master
(15/95) Wrote github.com/docker/docker-credential-helpers@v0.6.1
(16/95) Wrote github.com/docker/go@v1.5.1-1
(17/95) Wrote github.com/docker/go-events@master
(18/95) Wrote github.com/docker/go-metrics@d466d4f6fd960e01820085bd7e1a24426ee7ef18
(19/95) Wrote github.com/docker/go-connections@v0.4.0
(20/95) Wrote github.com/docker/go-units@v0.3.3
(21/95) Wrote github.com/docker/compose-on-kubernetes@v0.4.21
(22/95) Wrote github.com/godbus/dbus@v5.0.1
(23/95) Wrote github.com/gogo/googleapis@v1.2.0
(24/95) Wrote github.com/Microsoft/hcsshim@v0.8.6
(25/95) Wrote github.com/google/go-cmp@v0.2.0
(26/95) Wrote github.com/google/gofuzz@v1.0.0
(27/95) Wrote github.com/google/shlex@master
(28/95) Wrote github.com/gorilla/mux@v1.7.1
(29/95) Wrote github.com/hashicorp/go-version@v1.1.0
(30/95) Wrote github.com/hashicorp/golang-lru@v0.5.1
(31/95) Wrote github.com/imdario/mergo@master
(32/95) Wrote github.com/inconshreveable/mousetrap@v1.0
(33/95) Wrote github.com/globalsign/mgo@master
(34/95) Wrote github.com/mattn/go-shellwords@v1.0.5
(35/95) Wrote github.com/konsorten/go-windows-terminal-sequences@v1.0.2
(36/95) Wrote github.com/json-iterator/go@v1.1.6
(37/95) Wrote github.com/matttproud/golang_protobuf_extensions@v1.0.1
(38/95) Wrote github.com/googleapis/gnostic@v0.2.0
(39/95) Wrote github.com/docker/distribution@0d3efadf0154c2b8a4e7b6621fff9809655cc580
(40/95) Wrote github.com/miekg/pkcs11@master
(41/95) Wrote github.com/mitchellh/mapstructure@v1.1.2
(42/95) Wrote github.com/modern-go/concurrent@1.0.3
(43/95) Wrote github.com/modern-go/reflect2@1.0.1
(44/95) Wrote github.com/morikuni/aec@master
(45/95) Wrote github.com/oklog/ulid@v1.3.1
(46/95) Wrote github.com/opencontainers/go-digest@v1.0.0-rc1
(47/95) Wrote github.com/pkg/errors@v0.8.1
(48/95) Wrote github.com/opencontainers/image-spec@v1.0.1
(49/95) Wrote github.com/golang/protobuf@v1.3.1
(50/95) Wrote github.com/opencontainers/runtime-spec@29686dbc5559d93fb1ef402eeda3e35c38d75af4
(51/95) Wrote github.com/prometheus/client_model@master
(52/95) Wrote github.com/prometheus/client_golang@v0.8.0
(53/95) Wrote github.com/qri-io/jsonpointer@v0.1.0
(54/95) Wrote github.com/prometheus/procfs@master
(55/95) Wrote github.com/prometheus/common@v0.2.0
(56/95) Wrote github.com/qri-io/jsonschema@v0.1.1
(57/95) Wrote github.com/spf13/cobra@v0.0.5
(58/95) Wrote github.com/sirupsen/logrus@v1.4.1
(59/95) Wrote github.com/syndtr/gocapability@master
(60/95) Wrote github.com/spf13/pflag@master
(61/95) Wrote github.com/wadey/gocovmerge@master
(62/95) Wrote github.com/xeipuuv/gojsonpointer@master
(63/95) Wrote github.com/xeipuuv/gojsonreference@master
(64/95) Wrote github.com/opencontainers/runc@v1.0.0-rc7
(65/95) Wrote github.com/xeipuuv/gojsonschema@93e72a773fade158921402d6a24c819b48aba29d
(66/95) Wrote github.com/docker/cli@83751b978155dc889c35e0e49654f76e7cf8d951
(67/95) Wrote golang.org/x/sync@master
(68/95) Wrote golang.org/x/oauth2@master
(69/95) Wrote github.com/docker/swarmkit@18e7e58ea1a5ec016625a636d0d52500eea123bc
(70/95) Wrote golang.org/x/crypto@master
(71/95) Wrote golang.org/x/time@master
(72/95) Wrote github.com/containerd/containerd@master
Removing intermediate container 5256c43c0f19
 ---> 7293ef0f17d4
Step 9/14 : FROM alpine:${ALPINE_VERSION} as invocation
 ---> b7b28af77ffe
Step 10/14 : RUN apk add --no-cache ca-certificates && adduser -S cnab
 ---> Running in 79e4a4a38f09
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 79e4a4a38f09
 ---> 38264e721c23
Step 11/14 : USER cnab
 ---> Running in 86953f6824a5
Removing intermediate container 86953f6824a5
 ---> 3660669f906c
Step 12/14 : COPY --from=build /go/src/github.com/docker/app/bin/cnab-run /cnab/app/run
 ---> d5d5a04a5651
Step 13/14 : WORKDIR /cnab/app
 ---> Running in 85a24fe6fdb8
Removing intermediate container 85a24fe6fdb8
 ---> dbd883512c33
Step 14/14 : CMD /cnab/app/run
 ---> Running in e4e2c9774f67
Removing intermediate container e4e2c9774f67
 ---> 98f909f9d4c5
[Warning] One or more build-args [GOPROXY COMMIT] were not consumed
Successfully built 98f909f9d4c5
Successfully tagged docker/cnab-app-base:jenkins-app-PR-651-6
docker save docker/cnab-app-base:jenkins-app-PR-651-6 -o _build/invocation-image.tar
[Pipeline] sh
+ make -f docker.Makefile INVOCATION_IMAGE_TAG=jenkins-app-PR-651-6-coverage OUTPUT=coverage-invocation-image.tar save-invocation-image-tag
docker tag docker/cnab-app-base:jenkins-app-PR-651-6 docker/cnab-app-base:jenkins-app-PR-651-6-coverage
docker save docker/cnab-app-base:jenkins-app-PR-651-6-coverage -o _build/coverage-invocation-image.tar
(73/95) Wrote golang.org/x/net@master
(74/95) Wrote github.com/coreos/etcd@v3.3.12
[Pipeline] sh
+ make -f docker.Makefile INVOCATION_IMAGE_TAG=jenkins-app-PR-651-6-coverage-experimental OUTPUT=coverage-experimental-invocation-image.tar save-invocation-image-tag
docker tag docker/cnab-app-base:jenkins-app-PR-651-6 docker/cnab-app-base:jenkins-app-PR-651-6-coverage-experimental
docker save docker/cnab-app-base:jenkins-app-PR-651-6-coverage-experimental -o _build/coverage-experimental-invocation-image.tar
(75/95) Wrote google.golang.org/appengine@v1.5.0
(76/95) Wrote gopkg.in/inf.v0@v0.9.1
[Pipeline] }
[Pipeline] // ansiColor
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-651/src/github.com/docker/app/_build
[Pipeline] {
[Pipeline] stash
(77/95) Wrote gotest.tools@v2.3.0
(78/95) Wrote gopkg.in/yaml.v2 (from https://github.com/simonferquel/yaml)@c86e64ed9581b7588e736f0c3e6ecc02cc22996e
(79/95) Wrote k8s.io/klog@v0.2.0
Stashed 1 file(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-651/6/stashes/invocation-image.tgz
[Pipeline] stash
(80/95) Wrote k8s.io/utils@master
(81/95) Wrote github.com/Azure/go-ansiterm@master
(82/95) Wrote sigs.k8s.io/yaml@v1.1.0
(83/95) Wrote k8s.io/apimachinery@kubernetes-1.14.1
(84/95) Wrote google.golang.org/grpc@v1.19.1
(85/95) Wrote golang.org/x/sys@master
Stashed 1 file(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-651/6/stashes/coverage-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-651/6/stashes/coverage-experimental-invocation-image.tgz
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-651/src/github.com/docker/app
[Pipeline] {
[Pipeline] sh
+ docker rmi docker/cnab-app-base:jenkins-app-PR-651-6
Untagged: docker/cnab-app-base:jenkins-app-PR-651-6
[Pipeline] sh
(86/95) Wrote github.com/theupdateframework/notary@v0.6.1
(87/95) Wrote golang.org/x/text@v0.3.0
+ docker rmi docker/cnab-app-base:jenkins-app-PR-651-6-coverage
Untagged: docker/cnab-app-base:jenkins-app-PR-651-6-coverage
[Pipeline] sh
+ docker rmi docker/cnab-app-base:jenkins-app-PR-651-6-coverage-experimental
Untagged: docker/cnab-app-base:jenkins-app-PR-651-6-coverage-experimental
Deleted: sha256:98f909f9d4c537d94c4dc909f37988ffa44bc672fad52aeccb947630e24e68f2
Deleted: sha256:dbd883512c3313db7394289af642fc3b5812a29c7524e14ab8e7cb147d263fde
Deleted: sha256:d5d5a04a5651b6c6d374201753d9afa73ce185dc7a771be255eb97a9803e492a
Deleted: sha256:9acf390b9c6d9c7a415078b6d489b2a493c28e02d1312a0ac87b074f76c92a4e
Deleted: sha256:3660669f906c243033c07b20426f8faa931381c2398b6e822deaa3736fade410
Deleted: sha256:38264e721c238a6b27d770b7daf1a8eb4b8ce81ec163c699fe67b821b67527b9
Deleted: sha256:0d83718503cd328cdcc4ed160d6bfb061fc90f84c6c5ff9bb024695d397f9371
[Pipeline] }
[Pipeline] // dir
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
(88/95) Wrote golang.org/x/tools@master
(89/95) Wrote k8s.io/client-go@kubernetes-1.14.1
(90/95) Wrote google.golang.org/genproto@master
(91/95) Wrote cloud.google.com/go@v0.37.4
(92/95) Wrote github.com/gogo/protobuf@v1.2.1
./scripts/build/windows
Generating windows resources
Building build/docker-windows-amd64
(93/95) Wrote k8s.io/api@kubernetes-1.14.1
(94/95) Wrote github.com/docker/docker@master
WARNING: binary creates a Linux executable. Use cross for macOS or Windows.
./scripts/build/binary
Building statically linked build/docker-linux-amd64
(95/95) 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 e610c3176d7b
 ---> 804e271f8f43
Step 8/8 : WORKDIR /go/src/github.com/docker/app/
 ---> Running in aca1c52ae2a1
Removing intermediate container aca1c52ae2a1
 ---> bf0cbfc053dc
[Warning] One or more build-args [EXPERIMENTAL TAG ALPINE_VERSION COMMIT] were not consumed
Successfully built bf0cbfc053dc
Successfully tagged docker-app-cli:jenkins-app-PR-651-6
docker create --name docker-app-cli-jenkins-app-PR-651-6 docker-app-cli:jenkins-app-PR-651-6 noop
73ca892d3f4d2373a5d0f288b33692517f641e37dca355f7d40e2f7babad4de5
docker cp docker-app-cli-jenkins-app-PR-651-6:/go/src/github.com/docker/cli/build/docker-linux-amd64 bin/docker-linux
docker cp docker-app-cli-jenkins-app-PR-651-6:/go/src/github.com/docker/cli/build/docker-darwin-amd64 bin/docker-darwin
docker cp docker-app-cli-jenkins-app-PR-651-6:/go/src/github.com/docker/cli/build/docker-windows-amd64 bin/docker-windows.exe
docker rm docker-app-cli-jenkins-app-PR-651-6
docker-app-cli-jenkins-app-PR-651-6
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-651-6  .
Sending build context to Docker daemon  72.94MB

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
 ---> 30fc7ede5415
Step 3/22 : RUN apt-get install -y -q --no-install-recommends     coreutils     util-linux     uuid-runtime
 ---> Using cache
 ---> bd9cfbb853c0
Step 4/22 : WORKDIR /go/src/github.com/docker/cli
 ---> Using cache
 ---> 60925f1bc423
Step 5/22 : RUN git clone https://github.com/docker/cli . && git checkout a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb
 ---> Using cache
 ---> 1511552c2a0c
Step 6/22 : ARG GOPROXY
 ---> Using cache
 ---> 6e9e7501be3b
Step 7/22 : RUN make binary-osx binary-windows binary &&  cp build/docker-linux-amd64 /usr/bin/docker
 ---> Using cache
 ---> 804e271f8f43
Step 8/22 : WORKDIR /go/src/github.com/docker/app/
 ---> Using cache
 ---> bf0cbfc053dc
Step 9/22 : FROM build AS dev
 ---> bf0cbfc053dc
Step 10/22 : ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/
 ---> Running in c147d828ce9c
Removing intermediate container c147d828ce9c
 ---> cd777d88eda6
Step 11/22 : ARG DEP_VERSION=v0.5.1
 ---> Running in 6e0215310987
Removing intermediate container 6e0215310987
 ---> 54da0cc39bd1
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 5514d75431ee
  % 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   3134      0 --:--:-- --:--:-- --:--:--  3134

100 10.5M  100 10.5M    0     0  31.1M      0 --:--:-- --:--:-- --:--:-- 31.1M
Removing intermediate container 5514d75431ee
 ---> 623dbd3646fd
Step 13/22 : ARG GOTESTSUM_VERSION=v0.3.4
 ---> Running in c5f957340bd0
Removing intermediate container c5f957340bd0
 ---> 5f6fb65ca5e8
Step 14/22 : ARG GOPROXY
 ---> Running in ea8f5ec73fcc
Removing intermediate container ea8f5ec73fcc
 ---> 1a672f67b600
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 ef1ede5fa86c
go: finding github.com/jonboulle/clockwork v0.1.0
go: finding github.com/sirupsen/logrus v1.0.5
go: finding github.com/fatih/color v1.6.0
go: finding github.com/mattn/go-isatty v0.0.3
go: finding github.com/onsi/ginkgo v1.8.0
go: finding github.com/google/go-cmp v0.2.0
go: finding github.com/pkg/errors v0.8.0
go: finding github.com/spf13/pflag v1.0.1
go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2
go: finding github.com/mattn/go-colorable v0.0.9
go: finding gotest.tools v2.1.0+incompatible
go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9
go: finding github.com/stretchr/testify v1.3.0
go: finding github.com/onsi/gomega v1.4.3
go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
go: finding github.com/pmezard/go-difflib v1.0.0
go: finding github.com/stretchr/objx v0.1.0
go: finding github.com/davecgh/go-spew v1.1.0
go: finding golang.org/x/net v0.0.0-20180906233101-161cd47e91fd
go: finding github.com/fsnotify/fsnotify v1.4.7
go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
go: finding golang.org/x/text v0.3.0
go: finding gopkg.in/yaml.v2 v2.2.1
go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
go: finding gopkg.in/fsnotify.v1 v1.4.7
go: finding github.com/onsi/ginkgo v1.6.0
go: finding github.com/golang/protobuf v1.2.0
go: finding github.com/hpcloud/tail v1.0.0
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/pkg/errors v0.8.0
go: downloading github.com/sirupsen/logrus v1.0.5
go: downloading github.com/spf13/pflag v1.0.1
go: downloading github.com/jonboulle/clockwork v0.1.0
go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
go: extracting github.com/pkg/errors v0.8.0
go: extracting github.com/jonboulle/clockwork v0.1.0
go: extracting github.com/spf13/pflag v1.0.1
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/crypto v0.0.0-20180426230345-b49d69b5da94
go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
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 ef1ede5fa86c
 ---> 5d1d4efc3bd4
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 998a02130cc4
Removing intermediate container 998a02130cc4
 ---> 948a8e436698
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 fc51bc7b63d7
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 fc51bc7b63d7
 ---> 87e36cd9e7aa
Step 18/22 : COPY . .
 ---> 2b63978189ba
Step 19/22 : FROM dev AS cross
 ---> 2b63978189ba
Step 20/22 : ARG EXPERIMENTAL="off"
 ---> Running in 2c3d70a545dd
Removing intermediate container 2c3d70a545dd
 ---> f3cd9458d55d
Step 21/22 : ARG TAG="unknown"
 ---> Running in c1aa2a2e6cea
Removing intermediate container c1aa2a2e6cea
 ---> f51060e0d56e
Step 22/22 : RUN make EXPERIMENTAL=${EXPERIMENTAL} TAG=${TAG} cross
 ---> Running in 4d7978e60c35
GOOS=linux CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=e1f8b4d0 -X github.com/docker/app/internal.Version=jenkins-app-PR-651-6 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-01T09:47:26Z" -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=e1f8b4d0 -X github.com/docker/app/internal.Version=jenkins-app-PR-651-6 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-01T09:47:26Z" -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=e1f8b4d0 -X github.com/docker/app/internal.Version=jenkins-app-PR-651-6 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-01T09:47:26Z" -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=e1f8b4d0 -X github.com/docker/app/internal.Version=jenkins-app-PR-651-6 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-01T09:47:26Z" -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=e1f8b4d0 -X github.com/docker/app/internal.Version=jenkins-app-PR-651-6 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-01T09:47:26Z" -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=e1f8b4d0 -X github.com/docker/app/internal.Version=jenkins-app-PR-651-6 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-01T09:47:26Z" -o bin/docker-app-standalone-windows.exe ./cmd/docker-app-standalone
Removing intermediate container 4d7978e60c35
 ---> 56a978c6b0b8
[Warning] One or more build-args [ALPINE_VERSION COMMIT] were not consumed
Successfully built 56a978c6b0b8
Successfully tagged docker-app-cross:jenkins-app-PR-651-6
docker create --name docker-app-cross-jenkins-app-PR-651-6 docker-app-cross:jenkins-app-PR-651-6 noop
3a272440026672cb51040bfb2e119e0ba800e58f664a16c4bf351cd138b107a8
docker cp docker-app-cross-jenkins-app-PR-651-6:/go/src/github.com/docker/app/bin/docker-app-linux bin/docker-app-linux
docker cp docker-app-cross-jenkins-app-PR-651-6:/go/src/github.com/docker/app/bin/docker-app-darwin bin/docker-app-darwin
docker cp docker-app-cross-jenkins-app-PR-651-6:/go/src/github.com/docker/app/bin/docker-app-windows.exe bin/docker-app-windows.exe
docker cp docker-app-cross-jenkins-app-PR-651-6:/go/src/github.com/docker/app/bin/docker-app-standalone-linux bin/docker-app-standalone-linux
docker cp docker-app-cross-jenkins-app-PR-651-6:/go/src/github.com/docker/app/bin/docker-app-standalone-darwin bin/docker-app-standalone-darwin
docker cp docker-app-cross-jenkins-app-PR-651-6:/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-651-6
docker-app-cross-jenkins-app-PR-651-6
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-651-6  .
Sending build context to Docker daemon  72.94MB

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
 ---> 30fc7ede5415
Step 3/26 : RUN apt-get install -y -q --no-install-recommends     coreutils     util-linux     uuid-runtime
 ---> Using cache
 ---> bd9cfbb853c0
Step 4/26 : WORKDIR /go/src/github.com/docker/cli
 ---> Using cache
 ---> 60925f1bc423
Step 5/26 : RUN git clone https://github.com/docker/cli . && git checkout a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb
 ---> Using cache
 ---> 1511552c2a0c
Step 6/26 : ARG GOPROXY
 ---> Using cache
 ---> 6e9e7501be3b
Step 7/26 : RUN make binary-osx binary-windows binary &&  cp build/docker-linux-amd64 /usr/bin/docker
 ---> Using cache
 ---> 804e271f8f43
Step 8/26 : WORKDIR /go/src/github.com/docker/app/
 ---> Using cache
 ---> bf0cbfc053dc
Step 9/26 : FROM build AS dev
 ---> bf0cbfc053dc
Step 10/26 : ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/
 ---> Using cache
 ---> cd777d88eda6
Step 11/26 : ARG DEP_VERSION=v0.5.1
 ---> Using cache
 ---> 54da0cc39bd1
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
 ---> 623dbd3646fd
Step 13/26 : ARG GOTESTSUM_VERSION=v0.3.4
 ---> Using cache
 ---> 5f6fb65ca5e8
Step 14/26 : ARG GOPROXY
 ---> Using cache
 ---> 1a672f67b600
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
 ---> 5d1d4efc3bd4
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
 ---> 948a8e436698
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
 ---> 87e36cd9e7aa
Step 18/26 : COPY . .
 ---> Using cache
 ---> 2b63978189ba
Step 19/26 : FROM dev AS cross
 ---> 2b63978189ba
Step 20/26 : ARG EXPERIMENTAL="off"
 ---> Using cache
 ---> f3cd9458d55d
Step 21/26 : ARG TAG="unknown"
 ---> Using cache
 ---> f51060e0d56e
Step 22/26 : RUN make EXPERIMENTAL=${EXPERIMENTAL} TAG=${TAG} cross
 ---> Using cache
 ---> 56a978c6b0b8
Step 23/26 : FROM cross AS e2e-cross
 ---> 56a978c6b0b8
Step 24/26 : ARG EXPERIMENTAL="off"
 ---> Running in f97f82ed5c6c
Removing intermediate container f97f82ed5c6c
 ---> 2d67a31f30d3
Step 25/26 : ARG TAG="unknown"
 ---> Running in 8e34e05d688b
Removing intermediate container 8e34e05d688b
 ---> af27b2675991
Step 26/26 : RUN make EXPERIMENTAL=${EXPERIMENTAL} TAG=${TAG} e2e-cross
 ---> Running in d46cbef6e8cb
GOOS=linux CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=e1f8b4d0 -X github.com/docker/app/internal.Version=jenkins-app-PR-651-6 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-01T09:50:11Z" -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=e1f8b4d0 -X github.com/docker/app/internal.Version=jenkins-app-PR-651-6 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-01T09:50:11Z" -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=e1f8b4d0 -X github.com/docker/app/internal.Version=jenkins-app-PR-651-6 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-01T09:50:11Z" -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=e1f8b4d0 -X github.com/docker/app/internal.Version=jenkins-app-PR-651-6 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-01T09:50:11Z" -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=e1f8b4d0 -X github.com/docker/app/internal.Version=jenkins-app-PR-651-6 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-01T09:50:11Z" -c -o bin/docker-app-e2e-windows.exe ./e2e/
Removing intermediate container d46cbef6e8cb
 ---> c4ad6b53eee7
[Warning] One or more build-args [COMMIT ALPINE_VERSION] were not consumed
Successfully built c4ad6b53eee7
Successfully tagged docker-app-e2e-cross:jenkins-app-PR-651-6
docker create --name docker-app-e2e-cross-jenkins-app-PR-651-6 docker-app-e2e-cross:jenkins-app-PR-651-6 noop
0d481327c26e8aed83f5bac142527b8dd401e7bdee56973e5542231545811525
docker cp docker-app-e2e-cross-jenkins-app-PR-651-6:/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-651-6:/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-651-6:/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-651-6:/usr/local/bin/gotestsum-linux bin/gotestsum-linux
docker cp docker-app-e2e-cross-jenkins-app-PR-651-6:/usr/local/bin/gotestsum-darwin bin/gotestsum-darwin
docker cp docker-app-e2e-cross-jenkins-app-PR-651-6:/usr/local/bin/gotestsum-windows.exe bin/gotestsum-windows.exe
docker cp docker-app-e2e-cross-jenkins-app-PR-651-6:/usr/local/bin/test2json-linux bin/test2json-linux
docker cp docker-app-e2e-cross-jenkins-app-PR-651-6:/usr/local/bin/test2json-darwin bin/test2json-darwin
docker cp docker-app-e2e-cross-jenkins-app-PR-651-6:/usr/local/bin/test2json-windows.exe bin/test2json-windows.exe
docker rm docker-app-e2e-cross-jenkins-app-PR-651-6
docker-app-e2e-cross-jenkins-app-PR-651-6
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-651/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-651/6/stashes/binaries.tgz
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-651/src/github.com/docker/app/e2e
[Pipeline] {
[Pipeline] stash
Stashed 61 file(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-651/6/stashes/e2e.tgz
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-651/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-651/6/stashes/examples.tgz
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ xargs docker image rm -f
+ docker image ls --format={{.Repository}}:{{.Tag}} *jenkins-app-PR-651-6*
Untagged: docker-app-e2e-cross:jenkins-app-PR-651-6
Deleted: sha256:c4ad6b53eee76522af0a36ae6ca0680b77cb2b6ebd920def57ed960ee2479f95
Deleted: sha256:9345cb1524b0c504b1a2ee5723a3de5381aec04f7cab0348d47d2ec0b697657d
Deleted: sha256:af27b267599107d5d4c5eb7a6b11e03e0b69d8d6684509e6f5aae93a5f0a8b0d
Deleted: sha256:2d67a31f30d30fd74f59f14724b2b5e2bf97e392aa9dbf99f461f7199f4f512c
Untagged: docker-app-cross:jenkins-app-PR-651-6
Deleted: sha256:56a978c6b0b81003de6f1f2180c7a30828836c048f9f679d3151a58d58585a40
Deleted: sha256:966b7aa15c11e8156b5988278e9ef60a27744b2e869db761ea361fba9a593281
Deleted: sha256:f51060e0d56e3d8d59e30cf2d0e4327d93c9029ba1328d21a188542093f24863
Deleted: sha256:f3cd9458d55d18e1a4ad363cf7c130b7efb7641b6413d740416c3961d9225b32
Deleted: sha256:2b63978189ba8d4352105956af0ed10f9170660e8b27a451d0549ad15a6985d7
Deleted: sha256:da8e758ff5421e7ba6071eecab757b13950e6f69bf075701f3ee15303ef31e4b
Deleted: sha256:87e36cd9e7aa048eac10d4a07bb3746369d96aea55d0176a03ae90e555d1bd7f
Deleted: sha256:f40fb2b874c4b2e7ce07a81cf542c7f5f49dc881e41725e99685565bfc4650c8
Deleted: sha256:948a8e436698cefb41d3899a060bc4d616e7d5e1eae395e9bbf19090df265cb7
Deleted: sha256:95eedb731409c8e240c39fcf67aa72a6e8f07d6d3e9e62868b1f5abfe1650d0b
Deleted: sha256:5d1d4efc3bd4767f9981bd74125d4b8676708421028e44db1f970fe768b28134
Deleted: sha256:473f7bad2d908b69bd1e65f2c02cf9307dd098a9a8467fea9206ff403109f26e
Deleted: sha256:1a672f67b60086ebd6988f16deb7f6a8899034852df752b4c326f78246ab0a71
Deleted: sha256:5f6fb65ca5e83ebd66e9fc9e3d430451fd04b8f33d1bae83abc5a89fee42a2e4
Deleted: sha256:623dbd3646fd979eb14bcaa059fa2a3b8cc87d01b730bdb389587eaa49f87cc1
Deleted: sha256:e61e934c7110bcbbc51889c80388bd697810c690cd0a084a8afba67266e53125
Deleted: sha256:54da0cc39bd136a6eb8e440d937530a1b2f621569d27dfd9d05f5a72eb94123a
Deleted: sha256:cd777d88eda6204d8992dff1b5202032f471183d9ccd033349ab2d7326fa19ce
Untagged: docker-app-cli:jenkins-app-PR-651-6
Deleted: sha256:bf0cbfc053dcfcdbc6d86c5c02ff84b13d4cf8ca18ebdf5e8132a5f6f25d74a4
Deleted: sha256:ae61c342179d7ed902db327a8dbc17981b2ec8326ec962a5ea40dbe8797fdbe1
Deleted: sha256:804e271f8f4334872ce5b48dcf8095a1e4fc9e8029691d522016c7d1fb51f4f5
Deleted: sha256:ee26601e4fa715386abbb62c30d727ec80cf26e473f246c655d092c48a3c0671
Deleted: sha256:6e9e7501be3b17157eb6315bba23f3de3a59828f0c961e1de7a0d27e2b586308
Deleted: sha256:1511552c2a0cba4345e68fd78ff197fafde8c97e3f02c4dd037c4dc4a1354541
Deleted: sha256:d6303641d180e3e6bb84e37afd41a8062861650b64e7edbd86c941eb90923cb0
Deleted: sha256:60925f1bc4230dd2635b4f8833ce25907eddadf9773e12c4a00f7de805686746
Deleted: sha256:755c723f6c5cce594240d16a858b58251e92398db1770cad3ea2b85588a003af
Deleted: sha256:bd9cfbb853c0eac16bdbbf08477f9cc64907d4bb9ee0d3a153d3aec3b6180557
Deleted: sha256:64877284abfbda6579cded1f92b8f47268c32ab8e1637d0378211ff6878ad2c5
Deleted: sha256:30fc7ede5415d2e9e5bb465f4f27ce41fee3793d0f88f723cf9450c949835d5f
[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-0a7fb15a2562dedfb) in /home/ubuntu/workspace/app_PR-651
[Pipeline] {
Running on ubuntu-1804-overlay2 (i-0a7d30be2605be8e9) in /home/ubuntu/workspace/app_PR-651
[Pipeline] {
Running on ubuntu-1804-overlay2 (i-05d9c50942dfc54ea) in /home/ubuntu/workspace/app_PR-651
[Pipeline] {
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-651/src/github.com/docker/app
[Pipeline] {
[Pipeline] checkout
using credential docker-jenkins-github-credentials
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-651/src/github.com/docker/app
[Pipeline] {
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
[Pipeline] checkout
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-651/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-651/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/651/head:refs/remotes/origin/PR-651
Cloning repository https://github.com/docker/app.git
 > git init /home/ubuntu/workspace/app_PR-651/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/651/head:refs/remotes/origin/PR-651
Cloning repository https://github.com/docker/app.git
 > git init /home/ubuntu/workspace/app_PR-651/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/651/head:refs/remotes/origin/PR-651
Fetching without tags
Fetching without tags
Checking out Revision e1f8b4d0448d0b028517bfc074c20b01495acf4f (PR-651)
[Pipeline] }
Fetching without tags
[Pipeline] // dir
Post stage
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] junit
Recording test results
Checking out Revision e1f8b4d0448d0b028517bfc074c20b01495acf4f (PR-651)
No test report files were found. Configuration error?
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-05d9c50942dfc54ea)
		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] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch Test Linux
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-651/src/github.com/docker/app/_build/test-results
[Pipeline] {
[Pipeline] sh
Checking out Revision e1f8b4d0448d0b028517bfc074c20b01495acf4f (PR-651)
[Pipeline] }
[Pipeline] // dir
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/651/head:refs/remotes/origin/PR-651 # 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/651/head:refs/remotes/origin/PR-651
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e1f8b4d0448d0b028517bfc074c20b01495acf4f
Post stage
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-651/src/github.com/docker/app/_build/test-results
[Pipeline] {
[Pipeline] sh
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/651/head:refs/remotes/origin/PR-651 # 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/651/head:refs/remotes/origin/PR-651
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e1f8b4d0448d0b028517bfc074c20b01495acf4f
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/651/head:refs/remotes/origin/PR-651 # 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/651/head:refs/remotes/origin/PR-651
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e1f8b4d0448d0b028517bfc074c20b01495acf4f
+ [ ! -e experimental-unit-coverage.xml ]
[Pipeline] sh
+ [ ! -e unit-coverage.xml ]
[Pipeline] sh
+ [ ! -e experimental-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-0a7fb15a2562dedfb)
		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 (experimental)
+ [ ! -e e2e-coverage.xml ]
[Pipeline] archiveArtifacts
Archiving artifacts
‘*.xml’ doesn’t match anything
[Pipeline] }
[Pipeline] // dir
Error when executing always post condition:
hudson.AbortException: No artifacts found that match the file pattern "*.xml". Configuration error?
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:253)
	at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:80)
	at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:67)
	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

hudson.plugins.git.GitException: Command "git checkout -f e1f8b4d0448d0b028517bfc074c20b01495acf4f" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: e1f8b4d0448d0b028517bfc074c20b01495acf4f

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2042)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$900(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2341)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to ubuntu-1804-overlay2 (i-05d9c50942dfc54ea)
		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 org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor658.invoke(Unknown Source)
		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
		at java.lang.reflect.Method.invoke(Method.java:498)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
		at com.sun.proxy.$Proxy466.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1242)
		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:124)
		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:93)
		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80)
		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)
Also:   hudson.plugins.git.GitException: Command "git checkout -f e1f8b4d0448d0b028517bfc074c20b01495acf4f" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: e1f8b4d0448d0b028517bfc074c20b01495acf4f

		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2042)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$900(CliGitAPIImpl.java:72)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2341)
	Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to ubuntu-1804-overlay2 (i-0a7fb15a2562dedfb)
			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 org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
			at sun.reflect.GeneratedMethodAccessor658.invoke(Unknown Source)
			at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
			at java.lang.reflect.Method.invoke(Method.java:498)
			at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
			at com.sun.proxy.$Proxy466.execute(Unknown Source)
			at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1242)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:124)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:93)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80)
			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)
	Caused: hudson.plugins.git.GitException: Could not checkout e1f8b4d0448d0b028517bfc074c20b01495acf4f
Also:   hudson.plugins.git.GitException: Command "git checkout -f e1f8b4d0448d0b028517bfc074c20b01495acf4f" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: e1f8b4d0448d0b028517bfc074c20b01495acf4f

		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2042)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$900(CliGitAPIImpl.java:72)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2341)
	Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to ubuntu-1804-overlay2 (i-0a7d30be2605be8e9)
			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 org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
			at sun.reflect.GeneratedMethodAccessor658.invoke(Unknown Source)
			at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
			at java.lang.reflect.Method.invoke(Method.java:498)
			at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
			at com.sun.proxy.$Proxy466.execute(Unknown Source)
			at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1242)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:124)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:93)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80)
			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)
	Caused: hudson.plugins.git.GitException: Could not checkout e1f8b4d0448d0b028517bfc074c20b01495acf4f
Caused: hudson.plugins.git.GitException: Could not checkout e1f8b4d0448d0b028517bfc074c20b01495acf4f
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2365)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	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)
Finished: FAILURE