Skip to content

Console Output

Push event to branch jenkins-test-2
21:05:30 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 50e79aad28223aae874e2f1fc90fa535010abc1a
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 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
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_jenkins-test-2@libs/jps # timeout=10
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
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 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10
Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file"
First time build. Skipping changelog.
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines.
To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins.
[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-0304ecf3e29e9260e) in /home/ubuntu/workspace/cli_jenkins-test-2
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
using credential docker-jenkins-github-credentials
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_jenkins-test-2 # timeout=10
Fetching upstream changes from https://github.com/docker/cli.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/cli.git +refs/heads/jenkins-test-2:refs/remotes/origin/jenkins-test-2 # timeout=10
Fetching without tags
Checking out Revision 50e79aad28223aae874e2f1fc90fa535010abc1a (jenkins-test-2)
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/jenkins-test-2:refs/remotes/origin/jenkins-test-2 # 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/heads/jenkins-test-2:refs/remotes/origin/jenkins-test-2 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 50e79aad28223aae874e2f1fc90fa535010abc1a # timeout=10
Commit message: "context: Add tarball e2e tests"
First time build. Skipping changelog.
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Docker info)
[Pipeline] sh
+ docker version
Client: Docker Engine - Community
 Version:           20.10.2
 API version:       1.41
 Go version:        go1.13.15
 Git commit:        2291f61
 Built:             Mon Dec 28 16:17:32 2020
 OS/Arch:           linux/amd64
 Context:           default
 Experimental:      true

Server: Docker Engine - Community
 Engine:
  Version:          20.10.2
  API version:      1.41 (minimum version 1.12)
  Go version:       go1.13.15
  Git commit:       8891c58
  Built:            Mon Dec 28 16:15:09 2020
  OS/Arch:          linux/amd64
  Experimental:     true
 containerd:
  Version:          1.4.3
  GitCommit:        269548fa27e0089a8b8278fc4fc781d7f65a939b
 runc:
  Version:          1.0.0-rc92
  GitCommit:        ff819c7e9184c13b7c2607fe6c30ae19403a7aff
 docker-init:
  Version:          0.19.0
  GitCommit:        de40ad0
[Pipeline] sh
+ docker info
Client:
 Context:    default
 Debug Mode: false
 Plugins:
  app: Docker App (Docker Inc., v0.9.1-beta3)
  buildx: Build with BuildKit (Docker Inc., v0.5.1-docker)

Server:
 Containers: 0
  Running: 0
  Paused: 0
  Stopped: 0
 Images: 0
 Server Version: 20.10.2
 Storage Driver: overlay2
  Backing Filesystem: extfs
  Supports d_type: true
  Native Overlay Diff: true
 Logging Driver: json-file
 Cgroup Driver: cgroupfs
 Cgroup Version: 1
 Plugins:
  Volume: local
  Network: bridge host ipvlan macvlan null overlay
  Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
 Swarm: inactive
 Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2
 Default Runtime: runc
 Init Binary: docker-init
 containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b
 runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff
 init version: de40ad0
 Security Options:
  apparmor
  seccomp
   Profile: default
 Kernel Version: 5.4.0-1035-aws
 Operating System: Ubuntu 18.04.5 LTS
 OSType: linux
 Architecture: x86_64
 CPUs: 2
 Total Memory: 7.487GiB
 Name: ip-10-100-41-107
 ID: 6V4B:VKYK:OLF7:OAMN:3BBO:HNEE:JR5Z:3FAM:YACZ:D3PV:FSY4:SD2W
 Docker Root Dir: /var/lib/docker
 Debug Mode: false
 Registry: https://index.docker.io/v1/
 Labels:
 Experimental: true
 Insecure Registries:
  127.0.0.0/8
 Live Restore Enabled: true

WARNING: No swap limit support
WARNING: No blkio weight support
WARNING: No blkio weight_device support
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (e2e (non-experimental) - stable engine)
[Pipeline] sh
+ E2E_UNIQUE_ID=clie2e1 IMAGE_TAG=clie2e1 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e-non-experimental
docker build -t docker-cli-e2eclie2e1 --build-arg=GO_VERSION --build-arg VERSION=19.03.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
#1 [internal] load build definition from Dockerfile.e2e
#1 sha256:faf477f795879aec677f4bcfccba1ec3305ff57e5bf36b8f566a0528399ac857
#1 transferring dockerfile:
#1 transferring dockerfile: 1.58kB done
#1 DONE 0.1s

