Skip to content
Failed

Console Output

Pull request #3139 updated
12:12:03 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 6077685887953717815823e22ef0553b64a1509c+e3ade90f5b820688f2297e7124c56a3a9e5a8e89 (c8cc7c5470b35976f9df13ad4b11bc7c874021bc)
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
 > git rev-parse --resolve-git-dir /var/cloudbees-jenkins-distribution/workspace/cli_PR-3139@libs/jps/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
 > 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
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"
 > git rev-list --no-walk 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10
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 ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0c173efbbb148117b)’
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0a65c947800cdb0a8) in /home/ubuntu/workspace/cli_PR-3139
[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-3139 # 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/3139/head:refs/remotes/origin/PR-3139 +refs/heads/master:refs/remotes/origin/master # timeout=10
Fetching without tags
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/3139/head:refs/remotes/origin/PR-3139 # 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
Merging remotes/origin/master commit e3ade90f5b820688f2297e7124c56a3a9e5a8e89 into PR head commit 6077685887953717815823e22ef0553b64a1509c
Merge succeeded, producing 6077685887953717815823e22ef0553b64a1509c
Checking out Revision 6077685887953717815823e22ef0553b64a1509c (PR-3139)
 > git fetch --no-tags --progress -- https://github.com/docker/cli.git +refs/pull/3139/head:refs/remotes/origin/PR-3139 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6077685887953717815823e22ef0553b64a1509c # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git merge e3ade90f5b820688f2297e7124c56a3a9e5a8e89 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6077685887953717815823e22ef0553b64a1509c # timeout=10
Commit message: "Drop support for (archived) Compose-on-Kubernetes"
First time build. Skipping changelog.
 > git rev-list --no-walk abb4bd184c927e935069959ee1b270aec313e90c # timeout=10
[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.569GiB
 Name: ip-10-100-122-158
 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=clie2e6 IMAGE_TAG=clie2e6 make -f docker.Makefile test-e2e-non-experimental
docker build -t docker-cli-e2eclie2e6 --build-arg=GO_VERSION --build-arg VERSION=20.10.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
#2 [internal] load .dockerignore
#2 sha256:1d9ba3a7353df447ef9028b58dae41f5cf3e99e9fca350592979b56ffdbbee1c
#2 ...

#1 [internal] load build definition from Dockerfile.e2e
#1 sha256:7f514a92e32e1deaa2dd6495e6648fe94732613cbf166747ad057b6beaff746e
#1 transferring dockerfile: 1.65kB 0.0s done
#1 DONE 1.5s

#2 [internal] load .dockerignore
#2 sha256:1d9ba3a7353df447ef9028b58dae41f5cf3e99e9fca350592979b56ffdbbee1c
#2 transferring context: 112B done
#2 DONE 1.5s

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

#10 [internal] load build context
#10 sha256:ef321168bc48de7c96b211216e760fcd3702ba5c2614ab847b042459b396e693
#10 DONE 0.0s

#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
#4 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.0s done
#4 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done
#4 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0B / 7.81MB 0.1s
#4 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
#4 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done
#4 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 0B / 50.40MB 0.1s
#4 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0B / 10.00MB 0.2s
#4 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 3.15MB / 7.81MB 0.3s
#4 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 4.19MB / 50.40MB 0.3s
#4 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 5.24MB / 7.81MB 0.4s
#4 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 2.10MB / 10.00MB 0.4s
#4 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.6s
#4 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 12.58MB / 50.40MB 0.6s
#4 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 8.39MB / 10.00MB 0.6s
#4 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.7s done
#4 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 22.77MB / 50.40MB 0.8s
#4 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.8s
#4 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 0B / 51.83MB 0.8s
#4 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 4.19MB / 51.83MB 0.9s
#4 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 26.21MB / 50.40MB 1.0s
#4 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 1.0s done
#4 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 9.72MB / 51.83MB 1.1s
#4 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 0B / 68.67MB 1.1s
#4 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 36.70MB / 50.40MB 1.3s
#4 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 14.68MB / 51.83MB 1.3s
#4 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 13.63MB / 68.67MB 1.3s
#4 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 40.89MB / 50.40MB 1.4s
#4 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 17.83MB / 51.83MB 1.4s
#4 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 17.83MB / 68.67MB 1.4s
#4 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 45.09MB / 50.40MB 1.5s
#4 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 20.97MB / 51.83MB 1.5s
#4 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 22.02MB / 68.67MB 1.5s
#4 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 49.28MB / 50.40MB 1.7s
#4 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 33.55MB / 51.83MB 1.7s
#4 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 32.51MB / 68.67MB 1.7s
#4 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 38.80MB / 51.83MB 1.8s
#4 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 39.85MB / 68.67MB 1.8s
#4 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 47.19MB / 51.83MB 1.9s
#4 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 45.09MB / 68.67MB 1.9s
#4 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 2.1s
#4 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 60.82MB / 68.67MB 2.1s
#4 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 2.2s
#4 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 2.2s done
#4 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7
#4 ...

#10 [internal] load build context
#10 sha256:ef321168bc48de7c96b211216e760fcd3702ba5c2614ab847b042459b396e693
#10 transferring context: 44.97MB 2.6s done
#10 DONE 2.9s

#4 [ 1/11] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
#4 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
#4 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 2.9s done
#4 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 3.5s done
#4 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 2.10MB / 120.17MB 3.6s
#4 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 3.6s done
#4 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 11.17MB / 120.17MB 3.8s
#4 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 19.92MB / 120.17MB 4.0s
#4 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 40.89MB / 120.17MB 4.4s
#4 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 56.62MB / 120.17MB 4.6s
#4 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 65.01MB / 120.17MB 4.7s
#4 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 79.69MB / 120.17MB 4.9s
#4 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 85.98MB / 120.17MB 5.0s
#4 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 92.27MB / 120.17MB 5.1s
#4 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 99.61MB / 120.17MB 5.3s
#4 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 105.91MB / 120.17MB 5.4s
#4 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 5.7s
#4 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 3.9s done
#4 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 6.8s done
#4 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797
#4 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.6s done
#4 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.1s
#4 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.5s done
#4 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab
#4 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 3.7s done
#4 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 0.1s
#4 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 3.7s done
#4 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e
#4 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.0s done
#4 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done
#4 DONE 22.4s

#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.049 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
#5 1.059 Get:2 http://deb.debian.org/debian buster InRelease [121 kB]
#5 1.059 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
#5 1.203 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [292 kB]
#5 1.403 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
#5 1.712 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB]
#5 3.280 Fetched 8449 kB in 2s (3396 kB/s)
#5 3.280 Reading package lists...
#5 3.997 Reading package lists...
#5 4.612 Building dependency tree...
#5 4.744 Reading state information...
#5 4.858 openssh-client is already the newest version (1:7.9p1-10+deb10u2).
#5 4.858 The following additional packages will be installed:
#5 4.858   bzip2 dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl
#5 4.858   libalgorithm-merge-perl libcurl4 libfakeroot patch xz-utils
#5 4.859 Suggested packages:
#5 4.859   bzip2-doc debian-keyring ed diffutils-doc
#5 4.934 The following NEW packages will be installed:
#5 4.934   build-essential bzip2 dpkg-dev fakeroot libalgorithm-diff-perl
#5 4.935   libalgorithm-diff-xs-perl libalgorithm-merge-perl libfakeroot patch xz-utils
#5 4.935 The following packages will be upgraded:
#5 4.936   curl libcurl4 openssl
#5 5.208 3 upgraded, 10 newly installed, 0 to remove and 27 not upgraded.
#5 5.208 Need to get 3783 kB of archives.
#5 5.208 After this operation, 3603 kB of additional disk space will be used.
#5 5.208 Get:1 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
#5 5.208 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB]
#5 5.211 Get:3 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
#5 5.215 Get:4 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
#5 5.215 Get:5 http://security.debian.org/debian-security buster/updates/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB]
#5 5.217 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB]
#5 5.236 Get:7 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB]
#5 5.308 Get:8 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
#5 5.311 Get:9 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB]
#5 5.311 Get:10 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB]
#5 5.312 Get:11 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
#5 5.313 Get:12 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB]
#5 5.313 Get:13 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
#5 5.519 debconf: delaying package configuration, since apt-utils is not installed
#5 5.548 Fetched 3783 kB in 0s (10.5 MB/s)
#5 5.571 Selecting previously unselected package bzip2.
#5 5.571 (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 5.581 Preparing to unpack .../00-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
#5 5.586 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
#5 5.635 Selecting previously unselected package xz-utils.
#5 5.637 Preparing to unpack .../01-xz-utils_5.2.4-1_amd64.deb ...
#5 5.642 Unpacking xz-utils (5.2.4-1) ...
#5 5.718 Selecting previously unselected package patch.
#5 5.720 Preparing to unpack .../02-patch_2.7.6-3+deb10u1_amd64.deb ...
#5 5.726 Unpacking patch (2.7.6-3+deb10u1) ...
#5 5.772 Selecting previously unselected package dpkg-dev.
#5 5.774 Preparing to unpack .../03-dpkg-dev_1.19.7_all.deb ...
#5 5.778 Unpacking dpkg-dev (1.19.7) ...
#5 5.890 Selecting previously unselected package build-essential.
#5 5.892 Preparing to unpack .../04-build-essential_12.6_amd64.deb ...
#5 5.897 Unpacking build-essential (12.6) ...
#5 5.932 Preparing to unpack .../05-curl_7.64.0-4+deb10u2_amd64.deb ...
#5 5.946 Unpacking curl (7.64.0-4+deb10u2) over (7.64.0-4+deb10u1) ...
#5 6.049 Preparing to unpack .../06-libcurl4_7.64.0-4+deb10u2_amd64.deb ...
#5 6.075 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) over (7.64.0-4+deb10u1) ...
#5 6.161 Selecting previously unselected package libfakeroot:amd64.
#5 6.163 Preparing to unpack .../07-libfakeroot_1.23-1_amd64.deb ...
#5 6.169 Unpacking libfakeroot:amd64 (1.23-1) ...
#5 6.211 Selecting previously unselected package fakeroot.
#5 6.213 Preparing to unpack .../08-fakeroot_1.23-1_amd64.deb ...
#5 6.219 Unpacking fakeroot (1.23-1) ...
#5 6.264 Selecting previously unselected package libalgorithm-diff-perl.
#5 6.266 Preparing to unpack .../09-libalgorithm-diff-perl_1.19.03-2_all.deb ...
#5 6.271 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
#5 6.310 Selecting previously unselected package libalgorithm-diff-xs-perl.
#5 6.312 Preparing to unpack .../10-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ...
#5 6.317 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
#5 6.351 Selecting previously unselected package libalgorithm-merge-perl.
#5 6.353 Preparing to unpack .../11-libalgorithm-merge-perl_0.08-3_all.deb ...
#5 6.357 Unpacking libalgorithm-merge-perl (0.08-3) ...
#5 6.399 Preparing to unpack .../12-openssl_1.1.1d-0+deb10u6_amd64.deb ...
#5 6.438 Unpacking openssl (1.1.1d-0+deb10u6) over (1.1.1d-0+deb10u3) ...
#5 6.828 Setting up libalgorithm-diff-perl (1.19.03-2) ...
#5 6.866 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
#5 6.890 Setting up libfakeroot:amd64 (1.23-1) ...
#5 6.909 Setting up fakeroot (1.23-1) ...
#5 6.926 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
#5 6.941 Setting up xz-utils (5.2.4-1) ...
#5 6.952 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
#5 6.965 Setting up patch (2.7.6-3+deb10u1) ...
#5 6.984 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ...
#5 6.999 Setting up curl (7.64.0-4+deb10u2) ...
#5 7.015 Setting up openssl (1.1.1d-0+deb10u6) ...
#5 7.038 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
#5 7.053 Setting up libalgorithm-merge-perl (0.08-3) ...
#5 7.068 Setting up dpkg-dev (1.19.7) ...
#5 7.106 Setting up build-essential (12.6) ...
#5 7.120 Processing triggers for libc-bin (2.28-10) ...
#5 DONE 7.8s

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

#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:8d70ded02fb042d399041dbd9612fc6c8170eda4dac19c77df0e11cd08f6f6d9
#7 DONE 1.2s

#8 [ 5/11] RUN curl -fsSL https://github.com/gotestyourself/gotestsum/releases/download/v0.4.0/gotestsum_0.4.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:72660202e2e1e4b926d09d2cefca7a7dac0a5183430a42a2ee35e416267ec6ee
#8 DONE 0.7s

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

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

#12 [ 8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-certificates
#12 sha256:e6accbfa3c4ad30f1e90625ec890351d1bdf79c249b0ac836213a50262beb99f
#12 0.471 Updating certificates in /etc/ssl/certs...
#12 0.979 1 added, 0 removed; done.
#12 0.979 Running hooks in /etc/ca-certificates/update.d...
#12 0.981 done.
#12 DONE 1.0s

#13 [ 9/11] COPY . .
#13 sha256:19e91fbf6a7b69643e3360d316f030466fcb07444c8e4fd4d8a7e2bdf1c38344
#13 DONE 0.9s

#14 [10/11] RUN ./scripts/build/binary
#14 sha256:0f5d3c7070f49dfc13aa33872f267c37475ee7242e4a6d8e4eae3ab25a9bd190
#14 0.444 Building static docker-linux-amd64
#14 0.590 cli/command/image/build_buildkit.go:16:2: cannot find package "github.com/containerd/console" in any of:
#14 0.590 	/usr/local/go/src/github.com/containerd/console (from $GOROOT)
#14 0.590 	/go/src/github.com/containerd/console (from $GOPATH)
#14 0.590 cli/command/image/build_buildkit.go:17:2: cannot find package "github.com/containerd/containerd/platforms" in any of:
#14 0.590 	/usr/local/go/src/github.com/containerd/containerd/platforms (from $GOROOT)
#14 0.590 	/go/src/github.com/containerd/containerd/platforms (from $GOPATH)
#14 0.590 cli/command/context/create.go:11:2: cannot find package "github.com/docker/cli/cli/context/kubernetes" in any of:
#14 0.590 	/usr/local/go/src/github.com/docker/cli/cli/context/kubernetes (from $GOROOT)
#14 0.590 	/go/src/github.com/docker/cli/cli/context/kubernetes (from $GOPATH)
#14 0.590 cli/command/system/version.go:18:2: cannot find package "github.com/docker/compose-on-kubernetes/api" in any of:
#14 0.590 	/usr/local/go/src/github.com/docker/compose-on-kubernetes/api (from $GOROOT)
#14 0.590 	/go/src/github.com/docker/compose-on-kubernetes/api (from $GOPATH)
#14 0.590 kubernetes/check.go:4:2: cannot find package "github.com/docker/compose-on-kubernetes/api/compose/v1alpha3" in any of:
#14 0.590 	/usr/local/go/src/github.com/docker/compose-on-kubernetes/api/compose/v1alpha3 (from $GOROOT)
#14 0.590 	/go/src/github.com/docker/compose-on-kubernetes/api/compose/v1alpha3 (from $GOPATH)
#14 0.590 kubernetes/check.go:5:2: cannot find package "github.com/docker/compose-on-kubernetes/api/compose/v1beta1" in any of:
#14 0.590 	/usr/local/go/src/github.com/docker/compose-on-kubernetes/api/compose/v1beta1 (from $GOROOT)
#14 0.590 	/go/src/github.com/docker/compose-on-kubernetes/api/compose/v1beta1 (from $GOPATH)
#14 0.590 kubernetes/check.go:6:2: cannot find package "github.com/docker/compose-on-kubernetes/api/compose/v1beta2" in any of:
#14 0.590 	/usr/local/go/src/github.com/docker/compose-on-kubernetes/api/compose/v1beta2 (from $GOROOT)
#14 0.590 	/go/src/github.com/docker/compose-on-kubernetes/api/compose/v1beta2 (from $GOPATH)
#14 0.590 cli/manifest/types/types.go:6:2: cannot find package "github.com/docker/distribution" in any of:
#14 0.590 	/usr/local/go/src/github.com/docker/distribution (from $GOROOT)
#14 0.590 	/go/src/github.com/docker/distribution (from $GOPATH)
#14 0.590 cli/manifest/types/types.go:7:2: cannot find package "github.com/docker/distribution/manifest/manifestlist" in any of:
#14 0.590 	/usr/local/go/src/github.com/docker/distribution/manifest/manifestlist (from $GOROOT)
#14 0.590 	/go/src/github.com/docker/distribution/manifest/manifestlist (from $GOPATH)
#14 0.590 cli/manifest/types/types.go:8:2: cannot find package "github.com/docker/distribution/manifest/schema2" in any of:
#14 0.590 	/usr/local/go/src/github.com/docker/distribution/manifest/schema2 (from $GOROOT)
#14 0.590 	/go/src/github.com/docker/distribution/manifest/schema2 (from $GOPATH)
#14 0.590 cli/manifest/types/types.go:9:2: cannot find package "github.com/docker/distribution/reference" in any of:
#14 0.590 	/usr/local/go/src/github.com/docker/distribution/reference (from $GOROOT)
#14 0.590 	/go/src/github.com/docker/distribution/reference (from $GOPATH)
#14 0.590 cli/registry/client/fetcher.go:13:2: cannot find package "github.com/docker/distribution/registry/api/errcode" in any of:
#14 0.590 	/usr/local/go/src/github.com/docker/distribution/registry/api/errcode (from $GOROOT)
#14 0.590 	/go/src/github.com/docker/distribution/registry/api/errcode (from $GOPATH)
#14 0.590 cli/registry/client/fetcher.go:14:2: cannot find package "github.com/docker/distribution/registry/api/v2" in any of:
#14 0.590 	/usr/local/go/src/github.com/docker/distribution/registry/api/v2 (from $GOROOT)
#14 0.590 	/go/src/github.com/docker/distribution/registry/api/v2 (from $GOPATH)
#14 0.590 cli/registry/client/client.go:13:2: cannot find package "github.com/docker/distribution/registry/client" in any of:
#14 0.590 	/usr/local/go/src/github.com/docker/distribution/registry/client (from $GOROOT)
#14 0.590 	/go/src/github.com/docker/distribution/registry/client (from $GOPATH)
#14 0.590 cli/trust/trust.go:17:2: cannot find package "github.com/docker/distribution/registry/client/auth" in any of:
#14 0.590 	/usr/local/go/src/github.com/docker/distribution/registry/client/auth (from $GOROOT)
#14 0.590 	/go/src/github.com/docker/distribution/registry/client/auth (from $GOPATH)
#14 0.590 cli/trust/trust.go:18:2: cannot find package "github.com/docker/distribution/registry/client/auth/challenge" in any of:
#14 0.590 	/usr/local/go/src/github.com/docker/distribution/registry/client/auth/challenge (from $GOROOT)
#14 0.590 	/go/src/github.com/docker/distribution/registry/client/auth/challenge (from $GOPATH)
#14 0.590 cli/trust/trust.go:19:2: cannot find package "github.com/docker/distribution/registry/client/transport" in any of:
#14 0.590 	/usr/local/go/src/github.com/docker/distribution/registry/client/transport (from $GOROOT)
#14 0.590 	/go/src/github.com/docker/distribution/registry/client/transport (from $GOPATH)
#14 0.590 cli/config/credentials/native_store.go:5:2: cannot find package "github.com/docker/docker-credential-helpers/client" in any of:
#14 0.590 	/usr/local/go/src/github.com/docker/docker-credential-helpers/client (from $GOROOT)
#14 0.590 	/go/src/github.com/docker/docker-credential-helpers/client (from $GOPATH)
#14 0.590 cli/config/credentials/native_store.go:6:2: cannot find package "github.com/docker/docker-credential-helpers/credentials" in any of:
#14 0.590 	/usr/local/go/src/github.com/docker/docker-credential-helpers/credentials (from $GOROOT)
#14 0.590 	/go/src/github.com/docker/docker-credential-helpers/credentials (from $GOPATH)
#14 0.590 cli/command/cli.go:28:2: cannot find package "github.com/docker/docker/api" in any of:
#14 0.590 	/usr/local/go/src/github.com/docker/docker/api (from $GOROOT)
#14 0.590 	/go/src/github.com/docker/docker/api (from $GOPATH)
#14 0.590 opts/runtime.go:7:2: cannot find package "github.com/docker/docker/api/types" in any of:
#14 0.590 	/usr/local/go/src/github.com/docker/docker/api/types (from $GOROOT)
#14 0.590 	/go/src/github.com/docker/docker/api/types (from $GOPATH)
#14 0.590 opts/throttledevice.go:8:2: cannot find package "github.com/docker/docker/api/types/blkiodev" in any of:
#14 0.590 	/usr/local/go/src/github.com/docker/docker/api/types/blkiodev (from $GOROOT)
#14 0.590 	/go/src/github.com/docker/docker/api/types/blkiodev (from $GOPATH)
#14 0.590 opts/gpus.go:9:2: cannot find package "github.com/docker/docker/api/types/container" in any of:
#14 0.590 	/usr/local/go/src/github.com/docker/docker/api/types/container (from $GOROOT)
#14 0.590 	/go/src/github.com/docker/docker/api/types/container (from $GOPATH)
#14 0.590 cli/command/events_utils.go:6:2: cannot find package "github.com/docker/docker/api/types/events" in any of:
#14 0.590 	/usr/local/go/src/github.com/docker/docker/api/types/events (from $GOROOT)
#14 0.590 	/go/src/github.com/docker/docker/api/types/events (from $GOPATH)
#14 0.590 opts/opts.go:11:2: cannot find package "github.com/docker/docker/api/types/filters" in any of:
#14 0.590 	/usr/local/go/src/github.com/docker/docker/api/types/filters (from $GOROOT)
#14 0.590 	/go/src/github.com/docker/docker/api/types/filters (from $GOPATH)
#14 0.590 cli/command/image/formatter_history.go:9:2: cannot find package "github.com/docker/docker/api/types/image" in any of:
#14 0.590 	/usr/local/go/src/github.com/docker/docker/api/types/image (from $GOROOT)
#14 0.590 	/go/src/github.com/docker/docker/api/types/image (from $GOPATH)
#14 0.590 opts/mount.go:10:2: cannot find package "github.com/docker/docker/api/types/mount" in any of:
#14 0.590 	/usr/local/go/src/github.com/docker/docker/api/types/mount (from $GOROOT)
#14 0.590 	/go/src/github.com/docker/docker/api/types/mount (from $GOPATH)
#14 0.590 cli/command/container/opts.go:18:2: cannot find package "github.com/docker/docker/api/types/network" in any of:
#14 0.590 	/usr/local/go/src/github.com/docker/docker/api/types/network (from $GOROOT)
#14 0.590 	/go/src/github.com/docker/docker/api/types/network (from $GOPATH)
#14 0.590 cli/trust/trust.go:21:2: cannot find package "github.com/docker/docker/api/types/registry" in any of:
#14 0.590 	/usr/local/go/src/github.com/docker/docker/api/types/registry (from $GOROOT)
#14 0.590 	/go/src/github.com/docker/docker/api/types/registry (from $GOPATH)
#14 0.590 cli/command/container/opts.go:19:2: cannot find package "github.com/docker/docker/api/types/strslice" in any of:
#14 0.590 	/usr/local/go/src/github.com/docker/docker/api/types/strslice (from $GOROOT)
#14 0.590 	/go/src/github.com/docker/docker/api/types/strslice (from $GOPATH)
#14 0.590 opts/config.go:10:2: cannot find package "github.com/docker/docker/api/types/swarm" in any of:
#14 0.590 	/usr/local/go/src/github.com/docker/docker/api/types/swarm (from $GOROOT)
#14 0.590 	/go/src/github.com/docker/docker/api/types/swarm (from $GOPATH)
#14 0.590 cli/command/image/build_session.go:15:2: cannot find package "github.com/docker/docker/api/types/versions" in any of:
#14 0.590 	/usr/local/go/src/github.com/docker/docker/api/types/versions (from $GOROOT)
#14 0.590 	/go/src/github.com/docker/docker/api/types/versions (from $GOPATH)
#14 0.590 cli/command/volume/create.go:10:2: cannot find package "github.com/docker/docker/api/types/volume" in any of:
#14 0.590 	/usr/local/go/src/github.com/docker/docker/api/types/volume (from $GOROOT)
#14 0.590 	/go/src/github.com/docker/docker/api/types/volume (from $GOPATH)
#14 0.590 cli/command/image/build/context.go:17:2: cannot find package "github.com/docker/docker/builder/remotecontext/git" in any of:
#14 0.590 	/usr/local/go/src/github.com/docker/docker/builder/remotecontext/git (from $GOROOT)
#14 0.590 	/go/src/github.com/docker/docker/builder/remotecontext/git (from $GOPATH)
#14 0.590 cli/context/docker/load.go:16:2: cannot find package "github.com/docker/docker/client" in any of:
#14 0.590 	/usr/local/go/src/github.com/docker/docker/client (from $GOROOT)
#14 0.590 	/go/src/github.com/docker/docker/client (from $GOPATH)
#14 0.590 cli/context/store/store.go:19:2: cannot find package "github.com/docker/docker/errdefs" in any of:
#14 0.590 	/usr/local/go/src/github.com/docker/docker/errdefs (from $GOROOT)
#14 0.590 	/go/src/github.com/docker/docker/errdefs (from $GOPATH)
#14 0.590 cli/command/image/build/context.go:18:2: cannot find package "github.com/docker/docker/pkg/archive" in any of:
#14 0.590 	/usr/local/go/src/github.com/docker/docker/pkg/archive (from $GOROOT)
#14 0.590 	/go/src/github.com/docker/docker/pkg/archive (from $GOPATH)
#14 0.590 cli/command/image/build/context.go:19:2: cannot find package "github.com/docker/docker/pkg/fileutils" in any of:
#14 0.590 	/usr/local/go/src/github.com/docker/docker/pkg/fileutils (from $GOROOT)
#14 0.590 	/go/src/github.com/docker/docker/pkg/fileutils (from $GOPATH)
#14 0.590 cli/config/config.go:14:2: cannot find package "github.com/docker/docker/pkg/homedir" in any of:
#14 0.590 	/usr/local/go/src/github.com/docker/docker/pkg/homedir (from $GOROOT)
#14 0.590 	/go/src/github.com/docker/docker/pkg/homedir (from $GOPATH)
#14 0.590 cli/command/image/build.go:28:2: cannot find package "github.com/docker/docker/pkg/idtools" in any of:
#14 0.590 	/usr/local/go/src/github.com/docker/docker/pkg/idtools (from $GOROOT)
#14 0.590 	/go/src/github.com/docker/docker/pkg/idtools (from $GOPATH)
#14 0.590 cli/command/image/build/context.go:20:2: cannot find package "github.com/docker/docker/pkg/ioutils" in any of:
#14 0.590 	/usr/local/go/src/github.com/docker/docker/pkg/ioutils (from $GOROOT)
#14 0.590 	/go/src/github.com/docker/docker/pkg/ioutils (from $GOPATH)
#14 0.590 cli/command/image/build.go:29:2: cannot find package "github.com/docker/docker/pkg/jsonmessage" in any of:
#14 0.590 	/usr/local/go/src/github.com/docker/docker/pkg/jsonmessage (from $GOROOT)
#14 0.590 	/go/src/github.com/docker/docker/pkg/jsonmessage (from $GOPATH)
#14 0.590 cli/command/image/build/context.go:21:2: cannot find package "github.com/docker/docker/pkg/pools" in any of:
#14 0.590 	/usr/local/go/src/github.com/docker/docker/pkg/pools (from $GOROOT)
#14 0.590 	/go/src/github.com/docker/docker/pkg/pools (from $GOPATH)
#14 0.590 cli/command/image/build/context.go:22:2: cannot find package "github.com/docker/docker/pkg/progress" in any of:
#14 0.590 	/usr/local/go/src/github.com/docker/docker/pkg/progress (from $GOROOT)
#14 0.590 	/go/src/github.com/docker/docker/pkg/progress (from $GOPATH)
#14 0.590 cli/command/container/attach.go:13:2: cannot find package "github.com/docker/docker/pkg/signal" in any of:
#14 0.590 	/usr/local/go/src/github.com/docker/docker/pkg/signal (from $GOROOT)
#14 0.590 	/go/src/github.com/docker/docker/pkg/signal (from $GOPATH)
#14 0.590 cli/command/container/hijack.go:13:2: cannot find package "github.com/docker/docker/pkg/stdcopy" in any of:
#14 0.590 	/usr/local/go/src/github.com/docker/docker/pkg/stdcopy (from $GOROOT)
#14 0.590 	/go/src/github.com/docker/docker/pkg/stdcopy (from $GOPATH)
#14 0.590 cli/command/image/build/context.go:23:2: cannot find package "github.com/docker/docker/pkg/streamformatter" in any of:
#14 0.590 	/usr/local/go/src/github.com/docker/docker/pkg/streamformatter (from $GOROOT)
#14 0.590 	/go/src/github.com/docker/docker/pkg/streamformatter (from $GOPATH)
#14 0.590 cli/command/formatter/buildcache.go:10:2: cannot find package "github.com/docker/docker/pkg/stringid" in any of:
#14 0.590 	/usr/local/go/src/github.com/docker/docker/pkg/stringid (from $GOROOT)
#14 0.590 	/go/src/github.com/docker/docker/pkg/stringid (from $GOPATH)
#14 0.590 cli/command/utils.go:14:2: cannot find package "github.com/docker/docker/pkg/system" in any of:
#14 0.590 	/usr/local/go/src/github.com/docker/docker/pkg/system (from $GOROOT)
#14 0.590 	/go/src/github.com/docker/docker/pkg/system (from $GOPATH)
#14 0.590 cli/command/image/build.go:32:2: cannot find package "github.com/docker/docker/pkg/urlutil" in any of:
#14 0.590 	/usr/local/go/src/github.com/docker/docker/pkg/urlutil (from $GOROOT)
#14 0.590 	/go/src/github.com/docker/docker/pkg/urlutil (from $GOPATH)
#14 0.590 cli/trust/trust.go:22:2: cannot find package "github.com/docker/docker/registry" in any of:
#14 0.590 	/usr/local/go/src/github.com/docker/docker/registry (from $GOROOT)
#14 0.590 	/go/src/github.com/docker/docker/registry (from $GOPATH)
#14 0.590 opts/port.go:12:2: cannot find package "github.com/docker/go-connections/nat" in any of:
#14 0.590 	/usr/local/go/src/github.com/docker/go-connections/nat (from $GOROOT)
#14 0.590 	/go/src/github.com/docker/go-connections/nat (from $GOPATH)
#14 0.590 cli/context/docker/load.go:17:2: cannot find package "github.com/docker/go-connections/tlsconfig" in any of:
#14 0.590 	/usr/local/go/src/github.com/docker/go-connections/tlsconfig (from $GOROOT)
#14 0.590 	/go/src/github.com/docker/go-connections/tlsconfig (from $GOPATH)
#14 0.590 opts/mount.go:11:2: cannot find package "github.com/docker/go-units" in any of:
#14 0.590 	/usr/local/go/src/github.com/docker/go-units (from $GOROOT)
#14 0.590 	/go/src/github.com/docker/go-units (from $GOPATH)
#14 0.590 cli/command/service/generic_resource_opts.go:10:2: cannot find package "github.com/docker/swarmkit/api" in any of:
#14 0.590 	/usr/local/go/src/github.com/docker/swarmkit/api (from $GOROOT)
#14 0.590 	/go/src/github.com/docker/swarmkit/api (from $GOPATH)
#14 0.590 cli/command/service/opts.go:18:2: cannot find package "github.com/docker/swarmkit/api/defaults" in any of:
#14 0.590 	/usr/local/go/src/github.com/docker/swarmkit/api/defaults (from $GOROOT)
#14 0.590 	/go/src/github.com/docker/swarmkit/api/defaults (from $GOPATH)
#14 0.590 cli/command/service/generic_resource_opts.go:11:2: cannot find package "github.com/docker/swarmkit/api/genericresource" in any of:
#14 0.590 	/usr/local/go/src/github.com/docker/swarmkit/api/genericresource (from $GOROOT)
#14 0.590 	/go/src/github.com/docker/swarmkit/api/genericresource (from $GOPATH)
#14 0.590 cli/context/store/metadatastore.go:12:2: cannot find package "github.com/fvbommel/sortorder" in any of:
#14 0.590 	/usr/local/go/src/github.com/fvbommel/sortorder (from $GOROOT)
#14 0.590 	/go/src/github.com/fvbommel/sortorder (from $GOPATH)
#14 0.590 cli/command/service/opts.go:19:2: cannot find package "github.com/gogo/protobuf/types" in any of:
#14 0.590 	/usr/local/go/src/github.com/gogo/protobuf/types (from $GOROOT)
#14 0.590 	/go/src/github.com/gogo/protobuf/types (from $GOPATH)
#14 0.590 cli/compose/loader/loader.go:20:2: cannot find package "github.com/google/shlex" in any of:
#14 0.590 	/usr/local/go/src/github.com/google/shlex (from $GOROOT)
#14 0.590 	/go/src/github.com/google/shlex (from $GOPATH)
#14 0.590 cli/compose/loader/merge.go:8:2: cannot find package "github.com/imdario/mergo" in any of:
#14 0.590 	/usr/local/go/src/github.com/imdario/mergo (from $GOROOT)
#14 0.590 	/go/src/github.com/imdario/mergo (from $GOPATH)
#14 0.590 cli/compose/loader/loader.go:21:2: cannot find package "github.com/mitchellh/mapstructure" in any of:
#14 0.590 	/usr/local/go/src/github.com/mitchellh/mapstructure (from $GOROOT)
#14 0.590 	/go/src/github.com/mitchellh/mapstructure (from $GOPATH)
#14 0.590 cli/command/image/build_buildkit.go:26:2: cannot find package "github.com/moby/buildkit/api/services/control" in any of:
#14 0.590 	/usr/local/go/src/github.com/moby/buildkit/api/services/control (from $GOROOT)
#14 0.590 	/go/src/github.com/moby/buildkit/api/services/control (from $GOPATH)
#14 0.590 cli/command/image/build_buildkit.go:27:2: cannot find package "github.com/moby/buildkit/client" in any of:
#14 0.590 	/usr/local/go/src/github.com/moby/buildkit/client (from $GOROOT)
#14 0.590 	/go/src/github.com/moby/buildkit/client (from $GOPATH)
#14 0.590 cli/command/image/build/dockerignore.go:8:2: cannot find package "github.com/moby/buildkit/frontend/dockerfile/dockerignore" in any of:
#14 0.590 	/usr/local/go/src/github.com/moby/buildkit/frontend/dockerfile/dockerignore (from $GOROOT)
#14 0.590 	/go/src/github.com/moby/buildkit/frontend/dockerfile/dockerignore (from $GOPATH)
#14 0.590 cli/command/image/build_buildkit.go:28:2: cannot find package "github.com/moby/buildkit/session" in any of:
#14 0.590 	/usr/local/go/src/github.com/moby/buildkit/session (from $GOROOT)
#14 0.590 	/go/src/github.com/moby/buildkit/session (from $GOPATH)
#14 0.590 cli/command/image/build_buildkit.go:29:2: cannot find package "github.com/moby/buildkit/session/auth/authprovider" in any of:
#14 0.590 	/usr/local/go/src/github.com/moby/buildkit/session/auth/authprovider (from $GOROOT)
#14 0.590 	/go/src/github.com/moby/buildkit/session/auth/authprovider (from $GOPATH)
#14 0.590 cli/command/image/build_buildkit.go:30:2: cannot find package "github.com/moby/buildkit/session/filesync" in any of:
#14 0.590 	/usr/local/go/src/github.com/moby/buildkit/session/filesync (from $GOROOT)
#14 0.590 	/go/src/github.com/moby/buildkit/session/filesync (from $GOPATH)
#14 0.590 cli/command/image/build_buildkit.go:31:2: cannot find package "github.com/moby/buildkit/session/secrets/secretsprovider" in any of:
#14 0.590 	/usr/local/go/src/github.com/moby/buildkit/session/secrets/secretsprovider (from $GOROOT)
#14 0.590 	/go/src/github.com/moby/buildkit/session/secrets/secretsprovider (from $GOPATH)
#14 0.590 cli/command/image/build_buildkit.go:32:2: cannot find package "github.com/moby/buildkit/session/sshforward/sshprovider" in any of:
#14 0.590 	/usr/local/go/src/github.com/moby/buildkit/session/sshforward/sshprovider (from $GOROOT)
#14 0.590 	/go/src/github.com/moby/buildkit/session/sshforward/sshprovider (from $GOPATH)
#14 0.590 cli/command/image/build_buildkit.go:33:2: cannot find package "github.com/moby/buildkit/util/appcontext" in any of:
#14 0.590 	/usr/local/go/src/github.com/moby/buildkit/util/appcontext (from $GOROOT)
#14 0.590 	/go/src/github.com/moby/buildkit/util/appcontext (from $GOPATH)
#14 0.590 cli/command/image/build_buildkit.go:34:2: cannot find package "github.com/moby/buildkit/util/progress/progressui" in any of:
#14 0.590 	/usr/local/go/src/github.com/moby/buildkit/util/progress/progressui (from $GOROOT)
#14 0.590 	/go/src/github.com/moby/buildkit/util/progress/progressui (from $GOPATH)
#14 0.590 cli/command/image/build_buildkit.go:35:2: cannot find package "github.com/moby/buildkit/util/progress/progresswriter" in any of:
#14 0.590 	/usr/local/go/src/github.com/moby/buildkit/util/progress/progresswriter (from $GOROOT)
#14 0.590 	/go/src/github.com/moby/buildkit/util/progress/progresswriter (from $GOPATH)
#14 0.590 cli/streams/in.go:9:2: cannot find package "github.com/moby/term" in any of:
#14 0.590 	/usr/local/go/src/github.com/moby/term (from $GOROOT)
#14 0.590 	/go/src/github.com/moby/term (from $GOPATH)
#14 0.590 cli/cobra.go:13:2: cannot find package "github.com/morikuni/aec" in any of:
#14 0.590 	/usr/local/go/src/github.com/morikuni/aec (from $GOROOT)
#14 0.590 	/go/src/github.com/morikuni/aec (from $GOPATH)
#14 0.590 cli/context/store/store.go:20:2: cannot find package "github.com/opencontainers/go-digest" in any of:
#14 0.590 	/usr/local/go/src/github.com/opencontainers/go-digest (from $GOROOT)
#14 0.590 	/go/src/github.com/opencontainers/go-digest (from $GOPATH)
#14 0.590 cli/manifest/types/types.go:11:2: cannot find package "github.com/opencontainers/image-spec/specs-go/v1" in any of:
#14 0.590 	/usr/local/go/src/github.com/opencontainers/image-spec/specs-go/v1 (from $GOROOT)
#14 0.590 	/go/src/github.com/opencontainers/image-spec/specs-go/v1 (from $GOPATH)
#14 0.590 cli/config/configfile/file.go:15:2: cannot find package "github.com/pkg/errors" in any of:
#14 0.590 	/usr/local/go/src/github.com/pkg/errors (from $GOROOT)
#14 0.590 	/go/src/github.com/pkg/errors (from $GOPATH)
#14 0.590 cli/config/configfile/file.go:16:2: cannot find package "github.com/sirupsen/logrus" in any of:
#14 0.590 	/usr/local/go/src/github.com/sirupsen/logrus (from $GOROOT)
#14 0.590 	/go/src/github.com/sirupsen/logrus (from $GOPATH)
#14 0.590 cli/command/cli.go:35:2: cannot find package "github.com/spf13/cobra" in any of:
#14 0.590 	/usr/local/go/src/github.com/spf13/cobra (from $GOROOT)
#14 0.590 	/go/src/github.com/spf13/cobra (from $GOPATH)
#14 0.590 cli/flags/common.go:12:2: cannot find package "github.com/spf13/pflag" in any of:
#14 0.590 	/usr/local/go/src/github.com/spf13/pflag (from $GOROOT)
#14 0.590 	/go/src/github.com/spf13/pflag (from $GOPATH)
#14 0.590 cli/trust/trust.go:27:2: cannot find package "github.com/theupdateframework/notary" in any of:
#14 0.590 	/usr/local/go/src/github.com/theupdateframework/notary (from $GOROOT)
#14 0.590 	/go/src/github.com/theupdateframework/notary (from $GOPATH)
#14 0.590 cli/trust/trust.go:28:2: cannot find package "github.com/theupdateframework/notary/client" in any of:
#14 0.590 	/usr/local/go/src/github.com/theupdateframework/notary/client (from $GOROOT)
#14 0.590 	/go/src/github.com/theupdateframework/notary/client (from $GOPATH)
#14 0.590 cli/trust/trust.go:29:2: cannot find package "github.com/theupdateframework/notary/passphrase" in any of:
#14 0.590 	/usr/local/go/src/github.com/theupdateframework/notary/passphrase (from $GOROOT)
#14 0.590 	/go/src/github.com/theupdateframework/notary/passphrase (from $GOPATH)
#14 0.590 cli/trust/trust.go:30:2: cannot find package "github.com/theupdateframework/notary/storage" in any of:
#14 0.590 	/usr/local/go/src/github.com/theupdateframework/notary/storage (from $GOROOT)
#14 0.590 	/go/src/github.com/theupdateframework/notary/storage (from $GOPATH)
#14 0.590 cli/trust/trust.go:31:2: cannot find package "github.com/theupdateframework/notary/trustmanager" in any of:
#14 0.590 	/usr/local/go/src/github.com/theupdateframework/notary/trustmanager (from $GOROOT)
#14 0.590 	/go/src/github.com/theupdateframework/notary/trustmanager (from $GOPATH)
#14 0.590 cli/trust/trust.go:32:2: cannot find package "github.com/theupdateframework/notary/trustpinning" in any of:
#14 0.590 	/usr/local/go/src/github.com/theupdateframework/notary/trustpinning (from $GOROOT)
#14 0.590 	/go/src/github.com/theupdateframework/notary/trustpinning (from $GOPATH)
#14 0.590 cli/trust/trust.go:33:2: cannot find package "github.com/theupdateframework/notary/tuf/data" in any of:
#14 0.590 	/usr/local/go/src/github.com/theupdateframework/notary/tuf/data (from $GOROOT)
#14 0.590 	/go/src/github.com/theupdateframework/notary/tuf/data (from $GOPATH)
#14 0.590 cli/trust/trust.go:34:2: cannot find package "github.com/theupdateframework/notary/tuf/signed" in any of:
#14 0.590 	/usr/local/go/src/github.com/theupdateframework/notary/tuf/signed (from $GOROOT)
#14 0.590 	/go/src/github.com/theupdateframework/notary/tuf/signed (from $GOPATH)
#14 0.590 cli/command/trust/key_generate.go:20:2: cannot find package "github.com/theupdateframework/notary/tuf/utils" in any of:
#14 0.590 	/usr/local/go/src/github.com/theupdateframework/notary/tuf/utils (from $GOROOT)
#14 0.590 	/go/src/github.com/theupdateframework/notary/tuf/utils (from $GOPATH)
#14 0.590 cli/command/image/build_buildkit.go:37:2: cannot find package "github.com/tonistiigi/fsutil/types" in any of:
#14 0.590 	/usr/local/go/src/github.com/tonistiigi/fsutil/types (from $GOROOT)
#14 0.590 	/go/src/github.com/tonistiigi/fsutil/types (from $GOPATH)
#14 0.590 cli/command/image/build_buildkit.go:38:2: cannot find package "github.com/tonistiigi/go-rosetta" in any of:
#14 0.590 	/usr/local/go/src/github.com/tonistiigi/go-rosetta (from $GOROOT)
#14 0.590 	/go/src/github.com/tonistiigi/go-rosetta (from $GOPATH)
#14 0.590 cli/compose/schema/schema.go:11:2: cannot find package "github.com/xeipuuv/gojsonschema" in any of:
#14 0.590 	/usr/local/go/src/github.com/xeipuuv/gojsonschema (from $GOROOT)
#14 0.590 	/go/src/github.com/xeipuuv/gojsonschema (from $GOPATH)
#14 0.590 cli/command/image/build_buildkit.go:39:2: cannot find package "golang.org/x/sync/errgroup" in any of:
#14 0.590 	/usr/local/go/src/golang.org/x/sync/errgroup (from $GOROOT)
#14 0.590 	/go/src/golang.org/x/sync/errgroup (from $GOPATH)
#14 0.590 cli/config/credentials/default_store.go:4:2: cannot find package "golang.org/x/sys/execabs" in any of:
#14 0.590 	/usr/local/go/src/golang.org/x/sys/execabs (from $GOROOT)
#14 0.590 	/go/src/golang.org/x/sys/execabs (from $GOPATH)
#14 0.590 cli/command/container/signals_unix.go:8:2: cannot find package "golang.org/x/sys/unix" in any of:
#14 0.590 	/usr/local/go/src/golang.org/x/sys/unix (from $GOROOT)
#14 0.590 	/go/src/golang.org/x/sys/unix (from $GOPATH)
#14 0.590 cli/command/swarm/unlock.go:16:2: cannot find package "golang.org/x/term" in any of:
#14 0.590 	/usr/local/go/src/golang.org/x/term (from $GOROOT)
#14 0.590 	/go/src/golang.org/x/term (from $GOPATH)
#14 0.590 cli/command/formatter/displayutils.go:6:2: cannot find package "golang.org/x/text/width" in any of:
#14 0.590 	/usr/local/go/src/golang.org/x/text/width (from $GOROOT)
#14 0.590 	/go/src/golang.org/x/text/width (from $GOPATH)
#14 0.590 cli/compose/loader/loader.go:24:2: cannot find package "gopkg.in/yaml.v2" in any of:
#14 0.590 	/usr/local/go/src/gopkg.in/yaml.v2 (from $GOROOT)
#14 0.590 	/go/src/gopkg.in/yaml.v2 (from $GOPATH)
#14 0.590 kubernetes/check.go:8:2: cannot find package "k8s.io/apimachinery/pkg/apis/meta/v1" in any of:
#14 0.590 	/usr/local/go/src/k8s.io/apimachinery/pkg/apis/meta/v1 (from $GOROOT)
#14 0.590 	/go/src/k8s.io/apimachinery/pkg/apis/meta/v1 (from $GOPATH)
#14 0.590 kubernetes/check.go:10:2: cannot find package "k8s.io/apimachinery/pkg/runtime/schema" in any of:
#14 0.590 	/usr/local/go/src/k8s.io/apimachinery/pkg/runtime/schema (from $GOROOT)
#14 0.590 	/go/src/k8s.io/apimachinery/pkg/runtime/schema (from $GOPATH)
#14 0.590 kubernetes/check.go:11:2: cannot find package "k8s.io/client-go/discovery" in any of:
#14 0.590 	/usr/local/go/src/k8s.io/client-go/discovery (from $GOROOT)
#14 0.590 	/go/src/k8s.io/client-go/discovery (from $GOPATH)
#14 0.590 cli/command/system/version.go:24:2: cannot find package "k8s.io/client-go/kubernetes" in any of:
#14 0.590 	/usr/local/go/src/k8s.io/client-go/kubernetes (from $GOROOT)
#14 0.590 	/go/src/k8s.io/client-go/kubernetes (from $GOPATH)
#14 0.590 cli/command/context/export.go:15:2: cannot find package "k8s.io/client-go/tools/clientcmd" in any of:
#14 0.590 	/usr/local/go/src/k8s.io/client-go/tools/clientcmd (from $GOROOT)
#14 0.590 	/go/src/k8s.io/client-go/tools/clientcmd (from $GOPATH)
#14 ERROR: executor failed running [/bin/sh -c ./scripts/build/binary]: exit code: 1
------
 > [10/11] RUN ./scripts/build/binary:
------
executor failed running [/bin/sh -c ./scripts/build/binary]: exit code: 1
docker.Makefile:53: recipe for target 'build_e2e_image' failed
make: *** [build_e2e_image] 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