Skip to content

Console Output

+ make -f docker.Makefile check-vendor
docker build --build-arg TAG=jenkins-app-PR-720-9 --build-arg COMMIT=fc267854 --build-arg ALPINE_VERSION=3.10.3 --build-arg GOPROXY=direct --target=dev -t docker-app-dev:jenkins-app-PR-720-9 .
#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 3.83kB done
#2 DONE 0.0s

#1 [internal] load .dockerignore
#1 transferring context: 34B 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/5] 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 CACHED

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

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

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

#12 [cli-build 5/5] RUN make binary-osx binary-windows binary
#12 CACHED

#18 [internal] load build context
#18 transferring context: 343.61kB 0.3s done
#18 DONE 0.3s

#6 [dev 2/9] RUN apt-get update && apt-get install -y -q --no-install-recom...
#6 1.174 Get:1 http://security.debian.org/debian-security buster/updates InRelease [39.1 kB]
#6 1.184 Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
#6 1.184 Get:3 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
#6 1.302 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [108 kB]
#6 1.401 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7899 kB]
#6 1.531 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [5792 B]
#6 2.678 Fetched 8222 kB in 2s (4673 kB/s)
#6 2.678 Reading package lists...
#6 3.292 Reading package lists...
#6 3.898 Building dependency tree...
#6 4.020 Reading state information...
#6 4.159 coreutils is already the newest version (8.30-3).
#6 4.159 coreutils set to manually installed.
#6 4.159 util-linux is already the newest version (2.33.1-0.1).
#6 4.159 util-linux set to manually installed.
#6 4.159 The following NEW packages will be installed:
#6 4.159   uuid-runtime
#6 4.425 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
#6 4.425 Need to get 95.2 kB of archives.
#6 4.425 After this operation, 211 kB of additional disk space will be used.
#6 4.425 Get:1 http://deb.debian.org/debian buster/main amd64 uuid-runtime amd64 2.33.1-0.1 [95.2 kB]
#6 4.603 debconf: delaying package configuration, since apt-utils is not installed
#6 4.628 Fetched 95.2 kB in 0s (365 kB/s)
#6 4.660 Selecting previously unselected package uuid-runtime.
#6 4.660 (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 ... 15394 files and directories currently installed.)
#6 4.733 Preparing to unpack .../uuid-runtime_2.33.1-0.1_amd64.deb ...
#6 4.737 Unpacking uuid-runtime (2.33.1-0.1) ...
#6 4.779 Setting up uuid-runtime (2.33.1-0.1) ...
#6 4.819 Adding group `uuidd' (GID 102) ...
#6 4.837 Done.
#6 4.862 Warning: The home dir /run/uuidd you specified can't be accessed: No such file or directory
#6 4.863 Adding system user `uuidd' (UID 101) ...
#6 4.863 Adding new user `uuidd' (UID 101) with group `uuidd' ...
#6 4.912 Not creating home directory `/run/uuidd'.
#6 4.926 invoke-rc.d: could not determine current runlevel
#6 4.929 invoke-rc.d: policy-rc.d denied execution of start.
#6 DONE 5.6s

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

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

#14 [dev 5/9] RUN curl -o /usr/bin/dep -L https://github.com/golang/dep/rele...
#14 0.819   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#14 0.820                                  Dload  Upload   Total   Spent    Left  Speed
#14 0.820 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   605    0   605    0     0   2965      0 --:--:-- --:--:-- --:--:--  2965
#14 1.144 
100 10.5M  100 10.5M    0     0  32.6M      0 --:--:-- --:--:-- --:--:-- 32.6M
#14 DONE 1.3s

#15 [dev 6/9] RUN mkdir /go/src/gotest.tools &&   git clone -q https://githu...
#15 11.08 go: downloading gotest.tools v2.1.0+incompatible
#15 11.12 go: extracting gotest.tools v2.1.0+incompatible
#15 11.14 go: downloading github.com/pkg/errors v0.8.0
#15 11.15 go: downloading github.com/fatih/color v1.6.0
#15 11.15 go: downloading github.com/spf13/pflag v1.0.1
#15 11.15 go: downloading github.com/sirupsen/logrus v1.0.5
#15 11.16 go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
#15 11.16 go: downloading github.com/jonboulle/clockwork v0.1.0
#15 11.24 go: extracting github.com/sirupsen/logrus v1.0.5
#15 11.25 go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
#15 11.25 go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
#15 11.27 go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
#15 11.27 go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
#15 11.28 go: extracting github.com/spf13/pflag v1.0.1
#15 11.28 go: extracting github.com/jonboulle/clockwork v0.1.0
#15 11.29 go: extracting github.com/pkg/errors v0.8.0
#15 11.59 go: extracting github.com/fatih/color v1.6.0
#15 11.60 go: downloading github.com/mattn/go-isatty v0.0.3
#15 11.60 go: downloading github.com/mattn/go-colorable v0.0.9
#15 11.64 go: extracting github.com/mattn/go-isatty v0.0.3
#15 11.66 go: extracting github.com/mattn/go-colorable v0.0.9
#15 12.16 go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
#15 12.52 go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
#15 12.53 go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
#15 12.65 go: finding github.com/fatih/color v1.6.0
#15 12.65 go: finding github.com/pkg/errors v0.8.0
#15 12.66 go: finding github.com/sirupsen/logrus v1.0.5
#15 12.67 go: finding github.com/spf13/pflag v1.0.1
#15 12.67 go: finding github.com/mattn/go-colorable v0.0.9
#15 12.68 go: finding github.com/mattn/go-isatty v0.0.3
#15 12.69 go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
#15 12.70 go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
#15 12.71 go: finding github.com/jonboulle/clockwork v0.1.0
#15 12.71 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
#15 12.72 go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
#15 DONE 35.8s

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

#17 [dev 8/9] RUN go get -d gopkg.in/mjibson/esc.v0 &&   cd /go/src/github.c...
#17 7.319 golang.org/x/tools/internal/semver
#17 7.348 github.com/pkg/errors
#17 7.366 golang.org/x/tools/go/ast/astutil
#17 7.416 golang.org/x/tools/go/internal/gcimporter
#17 7.711 golang.org/x/tools/go/internal/packagesdriver
#17 7.782 golang.org/x/tools/internal/fastwalk
#17 7.845 golang.org/x/tools/internal/gopathwalk
#17 7.910 golang.org/x/tools/internal/span
#17 8.075 golang.org/x/tools/internal/module
#17 8.134 golang.org/x/tools/go/gcexportdata
#17 8.171 golang.org/x/tools/go/packages
#17 8.419 golang.org/x/tools/internal/imports
#17 8.930 golang.org/x/tools/imports
#17 8.942 github.com/mjibson/esc/embed
#17 8.982 github.com/mjibson/esc
#17 DONE 10.1s

#19 [dev 9/9] COPY . .
#19 DONE 1.2s

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