Skip to content
Failed

Console Output

Pull request #3254 opened
19:19:48 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 214c862a81f2251390a10b12a61f2102f61ff4c0+304a2dca5fd9d203ed618fc73066612eb2ce0e7a (1bc35c9dfe3ed53665249944580b0f456e030c93)
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
The recommended git tool is: NONE
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-3254@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
Avoid second fetch
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
‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-05ee975bdf85817db)’ is offline
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-05ee975bdf85817db) in /home/ubuntu/workspace/cli_PR-3254
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
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_PR-3254 # 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/pull/3254/head:refs/remotes/origin/PR-3254 +refs/heads/master:refs/remotes/origin/master # timeout=10
Fetching without tags
Merging remotes/origin/master commit 304a2dca5fd9d203ed618fc73066612eb2ce0e7a into PR head commit 214c862a81f2251390a10b12a61f2102f61ff4c0
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/3254/head:refs/remotes/origin/PR-3254 # 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/3254/head:refs/remotes/origin/PR-3254 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 214c862a81f2251390a10b12a61f2102f61ff4c0 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
Merge succeeded, producing 214c862a81f2251390a10b12a61f2102f61ff4c0
Checking out Revision 214c862a81f2251390a10b12a61f2102f61ff4c0 (PR-3254)
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git merge 304a2dca5fd9d203ed618fc73066612eb2ce0e7a # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 214c862a81f2251390a10b12a61f2102f61ff4c0 # timeout=10
Commit message: "Add top-level --completion flag, and integrate completion for plugins"
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.6
 API version:       1.41
 Go version:        go1.13.15
 Git commit:        370c289
 Built:             Fri Apr  9 22:46:01 2021
 OS/Arch:           linux/amd64
 Context:           default
 Experimental:      true

Server: Docker Engine - Community
 Engine:
  Version:          20.10.6
  API version:      1.41 (minimum version 1.12)
  Go version:       go1.13.15
  Git commit:       8728dd2
  Built:            Fri Apr  9 22:44:13 2021
  OS/Arch:          linux/amd64
  Experimental:     true
 containerd:
  Version:          1.4.6
  GitCommit:        d71fcd7d8303cbf684402823e425e9dd2e99285d
 runc:
  Version:          1.0.0-rc95
  GitCommit:        b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
 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)
  scan: Docker Scan (Docker Inc., v0.7.0)

Server:
 Containers: 0
  Running: 0
  Paused: 0
  Stopped: 0
 Images: 0
 Server Version: 20.10.6
 Storage Driver: overlay2
  Backing Filesystem: extfs
  Supports d_type: true
  Native Overlay Diff: true
  userxattr: false
 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.runc.v2 io.containerd.runtime.v1.linux runc
 Default Runtime: runc
 Init Binary: docker-init
 containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d
 runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
 init version: de40ad0
 Security Options:
  apparmor
  seccomp
   Profile: default
 Kernel Version: 5.4.0-1048-aws
 Operating System: Ubuntu 18.04.5 LTS
 OSType: linux
 Architecture: x86_64
 CPUs: 2
 Total Memory: 7.487GiB
 Name: ip-10-100-122-7
 ID: KG52:ONVY:U5MS:VBR3:3V2I:UMRB:NEG5:YUDM:PLPH:2QKQ:N3BG:QG3A
 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
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (e2e (non-experimental) - stable engine)
[Pipeline] sh
+ E2E_UNIQUE_ID=clie2e1 IMAGE_TAG=clie2e1 make -f docker.Makefile test-e2e-non-experimental
docker build -t docker-cli-e2eclie2e1 --build-arg=GO_VERSION --build-arg VERSION=20.10.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
#2 [internal] load .dockerignore
#2 sha256:4ade62048f8e9175426a98e2b7c4dbb9f1118b05be7e7b00138b75f0bbe30895
#2 transferring context: 112B done
#2 DONE 0.2s

#1 [internal] load build definition from Dockerfile.e2e
#1 sha256:936c06fb7d00533be01a8891503f534d088075c0683a2908b8ff45bfa18666e6
#1 transferring dockerfile: 1.62kB done
#1 DONE 0.2s

#3 [internal] load metadata for docker.io/library/golang:1.16.7-buster
#3 sha256:93ae01ec9ac7bdefa753de744d2c08d89caf4ed4484e60c3cb3943293868ea5e
#3 DONE 0.5s

