Skip to content

Console Output

+ make -f docker.Makefile check-vendor
docker build --build-arg TAG=jenkins-app-PR-730-5 --build-arg COMMIT=88fcef1b --build-arg ALPINE_VERSION=3.10.3 --build-arg GOPROXY=direct --target=dev -t docker-app-dev:jenkins-app-PR-730-5 .
#2 [internal] load .dockerignore
#2 DONE 0.0s

#2 [internal] load .dockerignore
#2 transferring context: 34B done
#2 DONE 0.0s

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.18kB done
#1 DONE 0.0s

#4 [internal] load metadata for docker.io/dockercore/golang-cross:1.12.9@sh...
#4 DONE 0.0s

#3 [internal] load metadata for docker.io/library/golang:1.13.3
#3 DONE 0.1s

#8 [cli-build 1/8] FROM docker.io/dockercore/golang-cross:1.12.9@sha256:3ea...
#8 DONE 0.0s

#5 [dev 1/9] FROM docker.io/library/golang:1.13.3@sha256:6a693fbaba7dd8d816...
#5 DONE 0.0s

#9 [cli-build 2/8] RUN apt-get install -y -q --no-install-recommends   core...
#9 CACHED

#10 [cli-build 3/8] WORKDIR /go/src/github.com/docker/cli
#10 CACHED

#11 [cli-build 4/8] RUN git clone https://github.com/docker/cli . && git che...
#11 CACHED

#12 [cli-build 5/8] RUN mkdir build
#12 CACHED

#21 [internal] load build context
#21 transferring context: 341.04kB 0.3s done
#21 DONE 0.3s

#13 [cli-build 6/8] RUN curl -fL https://download.docker.com/linux/static/st...
#13 1.031   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#13 1.035                                  Dload  Upload   Total   Spent    Left  Speed
#13 1.035 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
 46 60.3M   46 27.8M    0     0  23.7M      0  0:00:02  0:00:01  0:00:01 23.7M
 96 60.3M   96 58.1M    0     0  27.1M      0  0:00:02  0:00:02 --:--:-- 27.2M
100 60.3M  100 60.3M    0     0  27.3M      0  0:00:02  0:00:02 --:--:-- 27.3M
#13 DONE 3.5s

#14 [cli-build 7/8] RUN curl -fL https://download.docker.com/mac/static/stab...
#14 0.724   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#14 0.725                                  Dload  Upload   Total   Spent    Left  Speed
#14 0.727 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
 61 45.6M   61 27.8M    0     0  29.6M      0  0:00:01 --:--:--  0:00:01 29.6M
100 45.6M  100 45.6M    0     0  29.4M      0  0:00:01  0:00:01 --:--:-- 29.4M
#14 DONE 2.5s

#15 [cli-build 8/8] RUN make binary-windows
#15 0.691 ./scripts/build/windows
#15 0.825 Generating windows resources
#15 1.020 Building build/docker-windows-amd64
#15 DONE 89.3s

#6 [dev 2/9] RUN apt-get update && apt-get install -y -q --no-install-recom...
#6 CACHED

#7 [dev 3/9] WORKDIR /go/src/github.com/docker/app/
#7 CACHED

#16 [dev 4/9] COPY --from=cli-build /go/src/github.com/docker/cli/build/dock...
#16 DONE 0.2s

#17 [dev 5/9] RUN curl -o /usr/bin/dep -L https://github.com/golang/dep/rele...
#17 0.871   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#17 0.873                                  Dload  Upload   Total   Spent    Left  Speed
#17 0.874 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   605    0   605    0     0   4060      0 --:--:-- --:--:-- --:--:--  4060
#17 1.143 
100 10.5M  100 10.5M    0     0  38.9M      0 --:--:-- --:--:-- --:--:-- 38.9M
#17 DONE 1.3s

#18 [dev 6/9] RUN mkdir /go/src/gotest.tools &&   git clone -q https://githu...
#18 11.95 go: downloading gotest.tools v2.1.0+incompatible
#18 11.99 go: extracting gotest.tools v2.1.0+incompatible
#18 12.00 go: downloading github.com/sirupsen/logrus v1.0.5
#18 12.00 go: downloading github.com/fatih/color v1.6.0
#18 12.00 go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
#18 12.01 go: downloading github.com/jonboulle/clockwork v0.1.0
#18 12.02 go: downloading github.com/pkg/errors v0.8.0
#18 12.05 go: downloading github.com/spf13/pflag v1.0.1
#18 12.07 go: extracting github.com/sirupsen/logrus v1.0.5
#18 12.09 go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
#18 12.10 go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
#18 12.11 go: extracting github.com/jonboulle/clockwork v0.1.0
#18 12.11 go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
#18 12.11 go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
#18 12.13 go: extracting github.com/pkg/errors v0.8.0
#18 12.17 go: extracting github.com/spf13/pflag v1.0.1
#18 12.53 go: extracting github.com/fatih/color v1.6.0
#18 12.53 go: downloading github.com/mattn/go-colorable v0.0.9
#18 12.54 go: downloading github.com/mattn/go-isatty v0.0.3
#18 12.57 go: extracting github.com/mattn/go-isatty v0.0.3
#18 12.59 go: extracting github.com/mattn/go-colorable v0.0.9
#18 12.93 go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
#18 13.23 go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
#18 13.32 go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
#18 13.41 go: finding github.com/fatih/color v1.6.0
#18 13.41 go: finding github.com/pkg/errors v0.8.0
#18 13.42 go: finding github.com/sirupsen/logrus v1.0.5
#18 13.43 go: finding github.com/spf13/pflag v1.0.1
#18 13.44 go: finding github.com/mattn/go-colorable v0.0.9
#18 13.44 go: finding github.com/mattn/go-isatty v0.0.3
#18 13.46 go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
#18 13.46 go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
#18 13.47 go: finding github.com/jonboulle/clockwork v0.1.0
#18 13.48 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
#18 13.48 go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
#18 DONE 35.7s