#2 [internal] load .dockerignore
#2 sha256:85aca1f5a44e2b7afbf84910704f811d8d408fe6747bc283fcf372b276377488
#2 transferring context: 100B done
#2 DONE 0.0s

#3 [internal] load metadata for docker.io/library/golang:1.13.15-buster
#3 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7
#3 DONE 0.4s

#4 [ 1/11] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
#4 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
#4 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done
#4 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done
#4 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done
#4 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
#4 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0B / 10.00MB 0.2s
#4 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 3.15MB / 50.40MB 0.2s
#4 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 1.05MB / 7.81MB 0.2s
#4 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 2.10MB / 10.00MB 0.3s
#4 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 9.44MB / 50.40MB 0.3s
#4 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 2.10MB / 7.81MB 0.3s
#4 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 5.81MB / 10.00MB 0.4s
#4 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 12.58MB / 50.40MB 0.4s
#4 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 4.19MB / 7.81MB 0.4s
#4 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.6s
#4 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.6s
#4 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.6s done
#4 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 16.78MB / 50.40MB 0.7s
#4 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 19.92MB / 50.40MB 0.8s
#4 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.8s done
#4 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 1.48MB / 51.83MB 0.8s
#4 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 24.12MB / 50.40MB 0.9s
#4 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 5.24MB / 51.83MB 0.9s
#4 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 0B / 68.67MB 0.9s
#4 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 27.57MB / 50.40MB 1.0s
#4 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 33.55MB / 50.40MB 1.2s
#4 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 17.81MB / 51.83MB 1.2s
#4 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 9.44MB / 68.67MB 1.2s
#4 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 36.70MB / 50.40MB 1.3s
#4 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 13.86MB / 68.67MB 1.3s
#4 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 44.04MB / 50.40MB 1.5s
#4 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 27.26MB / 51.83MB 1.5s
#4 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 22.02MB / 68.67MB 1.5s
#4 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.33MB / 50.40MB 1.6s
#4 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 34.60MB / 51.83MB 1.6s
#4 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 40.10MB / 51.83MB 1.7s
#4 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 28.61MB / 68.67MB 1.7s
#4 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 42.99MB / 51.83MB 1.9s
#4 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 2.0s
#4 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 35.86MB / 68.67MB 2.0s
#4 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 39.85MB / 68.67MB 2.1s
#4 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 2.1s done
#4 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 48.23MB / 68.67MB 2.3s
#4 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 53.48MB / 68.67MB 2.5s
#4 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7
#4 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 57.67MB / 68.67MB 2.6s
#4 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 2.6s done
#4 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 0B / 120.17MB 2.7s
#4 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 0B / 126B 2.7s
#4 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 2.7s done
#4 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 65.01MB / 68.67MB 3.0s
#4 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 7.34MB / 120.17MB 3.0s
#4 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 3.3s
#4 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 14.66MB / 120.17MB 3.3s
#4 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 22.02MB / 120.17MB 3.6s
#4 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 3.8s done
#4 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 33.82MB / 120.17MB 3.9s
#4 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 42.99MB / 120.17MB 4.1s
#4 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 52.43MB / 120.17MB 4.3s
#4 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 60.82MB / 120.17MB 4.5s
#4 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 67.29MB / 120.17MB 4.8s
#4 ...

#10 [internal] load build context
#10 sha256:614ed340164eecdb021c20f34e4dee0d614460926698faae550ce9527b211449
#10 transferring context: 41.82MB 4.9s done
#10 DONE 5.1s

#4 [ 1/11] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
#4 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
#4 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 73.40MB / 120.17MB 5.0s
#4 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 86.17MB / 120.17MB 5.3s
#4 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 92.27MB / 120.17MB 5.4s
#4 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 100.66MB / 120.17MB 5.6s
#4 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 109.05MB / 120.17MB 5.8s
#4 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 6.0s
#4 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 7.1s done
#4 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.1s done
#4 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797
#4 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.4s done
#4 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064
#4 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.3s done
#4 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab
#4 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 3.2s done
#4 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551
#4 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 4.0s done
#4 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e
#4 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.1s
#4 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 6.5s done
#4 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done
#4 DONE 24.0s