#4 [ 1/11] FROM docker.io/library/golang:1.16.7-buster@sha256:8e8910fa802194a30d5ebfbf3065d304e9e853ac50466c523be07ca657d9d6a1
#4 sha256:78589975e7518bcf9a2b6a7676be5de5d525a1fcf49cca0627133f1c4bbfef36
#4 resolve docker.io/library/golang:1.16.7-buster@sha256:8e8910fa802194a30d5ebfbf3065d304e9e853ac50466c523be07ca657d9d6a1 done
#4 sha256:448a13037d13401ad9b31fabf91d6b8a3c5c35d336cc8af760b2ab4ed85d4155 1.79kB / 1.79kB done
#4 sha256:627b765e08d177e63c9a202ca4991b711448905b934435c70b7cbd7d4a9c7959 0B / 50.44MB 0.1s
#4 sha256:8e8910fa802194a30d5ebfbf3065d304e9e853ac50466c523be07ca657d9d6a1 1.86kB / 1.86kB done
#4 sha256:0821480a2b48f8b34c746ba493f9ba981ce9db006cc3ce6877496b9fb224d30c 6.99kB / 6.99kB done
#4 sha256:073a180f4992853fa3dd8da604e7b041bc8ea92157749d042c0853312f178f6a 0B / 10.00MB 0.2s
#4 sha256:073a180f4992853fa3dd8da604e7b041bc8ea92157749d042c0853312f178f6a 7.82MB / 10.00MB 0.3s
#4 sha256:c040670e5e559fd936db175530ad4c1dd014bd25b2bf25ea19fa20554fe2d736 0B / 7.83MB 0.3s
#4 sha256:627b765e08d177e63c9a202ca4991b711448905b934435c70b7cbd7d4a9c7959 7.34MB / 50.44MB 0.5s
#4 sha256:073a180f4992853fa3dd8da604e7b041bc8ea92157749d042c0853312f178f6a 10.00MB / 10.00MB 0.5s
#4 sha256:c040670e5e559fd936db175530ad4c1dd014bd25b2bf25ea19fa20554fe2d736 4.19MB / 7.83MB 0.5s
#4 sha256:073a180f4992853fa3dd8da604e7b041bc8ea92157749d042c0853312f178f6a 10.00MB / 10.00MB 0.5s done
#4 sha256:c040670e5e559fd936db175530ad4c1dd014bd25b2bf25ea19fa20554fe2d736 6.29MB / 7.83MB 0.6s
#4 sha256:627b765e08d177e63c9a202ca4991b711448905b934435c70b7cbd7d4a9c7959 19.92MB / 50.44MB 0.9s
#4 sha256:c040670e5e559fd936db175530ad4c1dd014bd25b2bf25ea19fa20554fe2d736 7.83MB / 7.83MB 0.8s done
#4 sha256:bf76209566d0c8d78df205b09e6e5b52ff7f10cb4e1c03d9336ed7dd2decd919 6.29MB / 51.84MB 0.9s
#4 sha256:6182a456504bb119011b721ede5d1e6cf4d0621447465d80cc1d4e53c0ef95e6 0B / 68.75MB 0.9s
#4 sha256:627b765e08d177e63c9a202ca4991b711448905b934435c70b7cbd7d4a9c7959 26.21MB / 50.44MB 1.0s
#4 sha256:bf76209566d0c8d78df205b09e6e5b52ff7f10cb4e1c03d9336ed7dd2decd919 9.44MB / 51.84MB 1.0s
#4 sha256:627b765e08d177e63c9a202ca4991b711448905b934435c70b7cbd7d4a9c7959 32.51MB / 50.44MB 1.1s
#4 sha256:bf76209566d0c8d78df205b09e6e5b52ff7f10cb4e1c03d9336ed7dd2decd919 13.63MB / 51.84MB 1.1s
#4 sha256:6182a456504bb119011b721ede5d1e6cf4d0621447465d80cc1d4e53c0ef95e6 10.49MB / 68.75MB 1.1s
#4 sha256:627b765e08d177e63c9a202ca4991b711448905b934435c70b7cbd7d4a9c7959 41.94MB / 50.44MB 1.2s
#4 sha256:627b765e08d177e63c9a202ca4991b711448905b934435c70b7cbd7d4a9c7959 47.19MB / 50.44MB 1.4s
#4 sha256:bf76209566d0c8d78df205b09e6e5b52ff7f10cb4e1c03d9336ed7dd2decd919 22.25MB / 51.84MB 1.4s
#4 sha256:6182a456504bb119011b721ede5d1e6cf4d0621447465d80cc1d4e53c0ef95e6 22.02MB / 68.75MB 1.4s
#4 sha256:627b765e08d177e63c9a202ca4991b711448905b934435c70b7cbd7d4a9c7959 50.44MB / 50.44MB 1.5s
#4 sha256:bf76209566d0c8d78df205b09e6e5b52ff7f10cb4e1c03d9336ed7dd2decd919 25.17MB / 51.84MB 1.5s
#4 sha256:6182a456504bb119011b721ede5d1e6cf4d0621447465d80cc1d4e53c0ef95e6 25.57MB / 68.75MB 1.6s
#4 sha256:bf76209566d0c8d78df205b09e6e5b52ff7f10cb4e1c03d9336ed7dd2decd919 30.41MB / 51.84MB 1.7s
#4 sha256:6182a456504bb119011b721ede5d1e6cf4d0621447465d80cc1d4e53c0ef95e6 29.36MB / 68.75MB 1.7s
#4 sha256:bf76209566d0c8d78df205b09e6e5b52ff7f10cb4e1c03d9336ed7dd2decd919 38.80MB / 51.84MB 1.9s
#4 sha256:6182a456504bb119011b721ede5d1e6cf4d0621447465d80cc1d4e53c0ef95e6 38.45MB / 68.75MB 1.9s
#4 sha256:bf76209566d0c8d78df205b09e6e5b52ff7f10cb4e1c03d9336ed7dd2decd919 42.99MB / 51.84MB 2.0s
#4 sha256:6182a456504bb119011b721ede5d1e6cf4d0621447465d80cc1d4e53c0ef95e6 44.92MB / 68.75MB 2.0s
#4 sha256:bf76209566d0c8d78df205b09e6e5b52ff7f10cb4e1c03d9336ed7dd2decd919 47.19MB / 51.84MB 2.1s
#4 sha256:bf76209566d0c8d78df205b09e6e5b52ff7f10cb4e1c03d9336ed7dd2decd919 51.84MB / 51.84MB 2.2s
#4 sha256:6182a456504bb119011b721ede5d1e6cf4d0621447465d80cc1d4e53c0ef95e6 53.48MB / 68.75MB 2.2s
#4 sha256:6182a456504bb119011b721ede5d1e6cf4d0621447465d80cc1d4e53c0ef95e6 58.72MB / 68.75MB 2.3s
#4 sha256:627b765e08d177e63c9a202ca4991b711448905b934435c70b7cbd7d4a9c7959 50.44MB / 50.44MB 2.4s done
#4 sha256:6182a456504bb119011b721ede5d1e6cf4d0621447465d80cc1d4e53c0ef95e6 68.75MB / 68.75MB 2.6s
#4 extracting sha256:627b765e08d177e63c9a202ca4991b711448905b934435c70b7cbd7d4a9c7959
#4 sha256:bf76209566d0c8d78df205b09e6e5b52ff7f10cb4e1c03d9336ed7dd2decd919 51.84MB / 51.84MB 3.3s done
#4 sha256:9bf36a0814301db7012cd1d13cf84bcb230671c9939c0c99ac1a2cec9c6102a5 156B / 156B 3.6s
#4 sha256:6182a456504bb119011b721ede5d1e6cf4d0621447465d80cc1d4e53c0ef95e6 68.75MB / 68.75MB 5.1s done
#4 ...