#19 [dev 7/9] RUN GOOS=linux   go build -o /usr/local/bin/test2json-linux   ...
#19 DONE 2.0s

#20 [dev 8/9] RUN go get -d gopkg.in/mjibson/esc.v0 &&   cd /go/src/github.c...
#20 10.03 golang.org/x/tools/internal/semver
#20 10.06 github.com/pkg/errors
#20 10.08 golang.org/x/tools/go/ast/astutil
#20 10.13 golang.org/x/tools/go/internal/gcimporter
#20 10.36 golang.org/x/tools/go/internal/packagesdriver
#20 10.43 golang.org/x/tools/internal/fastwalk
#20 10.49 golang.org/x/tools/internal/gopathwalk
#20 10.55 golang.org/x/tools/internal/span
#20 10.72 golang.org/x/tools/internal/module
#20 10.83 golang.org/x/tools/go/gcexportdata
#20 10.86 golang.org/x/tools/go/packages
#20 11.11 golang.org/x/tools/internal/imports
#20 11.52 golang.org/x/tools/imports
#20 11.53 github.com/mjibson/esc/embed
#20 11.58 github.com/mjibson/esc
#20 DONE 12.7s

#22 [dev 9/9] COPY . .
#22 DONE 0.6s

#23 exporting to image
#23 exporting layers
#23 exporting layers 1.8s done
#23 writing image sha256:8b19292725fcb308b4dc48d3916ea691a88c790452bbd1f01689ef7ed3377d99 done
#23 naming to docker.io/library/docker-app-dev:jenkins-app-PR-730-5 done
#23 DONE 1.8s
Check Vendoring...
docker run --rm docker-app-dev:jenkins-app-PR-730-5 sh -c "make vendor && hack/check-git-diff vendor"
rm -rf vendor 1>&1
dep ensure -v 
(1/102) Wrote github.com/Microsoft/go-winio@v0.4.12
(2/102) Wrote github.com/containerd/console@master
(3/102) Wrote github.com/containerd/fifo@master
(4/102) Wrote github.com/agl/ed25519@master
(5/102) Wrote github.com/beorn7/perks@master
(6/102) Wrote github.com/deislabs/cnab-go@v0.7.1-beta1
(7/102) Wrote github.com/docker/cnab-to-oci@v0.3.0-beta1
(8/102) Wrote github.com/davecgh/go-spew@v1.1.1
(9/102) Wrote github.com/containerd/ttrpc@master
(10/102) Wrote github.com/containerd/continuity@master
(11/102) Wrote github.com/containerd/typeurl@master
(12/102) Wrote vbom.ml/util@master
(13/102) Wrote github.com/docker/docker-credential-helpers@v0.6.1
(14/102) Wrote github.com/docker/go@v1.5.1-1
(15/102) Wrote github.com/docker/buildx@v0.3.1
(16/102) Wrote github.com/docker/go-events@master
(17/102) Wrote github.com/docker/go-metrics@d466d4f6fd960e01820085bd7e1a24426ee7ef18
(18/102) Wrote github.com/docker/go-connections@v0.4.0
(19/102) Wrote github.com/docker/go-units@v0.3.3
(20/102) Wrote github.com/Microsoft/hcsshim@v0.8.6
(21/102) Wrote github.com/gofrs/flock@v0.7.1
(22/102) Wrote github.com/gogo/googleapis@v1.2.0
(23/102) Wrote github.com/google/go-cmp@v0.2.0
(24/102) Wrote github.com/google/gofuzz@v1.0.0
(25/102) Wrote github.com/google/shlex@master
(26/102) Wrote github.com/gorilla/mux@v1.7.1
(27/102) Wrote github.com/grpc-ecosystem/grpc-opentracing@master
(28/102) Wrote github.com/hashicorp/go-version@v1.1.0
(29/102) Wrote github.com/hashicorp/golang-lru@v0.5.1
(30/102) Wrote github.com/globalsign/mgo@master
(31/102) Wrote github.com/imdario/mergo@master
(32/102) Wrote github.com/inconshreveable/mousetrap@v1.0
(33/102) Wrote github.com/jackpal/gateway (from github.com/ndeloof/gateway)@10816db7ab2f4b71e71dba9420bfa67d5be27b33
(34/102) Wrote github.com/jaguilar/vt100 (from github.com/tonistiigi/vt100)@ad4c4a5743050fb7f88ce968dca9422f72a0e3f2
(35/102) Wrote github.com/konsorten/go-windows-terminal-sequences@v1.0.2
(36/102) Wrote github.com/googleapis/gnostic@v0.2.0
(37/102) Wrote github.com/docker/compose-on-kubernetes@v0.4.21
(38/102) Wrote github.com/docker/distribution@0d3efadf0154c2b8a4e7b6621fff9809655cc580
(39/102) Wrote github.com/mattn/go-shellwords@v1.0.5
(40/102) Wrote github.com/matttproud/golang_protobuf_extensions@v1.0.1
(41/102) Wrote github.com/json-iterator/go@v1.1.6
(42/102) Wrote github.com/miekg/pkcs11@master
(43/102) Wrote github.com/mitchellh/mapstructure@v1.1.2
(44/102) Wrote github.com/modern-go/concurrent@1.0.3
(45/102) Wrote github.com/modern-go/reflect2@1.0.1
(46/102) Wrote github.com/morikuni/aec@master
(47/102) Wrote github.com/oklog/ulid@v1.3.1
(48/102) Wrote github.com/opencontainers/go-digest@v1.0.0-rc1
(49/102) Wrote github.com/golang/protobuf@v1.3.1
(50/102) Wrote github.com/opentracing/opentracing-go@v1.1.0
(51/102) Wrote github.com/pkg/errors@v0.8.1
(52/102) Wrote github.com/opencontainers/image-spec@v1.0.1
(53/102) Wrote github.com/opencontainers/runtime-spec@29686dbc5559d93fb1ef402eeda3e35c38d75af4
(54/102) Wrote github.com/prometheus/client_model@master
(55/102) Wrote github.com/prometheus/client_golang@v0.8.0
(56/102) Wrote github.com/prometheus/procfs@master
(57/102) Wrote github.com/qri-io/jsonpointer@v0.1.0
(58/102) Wrote github.com/prometheus/common@v0.2.0
(59/102) Wrote github.com/qri-io/jsonschema@v0.1.1
(60/102) Wrote github.com/sirupsen/logrus@v1.4.1
(61/102) Wrote github.com/spf13/pflag@master
(62/102) Wrote github.com/syndtr/gocapability@master
(63/102) Wrote github.com/spf13/cobra@v0.0.5
(64/102) Wrote github.com/docker/cli@d83cd90464377d4164c8f70248d064b979e5ca98
(65/102) Wrote github.com/tonistiigi/units@master
(66/102) Wrote github.com/wadey/gocovmerge@master
(67/102) Wrote github.com/opencontainers/runc@v1.0.0-rc7
(68/102) Wrote github.com/xeipuuv/gojsonpointer@master
(69/102) Wrote github.com/xeipuuv/gojsonreference@master
(70/102) Wrote github.com/containerd/containerd@v1.3.0
(71/102) Wrote github.com/tonistiigi/fsutil@master
(72/102) Wrote github.com/docker/swarmkit@18e7e58ea1a5ec016625a636d0d52500eea123bc
(73/102) Wrote github.com/xeipuuv/gojsonschema@93e72a773fade158921402d6a24c819b48aba29d
(74/102) Wrote github.com/moby/buildkit@v0.6.2
(75/102) Wrote github.com/Azure/go-ansiterm@master
(76/102) Wrote golang.org/x/oauth2@master
(77/102) Wrote golang.org/x/sync@master
(78/102) Wrote golang.org/x/crypto@master
(79/102) Wrote github.com/Masterminds/semver@v1.4.2
(80/102) Wrote gopkg.in/yaml.v2@v2.2.3
(81/102) Wrote golang.org/x/net@master
(82/102) Wrote github.com/coreos/etcd@v3.3.12
(83/102) Wrote golang.org/x/time@master
(84/102) Wrote google.golang.org/appengine@v1.5.0
(85/102) Wrote gopkg.in/inf.v0@v0.9.1
(86/102) Wrote gotest.tools@v2.3.0
(87/102) Wrote k8s.io/utils@master
(88/102) Wrote k8s.io/klog@v0.2.0
(89/102) Wrote sigs.k8s.io/yaml@v1.1.0
(90/102) Wrote k8s.io/apimachinery@kubernetes-1.14.1
(91/102) Wrote golang.org/x/sys@master
(92/102) Wrote google.golang.org/grpc@v1.19.1
(93/102) Wrote github.com/theupdateframework/notary@v0.6.1
(94/102) Wrote cloud.google.com/go@v0.37.4
(95/102) Wrote golang.org/x/text@v0.3.0
(96/102) Wrote golang.org/x/tools@master
(97/102) Wrote k8s.io/client-go@kubernetes-1.14.1
(98/102) Wrote google.golang.org/genproto@master
(99/102) Wrote github.com/gogo/protobuf@v1.2.1
(100/102) Wrote k8s.io/api@kubernetes-1.14.1
(101/102) Wrote github.com/docker/docker@master
(102/102) Wrote k8s.io/kubernetes@v1.14.1
vendor is correct