Skip to content
Failed

Console Output

Skipping 13 KB.. Full Log
[Pipeline] {
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
[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
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-676/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/676/head:refs/remotes/origin/PR-676
Cloning repository https://github.com/docker/app.git
 > git init /home/ubuntu/workspace/app_PR-676/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/676/head:refs/remotes/origin/PR-676
Cloning repository https://github.com/docker/app.git
 > git init /home/ubuntu/workspace/app_PR-676/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/676/head:refs/remotes/origin/PR-676
Fetching without tags
Fetching without tags
Checking out Revision 6fc33c4fb9249dae2d607d3893882efb36b0a196 (PR-676)
Checking out Revision 6fc33c4fb9249dae2d607d3893882efb36b0a196 (PR-676)
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/676/head:refs/remotes/origin/PR-676 # 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/676/head:refs/remotes/origin/PR-676
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6fc33c4fb9249dae2d607d3893882efb36b0a196
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/676/head:refs/remotes/origin/PR-676 # 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/676/head:refs/remotes/origin/PR-676
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6fc33c4fb9249dae2d607d3893882efb36b0a196
Fetching without tags
Commit message: "Add warnings for env_file entries not copied"
First time build. Skipping changelog.
Checking out Revision 6fc33c4fb9249dae2d607d3893882efb36b0a196 (PR-676)
Commit message: "Add warnings for env_file entries not copied"
Commit message: "Add warnings for env_file entries not copied"
[Pipeline] ansiColor
[Pipeline] {
[Pipeline] sh
[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-676-2 .
 > git rev-list --no-walk ac6b097120c338814a4beed721b4a66ba78f5b11 # timeout=10
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/676/head:refs/remotes/origin/PR-676 # 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/676/head:refs/remotes/origin/PR-676
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6fc33c4fb9249dae2d607d3893882efb36b0a196
+ make -f docker.Makefile lint
Linting...
docker build -t docker-app-lint:jenkins-app-PR-676-2 -f Dockerfile.lint .
[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-676-2  .
Sending build context to Docker daemon  75.57MB

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
 ---> ef375e4ebda6
Step 4/14 : WORKDIR /go/src/github.com/docker/app/
 ---> Using cache
 ---> be9f58110aec
Step 5/14 : COPY . .
Sending build context to Docker daemon  75.57MB

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
 ---> ab3c57a92bce
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
 ---> 283fd3682425
Step 6/8 : WORKDIR /go/src/github.com/docker/app
 ---> Using cache
 ---> 5a98a5205044
Step 7/8 : ENV CGO_ENABLED=0
 ---> Using cache
 ---> 704bf271715e
Step 8/8 : COPY . .
Sending build context to Docker daemon  75.57MB

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
 ---> e2aabfa60d7e
Step 3/8 : RUN apt-get install -y -q --no-install-recommends     coreutils     util-linux     uuid-runtime
 ---> Using cache
 ---> bd2dee62188f
Step 4/8 : WORKDIR /go/src/github.com/docker/cli
 ---> Using cache
 ---> aaa15763abd3
Step 5/8 : RUN git clone https://github.com/docker/cli . && git checkout a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb
 ---> Using cache
 ---> 35b3a7722a17
Step 6/8 : ARG GOPROXY
 ---> Using cache
 ---> 4c0c6d136027
Step 7/8 : RUN make binary-osx binary-windows binary &&  cp build/docker-linux-amd64 /usr/bin/docker
 ---> Using cache
 ---> 6c88087f14bc
Step 8/8 : WORKDIR /go/src/github.com/docker/app/
 ---> Using cache
 ---> a789450e55c9
[Warning] One or more build-args [ALPINE_VERSION COMMIT EXPERIMENTAL TAG] were not consumed
Successfully built a789450e55c9
Successfully tagged docker-app-cli:jenkins-app-PR-676-2
docker create --name docker-app-cli-jenkins-app-PR-676-2 docker-app-cli:jenkins-app-PR-676-2 noop
9295f9747fbb2a0604541f629d7aaa185cd7fef2449778e6fc3ab1f4c18d21cb
docker cp docker-app-cli-jenkins-app-PR-676-2:/go/src/github.com/docker/cli/build/docker-linux-amd64 bin/docker-linux
docker cp docker-app-cli-jenkins-app-PR-676-2:/go/src/github.com/docker/cli/build/docker-darwin-amd64 bin/docker-darwin
docker cp docker-app-cli-jenkins-app-PR-676-2:/go/src/github.com/docker/cli/build/docker-windows-amd64 bin/docker-windows.exe
docker rm docker-app-cli-jenkins-app-PR-676-2
docker-app-cli-jenkins-app-PR-676-2
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-676-2  .
 ---> 8c124c2f210c
Step 6/14 : ARG EXPERIMENTAL="off"
 ---> Running in 3fdf710f583f
Removing intermediate container 3fdf710f583f
 ---> 89df1fca4c72
Step 7/14 : ARG TAG="unknown"
 ---> Running in 48d073ebd867
Removing intermediate container 48d073ebd867
 ---> 42d391539c3b
Step 8/14 : RUN make EXPERIMENTAL=${EXPERIMENTAL} BUILD_TAG=${BUILD_TAG} TAG=${TAG} bin/cnab-run
 ---> Running in 0246614241bf
Sending build context to Docker daemon  75.57MB

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
 ---> e2aabfa60d7e
Step 3/22 : RUN apt-get install -y -q --no-install-recommends     coreutils     util-linux     uuid-runtime
 ---> Using cache
 ---> bd2dee62188f
Step 4/22 : WORKDIR /go/src/github.com/docker/cli
 ---> Using cache
 ---> aaa15763abd3
Step 5/22 : RUN git clone https://github.com/docker/cli . && git checkout a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb
 ---> Using cache
 ---> 35b3a7722a17
Step 6/22 : ARG GOPROXY
 ---> Using cache
 ---> 4c0c6d136027
Step 7/22 : RUN make binary-osx binary-windows binary &&  cp build/docker-linux-amd64 /usr/bin/docker
 ---> Using cache
 ---> 6c88087f14bc
Step 8/22 : WORKDIR /go/src/github.com/docker/app/
 ---> Using cache
 ---> a789450e55c9
Step 9/22 : FROM build AS dev
 ---> a789450e55c9
Step 10/22 : ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/
 ---> Using cache
 ---> 98b91742cef7
Step 11/22 : ARG DEP_VERSION=v0.5.4
 ---> Using cache
 ---> 1c81110c5d77
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
 ---> Using cache
 ---> 3cd667e9e3de
Step 13/22 : ARG GOTESTSUM_VERSION=v0.3.4
 ---> Using cache
 ---> 5661d42250c3
Step 14/22 : ARG GOPROXY
 ---> Using cache
 ---> c1666ebe91ad
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
 ---> Using cache
 ---> 2556e933527e
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
 ---> Using cache
 ---> f28f015f93d3
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/*
 ---> Using cache
 ---> a794798b3889
Step 18/22 : COPY . .
 ---> 0d361b14124c
Successfully built 0d361b14124c
Successfully tagged docker-app-lint:jenkins-app-PR-676-2
docker run --rm docker-app-lint:jenkins-app-PR-676-2 make lint
CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=6fc33c4f -X github.com/docker/app/internal.Version=jenkins-app-PR-676-2 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-07T17:26:01Z" -o bin/cnab-run ./cmd/cnab-run
Linting...
 ---> ffb386142063
Step 19/22 : FROM dev AS cross
 ---> ffb386142063
Step 20/22 : ARG EXPERIMENTAL="off"
 ---> Running in 6454918c2992
Removing intermediate container 6454918c2992
 ---> 83bb42cd34c3
Step 21/22 : ARG TAG="unknown"
 ---> Running in aceb8a7b97b6
Removing intermediate container aceb8a7b97b6
 ---> 667f8df3dcb2
Step 22/22 : RUN make EXPERIMENTAL=${EXPERIMENTAL} TAG=${TAG} cross
 ---> Running in 670e9b942153
GOOS=linux CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=6fc33c4f -X github.com/docker/app/internal.Version=jenkins-app-PR-676-2 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-07T17:26:05Z" -o bin/docker-app-linux ./cmd/docker-app
[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-676-2 .
Sending build context to Docker daemon  75.57MB

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
 ---> 9645a8133725
Step 3/18 : RUN apt-get install -y -q --no-install-recommends     coreutils     util-linux     uuid-runtime
 ---> Using cache
 ---> bf05fcf82d31
Step 4/18 : WORKDIR /go/src/github.com/docker/cli
 ---> Using cache
 ---> e6ce632a95cd
Step 5/18 : RUN git clone https://github.com/docker/cli . && git checkout a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb
 ---> Using cache
 ---> d0d20bb8be1d
Step 6/18 : ARG GOPROXY
 ---> Using cache
 ---> 5cd7e178bbb7
Step 7/18 : RUN make binary-osx binary-windows binary &&  cp build/docker-linux-amd64 /usr/bin/docker
 ---> Using cache
 ---> 4487be9fe21e
Step 8/18 : WORKDIR /go/src/github.com/docker/app/
 ---> Using cache
 ---> 72e62dc0d60c
Step 9/18 : FROM build AS dev
 ---> 72e62dc0d60c
Step 10/18 : ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/
 ---> Using cache
 ---> ff57e543c17c
Step 11/18 : ARG DEP_VERSION=v0.5.4
 ---> Using cache
 ---> 17ff6e9431dd
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
 ---> cb56fa3f101d
Step 13/18 : ARG GOTESTSUM_VERSION=v0.3.4
 ---> Using cache
 ---> 9e9fb7bce425
Step 14/18 : ARG GOPROXY
 ---> Using cache
 ---> 8f96f9be0df8
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
 ---> 1225044d2b94
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
 ---> c87678350b30
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
 ---> afa02c684b7f
Step 18/18 : COPY . .
 ---> daf4769ce2bd
[Warning] One or more build-args [ALPINE_VERSION COMMIT EXPERIMENTAL TAG] were not consumed
Successfully built daf4769ce2bd
Successfully tagged docker-app-dev:jenkins-app-PR-676-2
Check Vendoring...
docker run --rm docker-app-dev:jenkins-app-PR-676-2 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/cli/cli/compose/schema: in Gopkg.lock's input-imports, but neither imported nor required

Root project is "github.com/docker/app"
 25 transitively valid internal packages
 70 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/cli with 19 pkgs; at least 1 versions to try
(2)	    try github.com/docker/cli@d83cd90464377d4164c8f70248d064b979e5ca98
GOOS=darwin CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=6fc33c4f -X github.com/docker/app/internal.Version=jenkins-app-PR-676-2 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-07T17:26:05Z" -o bin/docker-app-darwin ./cmd/docker-app
Removing intermediate container 0246614241bf
 ---> 8b74ddfdefdb
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 eff2717ca744
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 eff2717ca744
 ---> f82aad88eebb
Step 11/14 : USER cnab
 ---> Running in 93de259b1d94
Removing intermediate container 93de259b1d94
 ---> 22bca8b6bc94
Step 12/14 : COPY --from=build /go/src/github.com/docker/app/bin/cnab-run /cnab/app/run
 ---> 352758e8bea8
Step 13/14 : WORKDIR /cnab/app
 ---> Running in 2403a4e316e6
Removing intermediate container 2403a4e316e6
 ---> 5bfb76288a80
Step 14/14 : CMD /cnab/app/run
 ---> Running in d710c351f440
Removing intermediate container d710c351f440
 ---> c6587f979497
[Warning] One or more build-args [COMMIT GOPROXY] were not consumed
Successfully built c6587f979497
Successfully tagged docker/cnab-app-base:jenkins-app-PR-676-2
docker save docker/cnab-app-base:jenkins-app-PR-676-2 -o _build/invocation-image.tar
[Pipeline] sh
+ make -f docker.Makefile INVOCATION_IMAGE_TAG=jenkins-app-PR-676-2-coverage OUTPUT=coverage-invocation-image.tar save-invocation-image-tag
docker tag docker/cnab-app-base:jenkins-app-PR-676-2 docker/cnab-app-base:jenkins-app-PR-676-2-coverage
docker save docker/cnab-app-base:jenkins-app-PR-676-2-coverage -o _build/coverage-invocation-image.tar
[Pipeline] sh
+ make -f docker.Makefile INVOCATION_IMAGE_TAG=jenkins-app-PR-676-2-coverage-experimental OUTPUT=coverage-experimental-invocation-image.tar save-invocation-image-tag
docker tag docker/cnab-app-base:jenkins-app-PR-676-2 docker/cnab-app-base:jenkins-app-PR-676-2-coverage-experimental
docker save docker/cnab-app-base:jenkins-app-PR-676-2-coverage-experimental -o _build/coverage-experimental-invocation-image.tar
[Pipeline] }
[Pipeline] // ansiColor
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-676/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-676/2/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-676/2/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-676/2/stashes/coverage-experimental-invocation-image.tgz
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-676/src/github.com/docker/app
[Pipeline] {
[Pipeline] sh
+ docker rmi docker/cnab-app-base:jenkins-app-PR-676-2
Untagged: docker/cnab-app-base:jenkins-app-PR-676-2
[Pipeline] sh
+ docker rmi docker/cnab-app-base:jenkins-app-PR-676-2-coverage
Untagged: docker/cnab-app-base:jenkins-app-PR-676-2-coverage
[Pipeline] sh
+ docker rmi docker/cnab-app-base:jenkins-app-PR-676-2-coverage-experimental
Untagged: docker/cnab-app-base:jenkins-app-PR-676-2-coverage-experimental
Deleted: sha256:c6587f979497c498ef2b6ae805f205ab874a8a087cfdf1675906acd5d4662268
Deleted: sha256:5bfb76288a803cb6ae3de0216f37c585a0528684929935c2aa5408bfd71d3425
Deleted: sha256:352758e8bea82efa8c39bf6e3d2d3e20c36b6b3454a770a4d09977bf1b66b20e
Deleted: sha256:ffcc9a6d91617199370f6786cd3f72a1a73ae0f16f6bce195b7e80597732f741
Deleted: sha256:22bca8b6bc9401d5393eeed04f236e85ee6c4d73831246cbbfc42b9f661ed569
Deleted: sha256:f82aad88eebb36e75ebae1c2cebf7f8034c465a52f3d51b63fe0d22f1f5cef55
Deleted: sha256:fa0e425ce3b3e0f49be1b67e7cce4bc2aeecfbc59fcf3af07e725e9edacf962d
[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=6fc33c4f -X github.com/docker/app/internal.Version=jenkins-app-PR-676-2 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-07T17:26:05Z" -o bin/docker-app-windows.exe ./cmd/docker-app
(2)	✓ select github.com/docker/cli@d83cd90464377d4164c8f70248d064b979e5ca98 w/50 pkgs
(3)	? revisit github.com/containerd/containerd to add 8 pkgs
(3)	  ✓ include 50 more pkgs from github.com/containerd/containerd@master
(3)	? attempt github.com/Microsoft/go-winio with 1 pkgs; at least 1 versions to try
(4)	    try github.com/Microsoft/go-winio@v0.4.12
(4)	✓ select github.com/Microsoft/go-winio@v0.4.12 w/1 pkgs
(4)	? attempt github.com/Microsoft/hcsshim with 1 pkgs; at least 1 versions to try
(5)	    try github.com/Microsoft/hcsshim@v0.8.6
(5)	✓ select github.com/Microsoft/hcsshim@v0.8.6 w/15 pkgs
(5)	? attempt github.com/containerd/continuity with 2 pkgs; at least 1 versions to try
(6)	    try github.com/containerd/continuity@master
(6)	✓ select github.com/containerd/continuity@master w/3 pkgs
(6)	? attempt github.com/docker/buildx with 4 pkgs; at least 1 versions to try
(7)	    try github.com/docker/buildx@v0.3.1
(7)	✓ select github.com/docker/buildx@v0.3.1 w/5 pkgs
(7)	? attempt github.com/containerd/cgroups with 1 pkgs; at least 1 versions to try
(8)	    try github.com/containerd/cgroups@master
(8)	✓ select github.com/containerd/cgroups@master w/1 pkgs
(8)	? attempt github.com/containerd/typeurl with 1 pkgs; at least 1 versions to try
(9)	    try github.com/containerd/typeurl@master
(9)	✓ select github.com/containerd/typeurl@master w/1 pkgs
(9)	? attempt github.com/containerd/console with 1 pkgs; at least 1 versions to try
(10)      try github.com/containerd/console@master
(10)  ✓ select github.com/containerd/console@master w/1 pkgs
(10)  ? attempt github.com/coreos/go-systemd with 1 pkgs; at least 1 versions to try
(11)      try github.com/coreos/go-systemd@v20
(11)  ✓ select github.com/coreos/go-systemd@v20 w/1 pkgs
(11)  ? attempt github.com/gogo/protobuf with 1 pkgs; at least 1 versions to try
(12)      try github.com/gogo/protobuf@v1.2.1
(12)  ✓ select github.com/gogo/protobuf@v1.2.1 w/3 pkgs
(12)  ? attempt github.com/gogo/googleapis with 1 pkgs; at least 1 versions to try
(13)      try github.com/gogo/googleapis@v1.2.0
(13)  ✓ select github.com/gogo/googleapis@v1.2.0 w/1 pkgs
(13)  ? attempt github.com/containerd/fifo with 1 pkgs; at least 1 versions to try
(14)      try github.com/containerd/fifo@master
(14)  ✓ select github.com/containerd/fifo@master w/1 pkgs
(14)  ? attempt github.com/docker/distribution with 8 pkgs; at least 1 versions to try
(15)      try github.com/docker/distribution@0d3efadf0154c2b8a4e7b6621fff9809655cc580
(15)  ✓ select github.com/docker/distribution@0d3efadf0154c2b8a4e7b6621fff9809655cc580 w/14 pkgs
(15)  ? attempt github.com/docker/cnab-to-oci with 2 pkgs; at least 1 versions to try
(16)      try github.com/docker/cnab-to-oci@v0.1.0-beta2
(16)  ✓ select github.com/docker/cnab-to-oci@v0.1.0-beta2 w/2 pkgs
(16)  ? attempt github.com/containerd/ttrpc with 1 pkgs; at least 1 versions to try
(17)      try github.com/containerd/ttrpc@master
(17)  ✓ select github.com/containerd/ttrpc@master w/1 pkgs
(17)  ? attempt github.com/mattn/go-shellwords with 1 pkgs; at least 1 versions to try
(18)      try github.com/mattn/go-shellwords@v1.0.5
(18)  ✓ select github.com/mattn/go-shellwords@v1.0.5 w/1 pkgs
(18)  ? attempt github.com/docker/go-units with 1 pkgs; at least 1 versions to try
(19)      try github.com/docker/go-units@v0.3.3
(19)  ✓ select github.com/docker/go-units@v0.3.3 w/1 pkgs
(19)  ? attempt github.com/sirupsen/logrus with 1 pkgs; at least 1 versions to try
(20)      try github.com/sirupsen/logrus@v1.4.1
(20)  ✓ select github.com/sirupsen/logrus@v1.4.1 w/1 pkgs
(20)  ? attempt github.com/deislabs/cnab-go with 8 pkgs; at least 1 versions to try
(21)      try github.com/deislabs/cnab-go@v0.3.2-beta1
(21)  ✓ select github.com/deislabs/cnab-go@v0.3.2-beta1 w/8 pkgs
(21)  ? attempt github.com/Masterminds/semver with 1 pkgs; at least 1 versions to try
(22)      try github.com/Masterminds/semver@v1.4.2
(22)  ✓ select github.com/Masterminds/semver@v1.4.2 w/1 pkgs
(22)  ? revisit github.com/docker/distribution to add 2 pkgs
(23)    ✓ include 5 more pkgs from github.com/docker/distribution@0d3efadf0154c2b8a4e7b6621fff9809655cc580
(22)  ? attempt github.com/docker/docker with 1 pkgs; at least 1 versions to try
(24)      try github.com/docker/docker@master
(24)  ✓ select github.com/docker/docker@master w/1 pkgs
(23)  ? attempt github.com/docker/compose-on-kubernetes with 8 pkgs; at least 1 versions to try
(25)      try github.com/docker/compose-on-kubernetes@v0.4.21
(25)  ✓ select github.com/docker/compose-on-kubernetes@v0.4.21 w/11 pkgs
(24)  ? attempt github.com/opencontainers/runc with 2 pkgs; at least 1 versions to try
(26)      try github.com/opencontainers/runc@v1.0.0-rc7
(26)  ✓ select github.com/opencontainers/runc@v1.0.0-rc7 w/2 pkgs
(25)  ? attempt github.com/moby/buildkit with 4 pkgs; at least 1 versions to try
(27)      try github.com/moby/buildkit@v0.6.2
(27)  ✓ select github.com/moby/buildkit@v0.6.2 w/24 pkgs
(26)  ? revisit github.com/containerd/containerd to add 5 pkgs
(28)    ✓ include 16 more pkgs from github.com/containerd/containerd@master
(26)  ? attempt github.com/gorilla/mux with 1 pkgs; at least 1 versions to try
(29)      try github.com/gorilla/mux@v1.7.1
(29)  ✓ select github.com/gorilla/mux@v1.7.1 w/1 pkgs
(27)  ? attempt github.com/godbus/dbus with 1 pkgs; at least 1 versions to try
(30)      try github.com/godbus/dbus@v5.0.1
(30)  ✓ select github.com/godbus/dbus@v5.0.1 w/1 pkgs
(28)  ? attempt github.com/opencontainers/runtime-spec with 1 pkgs; at least 1 versions to try
(31)      try github.com/opencontainers/runtime-spec@29686dbc5559d93fb1ef402eeda3e35c38d75af4
(31)  ✓ select github.com/opencontainers/runtime-spec@29686dbc5559d93fb1ef402eeda3e35c38d75af4 w/1 pkgs
Removing intermediate container 670e9b942153
 ---> 50e653db6098
[Warning] One or more build-args [COMMIT ALPINE_VERSION] were not consumed
Successfully built 50e653db6098
Successfully tagged docker-app-cross:jenkins-app-PR-676-2
docker create --name docker-app-cross-jenkins-app-PR-676-2 docker-app-cross:jenkins-app-PR-676-2 noop
de157f891beb0808c2b8c8a36df1162296d47cd0a778a37cdb83b4a4a54632e3
docker cp docker-app-cross-jenkins-app-PR-676-2:/go/src/github.com/docker/app/bin/docker-app-linux bin/docker-app-linux
docker cp docker-app-cross-jenkins-app-PR-676-2:/go/src/github.com/docker/app/bin/docker-app-darwin bin/docker-app-darwin
docker cp docker-app-cross-jenkins-app-PR-676-2:/go/src/github.com/docker/app/bin/docker-app-windows.exe bin/docker-app-windows.exe
docker rm docker-app-cross-jenkins-app-PR-676-2
docker-app-cross-jenkins-app-PR-676-2
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-676-2  .
Sending build context to Docker daemon  75.57MB

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
 ---> e2aabfa60d7e
Step 3/26 : RUN apt-get install -y -q --no-install-recommends     coreutils     util-linux     uuid-runtime
 ---> Using cache
 ---> bd2dee62188f
Step 4/26 : WORKDIR /go/src/github.com/docker/cli
 ---> Using cache
 ---> aaa15763abd3
Step 5/26 : RUN git clone https://github.com/docker/cli . && git checkout a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb
 ---> Using cache
 ---> 35b3a7722a17
Step 6/26 : ARG GOPROXY
 ---> Using cache
 ---> 4c0c6d136027
Step 7/26 : RUN make binary-osx binary-windows binary &&  cp build/docker-linux-amd64 /usr/bin/docker
 ---> Using cache
 ---> 6c88087f14bc
Step 8/26 : WORKDIR /go/src/github.com/docker/app/
 ---> Using cache
 ---> a789450e55c9
Step 9/26 : FROM build AS dev
 ---> a789450e55c9
Step 10/26 : ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/
 ---> Using cache
 ---> 98b91742cef7
Step 11/26 : ARG DEP_VERSION=v0.5.4
 ---> Using cache
 ---> 1c81110c5d77
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
 ---> 3cd667e9e3de
Step 13/26 : ARG GOTESTSUM_VERSION=v0.3.4
 ---> Using cache
 ---> 5661d42250c3
Step 14/26 : ARG GOPROXY
 ---> Using cache
 ---> c1666ebe91ad
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
 ---> 2556e933527e
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
 ---> f28f015f93d3
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
 ---> a794798b3889
Step 18/26 : COPY . .
 ---> Using cache
 ---> ffb386142063
Step 19/26 : FROM dev AS cross
 ---> ffb386142063
Step 20/26 : ARG EXPERIMENTAL="off"
 ---> Using cache
 ---> 83bb42cd34c3
Step 21/26 : ARG TAG="unknown"
 ---> Using cache
 ---> 667f8df3dcb2
Step 22/26 : RUN make EXPERIMENTAL=${EXPERIMENTAL} TAG=${TAG} cross
 ---> Using cache
 ---> 50e653db6098
Step 23/26 : FROM cross AS e2e-cross
 ---> 50e653db6098
Step 24/26 : ARG EXPERIMENTAL="off"
 ---> Running in 51e1b3f8c431
Removing intermediate container 51e1b3f8c431
 ---> ea7684f2143e
Step 25/26 : ARG TAG="unknown"
 ---> Running in e0f4552262cf
Removing intermediate container e0f4552262cf
 ---> 65e0728211c2
Step 26/26 : RUN make EXPERIMENTAL=${EXPERIMENTAL} TAG=${TAG} e2e-cross
 ---> Running in c1a746779981
GOOS=linux CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=6fc33c4f -X github.com/docker/app/internal.Version=jenkins-app-PR-676-2 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-07T17:28:59Z" -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=6fc33c4f -X github.com/docker/app/internal.Version=jenkins-app-PR-676-2 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-07T17:28:59Z" -c -o bin/docker-app-e2e-linux ./e2e/
(29)  ? attempt github.com/docker/go-connections with 2 pkgs; at least 1 versions to try
(32)      try github.com/docker/go-connections@v0.4.0
(32)  ✓ select github.com/docker/go-connections@v0.4.0 w/2 pkgs
(30)  ? attempt github.com/docker/swarmkit with 3 pkgs; at least 1 versions to try
(33)      try github.com/docker/swarmkit@18e7e58ea1a5ec016625a636d0d52500eea123bc
(33)  ✓ select github.com/docker/swarmkit@18e7e58ea1a5ec016625a636d0d52500eea123bc w/6 pkgs
(31)  ? revisit github.com/docker/docker to add 14 pkgs
(34)    ✓ include 23 more pkgs from github.com/docker/docker@master
(31)  ? revisit github.com/Microsoft/hcsshim to add 1 pkgs
(35)    ✓ include 1 more pkgs from github.com/Microsoft/hcsshim@v0.8.6
(31)  ? revisit github.com/docker/docker to add 1 pkgs
(36)    ✓ include 1 more pkgs from github.com/docker/docker@master
(31)  ? revisit github.com/containerd/continuity to add 1 pkgs
(37)    ✓ include 1 more pkgs from github.com/containerd/continuity@master
(31)  ? attempt github.com/wadey/gocovmerge with 1 pkgs; at least 1 versions to try
(38)      try github.com/wadey/gocovmerge@master
(38)  ✓ select github.com/wadey/gocovmerge@master w/1 pkgs
(32)  ? attempt github.com/xeipuuv/gojsonschema with 1 pkgs; at least 1 versions to try
(39)      try github.com/xeipuuv/gojsonschema@93e72a773fade158921402d6a24c819b48aba29d
(39)  ✓ select github.com/xeipuuv/gojsonschema@93e72a773fade158921402d6a24c819b48aba29d w/1 pkgs
(33)  ? revisit github.com/gogo/protobuf to add 1 pkgs
(40)    ✓ include 2 more pkgs from github.com/gogo/protobuf@v1.2.1
(33)  ? attempt github.com/docker/go-metrics with 1 pkgs; at least 1 versions to try
(41)      try github.com/docker/go-metrics@d466d4f6fd960e01820085bd7e1a24426ee7ef18
(41)  ✓ select github.com/docker/go-metrics@d466d4f6fd960e01820085bd7e1a24426ee7ef18 w/1 pkgs
(34)  ? attempt github.com/grpc-ecosystem/grpc-opentracing with 1 pkgs; at least 1 versions to try
(42)      try github.com/grpc-ecosystem/grpc-opentracing@master
(42)  ✓ select github.com/grpc-ecosystem/grpc-opentracing@master w/1 pkgs
(35)  ? attempt github.com/imdario/mergo with 1 pkgs; at least 1 versions to try
(43)      try github.com/imdario/mergo@master
(43)  ✓ select github.com/imdario/mergo@master w/1 pkgs
(36)  ? attempt golang.org/x/text with 1 pkgs; at least 1 versions to try
(44)      try golang.org/x/text@v0.3.0
(44)  ✓ select golang.org/x/text@v0.3.0 w/6 pkgs
(37)  ? attempt k8s.io/client-go with 1 pkgs; at least 1 versions to try
(45)      try k8s.io/client-go@kubernetes-1.14.1
(45)  ✓ select k8s.io/client-go@kubernetes-1.14.1 w/17 pkgs
(38)  ? attempt github.com/konsorten/go-windows-terminal-sequences with 1 pkgs; at least 1 versions to try
(46)      try github.com/konsorten/go-windows-terminal-sequences@v1.0.2
(46)  ✓ 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=6fc33c4f -X github.com/docker/app/internal.Version=jenkins-app-PR-676-2 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-07T17:28:59Z" -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=6fc33c4f -X github.com/docker/app/internal.Version=jenkins-app-PR-676-2 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-07T17:28:59Z" -c -o bin/docker-app-e2e-darwin ./e2e/
(39)  ? attempt github.com/coreos/etcd with 1 pkgs; at least 1 versions to try
(47)      try github.com/coreos/etcd@v3.3.12
(47)  ✓ select github.com/coreos/etcd@v3.3.12 w/1 pkgs
(40)  ? revisit github.com/docker/docker to add 9 pkgs
(48)    ✓ include 34 more pkgs from github.com/docker/docker@master
(40)  ? revisit github.com/docker/go-connections to add 1 pkgs
(49)    ✓ include 1 more pkgs from github.com/docker/go-connections@v0.4.0
(40)  ? attempt github.com/hashicorp/go-version with 1 pkgs; at least 1 versions to try
(50)      try github.com/hashicorp/go-version@v1.1.0
(50)  ✓ select github.com/hashicorp/go-version@v1.1.0 w/1 pkgs
(41)  ? revisit github.com/gogo/protobuf to add 1 pkgs
(51)    ✓ include 3 more pkgs from github.com/gogo/protobuf@v1.2.1
(41)  ? attempt github.com/davecgh/go-spew with 1 pkgs; at least 1 versions to try
(52)      try github.com/davecgh/go-spew@v1.1.1
(52)  ✓ select github.com/davecgh/go-spew@v1.1.1 w/1 pkgs
(42)  ? attempt github.com/xeipuuv/gojsonreference with 1 pkgs; at least 1 versions to try
(53)      try github.com/xeipuuv/gojsonreference@master
(53)  ✓ select github.com/xeipuuv/gojsonreference@master w/1 pkgs
(43)  ? attempt k8s.io/apimachinery with 6 pkgs; at least 1 versions to try
(54)      try k8s.io/apimachinery@kubernetes-1.14.1
(54)  ✓ select k8s.io/apimachinery@kubernetes-1.14.1 w/22 pkgs
(44)  ? attempt github.com/google/shlex with 1 pkgs; at least 1 versions to try
(55)      try github.com/google/shlex@master
(55)  ✓ select github.com/google/shlex@master w/1 pkgs
(45)  ? attempt github.com/golang/protobuf with 1 pkgs; at least 1 versions to try
(56)      try github.com/golang/protobuf@v1.3.1
(56)  ✓ select github.com/golang/protobuf@v1.3.1 w/2 pkgs
(46)  ? attempt github.com/syndtr/gocapability with 1 pkgs; at least 1 versions to try
(57)      try github.com/syndtr/gocapability@master
(57)  ✓ select github.com/syndtr/gocapability@master w/1 pkgs
(47)  ? revisit github.com/gogo/protobuf to add 2 pkgs
(58)    ✓ include 2 more pkgs from github.com/gogo/protobuf@v1.2.1
(47)  ? attempt github.com/opencontainers/image-spec with 2 pkgs; at least 1 versions to try
(59)      try github.com/opencontainers/image-spec@v1.0.1
(59)  ✓ select github.com/opencontainers/image-spec@v1.0.1 w/2 pkgs
(48)  ? attempt golang.org/x/net with 1 pkgs; at least 1 versions to try
(60)      try golang.org/x/net@master
(60)  ✓ select golang.org/x/net@master w/1 pkgs
(49)  ? attempt gotest.tools with 5 pkgs; at least 1 versions to try
(61)      try gotest.tools@v2.3.0
(61)  ✓ select gotest.tools@v2.3.0 w/9 pkgs
(50)  ? attempt github.com/gofrs/flock with 1 pkgs; at least 1 versions to try
(62)      try github.com/gofrs/flock@v0.7.1
(62)  ✓ select github.com/gofrs/flock@v0.7.1 w/1 pkgs
(51)  ? attempt github.com/pkg/errors with 1 pkgs; at least 1 versions to try
(63)      try github.com/pkg/errors@v0.8.1
(63)  ✓ select github.com/pkg/errors@v0.8.1 w/1 pkgs
(52)  ? attempt github.com/google/go-cmp with 1 pkgs; at least 1 versions to try
(64)      try github.com/google/go-cmp@v0.2.0
(64)  ✓ select github.com/google/go-cmp@v0.2.0 w/4 pkgs
GOOS=windows CGO_ENABLED=0 go test -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=6fc33c4f -X github.com/docker/app/internal.Version=jenkins-app-PR-676-2 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-07T17:28:59Z" -c -o bin/docker-app-e2e-windows.exe ./e2e/
(53)  ? attempt github.com/docker/go-events with 1 pkgs; at least 1 versions to try
(65)      try github.com/docker/go-events@master
(65)  ✓ select github.com/docker/go-events@master w/1 pkgs
(54)  ? attempt github.com/mitchellh/mapstructure with 1 pkgs; at least 1 versions to try
(66)      try github.com/mitchellh/mapstructure@v1.1.2
(66)  ✓ select github.com/mitchellh/mapstructure@v1.1.2 w/1 pkgs
(55)  ? attempt github.com/oklog/ulid with 1 pkgs; at least 1 versions to try
(67)      try github.com/oklog/ulid@v1.3.1
(67)  ✓ select github.com/oklog/ulid@v1.3.1 w/1 pkgs
(56)  ? attempt k8s.io/api with 1 pkgs; at least 1 versions to try
(68)      try k8s.io/api@kubernetes-1.14.1
(68)  ✓ select k8s.io/api@kubernetes-1.14.1 w/2 pkgs
(57)  ? revisit golang.org/x/net to add 1 pkgs
(69)    ✓ include 1 more pkgs from golang.org/x/net@master
(57)  ? attempt github.com/prometheus/client_golang with 1 pkgs; at least 1 versions to try
(70)      try github.com/prometheus/client_golang@v0.8.0
(70)  ✓ 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
(71)      try github.com/beorn7/perks@master
(71)  ✓ select github.com/beorn7/perks@master w/1 pkgs
(59)  ? attempt google.golang.org/genproto with 1 pkgs; at least 1 versions to try
(72)      try google.golang.org/genproto@master
(72)  ✓ select google.golang.org/genproto@master w/1 pkgs
(60)  ? revisit github.com/golang/protobuf to add 1 pkgs
(73)    ✓ include 2 more pkgs from github.com/golang/protobuf@v1.3.1
(60)  ? attempt github.com/theupdateframework/notary with 8 pkgs; at least 1 versions to try
(74)      try github.com/theupdateframework/notary@v0.6.1
(74)  ✓ select github.com/theupdateframework/notary@v0.6.1 w/14 pkgs
(61)  ? revisit github.com/docker/distribution to add 1 pkgs
(75)    ✓ include 1 more pkgs from github.com/docker/distribution@0d3efadf0154c2b8a4e7b6621fff9809655cc580
(61)  ? attempt github.com/opentracing/opentracing-go with 2 pkgs; at least 1 versions to try
(76)      try github.com/opentracing/opentracing-go@v1.1.0
(76)  ✓ select github.com/opentracing/opentracing-go@v1.1.0 w/3 pkgs
(62)  ? revisit github.com/golang/protobuf to add 1 pkgs
(77)    ✓ include 1 more pkgs from github.com/golang/protobuf@v1.3.1
(62)  ? attempt github.com/docker/go with 1 pkgs; at least 1 versions to try
(78)      try github.com/docker/go@v1.5.1-1
(78)  ✓ select github.com/docker/go@v1.5.1-1 w/1 pkgs
(63)  ? attempt github.com/opencontainers/go-digest with 1 pkgs; at least 1 versions to try
(79)      try github.com/opencontainers/go-digest@v1.0.0-rc1
(79)  ✓ select github.com/opencontainers/go-digest@v1.0.0-rc1 w/1 pkgs
(64)  ? revisit k8s.io/apimachinery to add 3 pkgs
(80)    ✓ include 29 more pkgs from k8s.io/apimachinery@kubernetes-1.14.1
(64)  ? revisit k8s.io/client-go to add 1 pkgs
(81)    ✓ include 17 more pkgs from k8s.io/client-go@kubernetes-1.14.1
(64)  ? 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
(65)  ? revisit k8s.io/client-go to add 7 pkgs
(83)    ✓ include 62 more pkgs from k8s.io/client-go@kubernetes-1.14.1
(65)  ? attempt github.com/Azure/go-ansiterm with 2 pkgs; at least 1 versions to try
(84)      try github.com/Azure/go-ansiterm@master
(84)  ✓ select github.com/Azure/go-ansiterm@master w/2 pkgs
(66)  ? revisit golang.org/x/net to add 1 pkgs
(85)    ✓ include 2 more pkgs from golang.org/x/net@master
(66)  ? attempt github.com/miekg/pkcs11 with 1 pkgs; at least 1 versions to try
(86)      try github.com/miekg/pkcs11@master
(86)  ✓ select github.com/miekg/pkcs11@master w/1 pkgs
Removing intermediate container c1a746779981
 ---> e44f9bf31f38
[Warning] One or more build-args [ALPINE_VERSION COMMIT] were not consumed
Successfully built e44f9bf31f38
Successfully tagged docker-app-e2e-cross:jenkins-app-PR-676-2
docker create --name docker-app-e2e-cross-jenkins-app-PR-676-2 docker-app-e2e-cross:jenkins-app-PR-676-2 noop
4d497b17ed9eb0a62650abe7aff2e29d542f31187558b65dc8b8685f526c6701
docker cp docker-app-e2e-cross-jenkins-app-PR-676-2:/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-676-2:/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-676-2:/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-676-2:/usr/local/bin/gotestsum-linux bin/gotestsum-linux
docker cp docker-app-e2e-cross-jenkins-app-PR-676-2:/usr/local/bin/gotestsum-darwin bin/gotestsum-darwin
docker cp docker-app-e2e-cross-jenkins-app-PR-676-2:/usr/local/bin/gotestsum-windows.exe bin/gotestsum-windows.exe
docker cp docker-app-e2e-cross-jenkins-app-PR-676-2:/usr/local/bin/test2json-linux bin/test2json-linux
docker cp docker-app-e2e-cross-jenkins-app-PR-676-2:/usr/local/bin/test2json-darwin bin/test2json-darwin
docker cp docker-app-e2e-cross-jenkins-app-PR-676-2:/usr/local/bin/test2json-windows.exe bin/test2json-windows.exe
docker rm docker-app-e2e-cross-jenkins-app-PR-676-2
docker-app-e2e-cross-jenkins-app-PR-676-2
tar --transform='flags=r;s|docker-app-linux|docker-app-plugin-linux|' -czf bin/docker-app-linux.tar.gz -C bin docker-app-linux
(67)  ? attempt golang.org/x/crypto with 1 pkgs; at least 1 versions to try
(87)      try golang.org/x/crypto@master
(87)  ✓ select golang.org/x/crypto@master w/1 pkgs
(68)  ? revisit golang.org/x/net to add 1 pkgs
(88)    ✓ include 4 more pkgs from golang.org/x/net@master
tar czf bin/docker-app-e2e-linux.tar.gz -C bin docker-app-e2e-linux
(68)  ? attempt google.golang.org/grpc with 2 pkgs; at least 1 versions to try
(89)      try google.golang.org/grpc@v1.19.1
(89)  ✓ select google.golang.org/grpc@v1.19.1 w/33 pkgs
(69)  ? revisit github.com/golang/protobuf to add 2 pkgs
(90)    ✓ include 5 more pkgs from github.com/golang/protobuf@v1.3.1
(69)  ? revisit golang.org/x/net to add 2 pkgs
(91)    ✓ include 3 more pkgs from golang.org/x/net@master
tar --transform='flags=r;s|docker-app-darwin|docker-app-plugin-darwin|' -czf bin/docker-app-darwin.tar.gz -C bin docker-app-darwin
(69)  ? attempt github.com/docker/docker-credential-helpers with 2 pkgs; at least 1 versions to try
(92)      try github.com/docker/docker-credential-helpers@v0.6.1
(92)  ✓ select github.com/docker/docker-credential-helpers@v0.6.1 w/2 pkgs
(70)  ? revisit github.com/opencontainers/image-spec to add 1 pkgs
(93)    ✓ include 2 more pkgs from github.com/opencontainers/image-spec@v1.0.1
(70)  ? attempt github.com/spf13/pflag with 1 pkgs; at least 1 versions to try
(94)      try github.com/spf13/pflag@master
(94)  ✓ select github.com/spf13/pflag@master w/1 pkgs
(71)  ? revisit github.com/moby/buildkit to add 6 pkgs
(95)    ✓ include 28 more pkgs from github.com/moby/buildkit@v0.6.2
(71)  ? revisit golang.org/x/crypto to add 2 pkgs
(96)    ✓ include 8 more pkgs from golang.org/x/crypto@master
(71)  ? attempt github.com/tonistiigi/fsutil with 2 pkgs; at least 1 versions to try
(97)      try github.com/tonistiigi/fsutil@master
(97)  ✓ select github.com/tonistiigi/fsutil@master w/2 pkgs
(72)  ? revisit github.com/docker/docker to add 1 pkgs
(98)    ✓ include 1 more pkgs from github.com/docker/docker@master
(72)  ? revisit github.com/opentracing/opentracing-go to add 1 pkgs
(99)    ✓ include 2 more pkgs from github.com/opentracing/opentracing-go@v1.1.0
(72)  ? revisit google.golang.org/grpc to add 3 pkgs
(100)   ✓ include 32 more pkgs from google.golang.org/grpc@v1.19.1
(72)  ? attempt k8s.io/klog with 1 pkgs; at least 1 versions to try
(101)     try k8s.io/klog@v0.2.0
(101) ✓ select k8s.io/klog@v0.2.0 w/1 pkgs
(73)  ? revisit golang.org/x/text to add 3 pkgs
(102)   ✓ include 14 more pkgs from golang.org/x/text@v0.3.0
(73)  ? attempt github.com/modern-go/reflect2 with 1 pkgs; at least 1 versions to try
(103)     try github.com/modern-go/reflect2@1.0.1
tar czf bin/docker-app-e2e-darwin.tar.gz -C bin docker-app-e2e-darwin
(103) ✓ select github.com/modern-go/reflect2@1.0.1 w/1 pkgs
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
(74)  ? attempt golang.org/x/oauth2 with 1 pkgs; at least 1 versions to try
(104)     try golang.org/x/oauth2@master
(104) ✓ select golang.org/x/oauth2@master w/5 pkgs
(75)  ? revisit k8s.io/apimachinery to add 2 pkgs
(105)   ✓ include 2 more pkgs from k8s.io/apimachinery@kubernetes-1.14.1
(75)  ? attempt github.com/prometheus/procfs with 1 pkgs; at least 1 versions to try
(106)     try github.com/prometheus/procfs@master
(106) ✓ select github.com/prometheus/procfs@master w/1 pkgs
(76)  ? attempt github.com/json-iterator/go with 1 pkgs; at least 1 versions to try
(107)     try github.com/json-iterator/go@v1.1.6
(107) ✓ select github.com/json-iterator/go@v1.1.6 w/1 pkgs
tar czf bin/docker-app-e2e-windows.tar.gz -C bin docker-app-e2e-windows.exe
(77)  ? attempt github.com/spf13/cobra with 1 pkgs; at least 1 versions to try
(108)     try github.com/spf13/cobra@v0.0.5
(108) ✓ select github.com/spf13/cobra@v0.0.5 w/1 pkgs
[Pipeline] }
[Pipeline] // ansiColor
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-676/src/github.com/docker/app/bin
[Pipeline] {
[Pipeline] stash
(78)  ? attempt github.com/qri-io/jsonschema with 1 pkgs; at least 1 versions to try
(109)     try github.com/qri-io/jsonschema@v0.1.1
(109) ✓ select github.com/qri-io/jsonschema@v0.1.1 w/1 pkgs
(79)  ? revisit k8s.io/api to add 1 pkgs
(110)   ✓ include 1 more pkgs from k8s.io/api@kubernetes-1.14.1
(79)  ? revisit k8s.io/apimachinery to add 1 pkgs
(111)   ✓ include 21 more pkgs from k8s.io/apimachinery@kubernetes-1.14.1
(79)  ? attempt github.com/googleapis/gnostic with 1 pkgs; at least 1 versions to try
(112)     try github.com/googleapis/gnostic@v0.2.0
(112) ✓ select github.com/googleapis/gnostic@v0.2.0 w/3 pkgs
(80)  ? attempt github.com/google/gofuzz with 1 pkgs; at least 1 versions to try
(113)     try github.com/google/gofuzz@v1.0.0
(113) ✓ select github.com/google/gofuzz@v1.0.0 w/1 pkgs
(81)  ? attempt k8s.io/kubernetes with 1 pkgs; at least 1 versions to try
(114)     try k8s.io/kubernetes@v1.14.1
(114) ✓ select k8s.io/kubernetes@v1.14.1 w/1 pkgs
(82)  ? revisit google.golang.org/grpc to add 1 pkgs
(115)   ✓ include 3 more pkgs from google.golang.org/grpc@v1.19.1
(82)  ? revisit k8s.io/apimachinery to add 6 pkgs
(116)   ✓ include 26 more pkgs from k8s.io/apimachinery@kubernetes-1.14.1
(82)  ? attempt github.com/prometheus/common with 2 pkgs; at least 1 versions to try
(117)     try github.com/prometheus/common@v0.2.0
(117) ✓ select github.com/prometheus/common@v0.2.0 w/3 pkgs
(83)  ? revisit k8s.io/api to add 34 pkgs
(118)   ✓ include 35 more pkgs from k8s.io/api@kubernetes-1.14.1
(83)  ? attempt github.com/xeipuuv/gojsonpointer with 1 pkgs; at least 1 versions to try
(119)     try github.com/xeipuuv/gojsonpointer@master
(119) ✓ select github.com/xeipuuv/gojsonpointer@master w/1 pkgs
(84)  ? attempt github.com/morikuni/aec with 1 pkgs; at least 1 versions to try
(120)     try github.com/morikuni/aec@master
(120) ✓ select github.com/morikuni/aec@master w/1 pkgs
(85)  ? attempt golang.org/x/tools with 1 pkgs; at least 1 versions to try
(121)     try golang.org/x/tools@master
(121) ✓ select golang.org/x/tools@master w/1 pkgs
(86)  ? attempt github.com/modern-go/concurrent with 1 pkgs; at least 1 versions to try
(122)     try github.com/modern-go/concurrent@1.0.3
(122) ✓ select github.com/modern-go/concurrent@1.0.3 w/1 pkgs
(87)  ? revisit golang.org/x/crypto to add 1 pkgs
(123)   ✓ include 1 more pkgs from golang.org/x/crypto@master
(87)  ? attempt github.com/agl/ed25519 with 1 pkgs; at least 1 versions to try
(124)     try github.com/agl/ed25519@master
(124) ✓ select github.com/agl/ed25519@master w/2 pkgs
(88)  ? attempt k8s.io/utils with 1 pkgs; at least 1 versions to try
(125)     try k8s.io/utils@master
(125) ✓ select k8s.io/utils@master w/1 pkgs
(89)  ? revisit google.golang.org/grpc to add 2 pkgs
(126)   ✓ include 2 more pkgs from google.golang.org/grpc@v1.19.1
(89)  ? attempt github.com/qri-io/jsonpointer with 1 pkgs; at least 1 versions to try
(127)     try github.com/qri-io/jsonpointer@v0.1.0
(127) ✓ select github.com/qri-io/jsonpointer@v0.1.0 w/1 pkgs
(90)  ? attempt gopkg.in/yaml.v2 with 1 pkgs; at least 1 versions to try
(128)     try gopkg.in/yaml.v2@v2.2.3
(128) ✓ select gopkg.in/yaml.v2@v2.2.3 w/1 pkgs
(91)  ? revisit k8s.io/apimachinery to add 1 pkgs
(129)   ✓ include 1 more pkgs from k8s.io/apimachinery@kubernetes-1.14.1
(91)  ? revisit golang.org/x/oauth2 to add 1 pkgs
(130)   ✓ include 2 more pkgs from golang.org/x/oauth2@master
(91)  ? revisit k8s.io/apimachinery to add 10 pkgs
(131)   ✓ include 34 more pkgs from k8s.io/apimachinery@kubernetes-1.14.1
(91)  ? revisit k8s.io/utils to add 2 pkgs
(132)   ✓ include 2 more pkgs from k8s.io/utils@master
(91)  ? attempt github.com/hashicorp/golang-lru with 1 pkgs; at least 1 versions to try
(133)     try github.com/hashicorp/golang-lru@v0.5.1
(133) ✓ select github.com/hashicorp/golang-lru@v0.5.1 w/2 pkgs
(92)  ? attempt golang.org/x/sys with 2 pkgs; at least 1 versions to try
(134)     try golang.org/x/sys@master
(134) ✓ select golang.org/x/sys@master w/2 pkgs
(93)  ? attempt golang.org/x/sync with 2 pkgs; at least 1 versions to try
(135)     try golang.org/x/sync@master
(135) ✓ select golang.org/x/sync@master w/2 pkgs
(94)  ? attempt github.com/tonistiigi/units with 1 pkgs; at least 1 versions to try
(136)     try github.com/tonistiigi/units@master
(136) ✓ select github.com/tonistiigi/units@master w/1 pkgs
(95)  ? attempt github.com/prometheus/client_model with 1 pkgs; at least 1 versions to try
(137)     try github.com/prometheus/client_model@master
(137) ✓ select github.com/prometheus/client_model@master w/1 pkgs
(96)  ? attempt github.com/jaguilar/vt100 (from github.com/tonistiigi/vt100) with 1 pkgs; at least 1 versions to try
(138)     try github.com/jaguilar/vt100 (from github.com/tonistiigi/vt100)@ad4c4a5743050fb7f88ce968dca9422f72a0e3f2
(138) ✓ select github.com/jaguilar/vt100 (from github.com/tonistiigi/vt100)@ad4c4a5743050fb7f88ce968dca9422f72a0e3f2 w/1 pkgs
(97)  ? attempt gopkg.in/inf.v0 with 1 pkgs; at least 1 versions to try
(139)     try gopkg.in/inf.v0@v0.9.1
(139) ✓ select gopkg.in/inf.v0@v0.9.1 w/1 pkgs
(98)  ? attempt golang.org/x/time with 1 pkgs; at least 1 versions to try
(140)     try golang.org/x/time@master
(140) ✓ select golang.org/x/time@master w/1 pkgs
(99)  ? attempt vbom.ml/util with 1 pkgs; at least 1 versions to try
(141)     try vbom.ml/util@master
(141) ✓ select vbom.ml/util@master w/1 pkgs
(100) ? attempt cloud.google.com/go with 1 pkgs; at least 1 versions to try
(142)     try cloud.google.com/go@v0.37.4
(142) ✓ select cloud.google.com/go@v0.37.4 w/1 pkgs
(101) ? attempt google.golang.org/appengine with 2 pkgs; at least 1 versions to try
(143)     try google.golang.org/appengine@v1.5.0
(143) ✓ select google.golang.org/appengine@v1.5.0 w/10 pkgs
(102) ? attempt github.com/inconshreveable/mousetrap with 1 pkgs; at least 1 versions to try
(144)     try github.com/inconshreveable/mousetrap@v1.0
(144) ✓ select github.com/inconshreveable/mousetrap@v1.0 w/1 pkgs
(103) ? attempt sigs.k8s.io/yaml with 1 pkgs; at least 1 versions to try
(145)     try sigs.k8s.io/yaml@v1.1.0
(145) ✓ select sigs.k8s.io/yaml@v1.1.0 w/1 pkgs
(104) ? attempt github.com/matttproud/golang_protobuf_extensions with 1 pkgs; at least 1 versions to try
(146)     try github.com/matttproud/golang_protobuf_extensions@v1.0.1
(146) ✓ select github.com/matttproud/golang_protobuf_extensions@v1.0.1 w/1 pkgs
(105) ? revisit golang.org/x/sys to add 1 pkgs
(147)   ✓ include 2 more pkgs from golang.org/x/sys@master
  ✓ found solution with 603 packages from 104 projects

Solver wall times by segment:
    b-rev-present-in: 1m39.743678457s
     b-source-exists: 1m31.494640688s
         b-list-pkgs:    11.69741121s
              b-gmal:    6.475434544s
  b-deduce-proj-root:    3.113062445s
             satisfy:    325.206132ms
         select-atom:    319.597975ms
            new-atom:      5.345985ms
         select-root:      1.944263ms
               other:       686.012µs
            add-atom:       309.157µs

  TOTAL: 3m33.177316868s

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

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
 ---> 9645a8133725
Step 3/18 : RUN apt-get install -y -q --no-install-recommends     coreutils     util-linux     uuid-runtime
 ---> Using cache
 ---> bf05fcf82d31
Step 4/18 : WORKDIR /go/src/github.com/docker/cli
 ---> Using cache
 ---> e6ce632a95cd
Step 5/18 : RUN git clone https://github.com/docker/cli . && git checkout a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb
 ---> Using cache
 ---> d0d20bb8be1d
Step 6/18 : ARG GOPROXY
 ---> Using cache
 ---> 5cd7e178bbb7
Step 7/18 : RUN make binary-osx binary-windows binary &&  cp build/docker-linux-amd64 /usr/bin/docker
 ---> Using cache
 ---> 4487be9fe21e
Step 8/18 : WORKDIR /go/src/github.com/docker/app/
 ---> Using cache
 ---> 72e62dc0d60c
Step 9/18 : FROM build AS dev
 ---> 72e62dc0d60c
Step 10/18 : ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/
 ---> Using cache
 ---> ff57e543c17c
Step 11/18 : ARG DEP_VERSION=v0.5.4
 ---> Using cache
 ---> 17ff6e9431dd
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
 ---> cb56fa3f101d
Step 13/18 : ARG GOTESTSUM_VERSION=v0.3.4
 ---> Using cache
 ---> 9e9fb7bce425
Step 14/18 : ARG GOPROXY
 ---> Using cache
 ---> 8f96f9be0df8
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
 ---> 1225044d2b94
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
 ---> c87678350b30
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
 ---> afa02c684b7f
Step 18/18 : COPY . .
Sending build context to Docker daemon  75.57MB

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
 ---> e2aabfa60d7e
Step 3/18 : RUN apt-get install -y -q --no-install-recommends     coreutils     util-linux     uuid-runtime
 ---> Using cache
 ---> bd2dee62188f
Step 4/18 : WORKDIR /go/src/github.com/docker/cli
 ---> Using cache
 ---> aaa15763abd3
Step 5/18 : RUN git clone https://github.com/docker/cli . && git checkout a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb
 ---> Using cache
 ---> 35b3a7722a17
Step 6/18 : ARG GOPROXY
 ---> Using cache
 ---> 4c0c6d136027
Step 7/18 : RUN make binary-osx binary-windows binary &&  cp build/docker-linux-amd64 /usr/bin/docker
 ---> Using cache
 ---> 6c88087f14bc
Step 8/18 : WORKDIR /go/src/github.com/docker/app/
 ---> Using cache
 ---> a789450e55c9
Step 9/18 : FROM build AS dev
 ---> a789450e55c9
Step 10/18 : ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/
 ---> Using cache
 ---> 98b91742cef7
Step 11/18 : ARG DEP_VERSION=v0.5.4
 ---> Using cache
 ---> 1c81110c5d77
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
 ---> 3cd667e9e3de
Step 13/18 : ARG GOTESTSUM_VERSION=v0.3.4
 ---> Using cache
 ---> 5661d42250c3
Step 14/18 : ARG GOPROXY
 ---> Using cache
 ---> c1666ebe91ad
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
 ---> 2556e933527e
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
 ---> f28f015f93d3
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
 ---> a794798b3889
Step 18/18 : COPY . .
 ---> 472811226584
[Warning] One or more build-args [COMMIT EXPERIMENTAL TAG ALPINE_VERSION] were not consumed
Successfully built 472811226584
Successfully tagged docker-app-dev:jenkins-app-PR-676-2
docker run -v /var/run:/var/run:ro --name docker-app-cov-jenkins-app-PR-676-2-coverage-experimental --network="host" -t docker-app-dev:jenkins-app-PR-676-2 make COMMIT=6fc33c4f TAG=jenkins-app-PR-676-2-coverage-experimental EXPERIMENTAL=on TEST_RESULTS_PREFIX=experimental- coverage
 ---> 3a86fe26a37f
[Warning] One or more build-args [TAG ALPINE_VERSION COMMIT EXPERIMENTAL] were not consumed
Successfully built 3a86fe26a37f
Successfully tagged docker-app-dev:jenkins-app-PR-676-2
docker run -v /var/run:/var/run:ro --name docker-app-cov-jenkins-app-PR-676-2-coverage --network="host" -t docker-app-dev:jenkins-app-PR-676-2 make COMMIT=6fc33c4f TAG=jenkins-app-PR-676-2-coverage EXPERIMENTAL=off TEST_RESULTS_PREFIX= coverage
Running unit tests (coverage)...
CGO_ENABLED=0 gotestsum --junitfile _build/test-results/experimental-unit-coverage.xml -- -tags="experimental" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=6fc33c4f -X github.com/docker/app/internal.Version=jenkins-app-PR-676-2-coverage-experimental -X github.com/docker/app/internal.Experimental=on -X github.com/docker/app/internal.BuildTime=2019-10-07T17:30:36Z" -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/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-676/2/stashes/binaries.tgz
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-676/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-676/2/stashes/examples.tgz
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-676/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-676/2/stashes/e2e.tgz
[Pipeline] }
[Pipeline] // dir
[Pipeline] ansiColor
[Pipeline] {
[Pipeline] sh
∅  . (2ms)
+ ./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
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=6fc33c4f -X github.com/docker/app/internal.Version=jenkins-app-PR-676-2-coverage -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-07T17:30:36Z" -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/commands github.com/docker/app/internal/commands/build github.com/docker/app/internal/commands/image github.com/docker/app/internal/compose github.com/docker/app/internal/formatter github.com/docker/app/internal/formatter/driver github.com/docker/app/internal/formatter/json github.com/docker/app/internal/formatter/yaml github.com/docker/app/internal/inspect github.com/docker/app/internal/log github.com/docker/app/internal/packager github.com/docker/app/internal/slices github.com/docker/app/internal/store github.com/docker/app/internal/yaml github.com/docker/app/loader github.com/docker/app/render github.com/docker/app/specification github.com/docker/app/types github.com/docker/app/types/metadata github.com/docker/app/types/parameters
∅  .
PASS e2e/linux.TestBuild (14.15s)
PASS e2e/linux.TestCallCustomStatusAction/validCustomDockerStatusAction (3.10s)
PASS e2e/linux.TestCallCustomStatusAction/validCustomStandardStatusAction (3.03s)
PASS e2e/linux.TestCallCustomStatusAction/missingCustomStatusAction (3.05s)
PASS e2e/linux.TestCallCustomStatusAction (9.18s)
PASS e2e/linux.TestCnabParameters (3.03s)
PASS e2e/linux.TestExitErrorCode (0.07s)
PASS e2e/linux.TestRender/envvariables/stdout (1.78s)
PASS e2e/linux.TestRender/envvariables/file (1.56s)
PASS e2e/linux.TestRender/envvariables (3.34s)
PASS e2e/linux.TestRender (3.34s)
PASS e2e/linux.TestRenderFormatters (14.88s)
PASS e2e/linux.TestInitWarningEnvFiles/initWarningMultipleEnvFilesTest (0.08s)
PASS e2e/linux.TestInitWarningEnvFiles/initWarningMultipleEnvFilesTest#01 (0.06s)
PASS e2e/linux.TestInitWarningEnvFiles (0.15s)
PASS e2e/linux.TestInit (0.12s)
PASS e2e/linux.TestInspectApp (13.81s)
∅  cmd/cnab-run
∅  cmd/cnab-run
∅  cmd/docker-app
✓  internal (4ms)
∅  cmd/docker-app
✓  internal (3ms)
✓  internal/commands/build (17ms)
✓  internal/commands (616ms)
✓  internal/commands/image (12ms)
✓  internal/formatter (10ms)
✓  internal/commands/build (19ms)
✓  internal/compose (6ms)
∅  internal/formatter/driver
∅  internal/formatter/json
∅  internal/formatter/yaml
✓  internal/commands (442ms)
✓  internal/inspect (131ms)
∅  internal/log
✓  internal/commands/image (13ms)
✓  internal/slices (8ms)
✓  internal/compose (9ms)
✓  internal/formatter (3ms)
∅  internal/formatter/driver
∅  internal/formatter/json
∅  internal/formatter/yaml
✓  internal/inspect (83ms)
∅  internal/log
✓  internal/store (23ms)
✖  internal/packager (39ms)
✓  internal/yaml (7ms)
✓  internal/slices (7ms)
✓  loader (9ms)
✓  render (50ms)
✖  internal/packager (35ms)
✓  internal/store (32ms)
✓  internal/yaml (16ms)
✓  specification (9ms)
✓  types (41ms)
✓  types/metadata (10ms)
✓  loader (9ms)
✓  render (57ms)
✓  types/parameters (5ms)

=== Failed
=== FAIL: internal/packager TestInitFromComposeFile (0.00s)
    init_test.go:36: assertion failed: error is not nil: failed to load compose content: nginx: variables are not allowed in the service's image field. Found: 'nginx:${NGINX_VERSION}'

=== FAIL: internal/packager TestInitFromComposeFileWithFlattenedParams (0.01s)
    init_test.go:77: assertion failed: error is not nil: failed to load Compose file: 1 error(s) decoding:
        
        * error decoding 'Ports': Invalid containerPort: -9001}

=== FAIL: internal/packager TestInitFromV2ComposeFile (0.00s)
    init_test.go:135: assertion failed: expected error to contain "unsupported Compose file version", got "failed to load compose content: nginx: variables are not allowed in the service's image field. Found: 'nginx:${NGINX_VERSION}'"
        nginx: variables are not allowed in the service's image field. Found: 'nginx:${NGINX_VERSION}'
        failed to load compose content
        github.com/docker/app/internal/packager.initFromComposeFile
        	/go/src/github.com/docker/app/internal/packager/init.go:116
        github.com/docker/app/internal/packager.TestInitFromV2ComposeFile
        	/go/src/github.com/docker/app/internal/packager/init_test.go:134
        testing.tRunner
        	/usr/local/go/src/testing/testing.go:865
        runtime.goexit
        	/usr/local/go/src/runtime/asm_amd64.s:1337


DONE 225 tests, 3 failures in 103.295s
make: *** [Makefile:96: coverage-test-unit] Error 1
docker.Makefile:100: recipe for target 'coverage-run' failed
make: *** [coverage-run] Error 2
+ true
[Pipeline] sh
+ make EXPERIMENTAL=on TEST_RESULTS_PREFIX=experimental- -f docker.Makefile TAG=jenkins-app-PR-676-2-coverage-experimental coverage-results
docker cp docker-app-cov-jenkins-app-PR-676-2-coverage-experimental:/go/src/github.com/docker/app/_build/cov/ ./_build/ci-cov
docker cp docker-app-cov-jenkins-app-PR-676-2-coverage-experimental:/go/src/github.com/docker/app/_build/test-results/ ./_build/test-results
✓  specification (7ms)
docker rm docker-app-cov-jenkins-app-PR-676-2-coverage-experimental
docker-app-cov-jenkins-app-PR-676-2-coverage-experimental
[Pipeline] }
[Pipeline] // ansiColor
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-676/src/github.com/docker/app/_build/test-results
[Pipeline] {
[Pipeline] sh
+ [ ! -e experimental-unit-coverage.xml ]
+ sed -i -E -e s,"github.com/docker/app","unit/experimental",g; s,"github.com/docker/app/([^"]*)","unit/experimental/\1",g experimental-unit-coverage.xml
[Pipeline] sh
✓  types (20ms)
+ [ ! -e experimental-e2e-coverage.xml ]
[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-676/2/artifacts/
[Pipeline] junit
Recording test results
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ docker rmi docker/cnab-app-base:jenkins-app-PR-676-2-coverage-experimental
Untagged: docker/cnab-app-base:jenkins-app-PR-676-2-coverage-experimental
Deleted: sha256:c6587f979497c498ef2b6ae805f205ab874a8a087cfdf1675906acd5d4662268
Deleted: sha256:ffcc9a6d91617199370f6786cd3f72a1a73ae0f16f6bce195b7e80597732f741
Deleted: sha256:fa0e425ce3b3e0f49be1b67e7cce4bc2aeecfbc59fcf3af07e725e9edacf962d
[Pipeline] deleteDir
✓  types/metadata (12ms)
✓  types/parameters (5ms)
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }

=== Failed
=== FAIL: internal/packager TestInitFromComposeFile (0.00s)
    init_test.go:36: assertion failed: error is not nil: failed to load compose content: nginx: variables are not allowed in the service's image field. Found: 'nginx:${NGINX_VERSION}'

=== FAIL: internal/packager TestInitFromComposeFileWithFlattenedParams (0.00s)
    init_test.go:77: assertion failed: error is not nil: failed to load Compose file: 1 error(s) decoding:
        
        * error decoding 'Ports': Invalid containerPort: -9001}

=== FAIL: internal/packager TestInitFromV2ComposeFile (0.00s)
    init_test.go:135: assertion failed: expected error to contain "unsupported Compose file version", got "failed to load compose content: nginx: variables are not allowed in the service's image field. Found: 'nginx:${NGINX_VERSION}'"
        nginx: variables are not allowed in the service's image field. Found: 'nginx:${NGINX_VERSION}'
        failed to load compose content
        github.com/docker/app/internal/packager.initFromComposeFile
        	/go/src/github.com/docker/app/internal/packager/init.go:116
        github.com/docker/app/internal/packager.TestInitFromV2ComposeFile
        	/go/src/github.com/docker/app/internal/packager/init_test.go:134
        testing.tRunner
        	/usr/local/go/src/testing/testing.go:865
        runtime.goexit
        	/usr/local/go/src/runtime/asm_amd64.s:1337


DONE 225 tests, 3 failures in 104.581s
make: *** [Makefile:96: coverage-test-unit] Error 1
docker.Makefile:100: recipe for target 'coverage-run' failed
make: *** [coverage-run] Error 2
+ true
[Pipeline] sh
+ make -f docker.Makefile TAG=jenkins-app-PR-676-2-coverage coverage-results
docker cp docker-app-cov-jenkins-app-PR-676-2-coverage:/go/src/github.com/docker/app/_build/cov/ ./_build/ci-cov
docker cp docker-app-cov-jenkins-app-PR-676-2-coverage:/go/src/github.com/docker/app/_build/test-results/ ./_build/test-results
docker rm docker-app-cov-jenkins-app-PR-676-2-coverage
docker-app-cov-jenkins-app-PR-676-2-coverage
[Pipeline] }
[Pipeline] // ansiColor
[Pipeline] archiveArtifacts
Archiving artifacts
‘_build/ci-cov/all.out’ doesn’t match anything: ‘_build’ exists but not ‘_build/ci-cov/all.out’
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-676/src/github.com/docker/app/_build/test-results
[Pipeline] {
[Pipeline] sh
+ [ ! -e unit-coverage.xml ]
+ sed -i -E -e s,"github.com/docker/app","unit/basic",g; s,"github.com/docker/app/([^"]*)","unit/basic/\1",g unit-coverage.xml
[Pipeline] sh
+ [ ! -e e2e-coverage.xml ]
[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-676/2/artifacts/
[Pipeline] junit
Recording test results
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ docker rmi docker/cnab-app-base:jenkins-app-PR-676-2-coverage
Untagged: docker/cnab-app-base:jenkins-app-PR-676-2-coverage
Deleted: sha256:c6587f979497c498ef2b6ae805f205ab874a8a087cfdf1675906acd5d4662268
Deleted: sha256:ffcc9a6d91617199370f6786cd3f72a1a73ae0f16f6bce195b7e80597732f741
Deleted: sha256:fa0e425ce3b3e0f49be1b67e7cce4bc2aeecfbc59fcf3af07e725e9edacf962d
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch Coverage
PASS e2e/linux.TestDockerAppLifecycle/withBindMounts (26.22s)
PASS e2e/linux.TestDockerAppLifecycle/withoutBindMounts (21.93s)
PASS e2e/linux.TestDockerAppLifecycle (48.15s)
PASS e2e/linux.TestCredentials/missing (0.08s)
PASS e2e/linux.TestCredentials/full (1.49s)
PASS e2e/linux.TestCredentials/mixed-credstore (1.49s)
PASS e2e/linux.TestCredentials/mixed-local-cred (1.47s)
PASS e2e/linux.TestCredentials/overload (0.06s)
PASS e2e/linux.TestCredentials (4.59s)
PASS e2e/linux.TestRenderWithEnvFile (1.77s)
PASS e2e/linux.TestExamplesAreValid (0.18s)
PASS e2e/linux.TestImageList (13.92s)
PASS e2e/linux.TestImageRm (19.28s)
PASS e2e/linux.TestImageTag (14.87s)
PASS e2e/linux.TestInvokePluginFromCLI (3.00s)
PASS e2e/linux.TestPushArchs/default (3.46s)
PASS e2e/linux.TestPushArchs/all-platforms (2.45s)
PASS e2e/linux.TestPushArchs (17.99s)
PASS e2e/linux.TestPushInsecureRegistry (19.02s)
PASS e2e/linux.TestPushInstall (22.76s)
PASS e2e/linux.TestPushPullInstall (22.64s)
PASS e2e/linux.TestPushInstallBundle/push-bundle (5.19s)
PASS e2e/linux.TestPushInstallBundle/push-ref (1.29s)
PASS e2e/linux.TestPushInstallBundle/push-bundleref (2.31s)
PASS e2e/linux.TestPushInstallBundle (29.78s)
PASS e2e/linux

DONE 42 tests in 276.713s
time="2019-10-07T17:35:14Z" 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-676/2/artifacts/
[Pipeline] junit
Recording test results
[Pipeline] sh
+ docker rmi docker/cnab-app-base:jenkins-app-PR-676-2
Untagged: docker/cnab-app-base:jenkins-app-PR-676-2
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

ERROR: No artifacts found that match the file pattern "_build/ci-cov/all.out". Configuration error?
Finished: FAILURE