Skip to content

Console Output

+ make -f docker.Makefile check-vendor
docker build --build-arg TAG=jenkins-app-PR-717-9 --build-arg COMMIT=5ac63297 --build-arg ALPINE_VERSION=3.10.1 --build-arg GOPROXY=direct --target=dev -t docker-app-dev:jenkins-app-PR-717-9 .
#2 [internal] load .dockerignore
#2 transferring context: 34B done
#2 DONE 0.0s

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

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

#4 [build 1/6] FROM docker.io/dockercore/golang-cross:1.12.9@sha256:3ea9dce...
#4 DONE 0.0s

#6 [build 3/6] WORKDIR /go/src/github.com/docker/cli
#6 CACHED

#5 [build 2/6] RUN apt-get install -y -q --no-install-recommends   coreutil...
#5 CACHED

#7 [build 4/6] RUN git clone https://github.com/docker/cli . && git checkou...
#7 CACHED

#14 [internal] load build context
#14 transferring context: 343.22kB 0.3s done
#14 DONE 0.3s

#8 [build 5/6] RUN make binary-osx binary-windows binary &&   cp build/dock...
#8 0.902 ./scripts/build/osx
#8 1.058 Building build/docker-darwin-amd64
#8 91.86 ./scripts/build/windows
#8 91.88 Generating windows resources
#8 92.06 Building build/docker-windows-amd64
#8 178.8 WARNING: binary creates a Linux executable. Use cross for macOS or Windows.
#8 178.8 ./scripts/build/binary
#8 178.8 Building statically linked build/docker-linux-amd64
#8 DONE 252.4s

#9 [build 6/6] WORKDIR /go/src/github.com/docker/app/
#9 DONE 0.0s

#10 [dev 1/5] RUN curl -o /usr/bin/dep -L https://github.com/golang/dep/rele...
#10 0.919   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#10 0.920                                  Dload  Upload   Total   Spent    Left  Speed
#10 0.922 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   605    0   605    0     0   5260      0 --:--:-- --:--:-- --:--:--  5215
#10 1.169 
100 10.5M  100 10.5M    0     0  42.4M      0 --:--:-- --:--:-- --:--:-- 42.4M
#10 DONE 1.3s

#11 [dev 2/5] RUN mkdir /go/src/gotest.tools &&   git clone -q https://githu...
#11 1.070 go: finding github.com/mattn/go-colorable v0.0.9
#11 1.093 go: finding github.com/onsi/ginkgo v1.8.0
#11 1.093 go: finding github.com/google/go-cmp v0.2.0
#11 1.094 go: finding github.com/sirupsen/logrus v1.0.5
#11 1.094 go: finding github.com/fatih/color v1.6.0
#11 1.096 go: finding github.com/spf13/pflag v1.0.1
#11 1.098 go: finding github.com/pkg/errors v0.8.0
#11 1.548 go: finding gotest.tools v2.1.0+incompatible
#11 1.552 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
#11 1.635 go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
#11 1.810 go: finding github.com/onsi/gomega v1.4.3
#11 1.823 go: finding github.com/mattn/go-isatty v0.0.3
#11 1.826 go: finding github.com/stretchr/testify v1.3.0
#11 1.887 go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
#11 1.991 go: finding github.com/jonboulle/clockwork v0.1.0
#11 2.026 go: finding gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2
#11 2.488 go: finding golang.org/x/text v0.3.0
#11 2.500 go: finding github.com/hpcloud/tail v1.0.0
#11 2.536 go: finding github.com/golang/protobuf v1.2.0
#11 2.551 go: finding gopkg.in/airbrake/gobrake.v2 v2.0.9
#11 2.673 go: finding github.com/fsnotify/fsnotify v1.4.7
#11 3.034 go: finding github.com/pmezard/go-difflib v1.0.0
#11 3.077 go: finding gopkg.in/fsnotify.v1 v1.4.7
#11 3.177 go: finding gopkg.in/yaml.v2 v2.2.1
#11 3.372 go: finding golang.org/x/net v0.0.0-20180906233101-161cd47e91fd
#11 3.395 go: finding github.com/davecgh/go-spew v1.1.0
#11 3.583 go: finding github.com/stretchr/objx v0.1.0
#11 3.808 go: finding github.com/onsi/ginkgo v1.6.0
#11 4.185 go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
#11 4.722 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
#11 7.613 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
#11 10.69 go: downloading gotest.tools v2.1.0+incompatible
#11 10.73 go: extracting gotest.tools v2.1.0+incompatible
#11 10.74 go: downloading github.com/sirupsen/logrus v1.0.5
#11 10.75 go: downloading github.com/pkg/errors v0.8.0
#11 10.75 go: downloading github.com/fatih/color v1.6.0
#11 10.75 go: downloading github.com/jonboulle/clockwork v0.1.0
#11 10.76 go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
#11 10.77 go: downloading github.com/spf13/pflag v1.0.1
#11 10.79 go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
#11 10.80 go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
#11 10.81 go: extracting github.com/pkg/errors v0.8.0
#11 10.82 go: extracting github.com/jonboulle/clockwork v0.1.0
#11 10.88 go: extracting github.com/sirupsen/logrus v1.0.5
#11 10.89 go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
#11 10.90 go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
#11 10.92 go: extracting github.com/spf13/pflag v1.0.1
#11 11.24 go: extracting github.com/fatih/color v1.6.0
#11 11.25 go: downloading github.com/mattn/go-colorable v0.0.9
#11 11.25 go: downloading github.com/mattn/go-isatty v0.0.3
#11 11.28 go: extracting github.com/mattn/go-colorable v0.0.9
#11 11.29 go: extracting github.com/mattn/go-isatty v0.0.3
#11 11.86 go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94
#11 11.90 go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc
#11 12.10 go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
#11 DONE 20.1s

#12 [dev 3/5] RUN GOOS=linux   go build -o /usr/local/bin/test2json-linux   ...
#12 DONE 1.9s

#13 [dev 4/5] RUN go get -d gopkg.in/mjibson/esc.v0 &&   cd /go/src/github.c...
#13 7.570 golang.org/x/tools/internal/semver
#13 7.590 github.com/pkg/errors
#13 7.642 golang.org/x/tools/go/ast/astutil
#13 7.668 golang.org/x/tools/go/internal/gcimporter
#13 8.048 golang.org/x/tools/go/internal/packagesdriver
#13 8.131 golang.org/x/tools/internal/fastwalk
#13 8.197 golang.org/x/tools/internal/gopathwalk
#13 8.264 golang.org/x/tools/internal/span
#13 8.331 golang.org/x/tools/go/gcexportdata
#13 8.384 golang.org/x/tools/internal/module
#13 8.472 golang.org/x/tools/go/packages
#13 8.778 golang.org/x/tools/internal/imports
#13 9.324 golang.org/x/tools/imports
#13 9.338 github.com/mjibson/esc/embed
#13 9.380 github.com/mjibson/esc
#13 DONE 10.8s

#15 [dev 5/5] COPY . .
#15 DONE 0.8s

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