#5 [ 2/11] RUN apt-get update && apt-get install -y     build-essential     curl     openssl     openssh-client     && rm -rf /var/lib/apt/lists/*
#5 sha256:a6bbd9cc44cb223d0ea3aeac667b2b0ceffe3be129da6ee9a153c965a8a0a97a
#5 1.065 Get:1 http://deb.debian.org/debian buster InRelease [121 kB]
#5 1.065 Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
#5 1.066 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
#5 1.285 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [270 kB]
#5 1.444 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
#5 1.710 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7860 B]
#5 3.512 Fetched 8424 kB in 3s (3106 kB/s)
#5 3.512 Reading package lists...
#5 4.327 Reading package lists...
#5 5.170 Building dependency tree...
#5 5.363 Reading state information...
#5 5.507 curl is already the newest version (7.64.0-4+deb10u1).
#5 5.507 openssh-client is already the newest version (1:7.9p1-10+deb10u2).
#5 5.507 The following additional packages will be installed:
#5 5.507   bzip2 dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl
#5 5.508   libalgorithm-merge-perl libfakeroot patch xz-utils
#5 5.509 Suggested packages:
#5 5.509   bzip2-doc debian-keyring ed diffutils-doc
#5 5.606 The following NEW packages will be installed:
#5 5.607   build-essential bzip2 dpkg-dev fakeroot libalgorithm-diff-perl
#5 5.609   libalgorithm-diff-xs-perl libalgorithm-merge-perl libfakeroot patch xz-utils
#5 5.610 The following packages will be upgraded:
#5 5.611   openssl
#5 5.889 1 upgraded, 10 newly installed, 0 to remove and 16 not upgraded.
#5 5.889 Need to get 3186 kB of archives.
#5 5.889 After this operation, 3601 kB of additional disk space will be used.
#5 5.889 Get:1 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u4 [843 kB]
#5 5.891 Get:2 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
#5 5.894 Get:3 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
#5 5.900 Get:4 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
#5 5.902 Get:5 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB]
#5 5.959 Get:6 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
#5 5.960 Get:7 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB]
#5 5.961 Get:8 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB]
#5 5.962 Get:9 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
#5 5.963 Get:10 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB]
#5 5.964 Get:11 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
#5 6.121 debconf: delaying package configuration, since apt-utils is not installed
#5 6.175 Fetched 3186 kB in 0s (9606 kB/s)
#5 6.207 Selecting previously unselected package bzip2.
#5 6.207 (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 ... 15410 files and directories currently installed.)
#5 6.219 Preparing to unpack .../00-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
#5 6.225 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
#5 6.284 Selecting previously unselected package xz-utils.
#5 6.284 Preparing to unpack .../01-xz-utils_5.2.4-1_amd64.deb ...
#5 6.288 Unpacking xz-utils (5.2.4-1) ...
#5 6.331 Selecting previously unselected package patch.
#5 6.333 Preparing to unpack .../02-patch_2.7.6-3+deb10u1_amd64.deb ...
#5 6.337 Unpacking patch (2.7.6-3+deb10u1) ...
#5 6.376 Selecting previously unselected package dpkg-dev.
#5 6.378 Preparing to unpack .../03-dpkg-dev_1.19.7_all.deb ...
#5 6.383 Unpacking dpkg-dev (1.19.7) ...
#5 6.524 Selecting previously unselected package build-essential.
#5 6.528 Preparing to unpack .../04-build-essential_12.6_amd64.deb ...
#5 6.532 Unpacking build-essential (12.6) ...
#5 6.571 Selecting previously unselected package libfakeroot:amd64.
#5 6.571 Preparing to unpack .../05-libfakeroot_1.23-1_amd64.deb ...
#5 6.579 Unpacking libfakeroot:amd64 (1.23-1) ...
#5 6.626 Selecting previously unselected package fakeroot.
#5 6.626 Preparing to unpack .../06-fakeroot_1.23-1_amd64.deb ...
#5 6.630 Unpacking fakeroot (1.23-1) ...
#5 6.673 Selecting previously unselected package libalgorithm-diff-perl.
#5 6.675 Preparing to unpack .../07-libalgorithm-diff-perl_1.19.03-2_all.deb ...
#5 6.718 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
#5 6.764 Selecting previously unselected package libalgorithm-diff-xs-perl.
#5 6.764 Preparing to unpack .../08-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ...
#5 6.768 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
#5 6.796 Selecting previously unselected package libalgorithm-merge-perl.
#5 6.798 Preparing to unpack .../09-libalgorithm-merge-perl_0.08-3_all.deb ...
#5 6.803 Unpacking libalgorithm-merge-perl (0.08-3) ...
#5 6.840 Preparing to unpack .../10-openssl_1.1.1d-0+deb10u4_amd64.deb ...
#5 6.854 Unpacking openssl (1.1.1d-0+deb10u4) over (1.1.1d-0+deb10u3) ...
#5 7.291 Setting up libalgorithm-diff-perl (1.19.03-2) ...
#5 7.312 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
#5 7.324 Setting up libfakeroot:amd64 (1.23-1) ...
#5 7.341 Setting up fakeroot (1.23-1) ...
#5 7.355 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
#5 7.367 Setting up xz-utils (5.2.4-1) ...
#5 7.377 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
#5 7.387 Setting up patch (2.7.6-3+deb10u1) ...
#5 7.400 Setting up openssl (1.1.1d-0+deb10u4) ...
#5 7.475 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
#5 7.487 Setting up libalgorithm-merge-perl (0.08-3) ...
#5 7.507 Setting up dpkg-dev (1.19.7) ...
#5 7.529 Setting up build-essential (12.6) ...
#5 7.542 Processing triggers for libc-bin (2.28-10) ...
#5 DONE 10.0s