#10 [internal] load build context
#10 sha256:d2622d8a9d7a276919c7674d6adc696598ca07fc787dd4560bcaf1084c55569e
#10 transferring context: 85.43MB 4.5s done
#10 DONE 5.3s

#4 [ 1/11] FROM docker.io/library/golang:1.16.7-buster@sha256:8e8910fa802194a30d5ebfbf3065d304e9e853ac50466c523be07ca657d9d6a1
#4 sha256:78589975e7518bcf9a2b6a7676be5de5d525a1fcf49cca0627133f1c4bbfef36
#4 sha256:636ca4e39e2f1a080c3e457c37d41ec7276c20b7c777bf9a8f94eed9fd3e28f6 0B / 129.04MB 6.2s
#4 sha256:636ca4e39e2f1a080c3e457c37d41ec7276c20b7c777bf9a8f94eed9fd3e28f6 12.58MB / 129.04MB 6.4s
#4 sha256:636ca4e39e2f1a080c3e457c37d41ec7276c20b7c777bf9a8f94eed9fd3e28f6 24.12MB / 129.04MB 6.5s
#4 sha256:9bf36a0814301db7012cd1d13cf84bcb230671c9939c0c99ac1a2cec9c6102a5 156B / 156B 6.5s done
#4 sha256:636ca4e39e2f1a080c3e457c37d41ec7276c20b7c777bf9a8f94eed9fd3e28f6 38.80MB / 129.04MB 6.7s
#4 sha256:636ca4e39e2f1a080c3e457c37d41ec7276c20b7c777bf9a8f94eed9fd3e28f6 51.38MB / 129.04MB 6.9s
#4 sha256:636ca4e39e2f1a080c3e457c37d41ec7276c20b7c777bf9a8f94eed9fd3e28f6 68.16MB / 129.04MB 7.1s
#4 sha256:636ca4e39e2f1a080c3e457c37d41ec7276c20b7c777bf9a8f94eed9fd3e28f6 78.64MB / 129.04MB 7.3s
#4 sha256:636ca4e39e2f1a080c3e457c37d41ec7276c20b7c777bf9a8f94eed9fd3e28f6 90.18MB / 129.04MB 7.5s
#4 extracting sha256:627b765e08d177e63c9a202ca4991b711448905b934435c70b7cbd7d4a9c7959 4.8s done
#4 sha256:636ca4e39e2f1a080c3e457c37d41ec7276c20b7c777bf9a8f94eed9fd3e28f6 102.76MB / 129.04MB 7.7s
#4 sha256:636ca4e39e2f1a080c3e457c37d41ec7276c20b7c777bf9a8f94eed9fd3e28f6 120.27MB / 129.04MB 7.9s
#4 sha256:636ca4e39e2f1a080c3e457c37d41ec7276c20b7c777bf9a8f94eed9fd3e28f6 129.04MB / 129.04MB 8.0s
#4 extracting sha256:c040670e5e559fd936db175530ad4c1dd014bd25b2bf25ea19fa20554fe2d736
#4 extracting sha256:c040670e5e559fd936db175530ad4c1dd014bd25b2bf25ea19fa20554fe2d736 0.6s done
#4 sha256:636ca4e39e2f1a080c3e457c37d41ec7276c20b7c777bf9a8f94eed9fd3e28f6 129.04MB / 129.04MB 9.9s done
#4 extracting sha256:073a180f4992853fa3dd8da604e7b041bc8ea92157749d042c0853312f178f6a 0.1s
#4 extracting sha256:073a180f4992853fa3dd8da604e7b041bc8ea92157749d042c0853312f178f6a 0.4s done
#4 extracting sha256:bf76209566d0c8d78df205b09e6e5b52ff7f10cb4e1c03d9336ed7dd2decd919
#4 extracting sha256:bf76209566d0c8d78df205b09e6e5b52ff7f10cb4e1c03d9336ed7dd2decd919 3.8s done
#4 extracting sha256:6182a456504bb119011b721ede5d1e6cf4d0621447465d80cc1d4e53c0ef95e6
#4 extracting sha256:6182a456504bb119011b721ede5d1e6cf4d0621447465d80cc1d4e53c0ef95e6 3.9s done
#4 extracting sha256:636ca4e39e2f1a080c3e457c37d41ec7276c20b7c777bf9a8f94eed9fd3e28f6
#4 extracting sha256:636ca4e39e2f1a080c3e457c37d41ec7276c20b7c777bf9a8f94eed9fd3e28f6 5.0s
#4 extracting sha256:636ca4e39e2f1a080c3e457c37d41ec7276c20b7c777bf9a8f94eed9fd3e28f6 8.2s done
#4 extracting sha256:9bf36a0814301db7012cd1d13cf84bcb230671c9939c0c99ac1a2cec9c6102a5
#4 extracting sha256:9bf36a0814301db7012cd1d13cf84bcb230671c9939c0c99ac1a2cec9c6102a5 done
#4 DONE 27.6s

