Skip to content
Failed

Console Output

Pull request #1940 updated
18:33:13 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at 016a3232168d01923cbc6c47d6f05d008e1c7edf rather than f6c71a0cd8b47c2331ab32b6916c09a06603fe2a
Obtained Jenkinsfile from 016a3232168d01923cbc6c47d6f05d008e1c7edf
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision ead69454b4062f17d1f8389642089a002b037213
using credential jps-reader
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --progress https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master
Checking out Revision ead69454b4062f17d1f8389642089a002b037213 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ead69454b4062f17d1f8389642089a002b037213
Commit message: "Merge pull request #10 from russellcardullo/sonar-scan"
 > git rev-list --no-walk ead69454b4062f17d1f8389642089a002b037213 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-0169aa362f5d012ca) in /home/ubuntu/workspace/cli_PR-1940
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/cli_PR-1940@tmp/085772e5-f49b-4954-8394-55d332c1ec28/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
18:33:16 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
18:33:16 chowning workspace
[Pipeline] sh
18:33:16 + uname -m
[Pipeline] sh
18:33:16 + pwd
18:33:16 + id -u
18:33:16 + id -g
18:33:16 + docker run --rm -v /home/ubuntu/workspace/cli_PR-1940:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
18:33:18 Removing all docker containers
[Pipeline] sh
18:33:18 + docker container ls -aq
[Pipeline] echo
18:33:18 Docker containers have been removed
[Pipeline] echo
18:33:18 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
18:33:18 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
18:33:18 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
18:33:18 Using the ‘stage’ step without a block argument is deprecated
18:33:18 Entering stage Git Checkout
18:33:18 Proceeding
[Pipeline] checkout
18:33:18 using credential docker-jenkins-github-credentials
18:33:18 Cloning the remote Git repository
18:33:18 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-1940 # timeout=10
Fetching upstream changes from https://github.com/docker/cli.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress https://github.com/docker/cli.git +refs/pull/1940/head:refs/remotes/origin/PR-1940 +refs/heads/master:refs/remotes/origin/master
18:33:21 Fetching without tags
18:33:21 Merging remotes/origin/master commit 016a3232168d01923cbc6c47d6f05d008e1c7edf into PR head commit f6c71a0cd8b47c2331ab32b6916c09a06603fe2a
18:33:21 Merge succeeded, producing f6c71a0cd8b47c2331ab32b6916c09a06603fe2a
18:33:21 Checking out Revision f6c71a0cd8b47c2331ab32b6916c09a06603fe2a (PR-1940)
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/1940/head:refs/remotes/origin/PR-1940 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
Fetching upstream changes from https://github.com/docker/cli.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress https://github.com/docker/cli.git +refs/pull/1940/head:refs/remotes/origin/PR-1940 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f6c71a0cd8b47c2331ab32b6916c09a06603fe2a
 > git merge 016a3232168d01923cbc6c47d6f05d008e1c7edf # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
18:33:22 Commit message: "Bump moby and swarmkit"
18:33:22 First time build. Skipping changelog.
[Pipeline] stage
18:33:22 Using the ‘stage’ step without a block argument is deprecated
18:33:22 Entering stage Run end-to-end test suite
18:33:22 Proceeding
[Pipeline] sh
 > git checkout -f f6c71a0cd8b47c2331ab32b6916c09a06603fe2a
 > git rev-list --no-walk 88c03ea62b5dd389eae0cd09c33ee480f68cec33 # timeout=10
