Skip to content
Success

Console Output

Pull request #598 updated
19:34:21 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 8c5c7b360d98b89d2e2d7b235adf712842bc1269
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision ead69454b4062f17d1f8389642089a002b037213
using credential jps-reader
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --progress https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master
Checking out Revision ead69454b4062f17d1f8389642089a002b037213 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ead69454b4062f17d1f8389642089a002b037213
Commit message: "Merge pull request #10 from russellcardullo/sonar-scan"
 > git rev-list --no-walk ead69454b4062f17d1f8389642089a002b037213 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] properties
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-02ebc72233b4dea0d) in /home/ubuntu/workspace/app_PR-598
[Pipeline] {
[Pipeline] withEnv
[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
Still waiting to schedule task
All nodes of label ‘ubuntu-1604-aufs-edge’ are offline
Still waiting to schedule task
All nodes of label ‘ubuntu-1604-aufs-edge’ are offline
Still waiting to schedule task
All nodes of label ‘ubuntu-1604-aufs-edge’ are offline
Running on ubuntu-1604-aufs (i-0c7e354c04c37b03c) in /home/ubuntu/workspace/app_PR-598
[Pipeline] {
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-598/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_PR-598/src/github.com/docker/app # timeout=10
Fetching upstream changes from https://github.com/docker/app.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress https://github.com/docker/app.git +refs/pull/598/head:refs/remotes/origin/PR-598
Running on ubuntu-1604-aufs (i-091e1717d1c01c39c) in /home/ubuntu/workspace/app_PR-598
[Pipeline] {
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-598/src/github.com/docker/app
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] checkout
Fetching without tags
Checking out Revision 8c5c7b360d98b89d2e2d7b235adf712842bc1269 (PR-598)
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/598/head:refs/remotes/origin/PR-598 # timeout=10
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
Fetching upstream changes from https://github.com/docker/app.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress https://github.com/docker/app.git +refs/pull/598/head:refs/remotes/origin/PR-598
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8c5c7b360d98b89d2e2d7b235adf712842bc1269
Commit message: "MOVED FOSSA_API_KEY to use as credentials instead of in environment block"
 > git rev-list --no-walk c2c17e63f9ff5bb20cdb7b6733f114e8c04946be # timeout=10
using credential docker-jenkins-github-credentials
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
[Pipeline] ansiColor
[Pipeline] {
[Pipeline] sh
Cloning repository https://github.com/docker/app.git
 > git init /home/ubuntu/workspace/app_PR-598/src/github.com/docker/app # timeout=10
Fetching upstream changes from https://github.com/docker/app.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress https://github.com/docker/app.git +refs/pull/598/head:refs/remotes/origin/PR-598
+ make -f docker.Makefile lint
Linting...
docker build -t docker-app-lint:jenkins-app-PR-598-4 -f Dockerfile.lint .
Fetching without tags
Checking out Revision 8c5c7b360d98b89d2e2d7b235adf712842bc1269 (PR-598)
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/598/head:refs/remotes/origin/PR-598 # timeout=10
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
Fetching upstream changes from https://github.com/docker/app.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress https://github.com/docker/app.git +refs/pull/598/head:refs/remotes/origin/PR-598
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8c5c7b360d98b89d2e2d7b235adf712842bc1269
Commit message: "MOVED FOSSA_API_KEY to use as credentials instead of in environment block"
[Pipeline] ansiColor
[Pipeline] {
[Pipeline] sh
+ make -f docker.Makefile cli-cross cross e2e-cross tars
docker build --build-arg=EXPERIMENTAL=off --build-arg=TAG=jenkins-app-PR-598-4 --build-arg=COMMIT=8c5c7b3 --build-arg=ALPINE_VERSION=3.10.0 --target=build -t docker-app-cli:jenkins-app-PR-598-4  .
Running on ubuntu-1604-aufs (i-0ad213759c39c1105) in /home/ubuntu/workspace/app_PR-598
[Pipeline] {
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-598/src/github.com/docker/app
[Pipeline] {
[Pipeline] checkout
Sending build context to Docker daemon  79.34MB

Step 1/8 : ARG ALPINE_VERSION=3.10
Step 2/8 : ARG GO_VERSION=1.12.6
Step 3/8 : FROM golang:${GO_VERSION}-alpine${ALPINE_VERSION}
1.12.6-alpine3.10: Pulling from library/golang
921b31ab772b: Pulling fs layer
2d3896533852: Pulling fs layer
28c34ce20860: Pulling fs layer
9186bf07c4ae: Pulling fs layer
7f1720e95b4b: Pulling fs layer
9186bf07c4ae: Waiting
7f1720e95b4b: Waiting
28c34ce20860: Download complete
2d3896533852: Verifying Checksum
2d3896533852: Download complete
921b31ab772b: Verifying Checksum
921b31ab772b: Download complete
7f1720e95b4b: Verifying Checksum
7f1720e95b4b: Download complete
921b31ab772b: Pull complete
2d3896533852: Pull complete
28c34ce20860: Pull complete
using credential docker-jenkins-github-credentials
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Sending build context to Docker daemon  79.34MB

Step 1/7 : FROM dockercore/golang-cross:1.12.6@sha256:5f4272cb7723c6f28e76abfd8b59e46d8f7264b0cf2d000ff49aee1d0577e7d0 AS build
sha256:5f4272cb7723c6f28e76abfd8b59e46d8f7264b0cf2d000ff49aee1d0577e7d0: Pulling from dockercore/golang-cross
6f2f362378c5: Pulling fs layer
494c27a8a6b8: Pulling fs layer
7596bb83081b: Pulling fs layer
372744b62d49: Pulling fs layer
0658c6765517: Pulling fs layer
fc2529ce2b56: Pulling fs layer
c9a1ca7e4a49: Pulling fs layer
9cb007b625e0: Pulling fs layer
5b77a9aeb53a: Pulling fs layer
df909c395891: Pulling fs layer
0f5c4bd299cb: Pulling fs layer
372744b62d49: Waiting
0658c6765517: Waiting
fc2529ce2b56: Waiting
c9a1ca7e4a49: Waiting
9cb007b625e0: Waiting
5b77a9aeb53a: Waiting
df909c395891: Waiting
0f5c4bd299cb: Waiting
9186bf07c4ae: Verifying Checksum
9186bf07c4ae: Download complete
7596bb83081b: Verifying Checksum
7596bb83081b: Download complete
494c27a8a6b8: Verifying Checksum
494c27a8a6b8: Download complete
Cloning repository https://github.com/docker/app.git
 > git init /home/ubuntu/workspace/app_PR-598/src/github.com/docker/app # timeout=10
Fetching upstream changes from https://github.com/docker/app.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress https://github.com/docker/app.git +refs/pull/598/head:refs/remotes/origin/PR-598
372744b62d49: Verifying Checksum
372744b62d49: Download complete
6f2f362378c5: Verifying Checksum
6f2f362378c5: Download complete
c9a1ca7e4a49: Verifying Checksum
c9a1ca7e4a49: Download complete
0658c6765517: Verifying Checksum
0658c6765517: Download complete
9cb007b625e0: Verifying Checksum
9cb007b625e0: Download complete
df909c395891: Verifying Checksum
df909c395891: Download complete
Fetching without tags
Checking out Revision 8c5c7b360d98b89d2e2d7b235adf712842bc1269 (PR-598)
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/598/head:refs/remotes/origin/PR-598 # timeout=10
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
Fetching upstream changes from https://github.com/docker/app.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress https://github.com/docker/app.git +refs/pull/598/head:refs/remotes/origin/PR-598
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8c5c7b360d98b89d2e2d7b235adf712842bc1269
fc2529ce2b56: Verifying Checksum
fc2529ce2b56: Download complete
Commit message: "MOVED FOSSA_API_KEY to use as credentials instead of in environment block"
[Pipeline] ansiColor
[Pipeline] {
[Pipeline] sh
+ make -f docker.Makefile save-invocation-image
docker build -f Dockerfile.invocation-image --build-arg=EXPERIMENTAL=off --build-arg=TAG=jenkins-app-PR-598-4 --build-arg=COMMIT=8c5c7b3 --build-arg=ALPINE_VERSION=3.10.0 --target=invocation -t docker/cnab-app-base:jenkins-app-PR-598-4 .
9186bf07c4ae: Pull complete
7f1720e95b4b: Pull complete
Digest: sha256:c750d6718009f2e94cb20f56a87884f601f175d43c9418ae0fa21ea00ad6a2ff
Status: Downloaded newer image for golang:1.12.6-alpine3.10
 ---> 4e4b7a8b9495
Step 4/8 : RUN apk add --no-cache     curl     git     make     coreutils
 ---> Running in 0f7bccd550a6
5b77a9aeb53a: Verifying Checksum
5b77a9aeb53a: Download complete
fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
0f5c4bd299cb: Verifying Checksum
0f5c4bd299cb: Download complete
6f2f362378c5: Pull complete
494c27a8a6b8: Pull complete
fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
(1/10) Installing libacl (2.2.52-r6)
(2/10) Installing libattr (2.4.48-r0)
(3/10) Installing coreutils (8.31-r0)
(4/10) Installing nghttp2-libs (1.39.2-r0)
(5/10) Installing libcurl (7.65.1-r0)
(6/10) Installing curl (7.65.1-r0)
(7/10) Installing expat (2.2.7-r0)
(8/10) Installing pcre2 (10.33-r0)
(9/10) Installing git (2.22.0-r0)
(10/10) Installing make (4.2.1-r2)
Executing busybox-1.30.1-r2.trigger
OK: 22 MiB in 25 packages
7596bb83081b: Pull complete
Removing intermediate container 0f7bccd550a6
 ---> 7cc027d7295d
Step 5/8 : RUN GO111MODULE=on go get     github.com/golangci/golangci-lint/cmd/golangci-lint@v1.16.0     && rm -rf /go/src/* /go/pkg/*
Sending build context to Docker daemon  79.34MB

Step 1/14 : ARG ALPINE_VERSION=3.10.0
Step 2/14 : FROM dockercore/golang-cross:1.12.6@sha256:5f4272cb7723c6f28e76abfd8b59e46d8f7264b0cf2d000ff49aee1d0577e7d0 AS build
sha256:5f4272cb7723c6f28e76abfd8b59e46d8f7264b0cf2d000ff49aee1d0577e7d0: Pulling from dockercore/golang-cross
6f2f362378c5: Pulling fs layer
494c27a8a6b8: Pulling fs layer
7596bb83081b: Pulling fs layer
372744b62d49: Pulling fs layer
0658c6765517: Pulling fs layer
fc2529ce2b56: Pulling fs layer
c9a1ca7e4a49: Pulling fs layer
9cb007b625e0: Pulling fs layer
5b77a9aeb53a: Pulling fs layer
df909c395891: Pulling fs layer
0f5c4bd299cb: Pulling fs layer
372744b62d49: Waiting
0658c6765517: Waiting
fc2529ce2b56: Waiting
c9a1ca7e4a49: Waiting
9cb007b625e0: Waiting
5b77a9aeb53a: Waiting
df909c395891: Waiting
0f5c4bd299cb: Waiting
 ---> Running in 6f1430c732fd
7596bb83081b: Verifying Checksum
7596bb83081b: Download complete
494c27a8a6b8: Verifying Checksum
494c27a8a6b8: Download complete
go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.16.0
go: finding github.com/golangci/golangci-lint/cmd v1.16.0
go: finding github.com/golangci/golangci-lint v1.16.0
6f2f362378c5: Verifying Checksum
6f2f362378c5: Download complete
372744b62d49: Verifying Checksum
372744b62d49: Download complete
c9a1ca7e4a49: Verifying Checksum
c9a1ca7e4a49: Download complete
9cb007b625e0: Verifying Checksum
9cb007b625e0: Download complete
go: downloading github.com/golangci/golangci-lint v1.16.0
0658c6765517: Verifying Checksum
0658c6765517: Download complete
df909c395891: Verifying Checksum
df909c395891: Download complete
go: extracting github.com/golangci/golangci-lint v1.16.0
go: finding github.com/sirupsen/logrus v1.0.5
go: finding github.com/golangci/gosec v0.0.0-20180901114220-66fb7fc33547
go: finding github.com/go-critic/go-critic v0.0.0-20181204210945-ee9bf5809ead
go: finding github.com/inconshreveable/mousetrap v1.0.0
go: finding github.com/magiconair/properties v1.7.6
go: finding github.com/spf13/cobra v0.0.2
go: finding github.com/golang/mock v1.1.1
go: finding github.com/mitchellh/mapstructure v0.0.0-20180220230111-00c29f56e238
go: finding github.com/mattn/go-colorable v0.0.9
372744b62d49: Pull complete
go: finding golang.org/x/tools v0.0.0-20190314010720-f0bfdbff1f9c
go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
go: finding github.com/spf13/jwalterweatherman v0.0.0-20180109140146-7c0cea34c8ec
go: finding github.com/pkg/errors v0.8.0
go: finding golang.org/x/net v0.0.0-20190313220215-9f648a60d977
go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
go: finding github.com/ryanuber/go-glob v0.0.0-20170128012129-256dc444b735
go: finding mvdan.cc/unparam v0.0.0-20190124213536-fbb59629db34
go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
go: finding github.com/go-lintpack/lintpack v0.5.2
go: finding golang.org/x/net v0.0.0-20170915142106-8351a756f30f
go: finding golang.org/x/tools v0.0.0-20181205014116-22934f0fdb62
go: finding github.com/gobwas/glob v0.2.3
go: finding github.com/spf13/viper v1.0.2
go: finding github.com/go-toolsmith/astp v0.0.0-20180903215135-0af7e3c24f30
go: finding github.com/spf13/cast v1.2.0
go: finding github.com/go-toolsmith/astfmt v0.0.0-20180903215011-8f8ee99c3086
go: finding github.com/rogpeppe/go-internal v1.1.0
fc2529ce2b56: Download complete
0658c6765517: Pull complete
go: finding github.com/mattn/goveralls v0.0.2
go: finding github.com/golangci/go-tools v0.0.0-20180109140146-af6baa5dc196
go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9
go: finding github.com/shirou/gopsutil v0.0.0-20180427012116-c95755e4bcd7
go: finding github.com/davecgh/go-spew v1.1.1
go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
5b77a9aeb53a: Verifying Checksum
5b77a9aeb53a: Download complete
go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
go: finding github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4
go: finding github.com/kr/pretty v0.1.0
go: finding gopkg.in/errgo.v2 v2.1.0
go: finding golang.org/x/tools v0.0.0-20181117154741-2ddaf7f79a09
go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2
go: finding github.com/golangci/ineffassign v0.0.0-20180808204949-2ee8f2867dde
go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
go: finding github.com/go-toolsmith/typep v0.0.0-20181030061450-d63dc7650676
go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
go: finding sourcegraph.com/sourcegraph/go-diff v0.5.1-0.20190210232911-dee78e514455
go: finding github.com/hashicorp/hcl v0.0.0-20180404174102-ef8a98b0bbce
go: finding github.com/google/go-cmp v0.2.0
go: finding github.com/fatih/color v1.6.0
go: finding github.com/go-toolsmith/astcast v0.0.0-20181028201508-b7a89ed70af1
go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20171102151520-eafdab6b0663
go: finding gopkg.in/yaml.v2 v2.2.1
go: finding github.com/mozilla/tls-observatory v0.0.0-20180409132520-8791a200eb40
go: finding github.com/OpenPeeDeeP/depguard v0.0.0-20180806142446-a69c782687b2
go: finding golang.org/x/crypto v0.0.0-20190313024323-a1f597ede03a
go: finding golang.org/x/sys v0.0.0-20171026204733-164713f0dfce
0f5c4bd299cb: Verifying Checksum
0f5c4bd299cb: Download complete
go: finding github.com/spf13/pflag v1.0.1
go: finding github.com/BurntSushi/toml v0.3.1
6f2f362378c5: Pull complete
go: finding github.com/golangci/gofmt v0.0.0-20181105071733-0b8337e80d98
494c27a8a6b8: Pull complete
go: finding github.com/mattn/go-isatty v0.0.3
7596bb83081b: Pull complete
go: finding gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7
go: finding github.com/golangci/errcheck v0.0.0-20181003203344-ef45e06d44b6
go: finding golang.org/x/sys v0.0.0-20190312061237-fead79001313
go: finding github.com/gogo/protobuf v1.1.1
go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
fc2529ce2b56: Pull complete
c9a1ca7e4a49: Pull complete
9cb007b625e0: Pull complete
go: finding golang.org/x/tools v0.0.0-20170915040203-e531a2a1c15f
go: finding github.com/pmezard/go-difflib v1.0.0
go: finding github.com/pelletier/go-toml v1.1.0
go: finding github.com/go-toolsmith/astcopy v0.0.0-20180903214859-79b422d080c4
go: finding github.com/kisielk/gotool v1.0.0
go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
go: finding github.com/stretchr/testify v1.2.2
go: finding golang.org/x/tools v0.0.0-20190121143147-24cd39ecf745
go: finding github.com/go-toolsmith/pkgload v0.0.0-20181119091011-e9e65178eee8
go: finding github.com/shurcooL/go-goon v0.0.0-20170922171312-37c2f522c041
go: finding github.com/spf13/afero v1.1.0
go: finding golang.org/x/text v0.3.0
go: finding github.com/onsi/ginkgo v0.0.0-20170829012221-11459a886d9c
372744b62d49: Pull complete
go: finding golang.org/x/net v0.0.0-20190311183353-d8887717615a
go: finding github.com/golangci/lint-1 v0.0.0-20180610141402-4bf9709227d1
go: finding github.com/go-toolsmith/strparse v0.0.0-20180903215201-830b6daa1241
go: finding github.com/onsi/gomega v1.4.2
go: finding github.com/go-toolsmith/astequal v0.0.0-20180903214952-dcb477bfacd6
go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
go: finding github.com/onsi/gomega v0.0.0-20170829124025-dcabb60a477c
go: finding github.com/onsi/ginkgo v1.6.0
go: finding github.com/fsnotify/fsnotify v1.4.7
go: finding github.com/kr/text v0.1.0
go: finding github.com/golang/protobuf v1.2.0
go: finding github.com/shurcooL/go v0.0.0-20180423040247-9e1955d9fb6e
go: finding golang.org/x/tools v0.0.0-20180221164845-07fd8470d635
go: finding github.com/mitchellh/go-ps v0.0.0-20170309133038-4fdf99ab2936
go: finding golang.org/x/net v0.0.0-20180906233101-161cd47e91fd
go: finding github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6
go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
go: finding github.com/kisielk/gotool v0.0.0-20161130080628-0de1eaf82fa3
go: finding golang.org/x/text v0.0.0-20170915090833-1cbadb444a80
go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20160627004424-a22cb81b2ecd
go: finding github.com/go-ole/go-ole v1.2.1
go: finding gopkg.in/fsnotify.v1 v1.4.7
go: finding github.com/logrusorgru/aurora v0.0.0-20181002194514-a7b3b318ed4e
go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
go: finding github.com/kr/pty v1.1.1
go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
go: finding github.com/hpcloud/tail v1.0.0
go: finding github.com/mitchellh/go-homedir v1.0.0
0658c6765517: Pull complete
go: downloading github.com/spf13/cobra v0.0.2
go: downloading github.com/sirupsen/logrus v1.0.5
go: downloading github.com/spf13/viper v1.0.2
go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
go: downloading golang.org/x/tools v0.0.0-20190314010720-f0bfdbff1f9c
go: downloading github.com/golangci/ineffassign v0.0.0-20180808204949-2ee8f2867dde
go: downloading github.com/go-lintpack/lintpack v0.5.2
go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
go: extracting github.com/golangci/ineffassign v0.0.0-20180808204949-2ee8f2867dde
go: downloading github.com/mattn/go-colorable v0.0.9
go: extracting github.com/mattn/go-colorable v0.0.9
go: downloading github.com/golangci/errcheck v0.0.0-20181003203344-ef45e06d44b6
go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
go: extracting github.com/sirupsen/logrus v1.0.5
go: extracting github.com/golangci/errcheck v0.0.0-20181003203344-ef45e06d44b6
go: extracting github.com/spf13/viper v1.0.2
go: downloading sourcegraph.com/sourcegraph/go-diff v0.5.1-0.20190210232911-dee78e514455
go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
go: downloading github.com/golangci/gosec v0.0.0-20180901114220-66fb7fc33547
go: downloading github.com/golangci/lint-1 v0.0.0-20180610141402-4bf9709227d1
go: downloading github.com/fsnotify/fsnotify v1.4.7
go: extracting github.com/go-lintpack/lintpack v0.5.2
go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
go: extracting github.com/golangci/lint-1 v0.0.0-20180610141402-4bf9709227d1
go: extracting sourcegraph.com/sourcegraph/go-diff v0.5.1-0.20190210232911-dee78e514455
go: extracting github.com/spf13/cobra v0.0.2
go: extracting github.com/golangci/gosec v0.0.0-20180901114220-66fb7fc33547
go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
go: extracting github.com/fsnotify/fsnotify v1.4.7
go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
go: downloading github.com/spf13/cast v1.2.0
go: extracting github.com/spf13/cast v1.2.0
go: downloading github.com/spf13/afero v1.1.0
go: extracting github.com/spf13/afero v1.1.0
go: downloading github.com/golangci/go-tools v0.0.0-20180109140146-af6baa5dc196
go: extracting github.com/golangci/go-tools v0.0.0-20180109140146-af6baa5dc196
go: extracting golang.org/x/tools v0.0.0-20190314010720-f0bfdbff1f9c
go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
go: downloading golang.org/x/sys v0.0.0-20190312061237-fead79001313
go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
go: downloading github.com/spf13/pflag v1.0.1
go: downloading github.com/OpenPeeDeeP/depguard v0.0.0-20180806142446-a69c782687b2
go: downloading golang.org/x/text v0.3.0
go: downloading github.com/mattn/go-isatty v0.0.3
go: downloading github.com/golang/mock v1.1.1
go: downloading mvdan.cc/unparam v0.0.0-20190124213536-fbb59629db34
go: downloading github.com/mitchellh/go-homedir v1.0.0
go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
go: downloading github.com/magiconair/properties v1.7.6
go: extracting github.com/mitchellh/go-homedir v1.0.0
go: downloading github.com/go-critic/go-critic v0.0.0-20181204210945-ee9bf5809ead
go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
go: extracting mvdan.cc/unparam v0.0.0-20190124213536-fbb59629db34
go: extracting github.com/golang/mock v1.1.1
go: downloading github.com/hashicorp/hcl v0.0.0-20180404174102-ef8a98b0bbce
go: extracting github.com/OpenPeeDeeP/depguard v0.0.0-20180806142446-a69c782687b2
go: downloading github.com/gogo/protobuf v1.1.1
go: extracting github.com/mattn/go-isatty v0.0.3
go: downloading github.com/fatih/color v1.6.0
go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
go: extracting github.com/spf13/pflag v1.0.1
go: downloading github.com/pkg/errors v0.8.0
go: extracting github.com/magiconair/properties v1.7.6
go: downloading github.com/mitchellh/mapstructure v0.0.0-20180220230111-00c29f56e238
go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
go: downloading github.com/golangci/gofmt v0.0.0-20181105071733-0b8337e80d98
go: extracting github.com/go-critic/go-critic v0.0.0-20181204210945-ee9bf5809ead
go: extracting github.com/pkg/errors v0.8.0
go: downloading github.com/go-toolsmith/astcopy v0.0.0-20180903214859-79b422d080c4
go: extracting github.com/mitchellh/mapstructure v0.0.0-20180220230111-00c29f56e238
go: downloading github.com/gobwas/glob v0.2.3
go: extracting github.com/golangci/gofmt v0.0.0-20181105071733-0b8337e80d98
go: extracting github.com/go-toolsmith/astcopy v0.0.0-20180903214859-79b422d080c4
go: extracting github.com/hashicorp/hcl v0.0.0-20180404174102-ef8a98b0bbce
go: downloading github.com/go-toolsmith/astp v0.0.0-20180903215135-0af7e3c24f30
go: downloading github.com/pelletier/go-toml v1.1.0
go: extracting github.com/go-toolsmith/astp v0.0.0-20180903215135-0af7e3c24f30
go: downloading github.com/go-toolsmith/typep v0.0.0-20181030061450-d63dc7650676
go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
go: downloading github.com/go-toolsmith/astfmt v0.0.0-20180903215011-8f8ee99c3086
go: extracting github.com/go-toolsmith/typep v0.0.0-20181030061450-d63dc7650676
go: downloading github.com/go-toolsmith/strparse v0.0.0-20180903215201-830b6daa1241
go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
go: downloading gopkg.in/yaml.v2 v2.2.1
go: extracting github.com/go-toolsmith/strparse v0.0.0-20180903215201-830b6daa1241
go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
go: extracting github.com/gobwas/glob v0.2.3
go: downloading github.com/BurntSushi/toml v0.3.1
go: extracting github.com/pelletier/go-toml v1.1.0
go: extracting github.com/go-toolsmith/astfmt v0.0.0-20180903215011-8f8ee99c3086
go: downloading github.com/spf13/jwalterweatherman v0.0.0-20180109140146-7c0cea34c8ec
go: downloading golang.org/x/crypto v0.0.0-20190313024323-a1f597ede03a
go: extracting gopkg.in/yaml.v2 v2.2.1
go: extracting github.com/spf13/jwalterweatherman v0.0.0-20180109140146-7c0cea34c8ec
go: downloading github.com/go-toolsmith/astcast v0.0.0-20181028201508-b7a89ed70af1
go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
go: extracting github.com/BurntSushi/toml v0.3.1
go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
go: downloading golang.org/x/net v0.0.0-20190313220215-9f648a60d977
go: extracting github.com/go-toolsmith/astcast v0.0.0-20181028201508-b7a89ed70af1
go: downloading github.com/go-toolsmith/astequal v0.0.0-20180903214952-dcb477bfacd6
go: extracting github.com/go-toolsmith/astequal v0.0.0-20180903214952-dcb477bfacd6
go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20171102151520-eafdab6b0663
go: extracting github.com/fatih/color v1.6.0
go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
5b77a9aeb53a: Pull complete
df909c395891: Pull complete
go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
go: downloading github.com/kisielk/gotool v1.0.0
go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
go: extracting github.com/kisielk/gotool v1.0.0
go: extracting golang.org/x/sys v0.0.0-20190312061237-fead79001313
go: extracting golang.org/x/crypto v0.0.0-20190313024323-a1f597ede03a
go: extracting golang.org/x/net v0.0.0-20190313220215-9f648a60d977
go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20171102151520-eafdab6b0663
go: extracting github.com/gogo/protobuf v1.1.1
fc2529ce2b56: Pull complete
c9a1ca7e4a49: Pull complete
9cb007b625e0: Pull complete
go: extracting golang.org/x/text v0.3.0
5b77a9aeb53a: Pull complete
df909c395891: Pull complete
0f5c4bd299cb: Pull complete
Digest: sha256:5f4272cb7723c6f28e76abfd8b59e46d8f7264b0cf2d000ff49aee1d0577e7d0
Status: Downloaded newer image for dockercore/golang-cross:1.12.6@sha256:5f4272cb7723c6f28e76abfd8b59e46d8f7264b0cf2d000ff49aee1d0577e7d0
 ---> 7fa659e5fa69
Step 2/7 : ENV     DISABLE_WARN_OUTSIDE_CONTAINER=1
 ---> Running in d7eb878d1062
Removing intermediate container d7eb878d1062
 ---> ac5a7db85966
Step 3/7 : RUN apt-get install -y -q --no-install-recommends     coreutils     util-linux     uuid-runtime
 ---> Running in 2343d35bee38
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 0 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)
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 ... 24387 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 2343d35bee38
 ---> 09eaa079587b
Step 4/7 : WORKDIR /go/src/github.com/docker/cli
 ---> Running in 08ccb3ac9d75
Removing intermediate container 08ccb3ac9d75
 ---> 3c725630726e
Step 5/7 : RUN git clone https://github.com/docker/cli . && git checkout a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb
 ---> Running in ab568c9ac1c8
Cloning into '.'...
Note: checking out 'a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb'.

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

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

  git checkout -b <new-branch-name>

HEAD is now at a1b83ffd... Merge pull request #1894 from thaJeztah/19.03_backport_reduce_vendoring_impact
Removing intermediate container ab568c9ac1c8
 ---> 51b1eaee0598
Step 6/7 : RUN make binary-osx binary-windows binary &&  cp build/docker-linux-amd64 /usr/bin/docker
 ---> Running in 5d915c8844e3
./scripts/build/osx
Building build/docker-darwin-amd64
Removing intermediate container 6f1430c732fd
 ---> 9592de2d57c1
Step 6/8 : WORKDIR /go/src/github.com/docker/app
 ---> Running in f4792ec6b274
Removing intermediate container f4792ec6b274
 ---> 3b833b3abb5e
Step 7/8 : ENV CGO_ENABLED=0
 ---> Running in 5ae68fe1e34d
Removing intermediate container 5ae68fe1e34d
 ---> d844c2563880
Step 8/8 : COPY . .
 ---> 52d7c4a55a8e
Successfully built 52d7c4a55a8e
Successfully tagged docker-app-lint:jenkins-app-PR-598-4
docker run --rm docker-app-lint:jenkins-app-PR-598-4 make lint
Linting...
0f5c4bd299cb: Pull complete
Digest: sha256:5f4272cb7723c6f28e76abfd8b59e46d8f7264b0cf2d000ff49aee1d0577e7d0
Status: Downloaded newer image for dockercore/golang-cross:1.12.6@sha256:5f4272cb7723c6f28e76abfd8b59e46d8f7264b0cf2d000ff49aee1d0577e7d0
 ---> 7fa659e5fa69
Step 3/14 : RUN apt-get install -y -q --no-install-recommends     coreutils     util-linux     uuid-runtime
 ---> Running in 9c66545e374e
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 0 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.0 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 ... 24387 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 9c66545e374e
 ---> 103f1a7ef715
Step 4/14 : WORKDIR /go/src/github.com/docker/app/
 ---> Running in 9f9c3b688649
Removing intermediate container 9f9c3b688649
 ---> 39263f507291
Step 5/14 : COPY . .
 ---> ffc2bc4bd9fe
Step 6/14 : ARG EXPERIMENTAL="off"
 ---> Running in 1ae57937c21b
Removing intermediate container 1ae57937c21b
 ---> 43380c813db5
Step 7/14 : ARG TAG="unknown"
 ---> Running in 5c7c849da258
Removing intermediate container 5c7c849da258
 ---> 98a03eb84a54
Step 8/14 : RUN make EXPERIMENTAL=${EXPERIMENTAL} BUILD_TAG=${BUILD_TAG} TAG=${TAG} bin/cnab-run
 ---> Running in 237fa1afe873
CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=8c5c7b36 -X github.com/docker/app/internal.Version=jenkins-app-PR-598-4 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-12T19:36:49Z" -o bin/cnab-run ./cmd/cnab-run
[Pipeline] sh
+ make -f docker.Makefile check-vendor
docker build --build-arg=EXPERIMENTAL=off --build-arg=TAG=jenkins-app-PR-598-4 --build-arg=COMMIT=8c5c7b3 --build-arg=ALPINE_VERSION=3.10.0 --target=dev -t docker-app-dev:jenkins-app-PR-598-4 .
Sending build context to Docker daemon  79.34MB

Step 1/16 : FROM dockercore/golang-cross:1.12.6@sha256:5f4272cb7723c6f28e76abfd8b59e46d8f7264b0cf2d000ff49aee1d0577e7d0 AS build
sha256:5f4272cb7723c6f28e76abfd8b59e46d8f7264b0cf2d000ff49aee1d0577e7d0: Pulling from dockercore/golang-cross
6f2f362378c5: Pulling fs layer
494c27a8a6b8: Pulling fs layer
7596bb83081b: Pulling fs layer
372744b62d49: Pulling fs layer
0658c6765517: Pulling fs layer
fc2529ce2b56: Pulling fs layer
c9a1ca7e4a49: Pulling fs layer
9cb007b625e0: Pulling fs layer
5b77a9aeb53a: Pulling fs layer
df909c395891: Pulling fs layer
0f5c4bd299cb: Pulling fs layer
c9a1ca7e4a49: Waiting
9cb007b625e0: Waiting
5b77a9aeb53a: Waiting
df909c395891: Waiting
0f5c4bd299cb: Waiting
372744b62d49: Waiting
fc2529ce2b56: Waiting
0658c6765517: Waiting
7596bb83081b: Verifying Checksum
7596bb83081b: Download complete
494c27a8a6b8: Verifying Checksum
494c27a8a6b8: Download complete
6f2f362378c5: Verifying Checksum
6f2f362378c5: Download complete
372744b62d49: Verifying Checksum
372744b62d49: Download complete
0658c6765517: Verifying Checksum
0658c6765517: Download complete
c9a1ca7e4a49: Verifying Checksum
c9a1ca7e4a49: Download complete
9cb007b625e0: Verifying Checksum
9cb007b625e0: Download complete
df909c395891: Verifying Checksum
df909c395891: Download complete
fc2529ce2b56: Verifying Checksum
fc2529ce2b56: Download complete
5b77a9aeb53a: Verifying Checksum
5b77a9aeb53a: Download complete
0f5c4bd299cb: Verifying Checksum
0f5c4bd299cb: Download complete
6f2f362378c5: Pull complete
494c27a8a6b8: Pull complete
7596bb83081b: Pull complete
372744b62d49: Pull complete
0658c6765517: Pull complete
fc2529ce2b56: Pull complete
c9a1ca7e4a49: Pull complete
9cb007b625e0: Pull complete
5b77a9aeb53a: Pull complete
df909c395891: Pull complete
0f5c4bd299cb: Pull complete
Digest: sha256:5f4272cb7723c6f28e76abfd8b59e46d8f7264b0cf2d000ff49aee1d0577e7d0
Status: Downloaded newer image for dockercore/golang-cross:1.12.6@sha256:5f4272cb7723c6f28e76abfd8b59e46d8f7264b0cf2d000ff49aee1d0577e7d0
 ---> 7fa659e5fa69
Step 2/16 : ENV     DISABLE_WARN_OUTSIDE_CONTAINER=1
 ---> Running in dbf5c95611b6
Removing intermediate container dbf5c95611b6
 ---> a15a397fd66c
Step 3/16 : RUN apt-get install -y -q --no-install-recommends     coreutils     util-linux     uuid-runtime
 ---> Running in 3cd8fa9c3299
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 0 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.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 ... 24387 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 3cd8fa9c3299
 ---> 2877e3ad5a8b
Step 4/16 : WORKDIR /go/src/github.com/docker/cli
 ---> Running in 54450c771e2d
Removing intermediate container 54450c771e2d
 ---> 16f8056df108
Step 5/16 : RUN git clone https://github.com/docker/cli . && git checkout a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb
 ---> Running in 1c8e644a57f8
Cloning into '.'...
Note: checking out 'a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb'.

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

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

  git checkout -b <new-branch-name>

HEAD is now at a1b83ffd... Merge pull request #1894 from thaJeztah/19.03_backport_reduce_vendoring_impact
Removing intermediate container 1c8e644a57f8
 ---> a3ade57ec558
Step 6/16 : RUN make binary-osx binary-windows binary &&  cp build/docker-linux-amd64 /usr/bin/docker
 ---> Running in 87c151a294f2
./scripts/build/osx
Building build/docker-darwin-amd64
Removing intermediate container 237fa1afe873
 ---> e8cb9eadec1f
Step 9/14 : FROM alpine:${ALPINE_VERSION} as invocation
3.10.0: Pulling from library/alpine
921b31ab772b: Pulling fs layer
921b31ab772b: Verifying Checksum
921b31ab772b: Download complete
921b31ab772b: Pull complete
Digest: sha256:ca1c944a4f8486a153024d9965aafbe24f5723c1d5c02f4964c045a16d19dc54
Status: Downloaded newer image for alpine:3.10.0
 ---> 4d90542f0623
Step 10/14 : RUN apk add --no-cache ca-certificates && adduser -S cnab
 ---> Running in 1c7ac49e1274
fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
(1/1) Installing ca-certificates (20190108-r0)
Executing busybox-1.30.1-r2.trigger
Executing ca-certificates-20190108-r0.trigger
OK: 6 MiB in 15 packages
Removing intermediate container 1c7ac49e1274
 ---> 8ba8f0c88049
Step 11/14 : USER cnab
 ---> Running in a06c9dfa1f8c
Removing intermediate container a06c9dfa1f8c
 ---> a3ce76d8515c
Step 12/14 : COPY --from=build /go/src/github.com/docker/app/bin/cnab-run /cnab/app/run
 ---> 7f67acf2e574
Step 13/14 : WORKDIR /cnab/app
 ---> Running in bc1ffdfd8fe8
Removing intermediate container bc1ffdfd8fe8
 ---> 4ecce363bb58
Step 14/14 : CMD /cnab/app/run
 ---> Running in 589eebb78065
Removing intermediate container 589eebb78065
 ---> 10f1c1093dfb
[Warning] One or more build-args [COMMIT] were not consumed
Successfully built 10f1c1093dfb
Successfully tagged docker/cnab-app-base:jenkins-app-PR-598-4
docker save docker/cnab-app-base:jenkins-app-PR-598-4 -o _build/invocation-image.tar
[Pipeline] sh
+ make -f docker.Makefile INVOCATION_IMAGE_TAG=jenkins-app-PR-598-4-coverage OUTPUT=coverage-invocation-image.tar save-invocation-image-tag
docker tag docker/cnab-app-base:jenkins-app-PR-598-4 docker/cnab-app-base:jenkins-app-PR-598-4-coverage
docker save docker/cnab-app-base:jenkins-app-PR-598-4-coverage -o _build/coverage-invocation-image.tar
[Pipeline] sh
+ make -f docker.Makefile INVOCATION_IMAGE_TAG=jenkins-app-PR-598-4-coverage-experimental OUTPUT=coverage-experimental-invocation-image.tar save-invocation-image-tag
docker tag docker/cnab-app-base:jenkins-app-PR-598-4 docker/cnab-app-base:jenkins-app-PR-598-4-coverage-experimental
docker save docker/cnab-app-base:jenkins-app-PR-598-4-coverage-experimental -o _build/coverage-experimental-invocation-image.tar
[Pipeline] }
[Pipeline] // ansiColor
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-598/src/github.com/docker/app/_build
[Pipeline] {
[Pipeline] stash
./scripts/build/windows
Generating windows resources
Building build/docker-windows-amd64
Stashed 1 file(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-598/4/stashes/invocation-image.tgz
[Pipeline] stash
Stashed 1 file(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-598/4/stashes/coverage-invocation-image.tgz
[Pipeline] stash
Stashed 1 file(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-598/4/stashes/coverage-experimental-invocation-image.tgz
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-598/src/github.com/docker/app
[Pipeline] {
[Pipeline] sh
+ docker rmi docker/cnab-app-base:jenkins-app-PR-598-4
Untagged: docker/cnab-app-base:jenkins-app-PR-598-4
[Pipeline] sh
+ docker rmi docker/cnab-app-base:jenkins-app-PR-598-4-coverage
Untagged: docker/cnab-app-base:jenkins-app-PR-598-4-coverage
[Pipeline] sh
+ docker rmi docker/cnab-app-base:jenkins-app-PR-598-4-coverage-experimental
Untagged: docker/cnab-app-base:jenkins-app-PR-598-4-coverage-experimental
Deleted: sha256:10f1c1093dfb7fc9b033b0cf485812619ef9ad0b4b7d205bfaedd9ae46030016
Deleted: sha256:4ecce363bb589baee74cac2aa0b1975b0b3e17aeba09130c9fb53e9aa9fe5c15
Deleted: sha256:7f67acf2e5749cab01d56f2cbc93617b67b231a7a45dd8396172ce29bc660e5e
Deleted: sha256:ef2b2e7580b8e178729c7690a35d11fbe6ae3774fc3b117fdf8debc1201a160b
Deleted: sha256:a3ce76d8515cf1595d5886193ee3c45160a4b521749f21c34a20a920cb344383
Deleted: sha256:8ba8f0c8804990e819839e74370338697989d6a7976fe83e443fc9d2b5dabee3
Deleted: sha256:62df4aebf637b079c649c913f7b5f7f6fe3c72b5addaeafe38f1a549c259027f
[Pipeline] }
[Pipeline] // dir
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
./scripts/build/windows
Generating windows resources
Building build/docker-windows-amd64
WARNING: binary creates a Linux executable. Use cross for macOS or Windows.
./scripts/build/binary
Building statically linked build/docker-linux-amd64
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 5d915c8844e3
 ---> 2cb4835c3351
Step 7/7 : WORKDIR /go/src/github.com/docker/app/
 ---> Running in 97e7aaa7c488
Removing intermediate container 97e7aaa7c488
 ---> 27ff8ba7ef5c
[Warning] One or more build-args [ALPINE_VERSION COMMIT EXPERIMENTAL TAG] were not consumed
Successfully built 27ff8ba7ef5c
Successfully tagged docker-app-cli:jenkins-app-PR-598-4
docker create --name docker-app-cli-jenkins-app-PR-598-4 docker-app-cli:jenkins-app-PR-598-4 noop
695a4e833d2dd9ba8e160b9ec2085e168b4933b710c5c02c788b206be502244d
docker cp docker-app-cli-jenkins-app-PR-598-4:/go/src/github.com/docker/cli/build/docker-linux-amd64 bin/docker-linux
docker cp docker-app-cli-jenkins-app-PR-598-4:/go/src/github.com/docker/cli/build/docker-darwin-amd64 bin/docker-darwin
docker cp docker-app-cli-jenkins-app-PR-598-4:/go/src/github.com/docker/cli/build/docker-windows-amd64 bin/docker-windows.exe
docker rm docker-app-cli-jenkins-app-PR-598-4
docker-app-cli-jenkins-app-PR-598-4
docker build --build-arg=EXPERIMENTAL=off --build-arg=TAG=jenkins-app-PR-598-4 --build-arg=COMMIT=8c5c7b3 --build-arg=ALPINE_VERSION=3.10.0 --target=cross -t docker-app-cross:jenkins-app-PR-598-4  .
Sending build context to Docker daemon  79.34MB

Step 1/20 : FROM dockercore/golang-cross:1.12.6@sha256:5f4272cb7723c6f28e76abfd8b59e46d8f7264b0cf2d000ff49aee1d0577e7d0 AS build
 ---> 7fa659e5fa69
Step 2/20 : ENV     DISABLE_WARN_OUTSIDE_CONTAINER=1
 ---> Using cache
 ---> ac5a7db85966
Step 3/20 : RUN apt-get install -y -q --no-install-recommends     coreutils     util-linux     uuid-runtime
 ---> Using cache
 ---> 09eaa079587b
Step 4/20 : WORKDIR /go/src/github.com/docker/cli
 ---> Using cache
 ---> 3c725630726e
Step 5/20 : RUN git clone https://github.com/docker/cli . && git checkout a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb
 ---> Using cache
 ---> 51b1eaee0598
Step 6/20 : RUN make binary-osx binary-windows binary &&  cp build/docker-linux-amd64 /usr/bin/docker
 ---> Using cache
 ---> 2cb4835c3351
Step 7/20 : WORKDIR /go/src/github.com/docker/app/
 ---> Using cache
 ---> 27ff8ba7ef5c
Step 8/20 : FROM build AS dev
 ---> 27ff8ba7ef5c
Step 9/20 : ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/
 ---> Running in 2f1486d6526f
Removing intermediate container 2f1486d6526f
 ---> d9df077870cc
Step 10/20 : ARG DEP_VERSION=v0.5.1
 ---> Running in 0f9f8320dc97
Removing intermediate container 0f9f8320dc97
 ---> 410051d111d3
Step 11/20 : 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 6e49b372114d
  % 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   6969      0 --:--:-- --:--:-- --:--:--  7034

100 10.5M  100 10.5M    0     0  49.7M      0 --:--:-- --:--:-- --:--:-- 49.7M
Removing intermediate container 6e49b372114d
 ---> 4b76e4581dd1
Step 12/20 : ARG GOTESTSUM_VERSION=v0.3.4
 ---> Running in 360f305e2889
Removing intermediate container 360f305e2889
 ---> 780082a8a107
Step 13/20 : RUN mkdir $GOPATH/src/gotest.tools &&     git clone -q https://github.com/gotestyourself/gotestsum $GOPATH/src/gotest.tools/gotestsum &&     cd $GOPATH/src/gotest.tools/gotestsum &&     git -C $GOPATH/src/gotest.tools/gotestsum checkout -q $GOTESTSUM_VERSION &&     GO111MODULE=on GOOS=linux   go build -o /usr/local/bin/gotestsum-linux       gotest.tools/gotestsum &&     GO111MODULE=on GOOS=darwin  go build -o /usr/local/bin/gotestsum-darwin      gotest.tools/gotestsum &&     GO111MODULE=on GOOS=windows go build -o /usr/local/bin/gotestsum-windows.exe gotest.tools/gotestsum &&     ln -s gotestsum-linux /usr/local/bin/gotestsum
 ---> Running in 671be4c62b62
go: finding github.com/google/go-cmp v0.2.0
go: finding github.com/mattn/go-colorable v0.0.9
go: finding github.com/jonboulle/clockwork v0.1.0
go: finding github.com/mattn/go-isatty v0.0.3
go: finding github.com/pkg/errors v0.8.0
go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9
go: finding gotest.tools v2.1.0+incompatible
go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
go: finding github.com/onsi/gomega v1.4.3
go: finding github.com/onsi/ginkgo v1.8.0
go: finding github.com/spf13/pflag v1.0.1
go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2
go: finding github.com/fatih/color v1.6.0
go: finding github.com/sirupsen/logrus v1.0.5
go: finding golang.org/x/text v0.3.0
go: finding gopkg.in/yaml.v2 v2.2.1
go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
go: finding gopkg.in/fsnotify.v1 v1.4.7
go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
go: finding github.com/stretchr/testify v1.3.0
go: finding golang.org/x/net v0.0.0-20180906233101-161cd47e91fd
go: finding github.com/fsnotify/fsnotify v1.4.7
go: finding github.com/onsi/ginkgo v1.6.0
go: finding github.com/golang/protobuf v1.2.0
go: finding github.com/hpcloud/tail v1.0.0
go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
go: finding github.com/stretchr/objx v0.1.0
go: finding github.com/pmezard/go-difflib v1.0.0
go: finding github.com/davecgh/go-spew v1.1.0
go: downloading gotest.tools v2.1.0+incompatible
go: extracting gotest.tools v2.1.0+incompatible
go: downloading github.com/fatih/color v1.6.0
go: downloading github.com/spf13/pflag v1.0.1
go: downloading github.com/sirupsen/logrus v1.0.5
go: downloading github.com/jonboulle/clockwork v0.1.0
go: downloading github.com/pkg/errors v0.8.0
go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
go: extracting github.com/pkg/errors v0.8.0
go: extracting github.com/spf13/pflag v1.0.1
go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
go: extracting github.com/sirupsen/logrus v1.0.5
go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
go: extracting github.com/jonboulle/clockwork v0.1.0
go: extracting github.com/fatih/color v1.6.0
go: downloading github.com/mattn/go-isatty v0.0.3
go: downloading github.com/mattn/go-colorable v0.0.9
go: extracting github.com/mattn/go-colorable v0.0.9
go: extracting github.com/mattn/go-isatty v0.0.3
go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
Removing intermediate container 671be4c62b62
 ---> 7a8400651ba1
Step 14/20 : RUN GOOS=linux   go build -o /usr/local/bin/test2json-linux       cmd/test2json &&     GOOS=darwin  go build -o /usr/local/bin/test2json-darwin      cmd/test2json &&     GOOS=windows go build -o /usr/local/bin/test2json-windows.exe cmd/test2json
 ---> Running in 587c38d569b2
Removing intermediate container 587c38d569b2
 ---> 5f2e479d80bf
Step 15/20 : 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 b77d563591e6
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 b77d563591e6
 ---> fcb9ae196545
Step 16/20 : COPY . .
 ---> 189ca237b588
Step 17/20 : FROM dev AS cross
 ---> 189ca237b588
Step 18/20 : ARG EXPERIMENTAL="off"
 ---> Running in 7c5fbd2d48ec
Removing intermediate container 7c5fbd2d48ec
 ---> 992a46424fd2
Step 19/20 : ARG TAG="unknown"
 ---> Running in 3e3432dfcc11
Removing intermediate container 3e3432dfcc11
 ---> 9c2c4bb5ff86
Step 20/20 : RUN make EXPERIMENTAL=${EXPERIMENTAL} TAG=${TAG} cross
 ---> Running in 9547933f48ef
GOOS=linux CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=8c5c7b36 -X github.com/docker/app/internal.Version=jenkins-app-PR-598-4 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-12T19:41:05Z" -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=8c5c7b36 -X github.com/docker/app/internal.Version=jenkins-app-PR-598-4 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-12T19:41:05Z" -o bin/docker-app-darwin ./cmd/docker-app
Removing intermediate container 87c151a294f2
 ---> d788c80f7747
Step 7/16 : WORKDIR /go/src/github.com/docker/app/
 ---> Running in ba87c1abfcbd
Removing intermediate container ba87c1abfcbd
 ---> 3e74130e490a
Step 8/16 : FROM build AS dev
 ---> 3e74130e490a
Step 9/16 : ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/
 ---> Running in d3552b43b54f
Removing intermediate container d3552b43b54f
 ---> d114c02a550c
Step 10/16 : ARG DEP_VERSION=v0.5.1
 ---> Running in dd658e5afb28
Removing intermediate container dd658e5afb28
 ---> 8aec41396245
Step 11/16 : 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 68cfa59d5e98
  % 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   7320      0 --:--:-- --:--:-- --:--:--  7378

100 10.5M  100 10.5M    0     0  44.2M      0 --:--:-- --:--:-- --:--:-- 44.2M
Removing intermediate container 68cfa59d5e98
 ---> 17a8debd31fd
Step 12/16 : ARG GOTESTSUM_VERSION=v0.3.4
 ---> Running in f6c18ecb3515
Removing intermediate container f6c18ecb3515
 ---> 05e29e8f832c
Step 13/16 : RUN mkdir $GOPATH/src/gotest.tools &&     git clone -q https://github.com/gotestyourself/gotestsum $GOPATH/src/gotest.tools/gotestsum &&     cd $GOPATH/src/gotest.tools/gotestsum &&     git -C $GOPATH/src/gotest.tools/gotestsum checkout -q $GOTESTSUM_VERSION &&     GO111MODULE=on GOOS=linux   go build -o /usr/local/bin/gotestsum-linux       gotest.tools/gotestsum &&     GO111MODULE=on GOOS=darwin  go build -o /usr/local/bin/gotestsum-darwin      gotest.tools/gotestsum &&     GO111MODULE=on GOOS=windows go build -o /usr/local/bin/gotestsum-windows.exe gotest.tools/gotestsum &&     ln -s gotestsum-linux /usr/local/bin/gotestsum
 ---> Running in a775a6445243
go: finding github.com/fatih/color v1.6.0
go: finding github.com/spf13/pflag v1.0.1
go: finding github.com/pkg/errors v0.8.0
go: finding github.com/jonboulle/clockwork v0.1.0
go: finding github.com/stretchr/testify v1.3.0
go: finding github.com/sirupsen/logrus v1.0.5
go: finding github.com/mattn/go-isatty v0.0.3
go: finding github.com/google/go-cmp v0.2.0
go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2
go: finding github.com/mattn/go-colorable v0.0.9
go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9
go: finding github.com/davecgh/go-spew v1.1.0
go: finding github.com/pmezard/go-difflib v1.0.0
go: finding github.com/onsi/ginkgo v1.8.0
go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
go: finding github.com/stretchr/objx v0.1.0
go: finding gotest.tools v2.1.0+incompatible
go: finding github.com/onsi/gomega v1.4.3
go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
go: finding github.com/onsi/ginkgo v1.6.0
go: finding github.com/fsnotify/fsnotify v1.4.7
go: finding github.com/hpcloud/tail v1.0.0
go: finding golang.org/x/text v0.3.0
go: finding gopkg.in/fsnotify.v1 v1.4.7
go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
go: finding gopkg.in/yaml.v2 v2.2.1
go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
go: finding golang.org/x/net v0.0.0-20180906233101-161cd47e91fd
go: finding github.com/golang/protobuf v1.2.0
go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
go: downloading gotest.tools v2.1.0+incompatible
go: extracting gotest.tools v2.1.0+incompatible
go: downloading github.com/sirupsen/logrus v1.0.5
go: downloading github.com/pkg/errors v0.8.0
go: downloading github.com/fatih/color v1.6.0
go: downloading github.com/spf13/pflag v1.0.1
go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
go: downloading github.com/jonboulle/clockwork v0.1.0
go: extracting github.com/sirupsen/logrus v1.0.5
go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
go: extracting github.com/pkg/errors v0.8.0
go: extracting github.com/jonboulle/clockwork v0.1.0
go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
go: extracting github.com/spf13/pflag v1.0.1
go: extracting github.com/fatih/color v1.6.0
go: downloading github.com/mattn/go-isatty v0.0.3
go: downloading github.com/mattn/go-colorable v0.0.9
go: extracting github.com/mattn/go-isatty v0.0.3
go: extracting github.com/mattn/go-colorable v0.0.9
go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
Removing intermediate container a775a6445243
 ---> 2bcc006a66d2
Step 14/16 : RUN GOOS=linux   go build -o /usr/local/bin/test2json-linux       cmd/test2json &&     GOOS=darwin  go build -o /usr/local/bin/test2json-darwin      cmd/test2json &&     GOOS=windows go build -o /usr/local/bin/test2json-windows.exe cmd/test2json
 ---> Running in e3428ed23495
Removing intermediate container e3428ed23495
 ---> e868d8b41d1c
Step 15/16 : 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 c37f64dd2af4
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 c37f64dd2af4
 ---> 35c90af0c339
Step 16/16 : COPY . .
 ---> 65019e44dc42
[Warning] One or more build-args [ALPINE_VERSION COMMIT EXPERIMENTAL TAG] were not consumed
Successfully built 65019e44dc42
Successfully tagged docker-app-dev:jenkins-app-PR-598-4
Check Vendoring...
docker run --rm docker-app-dev:jenkins-app-PR-598-4 sh -c "make vendor && hack/check-git-diff vendor"
rm -rf vendor 1>&1
dep ensure -v 
(1/95) Wrote github.com/Masterminds/semver@v1.4.2
(2/95) Wrote github.com/mitchellh/mapstructure@v1.1.2
(3/95) Wrote github.com/miekg/pkcs11@master
(4/95) Wrote github.com/opencontainers/runtime-spec@29686dbc5559d93fb1ef402eeda3e35c38d75af4
(5/95) Wrote github.com/modern-go/reflect2@1.0.1
(6/95) Wrote github.com/morikuni/aec@master
(7/95) Wrote github.com/oklog/ulid@v1.3.1
(8/95) Wrote github.com/opencontainers/go-digest@v1.0.0-rc1
(9/95) Wrote github.com/opencontainers/runc@v1.0.0-rc7
(10/95) Wrote github.com/matttproud/golang_protobuf_extensions@v1.0.1
(11/95) Wrote github.com/Azure/go-ansiterm@master
(12/95) Wrote github.com/prometheus/client_golang@v0.8.0
(13/95) Wrote github.com/opencontainers/image-spec@v1.0.1
(14/95) Wrote github.com/modern-go/concurrent@1.0.3
(15/95) Wrote github.com/pkg/errors@v0.8.1
(16/95) Wrote github.com/prometheus/client_model@master
(17/95) Wrote github.com/prometheus/common@v0.2.0
(18/95) Wrote github.com/prometheus/procfs@master
(19/95) Wrote github.com/qri-io/jsonpointer@v0.1.0
(20/95) Wrote github.com/qri-io/jsonschema@v0.1.1
(21/95) Wrote github.com/sirupsen/logrus@v1.4.1
(22/95) Wrote github.com/spf13/cobra@v0.0.3
(23/95) Wrote github.com/syndtr/gocapability@master
(24/95) Wrote github.com/spf13/pflag@master
(25/95) Wrote github.com/xeipuuv/gojsonpointer@master
(26/95) Wrote github.com/wadey/gocovmerge@master
(27/95) Wrote github.com/xeipuuv/gojsonschema@93e72a773fade158921402d6a24c819b48aba29d
(28/95) Wrote github.com/xeipuuv/gojsonreference@master
(29/95) Wrote golang.org/x/oauth2@master
(30/95) Wrote cloud.google.com/go@v0.37.4
(31/95) Wrote golang.org/x/net@master
(32/95) Wrote golang.org/x/crypto@master
(33/95) Wrote golang.org/x/sync@master
(34/95) Wrote github.com/theupdateframework/notary@v0.6.1
(35/95) Wrote golang.org/x/time@master
(36/95) Wrote golang.org/x/sys@master
(37/95) Wrote google.golang.org/appengine@v1.5.0
(38/95) Wrote gopkg.in/yaml.v2 (from https://github.com/simonferquel/yaml)@c86e64ed9581b7588e736f0c3e6ecc02cc22996e
(39/95) Wrote gopkg.in/inf.v0@v0.9.1
(40/95) Wrote gotest.tools@v2.3.0
(41/95) Wrote golang.org/x/text@v0.3.0
(42/95) Wrote k8s.io/klog@v0.2.0
(43/95) Wrote google.golang.org/grpc@v1.19.1
(44/95) Wrote k8s.io/apimachinery@kubernetes-1.14.1
(45/95) Wrote k8s.io/utils@master
(46/95) Wrote sigs.k8s.io/yaml@v1.1.0
(47/95) Wrote github.com/docker/go-metrics@d466d4f6fd960e01820085bd7e1a24426ee7ef18
(48/95) Wrote vbom.ml/util@master
(49/95) Wrote github.com/Microsoft/go-winio@v0.4.12
(50/95) Wrote github.com/agl/ed25519@master
(51/95) Wrote github.com/beorn7/perks@master
(52/95) Wrote golang.org/x/tools@master
(53/95) Wrote github.com/containerd/cgroups@master
(54/95) Wrote google.golang.org/genproto@master
(55/95) Wrote github.com/containerd/fifo@master
(56/95) Wrote github.com/containerd/ttrpc@master
(57/95) Wrote github.com/containerd/continuity@master
(58/95) Wrote github.com/Microsoft/hcsshim@v0.8.6
(59/95) Wrote github.com/containerd/typeurl@master
GOOS=windows CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=8c5c7b36 -X github.com/docker/app/internal.Version=jenkins-app-PR-598-4 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-12T19:41:05Z" -o bin/docker-app-windows.exe ./cmd/docker-app
(60/95) Wrote k8s.io/client-go@kubernetes-1.14.1
(61/95) Wrote github.com/coreos/go-systemd@v20
(62/95) Wrote github.com/davecgh/go-spew@v1.1.1
(63/95) Wrote github.com/deislabs/cnab-go@master
(64/95) Wrote github.com/docker/docker-credential-helpers@v0.6.1
(65/95) Wrote github.com/docker/cnab-to-oci@master
(66/95) Wrote github.com/docker/go@v1.5.1-1
(67/95) Wrote github.com/docker/go-connections@v0.4.0
(68/95) Wrote github.com/docker/go-events@master
(69/95) Wrote github.com/gorilla/mux@v1.7.1
(70/95) Wrote github.com/docker/go-units@v0.3.3
(71/95) Wrote github.com/godbus/dbus@v5.0.1
(72/95) Wrote github.com/gogo/googleapis@v1.2.0
(73/95) Wrote github.com/docker/distribution@0d3efadf0154c2b8a4e7b6621fff9809655cc580
(74/95) Wrote github.com/google/go-cmp@v0.2.0
(75/95) Wrote github.com/docker/compose-on-kubernetes@v0.4.21
(76/95) Wrote github.com/globalsign/mgo@master
(77/95) Wrote github.com/google/gofuzz@v1.0.0
(78/95) Wrote github.com/google/shlex@master
(79/95) Wrote github.com/konsorten/go-windows-terminal-sequences@v1.0.2
(80/95) Wrote github.com/imdario/mergo@master
(81/95) Wrote github.com/inconshreveable/mousetrap@v1.0
(82/95) Wrote github.com/hashicorp/golang-lru@v0.5.1
(83/95) Wrote github.com/googleapis/gnostic@v0.2.0
(84/95) Wrote github.com/containerd/containerd@master
(85/95) Wrote github.com/hashicorp/go-version@v1.1.0
(86/95) Wrote github.com/json-iterator/go@v1.1.6
(87/95) Wrote github.com/golang/protobuf@v1.3.1
(88/95) Wrote github.com/mattn/go-shellwords@v1.0.5
(89/95) Wrote k8s.io/api@kubernetes-1.14.1
(90/95) Wrote github.com/docker/cli@19.03
(91/95) Wrote github.com/docker/swarmkit@18e7e58ea1a5ec016625a636d0d52500eea123bc
(92/95) Wrote github.com/coreos/etcd@v3.3.12
(93/95) Wrote github.com/gogo/protobuf@v1.2.1
(94/95) Wrote github.com/docker/docker@master
GOOS=linux CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=8c5c7b36 -X github.com/docker/app/internal.Version=jenkins-app-PR-598-4 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-12T19:41:05Z" -o bin/docker-app-standalone-linux ./cmd/docker-app-standalone
GOOS=darwin CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=8c5c7b36 -X github.com/docker/app/internal.Version=jenkins-app-PR-598-4 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-12T19:41:05Z" -o bin/docker-app-standalone-darwin ./cmd/docker-app-standalone
GOOS=windows CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=8c5c7b36 -X github.com/docker/app/internal.Version=jenkins-app-PR-598-4 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-12T19:41:05Z" -o bin/docker-app-standalone-windows.exe ./cmd/docker-app-standalone
Removing intermediate container 9547933f48ef
 ---> 1a28b725e700
[Warning] One or more build-args [COMMIT ALPINE_VERSION] were not consumed
Successfully built 1a28b725e700
Successfully tagged docker-app-cross:jenkins-app-PR-598-4
docker create --name docker-app-cross-jenkins-app-PR-598-4 docker-app-cross:jenkins-app-PR-598-4 noop
e0c63c753fb6681146ca6608cc4a9e8b05595337a20680988721c39e0915980d
docker cp docker-app-cross-jenkins-app-PR-598-4:/go/src/github.com/docker/app/bin/docker-app-linux bin/docker-app-linux
docker cp docker-app-cross-jenkins-app-PR-598-4:/go/src/github.com/docker/app/bin/docker-app-darwin bin/docker-app-darwin
docker cp docker-app-cross-jenkins-app-PR-598-4:/go/src/github.com/docker/app/bin/docker-app-windows.exe bin/docker-app-windows.exe
docker cp docker-app-cross-jenkins-app-PR-598-4:/go/src/github.com/docker/app/bin/docker-app-standalone-linux bin/docker-app-standalone-linux
docker cp docker-app-cross-jenkins-app-PR-598-4:/go/src/github.com/docker/app/bin/docker-app-standalone-darwin bin/docker-app-standalone-darwin
docker cp docker-app-cross-jenkins-app-PR-598-4:/go/src/github.com/docker/app/bin/docker-app-standalone-windows.exe bin/docker-app-standalone-windows.exe
docker rm docker-app-cross-jenkins-app-PR-598-4
docker-app-cross-jenkins-app-PR-598-4
docker build --build-arg=EXPERIMENTAL=off --build-arg=TAG=jenkins-app-PR-598-4 --build-arg=COMMIT=8c5c7b3 --build-arg=ALPINE_VERSION=3.10.0 --target=e2e-cross -t docker-app-e2e-cross:jenkins-app-PR-598-4  .
Sending build context to Docker daemon  79.34MB

Step 1/24 : FROM dockercore/golang-cross:1.12.6@sha256:5f4272cb7723c6f28e76abfd8b59e46d8f7264b0cf2d000ff49aee1d0577e7d0 AS build
 ---> 7fa659e5fa69
Step 2/24 : ENV     DISABLE_WARN_OUTSIDE_CONTAINER=1
 ---> Using cache
 ---> ac5a7db85966
Step 3/24 : RUN apt-get install -y -q --no-install-recommends     coreutils     util-linux     uuid-runtime
 ---> Using cache
 ---> 09eaa079587b
Step 4/24 : WORKDIR /go/src/github.com/docker/cli
 ---> Using cache
 ---> 3c725630726e
Step 5/24 : RUN git clone https://github.com/docker/cli . && git checkout a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb
 ---> Using cache
 ---> 51b1eaee0598
Step 6/24 : RUN make binary-osx binary-windows binary &&  cp build/docker-linux-amd64 /usr/bin/docker
 ---> Using cache
 ---> 2cb4835c3351
Step 7/24 : WORKDIR /go/src/github.com/docker/app/
 ---> Using cache
 ---> 27ff8ba7ef5c
Step 8/24 : FROM build AS dev
 ---> 27ff8ba7ef5c
Step 9/24 : ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/
 ---> Using cache
 ---> d9df077870cc
Step 10/24 : ARG DEP_VERSION=v0.5.1
 ---> Using cache
 ---> 410051d111d3
Step 11/24 : RUN curl -o /usr/bin/dep -L https://github.com/golang/dep/releases/download/${DEP_VERSION}/dep-linux-amd64 &&     chmod +x /usr/bin/dep
 ---> Using cache
 ---> 4b76e4581dd1
Step 12/24 : ARG GOTESTSUM_VERSION=v0.3.4
 ---> Using cache
 ---> 780082a8a107
Step 13/24 : RUN mkdir $GOPATH/src/gotest.tools &&     git clone -q https://github.com/gotestyourself/gotestsum $GOPATH/src/gotest.tools/gotestsum &&     cd $GOPATH/src/gotest.tools/gotestsum &&     git -C $GOPATH/src/gotest.tools/gotestsum checkout -q $GOTESTSUM_VERSION &&     GO111MODULE=on GOOS=linux   go build -o /usr/local/bin/gotestsum-linux       gotest.tools/gotestsum &&     GO111MODULE=on GOOS=darwin  go build -o /usr/local/bin/gotestsum-darwin      gotest.tools/gotestsum &&     GO111MODULE=on GOOS=windows go build -o /usr/local/bin/gotestsum-windows.exe gotest.tools/gotestsum &&     ln -s gotestsum-linux /usr/local/bin/gotestsum
 ---> Using cache
 ---> 7a8400651ba1
Step 14/24 : RUN GOOS=linux   go build -o /usr/local/bin/test2json-linux       cmd/test2json &&     GOOS=darwin  go build -o /usr/local/bin/test2json-darwin      cmd/test2json &&     GOOS=windows go build -o /usr/local/bin/test2json-windows.exe cmd/test2json
 ---> Using cache
 ---> 5f2e479d80bf
Step 15/24 : RUN go get -d gopkg.in/mjibson/esc.v0 &&     cd /go/src/github.com/mjibson/esc &&     go build -v -o /usr/bin/esc . &&     rm -rf /go/src/* /go/pkg/* /go/bin/*
 ---> Using cache
 ---> fcb9ae196545
Step 16/24 : COPY . .
 ---> Using cache
 ---> 189ca237b588
Step 17/24 : FROM dev AS cross
 ---> 189ca237b588
Step 18/24 : ARG EXPERIMENTAL="off"
 ---> Using cache
 ---> 992a46424fd2
Step 19/24 : ARG TAG="unknown"
 ---> Using cache
 ---> 9c2c4bb5ff86
Step 20/24 : RUN make EXPERIMENTAL=${EXPERIMENTAL} TAG=${TAG} cross
 ---> Using cache
 ---> 1a28b725e700
Step 21/24 : FROM cross AS e2e-cross
 ---> 1a28b725e700
Step 22/24 : ARG EXPERIMENTAL="off"
 ---> Running in 02560299de9d
Removing intermediate container 02560299de9d
 ---> ca0d7ccddd47
Step 23/24 : ARG TAG="unknown"
 ---> Running in 1d7b752dc9ab
Removing intermediate container 1d7b752dc9ab
 ---> 587185ec6941
Step 24/24 : RUN make EXPERIMENTAL=${EXPERIMENTAL} TAG=${TAG} e2e-cross
 ---> Running in 8b30022a943f
GOOS=linux CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=8c5c7b36 -X github.com/docker/app/internal.Version=jenkins-app-PR-598-4 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-12T19:43:44Z" -o bin/docker-app-linux ./cmd/docker-app
GOOS=linux CGO_ENABLED=0 go test -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=8c5c7b36 -X github.com/docker/app/internal.Version=jenkins-app-PR-598-4 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-12T19:43:44Z" -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=8c5c7b36 -X github.com/docker/app/internal.Version=jenkins-app-PR-598-4 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-12T19:43:44Z" -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=8c5c7b36 -X github.com/docker/app/internal.Version=jenkins-app-PR-598-4 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-12T19:43:44Z" -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=8c5c7b36 -X github.com/docker/app/internal.Version=jenkins-app-PR-598-4 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-12T19:43:44Z" -c -o bin/docker-app-e2e-windows.exe ./e2e/
(95/95) Wrote k8s.io/kubernetes@v1.14.1
vendor is correct
[Pipeline] }
[Pipeline] // ansiColor
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Removing intermediate container 8b30022a943f
 ---> 671eb992e9ac
[Warning] One or more build-args [ALPINE_VERSION COMMIT] were not consumed
Successfully built 671eb992e9ac
Successfully tagged docker-app-e2e-cross:jenkins-app-PR-598-4
docker create --name docker-app-e2e-cross-jenkins-app-PR-598-4 docker-app-e2e-cross:jenkins-app-PR-598-4 noop
4c5360b35548e5ca11e2254f7e94568202fc898038b621197e05690a2f345c1d
docker cp docker-app-e2e-cross-jenkins-app-PR-598-4:/go/src/github.com/docker/app/bin/docker-app-e2e-linux bin/docker-app-e2e-linux
docker cp docker-app-e2e-cross-jenkins-app-PR-598-4:/go/src/github.com/docker/app/bin/docker-app-e2e-darwin bin/docker-app-e2e-darwin
docker cp docker-app-e2e-cross-jenkins-app-PR-598-4:/go/src/github.com/docker/app/bin/docker-app-e2e-windows.exe bin/docker-app-e2e-windows.exe
docker cp docker-app-e2e-cross-jenkins-app-PR-598-4:/usr/local/bin/gotestsum-linux bin/gotestsum-linux
docker cp docker-app-e2e-cross-jenkins-app-PR-598-4:/usr/local/bin/gotestsum-darwin bin/gotestsum-darwin
docker cp docker-app-e2e-cross-jenkins-app-PR-598-4:/usr/local/bin/gotestsum-windows.exe bin/gotestsum-windows.exe
docker cp docker-app-e2e-cross-jenkins-app-PR-598-4:/usr/local/bin/test2json-linux bin/test2json-linux
docker cp docker-app-e2e-cross-jenkins-app-PR-598-4:/usr/local/bin/test2json-darwin bin/test2json-darwin
docker cp docker-app-e2e-cross-jenkins-app-PR-598-4:/usr/local/bin/test2json-windows.exe bin/test2json-windows.exe
docker rm docker-app-e2e-cross-jenkins-app-PR-598-4
docker-app-e2e-cross-jenkins-app-PR-598-4
tar --transform='flags=r;s|docker-app-linux|docker-app-plugin-linux|' -czf bin/docker-app-linux.tar.gz -C bin docker-app-linux docker-app-standalone-linux
tar czf bin/docker-app-e2e-linux.tar.gz -C bin docker-app-e2e-linux
tar --transform='flags=r;s|docker-app-darwin|docker-app-plugin-darwin|' -czf bin/docker-app-darwin.tar.gz -C bin docker-app-darwin docker-app-standalone-darwin
tar czf bin/docker-app-e2e-darwin.tar.gz -C bin docker-app-e2e-darwin
tar --transform='flags=r;s|docker-app-windows|docker-app-plugin-windows|' -czf bin/docker-app-windows.tar.gz -C bin docker-app-windows.exe docker-app-standalone-windows.exe
tar czf bin/docker-app-e2e-windows.tar.gz -C bin docker-app-e2e-windows.exe
[Pipeline] }
[Pipeline] // ansiColor
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-598/src/github.com/docker/app/bin
[Pipeline] {
[Pipeline] stash
Stashed 24 file(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-598/4/stashes/binaries.tgz
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-598/src/github.com/docker/app/e2e
[Pipeline] {
[Pipeline] stash
Stashed 60 file(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-598/4/stashes/e2e.tgz
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-598/src/github.com/docker/app/examples
[Pipeline] {
[Pipeline] stash
Stashed 25 file(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-598/4/stashes/examples.tgz
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ xargs docker image rm -f
+ docker image ls --format={{.Repository}}:{{.Tag}} *jenkins-app-PR-598-4*
Untagged: docker-app-e2e-cross:jenkins-app-PR-598-4
Deleted: sha256:671eb992e9ac42816a1fba49a3ba60a70d956c41503c0fe4fb18545df8ef8951
Deleted: sha256:49a771667cbd496a2a5e22de1c7ba3abdbf11aa6d1b7d10a4b89929f4d4c44df
Deleted: sha256:587185ec6941747441de97c5bc5c435a3afd87c22e4d76fcfab1d1fae0126b8e
Deleted: sha256:ca0d7ccddd471e347a54c9a9e34c0e22c9a8a5087086f33d4b16317a70cb662e
Untagged: docker-app-cross:jenkins-app-PR-598-4
Deleted: sha256:1a28b725e7002cb0db022019885133bb95426b05dc4f1c3287ee552cb2204708
Deleted: sha256:231e0718e5f156df652b7a4e64e411c60ff37694d1ba88c568e14a037384492e
Deleted: sha256:9c2c4bb5ff86fef7121889b9a38bd136cabc1faedef4ce42223257e4ffe5ec69
Deleted: sha256:992a46424fd2c493bd72d7a544ceafe6aa2214c3eb72c700b0a59bd933123cea
Deleted: sha256:189ca237b588f6544fb812940ef20a9f475bea54ab80a98bc4ac94b571292de6
Deleted: sha256:eecd4877a501038712ee9eceff620f2e421dd9aaade1d7924024fdda6b6a0d89
Deleted: sha256:fcb9ae1965457e43deb94c8b9774ea32f83ec5bfcb42a053ec46012a9021d480
Deleted: sha256:0d12bc0a7766fa43ad0836f31eae9c4eb7b389e2a3fc3ea8f3b55a8afe2fdfc5
Deleted: sha256:5f2e479d80bf8cda9922d2f7f9541230c001807c617e73d082ebfb6e9490df88
Deleted: sha256:f4828d9b3c48113ba08f2d09abbcc20ccb1fe4160c62f45973403d483d31cd5d
Deleted: sha256:7a8400651ba1d3db45e852f789654792dc843254c99612becb9d593596b8a3c4
Deleted: sha256:ff7f099990eada84944f9714fd7df9a7b7e6160567978e3466ad2d337ba13628
Deleted: sha256:780082a8a107e02ec134493c691acfe9ec2ad6105cb0458c0e2ba1a2767bf876
Deleted: sha256:4b76e4581dd194c4f39edfefd090706162e1f75cc11a60e5b35fc75ba06e6328
Deleted: sha256:f5b755d9044a8239937cdf4d3b2291d76cda6b65172b8537949dd407b345e8a8
Deleted: sha256:410051d111d3e444b76396df0281edecb1622476ac4a702b087c186e69683e30
Deleted: sha256:d9df077870ccd04ac9b767f3fe6b9b9e0d348db28607653485dd76856dda6cc6
Untagged: docker-app-cli:jenkins-app-PR-598-4
Deleted: sha256:27ff8ba7ef5cf48335e47465d23ba2cf81d89fe229b2e2c7818cbb54c919a750
Deleted: sha256:7cdf6be6befdbf0d3e40919970f7f96d6f863c9bde0ef28850e04bca001e4032
Deleted: sha256:2cb4835c3351171f843013a92627009a3cfeb4be4c798249dc0add661aa8d60a
Deleted: sha256:2e8870c293a65a219b452d044acffd2974fd3676e24e63ce03ab5d2af35f15e2
Deleted: sha256:51b1eaee0598964031d777f90251994f3f77963c531168777f416dc0ee2d8155
Deleted: sha256:5c6b86dbd2eed47b07579c415900d00bc8c15ccfb80858c36e17b92ff89816f9
Deleted: sha256:3c725630726e246383328a1c90143e5e7d858110cb7d85c63b21485f1628edc0
Deleted: sha256:a8ceae84d847b92ed7c0ca5bd4c85f1ce7a2347e59fab7eb87a220bd7cb9c88c
Deleted: sha256:09eaa079587bb949234ce4c63d782dd7a7fe90c3f68c73e3d7f4e5f264d72c45
Deleted: sha256:6883f604cf06c460f455ea0cad1ccc0b82e8d07b304e2d14b8b8a925ae74b666
Deleted: sha256:ac5a7db85966aec7967b83a3bad4e1e6a70748334cde48b8a92d2af94690c6cd
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test)
[Pipeline] parallel
[Pipeline] { (Branch: Coverage)
[Pipeline] { (Branch: Coverage (experimental))
[Pipeline] { (Branch: 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-0c7e354c04c37b03c) in /home/ubuntu/workspace/app_PR-598
[Pipeline] {
Running on ubuntu-1604-aufs (i-0ad213759c39c1105) in /home/ubuntu/workspace/app_PR-598
[Pipeline] {
Running on ubuntu-1604-aufs (i-091e1717d1c01c39c) in /home/ubuntu/workspace/app_PR-598
[Pipeline] {
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-598/src/github.com/docker/app
[Pipeline] {
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-598/src/github.com/docker/app
[Pipeline] {
[Pipeline] checkout
[Pipeline] checkout
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-598/src/github.com/docker/app
[Pipeline] {
using credential docker-jenkins-github-credentials
[Pipeline] checkout
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
using credential docker-jenkins-github-credentials
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/app.git
 > git init /home/ubuntu/workspace/app_PR-598/src/github.com/docker/app # timeout=10
Fetching upstream changes from https://github.com/docker/app.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress https://github.com/docker/app.git +refs/pull/598/head:refs/remotes/origin/PR-598
Cloning repository https://github.com/docker/app.git
 > git init /home/ubuntu/workspace/app_PR-598/src/github.com/docker/app # timeout=10
Fetching upstream changes from https://github.com/docker/app.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress https://github.com/docker/app.git +refs/pull/598/head:refs/remotes/origin/PR-598
Cloning repository https://github.com/docker/app.git
 > git init /home/ubuntu/workspace/app_PR-598/src/github.com/docker/app # timeout=10
Fetching upstream changes from https://github.com/docker/app.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress https://github.com/docker/app.git +refs/pull/598/head:refs/remotes/origin/PR-598
Fetching without tags
Fetching without tags
Fetching without tags
Checking out Revision 8c5c7b360d98b89d2e2d7b235adf712842bc1269 (PR-598)
Checking out Revision 8c5c7b360d98b89d2e2d7b235adf712842bc1269 (PR-598)
Checking out Revision 8c5c7b360d98b89d2e2d7b235adf712842bc1269 (PR-598)
Commit message: "MOVED FOSSA_API_KEY to use as credentials instead of in environment block"
Commit message: "MOVED FOSSA_API_KEY to use as credentials instead of in environment block"
Commit message: "MOVED FOSSA_API_KEY to use as credentials instead of in environment block"
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/598/head:refs/remotes/origin/PR-598 # timeout=10
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
Fetching upstream changes from https://github.com/docker/app.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress https://github.com/docker/app.git +refs/pull/598/head:refs/remotes/origin/PR-598
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8c5c7b360d98b89d2e2d7b235adf712842bc1269
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/598/head:refs/remotes/origin/PR-598 # timeout=10
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
Fetching upstream changes from https://github.com/docker/app.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress https://github.com/docker/app.git +refs/pull/598/head:refs/remotes/origin/PR-598
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8c5c7b360d98b89d2e2d7b235adf712842bc1269
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/598/head:refs/remotes/origin/PR-598 # timeout=10
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
Fetching upstream changes from https://github.com/docker/app.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress https://github.com/docker/app.git +refs/pull/598/head:refs/remotes/origin/PR-598
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8c5c7b360d98b89d2e2d7b235adf712842bc1269
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-598/src/github.com/docker/app/bin
[Pipeline] {
[Pipeline] unstash
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-598/src/github.com/docker/app/_build
[Pipeline] {
[Pipeline] unstash
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-598/src/github.com/docker/app/_build
[Pipeline] {
[Pipeline] unstash
Unstashed file(s) from https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-598/4/stashes/coverage-experimental-invocation-image.tgz
[Pipeline] sh
Unstashed file(s) from https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-598/4/stashes/coverage-invocation-image.tgz
[Pipeline] sh
+ docker load -i coverage-experimental-invocation-image.tar
+ docker load -i coverage-invocation-image.tar
Loaded image: docker/cnab-app-base:jenkins-app-PR-598-4-coverage-experimental
[Pipeline] }
[Pipeline] // dir
[Pipeline] ansiColor
[Pipeline] {
[Pipeline] sh
Loaded image: docker/cnab-app-base:jenkins-app-PR-598-4-coverage
[Pipeline] }
[Pipeline] // dir
[Pipeline] ansiColor
[Pipeline] {
[Pipeline] sh
+ make EXPERIMENTAL=on TEST_RESULTS_PREFIX=experimental- -f docker.Makefile TAG=jenkins-app-PR-598-4-coverage-experimental coverage-run
docker build --build-arg=EXPERIMENTAL=on --build-arg=TAG=jenkins-app-PR-598-4-coverage-experimental --build-arg=COMMIT=8c5c7b3 --build-arg=ALPINE_VERSION=3.10.0 --target=dev -t docker-app-dev:jenkins-app-PR-598-4 .
+ make -f docker.Makefile TAG=jenkins-app-PR-598-4-coverage coverage-run
docker build --build-arg=EXPERIMENTAL=off --build-arg=TAG=jenkins-app-PR-598-4-coverage --build-arg=COMMIT=8c5c7b3 --build-arg=ALPINE_VERSION=3.10.0 --target=dev -t docker-app-dev:jenkins-app-PR-598-4 .
Sending build context to Docker daemon  79.34MB

Step 1/16 : FROM dockercore/golang-cross:1.12.6@sha256:5f4272cb7723c6f28e76abfd8b59e46d8f7264b0cf2d000ff49aee1d0577e7d0 AS build
 ---> 7fa659e5fa69
Step 2/16 : ENV     DISABLE_WARN_OUTSIDE_CONTAINER=1
Sending build context to Docker daemon  79.34MB

Step 1/16 : FROM dockercore/golang-cross:1.12.6@sha256:5f4272cb7723c6f28e76abfd8b59e46d8f7264b0cf2d000ff49aee1d0577e7d0 AS build
 ---> 7fa659e5fa69
Step 2/16 : ENV     DISABLE_WARN_OUTSIDE_CONTAINER=1
 ---> Running in a82f190ce2a5
Removing intermediate container a82f190ce2a5
 ---> 91b6137f9749
Step 3/16 : RUN apt-get install -y -q --no-install-recommends     coreutils     util-linux     uuid-runtime
 ---> Running in 240d6872fd3c
Removing intermediate container 240d6872fd3c
 ---> a49a3cb726c2
Step 3/16 : RUN apt-get install -y -q --no-install-recommends     coreutils     util-linux     uuid-runtime
 ---> Running in 5d53352af6a4
 ---> Running in d23a709b4af5
Reading package lists...Reading package lists...
Building dependency tree...
Building dependency tree...
Reading state information...

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
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 0 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 ... 24387 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'.
0 upgraded, 1 newly installed, 0 to remove and 0 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.0 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 ... 24387 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 d23a709b4af5
 ---> 8fb4d3c32c47
Step 4/16 : WORKDIR /go/src/github.com/docker/cli
 ---> Running in e55095b8fdc6
Removing intermediate container 5d53352af6a4
 ---> 88983beca9f8
Step 4/16 : WORKDIR /go/src/github.com/docker/cli
 ---> Running in c270a1ee9a83
Removing intermediate container e55095b8fdc6
 ---> deb792274ba8
Step 5/16 : RUN git clone https://github.com/docker/cli . && git checkout a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb
 ---> Running in cecc80bd5be1
Removing intermediate container c270a1ee9a83
 ---> 667263d829b7
Step 5/16 : RUN git clone https://github.com/docker/cli . && git checkout a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb
 ---> Running in 7d083f1ffdfd
Cloning into '.'...
Cloning into '.'...
Unstashed file(s) from https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-598/4/stashes/binaries.tgz
[Pipeline] }
[Pipeline] // dir
[Pipeline] ansiColor
[Pipeline] {
[Pipeline] sh
Note: checking out 'a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb'.

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

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

  git checkout -b <new-branch-name>

HEAD is now at a1b83ffd... Merge pull request #1894 from thaJeztah/19.03_backport_reduce_vendoring_impact
Note: checking out 'a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb'.

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

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

  git checkout -b <new-branch-name>

HEAD is now at a1b83ffd... Merge pull request #1894 from thaJeztah/19.03_backport_reduce_vendoring_impact
+ make -f docker.Makefile gradle-test
tar cf - Dockerfile.gradle bin/docker-app-linux integrations/gradle | docker build -t docker-app-gradle:jenkins-app-PR-598-4 -f Dockerfile.gradle -
Sending build context to Docker daemon  39.18MB

Step 1/3 : FROM gradle:4.9-jdk8
4.9-jdk8: Pulling from library/gradle
Still waiting to schedule task
Waiting for next available executor on ‘ubuntu-1604-aufs-edge’
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
70fcfa476f73: Waiting
806029475e0c: Waiting
67959b355155: Waiting
365e56fcf864: Waiting
821805da50c8: Waiting
c58988e753d7: Waiting
d4eee24d4dac: Waiting
794a04897db9: Waiting
1607093a898c: Verifying Checksum
1607093a898c: Download complete
9a8ea045c926: Verifying Checksum
9a8ea045c926: Download complete
c58988e753d7: Verifying Checksum
c58988e753d7: Download complete
794a04897db9: Verifying Checksum
794a04897db9: Download complete
55cbf04beb70: Verifying Checksum
55cbf04beb70: Download complete
70fcfa476f73: Verifying Checksum
70fcfa476f73: Download complete
Removing intermediate container cecc80bd5be1
 ---> 704e55318d2b
Step 6/16 : RUN make binary-osx binary-windows binary &&  cp build/docker-linux-amd64 /usr/bin/docker
 ---> Running in 9b8dab855796
Removing intermediate container 7d083f1ffdfd
 ---> 2fbd2794f68a
Step 6/16 : RUN make binary-osx binary-windows binary &&  cp build/docker-linux-amd64 /usr/bin/docker
 ---> Running in 7c4e74d26acc
67959b355155: Verifying Checksum
67959b355155: Download complete
d4eee24d4dac: Verifying Checksum
d4eee24d4dac: Download complete
821805da50c8: Verifying Checksum
821805da50c8: Download complete
./scripts/build/osx
Building build/docker-darwin-amd64
./scripts/build/osx
Building build/docker-darwin-amd64
365e56fcf864: Verifying Checksum
365e56fcf864: Download complete
806029475e0c: Verifying Checksum
806029475e0c: Download complete
55cbf04beb70: Pull complete
1607093a898c: Pull complete
9a8ea045c926: Pull complete
d4eee24d4dac: Pull complete
c58988e753d7: Pull complete
794a04897db9: Pull complete
70fcfa476f73: 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
 ---> 36cefb514e53
Step 3/3 : COPY --chown=gradle:gradle integrations/gradle .
 ---> fcf1170b5d5f
Successfully built fcf1170b5d5f
Successfully tagged docker-app-gradle:jenkins-app-PR-598-4
docker run --rm docker-app-gradle:jenkins-app-PR-598-4 bash -c "./gradlew --stacktrace build && cd example && gradle renderIt"
Downloading https://services.gradle.org/distributions/gradle-4.7-bin.zip
.......................................................................
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'
> 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)
> Task :renderIt

BUILD SUCCESSFUL in 3s
1 actionable task: 1 executed
[Pipeline] }
[Pipeline] // ansiColor
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] deleteDir
[Pipeline] }
Running on ubuntu-1604-aufs (i-0c7e354c04c37b03c) in /home/ubuntu/workspace/app_PR-598
[Pipeline] // node
[Pipeline] {
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-598/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_PR-598/src/github.com/docker/app # timeout=10
Fetching upstream changes from https://github.com/docker/app.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress https://github.com/docker/app.git +refs/pull/598/head:refs/remotes/origin/PR-598
Fetching without tags
Checking out Revision 8c5c7b360d98b89d2e2d7b235adf712842bc1269 (PR-598)
Commit message: "MOVED FOSSA_API_KEY to use as credentials instead of in environment block"
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/598/head:refs/remotes/origin/PR-598 # timeout=10
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
Fetching upstream changes from https://github.com/docker/app.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress https://github.com/docker/app.git +refs/pull/598/head:refs/remotes/origin/PR-598
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8c5c7b360d98b89d2e2d7b235adf712842bc1269
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-598/src/github.com/docker/app/_build
[Pipeline] {
[Pipeline] unstash
Unstashed file(s) from https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-598/4/stashes/invocation-image.tgz
[Pipeline] sh
+ docker load -i invocation-image.tar
Loaded image: docker/cnab-app-base:jenkins-app-PR-598-4
[Pipeline] }
[Pipeline] // dir
[Pipeline] unstash
Unstashed file(s) from https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-598/4/stashes/binaries.tgz
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-598/src/github.com/docker/app/examples
[Pipeline] {
[Pipeline] unstash
Unstashed file(s) from https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-598/4/stashes/examples.tgz
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-598/src/github.com/docker/app/e2e
[Pipeline] {
[Pipeline] unstash
Unstashed file(s) from https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-598/4/stashes/e2e.tgz
[Pipeline] }
[Pipeline] // dir
[Pipeline] ansiColor
[Pipeline] {
[Pipeline] sh
+ ./gotestsum-linux --format short-verbose --junitfile e2e-linux.xml --raw-command -- ./test2json-linux -t -p e2e/linux ./docker-app-e2e-linux -test.v --e2e-path=e2e
PASS e2e/linux.TestBaseInvocationImageVersion/default (0.05s)
PASS e2e/linux.TestBaseInvocationImageVersion/config (0.05s)
PASS e2e/linux.TestBaseInvocationImageVersion (0.10s)
PASS e2e/linux.TestCallCustomStatusAction/validCustomDockerStatusAction (5.22s)
PASS e2e/linux.TestCallCustomStatusAction/validCustomStandardStatusAction (3.81s)
PASS e2e/linux.TestCallCustomStatusAction/missingCustomStatusAction (2.70s)
PASS e2e/linux.TestCallCustomStatusAction (11.72s)
PASS e2e/linux.TestCnabParameters (2.65s)
PASS e2e/linux.TestRender/envvariables/stdout (1.37s)
PASS e2e/linux.TestRender/envvariables/file (1.20s)
PASS e2e/linux.TestRender/envvariables (2.58s)
PASS e2e/linux.TestRender/singlefile/stdout (1.40s)
PASS e2e/linux.TestRender/singlefile/file (1.22s)
PASS e2e/linux.TestRender/singlefile (2.62s)
PASS e2e/linux.TestRender (5.20s)
PASS e2e/linux.TestRenderFormatters (2.66s)
PASS e2e/linux.TestInit (2.74s)
./scripts/build/windows
Generating windows resources
Building build/docker-windows-amd64
./scripts/build/windows
Generating windows resources
Building build/docker-windows-amd64
PASS e2e/linux.TestDetectApp (3.89s)
PASS e2e/linux.TestSplitMerge/without-crlf (2.68s)
PASS e2e/linux.TestSplitMerge/with-crlf (2.63s)
PASS e2e/linux.TestSplitMerge (5.32s)
PASS e2e/linux.TestBundle/simple-bundle (0.45s)
PASS e2e/linux.TestBundle/bundle-with-tag (0.29s)
PASS e2e/linux.TestBundle (10.53s)
PASS e2e/linux.TestDockerAppLifecycle/withBindMounts (19.95s)
PASS e2e/linux.TestDockerAppLifecycle/withoutBindMounts (18.35s)
PASS e2e/linux.TestDockerAppLifecycle (38.30s)
PASS e2e/linux.TestCredentials/missing (0.07s)
PASS e2e/linux.TestCredentials/full (1.67s)
PASS e2e/linux.TestCredentials/mixed-credstore (1.14s)
PASS e2e/linux.TestCredentials/mixed-local-cred (1.14s)
PASS e2e/linux.TestCredentials/overload (0.06s)
PASS e2e/linux.TestCredentials (4.07s)
PASS e2e/linux.TestExamplesAreValid (0.17s)
PASS e2e/linux.TestInvokePluginFromCLI (4.94s)
WARNING: binary creates a Linux executable. Use cross for macOS or Windows.
./scripts/build/binary
Building statically linked build/docker-linux-amd64
WARNING: binary creates a Linux executable. Use cross for macOS or Windows.
./scripts/build/binary
Building statically linked build/docker-linux-amd64
PASS e2e/linux.TestPushArchs/default (3.22s)
PASS e2e/linux.TestPushArchs/all-platforms (1.21s)
PASS e2e/linux.TestPushArchs (15.45s)
PASS e2e/linux.TestPushInstall (13.53s)
PASS e2e/linux.TestPushPullInstall (14.75s)
PASS e2e/linux.TestPushInstallBundle/push-bundle (4.64s)
PASS e2e/linux.TestPushInstallBundle/push-ref (1.10s)
PASS e2e/linux.TestPushInstallBundle/push-bundleref (4.06s)
PASS e2e/linux.TestPushInstallBundle (20.69s)
PASS e2e/linux

DONE 44 tests in 156.774s
time="2019-09-12T19:49:22Z" level=warning msg="failed to lookup go version for junit xml" error="exec: \"go\": executable file not found in $PATH"
[Pipeline] }
[Pipeline] // ansiColor
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] archiveArtifacts
Archiving artifacts
Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-598/4/artifacts/
[Pipeline] junit
Recording test results
[Pipeline] sh
+ docker rmi docker/cnab-app-base:jenkins-app-PR-598-4
Untagged: docker/cnab-app-base:jenkins-app-PR-598-4
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Removing intermediate container 9b8dab855796
 ---> 579abedce463
Step 7/16 : WORKDIR /go/src/github.com/docker/app/
 ---> Running in b0f2d1681c1f
Removing intermediate container b0f2d1681c1f
 ---> 14bc4ea9d84f
Step 8/16 : FROM build AS dev
 ---> 14bc4ea9d84f
Step 9/16 : ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/
 ---> Running in 5e077046a24b
Removing intermediate container 5e077046a24b
 ---> e8b280c41771
Step 10/16 : ARG DEP_VERSION=v0.5.1
 ---> Running in abaaa67d1b10
Removing intermediate container abaaa67d1b10
 ---> 15a307fc39db
Step 11/16 : 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 28e135ab17d9
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   605    0   605    0     0   7043      0 --:--:-- --:--:-- --:--:--  7034

100 10.5M  100 10.5M    0     0  49.3M      0 --:--:-- --:--:-- --:--:-- 49.3M
Removing intermediate container 28e135ab17d9
 ---> 6cc1fb146434
Step 12/16 : ARG GOTESTSUM_VERSION=v0.3.4
 ---> Running in 90c79e27b80e
Removing intermediate container 90c79e27b80e
 ---> 75f6f4406b03
Step 13/16 : RUN mkdir $GOPATH/src/gotest.tools &&     git clone -q https://github.com/gotestyourself/gotestsum $GOPATH/src/gotest.tools/gotestsum &&     cd $GOPATH/src/gotest.tools/gotestsum &&     git -C $GOPATH/src/gotest.tools/gotestsum checkout -q $GOTESTSUM_VERSION &&     GO111MODULE=on GOOS=linux   go build -o /usr/local/bin/gotestsum-linux       gotest.tools/gotestsum &&     GO111MODULE=on GOOS=darwin  go build -o /usr/local/bin/gotestsum-darwin      gotest.tools/gotestsum &&     GO111MODULE=on GOOS=windows go build -o /usr/local/bin/gotestsum-windows.exe gotest.tools/gotestsum &&     ln -s gotestsum-linux /usr/local/bin/gotestsum
 ---> Running in f4d8ed8350e4
go: finding github.com/onsi/gomega v1.4.3
go: finding github.com/jonboulle/clockwork v0.1.0
go: finding github.com/sirupsen/logrus v1.0.5
go: finding github.com/mattn/go-isatty v0.0.3
go: finding github.com/google/go-cmp v0.2.0
go: finding github.com/pkg/errors v0.8.0
go: finding github.com/onsi/ginkgo v1.8.0
go: finding github.com/spf13/pflag v1.0.1
go: finding github.com/fatih/color v1.6.0
go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2
go: finding github.com/mattn/go-colorable v0.0.9
go: finding github.com/hpcloud/tail v1.0.0
go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
go: finding github.com/golang/protobuf v1.2.0
go: finding github.com/fsnotify/fsnotify v1.4.7
go: finding github.com/stretchr/testify v1.3.0
go: finding gopkg.in/yaml.v2 v2.2.1
go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
go: finding github.com/onsi/ginkgo v1.6.0
go: finding gopkg.in/fsnotify.v1 v1.4.7
go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
go: finding golang.org/x/net v0.0.0-20180906233101-161cd47e91fd
go: finding golang.org/x/text v0.3.0
go: finding github.com/davecgh/go-spew v1.1.0
go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9
go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
go: finding gotest.tools v2.1.0+incompatible
go: finding github.com/pmezard/go-difflib v1.0.0
go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
go: finding github.com/stretchr/objx v0.1.0
go: downloading gotest.tools v2.1.0+incompatible
go: extracting gotest.tools v2.1.0+incompatible
go: downloading github.com/pkg/errors v0.8.0
go: downloading github.com/spf13/pflag v1.0.1
go: downloading github.com/jonboulle/clockwork v0.1.0
go: downloading github.com/fatih/color v1.6.0
go: downloading github.com/sirupsen/logrus v1.0.5
go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
go: extracting github.com/pkg/errors v0.8.0
go: extracting github.com/jonboulle/clockwork v0.1.0
go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
go: extracting github.com/sirupsen/logrus v1.0.5
go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
go: extracting github.com/spf13/pflag v1.0.1
go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
go: extracting github.com/fatih/color v1.6.0
go: downloading github.com/mattn/go-colorable v0.0.9
go: downloading github.com/mattn/go-isatty v0.0.3
go: extracting github.com/mattn/go-colorable v0.0.9
go: extracting github.com/mattn/go-isatty v0.0.3
go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
Removing intermediate container 7c4e74d26acc
 ---> 22f4d3f59e2e
Step 7/16 : WORKDIR /go/src/github.com/docker/app/
 ---> Running in 3e0023b3d509
Removing intermediate container 3e0023b3d509
 ---> e923d975137f
Step 8/16 : FROM build AS dev
 ---> e923d975137f
Step 9/16 : ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/
 ---> Running in 6e106d36c9d6
Removing intermediate container 6e106d36c9d6
 ---> cc82ba6ab0e7
Step 10/16 : ARG DEP_VERSION=v0.5.1
 ---> Running in 401c4f8e702a
Removing intermediate container 401c4f8e702a
 ---> 6c745e0278d4
Step 11/16 : 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 1305e08369f7
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   605    0   605    0     0   1776      0 --:--:-- --:--:-- --:--:--  1774

100 10.5M  100 10.5M    0     0  22.5M      0 --:--:-- --:--:-- --:--:-- 22.5M
Removing intermediate container 1305e08369f7
 ---> 064e197914c4
Step 12/16 : ARG GOTESTSUM_VERSION=v0.3.4
 ---> Running in 24f9da76dfb1
Removing intermediate container 24f9da76dfb1
 ---> 08c53fbad348
Step 13/16 : RUN mkdir $GOPATH/src/gotest.tools &&     git clone -q https://github.com/gotestyourself/gotestsum $GOPATH/src/gotest.tools/gotestsum &&     cd $GOPATH/src/gotest.tools/gotestsum &&     git -C $GOPATH/src/gotest.tools/gotestsum checkout -q $GOTESTSUM_VERSION &&     GO111MODULE=on GOOS=linux   go build -o /usr/local/bin/gotestsum-linux       gotest.tools/gotestsum &&     GO111MODULE=on GOOS=darwin  go build -o /usr/local/bin/gotestsum-darwin      gotest.tools/gotestsum &&     GO111MODULE=on GOOS=windows go build -o /usr/local/bin/gotestsum-windows.exe gotest.tools/gotestsum &&     ln -s gotestsum-linux /usr/local/bin/gotestsum
 ---> Running in d91537f42809
go: finding github.com/google/go-cmp v0.2.0
go: finding github.com/mattn/go-isatty v0.0.3
go: finding github.com/stretchr/testify v1.3.0
go: finding github.com/jonboulle/clockwork v0.1.0
go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9
go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2
go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
go: finding gotest.tools v2.1.0+incompatible
go: finding github.com/onsi/gomega v1.4.3
go: finding github.com/onsi/ginkgo v1.8.0
go: finding github.com/spf13/pflag v1.0.1
go: finding github.com/mattn/go-colorable v0.0.9
go: finding github.com/fatih/color v1.6.0
go: finding github.com/onsi/ginkgo v1.6.0
go: finding github.com/golang/protobuf v1.2.0
go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
go: finding github.com/hpcloud/tail v1.0.0
go: finding github.com/fsnotify/fsnotify v1.4.7
go: finding gopkg.in/yaml.v2 v2.2.1
go: finding golang.org/x/text v0.3.0
go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
go: finding github.com/pmezard/go-difflib v1.0.0
go: finding golang.org/x/net v0.0.0-20180906233101-161cd47e91fd
go: finding github.com/pkg/errors v0.8.0
go: finding github.com/stretchr/objx v0.1.0
go: finding gopkg.in/fsnotify.v1 v1.4.7
go: finding github.com/davecgh/go-spew v1.1.0
go: finding github.com/sirupsen/logrus v1.0.5
go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
go: downloading gotest.tools v2.1.0+incompatible
go: extracting gotest.tools v2.1.0+incompatible
go: downloading github.com/fatih/color v1.6.0
go: downloading github.com/jonboulle/clockwork v0.1.0
go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
go: downloading github.com/pkg/errors v0.8.0
go: extracting github.com/jonboulle/clockwork v0.1.0
go: downloading github.com/sirupsen/logrus v1.0.5
go: downloading github.com/spf13/pflag v1.0.1
go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
go: extracting github.com/pkg/errors v0.8.0
go: extracting github.com/sirupsen/logrus v1.0.5
go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
go: extracting github.com/spf13/pflag v1.0.1
go: extracting github.com/fatih/color v1.6.0
go: downloading github.com/mattn/go-isatty v0.0.3
go: downloading github.com/mattn/go-colorable v0.0.9
go: extracting github.com/mattn/go-colorable v0.0.9
go: extracting github.com/mattn/go-isatty v0.0.3
go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
Removing intermediate container f4d8ed8350e4
 ---> 89d123a0e71e
Step 14/16 : RUN GOOS=linux   go build -o /usr/local/bin/test2json-linux       cmd/test2json &&     GOOS=darwin  go build -o /usr/local/bin/test2json-darwin      cmd/test2json &&     GOOS=windows go build -o /usr/local/bin/test2json-windows.exe cmd/test2json
 ---> Running in 1b14925921bc
Removing intermediate container 1b14925921bc
 ---> 099f54911230
Step 15/16 : 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 254c71b01356
Removing intermediate container d91537f42809
 ---> f9e0838657b9
Step 14/16 : RUN GOOS=linux   go build -o /usr/local/bin/test2json-linux       cmd/test2json &&     GOOS=darwin  go build -o /usr/local/bin/test2json-darwin      cmd/test2json &&     GOOS=windows go build -o /usr/local/bin/test2json-windows.exe cmd/test2json
 ---> Running in f6dc000936cb
Removing intermediate container f6dc000936cb
 ---> 6993786670ef
Step 15/16 : 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 64b7808eea34
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 254c71b01356
 ---> ba68611c7ed9
Step 16/16 : COPY . .
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
 ---> dd733ad31eb5
[Warning] One or more build-args [ALPINE_VERSION COMMIT EXPERIMENTAL TAG] were not consumed
Successfully built dd733ad31eb5
Successfully tagged docker-app-dev:jenkins-app-PR-598-4
docker run -v /var/run:/var/run:ro --name docker-app-cov-jenkins-app-PR-598-4-coverage-experimental --network="host" -t docker-app-dev:jenkins-app-PR-598-4 make COMMIT=8c5c7b3 TAG=jenkins-app-PR-598-4-coverage-experimental EXPERIMENTAL=on TEST_RESULTS_PREFIX=experimental- coverage
Running unit tests (coverage)...
CGO_ENABLED=0 gotestsum --junitfile _build/test-results/experimental-unit-coverage.xml -- -tags="experimental" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=8c5c7b3 -X github.com/docker/app/internal.Version=jenkins-app-PR-598-4-coverage-experimental -X github.com/docker/app/internal.Experimental=on -X github.com/docker/app/internal.BuildTime=2019-09-12T19:50:13Z" -cover -test.coverprofile=_build/cov/unit.out github.com/docker/app github.com/docker/app/cmd/cnab-run github.com/docker/app/cmd/docker-app github.com/docker/app/cmd/docker-app-standalone github.com/docker/app/internal github.com/docker/app/internal/commands github.com/docker/app/internal/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/slices github.com/docker/app/internal/store github.com/docker/app/internal/yaml github.com/docker/app/loader github.com/docker/app/render github.com/docker/app/specification github.com/docker/app/types github.com/docker/app/types/metadata github.com/docker/app/types/parameters
Removing intermediate container 64b7808eea34
 ---> 139bd084e234
Step 16/16 : COPY . .
∅  .
 ---> b41a69893513
[Warning] One or more build-args [COMMIT EXPERIMENTAL TAG ALPINE_VERSION] were not consumed
Successfully built b41a69893513
Successfully tagged docker-app-dev:jenkins-app-PR-598-4
docker run -v /var/run:/var/run:ro --name docker-app-cov-jenkins-app-PR-598-4-coverage --network="host" -t docker-app-dev:jenkins-app-PR-598-4 make COMMIT=8c5c7b3 TAG=jenkins-app-PR-598-4-coverage EXPERIMENTAL=off TEST_RESULTS_PREFIX= coverage
Running unit tests (coverage)...
CGO_ENABLED=0 gotestsum --junitfile _build/test-results/unit-coverage.xml -- -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=8c5c7b3 -X github.com/docker/app/internal.Version=jenkins-app-PR-598-4-coverage -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-12T19:50: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/cmd/docker-app-standalone github.com/docker/app/internal github.com/docker/app/internal/commands 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/slices github.com/docker/app/internal/store github.com/docker/app/internal/yaml github.com/docker/app/loader github.com/docker/app/render github.com/docker/app/specification github.com/docker/app/types github.com/docker/app/types/metadata github.com/docker/app/types/parameters
∅  .
∅  cmd/cnab-run
∅  cmd/docker-app
∅  cmd/docker-app-standalone
✓  internal (4ms)
✓  internal/compose (11ms)
✓  internal/formatter (9ms)
✓  internal/inspect (45ms)
✓  internal/commands (395ms)
∅  internal/formatter/driver
∅  internal/formatter/json
∅  internal/formatter/yaml
✓  internal/slices (2ms)
✓  internal/packager (49ms)
✓  internal/store (17ms)
✓  internal/yaml (1.593s)
∅  cmd/cnab-run
∅  cmd/docker-app
∅  cmd/docker-app-standalone
✓  internal (3ms)
✓  internal/compose (5ms)
✓  internal/formatter (3ms)
✓  loader (13ms)
✓  internal/inspect (59ms)
✓  render (43ms)
✓  specification (10ms)
✓  types (20ms)
✓  types/metadata (15ms)
✓  internal/commands (452ms)
∅  internal/formatter/driver
∅  internal/formatter/json
∅  internal/formatter/yaml
✓  types/parameters (4ms)

DONE 201 tests in 90.524s
CGO_ENABLED=0 go test -tags=""experimental" testrunmain" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=8c5c7b3 -X github.com/docker/app/internal.Version=jenkins-app-PR-598-4-coverage-experimental -X github.com/docker/app/internal.Experimental=on -X github.com/docker/app/internal.BuildTime=2019-09-12T19:50:13Z" -coverpkg="./..." -c -o _build/docker-app.cov ./cmd/docker-app
✓  internal/slices (2ms)
✓  internal/packager (31ms)
✓  internal/store (17ms)
✓  internal/yaml (1.674s)
✓  loader (14ms)
✓  render (60ms)
✓  specification (7ms)
Running e2e tests (coverage)...
DOCKERAPP_BINARY=../e2e/coverage-bin CGO_ENABLED=0 gotestsum --junitfile _build/test-results/experimental-e2e-coverage.xml -- -tags="experimental" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=8c5c7b3 -X github.com/docker/app/internal.Version=jenkins-app-PR-598-4-coverage-experimental -X github.com/docker/app/internal.Experimental=on -X github.com/docker/app/internal.BuildTime=2019-09-12T19:50:13Z" -v ./e2e
✓  types (19ms)
✓  types/metadata (5ms)
✓  types/parameters (4ms)

DONE 201 tests in 91.533s
CGO_ENABLED=0 go test -tags=""" testrunmain" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=8c5c7b3 -X github.com/docker/app/internal.Version=jenkins-app-PR-598-4-coverage -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-12T19:50:18Z" -coverpkg="./..." -c -o _build/docker-app.cov ./cmd/docker-app
Running e2e tests (coverage)...
DOCKERAPP_BINARY=../e2e/coverage-bin CGO_ENABLED=0 gotestsum --junitfile _build/test-results/e2e-coverage.xml -- -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=8c5c7b3 -X github.com/docker/app/internal.Version=jenkins-app-PR-598-4-coverage -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-12T19:50:18Z" -v ./e2e
✓  e2e (2m35.562s)

DONE 44 tests in 158.217s
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/main.go:12:		main					80.0%
github.com/docker/app/internal/commands/bundle.go:31:		bundleCmd				100.0%
github.com/docker/app/internal/commands/bundle.go:48:		runBundle				61.9%
github.com/docker/app/internal/commands/bundle.go:81:		makeBundle				80.0%
github.com/docker/app/internal/commands/bundle.go:90:		makeBundleFromApp			62.5%
github.com/docker/app/internal/commands/bundle.go:123:		makeInvocationImageName			100.0%
github.com/docker/app/internal/commands/bundle.go:130:		makeCNABImageName			100.0%
github.com/docker/app/internal/commands/bundle.go:138:		persistInBundleStore			77.8%
github.com/docker/app/internal/commands/bundle.go:153:		getNamedTagged				77.8%
github.com/docker/app/internal/commands/cnab.go:44:		addNamedCredentialSets			75.0%
github.com/docker/app/internal/commands/cnab.go:75:		parseCommandlineCredential		100.0%
github.com/docker/app/internal/commands/cnab.go:85:		addCredentials				75.0%
github.com/docker/app/internal/commands/cnab.go:102:		addDockerCredentials			87.5%
github.com/docker/app/internal/commands/cnab.go:117:		addRegistryCredentials			85.0%
github.com/docker/app/internal/commands/cnab.go:149:		prepareCredentialSet			77.8%
github.com/docker/app/internal/commands/cnab.go:166:		getTargetContext			85.7%
github.com/docker/app/internal/commands/cnab.go:181:		prepareDriver				100.0%
github.com/docker/app/internal/commands/cnab.go:214:		getAppNameKind				100.0%
github.com/docker/app/internal/commands/cnab.go:236:		extractAndLoadAppBasedBundle		83.3%
github.com/docker/app/internal/commands/cnab.go:246:		loadBundleFromFile			80.0%
github.com/docker/app/internal/commands/cnab.go:258:		resolveBundle				70.0%
github.com/docker/app/internal/commands/cnab.go:295:		requiredClaimBindMount			100.0%
github.com/docker/app/internal/commands/cnab.go:304:		requiredBindMount			77.8%
github.com/docker/app/internal/commands/cnab.go:336:		socketPath				100.0%
github.com/docker/app/internal/commands/cnab.go:344:		isDockerHostLocal			100.0%
github.com/docker/app/internal/commands/cnab.go:348:		prepareCustomAction			72.2%
github.com/docker/app/internal/commands/cnab.go:384:		isInstallationFailed			100.0%
github.com/docker/app/internal/commands/completion.go:13:	completionCmd				16.7%
github.com/docker/app/internal/commands/completion.go:181:	runCompletionZsh			0.0%
github.com/docker/app/internal/commands/dockerdesktop.go:21:	defaultDockerDesktopHostProvider	66.7%
github.com/docker/app/internal/commands/dockerdesktop.go:37:	rewrite					100.0%
github.com/docker/app/internal/commands/dockerdesktop.go:53:	rewrite					91.7%
github.com/docker/app/internal/commands/dockerdesktop.go:78:	makeLinuxkitIPProvider			0.0%
github.com/docker/app/internal/commands/dockerdesktop.go:108:	rewriteContextIfDockerDesktop		66.7%
github.com/docker/app/internal/commands/dockerdesktop.go:135:	List					0.0%
github.com/docker/app/internal/commands/dockerdesktop.go:147:	GetMetadata				80.0%
github.com/docker/app/internal/commands/init.go:19:		initCmd					90.9%
github.com/docker/app/internal/commands/inspect.go:18:		inspectCmd				100.0%
github.com/docker/app/internal/commands/inspect.go:35:		runInspect				71.4%
github.com/docker/app/internal/commands/install.go:45:		installCmd				100.0%
github.com/docker/app/internal/commands/install.go:70:		runInstall				70.7%
github.com/docker/app/internal/commands/list.go:38:		listCmd					100.0%
github.com/docker/app/internal/commands/list.go:55:		runList					88.9%
github.com/docker/app/internal/commands/list.go:71:		printHeaders				100.0%
github.com/docker/app/internal/commands/list.go:79:		printValues				100.0%
github.com/docker/app/internal/commands/list.go:87:		getInstallations			77.8%
github.com/docker/app/internal/commands/merge.go:22:		extraFiles				84.6%
github.com/docker/app/internal/commands/merge.go:44:		handleInPlace				66.7%
github.com/docker/app/internal/commands/merge.go:52:		removeAndRename				60.0%
github.com/docker/app/internal/commands/merge.go:62:		mergeCmd				79.3%
github.com/docker/app/internal/commands/parameters.go:26:	withFileParameters			85.7%
github.com/docker/app/internal/commands/parameters.go:39:	withCommandLineParameters		100.0%
github.com/docker/app/internal/commands/parameters.go:49:	withSendRegistryAuth			85.7%
github.com/docker/app/internal/commands/parameters.go:62:	withOrchestratorParameters		100.0%
github.com/docker/app/internal/commands/parameters.go:74:	withErrorWriter				100.0%
github.com/docker/app/internal/commands/parameters.go:81:	withStrictMode				100.0%
github.com/docker/app/internal/commands/parameters.go:87:	mergeBundleParameters			92.3%
github.com/docker/app/internal/commands/parameters.go:111:	getParameterFromBundle			100.0%
github.com/docker/app/internal/commands/parameters.go:119:	matchAndMergeParametersDefinition	92.6%
github.com/docker/app/internal/commands/pull.go:16:		pullCmd					100.0%
github.com/docker/app/internal/commands/pull.go:31:		runPull					71.4%
github.com/docker/app/internal/commands/push.go:51:		pushCmd					100.0%
github.com/docker/app/internal/commands/push.go:73:		runPush					69.2%
github.com/docker/app/internal/commands/push.go:98:		resolveReferenceAndBundle		66.7%
github.com/docker/app/internal/commands/push.go:114:		pushInvocationImage			69.2%
github.com/docker/app/internal/commands/push.go:136:		pushBundle				78.6%
github.com/docker/app/internal/commands/push.go:161:		newMuteLogContext			100.0%
github.com/docker/app/internal/commands/push.go:168:		withAppAnnotations			80.0%
github.com/docker/app/internal/commands/push.go:177:		platformFilter				100.0%
github.com/docker/app/internal/commands/push.go:184:		retagInvocationImage			80.0%
github.com/docker/app/internal/commands/push.go:199:		shouldRetagInvocationImage		85.7%
github.com/docker/app/internal/commands/push.go:245:		onEvent					0.0%
github.com/docker/app/internal/commands/push.go:265:		imageIndex				0.0%
github.com/docker/app/internal/commands/push.go:280:		onProgress				0.0%
github.com/docker/app/internal/commands/push.go:284:		print					0.0%
github.com/docker/app/internal/commands/push.go:299:		printDescriptorProgress			0.0%
github.com/docker/app/internal/commands/push.go:335:		hasError				0.0%
github.com/docker/app/internal/commands/push.go:351:		onEvent					80.0%
github.com/docker/app/internal/commands/push.go:364:		checkFlags				66.7%
github.com/docker/app/internal/commands/render.go:23:		renderCmd				100.0%
github.com/docker/app/internal/commands/render.go:43:		runRender				80.0%
github.com/docker/app/internal/commands/root.go:14:		NewRootCmd				100.0%
github.com/docker/app/internal/commands/root.go:25:		addCommands				100.0%
github.com/docker/app/internal/commands/root.go:46:		firstOrEmpty				100.0%
github.com/docker/app/internal/commands/root.go:53:		muteDockerCli				100.0%
github.com/docker/app/internal/commands/root.go:62:		prepareStores				69.2%
github.com/docker/app/internal/commands/root.go:82:		prepareBundleStore			71.4%
github.com/docker/app/internal/commands/root.go:100:		addFlags				100.0%
github.com/docker/app/internal/commands/root.go:113:		addFlags				100.0%
github.com/docker/app/internal/commands/root.go:120:		SetDefaultTargetContext			100.0%
github.com/docker/app/internal/commands/root.go:124:		CredentialSetOpts			100.0%
github.com/docker/app/internal/commands/root.go:137:		addFlags				100.0%
github.com/docker/app/internal/commands/root.go:145:		addFlags				100.0%
github.com/docker/app/internal/commands/split.go:11:		splitCmd				86.7%
github.com/docker/app/internal/commands/status.go:29:		statusCmd				100.0%
github.com/docker/app/internal/commands/status.go:47:		runStatus				75.0%
github.com/docker/app/internal/commands/status.go:96:		displayInstallationStatus		97.0%
github.com/docker/app/internal/commands/status.go:142:		sortParameters				100.0%
github.com/docker/app/internal/commands/status.go:151:		printHeader				100.0%
github.com/docker/app/internal/commands/status.go:156:		printValue				100.0%
github.com/docker/app/internal/commands/status.go:160:		resolveStatusAction			100.0%
github.com/docker/app/internal/commands/uninstall.go:19:	uninstallCmd				100.0%
github.com/docker/app/internal/commands/uninstall.go:37:	runUninstall				52.9%
github.com/docker/app/internal/commands/upgrade.go:21:		upgradeCmd				100.0%
github.com/docker/app/internal/commands/upgrade.go:41:		runUpgrade				62.9%
github.com/docker/app/internal/commands/validate.go:19:		validateCmd				85.7%
github.com/docker/app/internal/commands/version.go:13:		versionCmd				100.0%
github.com/docker/app/internal/compose/compose.go:29:		Load					90.9%
github.com/docker/app/internal/compose/compose.go:49:		validateImagesInConfigFiles		84.2%
github.com/docker/app/internal/compose/compose.go:85:		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					0.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					0.0%
github.com/docker/app/internal/inspect/inspect.go:19:		Inspect					95.2%
github.com/docker/app/internal/inspect/inspect.go:100:		printMetadata				100.0%
github.com/docker/app/internal/inspect/inspect.go:113:		printSection				100.0%
github.com/docker/app/internal/inspect/inspect.go:129:		printHeaders				100.0%
github.com/docker/app/internal/inspect/inspect.go:138:		getReplicas				100.0%
github.com/docker/app/internal/inspect/inspect.go:145:		extractParameters			88.9%
github.com/docker/app/internal/inspect/inspect.go:159:		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:78:			AppNameFromDir				100.0%
github.com/docker/app/internal/names.go:84:			DirNameFromAppName			100.0%
github.com/docker/app/internal/names.go:93:			ValidateAppName				100.0%
github.com/docker/app/internal/packager/cnab.go:17:		ToCNAB					92.9%
github.com/docker/app/internal/packager/cnab.go:168:		extractBundleImages			85.7%
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:28:		prependToFile				100.0%
github.com/docker/app/internal/packager/init.go:37:		Init					65.9%
github.com/docker/app/internal/packager/init.go:102:		initFromScratch				0.0%
github.com/docker/app/internal/packager/init.go:117:		checkComposeFileVersion			100.0%
github.com/docker/app/internal/packager/init.go:125:		initFromComposeFile			85.7%
github.com/docker/app/internal/packager/init.go:189:		composeFileFromScratch			0.0%
github.com/docker/app/internal/packager/init.go:209:		writeMetadataFile			75.0%
github.com/docker/app/internal/packager/init.go:224:		parseMaintainersData			100.0%
github.com/docker/app/internal/packager/init.go:237:		newMetadata				57.1%
github.com/docker/app/internal/packager/packing.go:25:		tarAdd					75.0%
github.com/docker/app/internal/packager/packing.go:33:		tarAddBytes				83.3%
github.com/docker/app/internal/packager/packing.go:49:		PackInvocationImageContext		61.9%
github.com/docker/app/internal/packager/packing.go:83:		Pack					0.0%
github.com/docker/app/internal/packager/packing.go:122:		Unpack					0.0%
github.com/docker/app/internal/packager/packing.go:151:		BaseInvocationImage			100.0%
github.com/docker/app/internal/packager/packing.go:161:		dockerFile				100.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/slices/slices.go:4:		ContainsString				100.0%
github.com/docker/app/internal/store/app.go:35:			NewApplicationStore			83.3%
github.com/docker/app/internal/store/app.go:54:			InstallationStore			75.0%
github.com/docker/app/internal/store/app.go:63:			CredentialStore				75.0%
github.com/docker/app/internal/store/app.go:72:			BundleStore				75.0%
github.com/docker/app/internal/store/app.go:80:			makeDigestedDirectory			100.0%
github.com/docker/app/internal/store/bundle.go:33:		Store					71.4%
github.com/docker/app/internal/store/bundle.go:45:		Read					80.0%
github.com/docker/app/internal/store/bundle.go:65:		LookupOrPullBundle			75.0%
github.com/docker/app/internal/store/bundle.go:85:		storePath				100.0%
github.com/docker/app/internal/store/credential.go:24:		Read					100.0%
github.com/docker/app/internal/store/credential.go:29:		Store					71.4%
github.com/docker/app/internal/store/installation.go:26:	NewInstallation				75.0%
github.com/docker/app/internal/store/installation.go:43:	List					100.0%
github.com/docker/app/internal/store/installation.go:47:	Store					75.0%
github.com/docker/app/internal/store/installation.go:55:	Read					77.8%
github.com/docker/app/internal/store/installation.go:71:	Delete					100.0%
github.com/docker/app/internal/version.go:20:			FullVersion				100.0%
github.com/docker/app/internal/version.go:33:			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:28:			useCRLF					83.3%
github.com/docker/app/loader/loader.go:45:			splitSingleFile				100.0%
github.com/docker/app/loader/loader.go:58:			LoadFromSingleFile			100.0%
github.com/docker/app/loader/loader.go:86:			LoadFromDirectory			100.0%
github.com/docker/app/loader/loader.go:96:			LoadFromTar				100.0%
github.com/docker/app/loader/loader.go:107:			LoadFromTarReader			72.7%
github.com/docker/app/render/render.go:23:			Render					71.4%
github.com/docker/app/render/render.go:47:			render					90.9%
github.com/docker/app/render/render.go:70:			substitute				100.0%
github.com/docker/app/render/render.go:74:			errorIfMissing				100.0%
github.com/docker/app/render/render.go:84:			processEnabled				91.7%
github.com/docker/app/render/render.go:104:			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:19:		String					100.0%
github.com/docker/app/types/metadata/metadata.go:28:		String					100.0%
github.com/docker/app/types/metadata/metadata.go:45:		FromBundle				100.0%
github.com/docker/app/types/parameters/load.go:14:		Load					95.0%
github.com/docker/app/types/parameters/load.go:48:		LoadMultiple				77.8%
github.com/docker/app/types/parameters/load.go:64:		LoadFile				75.0%
github.com/docker/app/types/parameters/load.go:73:		LoadFiles				77.8%
github.com/docker/app/types/parameters/load.go:89:		convertToStringKeysRecursive		96.0%
github.com/docker/app/types/parameters/load.go:126:		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				92.3%
github.com/docker/app/types/types.go:32:			YamlSingleFileSeparator			66.7%
github.com/docker/app/types/types.go:40:			ShouldRunInsideDirectory		0.0%
github.com/docker/app/types/types.go:67:			Path					100.0%
github.com/docker/app/types/types.go:72:			Size					100.0%
github.com/docker/app/types/types.go:77:			Composes				100.0%
github.com/docker/app/types/types.go:82:			ParametersRaw				100.0%
github.com/docker/app/types/types.go:87:			Parameters				100.0%
github.com/docker/app/types/types.go:92:			MetadataRaw				100.0%
github.com/docker/app/types/types.go:97:			Metadata				100.0%
github.com/docker/app/types/types.go:102:			Attachments				100.0%
github.com/docker/app/types/types.go:106:			HasCRLF					100.0%
github.com/docker/app/types/types.go:111:			Extract					0.0%
github.com/docker/app/types/types.go:124:			noop					0.0%
github.com/docker/app/types/types.go:127:			NewApp					100.0%
github.com/docker/app/types/types.go:149:			NewAppFromDefaultFiles			100.0%
github.com/docker/app/types/types.go:160:			WithName				100.0%
github.com/docker/app/types/types.go:168:			WithPath				100.0%
github.com/docker/app/types/types.go:176:			WithCleanup				100.0%
github.com/docker/app/types/types.go:184:			WithSource				100.0%
github.com/docker/app/types/types.go:191:			WithCRLF				100.0%
github.com/docker/app/types/types.go:199:			WithParametersFiles			100.0%
github.com/docker/app/types/types.go:204:			WithAttachments				84.6%
github.com/docker/app/types/types.go:236:			WithParameters				100.0%
github.com/docker/app/types/types.go:240:			parametersLoader			100.0%
github.com/docker/app/types/types.go:258:			MetadataFile				100.0%
github.com/docker/app/types/types.go:263:			Metadata				100.0%
github.com/docker/app/types/types.go:267:			metadataLoader				100.0%
github.com/docker/app/types/types.go:285:			WithComposeFiles			100.0%
github.com/docker/app/types/types.go:290:			WithComposes				100.0%
github.com/docker/app/types/types.go:294:			composeLoader				100.0%
github.com/docker/app/types/types.go:305:			readReaders				77.8%
github.com/docker/app/types/types.go:319:			readFiles				100.0%
github.com/docker/app/types/types.go:333:			newErrGroup				100.0%
total:								(statements)				76.3%
go tool cover -html _build/cov/all.out -o _build/cov/coverage.html
[Pipeline] sh
+ make EXPERIMENTAL=on TEST_RESULTS_PREFIX=experimental- -f docker.Makefile TAG=jenkins-app-PR-598-4-coverage-experimental coverage-results
docker cp docker-app-cov-jenkins-app-PR-598-4-coverage-experimental:/go/src/github.com/docker/app/_build/cov/ ./_build/ci-cov
docker cp docker-app-cov-jenkins-app-PR-598-4-coverage-experimental:/go/src/github.com/docker/app/_build/test-results/ ./_build/test-results
docker rm docker-app-cov-jenkins-app-PR-598-4-coverage-experimental
docker-app-cov-jenkins-app-PR-598-4-coverage-experimental
[Pipeline] }
[Pipeline] // ansiColor
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-598/src/github.com/docker/app/_build/test-results
[Pipeline] {
[Pipeline] sh
+ [ ! -e experimental-unit-coverage.xml ]
+ sed -i -E -e s,"github.com/docker/app","unit/experimental",g; s,"github.com/docker/app/([^"]*)","unit/experimental/\1",g experimental-unit-coverage.xml
[Pipeline] sh
+ [ ! -e experimental-e2e-coverage.xml ]
+ sed -i -E -e s,"github.com/docker/app/e2e","e2e/experimental",g experimental-e2e-coverage.xml
[Pipeline] archiveArtifacts
Archiving artifacts
Uploaded 2 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-598/4/artifacts/
[Pipeline] junit
Recording test results
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ docker rmi docker/cnab-app-base:jenkins-app-PR-598-4-coverage-experimental
Untagged: docker/cnab-app-base:jenkins-app-PR-598-4-coverage-experimental
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
✓  e2e (2m39.498s)

DONE 44 tests in 162.497s
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/main.go:12:		main					80.0%
github.com/docker/app/internal/commands/bundle.go:31:		bundleCmd				100.0%
github.com/docker/app/internal/commands/bundle.go:48:		runBundle				61.9%
github.com/docker/app/internal/commands/bundle.go:81:		makeBundle				80.0%
github.com/docker/app/internal/commands/bundle.go:90:		makeBundleFromApp			62.5%
github.com/docker/app/internal/commands/bundle.go:123:		makeInvocationImageName			100.0%
github.com/docker/app/internal/commands/bundle.go:130:		makeCNABImageName			100.0%
github.com/docker/app/internal/commands/bundle.go:138:		persistInBundleStore			77.8%
github.com/docker/app/internal/commands/bundle.go:153:		getNamedTagged				77.8%
github.com/docker/app/internal/commands/cnab.go:44:		addNamedCredentialSets			75.0%
github.com/docker/app/internal/commands/cnab.go:75:		parseCommandlineCredential		100.0%
github.com/docker/app/internal/commands/cnab.go:85:		addCredentials				75.0%
github.com/docker/app/internal/commands/cnab.go:102:		addDockerCredentials			87.5%
github.com/docker/app/internal/commands/cnab.go:117:		addRegistryCredentials			85.0%
github.com/docker/app/internal/commands/cnab.go:149:		prepareCredentialSet			77.8%
github.com/docker/app/internal/commands/cnab.go:166:		getTargetContext			85.7%
github.com/docker/app/internal/commands/cnab.go:181:		prepareDriver				100.0%
github.com/docker/app/internal/commands/cnab.go:214:		getAppNameKind				100.0%
github.com/docker/app/internal/commands/cnab.go:236:		extractAndLoadAppBasedBundle		83.3%
github.com/docker/app/internal/commands/cnab.go:246:		loadBundleFromFile			80.0%
github.com/docker/app/internal/commands/cnab.go:258:		resolveBundle				70.0%
github.com/docker/app/internal/commands/cnab.go:295:		requiredClaimBindMount			100.0%
github.com/docker/app/internal/commands/cnab.go:304:		requiredBindMount			77.8%
github.com/docker/app/internal/commands/cnab.go:336:		socketPath				100.0%
github.com/docker/app/internal/commands/cnab.go:344:		isDockerHostLocal			100.0%
github.com/docker/app/internal/commands/cnab.go:348:		prepareCustomAction			72.2%
github.com/docker/app/internal/commands/cnab.go:384:		isInstallationFailed			100.0%
github.com/docker/app/internal/commands/completion.go:13:	completionCmd				16.7%
github.com/docker/app/internal/commands/completion.go:181:	runCompletionZsh			0.0%
github.com/docker/app/internal/commands/dockerdesktop.go:21:	defaultDockerDesktopHostProvider	66.7%
github.com/docker/app/internal/commands/dockerdesktop.go:37:	rewrite					100.0%
github.com/docker/app/internal/commands/dockerdesktop.go:53:	rewrite					91.7%
github.com/docker/app/internal/commands/dockerdesktop.go:78:	makeLinuxkitIPProvider			0.0%
github.com/docker/app/internal/commands/dockerdesktop.go:108:	rewriteContextIfDockerDesktop		66.7%
github.com/docker/app/internal/commands/dockerdesktop.go:135:	List					0.0%
github.com/docker/app/internal/commands/dockerdesktop.go:147:	GetMetadata				80.0%
github.com/docker/app/internal/commands/init.go:19:		initCmd					90.9%
github.com/docker/app/internal/commands/inspect.go:18:		inspectCmd				100.0%
github.com/docker/app/internal/commands/inspect.go:35:		runInspect				71.4%
github.com/docker/app/internal/commands/install.go:45:		installCmd				100.0%
github.com/docker/app/internal/commands/install.go:70:		runInstall				70.7%
github.com/docker/app/internal/commands/list.go:38:		listCmd					100.0%
github.com/docker/app/internal/commands/list.go:55:		runList					88.9%
github.com/docker/app/internal/commands/list.go:71:		printHeaders				100.0%
github.com/docker/app/internal/commands/list.go:79:		printValues				100.0%
github.com/docker/app/internal/commands/list.go:87:		getInstallations			77.8%
github.com/docker/app/internal/commands/merge.go:22:		extraFiles				84.6%
github.com/docker/app/internal/commands/merge.go:44:		handleInPlace				66.7%
github.com/docker/app/internal/commands/merge.go:52:		removeAndRename				60.0%
github.com/docker/app/internal/commands/merge.go:62:		mergeCmd				79.3%
github.com/docker/app/internal/commands/parameters.go:26:	withFileParameters			85.7%
github.com/docker/app/internal/commands/parameters.go:39:	withCommandLineParameters		100.0%
github.com/docker/app/internal/commands/parameters.go:49:	withSendRegistryAuth			85.7%
github.com/docker/app/internal/commands/parameters.go:62:	withOrchestratorParameters		100.0%
github.com/docker/app/internal/commands/parameters.go:74:	withErrorWriter				100.0%
github.com/docker/app/internal/commands/parameters.go:81:	withStrictMode				100.0%
github.com/docker/app/internal/commands/parameters.go:87:	mergeBundleParameters			92.3%
github.com/docker/app/internal/commands/parameters.go:111:	getParameterFromBundle			100.0%
github.com/docker/app/internal/commands/parameters.go:119:	matchAndMergeParametersDefinition	92.6%
github.com/docker/app/internal/commands/pull.go:16:		pullCmd					100.0%
github.com/docker/app/internal/commands/pull.go:31:		runPull					71.4%
github.com/docker/app/internal/commands/push.go:51:		pushCmd					100.0%
github.com/docker/app/internal/commands/push.go:73:		runPush					69.2%
github.com/docker/app/internal/commands/push.go:98:		resolveReferenceAndBundle		66.7%
github.com/docker/app/internal/commands/push.go:114:		pushInvocationImage			69.2%
github.com/docker/app/internal/commands/push.go:136:		pushBundle				78.6%
github.com/docker/app/internal/commands/push.go:161:		newMuteLogContext			100.0%
github.com/docker/app/internal/commands/push.go:168:		withAppAnnotations			80.0%
github.com/docker/app/internal/commands/push.go:177:		platformFilter				100.0%
github.com/docker/app/internal/commands/push.go:184:		retagInvocationImage			80.0%
github.com/docker/app/internal/commands/push.go:199:		shouldRetagInvocationImage		85.7%
github.com/docker/app/internal/commands/push.go:245:		onEvent					0.0%
github.com/docker/app/internal/commands/push.go:265:		imageIndex				0.0%
github.com/docker/app/internal/commands/push.go:280:		onProgress				0.0%
github.com/docker/app/internal/commands/push.go:284:		print					0.0%
github.com/docker/app/internal/commands/push.go:299:		printDescriptorProgress			0.0%
github.com/docker/app/internal/commands/push.go:335:		hasError				0.0%
github.com/docker/app/internal/commands/push.go:351:		onEvent					80.0%
github.com/docker/app/internal/commands/push.go:364:		checkFlags				66.7%
github.com/docker/app/internal/commands/render.go:23:		renderCmd				100.0%
github.com/docker/app/internal/commands/render.go:43:		runRender				80.0%
github.com/docker/app/internal/commands/root.go:14:		NewRootCmd				100.0%
github.com/docker/app/internal/commands/root.go:25:		addCommands				100.0%
github.com/docker/app/internal/commands/root.go:46:		firstOrEmpty				100.0%
github.com/docker/app/internal/commands/root.go:53:		muteDockerCli				100.0%
github.com/docker/app/internal/commands/root.go:62:		prepareStores				69.2%
github.com/docker/app/internal/commands/root.go:82:		prepareBundleStore			71.4%
github.com/docker/app/internal/commands/root.go:100:		addFlags				100.0%
github.com/docker/app/internal/commands/root.go:113:		addFlags				100.0%
github.com/docker/app/internal/commands/root.go:120:		SetDefaultTargetContext			100.0%
github.com/docker/app/internal/commands/root.go:124:		CredentialSetOpts			100.0%
github.com/docker/app/internal/commands/root.go:137:		addFlags				100.0%
github.com/docker/app/internal/commands/root.go:145:		addFlags				100.0%
github.com/docker/app/internal/commands/split.go:11:		splitCmd				86.7%
github.com/docker/app/internal/commands/status.go:29:		statusCmd				100.0%
github.com/docker/app/internal/commands/status.go:47:		runStatus				75.0%
github.com/docker/app/internal/commands/status.go:96:		displayInstallationStatus		97.0%
github.com/docker/app/internal/commands/status.go:142:		sortParameters				100.0%
github.com/docker/app/internal/commands/status.go:151:		printHeader				100.0%
github.com/docker/app/internal/commands/status.go:156:		printValue				100.0%
github.com/docker/app/internal/commands/status.go:160:		resolveStatusAction			100.0%
github.com/docker/app/internal/commands/uninstall.go:19:	uninstallCmd				100.0%
github.com/docker/app/internal/commands/uninstall.go:37:	runUninstall				52.9%
github.com/docker/app/internal/commands/upgrade.go:21:		upgradeCmd				100.0%
github.com/docker/app/internal/commands/upgrade.go:41:		runUpgrade				62.9%
github.com/docker/app/internal/commands/validate.go:19:		validateCmd				85.7%
github.com/docker/app/internal/commands/version.go:13:		versionCmd				100.0%
github.com/docker/app/internal/compose/compose.go:29:		Load					90.9%
github.com/docker/app/internal/compose/compose.go:49:		validateImagesInConfigFiles		84.2%
github.com/docker/app/internal/compose/compose.go:85:		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					0.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					0.0%
github.com/docker/app/internal/inspect/inspect.go:19:		Inspect					95.2%
github.com/docker/app/internal/inspect/inspect.go:100:		printMetadata				100.0%
github.com/docker/app/internal/inspect/inspect.go:113:		printSection				100.0%
github.com/docker/app/internal/inspect/inspect.go:129:		printHeaders				100.0%
github.com/docker/app/internal/inspect/inspect.go:138:		getReplicas				100.0%
github.com/docker/app/internal/inspect/inspect.go:145:		extractParameters			88.9%
github.com/docker/app/internal/inspect/inspect.go:159:		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:78:			AppNameFromDir				100.0%
github.com/docker/app/internal/names.go:84:			DirNameFromAppName			100.0%
github.com/docker/app/internal/names.go:93:			ValidateAppName				100.0%
github.com/docker/app/internal/packager/cnab.go:17:		ToCNAB					92.9%
github.com/docker/app/internal/packager/cnab.go:168:		extractBundleImages			85.7%
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:28:		prependToFile				100.0%
github.com/docker/app/internal/packager/init.go:37:		Init					65.9%
github.com/docker/app/internal/packager/init.go:102:		initFromScratch				0.0%
github.com/docker/app/internal/packager/init.go:117:		checkComposeFileVersion			100.0%
github.com/docker/app/internal/packager/init.go:125:		initFromComposeFile			85.7%
github.com/docker/app/internal/packager/init.go:189:		composeFileFromScratch			0.0%
github.com/docker/app/internal/packager/init.go:209:		writeMetadataFile			75.0%
github.com/docker/app/internal/packager/init.go:224:		parseMaintainersData			100.0%
github.com/docker/app/internal/packager/init.go:237:		newMetadata				57.1%
github.com/docker/app/internal/packager/packing.go:25:		tarAdd					75.0%
github.com/docker/app/internal/packager/packing.go:33:		tarAddBytes				83.3%
github.com/docker/app/internal/packager/packing.go:49:		PackInvocationImageContext		61.9%
github.com/docker/app/internal/packager/packing.go:83:		Pack					0.0%
github.com/docker/app/internal/packager/packing.go:122:		Unpack					0.0%
github.com/docker/app/internal/packager/packing.go:151:		BaseInvocationImage			100.0%
github.com/docker/app/internal/packager/packing.go:161:		dockerFile				100.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/slices/slices.go:4:		ContainsString				100.0%
github.com/docker/app/internal/store/app.go:35:			NewApplicationStore			83.3%
github.com/docker/app/internal/store/app.go:54:			InstallationStore			75.0%
github.com/docker/app/internal/store/app.go:63:			CredentialStore				75.0%
github.com/docker/app/internal/store/app.go:72:			BundleStore				75.0%
github.com/docker/app/internal/store/app.go:80:			makeDigestedDirectory			100.0%
github.com/docker/app/internal/store/bundle.go:33:		Store					71.4%
github.com/docker/app/internal/store/bundle.go:45:		Read					80.0%
github.com/docker/app/internal/store/bundle.go:65:		LookupOrPullBundle			75.0%
github.com/docker/app/internal/store/bundle.go:85:		storePath				100.0%
github.com/docker/app/internal/store/credential.go:24:		Read					100.0%
github.com/docker/app/internal/store/credential.go:29:		Store					71.4%
github.com/docker/app/internal/store/installation.go:26:	NewInstallation				75.0%
github.com/docker/app/internal/store/installation.go:43:	List					100.0%
github.com/docker/app/internal/store/installation.go:47:	Store					75.0%
github.com/docker/app/internal/store/installation.go:55:	Read					77.8%
github.com/docker/app/internal/store/installation.go:71:	Delete					100.0%
github.com/docker/app/internal/version.go:20:			FullVersion				100.0%
github.com/docker/app/internal/version.go:33:			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:28:			useCRLF					83.3%
github.com/docker/app/loader/loader.go:45:			splitSingleFile				100.0%
github.com/docker/app/loader/loader.go:58:			LoadFromSingleFile			100.0%
github.com/docker/app/loader/loader.go:86:			LoadFromDirectory			100.0%
github.com/docker/app/loader/loader.go:96:			LoadFromTar				100.0%
github.com/docker/app/loader/loader.go:107:			LoadFromTarReader			72.7%
github.com/docker/app/render/render.go:23:			Render					71.4%
github.com/docker/app/render/render.go:47:			render					90.9%
github.com/docker/app/render/render.go:70:			substitute				100.0%
github.com/docker/app/render/render.go:74:			errorIfMissing				100.0%
github.com/docker/app/render/render.go:84:			processEnabled				91.7%
github.com/docker/app/render/render.go:104:			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:19:		String					100.0%
github.com/docker/app/types/metadata/metadata.go:28:		String					100.0%
github.com/docker/app/types/metadata/metadata.go:45:		FromBundle				100.0%
github.com/docker/app/types/parameters/load.go:14:		Load					95.0%
github.com/docker/app/types/parameters/load.go:48:		LoadMultiple				77.8%
github.com/docker/app/types/parameters/load.go:64:		LoadFile				75.0%
github.com/docker/app/types/parameters/load.go:73:		LoadFiles				77.8%
github.com/docker/app/types/parameters/load.go:89:		convertToStringKeysRecursive		96.0%
github.com/docker/app/types/parameters/load.go:126:		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:32:			YamlSingleFileSeparator			66.7%
github.com/docker/app/types/types.go:40:			ShouldRunInsideDirectory		0.0%
github.com/docker/app/types/types.go:67:			Path					100.0%
github.com/docker/app/types/types.go:72:			Size					100.0%
github.com/docker/app/types/types.go:77:			Composes				100.0%
github.com/docker/app/types/types.go:82:			ParametersRaw				100.0%
github.com/docker/app/types/types.go:87:			Parameters				100.0%
github.com/docker/app/types/types.go:92:			MetadataRaw				100.0%
github.com/docker/app/types/types.go:97:			Metadata				100.0%
github.com/docker/app/types/types.go:102:			Attachments				100.0%
github.com/docker/app/types/types.go:106:			HasCRLF					100.0%
github.com/docker/app/types/types.go:111:			Extract					0.0%
github.com/docker/app/types/types.go:124:			noop					0.0%
github.com/docker/app/types/types.go:127:			NewApp					100.0%
github.com/docker/app/types/types.go:149:			NewAppFromDefaultFiles			100.0%
github.com/docker/app/types/types.go:160:			WithName				100.0%
github.com/docker/app/types/types.go:168:			WithPath				100.0%
github.com/docker/app/types/types.go:176:			WithCleanup				100.0%
github.com/docker/app/types/types.go:184:			WithSource				100.0%
github.com/docker/app/types/types.go:191:			WithCRLF				100.0%
github.com/docker/app/types/types.go:199:			WithParametersFiles			100.0%
github.com/docker/app/types/types.go:204:			WithAttachments				84.6%
github.com/docker/app/types/types.go:236:			WithParameters				100.0%
github.com/docker/app/types/types.go:240:			parametersLoader			100.0%
github.com/docker/app/types/types.go:258:			MetadataFile				100.0%
github.com/docker/app/types/types.go:263:			Metadata				100.0%
github.com/docker/app/types/types.go:267:			metadataLoader				100.0%
github.com/docker/app/types/types.go:285:			WithComposeFiles			100.0%
github.com/docker/app/types/types.go:290:			WithComposes				100.0%
github.com/docker/app/types/types.go:294:			composeLoader				100.0%
github.com/docker/app/types/types.go:305:			readReaders				77.8%
github.com/docker/app/types/types.go:319:			readFiles				100.0%
github.com/docker/app/types/types.go:333:			newErrGroup				100.0%
total:								(statements)				76.4%
go tool cover -html _build/cov/all.out -o _build/cov/coverage.html
[Pipeline] sh
+ make -f docker.Makefile TAG=jenkins-app-PR-598-4-coverage coverage-results
docker cp docker-app-cov-jenkins-app-PR-598-4-coverage:/go/src/github.com/docker/app/_build/cov/ ./_build/ci-cov
docker cp docker-app-cov-jenkins-app-PR-598-4-coverage:/go/src/github.com/docker/app/_build/test-results/ ./_build/test-results
docker rm docker-app-cov-jenkins-app-PR-598-4-coverage
docker-app-cov-jenkins-app-PR-598-4-coverage
[Pipeline] }
[Pipeline] // ansiColor
[Pipeline] archiveArtifacts
Archiving artifacts
Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-598/4/artifacts/
[Pipeline] archiveArtifacts
Archiving artifacts
Uploaded 1 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-598/4/artifacts/
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-598/src/github.com/docker/app/_build/test-results
[Pipeline] {
[Pipeline] sh
+ [ ! -e unit-coverage.xml ]
+ sed -i -E -e s,"github.com/docker/app","unit/basic",g; s,"github.com/docker/app/([^"]*)","unit/basic/\1",g unit-coverage.xml
[Pipeline] sh
+ [ ! -e e2e-coverage.xml ]
+ sed -i -E -e s,"github.com/docker/app/e2e","e2e/basic",g e2e-coverage.xml
[Pipeline] archiveArtifacts
Archiving artifacts
Uploaded 2 artifact(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-598/4/artifacts/
[Pipeline] junit
Recording test results
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ docker rmi docker/cnab-app-base:jenkins-app-PR-598-4-coverage
Untagged: docker/cnab-app-base:jenkins-app-PR-598-4-coverage
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

Finished: SUCCESS