Skip to content
Failed

Console Output

Skipping 60 KB.. Full Log
Running in /home/ubuntu/workspace/app_PR-619/src/github.com/docker/app/_build
[Pipeline] {
[Pipeline] stash
Removing intermediate container f7a626e3158e
 ---> ef03f183d81b
Step 6/18 : ARG GOPROXY
 ---> Running in 3574fa226f31
Removing intermediate container 3574fa226f31
 ---> 4eb14df6290c
Step 7/18 : RUN make binary-osx binary-windows binary &&  cp build/docker-linux-amd64 /usr/bin/docker
 ---> Running in 3634b8bd9714
./scripts/build/osx
Building build/docker-darwin-amd64
Stashed 1 file(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-619/3/stashes/invocation-image.tgz
[Pipeline] stash
Stashed 1 file(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-619/3/stashes/coverage-invocation-image.tgz
[Pipeline] stash
./scripts/build/windows
Generating windows resources
Building build/docker-windows-amd64
Stashed 1 file(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-619/3/stashes/coverage-experimental-invocation-image.tgz
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-619/src/github.com/docker/app
[Pipeline] {
[Pipeline] sh
+ docker rmi docker/cnab-app-base:jenkins-app-PR-619-3
Untagged: docker/cnab-app-base:jenkins-app-PR-619-3
[Pipeline] sh
+ docker rmi docker/cnab-app-base:jenkins-app-PR-619-3-coverage
Untagged: docker/cnab-app-base:jenkins-app-PR-619-3-coverage
[Pipeline] sh
+ docker rmi docker/cnab-app-base:jenkins-app-PR-619-3-coverage-experimental
Untagged: docker/cnab-app-base:jenkins-app-PR-619-3-coverage-experimental
Deleted: sha256:77ca71d781670959b655b5d4118a99970ff041eb380109c874299eda8d9b2c3b
Deleted: sha256:6eb01410d6ee5f02bf88b42b1f4c47351549fc8be93a2ce6f5c39274656eb480
Deleted: sha256:4b039105302ec4fc66bda1b73b886c712a04aaaa3dbc65d53e0074c014f63b27
Deleted: sha256:db1259f378be7d4fedd70323bf480c3fbfc26e937e148a0b0dda03bb47bf8d8e
Deleted: sha256:5f7da0a07d1191440d21685cdf32ae60301f85f2b42aed441d51cd3b525e5e1a
Deleted: sha256:6a8920c5f300c6d884ff256a61f9359d356f6f0cf5c1a956dacdb90a0f153b7c
Deleted: sha256:b60f43ea6272ca70f468f412352ce468724ec104a710711219595dd95372432b
[Pipeline] }
[Pipeline] // dir
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
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 767c96d03ba5
 ---> 3768fd5d4513
Step 8/8 : WORKDIR /go/src/github.com/docker/app/
 ---> Running in 64d7417c2dcd
Removing intermediate container 64d7417c2dcd
 ---> b265de621afa
[Warning] One or more build-args [ALPINE_VERSION COMMIT EXPERIMENTAL TAG] were not consumed
Successfully built b265de621afa
Successfully tagged docker-app-cli:jenkins-app-PR-619-3
docker create --name docker-app-cli-jenkins-app-PR-619-3 docker-app-cli:jenkins-app-PR-619-3 noop
eea357ba202cd39ae7bd67a8062df6a04ea32497f6d8c293320aad3039fbaa31
docker cp docker-app-cli-jenkins-app-PR-619-3:/go/src/github.com/docker/cli/build/docker-linux-amd64 bin/docker-linux
docker cp docker-app-cli-jenkins-app-PR-619-3:/go/src/github.com/docker/cli/build/docker-darwin-amd64 bin/docker-darwin
docker cp docker-app-cli-jenkins-app-PR-619-3:/go/src/github.com/docker/cli/build/docker-windows-amd64 bin/docker-windows.exe
docker rm docker-app-cli-jenkins-app-PR-619-3
docker-app-cli-jenkins-app-PR-619-3
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-619-3  .
Sending build context to Docker daemon  79.45MB

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
 ---> 5283028cfd1c
Step 3/22 : RUN apt-get install -y -q --no-install-recommends     coreutils     util-linux     uuid-runtime
 ---> Using cache
 ---> 47df5286d659
Step 4/22 : WORKDIR /go/src/github.com/docker/cli
 ---> Using cache
 ---> c4f2459b9490
Step 5/22 : RUN git clone https://github.com/docker/cli . && git checkout a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb
 ---> Using cache
 ---> fb8bd44c69da
Step 6/22 : ARG GOPROXY
 ---> Using cache
 ---> 34b98781764c
Step 7/22 : RUN make binary-osx binary-windows binary &&  cp build/docker-linux-amd64 /usr/bin/docker
 ---> Using cache
 ---> 3768fd5d4513
Step 8/22 : WORKDIR /go/src/github.com/docker/app/
 ---> Using cache
 ---> b265de621afa
Step 9/22 : FROM build AS dev
 ---> b265de621afa
Step 10/22 : ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/
 ---> Running in 00c8d6b6ec7d
Removing intermediate container 00c8d6b6ec7d
 ---> 01c873e8d709
Step 11/22 : ARG DEP_VERSION=v0.5.1
 ---> Running in 185130530fa7
Removing intermediate container 185130530fa7
 ---> 604f39676676
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 830c334d2158
  % 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   7756      0 --:--:-- --:--:-- --:--:--  7756

100 10.5M  100 10.5M    0     0  52.4M      0 --:--:-- --:--:-- --:--:-- 52.4M
Removing intermediate container 830c334d2158
 ---> 0cd97aa74629
Step 13/22 : ARG GOTESTSUM_VERSION=v0.3.4
 ---> Running in 7d54503c015e
Removing intermediate container 7d54503c015e
 ---> 48c4c7e78a9b
Step 14/22 : ARG GOPROXY
 ---> Running in 7d7acadee52a
Removing intermediate container 7d7acadee52a
 ---> 0548a80d1d75
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 6942661e034f
go: finding github.com/pkg/errors v0.8.0
go: finding github.com/stretchr/testify v1.3.0
go: finding github.com/google/go-cmp v0.2.0
go: finding github.com/sirupsen/logrus v1.0.5
go: finding github.com/onsi/gomega v1.4.3
go: finding github.com/fatih/color v1.6.0
go: finding github.com/onsi/ginkgo v1.8.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 gotest.tools v2.1.0+incompatible
go: finding github.com/mattn/go-isatty v0.0.3
go: finding github.com/spf13/pflag v1.0.1
go: finding github.com/onsi/ginkgo v1.6.0
go: finding github.com/golang/protobuf v1.2.0
go: finding gopkg.in/yaml.v2 v2.2.1
go: finding github.com/davecgh/go-spew v1.1.0
go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
go: finding github.com/fsnotify/fsnotify v1.4.7
go: finding github.com/pmezard/go-difflib v1.0.0
go: finding golang.org/x/text v0.3.0
go: finding gopkg.in/fsnotify.v1 v1.4.7
go: finding golang.org/x/net v0.0.0-20180906233101-161cd47e91fd
go: finding github.com/stretchr/objx v0.1.0
go: finding github.com/hpcloud/tail v1.0.0
go: finding github.com/jonboulle/clockwork v0.1.0
go: finding github.com/mattn/go-colorable v0.0.9
WARNING: binary creates a Linux executable. Use cross for macOS or Windows.
./scripts/build/binary
Building statically linked build/docker-linux-amd64
go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
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 golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
go: downloading github.com/sirupsen/logrus v1.0.5
go: downloading github.com/fatih/color v1.6.0
go: downloading github.com/jonboulle/clockwork v0.1.0
go: downloading github.com/spf13/pflag v1.0.1
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: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
go: extracting github.com/jonboulle/clockwork v0.1.0
go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
go: extracting github.com/spf13/pflag v1.0.1
go: extracting github.com/fatih/color v1.6.0
go: downloading github.com/mattn/go-isatty v0.0.3
go: downloading github.com/mattn/go-colorable v0.0.9
go: extracting github.com/mattn/go-isatty v0.0.3
go: extracting github.com/mattn/go-colorable v0.0.9
go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
Removing intermediate container 6942661e034f
 ---> f8616db4a75b
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 033db44c9be1
Removing intermediate container 033db44c9be1
 ---> b90c9bb9fc2d
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 0e609786ed56
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 0e609786ed56
 ---> 50dca755cbff
Step 18/22 : COPY . .
 ---> c6434ca36985
Step 19/22 : FROM dev AS cross
 ---> c6434ca36985
Step 20/22 : ARG EXPERIMENTAL="off"
 ---> Running in dcb711b7694a
Removing intermediate container dcb711b7694a
 ---> 0dae14eee179
Step 21/22 : ARG TAG="unknown"
 ---> Running in d6ca217cb7eb
Removing intermediate container d6ca217cb7eb
 ---> f82056d5cc60
Step 22/22 : RUN make EXPERIMENTAL=${EXPERIMENTAL} TAG=${TAG} cross
 ---> Running in 0817d431f5eb
GOOS=linux CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=1730c267 -X github.com/docker/app/internal.Version=jenkins-app-PR-619-3 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-17T05:10:24Z" -o bin/docker-app-linux ./cmd/docker-app
GOOS=darwin CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=1730c267 -X github.com/docker/app/internal.Version=jenkins-app-PR-619-3 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-17T05:10:24Z" -o bin/docker-app-darwin ./cmd/docker-app
Removing intermediate container 3634b8bd9714
 ---> 948d4b61cc7c
Step 8/18 : WORKDIR /go/src/github.com/docker/app/
 ---> Running in 453b3dbaf07f
Removing intermediate container 453b3dbaf07f
 ---> 26ce7ed73909
Step 9/18 : FROM build AS dev
 ---> 26ce7ed73909
Step 10/18 : ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/
 ---> Running in 24f7047ef73b
Removing intermediate container 24f7047ef73b
 ---> 2d023bc5d87e
Step 11/18 : ARG DEP_VERSION=v0.5.1
 ---> Running in 19bfd98ebb3d
Removing intermediate container 19bfd98ebb3d
 ---> 16e5a2c1a0d1
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 6bee3527958c
  % 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   8287      0 --:--:-- --:--:-- --:--:--  8287

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

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
 ---> 5283028cfd1c
Step 3/26 : RUN apt-get install -y -q --no-install-recommends     coreutils     util-linux     uuid-runtime
 ---> Using cache
 ---> 47df5286d659
Step 4/26 : WORKDIR /go/src/github.com/docker/cli
 ---> Using cache
 ---> c4f2459b9490
Step 5/26 : RUN git clone https://github.com/docker/cli . && git checkout a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb
 ---> Using cache
 ---> fb8bd44c69da
Step 6/26 : ARG GOPROXY
 ---> Using cache
 ---> 34b98781764c
Step 7/26 : RUN make binary-osx binary-windows binary &&  cp build/docker-linux-amd64 /usr/bin/docker
 ---> Using cache
 ---> 3768fd5d4513
Step 8/26 : WORKDIR /go/src/github.com/docker/app/
 ---> Using cache
 ---> b265de621afa
Step 9/26 : FROM build AS dev
 ---> b265de621afa
Step 10/26 : ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/
 ---> Using cache
 ---> 01c873e8d709
Step 11/26 : ARG DEP_VERSION=v0.5.1
 ---> Using cache
 ---> 604f39676676
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
 ---> 0cd97aa74629
Step 13/26 : ARG GOTESTSUM_VERSION=v0.3.4
 ---> Using cache
 ---> 48c4c7e78a9b
Step 14/26 : ARG GOPROXY
 ---> Using cache
 ---> 0548a80d1d75
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
 ---> f8616db4a75b
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
 ---> b90c9bb9fc2d
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
 ---> 50dca755cbff
Step 18/26 : COPY . .
 ---> Using cache
 ---> c6434ca36985
Step 19/26 : FROM dev AS cross
 ---> c6434ca36985
Step 20/26 : ARG EXPERIMENTAL="off"
 ---> Using cache
 ---> 0dae14eee179
Step 21/26 : ARG TAG="unknown"
 ---> Using cache
 ---> f82056d5cc60
Step 22/26 : RUN make EXPERIMENTAL=${EXPERIMENTAL} TAG=${TAG} cross
 ---> Using cache
 ---> dfea20b6356e
Step 23/26 : FROM cross AS e2e-cross
 ---> dfea20b6356e
Step 24/26 : ARG EXPERIMENTAL="off"
 ---> Running in ad21347ac9b7
Removing intermediate container ad21347ac9b7
 ---> 355193320428
Step 25/26 : ARG TAG="unknown"
 ---> Running in 023478935e59
Removing intermediate container 023478935e59
 ---> f2041c7eb203
Step 26/26 : RUN make EXPERIMENTAL=${EXPERIMENTAL} TAG=${TAG} e2e-cross
 ---> Running in 975aac15063d
GOOS=linux CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=1730c267 -X github.com/docker/app/internal.Version=jenkins-app-PR-619-3 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-17T05:13:09Z" -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=1730c267 -X github.com/docker/app/internal.Version=jenkins-app-PR-619-3 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-17T05:13:09Z" -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=1730c267 -X github.com/docker/app/internal.Version=jenkins-app-PR-619-3 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-17T05:13:09Z" -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=1730c267 -X github.com/docker/app/internal.Version=jenkins-app-PR-619-3 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-17T05:13:09Z" -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=1730c267 -X github.com/docker/app/internal.Version=jenkins-app-PR-619-3 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-17T05:13:09Z" -c -o bin/docker-app-e2e-windows.exe ./e2e/
Removing intermediate container 975aac15063d
 ---> 4feb52402d18
[Warning] One or more build-args [ALPINE_VERSION COMMIT] were not consumed
Successfully built 4feb52402d18
Successfully tagged docker-app-e2e-cross:jenkins-app-PR-619-3
docker create --name docker-app-e2e-cross-jenkins-app-PR-619-3 docker-app-e2e-cross:jenkins-app-PR-619-3 noop
caaf43717b330b9a6d793b75e8312938e02f0e6f0175e1c883953735676c9f91
docker cp docker-app-e2e-cross-jenkins-app-PR-619-3:/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-619-3:/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-619-3:/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-619-3:/usr/local/bin/gotestsum-linux bin/gotestsum-linux
docker cp docker-app-e2e-cross-jenkins-app-PR-619-3:/usr/local/bin/gotestsum-darwin bin/gotestsum-darwin
docker cp docker-app-e2e-cross-jenkins-app-PR-619-3:/usr/local/bin/gotestsum-windows.exe bin/gotestsum-windows.exe
docker cp docker-app-e2e-cross-jenkins-app-PR-619-3:/usr/local/bin/test2json-linux bin/test2json-linux
docker cp docker-app-e2e-cross-jenkins-app-PR-619-3:/usr/local/bin/test2json-darwin bin/test2json-darwin
docker cp docker-app-e2e-cross-jenkins-app-PR-619-3:/usr/local/bin/test2json-windows.exe bin/test2json-windows.exe
docker rm docker-app-e2e-cross-jenkins-app-PR-619-3
docker-app-e2e-cross-jenkins-app-PR-619-3
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-619/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-619/3/stashes/binaries.tgz
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-619/src/github.com/docker/app/e2e
[Pipeline] {
[Pipeline] stash
Stashed 60 file(s) to https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-619/3/stashes/e2e.tgz
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-619/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-619/3/stashes/examples.tgz
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ xargs docker image rm -f
+ docker image ls --format={{.Repository}}:{{.Tag}} *jenkins-app-PR-619-3*
Untagged: docker-app-e2e-cross:jenkins-app-PR-619-3
Deleted: sha256:4feb52402d18974714b616845f6b6b25e4b13896d68d528493a96c1de431b198
Deleted: sha256:a7a7ea256bd7bf6b46fd1f4b7fb227f1caac6d069352f3074ed3c807df7e009a
Deleted: sha256:f2041c7eb20333d609685cf8105daa9b45647caa3a2a5b9768670339eed941a4
Deleted: sha256:355193320428a77fd0b864e10d1ffee46b7c2dd10cd5918d128ec874ca9a8451
Untagged: docker-app-cross:jenkins-app-PR-619-3
Deleted: sha256:dfea20b6356e97027c6f63eb2c8871339afd7c42ae6c78ab8072f3bd93bc977b
Deleted: sha256:0f9f72490945fe8e351d4442c9e0cefb621a57a381d38344da282d565eb0637a
Deleted: sha256:f82056d5cc609fda65fcfee16097f177215531cf6eef8ae5481926667ad75125
Deleted: sha256:0dae14eee1793eccf41951768e35991c5148729edbb19b34ad1927b2e745bd70
Deleted: sha256:c6434ca369850b9028be6067daeb3ed8dfafd4407fc3bb7f16f5795bf81f9bc7
Deleted: sha256:126b8a181ac53da5a2be0d6984a184c364c3f5bdca68a9274c7394116568f2f4
Deleted: sha256:50dca755cbff272b28a1a2abe0af3980f0d56b3fae0281e9a1cdef8a90f40630
Deleted: sha256:453c6d3b2b4ba11bd90383cf109f59dcda50642a0a68ace9be34ed75b2f5b66b
Deleted: sha256:b90c9bb9fc2d3c093081e4cb98d1ee7bce35df6fbe87d7ac1d681339b9e0423a
Deleted: sha256:43380620bdc2fbffed3e146200ddf203da5e59c4d5c2f8c7b97f90a2df16613b
Deleted: sha256:f8616db4a75b6be0e9564698f7ce43c7737175a8bd5395af5870120bbee99a65
Deleted: sha256:f7a0e3028c67b8dc90431a610e1cb77dff6110c9848898d24e7083e0bfafdedd
Deleted: sha256:0548a80d1d7560c0919dfb5c2358394c802541e42f4b0a0ff7ebe8e4642b6ef9
Deleted: sha256:48c4c7e78a9b9c6ad8804ab5a91e3b081842178b43a616a9d70aecc721d2c7b0
Deleted: sha256:0cd97aa7462940a31bfe7a12b3cbfde7374745eab753ce18729a9e0c3f24dd91
Deleted: sha256:9d64c339eb7a6d8a9a9f60d278cb4100c3d227a831dc9f96ca94867503991029
Deleted: sha256:604f3967667659d196b8c72ee52bd3eb2d0ced74d7f68222e516ac2ac4024c58
Deleted: sha256:01c873e8d709689e89e77f378e4f85a4a657f869e665bdfe9b4ceed11792b9b8
Untagged: docker-app-cli:jenkins-app-PR-619-3
Deleted: sha256:b265de621afa6b9d9c3628e400dafbc6c12e72cded4a5c58d838da9ca683f168
Deleted: sha256:27a205e8f516c228ca914efdf99902146014b24acdb1a448a7f3d4a44ffaa739
Deleted: sha256:3768fd5d45132a6f2e46475569537733426a7fedfe3f2f1267a3d1c77fa84584
Deleted: sha256:24b4458e36a7fe434ff9d3b8a678b13f2e0d1e0b816aded8f459f66ceacdd27b
Deleted: sha256:34b98781764cc55e2513a61f7a01cc9a649f72de633b68a1d317134eb6814e97
Deleted: sha256:fb8bd44c69dabc624c3e3168acb8d6cf06ff015075af47f82e315939fdcfcc13
Deleted: sha256:79d65cdb1741208894f3a654be25cf1de483503d1ee10ba9ca82b4f6f09ed4e9
Deleted: sha256:c4f2459b94901e9f3d9e3706d9d36178a021ceb03f8ece2d5105494fb27788f1
Deleted: sha256:00ec2851fe4101f2689c139d558cb086ddba6138eb97c5867e0a50e9e19be54f
Deleted: sha256:47df5286d659407304a9907571ac026163ce02eb4c1218506288d6cec9533b3d
Deleted: sha256:ef0c28151654bd300974afeac3b72bcc4f792d1b4c3546575839edee529df599
Deleted: sha256:5283028cfd1c675db9ca83b8cea317fa07c987a03632a2375c5a2a1e1a4fa425
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test)
[Pipeline] parallel
[Pipeline] { (Branch: Coverage)
[Pipeline] { (Branch: Coverage (experimental))
[Pipeline] { (Branch: Gradle test)
[Pipeline] { (Branch: Test Linux)
[Pipeline] stage
[Pipeline] { (Coverage)
[Pipeline] stage
[Pipeline] { (Coverage (experimental))
[Pipeline] stage
[Pipeline] { (Gradle test)
[Pipeline] stage
[Pipeline] { (Test Linux)
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-0d8224aeab96c888b) in /home/ubuntu/workspace/app_PR-619
Running on ubuntu-1804-overlay2 (i-03257c3f2e9c7fb2c) in /home/ubuntu/workspace/app_PR-619
[Pipeline] {
[Pipeline] {
Running on ubuntu-1804-overlay2 (i-0c2dd38f4aa71b1d0) in /home/ubuntu/workspace/app_PR-619
[Pipeline] {
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-619/src/github.com/docker/app
[Pipeline] {
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-619/src/github.com/docker/app
[Pipeline] {
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-619/src/github.com/docker/app
[Pipeline] {
[Pipeline] checkout
[Pipeline] checkout
[Pipeline] checkout
using credential docker-jenkins-github-credentials
using credential docker-jenkins-github-credentials
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
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-619/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/619/head:refs/remotes/origin/PR-619
Cloning repository https://github.com/docker/app.git
 > git init /home/ubuntu/workspace/app_PR-619/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/619/head:refs/remotes/origin/PR-619
Cloning repository https://github.com/docker/app.git
 > git init /home/ubuntu/workspace/app_PR-619/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/619/head:refs/remotes/origin/PR-619
Fetching without tags
Fetching without tags
Checking out Revision 1730c267a824fdc00d2666d2b3f7cf104987df44 (PR-619)
Checking out Revision 1730c267a824fdc00d2666d2b3f7cf104987df44 (PR-619)
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/619/head:refs/remotes/origin/PR-619 # 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/619/head:refs/remotes/origin/PR-619
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1730c267a824fdc00d2666d2b3f7cf104987df44
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/619/head:refs/remotes/origin/PR-619 # 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/619/head:refs/remotes/origin/PR-619
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1730c267a824fdc00d2666d2b3f7cf104987df44
Fetching without tags
Checking out Revision 1730c267a824fdc00d2666d2b3f7cf104987df44 (PR-619)
Commit message: "Remove version command, introduce --version option"
Commit message: "Remove version command, introduce --version option"
Commit message: "Remove version command, introduce --version option"
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-619/src/github.com/docker/app/bin
[Pipeline] {
[Pipeline] unstash
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-619/src/github.com/docker/app/_build
[Pipeline] {
[Pipeline] unstash
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/619/head:refs/remotes/origin/PR-619 # 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/619/head:refs/remotes/origin/PR-619
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1730c267a824fdc00d2666d2b3f7cf104987df44
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-619/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-619/3/stashes/coverage-invocation-image.tgz
[Pipeline] sh
Unstashed file(s) from https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-619/3/stashes/coverage-experimental-invocation-image.tgz
[Pipeline] sh
+ docker load -i coverage-invocation-image.tar
+ docker load -i coverage-experimental-invocation-image.tar
Loaded image: docker/cnab-app-base:jenkins-app-PR-619-3-coverage
[Pipeline] }
[Pipeline] // dir
[Pipeline] ansiColor
[Pipeline] {
[Pipeline] sh
Loaded image: docker/cnab-app-base:jenkins-app-PR-619-3-coverage-experimental
[Pipeline] }
[Pipeline] // dir
[Pipeline] ansiColor
[Pipeline] {
[Pipeline] sh
+ make -f docker.Makefile TAG=jenkins-app-PR-619-3-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-619-3 .
+ make EXPERIMENTAL=on TEST_RESULTS_PREFIX=experimental- -f docker.Makefile TAG=jenkins-app-PR-619-3-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-619-3 .
Sending build context to Docker daemon  79.46MB

Step 1/18 : FROM dockercore/golang-cross:1.12.9@sha256:3ea9dcef4dd2c46d80445c0b22d6177817f4cfce22c523cc12a5a1091cb37705 AS build
 ---> 518d5e4626aa
Step 2/18 : ENV     DISABLE_WARN_OUTSIDE_CONTAINER=1
Sending build context to Docker daemon  79.46MB

Step 1/18 : FROM dockercore/golang-cross:1.12.9@sha256:3ea9dcef4dd2c46d80445c0b22d6177817f4cfce22c523cc12a5a1091cb37705 AS build
 ---> 518d5e4626aa
Step 2/18 : ENV     DISABLE_WARN_OUTSIDE_CONTAINER=1
 ---> Running in 051c7ca7824f
Removing intermediate container 051c7ca7824f
 ---> 2f72b7c749ae
Step 3/18 : RUN apt-get install -y -q --no-install-recommends     coreutils     util-linux     uuid-runtime
 ---> Running in 587bbce7a373
 ---> Running in ed81f5193e31
Removing intermediate container ed81f5193e31
 ---> 89008a870f3a
Step 3/18 : RUN apt-get install -y -q --no-install-recommends     coreutils     util-linux     uuid-runtime
 ---> Running in 3a4c8f36f260
Reading package lists...
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

Building dependency tree...
Reading state information...
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 (360 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.
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
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.
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 (371 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.
Removing intermediate container 587bbce7a373
 ---> ea3f60178984
Step 4/18 : WORKDIR /go/src/github.com/docker/cli
 ---> Running in 70b2964f2d30
Removing intermediate container 70b2964f2d30
 ---> 8db74f92b2f3
Step 5/18 : RUN git clone https://github.com/docker/cli . && git checkout a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb
 ---> Running in b138613a9f5b
Removing intermediate container 3a4c8f36f260
 ---> a54814120046
Step 4/18 : WORKDIR /go/src/github.com/docker/cli
 ---> Running in 82219f7ae4ac
Removing intermediate container 82219f7ae4ac
 ---> 2c3d5756b137
Step 5/18 : RUN git clone https://github.com/docker/cli . && git checkout a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb
 ---> Running in f4acfb66990d
Cloning into '.'...
Cloning into '.'...
Still waiting to schedule task
Waiting for next available executor on ‘ubuntu-1804&&x86_64&&overlay2’
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-619/3/stashes/binaries.tgz
[Pipeline] }
[Pipeline] // dir
[Pipeline] ansiColor
[Pipeline] {
[Pipeline] sh
Note: checking out 'a1b83ffd2cbeefc0752e5aa7a543d49c1ddfd2cb'.

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

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

  git checkout -b <new-branch-name>

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

Step 1/3 : FROM gradle:4.9-jdk8
4.9-jdk8: Pulling from library/gradle
55cbf04beb70: Pulling fs layer
1607093a898c: Pulling fs layer
9a8ea045c926: Pulling fs layer
d4eee24d4dac: Pulling fs layer
c58988e753d7: Pulling fs layer
794a04897db9: Pulling fs layer
70fcfa476f73: Pulling fs layer
806029475e0c: Pulling fs layer
67959b355155: Pulling fs layer
365e56fcf864: Pulling fs layer
821805da50c8: Pulling fs layer
d4eee24d4dac: Waiting
c58988e753d7: Waiting
794a04897db9: Waiting
806029475e0c: Waiting
70fcfa476f73: Waiting
67959b355155: Waiting
365e56fcf864: Waiting
821805da50c8: Waiting
1607093a898c: Verifying Checksum
1607093a898c: Download complete
9a8ea045c926: Verifying Checksum
9a8ea045c926: Download complete
55cbf04beb70: Verifying Checksum
55cbf04beb70: Download complete
c58988e753d7: Verifying Checksum
c58988e753d7: Download complete
794a04897db9: Verifying Checksum
794a04897db9: Download complete
d4eee24d4dac: Verifying Checksum
d4eee24d4dac: Download complete
70fcfa476f73: Verifying Checksum
70fcfa476f73: Download complete
67959b355155: Verifying Checksum
67959b355155: Download complete
Removing intermediate container f4acfb66990d
 ---> 3a9229b2d039
Step 6/18 : ARG GOPROXY
 ---> Running in 49e341d10d3a
Removing intermediate container 49e341d10d3a
 ---> 4730f4420692
Step 7/18 : RUN make binary-osx binary-windows binary &&  cp build/docker-linux-amd64 /usr/bin/docker
 ---> Running in 587e35e5da8e
821805da50c8: Verifying Checksum
821805da50c8: Download complete
Removing intermediate container b138613a9f5b
 ---> c81b024a01ed
Step 6/18 : ARG GOPROXY
 ---> Running in 801e3686aef4
Removing intermediate container 801e3686aef4
 ---> a42a7b956654
Step 7/18 : RUN make binary-osx binary-windows binary &&  cp build/docker-linux-amd64 /usr/bin/docker
 ---> Running in 814cdf8b6388
./scripts/build/osx
Building build/docker-darwin-amd64
./scripts/build/osx
Building build/docker-darwin-amd64
365e56fcf864: Verifying Checksum
365e56fcf864: Download complete
806029475e0c: Verifying Checksum
806029475e0c: Download complete
55cbf04beb70: Pull complete
1607093a898c: Pull complete
9a8ea045c926: Pull complete
d4eee24d4dac: Pull complete
c58988e753d7: Pull complete
794a04897db9: Pull complete
70fcfa476f73: Pull complete
806029475e0c: Pull complete
67959b355155: Pull complete
365e56fcf864: Pull complete
821805da50c8: Pull complete
Digest: sha256:d761793ff33b748f6160f9249fa0ceeeba55a6b6204737e7f4c67b6ad70c631b
Status: Downloaded newer image for gradle:4.9-jdk8
 ---> 171a47f5f255
Step 2/3 : COPY bin/docker-app-linux /usr/local/bin/docker-app
 ---> 1fef06268efb
Step 3/3 : COPY --chown=gradle:gradle integrations/gradle .
 ---> bd3c2a665fbc
Successfully built bd3c2a665fbc
Successfully tagged docker-app-gradle:jenkins-app-PR-619-3
docker run --rm docker-app-gradle:jenkins-app-PR-619-3 bash -c "./gradlew --stacktrace build && cd example && gradle renderIt"
Downloading https://services.gradle.org/distributions/gradle-4.7-bin.zip
.......................................................................
Unzipping /home/gradle/.gradle/wrapper/dists/gradle-4.7-bin/73xux3q4721jgr4pjvqf9o30/gradle-4.7-bin.zip to /home/gradle/.gradle/wrapper/dists/gradle-4.7-bin/73xux3q4721jgr4pjvqf9o30
Set executable permissions for: /home/gradle/.gradle/wrapper/dists/gradle-4.7-bin/73xux3q4721jgr4pjvqf9o30/gradle-4.7/bin/gradle

Welcome to Gradle 4.7!

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

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

Starting a Gradle Daemon (subsequent builds will be faster)
Generating JAR file 'gradle-api-4.7.jar'
> Task :compileJava
> Task :pluginDescriptors
> Task :processResources
> Task :classes
> Task :jar
> Task :assemble
> Task :pluginUnderTestMetadata
> Task :compileTestJava NO-SOURCE
> Task :processTestResources NO-SOURCE
> Task :testClasses UP-TO-DATE
> Task :test NO-SOURCE
> Task :validateTaskProperties
> Task :check
> Task :build

BUILD SUCCESSFUL in 24s
6 actionable tasks: 6 executed

Welcome to Gradle 4.9!

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

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

Starting a Gradle Daemon (subsequent builds will be faster)
> Task :renderIt

BUILD SUCCESSFUL in 4s
1 actionable task: 1 executed
[Pipeline] }
[Pipeline] // ansiColor
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Running on ubuntu-1804-overlay2 (i-03257c3f2e9c7fb2c) in /home/ubuntu/workspace/app_PR-619
[Pipeline] // stage
[Pipeline] {
[Pipeline] }
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-619/src/github.com/docker/app
[Pipeline] {
[Pipeline] checkout
using credential docker-jenkins-github-credentials
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/app.git
 > git init /home/ubuntu/workspace/app_PR-619/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/619/head:refs/remotes/origin/PR-619
Fetching without tags
Checking out Revision 1730c267a824fdc00d2666d2b3f7cf104987df44 (PR-619)
 > git config remote.origin.url https://github.com/docker/app.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/619/head:refs/remotes/origin/PR-619 # 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/619/head:refs/remotes/origin/PR-619
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1730c267a824fdc00d2666d2b3f7cf104987df44
Commit message: "Remove version command, introduce --version option"
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-619/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-619/3/stashes/invocation-image.tgz
[Pipeline] sh
+ docker load -i invocation-image.tar
Loaded image: docker/cnab-app-base:jenkins-app-PR-619-3
[Pipeline] }
[Pipeline] // dir
[Pipeline] unstash
Unstashed file(s) from https://corp-us-east-1-jenkins-k8s-maste-jenkinsartifacts-1lzm7adht5e1j.s3.amazonaws.com/public/app/PR-619/3/stashes/binaries.tgz
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-619/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-619/3/stashes/examples.tgz
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-619/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-619/3/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
panic: exit status 125

goroutine 1 [running]:
github.com/docker/app/e2e.TestMain(0xc000320180)
	/go/src/github.com/docker/app/e2e/main_test.go:126 +0x4e5
main.main()
	_testmain.go:70 +0x13e
FAIL e2e/linux

=== Failed
=== FAIL: e2e/linux  (0.00s)
panic: exit status 125

goroutine 1 [running]:
github.com/docker/app/e2e.TestMain(0xc000320180)
	/go/src/github.com/docker/app/e2e/main_test.go:126 +0x4e5
main.main()
	_testmain.go:70 +0x13e


DONE 0 tests, 1 failure in 0.027s
time="2019-09-17T05:16:06Z" 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-619/3/artifacts/
[Pipeline] junit
Recording test results
[Pipeline] sh
+ docker rmi docker/cnab-app-base:jenkins-app-PR-619-3
Untagged: docker/cnab-app-base:jenkins-app-PR-619-3
Deleted: sha256:77ca71d781670959b655b5d4118a99970ff041eb380109c874299eda8d9b2c3b
Deleted: sha256:db1259f378be7d4fedd70323bf480c3fbfc26e937e148a0b0dda03bb47bf8d8e
Deleted: sha256:b60f43ea6272ca70f468f412352ce468724ec104a710711219595dd95372432b
Deleted: sha256:1bfeebd65323b8ddf5bd6a51cc7097b72788bc982e9ab3280d53d3c613adffa7
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch Test Linux
./scripts/build/windows
Generating windows resources
Building build/docker-windows-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
WARNING: binary creates a Linux executable. Use cross for macOS or Windows.
./scripts/build/binary
Building statically linked build/docker-linux-amd64
Removing intermediate container 587e35e5da8e
 ---> b632872e1fb0
Step 8/18 : WORKDIR /go/src/github.com/docker/app/
 ---> Running in 4082333c050e
Removing intermediate container 4082333c050e
 ---> 015eccd1379e
Step 9/18 : FROM build AS dev
 ---> 015eccd1379e
Step 10/18 : ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/
 ---> Running in 0a9ba2cab4f8
Removing intermediate container 0a9ba2cab4f8
 ---> 565cf182f65b
Step 11/18 : ARG DEP_VERSION=v0.5.1
 ---> Running in 5e6840606954
Removing intermediate container 5e6840606954
 ---> 705bdd60337e
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 4d7868732234
  % 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   6648      0 --:--:-- --:--:-- --:--:--  6648

100 10.5M  100 10.5M    0     0  34.3M      0 --:--:-- --:--:-- --:--:-- 34.3M
Removing intermediate container 4d7868732234
 ---> 5dd9eb563fb8
Step 13/18 : ARG GOTESTSUM_VERSION=v0.3.4
 ---> Running in 16fbeb191fcd
Removing intermediate container 16fbeb191fcd
 ---> d8de6a253e6d
Step 14/18 : ARG GOPROXY
 ---> Running in 51a5630e26cd
Removing intermediate container 51a5630e26cd
 ---> f0a82fc5581f
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 2448d8772b95
go: finding github.com/sirupsen/logrus v1.0.5
go: finding github.com/pkg/errors v0.8.0
go: finding github.com/onsi/gomega v1.4.3
go: finding github.com/stretchr/testify v1.3.0
go: finding github.com/google/go-cmp v0.2.0
go: finding github.com/spf13/pflag v1.0.1
go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9
go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2
go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
go: finding github.com/fatih/color v1.6.0
go: finding github.com/pmezard/go-difflib v1.0.0
go: finding github.com/onsi/ginkgo v1.8.0
go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
go: finding gopkg.in/fsnotify.v1 v1.4.7
go: finding github.com/davecgh/go-spew v1.1.0
go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
go: finding gotest.tools v2.1.0+incompatible
go: finding github.com/stretchr/objx v0.1.0
go: finding github.com/jonboulle/clockwork v0.1.0
go: finding github.com/fsnotify/fsnotify v1.4.7
go: finding golang.org/x/text v0.3.0
go: finding github.com/mattn/go-colorable v0.0.9
go: finding github.com/golang/protobuf v1.2.0
go: finding golang.org/x/net v0.0.0-20180906233101-161cd47e91fd
go: finding github.com/onsi/ginkgo v1.6.0
go: finding github.com/hpcloud/tail v1.0.0
go: finding github.com/mattn/go-isatty v0.0.3
go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
go: finding gopkg.in/yaml.v2 v2.2.1
go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
go: downloading gotest.tools v2.1.0+incompatible
go: extracting gotest.tools v2.1.0+incompatible
go: downloading github.com/sirupsen/logrus v1.0.5
go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
go: downloading github.com/spf13/pflag v1.0.1
go: downloading github.com/pkg/errors v0.8.0
go: downloading github.com/fatih/color v1.6.0
go: downloading github.com/jonboulle/clockwork v0.1.0
go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
go: extracting github.com/spf13/pflag v1.0.1
go: extracting github.com/jonboulle/clockwork v0.1.0
go: extracting github.com/pkg/errors v0.8.0
go: extracting github.com/sirupsen/logrus v1.0.5
go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
go: extracting github.com/fatih/color v1.6.0
go: downloading github.com/mattn/go-colorable v0.0.9
go: downloading github.com/mattn/go-isatty v0.0.3
go: extracting github.com/mattn/go-colorable v0.0.9
go: extracting github.com/mattn/go-isatty v0.0.3
go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
Removing intermediate container 814cdf8b6388
 ---> c98766397a4d
Step 8/18 : WORKDIR /go/src/github.com/docker/app/
 ---> Running in f30768a8a813
Removing intermediate container f30768a8a813
 ---> 6b865ab8a0d0
Step 9/18 : FROM build AS dev
 ---> 6b865ab8a0d0
Step 10/18 : ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/
 ---> Running in 0a836601ac70
Removing intermediate container 0a836601ac70
 ---> 41c5efaaef80
Step 11/18 : ARG DEP_VERSION=v0.5.1
 ---> Running in 887deff4d2e1
Removing intermediate container 887deff4d2e1
 ---> 3549201d9134
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 061c82248c09
  % 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   4918      0 --:--:-- --:--:-- --:--:--  4918

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 10.5M  100 10.5M    0     0  40.8M      0 --:--:-- --:--:-- --:--:-- 93.2M
Removing intermediate container 061c82248c09
 ---> 1d9917996f91
Step 13/18 : ARG GOTESTSUM_VERSION=v0.3.4
 ---> Running in 462c9e64abc0
Removing intermediate container 462c9e64abc0
 ---> e91c0515b938
Step 14/18 : ARG GOPROXY
 ---> Running in edc3fcb15aea
Removing intermediate container edc3fcb15aea
 ---> 732d22e043fb
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 ea834c18376d
go: finding github.com/mattn/go-isatty v0.0.3
go: finding github.com/mattn/go-colorable v0.0.9
go: finding github.com/google/go-cmp v0.2.0
go: finding github.com/onsi/gomega v1.4.3
go: finding github.com/spf13/pflag v1.0.1
go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9
go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
go: finding gotest.tools v2.1.0+incompatible
go: finding github.com/stretchr/testify v1.3.0
go: finding github.com/onsi/ginkgo v1.8.0
go: finding github.com/pkg/errors v0.8.0
go: finding github.com/sirupsen/logrus v1.0.5
go: finding github.com/jonboulle/clockwork v0.1.0
go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
go: finding golang.org/x/net v0.0.0-20180906233101-161cd47e91fd
go: finding gopkg.in/fsnotify.v1 v1.4.7
go: finding golang.org/x/text v0.3.0
go: finding github.com/hpcloud/tail v1.0.0
go: finding github.com/onsi/ginkgo v1.6.0
go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
go: finding github.com/stretchr/objx v0.1.0
go: finding github.com/fatih/color v1.6.0
go: finding github.com/davecgh/go-spew v1.1.0
go: finding gopkg.in/yaml.v2 v2.2.1
go: finding github.com/fsnotify/fsnotify v1.4.7
go: finding github.com/pmezard/go-difflib v1.0.0
go: finding github.com/golang/protobuf v1.2.0
go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2
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/fatih/color v1.6.0
go: downloading github.com/spf13/pflag v1.0.1
go: downloading github.com/sirupsen/logrus v1.0.5
go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
go: downloading github.com/jonboulle/clockwork v0.1.0
go: extracting github.com/jonboulle/clockwork v0.1.0
go: extracting github.com/pkg/errors v0.8.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/sirupsen/logrus v1.0.5
go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
go: extracting github.com/spf13/pflag v1.0.1
go: 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 2448d8772b95
 ---> 3e33b1e41fdb
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 2a2ed42082bd
Removing intermediate container 2a2ed42082bd
 ---> c7e978f30535
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 65cde1db0f57
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 ea834c18376d
 ---> da52b782e7e8
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 0677b15338db
Removing intermediate container 65cde1db0f57
 ---> 2fd0c39ef0cb
Step 18/18 : COPY . .
Removing intermediate container 0677b15338db
 ---> 70175c515eca
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 13e2e5236f91
 ---> 017b25ee04a8
[Warning] One or more build-args [TAG ALPINE_VERSION COMMIT EXPERIMENTAL] were not consumed
Successfully built 017b25ee04a8
Successfully tagged docker-app-dev:jenkins-app-PR-619-3
docker run -v /var/run:/var/run:ro --name docker-app-cov-jenkins-app-PR-619-3-coverage-experimental --network="host" -t docker-app-dev:jenkins-app-PR-619-3 make COMMIT=1730c267 TAG=jenkins-app-PR-619-3-coverage-experimental EXPERIMENTAL=on TEST_RESULTS_PREFIX=experimental- coverage
Running unit tests (coverage)...
CGO_ENABLED=0 gotestsum --junitfile _build/test-results/experimental-unit-coverage.xml -- -tags="experimental" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=1730c267 -X github.com/docker/app/internal.Version=jenkins-app-PR-619-3-coverage-experimental -X github.com/docker/app/internal.Experimental=on -X github.com/docker/app/internal.BuildTime=2019-09-17T05:19:35Z" -cover -test.coverprofile=_build/cov/unit.out github.com/docker/app github.com/docker/app/cmd/cnab-run github.com/docker/app/cmd/docker-app github.com/docker/app/cmd/docker-app-standalone github.com/docker/app/internal github.com/docker/app/internal/commands github.com/docker/app/internal/compose github.com/docker/app/internal/formatter github.com/docker/app/internal/formatter/driver github.com/docker/app/internal/formatter/json github.com/docker/app/internal/formatter/yaml github.com/docker/app/internal/inspect github.com/docker/app/internal/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
∅  .
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 13e2e5236f91
 ---> 181df5bd0872
Step 18/18 : COPY . .
 ---> 7306df9ea12f
[Warning] One or more build-args [COMMIT EXPERIMENTAL TAG ALPINE_VERSION] were not consumed
Successfully built 7306df9ea12f
Successfully tagged docker-app-dev:jenkins-app-PR-619-3
docker run -v /var/run:/var/run:ro --name docker-app-cov-jenkins-app-PR-619-3-coverage --network="host" -t docker-app-dev:jenkins-app-PR-619-3 make COMMIT=1730c267 TAG=jenkins-app-PR-619-3-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=1730c267 -X github.com/docker/app/internal.Version=jenkins-app-PR-619-3-coverage -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-17T05:19: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/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 (3ms)
✓  internal/compose (7ms)
✓  internal/formatter (18ms)
✓  internal/inspect (86ms)
✓  internal/commands (411ms)
∅  internal/formatter/driver
∅  internal/formatter/json
∅  internal/formatter/yaml
∅  internal/log
✓  internal/slices (6ms)
✓  internal/packager (30ms)
✓  internal/store (23ms)
✓  loader (9ms)
✓  internal/yaml (1.752s)
✓  specification (7ms)
✓  render (57ms)
✓  types (17ms)
✓  types/metadata (5ms)
✓  types/parameters (4ms)

DONE 199 tests in 91.519s
CGO_ENABLED=0 go test -tags=""experimental" testrunmain" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=1730c267 -X github.com/docker/app/internal.Version=jenkins-app-PR-619-3-coverage-experimental -X github.com/docker/app/internal.Experimental=on -X github.com/docker/app/internal.BuildTime=2019-09-17T05:19:35Z" -coverpkg="./..." -c -o _build/docker-app.cov ./cmd/docker-app
∅  cmd/cnab-run
∅  cmd/docker-app
∅  cmd/docker-app-standalone
✓  internal (12ms)
✓  internal/compose (5ms)
✓  internal/formatter (9ms)
✓  internal/inspect (47ms)
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=1730c267 -X github.com/docker/app/internal.Version=jenkins-app-PR-619-3-coverage-experimental -X github.com/docker/app/internal.Experimental=on -X github.com/docker/app/internal.BuildTime=2019-09-17T05:19:35Z" -v ./e2e
✓  internal/commands (409ms)
∅  internal/formatter/driver
∅  internal/formatter/json
∅  internal/formatter/yaml
∅  internal/log
✓  internal/slices (6ms)
✓  internal/packager (33ms)
✖  e2e (32ms)

=== Failed
=== FAIL: e2e  (0.00s)
panic: exit status 125

goroutine 1 [running]:
github.com/docker/app/e2e.TestMain(0xc000332180)
	/go/src/github.com/docker/app/e2e/main_test.go:126 +0x4e5
main.main()
	_testmain.go:70 +0x13e
FAIL	github.com/docker/app/e2e	0.032s


DONE 0 tests, 1 failure in 1.665s
make: *** [Makefile:106: coverage-test-e2e] Error 1
docker.Makefile:107: 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-619-3-coverage-experimental coverage-results
docker cp docker-app-cov-jenkins-app-PR-619-3-coverage-experimental:/go/src/github.com/docker/app/_build/cov/ ./_build/ci-cov
docker cp docker-app-cov-jenkins-app-PR-619-3-coverage-experimental:/go/src/github.com/docker/app/_build/test-results/ ./_build/test-results
docker rm docker-app-cov-jenkins-app-PR-619-3-coverage-experimental
docker-app-cov-jenkins-app-PR-619-3-coverage-experimental
[Pipeline] }
[Pipeline] // ansiColor
[Pipeline] }
[Pipeline] // dir
Post stage
[Pipeline] dir
Running in /home/ubuntu/workspace/app_PR-619/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
✓  internal/store (52ms)
+ [ ! -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-619/3/artifacts/
[Pipeline] junit
Recording test results
✓  internal/yaml (1.706s)
✓  loader (11ms)
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ docker rmi docker/cnab-app-base:jenkins-app-PR-619-3-coverage-experimental
Untagged: docker/cnab-app-base:jenkins-app-PR-619-3-coverage-experimental
Deleted: sha256:77ca71d781670959b655b5d4118a99970ff041eb380109c874299eda8d9b2c3b
Deleted: sha256:db1259f378be7d4fedd70323bf480c3fbfc26e937e148a0b0dda03bb47bf8d8e
Deleted: sha256:b60f43ea6272ca70f468f412352ce468724ec104a710711219595dd95372432b
Deleted: sha256:1bfeebd65323b8ddf5bd6a51cc7097b72788bc982e9ab3280d53d3c613adffa7
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
✓  render (38ms)
✓  specification (8ms)
✓  types (19ms)
✓  types/metadata (12ms)
✓  types/parameters (4ms)

DONE 199 tests in 93.910s
CGO_ENABLED=0 go test -tags=""" testrunmain" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=1730c267 -X github.com/docker/app/internal.Version=jenkins-app-PR-619-3-coverage -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-17T05:19: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=1730c267 -X github.com/docker/app/internal.Version=jenkins-app-PR-619-3-coverage -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-09-17T05:19:45Z" -v ./e2e
✖  e2e (35ms)

=== Failed
=== FAIL: e2e  (0.00s)
panic: exit status 125

goroutine 1 [running]:
github.com/docker/app/e2e.TestMain(0xc000344180)
	/go/src/github.com/docker/app/e2e/main_test.go:126 +0x4e5
main.main()
	_testmain.go:70 +0x13e
FAIL	github.com/docker/app/e2e	0.035s


DONE 0 tests, 1 failure in 1.621s
make: *** [Makefile:106: coverage-test-e2e] Error 1
docker.Makefile:107: recipe for target 'coverage-run' failed
make: *** [coverage-run] Error 2
+ true
[Pipeline] sh
+ make -f docker.Makefile TAG=jenkins-app-PR-619-3-coverage coverage-results
docker cp docker-app-cov-jenkins-app-PR-619-3-coverage:/go/src/github.com/docker/app/_build/cov/ ./_build/ci-cov
docker cp docker-app-cov-jenkins-app-PR-619-3-coverage:/go/src/github.com/docker/app/_build/test-results/ ./_build/test-results
docker rm docker-app-cov-jenkins-app-PR-619-3-coverage
docker-app-cov-jenkins-app-PR-619-3-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-619/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-619/3/artifacts/
[Pipeline] junit
Recording test results
[Pipeline] }
[Pipeline] // dir
[Pipeline] sh
+ docker rmi docker/cnab-app-base:jenkins-app-PR-619-3-coverage
Untagged: docker/cnab-app-base:jenkins-app-PR-619-3-coverage
Deleted: sha256:77ca71d781670959b655b5d4118a99970ff041eb380109c874299eda8d9b2c3b
Deleted: sha256:db1259f378be7d4fedd70323bf480c3fbfc26e937e148a0b0dda03bb47bf8d8e
Deleted: sha256:b60f43ea6272ca70f468f412352ce468724ec104a710711219595dd95372432b
[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