Skip to content

Console Output

+ make -f docker.Makefile vendor
docker build --build-arg=EXPERIMENTAL=off --build-arg=TAG=jenkins-app-cli-plugin-1 --build-arg=COMMIT=add325b --build-arg=ALPINE_VERSION=3.8 --target=dev -t docker-app-dev:jenkins-app-cli-plugin-1 .
Sending build context to Docker daemon  72.89MB

Step 1/13 : FROM dockercore/golang-cross:1.11.5@sha256:17a7e0f158521c50316a0d0c1ab1f6a75350b4d82e7ef03c98bcfbdf04feb4f3 AS build
sha256:17a7e0f158521c50316a0d0c1ab1f6a75350b4d82e7ef03c98bcfbdf04feb4f3: Pulling from dockercore/golang-cross
ab1fc7e4bf91: Pulling fs layer
35fba333ff52: Pulling fs layer
f0cb1fa13079: Pulling fs layer
3d1dd648b5ad: Pulling fs layer
866ed2e2b1fe: Pulling fs layer
ddc4ad35a2f0: Pulling fs layer
ab8da8d8889d: Pulling fs layer
f0f20de75386: Pulling fs layer
1db9e87b6bef: Pulling fs layer
546e697abf12: Pulling fs layer
0001dc28c07c: Pulling fs layer
3d1dd648b5ad: Waiting
f0f20de75386: Waiting
866ed2e2b1fe: Waiting
ddc4ad35a2f0: Waiting
ab8da8d8889d: Waiting
1db9e87b6bef: Waiting
546e697abf12: Waiting
0001dc28c07c: 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/13 : ENV     DISABLE_WARN_OUTSIDE_CONTAINER=1
 ---> Running in 8b062feedad3
Removing intermediate container 8b062feedad3
 ---> 196fa5064477
Step 3/13 : RUN apt-get install -y -q --no-install-recommends     coreutils     util-linux     uuid-runtime
 ---> Running in 5ddb498a2d29
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.6 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 5ddb498a2d29
 ---> addef177bb4b
Step 4/13 : WORKDIR /go/src/github.com/docker/cli
 ---> Running in b5b90527c82d
Removing intermediate container b5b90527c82d
 ---> 846f7e3ea352
Step 5/13 : RUN git clone https://github.com/ulyssessouza/cli . && git checkout 29d30ec1a05e8a285007240cc0f85864067e7344
 ---> Running in cb311c8d324c
Cloning into '.'...
Note: checking out '29d30ec1a05e8a285007240cc0f85864067e7344'.

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 29d30ec1... Merge remote-tracking branch 'jcsirot/fix-contextstore-for-plugins' into docker-app-plugin-context-dial-windows-mix
Removing intermediate container cb311c8d324c
 ---> 8773bdb2af09
Step 6/13 : RUN make cross binary &&  cp build/docker-linux-amd64 /usr/bin/docker
 ---> Running in 423d5d8cd4a6
./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 423d5d8cd4a6
 ---> b44ddf7600c9
Step 7/13 : WORKDIR /go/src/github.com/docker/app/
 ---> Running in cbb6b1483edf
Removing intermediate container cbb6b1483edf
 ---> d3d9cf3de1fd
Step 8/13 : FROM build AS dev
 ---> d3d9cf3de1fd
Step 9/13 : ENV PATH=${PATH}:/go/src/github.com/docker/app/bin/
 ---> Running in 80e21fa9a0e0
Removing intermediate container 80e21fa9a0e0
 ---> 7903422064f8
Step 10/13 : ARG DEP_VERSION=v0.5.0
 ---> Running in b289d956c3a6
Removing intermediate container b289d956c3a6
 ---> bb87fcf4aaec
Step 11/13 : RUN curl -o /usr/bin/dep -L https://github.com/golang/dep/releases/download/${DEP_VERSION}/dep-linux-amd64 &&     chmod +x /usr/bin/dep
 ---> Running in 7a0fca75cae4
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   605    0   605    0     0   6870      0 --:--:-- --:--:-- --:--:--  6875

