Skip to content
Failed

Console Output

Pull request #705 updated
12:25:18 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 794381c9143a764b33675945be27a0e1bc9c02c8
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision 26028d2ce48352c9b2c3f496e963b79a4944a426
using credential jps-reader
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --progress https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master
Checking out Revision 26028d2ce48352c9b2c3f496e963b79a4944a426 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 26028d2ce48352c9b2c3f496e963b79a4944a426
Commit message: "[TAR-1227] Run the sonar container as the current user (#17)"
 > git rev-list --no-walk 26028d2ce48352c9b2c3f496e963b79a4944a426 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] parallel
[Pipeline] { (Branch: Validate)
[Pipeline] { (Branch: Binaries)
[Pipeline] { (Branch: Build Invocation image)
[Pipeline] stage
[Pipeline] { (Validate)
[Pipeline] stage
[Pipeline] { (Binaries)
[Pipeline] stage
[Pipeline] { (Build Invocation image)
[Pipeline] node
[Pipeline] node
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-029fdfc8af9bb6512) in /home/ubuntu/workspace/app_PR-705
[Pipeline] {
Running on ubuntu-1804-overlay2 (i-0793943f381a1bc21) in /home/ubuntu/workspace/app_PR-705
[Pipeline] {
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-705/src/github.com/docker/app
[Pipeline] {
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-705/src/github.com/docker/app
[Pipeline] {
[Pipeline] checkout
[Pipeline] script
[Pipeline] {
[Pipeline] checkout
using credential docker-jenkins-github-credentials
using credential docker-jenkins-github-credentials
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Fetching changes from the remote Git repository
Running on ubuntu-1804-overlay2 (i-07c5e742603ffe519) in /home/ubuntu/workspace/app_PR-705
[Pipeline] {
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-705/src/github.com/docker/app
[Pipeline] {
Fetching without tags
[Pipeline] checkout
using credential docker-jenkins-github-credentials
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Checking out Revision 794381c9143a764b33675945be27a0e1bc9c02c8 (PR-705)
Commit message: "Introduce --iidfile option"
First time build. Skipping changelog.
 > 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/705/head:refs/remotes/origin/PR-705
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 794381c9143a764b33675945be27a0e1bc9c02c8
 > git rev-list --no-walk 9e662b24bbeba0ecfaadb5791ff65ee8db523666 # timeout=10
Cloning repository https://github.com/docker/app.git
 > git init /home/ubuntu/workspace/app_PR-705/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/705/head:refs/remotes/origin/PR-705
Cloning repository https://github.com/docker/app.git
 > git init /home/ubuntu/workspace/app_PR-705/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/705/head:refs/remotes/origin/PR-705
[Pipeline] ansiColor
[Pipeline] {
[Pipeline] sh
+ make -f docker.Makefile lint
Linting...
docker build -t docker-app-lint:jenkins-app-PR-705-8 -f Dockerfile.lint .
Fetching without tags
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/705/head:refs/remotes/origin/PR-705 # 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/705/head:refs/remotes/origin/PR-705
Checking out Revision 794381c9143a764b33675945be27a0e1bc9c02c8 (PR-705)
Fetching without tags
Checking out Revision 794381c9143a764b33675945be27a0e1bc9c02c8 (PR-705)
Commit message: "Introduce --iidfile option"
Commit message: "Introduce --iidfile option"
Sending build context to Docker daemon  76.16MB

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
 ---> 77833dc958c9
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
 ---> cfc7ae89c111
Step 6/8 : WORKDIR /go/src/github.com/docker/app
 ---> Using cache
 ---> 903befebd645
Step 7/8 : ENV CGO_ENABLED=0
 ---> Using cache
 ---> 83cb1bd899c4
Step 8/8 : COPY . .
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/705/head:refs/remotes/origin/PR-705 # 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/705/head:refs/remotes/origin/PR-705
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 794381c9143a764b33675945be27a0e1bc9c02c8
[Pipeline] ansiColor
[Pipeline] {
[Pipeline] sh
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 794381c9143a764b33675945be27a0e1bc9c02c8
[Pipeline] ansiColor
[Pipeline] {
[Pipeline] sh
+ make -f docker.Makefile cli-cross cross e2e-cross tars
docker build --build-arg TAG=jenkins-app-PR-705-8 --build-arg COMMIT=794381c9 --build-arg ALPINE_VERSION=3.10.1 --build-arg GOPROXY=direct --target=build -t docker-app-cli:jenkins-app-PR-705-8 .
+ make -f docker.Makefile save-invocation-image
docker build -f Dockerfile.invocation-image --build-arg TAG=jenkins-app-PR-705-8 --build-arg COMMIT=794381c9 --build-arg ALPINE_VERSION=3.10.1 --build-arg GOPROXY=direct --target=invocation -t docker/cnab-app-base:jenkins-app-PR-705-8 .
Sending build context to Docker daemon  76.14MB

Step 1/8 : FROM dockercore/golang-cross:1.12.9@sha256:3ea9dcef4dd2c46d80445c0b22d6177817f4cfce22c523cc12a5a1091cb37705 AS build
 ---> 518d5e4626aa
Step 2/8 : ENV     DISABLE_WARN_OUTSIDE_CONTAINER=1
 ---> Using cache
 ---> 7e09165765a1
Step 3/8 : RUN apt-get install -y -q --no-install-recommends   coreutils   util-linux   uuid-runtime
 ---> Using cache
 ---> 7cee551bfb9d
Step 4/8 : WORKDIR /go/src/github.com/docker/cli
 ---> Using cache
 ---> 67d31099ab7e
Step 5/8 : RUN git clone https://github.com/docker/cli . && git checkout a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb
 ---> Using cache
 ---> 227bd3786ce9
Step 6/8 : ARG GOPROXY
 ---> Using cache
 ---> 23fe7e9e1f59
Step 7/8 : RUN make binary-osx binary-windows binary &&   cp build/docker-linux-amd64 /usr/bin/docker
 ---> Using cache
 ---> 9f02a9179909
Step 8/8 : WORKDIR /go/src/github.com/docker/app/
 ---> Using cache
 ---> 564746f3e6e5
[Warning] One or more build-args [TAG ALPINE_VERSION COMMIT] were not consumed
Successfully built 564746f3e6e5
Successfully tagged docker-app-cli:jenkins-app-PR-705-8
docker create --name docker-app-cli-jenkins-app-PR-705-8 docker-app-cli:jenkins-app-PR-705-8 noop
Sending build context to Docker daemon  76.14MB

Step 1/13 : ARG ALPINE_VERSION=3.10.1
Step 2/13 : 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
5c3c8316dba3250ae0eed3def2b9defc787fad305256ae9eb10b1b75f77e9338
docker cp docker-app-cli-jenkins-app-PR-705-8:/go/src/github.com/docker/cli/build/docker-linux-amd64 bin/docker-linux
4b5cacb629f5: Verifying Checksum
4b5cacb629f5: Download complete
14408c8d4f9a: Verifying Checksum
14408c8d4f9a: Download complete
docker cp docker-app-cli-jenkins-app-PR-705-8:/go/src/github.com/docker/cli/build/docker-darwin-amd64 bin/docker-darwin
4a56a430b2ba: Verifying Checksum
4a56a430b2ba: Download complete
ea67eaa7dd42: Verifying Checksum
ea67eaa7dd42: Download complete
docker cp docker-app-cli-jenkins-app-PR-705-8:/go/src/github.com/docker/cli/build/docker-windows-amd64 bin/docker-windows.exe
ecd7d9a67e26: Verifying Checksum
ecd7d9a67e26: Download complete
docker rm docker-app-cli-jenkins-app-PR-705-8
docker-app-cli-jenkins-app-PR-705-8
docker build --build-arg TAG=jenkins-app-PR-705-8 --build-arg COMMIT=794381c9 --build-arg ALPINE_VERSION=3.10.1 --build-arg GOPROXY=direct --target=cross -t docker-app-cross:jenkins-app-PR-705-8 .
a2a2197e145e: Verifying Checksum
a2a2197e145e: Download complete
 ---> 6b6f101e2486
Successfully built 6b6f101e2486
Successfully tagged docker-app-lint:jenkins-app-PR-705-8
docker run --rm docker-app-lint:jenkins-app-PR-705-8 make lint
36ac8c11a11f: Verifying Checksum
36ac8c11a11f: Download complete
Sending build context to Docker daemon  76.14MB

Step 1/21 : FROM dockercore/golang-cross:1.12.9@sha256:3ea9dcef4dd2c46d80445c0b22d6177817f4cfce22c523cc12a5a1091cb37705 AS build
 ---> 518d5e4626aa
Step 2/21 : ENV     DISABLE_WARN_OUTSIDE_CONTAINER=1
 ---> Using cache
 ---> 7e09165765a1
Step 3/21 : RUN apt-get install -y -q --no-install-recommends   coreutils   util-linux   uuid-runtime
 ---> Using cache
 ---> 7cee551bfb9d
Step 4/21 : WORKDIR /go/src/github.com/docker/cli
 ---> Using cache
 ---> 67d31099ab7e
Step 5/21 : RUN git clone https://github.com/docker/cli . && git checkout a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb
 ---> Using cache
 ---> 227bd3786ce9
Step 6/21 : ARG GOPROXY
 ---> Using cache
 ---> 23fe7e9e1f59
Step 7/21 : RUN make binary-osx binary-windows binary &&   cp build/docker-linux-amd64 /usr/bin/docker
 ---> Using cache
 ---> 9f02a9179909
Step 8/21 : WORKDIR /go/src/github.com/docker/app/
 ---> Using cache
 ---> 564746f3e6e5
Step 9/21 : FROM build AS dev
 ---> 564746f3e6e5
Step 10/21 : ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/
 ---> Using cache
 ---> 3ead76a9a055
Step 11/21 : ARG DEP_VERSION=v0.5.4
 ---> Using cache
 ---> 55053a6df6df
Step 12/21 : 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
 ---> 9f9fbd2aa66d
Step 13/21 : ARG GOTESTSUM_VERSION=v0.3.4
 ---> Using cache
 ---> eb635556c746
Step 14/21 : ARG GOPROXY
 ---> Using cache
 ---> 269c949aab23
Step 15/21 : 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
 ---> 74b5ec73b07b
Step 16/21 : 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
 ---> aaf415247bf1
Step 17/21 : 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
 ---> de40f103427d
Step 18/21 : COPY . .
Linting...
4a56a430b2ba: Pull complete
4b5cacb629f5: Pull complete
14408c8d4f9a: Pull complete
 ---> 893145da4adb
Step 19/21 : FROM dev AS cross
 ---> 893145da4adb
Step 20/21 : ARG TAG="unknown"
 ---> Running in 9f112cb1c0ac
Removing intermediate container 9f112cb1c0ac
 ---> c9e9b114bef6
Step 21/21 : RUN make TAG=${TAG} cross
 ---> Running in 71a4c3fe2455
ea67eaa7dd42: Pull complete
GOOS=linux CGO_ENABLED=0 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=794381c9 -X github.com/docker/app/internal.Version=jenkins-app-PR-705-8 -X github.com/docker/app/internal.BuildTime=2019-10-22T12:25:32Z" -o bin/docker-app-linux ./cmd/docker-app
a2a2197e145e: Pull complete
36ac8c11a11f: Pull complete
ecd7d9a67e26: Pull complete
Digest: sha256:90d554b5ae59cb63d2bf42bdfcd60aa1feb4794d9e3a9cbb9d2deb477c088be0
Status: Downloaded newer image for golang:1.13.0
 ---> c4d6fdf2260a
Step 3/13 : RUN apt-get update -qq && apt-get install -y -q --no-install-recommends   coreutils   util-linux   uuid-runtime
 ---> Running in 5b2b45b32047
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 10 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 (369 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 5b2b45b32047
 ---> 31b9e1e48b7e
Step 4/13 : WORKDIR /go/src/github.com/docker/app/
 ---> Running in 049c0e508311
Removing intermediate container 049c0e508311
 ---> 9ddec53bf2cc
Step 5/13 : COPY . .
 ---> 4a51ff9abfa8
Step 6/13 : ARG TAG="unknown"
 ---> Running in d737de09114b
Removing intermediate container d737de09114b
 ---> ccdeb7b26d3e
Step 7/13 : RUN make BUILD_TAG=${BUILD_TAG} TAG=${TAG} bin/cnab-run
 ---> Running in add646fc401c
CGO_ENABLED=0 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=794381c9 -X github.com/docker/app/internal.Version=jenkins-app-PR-705-8 -X github.com/docker/app/internal.BuildTime=2019-10-22T12:25:51Z" -o bin/cnab-run ./cmd/cnab-run
[Pipeline] sh
+ make -f docker.Makefile check-vendor
docker build --build-arg TAG=jenkins-app-PR-705-8 --build-arg COMMIT=794381c9 --build-arg ALPINE_VERSION=3.10.1 --build-arg GOPROXY=direct --target=dev -t docker-app-dev:jenkins-app-PR-705-8 .
Sending build context to Docker daemon  76.16MB

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
 ---> 62faaabe0781
Step 3/18 : RUN apt-get install -y -q --no-install-recommends   coreutils   util-linux   uuid-runtime
 ---> Using cache
 ---> 69036da4ee9b
Step 4/18 : WORKDIR /go/src/github.com/docker/cli
 ---> Using cache
 ---> 195c9490ac55
Step 5/18 : RUN git clone https://github.com/docker/cli . && git checkout a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb
 ---> Using cache
 ---> 7b2ba029cfbb
Step 6/18 : ARG GOPROXY
 ---> Using cache
 ---> 1497a85bb1b2
Step 7/18 : RUN make binary-osx binary-windows binary &&   cp build/docker-linux-amd64 /usr/bin/docker
 ---> Using cache
 ---> aa7de571799a
Step 8/18 : WORKDIR /go/src/github.com/docker/app/
 ---> Using cache
 ---> ddbca31e23e9
Step 9/18 : FROM build AS dev
 ---> ddbca31e23e9
Step 10/18 : ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/
 ---> Using cache
 ---> 8a3562ed6832
Step 11/18 : ARG DEP_VERSION=v0.5.4
 ---> Using cache
 ---> 3fae34bd6baa
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
 ---> 05df57bdb8e6
Step 13/18 : ARG GOTESTSUM_VERSION=v0.3.4
 ---> Using cache
 ---> 6528d8e8746c
Step 14/18 : ARG GOPROXY
 ---> Using cache
 ---> a7685f7f4ecd
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
 ---> 60a9fcfe8d5d
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
 ---> daee5fe6b248
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
 ---> f53ac3321fe1
Step 18/18 : COPY . .
 ---> 9a8f5e22f171
[Warning] One or more build-args [ALPINE_VERSION COMMIT TAG] were not consumed
Successfully built 9a8f5e22f171
Successfully tagged docker-app-dev:jenkins-app-PR-705-8
Check Vendoring...
docker run --rm docker-app-dev:jenkins-app-PR-705-8 sh -c "make vendor && hack/check-git-diff vendor"
rm -rf vendor 1>&1
dep ensure -v 
# Gopkg.lock is out of sync with Gopkg.toml and project imports:
github.com/docker/docker/pkg/stringid: imported or required, but missing from Gopkg.lock's input-imports

Root project is "github.com/docker/app"
 26 transitively valid internal packages
 72 external packages imported from 24 projects
(0)   ✓ select (root)
(1)	? attempt github.com/containerd/containerd with 2 pkgs; at least 1 versions to try
(1)	    try github.com/containerd/containerd@master
(1)	✓ select github.com/containerd/containerd@master w/3 pkgs
(2)	? attempt github.com/docker/buildx with 4 pkgs; at least 1 versions to try
(2)	    try github.com/docker/buildx@v0.3.1
(2)	✓ select github.com/docker/buildx@v0.3.1 w/5 pkgs
(3)	? revisit github.com/containerd/containerd to add 5 pkgs
(3)	  ✓ include 12 more pkgs from github.com/containerd/containerd@master
(3)	? attempt github.com/docker/distribution with 1 pkgs; at least 1 versions to try
(4)	    try github.com/docker/distribution@0d3efadf0154c2b8a4e7b6621fff9809655cc580
(4)	✓ select github.com/docker/distribution@0d3efadf0154c2b8a4e7b6621fff9809655cc580 w/1 pkgs
(4)	? attempt github.com/containerd/console with 1 pkgs; at least 1 versions to try
(5)	    try github.com/containerd/console@master
(5)	✓ select github.com/containerd/console@master w/1 pkgs
GOOS=darwin CGO_ENABLED=0 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=794381c9 -X github.com/docker/app/internal.Version=jenkins-app-PR-705-8 -X github.com/docker/app/internal.BuildTime=2019-10-22T12:25:32Z" -o bin/docker-app-darwin ./cmd/docker-app
(5)	? attempt github.com/docker/docker with 10 pkgs; at least 1 versions to try
(6)	    try github.com/docker/docker@master
(6)	✓ select github.com/docker/docker@master w/34 pkgs
(6)	? revisit github.com/docker/distribution to add 3 pkgs
(7)	  ✓ include 12 more pkgs from github.com/docker/distribution@0d3efadf0154c2b8a4e7b6621fff9809655cc580
(6)	? attempt github.com/Azure/go-ansiterm with 2 pkgs; at least 1 versions to try
(8)	    try github.com/Azure/go-ansiterm@master
(8)	✓ select github.com/Azure/go-ansiterm@master w/2 pkgs
(7)	? attempt github.com/containerd/continuity with 2 pkgs; at least 1 versions to try
(9)	    try github.com/containerd/continuity@master
(9)	✓ select github.com/containerd/continuity@master w/4 pkgs
(8)	? attempt github.com/Microsoft/go-winio with 1 pkgs; at least 1 versions to try
(10)      try github.com/Microsoft/go-winio@v0.4.12
(10)  ✓ select github.com/Microsoft/go-winio@v0.4.12 w/1 pkgs
(9)	? attempt github.com/docker/cnab-to-oci with 2 pkgs; at least 1 versions to try
(11)      try github.com/docker/cnab-to-oci@v0.1.0-beta2
(11)  ✓ select github.com/docker/cnab-to-oci@v0.1.0-beta2 w/2 pkgs
(10)  ? revisit github.com/docker/distribution to add 2 pkgs
(12)    ✓ include 5 more pkgs from github.com/docker/distribution@0d3efadf0154c2b8a4e7b6621fff9809655cc580
(10)  ? attempt github.com/morikuni/aec with 1 pkgs; at least 1 versions to try
(13)      try github.com/morikuni/aec@master
(13)  ✓ select github.com/morikuni/aec@master w/1 pkgs
(11)  ? attempt github.com/docker/go-units with 1 pkgs; at least 1 versions to try
(14)      try github.com/docker/go-units@v0.3.3
(14)  ✓ select github.com/docker/go-units@v0.3.3 w/1 pkgs
(12)  ? attempt github.com/pkg/errors with 1 pkgs; at least 1 versions to try
(15)      try github.com/pkg/errors@v0.8.1
(15)  ✓ select github.com/pkg/errors@v0.8.1 w/1 pkgs
(13)  ? attempt github.com/docker/go-metrics with 1 pkgs; at least 1 versions to try
(16)      try github.com/docker/go-metrics@d466d4f6fd960e01820085bd7e1a24426ee7ef18
(16)  ✓ select github.com/docker/go-metrics@d466d4f6fd960e01820085bd7e1a24426ee7ef18 w/1 pkgs
(14)  ? attempt github.com/sirupsen/logrus with 1 pkgs; at least 1 versions to try
(17)      try github.com/sirupsen/logrus@v1.4.1
(17)  ✓ select github.com/sirupsen/logrus@v1.4.1 w/1 pkgs
(15)  ? attempt golang.org/x/net with 1 pkgs; at least 1 versions to try
(18)      try golang.org/x/net@master
(18)  ✓ select golang.org/x/net@master w/1 pkgs
(16)  ? attempt github.com/docker/cli with 20 pkgs; at least 1 versions to try
(19)      try github.com/docker/cli@d83cd90464377d4164c8f70248d064b979e5ca98
Removing intermediate container add646fc401c
 ---> 0c6a16efead2
Step 8/13 : FROM alpine:${ALPINE_VERSION} as invocation
3.10.1: Pulling from library/alpine
050382585609: Pulling fs layer
050382585609: Verifying Checksum
050382585609: Download complete
050382585609: Pull complete
Digest: sha256:6a92cd1fcdc8d8cdec60f33dda4db2cb1fcdcacf3410a8e05b3741f44a9b5998
Status: Downloaded newer image for alpine:3.10.1
 ---> b7b28af77ffe
Step 9/13 : RUN apk add --no-cache ca-certificates && adduser -S cnab
 ---> Running in bb494f7da399
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 bb494f7da399
 ---> 99c4b809dec7
Step 10/13 : USER cnab
 ---> Running in 90355e27eabd
Removing intermediate container 90355e27eabd
 ---> c1117daf0a8e
Step 11/13 : COPY --from=build /go/src/github.com/docker/app/bin/cnab-run /cnab/app/run
 ---> b8eb74377f93
Step 12/13 : WORKDIR /cnab/app
 ---> Running in 5c3a115f5367
Removing intermediate container 5c3a115f5367
 ---> 38838e082849
Step 13/13 : CMD /cnab/app/run
 ---> Running in 146a5c90f6fe
Removing intermediate container 146a5c90f6fe
 ---> 9e3694b813fd
[Warning] One or more build-args [COMMIT GOPROXY] were not consumed
Successfully built 9e3694b813fd
Successfully tagged docker/cnab-app-base:jenkins-app-PR-705-8
docker save docker/cnab-app-base:jenkins-app-PR-705-8 -o _build/invocation-image.tar
[Pipeline] sh
+ make -f docker.Makefile INVOCATION_IMAGE_TAG=jenkins-app-PR-705-8-coverage OUTPUT=coverage-invocation-image.tar save-invocation-image-tag
docker tag docker/cnab-app-base:jenkins-app-PR-705-8 docker/cnab-app-base:jenkins-app-PR-705-8-coverage
docker save docker/cnab-app-base:jenkins-app-PR-705-8-coverage -o _build/coverage-invocation-image.tar
[Pipeline] }
[Pipeline] // ansiColor
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-705/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-705/8/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-705/8/stashes/coverage-invocation-image.tgz
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-705/src/github.com/docker/app
[Pipeline] {
[Pipeline] sh
+ docker rmi docker/cnab-app-base:jenkins-app-PR-705-8
Untagged: docker/cnab-app-base:jenkins-app-PR-705-8
[Pipeline] sh
+ docker rmi docker/cnab-app-base:jenkins-app-PR-705-8-coverage
Untagged: docker/cnab-app-base:jenkins-app-PR-705-8-coverage
Deleted: sha256:9e3694b813fdb379c4eb643cc7ffcd79e15e8524a1f9aef56207bfa297af47cd
Deleted: sha256:38838e0828494b572d8e6e7f33780e16359f3de2d493f5a92a79adca51934908
Deleted: sha256:b8eb74377f930a7a152fbf31f754ba71cb332bb7b546eea14c96660341a8e44c
Deleted: sha256:d0c90e86b8b2ae8e135567072eba97a3a800e2308b471abbd6aba73a31c9ea94
Deleted: sha256:c1117daf0a8eb855c301f4f9eba7ada8899b84bc4423be85773a6bd85950f4d7
Deleted: sha256:99c4b809dec7305f996a8a228e9cb9055a1e997d71298d80cedd307695dadc09
Deleted: sha256:5ca9c864994cf307c9532c0d0a05cd52bff4e374f04d79fb50b92e901ec0863d
[Pipeline] }
[Pipeline] // dir
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
GOOS=windows CGO_ENABLED=0 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=794381c9 -X github.com/docker/app/internal.Version=jenkins-app-PR-705-8 -X github.com/docker/app/internal.BuildTime=2019-10-22T12:25:32Z" -o bin/docker-app-windows.exe ./cmd/docker-app
Removing intermediate container 71a4c3fe2455
 ---> 327f9e264f1c
[Warning] One or more build-args [ALPINE_VERSION COMMIT] were not consumed
Successfully built 327f9e264f1c
Successfully tagged docker-app-cross:jenkins-app-PR-705-8
docker create --name docker-app-cross-jenkins-app-PR-705-8 docker-app-cross:jenkins-app-PR-705-8 noop
0a2560ccd7e54f44026089ef62baf9d21178e64d1a15f27d613426240e397a3e
docker cp docker-app-cross-jenkins-app-PR-705-8:/go/src/github.com/docker/app/bin/docker-app-linux bin/docker-app-linux
docker cp docker-app-cross-jenkins-app-PR-705-8:/go/src/github.com/docker/app/bin/docker-app-darwin bin/docker-app-darwin
docker cp docker-app-cross-jenkins-app-PR-705-8:/go/src/github.com/docker/app/bin/docker-app-windows.exe bin/docker-app-windows.exe
docker rm docker-app-cross-jenkins-app-PR-705-8
docker-app-cross-jenkins-app-PR-705-8
docker build --build-arg TAG=jenkins-app-PR-705-8 --build-arg COMMIT=794381c9 --build-arg ALPINE_VERSION=3.10.1 --build-arg GOPROXY=direct --target=e2e-cross -t docker-app-e2e-cross:jenkins-app-PR-705-8  .
Sending build context to Docker daemon  76.14MB

Step 1/24 : FROM dockercore/golang-cross:1.12.9@sha256:3ea9dcef4dd2c46d80445c0b22d6177817f4cfce22c523cc12a5a1091cb37705 AS build
 ---> 518d5e4626aa
Step 2/24 : ENV     DISABLE_WARN_OUTSIDE_CONTAINER=1
 ---> Using cache
 ---> 7e09165765a1
Step 3/24 : RUN apt-get install -y -q --no-install-recommends   coreutils   util-linux   uuid-runtime
 ---> Using cache
 ---> 7cee551bfb9d
Step 4/24 : WORKDIR /go/src/github.com/docker/cli
 ---> Using cache
 ---> 67d31099ab7e
Step 5/24 : RUN git clone https://github.com/docker/cli . && git checkout a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb
 ---> Using cache
 ---> 227bd3786ce9
Step 6/24 : ARG GOPROXY
 ---> Using cache
 ---> 23fe7e9e1f59
Step 7/24 : RUN make binary-osx binary-windows binary &&   cp build/docker-linux-amd64 /usr/bin/docker
 ---> Using cache
 ---> 9f02a9179909
Step 8/24 : WORKDIR /go/src/github.com/docker/app/
 ---> Using cache
 ---> 564746f3e6e5
Step 9/24 : FROM build AS dev
 ---> 564746f3e6e5
Step 10/24 : ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/
 ---> Using cache
 ---> 3ead76a9a055
Step 11/24 : ARG DEP_VERSION=v0.5.4
 ---> Using cache
 ---> 55053a6df6df
Step 12/24 : 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
 ---> 9f9fbd2aa66d
Step 13/24 : ARG GOTESTSUM_VERSION=v0.3.4
 ---> Using cache
 ---> eb635556c746
Step 14/24 : ARG GOPROXY
 ---> Using cache
 ---> 269c949aab23
Step 15/24 : 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
 ---> 74b5ec73b07b
Step 16/24 : 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
 ---> aaf415247bf1
Step 17/24 : 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
 ---> de40f103427d
Step 18/24 : COPY . .
 ---> Using cache
 ---> 893145da4adb
Step 19/24 : FROM dev AS cross
 ---> 893145da4adb
Step 20/24 : ARG TAG="unknown"
 ---> Using cache
 ---> c9e9b114bef6
Step 21/24 : RUN make TAG=${TAG} cross
 ---> Using cache
 ---> 327f9e264f1c
Step 22/24 : FROM cross AS e2e-cross
 ---> 327f9e264f1c
Step 23/24 : ARG TAG="unknown"
 ---> Running in f8f1d0ea291d
Removing intermediate container f8f1d0ea291d
 ---> b2f410b1d7b6
Step 24/24 : RUN make TAG=${TAG} e2e-cross
 ---> Running in 3589f21d0869
(19)  ✓ select github.com/docker/cli@d83cd90464377d4164c8f70248d064b979e5ca98 w/50 pkgs
(17)  ? revisit github.com/containerd/containerd to add 3 pkgs
(20)    ✓ include 50 more pkgs from github.com/containerd/containerd@master
(17)  ? revisit github.com/containerd/continuity to add 1 pkgs
(21)    ✓ include 2 more pkgs from github.com/containerd/continuity@master
(17)  ? attempt github.com/gogo/protobuf with 1 pkgs; at least 1 versions to try
(22)      try github.com/gogo/protobuf@v1.2.1
(22)  ✓ select github.com/gogo/protobuf@v1.2.1 w/1 pkgs
(18)  ? attempt github.com/Microsoft/hcsshim with 1 pkgs; at least 1 versions to try
(23)      try github.com/Microsoft/hcsshim@v0.8.6
(23)  ✓ select github.com/Microsoft/hcsshim@v0.8.6 w/15 pkgs
(19)  ? attempt github.com/deislabs/cnab-go with 8 pkgs; at least 1 versions to try
(24)      try github.com/deislabs/cnab-go@v0.3.2-beta1
(24)  ✓ select github.com/deislabs/cnab-go@v0.3.2-beta1 w/8 pkgs
(20)  ? attempt github.com/Masterminds/semver with 1 pkgs; at least 1 versions to try
(25)      try github.com/Masterminds/semver@v1.4.2
(25)  ✓ select github.com/Masterminds/semver@v1.4.2 w/1 pkgs
(21)  ? revisit github.com/docker/distribution to add 2 pkgs
(26)    ✓ include 5 more pkgs from github.com/docker/distribution@0d3efadf0154c2b8a4e7b6621fff9809655cc580
(21)  ? attempt github.com/moby/buildkit with 6 pkgs; at least 1 versions to try
(27)      try github.com/moby/buildkit@v0.6.2
GOOS=linux CGO_ENABLED=0 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=794381c9 -X github.com/docker/app/internal.Version=jenkins-app-PR-705-8 -X github.com/docker/app/internal.BuildTime=2019-10-22T12:28:34Z" -o bin/docker-app-linux ./cmd/docker-app
(27)  ✓ select github.com/moby/buildkit@v0.6.2 w/28 pkgs
(22)  ? revisit github.com/containerd/containerd to add 5 pkgs
(28)    ✓ include 16 more pkgs from github.com/containerd/containerd@master
(22)  ? revisit github.com/docker/distribution to add 2 pkgs
(29)    ✓ include 11 more pkgs from github.com/docker/distribution@0d3efadf0154c2b8a4e7b6621fff9809655cc580
(22)  ? revisit github.com/docker/docker to add 1 pkgs
(30)    ✓ include 1 more pkgs from github.com/docker/docker@master
(22)  ? attempt github.com/docker/swarmkit with 3 pkgs; at least 1 versions to try
(31)      try github.com/docker/swarmkit@18e7e58ea1a5ec016625a636d0d52500eea123bc
(31)  ✓ select github.com/docker/swarmkit@18e7e58ea1a5ec016625a636d0d52500eea123bc w/6 pkgs
(23)  ? revisit github.com/gogo/protobuf to add 1 pkgs
(32)    ✓ include 2 more pkgs from github.com/gogo/protobuf@v1.2.1
(23)  ? attempt github.com/containerd/fifo with 1 pkgs; at least 1 versions to try
(33)      try github.com/containerd/fifo@master
(33)  ✓ select github.com/containerd/fifo@master w/1 pkgs
(24)  ? revisit github.com/gogo/protobuf to add 1 pkgs
(34)    ✓ include 3 more pkgs from github.com/gogo/protobuf@v1.2.1
(24)  ? attempt github.com/containerd/ttrpc with 1 pkgs; at least 1 versions to try
(35)      try github.com/containerd/ttrpc@master
(35)  ✓ select github.com/containerd/ttrpc@master w/1 pkgs
(25)  ? revisit github.com/gogo/protobuf to add 1 pkgs
(36)    ✓ include 3 more pkgs from github.com/gogo/protobuf@v1.2.1
(25)  ? attempt github.com/mitchellh/mapstructure with 1 pkgs; at least 1 versions to try
(37)      try github.com/mitchellh/mapstructure@v1.1.2
(37)  ✓ select github.com/mitchellh/mapstructure@v1.1.2 w/1 pkgs
(26)  ? revisit github.com/docker/docker to add 13 pkgs
(38)    ✓ include 22 more pkgs from github.com/docker/docker@master
(26)  ? attempt github.com/containerd/cgroups with 1 pkgs; at least 1 versions to try
(39)      try github.com/containerd/cgroups@master
(39)  ✓ select github.com/containerd/cgroups@master w/1 pkgs
(27)  ? attempt github.com/docker/go-connections with 3 pkgs; at least 1 versions to try
(40)      try github.com/docker/go-connections@v0.4.0
(40)  ✓ select github.com/docker/go-connections@v0.4.0 w/3 pkgs
(28)  ? attempt github.com/containerd/typeurl with 1 pkgs; at least 1 versions to try
(41)      try github.com/containerd/typeurl@master
(41)  ✓ select github.com/containerd/typeurl@master w/1 pkgs
(29)  ? revisit golang.org/x/net to add 2 pkgs
(42)    ✓ include 5 more pkgs from golang.org/x/net@master
GOOS=linux CGO_ENABLED=0 go test -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=794381c9 -X github.com/docker/app/internal.Version=jenkins-app-PR-705-8 -X github.com/docker/app/internal.BuildTime=2019-10-22T12:28:34Z" -c -o bin/docker-app-e2e-linux ./e2e/
(29)  ? attempt github.com/golang/protobuf with 1 pkgs; at least 1 versions to try
(43)      try github.com/golang/protobuf@v1.3.1
(43)  ✓ select github.com/golang/protobuf@v1.3.1 w/2 pkgs
(30)  ? revisit golang.org/x/net to add 1 pkgs
(44)    ✓ include 2 more pkgs from golang.org/x/net@master
(30)  ? attempt github.com/docker/go-events with 1 pkgs; at least 1 versions to try
(45)      try github.com/docker/go-events@master
(45)  ✓ select github.com/docker/go-events@master w/1 pkgs
(31)  ? revisit github.com/gogo/protobuf to add 1 pkgs
(46)    ✓ include 1 more pkgs from github.com/gogo/protobuf@v1.2.1
(31)  ? attempt github.com/opencontainers/image-spec with 1 pkgs; at least 1 versions to try
(47)      try github.com/opencontainers/image-spec@v1.0.1
(47)  ✓ select github.com/opencontainers/image-spec@v1.0.1 w/1 pkgs
(32)  ? attempt github.com/gofrs/flock with 1 pkgs; at least 1 versions to try
(48)      try github.com/gofrs/flock@v0.7.1
(48)  ✓ select github.com/gofrs/flock@v0.7.1 w/1 pkgs
(33)  ? attempt golang.org/x/sys with 2 pkgs; at least 1 versions to try
(49)      try golang.org/x/sys@master
(49)  ✓ select golang.org/x/sys@master w/2 pkgs
(34)  ? attempt golang.org/x/text with 1 pkgs; at least 1 versions to try
(50)      try golang.org/x/text@v0.3.0
(50)  ✓ select golang.org/x/text@v0.3.0 w/6 pkgs
(35)  ? attempt google.golang.org/genproto with 1 pkgs; at least 1 versions to try
(51)      try google.golang.org/genproto@master
(51)  ✓ select google.golang.org/genproto@master w/1 pkgs
(36)  ? revisit github.com/docker/docker to add 1 pkgs
(52)    ✓ include 1 more pkgs from github.com/docker/docker@master
(36)  ? attempt github.com/oklog/ulid with 1 pkgs; at least 1 versions to try
(53)      try github.com/oklog/ulid@v1.3.1
(53)  ✓ select github.com/oklog/ulid@v1.3.1 w/1 pkgs
(37)  ? revisit github.com/golang/protobuf to add 2 pkgs
(54)    ✓ include 2 more pkgs from github.com/golang/protobuf@v1.3.1
(37)  ? revisit github.com/moby/buildkit to add 4 pkgs
(55)    ✓ include 24 more pkgs from github.com/moby/buildkit@v0.6.2
(37)  ? attempt github.com/coreos/etcd with 1 pkgs; at least 1 versions to try
(56)      try github.com/coreos/etcd@v3.3.12
(56)  ✓ select github.com/coreos/etcd@v3.3.12 w/1 pkgs
(38)  ? attempt github.com/google/shlex with 1 pkgs; at least 1 versions to try
(57)      try github.com/google/shlex@master
(57)  ✓ select github.com/google/shlex@master w/1 pkgs
(39)  ? attempt github.com/opencontainers/go-digest with 1 pkgs; at least 1 versions to try
(58)      try github.com/opencontainers/go-digest@v1.0.0-rc1
(58)  ✓ select github.com/opencontainers/go-digest@v1.0.0-rc1 w/1 pkgs
(40)  ? attempt github.com/hashicorp/go-version with 1 pkgs; at least 1 versions to try
(59)      try github.com/hashicorp/go-version@v1.1.0
(59)  ✓ select github.com/hashicorp/go-version@v1.1.0 w/1 pkgs
(41)  ? attempt github.com/grpc-ecosystem/grpc-opentracing with 1 pkgs; at least 1 versions to try
(60)      try github.com/grpc-ecosystem/grpc-opentracing@master
(60)  ✓ select github.com/grpc-ecosystem/grpc-opentracing@master w/1 pkgs
(42)  ? attempt github.com/tonistiigi/fsutil with 2 pkgs; at least 1 versions to try
(61)      try github.com/tonistiigi/fsutil@master
(61)  ✓ select github.com/tonistiigi/fsutil@master w/2 pkgs
(43)  ? attempt github.com/konsorten/go-windows-terminal-sequences with 1 pkgs; at least 1 versions to try
(62)      try github.com/konsorten/go-windows-terminal-sequences@v1.0.2
(62)  ✓ select github.com/konsorten/go-windows-terminal-sequences@v1.0.2 w/1 pkgs
GOOS=darwin CGO_ENABLED=0 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=794381c9 -X github.com/docker/app/internal.Version=jenkins-app-PR-705-8 -X github.com/docker/app/internal.BuildTime=2019-10-22T12:28:34Z" -o bin/docker-app-darwin ./cmd/docker-app
(44)  ? attempt vbom.ml/util with 1 pkgs; at least 1 versions to try
(63)      try vbom.ml/util@master
(63)  ✓ select vbom.ml/util@master w/1 pkgs
(45)  ? revisit github.com/Microsoft/hcsshim to add 1 pkgs
(64)    ✓ include 1 more pkgs from github.com/Microsoft/hcsshim@v0.8.6
(45)  ? attempt github.com/docker/docker-credential-helpers with 2 pkgs; at least 1 versions to try
(65)      try github.com/docker/docker-credential-helpers@v0.6.1
(65)  ✓ select github.com/docker/docker-credential-helpers@v0.6.1 w/2 pkgs
(46)  ? attempt github.com/mattn/go-shellwords with 1 pkgs; at least 1 versions to try
(66)      try github.com/mattn/go-shellwords@v1.0.5
(66)  ✓ select github.com/mattn/go-shellwords@v1.0.5 w/1 pkgs
(47)  ? revisit github.com/docker/docker to add 1 pkgs
(67)    ✓ include 1 more pkgs from github.com/docker/docker@master
(47)  ? attempt k8s.io/apimachinery with 1 pkgs; at least 1 versions to try
(68)      try k8s.io/apimachinery@kubernetes-1.14.1
(68)  ✓ select k8s.io/apimachinery@kubernetes-1.14.1 w/21 pkgs
(48)  ? attempt google.golang.org/grpc with 2 pkgs; at least 1 versions to try
(69)      try google.golang.org/grpc@v1.19.1
(69)  ✓ select google.golang.org/grpc@v1.19.1 w/2 pkgs
(49)  ? revisit github.com/golang/protobuf to add 1 pkgs
(70)    ✓ include 5 more pkgs from github.com/golang/protobuf@v1.3.1
(49)  ? attempt github.com/spf13/cobra with 1 pkgs; at least 1 versions to try
(71)      try github.com/spf13/cobra@v0.0.5
(71)  ✓ select github.com/spf13/cobra@v0.0.5 w/1 pkgs
(50)  ? attempt github.com/opentracing/opentracing-go with 2 pkgs; at least 1 versions to try
(72)      try github.com/opentracing/opentracing-go@v1.1.0
(72)  ✓ select github.com/opentracing/opentracing-go@v1.1.0 w/3 pkgs
(51)  ? attempt github.com/opencontainers/runtime-spec with 1 pkgs; at least 1 versions to try
(73)      try github.com/opencontainers/runtime-spec@29686dbc5559d93fb1ef402eeda3e35c38d75af4
(73)  ✓ select github.com/opencontainers/runtime-spec@29686dbc5559d93fb1ef402eeda3e35c38d75af4 w/1 pkgs
GOOS=darwin CGO_ENABLED=0 go test -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=794381c9 -X github.com/docker/app/internal.Version=jenkins-app-PR-705-8 -X github.com/docker/app/internal.BuildTime=2019-10-22T12:28:34Z" -c -o bin/docker-app-e2e-darwin ./e2e/
(52)  ? attempt github.com/coreos/go-systemd with 1 pkgs; at least 1 versions to try
(74)      try github.com/coreos/go-systemd@v20
(74)  ✓ select github.com/coreos/go-systemd@v20 w/1 pkgs
(53)  ? attempt github.com/syndtr/gocapability with 1 pkgs; at least 1 versions to try
(75)      try github.com/syndtr/gocapability@master
(75)  ✓ select github.com/syndtr/gocapability@master w/1 pkgs
(54)  ? attempt github.com/spf13/pflag with 1 pkgs; at least 1 versions to try
(76)      try github.com/spf13/pflag@master
(76)  ✓ select github.com/spf13/pflag@master w/1 pkgs
(55)  ? attempt golang.org/x/sync with 1 pkgs; at least 1 versions to try
(77)      try golang.org/x/sync@master
(77)  ✓ select golang.org/x/sync@master w/1 pkgs
(56)  ? revisit k8s.io/apimachinery to add 6 pkgs
(78)    ✓ include 22 more pkgs from k8s.io/apimachinery@kubernetes-1.14.1
(56)  ? attempt github.com/docker/go with 1 pkgs; at least 1 versions to try
(79)      try github.com/docker/go@v1.5.1-1
(79)  ✓ select github.com/docker/go@v1.5.1-1 w/1 pkgs
(57)  ? attempt github.com/prometheus/client_golang with 1 pkgs; at least 1 versions to try
(80)      try github.com/prometheus/client_golang@v0.8.0
(80)  ✓ select github.com/prometheus/client_golang@v0.8.0 w/1 pkgs
(58)  ? attempt github.com/beorn7/perks with 1 pkgs; at least 1 versions to try
(81)      try github.com/beorn7/perks@master
(81)  ✓ select github.com/beorn7/perks@master w/1 pkgs
(59)  ? attempt github.com/globalsign/mgo with 1 pkgs; at least 1 versions to try
(82)      try github.com/globalsign/mgo@master
(82)  ✓ select github.com/globalsign/mgo@master w/5 pkgs
(60)  ? attempt github.com/qri-io/jsonschema with 1 pkgs; at least 1 versions to try
(83)      try github.com/qri-io/jsonschema@v0.1.1
(83)  ✓ select github.com/qri-io/jsonschema@v0.1.1 w/1 pkgs
(61)  ? attempt github.com/prometheus/client_model with 1 pkgs; at least 1 versions to try
(84)      try github.com/prometheus/client_model@master
(84)  ✓ select github.com/prometheus/client_model@master w/1 pkgs
(62)  ? attempt k8s.io/client-go with 1 pkgs; at least 1 versions to try
(85)      try k8s.io/client-go@kubernetes-1.14.1
(85)  ✓ select k8s.io/client-go@kubernetes-1.14.1 w/17 pkgs
(63)  ? revisit github.com/opencontainers/image-spec to add 1 pkgs
(86)    ✓ include 2 more pkgs from github.com/opencontainers/image-spec@v1.0.1
(63)  ? attempt k8s.io/api with 1 pkgs; at least 1 versions to try
(87)      try k8s.io/api@kubernetes-1.14.1
(87)  ✓ select k8s.io/api@kubernetes-1.14.1 w/1 pkgs
(64)  ? attempt gopkg.in/yaml.v2 with 1 pkgs; at least 1 versions to try
(88)      try gopkg.in/yaml.v2@v2.2.3
(88)  ✓ select gopkg.in/yaml.v2@v2.2.3 w/1 pkgs
(65)  ? attempt github.com/prometheus/common with 2 pkgs; at least 1 versions to try
(89)      try github.com/prometheus/common@v0.2.0
(89)  ✓ select github.com/prometheus/common@v0.2.0 w/3 pkgs
(66)  ? revisit google.golang.org/grpc to add 2 pkgs
(90)    ✓ include 33 more pkgs from google.golang.org/grpc@v1.19.1
(66)  ? revisit github.com/golang/protobuf to add 1 pkgs
(91)    ✓ include 2 more pkgs from github.com/golang/protobuf@v1.3.1
(66)  ? revisit golang.org/x/sync to add 1 pkgs
(92)    ✓ include 1 more pkgs from golang.org/x/sync@master
(66)  ? revisit github.com/opencontainers/image-spec to add 1 pkgs
(93)    ✓ include 1 more pkgs from github.com/opencontainers/image-spec@v1.0.1
(66)  ? attempt github.com/inconshreveable/mousetrap with 1 pkgs; at least 1 versions to try
(94)      try github.com/inconshreveable/mousetrap@v1.0
(94)  ✓ select github.com/inconshreveable/mousetrap@v1.0 w/1 pkgs
(67)  ? revisit k8s.io/client-go to add 7 pkgs
(95)    ✓ include 62 more pkgs from k8s.io/client-go@kubernetes-1.14.1
(67)  ? attempt github.com/tonistiigi/units with 1 pkgs; at least 1 versions to try
(96)      try github.com/tonistiigi/units@master
(96)  ✓ select github.com/tonistiigi/units@master w/1 pkgs
(68)  ? attempt golang.org/x/time with 1 pkgs; at least 1 versions to try
(97)      try golang.org/x/time@master
(97)  ✓ select golang.org/x/time@master w/1 pkgs
(69)  ? attempt github.com/google/gofuzz with 1 pkgs; at least 1 versions to try
(98)      try github.com/google/gofuzz@v1.0.0
(98)  ✓ select github.com/google/gofuzz@v1.0.0 w/1 pkgs
(70)  ? revisit github.com/opentracing/opentracing-go to add 1 pkgs
(99)    ✓ include 2 more pkgs from github.com/opentracing/opentracing-go@v1.1.0
(70)  ? attempt github.com/gogo/googleapis with 1 pkgs; at least 1 versions to try
(100)     try github.com/gogo/googleapis@v1.2.0
(100) ✓ select github.com/gogo/googleapis@v1.2.0 w/1 pkgs
(71)  ? revisit google.golang.org/grpc to add 1 pkgs
(101)   ✓ include 3 more pkgs from google.golang.org/grpc@v1.19.1
(71)  ? revisit google.golang.org/grpc to add 3 pkgs
(102)   ✓ include 32 more pkgs from google.golang.org/grpc@v1.19.1
(71)  ? attempt github.com/googleapis/gnostic with 1 pkgs; at least 1 versions to try
(103)     try github.com/googleapis/gnostic@v0.2.0
(103) ✓ select github.com/googleapis/gnostic@v0.2.0 w/3 pkgs
(72)  ? revisit k8s.io/apimachinery to add 9 pkgs
(104)   ✓ include 34 more pkgs from k8s.io/apimachinery@kubernetes-1.14.1
(72)  ? attempt github.com/wadey/gocovmerge with 1 pkgs; at least 1 versions to try
(105)     try github.com/wadey/gocovmerge@master
(105) ✓ select github.com/wadey/gocovmerge@master w/1 pkgs
(73)  ? revisit golang.org/x/text to add 3 pkgs
(106)   ✓ include 14 more pkgs from golang.org/x/text@v0.3.0
(73)  ? attempt github.com/docker/compose-on-kubernetes with 8 pkgs; at least 1 versions to try
(107)     try github.com/docker/compose-on-kubernetes@v0.4.21
(107) ✓ select github.com/docker/compose-on-kubernetes@v0.4.21 w/11 pkgs
(74)  ? revisit k8s.io/client-go to add 1 pkgs
(108)   ✓ include 17 more pkgs from k8s.io/client-go@kubernetes-1.14.1
(74)  ? revisit golang.org/x/net to add 2 pkgs
(109)   ✓ include 3 more pkgs from golang.org/x/net@master
(74)  ? attempt github.com/matttproud/golang_protobuf_extensions with 1 pkgs; at least 1 versions to try
(110)     try github.com/matttproud/golang_protobuf_extensions@v1.0.1
(110) ✓ select github.com/matttproud/golang_protobuf_extensions@v1.0.1 w/1 pkgs
(75)  ? attempt github.com/json-iterator/go with 1 pkgs; at least 1 versions to try
(111)     try github.com/json-iterator/go@v1.1.6
(111) ✓ select github.com/json-iterator/go@v1.1.6 w/1 pkgs
(76)  ? attempt github.com/gorilla/mux with 1 pkgs; at least 1 versions to try
(112)     try github.com/gorilla/mux@v1.7.1
(112) ✓ select github.com/gorilla/mux@v1.7.1 w/1 pkgs
(77)  ? revisit k8s.io/apimachinery to add 10 pkgs
(113)   ✓ include 34 more pkgs from k8s.io/apimachinery@kubernetes-1.14.1
(77)  ? attempt github.com/jaguilar/vt100 (from github.com/tonistiigi/vt100) with 1 pkgs; at least 1 versions to try
(114)     try github.com/jaguilar/vt100 (from github.com/tonistiigi/vt100)@ad4c4a5743050fb7f88ce968dca9422f72a0e3f2
(114) ✓ select github.com/jaguilar/vt100 (from github.com/tonistiigi/vt100)@ad4c4a5743050fb7f88ce968dca9422f72a0e3f2 w/1 pkgs
(78)  ? revisit k8s.io/api to add 1 pkgs
(115)   ✓ include 2 more pkgs from k8s.io/api@kubernetes-1.14.1
(78)  ? attempt golang.org/x/crypto with 2 pkgs; at least 1 versions to try
(116)     try golang.org/x/crypto@master
(116) ✓ select golang.org/x/crypto@master w/8 pkgs
(79)  ? revisit golang.org/x/sys to add 1 pkgs
(117)   ✓ include 2 more pkgs from golang.org/x/sys@master
(79)  ? attempt github.com/modern-go/concurrent with 1 pkgs; at least 1 versions to try
(118)     try github.com/modern-go/concurrent@1.0.3
(118) ✓ select github.com/modern-go/concurrent@1.0.3 w/1 pkgs
(80)  ? attempt github.com/prometheus/procfs with 1 pkgs; at least 1 versions to try
(119)     try github.com/prometheus/procfs@master
(119) ✓ select github.com/prometheus/procfs@master w/1 pkgs
(81)  ? attempt github.com/davecgh/go-spew with 1 pkgs; at least 1 versions to try
(120)     try github.com/davecgh/go-spew@v1.1.1
(120) ✓ select github.com/davecgh/go-spew@v1.1.1 w/1 pkgs
(82)  ? attempt golang.org/x/oauth2 with 1 pkgs; at least 1 versions to try
(121)     try golang.org/x/oauth2@master
(121) ✓ select golang.org/x/oauth2@master w/2 pkgs
(83)  ? attempt github.com/modern-go/reflect2 with 1 pkgs; at least 1 versions to try
(122)     try github.com/modern-go/reflect2@1.0.1
(122) ✓ select github.com/modern-go/reflect2@1.0.1 w/1 pkgs
(84)  ? revisit k8s.io/api to add 34 pkgs
(123)   ✓ include 35 more pkgs from k8s.io/api@kubernetes-1.14.1
(84)  ? attempt github.com/godbus/dbus with 1 pkgs; at least 1 versions to try
(124)     try github.com/godbus/dbus@v5.0.1
(124) ✓ select github.com/godbus/dbus@v5.0.1 w/1 pkgs
(85)  ? attempt github.com/xeipuuv/gojsonschema with 1 pkgs; at least 1 versions to try
(125)     try github.com/xeipuuv/gojsonschema@93e72a773fade158921402d6a24c819b48aba29d
(125) ✓ select github.com/xeipuuv/gojsonschema@93e72a773fade158921402d6a24c819b48aba29d w/1 pkgs
(86)  ? revisit k8s.io/apimachinery to add 2 pkgs
(126)   ✓ include 2 more pkgs from k8s.io/apimachinery@kubernetes-1.14.1
(86)  ? attempt github.com/hashicorp/golang-lru with 1 pkgs; at least 1 versions to try
(127)     try github.com/hashicorp/golang-lru@v0.5.1
(127) ✓ select github.com/hashicorp/golang-lru@v0.5.1 w/2 pkgs
(87)  ? attempt github.com/imdario/mergo with 1 pkgs; at least 1 versions to try
(128)     try github.com/imdario/mergo@master
(128) ✓ select github.com/imdario/mergo@master w/1 pkgs
(88)  ? attempt github.com/opencontainers/runc with 2 pkgs; at least 1 versions to try
(129)     try github.com/opencontainers/runc@v1.0.0-rc7
(129) ✓ select github.com/opencontainers/runc@v1.0.0-rc7 w/2 pkgs
(89)  ? attempt k8s.io/klog with 1 pkgs; at least 1 versions to try
(130)     try k8s.io/klog@v0.2.0
(130) ✓ select k8s.io/klog@v0.2.0 w/1 pkgs
(90)  ? attempt k8s.io/utils with 2 pkgs; at least 1 versions to try
(131)     try k8s.io/utils@master
(131) ✓ select k8s.io/utils@master w/2 pkgs
GOOS=windows CGO_ENABLED=0 go test -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=794381c9 -X github.com/docker/app/internal.Version=jenkins-app-PR-705-8 -X github.com/docker/app/internal.BuildTime=2019-10-22T12:28:34Z" -c -o bin/docker-app-e2e-windows.exe ./e2e/
(91)  ? attempt google.golang.org/appengine with 1 pkgs; at least 1 versions to try
(132)     try google.golang.org/appengine@v1.5.0
(132) ✓ select google.golang.org/appengine@v1.5.0 w/7 pkgs
(92)  ? attempt sigs.k8s.io/yaml with 1 pkgs; at least 1 versions to try
(133)     try sigs.k8s.io/yaml@v1.1.0
(133) ✓ select sigs.k8s.io/yaml@v1.1.0 w/1 pkgs
(93)  ? attempt github.com/qri-io/jsonpointer with 1 pkgs; at least 1 versions to try
(134)     try github.com/qri-io/jsonpointer@v0.1.0
(134) ✓ select github.com/qri-io/jsonpointer@v0.1.0 w/1 pkgs
(94)  ? attempt gopkg.in/inf.v0 with 1 pkgs; at least 1 versions to try
(135)     try gopkg.in/inf.v0@v0.9.1
(135) ✓ select gopkg.in/inf.v0@v0.9.1 w/1 pkgs
(95)  ? attempt golang.org/x/tools with 1 pkgs; at least 1 versions to try
(136)     try golang.org/x/tools@master
(136) ✓ select golang.org/x/tools@master w/1 pkgs
(96)  ? revisit golang.org/x/crypto to add 1 pkgs
(137)   ✓ include 1 more pkgs from golang.org/x/crypto@master
(96)  ? revisit golang.org/x/oauth2 to add 1 pkgs
(138)   ✓ include 5 more pkgs from golang.org/x/oauth2@master
(96)  ? revisit google.golang.org/appengine to add 1 pkgs
(139)   ✓ include 8 more pkgs from google.golang.org/appengine@v1.5.0
(96)  ? revisit k8s.io/apimachinery to add 1 pkgs
(140)   ✓ include 1 more pkgs from k8s.io/apimachinery@kubernetes-1.14.1
(96)  ? attempt cloud.google.com/go with 1 pkgs; at least 1 versions to try
(141)     try cloud.google.com/go@v0.37.4
(141) ✓ select cloud.google.com/go@v0.37.4 w/1 pkgs
(97)  ? revisit k8s.io/utils to add 1 pkgs
(142)   ✓ include 1 more pkgs from k8s.io/utils@master
(97)  ? attempt k8s.io/kubernetes with 1 pkgs; at least 1 versions to try
(143)     try k8s.io/kubernetes@v1.14.1
(143) ✓ select k8s.io/kubernetes@v1.14.1 w/1 pkgs
(98)  ? attempt github.com/xeipuuv/gojsonreference with 1 pkgs; at least 1 versions to try
(144)     try github.com/xeipuuv/gojsonreference@master
(144) ✓ select github.com/xeipuuv/gojsonreference@master w/1 pkgs
(99)  ? attempt github.com/theupdateframework/notary with 8 pkgs; at least 1 versions to try
(145)     try github.com/theupdateframework/notary@v0.6.1
(145) ✓ select github.com/theupdateframework/notary@v0.6.1 w/14 pkgs
(100) ? revisit github.com/docker/distribution to add 1 pkgs
(146)   ✓ include 1 more pkgs from github.com/docker/distribution@0d3efadf0154c2b8a4e7b6621fff9809655cc580
(100) ? attempt github.com/agl/ed25519 with 1 pkgs; at least 1 versions to try
(147)     try github.com/agl/ed25519@master
(147) ✓ select github.com/agl/ed25519@master w/2 pkgs
(101) ? revisit golang.org/x/crypto to add 1 pkgs
(148)   ✓ include 1 more pkgs from golang.org/x/crypto@master
(101) ? attempt github.com/xeipuuv/gojsonpointer with 1 pkgs; at least 1 versions to try
(149)     try github.com/xeipuuv/gojsonpointer@master
(149) ✓ select github.com/xeipuuv/gojsonpointer@master w/1 pkgs
(102) ? attempt github.com/miekg/pkcs11 with 1 pkgs; at least 1 versions to try
(150)     try github.com/miekg/pkcs11@master
(150) ✓ select github.com/miekg/pkcs11@master w/1 pkgs
(103) ? attempt gotest.tools with 5 pkgs; at least 1 versions to try
(151)     try gotest.tools@v2.3.0
(151) ✓ select gotest.tools@v2.3.0 w/9 pkgs
(104) ? attempt github.com/google/go-cmp with 1 pkgs; at least 1 versions to try
(152)     try github.com/google/go-cmp@v0.2.0
(152) ✓ select github.com/google/go-cmp@v0.2.0 w/4 pkgs
  ✓ found solution with 603 packages from 104 projects

Solver wall times by segment:
    b-rev-present-in: 1m44.510391965s
     b-source-exists: 1m30.246948804s
         b-list-pkgs:    11.77499829s
              b-gmal:    6.478049938s
  b-deduce-proj-root:    2.959792332s
             satisfy:    360.459994ms
         select-atom:    345.154501ms
            new-atom:      5.294601ms
         select-root:      1.850026ms
               other:       770.386µs
            add-atom:       527.501µs

  TOTAL: 3m36.684238338s

(1/104) Wrote github.com/docker/go@v1.5.1-1
(2/104) Wrote github.com/prometheus/procfs@master
(3/104) Wrote gopkg.in/inf.v0@v0.9.1
(4/104) Wrote github.com/json-iterator/go@v1.1.6
(5/104) Wrote github.com/containerd/ttrpc@master
(6/104) Wrote github.com/qri-io/jsonpointer@v0.1.0
(7/104) Wrote github.com/docker/go-connections@v0.4.0
(8/104) Wrote github.com/containerd/typeurl@master
(9/104) Wrote github.com/syndtr/gocapability@master
(10/104) Wrote github.com/agl/ed25519@master
(11/104) Wrote github.com/xeipuuv/gojsonpointer@master
(12/104) Wrote github.com/morikuni/aec@master
(13/104) Wrote github.com/xeipuuv/gojsonreference@master
(14/104) Wrote github.com/miekg/pkcs11@master
(15/104) Wrote github.com/hashicorp/golang-lru@v0.5.1
(16/104) Wrote github.com/opencontainers/runtime-spec@29686dbc5559d93fb1ef402eeda3e35c38d75af4
(17/104) Wrote github.com/containerd/cgroups@master
(18/104) Wrote github.com/gofrs/flock@v0.7.1
(19/104) Wrote github.com/mitchellh/mapstructure@v1.1.2
(20/104) Wrote github.com/oklog/ulid@v1.3.1
(21/104) Wrote golang.org/x/oauth2@master
(22/104) Wrote github.com/modern-go/concurrent@1.0.3
(23/104) Wrote github.com/opencontainers/go-digest@v1.0.0-rc1
(24/104) Wrote k8s.io/apimachinery@kubernetes-1.14.1
(25/104) Wrote github.com/Masterminds/semver@v1.4.2
(26/104) Wrote github.com/beorn7/perks@master
(27/104) Wrote github.com/wadey/gocovmerge@master
(28/104) Wrote google.golang.org/appengine@v1.5.0
(29/104) Wrote github.com/godbus/dbus@v5.0.1
(30/104) Wrote github.com/coreos/go-systemd@v20
(31/104) Wrote github.com/prometheus/client_model@master
(32/104) Wrote k8s.io/utils@master
(33/104) Wrote github.com/docker/go-units@v0.3.3
(34/104) Wrote vbom.ml/util@master
(35/104) Wrote gotest.tools@v2.3.0
(36/104) Wrote github.com/googleapis/gnostic@v0.2.0
(37/104) Wrote github.com/opencontainers/runc@v1.0.0-rc7
(38/104) Wrote golang.org/x/time@master
(39/104) Wrote gopkg.in/yaml.v2@v2.2.3
(40/104) Wrote sigs.k8s.io/yaml@v1.1.0
(41/104) Wrote golang.org/x/crypto@master
(42/104) Wrote github.com/google/shlex@master
(43/104) Wrote github.com/tonistiigi/fsutil@master
(44/104) Wrote github.com/docker/docker-credential-helpers@v0.6.1
(45/104) Wrote google.golang.org/grpc@v1.19.1
(46/104) Wrote github.com/inconshreveable/mousetrap@v1.0
(47/104) Wrote golang.org/x/sys@master
(48/104) Wrote golang.org/x/net@master
(49/104) Wrote github.com/hashicorp/go-version@v1.1.0
(50/104) Wrote github.com/google/gofuzz@v1.0.0
(51/104) Wrote github.com/docker/go-metrics@d466d4f6fd960e01820085bd7e1a24426ee7ef18
(52/104) Wrote github.com/globalsign/mgo@master
(53/104) Wrote github.com/sirupsen/logrus@v1.4.1
(54/104) Wrote github.com/qri-io/jsonschema@v0.1.1
(55/104) Wrote github.com/Microsoft/go-winio@v0.4.12
(56/104) Wrote github.com/prometheus/client_golang@v0.8.0
(57/104) Wrote github.com/konsorten/go-windows-terminal-sequences@v1.0.2
(58/104) Wrote github.com/xeipuuv/gojsonschema@93e72a773fade158921402d6a24c819b48aba29d
(59/104) Wrote github.com/modern-go/reflect2@1.0.1
(60/104) Wrote golang.org/x/sync@master
(61/104) Wrote github.com/spf13/cobra@v0.0.5
(62/104) Wrote k8s.io/klog@v0.2.0
(63/104) Wrote github.com/tonistiigi/units@master
(64/104) Wrote github.com/pkg/errors@v0.8.1
(65/104) Wrote github.com/containerd/continuity@master
(66/104) Wrote github.com/containerd/console@master
(67/104) Wrote github.com/spf13/pflag@master
(68/104) Wrote github.com/gorilla/mux@v1.7.1
(69/104) Wrote github.com/opencontainers/image-spec@v1.0.1
(70/104) Wrote github.com/jaguilar/vt100 (from github.com/tonistiigi/vt100)@ad4c4a5743050fb7f88ce968dca9422f72a0e3f2
(71/104) Wrote github.com/Microsoft/hcsshim@v0.8.6
(72/104) Wrote k8s.io/api@kubernetes-1.14.1
(73/104) Wrote github.com/gogo/protobuf@v1.2.1
(74/104) Wrote github.com/containerd/fifo@master
(75/104) Wrote github.com/google/go-cmp@v0.2.0
(76/104) Wrote github.com/prometheus/common@v0.2.0
(77/104) Wrote github.com/mattn/go-shellwords@v1.0.5
(78/104) Wrote k8s.io/client-go@kubernetes-1.14.1
(79/104) Wrote github.com/imdario/mergo@master
(80/104) Wrote github.com/Azure/go-ansiterm@master
(81/104) Wrote golang.org/x/text@v0.3.0
(82/104) Wrote github.com/davecgh/go-spew@v1.1.1
(83/104) Wrote github.com/golang/protobuf@v1.3.1
(84/104) Wrote github.com/deislabs/cnab-go@v0.3.2-beta1
(85/104) Wrote cloud.google.com/go@v0.37.4
(86/104) Wrote github.com/docker/go-events@master
(87/104) Wrote golang.org/x/tools@master
(88/104) Wrote github.com/matttproud/golang_protobuf_extensions@v1.0.1
(89/104) Wrote github.com/coreos/etcd@v3.3.12
(90/104) Wrote github.com/gogo/googleapis@v1.2.0
(91/104) Wrote github.com/grpc-ecosystem/grpc-opentracing@master
(92/104) Wrote github.com/docker/cnab-to-oci@v0.1.0-beta2
(93/104) Wrote github.com/opentracing/opentracing-go@v1.1.0
(94/104) Wrote github.com/docker/buildx@v0.3.1
(95/104) Wrote google.golang.org/genproto@master
(96/104) Wrote github.com/moby/buildkit@v0.6.2
(97/104) Wrote github.com/docker/compose-on-kubernetes@v0.4.21
(98/104) Wrote github.com/containerd/containerd@master
(99/104) Wrote github.com/theupdateframework/notary@v0.6.1
(100/104) Wrote github.com/docker/distribution@0d3efadf0154c2b8a4e7b6621fff9809655cc580
(101/104) Wrote github.com/docker/cli@d83cd90464377d4164c8f70248d064b979e5ca98
(102/104) Wrote github.com/docker/swarmkit@18e7e58ea1a5ec016625a636d0d52500eea123bc
(103/104) Wrote github.com/docker/docker@master
Removing intermediate container 3589f21d0869
 ---> a57c1ce2a031
[Warning] One or more build-args [ALPINE_VERSION COMMIT] were not consumed
Successfully built a57c1ce2a031
Successfully tagged docker-app-e2e-cross:jenkins-app-PR-705-8
docker create --name docker-app-e2e-cross-jenkins-app-PR-705-8 docker-app-e2e-cross:jenkins-app-PR-705-8 noop
154f7e86bbf0f8d5fe3dd1e67d3225f6b47a8690d5f7f2ed7262bbd9afc8c1f3
docker cp docker-app-e2e-cross-jenkins-app-PR-705-8:/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-705-8:/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-705-8:/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-705-8:/usr/local/bin/gotestsum-linux bin/gotestsum-linux
docker cp docker-app-e2e-cross-jenkins-app-PR-705-8:/usr/local/bin/gotestsum-darwin bin/gotestsum-darwin
docker cp docker-app-e2e-cross-jenkins-app-PR-705-8:/usr/local/bin/gotestsum-windows.exe bin/gotestsum-windows.exe
docker cp docker-app-e2e-cross-jenkins-app-PR-705-8:/usr/local/bin/test2json-linux bin/test2json-linux
docker cp docker-app-e2e-cross-jenkins-app-PR-705-8:/usr/local/bin/test2json-darwin bin/test2json-darwin
(104/104) Wrote k8s.io/kubernetes@v1.14.1
vendor is correct
docker cp docker-app-e2e-cross-jenkins-app-PR-705-8:/usr/local/bin/test2json-windows.exe bin/test2json-windows.exe
docker rm docker-app-e2e-cross-jenkins-app-PR-705-8
docker-app-e2e-cross-jenkins-app-PR-705-8
tar --transform='flags=r;s|docker-app-linux|docker-app-plugin-linux|' -czf bin/docker-app-linux.tar.gz -C bin docker-app-linux
tar czf bin/docker-app-e2e-linux.tar.gz -C bin docker-app-e2e-linux
tar --transform='flags=r;s|docker-app-darwin|docker-app-plugin-darwin|' -czf bin/docker-app-darwin.tar.gz -C bin docker-app-darwin
[Pipeline] }
[Pipeline] // ansiColor
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
tar czf bin/docker-app-e2e-darwin.tar.gz -C bin docker-app-e2e-darwin
tar --transform='flags=r;s|docker-app-windows|docker-app-plugin-windows|' -czf bin/docker-app-windows.tar.gz -C bin docker-app-windows.exe
tar czf bin/docker-app-e2e-windows.tar.gz -C bin docker-app-e2e-windows.exe
[Pipeline] }
[Pipeline] // ansiColor
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-705/src/github.com/docker/app/bin
[Pipeline] {
[Pipeline] stash
Stashed 21 file(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-705/8/stashes/binaries.tgz
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-705/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-705/8/stashes/e2e.tgz
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-705/src/github.com/docker/app/examples
[Pipeline] {
[Pipeline] stash
Stashed 48 file(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-705/8/stashes/examples.tgz
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ xargs docker image rm -f
+ docker image ls --format={{.Repository}}:{{.Tag}} *jenkins-app-PR-705-8*
Untagged: docker-app-e2e-cross:jenkins-app-PR-705-8
Deleted: sha256:a57c1ce2a03108d27c3a7a15c531ab41c78c3776bb283f0626038ef52ea237a3
Deleted: sha256:093192aa934c4f79588e0010d4c5b1aee619b8c3e3f7f57568fb16adb4c8ab84
Deleted: sha256:b2f410b1d7b64224469561e39ed7fcaff2e07678d3c99a5ad2c8fef66bb35141
Untagged: docker-app-cross:jenkins-app-PR-705-8
Deleted: sha256:327f9e264f1c1ef2be1fc6466ce300efcc3c88979b29764dda862cc0cdf7768e
Deleted: sha256:99e4abcb51dc3b953691fd3807a51f593c1333700e4c36c701dd97e2e440b016
Deleted: sha256:c9e9b114bef6ade59c605a445d5c40f6911ac7285dfffade5d304db59d8f937e
Deleted: sha256:893145da4adbc7f22afe2b852dce4b07c77d428be8f47d6589cb4db92598b1ae
Deleted: sha256:33dd9bbaa344445aebe7ad5ddfabf9b24c93954dc8d181d94ee42c91e5af8b58
Untagged: docker-app-cli:jenkins-app-PR-705-8
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test)
[Pipeline] parallel
[Pipeline] { (Branch: Coverage)
[Pipeline] { (Branch: Test Linux)
[Pipeline] stage
[Pipeline] { (Coverage)
[Pipeline] stage
[Pipeline] { (Test Linux)
[Pipeline] node
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-0583cc17ce1a5ce1b) in /home/ubuntu/workspace/app_PR-705
[Pipeline] {
Running on ubuntu-1804-overlay2 (i-029fdfc8af9bb6512) in /home/ubuntu/workspace/app_PR-705
[Pipeline] {
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-705/src/github.com/docker/app
[Pipeline] {
[Pipeline] checkout
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-705/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-705/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/705/head:refs/remotes/origin/PR-705
Cloning repository https://github.com/docker/app.git
 > git init /home/ubuntu/workspace/app_PR-705/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/705/head:refs/remotes/origin/PR-705
Fetching without tags
Checking out Revision 794381c9143a764b33675945be27a0e1bc9c02c8 (PR-705)
Fetching without tags
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/705/head:refs/remotes/origin/PR-705 # 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/705/head:refs/remotes/origin/PR-705
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/705/head:refs/remotes/origin/PR-705 # 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/705/head:refs/remotes/origin/PR-705
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 794381c9143a764b33675945be27a0e1bc9c02c8
Checking out Revision 794381c9143a764b33675945be27a0e1bc9c02c8 (PR-705)
Commit message: "Introduce --iidfile option"
Commit message: "Introduce --iidfile option"
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-705/src/github.com/docker/app/_build
[Pipeline] {
[Pipeline] unstash
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 794381c9143a764b33675945be27a0e1bc9c02c8
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-705/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-705/8/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-705/8/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-705-8-coverage
[Pipeline] }
[Pipeline] // dir
[Pipeline] ansiColor
[Pipeline] {
[Pipeline] sh
Loaded image: docker/cnab-app-base:jenkins-app-PR-705-8
[Pipeline] }
[Pipeline] // dir
[Pipeline] unstash
+ make -f docker.Makefile TAG=jenkins-app-PR-705-8-coverage coverage-run
docker build --build-arg TAG=jenkins-app-PR-705-8-coverage --build-arg COMMIT=794381c9 --build-arg ALPINE_VERSION=3.10.1 --build-arg GOPROXY=direct --target=dev -t docker-app-dev:jenkins-app-PR-705-8 .
Sending build context to Docker daemon  76.13MB

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
 ---> 4b6081e697d8
Step 3/18 : RUN apt-get install -y -q --no-install-recommends   coreutils   util-linux   uuid-runtime
 ---> Using cache
 ---> aa3fcb3957f0
Step 4/18 : WORKDIR /go/src/github.com/docker/cli
 ---> Using cache
 ---> 1d652dde10ad
Step 5/18 : RUN git clone https://github.com/docker/cli . && git checkout a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb
 ---> Using cache
 ---> 8137b1a09d9b
Step 6/18 : ARG GOPROXY
 ---> Using cache
 ---> c39ce7ebedf6
Step 7/18 : RUN make binary-osx binary-windows binary &&   cp build/docker-linux-amd64 /usr/bin/docker
 ---> Using cache
 ---> 3fd3d4c3bf2f
Step 8/18 : WORKDIR /go/src/github.com/docker/app/
 ---> Using cache
 ---> 79d91383c29c
Step 9/18 : FROM build AS dev
 ---> 79d91383c29c
Step 10/18 : ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/
 ---> Using cache
 ---> f8cc13d19947
Step 11/18 : ARG DEP_VERSION=v0.5.4
 ---> Using cache
 ---> ab2d989d2342
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
 ---> eac3e5b10a8d
Step 13/18 : ARG GOTESTSUM_VERSION=v0.3.4
 ---> Using cache
 ---> 072da6ffe9c7
Step 14/18 : ARG GOPROXY
 ---> Using cache
 ---> 09cfdf3f0cf5
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
 ---> a4c05e087123
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
 ---> 2c8056f6501f
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
 ---> 85ee5226b926
Step 18/18 : COPY . .
 ---> 74ddaf33d9b8
[Warning] One or more build-args [ALPINE_VERSION COMMIT TAG] were not consumed
Successfully built 74ddaf33d9b8
Successfully tagged docker-app-dev:jenkins-app-PR-705-8
docker run -v /var/run:/var/run:ro --name docker-app-cov-jenkins-app-PR-705-8-coverage --network="host" -t docker-app-dev:jenkins-app-PR-705-8 make COMMIT=794381c9 TAG=jenkins-app-PR-705-8-coverage TEST_RESULTS_PREFIX= coverage
Running unit tests (coverage)...
CGO_ENABLED=0 gotestsum --junitfile _build/test-results/unit-coverage.xml -- -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=794381c9 -X github.com/docker/app/internal.Version=jenkins-app-PR-705-8-coverage -X github.com/docker/app/internal.BuildTime=2019-10-22T12:31:03Z" -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/internal github.com/docker/app/internal/cnab github.com/docker/app/internal/commands github.com/docker/app/internal/commands/build github.com/docker/app/internal/commands/image github.com/docker/app/internal/compose github.com/docker/app/internal/formatter github.com/docker/app/internal/formatter/driver github.com/docker/app/internal/formatter/json github.com/docker/app/internal/formatter/yaml github.com/docker/app/internal/inspect github.com/docker/app/internal/log github.com/docker/app/internal/packager github.com/docker/app/internal/slices github.com/docker/app/internal/store github.com/docker/app/internal/yaml github.com/docker/app/loader github.com/docker/app/render github.com/docker/app/specification github.com/docker/app/types github.com/docker/app/types/metadata github.com/docker/app/types/parameters
∅  .
Unstashed file(s) from https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-705/8/stashes/binaries.tgz
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-705/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-705/8/stashes/examples.tgz
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-705/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-705/8/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
=== RUN   TestBuild
--- FAIL: TestBuild (16.51s)
    build_test.go:52: failed to parse source file: /go/src/github.com/docker/app/e2e/build_test.go: open /go/src/github.com/docker/app/e2e/build_test.go: no such file or directory
    build_test.go:52: assertion failed: cae53f9d1a7ce51e5d631bd6907ad8653ae90c2f80f2c86f8ca3a45032d92d0b (string) != cae53f9d1a7ce51e5d631bd6907ad8653ae90c2f80f2c86f8ca3a45032d92d0b (store.ID)
FAIL e2e/linux.TestBuild (16.51s)
PASS e2e/linux.TestBuildWithoutTag (13.37s)
PASS e2e/linux.TestBuildWithArgs (13.19s)
PASS e2e/linux.TestBuildWithArgsDefinedTwice (12.51s)
PASS e2e/linux.TestCallCustomStatusAction/validCustomDockerStatusAction (3.11s)
PASS e2e/linux.TestCallCustomStatusAction/validCustomStandardStatusAction (3.12s)
PASS e2e/linux.TestCallCustomStatusAction/missingCustomStatusAction (3.27s)
PASS e2e/linux.TestCallCustomStatusAction (9.49s)
PASS e2e/linux.TestCnabParameters (3.14s)
PASS e2e/linux.TestExitErrorCode (0.07s)
PASS e2e/linux.TestRender/envvariables/stdout (1.86s)
PASS e2e/linux.TestRender/envvariables/file (1.63s)
PASS e2e/linux.TestRender/envvariables (3.49s)
PASS e2e/linux.TestRender (3.49s)
PASS e2e/linux.TestRenderFormatters (15.22s)
PASS e2e/linux.TestInit (0.14s)
∅  cmd/cnab-run
∅  cmd/docker-app
✓  internal (30ms)
✓  internal/cnab (30ms)
PASS e2e/linux.TestInspectApp (14.56s)
✓  internal/commands/build (21ms)
✓  internal/commands (606ms)
✓  internal/compose (9ms)
✓  internal/formatter (10ms)
✓  internal/commands/image (62ms)
∅  internal/formatter/driver
∅  internal/formatter/json
∅  internal/formatter/yaml
✓  internal/inspect (146ms)
∅  internal/log
✓  internal/slices (18ms)
✓  internal/store (31ms)
✓  internal/packager (78ms)
✓  internal/yaml (8ms)
✓  loader (29ms)
✓  render (70ms)
✓  specification (8ms)
✓  types (49ms)
✓  types/metadata (60ms)
✓  types/parameters (4ms)

DONE 231 tests in 126.080s
CGO_ENABLED=0 go test -tags=" testrunmain" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=794381c9 -X github.com/docker/app/internal.Version=jenkins-app-PR-705-8-coverage -X github.com/docker/app/internal.BuildTime=2019-10-22T12:31:03Z" -coverpkg="./..." -c -o _build/docker-app.cov ./cmd/docker-app
Running e2e tests (coverage)...
DOCKERAPP_BINARY=../e2e/coverage-bin CGO_ENABLED=0 gotestsum --junitfile _build/test-results/e2e-coverage.xml -- -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=794381c9 -X github.com/docker/app/internal.Version=jenkins-app-PR-705-8-coverage -X github.com/docker/app/internal.BuildTime=2019-10-22T12:31:03Z" -v ./e2e
PASS e2e/linux.TestDockerAppLifecycle/withBindMounts (26.10s)
PASS e2e/linux.TestDockerAppLifecycle/withoutBindMounts (29.32s)
PASS e2e/linux.TestDockerAppLifecycle (55.42s)
PASS e2e/linux.TestCredentials/missing (0.07s)
PASS e2e/linux.TestCredentials/full (2.18s)
PASS e2e/linux.TestCredentials/mixed-credstore (1.49s)
PASS e2e/linux.TestCredentials/mixed-local-cred (1.50s)
PASS e2e/linux.TestCredentials/overload (0.06s)
PASS e2e/linux.TestCredentials (5.31s)
PASS e2e/linux.TestRenderWithEnvFile (1.88s)
PASS e2e/linux.TestExamplesAreValid (0.25s)
PASS e2e/linux.TestImageList (14.15s)
PASS e2e/linux.TestImageListQuiet (14.23s)
PASS e2e/linux.TestImageRm (14.32s)
PASS e2e/linux.TestImageTag (15.31s)
PASS e2e/linux.TestInvokePluginFromCLI (0.74s)
PASS e2e/linux.TestPushArchs/default (3.96s)
PASS e2e/linux.TestPushArchs/all-platforms (1.53s)
PASS e2e/linux.TestPushArchs (17.63s)
PASS e2e/linux.TestPushInsecureRegistry (18.88s)
PASS e2e/linux.TestPushInstall (17.64s)
PASS e2e/linux.TestPushPullInstall (17.87s)
PASS e2e/linux.TestPushInstallBundle/push-bundle (5.21s)
PASS e2e/linux.TestPushInstallBundle/push-ref (1.53s)
PASS e2e/linux.TestPushInstallBundle/push-bundleref (2.04s)
PASS e2e/linux.TestPushInstallBundle (28.11s)
FAIL e2e/linux

=== Failed
=== FAIL: e2e/linux TestBuild (16.51s)
    build_test.go:52: failed to parse source file: /go/src/github.com/docker/app/e2e/build_test.go: open /go/src/github.com/docker/app/e2e/build_test.go: no such file or directory
    build_test.go:52: assertion failed: cae53f9d1a7ce51e5d631bd6907ad8653ae90c2f80f2c86f8ca3a45032d92d0b (string) != cae53f9d1a7ce51e5d631bd6907ad8653ae90c2f80f2c86f8ca3a45032d92d0b (store.ID)


DONE 43 tests, 1 failure in 323.448s
time="2019-10-22T12:36:29Z" 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-705/8/artifacts/
[Pipeline] junit
Recording test results
[Pipeline] sh
+ docker rmi docker/cnab-app-base:jenkins-app-PR-705-8
Untagged: docker/cnab-app-base:jenkins-app-PR-705-8
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch Test Linux
✖  e2e (5m42.702s)

=== Failed
=== FAIL: e2e TestBuild (13.07s)
    build_test.go:52: assertion failed: f57e6475887124674a5f41cd2c04077e8fe5a64df5cb10eb982856a8340b6fe9 (iid string) != f57e6475887124674a5f41cd2c04077e8fe5a64df5cb10eb982856a8340b6fe9 (actualID store.ID)


DONE 43 tests, 1 failure in 346.566s
make: *** [Makefile:96: coverage-test-e2e] Error 1
docker.Makefile:100: recipe for target 'coverage-run' failed
make: *** [coverage-run] Error 2
[Pipeline] }
[Pipeline] // ansiColor
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-705/src/github.com/docker/app/_build/test-results
[Pipeline] {
[Pipeline] sh
+ [ ! -e unit-coverage.xml ]
[Pipeline] sh
+ [ ! -e e2e-coverage.xml ]
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] junit
Recording test results
No test report files were found. Configuration error?
[Pipeline] }
[Pipeline] // dir
Error when executing always post condition:
hudson.AbortException: No test report files were found. Configuration error?
	at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:154)
	at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:118)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3050)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.lang.Thread.run(Thread.java:834)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to ubuntu-1804-overlay2 (i-0583cc17ce1a5ce1b)
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:957)
		at hudson.FilePath.act(FilePath.java:1070)
		at hudson.FilePath.act(FilePath.java:1059)
		at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:114)
		at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:137)
		at hudson.tasks.junit.JUnitResultArchiver.parseAndAttach(JUnitResultArchiver.java:167)
		at hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:52)
		at hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:25)
		at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
		at java.util.concurrent.FutureTask.run(FutureTask.java:266)
		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
		at java.lang.Thread.run(Thread.java:748)

[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch Coverage
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

ERROR: script returned exit code 1
Finished: FAILURE