Skip to content
Failed

Console Output

Skipping 0 KB.. Full Log
Loading trusted files from base branch master at 5a600477c9ad4f3c6f2dc2f9f13fc5045e1a5176 rather than 6c9a738196b40c6ff9a54f32ee44a69a5a2866be
Obtained Jenkinsfile from 5a600477c9ad4f3c6f2dc2f9f13fc5045e1a5176
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
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/jps.git
 > git init /var/cloudbees-jenkins-distribution/workspace/cli_PR-2439@libs/jps # timeout=10
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
 > git config remote.origin.url https://github.com/docker/jps.git # 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/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
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"
First time build. Skipping changelog.
 > git --version # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
All nodes of label ‘linux&&x86_64’ are offline
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0f12158e757ee4e7b) in /home/ubuntu/workspace/cli_PR-2439
[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-2439@tmp/618a3da5-846f-4a1d-b966-a4c7427cd2b5/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
11:57:54 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:57:54 chowning workspace
[Pipeline] sh
11:57:55 + pwd
11:57:55 + id -u
11:57:55 + id -g
11:57:55 + docker run --rm -v /home/ubuntu/workspace/cli_PR-2439:/workspace busybox chown -R 1000:1000 /workspace
11:57:55 Unable to find image 'busybox:latest' locally
11:57:55 latest: Pulling from library/busybox
11:57:55 0669b0daf1fb: Pulling fs layer
11:57:55 0669b0daf1fb: Verifying Checksum
11:57:55 0669b0daf1fb: Download complete
11:57:56 0669b0daf1fb: Pull complete
11:57:56 Digest: sha256:b26cd013274a657b86e706210ddd5cc1f82f50155791199d29b9e86e935ce135
11:57:56 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
11:57:59 Removing all docker containers
[Pipeline] sh
11:57:59 + docker container ls -aq
[Pipeline] echo
11:57:59 Docker containers have been removed
[Pipeline] echo
11:57:59 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:57:59 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
11:57:59 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
11:57:59 Using the ‘stage’ step without a block argument is deprecated
11:57:59 Entering stage Git Checkout
11:57:59 Proceeding
[Pipeline] checkout
11:58:02 using credential docker-jenkins-github-credentials
11:58:02 Cloning the remote Git repository
11:58:02 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2439 # 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/2439/head:refs/remotes/origin/PR-2439 +refs/heads/master:refs/remotes/origin/master # timeout=10
11:58:09 Fetching without tags
11:58:09 Merging remotes/origin/master commit 5a600477c9ad4f3c6f2dc2f9f13fc5045e1a5176 into PR head commit 6c9a738196b40c6ff9a54f32ee44a69a5a2866be
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2439/head:refs/remotes/origin/PR-2439 # 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/2439/head:refs/remotes/origin/PR-2439 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6c9a738196b40c6ff9a54f32ee44a69a5a2866be # timeout=10
11:58:09 Merge succeeded, producing 6c9a738196b40c6ff9a54f32ee44a69a5a2866be
11:58:09 Checking out Revision 6c9a738196b40c6ff9a54f32ee44a69a5a2866be (PR-2439)
 > git merge 5a600477c9ad4f3c6f2dc2f9f13fc5045e1a5176 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6c9a738196b40c6ff9a54f32ee44a69a5a2866be # timeout=10
11:58:14 Commit message: "--config also accepts a file path"
11:58:14 First time build. Skipping changelog.
[Pipeline] stage
11:58:15 Using the ‘stage’ step without a block argument is deprecated
11:58:15 Entering stage Run end-to-end test suite
11:58:15 Proceeding
[Pipeline] sh
11:58:15 + docker version
11:58:15 Client: Docker Engine - Community
11:58:15  Version:           19.03.5
11:58:15  API version:       1.40
11:58:15  Go version:        go1.12.12
11:58:15  Git commit:        633a0ea838
11:58:15  Built:             Wed Nov 13 07:29:52 2019
11:58:15  OS/Arch:           linux/amd64
11:58:15  Experimental:      false
11:58:15 
11:58:15 Server: Docker Engine - Community
11:58:15  Engine:
11:58:15   Version:          19.03.5
11:58:15   API version:      1.40 (minimum version 1.12)
11:58:15   Go version:       go1.12.12
11:58:15   Git commit:       633a0ea838
11:58:15   Built:            Wed Nov 13 07:28:22 2019
11:58:15   OS/Arch:          linux/amd64
11:58:15   Experimental:     true
11:58:15  containerd:
11:58:15   Version:          1.2.10
11:58:15   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
11:58:15  runc:
11:58:15   Version:          1.0.0-rc8+dev
11:58:15   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
11:58:15  docker-init:
11:58:15   Version:          0.18.0
11:58:15   GitCommit:        fec3683
[Pipeline] sh
 > git --version # timeout=10
fatal: bad object 241f6703d31895690d4cb6f158f753615abe74ac
11:58:15 + docker info
11:58:27 Client:
11:58:27  Debug Mode: false
11:58:27 
11:58:27 Server:
11:58:27  Containers: 0
11:58:27   Running: 0
11:58:27   Paused: 0
11:58:27   Stopped: 0
11:58:27  Images: 1
11:58:27  Server Version: 19.03.5
11:58:27  Storage Driver: overlay2
11:58:27   Backing Filesystem: extfs
11:58:27   Supports d_type: true
11:58:27   Native Overlay Diff: true
11:58:27  Logging Driver: json-file
11:58:27  Cgroup Driver: cgroupfs
11:58:27  Plugins:
11:58:27   Volume: local
11:58:27   Network: bridge host ipvlan macvlan null overlay
11:58:27   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:58:27  Swarm: inactive
11:58:27  Runtimes: runc
11:58:27  Default Runtime: runc
11:58:27  Init Binary: docker-init
11:58:27  containerd version: b34a5c8af56e510852c35414db4c1f4fa6172339
11:58:27  runc version: 3e425f80a8c931f88e6d94a8c831b9d5aa481657
11:58:27  init version: fec3683
11:58:27  Security Options:
11:58:27   apparmor
11:58:27   seccomp
11:58:27    Profile: default
11:58:27  Kernel Version: 4.15.0-1058-aws
11:58:27  Operating System: Ubuntu 18.04.4 LTS
11:58:27  OSType: linux
11:58:27  Architecture: x86_64
11:58:27  CPUs: 2
11:58:27  Total Memory: 7.501GiB
11:58:27  Name: ip-10-100-99-225
11:58:27  ID: 4CEL:5RBS:HN5G:X27E:6LIB:NDG4:JTLL:Y3PR:KAD2:JK75:FX6D:PY32
11:58:27  Docker Root Dir: /var/lib/docker
11:58:27  Debug Mode: false
11:58:27  Username: dockerbuildbot
11:58:27  Registry: https://index.docker.io/v1/
11:58:27  Labels:
11:58:27  Experimental: true
11:58:27  Insecure Registries:
11:58:27   127.0.0.0/8
11:58:27  Live Restore Enabled: true
11:58:27 
11:58:27 WARNING: No swap limit support
[Pipeline] sh
11:58:28 + E2E_UNIQUE_ID=clie2e1 IMAGE_TAG=clie2e1 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e
11:58:28 docker build -t docker-cli-e2eclie2e1 --build-arg=GO_VERSION --build-arg VERSION=20.03.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
11:58:28 #2 [internal] load .dockerignore
11:58:28 #2 transferring context: 100B done
11:58:28 #2 DONE 0.4s
11:58:28 
11:58:28 #1 [internal] load build definition from Dockerfile.e2e
11:58:28 #1 transferring dockerfile: 1.65kB done
11:58:28 #1 DONE 0.4s
11:58:28 
11:58:28 #3 [internal] load metadata for docker.io/library/golang:1.13.10-buster
11:58:29 #3 DONE 0.3s
11:58:29 
11:58:29 #10 [internal] load build context
11:58:34 #10 transferring context: 17.33MB 4.6s
11:58:35 #10 transferring context: 42.22MB 6.2s done
11:58:35 #10 DONE 6.4s
11:58:35 
11:58:35 #4 [1/11] FROM docker.io/library/golang:1.13.10-buster@sha256:1c2767626a00a...
11:58:35 #4 resolve docker.io/library/golang:1.13.10-buster@sha256:1c2767626a00a6ae363c8ef83569b0a98096b0d3b89d2536d32062eed06df402 done
11:58:35 #4 sha256:c97ce70feb5e3978760919a6e2d4aa7837380cf944bc0e0a058d963d8645c621 1.79kB / 1.79kB done
11:58:35 #4 sha256:1c2767626a00a6ae363c8ef83569b0a98096b0d3b89d2536d32062eed06df402 1.42kB / 1.42kB done
11:58:35 #4 sha256:f15005b0235fa8bd31cc6988c4f2758016fe412d696e81aecf73e52be079f19e 50.38MB / 50.38MB 2.0s done
11:58:35 #4 sha256:41ebfd3d2fd0de99b1c63aa36a507bf5555481d06e571d84ed84440d30671494 7.81MB / 7.81MB 0.8s done
11:58:35 #4 sha256:b998346ba308e3362a85c7bf7faed28d0277c68203696134192fe812f809abb2 10.00MB / 10.00MB 0.5s done
11:58:35 #4 sha256:a80eb3fa71389ad9ecc1f615c274e8f76690fab74d03f5946c7443350308642c 5.45kB / 5.45kB done
11:58:35 #4 sha256:f01ec562c947a8ca1b168415da6a4a8f8920808f9b5d6f420ef8fa9af249b1f1 51.79MB / 51.79MB 3.2s done
11:58:35 #4 sha256:c5e092b8639b2b26d0a0604afc0365727825677987fcb3bcab945a793ae99e0e 68.60MB / 68.60MB 4.1s done
11:58:35 #4 extracting sha256:f15005b0235fa8bd31cc6988c4f2758016fe412d696e81aecf73e52be079f19e 4.2s
11:58:35 #4 sha256:4feb95896f3c7a0fd4c4b42dd7419eb5857133919137ae19e7f889243c2e329d 105.53MB / 120.15MB 6.4s
11:58:35 #4 sha256:c7b88469670a8ad543aff31d4eca30e2985f84fcf5db46d6710885672cc438b6 126B / 126B 3.6s done
11:58:35 #4 sha256:4feb95896f3c7a0fd4c4b42dd7419eb5857133919137ae19e7f889243c2e329d 114.51MB / 120.15MB 6.6s
11:58:35 #4 sha256:4feb95896f3c7a0fd4c4b42dd7419eb5857133919137ae19e7f889243c2e329d 120.15MB / 120.15MB 6.8s done
11:58:39 #4 extracting sha256:f15005b0235fa8bd31cc6988c4f2758016fe412d696e81aecf73e52be079f19e 7.1s done
11:58:39 #4 extracting sha256:41ebfd3d2fd0de99b1c63aa36a507bf5555481d06e571d84ed84440d30671494
11:58:39 #4 extracting sha256:41ebfd3d2fd0de99b1c63aa36a507bf5555481d06e571d84ed84440d30671494 0.6s done
11:58:39 #4 extracting sha256:b998346ba308e3362a85c7bf7faed28d0277c68203696134192fe812f809abb2
11:58:40 #4 extracting sha256:b998346ba308e3362a85c7bf7faed28d0277c68203696134192fe812f809abb2 0.4s done
11:58:40 #4 extracting sha256:f01ec562c947a8ca1b168415da6a4a8f8920808f9b5d6f420ef8fa9af249b1f1
11:58:44 #4 extracting sha256:f01ec562c947a8ca1b168415da6a4a8f8920808f9b5d6f420ef8fa9af249b1f1 3.9s done
11:58:44 #4 extracting sha256:c5e092b8639b2b26d0a0604afc0365727825677987fcb3bcab945a793ae99e0e
11:58:48 #4 extracting sha256:c5e092b8639b2b26d0a0604afc0365727825677987fcb3bcab945a793ae99e0e 3.8s done
11:58:48 #4 extracting sha256:4feb95896f3c7a0fd4c4b42dd7419eb5857133919137ae19e7f889243c2e329d
11:58:54 #4 extracting sha256:4feb95896f3c7a0fd4c4b42dd7419eb5857133919137ae19e7f889243c2e329d 5.1s
11:58:56 #4 extracting sha256:4feb95896f3c7a0fd4c4b42dd7419eb5857133919137ae19e7f889243c2e329d 7.5s done
11:58:56 #4 extracting sha256:c7b88469670a8ad543aff31d4eca30e2985f84fcf5db46d6710885672cc438b6 done
11:58:56 #4 DONE 27.3s
11:58:56 
11:58:56 #5 [2/11] RUN apt-get update && apt-get install -y     build-essential     ...
11:58:57 #5 1.128 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
11:58:57 #5 1.147 Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
11:58:57 #5 1.147 Get:3 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
11:58:57 #5 1.267 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [187 kB]
11:58:57 #5 1.439 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
11:58:58 #5 2.111 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7380 B]
11:58:59 #5 3.371 Fetched 8337 kB in 2s (3346 kB/s)
11:59:01 #5 3.371 Reading package lists...
11:59:01 #5 4.455 Reading package lists...
11:59:01 #5 5.322 Building dependency tree...
11:59:01 #5 5.518 Reading state information...
11:59:02 #5 5.669 openssh-client is already the newest version (1:7.9p1-10+deb10u2).
11:59:02 #5 5.669 openssl is already the newest version (1.1.1d-0+deb10u2).
11:59:02 #5 5.669 openssl set to manually installed.
11:59:02 #5 5.669 curl is already the newest version (7.64.0-4+deb10u1).
11:59:02 #5 5.669 The following additional packages will be installed:
11:59:02 #5 5.669   bzip2 dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl
11:59:02 #5 5.670   libalgorithm-merge-perl libfakeroot patch xz-utils
11:59:02 #5 5.672 Suggested packages:
11:59:02 #5 5.672   bzip2-doc debian-keyring ed diffutils-doc
11:59:02 #5 5.770 The following NEW packages will be installed:
11:59:02 #5 5.771   build-essential bzip2 dpkg-dev fakeroot libalgorithm-diff-perl
11:59:02 #5 5.773   libalgorithm-diff-xs-perl libalgorithm-merge-perl libfakeroot patch xz-utils
11:59:02 #5 6.153 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded.
11:59:02 #5 6.153 Need to get 2342 kB of archives.
11:59:02 #5 6.153 After this operation, 3601 kB of additional disk space will be used.
11:59:02 #5 6.153 Get:1 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
11:59:02 #5 6.156 Get:2 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
11:59:02 #5 6.160 Get:3 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
11:59:02 #5 6.162 Get:4 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB]
11:59:02 #5 6.186 Get:5 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
11:59:02 #5 6.186 Get:6 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB]
11:59:02 #5 6.188 Get:7 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB]
11:59:02 #5 6.190 Get:8 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
11:59:02 #5 6.191 Get:9 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB]
11:59:02 #5 6.192 Get:10 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
11:59:02 #5 6.359 debconf: delaying package configuration, since apt-utils is not installed
11:59:02 #5 6.389 Fetched 2342 kB in 0s (5825 kB/s)
11:59:02 #5 6.408 Selecting previously unselected package bzip2.
11:59:02 #5 6.409 (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 ... 15401 files and directories currently installed.)
11:59:02 #5 6.424 Preparing to unpack .../0-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
11:59:02 #5 6.427 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
11:59:03 #5 6.465 Selecting previously unselected package xz-utils.
11:59:03 #5 6.471 Preparing to unpack .../1-xz-utils_5.2.4-1_amd64.deb ...
11:59:03 #5 6.476 Unpacking xz-utils (5.2.4-1) ...
11:59:03 #5 6.528 Selecting previously unselected package patch.
11:59:03 #5 6.532 Preparing to unpack .../2-patch_2.7.6-3+deb10u1_amd64.deb ...
11:59:03 #5 6.535 Unpacking patch (2.7.6-3+deb10u1) ...
11:59:03 #5 6.574 Selecting previously unselected package dpkg-dev.
11:59:03 #5 6.578 Preparing to unpack .../3-dpkg-dev_1.19.7_all.deb ...
11:59:03 #5 6.581 Unpacking dpkg-dev (1.19.7) ...
11:59:03 #5 6.722 Selecting previously unselected package build-essential.
11:59:03 #5 6.729 Preparing to unpack .../4-build-essential_12.6_amd64.deb ...
11:59:03 #5 6.733 Unpacking build-essential (12.6) ...
11:59:03 #5 6.761 Selecting previously unselected package libfakeroot:amd64.
11:59:03 #5 6.765 Preparing to unpack .../5-libfakeroot_1.23-1_amd64.deb ...
11:59:03 #5 6.771 Unpacking libfakeroot:amd64 (1.23-1) ...
11:59:03 #5 6.807 Selecting previously unselected package fakeroot.
11:59:03 #5 6.811 Preparing to unpack .../6-fakeroot_1.23-1_amd64.deb ...
11:59:03 #5 6.815 Unpacking fakeroot (1.23-1) ...
11:59:03 #5 6.859 Selecting previously unselected package libalgorithm-diff-perl.
11:59:03 #5 6.859 Preparing to unpack .../7-libalgorithm-diff-perl_1.19.03-2_all.deb ...
11:59:03 #5 6.871 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
11:59:03 #5 6.897 Selecting previously unselected package libalgorithm-diff-xs-perl.
11:59:03 #5 6.897 Preparing to unpack .../8-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ...
11:59:03 #5 6.900 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
11:59:03 #5 6.927 Selecting previously unselected package libalgorithm-merge-perl.
11:59:03 #5 6.927 Preparing to unpack .../9-libalgorithm-merge-perl_0.08-3_all.deb ...
11:59:03 #5 6.929 Unpacking libalgorithm-merge-perl (0.08-3) ...
11:59:03 #5 6.965 Setting up libalgorithm-diff-perl (1.19.03-2) ...
11:59:03 #5 6.974 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
11:59:03 #5 6.982 Setting up libfakeroot:amd64 (1.23-1) ...
11:59:03 #5 6.994 Setting up fakeroot (1.23-1) ...
11:59:03 #5 7.003 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
11:59:03 #5 7.013 Setting up xz-utils (5.2.4-1) ...
11:59:03 #5 7.020 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:59:03 #5 7.027 Setting up patch (2.7.6-3+deb10u1) ...
11:59:03 #5 7.036 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
11:59:03 #5 7.044 Setting up libalgorithm-merge-perl (0.08-3) ...
11:59:03 #5 7.052 Setting up dpkg-dev (1.19.7) ...
11:59:03 #5 7.065 Setting up build-essential (12.6) ...
11:59:03 #5 7.074 Processing triggers for libc-bin (2.28-10) ...
11:59:04 #5 DONE 7.7s
11:59:04 
11:59:04 #6 [3/11] RUN curl -fsSL https://github.com/docker/compose/releases/downloa...
11:59:05 #6 DONE 1.3s
11:59:05 
11:59:05 #7 [4/11] RUN curl -fsSL https://github.com/theupdateframework/notary/relea...
11:59:07 #7 DONE 1.4s
11:59:07 
11:59:07 #8 [5/11] RUN curl -fsSL https://github.com/gotestyourself/gotestsum/releas...
11:59:08 #8 DONE 1.1s
11:59:08 
11:59:08 #9 [6/11] WORKDIR /go/src/github.com/docker/cli
11:59:08 #9 DONE 0.0s
11:59:08 
11:59:08 #11 [7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/...
11:59:08 #11 DONE 0.1s
11:59:08 
11:59:08 #12 [8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-...
11:59:09 #12 0.921 Updating certificates in /etc/ssl/certs...
11:59:09 #12 1.424 1 added, 0 removed; done.
11:59:09 #12 1.424 Running hooks in /etc/ca-certificates/update.d...
11:59:09 #12 1.425 done.
11:59:09 #12 DONE 1.5s
11:59:09 
11:59:09 #13 [9/11] COPY . .
11:59:10 #13 DONE 0.8s
11:59:10 
11:59:10 #14 [10/11] RUN ./scripts/build/binary
11:59:11 #14 0.596 Building statically linked build/docker-linux-amd64
12:01:02 #14 DONE 110.4s
12:01:02 
12:01:02 #15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
12:01:02 #15 0.876 Building statically linked build/plugins-linux-amd64/docker-helloworld
12:01:03 #15 2.746 Building statically linked build/plugins-linux-amd64/docker-badmeta
12:01:05 #15 4.457 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun
12:01:07 #15 DONE 6.5s
12:01:07 
12:01:07 #16 exporting to image
12:01:07 #16 exporting layers
12:01:11 #16 exporting layers 3.8s done
12:01:11 #16 writing image sha256:b163b582fa456daf4220482f22466a361c6af410839d3259f32e11237ef3d60e done
12:01:11 #16 naming to docker.io/library/docker-cli-e2eclie2e1 done
12:01:11 #16 DONE 3.8s
12:01:11 docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=20.03.0-dev -e GITCOMMIT -e PLATFORM -e TESTFLAGS -e TESTDIRS -e GOOS -e GOARCH -e GOARM docker-cli-e2eclie2e1
12:01:12 Native build is an experimental feature and could change at any time
12:01:12 Creating network "cliendtoendsuite_default" with the default driver
12:01:12 Pulling registry (registry:2)...
12:01:18 2: Pulling from library/registry
12:01:19 Digest: sha256:7d081088e4bfd632a88e3f3bcd9e007ef44a796fddfe3261407a3f9f04abe1e7
12:01:19 Status: Downloaded newer image for registry:2
12:01:19 Pulling engine (docker:stable-dind)...
12:01:19 stable-dind: Pulling from library/docker
12:01:26 Digest: sha256:ba51388db2907f0f0d33b365f039f89b48bfe9e3a408c2211addd5357268f33a
12:01:26 Status: Downloaded newer image for docker:stable-dind
12:01:26 Building notary-server
12:01:26 WARNING: Error loading config file: /root/.docker: stat /root/.docker: no such file or directory
12:01:26 panic: runtime error: invalid memory address or nil pointer dereference
12:01:26 [signal SIGSEGV: segmentation violation code=0x1 addr=0x88 pc=0x53a91f]
12:01:26 
12:01:26 goroutine 1 [running]:
12:01:26 github.com/docker/cli/cli/config/configfile.(*ConfigFile).ContainsAuth(...)
12:01:26 	/go/src/github.com/docker/cli/cli/config/configfile/file.go:142
12:01:26 github.com/docker/cli/cli/config.LoadDefaultConfigFile(0x1ff20c0, 0xc00000e020, 0xc000054080)
12:01:26 	/go/src/github.com/docker/cli/cli/config/config.go:148 +0xbf
12:01:26 github.com/docker/cli/cli/command.(*DockerCli).loadConfigFile(...)
12:01:26 	/go/src/github.com/docker/cli/cli/command/cli.go:133
12:01:26 github.com/docker/cli/cli/command.(*DockerCli).Initialize(0xc00009c680, 0xc000361460, 0x0, 0x0, 0x0, 0x1a2e360, 0xc00011a780)
12:01:26 	/go/src/github.com/docker/cli/cli/command/cli.go:241 +0x101
12:01:26 github.com/docker/cli/cli.(*TopLevelCommand).Initialize(0xc000097ec0, 0x0, 0x0, 0x0, 0x8, 0x0)
12:01:26 	/go/src/github.com/docker/cli/cli/cobra.go:155 +0x78
12:01:26 main.runDocker(0xc00009c680, 0x1ff20c0, 0xc00000e020)
12:01:26 	/go/src/github.com/docker/cli/cmd/docker/docker.go:257 +0xbf
12:01:26 main.main()
12:01:26 	/go/src/github.com/docker/cli/cmd/docker/docker.go:292 +0xf1
12:01:26 [11] Failed to execute script docker-compose
12:01:26 Traceback (most recent call last):
12:01:26   File "bin/docker-compose", line 6, in <module>
12:01:26   File "compose/cli/main.py", line 72, in main
12:01:26   File "compose/cli/main.py", line 128, in perform_command
12:01:26   File "compose/cli/main.py", line 1107, in up
12:01:26   File "compose/cli/main.py", line 1103, in up
12:01:26   File "compose/project.py", line 545, in up
12:01:26   File "compose/service.py", line 351, in ensure_image_exists
12:01:26   File "compose/service.py", line 1110, in build
12:01:26   File "compose/progress_stream.py", line 25, in stream_output
12:01:26   File "compose/utils.py", line 61, in split_buffer
12:01:26   File "compose/utils.py", line 37, in stream_as_text
12:01:26   File "compose/service.py", line 1818, in build
12:01:26 FileNotFoundError: [Errno 2] No such file or directory: '/tmp/tmpftkrmib1'
12:01:27 docker.Makefile:152: recipe for target 'test-e2e-non-experimental' failed
12:01:27 make: *** [test-e2e-non-experimental] Error 255
[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