Skip to content

Console Output

+ make -f docker.Makefile cli-cross cross e2e-cross tars
docker build --build-arg=EXPERIMENTAL=off --build-arg=TAG=jenkins-app-push-pull-cnab-cleanup-1 --build-arg=COMMIT=57ba688 --build-arg=ALPINE_VERSION=3.8 --target=build -t docker-app-cli:jenkins-app-push-pull-cnab-cleanup-1  .
Sending build context to Docker daemon  72.17MB

Step 1/7 : FROM dockercore/golang-cross:1.11.5@sha256:17a7e0f158521c50316a0d0c1ab1f6a75350b4d82e7ef03c98bcfbdf04feb4f3 AS build
sha256:17a7e0f158521c50316a0d0c1ab1f6a75350b4d82e7ef03c98bcfbdf04feb4f3: Pulling from dockercore/golang-cross
ab1fc7e4bf91: Pulling fs layer
35fba333ff52: Pulling fs layer
f0cb1fa13079: Pulling fs layer
3d1dd648b5ad: Pulling fs layer
866ed2e2b1fe: Pulling fs layer
ddc4ad35a2f0: Pulling fs layer
ab8da8d8889d: Pulling fs layer
f0f20de75386: Pulling fs layer
1db9e87b6bef: Pulling fs layer
546e697abf12: Pulling fs layer
0001dc28c07c: Pulling fs layer
866ed2e2b1fe: Waiting
ddc4ad35a2f0: Waiting
ab8da8d8889d: Waiting
f0f20de75386: Waiting
1db9e87b6bef: Waiting
546e697abf12: Waiting
0001dc28c07c: Waiting
3d1dd648b5ad: Waiting
f0cb1fa13079: Verifying Checksum
f0cb1fa13079: Download complete
35fba333ff52: Verifying Checksum
35fba333ff52: Download complete
ab1fc7e4bf91: Verifying Checksum
ab1fc7e4bf91: Download complete
3d1dd648b5ad: Verifying Checksum
3d1dd648b5ad: Download complete
866ed2e2b1fe: Verifying Checksum
866ed2e2b1fe: Download complete
ab8da8d8889d: Verifying Checksum
ab8da8d8889d: Download complete
f0f20de75386: Verifying Checksum
f0f20de75386: Download complete
546e697abf12: Verifying Checksum
546e697abf12: Download complete
ddc4ad35a2f0: Verifying Checksum
ddc4ad35a2f0: Download complete
1db9e87b6bef: Verifying Checksum
1db9e87b6bef: Download complete
0001dc28c07c: Verifying Checksum
0001dc28c07c: Download complete
ab1fc7e4bf91: Pull complete
35fba333ff52: Pull complete
f0cb1fa13079: Pull complete
3d1dd648b5ad: Pull complete
866ed2e2b1fe: Pull complete
ddc4ad35a2f0: Pull complete
ab8da8d8889d: Pull complete
f0f20de75386: Pull complete
1db9e87b6bef: Pull complete
546e697abf12: Pull complete
0001dc28c07c: Pull complete
Digest: sha256:17a7e0f158521c50316a0d0c1ab1f6a75350b4d82e7ef03c98bcfbdf04feb4f3
Status: Downloaded newer image for dockercore/golang-cross:1.11.5@sha256:17a7e0f158521c50316a0d0c1ab1f6a75350b4d82e7ef03c98bcfbdf04feb4f3
 ---> cbc2e073f890
Step 2/7 : ENV     DISABLE_WARN_OUTSIDE_CONTAINER=1
 ---> Running in f12d06ca6ecc
Removing intermediate container f12d06ca6ecc
 ---> e1739a5537da
Step 3/7 : RUN apt-get install -y -q --no-install-recommends     coreutils     util-linux     uuid-runtime
 ---> Running in 9dec1c5887a9
Reading package lists...
Building dependency tree...
Reading state information...
coreutils is already the newest version (8.26-3).
coreutils set to manually installed.
util-linux is already the newest version (2.29.2-1+deb9u1).
util-linux set to manually installed.
The following NEW packages will be installed:
  uuid-runtime