18:33:23 + docker version
18:33:23 Client: Docker Engine - Community
18:33:23  Version:           19.03.1
18:33:23  API version:       1.40
18:33:23  Go version:        go1.12.5
18:33:23  Git commit:        74b1e89
18:33:23  Built:             Thu Jul 25 21:21:05 2019
18:33:23  OS/Arch:           linux/amd64
18:33:23  Experimental:      false
18:33:23 
18:33:23 Server: Docker Engine - Community
18:33:23  Engine:
18:33:23   Version:          19.03.1
18:33:23   API version:      1.40 (minimum version 1.12)
18:33:23   Go version:       go1.12.5
18:33:23   Git commit:       74b1e89
18:33:23   Built:            Thu Jul 25 21:19:41 2019
18:33:23   OS/Arch:          linux/amd64
18:33:23   Experimental:     true
18:33:23  containerd:
18:33:23   Version:          1.2.6
18:33:23   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
18:33:23  runc:
18:33:23   Version:          1.0.0-rc8
18:33:23   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
18:33:23  docker-init:
18:33:23   Version:          0.18.0
18:33:23   GitCommit:        fec3683
[Pipeline] sh
18:33:23 + docker info
18:33:23 Client:
18:33:23  Debug Mode: false
18:33:23 
18:33:23 Server:
18:33:23  Containers: 0
18:33:23   Running: 0
18:33:23   Paused: 0
18:33:23   Stopped: 0
18:33:23  Images: 70
18:33:23  Server Version: 19.03.1
18:33:23  Storage Driver: overlay2
18:33:23   Backing Filesystem: extfs
18:33:23   Supports d_type: true
18:33:23   Native Overlay Diff: true
18:33:23  Logging Driver: json-file
18:33:23  Cgroup Driver: cgroupfs
18:33:23  Plugins:
18:33:23   Volume: local
18:33:23   Network: bridge host ipvlan macvlan null overlay
18:33:23   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
18:33:23  Swarm: inactive
18:33:23  Runtimes: runc
18:33:23  Default Runtime: runc
18:33:23  Init Binary: docker-init
18:33:23  containerd version: 894b81a4b802e4eb2a91d1ce216b8817763c29fb
18:33:23  runc version: 425e105d5a03fabd737a126ad93d62a9eeede87f
18:33:23  init version: fec3683
18:33:23  Security Options:
18:33:23   apparmor
18:33:23   seccomp
18:33:23    Profile: default
18:33:23  Kernel Version: 4.15.0-1045-aws
18:33:23  Operating System: Ubuntu 18.04.3 LTS
18:33:23  OSType: linux
18:33:23  Architecture: x86_64
18:33:23  CPUs: 2
18:33:23  Total Memory: 7.501GiB
18:33:23  Name: ip-10-100-74-78
18:33:23  ID: Q5BR:4XSA:4VGI:HCQ4:NCXQ:W6V2:NU5B:4PS4:IJFG:GRAK:RFRC:V5LS
18:33:23  Docker Root Dir: /var/lib/docker
18:33:23  Debug Mode: false
18:33:23  Username: dockerbuildbot
18:33:23  Registry: https://index.docker.io/v1/
18:33:23  Labels:
18:33:23  Experimental: true
18:33:23  Insecure Registries:
18:33:23   127.0.0.0/8
18:33:23  Live Restore Enabled: true
18:33:23 
18:33:23 WARNING: No swap limit support
[Pipeline] sh
18:33:23 + E2E_UNIQUE_ID=clie2e3 IMAGE_TAG=clie2e3 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e
18:33:23 docker build -t docker-cli-e2eclie2e3 --build-arg=GO_VERSION --build-arg VERSION=19.09.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
18:33:23 #2 [internal] load .dockerignore
18:33:23 #2 transferring context: 100B done
18:33:23 #2 DONE 0.0s
18:33:23 
18:33:23 #1 [internal] load build definition from Dockerfile.e2e
18:33:23 #1 transferring dockerfile: 1.58kB done
18:33:23 #1 DONE 0.0s
18:33:23 
18:33:23 #3 [internal] load metadata for docker.io/library/golang:1.12.9
18:33:23 #3 DONE 0.2s
18:33:23 
18:33:23 #4 [1/11] FROM docker.io/library/golang:1.12.9@sha256:584daefca21d7b8f0702e...
18:33:23 #4 resolve docker.io/library/golang:1.12.9@sha256:584daefca21d7b8f0702e70bfe6a31c3a6def12ed4145a8d6fe78c205f124f1e done
18:33:23 #4 DONE 0.0s
18:33:23 
18:33:23 #10 [internal] load build context
18:33:24 #10 transferring context: 42.33MB 0.8s done
18:33:24 #10 DONE 0.8s
18:33:24 
18:33:24 #6 [3/11] RUN curl -L https://github.com/docker/compose/releases/download/1...
18:33:24 #6 CACHED
18:33:24 
18:33:24 #8 [5/11] RUN curl -Ls https://github.com/gotestyourself/gotestsum/releases...
18:33:24 #8 CACHED
18:33:24 
18:33:24 #11 [7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/...
18:33:24 #11 CACHED
18:33:24 
18:33:24 #9 [6/11] WORKDIR /go/src/github.com/docker/cli
18:33:24 #9 CACHED
18:33:24 
18:33:24 #7 [4/11] RUN curl -Ls https://github.com/theupdateframework/notary/release...
18:33:24 #7 CACHED
18:33:24 
18:33:24 #5 [2/11] RUN apt-get update && apt-get install -y     build-essential     ...
18:33:24 #5 CACHED
18:33:24 
18:33:24 #12 [8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-...
18:33:24 #12 CACHED
18:33:24 
18:33:24 #13 [9/11] COPY . .
18:33:26 #13 DONE 1.6s
18:33:26 
18:33:26 #14 [10/11] RUN ./scripts/build/binary
18:33:27 #14 0.784 Building statically linked build/docker-linux-amd64
18:33:27 #14 1.258 vendor/github.com/docker/docker/oci/devices_linux.go:9:2: cannot find package "github.com/opencontainers/runc/libcontainer/configs" in any of:
18:33:27 #14 1.258 	/go/src/github.com/docker/cli/vendor/github.com/opencontainers/runc/libcontainer/configs (vendor tree)
18:33:27 #14 1.258 	/usr/local/go/src/github.com/opencontainers/runc/libcontainer/configs (from $GOROOT)
18:33:27 #14 1.258 	/go/src/github.com/opencontainers/runc/libcontainer/configs (from $GOPATH)
18:33:27 #14 1.258 vendor/github.com/docker/docker/oci/devices_linux.go:10:2: cannot find package "github.com/opencontainers/runc/libcontainer/devices" in any of:
18:33:27 #14 1.258 	/go/src/github.com/docker/cli/vendor/github.com/opencontainers/runc/libcontainer/devices (vendor tree)
18:33:27 #14 1.258 	/usr/local/go/src/github.com/opencontainers/runc/libcontainer/devices (from $GOROOT)
18:33:27 #14 1.258 	/go/src/github.com/opencontainers/runc/libcontainer/devices (from $GOPATH)
18:33:27 #14 ERROR: executor failed running [/bin/sh -c ./scripts/build/binary]: exit code: 1
18:33:27 ------
18:33:27  > [10/11] RUN ./scripts/build/binary:
18:33:27 ------
18:33:27 executor failed running [/bin/sh -c ./scripts/build/binary]: exit code: 1
18:33:27 docker.Makefile:55: recipe for target 'build_e2e_image' failed
18:33:27 make: *** [build_e2e_image] Error 1
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

ERROR: script returned exit code 2
Finished: FAILURE