#6 [ 3/11] RUN curl -L https://github.com/docker/compose/releases/download/1.21.2/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose     && chmod +x /usr/local/bin/docker-compose
#6 sha256:c1e3a62a3df24bf60c193898984c520844a8b5d15aeb61670305ed86d2bc9c5b
#6 0.688   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#6 0.688                                  Dload  Upload   Total   Spent    Left  Speed
#6 0.688 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   633  100   633    0     0   6267      0 --:--:-- --:--:-- --:--:--  6205
#6 0.940 
100 10.3M  100 10.3M    0     0  40.7M      0 --:--:-- --:--:-- --:--:-- 40.7M
#6 DONE 1.2s

#7 [ 4/11] RUN curl -Ls https://github.com/theupdateframework/notary/releases/download/v0.6.1/notary-Linux-amd64 -o /usr/local/bin/notary     && chmod +x /usr/local/bin/notary
#7 sha256:a395df47000b64697769dbf8338ff1e5c0ad4c3dc9d5983cb2881a733406b157
#7 DONE 0.9s

#8 [ 5/11] RUN curl -Ls https://github.com/gotestyourself/gotestsum/releases/download/v0.3.4/gotestsum_0.3.4_linux_amd64.tar.gz -o gotestsum.tar.gz     && tar -xf gotestsum.tar.gz gotestsum     && mv gotestsum /usr/local/bin/gotestsum     && rm gotestsum.tar.gz
#8 sha256:71052a681574f1a8a8aa7d381402fba918d3d29369d70349603297648522bbc0
#8 DONE 0.7s

#9 [ 6/11] WORKDIR /go/src/github.com/docker/cli
#9 sha256:c02e2b15d2894d1cb15e54b77cb59187a5d16a01b2ed65ead1f1c0920db7a90a
#9 DONE 0.0s

#11 [ 7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/notary.cert
#11 sha256:7ba5ef9bf97f8e66fe7a159d89ed7f74278f4f9d856df12fba6490dac1587341
#11 DONE 0.1s

#12 [ 8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-certificates
#12 sha256:ef8d95df5f06a73383b685c6d541cb0d75a3c89ea68009dfd0a6aa1fde0d156f
#12 0.611 Updating certificates in /etc/ssl/certs...
#12 1.244 1 added, 0 removed; done.
#12 1.245 Running hooks in /etc/ca-certificates/update.d...
#12 1.247 done.
#12 DONE 1.9s

#13 [ 9/11] COPY . .
#13 sha256:642f1c47ca9a3a0f7aae0c37b1bbc42d009e5c4749440071cfd84d23b1d0c70a
#13 DONE 1.3s

#14 [10/11] RUN ./scripts/build/binary
#14 sha256:c3b0d329f09b29d106fad12f6a268059c56aded232732c397babdcbef487ffb0
#14 0.429 Building statically linked build/docker-linux-amd64
#14 DONE 68.2s

