Skip to content
Failed

Console Output

Pull request #2424 updated
10:40:19 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from bdbe84212bf746ca368670de002f97728a31c27a+ad256ba023442bcf8ed249a1b5df708d0d779de0 (940d9ba4ee9f3cb25339322a90f4f4da8a01fec9)
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 241f6703d31895690d4cb6f158f753615abe74ac
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 --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Checking out Revision 241f6703d31895690d4cb6f158f753615abe74ac (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 241f6703d31895690d4cb6f158f753615abe74ac # timeout=10
Commit message: "Merge pull request #21 from docker/use-multiarch-busybox"
 > git rev-list --no-walk 241f6703d31895690d4cb6f158f753615abe74ac # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-022d0d84858726c89) in /home/ubuntu/workspace/cli_PR-2424
[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-2424@tmp/ebc299b8-9d24-4c74-b1ab-fbcdb38fd051/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
10:40:22 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
10:40:22 chowning workspace
[Pipeline] sh
10:40:22 + pwd
10:40:22 + id -u
10:40:22 + id -g
10:40:22 + docker run --rm -v /home/ubuntu/workspace/cli_PR-2424:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
10:40:23 Removing all docker containers
[Pipeline] sh
10:40:24 + docker container ls -aq
[Pipeline] echo
10:40:24 Docker containers have been removed
[Pipeline] echo
10:40:24 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
10:40:24 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
10:40:24 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
10:40:24 Using the ‘stage’ step without a block argument is deprecated
10:40:24 Entering stage Git Checkout
10:40:24 Proceeding
[Pipeline] checkout
10:40:24 using credential docker-jenkins-github-credentials
10:40:24 Cloning the remote Git repository
10:40:24 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2424 # 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/2424/head:refs/remotes/origin/PR-2424 +refs/heads/master:refs/remotes/origin/master # timeout=10
10:40:27 Fetching without tags
10:40:27 Merging remotes/origin/master commit ad256ba023442bcf8ed249a1b5df708d0d779de0 into PR head commit bdbe84212bf746ca368670de002f97728a31c27a
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2424/head:refs/remotes/origin/PR-2424 # 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/2424/head:refs/remotes/origin/PR-2424 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f bdbe84212bf746ca368670de002f97728a31c27a # timeout=10
10:40:27 Merge succeeded, producing bdbe84212bf746ca368670de002f97728a31c27a
10:40:27 Checking out Revision bdbe84212bf746ca368670de002f97728a31c27a (PR-2424)
10:40:28 Commit message: "Jenkinsfile: split e2e tests to separate stages"
 > git merge ad256ba023442bcf8ed249a1b5df708d0d779de0 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f bdbe84212bf746ca368670de002f97728a31c27a # timeout=10
 > git rev-list --no-walk 0c686cb84fad9b77fba9c1cf4ee2977f6d9a0907 # timeout=10
[Pipeline] stage
10:40:28 Using the ‘stage’ step without a block argument is deprecated
10:40:28 Entering stage Docker info
10:40:28 Proceeding
[Pipeline] sh
10:40:28 + docker version
10:40:28 Client: Docker Engine - Community
10:40:28  Version:           19.03.5
10:40:28  API version:       1.40
10:40:28  Go version:        go1.12.12
10:40:28  Git commit:        633a0ea838
10:40:28  Built:             Wed Nov 13 07:29:52 2019
10:40:28  OS/Arch:           linux/amd64
10:40:28  Experimental:      false
10:40:28 
10:40:28 Server: Docker Engine - Community
10:40:28  Engine:
10:40:28   Version:          19.03.5
10:40:28   API version:      1.40 (minimum version 1.12)
10:40:28   Go version:       go1.12.12
10:40:28   Git commit:       633a0ea838
10:40:28   Built:            Wed Nov 13 07:28:22 2019
10:40:28   OS/Arch:          linux/amd64
10:40:28   Experimental:     true
10:40:28  containerd:
10:40:28   Version:          1.2.10
10:40:28   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
10:40:28  runc:
10:40:28   Version:          1.0.0-rc8+dev
10:40:28   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
10:40:28  docker-init:
10:40:28   Version:          0.18.0
10:40:28   GitCommit:        fec3683
[Pipeline] sh
10:40:29 + docker info
10:40:29 Client:
10:40:29  Debug Mode: false
10:40:29 
10:40:29 Server:
10:40:29  Containers: 0
10:40:29   Running: 0
10:40:29   Paused: 0
10:40:29   Stopped: 0
10:40:29  Images: 11
10:40:29  Server Version: 19.03.5
10:40:29  Storage Driver: overlay2
10:40:29   Backing Filesystem: extfs
10:40:29   Supports d_type: true
10:40:29   Native Overlay Diff: true
10:40:29  Logging Driver: json-file
10:40:29  Cgroup Driver: cgroupfs
10:40:29  Plugins:
10:40:29   Volume: local
10:40:29   Network: bridge host ipvlan macvlan null overlay
10:40:29   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
10:40:29  Swarm: inactive
10:40:29  Runtimes: runc
10:40:29  Default Runtime: runc
10:40:29  Init Binary: docker-init
10:40:29  containerd version: b34a5c8af56e510852c35414db4c1f4fa6172339
10:40:29  runc version: 3e425f80a8c931f88e6d94a8c831b9d5aa481657
10:40:29  init version: fec3683
10:40:29  Security Options:
10:40:29   apparmor
10:40:29   seccomp
10:40:29    Profile: default
10:40:29  Kernel Version: 4.15.0-1058-aws
10:40:29  Operating System: Ubuntu 18.04.4 LTS
10:40:29  OSType: linux
10:40:29  Architecture: x86_64
10:40:29  CPUs: 2
10:40:29  Total Memory: 7.501GiB
10:40:29  Name: ip-10-100-116-35
10:40:29  ID: 4CEL:5RBS:HN5G:X27E:6LIB:NDG4:JTLL:Y3PR:KAD2:JK75:FX6D:PY32
10:40:29  Docker Root Dir: /var/lib/docker
10:40:29  Debug Mode: false
10:40:29  Username: dockerbuildbot
10:40:29  Registry: https://index.docker.io/v1/
10:40:29  Labels:
10:40:29  Experimental: true
10:40:29  Insecure Registries:
10:40:29   127.0.0.0/8
10:40:29  Live Restore Enabled: true
10:40:29 
10:40:29 WARNING: No swap limit support
[Pipeline] stage
10:40:29 Using the ‘stage’ step without a block argument is deprecated
10:40:29 Entering stage Run e2e (non-experimental)
10:40:29 Proceeding
[Pipeline] sh
10:40:29 + E2E_UNIQUE_ID=clie2e12 IMAGE_TAG=clie2e12 DOCKER_BUILDKIT=1 make -f docker.Makefile est-e2e-non-experimental
10:40:29 make: *** No rule to make target 'est-e2e-non-experimental'.  Stop.
[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