100 8513k  100 8513k    0     0  43.4M      0 --:--:-- --:--:-- --:--:-- 43.4M
Removing intermediate container 7a0fca75cae4
 ---> d346a462d15c
Step 12/13 : RUN go get -d gopkg.in/mjibson/esc.v0 &&     cd /go/src/github.com/mjibson/esc &&     go build -v -o /usr/bin/esc . &&     rm -rf /go/src/* /go/pkg/* /go/bin/*
 ---> Running in 7f0ded677441
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 7f0ded677441
 ---> 703a06cfb061
Step 13/13 : COPY . .
 ---> 4d0391ae5eee
[Warning] One or more build-args [ALPINE_VERSION COMMIT EXPERIMENTAL TAG] were not consumed
Successfully built 4d0391ae5eee
Successfully tagged docker-app-dev:jenkins-app-cli-plugin-1
Vendoring...
docker run --rm docker-app-dev:jenkins-app-cli-plugin-1 sh -c "make vendor && hack/check-git-diff vendor"
rm -rf vendor 1>&1
dep ensure -v
(1/96) Wrote github.com/Nvveen/Gotty@master
(2/96) Wrote github.com/containerd/continuity@master
(3/96) Wrote github.com/davecgh/go-spew@v1.1.1
(4/96) Wrote github.com/docker/docker-credential-helpers@v0.6.1
(5/96) Wrote github.com/containerd/fifo@master
(6/96) Wrote vbom.ml/util@master
(7/96) Wrote github.com/containerd/typeurl@master
(8/96) Wrote github.com/beorn7/perks@master
(9/96) Wrote github.com/cbroglie/mustache@v1.0.1
(10/96) Wrote github.com/docker/distribution@83389a148052d74ac602f5f1d62f86ff2f3c4aa5
(11/96) Wrote github.com/agl/ed25519@master
(12/96) Wrote github.com/docker/go@v1.5.1-1
(13/96) Wrote github.com/docker/go-events@master
(14/96) Wrote github.com/docker/go-metrics@d466d4f6fd960e01820085bd7e1a24426ee7ef18
(15/96) Wrote github.com/docker/go-connections@v0.4.0
(16/96) Wrote github.com/docker/go-units@v0.3.3
(17/96) Wrote github.com/docker/libtrust@master
(18/96) Wrote github.com/flynn-archive/go-shlex@master
(19/96) Wrote github.com/ghodss/yaml@v1.0.0
(20/96) Wrote github.com/deislabs/duffle@master
(21/96) Wrote github.com/gogo/googleapis@v1.1.0
(22/96) Wrote github.com/golang/glog@master
(23/96) Wrote github.com/google/btree@master
(24/96) Wrote github.com/containerd/cri@v1.11.1
(25/96) Wrote github.com/docker/compose-on-kubernetes@v0.4.19
(26/96) Wrote github.com/google/go-cmp@v0.2.0
(27/96) Wrote github.com/google/gofuzz@master
(28/96) Wrote github.com/gorilla/context@v1.1.1
(29/96) Wrote github.com/gorilla/mux@v1.6.2
(30/96) Wrote github.com/googleapis/gnostic@v0.2.0
(31/96) Wrote github.com/gregjones/httpcache@master
(32/96) Wrote github.com/hashicorp/go-version@v1.0.0
(33/96) Wrote github.com/gopherjs/gopherjs@master
(34/96) Wrote github.com/hashicorp/golang-lru@master
(35/96) Wrote github.com/golang/protobuf@v1.2.0
(36/96) Wrote github.com/imdario/mergo@v0.3.6
(37/96) Wrote github.com/inconshreveable/mousetrap@v1.0
(38/96) Wrote github.com/konsorten/go-windows-terminal-sequences@v1.0.1
(39/96) Wrote github.com/json-iterator/go@v1.1.5
(40/96) Wrote github.com/matttproud/golang_protobuf_extensions@v1.0.1
(41/96) Wrote github.com/containerd/containerd@v1.2.1
(42/96) Wrote github.com/mattn/go-shellwords@v1.0.3
(43/96) Wrote github.com/miekg/pkcs11@master
(44/96) Wrote github.com/coreos/etcd@v3.3.10
(45/96) Wrote github.com/mitchellh/mapstructure@master
(46/96) Wrote github.com/modern-go/concurrent@1.0.3
(47/96) Wrote github.com/docker/swarmkit@edd5641391926a50bc5f7040e20b7efc05003c26
(48/96) Wrote github.com/modern-go/reflect2@1.0.1
(49/96) Wrote github.com/docker/cli (from https://github.com/ulyssessouza/cli)@29d30ec1a05e8a285007240cc0f85864067e7344
(50/96) Wrote github.com/oklog/ulid@v1.3.1
(51/96) Wrote github.com/morikuni/aec@master
(52/96) Wrote github.com/opencontainers/go-digest@v1.0.0-rc1
(53/96) Wrote github.com/opencontainers/image-spec@v1.0.1
(54/96) Wrote github.com/opencontainers/runtime-spec@v1.0.1
(55/96) Wrote github.com/peterbourgon/diskv@v2.0.1
(56/96) Wrote github.com/petar/GoLLRB@master
(57/96) Wrote github.com/pkg/errors@v0.8.0
(58/96) Wrote github.com/prometheus/client_model@master
(59/96) Wrote github.com/prometheus/client_golang@v0.8.0
(60/96) Wrote github.com/opencontainers/runc@v1.0.0-rc6
(61/96) Wrote github.com/prometheus/common@master
(62/96) Wrote github.com/prometheus/procfs@master
(63/96) Wrote github.com/spf13/cobra@v0.0.3
(64/96) Wrote github.com/spf13/pflag@master
(65/96) Wrote github.com/sirupsen/logrus@v1.2.0
(66/96) Wrote github.com/syndtr/gocapability@master
(67/96) Wrote github.com/vbatts/tar-split@v0.11.1
(68/96) Wrote github.com/wadey/gocovmerge@master
(69/96) Wrote github.com/xeipuuv/gojsonpointer@master
(70/96) Wrote github.com/xeipuuv/gojsonreference@master
(71/96) Wrote github.com/xeipuuv/gojsonschema@93e72a773fade158921402d6a24c819b48aba29d
(72/96) Wrote github.com/gogo/protobuf@v1.2.0
(73/96) Wrote golang.org/x/sync@master
(74/96) Wrote golang.org/x/oauth2@master
(75/96) Wrote golang.org/x/crypto@master
(76/96) Wrote golang.org/x/net@master
(77/96) Wrote golang.org/x/time@master
(78/96) Wrote gopkg.in/inf.v0@v0.9.1
(79/96) Wrote github.com/theupdateframework/notary@v0.6.1
(80/96) Wrote google.golang.org/appengine@v1.4.0
(81/96) Wrote golang.org/x/sys@master
(82/96) Wrote gopkg.in/yaml.v2 (from https://github.com/simonferquel/yaml)@c86e64ed9581b7588e736f0c3e6ecc02cc22996e
(83/96) Wrote gotest.tools@v2.3.0
(84/96) Wrote google.golang.org/grpc@v1.18.0
(85/96) Wrote golang.org/x/text@v0.3.0
(86/96) Wrote k8s.io/apimachinery@kubernetes-1.11.1
(87/96) Wrote github.com/Azure/go-ansiterm@master
(88/96) Wrote github.com/Microsoft/go-winio@v0.4.11
(89/96) Wrote golang.org/x/tools@master
(90/96) Wrote google.golang.org/genproto@master
(91/96) Wrote github.com/Microsoft/hcsshim@v0.8.4
(92/96) Wrote k8s.io/client-go@kubernetes-1.11.1
(93/96) Wrote cloud.google.com/go@v0.34.0
(94/96) Wrote github.com/docker/docker@master
(95/96) Wrote k8s.io/api@kubernetes-1.11.1
(96/96) Wrote k8s.io/kubernetes@v1.11.1
vendor is correct