#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:853c2df04e5040719816855a69d52a0f042414dc1fa835771d3209e97ae8200b
#5 0.980 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
#5 0.990 Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
#5 0.991 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
#5 1.117 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [301 kB]
#5 1.294 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
#5 1.575 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB]
#5 3.102 Fetched 8463 kB in 2s (3564 kB/s)
#5 3.102 Reading package lists...
#5 3.992 Reading package lists...
#5 4.869 Building dependency tree...
#5 5.029 Reading state information...
#5 5.158 curl is already the newest version (7.64.0-4+deb10u2).
#5 5.158 openssh-client is already the newest version (1:7.9p1-10+deb10u2).
#5 5.158 openssl is already the newest version (1.1.1d-0+deb10u6).
#5 5.158 openssl set to manually installed.
#5 5.158 The following additional packages will be installed:
#5 5.158   bzip2 dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl
#5 5.159   libalgorithm-merge-perl libfakeroot patch xz-utils
#5 5.159 Suggested packages:
#5 5.159   bzip2-doc debian-keyring ed diffutils-doc
#5 5.244 The following NEW packages will be installed:
#5 5.245   build-essential bzip2 dpkg-dev fakeroot libalgorithm-diff-perl
#5 5.246   libalgorithm-diff-xs-perl libalgorithm-merge-perl libfakeroot patch xz-utils
#5 5.519 0 upgraded, 10 newly installed, 0 to remove and 4 not upgraded.
#5 5.519 Need to get 2342 kB of archives.
#5 5.519 After this operation, 3601 kB of additional disk space will be used.
#5 5.519 Get:1 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
#5 5.525 Get:2 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
#5 5.527 Get:3 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
#5 5.528 Get:4 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB]
#5 5.555 Get:5 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
#5 5.556 Get:6 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB]
#5 5.557 Get:7 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB]
#5 5.559 Get:8 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
#5 5.560 Get:9 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB]
#5 5.561 Get:10 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
#5 5.729 debconf: delaying package configuration, since apt-utils is not installed
#5 5.766 Fetched 2342 kB in 0s (7798 kB/s)
#5 5.790 Selecting previously unselected package bzip2.
#5 5.790 (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 ... 15421 files and directories currently installed.)
#5 5.803 Preparing to unpack .../0-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
#5 5.807 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
#5 5.849 Selecting previously unselected package xz-utils.
#5 5.851 Preparing to unpack .../1-xz-utils_5.2.4-1_amd64.deb ...
#5 5.856 Unpacking xz-utils (5.2.4-1) ...
#5 5.917 Selecting previously unselected package patch.
#5 5.917 Preparing to unpack .../2-patch_2.7.6-3+deb10u1_amd64.deb ...
#5 5.922 Unpacking patch (2.7.6-3+deb10u1) ...
#5 5.990 Selecting previously unselected package dpkg-dev.
#5 5.990 Preparing to unpack .../3-dpkg-dev_1.19.7_all.deb ...
#5 5.996 Unpacking dpkg-dev (1.19.7) ...
#5 6.149 Selecting previously unselected package build-essential.
#5 6.153 Preparing to unpack .../4-build-essential_12.6_amd64.deb ...
#5 6.159 Unpacking build-essential (12.6) ...
#5 6.205 Selecting previously unselected package libfakeroot:amd64.
#5 6.208 Preparing to unpack .../5-libfakeroot_1.23-1_amd64.deb ...
#5 6.222 Unpacking libfakeroot:amd64 (1.23-1) ...
#5 6.266 Selecting previously unselected package fakeroot.
#5 6.270 Preparing to unpack .../6-fakeroot_1.23-1_amd64.deb ...
#5 6.274 Unpacking fakeroot (1.23-1) ...
#5 6.319 Selecting previously unselected package libalgorithm-diff-perl.
#5 6.323 Preparing to unpack .../7-libalgorithm-diff-perl_1.19.03-2_all.deb ...
#5 6.327 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
#5 6.363 Selecting previously unselected package libalgorithm-diff-xs-perl.
#5 6.366 Preparing to unpack .../8-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ...
#5 6.370 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
#5 6.406 Selecting previously unselected package libalgorithm-merge-perl.
#5 6.410 Preparing to unpack .../9-libalgorithm-merge-perl_0.08-3_all.deb ...
#5 6.415 Unpacking libalgorithm-merge-perl (0.08-3) ...
#5 6.458 Setting up libalgorithm-diff-perl (1.19.03-2) ...
#5 6.470 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
#5 6.483 Setting up libfakeroot:amd64 (1.23-1) ...
#5 6.500 Setting up fakeroot (1.23-1) ...
#5 6.513 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
#5 6.526 Setting up xz-utils (5.2.4-1) ...
#5 6.539 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
#5 6.550 Setting up patch (2.7.6-3+deb10u1) ...
#5 6.563 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
#5 6.576 Setting up libalgorithm-merge-perl (0.08-3) ...
#5 6.591 Setting up dpkg-dev (1.19.7) ...
#5 6.663 Setting up build-essential (12.6) ...
#5 6.680 Processing triggers for libc-bin (2.28-10) ...
#5 DONE 8.0s