0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
Need to get 82.6 kB of archives.
After this operation, 160 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian stretch/main amd64 uuid-runtime amd64 2.29.2-1+deb9u1 [82.6 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 82.6 kB in 1s (81.8 kB/s)
Selecting previously unselected package uuid-runtime.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24389 files and directories currently installed.)
Preparing to unpack .../uuid-runtime_2.29.2-1+deb9u1_amd64.deb ...
Unpacking uuid-runtime (2.29.2-1+deb9u1) ...
Setting up uuid-runtime (2.29.2-1+deb9u1) ...
Adding group `uuidd' (GID 102) ...
Done.
Warning: The home dir /run/uuidd you specified can't be accessed: No such file or directory
Adding system user `uuidd' (UID 101) ...
Adding new user `uuidd' (UID 101) with group `uuidd' ...
Not creating home directory `/run/uuidd'.
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
Removing intermediate container 9dec1c5887a9
 ---> ab30916f3928
Step 4/7 : WORKDIR /go/src/github.com/docker/cli
 ---> Running in 43700fe76410
Removing intermediate container 43700fe76410
 ---> 978902542152
Step 5/7 : RUN git clone https://github.com/docker/cli.git .
 ---> Running in 1fcc875d5610
Cloning into '.'...
Removing intermediate container 1fcc875d5610
 ---> b04ee323bdb4
Step 6/7 : RUN make cross binary &&  cp build/docker-linux-amd64 /usr/bin/docker
 ---> Running in f3640e0ee536
./scripts/build/cross
Building binaries for all platforms
Generating windows resources
Building build/docker-windows-amd64
Building build/docker-darwin-amd64
Building statically linked build/docker-linux-amd64
Building statically linked build/docker-linux-arm
Building statically linked build/docker-linux-ppc64le
Building statically linked build/docker-linux-s390x
WARNING: binary creates a Linux executable. Use cross for macOS or Windows.
./scripts/build/binary
Building statically linked build/docker-linux-amd64
Removing intermediate container f3640e0ee536
 ---> 13554a0e8807
Step 7/7 : WORKDIR /go/src/github.com/docker/app/
 ---> Running in 0d080a2b876d
Removing intermediate container 0d080a2b876d
 ---> 62bf6bddfac7
[Warning] One or more build-args [ALPINE_VERSION COMMIT EXPERIMENTAL TAG] were not consumed
Successfully built 62bf6bddfac7
Successfully tagged docker-app-cli:jenkins-app-push-pull-cnab-cleanup-1
docker create --name docker-app-cli-jenkins-app-push-pull-cnab-cleanup-1 docker-app-cli:jenkins-app-push-pull-cnab-cleanup-1 noop
90e0d50af84e03569e16ac529b76067194d05917b2f14611d6d6f0726f49fb9e
docker cp docker-app-cli-jenkins-app-push-pull-cnab-cleanup-1:/go/src/github.com/docker/cli/build/docker-linux-amd64 bin/docker-linux
docker cp docker-app-cli-jenkins-app-push-pull-cnab-cleanup-1:/go/src/github.com/docker/cli/build/docker-darwin-amd64 bin/docker-darwin
docker cp docker-app-cli-jenkins-app-push-pull-cnab-cleanup-1:/go/src/github.com/docker/cli/build/docker-windows-amd64 bin/docker-windows.exe
docker rm docker-app-cli-jenkins-app-push-pull-cnab-cleanup-1
docker-app-cli-jenkins-app-push-pull-cnab-cleanup-1
docker build --build-arg=EXPERIMENTAL=off --build-arg=TAG=jenkins-app-push-pull-cnab-cleanup-1 --build-arg=COMMIT=57ba688 --build-arg=ALPINE_VERSION=3.8 --target=cross -t docker-app-cross:jenkins-app-push-pull-cnab-cleanup-1  .
Sending build context to Docker daemon  72.17MB

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

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

100 8513k  100 8513k    0     0  26.2M      0 --:--:-- --:--:-- --:--:-- 26.2M
Removing intermediate container ce87e97965c4
 ---> 91fe06ed004a
Step 12/17 : RUN go get -d gopkg.in/mjibson/esc.v0 &&     cd /go/src/github.com/mjibson/esc &&     go build -v -o /usr/bin/esc . &&     rm -rf /go/src/* /go/pkg/* /go/bin/*
 ---> Running in 1c79065a7794
golang.org/x/tools/internal/semver
github.com/pkg/errors
golang.org/x/tools/go/ast/astutil
golang.org/x/tools/go/internal/gcimporter
golang.org/x/tools/go/internal/packagesdriver
golang.org/x/tools/internal/fastwalk
golang.org/x/tools/internal/gopathwalk
golang.org/x/tools/internal/module
golang.org/x/tools/go/gcexportdata
golang.org/x/tools/go/packages
golang.org/x/tools/internal/imports
golang.org/x/tools/imports
github.com/mjibson/esc/embed
github.com/mjibson/esc
Removing intermediate container 1c79065a7794
 ---> 41a61f4c745a
Step 13/17 : COPY . .
 ---> bd19ef2723d7
Step 14/17 : FROM dev AS cross
 ---> bd19ef2723d7
Step 15/17 : ARG EXPERIMENTAL="off"
 ---> Running in 5e24cc1e140b
Removing intermediate container 5e24cc1e140b
 ---> 4f81ad719cad
Step 16/17 : ARG TAG="unknown"
 ---> Running in 960b92bc27db
Removing intermediate container 960b92bc27db
 ---> 4948da892282
Step 17/17 : RUN make EXPERIMENTAL=${EXPERIMENTAL} TAG=${TAG} cross
 ---> Running in b774fbebbd7c
GOOS=linux CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=57ba688d -X github.com/docker/app/internal.Version=jenkins-app-push-pull-cnab-cleanup-1 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-08-30T17:09:58Z" -o bin/docker-app-linux ./cmd/docker-app
GOOS=darwin CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=57ba688d -X github.com/docker/app/internal.Version=jenkins-app-push-pull-cnab-cleanup-1 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-08-30T17:09:58Z" -o bin/docker-app-darwin ./cmd/docker-app
GOOS=windows CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=57ba688d -X github.com/docker/app/internal.Version=jenkins-app-push-pull-cnab-cleanup-1 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-08-30T17:09:58Z" -o bin/docker-app-windows.exe ./cmd/docker-app
Removing intermediate container b774fbebbd7c
 ---> 6b09399e0a2b
[Warning] One or more build-args [ALPINE_VERSION COMMIT] were not consumed
Successfully built 6b09399e0a2b
Successfully tagged docker-app-cross:jenkins-app-push-pull-cnab-cleanup-1
docker create --name docker-app-cross-jenkins-app-push-pull-cnab-cleanup-1 docker-app-cross:jenkins-app-push-pull-cnab-cleanup-1 noop
347dfae8c8970940ab6599ada2ae126595a145990e4de47ca9d6d9c4cdff1b59
docker cp docker-app-cross-jenkins-app-push-pull-cnab-cleanup-1:/go/src/github.com/docker/app/bin/docker-app-linux bin/docker-app-linux
docker cp docker-app-cross-jenkins-app-push-pull-cnab-cleanup-1:/go/src/github.com/docker/app/bin/docker-app-darwin bin/docker-app-darwin
docker cp docker-app-cross-jenkins-app-push-pull-cnab-cleanup-1:/go/src/github.com/docker/app/bin/docker-app-windows.exe bin/docker-app-windows.exe
docker rm docker-app-cross-jenkins-app-push-pull-cnab-cleanup-1
docker-app-cross-jenkins-app-push-pull-cnab-cleanup-1
docker build --build-arg=EXPERIMENTAL=off --build-arg=TAG=jenkins-app-push-pull-cnab-cleanup-1 --build-arg=COMMIT=57ba688 --build-arg=ALPINE_VERSION=3.8 --target=e2e-cross -t docker-app-e2e-cross:jenkins-app-push-pull-cnab-cleanup-1  .
Sending build context to Docker daemon  72.17MB

Step 1/21 : FROM dockercore/golang-cross:1.11.5@sha256:17a7e0f158521c50316a0d0c1ab1f6a75350b4d82e7ef03c98bcfbdf04feb4f3 AS build
 ---> cbc2e073f890
Step 2/21 : ENV     DISABLE_WARN_OUTSIDE_CONTAINER=1
 ---> Using cache
 ---> e1739a5537da
Step 3/21 : RUN apt-get install -y -q --no-install-recommends     coreutils     util-linux     uuid-runtime
 ---> Using cache
 ---> ab30916f3928
Step 4/21 : WORKDIR /go/src/github.com/docker/cli
 ---> Using cache
 ---> 978902542152
Step 5/21 : RUN git clone https://github.com/docker/cli.git .
 ---> Using cache
 ---> b04ee323bdb4
Step 6/21 : RUN make cross binary &&  cp build/docker-linux-amd64 /usr/bin/docker
 ---> Using cache
 ---> 13554a0e8807
Step 7/21 : WORKDIR /go/src/github.com/docker/app/
 ---> Using cache
 ---> 62bf6bddfac7
Step 8/21 : FROM build AS dev
 ---> 62bf6bddfac7
Step 9/21 : ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/
 ---> Using cache
 ---> 13cccc5c9577
Step 10/21 : ARG DEP_VERSION=v0.5.0
 ---> Using cache
 ---> cd65b1e35bc4
Step 11/21 : RUN curl -o /usr/bin/dep -L https://github.com/golang/dep/releases/download/${DEP_VERSION}/dep-linux-amd64 &&     chmod +x /usr/bin/dep
 ---> Using cache
 ---> 91fe06ed004a
Step 12/21 : RUN go get -d gopkg.in/mjibson/esc.v0 &&     cd /go/src/github.com/mjibson/esc &&     go build -v -o /usr/bin/esc . &&     rm -rf /go/src/* /go/pkg/* /go/bin/*
 ---> Using cache
 ---> 41a61f4c745a
Step 13/21 : COPY . .
 ---> Using cache
 ---> bd19ef2723d7
Step 14/21 : FROM dev AS cross
 ---> bd19ef2723d7
Step 15/21 : ARG EXPERIMENTAL="off"
 ---> Using cache
 ---> 4f81ad719cad
Step 16/21 : ARG TAG="unknown"
 ---> Using cache
 ---> 4948da892282
Step 17/21 : RUN make EXPERIMENTAL=${EXPERIMENTAL} TAG=${TAG} cross
 ---> Using cache
 ---> 6b09399e0a2b
Step 18/21 : FROM cross AS e2e-cross
 ---> 6b09399e0a2b
Step 19/21 : ARG EXPERIMENTAL="off"
 ---> Running in 4816f2021881
Removing intermediate container 4816f2021881
 ---> a2b0af10b2f2
Step 20/21 : ARG TAG="unknown"
 ---> Running in 2b3d887f0443
Removing intermediate container 2b3d887f0443
 ---> 1bdb0008c5be
Step 21/21 : RUN make EXPERIMENTAL=${EXPERIMENTAL} TAG=${TAG} e2e-cross
 ---> Running in 6860036fbc98
GOOS=linux CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=57ba688d -X github.com/docker/app/internal.Version=jenkins-app-push-pull-cnab-cleanup-1 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-08-30T17:12:04Z" -o bin/docker-app-linux ./cmd/docker-app
GOOS=linux CGO_ENABLED=0 go test -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=57ba688d -X github.com/docker/app/internal.Version=jenkins-app-push-pull-cnab-cleanup-1 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-08-30T17:12:04Z" -c -o bin/docker-app-e2e-linux ./e2e/
GOOS=darwin CGO_ENABLED=0 go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=57ba688d -X github.com/docker/app/internal.Version=jenkins-app-push-pull-cnab-cleanup-1 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-08-30T17:12:04Z" -o bin/docker-app-darwin ./cmd/docker-app
GOOS=darwin CGO_ENABLED=0 go test -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=57ba688d -X github.com/docker/app/internal.Version=jenkins-app-push-pull-cnab-cleanup-1 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-08-30T17:12:04Z" -c -o bin/docker-app-e2e-darwin ./e2e/
GOOS=windows CGO_ENABLED=0 go test -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=57ba688d -X github.com/docker/app/internal.Version=jenkins-app-push-pull-cnab-cleanup-1 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2019-08-30T17:12:04Z" -c -o bin/docker-app-e2e-windows.exe ./e2e/
Removing intermediate container 6860036fbc98
 ---> 92897a57dc7f
[Warning] One or more build-args [COMMIT ALPINE_VERSION] were not consumed
Successfully built 92897a57dc7f
Successfully tagged docker-app-e2e-cross:jenkins-app-push-pull-cnab-cleanup-1
docker create --name docker-app-e2e-cross-jenkins-app-push-pull-cnab-cleanup-1 docker-app-e2e-cross:jenkins-app-push-pull-cnab-cleanup-1 noop
bdfaaa6c55bf650ff96e0a5165b5c377da2813ecf9dc23ffcb4711c6a83ce48a
docker cp docker-app-e2e-cross-jenkins-app-push-pull-cnab-cleanup-1:/go/src/github.com/docker/app/bin/docker-app-e2e-linux bin/docker-app-e2e-linux
docker cp docker-app-e2e-cross-jenkins-app-push-pull-cnab-cleanup-1:/go/src/github.com/docker/app/bin/docker-app-e2e-darwin bin/docker-app-e2e-darwin
docker cp docker-app-e2e-cross-jenkins-app-push-pull-cnab-cleanup-1:/go/src/github.com/docker/app/bin/docker-app-e2e-windows.exe bin/docker-app-e2e-windows.exe
docker rm docker-app-e2e-cross-jenkins-app-push-pull-cnab-cleanup-1
docker-app-e2e-cross-jenkins-app-push-pull-cnab-cleanup-1
tar czf bin/docker-app-linux.tar.gz -C bin docker-app-linux
tar czf bin/docker-app-e2e-linux.tar.gz -C bin docker-app-e2e-linux
tar czf bin/docker-app-darwin.tar.gz -C bin docker-app-darwin
tar czf bin/docker-app-e2e-darwin.tar.gz -C bin docker-app-e2e-darwin
tar czf bin/docker-app-windows.tar.gz -C bin docker-app-windows.exe
tar czf bin/docker-app-e2e-windows.tar.gz -C bin docker-app-e2e-windows.exe