Pull request #2529 opened 10:34:50 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Loading trusted files from base branch master at 5bf109154fa97a8f6e7666b9d0e65e7578a7e935 rather than 3cf087c30077ddb17afee13d5915e4ae905c4665 Obtained Jenkinsfile from 5bf109154fa97a8f6e7666b9d0e65e7578a7e935 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 ad1b00369dd78a15c273e17e363f91bced3f6e18 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-2529@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 ad1b00369dd78a15c273e17e363f91bced3f6e18 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f ad1b00369dd78a15c273e17e363f91bced3f6e18 # timeout=10 Commit message: "Merge pull request #22 from docker/add-getOnlineNodeNamesByPrefix" First time build. Skipping changelog. > git --version # timeout=10 [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘linux&&x86_64’ Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0d7b9d47677bd919e) in /home/ubuntu/workspace/cli_PR-2529 [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-2529@tmp/e475d4e4-1f81-4ed9-9c03-9938296997fe/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:36:12 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 10:36:12 chowning workspace [Pipeline] sh 10:36:14 + pwd 10:36:14 + id -u 10:36:14 + id -g 10:36:14 + docker run --rm -v /home/ubuntu/workspace/cli_PR-2529:/workspace busybox chown -R 1000:1000 /workspace 10:36:14 Unable to find image 'busybox:latest' locally 10:36:14 latest: Pulling from library/busybox 10:36:14 d9cbbca60e5f: Pulling fs layer 10:36:14 d9cbbca60e5f: Verifying Checksum 10:36:14 d9cbbca60e5f: Download complete 10:36:14 d9cbbca60e5f: Pull complete 10:36:14 Digest: sha256:836945da1f3afe2cfff376d379852bbb82e0237cb2925d53a13f53d6e8a8c48c 10:36:14 Status: Downloaded newer image for busybox:latest [Pipeline] echo 10:36:17 Removing all docker containers [Pipeline] sh 10:36:17 + docker container ls -aq [Pipeline] echo 10:36:17 Docker containers have been removed [Pipeline] echo 10:36:17 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo 10:36:17 cleanWorkspace: Workspace is clean. [Pipeline] timeout 10:36:17 Timeout set to expire in 1 hr 0 min [Pipeline] { [Pipeline] stage 10:36:17 Using the ‘stage’ step without a block argument is deprecated 10:36:17 Entering stage Git Checkout 10:36:17 Proceeding [Pipeline] checkout 10:36:19 using credential docker-jenkins-github-credentials 10:36:19 Cloning the remote Git repository 10:36:19 Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/docker/cli.git > git init /home/ubuntu/workspace/cli_PR-2529 # 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/2529/head:refs/remotes/origin/PR-2529 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:36:25 Fetching without tags > git config remote.origin.url https://github.com/docker/cli.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2529/head:refs/remotes/origin/PR-2529 # 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/2529/head:refs/remotes/origin/PR-2529 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:36:26 Merging remotes/origin/master commit 5bf109154fa97a8f6e7666b9d0e65e7578a7e935 into PR head commit 3cf087c30077ddb17afee13d5915e4ae905c4665 10:36:26 Merge succeeded, producing 3cf087c30077ddb17afee13d5915e4ae905c4665 10:36:26 Checking out Revision 3cf087c30077ddb17afee13d5915e4ae905c4665 (PR-2529) > git config core.sparsecheckout # timeout=10 > git checkout -f 3cf087c30077ddb17afee13d5915e4ae905c4665 # timeout=10 > git merge 5bf109154fa97a8f6e7666b9d0e65e7578a7e935 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3cf087c30077ddb17afee13d5915e4ae905c4665 # timeout=10 10:36:31 Commit message: "control network interface order for containers" 10:36:31 First time build. Skipping changelog. [Pipeline] stage 10:36:31 Using the ‘stage’ step without a block argument is deprecated 10:36:31 Entering stage Docker info 10:36:31 Proceeding [Pipeline] sh 10:36:31 + docker version 10:36:31 Client: Docker Engine - Community 10:36:31 Version: 19.03.8 10:36:31 API version: 1.40 10:36:31 Go version: go1.12.17 10:36:31 Git commit: afacb8b7f0 10:36:31 Built: Wed Mar 11 01:25:46 2020 10:36:31 OS/Arch: linux/amd64 10:36:31 Experimental: false 10:36:31 10:36:31 Server: Docker Engine - Community 10:36:31 Engine: 10:36:31 Version: 19.03.8 10:36:31 API version: 1.40 (minimum version 1.12) 10:36:31 Go version: go1.12.17 10:36:31 Git commit: afacb8b7f0 10:36:31 Built: Wed Mar 11 01:24:19 2020 10:36:31 OS/Arch: linux/amd64 10:36:31 Experimental: true 10:36:31 containerd: 10:36:31 Version: 1.2.13 10:36:31 GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 10:36:31 runc: 10:36:31 Version: 1.0.0-rc10 10:36:31 GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd 10:36:31 docker-init: 10:36:31 Version: 0.18.0 10:36:31 GitCommit: fec3683 [Pipeline] sh > git --version # timeout=10 fatal: bad object ad1b00369dd78a15c273e17e363f91bced3f6e18 10:36:32 + docker info 10:36:37 Client: 10:36:37 Debug Mode: false 10:36:37 10:36:37 Server: 10:36:37 Containers: 0 10:36:37 Running: 0 10:36:37 Paused: 0 10:36:37 Stopped: 0 10:36:37 Images: 1 10:36:37 Server Version: 19.03.8 10:36:37 Storage Driver: overlay2 10:36:37 Backing Filesystem: <unknown> 10:36:37 Supports d_type: true 10:36:37 Native Overlay Diff: true 10:36:37 Logging Driver: json-file 10:36:37 Cgroup Driver: cgroupfs 10:36:37 Plugins: 10:36:37 Volume: local 10:36:37 Network: bridge host ipvlan macvlan null overlay 10:36:37 Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog 10:36:37 Swarm: inactive 10:36:37 Runtimes: runc 10:36:37 Default Runtime: runc 10:36:37 Init Binary: docker-init 10:36:37 containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 10:36:37 runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd 10:36:37 init version: fec3683 10:36:37 Security Options: 10:36:37 apparmor 10:36:37 seccomp 10:36:37 Profile: default 10:36:37 Kernel Version: 4.15.0-1065-aws 10:36:37 Operating System: Ubuntu 18.04.4 LTS 10:36:37 OSType: linux 10:36:37 Architecture: x86_64 10:36:37 CPUs: 2 10:36:37 Total Memory: 7.501GiB 10:36:37 Name: ip-10-100-59-26 10:36:37 ID: KFLT:WOKO:RNSA:ZAPG:P7HC:E45I:CJEX:OC5L:G4LO:5POJ:IKKD:MMHP 10:36:37 Docker Root Dir: /var/lib/docker 10:36:37 Debug Mode: false 10:36:37 Username: dockerbuildbot 10:36:37 Registry: https://index.docker.io/v1/ 10:36:37 Labels: 10:36:37 Experimental: true 10:36:37 Insecure Registries: 10:36:37 127.0.0.0/8 10:36:37 Live Restore Enabled: true 10:36:37 10:36:37 WARNING: No swap limit support [Pipeline] stage 10:36:37 Using the ‘stage’ step without a block argument is deprecated 10:36:37 Entering stage e2e (non-experimental) 10:36:37 Proceeding [Pipeline] sh 10:36:37 + E2E_UNIQUE_ID=clie2e1 IMAGE_TAG=clie2e1 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e-non-experimental 10:36:37 docker build -t docker-cli-e2eclie2e1 --build-arg=GO_VERSION --build-arg VERSION=20.03.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e . 10:36:37 #1 [internal] load build definition from Dockerfile.e2e 10:36:37 #1 transferring dockerfile: 1.65kB done 10:36:37 #1 DONE 0.1s 10:36:37 10:36:37 #2 [internal] load .dockerignore 10:36:37 #2 transferring context: 100B done 10:36:37 #2 DONE 0.1s 10:36:37 10:36:37 #3 [internal] load metadata for docker.io/library/golang:1.13.10-buster 10:36:38 #3 DONE 0.3s 10:36:38 10:36:38 #4 [1/11] FROM docker.io/library/golang:1.13.10-buster@sha256:160b2a4a6d864... 10:36:38 #4 resolve docker.io/library/golang:1.13.10-buster@sha256:160b2a4a6d864b66814d64e73f7b41ba7e116ed01feb2eb99865001d68a23f9f done 10:36:38 #4 sha256:9403039c96aaef950489cfcbb3305a42f4b78167e425a2df98d58edfdda8bc6f 1.79kB / 1.79kB done 10:36:38 #4 sha256:90fe46dd819953eb995f9cc9c326130abe9dd0b3993a998e12c01d0218a0b831 0B / 50.38MB 0.1s 10:36:38 #4 sha256:35a4f197768941ef308d981a94f6d06fb77b9f2ba89dc04d2daf8292ee297315 1.77MB / 7.81MB 0.1s 10:36:38 #4 sha256:bbc37f14aded2d49bfac62dfa404755c9f1cadfee2b35933e4906f0054782888 0B / 10.00MB 0.1s 10:36:38 #4 sha256:160b2a4a6d864b66814d64e73f7b41ba7e116ed01feb2eb99865001d68a23f9f 1.42kB / 1.42kB done 10:36:38 #4 sha256:7ec6e7161786211f9b6da6c6c5b4517b52e50f55fa1fb5de37aab67a379f557f 5.46kB / 5.46kB done 10:36:38 #4 sha256:90fe46dd819953eb995f9cc9c326130abe9dd0b3993a998e12c01d0218a0b831 3.46MB / 50.38MB 0.3s 10:36:38 #4 sha256:35a4f197768941ef308d981a94f6d06fb77b9f2ba89dc04d2daf8292ee297315 7.81MB / 7.81MB 0.3s 10:36:38 #4 sha256:90fe46dd819953eb995f9cc9c326130abe9dd0b3993a998e12c01d0218a0b831 11.98MB / 50.38MB 0.5s 10:36:38 #4 sha256:35a4f197768941ef308d981a94f6d06fb77b9f2ba89dc04d2daf8292ee297315 7.81MB / 7.81MB 0.3s done 10:36:38 #4 sha256:bbc37f14aded2d49bfac62dfa404755c9f1cadfee2b35933e4906f0054782888 8.98MB / 10.00MB 0.5s 10:36:38 #4 sha256:74e27dc593d49a6d728dfe36976cb1469e076fbf3611e501fd030308cd212a80 7.14MB / 51.83MB 0.5s 10:36:39 #4 sha256:90fe46dd819953eb995f9cc9c326130abe9dd0b3993a998e12c01d0218a0b831 23.57MB / 50.38MB 0.9s 10:36:39 #4 sha256:bbc37f14aded2d49bfac62dfa404755c9f1cadfee2b35933e4906f0054782888 10.00MB / 10.00MB 0.5s done 10:36:39 #4 sha256:74e27dc593d49a6d728dfe36976cb1469e076fbf3611e501fd030308cd212a80 18.32MB / 51.83MB 0.9s 10:36:39 #4 sha256:38b1453721cb272cf531587daa8f79cc38641a9750dc269d7f2f08feb80f6602 9.85MB / 68.61MB 0.9s 10:36:39 #4 sha256:90fe46dd819953eb995f9cc9c326130abe9dd0b3993a998e12c01d0218a0b831 31.21MB / 50.38MB 1.0s 10:36:39 #4 sha256:74e27dc593d49a6d728dfe36976cb1469e076fbf3611e501fd030308cd212a80 21.33MB / 51.83MB 1.0s 10:36:39 #4 sha256:38b1453721cb272cf531587daa8f79cc38641a9750dc269d7f2f08feb80f6602 15.63MB / 68.61MB 1.0s 10:36:39 #4 sha256:90fe46dd819953eb995f9cc9c326130abe9dd0b3993a998e12c01d0218a0b831 35.13MB / 50.38MB 1.1s 10:36:39 #4 sha256:90fe46dd819953eb995f9cc9c326130abe9dd0b3993a998e12c01d0218a0b831 39.39MB / 50.38MB 1.2s 10:36:39 #4 sha256:74e27dc593d49a6d728dfe36976cb1469e076fbf3611e501fd030308cd212a80 25.54MB / 51.83MB 1.2s 10:36:39 #4 sha256:38b1453721cb272cf531587daa8f79cc38641a9750dc269d7f2f08feb80f6602 22.77MB / 68.61MB 1.2s 10:36:39 #4 sha256:90fe46dd819953eb995f9cc9c326130abe9dd0b3993a998e12c01d0218a0b831 42.82MB / 50.38MB 1.3s 10:36:39 #4 sha256:38b1453721cb272cf531587daa8f79cc38641a9750dc269d7f2f08feb80f6602 27.27MB / 68.61MB 1.3s 10:36:39 #4 sha256:90fe46dd819953eb995f9cc9c326130abe9dd0b3993a998e12c01d0218a0b831 50.38MB / 50.38MB 1.5s 10:36:39 #4 sha256:74e27dc593d49a6d728dfe36976cb1469e076fbf3611e501fd030308cd212a80 31.34MB / 51.83MB 1.5s 10:36:39 #4 sha256:38b1453721cb272cf531587daa8f79cc38641a9750dc269d7f2f08feb80f6602 31.19MB / 68.61MB 1.5s 10:36:40 #4 sha256:90fe46dd819953eb995f9cc9c326130abe9dd0b3993a998e12c01d0218a0b831 50.38MB / 50.38MB 1.6s done 10:36:40 #4 sha256:74e27dc593d49a6d728dfe36976cb1469e076fbf3611e501fd030308cd212a80 36.68MB / 51.83MB 1.8s 10:36:40 #4 sha256:38b1453721cb272cf531587daa8f79cc38641a9750dc269d7f2f08feb80f6602 41.77MB / 68.61MB 1.8s 10:36:40 #4 sha256:fbf24695ef9896635c70eaf51fb67c6cc91f306a893b30ab38a29d4dd131c4c9 508.50kB / 120.15MB 1.8s 10:36:40 #4 sha256:74e27dc593d49a6d728dfe36976cb1469e076fbf3611e501fd030308cd212a80 40.30MB / 51.83MB 2.0s 10:36:40 #4 sha256:38b1453721cb272cf531587daa8f79cc38641a9750dc269d7f2f08feb80f6602 46.77MB / 68.61MB 2.0s 10:36:40 #4 sha256:74e27dc593d49a6d728dfe36976cb1469e076fbf3611e501fd030308cd212a80 46.13MB / 51.83MB 2.1s 10:36:40 #4 sha256:38b1453721cb272cf531587daa8f79cc38641a9750dc269d7f2f08feb80f6602 50.79MB / 68.61MB 2.1s 10:36:40 #4 extracting sha256:90fe46dd819953eb995f9cc9c326130abe9dd0b3993a998e12c01d0218a0b831 10:36:40 #4 sha256:fbf24695ef9896635c70eaf51fb67c6cc91f306a893b30ab38a29d4dd131c4c9 8.10MB / 120.15MB 2.2s 10:36:40 #4 sha256:74e27dc593d49a6d728dfe36976cb1469e076fbf3611e501fd030308cd212a80 51.83MB / 51.83MB 2.4s 10:36:40 #4 sha256:38b1453721cb272cf531587daa8f79cc38641a9750dc269d7f2f08feb80f6602 56.93MB / 68.61MB 2.4s 10:36:40 #4 sha256:38b1453721cb272cf531587daa8f79cc38641a9750dc269d7f2f08feb80f6602 62.04MB / 68.61MB 2.4s 10:36:41 #4 sha256:74e27dc593d49a6d728dfe36976cb1469e076fbf3611e501fd030308cd212a80 51.83MB / 51.83MB 2.5s done 10:36:41 #4 sha256:38b1453721cb272cf531587daa8f79cc38641a9750dc269d7f2f08feb80f6602 68.51MB / 68.61MB 2.6s 10:36:41 #4 sha256:fbf24695ef9896635c70eaf51fb67c6cc91f306a893b30ab38a29d4dd131c4c9 16.18MB / 120.15MB 2.6s 10:36:41 #4 sha256:4780acafd98c2f2b2139f70862bf40ecb6c3a84abd2afa853260460edb3fc112 0B / 126B 2.6s 10:36:41 #4 sha256:38b1453721cb272cf531587daa8f79cc38641a9750dc269d7f2f08feb80f6602 68.61MB / 68.61MB 2.6s done 10:36:41 #4 sha256:fbf24695ef9896635c70eaf51fb67c6cc91f306a893b30ab38a29d4dd131c4c9 27.01MB / 120.15MB 2.8s 10:36:41 #4 sha256:4780acafd98c2f2b2139f70862bf40ecb6c3a84abd2afa853260460edb3fc112 126B / 126B 2.6s done 10:36:41 #4 sha256:fbf24695ef9896635c70eaf51fb67c6cc91f306a893b30ab38a29d4dd131c4c9 34.33MB / 120.15MB 2.9s 10:36:41 #4 sha256:fbf24695ef9896635c70eaf51fb67c6cc91f306a893b30ab38a29d4dd131c4c9 41.28MB / 120.15MB 3.0s 10:36:41 #4 sha256:fbf24695ef9896635c70eaf51fb67c6cc91f306a893b30ab38a29d4dd131c4c9 50.55MB / 120.15MB 3.3s 10:36:41 #4 sha256:fbf24695ef9896635c70eaf51fb67c6cc91f306a893b30ab38a29d4dd131c4c9 58.53MB / 120.15MB 3.5s 10:36:42 #4 sha256:fbf24695ef9896635c70eaf51fb67c6cc91f306a893b30ab38a29d4dd131c4c9 69.36MB / 120.15MB 3.8s 10:36:42 #4 sha256:fbf24695ef9896635c70eaf51fb67c6cc91f306a893b30ab38a29d4dd131c4c9 77.73MB / 120.15MB 4.0s 10:36:42 #4 sha256:fbf24695ef9896635c70eaf51fb67c6cc91f306a893b30ab38a29d4dd131c4c9 85.27MB / 120.15MB 4.2s 10:36:42 #4 sha256:fbf24695ef9896635c70eaf51fb67c6cc91f306a893b30ab38a29d4dd131c4c9 100.41MB / 120.15MB 4.4s 10:36:42 #4 sha256:fbf24695ef9896635c70eaf51fb67c6cc91f306a893b30ab38a29d4dd131c4c9 107.11MB / 120.15MB 4.4s 10:36:43 #4 sha256:fbf24695ef9896635c70eaf51fb67c6cc91f306a893b30ab38a29d4dd131c4c9 116.41MB / 120.15MB 4.8s 10:36:43 #4 ... 10:36:43 10:36:43 #10 [internal] load build context 10:36:43 #10 transferring context: 40.46MB 4.9s done 10:36:43 #10 DONE 5.0s 10:36:43 10:36:43 #4 [1/11] FROM docker.io/library/golang:1.13.10-buster@sha256:160b2a4a6d864... 10:36:43 #4 sha256:fbf24695ef9896635c70eaf51fb67c6cc91f306a893b30ab38a29d4dd131c4c9 120.15MB / 120.15MB 5.0s done 10:36:45 #4 extracting sha256:90fe46dd819953eb995f9cc9c326130abe9dd0b3993a998e12c01d0218a0b831 5.0s 10:36:45 #4 extracting sha256:90fe46dd819953eb995f9cc9c326130abe9dd0b3993a998e12c01d0218a0b831 5.4s done 10:36:45 #4 extracting sha256:35a4f197768941ef308d981a94f6d06fb77b9f2ba89dc04d2daf8292ee297315 10:36:46 #4 extracting sha256:35a4f197768941ef308d981a94f6d06fb77b9f2ba89dc04d2daf8292ee297315 0.5s done 10:36:46 #4 extracting sha256:bbc37f14aded2d49bfac62dfa404755c9f1cadfee2b35933e4906f0054782888 0.1s 10:36:47 #4 extracting sha256:bbc37f14aded2d49bfac62dfa404755c9f1cadfee2b35933e4906f0054782888 0.4s done 10:36:47 #4 extracting sha256:74e27dc593d49a6d728dfe36976cb1469e076fbf3611e501fd030308cd212a80 0.1s 10:36:49 #4 extracting sha256:74e27dc593d49a6d728dfe36976cb1469e076fbf3611e501fd030308cd212a80 2.5s done 10:36:49 #4 extracting sha256:38b1453721cb272cf531587daa8f79cc38641a9750dc269d7f2f08feb80f6602 10:36:54 #4 extracting sha256:38b1453721cb272cf531587daa8f79cc38641a9750dc269d7f2f08feb80f6602 3.3s done 10:36:54 #4 extracting sha256:fbf24695ef9896635c70eaf51fb67c6cc91f306a893b30ab38a29d4dd131c4c9 10:36:59 #4 extracting sha256:fbf24695ef9896635c70eaf51fb67c6cc91f306a893b30ab38a29d4dd131c4c9 5.1s 10:37:01 #4 extracting sha256:fbf24695ef9896635c70eaf51fb67c6cc91f306a893b30ab38a29d4dd131c4c9 7.4s done 10:37:01 #4 extracting sha256:4780acafd98c2f2b2139f70862bf40ecb6c3a84abd2afa853260460edb3fc112 done 10:37:01 #4 DONE 23.1s 10:37:01 10:37:01 #5 [2/11] RUN apt-get update && apt-get install -y build-essential ... 10:37:02 #5 1.087 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] 10:37:02 #5 1.098 Get:2 http://deb.debian.org/debian buster InRelease [121 kB] 10:37:02 #5 1.100 Get:3 http://deb.debian.org/debian buster-updates InRelease [49.3 kB] 10:37:02 #5 1.228 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [198 kB] 10:37:02 #5 1.379 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7905 kB] 10:37:02 #5 1.569 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7380 B] 10:37:04 #5 3.140 Fetched 8347 kB in 2s (3629 kB/s) 10:37:05 #5 3.140 Reading package lists... 10:37:06 #5 4.045 Reading package lists... 10:37:06 #5 4.921 Building dependency tree... 10:37:06 #5 5.099 Reading state information... 10:37:06 #5 5.244 curl is already the newest version (7.64.0-4+deb10u1). 10:37:06 #5 5.244 openssh-client is already the newest version (1:7.9p1-10+deb10u2). 10:37:06 #5 5.244 openssl is already the newest version (1.1.1d-0+deb10u3). 10:37:06 #5 5.244 openssl set to manually installed. 10:37:06 #5 5.244 The following additional packages will be installed: 10:37:06 #5 5.244 bzip2 dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl 10:37:06 #5 5.245 libalgorithm-merge-perl libfakeroot patch xz-utils 10:37:06 #5 5.246 Suggested packages: 10:37:06 #5 5.246 bzip2-doc debian-keyring ed diffutils-doc 10:37:06 #5 5.337 The following NEW packages will be installed: 10:37:06 #5 5.338 build-essential bzip2 dpkg-dev fakeroot libalgorithm-diff-perl 10:37:06 #5 5.340 libalgorithm-diff-xs-perl libalgorithm-merge-perl libfakeroot patch xz-utils 10:37:06 #5 5.613 0 upgraded, 10 newly installed, 0 to remove and 10 not upgraded. 10:37:06 #5 5.613 Need to get 2342 kB of archives. 10:37:06 #5 5.613 After this operation, 3601 kB of additional disk space will be used. 10:37:06 #5 5.613 Get:1 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] 10:37:07 #5 5.617 Get:2 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] 10:37:07 #5 5.623 Get:3 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB] 10:37:07 #5 5.626 Get:4 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB] 10:37:07 #5 5.654 Get:5 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B] 10:37:07 #5 5.655 Get:6 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB] 10:37:07 #5 5.656 Get:7 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB] 10:37:07 #5 5.658 Get:8 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB] 10:37:07 #5 5.659 Get:9 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB] 10:37:07 #5 5.660 Get:10 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB] 10:37:07 #5 5.807 debconf: delaying package configuration, since apt-utils is not installed 10:37:07 #5 5.838 Fetched 2342 kB in 0s (7681 kB/s) 10:37:07 #5 5.877 Selecting previously unselected package bzip2. 10:37:07 #5 5.878 (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 ... 15409 files and directories currently installed.) 10:37:07 #5 5.894 Preparing to unpack .../0-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... 10:37:07 #5 5.899 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... 10:37:07 #5 5.934 Selecting previously unselected package xz-utils. 10:37:07 #5 5.936 Preparing to unpack .../1-xz-utils_5.2.4-1_amd64.deb ... 10:37:07 #5 5.939 Unpacking xz-utils (5.2.4-1) ... 10:37:07 #5 6.039 Selecting previously unselected package patch. 10:37:07 #5 6.039 Preparing to unpack .../2-patch_2.7.6-3+deb10u1_amd64.deb ... 10:37:07 #5 6.043 Unpacking patch (2.7.6-3+deb10u1) ... 10:37:07 #5 6.082 Selecting previously unselected package dpkg-dev. 10:37:07 #5 6.084 Preparing to unpack .../3-dpkg-dev_1.19.7_all.deb ... 10:37:07 #5 6.086 Unpacking dpkg-dev (1.19.7) ... 10:37:07 #5 6.236 Selecting previously unselected package build-essential. 10:37:07 #5 6.240 Preparing to unpack .../4-build-essential_12.6_amd64.deb ... 10:37:07 #5 6.243 Unpacking build-essential (12.6) ... 10:37:07 #5 6.272 Selecting previously unselected package libfakeroot:amd64. 10:37:07 #5 6.275 Preparing to unpack .../5-libfakeroot_1.23-1_amd64.deb ... 10:37:07 #5 6.282 Unpacking libfakeroot:amd64 (1.23-1) ... 10:37:07 #5 6.313 Selecting previously unselected package fakeroot. 10:37:07 #5 6.317 Preparing to unpack .../6-fakeroot_1.23-1_amd64.deb ... 10:37:07 #5 6.320 Unpacking fakeroot (1.23-1) ... 10:37:07 #5 6.357 Selecting previously unselected package libalgorithm-diff-perl. 10:37:07 #5 6.361 Preparing to unpack .../7-libalgorithm-diff-perl_1.19.03-2_all.deb ... 10:37:07 #5 6.364 Unpacking libalgorithm-diff-perl (1.19.03-2) ... 10:37:07 #5 6.392 Selecting previously unselected package libalgorithm-diff-xs-perl. 10:37:07 #5 6.396 Preparing to unpack .../8-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ... 10:37:07 #5 6.399 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ... 10:37:07 #5 6.427 Selecting previously unselected package libalgorithm-merge-perl. 10:37:07 #5 6.431 Preparing to unpack .../9-libalgorithm-merge-perl_0.08-3_all.deb ... 10:37:07 #5 6.434 Unpacking libalgorithm-merge-perl (0.08-3) ... 10:37:07 #5 6.478 Setting up libalgorithm-diff-perl (1.19.03-2) ... 10:37:07 #5 6.486 Setting up bzip2 (1.0.6-9.2~deb10u1) ... 10:37:07 #5 6.494 Setting up libfakeroot:amd64 (1.23-1) ... 10:37:07 #5 6.505 Setting up fakeroot (1.23-1) ... 10:37:07 #5 6.514 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 10:37:07 #5 6.523 Setting up xz-utils (5.2.4-1) ... 10:37:07 #5 6.530 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode 10:37:07 #5 6.537 Setting up patch (2.7.6-3+deb10u1) ... 10:37:07 #5 6.545 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ... 10:37:07 #5 6.553 Setting up libalgorithm-merge-perl (0.08-3) ... 10:37:07 #5 6.561 Setting up dpkg-dev (1.19.7) ... 10:37:07 #5 6.574 Setting up build-essential (12.6) ... 10:37:07 #5 6.583 Processing triggers for libc-bin (2.28-10) ... 10:37:08 #5 DONE 7.2s 10:37:08 10:37:08 #6 [3/11] RUN curl -fsSL https://github.com/docker/compose/releases/downloa... 10:37:10 #6 DONE 1.5s 10:37:10 10:37:10 #7 [4/11] RUN curl -fsSL https://github.com/theupdateframework/notary/relea... 10:37:11 #7 DONE 1.3s 10:37:11 10:37:11 #8 [5/11] RUN curl -fsSL https://github.com/gotestyourself/gotestsum/releas... 10:37:12 #8 DONE 1.3s 10:37:12 10:37:12 #9 [6/11] WORKDIR /go/src/github.com/docker/cli 10:37:12 #9 DONE 0.0s 10:37:12 10:37:12 #11 [7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/... 10:37:12 #11 DONE 0.1s 10:37:12 10:37:12 #12 [8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-... 10:37:13 #12 0.816 Updating certificates in /etc/ssl/certs... 10:37:14 #12 1.575 1 added, 0 removed; done. 10:37:14 #12 1.576 Running hooks in /etc/ca-certificates/update.d... 10:37:14 #12 1.577 done. 10:37:14 #12 DONE 1.7s 10:37:14 10:37:14 #13 [9/11] COPY . . 10:37:15 #13 DONE 0.8s 10:37:15 10:37:15 #14 [10/11] RUN ./scripts/build/binary 10:37:16 #14 0.787 Building statically linked build/docker-linux-amd64 10:38:12 #14 49.52 # github.com/docker/cli/cli/command/container 10:38:12 #14 49.52 cli/command/container/opts.go:807:10: epConfig.Priority undefined (type *network.EndpointSettings has no field or method Priority) 10:38:13 #14 57.64 # github.com/docker/cli/cli/command/network 10:38:13 #14 57.64 cli/command/network/connect.go:70:3: unknown field 'Priority' in struct literal of type network.EndpointSettings 10:38:51 #14 ERROR: executor failed running [/bin/sh -c ./scripts/build/binary]: runc did not terminate sucessfully 10:38:51 ------ 10:38:51 > [10/11] RUN ./scripts/build/binary: 10:38:51 ------ 10:38:51 failed to solve with frontend dockerfile.v0: failed to build LLB: executor failed running [/bin/sh -c ./scripts/build/binary]: runc did not terminate sucessfully 10:38:51 docker.Makefile:55: recipe for target 'build_e2e_image' failed 10:38:51 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