#6 [ 3/11] RUN curl -fsSL https://github.com/docker/compose/releases/download/1.29.2/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose     && chmod +x /usr/local/bin/docker-compose
#6 sha256:60ac892959862c7f101ccd3c3198109d34f97f1016b5541ad81766688dcf11fd
#6 DONE 1.0s

#7 [ 4/11] RUN curl -fsSL 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:d920954bc26af73e88e18a6e3280af389e0ef040b756771e43685a4fe4e01078
#7 DONE 1.3s

#8 [ 5/11] RUN curl -fsSL https://github.com/gotestyourself/gotestsum/releases/download/v1.7.0/gotestsum_1.7.0_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:48fdfd85cc853d6b6d1886f967dd42df76fb3e646b913e655ddffe61098dd6a5
#8 DONE 0.8s

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

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

#12 [ 8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-certificates
#12 sha256:b6cbabf8ad6f6c7314bba17188018c80e1c6de693e2b1f900e26aebaa6d2b631
#12 0.539 Updating certificates in /etc/ssl/certs...
#12 1.187 1 added, 0 removed; done.
#12 1.187 Running hooks in /etc/ca-certificates/update.d...
#12 1.188 done.
#12 DONE 1.3s

#13 [ 9/11] COPY . .
#13 sha256:77d6e531fb4d9c0fc2e0e6bff6c4246f084407e5d560cb91d1fd4d9a758d429a
#13 DONE 1.2s