#15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
#15 sha256:0908c1d325d21ad73d77443d533cbfe7571aa43c80feac2e8cf1c4e5b3462a72
#15 0.461 Building statically linked build/plugins-linux-amd64/docker-helloworld
#15 2.495 Building statically linked build/plugins-linux-amd64/docker-badmeta
#15 4.281 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun
#15 DONE 6.5s

#16 exporting to image
#16 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#16 exporting layers
#16 exporting layers 2.3s done
#16 writing image sha256:0c3e3cf1654b8e537488de52586007813cbb21d63aede8b12157ee690fdedea0 done
#16 naming to docker.io/library/docker-cli-e2eclie2e1 done
#16 DONE 2.3s
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e VERSION=19.03.0-dev -e GITCOMMIT -e PLATFORM -e TESTFLAGS -e TESTDIRS -e GOOS -e GOARCH -e GOARM -e TEST_ENGINE_VERSION= -e TEST_ENGINE_VERSION= docker-cli-e2eclie2e1
Creating network "cliendtoendsuite_default" with the default driver
Pulling registry (registry:2)...
2: Pulling from library/registry
Digest: sha256:d5459fcb27aecc752520df4b492b08358a1912fcdfa454f7d2101d4b09991daa
Status: Downloaded newer image for registry:2
Pulling engine (docker:stable-dind)...
stable-dind: Pulling from library/docker
Digest: sha256:4972457c6a8a4309f9796fc3c8fd288923045ba0e214c102d92b70be99e249d1
Status: Downloaded newer image for docker:stable-dind
Building notary-server
Step 1/3 : ARG NOTARY_VERSION=0.5.0
Step 2/3 : FROM notary:server-${NOTARY_VERSION}
server-0.5.0: Pulling from library/notary
Digest: sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244
Status: Downloaded newer image for notary:server-0.5.0
 ---> 16b632e954ca
Step 3/3 : COPY ./notary/ /fixtures/
 ---> 48f917a4cb10
Successfully built 48f917a4cb10
Successfully tagged cliendtoendsuite_notary-server:latest
Building evil-notary-server
Step 1/3 : ARG NOTARY_VERSION=0.5.0
Step 2/3 : FROM notary:server-${NOTARY_VERSION}
 ---> 16b632e954ca
Step 3/3 : COPY ./notary-evil/ /fixtures/
 ---> d28ef7469111
Successfully built d28ef7469111
Successfully tagged cliendtoendsuite_evil-notary-server:latest
Creating cliendtoendsuite_evil-notary-server_1 ... 
Creating cliendtoendsuite_registry_1           ... 
Creating cliendtoendsuite_engine_1             ... 
Creating cliendtoendsuite_notary-server_1      ... 

Creating cliendtoendsuite_registry_1           ... done

Creating cliendtoendsuite_engine_1             ... done

Creating cliendtoendsuite_evil-notary-server_1 ... done

Creating cliendtoendsuite_notary-server_1      ... done
Waiting for docker daemon to become available at tcp://172.18.0.3:2375
Client:
 Version:           19.03.0-dev
 API version:       1.40
 Go version:        go1.13.15
 Git commit:        
 Built:             Thu Jan 28 21:07:30 2021
 OS/Arch:           linux/amd64
 Experimental:      false

Server: Docker Engine - Community
 Engine:
  Version:          19.03.14
  API version:      1.40 (minimum version 1.12)
  Go version:       go1.13.15
  Git commit:       5eb3275
  Built:            Tue Dec  1 19:21:08 2020
  OS/Arch:          linux/amd64
  Experimental:     false
 containerd:
  Version:          v1.3.9
  GitCommit:        ea765aba0d05254012b0b9e595e995c09186427f
 runc:
  Version:          1.0.0-rc10
  GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
 docker-init:
  Version:          0.18.0
  GitCommit:        fec3683
sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine
88286f41530e: Pulling fs layer
88286f41530e: Verifying Checksum
88286f41530e: Download complete
88286f41530e: Pull complete
Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d
The push refers to repository [registry:5000/alpine]
5bef08742407: Preparing
5bef08742407: Pushed
3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox
03b1be98f3f9: Pulling fs layer
03b1be98f3f9: Verifying Checksum
03b1be98f3f9: Download complete
03b1be98f3f9: Pull complete
Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7
The push refers to repository [registry:5000/busybox]
6a749002dd6a: Preparing
6a749002dd6a: Pushed
1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527
Swarm initialized: current node (v9ioby61l7kuf7ixpzp2p7d30) is now a manager.

