Skip to content
Failed

Console Output

Skipping 66 KB.. Full Log
Preparing to unpack .../uuid-runtime_2.33.1-0.1_amd64.deb ...
Unpacking uuid-runtime (2.33.1-0.1) ...
Setting up uuid-runtime (2.33.1-0.1) ...
Adding group `uuidd' (GID 102) ...
Done.
Warning: The home dir /run/uuidd you specified can't be accessed: No such file or directory
Adding system user `uuidd' (UID 101) ...
Adding new user `uuidd' (UID 101) with group `uuidd' ...
Not creating home directory `/run/uuidd'.
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
Removing intermediate container 978c73b7368d
 ---> de5034b41d55
Step 4/18 : WORKDIR /go/src/github.com/docker/cli
 ---> Running in 7620fbe84a13
Removing intermediate container 7620fbe84a13
 ---> c70b36a7e706
Step 5/18 : RUN git clone https://github.com/docker/cli . && git checkout a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb
 ---> Running in bc01d6141606
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 bc01d6141606
 ---> 5c3e7a85aee1
Step 6/18 : ARG GOPROXY
 ---> Running in ca71d138451a
Removing intermediate container ca71d138451a
 ---> 200fedee093c
Step 7/18 : RUN make binary-osx binary-windows binary &&  cp build/docker-linux-amd64 /usr/bin/docker
 ---> Running in e4139836cb95
./scripts/build/osx
Building build/docker-darwin-amd64
./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
./scripts/build/windows
Generating windows resources
Building build/docker-windows-amd64
Removing intermediate container d7ae2e340dd3
 ---> e2bbe1e79080
Step 8/8 : WORKDIR /go/src/github.com/docker/app/
 ---> Running in d86c6a0814a3
Removing intermediate container d86c6a0814a3
 ---> 13f7bbd8907a
[Warning] One or more build-args [ALPINE_VERSION COMMIT EXPERIMENTAL TAG] were not consumed
Successfully built 13f7bbd8907a
Successfully tagged docker-app-cli:jenkins-app-PR-664-1
docker create --name docker-app-cli-jenkins-app-PR-664-1 docker-app-cli:jenkins-app-PR-664-1 noop
cd840d0cc89b05e6a1b361dfedd46c16f3f5611b0d71f16252dbd26dddac9b4d
docker cp docker-app-cli-jenkins-app-PR-664-1:/go/src/github.com/docker/cli/build/docker-linux-amd64 bin/docker-linux
docker cp docker-app-cli-jenkins-app-PR-664-1:/go/src/github.com/docker/cli/build/docker-darwin-amd64 bin/docker-darwin
docker cp docker-app-cli-jenkins-app-PR-664-1:/go/src/github.com/docker/cli/build/docker-windows-amd64 bin/docker-windows.exe
docker rm docker-app-cli-jenkins-app-PR-664-1
docker-app-cli-jenkins-app-PR-664-1
docker build --build-arg=EXPERIMENTAL --build-arg=TAG --build-arg=COMMIT --build-arg=ALPINE_VERSION --build-arg=GOPROXY --target=cross -t docker-app-cross:jenkins-app-PR-664-1  .
Sending build context to Docker daemon  73.04MB

Step 1/22 : FROM dockercore/golang-cross:1.12.9@sha256:3ea9dcef4dd2c46d80445c0b22d6177817f4cfce22c523cc12a5a1091cb37705 AS build
 ---> 518d5e4626aa
Step 2/22 : ENV     DISABLE_WARN_OUTSIDE_CONTAINER=1
 ---> Using cache
 ---> 2676fbadbbe2
Step 3/22 : RUN apt-get install -y -q --no-install-recommends     coreutils     util-linux     uuid-runtime
 ---> Using cache
 ---> 54b2edbb72c6
Step 4/22 : WORKDIR /go/src/github.com/docker/cli
 ---> Using cache
 ---> c17273235dba
Step 5/22 : RUN git clone https://github.com/docker/cli . && git checkout a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb
 ---> Using cache
 ---> 0e77a1469db9
Step 6/22 : ARG GOPROXY
 ---> Using cache
 ---> b9b3d4cee4b4
Step 7/22 : RUN make binary-osx binary-windows binary &&  cp build/docker-linux-amd64 /usr/bin/docker
 ---> Using cache
 ---> e2bbe1e79080
Step 8/22 : WORKDIR /go/src/github.com/docker/app/
 ---> Using cache
 ---> 13f7bbd8907a
Step 9/22 : FROM build AS dev
 ---> 13f7bbd8907a
Step 10/22 : ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/
 ---> Running in 308c1f6248e5
Removing intermediate container 308c1f6248e5
 ---> 51b374cf9129
Step 11/22 : ARG DEP_VERSION=v0.5.4
 ---> Running in 6eb72f080ff9
Removing intermediate container 6eb72f080ff9
 ---> 274bb70e0bce
Step 12/22 : RUN curl -o /usr/bin/dep -L https://github.com/golang/dep/releases/download/${DEP_VERSION}/dep-linux-amd64 &&     chmod +x /usr/bin/dep
 ---> Running in 709841fdbbd1
  % 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   4840      0 --:--:-- --:--:-- --:--:--  4840

100 10.5M  100 10.5M    0     0  43.1M      0 --:--:-- --:--:-- --:--:-- 43.1M
Removing intermediate container 709841fdbbd1
 ---> cfbe02a333ad
Step 13/22 : ARG GOTESTSUM_VERSION=v0.3.4
 ---> Running in 27f695a2e631
Removing intermediate container 27f695a2e631
 ---> 70118a304e6a
Step 14/22 : ARG GOPROXY
 ---> Running in a1c922a5489d
Removing intermediate container a1c922a5489d
 ---> 43ba2833d083
Step 15/22 : RUN mkdir $GOPATH/src/gotest.tools &&     git clone -q https://github.com/gotestyourself/gotestsum $GOPATH/src/gotest.tools/gotestsum &&     cd $GOPATH/src/gotest.tools/gotestsum &&     git -C $GOPATH/src/gotest.tools/gotestsum checkout -q $GOTESTSUM_VERSION &&     GO111MODULE=on GOOS=linux   go build -o /usr/local/bin/gotestsum-linux       gotest.tools/gotestsum &&     GO111MODULE=on GOOS=darwin  go build -o /usr/local/bin/gotestsum-darwin      gotest.tools/gotestsum &&     GO111MODULE=on GOOS=windows go build -o /usr/local/bin/gotestsum-windows.exe gotest.tools/gotestsum &&     ln -s gotestsum-linux /usr/local/bin/gotestsum
 ---> Running in ef975b64b2cd
go: finding github.com/pkg/errors v0.8.0
go: finding github.com/google/go-cmp v0.2.0
go: finding github.com/jonboulle/clockwork v0.1.0
go: finding github.com/mattn/go-isatty v0.0.3
go: finding github.com/mattn/go-colorable v0.0.9
go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9
go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
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/spf13/pflag v1.0.1
go: finding github.com/onsi/ginkgo v1.8.0
go: finding github.com/sirupsen/logrus v1.0.5
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/stretchr/testify v1.3.0
go: finding gopkg.in/fsnotify.v1 v1.4.7
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 github.com/fsnotify/fsnotify v1.4.7
go: finding github.com/stretchr/objx v0.1.0
go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
go: finding github.com/pmezard/go-difflib v1.0.0
go: finding github.com/hpcloud/tail v1.0.0
go: finding github.com/onsi/ginkgo v1.6.0
go: finding github.com/davecgh/go-spew v1.1.0
go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
go: finding github.com/golang/protobuf v1.2.0
go: finding golang.org/x/net v0.0.0-20180906233101-161cd47e91fd
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/spf13/pflag v1.0.1
go: downloading github.com/fatih/color v1.6.0
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: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
go: extracting github.com/jonboulle/clockwork v0.1.0
go: extracting github.com/pkg/errors v0.8.0
go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
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: 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
WARNING: binary creates a Linux executable. Use cross for macOS or Windows.
./scripts/build/binary
Building statically linked build/docker-linux-amd64
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 ef975b64b2cd
 ---> 2395fbd84512
Step 16/22 : RUN GOOS=linux   go build -o /usr/local/bin/test2json-linux       cmd/test2json &&     GOOS=darwin  go build -o /usr/local/bin/test2json-darwin      cmd/test2json &&     GOOS=windows go build -o /usr/local/bin/test2json-windows.exe cmd/test2json
 ---> Running in 5a57d4e105e5
Removing intermediate container 5a57d4e105e5
 ---> c79d27b43d1c
Step 17/22 : RUN go get -d gopkg.in/mjibson/esc.v0 &&     cd /go/src/github.com/mjibson/esc &&     go build -v -o /usr/bin/esc . &&     rm -rf /go/src/* /go/pkg/* /go/bin/*
 ---> Running in c9571cd66583
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 c9571cd66583
 ---> 444f08d11e8a
Step 18/22 : COPY . .
 ---> 8641c27b34dc
Step 19/22 : FROM dev AS cross
 ---> 8641c27b34dc
Step 20/22 : ARG EXPERIMENTAL="off"
 ---> Running in 2853e5a7f98d
Removing intermediate container 2853e5a7f98d
 ---> 04407fdc087b
Step 21/22 : ARG TAG="unknown"
 ---> Running in 4e9a7cac719e
Removing intermediate container 4e9a7cac719e
 ---> ced89a7a538c
Step 22/22 : RUN make EXPERIMENTAL=${EXPERIMENTAL} TAG=${TAG} cross
 ---> Running in bc3b2f8c4e82
GOOS=linux CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=f443e04b -X github.com/docker/app/internal.Version=jenkins-app-PR-664-1 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-03T14:32:05Z" -o bin/docker-app-linux ./cmd/docker-app
Removing intermediate container e4139836cb95
 ---> 8fcc68639442
Step 8/18 : WORKDIR /go/src/github.com/docker/app/
 ---> Running in 03d4e81d233f
Removing intermediate container 03d4e81d233f
 ---> f884513b228b
Step 9/18 : FROM build AS dev
 ---> f884513b228b
Step 10/18 : ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/
 ---> Running in d952db5345b6
Removing intermediate container d952db5345b6
 ---> f26cfcec89ca
Step 11/18 : ARG DEP_VERSION=v0.5.4
 ---> Running in 8fd139c6005d
Removing intermediate container 8fd139c6005d
 ---> 44804b012110
Step 12/18 : RUN curl -o /usr/bin/dep -L https://github.com/golang/dep/releases/download/${DEP_VERSION}/dep-linux-amd64 &&     chmod +x /usr/bin/dep
 ---> Running in 98c2016e9372
  % 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   7117      0 --:--:-- --:--:-- --:--:--  7117

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

Step 1/26 : FROM dockercore/golang-cross:1.12.9@sha256:3ea9dcef4dd2c46d80445c0b22d6177817f4cfce22c523cc12a5a1091cb37705 AS build
 ---> 518d5e4626aa
Step 2/26 : ENV     DISABLE_WARN_OUTSIDE_CONTAINER=1
 ---> Using cache
 ---> 2676fbadbbe2
Step 3/26 : RUN apt-get install -y -q --no-install-recommends     coreutils     util-linux     uuid-runtime
 ---> Using cache
 ---> 54b2edbb72c6
Step 4/26 : WORKDIR /go/src/github.com/docker/cli
 ---> Using cache
 ---> c17273235dba
Step 5/26 : RUN git clone https://github.com/docker/cli . && git checkout a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb
 ---> Using cache
 ---> 0e77a1469db9
Step 6/26 : ARG GOPROXY
 ---> Using cache
 ---> b9b3d4cee4b4
Step 7/26 : RUN make binary-osx binary-windows binary &&  cp build/docker-linux-amd64 /usr/bin/docker
 ---> Using cache
 ---> e2bbe1e79080
Step 8/26 : WORKDIR /go/src/github.com/docker/app/
 ---> Using cache
 ---> 13f7bbd8907a
Step 9/26 : FROM build AS dev
 ---> 13f7bbd8907a
Step 10/26 : ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/
 ---> Using cache
 ---> 51b374cf9129
Step 11/26 : ARG DEP_VERSION=v0.5.4
 ---> Using cache
 ---> 274bb70e0bce
Step 12/26 : RUN curl -o /usr/bin/dep -L https://github.com/golang/dep/releases/download/${DEP_VERSION}/dep-linux-amd64 &&     chmod +x /usr/bin/dep
 ---> Using cache
 ---> cfbe02a333ad
Step 13/26 : ARG GOTESTSUM_VERSION=v0.3.4
 ---> Using cache
 ---> 70118a304e6a
Step 14/26 : ARG GOPROXY
 ---> Using cache
 ---> 43ba2833d083
Step 15/26 : RUN mkdir $GOPATH/src/gotest.tools &&     git clone -q https://github.com/gotestyourself/gotestsum $GOPATH/src/gotest.tools/gotestsum &&     cd $GOPATH/src/gotest.tools/gotestsum &&     git -C $GOPATH/src/gotest.tools/gotestsum checkout -q $GOTESTSUM_VERSION &&     GO111MODULE=on GOOS=linux   go build -o /usr/local/bin/gotestsum-linux       gotest.tools/gotestsum &&     GO111MODULE=on GOOS=darwin  go build -o /usr/local/bin/gotestsum-darwin      gotest.tools/gotestsum &&     GO111MODULE=on GOOS=windows go build -o /usr/local/bin/gotestsum-windows.exe gotest.tools/gotestsum &&     ln -s gotestsum-linux /usr/local/bin/gotestsum
 ---> Using cache
 ---> 2395fbd84512
Step 16/26 : RUN GOOS=linux   go build -o /usr/local/bin/test2json-linux       cmd/test2json &&     GOOS=darwin  go build -o /usr/local/bin/test2json-darwin      cmd/test2json &&     GOOS=windows go build -o /usr/local/bin/test2json-windows.exe cmd/test2json
 ---> Using cache
 ---> c79d27b43d1c
Step 17/26 : RUN go get -d gopkg.in/mjibson/esc.v0 &&     cd /go/src/github.com/mjibson/esc &&     go build -v -o /usr/bin/esc . &&     rm -rf /go/src/* /go/pkg/* /go/bin/*
 ---> Using cache
 ---> 444f08d11e8a
Step 18/26 : COPY . .
 ---> Using cache
 ---> 8641c27b34dc
Step 19/26 : FROM dev AS cross
 ---> 8641c27b34dc
Step 20/26 : ARG EXPERIMENTAL="off"
 ---> Using cache
 ---> 04407fdc087b
Step 21/26 : ARG TAG="unknown"
 ---> Using cache
 ---> ced89a7a538c
Step 22/26 : RUN make EXPERIMENTAL=${EXPERIMENTAL} TAG=${TAG} cross
 ---> Using cache
 ---> 766d27a4433d
Step 23/26 : FROM cross AS e2e-cross
 ---> 766d27a4433d
Step 24/26 : ARG EXPERIMENTAL="off"
 ---> Running in 3ba0f8ca4a19
Removing intermediate container 3ba0f8ca4a19
 ---> 01def43c7c5d
Step 25/26 : ARG TAG="unknown"
 ---> Running in e6a053c6cf1a
Removing intermediate container e6a053c6cf1a
 ---> 7ca08f72c52f
Step 26/26 : RUN make EXPERIMENTAL=${EXPERIMENTAL} TAG=${TAG} e2e-cross
 ---> Running in dfd0e878e6a6
GOOS=linux CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=f443e04b -X github.com/docker/app/internal.Version=jenkins-app-PR-664-1 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-03T14:34:54Z" -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=f443e04b -X github.com/docker/app/internal.Version=jenkins-app-PR-664-1 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-03T14:34:54Z" -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=f443e04b -X github.com/docker/app/internal.Version=jenkins-app-PR-664-1 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-03T14:34:54Z" -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=f443e04b -X github.com/docker/app/internal.Version=jenkins-app-PR-664-1 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-03T14:34:54Z" -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=f443e04b -X github.com/docker/app/internal.Version=jenkins-app-PR-664-1 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-03T14:34:54Z" -c -o bin/docker-app-e2e-windows.exe ./e2e/
Removing intermediate container dfd0e878e6a6
 ---> f36ae6f0be3c
[Warning] One or more build-args [ALPINE_VERSION COMMIT] were not consumed
Successfully built f36ae6f0be3c
Successfully tagged docker-app-e2e-cross:jenkins-app-PR-664-1
docker create --name docker-app-e2e-cross-jenkins-app-PR-664-1 docker-app-e2e-cross:jenkins-app-PR-664-1 noop
681f6a811673e8df0afa2f3fa5fbe1495c523d4389f18c6acf64cc70ee0cabc2
docker cp docker-app-e2e-cross-jenkins-app-PR-664-1:/go/src/github.com/docker/app/bin/docker-app-e2e-linux bin/docker-app-e2e-linux
docker cp docker-app-e2e-cross-jenkins-app-PR-664-1:/go/src/github.com/docker/app/bin/docker-app-e2e-darwin bin/docker-app-e2e-darwin
docker cp docker-app-e2e-cross-jenkins-app-PR-664-1:/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-664-1:/usr/local/bin/gotestsum-linux bin/gotestsum-linux
docker cp docker-app-e2e-cross-jenkins-app-PR-664-1:/usr/local/bin/gotestsum-darwin bin/gotestsum-darwin
docker cp docker-app-e2e-cross-jenkins-app-PR-664-1:/usr/local/bin/gotestsum-windows.exe bin/gotestsum-windows.exe
docker cp docker-app-e2e-cross-jenkins-app-PR-664-1:/usr/local/bin/test2json-linux bin/test2json-linux
docker cp docker-app-e2e-cross-jenkins-app-PR-664-1:/usr/local/bin/test2json-darwin bin/test2json-darwin
docker cp docker-app-e2e-cross-jenkins-app-PR-664-1:/usr/local/bin/test2json-windows.exe bin/test2json-windows.exe
docker rm docker-app-e2e-cross-jenkins-app-PR-664-1
docker-app-e2e-cross-jenkins-app-PR-664-1
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-664/src/github.com/docker/app/bin
[Pipeline] {
[Pipeline] stash
(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] }
Stashed 24 file(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-664/1/stashes/binaries.tgz
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-664/src/github.com/docker/app/e2e
[Pipeline] {
[Pipeline] stash
Stashed 61 file(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-664/1/stashes/e2e.tgz
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-664/src/github.com/docker/app/examples
[Pipeline] {
[Pipeline] stash
Stashed 29 file(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-664/1/stashes/examples.tgz
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ xargs docker image rm -f
+ docker image ls --format={{.Repository}}:{{.Tag}} *jenkins-app-PR-664-1*
Untagged: docker-app-e2e-cross:jenkins-app-PR-664-1
Deleted: sha256:f36ae6f0be3c63141b50304d15bb02809de8510b97ad981bbaecedcdaecc6d88
Deleted: sha256:ea32279dc6d9b942bf67557888690fb17e9188462a81f178c8a6bc6cb8169150
Deleted: sha256:7ca08f72c52f18629158acdc872a973745e1dc7bcbd9bc7fec6c11825b085d89
Deleted: sha256:01def43c7c5d17b05d944d828079939f89af4e5f2dcb58cd95608d0d8a567752
Untagged: docker-app-cross:jenkins-app-PR-664-1
Deleted: sha256:766d27a4433de29102a37e936cc2bdc3120f65fc1cbc551caef21ed5f88927a4
Deleted: sha256:152f8aa988370b8c7e5000eebc0af8b6a3cf3bf9f7f630591023745468f60427
Deleted: sha256:ced89a7a538c8c349448cc7a0ea40caad4e9c3a9ec32ae9d708c58eb526bf579
Deleted: sha256:04407fdc087bdd32281a0a8a1bc293f84024098a4b3594c6dc875278f4afc935
Deleted: sha256:8641c27b34dcb8f8f9f2e177e36e298c58f41f976168ab6de68e66b5fe64e7a5
Deleted: sha256:4b8d167b9b075cd59142d82fa7fe3773da84c219a610fd76505fa67869f058c6
Deleted: sha256:444f08d11e8a84cf6c1c7195082b8a51529c7da2ef0f7d964cd4525dced06b65
Deleted: sha256:894edb52a39094caffd888116a219f5b2895c69ac21661d9ccde1feab43cf774
Deleted: sha256:c79d27b43d1cc373b358d638384e30999a62858bd259a0b315d2188cc1ebd2ac
Deleted: sha256:b52b966f786ce77b4abb0b625bcbcfcf6827ad80b3f82dfa5f92b61c5782507d
Deleted: sha256:2395fbd8451206d52efbafbf695ed36fbd14450a58b06d16372d9a3723810d8c
Deleted: sha256:d3853bb54271f33a995d27927aa5b4f90d724f6f9ab8726d91ddaca1636ae97e
Deleted: sha256:43ba2833d083bd3b343e13bff379c44aeff69af681b65117acfde36b520bdc3e
Deleted: sha256:70118a304e6adf99b45be847e0be9addd5030871e6a2acc193718b034e936a38
Deleted: sha256:cfbe02a333ad70b2a9bfdb4dfd64e49ef4a1691d0c555169cd861b97a5d1762d
Deleted: sha256:a2733a36cec8b764042194547b4dd1e5b50de1bc766e10427dd6a208dc81f26b
Deleted: sha256:274bb70e0bce38928011c96e82c8c686cbd7e199f236206e77d76a132edfdfa2
Deleted: sha256:51b374cf91293823f8d74ebf2ce346b1700f6bdf3c6fe13109207f8ac13c8d97
Untagged: docker-app-cli:jenkins-app-PR-664-1
Deleted: sha256:13f7bbd8907a20fb03f42c96675327f9a26db14303e5d19b710f9b6f6be7b15f
Deleted: sha256:b51d15d6bbc2514d6730afae48ec12c7f0b26d39bab9cf286e25b3443d13987d
Deleted: sha256:e2bbe1e790804f050d4f73cc4c728603228ec0414ead781e6fbe0858918e9b3d
Deleted: sha256:8e2f8a57eb26f47758cdc90f614d3364d002a6caab9e186a572a0622bacee291
Deleted: sha256:b9b3d4cee4b493e3fb8d6d6c64f9f82252ee37a8d9065ba8f283a26f1a188312
Deleted: sha256:0e77a1469db92aa07cf3bb89150320b829c7242ecd648c154e66a98229276200
Deleted: sha256:308edfc8df5f05b9b954d00290bee9c3758f656dcd0e67bc4902904a5f53a016
Deleted: sha256:c17273235dba8eed431e5241d25fae42ae4d6d6ada66a25474dbc27661f7bd06
Deleted: sha256:12bcbdd18001893c6441c489fda2cd4eb2439d7ef79e962d1f82ac75a7aa2529
Deleted: sha256:54b2edbb72c6c2c7c2a148ddcb2bf79cbba8f1463072d886317feec573ad9946
Deleted: sha256:4c1c6c11f4bedb83c9a82daadc3378ac7547cd9d9ecfe565e8d8e3fb26cac5a8
Deleted: sha256:2676fbadbbe26cc0ce757ae10905c5ac2af712c49597c95b1750aa98e53914e9
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test)
[Pipeline] parallel
[Pipeline] { (Branch: Coverage)
[Pipeline] { (Branch: Coverage (experimental))
[Pipeline] { (Branch: Test Linux)
[Pipeline] stage
[Pipeline] { (Coverage)
[Pipeline] stage
[Pipeline] { (Coverage (experimental))
[Pipeline] stage
[Pipeline] { (Test Linux)
[Pipeline] node
[Pipeline] node
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-046bd59bb70d2b80d) in /home/ubuntu/workspace/app_PR-664
[Pipeline] {
Running on ubuntu-1804-overlay2 (i-057736cfb0212178c) in /home/ubuntu/workspace/app_PR-664
[Pipeline] {
Running on ubuntu-1804-overlay2 (i-0e1cc6582cb3d0a52) in /home/ubuntu/workspace/app_PR-664
[Pipeline] {
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-664/src/github.com/docker/app
[Pipeline] {
[Pipeline] checkout
using credential docker-jenkins-github-credentials
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-664/src/github.com/docker/app
[Pipeline] {
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
[Pipeline] checkout
using credential docker-jenkins-github-credentials
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-664/src/github.com/docker/app
[Pipeline] {
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
[Pipeline] checkout
using credential docker-jenkins-github-credentials
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/app.git
 > git init /home/ubuntu/workspace/app_PR-664/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/664/head:refs/remotes/origin/PR-664
Cloning repository https://github.com/docker/app.git
 > git init /home/ubuntu/workspace/app_PR-664/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/664/head:refs/remotes/origin/PR-664
Cloning repository https://github.com/docker/app.git
 > git init /home/ubuntu/workspace/app_PR-664/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/664/head:refs/remotes/origin/PR-664
Fetching without tags
Fetching without tags
Checking out Revision f443e04ba7e9e3c3d80d61137aa168d5f1b72230 (PR-664)
Checking out Revision f443e04ba7e9e3c3d80d61137aa168d5f1b72230 (PR-664)
Fetching without tags
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/664/head:refs/remotes/origin/PR-664 # 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/664/head:refs/remotes/origin/PR-664
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f443e04ba7e9e3c3d80d61137aa168d5f1b72230
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/664/head:refs/remotes/origin/PR-664 # 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/664/head:refs/remotes/origin/PR-664
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/664/head:refs/remotes/origin/PR-664 # 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/664/head:refs/remotes/origin/PR-664
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f443e04ba7e9e3c3d80d61137aa168d5f1b72230
Checking out Revision f443e04ba7e9e3c3d80d61137aa168d5f1b72230 (PR-664)
Commit message: "Use dockerCli.Out() / Err()"
fatal: bad object 9d211b4b26f02e228a3affd71de33f5afd9f4d88
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f443e04ba7e9e3c3d80d61137aa168d5f1b72230
Commit message: "Use dockerCli.Out() / Err()"
fatal: bad object 9d211b4b26f02e228a3affd71de33f5afd9f4d88
Commit message: "Use dockerCli.Out() / Err()"
fatal: bad object 9d211b4b26f02e228a3affd71de33f5afd9f4d88
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-664/src/github.com/docker/app/_build
[Pipeline] {
[Pipeline] unstash
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-664/src/github.com/docker/app/_build
[Pipeline] {
[Pipeline] unstash
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-664/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-664/1/stashes/coverage-experimental-invocation-image.tgz
[Pipeline] sh
+ docker load -i coverage-experimental-invocation-image.tar
Loaded image: docker/cnab-app-base:jenkins-app-PR-664-1-coverage-experimental
[Pipeline] }
[Pipeline] // dir
[Pipeline] ansiColor
[Pipeline] {
[Pipeline] sh
+ make EXPERIMENTAL=on TEST_RESULTS_PREFIX=experimental- -f docker.Makefile TAG=jenkins-app-PR-664-1-coverage-experimental coverage-run
docker build --build-arg=EXPERIMENTAL --build-arg=TAG --build-arg=COMMIT --build-arg=ALPINE_VERSION --build-arg=GOPROXY --target=dev -t docker-app-dev:jenkins-app-PR-664-1 .
Unstashed file(s) from https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-664/1/stashes/coverage-invocation-image.tgz
[Pipeline] sh
+ docker load -i coverage-invocation-image.tar
Sending build context to Docker daemon  73.04MB

Step 1/18 : FROM dockercore/golang-cross:1.12.9@sha256:3ea9dcef4dd2c46d80445c0b22d6177817f4cfce22c523cc12a5a1091cb37705 AS build
 ---> 518d5e4626aa
Step 2/18 : ENV     DISABLE_WARN_OUTSIDE_CONTAINER=1
 ---> Using cache
 ---> bbf786b001ab
Step 3/18 : RUN apt-get install -y -q --no-install-recommends     coreutils     util-linux     uuid-runtime
 ---> Using cache
 ---> 74e0b2daf2df
Step 4/18 : WORKDIR /go/src/github.com/docker/cli
 ---> Using cache
 ---> 7cfaee4b5d13
Step 5/18 : RUN git clone https://github.com/docker/cli . && git checkout a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb
 ---> Using cache
 ---> 178e7cd73c17
Step 6/18 : ARG GOPROXY
 ---> Using cache
 ---> 2c7422781cae
Step 7/18 : RUN make binary-osx binary-windows binary &&  cp build/docker-linux-amd64 /usr/bin/docker
 ---> Using cache
 ---> bbffb4ba6bc4
Step 8/18 : WORKDIR /go/src/github.com/docker/app/
 ---> Using cache
 ---> 02a4527cc95c
Step 9/18 : FROM build AS dev
 ---> 02a4527cc95c
Step 10/18 : ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/
 ---> Using cache
 ---> 5c972d99b96a
Step 11/18 : ARG DEP_VERSION=v0.5.4
 ---> Using cache
 ---> b4dbb6ed7936
Step 12/18 : RUN curl -o /usr/bin/dep -L https://github.com/golang/dep/releases/download/${DEP_VERSION}/dep-linux-amd64 &&     chmod +x /usr/bin/dep
 ---> Using cache
 ---> 40fbd4130e3c
Step 13/18 : ARG GOTESTSUM_VERSION=v0.3.4
 ---> Using cache
 ---> edf28037cc00
Step 14/18 : ARG GOPROXY
 ---> Using cache
 ---> 94332f7b08c0
Step 15/18 : RUN mkdir $GOPATH/src/gotest.tools &&     git clone -q https://github.com/gotestyourself/gotestsum $GOPATH/src/gotest.tools/gotestsum &&     cd $GOPATH/src/gotest.tools/gotestsum &&     git -C $GOPATH/src/gotest.tools/gotestsum checkout -q $GOTESTSUM_VERSION &&     GO111MODULE=on GOOS=linux   go build -o /usr/local/bin/gotestsum-linux       gotest.tools/gotestsum &&     GO111MODULE=on GOOS=darwin  go build -o /usr/local/bin/gotestsum-darwin      gotest.tools/gotestsum &&     GO111MODULE=on GOOS=windows go build -o /usr/local/bin/gotestsum-windows.exe gotest.tools/gotestsum &&     ln -s gotestsum-linux /usr/local/bin/gotestsum
 ---> Using cache
 ---> fdb97089aace
Step 16/18 : RUN GOOS=linux   go build -o /usr/local/bin/test2json-linux       cmd/test2json &&     GOOS=darwin  go build -o /usr/local/bin/test2json-darwin      cmd/test2json &&     GOOS=windows go build -o /usr/local/bin/test2json-windows.exe cmd/test2json
 ---> Using cache
 ---> 77bf35c49665
Step 17/18 : RUN go get -d gopkg.in/mjibson/esc.v0 &&     cd /go/src/github.com/mjibson/esc &&     go build -v -o /usr/bin/esc . &&     rm -rf /go/src/* /go/pkg/* /go/bin/*
 ---> Using cache
 ---> d26095754a07
Step 18/18 : COPY . .
Loaded image: docker/cnab-app-base:jenkins-app-PR-664-1-coverage
[Pipeline] }
[Pipeline] // dir
[Pipeline] ansiColor
[Pipeline] {
[Pipeline] sh
+ make -f docker.Makefile TAG=jenkins-app-PR-664-1-coverage coverage-run
docker build --build-arg=EXPERIMENTAL --build-arg=TAG --build-arg=COMMIT --build-arg=ALPINE_VERSION --build-arg=GOPROXY --target=dev -t docker-app-dev:jenkins-app-PR-664-1 .
Unstashed file(s) from https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-664/1/stashes/invocation-image.tgz
[Pipeline] sh
+ docker load -i invocation-image.tar
Sending build context to Docker daemon  73.04MB

Step 1/18 : FROM dockercore/golang-cross:1.12.9@sha256:3ea9dcef4dd2c46d80445c0b22d6177817f4cfce22c523cc12a5a1091cb37705 AS build
 ---> 518d5e4626aa
Step 2/18 : ENV     DISABLE_WARN_OUTSIDE_CONTAINER=1
Loaded image: docker/cnab-app-base:jenkins-app-PR-664-1
[Pipeline] }
[Pipeline] // dir
[Pipeline] unstash
 ---> Running in 63fe017cf3db
Removing intermediate container 63fe017cf3db
 ---> f7ee8a0e179a
Step 3/18 : RUN apt-get install -y -q --no-install-recommends     coreutils     util-linux     uuid-runtime
 ---> Running in e5de33967122
 ---> bbedbb0a9b65
[Warning] One or more build-args [TAG ALPINE_VERSION COMMIT EXPERIMENTAL] were not consumed
Successfully built bbedbb0a9b65
Successfully tagged docker-app-dev:jenkins-app-PR-664-1
docker run -v /var/run:/var/run:ro --name docker-app-cov-jenkins-app-PR-664-1-coverage-experimental --network="host" -t docker-app-dev:jenkins-app-PR-664-1 make COMMIT=f443e04b TAG=jenkins-app-PR-664-1-coverage-experimental EXPERIMENTAL=on TEST_RESULTS_PREFIX=experimental- coverage
Reading package lists...
Building dependency tree...
Reading state information...
coreutils is already the newest version (8.30-3).
coreutils set to manually installed.
util-linux is already the newest version (2.33.1-0.1).
util-linux set to manually installed.
The following NEW packages will be installed:
  uuid-runtime
0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
Need to get 95.2 kB of archives.
After this operation, 211 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian buster/main amd64 uuid-runtime amd64 2.33.1-0.1 [95.2 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 95.2 kB in 0s (351 kB/s)
Selecting previously unselected package uuid-runtime.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 25419 files and directories currently installed.)
Preparing to unpack .../uuid-runtime_2.33.1-0.1_amd64.deb ...
Unpacking uuid-runtime (2.33.1-0.1) ...
Setting up uuid-runtime (2.33.1-0.1) ...
Adding group `uuidd' (GID 102) ...
Done.
Warning: The home dir /run/uuidd you specified can't be accessed: No such file or directory
Adding system user `uuidd' (UID 101) ...
Adding new user `uuidd' (UID 101) with group `uuidd' ...
Not creating home directory `/run/uuidd'.
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
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=f443e04b -X github.com/docker/app/internal.Version=jenkins-app-PR-664-1-coverage-experimental -X github.com/docker/app/internal.Experimental=on -X github.com/docker/app/internal.BuildTime=2019-10-03T14:36:46Z" -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/commands/image github.com/docker/app/internal/compose github.com/docker/app/internal/formatter github.com/docker/app/internal/formatter/driver github.com/docker/app/internal/formatter/json github.com/docker/app/internal/formatter/yaml github.com/docker/app/internal/inspect github.com/docker/app/internal/log github.com/docker/app/internal/packager github.com/docker/app/internal/slices github.com/docker/app/internal/store github.com/docker/app/internal/yaml github.com/docker/app/loader github.com/docker/app/render github.com/docker/app/specification github.com/docker/app/types github.com/docker/app/types/metadata github.com/docker/app/types/parameters
Removing intermediate container e5de33967122
 ---> c7e3cbb41680
Step 4/18 : WORKDIR /go/src/github.com/docker/cli
 ---> Running in 1bc848fd3f28
Removing intermediate container 1bc848fd3f28
 ---> 2f4e12afc1e1
Step 5/18 : RUN git clone https://github.com/docker/cli . && git checkout a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb
 ---> Running in eb99846cb42b
∅  .
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
Unstashed file(s) from https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-664/1/stashes/binaries.tgz
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-664/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-664/1/stashes/examples.tgz
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-664/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-664/1/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
Removing intermediate container eb99846cb42b
 ---> a71c271640cb
Step 6/18 : ARG GOPROXY
 ---> Running in a456a28cba2d
Removing intermediate container a456a28cba2d
 ---> 0cc0af57ec1d
Step 7/18 : RUN make binary-osx binary-windows binary &&  cp build/docker-linux-amd64 /usr/bin/docker
 ---> Running in f74e997c93b2
./scripts/build/osx
Building build/docker-darwin-amd64
PASS e2e/linux.TestCallCustomStatusAction/validCustomDockerStatusAction (7.21s)
PASS e2e/linux.TestCallCustomStatusAction/validCustomStandardStatusAction (3.17s)
PASS e2e/linux.TestCallCustomStatusAction/missingCustomStatusAction (2.95s)
PASS e2e/linux.TestCallCustomStatusAction (13.34s)
PASS e2e/linux.TestCnabParameters (3.10s)
PASS e2e/linux.TestExitErrorCode (0.06s)
=== RUN   TestRender/envvariables/stdout
        --- FAIL: TestRender/envvariables/stdout (1.62s)
            commands_test.go:63: failed to parse source file: /go/src/github.com/docker/app/e2e/commands_test.go: open /go/src/github.com/docker/app/e2e/commands_test.go: no such file or directory
            commands_test.go:63: assertion failed: 
                --- ←
                +++ →
                @@ -1,9 +1 @@
                -version: "3.4"
                -services:
                -  test:
                -    command:
                -    - bash
                -    - -c
                -    - cat bar bam
                -    image: alpine:latest
                 
                : rendering mismatch
FAIL e2e/linux.TestRender/envvariables/stdout (1.62s)
=== RUN   TestRender/envvariables/file
        --- FAIL: TestRender/envvariables/file (1.35s)
            commands_test.go:68: assertion failed: error is not nil: open /tmp/-362238123/actual.yaml: no such file or directory: missing '/tmp/-362238123/actual.yaml' file
FAIL e2e/linux.TestRender/envvariables/file (1.35s)
=== RUN   TestRender/envvariables
    --- FAIL: TestRender/envvariables (2.97s)
FAIL e2e/linux.TestRender/envvariables (2.97s)
=== RUN   TestRender
--- FAIL: TestRender (2.97s)
FAIL e2e/linux.TestRender (2.97s)
=== RUN   TestRenderFormatters
--- FAIL: TestRenderFormatters (1.57s)
    commands_test.go:80: assertion failed: 
        --- expected
        +++ actual
        @@ -1,79 +1 @@
        -{
        -  "networks": {
        -    "back": {
        -      "ipam": {},
        -      "external": false
        -    },
        -    "front": {
        -      "ipam": {},
        -      "external": false
        -    }
        -  },
        -  "services": {
        -    "api": {
        -      "build": {},
        -      "credential_spec": {},
        -      "deploy": {
        -        "resources": {},
        -        "placement": {}
        -      },
        -      "image": "python:3.6",
        -      "networks": {
        -        "back": null,
        -        "front": {
        -          "aliases": [
        -            "api.example.com",
        -            "example.com"
        -          ]
        -        }
        -      }
        -    },
        -    "db": {
        -      "build": {},
        -      "credential_spec": {},
        -      "deploy": {
        -        "resources": {},
        -        "placement": {}
        -      },
        -      "image": "postgres:9.3",
        -      "networks": {
        -        "back": null
        -      }
        -    },
        -    "web": {
        -      "build": {},
        -      "credential_spec": {},
        -      "deploy": {
        -        "resources": {},
        -        "placement": {}
        -      },
        -      "image": "nginx:latest",
        -      "networks": {
        -        "front": null
        -      },
        -      "ports": [
        -        {
        -          "mode": "ingress",
        -          "target": 80,
        -          "published": 8082,
        -          "protocol": "tcp"
        -        }
        -      ],
        -      "volumes": [
        -        {
        -          "type": "volume",
        -          "source": "static",
        -          "target": "/opt/data/static"
        -        }
        -      ]
        -    }
        -  },
        -  "version": "3.6",
        -  "volumes": {
        -    "static": {
        -      "name": "corp/web-static-data",
        -      "external": true
        -    }
        -  }
        -}
         
        
FAIL e2e/linux.TestRenderFormatters (1.57s)
PASS e2e/linux.TestInit (0.13s)
PASS e2e/linux.TestDetectApp (4.33s)
PASS e2e/linux.TestBundle/simple-bundle (1.46s)
PASS e2e/linux.TestBundle/bundle-with-tag (0.35s)
PASS e2e/linux.TestBundle (13.32s)
=== RUN   TestDockerAppLifecycle/withBindMounts
    --- FAIL: TestDockerAppLifecycle/withBindMounts (12.91s)
        commands_test.go:494: failed to parse source file: /go/src/github.com/docker/app/e2e/commands_test.go: open /go/src/github.com/docker/app/e2e/commands_test.go: no such file or directory
FAIL e2e/linux.TestDockerAppLifecycle/withBindMounts (12.91s)
=== RUN   TestDockerAppLifecycle/withoutBindMounts
    --- FAIL: TestDockerAppLifecycle/withoutBindMounts (12.70s)
        commands_test.go:494: failed to parse source file: /go/src/github.com/docker/app/e2e/commands_test.go: open /go/src/github.com/docker/app/e2e/commands_test.go: no such file or directory
FAIL e2e/linux.TestDockerAppLifecycle/withoutBindMounts (12.70s)
=== RUN   TestDockerAppLifecycle
--- FAIL: TestDockerAppLifecycle (25.61s)
FAIL e2e/linux.TestDockerAppLifecycle (25.61s)
PASS e2e/linux.TestCredentials/missing (0.09s)
=== RUN   TestCredentials/full
    --- FAIL: TestCredentials/full (1.86s)
        commands_test.go:415: assertion failed: 
            --- expected
            +++ actual
            @@ -5,4 +5,3 @@
             /var/secret_three/data.txt
             baz
            -Application "full" installed on context "default"
             
            
FAIL e2e/linux.TestCredentials/full (1.86s)
=== RUN   TestCredentials/mixed-credstore
    --- FAIL: TestCredentials/mixed-credstore (1.27s)
        commands_test.go:426: assertion failed: 
            --- expected
            +++ actual
            @@ -5,4 +5,3 @@
             /var/secret_three/data.txt
             xyzzy
            -Application "mixed-credstore" installed on context "default"
             
            
FAIL e2e/linux.TestCredentials/mixed-credstore (1.27s)
=== RUN   TestCredentials/mixed-local-cred
    --- FAIL: TestCredentials/mixed-local-cred (1.25s)
        commands_test.go:437: assertion failed: 
            --- expected
            +++ actual
            @@ -5,4 +5,3 @@
             /var/secret_three/data.txt
             xyzzy
            -Application "mixed-local-cred" installed on context "default"
             
            
FAIL e2e/linux.TestCredentials/mixed-local-cred (1.25s)
PASS e2e/linux.TestCredentials/overload (0.06s)
=== RUN   TestCredentials
--- FAIL: TestCredentials (4.53s)
FAIL e2e/linux.TestCredentials (4.53s)
=== RUN   TestRenderWithEnvFile
--- FAIL: TestRenderWithEnvFile (1.73s)
    envfile_test.go:16: assertion failed: 
        Command:  /home/ubuntu/workspace/app_PR-664/src/github.com/docker/app/docker-linux app render testdata/envfile/envfile.dockerapp
        ExitCode: 0
        Stdout:   
        Stderr:   
        
        Failures:
        Expected stdout to contain "version: \"3.7\"\nservices:\n  db:\n    environment:\n      COMPANY: mycompany\n      SOME_FILE: /some/file\n      USER: myuser\n    image: busybox:1.30.1"
FAIL e2e/linux.TestRenderWithEnvFile (1.73s)
PASS e2e/linux.TestExamplesAreValid (0.17s)
∅  cmd/cnab-run
∅  cmd/docker-app
∅  cmd/docker-app-standalone
✓  internal (3ms)
✓  internal/commands/image (29ms)
✓  internal/compose (6ms)
✓  internal/formatter (3ms)
✓  internal/commands (458ms)
∅  internal/formatter/driver
∅  internal/formatter/json
∅  internal/formatter/yaml
✓  internal/inspect (50ms)
∅  internal/log
✓  internal/slices (7ms)
✓  internal/packager (28ms)
✓  internal/store (27ms)
✓  internal/yaml (12ms)
✓  loader (25ms)
✓  render (44ms)
✓  specification (12ms)
✓  types (19ms)
✓  types/metadata (7ms)
✓  types/parameters (5ms)

DONE 215 tests in 92.302s
CGO_ENABLED=0 go test -tags=""experimental" testrunmain" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=f443e04b -X github.com/docker/app/internal.Version=jenkins-app-PR-664-1-coverage-experimental -X github.com/docker/app/internal.Experimental=on -X github.com/docker/app/internal.BuildTime=2019-10-03T14:36:46Z" -coverpkg="./..." -c -o _build/docker-app.cov ./cmd/docker-app
=== RUN   TestImageList
--- FAIL: TestImageList (17.14s)
panic: runtime error: index out of range [recovered]
	panic: runtime error: index out of range

goroutine 193 [running]:
testing.tRunner.func1(0xc0000a2100)
	/usr/local/go/src/testing/testing.go:830 +0x392
panic(0xa16300, 0xfdbe10)
	/usr/local/go/src/runtime/panic.go:522 +0x1b5
github.com/docker/app/e2e.insertBundles(0xc0000a2100, 0xc0001fba40, 0x6, 0x6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
	/go/src/github.com/docker/app/e2e/images_test.go:26 +0xfc5
github.com/docker/app/e2e.TestImageList.func1(0xc0001c2bd0, 0xf, 0xc0001c2fc0, 0xe, 0xc0002078c0, 0x4, 0x4, 0x0, 0x0, 0x0, ...)
	/go/src/github.com/docker/app/e2e/images_test.go:52 +0x149
github.com/docker/app/e2e.runWithDindSwarmAndRegistry(0xc0000a2100, 0xc0004a3f88)
	/go/src/github.com/docker/app/e2e/helper_test.go:86 +0x1791
github.com/docker/app/e2e.TestImageList(0xc0000a2100)
	/go/src/github.com/docker/app/e2e/images_test.go:47 +0x4e
testing.tRunner(0xc0000a2100, 0xae09a0)
	/usr/local/go/src/testing/testing.go:865 +0xc0
created by testing.(*T).Run
	/usr/local/go/src/testing/testing.go:916 +0x35a
FAIL e2e/linux.TestImageList (88.03s)

=== Failed
=== FAIL: e2e/linux TestRender/envvariables/stdout (1.62s)
        --- FAIL: TestRender/envvariables/stdout (1.62s)
            commands_test.go:63: failed to parse source file: /go/src/github.com/docker/app/e2e/commands_test.go: open /go/src/github.com/docker/app/e2e/commands_test.go: no such file or directory
            commands_test.go:63: assertion failed: 
                --- ←
                +++ →
                @@ -1,9 +1 @@
                -version: "3.4"
                -services:
                -  test:
                -    command:
                -    - bash
                -    - -c
                -    - cat bar bam
                -    image: alpine:latest
                 
                : rendering mismatch

=== FAIL: e2e/linux TestRender/envvariables/file (1.35s)
        --- FAIL: TestRender/envvariables/file (1.35s)
            commands_test.go:68: assertion failed: error is not nil: open /tmp/-362238123/actual.yaml: no such file or directory: missing '/tmp/-362238123/actual.yaml' file

=== FAIL: e2e/linux TestRender/envvariables (2.97s)
    --- FAIL: TestRender/envvariables (2.97s)

=== FAIL: e2e/linux TestRender (2.97s)

=== FAIL: e2e/linux TestRenderFormatters (1.57s)
    commands_test.go:80: assertion failed: 
        --- expected
        +++ actual
        @@ -1,79 +1 @@
        -{
        -  "networks": {
        -    "back": {
        -      "ipam": {},
        -      "external": false
        -    },
        -    "front": {
        -      "ipam": {},
        -      "external": false
        -    }
        -  },
        -  "services": {
        -    "api": {
        -      "build": {},
        -      "credential_spec": {},
        -      "deploy": {
        -        "resources": {},
        -        "placement": {}
        -      },
        -      "image": "python:3.6",
        -      "networks": {
        -        "back": null,
        -        "front": {
        -          "aliases": [
        -            "api.example.com",
        -            "example.com"
        -          ]
        -        }
        -      }
        -    },
        -    "db": {
        -      "build": {},
        -      "credential_spec": {},
        -      "deploy": {
        -        "resources": {},
        -        "placement": {}
        -      },
        -      "image": "postgres:9.3",
        -      "networks": {
        -        "back": null
        -      }
        -    },
        -    "web": {
        -      "build": {},
        -      "credential_spec": {},
        -      "deploy": {
        -        "resources": {},
        -        "placement": {}
        -      },
        -      "image": "nginx:latest",
        -      "networks": {
        -        "front": null
        -      },
        -      "ports": [
        -        {
        -          "mode": "ingress",
        -          "target": 80,
        -          "published": 8082,
        -          "protocol": "tcp"
        -        }
        -      ],
        -      "volumes": [
        -        {
        -          "type": "volume",
        -          "source": "static",
        -          "target": "/opt/data/static"
        -        }
        -      ]
        -    }
        -  },
        -  "version": "3.6",
        -  "volumes": {
        -    "static": {
        -      "name": "corp/web-static-data",
        -      "external": true
        -    }
        -  }
        -}
         
        

=== FAIL: e2e/linux TestDockerAppLifecycle/withBindMounts (12.91s)
    --- FAIL: TestDockerAppLifecycle/withBindMounts (12.91s)
        commands_test.go:494: failed to parse source file: /go/src/github.com/docker/app/e2e/commands_test.go: open /go/src/github.com/docker/app/e2e/commands_test.go: no such file or directory

=== FAIL: e2e/linux TestDockerAppLifecycle/withoutBindMounts (12.70s)
    --- FAIL: TestDockerAppLifecycle/withoutBindMounts (12.70s)
        commands_test.go:494: failed to parse source file: /go/src/github.com/docker/app/e2e/commands_test.go: open /go/src/github.com/docker/app/e2e/commands_test.go: no such file or directory

=== FAIL: e2e/linux TestDockerAppLifecycle (25.61s)

=== FAIL: e2e/linux TestCredentials/full (1.86s)
    --- FAIL: TestCredentials/full (1.86s)
        commands_test.go:415: assertion failed: 
            --- expected
            +++ actual
            @@ -5,4 +5,3 @@
             /var/secret_three/data.txt
             baz
            -Application "full" installed on context "default"
             
            

=== FAIL: e2e/linux TestCredentials/mixed-credstore (1.27s)
    --- FAIL: TestCredentials/mixed-credstore (1.27s)
        commands_test.go:426: assertion failed: 
            --- expected
            +++ actual
            @@ -5,4 +5,3 @@
             /var/secret_three/data.txt
             xyzzy
            -Application "mixed-credstore" installed on context "default"
             
            

=== FAIL: e2e/linux TestCredentials/mixed-local-cred (1.25s)
    --- FAIL: TestCredentials/mixed-local-cred (1.25s)
        commands_test.go:437: assertion failed: 
            --- expected
            +++ actual
            @@ -5,4 +5,3 @@
             /var/secret_three/data.txt
             xyzzy
            -Application "mixed-local-cred" installed on context "default"
             
            

=== FAIL: e2e/linux TestCredentials (4.53s)

=== FAIL: e2e/linux TestRenderWithEnvFile (1.73s)
    envfile_test.go:16: assertion failed: 
        Command:  /home/ubuntu/workspace/app_PR-664/src/github.com/docker/app/docker-linux app render testdata/envfile/envfile.dockerapp
        ExitCode: 0
        Stdout:   
        Stderr:   
        
        Failures:
        Expected stdout to contain "version: \"3.7\"\nservices:\n  db:\n    environment:\n      COMPANY: mycompany\n      SOME_FILE: /some/file\n      USER: myuser\n    image: busybox:1.30.1"

=== FAIL: e2e/linux TestImageList (88.03s)
panic: runtime error: index out of range [recovered]
	panic: runtime error: index out of range

goroutine 193 [running]:
testing.tRunner.func1(0xc0000a2100)
	/usr/local/go/src/testing/testing.go:830 +0x392
panic(0xa16300, 0xfdbe10)
	/usr/local/go/src/runtime/panic.go:522 +0x1b5
github.com/docker/app/e2e.insertBundles(0xc0000a2100, 0xc0001fba40, 0x6, 0x6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
	/go/src/github.com/docker/app/e2e/images_test.go:26 +0xfc5
github.com/docker/app/e2e.TestImageList.func1(0xc0001c2bd0, 0xf, 0xc0001c2fc0, 0xe, 0xc0002078c0, 0x4, 0x4, 0x0, 0x0, 0x0, ...)
	/go/src/github.com/docker/app/e2e/images_test.go:52 +0x149
github.com/docker/app/e2e.runWithDindSwarmAndRegistry(0xc0000a2100, 0xc0004a3f88)
	/go/src/github.com/docker/app/e2e/helper_test.go:86 +0x1791
github.com/docker/app/e2e.TestImageList(0xc0000a2100)
	/go/src/github.com/docker/app/e2e/images_test.go:47 +0x4e
testing.tRunner(0xc0000a2100, 0xae09a0)
	/usr/local/go/src/testing/testing.go:865 +0xc0
created by testing.(*T).Run
	/usr/local/go/src/testing/testing.go:916 +0x35a


DONE 28 tests, 14 failures in 88.033s
time="2019-10-03T14:38: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-664/1/artifacts/
[Pipeline] junit
Recording test results
[Pipeline] sh
+ docker rmi docker/cnab-app-base:jenkins-app-PR-664-1
Untagged: docker/cnab-app-base:jenkins-app-PR-664-1
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch Test Linux
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=f443e04b -X github.com/docker/app/internal.Version=jenkins-app-PR-664-1-coverage-experimental -X github.com/docker/app/internal.Experimental=on -X github.com/docker/app/internal.BuildTime=2019-10-03T14:36:46Z" -v ./e2e
./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

=== Failed
=== FAIL: e2e TestRender/envvariables/stdout (1.74s)
        --- FAIL: TestRender/envvariables/stdout (1.74s)
            commands_test.go:63: assertion failed: 
                --- ←
                +++ →
                @@ -1,9 +1 @@
                -version: "3.4"
                -services:
                -  test:
                -    command:
                -    - bash
                -    - -c
                -    - cat bar bam
                -    image: alpine:latest
                 
                : rendering mismatch

=== FAIL: e2e TestRender/envvariables/file (1.59s)
        --- FAIL: TestRender/envvariables/file (1.59s)
            commands_test.go:68: assertion failed: error is not nil: open /tmp/-144395634/actual.yaml: no such file or directory: missing '/tmp/-144395634/actual.yaml' file

=== FAIL: e2e TestRender/envvariables (3.33s)
    --- FAIL: TestRender/envvariables (3.33s)

=== FAIL: e2e TestRender (3.33s)

=== FAIL: e2e TestRenderFormatters (1.76s)
    commands_test.go:80: assertion failed: 
        --- expected
        +++ actual
        @@ -1,79 +1 @@
        -{
        -  "networks": {
        -    "back": {
        -      "ipam": {},
        -      "external": false
        -    },
        -    "front": {
        -      "ipam": {},
        -      "external": false
        -    }
        -  },
        -  "services": {
        -    "api": {
        -      "build": {},
        -      "credential_spec": {},
        -      "deploy": {
        -        "resources": {},
        -        "placement": {}
        -      },
        -      "image": "python:3.6",
        -      "networks": {
        -        "back": null,
        -        "front": {
        -          "aliases": [
        -            "api.example.com",
        -            "example.com"
        -          ]
        -        }
        -      }
        -    },
        -    "db": {
        -      "build": {},
        -      "credential_spec": {},
        -      "deploy": {
        -        "resources": {},
        -        "placement": {}
        -      },
        -      "image": "postgres:9.3",
        -      "networks": {
        -        "back": null
        -      }
        -    },
        -    "web": {
        -      "build": {},
        -      "credential_spec": {},
        -      "deploy": {
        -        "resources": {},
        -        "placement": {}
        -      },
        -      "image": "nginx:latest",
        -      "networks": {
        -        "front": null
        -      },
        -      "ports": [
        -        {
        -          "mode": "ingress",
        -          "target": 80,
        -          "published": 8082,
        -          "protocol": "tcp"
        -        }
        -      ],
        -      "volumes": [
        -        {
        -          "type": "volume",
        -          "source": "static",
        -          "target": "/opt/data/static"
        -        }
        -      ]
        -    }
        -  },
        -  "version": "3.6",
        -  "volumes": {
        -    "static": {
        -      "name": "corp/web-static-data",
        -      "external": true
        -    }
        -  }
        -}
         
        

=== FAIL: e2e TestDockerAppLifecycle/withBindMounts (13.10s)
    --- FAIL: TestDockerAppLifecycle/withBindMounts (13.10s)
        commands_test.go:494: assertion failed: expression is false: exp.MatchString(combined): expected "WARNING: installing over previously failed installation \"TestDockerAppLifecycle_withBindMounts\"" != actual "Creating network TestDockerAppLifecycle_withBindMounts_back\nCreating network TestDockerAppLifecycle_withBindMounts_front\nCreating service TestDockerAppLifecycle_withBindMounts_db\nCreating service TestDockerAppLifecycle_withBindMounts_api\nCreating service TestDockerAppLifecycle_withBindMounts_web\n"

=== FAIL: e2e TestDockerAppLifecycle/withoutBindMounts (14.00s)
    --- FAIL: TestDockerAppLifecycle/withoutBindMounts (14.00s)
        commands_test.go:494: assertion failed: expression is false: exp.MatchString(combined): expected "WARNING: installing over previously failed installation \"TestDockerAppLifecycle_withoutBindMounts\"" != actual "Creating network TestDockerAppLifecycle_withoutBindMounts_front\nCreating network TestDockerAppLifecycle_withoutBindMounts_back\nCreating service TestDockerAppLifecycle_withoutBindMounts_api\nCreating service TestDockerAppLifecycle_withoutBindMounts_web\nCreating service TestDockerAppLifecycle_withoutBindMounts_db\n"

=== FAIL: e2e TestDockerAppLifecycle (27.10s)

=== FAIL: e2e TestCredentials/full (1.54s)
    --- FAIL: TestCredentials/full (1.54s)
        commands_test.go:415: assertion failed: 
            --- expected
            +++ actual
            @@ -5,4 +5,3 @@
             /var/secret_three/data.txt
             baz
            -Application "full" installed on context "default"
             
            

=== FAIL: e2e TestCredentials/mixed-credstore (1.44s)
    --- FAIL: TestCredentials/mixed-credstore (1.44s)
        commands_test.go:426: assertion failed: 
            --- expected
            +++ actual
            @@ -5,4 +5,3 @@
             /var/secret_three/data.txt
             xyzzy
            -Application "mixed-credstore" installed on context "default"
             
            

=== FAIL: e2e TestCredentials/mixed-local-cred (1.44s)
    --- FAIL: TestCredentials/mixed-local-cred (1.44s)
        commands_test.go:437: assertion failed: 
            --- expected
            +++ actual
            @@ -5,4 +5,3 @@
             /var/secret_three/data.txt
             xyzzy
            -Application "mixed-local-cred" installed on context "default"
             
            

=== FAIL: e2e TestCredentials (4.58s)

=== FAIL: e2e TestRenderWithEnvFile (1.77s)
    envfile_test.go:16: assertion failed: 
        Command:  docker app render testdata/envfile/envfile.dockerapp
        ExitCode: 0
        Stdout:   
        Stderr:   
        
        Failures:
        Expected stdout to contain "version: \"3.7\"\nservices:\n  db:\n    environment:\n      COMPANY: mycompany\n      SOME_FILE: /some/file\n      USER: myuser\n    image: busybox:1.30.1"

=== FAIL: e2e TestImageList (79.55s)
panic: runtime error: index out of range [recovered]
	panic: runtime error: index out of range

goroutine 178 [running]:
testing.tRunner.func1(0xc000342200)
	/usr/local/go/src/testing/testing.go:830 +0x392
panic(0xa16300, 0xfdbe10)
	/usr/local/go/src/runtime/panic.go:522 +0x1b5
github.com/docker/app/e2e.insertBundles(0xc000342200, 0xc000432000, 0x6, 0x6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
	/go/src/github.com/docker/app/e2e/images_test.go:26 +0xfc5
github.com/docker/app/e2e.TestImageList.func1(0xc00031b8a0, 0xf, 0xc0002ea430, 0xe, 0xc0003238c0, 0x4, 0x4, 0x0, 0x0, 0x0, ...)
	/go/src/github.com/docker/app/e2e/images_test.go:52 +0x149
github.com/docker/app/e2e.runWithDindSwarmAndRegistry(0xc000342200, 0xc000293f88)
	/go/src/github.com/docker/app/e2e/helper_test.go:86 +0x1791
github.com/docker/app/e2e.TestImageList(0xc000342200)
	/go/src/github.com/docker/app/e2e/images_test.go:47 +0x4e
testing.tRunner(0xc000342200, 0xae09a0)
	/usr/local/go/src/testing/testing.go:865 +0xc0
created by testing.(*T).Run
	/usr/local/go/src/testing/testing.go:916 +0x35a
FAIL	github.com/docker/app/e2e	79.545s


DONE 28 tests, 14 failures in 81.133s
make: *** [Makefile:112: coverage-test-e2e] Error 1
docker.Makefile:106: recipe for target 'coverage-run' failed
make: *** [coverage-run] Error 2
+ true
[Pipeline] sh
+ make EXPERIMENTAL=on TEST_RESULTS_PREFIX=experimental- -f docker.Makefile TAG=jenkins-app-PR-664-1-coverage-experimental coverage-results
docker cp docker-app-cov-jenkins-app-PR-664-1-coverage-experimental:/go/src/github.com/docker/app/_build/cov/ ./_build/ci-cov
docker cp docker-app-cov-jenkins-app-PR-664-1-coverage-experimental:/go/src/github.com/docker/app/_build/test-results/ ./_build/test-results
docker rm docker-app-cov-jenkins-app-PR-664-1-coverage-experimental
docker-app-cov-jenkins-app-PR-664-1-coverage-experimental
[Pipeline] }
[Pipeline] // ansiColor
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-664/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-664/1/artifacts/
[Pipeline] junit
Recording test results
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ docker rmi docker/cnab-app-base:jenkins-app-PR-664-1-coverage-experimental
Untagged: docker/cnab-app-base:jenkins-app-PR-664-1-coverage-experimental
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Removing intermediate container f74e997c93b2
 ---> dee3c5af6c27
Step 8/18 : WORKDIR /go/src/github.com/docker/app/
 ---> Running in 2f4997d0f8f5
Removing intermediate container 2f4997d0f8f5
 ---> 79bc6c54f532
Step 9/18 : FROM build AS dev
 ---> 79bc6c54f532
Step 10/18 : ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/
 ---> Running in 331df73fca92
Removing intermediate container 331df73fca92
 ---> 091ea58a6d81
Step 11/18 : ARG DEP_VERSION=v0.5.4
 ---> Running in 14150bfe91ea
Removing intermediate container 14150bfe91ea
 ---> 2a70acc575fd
Step 12/18 : RUN curl -o /usr/bin/dep -L https://github.com/golang/dep/releases/download/${DEP_VERSION}/dep-linux-amd64 &&     chmod +x /usr/bin/dep
 ---> Running in c19019375c22
  % 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   5817      0 --:--:-- --:--:-- --:--:--  5873

100 10.5M  100 10.5M    0     0  46.7M      0 --:--:-- --:--:-- --:--:-- 46.7M
Removing intermediate container c19019375c22
 ---> 647e5bb2e598
Step 13/18 : ARG GOTESTSUM_VERSION=v0.3.4
 ---> Running in c43670ca72ac
Removing intermediate container c43670ca72ac
 ---> 741a2027e637
Step 14/18 : ARG GOPROXY
 ---> Running in a21317111fe9
Removing intermediate container a21317111fe9
 ---> 2bbdb52f7afd
Step 15/18 : RUN mkdir $GOPATH/src/gotest.tools &&     git clone -q https://github.com/gotestyourself/gotestsum $GOPATH/src/gotest.tools/gotestsum &&     cd $GOPATH/src/gotest.tools/gotestsum &&     git -C $GOPATH/src/gotest.tools/gotestsum checkout -q $GOTESTSUM_VERSION &&     GO111MODULE=on GOOS=linux   go build -o /usr/local/bin/gotestsum-linux       gotest.tools/gotestsum &&     GO111MODULE=on GOOS=darwin  go build -o /usr/local/bin/gotestsum-darwin      gotest.tools/gotestsum &&     GO111MODULE=on GOOS=windows go build -o /usr/local/bin/gotestsum-windows.exe gotest.tools/gotestsum &&     ln -s gotestsum-linux /usr/local/bin/gotestsum
 ---> Running in af9800995554
go: finding github.com/jonboulle/clockwork v0.1.0
go: finding github.com/sirupsen/logrus v1.0.5
go: finding github.com/spf13/pflag v1.0.1
go: finding github.com/pkg/errors v0.8.0
go: finding github.com/fatih/color v1.6.0
go: finding github.com/mattn/go-isatty v0.0.3
go: finding github.com/google/go-cmp v0.2.0
go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2
go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
go: finding gotest.tools v2.1.0+incompatible
go: finding github.com/onsi/ginkgo v1.8.0
go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
go: finding github.com/mattn/go-colorable v0.0.9
go: finding github.com/stretchr/testify v1.3.0
go: finding github.com/onsi/gomega v1.4.3
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/stretchr/objx v0.1.0
go: finding github.com/fsnotify/fsnotify v1.4.7
go: finding golang.org/x/text v0.3.0
go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
go: finding gopkg.in/fsnotify.v1 v1.4.7
go: finding gopkg.in/yaml.v2 v2.2.1
go: finding github.com/onsi/ginkgo v1.6.0
go: finding github.com/hpcloud/tail v1.0.0
go: finding golang.org/x/net v0.0.0-20180906233101-161cd47e91fd
go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
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/pkg/errors v0.8.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: downloading github.com/sirupsen/logrus v1.0.5
go: downloading github.com/fatih/color v1.6.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/pkg/errors v0.8.0
go: extracting github.com/jonboulle/clockwork v0.1.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/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 af9800995554
 ---> f1b1fecbadfe
Step 16/18 : RUN GOOS=linux   go build -o /usr/local/bin/test2json-linux       cmd/test2json &&     GOOS=darwin  go build -o /usr/local/bin/test2json-darwin      cmd/test2json &&     GOOS=windows go build -o /usr/local/bin/test2json-windows.exe cmd/test2json
 ---> Running in cd208a6d7ca8
Removing intermediate container cd208a6d7ca8
 ---> d552ed8f96a5
Step 17/18 : RUN go get -d gopkg.in/mjibson/esc.v0 &&     cd /go/src/github.com/mjibson/esc &&     go build -v -o /usr/bin/esc . &&     rm -rf /go/src/* /go/pkg/* /go/bin/*
 ---> Running in 88de41e5bff9
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 88de41e5bff9
 ---> 0d9862aa9320
Step 18/18 : COPY . .
 ---> b9a9e1ba0ac1
[Warning] One or more build-args [ALPINE_VERSION COMMIT EXPERIMENTAL TAG] were not consumed
Successfully built b9a9e1ba0ac1
Successfully tagged docker-app-dev:jenkins-app-PR-664-1
docker run -v /var/run:/var/run:ro --name docker-app-cov-jenkins-app-PR-664-1-coverage --network="host" -t docker-app-dev:jenkins-app-PR-664-1 make COMMIT=f443e04b TAG=jenkins-app-PR-664-1-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=f443e04b -X github.com/docker/app/internal.Version=jenkins-app-PR-664-1-coverage -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-03T14:41:45Z" -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/commands/image github.com/docker/app/internal/compose github.com/docker/app/internal/formatter github.com/docker/app/internal/formatter/driver github.com/docker/app/internal/formatter/json github.com/docker/app/internal/formatter/yaml github.com/docker/app/internal/inspect github.com/docker/app/internal/log github.com/docker/app/internal/packager github.com/docker/app/internal/slices github.com/docker/app/internal/store github.com/docker/app/internal/yaml github.com/docker/app/loader github.com/docker/app/render github.com/docker/app/specification github.com/docker/app/types github.com/docker/app/types/metadata github.com/docker/app/types/parameters
∅  .
∅  cmd/cnab-run
∅  cmd/docker-app
∅  cmd/docker-app-standalone
✓  internal (2ms)
✓  internal/commands/image (24ms)
✓  internal/compose (4ms)
✓  internal/formatter (7ms)
✓  internal/commands (585ms)
∅  internal/formatter/driver
∅  internal/formatter/json
∅  internal/formatter/yaml
✓  internal/inspect (59ms)
∅  internal/log
✓  internal/slices (14ms)
✓  internal/store (25ms)
✓  internal/packager (31ms)
✓  internal/yaml (8ms)
✓  loader (11ms)
✓  render (57ms)
✓  specification (15ms)
✓  types (41ms)
✓  types/metadata (6ms)
✓  types/parameters (4ms)

DONE 215 tests in 93.331s
CGO_ENABLED=0 go test -tags=""" testrunmain" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=f443e04b -X github.com/docker/app/internal.Version=jenkins-app-PR-664-1-coverage -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-03T14:41:45Z" -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=f443e04b -X github.com/docker/app/internal.Version=jenkins-app-PR-664-1-coverage -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-10-03T14:41:45Z" -v ./e2e

=== Failed
=== FAIL: e2e TestRender/envvariables/stdout (1.55s)
        --- FAIL: TestRender/envvariables/stdout (1.55s)
            commands_test.go:63: assertion failed: 
                --- ←
                +++ →
                @@ -1,9 +1 @@
                -version: "3.4"
                -services:
                -  test:
                -    command:
                -    - bash
                -    - -c
                -    - cat bar bam
                -    image: alpine:latest
                 
                : rendering mismatch

=== FAIL: e2e TestRender/envvariables/file (1.38s)
        --- FAIL: TestRender/envvariables/file (1.38s)
            commands_test.go:68: assertion failed: error is not nil: open /tmp/-221940684/actual.yaml: no such file or directory: missing '/tmp/-221940684/actual.yaml' file

=== FAIL: e2e TestRender/envvariables (2.93s)
    --- FAIL: TestRender/envvariables (2.93s)

=== FAIL: e2e TestRender (2.93s)

=== FAIL: e2e TestRenderFormatters (1.56s)
    commands_test.go:80: assertion failed: 
        --- expected
        +++ actual
        @@ -1,79 +1 @@
        -{
        -  "networks": {
        -    "back": {
        -      "ipam": {},
        -      "external": false
        -    },
        -    "front": {
        -      "ipam": {},
        -      "external": false
        -    }
        -  },
        -  "services": {
        -    "api": {
        -      "build": {},
        -      "credential_spec": {},
        -      "deploy": {
        -        "resources": {},
        -        "placement": {}
        -      },
        -      "image": "python:3.6",
        -      "networks": {
        -        "back": null,
        -        "front": {
        -          "aliases": [
        -            "api.example.com",
        -            "example.com"
        -          ]
        -        }
        -      }
        -    },
        -    "db": {
        -      "build": {},
        -      "credential_spec": {},
        -      "deploy": {
        -        "resources": {},
        -        "placement": {}
        -      },
        -      "image": "postgres:9.3",
        -      "networks": {
        -        "back": null
        -      }
        -    },
        -    "web": {
        -      "build": {},
        -      "credential_spec": {},
        -      "deploy": {
        -        "resources": {},
        -        "placement": {}
        -      },
        -      "image": "nginx:latest",
        -      "networks": {
        -        "front": null
        -      },
        -      "ports": [
        -        {
        -          "mode": "ingress",
        -          "target": 80,
        -          "published": 8082,
        -          "protocol": "tcp"
        -        }
        -      ],
        -      "volumes": [
        -        {
        -          "type": "volume",
        -          "source": "static",
        -          "target": "/opt/data/static"
        -        }
        -      ]
        -    }
        -  },
        -  "version": "3.6",
        -  "volumes": {
        -    "static": {
        -      "name": "corp/web-static-data",
        -      "external": true
        -    }
        -  }
        -}
         
        

=== FAIL: e2e TestDockerAppLifecycle/withBindMounts (17.03s)
    --- FAIL: TestDockerAppLifecycle/withBindMounts (17.03s)
        commands_test.go:494: assertion failed: expression is false: exp.MatchString(combined): expected "WARNING: installing over previously failed installation \"TestDockerAppLifecycle_withBindMounts\"" != actual "Creating network TestDockerAppLifecycle_withBindMounts_back\nCreating network TestDockerAppLifecycle_withBindMounts_front\nCreating service TestDockerAppLifecycle_withBindMounts_db\nCreating service TestDockerAppLifecycle_withBindMounts_api\nCreating service TestDockerAppLifecycle_withBindMounts_web\n"

=== FAIL: e2e TestDockerAppLifecycle/withoutBindMounts (14.00s)
    --- FAIL: TestDockerAppLifecycle/withoutBindMounts (14.00s)
        commands_test.go:494: assertion failed: expression is false: exp.MatchString(combined): expected "WARNING: installing over previously failed installation \"TestDockerAppLifecycle_withoutBindMounts\"" != actual "Creating network TestDockerAppLifecycle_withoutBindMounts_back\nCreating network TestDockerAppLifecycle_withoutBindMounts_front\nCreating service TestDockerAppLifecycle_withoutBindMounts_api\nCreating service TestDockerAppLifecycle_withoutBindMounts_web\nCreating service TestDockerAppLifecycle_withoutBindMounts_db\n"

=== FAIL: e2e TestDockerAppLifecycle (31.03s)

=== FAIL: e2e TestCredentials/full (2.00s)
    --- FAIL: TestCredentials/full (2.00s)
        commands_test.go:415: assertion failed: 
            --- expected
            +++ actual
            @@ -5,4 +5,3 @@
             /var/secret_three/data.txt
             baz
            -Application "full" installed on context "default"
             
            

=== FAIL: e2e TestCredentials/mixed-credstore (1.35s)
    --- FAIL: TestCredentials/mixed-credstore (1.35s)
        commands_test.go:426: assertion failed: 
            --- expected
            +++ actual
            @@ -5,4 +5,3 @@
             /var/secret_three/data.txt
             xyzzy
            -Application "mixed-credstore" installed on context "default"
             
            

=== FAIL: e2e TestCredentials/mixed-local-cred (1.25s)
    --- FAIL: TestCredentials/mixed-local-cred (1.25s)
        commands_test.go:437: assertion failed: 
            --- expected
            +++ actual
            @@ -5,4 +5,3 @@
             /var/secret_three/data.txt
             xyzzy
            -Application "mixed-local-cred" installed on context "default"
             
            

=== FAIL: e2e TestCredentials (4.78s)

=== FAIL: e2e TestRenderWithEnvFile (1.60s)
    envfile_test.go:16: assertion failed: 
        Command:  docker app render testdata/envfile/envfile.dockerapp
        ExitCode: 0
        Stdout:   
        Stderr:   
        
        Failures:
        Expected stdout to contain "version: \"3.7\"\nservices:\n  db:\n    environment:\n      COMPANY: mycompany\n      SOME_FILE: /some/file\n      USER: myuser\n    image: busybox:1.30.1"

=== FAIL: e2e TestImageList (90.84s)
panic: runtime error: index out of range [recovered]
	panic: runtime error: index out of range

goroutine 194 [running]:
testing.tRunner.func1(0xc0000a3700)
	/usr/local/go/src/testing/testing.go:830 +0x392
panic(0xa16300, 0xfdbe10)
	/usr/local/go/src/runtime/panic.go:522 +0x1b5
github.com/docker/app/e2e.insertBundles(0xc0000a3700, 0xc0003ec2a0, 0x6, 0x6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
	/go/src/github.com/docker/app/e2e/images_test.go:26 +0xfc5
github.com/docker/app/e2e.TestImageList.func1(0xc0002fcb00, 0xf, 0xc0002d8e20, 0xe, 0xc00020c000, 0x4, 0x4, 0x0, 0x0, 0x0, ...)
	/go/src/github.com/docker/app/e2e/images_test.go:52 +0x149
github.com/docker/app/e2e.runWithDindSwarmAndRegistry(0xc0000a3700, 0xc000493f88)
	/go/src/github.com/docker/app/e2e/helper_test.go:86 +0x1791
github.com/docker/app/e2e.TestImageList(0xc0000a3700)
	/go/src/github.com/docker/app/e2e/images_test.go:47 +0x4e
testing.tRunner(0xc0000a3700, 0xae09a0)
	/usr/local/go/src/testing/testing.go:865 +0xc0
created by testing.(*T).Run
	/usr/local/go/src/testing/testing.go:916 +0x35a
FAIL	github.com/docker/app/e2e	90.843s


DONE 28 tests, 14 failures in 92.443s
make: *** [Makefile:112: coverage-test-e2e] Error 1
docker.Makefile:106: recipe for target 'coverage-run' failed
make: *** [coverage-run] Error 2
+ true
[Pipeline] sh
+ make -f docker.Makefile TAG=jenkins-app-PR-664-1-coverage coverage-results
docker cp docker-app-cov-jenkins-app-PR-664-1-coverage:/go/src/github.com/docker/app/_build/cov/ ./_build/ci-cov
docker cp docker-app-cov-jenkins-app-PR-664-1-coverage:/go/src/github.com/docker/app/_build/test-results/ ./_build/test-results
docker rm docker-app-cov-jenkins-app-PR-664-1-coverage
docker-app-cov-jenkins-app-PR-664-1-coverage
[Pipeline] }
[Pipeline] // ansiColor
[Pipeline] archiveArtifacts
Archiving artifacts
‘_build/ci-cov/all.out’ doesn’t match anything: ‘_build’ exists but not ‘_build/ci-cov/all.out’
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-664/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-664/1/artifacts/
[Pipeline] junit
Recording test results
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ docker rmi docker/cnab-app-base:jenkins-app-PR-664-1-coverage
Untagged: docker/cnab-app-base:jenkins-app-PR-664-1-coverage
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch Coverage
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

ERROR: script returned exit code 1
Finished: FAILURE