#14 [10/11] RUN ./scripts/build/binary
#14 sha256:ae7250b89563da2b200c51357a301c69f639f93d668e17b13fbb2c4cba05d793
#14 0.508 Building static docker-linux-amd64
#14 DONE 101.1s

#15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
#15 sha256:53c0bcbef307236dc13ed6aeeb59dee974363f4ec29f12817fb74b63295c65c0
#15 0.489 Building statically linked build/plugins-linux-amd64/docker-helloworld
#15 1.403 Building statically linked build/plugins-linux-amd64/docker-badmeta
#15 2.051 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun
#15 DONE 3.7s

#16 exporting to image
#16 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#16 exporting layers
#16 exporting layers 2.8s done
#16 writing image sha256:6acf175a6d3c1e4854aa8d28ce4a1fa313246d242dd017fb0060e74d5b55a11f
#16 writing image sha256:6acf175a6d3c1e4854aa8d28ce4a1fa313246d242dd017fb0060e74d5b55a11f done
#16 naming to docker.io/library/docker-cli-e2eclie2e1 done
#16 DONE 2.8s
docker run --rm --mount type=bind,src=/var/run/docker.sock,dst=/var/run/docker.sock -e VERSION=20.10.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:121baf25069a56749f249819e36b386d655ba67116d9c1c6c8594061852de4da
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
#1 [internal] load build definition from Dockerfile.notary-server
#1 transferring dockerfile: 140B done
#1 DONE 0.0s

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

#3 [internal] load metadata for docker.io/library/notary:server-0.5.0
#3 DONE 0.5s

#5 [internal] load build context
#5 transferring context: 5.70kB done
#5 DONE 0.0s

