Skip to content
Success

Console Output

Branch indexing
16:59:51 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 57ba688d81f05031a5a43fa7e5e016c2dbfc3741
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision ead69454b4062f17d1f8389642089a002b037213
using credential jps-reader
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/jps.git
 > git init /var/cloudbees-jenkins-distribution/workspace/app_push-pull-cnab-cleanup@libs/jps # timeout=10
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
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > 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
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --progress https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master
Checking out Revision ead69454b4062f17d1f8389642089a002b037213 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ead69454b4062f17d1f8389642089a002b037213
Commit message: "Merge pull request #10 from russellcardullo/sonar-scan"
First time build. Skipping changelog.
[Pipeline] Start of Pipeline
[Pipeline] properties
[Pipeline] node
Running on ubuntu-1604-aufs (i-0ccb34468c9ee7c2d) in /home/ubuntu/workspace/app_push-pull-cnab-cleanup
[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-1604-aufs (i-006371befe55b4798) in /home/ubuntu/workspace/app_push-pull-cnab-cleanup
[Pipeline] {
[Pipeline] dir
Running in /home/ubuntu/workspace/app_push-pull-cnab-cleanup/src/github.com/docker/app
[Pipeline] {
[Pipeline] checkout
using credential docker-jenkins-github-credentials
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/app.git
 > git init /home/ubuntu/workspace/app_push-pull-cnab-cleanup/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/heads/push-pull-cnab-cleanup:refs/remotes/origin/push-pull-cnab-cleanup
Fetching without tags
Checking out Revision 57ba688d81f05031a5a43fa7e5e016c2dbfc3741 (push-pull-cnab-cleanup)
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/push-pull-cnab-cleanup:refs/remotes/origin/push-pull-cnab-cleanup # 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/heads/push-pull-cnab-cleanup:refs/remotes/origin/push-pull-cnab-cleanup
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 57ba688d81f05031a5a43fa7e5e016c2dbfc3741
Commit message: "Ijc Nits"
First time build. Skipping changelog.
fatal: bad object ead69454b4062f17d1f8389642089a002b037213
[Pipeline] sh
+ make -f docker.Makefile lint
Linting...
docker build -t docker-app-lint:jenkins-app-push-pull-cnab-cleanup-1 -f Dockerfile.lint .
Sending build context to Docker daemon  72.17MB

Step 1/13 : ARG ALPINE_VERSION=3.8
Step 2/13 : ARG GO_VERSION=1.11.0
Step 3/13 : FROM golang:${GO_VERSION}-alpine${ALPINE_VERSION}
1.11.0-alpine3.8: Pulling from library/golang
4fe2ade4980c: Pulling fs layer
2e793f0ebe8a: Pulling fs layer
77995fba1918: Pulling fs layer
56c81f394011: Pulling fs layer
839ee286fb34: Pulling fs layer
56c81f394011: Waiting
839ee286fb34: Waiting
77995fba1918: Verifying Checksum
77995fba1918: Download complete
2e793f0ebe8a: Verifying Checksum
2e793f0ebe8a: Download complete
4fe2ade4980c: Verifying Checksum
4fe2ade4980c: Download complete
839ee286fb34: Verifying Checksum
839ee286fb34: Download complete
4fe2ade4980c: Pull complete
2e793f0ebe8a: Pull complete
77995fba1918: Pull complete
56c81f394011: Download complete
56c81f394011: Pull complete
839ee286fb34: Pull complete
Digest: sha256:e8a2481250ec99cf2006004571be569661d01621caa5b87dbe60764570376a7d
Status: Downloaded newer image for golang:1.11.0-alpine3.8
 ---> 233ed4ed14bf
Step 4/13 : RUN apk add --no-cache     curl     git     make     coreutils
 ---> Running in 33a8d17e2a42
fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/community/x86_64/APKINDEX.tar.gz
(1/11) Installing libattr (2.4.47-r7)
(2/11) Installing libacl (2.2.52-r5)
(3/11) Installing coreutils (8.29-r2)
(4/11) Installing nghttp2-libs (1.32.0-r0)
(5/11) Installing libssh2 (1.8.2-r0)
(6/11) Installing libcurl (7.61.1-r2)
(7/11) Installing curl (7.61.1-r2)
(8/11) Installing expat (2.2.7-r0)
(9/11) Installing pcre2 (10.31-r0)
(10/11) Installing git (2.18.1-r0)
(11/11) Installing make (4.2.1-r2)
Executing busybox-1.28.4-r1.trigger
OK: 21 MiB in 25 packages
Removing intermediate container 33a8d17e2a42
 ---> c9c851004ec4
Step 5/13 : ENV GOMETALITER_VERSION=2.0.11
 ---> Running in 7ddeea46f984
Removing intermediate container 7ddeea46f984
 ---> 7fdf4ef48bdc
Step 6/13 : ENV NAKEDRECT_SHA=c0e305a4f690fed163d47628bcc06a6d5655bf92
 ---> Running in 62abad4197c5
Removing intermediate container 62abad4197c5
 ---> a6759a35027c
Step 7/13 : WORKDIR /go/src/github.com/alecthomas/gometalinter
 ---> Running in 5195ed684bd2
Removing intermediate container 5195ed684bd2
 ---> 94c47af311be
Step 8/13 : RUN curl -L https://github.com/alecthomas/gometalinter/archive/v${GOMETALITER_VERSION}.tar.gz | tar xz --strip-components=1     && go build -v -o /usr/local/bin/gometalinter .     && gometalinter --install     && rm -rf /go/src/* /go/pkg/*
 ---> Running in 1a3a962b51ab
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   132    0   132    0     0    586      0 --:--:-- --:--:-- --:--:--   586

100 1264k    0 1264k    0     0  1897k      0 --:--:-- --:--:-- --:--:-- 1897k
100 1733k    0 1733k    0     0  2342k      0 --:--:-- --:--:-- --:--:-- 6344k
github.com/alecthomas/gometalinter/vendor/github.com/google/shlex
github.com/alecthomas/gometalinter/vendor/github.com/alecthomas/units
github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/language
github.com/alecthomas/gometalinter/vendor/gopkg.in/yaml.v2
github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/translation
github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n/bundle
github.com/alecthomas/gometalinter/vendor/github.com/nicksnyder/go-i18n/i18n
github.com/alecthomas/gometalinter/vendor/gopkg.in/alecthomas/kingpin.v3-unstable
github.com/alecthomas/gometalinter
Still waiting to schedule task
Waiting for next available executor on ‘ubuntu-1604-aufs-edge’
Still waiting to schedule task
Waiting for next available executor on ‘ubuntu-1604-aufs-edge’
Installing:
  deadcode
  dupl
  errcheck
  gochecknoglobals
  gochecknoinits
  goconst
  gocyclo
  goimports
  golint
  gosec
  gosimple
  gotype
  gotypex
  ineffassign
  interfacer
  lll
  maligned
  megacheck
  misspell
  nakedret
  safesql
  staticcheck
  structcheck
  unconvert
  unparam
  unused
  varcheck
Removing intermediate container 1a3a962b51ab
 ---> 27641fa68896
Step 9/13 : WORKDIR /go/src/github.com/alexkohler/nakedret
 ---> Running in 451416a751c1
Removing intermediate container 451416a751c1
 ---> a37490999153
Step 10/13 : RUN git clone https://github.com/alexkohler/nakedret.git /go/src/github.com/alexkohler/nakedret     && go build -v -o /usr/local/bin/nakedret .     && rm -rf /go/src/* /go/pkg/*
 ---> Running in 266a5619ea36
Cloning into '/go/src/github.com/alexkohler/nakedret'...
github.com/alexkohler/nakedret
Removing intermediate container 266a5619ea36
 ---> 468af07482e1
Step 11/13 : WORKDIR /go/src/github.com/docker/app
 ---> Running in e0475447acc7
Removing intermediate container e0475447acc7
 ---> 68553a7703ed
Step 12/13 : ENV CGO_ENABLED=0
 ---> Running in e911dc2f0d33
Removing intermediate container e911dc2f0d33
 ---> c6ea4174d490
Step 13/13 : COPY . .
 ---> adc27c9c9d83
Successfully built adc27c9c9d83
Successfully tagged docker-app-lint:jenkins-app-push-pull-cnab-cleanup-1
docker run --rm docker-app-lint:jenkins-app-push-pull-cnab-cleanup-1 make lint
Linting...
Running on ubuntu-1604-aufs (i-041bcca6692bd14ae) in /home/ubuntu/workspace/app_push-pull-cnab-cleanup
[Pipeline] {
[Pipeline] dir
Running in /home/ubuntu/workspace/app_push-pull-cnab-cleanup/src/github.com/docker/app
[Pipeline] {
[Pipeline] script
[Pipeline] {
Running on ubuntu-1604-aufs (i-039e48d5105131cd4) in /home/ubuntu/workspace/app_push-pull-cnab-cleanup
[Pipeline] checkout
[Pipeline] {
[Pipeline] dir
Running in /home/ubuntu/workspace/app_push-pull-cnab-cleanup/src/github.com/docker/app
[Pipeline] {
[Pipeline] checkout
using credential docker-jenkins-github-credentials
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/app.git
 > git init /home/ubuntu/workspace/app_push-pull-cnab-cleanup/src/github.com/docker/app # timeout=10
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_push-pull-cnab-cleanup/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/heads/push-pull-cnab-cleanup:refs/remotes/origin/push-pull-cnab-cleanup
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/heads/push-pull-cnab-cleanup:refs/remotes/origin/push-pull-cnab-cleanup
Fetching without tags
Fetching without tags
Checking out Revision 57ba688d81f05031a5a43fa7e5e016c2dbfc3741 (push-pull-cnab-cleanup)
Checking out Revision 57ba688d81f05031a5a43fa7e5e016c2dbfc3741 (push-pull-cnab-cleanup)
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/push-pull-cnab-cleanup:refs/remotes/origin/push-pull-cnab-cleanup # 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/heads/push-pull-cnab-cleanup:refs/remotes/origin/push-pull-cnab-cleanup
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 57ba688d81f05031a5a43fa7e5e016c2dbfc3741
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/push-pull-cnab-cleanup:refs/remotes/origin/push-pull-cnab-cleanup # 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/heads/push-pull-cnab-cleanup:refs/remotes/origin/push-pull-cnab-cleanup
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 57ba688d81f05031a5a43fa7e5e016c2dbfc3741
Commit message: "Ijc Nits"
fatal: bad object ead69454b4062f17d1f8389642089a002b037213
Commit message: "Ijc Nits"
fatal: bad object ead69454b4062f17d1f8389642089a002b037213
[Pipeline] sh
[Pipeline] sh
+ make -f docker.Makefile save-invocation-image
docker build -f Dockerfile.invocation-image --build-arg=EXPERIMENTAL=off --build-arg=TAG=jenkins-app-push-pull-cnab-cleanup-1 --build-arg=COMMIT=57ba688 --build-arg=ALPINE_VERSION=3.8 --target=invocation -t docker/cnab-app-base:jenkins-app-push-pull-cnab-cleanup-1 .
+ make -f docker.Makefile cli-cross cross e2e-cross tars
docker build --build-arg=EXPERIMENTAL=off --build-arg=TAG=jenkins-app-push-pull-cnab-cleanup-1 --build-arg=COMMIT=57ba688 --build-arg=ALPINE_VERSION=3.8 --target=build -t docker-app-cli:jenkins-app-push-pull-cnab-cleanup-1  .
Sending build context to Docker daemon  72.17MB

Step 1/12 : ARG ALPINE_VERSION=3.8
Step 2/12 : FROM dockercore/golang-cross:1.11.5@sha256:17a7e0f158521c50316a0d0c1ab1f6a75350b4d82e7ef03c98bcfbdf04feb4f3 AS build
sha256:17a7e0f158521c50316a0d0c1ab1f6a75350b4d82e7ef03c98bcfbdf04feb4f3: Pulling from dockercore/golang-cross
ab1fc7e4bf91: Pulling fs layer
35fba333ff52: Pulling fs layer
f0cb1fa13079: Pulling fs layer
3d1dd648b5ad: Pulling fs layer
866ed2e2b1fe: Pulling fs layer
ddc4ad35a2f0: Pulling fs layer
ab8da8d8889d: Pulling fs layer
f0f20de75386: Pulling fs layer
1db9e87b6bef: Pulling fs layer
546e697abf12: Pulling fs layer
0001dc28c07c: Pulling fs layer
3d1dd648b5ad: Waiting
866ed2e2b1fe: Waiting
ddc4ad35a2f0: Waiting
ab8da8d8889d: Waiting
f0f20de75386: Waiting
1db9e87b6bef: Waiting
546e697abf12: Waiting
0001dc28c07c: Waiting
f0cb1fa13079: Verifying Checksum
f0cb1fa13079: Download complete
35fba333ff52: Verifying Checksum
35fba333ff52: Download complete
Sending build context to Docker daemon  72.17MB

Step 1/7 : FROM dockercore/golang-cross:1.11.5@sha256:17a7e0f158521c50316a0d0c1ab1f6a75350b4d82e7ef03c98bcfbdf04feb4f3 AS build
sha256:17a7e0f158521c50316a0d0c1ab1f6a75350b4d82e7ef03c98bcfbdf04feb4f3: Pulling from dockercore/golang-cross
ab1fc7e4bf91: Pulling fs layer
35fba333ff52: Pulling fs layer
f0cb1fa13079: Pulling fs layer
3d1dd648b5ad: Pulling fs layer
866ed2e2b1fe: Pulling fs layer
ddc4ad35a2f0: Pulling fs layer
ab8da8d8889d: Pulling fs layer
f0f20de75386: Pulling fs layer
1db9e87b6bef: Pulling fs layer
546e697abf12: Pulling fs layer
0001dc28c07c: Pulling fs layer
866ed2e2b1fe: Waiting
ddc4ad35a2f0: Waiting
ab8da8d8889d: Waiting
f0f20de75386: Waiting
1db9e87b6bef: Waiting
546e697abf12: Waiting
0001dc28c07c: Waiting
3d1dd648b5ad: Waiting
f0cb1fa13079: Verifying Checksum
f0cb1fa13079: Download complete
35fba333ff52: Verifying Checksum
35fba333ff52: Download complete
ab1fc7e4bf91: Verifying Checksum
ab1fc7e4bf91: Download complete
ab1fc7e4bf91: Verifying Checksum
ab1fc7e4bf91: Download complete
3d1dd648b5ad: Verifying Checksum
3d1dd648b5ad: Download complete
ab8da8d8889d: Verifying Checksum
ab8da8d8889d: Download complete
f0f20de75386: Verifying Checksum
f0f20de75386: Download complete
3d1dd648b5ad: Verifying Checksum
3d1dd648b5ad: Download complete
866ed2e2b1fe: Verifying Checksum
866ed2e2b1fe: Download complete
ab8da8d8889d: Verifying Checksum
ab8da8d8889d: Download complete
f0f20de75386: Verifying Checksum
f0f20de75386: Download complete
866ed2e2b1fe: Verifying Checksum
866ed2e2b1fe: Download complete
546e697abf12: Verifying Checksum
546e697abf12: Download complete
546e697abf12: Verifying Checksum
546e697abf12: Download complete
ddc4ad35a2f0: Verifying Checksum
ddc4ad35a2f0: Download complete
ddc4ad35a2f0: Verifying Checksum
ddc4ad35a2f0: Download complete
1db9e87b6bef: Verifying Checksum
1db9e87b6bef: Download complete
1db9e87b6bef: Verifying Checksum
1db9e87b6bef: Download complete
0001dc28c07c: Verifying Checksum
0001dc28c07c: Download complete
0001dc28c07c: Verifying Checksum
0001dc28c07c: Download complete
ab1fc7e4bf91: Pull complete
ab1fc7e4bf91: Pull complete
35fba333ff52: Pull complete
35fba333ff52: Pull complete
f0cb1fa13079: Pull complete
f0cb1fa13079: Pull complete
3d1dd648b5ad: Pull complete
3d1dd648b5ad: Pull complete
866ed2e2b1fe: Pull complete
866ed2e2b1fe: Pull complete
ddc4ad35a2f0: Pull complete
ab8da8d8889d: Pull complete
f0f20de75386: Pull complete
ddc4ad35a2f0: Pull complete
ab8da8d8889d: Pull complete
f0f20de75386: Pull complete
1db9e87b6bef: Pull complete
546e697abf12: Pull complete
1db9e87b6bef: Pull complete
546e697abf12: Pull complete
0001dc28c07c: Pull complete
Digest: sha256:17a7e0f158521c50316a0d0c1ab1f6a75350b4d82e7ef03c98bcfbdf04feb4f3
Status: Downloaded newer image for dockercore/golang-cross:1.11.5@sha256:17a7e0f158521c50316a0d0c1ab1f6a75350b4d82e7ef03c98bcfbdf04feb4f3
 ---> cbc2e073f890
Step 3/12 : RUN apt-get install -y -q --no-install-recommends     coreutils     util-linux     uuid-runtime
 ---> Running in 341d1b155c75
Reading package lists...
Building dependency tree...
Reading state information...
coreutils is already the newest version (8.26-3).
coreutils set to manually installed.
util-linux is already the newest version (2.29.2-1+deb9u1).
util-linux set to manually installed.
The following NEW packages will be installed:
  uuid-runtime
0001dc28c07c: Pull complete
Digest: sha256:17a7e0f158521c50316a0d0c1ab1f6a75350b4d82e7ef03c98bcfbdf04feb4f3
Status: Downloaded newer image for dockercore/golang-cross:1.11.5@sha256:17a7e0f158521c50316a0d0c1ab1f6a75350b4d82e7ef03c98bcfbdf04feb4f3
 ---> cbc2e073f890
Step 2/7 : ENV     DISABLE_WARN_OUTSIDE_CONTAINER=1
 ---> Running in f12d06ca6ecc
Removing intermediate container f12d06ca6ecc
 ---> e1739a5537da
Step 3/7 : RUN apt-get install -y -q --no-install-recommends     coreutils     util-linux     uuid-runtime
 ---> Running in 9dec1c5887a9
Reading package lists...
Building dependency tree...
Reading state information...
coreutils is already the newest version (8.26-3).
coreutils set to manually installed.
util-linux is already the newest version (2.29.2-1+deb9u1).
util-linux set to manually installed.
The following NEW packages will be installed:
  uuid-runtime
0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
Need to get 82.6 kB of archives.
After this operation, 160 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian stretch/main amd64 uuid-runtime amd64 2.29.2-1+deb9u1 [82.6 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 82.6 kB in 1s (82.2 kB/s)
0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
Need to get 82.6 kB of archives.
After this operation, 160 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian stretch/main amd64 uuid-runtime amd64 2.29.2-1+deb9u1 [82.6 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 82.6 kB in 1s (81.8 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%
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 ... 24389 files and directories currently installed.)
Preparing to unpack .../uuid-runtime_2.29.2-1+deb9u1_amd64.deb ...
Unpacking uuid-runtime (2.29.2-1+deb9u1) ...
Setting up uuid-runtime (2.29.2-1+deb9u1) ...
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'.
(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 ... 24389 files and directories currently installed.)
Preparing to unpack .../uuid-runtime_2.29.2-1+deb9u1_amd64.deb ...
Unpacking uuid-runtime (2.29.2-1+deb9u1) ...
Setting up uuid-runtime (2.29.2-1+deb9u1) ...
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.
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
Removing intermediate container 9dec1c5887a9
 ---> ab30916f3928
Step 4/7 : WORKDIR /go/src/github.com/docker/cli
Removing intermediate container 341d1b155c75
 ---> 970b91348343
Step 4/12 : WORKDIR /go/src/github.com/docker/app/
 ---> Running in 0cce14ced950
Removing intermediate container 0cce14ced950
 ---> 1e00c34a1434
Step 5/12 : COPY . .
 ---> Running in 43700fe76410
Removing intermediate container 43700fe76410
 ---> 978902542152
Step 5/7 : RUN git clone https://github.com/docker/cli.git .
 ---> Running in 1fcc875d5610
Cloning into '.'...
 ---> f1f1a2ccb14d
Step 6/12 : ARG EXPERIMENTAL="off"
 ---> Running in 1d1cd89d5f41
Removing intermediate container 1d1cd89d5f41
 ---> 8fc3b1307359
Step 7/12 : RUN make EXPERIMENTAL=${EXPERIMENTAL} bin/cnab-run
 ---> Running in a1c6b3f65544
CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=57ba688d -X github.com/docker/app/internal.Version=57ba688d81 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-08-30T17:02:29Z" -o bin/cnab-run ./cmd/cnab-run
Removing intermediate container 1fcc875d5610
 ---> b04ee323bdb4
Step 6/7 : RUN make cross binary &&  cp build/docker-linux-amd64 /usr/bin/docker
 ---> Running in f3640e0ee536
./scripts/build/cross
Building binaries for all platforms
[Pipeline] sh
+ make -f docker.Makefile vendor
docker build --build-arg=EXPERIMENTAL=off --build-arg=TAG=jenkins-app-push-pull-cnab-cleanup-1 --build-arg=COMMIT=57ba688 --build-arg=ALPINE_VERSION=3.8 --target=dev -t docker-app-dev:jenkins-app-push-pull-cnab-cleanup-1 .
Sending build context to Docker daemon  72.17MB

Step 1/13 : FROM dockercore/golang-cross:1.11.5@sha256:17a7e0f158521c50316a0d0c1ab1f6a75350b4d82e7ef03c98bcfbdf04feb4f3 AS build
sha256:17a7e0f158521c50316a0d0c1ab1f6a75350b4d82e7ef03c98bcfbdf04feb4f3: Pulling from dockercore/golang-cross
ab1fc7e4bf91: Pulling fs layer
35fba333ff52: Pulling fs layer
f0cb1fa13079: Pulling fs layer
3d1dd648b5ad: Pulling fs layer
866ed2e2b1fe: Pulling fs layer
ddc4ad35a2f0: Pulling fs layer
ab8da8d8889d: Pulling fs layer
f0f20de75386: Pulling fs layer
1db9e87b6bef: Pulling fs layer
546e697abf12: Pulling fs layer
0001dc28c07c: Pulling fs layer
ab8da8d8889d: Waiting
f0f20de75386: Waiting
1db9e87b6bef: Waiting
546e697abf12: Waiting
0001dc28c07c: Waiting
3d1dd648b5ad: Waiting
866ed2e2b1fe: Waiting
ddc4ad35a2f0: Waiting
f0cb1fa13079: Verifying Checksum
f0cb1fa13079: Download complete
35fba333ff52: Verifying Checksum
35fba333ff52: Download complete
ab1fc7e4bf91: Verifying Checksum
ab1fc7e4bf91: Download complete
3d1dd648b5ad: Verifying Checksum
3d1dd648b5ad: Download complete
ab8da8d8889d: Verifying Checksum
ab8da8d8889d: Download complete
866ed2e2b1fe: Verifying Checksum
866ed2e2b1fe: Download complete
f0f20de75386: Verifying Checksum
f0f20de75386: Download complete
546e697abf12: Verifying Checksum
546e697abf12: Download complete
1db9e87b6bef: Verifying Checksum
1db9e87b6bef: Download complete
ddc4ad35a2f0: Verifying Checksum
ddc4ad35a2f0: Download complete
0001dc28c07c: Verifying Checksum
0001dc28c07c: Download complete
ab1fc7e4bf91: Pull complete
35fba333ff52: Pull complete
f0cb1fa13079: Pull complete
3d1dd648b5ad: Pull complete
866ed2e2b1fe: Pull complete
Removing intermediate container a1c6b3f65544
 ---> 01b34cd50be7
Step 8/12 : FROM alpine:${ALPINE_VERSION} as invocation
3.8: Pulling from library/alpine
c87736221ed0: Pulling fs layer
c87736221ed0: Verifying Checksum
c87736221ed0: Download complete
c87736221ed0: Pull complete
Digest: sha256:04696b491e0cc3c58a75bace8941c14c924b9f313b03ce5029ebbc040ed9dcd9
Status: Downloaded newer image for alpine:3.8
 ---> dac705114996
Step 9/12 : RUN apk add --no-cache ca-certificates
 ---> Running in e24937a8768d
fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/community/x86_64/APKINDEX.tar.gz
(1/1) Installing ca-certificates (20190108-r0)
Executing busybox-1.28.4-r3.trigger
Executing ca-certificates-20190108-r0.trigger
OK: 5 MiB in 14 packages
Removing intermediate container e24937a8768d
 ---> 43a34829e370
Step 10/12 : COPY --from=build /go/src/github.com/docker/app/bin/cnab-run /cnab/app/run
 ---> 07aa3d8d26d9
Step 11/12 : WORKDIR /cnab/app
 ---> Running in f35407dd8085
Removing intermediate container f35407dd8085
 ---> 1990fede5edd
Step 12/12 : CMD /cnab/app/run
 ---> Running in 2b193e652c3b
Removing intermediate container 2b193e652c3b
 ---> 1cee7b490bc9
[Warning] One or more build-args [COMMIT TAG] were not consumed
Successfully built 1cee7b490bc9
Successfully tagged docker/cnab-app-base:jenkins-app-push-pull-cnab-cleanup-1
docker save docker/cnab-app-base:jenkins-app-push-pull-cnab-cleanup-1 -o _build/invocation-image.tar
[Pipeline] sh
+ make -f docker.Makefile INVOCATION_IMAGE_TAG=jenkins-app-push-pull-cnab-cleanup-1-coverage OUTPUT=coverage-invocation-image.tar save-invocation-image-tag
docker tag docker/cnab-app-base:jenkins-app-push-pull-cnab-cleanup-1 docker/cnab-app-base:jenkins-app-push-pull-cnab-cleanup-1-coverage
docker save docker/cnab-app-base:jenkins-app-push-pull-cnab-cleanup-1-coverage -o _build/coverage-invocation-image.tar
[Pipeline] sh
+ make -f docker.Makefile INVOCATION_IMAGE_TAG=jenkins-app-push-pull-cnab-cleanup-1-coverage-experimental OUTPUT=coverage-experimental-invocation-image.tar save-invocation-image-tag
docker tag docker/cnab-app-base:jenkins-app-push-pull-cnab-cleanup-1 docker/cnab-app-base:jenkins-app-push-pull-cnab-cleanup-1-coverage-experimental
docker save docker/cnab-app-base:jenkins-app-push-pull-cnab-cleanup-1-coverage-experimental -o _build/coverage-experimental-invocation-image.tar
ddc4ad35a2f0: Pull complete
ab8da8d8889d: Pull complete
f0f20de75386: Pull complete
[Pipeline] dir
Running in /home/ubuntu/workspace/app_push-pull-cnab-cleanup/src/github.com/docker/app/_build
[Pipeline] {
[Pipeline] stash
Stashed 1 file(s)
[Pipeline] stash
1db9e87b6bef: Pull complete
546e697abf12: Pull complete
Stashed 1 file(s)
[Pipeline] stash
Stashed 1 file(s)
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] dir
Running in /home/ubuntu/workspace/app_push-pull-cnab-cleanup/src/github.com/docker/app
[Pipeline] {
[Pipeline] sh
+ docker rmi docker/cnab-app-base:jenkins-app-push-pull-cnab-cleanup-1
Untagged: docker/cnab-app-base:jenkins-app-push-pull-cnab-cleanup-1
[Pipeline] sh
+ docker rmi docker/cnab-app-base:jenkins-app-push-pull-cnab-cleanup-1-coverage
Untagged: docker/cnab-app-base:jenkins-app-push-pull-cnab-cleanup-1-coverage
[Pipeline] sh
+ docker rmi docker/cnab-app-base:jenkins-app-push-pull-cnab-cleanup-1-coverage-experimental
Untagged: docker/cnab-app-base:jenkins-app-push-pull-cnab-cleanup-1-coverage-experimental
Deleted: sha256:1cee7b490bc9dc9a5b5ab2b4e800590b54951bf0abdd1e709414de3d79182443
Deleted: sha256:1990fede5edd75f962ef39f9b75b04cff72ea1db32a5fb104a72680048266229
Deleted: sha256:07aa3d8d26d942509ac27991c68d15dc33d225ecd676f95cf25fb9436c7cd627
Deleted: sha256:6e368c55be0d1c4fdd3615e125b12bcbe2a0fbe40312b05b58b9d79f94430a09
Deleted: sha256:43a34829e370a28255ae4da43efd6f14348bf183aab29ea5f745feae16375776
Deleted: sha256:1b11154332d0d1f48cf020a1f46c981cb0189bede4cdb4dec7486c551681b613
[Pipeline] }
[Pipeline] // dir
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
0001dc28c07c: Pull complete
Digest: sha256:17a7e0f158521c50316a0d0c1ab1f6a75350b4d82e7ef03c98bcfbdf04feb4f3
Status: Downloaded newer image for dockercore/golang-cross:1.11.5@sha256:17a7e0f158521c50316a0d0c1ab1f6a75350b4d82e7ef03c98bcfbdf04feb4f3
 ---> cbc2e073f890
Step 2/13 : ENV     DISABLE_WARN_OUTSIDE_CONTAINER=1
 ---> Running in e0d7ecc007a2
Removing intermediate container e0d7ecc007a2
 ---> e75adee83dd5
Step 3/13 : RUN apt-get install -y -q --no-install-recommends     coreutils     util-linux     uuid-runtime
 ---> Running in e14df050dbc4
Reading package lists...
Building dependency tree...
Reading state information...
coreutils is already the newest version (8.26-3).
coreutils set to manually installed.
util-linux is already the newest version (2.29.2-1+deb9u1).
util-linux set to manually installed.
The following NEW packages will be installed:
  uuid-runtime
0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
Need to get 82.6 kB of archives.
After this operation, 160 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian stretch/main amd64 uuid-runtime amd64 2.29.2-1+deb9u1 [82.6 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 82.6 kB in 1s (74.1 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 ... 24389 files and directories currently installed.)
Preparing to unpack .../uuid-runtime_2.29.2-1+deb9u1_amd64.deb ...
Unpacking uuid-runtime (2.29.2-1+deb9u1) ...
Setting up uuid-runtime (2.29.2-1+deb9u1) ...
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 e14df050dbc4
 ---> d3c068beb315
Step 4/13 : WORKDIR /go/src/github.com/docker/cli
 ---> Running in b12c0dbda1df
Removing intermediate container b12c0dbda1df
 ---> aeda12a0622b
Step 5/13 : RUN git clone https://github.com/docker/cli.git .
 ---> Running in 5a3b12ea5862
Cloning into '.'...
Removing intermediate container 5a3b12ea5862
 ---> 07ff6448100b
Step 6/13 : RUN make cross binary &&  cp build/docker-linux-amd64 /usr/bin/docker
 ---> Running in f1709b59ac04
./scripts/build/cross
Building binaries for all platforms
Generating windows resources
Building build/docker-windows-amd64
Building build/docker-darwin-amd64
Generating windows resources
Building build/docker-windows-amd64
Building build/docker-darwin-amd64
Building statically linked build/docker-linux-amd64
Building statically linked build/docker-linux-arm
Building statically linked build/docker-linux-amd64
Building statically linked build/docker-linux-arm
Building statically linked build/docker-linux-ppc64le
Building statically linked build/docker-linux-s390x
WARNING: binary creates a Linux executable. Use cross for macOS or Windows.
./scripts/build/binary
Building statically linked build/docker-linux-amd64
Removing intermediate container f3640e0ee536
 ---> 13554a0e8807
Step 7/7 : WORKDIR /go/src/github.com/docker/app/
 ---> Running in 0d080a2b876d
Removing intermediate container 0d080a2b876d
 ---> 62bf6bddfac7
[Warning] One or more build-args [ALPINE_VERSION COMMIT EXPERIMENTAL TAG] were not consumed
Successfully built 62bf6bddfac7
Successfully tagged docker-app-cli:jenkins-app-push-pull-cnab-cleanup-1
docker create --name docker-app-cli-jenkins-app-push-pull-cnab-cleanup-1 docker-app-cli:jenkins-app-push-pull-cnab-cleanup-1 noop
90e0d50af84e03569e16ac529b76067194d05917b2f14611d6d6f0726f49fb9e
docker cp docker-app-cli-jenkins-app-push-pull-cnab-cleanup-1:/go/src/github.com/docker/cli/build/docker-linux-amd64 bin/docker-linux
docker cp docker-app-cli-jenkins-app-push-pull-cnab-cleanup-1:/go/src/github.com/docker/cli/build/docker-darwin-amd64 bin/docker-darwin
docker cp docker-app-cli-jenkins-app-push-pull-cnab-cleanup-1:/go/src/github.com/docker/cli/build/docker-windows-amd64 bin/docker-windows.exe
docker rm docker-app-cli-jenkins-app-push-pull-cnab-cleanup-1
docker-app-cli-jenkins-app-push-pull-cnab-cleanup-1
docker build --build-arg=EXPERIMENTAL=off --build-arg=TAG=jenkins-app-push-pull-cnab-cleanup-1 --build-arg=COMMIT=57ba688 --build-arg=ALPINE_VERSION=3.8 --target=cross -t docker-app-cross:jenkins-app-push-pull-cnab-cleanup-1  .
Sending build context to Docker daemon  72.17MB

Step 1/17 : FROM dockercore/golang-cross:1.11.5@sha256:17a7e0f158521c50316a0d0c1ab1f6a75350b4d82e7ef03c98bcfbdf04feb4f3 AS build
 ---> cbc2e073f890
Step 2/17 : ENV     DISABLE_WARN_OUTSIDE_CONTAINER=1
 ---> Using cache
 ---> e1739a5537da
Step 3/17 : RUN apt-get install -y -q --no-install-recommends     coreutils     util-linux     uuid-runtime
 ---> Using cache
 ---> ab30916f3928
Step 4/17 : WORKDIR /go/src/github.com/docker/cli
 ---> Using cache
 ---> 978902542152
Step 5/17 : RUN git clone https://github.com/docker/cli.git .
 ---> Using cache
 ---> b04ee323bdb4
Step 6/17 : RUN make cross binary &&  cp build/docker-linux-amd64 /usr/bin/docker
 ---> Using cache
 ---> 13554a0e8807
Step 7/17 : WORKDIR /go/src/github.com/docker/app/
 ---> Using cache
 ---> 62bf6bddfac7
Step 8/17 : FROM build AS dev
 ---> 62bf6bddfac7
Step 9/17 : ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/
 ---> Running in 84ac74ad8f40
Removing intermediate container 84ac74ad8f40
 ---> 13cccc5c9577
Step 10/17 : ARG DEP_VERSION=v0.5.0
 ---> Running in a005aedd3126
Removing intermediate container a005aedd3126
 ---> cd65b1e35bc4
Step 11/17 : RUN curl -o /usr/bin/dep -L https://github.com/golang/dep/releases/download/${DEP_VERSION}/dep-linux-amd64 &&     chmod +x /usr/bin/dep
 ---> Running in ce87e97965c4
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   605    0   605    0     0   2839      0 --:--:-- --:--:-- --:--:--  2853

100 8513k  100 8513k    0     0  26.2M      0 --:--:-- --:--:-- --:--:-- 26.2M
Removing intermediate container ce87e97965c4
 ---> 91fe06ed004a
Step 12/17 : RUN go get -d gopkg.in/mjibson/esc.v0 &&     cd /go/src/github.com/mjibson/esc &&     go build -v -o /usr/bin/esc . &&     rm -rf /go/src/* /go/pkg/* /go/bin/*
 ---> Running in 1c79065a7794
golang.org/x/tools/internal/semver
github.com/pkg/errors
golang.org/x/tools/go/ast/astutil
golang.org/x/tools/go/internal/gcimporter
golang.org/x/tools/go/internal/packagesdriver
golang.org/x/tools/internal/fastwalk
golang.org/x/tools/internal/gopathwalk
golang.org/x/tools/internal/module
golang.org/x/tools/go/gcexportdata
golang.org/x/tools/go/packages
golang.org/x/tools/internal/imports
golang.org/x/tools/imports
github.com/mjibson/esc/embed
github.com/mjibson/esc
Removing intermediate container 1c79065a7794
 ---> 41a61f4c745a
Step 13/17 : COPY . .
 ---> bd19ef2723d7
Step 14/17 : FROM dev AS cross
 ---> bd19ef2723d7
Step 15/17 : ARG EXPERIMENTAL="off"
 ---> Running in 5e24cc1e140b
Removing intermediate container 5e24cc1e140b
 ---> 4f81ad719cad
Step 16/17 : ARG TAG="unknown"
 ---> Running in 960b92bc27db
Removing intermediate container 960b92bc27db
 ---> 4948da892282
Step 17/17 : RUN make EXPERIMENTAL=${EXPERIMENTAL} TAG=${TAG} cross
 ---> Running in b774fbebbd7c
GOOS=linux CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=57ba688d -X github.com/docker/app/internal.Version=jenkins-app-push-pull-cnab-cleanup-1 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-08-30T17:09:58Z" -o bin/docker-app-linux ./cmd/docker-app
GOOS=darwin CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=57ba688d -X github.com/docker/app/internal.Version=jenkins-app-push-pull-cnab-cleanup-1 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-08-30T17:09:58Z" -o bin/docker-app-darwin ./cmd/docker-app
Building statically linked build/docker-linux-ppc64le
Building statically linked build/docker-linux-s390x
WARNING: binary creates a Linux executable. Use cross for macOS or Windows.
./scripts/build/binary
Building statically linked build/docker-linux-amd64
GOOS=windows CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=57ba688d -X github.com/docker/app/internal.Version=jenkins-app-push-pull-cnab-cleanup-1 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-08-30T17:09:58Z" -o bin/docker-app-windows.exe ./cmd/docker-app
Removing intermediate container f1709b59ac04
 ---> 00210a7a4167
Step 7/13 : WORKDIR /go/src/github.com/docker/app/
 ---> Running in 07c90cfe9401
Removing intermediate container 07c90cfe9401
 ---> cfb5c50afe3a
Step 8/13 : FROM build AS dev
 ---> cfb5c50afe3a
Step 9/13 : ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/
 ---> Running in 6aea55c51bed
Removing intermediate container 6aea55c51bed
 ---> 473c1a98682a
Step 10/13 : ARG DEP_VERSION=v0.5.0
 ---> Running in 84b3a3f76a03
Removing intermediate container 84b3a3f76a03
 ---> f92197ce9955
Step 11/13 : RUN curl -o /usr/bin/dep -L https://github.com/golang/dep/releases/download/${DEP_VERSION}/dep-linux-amd64 &&     chmod +x /usr/bin/dep
 ---> Running in 29c540925fe0
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   605    0   605    0     0   4373      0 --:--:-- --:--:-- --:--:--  4384

 98 8513k   98 8363k    0     0  31.0M      0 --:--:-- --:--:-- --:--:-- 31.0M
100 8513k  100 8513k    0     0  31.3M      0 --:--:-- --:--:-- --:--:-- 73.1M
Removing intermediate container 29c540925fe0
 ---> fcaa6b59a2b4
Step 12/13 : RUN go get -d gopkg.in/mjibson/esc.v0 &&     cd /go/src/github.com/mjibson/esc &&     go build -v -o /usr/bin/esc . &&     rm -rf /go/src/* /go/pkg/* /go/bin/*
 ---> Running in c8869b9be55f
golang.org/x/tools/internal/semver
github.com/pkg/errors
golang.org/x/tools/go/ast/astutil
golang.org/x/tools/go/internal/gcimporter
golang.org/x/tools/go/internal/packagesdriver
golang.org/x/tools/internal/fastwalk
golang.org/x/tools/internal/gopathwalk
golang.org/x/tools/internal/module
golang.org/x/tools/go/gcexportdata
golang.org/x/tools/go/packages
golang.org/x/tools/internal/imports
golang.org/x/tools/imports
github.com/mjibson/esc/embed
github.com/mjibson/esc
Removing intermediate container c8869b9be55f
 ---> 6813b08922b1
Step 13/13 : COPY . .
 ---> 64d1e806255a
[Warning] One or more build-args [ALPINE_VERSION COMMIT EXPERIMENTAL TAG] were not consumed
Successfully built 64d1e806255a
Successfully tagged docker-app-dev:jenkins-app-push-pull-cnab-cleanup-1
Vendoring...
docker run --rm docker-app-dev:jenkins-app-push-pull-cnab-cleanup-1 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/containerd/containerd/platforms: imported or required, but missing from Gopkg.lock's input-imports

Root project is "github.com/docker/app"
 29 transitively valid internal packages
 49 external packages imported from 19 projects
(0)   ✓ select (root)
(1)	? attempt github.com/cbroglie/mustache with 1 pkgs; at least 1 versions to try
(1)	    try github.com/cbroglie/mustache@v1.0.1
(1)	✓ select github.com/cbroglie/mustache@v1.0.1 w/1 pkgs
(2)	? attempt github.com/containerd/containerd (from github.com/simonferquel/containerd) with 1 pkgs; at least 1 versions to try
(2)	    try github.com/containerd/containerd (from github.com/simonferquel/containerd)@a89234684e5884e51ba195bdb16b1c6952d17f11
(2)	✓ select github.com/containerd/containerd (from github.com/simonferquel/containerd)@a89234684e5884e51ba195bdb16b1c6952d17f11 w/3 pkgs
(3)	? attempt github.com/docker/docker with 5 pkgs; at least 1 versions to try
(3)	    try github.com/docker/docker@master
(3)	✓ select github.com/docker/docker@master w/27 pkgs
(4)	? attempt github.com/Azure/go-ansiterm with 2 pkgs; at least 1 versions to try
(4)	    try github.com/Azure/go-ansiterm@master
(4)	✓ select github.com/Azure/go-ansiterm@master w/2 pkgs
(5)	? attempt github.com/containerd/continuity with 2 pkgs; at least 1 versions to try
(5)	    try github.com/containerd/continuity@master
(5)	✓ select github.com/containerd/continuity@master w/4 pkgs
(6)	? attempt github.com/Microsoft/go-winio with 1 pkgs; at least 1 versions to try
(6)	    try github.com/Microsoft/go-winio@v0.4.11
(6)	✓ select github.com/Microsoft/go-winio@v0.4.11 w/1 pkgs
(7)	? attempt github.com/opencontainers/runc with 2 pkgs; at least 1 versions to try
(7)	    try github.com/opencontainers/runc@v1.0.0-rc6
(7)	✓ select github.com/opencontainers/runc@v1.0.0-rc6 w/2 pkgs
Removing intermediate container b774fbebbd7c
 ---> 6b09399e0a2b
[Warning] One or more build-args [ALPINE_VERSION COMMIT] were not consumed
Successfully built 6b09399e0a2b
Successfully tagged docker-app-cross:jenkins-app-push-pull-cnab-cleanup-1
docker create --name docker-app-cross-jenkins-app-push-pull-cnab-cleanup-1 docker-app-cross:jenkins-app-push-pull-cnab-cleanup-1 noop
347dfae8c8970940ab6599ada2ae126595a145990e4de47ca9d6d9c4cdff1b59
docker cp docker-app-cross-jenkins-app-push-pull-cnab-cleanup-1:/go/src/github.com/docker/app/bin/docker-app-linux bin/docker-app-linux
docker cp docker-app-cross-jenkins-app-push-pull-cnab-cleanup-1:/go/src/github.com/docker/app/bin/docker-app-darwin bin/docker-app-darwin
docker cp docker-app-cross-jenkins-app-push-pull-cnab-cleanup-1:/go/src/github.com/docker/app/bin/docker-app-windows.exe bin/docker-app-windows.exe
docker rm docker-app-cross-jenkins-app-push-pull-cnab-cleanup-1
docker-app-cross-jenkins-app-push-pull-cnab-cleanup-1
docker build --build-arg=EXPERIMENTAL=off --build-arg=TAG=jenkins-app-push-pull-cnab-cleanup-1 --build-arg=COMMIT=57ba688 --build-arg=ALPINE_VERSION=3.8 --target=e2e-cross -t docker-app-e2e-cross:jenkins-app-push-pull-cnab-cleanup-1  .
(8)	? attempt github.com/deislabs/duffle with 8 pkgs; at least 1 versions to try
(8)	    try github.com/deislabs/duffle@master
Sending build context to Docker daemon  72.17MB

Step 1/21 : FROM dockercore/golang-cross:1.11.5@sha256:17a7e0f158521c50316a0d0c1ab1f6a75350b4d82e7ef03c98bcfbdf04feb4f3 AS build
 ---> cbc2e073f890
Step 2/21 : ENV     DISABLE_WARN_OUTSIDE_CONTAINER=1
 ---> Using cache
 ---> e1739a5537da
Step 3/21 : RUN apt-get install -y -q --no-install-recommends     coreutils     util-linux     uuid-runtime
 ---> Using cache
 ---> ab30916f3928
Step 4/21 : WORKDIR /go/src/github.com/docker/cli
 ---> Using cache
 ---> 978902542152
Step 5/21 : RUN git clone https://github.com/docker/cli.git .
 ---> Using cache
 ---> b04ee323bdb4
Step 6/21 : RUN make cross binary &&  cp build/docker-linux-amd64 /usr/bin/docker
 ---> Using cache
 ---> 13554a0e8807
Step 7/21 : WORKDIR /go/src/github.com/docker/app/
 ---> Using cache
 ---> 62bf6bddfac7
Step 8/21 : FROM build AS dev
 ---> 62bf6bddfac7
Step 9/21 : ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/
 ---> Using cache
 ---> 13cccc5c9577
Step 10/21 : ARG DEP_VERSION=v0.5.0
 ---> Using cache
 ---> cd65b1e35bc4
Step 11/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
 ---> 91fe06ed004a
Step 12/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
 ---> 41a61f4c745a
Step 13/21 : COPY . .
 ---> Using cache
 ---> bd19ef2723d7
Step 14/21 : FROM dev AS cross
 ---> bd19ef2723d7
Step 15/21 : ARG EXPERIMENTAL="off"
 ---> Using cache
 ---> 4f81ad719cad
Step 16/21 : ARG TAG="unknown"
 ---> Using cache
 ---> 4948da892282
Step 17/21 : RUN make EXPERIMENTAL=${EXPERIMENTAL} TAG=${TAG} cross
 ---> Using cache
 ---> 6b09399e0a2b
Step 18/21 : FROM cross AS e2e-cross
 ---> 6b09399e0a2b
Step 19/21 : ARG EXPERIMENTAL="off"
 ---> Running in 4816f2021881
Removing intermediate container 4816f2021881
 ---> a2b0af10b2f2
Step 20/21 : ARG TAG="unknown"
 ---> Running in 2b3d887f0443
Removing intermediate container 2b3d887f0443
 ---> 1bdb0008c5be
Step 21/21 : RUN make EXPERIMENTAL=${EXPERIMENTAL} TAG=${TAG} e2e-cross
 ---> Running in 6860036fbc98
GOOS=linux CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=57ba688d -X github.com/docker/app/internal.Version=jenkins-app-push-pull-cnab-cleanup-1 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-08-30T17:12:04Z" -o bin/docker-app-linux ./cmd/docker-app
(8)	✓ select github.com/deislabs/duffle@master w/9 pkgs
(9)	? revisit github.com/docker/docker to add 5 pkgs
(9)	  ✓ include 19 more pkgs from github.com/docker/docker@master
(9)	? attempt github.com/gopherjs/gopherjs with 1 pkgs; at least 1 versions to try
(10)      try github.com/gopherjs/gopherjs@master
(10)  ✓ select github.com/gopherjs/gopherjs@master w/1 pkgs
(10)  ? attempt github.com/Nvveen/Gotty with 1 pkgs; at least 1 versions to try
(11)      try github.com/Nvveen/Gotty@master
(11)  ✓ select github.com/Nvveen/Gotty@master w/1 pkgs
(11)  ? attempt github.com/pkg/errors with 1 pkgs; at least 1 versions to try
(12)      try github.com/pkg/errors@v0.8.0
(12)  ✓ select github.com/pkg/errors@v0.8.0 w/1 pkgs
(12)  ? attempt github.com/docker/cli with 15 pkgs; at least 1 versions to try
(13)      try github.com/docker/cli@06b837a7d7e1115f3d2aa65c47765e25d4bf845b
GOOS=linux CGO_ENABLED=0 go test -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=57ba688d -X github.com/docker/app/internal.Version=jenkins-app-push-pull-cnab-cleanup-1 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-08-30T17:12:04Z" -c -o bin/docker-app-e2e-linux ./e2e/
GOOS=darwin CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=57ba688d -X github.com/docker/app/internal.Version=jenkins-app-push-pull-cnab-cleanup-1 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-08-30T17:12:04Z" -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=57ba688d -X github.com/docker/app/internal.Version=jenkins-app-push-pull-cnab-cleanup-1 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-08-30T17:12:04Z" -c -o bin/docker-app-e2e-darwin ./e2e/
GOOS=windows CGO_ENABLED=0 go test -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=57ba688d -X github.com/docker/app/internal.Version=jenkins-app-push-pull-cnab-cleanup-1 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-08-30T17:12:04Z" -c -o bin/docker-app-e2e-windows.exe ./e2e/
Removing intermediate container 6860036fbc98
 ---> 92897a57dc7f
[Warning] One or more build-args [COMMIT ALPINE_VERSION] were not consumed
Successfully built 92897a57dc7f
Successfully tagged docker-app-e2e-cross:jenkins-app-push-pull-cnab-cleanup-1
docker create --name docker-app-e2e-cross-jenkins-app-push-pull-cnab-cleanup-1 docker-app-e2e-cross:jenkins-app-push-pull-cnab-cleanup-1 noop
bdfaaa6c55bf650ff96e0a5165b5c377da2813ecf9dc23ffcb4711c6a83ce48a
docker cp docker-app-e2e-cross-jenkins-app-push-pull-cnab-cleanup-1:/go/src/github.com/docker/app/bin/docker-app-e2e-linux bin/docker-app-e2e-linux
docker cp docker-app-e2e-cross-jenkins-app-push-pull-cnab-cleanup-1:/go/src/github.com/docker/app/bin/docker-app-e2e-darwin bin/docker-app-e2e-darwin
docker cp docker-app-e2e-cross-jenkins-app-push-pull-cnab-cleanup-1:/go/src/github.com/docker/app/bin/docker-app-e2e-windows.exe bin/docker-app-e2e-windows.exe
docker rm docker-app-e2e-cross-jenkins-app-push-pull-cnab-cleanup-1
docker-app-e2e-cross-jenkins-app-push-pull-cnab-cleanup-1
tar 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 czf bin/docker-app-darwin.tar.gz -C bin docker-app-darwin
tar czf bin/docker-app-e2e-darwin.tar.gz -C bin docker-app-e2e-darwin
tar 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] dir
Running in /home/ubuntu/workspace/app_push-pull-cnab-cleanup/src/github.com/docker/app/bin
[Pipeline] {
[Pipeline] stash
Stashed 15 file(s)
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
Running in /home/ubuntu/workspace/app_push-pull-cnab-cleanup/src/github.com/docker/app/e2e
[Pipeline] {
[Pipeline] stash
Stashed 51 file(s)
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
Running in /home/ubuntu/workspace/app_push-pull-cnab-cleanup/src/github.com/docker/app/examples
[Pipeline] {
[Pipeline] stash
Stashed 36 file(s)
[Pipeline] }
[Pipeline] // dir
[Pipeline] stash
Stashed 3 file(s)
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] sh
+ docker image ls --format={{.Repository}}:{{.Tag}} *jenkins-app-push-pull-cnab-cleanup-1*
+ xargs docker image rm -f
Untagged: docker-app-e2e-cross:jenkins-app-push-pull-cnab-cleanup-1
Deleted: sha256:92897a57dc7f9eaeda9487a1f9e0d162517fce6a877dd835a02af3181d84ccc6
Deleted: sha256:a828ccce65ddfe66378bb7f5b3ae9154407438bd6f4f54617f88fb844f20544b
Deleted: sha256:1bdb0008c5bed3babab66cf5561664d37e1b39cf04e66d34783bae4740ac18ec
Deleted: sha256:a2b0af10b2f29f67b3dd7999fe306bff4af393733da6cae43c9cc9345f379993
Untagged: docker-app-cross:jenkins-app-push-pull-cnab-cleanup-1
Deleted: sha256:6b09399e0a2b4b0ba4c885a3bf6f4046b643aea331c6860f613cce2ef59eecbb
Deleted: sha256:46190d013df9fa4795c67648ba8140d3e63089cce7e01105643bfdba6a297e2d
Deleted: sha256:4948da892282802325ef9dfe56db1d0f43fb27fd04e14330247f8eaf8262eb5e
Deleted: sha256:4f81ad719cad844c26b7353ea4ec8ce85ca47e30bd9a6dc9906a90960123c502
Deleted: sha256:bd19ef2723d762fedcecb7b369224d47c2475cea760e4c741167f671c84c8d4c
Deleted: sha256:cde8f1d314de9169d8998722a1d20c4b5f5a47c12bbed5a157ccf4f8a2d35c2a
Deleted: sha256:41a61f4c745a9b2dc6c1814cb1ccf563eff82341014667b48c5b3e96bfa9a345
Deleted: sha256:e823b0a2b3877ea34ebc267a281e20da6adf77533a105d1409871bdc00727045
Deleted: sha256:91fe06ed004a4108c38f56e1189ab37b96d574de2d567577469fa8892fe0de5a
Deleted: sha256:4684de3dc81b0dfa288ee84014bdf087d61763426435e5b48bb0ab9e1c748b27
Deleted: sha256:cd65b1e35bc419ea17e7918b0ad20089e329f3961930c707db011b838f027ae9
Deleted: sha256:13cccc5c957702f85f63e8effa11c4a3b9f84d0e7429cc82b7bc287bf4452160
Untagged: docker-app-cli:jenkins-app-push-pull-cnab-cleanup-1
Deleted: sha256:62bf6bddfac7a0a0f5211cff7d7b099e95ec323db73886f1e629abd532af4afc
Deleted: sha256:23df3add889c6fd1149e4d5137bcf06b5d7bcb9e12c3439353e233d9f0107d98
Deleted: sha256:13554a0e8807753eeaef5b09fcc517eabffc29724cb62245aaafdd950ae1b942
Deleted: sha256:f173f5b0621d062da45b5bd949e9e692b3aeb1352c311fe025a18b7da9071a4e
Deleted: sha256:b04ee323bdb4f63b4efb90f8d9429f26c64911ab47ab83be19a66b498b36af7d
Deleted: sha256:3b652413baf3362672b3cb8061a2c25eb5939eb96139430c36cfd99cde015cc6
Deleted: sha256:9789025421525aab92b62470577be9df43b276c17adbb0638e064262b83bc98b
Deleted: sha256:fcca463799778b2a8affd37bc7e44352dd83a8874dbcc3a03b40f6a529a47e02
Deleted: sha256:ab30916f39289b963971b22a79d1e1a81bd85b70da4f5baaa7a1d5681188247e
Deleted: sha256:8a67afa1c037bf395a1d91e2cb654e779e7e25ba67c7bceb003071d3a6d5742f
Deleted: sha256:e1739a5537da556d1fa424407ea5c695d4579a8010f8c35d66033c616fed5a19
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
(13)  ✓ select github.com/docker/cli@06b837a7d7e1115f3d2aa65c47765e25d4bf845b w/48 pkgs
(13)  ? revisit github.com/containerd/containerd (from github.com/simonferquel/containerd) to add 8 pkgs
(14)    ✓ include 50 more pkgs from github.com/containerd/containerd (from github.com/simonferquel/containerd)@a89234684e5884e51ba195bdb16b1c6952d17f11
(13)  ? revisit github.com/containerd/continuity to add 1 pkgs
(15)    ✓ include 2 more pkgs from github.com/containerd/continuity@master
(13)  ? revisit github.com/docker/docker to add 12 pkgs
(16)    ✓ include 22 more pkgs from github.com/docker/docker@master
(13)  ? attempt github.com/Microsoft/hcsshim with 1 pkgs; at least 1 versions to try
(17)      try github.com/Microsoft/hcsshim@v0.8.4
(17)  ✓ select github.com/Microsoft/hcsshim@v0.8.4 w/15 pkgs
(14)  ? attempt github.com/hashicorp/go-version with 1 pkgs; at least 1 versions to try
(18)      try github.com/hashicorp/go-version@v1.0.0
(18)  ✓ select github.com/hashicorp/go-version@v1.0.0 w/1 pkgs
(15)  ? attempt github.com/containerd/fifo with 1 pkgs; at least 1 versions to try
(19)      try github.com/containerd/fifo@master
(19)  ✓ select github.com/containerd/fifo@master w/1 pkgs
(16)  ? attempt github.com/containerd/typeurl with 1 pkgs; at least 1 versions to try
(20)      try github.com/containerd/typeurl@master
(20)  ✓ select github.com/containerd/typeurl@master w/1 pkgs
(17)  ? attempt github.com/docker/distribution with 1 pkgs; at least 1 versions to try
(21)      try github.com/docker/distribution@0d3efadf0154c2b8a4e7b6621fff9809655cc580
(21)  ✓ select github.com/docker/distribution@0d3efadf0154c2b8a4e7b6621fff9809655cc580 w/2 pkgs
(18)  ? attempt github.com/docker/compose-on-kubernetes with 8 pkgs; at least 1 versions to try
(22)      try github.com/docker/compose-on-kubernetes@v0.4.19
(22)  ✓ select github.com/docker/compose-on-kubernetes@v0.4.19 w/11 pkgs
(19)  ? attempt golang.org/x/sys with 2 pkgs; at least 1 versions to try
(23)      try golang.org/x/sys@master
(23)  ✓ select golang.org/x/sys@master w/2 pkgs
(20)  ? attempt github.com/docker/go-events with 1 pkgs; at least 1 versions to try
(24)      try github.com/docker/go-events@master
(24)  ✓ select github.com/docker/go-events@master w/1 pkgs
(21)  ? attempt github.com/docker/docker-credential-helpers with 2 pkgs; at least 1 versions to try
(25)      try github.com/docker/docker-credential-helpers@v0.6.1
(25)  ✓ select github.com/docker/docker-credential-helpers@v0.6.1 w/2 pkgs
(22)  ? attempt github.com/flynn-archive/go-shlex with 1 pkgs; at least 1 versions to try
(26)      try github.com/flynn-archive/go-shlex@master
(26)  ✓ select github.com/flynn-archive/go-shlex@master w/1 pkgs
(23)  ? attempt github.com/docker/cnab-to-oci with 1 pkgs; at least 1 versions to try
(27)      try github.com/docker/cnab-to-oci@master
(27)  ✓ select github.com/docker/cnab-to-oci@master w/2 pkgs
(24)  ? revisit github.com/containerd/containerd (from github.com/simonferquel/containerd) to add 1 pkgs
(28)    ✓ include 1 more pkgs from github.com/containerd/containerd (from github.com/simonferquel/containerd)@a89234684e5884e51ba195bdb16b1c6952d17f11
(24)  ? revisit github.com/docker/cli to add 1 pkgs
(29)    ✓ include 3 more pkgs from github.com/docker/cli@06b837a7d7e1115f3d2aa65c47765e25d4bf845b
(24)  ? revisit github.com/docker/distribution to add 5 pkgs
(30)    ✓ include 14 more pkgs from github.com/docker/distribution@0d3efadf0154c2b8a4e7b6621fff9809655cc580
(24)  ? attempt github.com/docker/swarmkit with 3 pkgs; at least 1 versions to try
(31)      try github.com/docker/swarmkit@edd5641391926a50bc5f7040e20b7efc05003c26
(31)  ✓ select github.com/docker/swarmkit@edd5641391926a50bc5f7040e20b7efc05003c26 w/6 pkgs
(25)  ? attempt github.com/coreos/etcd with 1 pkgs; at least 1 versions to try
(32)      try github.com/coreos/etcd@v3.3.10
(32)  ✓ select github.com/coreos/etcd@v3.3.10 w/1 pkgs
(26)  ? attempt github.com/docker/go-connections with 3 pkgs; at least 1 versions to try
(33)      try github.com/docker/go-connections@v0.4.0
(33)  ✓ select github.com/docker/go-connections@v0.4.0 w/3 pkgs
(27)  ? attempt github.com/morikuni/aec with 1 pkgs; at least 1 versions to try
(34)      try github.com/morikuni/aec@master
(34)  ✓ select github.com/morikuni/aec@master w/1 pkgs
(28)  ? attempt github.com/gogo/googleapis with 1 pkgs; at least 1 versions to try
(35)      try github.com/gogo/googleapis@v1.1.0
(35)  ✓ select github.com/gogo/googleapis@v1.1.0 w/1 pkgs
(29)  ? attempt github.com/gogo/protobuf with 2 pkgs; at least 1 versions to try
(36)      try github.com/gogo/protobuf@v1.2.0
(36)  ✓ select github.com/gogo/protobuf@v1.2.0 w/3 pkgs
(30)  ? revisit github.com/gogo/protobuf to add 1 pkgs
(37)    ✓ include 3 more pkgs from github.com/gogo/protobuf@v1.2.0
(30)  ? attempt github.com/xeipuuv/gojsonschema with 1 pkgs; at least 1 versions to try
(38)      try github.com/xeipuuv/gojsonschema@93e72a773fade158921402d6a24c819b48aba29d
(38)  ✓ select github.com/xeipuuv/gojsonschema@93e72a773fade158921402d6a24c819b48aba29d w/1 pkgs
(31)  ? revisit github.com/gogo/protobuf to add 1 pkgs
(39)    ✓ include 1 more pkgs from github.com/gogo/protobuf@v1.2.0
(31)  ? revisit github.com/docker/distribution to add 4 pkgs
(40)    ✓ include 12 more pkgs from github.com/docker/distribution@0d3efadf0154c2b8a4e7b6621fff9809655cc580
(31)  ? attempt github.com/sirupsen/logrus with 1 pkgs; at least 1 versions to try
(41)      try github.com/sirupsen/logrus@v1.2.0
(41)  ✓ select github.com/sirupsen/logrus@v1.2.0 w/1 pkgs
(32)  ? attempt github.com/oklog/ulid with 1 pkgs; at least 1 versions to try
(42)      try github.com/oklog/ulid@v1.3.1
(42)  ✓ select github.com/oklog/ulid@v1.3.1 w/1 pkgs
(33)  ? attempt github.com/golang/protobuf with 1 pkgs; at least 1 versions to try
(43)      try github.com/golang/protobuf@v1.2.0
(43)  ✓ select github.com/golang/protobuf@v1.2.0 w/1 pkgs
(34)  ? attempt k8s.io/api with 2 pkgs; at least 1 versions to try
(44)      try k8s.io/api@kubernetes-1.11.1
(44)  ✓ select k8s.io/api@kubernetes-1.11.1 w/2 pkgs
(35)  ? attempt github.com/konsorten/go-windows-terminal-sequences with 1 pkgs; at least 1 versions to try
(45)      try github.com/konsorten/go-windows-terminal-sequences@v1.0.1
(45)  ✓ select github.com/konsorten/go-windows-terminal-sequences@v1.0.1 w/1 pkgs
(36)  ? attempt gopkg.in/yaml.v2 (from https://github.com/simonferquel/yaml) with 1 pkgs; at least 1 versions to try
(46)      try gopkg.in/yaml.v2 (from https://github.com/simonferquel/yaml)@c86e64ed9581b7588e736f0c3e6ecc02cc22996e
(46)  ✓ select gopkg.in/yaml.v2 (from https://github.com/simonferquel/yaml)@c86e64ed9581b7588e736f0c3e6ecc02cc22996e w/1 pkgs
(37)  ? attempt github.com/imdario/mergo with 1 pkgs; at least 1 versions to try
(47)      try github.com/imdario/mergo@v0.3.6
(47)  ✓ select github.com/imdario/mergo@v0.3.6 w/1 pkgs
(38)  ? attempt github.com/opencontainers/image-spec with 2 pkgs; at least 1 versions to try
(48)      try github.com/opencontainers/image-spec@v1.0.1
(48)  ✓ select github.com/opencontainers/image-spec@v1.0.1 w/2 pkgs
(39)  ? attempt github.com/opencontainers/runtime-spec with 1 pkgs; at least 1 versions to try
(49)      try github.com/opencontainers/runtime-spec@v1.0.1
(49)  ✓ select github.com/opencontainers/runtime-spec@v1.0.1 w/1 pkgs
(40)  ? attempt k8s.io/apimachinery with 3 pkgs; at least 1 versions to try
(50)      try k8s.io/apimachinery@kubernetes-1.11.1
(50)  ✓ select k8s.io/apimachinery@kubernetes-1.11.1 w/29 pkgs
(41)  ? attempt github.com/docker/go-metrics with 1 pkgs; at least 1 versions to try
(51)      try github.com/docker/go-metrics@d466d4f6fd960e01820085bd7e1a24426ee7ef18
(51)  ✓ select github.com/docker/go-metrics@d466d4f6fd960e01820085bd7e1a24426ee7ef18 w/1 pkgs
(42)  ? attempt github.com/ghodss/yaml with 1 pkgs; at least 1 versions to try
(52)      try github.com/ghodss/yaml@v1.0.0
(52)  ✓ select github.com/ghodss/yaml@v1.0.0 w/1 pkgs
(43)  ? attempt github.com/spf13/pflag with 1 pkgs; at least 1 versions to try
(53)      try github.com/spf13/pflag@master
(53)  ✓ select github.com/spf13/pflag@master w/1 pkgs
(44)  ? attempt github.com/golang/glog with 1 pkgs; at least 1 versions to try
(54)      try github.com/golang/glog@master
(54)  ✓ select github.com/golang/glog@master w/1 pkgs
(45)  ? attempt github.com/syndtr/gocapability with 1 pkgs; at least 1 versions to try
(55)      try github.com/syndtr/gocapability@master
(55)  ✓ select github.com/syndtr/gocapability@master w/1 pkgs
(46)  ? attempt github.com/wadey/gocovmerge with 1 pkgs; at least 1 versions to try
(56)      try github.com/wadey/gocovmerge@master
(56)  ✓ select github.com/wadey/gocovmerge@master w/1 pkgs
(47)  ? revisit github.com/opencontainers/image-spec to add 1 pkgs
(57)    ✓ include 2 more pkgs from github.com/opencontainers/image-spec@v1.0.1
(47)  ? attempt github.com/spf13/cobra with 1 pkgs; at least 1 versions to try
(58)      try github.com/spf13/cobra@v0.0.3
(58)  ✓ select github.com/spf13/cobra@v0.0.3 w/1 pkgs
(48)  ? attempt github.com/google/gofuzz with 1 pkgs; at least 1 versions to try
(59)      try github.com/google/gofuzz@master
(59)  ✓ select github.com/google/gofuzz@master w/1 pkgs
(49)  ? attempt github.com/opencontainers/go-digest with 1 pkgs; at least 1 versions to try
(60)      try github.com/opencontainers/go-digest@v1.0.0-rc1
(60)  ✓ select github.com/opencontainers/go-digest@v1.0.0-rc1 w/1 pkgs
(50)  ? attempt golang.org/x/crypto with 1 pkgs; at least 1 versions to try
(61)      try golang.org/x/crypto@master
(61)  ✓ select golang.org/x/crypto@master w/1 pkgs
(51)  ? attempt gotest.tools with 6 pkgs; at least 1 versions to try
(62)      try gotest.tools@v2.2.0
(62)  ✓ select gotest.tools@v2.2.0 w/10 pkgs
(52)  ? attempt google.golang.org/grpc with 3 pkgs; at least 1 versions to try
(63)      try google.golang.org/grpc@v1.18.0
(63)  ✓ select google.golang.org/grpc@v1.18.0 w/32 pkgs
(53)  ? revisit github.com/golang/protobuf to add 3 pkgs
(64)    ✓ include 5 more pkgs from github.com/golang/protobuf@v1.2.0
(53)  ? revisit github.com/gogo/protobuf to add 1 pkgs
(65)    ✓ include 1 more pkgs from github.com/gogo/protobuf@v1.2.0
(53)  ? attempt github.com/mitchellh/mapstructure with 1 pkgs; at least 1 versions to try
(66)      try github.com/mitchellh/mapstructure@master
(66)  ✓ select github.com/mitchellh/mapstructure@master w/1 pkgs
(54)  ? attempt golang.org/x/net with 1 pkgs; at least 1 versions to try
(67)      try golang.org/x/net@master
(67)  ✓ select golang.org/x/net@master w/4 pkgs
(55)  ? attempt github.com/theupdateframework/notary with 8 pkgs; at least 1 versions to try
(68)      try github.com/theupdateframework/notary@v0.6.1
(68)  ✓ select github.com/theupdateframework/notary@v0.6.1 w/14 pkgs
(56)  ? revisit github.com/docker/distribution to add 1 pkgs
(69)    ✓ include 1 more pkgs from github.com/docker/distribution@0d3efadf0154c2b8a4e7b6621fff9809655cc580
(56)  ? revisit golang.org/x/crypto to add 1 pkgs
(70)    ✓ include 1 more pkgs from golang.org/x/crypto@master
(56)  ? attempt golang.org/x/time with 1 pkgs; at least 1 versions to try
(71)      try golang.org/x/time@master
(71)  ✓ select golang.org/x/time@master w/1 pkgs
(57)  ? attempt github.com/docker/go-units with 1 pkgs; at least 1 versions to try
(72)      try github.com/docker/go-units@v0.3.3
(72)  ✓ select github.com/docker/go-units@v0.3.3 w/1 pkgs
(58)  ? attempt github.com/gorilla/mux with 1 pkgs; at least 1 versions to try
(73)      try github.com/gorilla/mux@v1.6.2
(73)  ✓ select github.com/gorilla/mux@v1.6.2 w/1 pkgs
(59)  ? attempt github.com/inconshreveable/mousetrap with 1 pkgs; at least 1 versions to try
(74)      try github.com/inconshreveable/mousetrap@v1.0
(74)  ✓ select github.com/inconshreveable/mousetrap@v1.0 w/1 pkgs
(60)  ? attempt golang.org/x/sync with 1 pkgs; at least 1 versions to try
(75)      try golang.org/x/sync@master
(75)  ✓ select golang.org/x/sync@master w/1 pkgs
(61)  ? revisit google.golang.org/grpc to add 2 pkgs
(76)    ✓ include 2 more pkgs from google.golang.org/grpc@v1.18.0
(61)  ? revisit golang.org/x/crypto to add 4 pkgs
(77)    ✓ include 8 more pkgs from golang.org/x/crypto@master
(61)  ? attempt github.com/mattn/go-shellwords with 1 pkgs; at least 1 versions to try
(78)      try github.com/mattn/go-shellwords@v1.0.3
(78)  ✓ select github.com/mattn/go-shellwords@v1.0.3 w/1 pkgs
(62)  ? attempt github.com/xeipuuv/gojsonreference with 1 pkgs; at least 1 versions to try
(79)      try github.com/xeipuuv/gojsonreference@master
(79)  ✓ select github.com/xeipuuv/gojsonreference@master w/1 pkgs
(63)  ? attempt k8s.io/kubernetes with 1 pkgs; at least 1 versions to try
(80)      try k8s.io/kubernetes@v1.11.1
(80)  ✓ select k8s.io/kubernetes@v1.11.1 w/1 pkgs
(64)  ? revisit golang.org/x/sync to add 1 pkgs
(81)    ✓ include 1 more pkgs from golang.org/x/sync@master
(64)  ? revisit k8s.io/apimachinery to add 2 pkgs
(82)    ✓ include 2 more pkgs from k8s.io/apimachinery@kubernetes-1.11.1
(64)  ? revisit k8s.io/apimachinery to add 6 pkgs
(83)    ✓ include 22 more pkgs from k8s.io/apimachinery@kubernetes-1.11.1
(64)  ? revisit google.golang.org/grpc to add 1 pkgs
(84)    ✓ include 3 more pkgs from google.golang.org/grpc@v1.18.0
(64)  ? attempt github.com/xeipuuv/gojsonpointer with 1 pkgs; at least 1 versions to try
(85)      try github.com/xeipuuv/gojsonpointer@master
(85)  ✓ select github.com/xeipuuv/gojsonpointer@master w/1 pkgs
(65)  ? attempt vbom.ml/util with 1 pkgs; at least 1 versions to try
(86)      try vbom.ml/util@master
(86)  ✓ select vbom.ml/util@master w/1 pkgs
(66)  ? revisit golang.org/x/net to add 2 pkgs
(87)    ✓ include 2 more pkgs from golang.org/x/net@master
(66)  ? attempt k8s.io/client-go with 1 pkgs; at least 1 versions to try
(88)      try k8s.io/client-go@kubernetes-1.11.1
(88)  ✓ select k8s.io/client-go@kubernetes-1.11.1 w/17 pkgs
(67)  ? revisit k8s.io/apimachinery to add 6 pkgs
(89)    ✓ include 14 more pkgs from k8s.io/apimachinery@kubernetes-1.11.1
(67)  ? attempt github.com/prometheus/client_golang with 1 pkgs; at least 1 versions to try
(90)      try github.com/prometheus/client_golang@v0.8.0
(90)  ✓ select github.com/prometheus/client_golang@v0.8.0 w/1 pkgs
(68)  ? attempt gopkg.in/inf.v0 with 1 pkgs; at least 1 versions to try
(91)      try gopkg.in/inf.v0@v0.9.1
(91)  ✓ select gopkg.in/inf.v0@v0.9.1 w/1 pkgs
(69)  ? attempt golang.org/x/tools with 1 pkgs; at least 1 versions to try
(92)      try golang.org/x/tools@master
(92)  ✓ select golang.org/x/tools@master w/1 pkgs
(70)  ? revisit golang.org/x/net to add 1 pkgs
(93)    ✓ include 2 more pkgs from golang.org/x/net@master
(70)  ? revisit golang.org/x/net to add 2 pkgs
(94)    ✓ include 4 more pkgs from golang.org/x/net@master
(70)  ? attempt google.golang.org/genproto with 1 pkgs; at least 1 versions to try
(95)      try google.golang.org/genproto@master
(95)  ✓ select google.golang.org/genproto@master w/1 pkgs
(71)  ? revisit github.com/golang/protobuf to add 1 pkgs
(96)    ✓ include 2 more pkgs from github.com/golang/protobuf@v1.2.0
(71)  ? attempt github.com/docker/go with 1 pkgs; at least 1 versions to try
(97)      try github.com/docker/go@v1.5.1-1
(97)  ✓ select github.com/docker/go@v1.5.1-1 w/1 pkgs
(72)  ? attempt github.com/google/go-cmp with 1 pkgs; at least 1 versions to try
(98)      try github.com/google/go-cmp@v0.2.0
(98)  ✓ select github.com/google/go-cmp@v0.2.0 w/4 pkgs
(73)  ? attempt github.com/json-iterator/go with 1 pkgs; at least 1 versions to try
(99)      try github.com/json-iterator/go@v1.1.5
(99)  ✓ select github.com/json-iterator/go@v1.1.5 w/1 pkgs
(74)  ? revisit k8s.io/client-go to add 8 pkgs
(100)   ✓ include 56 more pkgs from k8s.io/client-go@kubernetes-1.11.1
(74)  ? revisit k8s.io/api to add 27 pkgs
(101)   ✓ include 28 more pkgs from k8s.io/api@kubernetes-1.11.1
(74)  ? revisit k8s.io/apimachinery to add 11 pkgs
(102)   ✓ include 34 more pkgs from k8s.io/apimachinery@kubernetes-1.11.1
(74)  ? 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
(75)  ? attempt github.com/agl/ed25519 with 1 pkgs; at least 1 versions to try
(104)     try github.com/agl/ed25519@master
(104) ✓ select github.com/agl/ed25519@master w/2 pkgs
(76)  ? attempt github.com/modern-go/concurrent with 1 pkgs; at least 1 versions to try
(105)     try github.com/modern-go/concurrent@1.0.3
(105) ✓ select github.com/modern-go/concurrent@1.0.3 w/1 pkgs
(77)  ? attempt github.com/davecgh/go-spew with 1 pkgs; at least 1 versions to try
(106)     try github.com/davecgh/go-spew@v1.1.1
(106) ✓ select github.com/davecgh/go-spew@v1.1.1 w/1 pkgs
(78)  ? attempt github.com/gregjones/httpcache with 2 pkgs; at least 1 versions to try
(107)     try github.com/gregjones/httpcache@master
(107) ✓ select github.com/gregjones/httpcache@master w/2 pkgs
(79)  ? attempt github.com/beorn7/perks with 1 pkgs; at least 1 versions to try
(108)     try github.com/beorn7/perks@master
(108) ✓ select github.com/beorn7/perks@master w/1 pkgs
(80)  ? attempt github.com/prometheus/procfs with 1 pkgs; at least 1 versions to try
(109)     try github.com/prometheus/procfs@master
(109) ✓ select github.com/prometheus/procfs@master w/4 pkgs
(81)  ? attempt github.com/miekg/pkcs11 with 1 pkgs; at least 1 versions to try
(110)     try github.com/miekg/pkcs11@master
(110) ✓ select github.com/miekg/pkcs11@master w/1 pkgs
(82)  ? attempt golang.org/x/oauth2 with 2 pkgs; at least 1 versions to try
(111)     try golang.org/x/oauth2@master
(111) ✓ select golang.org/x/oauth2@master w/5 pkgs
(83)  ? attempt cloud.google.com/go with 1 pkgs; at least 1 versions to try
(112)     try cloud.google.com/go@v0.34.0
(112) ✓ select cloud.google.com/go@v0.34.0 w/1 pkgs
(84)  ? attempt github.com/modern-go/reflect2 with 1 pkgs; at least 1 versions to try
(113)     try github.com/modern-go/reflect2@1.0.1
(113) ✓ select github.com/modern-go/reflect2@1.0.1 w/1 pkgs
(85)  ? attempt github.com/prometheus/client_model with 1 pkgs; at least 1 versions to try
(114)     try github.com/prometheus/client_model@master
(114) ✓ select github.com/prometheus/client_model@master w/1 pkgs
(86)  ? attempt github.com/peterbourgon/diskv with 1 pkgs; at least 1 versions to try
(115)     try github.com/peterbourgon/diskv@v2.0.1
(115) ✓ select github.com/peterbourgon/diskv@v2.0.1 w/1 pkgs
(87)  ? attempt github.com/google/btree with 1 pkgs; at least 1 versions to try
(116)     try github.com/google/btree@master
(116) ✓ select github.com/google/btree@master w/1 pkgs
(88)  ? attempt golang.org/x/text with 3 pkgs; at least 1 versions to try
(117)     try golang.org/x/text@v0.3.0
(117) ✓ select golang.org/x/text@v0.3.0 w/14 pkgs
(89)  ? attempt github.com/prometheus/common with 2 pkgs; at least 1 versions to try
(118)     try github.com/prometheus/common@master
(118) ✓ select github.com/prometheus/common@master w/3 pkgs
(90)  ? attempt github.com/gorilla/context with 1 pkgs; at least 1 versions to try
(119)     try github.com/gorilla/context@v1.1.1
(119) ✓ select github.com/gorilla/context@v1.1.1 w/1 pkgs
(91)  ? revisit golang.org/x/text to add 1 pkgs
(120)   ✓ include 6 more pkgs from golang.org/x/text@v0.3.0
(91)  ? attempt github.com/matttproud/golang_protobuf_extensions with 1 pkgs; at least 1 versions to try
(121)     try github.com/matttproud/golang_protobuf_extensions@v1.0.1
(121) ✓ select github.com/matttproud/golang_protobuf_extensions@v1.0.1 w/1 pkgs
(92)  ? attempt github.com/hashicorp/golang-lru with 1 pkgs; at least 1 versions to try
(122)     try github.com/hashicorp/golang-lru@master
(122) ✓ select github.com/hashicorp/golang-lru@master w/2 pkgs
(93)  ? attempt github.com/petar/GoLLRB with 1 pkgs; at least 1 versions to try
(123)     try github.com/petar/GoLLRB@master
(123) ✓ select github.com/petar/GoLLRB@master w/1 pkgs
(94)  ? attempt google.golang.org/appengine with 2 pkgs; at least 1 versions to try
(124)     try google.golang.org/appengine@v1.4.0
(124) ✓ select google.golang.org/appengine@v1.4.0 w/10 pkgs
  ✓ found solution with 533 packages from 94 projects

Solver wall times by segment:
    b-rev-present-in: 1m19.635654097s
     b-source-exists:  1m9.615851093s
         b-list-pkgs:   13.357052386s
              b-gmal:    4.983339895s
  b-deduce-proj-root:    2.620691824s
             satisfy:     263.23832ms
         select-atom:    235.345532ms
            new-atom:      3.996238ms
         select-root:      1.453679ms
               other:       627.226µs
            add-atom:       155.614µs

  TOTAL: 2m50.717405904s

(1/94) Wrote github.com/containerd/fifo@master
(2/94) Wrote github.com/ghodss/yaml@v1.0.0
(3/94) Wrote github.com/google/go-cmp@v0.2.0
(4/94) Wrote github.com/wadey/gocovmerge@master
(5/94) Wrote github.com/google/gofuzz@master
(6/94) Wrote github.com/prometheus/procfs@master
(7/94) Wrote github.com/modern-go/concurrent@1.0.3
(8/94) Wrote github.com/davecgh/go-spew@v1.1.1
(9/94) Wrote github.com/golang/protobuf@v1.2.0
(10/94) Wrote github.com/flynn-archive/go-shlex@master
(11/94) Wrote github.com/Microsoft/go-winio@v0.4.11
(12/94) Wrote github.com/cbroglie/mustache@v1.0.1
(13/94) Wrote golang.org/x/net@master
(14/94) Wrote github.com/googleapis/gnostic@v0.2.0
(15/94) Wrote github.com/opencontainers/runtime-spec@v1.0.1
(16/94) Wrote github.com/mattn/go-shellwords@v1.0.3
(17/94) Wrote k8s.io/api@kubernetes-1.11.1
(18/94) Wrote golang.org/x/oauth2@master
(19/94) Wrote golang.org/x/crypto@master
(20/94) Wrote k8s.io/apimachinery@kubernetes-1.11.1
(21/94) Wrote github.com/docker/docker-credential-helpers@v0.6.1
(22/94) Wrote github.com/morikuni/aec@master
(23/94) Wrote google.golang.org/genproto@master
(24/94) Wrote github.com/petar/GoLLRB@master
(25/94) Wrote github.com/opencontainers/image-spec@v1.0.1
(26/94) Wrote github.com/gorilla/mux@v1.6.2
(27/94) Wrote github.com/Nvveen/Gotty@master
(28/94) Wrote github.com/containerd/typeurl@master
(29/94) Wrote github.com/konsorten/go-windows-terminal-sequences@v1.0.1
(30/94) Wrote github.com/peterbourgon/diskv@v2.0.1
(31/94) Wrote github.com/google/btree@master
(32/94) Wrote github.com/gogo/googleapis@v1.1.0
(33/94) Wrote github.com/sirupsen/logrus@v1.2.0
(34/94) Wrote github.com/syndtr/gocapability@master
(35/94) Wrote github.com/spf13/pflag@master
(36/94) Wrote github.com/deislabs/duffle@master
(37/94) Wrote golang.org/x/time@master
(38/94) Wrote github.com/prometheus/client_golang@v0.8.0
(39/94) Wrote github.com/xeipuuv/gojsonschema@93e72a773fade158921402d6a24c819b48aba29d
(40/94) Wrote github.com/Azure/go-ansiterm@master
(41/94) Wrote github.com/oklog/ulid@v1.3.1
(42/94) Wrote github.com/gregjones/httpcache@master
(43/94) Wrote github.com/gopherjs/gopherjs@master
(44/94) Wrote gopkg.in/inf.v0@v0.9.1
(45/94) Wrote github.com/miekg/pkcs11@master
(46/94) Wrote github.com/modern-go/reflect2@1.0.1
(47/94) Wrote github.com/beorn7/perks@master
(48/94) Wrote github.com/agl/ed25519@master
(49/94) Wrote github.com/spf13/cobra@v0.0.3
(50/94) Wrote github.com/xeipuuv/gojsonpointer@master
(51/94) Wrote github.com/inconshreveable/mousetrap@v1.0
(52/94) Wrote github.com/hashicorp/golang-lru@master
(53/94) Wrote github.com/prometheus/client_model@master
(54/94) Wrote github.com/gogo/protobuf@v1.2.0
(55/94) Wrote github.com/docker/go-metrics@d466d4f6fd960e01820085bd7e1a24426ee7ef18
(56/94) Wrote golang.org/x/sync@master
(57/94) Wrote github.com/docker/go-events@master
(58/94) Wrote vbom.ml/util@master
(59/94) Wrote github.com/docker/go-connections@v0.4.0
(60/94) Wrote github.com/Microsoft/hcsshim@v0.8.4
(61/94) Wrote github.com/docker/go-units@v0.3.3
(62/94) Wrote github.com/docker/cnab-to-oci@master
(63/94) Wrote github.com/mitchellh/mapstructure@master
(64/94) Wrote github.com/pkg/errors@v0.8.0
(65/94) Wrote github.com/xeipuuv/gojsonreference@master
(66/94) Wrote github.com/golang/glog@master
(67/94) Wrote github.com/imdario/mergo@v0.3.6
(68/94) Wrote k8s.io/client-go@kubernetes-1.11.1
(69/94) Wrote gotest.tools@v2.2.0
(70/94) Wrote github.com/gorilla/context@v1.1.1
(71/94) Wrote google.golang.org/appengine@v1.4.0
(72/94) Wrote golang.org/x/tools@master
(73/94) Wrote github.com/hashicorp/go-version@v1.0.0
(74/94) Wrote github.com/docker/go@v1.5.1-1
(75/94) Wrote github.com/json-iterator/go@v1.1.5
(76/94) Wrote github.com/prometheus/common@master
(77/94) Wrote github.com/matttproud/golang_protobuf_extensions@v1.0.1
(78/94) Wrote gopkg.in/yaml.v2 (from https://github.com/simonferquel/yaml)@c86e64ed9581b7588e736f0c3e6ecc02cc22996e
(79/94) Wrote github.com/opencontainers/go-digest@v1.0.0-rc1
(80/94) Wrote golang.org/x/sys@master
(81/94) Wrote google.golang.org/grpc@v1.18.0
(82/94) Wrote github.com/opencontainers/runc@v1.0.0-rc6
(83/94) Wrote cloud.google.com/go@v0.34.0
(84/94) Wrote golang.org/x/text@v0.3.0
(85/94) Wrote github.com/containerd/continuity@master
(86/94) Wrote github.com/docker/swarmkit@edd5641391926a50bc5f7040e20b7efc05003c26
(87/94) Wrote github.com/coreos/etcd@v3.3.10
(88/94) Wrote github.com/theupdateframework/notary@v0.6.1
(89/94) Wrote github.com/docker/distribution@0d3efadf0154c2b8a4e7b6621fff9809655cc580
(90/94) Wrote github.com/docker/compose-on-kubernetes@v0.4.19
(91/94) Wrote github.com/containerd/containerd (from github.com/simonferquel/containerd)@a89234684e5884e51ba195bdb16b1c6952d17f11
(92/94) Wrote github.com/docker/cli@06b837a7d7e1115f3d2aa65c47765e25d4bf845b
(93/94) Wrote github.com/docker/docker@master
(94/94) Wrote k8s.io/kubernetes@v1.11.1
vendor is correct
[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: Gradle test)
[Pipeline] { (Branch: Test Linux)
[Pipeline] stage
[Pipeline] { (Coverage)
[Pipeline] stage
[Pipeline] { (Coverage (experimental))
[Pipeline] stage
[Pipeline] { (Gradle test)
[Pipeline] stage
[Pipeline] { (Test Linux)
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
Running on ubuntu-1604-aufs (i-039e48d5105131cd4) in /home/ubuntu/workspace/app_push-pull-cnab-cleanup
[Pipeline] {
[Pipeline] dir
Running in /home/ubuntu/workspace/app_push-pull-cnab-cleanup/src/github.com/docker/app
[Pipeline] {
Running on ubuntu-1604-aufs (i-029faeef15117e2fe) in /home/ubuntu/workspace/app_push-pull-cnab-cleanup
Running on ubuntu-1604-aufs (i-006371befe55b4798) in /home/ubuntu/workspace/app_push-pull-cnab-cleanup
[Pipeline] {
[Pipeline] {
Running on ubuntu-1604-aufs (i-0a0024bccce918f0a) in /home/ubuntu/workspace/app_push-pull-cnab-cleanup
[Pipeline] checkout
[Pipeline] {
using credential docker-jenkins-github-credentials
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /home/ubuntu/workspace/app_push-pull-cnab-cleanup/src/github.com/docker/app
[Pipeline] {
[Pipeline] dir
Running in /home/ubuntu/workspace/app_push-pull-cnab-cleanup/src/github.com/docker/app
[Pipeline] {
[Pipeline] checkout
[Pipeline] checkout
using credential docker-jenkins-github-credentials
[Pipeline] dir
Running in /home/ubuntu/workspace/app_push-pull-cnab-cleanup/src/github.com/docker/app
[Pipeline] {
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
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_push-pull-cnab-cleanup/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/heads/push-pull-cnab-cleanup:refs/remotes/origin/push-pull-cnab-cleanup
Cloning repository https://github.com/docker/app.git
 > git init /home/ubuntu/workspace/app_push-pull-cnab-cleanup/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/heads/push-pull-cnab-cleanup:refs/remotes/origin/push-pull-cnab-cleanup
Cloning repository https://github.com/docker/app.git
 > git init /home/ubuntu/workspace/app_push-pull-cnab-cleanup/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/heads/push-pull-cnab-cleanup:refs/remotes/origin/push-pull-cnab-cleanup
Cloning repository https://github.com/docker/app.git
 > git init /home/ubuntu/workspace/app_push-pull-cnab-cleanup/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/heads/push-pull-cnab-cleanup:refs/remotes/origin/push-pull-cnab-cleanup
Fetching without tags
Fetching without tags
Fetching without tags
Checking out Revision 57ba688d81f05031a5a43fa7e5e016c2dbfc3741 (push-pull-cnab-cleanup)
Checking out Revision 57ba688d81f05031a5a43fa7e5e016c2dbfc3741 (push-pull-cnab-cleanup)
Checking out Revision 57ba688d81f05031a5a43fa7e5e016c2dbfc3741 (push-pull-cnab-cleanup)
Fetching without tags
Commit message: "Ijc Nits"
fatal: bad object ead69454b4062f17d1f8389642089a002b037213
Commit message: "Ijc Nits"
Checking out Revision 57ba688d81f05031a5a43fa7e5e016c2dbfc3741 (push-pull-cnab-cleanup)
fatal: bad object ead69454b4062f17d1f8389642089a002b037213
Commit message: "Ijc Nits"
fatal: bad object ead69454b4062f17d1f8389642089a002b037213
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/push-pull-cnab-cleanup:refs/remotes/origin/push-pull-cnab-cleanup # 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/heads/push-pull-cnab-cleanup:refs/remotes/origin/push-pull-cnab-cleanup
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 57ba688d81f05031a5a43fa7e5e016c2dbfc3741
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/push-pull-cnab-cleanup:refs/remotes/origin/push-pull-cnab-cleanup # 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/heads/push-pull-cnab-cleanup:refs/remotes/origin/push-pull-cnab-cleanup
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 57ba688d81f05031a5a43fa7e5e016c2dbfc3741
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/push-pull-cnab-cleanup:refs/remotes/origin/push-pull-cnab-cleanup # 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/heads/push-pull-cnab-cleanup:refs/remotes/origin/push-pull-cnab-cleanup
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 57ba688d81f05031a5a43fa7e5e016c2dbfc3741
Commit message: "Ijc Nits"
fatal: bad object ead69454b4062f17d1f8389642089a002b037213
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/push-pull-cnab-cleanup:refs/remotes/origin/push-pull-cnab-cleanup # 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/heads/push-pull-cnab-cleanup:refs/remotes/origin/push-pull-cnab-cleanup
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 57ba688d81f05031a5a43fa7e5e016c2dbfc3741
[Pipeline] dir
Running in /home/ubuntu/workspace/app_push-pull-cnab-cleanup/src/github.com/docker/app/_build
[Pipeline] {
[Pipeline] unstash
[Pipeline] dir
Running in /home/ubuntu/workspace/app_push-pull-cnab-cleanup/src/github.com/docker/app/_build
[Pipeline] {
[Pipeline] unstash
[Pipeline] dir
Running in /home/ubuntu/workspace/app_push-pull-cnab-cleanup/src/github.com/docker/app/_build
[Pipeline] {
[Pipeline] unstash
[Pipeline] dir
Running in /home/ubuntu/workspace/app_push-pull-cnab-cleanup/src/github.com/docker/app/bin
[Pipeline] {
[Pipeline] unstash
[Pipeline] sh
[Pipeline] sh
+ docker load -i coverage-experimental-invocation-image.tar
+ docker load -i coverage-invocation-image.tar
[Pipeline] sh
+ docker load -i invocation-image.tar
Loaded image: docker/cnab-app-base:jenkins-app-push-pull-cnab-cleanup-1-coverage-experimental
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
Loaded image: docker/cnab-app-base:jenkins-app-push-pull-cnab-cleanup-1-coverage
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ make EXPERIMENTAL=on -f docker.Makefile BUILD_TAG=jenkins-app-push-pull-cnab-cleanup-1-coverage-experimental coverage
docker build --build-arg=EXPERIMENTAL=on --build-arg=TAG=jenkins-app-push-pull-cnab-cleanup-1-coverage-experimental --build-arg=COMMIT=57ba688 --build-arg=ALPINE_VERSION=3.8 --target=dev -t docker-app-dev:jenkins-app-push-pull-cnab-cleanup-1-coverage-experimental .
+ make -f docker.Makefile BUILD_TAG=jenkins-app-push-pull-cnab-cleanup-1-coverage coverage
docker build --build-arg=EXPERIMENTAL=off --build-arg=TAG=jenkins-app-push-pull-cnab-cleanup-1-coverage --build-arg=COMMIT=57ba688 --build-arg=ALPINE_VERSION=3.8 --target=dev -t docker-app-dev:jenkins-app-push-pull-cnab-cleanup-1-coverage .
Loaded image: docker/cnab-app-base:jenkins-app-push-pull-cnab-cleanup-1
[Pipeline] }
[Pipeline] // dir
Sending build context to Docker daemon  72.17MB

Step 1/13 : FROM dockercore/golang-cross:1.11.5@sha256:17a7e0f158521c50316a0d0c1ab1f6a75350b4d82e7ef03c98bcfbdf04feb4f3 AS build
 ---> cbc2e073f890
Step 2/13 : ENV     DISABLE_WARN_OUTSIDE_CONTAINER=1
[Pipeline] unstash
Sending build context to Docker daemon  72.17MB

Step 1/13 : FROM dockercore/golang-cross:1.11.5@sha256:17a7e0f158521c50316a0d0c1ab1f6a75350b4d82e7ef03c98bcfbdf04feb4f3 AS build
 ---> Running in 2b9402d2ac77
Removing intermediate container 2b9402d2ac77
 ---> 294311db3a46
Step 3/13 : RUN apt-get install -y -q --no-install-recommends     coreutils     util-linux     uuid-runtime
 ---> Running in 1c749ecb1ab4
sha256:17a7e0f158521c50316a0d0c1ab1f6a75350b4d82e7ef03c98bcfbdf04feb4f3: Pulling from dockercore/golang-cross
ab1fc7e4bf91: Pulling fs layer
35fba333ff52: Pulling fs layer
f0cb1fa13079: Pulling fs layer
3d1dd648b5ad: Pulling fs layer
866ed2e2b1fe: Pulling fs layer
ddc4ad35a2f0: Pulling fs layer
ab8da8d8889d: Pulling fs layer
f0f20de75386: Pulling fs layer
1db9e87b6bef: Pulling fs layer
546e697abf12: Pulling fs layer
0001dc28c07c: Pulling fs layer
ab8da8d8889d: Waiting
f0f20de75386: Waiting
1db9e87b6bef: Waiting
3d1dd648b5ad: Waiting
866ed2e2b1fe: Waiting
ddc4ad35a2f0: Waiting
546e697abf12: Waiting
0001dc28c07c: Waiting
f0cb1fa13079: Verifying Checksum
f0cb1fa13079: Download complete
35fba333ff52: Verifying Checksum
35fba333ff52: Download complete
Reading package lists...ab1fc7e4bf91: Verifying Checksum
ab1fc7e4bf91: Download complete
3d1dd648b5ad: Verifying Checksum
3d1dd648b5ad: Download complete
ab8da8d8889d: Verifying Checksum
ab8da8d8889d: Download complete

Building dependency tree...
Reading state information...
f0f20de75386: Verifying Checksum
f0f20de75386: Download complete
866ed2e2b1fe: Verifying Checksum
866ed2e2b1fe: Download complete
546e697abf12: Verifying Checksum
546e697abf12: Download complete
coreutils is already the newest version (8.26-3).
coreutils set to manually installed.
util-linux is already the newest version (2.29.2-1+deb9u1).
util-linux set to manually installed.
The following NEW packages will be installed:
  uuid-runtime
0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
Need to get 82.6 kB of archives.
After this operation, 160 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian stretch/main amd64 uuid-runtime amd64 2.29.2-1+deb9u1 [82.6 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 82.6 kB in 1s (82.3 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 ... 24389 files and directories currently installed.)
Preparing to unpack .../uuid-runtime_2.29.2-1+deb9u1_amd64.deb ...
Unpacking uuid-runtime (2.29.2-1+deb9u1) ...
Setting up uuid-runtime (2.29.2-1+deb9u1) ...
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.
ddc4ad35a2f0: Verifying Checksum
ddc4ad35a2f0: Download complete
Removing intermediate container 1c749ecb1ab4
 ---> 407d409a41f2
Step 4/13 : WORKDIR /go/src/github.com/docker/cli
 ---> Running in 892466f386f8
1db9e87b6bef: Verifying Checksum
1db9e87b6bef: Download complete
Removing intermediate container 892466f386f8
 ---> ab74afd778cf
Step 5/13 : RUN git clone https://github.com/docker/cli.git .
 ---> Running in 224873d1dd88
Cloning into '.'...
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ make -f docker.Makefile gradle-test
tar cf - Dockerfile.gradle bin/docker-app-linux integrations/gradle | docker build -t docker-app-gradle:jenkins-app-push-pull-cnab-cleanup-1 -f Dockerfile.gradle -
Sending build context to Docker daemon  33.96MB

Step 1/3 : FROM gradle:4.9-jdk8
4.9-jdk8: Pulling from library/gradle
55cbf04beb70: Pulling fs layer
1607093a898c: Pulling fs layer
9a8ea045c926: Pulling fs layer
d4eee24d4dac: Pulling fs layer
c58988e753d7: Pulling fs layer
794a04897db9: Pulling fs layer
70fcfa476f73: Pulling fs layer
806029475e0c: Pulling fs layer
67959b355155: Pulling fs layer
365e56fcf864: Pulling fs layer
821805da50c8: Pulling fs layer
794a04897db9: Waiting
70fcfa476f73: Waiting
806029475e0c: Waiting
67959b355155: Waiting
365e56fcf864: Waiting
821805da50c8: Waiting
d4eee24d4dac: Waiting
c58988e753d7: Waiting
1607093a898c: Verifying Checksum
1607093a898c: Download complete
9a8ea045c926: Verifying Checksum
9a8ea045c926: Download complete
55cbf04beb70: Verifying Checksum
55cbf04beb70: Download complete
0001dc28c07c: Verifying Checksum
0001dc28c07c: Download complete
c58988e753d7: Verifying Checksum
c58988e753d7: Download complete
794a04897db9: Verifying Checksum
794a04897db9: Download complete
70fcfa476f73: Verifying Checksum
70fcfa476f73: Download complete
d4eee24d4dac: Verifying Checksum
d4eee24d4dac: Download complete
67959b355155: Verifying Checksum
67959b355155: Download complete
ab1fc7e4bf91: Pull complete
821805da50c8: Verifying Checksum
821805da50c8: Download complete
35fba333ff52: Pull complete
f0cb1fa13079: Pull complete
[Pipeline] dir
Running in /home/ubuntu/workspace/app_push-pull-cnab-cleanup/src/github.com/docker/app/examples
[Pipeline] {
[Pipeline] unstash
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
Running in /home/ubuntu/workspace/app_push-pull-cnab-cleanup/src/github.com/docker/app/e2e
[Pipeline] {
[Pipeline] unstash
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ ./docker-app-e2e-linux --e2e-path=e2e
365e56fcf864: Verifying Checksum
365e56fcf864: Download complete
806029475e0c: Verifying Checksum
806029475e0c: Download complete
Removing intermediate container 224873d1dd88
 ---> c7a46b3506fc
Step 6/13 : RUN make cross binary &&  cp build/docker-linux-amd64 /usr/bin/docker
55cbf04beb70: Pull complete
 ---> Running in 7591c77a76ae
3d1dd648b5ad: Pull complete
1607093a898c: Pull complete
9a8ea045c926: Pull complete
./scripts/build/cross
Building binaries for all platforms
866ed2e2b1fe: Pull complete
d4eee24d4dac: Pull complete
c58988e753d7: Pull complete
794a04897db9: Pull complete
70fcfa476f73: Pull complete
ddc4ad35a2f0: Pull complete
ab8da8d8889d: Pull complete
f0f20de75386: Pull complete
806029475e0c: Pull complete
67959b355155: Pull complete
365e56fcf864: Pull complete
821805da50c8: Pull complete
Digest: sha256:d761793ff33b748f6160f9249fa0ceeeba55a6b6204737e7f4c67b6ad70c631b
Status: Downloaded newer image for gradle:4.9-jdk8
 ---> 171a47f5f255
Step 2/3 : COPY bin/docker-app-linux /usr/local/bin/docker-app
 ---> 207d7dcf3720
Step 3/3 : COPY --chown=gradle:gradle integrations/gradle .
 ---> f1840473f2e6
Successfully built f1840473f2e6
Successfully tagged docker-app-gradle:jenkins-app-push-pull-cnab-cleanup-1
docker run --rm docker-app-gradle:jenkins-app-push-pull-cnab-cleanup-1 bash -c "./gradlew --stacktrace build && cd example && gradle renderIt"
Downloading https://services.gradle.org/distributions/gradle-4.7-bin.zip
..................................................1db9e87b6bef: Pull complete
546e697abf12: Pull complete
.....................
Unzipping /home/gradle/.gradle/wrapper/dists/gradle-4.7-bin/73xux3q4721jgr4pjvqf9o30/gradle-4.7-bin.zip to /home/gradle/.gradle/wrapper/dists/gradle-4.7-bin/73xux3q4721jgr4pjvqf9o30
Set executable permissions for: /home/gradle/.gradle/wrapper/dists/gradle-4.7-bin/73xux3q4721jgr4pjvqf9o30/gradle-4.7/bin/gradle

Welcome to Gradle 4.7!

Here are the highlights of this release:
 - Incremental annotation processing
 - JDK 10 support
 - Grouped non-interactive console logs
 - Failed tests are re-run first for quicker feedback

For more details see https://docs.gradle.org/4.7/release-notes.html

Starting a Gradle Daemon (subsequent builds will be faster)
Generating JAR file 'gradle-api-4.7.jar'
0001dc28c07c: Pull complete
Digest: sha256:17a7e0f158521c50316a0d0c1ab1f6a75350b4d82e7ef03c98bcfbdf04feb4f3
Status: Downloaded newer image for dockercore/golang-cross:1.11.5@sha256:17a7e0f158521c50316a0d0c1ab1f6a75350b4d82e7ef03c98bcfbdf04feb4f3
 ---> cbc2e073f890
Step 2/13 : ENV     DISABLE_WARN_OUTSIDE_CONTAINER=1
 ---> Running in 49764e9bb77c
Removing intermediate container 49764e9bb77c
 ---> 0cfda0f2a5eb
Step 3/13 : RUN apt-get install -y -q --no-install-recommends     coreutils     util-linux     uuid-runtime
 ---> Running in 059f648fcd58
Reading package lists...
Building dependency tree...
Reading state information...
coreutils is already the newest version (8.26-3).
coreutils set to manually installed.
util-linux is already the newest version (2.29.2-1+deb9u1).
util-linux set to manually installed.
The following NEW packages will be installed:
  uuid-runtime
0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
Need to get 82.6 kB of archives.
After this operation, 160 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian stretch/main amd64 uuid-runtime amd64 2.29.2-1+deb9u1 [82.6 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 82.6 kB in 1s (81.9 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 ... 24389 files and directories currently installed.)
Preparing to unpack .../uuid-runtime_2.29.2-1+deb9u1_amd64.deb ...
Unpacking uuid-runtime (2.29.2-1+deb9u1) ...
Setting up uuid-runtime (2.29.2-1+deb9u1) ...
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 059f648fcd58
 ---> 04aacfa11b55
Step 4/13 : WORKDIR /go/src/github.com/docker/cli
 ---> Running in 95e07e342d35
Removing intermediate container 95e07e342d35
 ---> edcb21dd8da1
Step 5/13 : RUN git clone https://github.com/docker/cli.git .
 ---> Running in bba41be014c2
Cloning into '.'...
> Task :compileJava
> Task :pluginDescriptors
> Task :processResources
> Task :classes
> Task :jar
> Task :assemble
> Task :pluginUnderTestMetadata
> Task :compileTestJava NO-SOURCE
> Task :processTestResources NO-SOURCE
> Task :testClasses UP-TO-DATE
> Task :test NO-SOURCE
> Task :validateTaskProperties
> Task :check
> Task :build

BUILD SUCCESSFUL in 23s
6 actionable tasks: 6 executed

Welcome to Gradle 4.9!

Here are the highlights of this release:
 - Experimental APIs for creating and configuring tasks lazily
 - Pass arguments to JavaExec via CLI
 - Auxiliary publication dependency support for multi-project builds
 - Improved dependency insight report

For more details see https://docs.gradle.org/4.9/release-notes.html

Starting a Gradle Daemon (subsequent builds will be faster)
Removing intermediate container bba41be014c2
 ---> bd2ec2f4026d
Step 6/13 : RUN make cross binary &&  cp build/docker-linux-amd64 /usr/bin/docker
 ---> Running in 3a7496e83dce
./scripts/build/cross
Building binaries for all platforms
> Task :renderIt

BUILD SUCCESSFUL in 3s
1 actionable task: 1 executed
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
PASS
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] sh
+ docker rmi docker/cnab-app-base:jenkins-app-push-pull-cnab-cleanup-1
Untagged: docker/cnab-app-base:jenkins-app-push-pull-cnab-cleanup-1
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Generating windows resources
Building build/docker-windows-amd64
Building build/docker-darwin-amd64
Generating windows resources
Building build/docker-windows-amd64
Building build/docker-darwin-amd64
Building statically linked build/docker-linux-amd64
Building statically linked build/docker-linux-arm
Building statically linked build/docker-linux-amd64
Building statically linked build/docker-linux-arm
Building statically linked build/docker-linux-ppc64le
Building statically linked build/docker-linux-s390x
WARNING: binary creates a Linux executable. Use cross for macOS or Windows.
./scripts/build/binary
Building statically linked build/docker-linux-amd64
Removing intermediate container 7591c77a76ae
 ---> e0755d735086
Step 7/13 : WORKDIR /go/src/github.com/docker/app/
 ---> Running in af6ce23672f1
Removing intermediate container af6ce23672f1
 ---> 1151593a32a3
Step 8/13 : FROM build AS dev
 ---> 1151593a32a3
Step 9/13 : ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/
 ---> Running in c824a44bcb40
Removing intermediate container c824a44bcb40
 ---> 18d8f0f9092f
Step 10/13 : ARG DEP_VERSION=v0.5.0
 ---> Running in dfbed796ddd8
Removing intermediate container dfbed796ddd8
 ---> 55c9d2392569
Step 11/13 : RUN curl -o /usr/bin/dep -L https://github.com/golang/dep/releases/download/${DEP_VERSION}/dep-linux-amd64 &&     chmod +x /usr/bin/dep
 ---> Running in b8f08ba15aec
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   605    0   605    0     0   5172      0 --:--:-- --:--:-- --:--:--  5215

100 8513k  100 8513k    0     0  37.9M      0 --:--:-- --:--:-- --:--:-- 37.9M
Removing intermediate container b8f08ba15aec
 ---> b89a4478025b
Step 12/13 : RUN go get -d gopkg.in/mjibson/esc.v0 &&     cd /go/src/github.com/mjibson/esc &&     go build -v -o /usr/bin/esc . &&     rm -rf /go/src/* /go/pkg/* /go/bin/*
 ---> Running in 568f40ffda75
golang.org/x/tools/internal/semver
github.com/pkg/errors
golang.org/x/tools/go/ast/astutil
golang.org/x/tools/go/internal/gcimporter
golang.org/x/tools/go/internal/packagesdriver
golang.org/x/tools/internal/fastwalk
golang.org/x/tools/internal/gopathwalk
golang.org/x/tools/internal/module
golang.org/x/tools/go/gcexportdata
golang.org/x/tools/go/packages
golang.org/x/tools/internal/imports
golang.org/x/tools/imports
github.com/mjibson/esc/embed
github.com/mjibson/esc
Removing intermediate container 568f40ffda75
 ---> cf0b068f1306
Step 13/13 : COPY . .
 ---> 73dca89c9e06
[Warning] One or more build-args [ALPINE_VERSION COMMIT EXPERIMENTAL TAG] were not consumed
Successfully built 73dca89c9e06
Successfully tagged docker-app-dev:jenkins-app-push-pull-cnab-cleanup-1-coverage-experimental
docker run -v /var/run:/var/run:ro --name docker-app-cov-jenkins-app-push-pull-cnab-cleanup-1-coverage-experimental --network="host" -t docker-app-dev:jenkins-app-push-pull-cnab-cleanup-1-coverage-experimental make COMMIT=57ba688 TAG=jenkins-app-push-pull-cnab-cleanup-1-coverage-experimental EXPERIMENTAL=on coverage
Running unit tests (coverage)...
CGO_ENABLED=0 go test -tags="experimental" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=57ba688 -X github.com/docker/app/internal.Version=jenkins-app-push-pull-cnab-cleanup-1-coverage-experimental -X github.com/docker/app/internal.Experimental=on -X github.com/docker/app/internal.BuildTime=2019-08-30T17:22:33Z" -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/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/packager github.com/docker/app/internal/renderer github.com/docker/app/internal/renderer/driver github.com/docker/app/internal/renderer/gotemplate github.com/docker/app/internal/renderer/mustache github.com/docker/app/internal/renderer/yatee 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/pkg/yatee github.com/docker/app/pkg/yatee/gopher github.com/docker/app/pkg/yatee/samples 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
Building statically linked build/docker-linux-ppc64le
ok  	github.com/docker/app	0.008s	coverage: 0.0% of statements
Building statically linked build/docker-linux-s390x
WARNING: binary creates a Linux executable. Use cross for macOS or Windows.
./scripts/build/binary
Building statically linked build/docker-linux-amd64
Removing intermediate container 3a7496e83dce
 ---> 108b57992f8e
Step 7/13 : WORKDIR /go/src/github.com/docker/app/
 ---> Running in ee72b46d7d33
Removing intermediate container ee72b46d7d33
 ---> 7214bfed6ebe
Step 8/13 : FROM build AS dev
 ---> 7214bfed6ebe
Step 9/13 : ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/
 ---> Running in 11e84a34ed1a
Removing intermediate container 11e84a34ed1a
 ---> e2184a1ddec3
Step 10/13 : ARG DEP_VERSION=v0.5.0
 ---> Running in 7931323ebad8
Removing intermediate container 7931323ebad8
 ---> c130cf06fd53
Step 11/13 : RUN curl -o /usr/bin/dep -L https://github.com/golang/dep/releases/download/${DEP_VERSION}/dep-linux-amd64 &&     chmod +x /usr/bin/dep
 ---> Running in 98f876e803a6
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   605    0   605    0     0   6076      0 --:--:-- --:--:-- --:--:--  6111

100 8513k  100 8513k    0     0  40.9M      0 --:--:-- --:--:-- --:--:-- 40.9M
Removing intermediate container 98f876e803a6
 ---> 46c59c095a3b
Step 12/13 : RUN go get -d gopkg.in/mjibson/esc.v0 &&     cd /go/src/github.com/mjibson/esc &&     go build -v -o /usr/bin/esc . &&     rm -rf /go/src/* /go/pkg/* /go/bin/*
 ---> Running in d0295dc5d650
golang.org/x/tools/internal/semver
github.com/pkg/errors
golang.org/x/tools/go/ast/astutil
golang.org/x/tools/go/internal/gcimporter
golang.org/x/tools/go/internal/packagesdriver
golang.org/x/tools/internal/fastwalk
golang.org/x/tools/internal/gopathwalk
golang.org/x/tools/internal/module
golang.org/x/tools/go/gcexportdata
golang.org/x/tools/go/packages
golang.org/x/tools/internal/imports
golang.org/x/tools/imports
github.com/mjibson/esc/embed
github.com/mjibson/esc
Removing intermediate container d0295dc5d650
 ---> 3d51fb8cbb11
Step 13/13 : COPY . .
 ---> 2106b8af43ca
[Warning] One or more build-args [TAG ALPINE_VERSION COMMIT EXPERIMENTAL] were not consumed
Successfully built 2106b8af43ca
Successfully tagged docker-app-dev:jenkins-app-push-pull-cnab-cleanup-1-coverage
docker run -v /var/run:/var/run:ro --name docker-app-cov-jenkins-app-push-pull-cnab-cleanup-1-coverage --network="host" -t docker-app-dev:jenkins-app-push-pull-cnab-cleanup-1-coverage make COMMIT=57ba688 TAG=jenkins-app-push-pull-cnab-cleanup-1-coverage EXPERIMENTAL=off coverage
Running unit tests (coverage)...
CGO_ENABLED=0 go test -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=57ba688 -X github.com/docker/app/internal.Version=jenkins-app-push-pull-cnab-cleanup-1-coverage -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-08-30T17:23:18Z" -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/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/packager github.com/docker/app/internal/renderer github.com/docker/app/internal/renderer/driver github.com/docker/app/internal/renderer/gotemplate github.com/docker/app/internal/renderer/mustache github.com/docker/app/internal/renderer/yatee 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/pkg/yatee github.com/docker/app/pkg/yatee/gopher github.com/docker/app/pkg/yatee/samples 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
ok  	github.com/docker/app	0.018s	coverage: 0.0% of statements
?   	github.com/docker/app/cmd/cnab-run	[no test files]
ok  	github.com/docker/app/cmd/docker-app	0.025s	coverage: 9.3% of statements
ok  	github.com/docker/app/internal	0.009s	coverage: 53.8% of statements
ok  	github.com/docker/app/internal/compose	0.004s	coverage: 69.4% of statements
ok  	github.com/docker/app/internal/formatter	0.002s	coverage: 100.0% of statements
?   	github.com/docker/app/internal/formatter/driver	[no test files]
?   	github.com/docker/app/internal/formatter/json	[no test files]
?   	github.com/docker/app/internal/formatter/yaml	[no test files]
ok  	github.com/docker/app/internal/inspect	0.035s	coverage: 95.0% of statements
ok  	github.com/docker/app/internal/packager	0.014s	coverage: 39.9% of statements
ok  	github.com/docker/app/internal/renderer	0.002s	coverage: 100.0% of statements
?   	github.com/docker/app/internal/renderer/driver	[no test files]
ok  	github.com/docker/app/internal/renderer/gotemplate	0.002s	coverage: 100.0% of statements
ok  	github.com/docker/app/internal/renderer/mustache	0.002s	coverage: 100.0% of statements
ok  	github.com/docker/app/internal/renderer/yatee	0.002s	coverage: 87.5% of statements
ok  	github.com/docker/app/internal/slices	0.002s	coverage: 100.0% of statements
ok  	github.com/docker/app/internal/store	0.049s	coverage: 34.5% of statements
ok  	github.com/docker/app/internal/yaml	1.744s	coverage: 71.4% of statements
ok  	github.com/docker/app/loader	0.008s	coverage: 81.2% of statements
ok  	github.com/docker/app/pkg/yatee	0.004s	coverage: 77.7% of statements
?   	github.com/docker/app/pkg/yatee/gopher	[no test files]
?   	github.com/docker/app/pkg/yatee/samples	[no test files]
ok  	github.com/docker/app/render	0.056s	coverage: 77.4% of statements
ok  	github.com/docker/app/specification	0.006s	coverage: 38.4% of statements
ok  	github.com/docker/app/types	0.015s	coverage: 81.7% of statements
ok  	github.com/docker/app/types/metadata	0.009s	coverage: 90.0% of statements
ok  	github.com/docker/app/types/parameters	0.003s	coverage: 93.0% of statements
CGO_ENABLED=0 go test -tags=""experimental" testrunmain" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=57ba688 -X github.com/docker/app/internal.Version=jenkins-app-push-pull-cnab-cleanup-1-coverage-experimental -X github.com/docker/app/internal.Experimental=on -X github.com/docker/app/internal.BuildTime=2019-08-30T17:22:33Z" -coverpkg="./..." -c -o _build/docker-app.cov ./cmd/docker-app
Running e2e tests (coverage)...
DOCKERAPP_BINARY=../e2e/coverage-bin CGO_ENABLED=0 go test -tags="experimental" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=57ba688 -X github.com/docker/app/internal.Version=jenkins-app-push-pull-cnab-cleanup-1-coverage-experimental -X github.com/docker/app/internal.Experimental=on -X github.com/docker/app/internal.BuildTime=2019-08-30T17:22:33Z" -v ./e2e
=== RUN   TestCallCustomStatusAction
=== RUN   TestCallCustomStatusAction/validCustomStatusAction
=== RUN   TestCallCustomStatusAction/missingCustomStatusAction
--- PASS: TestCallCustomStatusAction (6.55s)
    --- PASS: TestCallCustomStatusAction/validCustomStatusAction (3.84s)
    --- PASS: TestCallCustomStatusAction/missingCustomStatusAction (2.71s)
=== RUN   TestRenderTemplates
=== RUN   TestRenderTemplates/gotemplate
=== RUN   TestRenderTemplates/mustache
--- PASS: TestRenderTemplates (0.06s)
    --- PASS: TestRenderTemplates/gotemplate (0.03s)
    --- PASS: TestRenderTemplates/mustache (0.03s)
=== RUN   TestRender
=== RUN   TestRender/envvariables
--- PASS: TestRender (0.03s)
    --- PASS: TestRender/envvariables (0.03s)
=== RUN   TestRenderFormatters
--- PASS: TestRenderFormatters (0.06s)
=== RUN   TestInit
--- PASS: TestInit (1.53s)
=== RUN   TestDetectApp
--- PASS: TestDetectApp (3.87s)
=== RUN   TestSplitMerge
--- PASS: TestSplitMerge (2.72s)
=== RUN   TestBundle
--- PASS: TestBundle (9.59s)
=== RUN   TestDockerAppLifecycle
?   	github.com/docker/app/cmd/cnab-run	[no test files]
ok  	github.com/docker/app/cmd/docker-app	0.025s	coverage: 9.3% of statements
ok  	github.com/docker/app/internal	0.002s	coverage: 53.8% of statements
ok  	github.com/docker/app/internal/compose	0.004s	coverage: 69.4% of statements
ok  	github.com/docker/app/internal/formatter	0.007s	coverage: 100.0% of statements
?   	github.com/docker/app/internal/formatter/driver	[no test files]
?   	github.com/docker/app/internal/formatter/json	[no test files]
?   	github.com/docker/app/internal/formatter/yaml	[no test files]
ok  	github.com/docker/app/internal/inspect	0.032s	coverage: 95.0% of statements
ok  	github.com/docker/app/internal/packager	0.014s	coverage: 39.9% of statements
ok  	github.com/docker/app/internal/renderer	0.002s	coverage: 100.0% of statements
?   	github.com/docker/app/internal/renderer/driver	[no test files]
?   	github.com/docker/app/internal/renderer/gotemplate	[no test files]
?   	github.com/docker/app/internal/renderer/mustache	[no test files]
?   	github.com/docker/app/internal/renderer/yatee	[no test files]
ok  	github.com/docker/app/internal/slices	0.002s	coverage: 100.0% of statements
ok  	github.com/docker/app/internal/store	0.021s	coverage: 34.5% of statements
ok  	github.com/docker/app/internal/yaml	1.871s	coverage: 71.4% of statements
ok  	github.com/docker/app/loader	0.010s	coverage: 81.2% of statements
ok  	github.com/docker/app/pkg/yatee	0.004s	coverage: 77.7% of statements
?   	github.com/docker/app/pkg/yatee/gopher	[no test files]
?   	github.com/docker/app/pkg/yatee/samples	[no test files]
ok  	github.com/docker/app/render	0.048s	coverage: 77.4% of statements
ok  	github.com/docker/app/specification	0.007s	coverage: 38.4% of statements
ok  	github.com/docker/app/types	0.016s	coverage: 81.7% of statements
ok  	github.com/docker/app/types/metadata	0.005s	coverage: 90.0% of statements
ok  	github.com/docker/app/types/parameters	0.003s	coverage: 93.8% of statements
CGO_ENABLED=0 go test -tags=""" testrunmain" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=57ba688 -X github.com/docker/app/internal.Version=jenkins-app-push-pull-cnab-cleanup-1-coverage -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-08-30T17:23:18Z" -coverpkg="./..." -c -o _build/docker-app.cov ./cmd/docker-app
Running e2e tests (coverage)...
DOCKERAPP_BINARY=../e2e/coverage-bin CGO_ENABLED=0 go test -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=57ba688 -X github.com/docker/app/internal.Version=jenkins-app-push-pull-cnab-cleanup-1-coverage -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-08-30T17:23:18Z" -v ./e2e
=== RUN   TestCallCustomStatusAction
=== RUN   TestCallCustomStatusAction/validCustomStatusAction
--- PASS: TestDockerAppLifecycle (19.54s)
=== RUN   TestExamplesAreValid
--- PASS: TestExamplesAreValid (0.11s)
=== RUN   TestPushInstall
=== RUN   TestCallCustomStatusAction/missingCustomStatusAction
--- PASS: TestCallCustomStatusAction (6.96s)
    --- PASS: TestCallCustomStatusAction/validCustomStatusAction (4.26s)
    --- PASS: TestCallCustomStatusAction/missingCustomStatusAction (2.70s)
=== RUN   TestRenderTemplates
--- SKIP: TestRenderTemplates (0.00s)
    commands_test.go:23: !hasExperimental: experimental mode needed for this test
=== RUN   TestRender
=== RUN   TestRender/envvariables
--- PASS: TestRender (0.04s)
    --- PASS: TestRender/envvariables (0.04s)
=== RUN   TestRenderFormatters
--- PASS: TestRenderFormatters (0.06s)
=== RUN   TestInit
--- PASS: TestInit (1.79s)
=== RUN   TestDetectApp
--- PASS: TestDetectApp (3.94s)
=== RUN   TestSplitMerge
--- PASS: TestSplitMerge (2.73s)
=== RUN   TestBundle
--- PASS: TestPushInstall (15.50s)
=== RUN   TestPushPullInstall
--- PASS: TestBundle (9.55s)
=== RUN   TestDockerAppLifecycle
--- PASS: TestPushPullInstall (14.80s)
PASS
ok  	github.com/docker/app/e2e	74.380s
go install ./vendor/github.com/wadey/gocovmerge/
gocovmerge _build/cov/*.out > _build/cov/all.out
go tool cover -func _build/cov/all.out
github.com/docker/app/cmd/docker-app/bundle.go:27:			bundleCmd			100.0%
github.com/docker/app/cmd/docker-app/bundle.go:42:			runBundle			61.5%
github.com/docker/app/cmd/docker-app/bundle.go:62:			makeBundle			80.0%
github.com/docker/app/cmd/docker-app/bundle.go:71:			makeBundleFromApp		71.4%
github.com/docker/app/cmd/docker-app/bundle.go:98:			makeInvocationImageName		100.0%
github.com/docker/app/cmd/docker-app/bundle.go:102:			makeCNABImageName		100.0%
github.com/docker/app/cmd/docker-app/cnab.go:24:			prepareCredentialSet		41.7%
github.com/docker/app/cmd/docker-app/cnab.go:60:			getTargetContext		85.7%
github.com/docker/app/cmd/docker-app/cnab.go:74:			duffleHome			100.0%
github.com/docker/app/cmd/docker-app/cnab.go:79:			prepareDriver			90.9%
github.com/docker/app/cmd/docker-app/cnab.go:100:			getAppNameKind			100.0%
github.com/docker/app/cmd/docker-app/cnab.go:122:			extractAndLoadAppBasedBundle	80.0%
github.com/docker/app/cmd/docker-app/cnab.go:131:			resolveBundle			64.7%
github.com/docker/app/cmd/docker-app/completion.go:13:			completionCmd			16.7%
github.com/docker/app/cmd/docker-app/completion.go:180:			runCompletionZsh		0.0%
github.com/docker/app/cmd/docker-app/init.go:16:			initCmd				100.0%
github.com/docker/app/cmd/docker-app/inspect.go:19:			inspectCmd			100.0%
github.com/docker/app/cmd/docker-app/inspect.go:35:			runInspect			77.8%
github.com/docker/app/cmd/docker-app/install.go:45:			installCmd			100.0%
github.com/docker/app/cmd/docker-app/install.go:70:			runInstall			70.3%
github.com/docker/app/cmd/docker-app/main.go:11:			main				62.5%
github.com/docker/app/cmd/docker-app/merge.go:22:			extraFiles			84.6%
github.com/docker/app/cmd/docker-app/merge.go:44:			handleInPlace			66.7%
github.com/docker/app/cmd/docker-app/merge.go:52:			removeAndRename			60.0%
github.com/docker/app/cmd/docker-app/merge.go:62:			mergeCmd			79.3%
github.com/docker/app/cmd/docker-app/parameters.go:14:			withFileParameters		85.7%
github.com/docker/app/cmd/docker-app/parameters.go:27:			withCommandLineParameters	100.0%
github.com/docker/app/cmd/docker-app/parameters.go:37:			withOrchestratorParameters	100.0%
github.com/docker/app/cmd/docker-app/parameters.go:49:			mergeBundleParameters		87.5%
github.com/docker/app/cmd/docker-app/parameters.go:63:			matchParametersDefinition	100.0%
github.com/docker/app/cmd/docker-app/pull.go:14:			pullCmd				100.0%
github.com/docker/app/cmd/docker-app/pull.go:28:			runPull				75.0%
github.com/docker/app/cmd/docker-app/push.go:34:			pushCmd				100.0%
github.com/docker/app/cmd/docker-app/push.go:50:			runPush				71.8%
github.com/docker/app/cmd/docker-app/push.go:112:			retagInvocationImage		80.0%
github.com/docker/app/cmd/docker-app/push.go:127:			shouldRetagInvocationImage	84.2%
github.com/docker/app/cmd/docker-app/push.go:169:			onEvent				0.0%
github.com/docker/app/cmd/docker-app/push.go:189:			imageIndex			0.0%
github.com/docker/app/cmd/docker-app/push.go:204:			onProgress			0.0%
github.com/docker/app/cmd/docker-app/push.go:208:			print				0.0%
github.com/docker/app/cmd/docker-app/push.go:223:			printDescriptorProgress		0.0%
github.com/docker/app/cmd/docker-app/push.go:259:			hasError			0.0%
github.com/docker/app/cmd/docker-app/push.go:275:			onEvent				80.0%
github.com/docker/app/cmd/docker-app/render.go:26:			renderCmd			75.0%
github.com/docker/app/cmd/docker-app/root.go:16:			newRootCmd			100.0%
github.com/docker/app/cmd/docker-app/root.go:42:			addCommands			100.0%
github.com/docker/app/cmd/docker-app/root.go:62:			firstOrEmpty			100.0%
github.com/docker/app/cmd/docker-app/root.go:69:			muteDockerCli			100.0%
github.com/docker/app/cmd/docker-app/root.go:78:			addFlags			100.0%
github.com/docker/app/cmd/docker-app/root.go:88:			addFlags			100.0%
github.com/docker/app/cmd/docker-app/root.go:97:			addFlags			100.0%
github.com/docker/app/cmd/docker-app/split.go:11:			splitCmd			86.7%
github.com/docker/app/cmd/docker-app/status.go:15:			statusCmd			100.0%
github.com/docker/app/cmd/docker-app/status.go:31:			runStatus			77.8%
github.com/docker/app/cmd/docker-app/uninstall.go:15:			uninstallCmd			100.0%
github.com/docker/app/cmd/docker-app/uninstall.go:31:			runUninstall			68.2%
github.com/docker/app/cmd/docker-app/upgrade.go:22:			upgradeCmd			100.0%
github.com/docker/app/cmd/docker-app/upgrade.go:41:			runUpgrade			65.5%
github.com/docker/app/cmd/docker-app/validate.go:17:			validateCmd			90.9%
github.com/docker/app/cmd/docker-app/version.go:11:			versionCmd			100.0%
github.com/docker/app/internal/compose/compose.go:29:			Load				84.6%
github.com/docker/app/internal/compose/compose.go:52:			validateImagesInConfigFiles	84.2%
github.com/docker/app/internal/compose/compose.go:88:			ExtractVariables		75.0%
github.com/docker/app/internal/formatter/formatter.go:20:		Register			100.0%
github.com/docker/app/internal/formatter/formatter.go:34:		Format				100.0%
github.com/docker/app/internal/formatter/formatter.go:49:		Drivers				100.0%
github.com/docker/app/internal/formatter/json/driver.go:11:		init				100.0%
github.com/docker/app/internal/formatter/json/driver.go:19:		Format				75.0%
github.com/docker/app/internal/formatter/yaml/driver.go:10:		init				100.0%
github.com/docker/app/internal/formatter/yaml/driver.go:18:		Format				75.0%
github.com/docker/app/internal/inspect/inspect.go:19:			Inspect				92.9%
github.com/docker/app/internal/inspect/inspect.go:82:			printMetadata			100.0%
github.com/docker/app/internal/inspect/inspect.go:95:			printSection			100.0%
github.com/docker/app/internal/inspect/inspect.go:111:			printHeaders			100.0%
github.com/docker/app/internal/inspect/inspect.go:120:			getReplicas			100.0%
github.com/docker/app/internal/inspect/inspect.go:127:			extractParameters		88.9%
github.com/docker/app/internal/inspect/inspect.go:141:			mergeAndFlattenParameters	71.4%
github.com/docker/app/internal/inspect/ports.go:16:			newPort				100.0%
github.com/docker/app/internal/inspect/ports.go:20:			add				100.0%
github.com/docker/app/internal/inspect/ports.go:36:			String				100.0%
github.com/docker/app/internal/inspect/ports.go:47:			getPorts			100.0%
github.com/docker/app/internal/names.go:38:				AppNameFromDir			100.0%
github.com/docker/app/internal/names.go:44:				DirNameFromAppName		100.0%
github.com/docker/app/internal/names.go:53:				ValidateAppName			100.0%
github.com/docker/app/internal/packager/cnab.go:11:			ToCNAB				91.7%
github.com/docker/app/internal/packager/cnab.go:94:			extractBundleImages		87.5%
github.com/docker/app/internal/packager/extract.go:17:			findApp				76.5%
github.com/docker/app/internal/packager/extract.go:48:			Extract				76.9%
github.com/docker/app/internal/packager/init.go:27:			prependToFile			100.0%
github.com/docker/app/internal/packager/init.go:35:			Init				65.9%
github.com/docker/app/internal/packager/init.go:100:			initFromScratch			0.0%
github.com/docker/app/internal/packager/init.go:115:			checkComposeFileVersion		100.0%
github.com/docker/app/internal/packager/init.go:123:			initFromComposeFile		84.6%
github.com/docker/app/internal/packager/init.go:182:			composeFileFromScratch		0.0%
github.com/docker/app/internal/packager/init.go:202:			writeMetadataFile		75.0%
github.com/docker/app/internal/packager/init.go:217:			parseMaintainersData		100.0%
github.com/docker/app/internal/packager/init.go:230:			newMetadata			57.1%
github.com/docker/app/internal/packager/packing.go:22:			tarAdd				75.0%
github.com/docker/app/internal/packager/packing.go:30:			tarAddBytes			83.3%
github.com/docker/app/internal/packager/packing.go:46:			PackInvocationImageContext	61.9%
github.com/docker/app/internal/packager/packing.go:80:			Pack				0.0%
github.com/docker/app/internal/packager/packing.go:119:			Unpack				0.0%
github.com/docker/app/internal/packager/parameter.go:18:		ExtractCNABParameterMapping	100.0%
github.com/docker/app/internal/packager/parameter.go:33:		getKeys				100.0%
github.com/docker/app/internal/packager/parameter.go:49:		ExtractCNABParametersValues	100.0%
github.com/docker/app/internal/packager/split.go:15:			Split				63.6%
github.com/docker/app/internal/packager/split.go:39:			Merge				62.5%
github.com/docker/app/internal/renderer/gotemplate/driver.go:13:	init				100.0%
github.com/docker/app/internal/renderer/gotemplate/driver.go:21:	Apply				100.0%
github.com/docker/app/internal/renderer/mustache/driver.go:11:		init				100.0%
github.com/docker/app/internal/renderer/mustache/driver.go:19:		Apply				100.0%
github.com/docker/app/internal/renderer/renderer.go:19:			Register			100.0%
github.com/docker/app/internal/renderer/renderer.go:33:			Apply				100.0%
github.com/docker/app/internal/renderer/renderer.go:54:			Drivers				100.0%
github.com/docker/app/internal/renderer/yatee/driver.go:14:		init				100.0%
github.com/docker/app/internal/renderer/yatee/driver.go:22:		Apply				85.7%
github.com/docker/app/internal/slices/slices.go:4:			ContainsString			100.0%
github.com/docker/app/internal/store/store.go:17:			storeBaseDir			100.0%
github.com/docker/app/internal/store/store.go:20:			storePath			100.0%
github.com/docker/app/internal/store/store.go:53:			LookupOrPullBundle		73.7%
github.com/docker/app/internal/version.go:22:				FullVersion			100.0%
github.com/docker/app/internal/version.go:35:				reformatDate			75.0%
github.com/docker/app/internal/yaml/yaml.go:18:				Unmarshal			80.0%
github.com/docker/app/internal/yaml/yaml.go:32:				Marshal				100.0%
github.com/docker/app/internal/yaml/yaml.go:39:				NewDecoder			100.0%
github.com/docker/app/loader/loader.go:17:				LoadFromSingleFile		100.0%
github.com/docker/app/loader/loader.go:41:				LoadFromDirectory		100.0%
github.com/docker/app/loader/loader.go:51:				LoadFromTar			100.0%
github.com/docker/app/loader/loader.go:62:				LoadFromTarReader		72.7%
github.com/docker/app/pkg/yatee/yatee.go:24:				flatten				100.0%
github.com/docker/app/pkg/yatee/yatee.go:43:				merge				75.0%
github.com/docker/app/pkg/yatee/yatee.go:67:				LoadParameters			0.0%
github.com/docker/app/pkg/yatee/yatee.go:84:				isIdentNumChar			100.0%
github.com/docker/app/pkg/yatee/yatee.go:91:				extract				88.0%
github.com/docker/app/pkg/yatee/yatee.go:131:				tokenize			100.0%
github.com/docker/app/pkg/yatee/yatee.go:151:				evalValue			87.5%
github.com/docker/app/pkg/yatee/yatee.go:164:				evalSub				81.0%
github.com/docker/app/pkg/yatee/yatee.go:201:				evalExpr			80.0%
github.com/docker/app/pkg/yatee/yatee.go:212:				eval				87.8%
github.com/docker/app/pkg/yatee/yatee.go:285:				isTrue				100.0%
github.com/docker/app/pkg/yatee/yatee.go:295:				recurseList			71.4%
github.com/docker/app/pkg/yatee/yatee.go:341:				recurse				84.2%
github.com/docker/app/pkg/yatee/yatee.go:516:				ProcessStrings			0.0%
github.com/docker/app/pkg/yatee/yatee.go:536:				ProcessWithOrder		83.3%
github.com/docker/app/pkg/yatee/yatee.go:557:				Process				85.7%
github.com/docker/app/pkg/yatee/yatee.go:570:				convert				90.9%
github.com/docker/app/render/render.go:34:				Render				77.3%
github.com/docker/app/render/render.go:71:				render				90.9%
github.com/docker/app/render/render.go:94:				substitute			100.0%
github.com/docker/app/render/render.go:98:				errorIfMissing			100.0%
github.com/docker/app/render/render.go:108:				processEnabled			91.7%
github.com/docker/app/render/render.go:128:				isEnabled			75.0%
github.com/docker/app/specification/bindata.go:44:			Open				0.0%
github.com/docker/app/specification/bindata.go:52:			prepare				82.4%
github.com/docker/app/specification/bindata.go:77:			Open				0.0%
github.com/docker/app/specification/bindata.go:85:			Open				0.0%
github.com/docker/app/specification/bindata.go:89:			File				0.0%
github.com/docker/app/specification/bindata.go:100:			Close				0.0%
github.com/docker/app/specification/bindata.go:104:			Readdir				0.0%
github.com/docker/app/specification/bindata.go:125:			Stat				0.0%
github.com/docker/app/specification/bindata.go:129:			Name				0.0%
github.com/docker/app/specification/bindata.go:133:			Size				0.0%
github.com/docker/app/specification/bindata.go:137:			Mode				0.0%
github.com/docker/app/specification/bindata.go:141:			ModTime				0.0%
github.com/docker/app/specification/bindata.go:145:			IsDir				0.0%
github.com/docker/app/specification/bindata.go:149:			Sys				0.0%
github.com/docker/app/specification/bindata.go:155:			_escFS				0.0%
github.com/docker/app/specification/bindata.go:164:			_escDir				0.0%
github.com/docker/app/specification/bindata.go:173:			_escFSByte			45.5%
github.com/docker/app/specification/bindata.go:191:			_escFSMustByte			0.0%
github.com/docker/app/specification/bindata.go:200:			_escFSString			0.0%
github.com/docker/app/specification/bindata.go:206:			_escFSMustString		0.0%
github.com/docker/app/specification/schema.go:15:			Validate			93.3%
github.com/docker/app/types/init.go:17:					NewInitialComposeFile		100.0%
github.com/docker/app/types/metadata/load.go:14:			Load				83.3%
github.com/docker/app/types/metadata/load.go:25:			validateRawMetadata		83.3%
github.com/docker/app/types/metadata/metadata.go:17:			String				100.0%
github.com/docker/app/types/metadata/metadata.go:26:			String				100.0%
github.com/docker/app/types/parameters/load.go:14:			Load				94.1%
github.com/docker/app/types/parameters/load.go:43:			LoadMultiple			77.8%
github.com/docker/app/types/parameters/load.go:59:			LoadFile			75.0%
github.com/docker/app/types/parameters/load.go:68:			LoadFiles			77.8%
github.com/docker/app/types/parameters/load.go:84:			convertToStringKeysRecursive	96.0%
github.com/docker/app/types/parameters/load.go:121:			formatInvalidKeyError		100.0%
github.com/docker/app/types/parameters/merge.go:9:			Merge				100.0%
github.com/docker/app/types/parameters/opts.go:9:			WithPrefix			100.0%
github.com/docker/app/types/parameters/parameters.go:18:		Flatten				100.0%
github.com/docker/app/types/parameters/parameters.go:22:		flatten				100.0%
github.com/docker/app/types/parameters/parameters.go:50:		FromFlatten			88.9%
github.com/docker/app/types/parameters/parameters.go:65:		isSupposedSlice			100.0%
github.com/docker/app/types/parameters/parameters.go:73:		assignKey			96.2%
github.com/docker/app/types/types.go:34:				ShouldRunInsideDirectory	0.0%
github.com/docker/app/types/types.go:60:				Path				100.0%
github.com/docker/app/types/types.go:65:				Size				100.0%
github.com/docker/app/types/types.go:70:				Composes			100.0%
github.com/docker/app/types/types.go:75:				ParametersRaw			100.0%
github.com/docker/app/types/types.go:80:				Parameters			100.0%
github.com/docker/app/types/types.go:85:				MetadataRaw			100.0%
github.com/docker/app/types/types.go:90:				Metadata			100.0%
github.com/docker/app/types/types.go:95:				Attachments			100.0%
github.com/docker/app/types/types.go:100:				Extract				0.0%
github.com/docker/app/types/types.go:113:				noop				0.0%
github.com/docker/app/types/types.go:116:				NewApp				100.0%
github.com/docker/app/types/types.go:138:				NewAppFromDefaultFiles		100.0%
github.com/docker/app/types/types.go:149:				WithName			100.0%
github.com/docker/app/types/types.go:157:				WithPath			100.0%
github.com/docker/app/types/types.go:165:				WithCleanup			100.0%
github.com/docker/app/types/types.go:173:				WithSource			100.0%
github.com/docker/app/types/types.go:181:				WithParametersFiles		100.0%
github.com/docker/app/types/types.go:186:				WithAttachments			84.6%
github.com/docker/app/types/types.go:218:				WithParameters			100.0%
github.com/docker/app/types/types.go:222:				parametersLoader		100.0%
github.com/docker/app/types/types.go:240:				MetadataFile			100.0%
github.com/docker/app/types/types.go:245:				Metadata			100.0%
github.com/docker/app/types/types.go:249:				metadataLoader			100.0%
github.com/docker/app/types/types.go:266:				WithComposeFiles		100.0%
github.com/docker/app/types/types.go:271:				WithComposes			100.0%
github.com/docker/app/types/types.go:275:				composeLoader			100.0%
github.com/docker/app/types/types.go:286:				readReaders			77.8%
github.com/docker/app/types/types.go:300:				readFiles			100.0%
github.com/docker/app/types/types.go:314:				newErrGroup			100.0%
total:									(statements)			76.4%
go tool cover -html _build/cov/all.out -o _build/cov/coverage.html
docker cp docker-app-cov-jenkins-app-push-pull-cnab-cleanup-1-coverage-experimental:/go/src/github.com/docker/app/_build/cov/ ./_build/ci-cov
docker rm docker-app-cov-jenkins-app-push-pull-cnab-cleanup-1-coverage-experimental
docker-app-cov-jenkins-app-push-pull-cnab-cleanup-1-coverage-experimental
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] sh
+ docker rmi docker/cnab-app-base:jenkins-app-push-pull-cnab-cleanup-1-coverage-experimental
Untagged: docker/cnab-app-base:jenkins-app-push-pull-cnab-cleanup-1-coverage-experimental
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
--- PASS: TestDockerAppLifecycle (17.10s)
=== RUN   TestExamplesAreValid
--- PASS: TestExamplesAreValid (0.12s)
=== RUN   TestPushInstall
--- PASS: TestPushInstall (15.63s)
=== RUN   TestPushPullInstall
--- PASS: TestPushPullInstall (14.82s)
PASS
ok  	github.com/docker/app/e2e	72.762s
go install ./vendor/github.com/wadey/gocovmerge/
gocovmerge _build/cov/*.out > _build/cov/all.out
go tool cover -func _build/cov/all.out
github.com/docker/app/cmd/docker-app/bundle.go:27:		bundleCmd			100.0%
github.com/docker/app/cmd/docker-app/bundle.go:42:		runBundle			61.5%
github.com/docker/app/cmd/docker-app/bundle.go:62:		makeBundle			80.0%
github.com/docker/app/cmd/docker-app/bundle.go:71:		makeBundleFromApp		71.4%
github.com/docker/app/cmd/docker-app/bundle.go:98:		makeInvocationImageName		100.0%
github.com/docker/app/cmd/docker-app/bundle.go:102:		makeCNABImageName		100.0%
github.com/docker/app/cmd/docker-app/cnab.go:24:		prepareCredentialSet		41.7%
github.com/docker/app/cmd/docker-app/cnab.go:60:		getTargetContext		85.7%
github.com/docker/app/cmd/docker-app/cnab.go:74:		duffleHome			100.0%
github.com/docker/app/cmd/docker-app/cnab.go:79:		prepareDriver			90.9%
github.com/docker/app/cmd/docker-app/cnab.go:100:		getAppNameKind			100.0%
github.com/docker/app/cmd/docker-app/cnab.go:122:		extractAndLoadAppBasedBundle	80.0%
github.com/docker/app/cmd/docker-app/cnab.go:131:		resolveBundle			64.7%
github.com/docker/app/cmd/docker-app/completion.go:13:		completionCmd			16.7%
github.com/docker/app/cmd/docker-app/completion.go:180:		runCompletionZsh		0.0%
github.com/docker/app/cmd/docker-app/init.go:16:		initCmd				100.0%
github.com/docker/app/cmd/docker-app/inspect.go:19:		inspectCmd			100.0%
github.com/docker/app/cmd/docker-app/inspect.go:35:		runInspect			77.8%
github.com/docker/app/cmd/docker-app/install.go:45:		installCmd			100.0%
github.com/docker/app/cmd/docker-app/install.go:70:		runInstall			70.3%
github.com/docker/app/cmd/docker-app/main.go:11:		main				62.5%
github.com/docker/app/cmd/docker-app/merge.go:22:		extraFiles			84.6%
github.com/docker/app/cmd/docker-app/merge.go:44:		handleInPlace			66.7%
github.com/docker/app/cmd/docker-app/merge.go:52:		removeAndRename			60.0%
github.com/docker/app/cmd/docker-app/merge.go:62:		mergeCmd			79.3%
github.com/docker/app/cmd/docker-app/parameters.go:14:		withFileParameters		85.7%
github.com/docker/app/cmd/docker-app/parameters.go:27:		withCommandLineParameters	100.0%
github.com/docker/app/cmd/docker-app/parameters.go:37:		withOrchestratorParameters	100.0%
github.com/docker/app/cmd/docker-app/parameters.go:49:		mergeBundleParameters		87.5%
github.com/docker/app/cmd/docker-app/parameters.go:63:		matchParametersDefinition	100.0%
github.com/docker/app/cmd/docker-app/pull.go:14:		pullCmd				100.0%
github.com/docker/app/cmd/docker-app/pull.go:28:		runPull				75.0%
github.com/docker/app/cmd/docker-app/push.go:34:		pushCmd				100.0%
github.com/docker/app/cmd/docker-app/push.go:50:		runPush				71.8%
github.com/docker/app/cmd/docker-app/push.go:112:		retagInvocationImage		80.0%
github.com/docker/app/cmd/docker-app/push.go:127:		shouldRetagInvocationImage	84.2%
github.com/docker/app/cmd/docker-app/push.go:169:		onEvent				0.0%
github.com/docker/app/cmd/docker-app/push.go:189:		imageIndex			0.0%
github.com/docker/app/cmd/docker-app/push.go:204:		onProgress			0.0%
github.com/docker/app/cmd/docker-app/push.go:208:		print				0.0%
github.com/docker/app/cmd/docker-app/push.go:223:		printDescriptorProgress		0.0%
github.com/docker/app/cmd/docker-app/push.go:259:		hasError			0.0%
github.com/docker/app/cmd/docker-app/push.go:275:		onEvent				80.0%
github.com/docker/app/cmd/docker-app/render.go:26:		renderCmd			64.3%
github.com/docker/app/cmd/docker-app/root.go:16:		newRootCmd			100.0%
github.com/docker/app/cmd/docker-app/root.go:42:		addCommands			100.0%
github.com/docker/app/cmd/docker-app/root.go:62:		firstOrEmpty			100.0%
github.com/docker/app/cmd/docker-app/root.go:69:		muteDockerCli			100.0%
github.com/docker/app/cmd/docker-app/root.go:78:		addFlags			100.0%
github.com/docker/app/cmd/docker-app/root.go:88:		addFlags			100.0%
github.com/docker/app/cmd/docker-app/root.go:97:		addFlags			100.0%
github.com/docker/app/cmd/docker-app/split.go:11:		splitCmd			86.7%
github.com/docker/app/cmd/docker-app/status.go:15:		statusCmd			100.0%
github.com/docker/app/cmd/docker-app/status.go:31:		runStatus			77.8%
github.com/docker/app/cmd/docker-app/uninstall.go:15:		uninstallCmd			100.0%
github.com/docker/app/cmd/docker-app/uninstall.go:31:		runUninstall			68.2%
github.com/docker/app/cmd/docker-app/upgrade.go:22:		upgradeCmd			100.0%
github.com/docker/app/cmd/docker-app/upgrade.go:41:		runUpgrade			65.5%
github.com/docker/app/cmd/docker-app/validate.go:17:		validateCmd			90.9%
github.com/docker/app/cmd/docker-app/version.go:11:		versionCmd			100.0%
github.com/docker/app/internal/compose/compose.go:29:		Load				84.6%
github.com/docker/app/internal/compose/compose.go:52:		validateImagesInConfigFiles	84.2%
github.com/docker/app/internal/compose/compose.go:88:		ExtractVariables		75.0%
github.com/docker/app/internal/formatter/formatter.go:20:	Register			100.0%
github.com/docker/app/internal/formatter/formatter.go:34:	Format				100.0%
github.com/docker/app/internal/formatter/formatter.go:49:	Drivers				100.0%
github.com/docker/app/internal/formatter/json/driver.go:11:	init				100.0%
github.com/docker/app/internal/formatter/json/driver.go:19:	Format				75.0%
github.com/docker/app/internal/formatter/yaml/driver.go:10:	init				100.0%
github.com/docker/app/internal/formatter/yaml/driver.go:18:	Format				75.0%
github.com/docker/app/internal/inspect/inspect.go:19:		Inspect				92.9%
github.com/docker/app/internal/inspect/inspect.go:82:		printMetadata			100.0%
github.com/docker/app/internal/inspect/inspect.go:95:		printSection			100.0%
github.com/docker/app/internal/inspect/inspect.go:111:		printHeaders			100.0%
github.com/docker/app/internal/inspect/inspect.go:120:		getReplicas			100.0%
github.com/docker/app/internal/inspect/inspect.go:127:		extractParameters		88.9%
github.com/docker/app/internal/inspect/inspect.go:141:		mergeAndFlattenParameters	71.4%
github.com/docker/app/internal/inspect/ports.go:16:		newPort				100.0%
github.com/docker/app/internal/inspect/ports.go:20:		add				100.0%
github.com/docker/app/internal/inspect/ports.go:36:		String				100.0%
github.com/docker/app/internal/inspect/ports.go:47:		getPorts			100.0%
github.com/docker/app/internal/names.go:38:			AppNameFromDir			100.0%
github.com/docker/app/internal/names.go:44:			DirNameFromAppName		100.0%
github.com/docker/app/internal/names.go:53:			ValidateAppName			100.0%
github.com/docker/app/internal/packager/cnab.go:11:		ToCNAB				91.7%
github.com/docker/app/internal/packager/cnab.go:94:		extractBundleImages		87.5%
github.com/docker/app/internal/packager/extract.go:17:		findApp				76.5%
github.com/docker/app/internal/packager/extract.go:48:		Extract				76.9%
github.com/docker/app/internal/packager/init.go:27:		prependToFile			100.0%
github.com/docker/app/internal/packager/init.go:35:		Init				65.9%
github.com/docker/app/internal/packager/init.go:100:		initFromScratch			0.0%
github.com/docker/app/internal/packager/init.go:115:		checkComposeFileVersion		100.0%
github.com/docker/app/internal/packager/init.go:123:		initFromComposeFile		84.6%
github.com/docker/app/internal/packager/init.go:182:		composeFileFromScratch		0.0%
github.com/docker/app/internal/packager/init.go:202:		writeMetadataFile		75.0%
github.com/docker/app/internal/packager/init.go:217:		parseMaintainersData		100.0%
github.com/docker/app/internal/packager/init.go:230:		newMetadata			57.1%
github.com/docker/app/internal/packager/packing.go:22:		tarAdd				75.0%
github.com/docker/app/internal/packager/packing.go:30:		tarAddBytes			83.3%
github.com/docker/app/internal/packager/packing.go:46:		PackInvocationImageContext	61.9%
github.com/docker/app/internal/packager/packing.go:80:		Pack				0.0%
github.com/docker/app/internal/packager/packing.go:119:		Unpack				0.0%
github.com/docker/app/internal/packager/parameter.go:18:	ExtractCNABParameterMapping	100.0%
github.com/docker/app/internal/packager/parameter.go:33:	getKeys				100.0%
github.com/docker/app/internal/packager/parameter.go:49:	ExtractCNABParametersValues	100.0%
github.com/docker/app/internal/packager/split.go:15:		Split				63.6%
github.com/docker/app/internal/packager/split.go:39:		Merge				62.5%
github.com/docker/app/internal/renderer/renderer.go:19:		Register			100.0%
github.com/docker/app/internal/renderer/renderer.go:33:		Apply				100.0%
github.com/docker/app/internal/renderer/renderer.go:54:		Drivers				100.0%
github.com/docker/app/internal/slices/slices.go:4:		ContainsString			100.0%
github.com/docker/app/internal/store/store.go:17:		storeBaseDir			100.0%
github.com/docker/app/internal/store/store.go:20:		storePath			100.0%
github.com/docker/app/internal/store/store.go:53:		LookupOrPullBundle		73.7%
github.com/docker/app/internal/version.go:22:			FullVersion			100.0%
github.com/docker/app/internal/version.go:35:			reformatDate			75.0%
github.com/docker/app/internal/yaml/yaml.go:18:			Unmarshal			80.0%
github.com/docker/app/internal/yaml/yaml.go:32:			Marshal				100.0%
github.com/docker/app/internal/yaml/yaml.go:39:			NewDecoder			100.0%
github.com/docker/app/loader/loader.go:17:			LoadFromSingleFile		100.0%
github.com/docker/app/loader/loader.go:41:			LoadFromDirectory		100.0%
github.com/docker/app/loader/loader.go:51:			LoadFromTar			100.0%
github.com/docker/app/loader/loader.go:62:			LoadFromTarReader		72.7%
github.com/docker/app/pkg/yatee/yatee.go:24:			flatten				100.0%
github.com/docker/app/pkg/yatee/yatee.go:43:			merge				75.0%
github.com/docker/app/pkg/yatee/yatee.go:67:			LoadParameters			0.0%
github.com/docker/app/pkg/yatee/yatee.go:84:			isIdentNumChar			100.0%
github.com/docker/app/pkg/yatee/yatee.go:91:			extract				88.0%
github.com/docker/app/pkg/yatee/yatee.go:131:			tokenize			100.0%
github.com/docker/app/pkg/yatee/yatee.go:151:			evalValue			87.5%
github.com/docker/app/pkg/yatee/yatee.go:164:			evalSub				81.0%
github.com/docker/app/pkg/yatee/yatee.go:201:			evalExpr			80.0%
github.com/docker/app/pkg/yatee/yatee.go:212:			eval				87.8%
github.com/docker/app/pkg/yatee/yatee.go:285:			isTrue				100.0%
github.com/docker/app/pkg/yatee/yatee.go:295:			recurseList			60.7%
github.com/docker/app/pkg/yatee/yatee.go:341:			recurse				84.2%
github.com/docker/app/pkg/yatee/yatee.go:516:			ProcessStrings			0.0%
github.com/docker/app/pkg/yatee/yatee.go:536:			ProcessWithOrder		66.7%
github.com/docker/app/pkg/yatee/yatee.go:557:			Process				85.7%
github.com/docker/app/pkg/yatee/yatee.go:570:			convert				90.9%
github.com/docker/app/render/render.go:34:			Render				59.1%
github.com/docker/app/render/render.go:71:			render				90.9%
github.com/docker/app/render/render.go:94:			substitute			100.0%
github.com/docker/app/render/render.go:98:			errorIfMissing			100.0%
github.com/docker/app/render/render.go:108:			processEnabled			91.7%
github.com/docker/app/render/render.go:128:			isEnabled			75.0%
github.com/docker/app/specification/bindata.go:44:		Open				0.0%
github.com/docker/app/specification/bindata.go:52:		prepare				82.4%
github.com/docker/app/specification/bindata.go:77:		Open				0.0%
github.com/docker/app/specification/bindata.go:85:		Open				0.0%
github.com/docker/app/specification/bindata.go:89:		File				0.0%
github.com/docker/app/specification/bindata.go:100:		Close				0.0%
github.com/docker/app/specification/bindata.go:104:		Readdir				0.0%
github.com/docker/app/specification/bindata.go:125:		Stat				0.0%
github.com/docker/app/specification/bindata.go:129:		Name				0.0%
github.com/docker/app/specification/bindata.go:133:		Size				0.0%
github.com/docker/app/specification/bindata.go:137:		Mode				0.0%
github.com/docker/app/specification/bindata.go:141:		ModTime				0.0%
github.com/docker/app/specification/bindata.go:145:		IsDir				0.0%
github.com/docker/app/specification/bindata.go:149:		Sys				0.0%
github.com/docker/app/specification/bindata.go:155:		_escFS				0.0%
github.com/docker/app/specification/bindata.go:164:		_escDir				0.0%
github.com/docker/app/specification/bindata.go:173:		_escFSByte			45.5%
github.com/docker/app/specification/bindata.go:191:		_escFSMustByte			0.0%
github.com/docker/app/specification/bindata.go:200:		_escFSString			0.0%
github.com/docker/app/specification/bindata.go:206:		_escFSMustString		0.0%
github.com/docker/app/specification/schema.go:15:		Validate			93.3%
github.com/docker/app/types/init.go:17:				NewInitialComposeFile		100.0%
github.com/docker/app/types/metadata/load.go:14:		Load				83.3%
github.com/docker/app/types/metadata/load.go:25:		validateRawMetadata		83.3%
github.com/docker/app/types/metadata/metadata.go:17:		String				100.0%
github.com/docker/app/types/metadata/metadata.go:26:		String				100.0%
github.com/docker/app/types/parameters/load.go:14:		Load				94.1%
github.com/docker/app/types/parameters/load.go:43:		LoadMultiple			77.8%
github.com/docker/app/types/parameters/load.go:59:		LoadFile			75.0%
github.com/docker/app/types/parameters/load.go:68:		LoadFiles			77.8%
github.com/docker/app/types/parameters/load.go:84:		convertToStringKeysRecursive	96.0%
github.com/docker/app/types/parameters/load.go:121:		formatInvalidKeyError		100.0%
github.com/docker/app/types/parameters/merge.go:9:		Merge				100.0%
github.com/docker/app/types/parameters/opts.go:9:		WithPrefix			100.0%
github.com/docker/app/types/parameters/parameters.go:18:	Flatten				100.0%
github.com/docker/app/types/parameters/parameters.go:22:	flatten				100.0%
github.com/docker/app/types/parameters/parameters.go:50:	FromFlatten			88.9%
github.com/docker/app/types/parameters/parameters.go:65:	isSupposedSlice			100.0%
github.com/docker/app/types/parameters/parameters.go:73:	assignKey			100.0%
github.com/docker/app/types/types.go:34:			ShouldRunInsideDirectory	0.0%
github.com/docker/app/types/types.go:60:			Path				100.0%
github.com/docker/app/types/types.go:65:			Size				100.0%
github.com/docker/app/types/types.go:70:			Composes			100.0%
github.com/docker/app/types/types.go:75:			ParametersRaw			100.0%
github.com/docker/app/types/types.go:80:			Parameters			100.0%
github.com/docker/app/types/types.go:85:			MetadataRaw			100.0%
github.com/docker/app/types/types.go:90:			Metadata			100.0%
github.com/docker/app/types/types.go:95:			Attachments			100.0%
github.com/docker/app/types/types.go:100:			Extract				0.0%
github.com/docker/app/types/types.go:113:			noop				0.0%
github.com/docker/app/types/types.go:116:			NewApp				100.0%
github.com/docker/app/types/types.go:138:			NewAppFromDefaultFiles		100.0%
github.com/docker/app/types/types.go:149:			WithName			100.0%
github.com/docker/app/types/types.go:157:			WithPath			100.0%
github.com/docker/app/types/types.go:165:			WithCleanup			100.0%
github.com/docker/app/types/types.go:173:			WithSource			100.0%
github.com/docker/app/types/types.go:181:			WithParametersFiles		100.0%
github.com/docker/app/types/types.go:186:			WithAttachments			84.6%
github.com/docker/app/types/types.go:218:			WithParameters			100.0%
github.com/docker/app/types/types.go:222:			parametersLoader		100.0%
github.com/docker/app/types/types.go:240:			MetadataFile			100.0%
github.com/docker/app/types/types.go:245:			Metadata			100.0%
github.com/docker/app/types/types.go:249:			metadataLoader			100.0%
github.com/docker/app/types/types.go:266:			WithComposeFiles		100.0%
github.com/docker/app/types/types.go:271:			WithComposes			100.0%
github.com/docker/app/types/types.go:275:			composeLoader			100.0%
github.com/docker/app/types/types.go:286:			readReaders			77.8%
github.com/docker/app/types/types.go:300:			readFiles			100.0%
github.com/docker/app/types/types.go:314:			newErrGroup			100.0%
total:								(statements)			75.7%
go tool cover -html _build/cov/all.out -o _build/cov/coverage.html
docker cp docker-app-cov-jenkins-app-push-pull-cnab-cleanup-1-coverage:/go/src/github.com/docker/app/_build/cov/ ./_build/ci-cov
docker rm docker-app-cov-jenkins-app-push-pull-cnab-cleanup-1-coverage
docker-app-cov-jenkins-app-push-pull-cnab-cleanup-1-coverage
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] sh
+ docker rmi docker/cnab-app-base:jenkins-app-push-pull-cnab-cleanup-1-coverage
Untagged: docker/cnab-app-base:jenkins-app-push-pull-cnab-cleanup-1-coverage
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

Finished: SUCCESS