To add a worker to this swarm, run the following command:

    docker swarm join --token SWMTKN-1-585l2n3m2961akqogjuoc8ihbpffaj9lejtykncrqgucs1d9o1-b0pyb4vkdx51rdyypjc5snrpq 172.18.0.3:2377

To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions.

✓  e2e/cli-plugins (2.681s)
∅  e2e/cli-plugins/plugins/badmeta
∅  e2e/cli-plugins/plugins/nopersistentprerun
✖  e2e/context (212ms)
✓  e2e/container (7.73s)
✓  e2e/plugin (3.562s)
✓  e2e/stack (609ms)
✓  e2e/image (11.256s)
∅  e2e/internal/fixtures
∅  e2e/plugin/basic
✓  e2e/system (71ms)
✓  e2e/trust (2.191s)

=== Skipped
=== SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s)
    dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set

=== SKIP: e2e/image TestBuildIidFileSquash (0.03s)
    build_test.go:112: !experimentalBuild: running against a non-experimental daemon

=== SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s)
    --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s)
        deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes.

=== SKIP: e2e/stack TestRemove/Kubernetes (0.00s)
    --- SKIP: TestRemove/Kubernetes (0.00s)
        remove_test.go:22: !environment.KubernetesEnabled()


=== Failed
=== FAIL: e2e/context TestContextImportTLS (0.08s)
    context_test.go:62: assertion failed: 
        --- expected
        +++ actual
        @@ -1,4 +1,4 @@
        -NAME········DESCRIPTION·······························DOCKER·ENDPOINT···············KUBERNETES·ENDPOINT·································ORCHESTRATOR
        -default·*···Current·DOCKER_HOST·based·configuration···unix:///var/run/docker.sock·······················································swarm
        -test··················································unix:///var/run/docker.sock···https://kubernetes.docker.internal:6443·(default)···swarm
        +NAME················DESCRIPTION·······························DOCKER·ENDPOINT···············KUBERNETES·ENDPOINT·································ORCHESTRATOR
        +default·*···········Current·DOCKER_HOST·based·configuration···unix:///var/run/docker.sock·······················································swarm
        +test··························································unix:///var/run/docker.sock···https://kubernetes.docker.internal:6443·(default)···swarm
         
        
        
        You can run 'go test . -test.update-golden' to automatically update testdata/context-ls-tls.golden to the new expected value.'
        


DONE 90 tests, 4 skipped, 1 failure in 40.372s
Stopping cliendtoendsuite_notary-server_1      ... 
Stopping cliendtoendsuite_engine_1             ... 
Stopping cliendtoendsuite_evil-notary-server_1 ... 
Stopping cliendtoendsuite_registry_1           ... 

Stopping cliendtoendsuite_registry_1           ... done

Stopping cliendtoendsuite_evil-notary-server_1 ... done

Stopping cliendtoendsuite_notary-server_1      ... done

Stopping cliendtoendsuite_engine_1             ... done
Removing cliendtoendsuite_notary-server_1      ... 
Removing cliendtoendsuite_engine_1             ... 
Removing cliendtoendsuite_evil-notary-server_1 ... 
Removing cliendtoendsuite_registry_1           ... 

Removing cliendtoendsuite_evil-notary-server_1 ... done

Removing cliendtoendsuite_notary-server_1      ... done

Removing cliendtoendsuite_registry_1           ... done

Removing cliendtoendsuite_engine_1             ... done
Removing network cliendtoendsuite_default
Removing image cliendtoendsuite_notary-server
Removing image cliendtoendsuite_evil-notary-server
docker.Makefile:149: recipe for target 'test-e2e-non-experimental' failed
make: *** [test-e2e-non-experimental] Error 1
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (e2e (non-experimental) - 18.09 engine)
Stage "e2e (non-experimental) - 18.09 engine" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (e2e (experimental))
Stage "e2e (experimental)" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (e2e (ssh connhelper))
Stage "e2e (ssh connhelper)" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[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