#4 [1/2] FROM docker.io/library/notary:server-0.5.0@sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244
#4 resolve docker.io/library/notary:server-0.5.0@sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244 0.0s done
#4 sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244 434B / 434B done
#4 sha256:88bddb53072ae1b018b3b09ac1974be903800e3595ec31401fc3c73ffb66affd 1.36kB / 1.36kB done
#4 sha256:16b632e954ca01326ecc36ff0c7bb651baf9dcf92366b322b112f697193eb3d5 3.40kB / 3.40kB done
#4 sha256:4fe2ade4980c2dda4fc95858ebb981489baec8c1e4bd282ab1c3560be8ff9bde 2.21MB / 2.21MB 0.1s
#4 sha256:176147d1183da92e05482a5560407bfc56af52bc61b1cb5bdb323d4c7d6a8867 0B / 411B 0.1s
#4 sha256:9504875b8162730788ff7df926b72bcbb2bae4690f5195b6d62ec961ffc12056 0B / 4.03MB 0.1s
#4 sha256:4fe2ade4980c2dda4fc95858ebb981489baec8c1e4bd282ab1c3560be8ff9bde 2.21MB / 2.21MB 0.2s done
#4 sha256:176147d1183da92e05482a5560407bfc56af52bc61b1cb5bdb323d4c7d6a8867 411B / 411B 0.2s done
#4 extracting sha256:4fe2ade4980c2dda4fc95858ebb981489baec8c1e4bd282ab1c3560be8ff9bde
#4 sha256:070baad58e0d2d397143ab9f03defb8b016fc8d57eab900d496727c0e2e00292 0B / 377B 0.2s
#4 sha256:b9ff31535c882e16ca7c737f9b9852e6b03e10cd1cd3fdf653beecdedf3dffff 0B / 1.19kB 0.2s
#4 sha256:9504875b8162730788ff7df926b72bcbb2bae4690f5195b6d62ec961ffc12056 3.15MB / 4.03MB 0.3s
#4 extracting sha256:4fe2ade4980c2dda4fc95858ebb981489baec8c1e4bd282ab1c3560be8ff9bde 0.1s done
#4 sha256:070baad58e0d2d397143ab9f03defb8b016fc8d57eab900d496727c0e2e00292 377B / 377B 0.3s done
#4 sha256:b9ff31535c882e16ca7c737f9b9852e6b03e10cd1cd3fdf653beecdedf3dffff 1.19kB / 1.19kB 0.3s done
#4 sha256:9504875b8162730788ff7df926b72bcbb2bae4690f5195b6d62ec961ffc12056 4.03MB / 4.03MB 0.5s
#4 extracting sha256:176147d1183da92e05482a5560407bfc56af52bc61b1cb5bdb323d4c7d6a8867 done
#4 sha256:9504875b8162730788ff7df926b72bcbb2bae4690f5195b6d62ec961ffc12056 4.03MB / 4.03MB 0.5s done
#4 extracting sha256:9504875b8162730788ff7df926b72bcbb2bae4690f5195b6d62ec961ffc12056 0.1s
#4 extracting sha256:9504875b8162730788ff7df926b72bcbb2bae4690f5195b6d62ec961ffc12056 0.2s done
#4 extracting sha256:070baad58e0d2d397143ab9f03defb8b016fc8d57eab900d496727c0e2e00292 done
#4 extracting sha256:b9ff31535c882e16ca7c737f9b9852e6b03e10cd1cd3fdf653beecdedf3dffff done
#4 DONE 1.2s

#6 [2/2] COPY ./notary/ /fixtures/
#6 DONE 4.9s

#7 exporting to image
#7 exporting layers 0.0s done
#7 writing image sha256:ba4946183f28ae68e69172d434c35cceea925cf4318b586645c07bc35a1e3780 done
#7 naming to docker.io/library/cliendtoendsuite_notary-server done
#7 DONE 0.0s
Building evil-notary-server
#1 [internal] load build definition from Dockerfile.evil-notary-server
#1 transferring dockerfile: 150B done
#1 DONE 0.0s

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

#3 [internal] load metadata for docker.io/library/notary:server-0.5.0
#3 DONE 0.1s

#4 [1/2] FROM docker.io/library/notary:server-0.5.0@sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244
#4 CACHED

#5 [internal] load build context
#5 transferring context: 5.73kB done
#5 DONE 0.0s

#6 [2/2] COPY ./notary-evil/ /fixtures/
#6 DONE 0.0s

#7 exporting to image
#7 exporting layers 0.0s done
#7 writing image sha256:58dbb9c3d5934df70bd7a7dc092a228c45612587f2c3e182d3a42c2e5a3979bc
#7 writing image sha256:58dbb9c3d5934df70bd7a7dc092a228c45612587f2c3e182d3a42c2e5a3979bc done
#7 naming to docker.io/library/cliendtoendsuite_evil-notary-server done
#7 DONE 0.1s
Creating cliendtoendsuite_registry_1 ... 
Creating cliendtoendsuite_evil-notary-server_1 ... 
Creating cliendtoendsuite_notary-server_1      ... 
Creating cliendtoendsuite_engine_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.5:2375
Client:
 Version:           20.10.0-dev
 API version:       1.40
 Go version:        go1.16.7
 Git commit:        214c862a8
 Built:             Sun Aug 15 19:22:19 2021
 OS/Arch:           linux/amd64
 Context:           default
 Experimental:      true

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 (ozte2c2m7xde4aguyvb3cil8l) is now a manager.

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

    docker swarm join --token SWMTKN-1-59e2uusls6ip7i5h5k67pia2q57hhrazgh31yzahh6qy3ucvnc-11vhgtug42kp2a7atu21gwdid 172.18.0.5:2377

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

✖  e2e/cli-plugins (2.222s)
∅  e2e/cli-plugins/plugins/badmeta
∅  e2e/cli-plugins/plugins/nopersistentprerun
✓  e2e/context (171ms)
✓  e2e/global (144ms)
✓  e2e/container (9.435s)
✓  e2e/plugin (3.414s)
✓  e2e/image (11.097s)
∅  e2e/internal/fixtures
∅  e2e/plugin/basic
✓  e2e/stack (537ms)
✓  e2e/system (79ms)
✓  e2e/trust (1.986s)

=== 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/container TestRunWithCgroupNamespace (0.08s)
    run_test.go:141: !cgroupNsFound: running against a daemon that doesn't support cgroup namespaces (security options: [name=apparmor name=seccomp,profile=default]
        )

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

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

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

=== Failed
=== FAIL: e2e/cli-plugins TestGlobalArgsOnlyParsedOnce/builtin (0.04s)
    flags_test.go:115: assertion failed: 
        Command:  docker --config /tmp/plugin-test-135490280 -H tcp://172.18.0.5:2375 version -f {{.Client.Version}}
        ExitCode: 1
        Error:    exit status 1
        Stdout:   
        Stderr:   unable to resolve docker endpoint: Please specify only one -H
        
        
        Failures:
        ExitCode was 1 expected 0
        Expected stderr to contain "[NOTHING]"
        Expected no error
    --- FAIL: TestGlobalArgsOnlyParsedOnce/builtin (0.04s)

=== FAIL: e2e/cli-plugins TestGlobalArgsOnlyParsedOnce/plugin (0.03s)
    flags_test.go:115: assertion failed: 
        Command:  docker --config /tmp/plugin-test-135490280 -H tcp://172.18.0.5:2375 helloworld apiversion
        ExitCode: 1
        Error:    exit status 1
        Stdout:   
        Stderr:   unable to resolve docker endpoint: Please specify only one -H
        
        
        Failures:
        ExitCode was 1 expected 0
        Expected stderr to contain "[NOTHING]"
        Expected no error
    --- FAIL: TestGlobalArgsOnlyParsedOnce/plugin (0.03s)

=== FAIL: e2e/cli-plugins TestGlobalArgsOnlyParsedOnce (0.09s)

=== FAIL: e2e/cli-plugins TestGlobalHelp/help_flag (0.04s)
    help_test.go:83: assertion failed: 
        --- ←
        +++ →
        @@ -1,14 +1 @@
        -Usage of docker:
        -      --completion string   Print the shell completion script for the specified shell (bash, fish, powershell, or zsh) and quit
        -      --config string       Location of client config files (default "/root/.docker")
        -  -c, --context string      Name of the context to use to connect to the daemon (overrides DOCKER_HOST env var and default context set with "docker context use")
        -  -D, --debug               Enable debug mode
        -  -H, --host list           Daemon socket(s) to connect to
        -  -l, --log-level string    Set the logging level ("debug"|"info"|"warn"|"error"|"fatal") (default "info")
        -      --tls                 Use TLS; implied by --tlsverify
        -      --tlscacert string    Trust certs signed only by this CA (default "/root/.docker/ca.pem")
        -      --tlscert string      Path to TLS certificate file (default "/root/.docker/cert.pem")
        -      --tlskey string       Path to TLS key file (default "/root/.docker/key.pem")
        -      --tlsverify           Use TLS and verify the remote
        -  -v, --version             Print version information and quit
         
        
    --- FAIL: TestGlobalHelp/help_flag (0.04s)

=== FAIL: e2e/cli-plugins TestGlobalHelp (0.15s)

DONE 97 tests, 5 skipped, 5 failures in 39.115s
Stopping cliendtoendsuite_engine_1             ... 
Stopping cliendtoendsuite_evil-notary-server_1 ... 
Stopping cliendtoendsuite_registry_1           ... 
Stopping cliendtoendsuite_notary-server_1      ... 
Stopping cliendtoendsuite_registry_1           ... done
Stopping cliendtoendsuite_notary-server_1      ... done
Stopping cliendtoendsuite_evil-notary-server_1 ... done
Stopping cliendtoendsuite_engine_1             ... done
Removing cliendtoendsuite_engine_1             ... 
Removing cliendtoendsuite_evil-notary-server_1 ... 
Removing cliendtoendsuite_registry_1           ... 
Removing cliendtoendsuite_notary-server_1      ... 
Removing cliendtoendsuite_evil-notary-server_1 ... done
Removing cliendtoendsuite_notary-server_1      ... done
Removing cliendtoendsuite_engine_1             ... done
Removing cliendtoendsuite_registry_1           ... done
Removing network cliendtoendsuite_default
Removing image cliendtoendsuite_notary-server
Removing image cliendtoendsuite_evil-notary-server
docker.Makefile:122: recipe for target 'test-e2e-non-experimental' failed
make: *** [test-e2e-non-experimental] Error 1
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (e2e (non-experimental) - 19.03 engine)
Stage "e2e (non-experimental) - 19.03 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