Skip to content
Failed

Console Output

Pull request #2293 updated
20:01:37 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 85390b4c246197cf7ac2e1ecd129cfcc816c3df8+b52debd9318fdc362a25e4f322dc1342c6dbf480 (138920dd1d4d13880a0f10ef3a8304daed4c3d78)
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 26028d2ce48352c9b2c3f496e963b79a4944a426
using credential jps-reader
 > git rev-parse --is-inside-work-tree # 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
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master
Checking out Revision 26028d2ce48352c9b2c3f496e963b79a4944a426 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 26028d2ce48352c9b2c3f496e963b79a4944a426
Commit message: "[TAR-1227] Run the sonar container as the current user (#17)"
 > git rev-list --no-walk 26028d2ce48352c9b2c3f496e963b79a4944a426 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
All nodes of label ‘linux&&x86_64’ are offline
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-02ae9bbbfe83b7db8) in /home/ubuntu/workspace/cli_PR-2293
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/cli_PR-2293@tmp/073a9610-676d-452f-ab91-59e09c555984/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
20:02:37 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
20:02:37 chowning workspace
[Pipeline] sh
20:02:38 + uname -m
[Pipeline] sh
20:02:38 + pwd
20:02:38 + id -u
20:02:38 + id -g
20:02:38 + docker run --rm -v /home/ubuntu/workspace/cli_PR-2293:/workspace busybox chown -R 1000:1000 /workspace
20:02:38 Unable to find image 'busybox:latest' locally
20:02:39 latest: Pulling from library/busybox
20:02:39 bdbbaa22dec6: Pulling fs layer
20:02:39 bdbbaa22dec6: Verifying Checksum
20:02:39 bdbbaa22dec6: Download complete
20:02:39 bdbbaa22dec6: Pull complete
20:02:39 Digest: sha256:6915be4043561d64e0ab0f8f098dc2ac48e077fe23f488ac24b665166898115a
20:02:39 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
20:02:43 Removing all docker containers
[Pipeline] sh
20:02:43 + docker container ls -aq
[Pipeline] echo
20:02:43 Docker containers have been removed
[Pipeline] echo
20:02:43 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
20:02:43 cleanWorkspace: Workspace is clean.
[Pipeline] timeout
20:02:43 Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
20:02:43 Using the ‘stage’ step without a block argument is deprecated
20:02:43 Entering stage Git Checkout
20:02:43 Proceeding
[Pipeline] checkout
20:02:45 using credential docker-jenkins-github-credentials
20:02:45 Cloning the remote Git repository
20:02:45 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/cli.git
 > git init /home/ubuntu/workspace/cli_PR-2293 # timeout=10
Fetching upstream changes from https://github.com/docker/cli.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/cli.git +refs/pull/2293/head:refs/remotes/origin/PR-2293 +refs/heads/master:refs/remotes/origin/master
20:02:50 Fetching without tags
20:02:51 Merging remotes/origin/master commit b52debd9318fdc362a25e4f322dc1342c6dbf480 into PR head commit 85390b4c246197cf7ac2e1ecd129cfcc816c3df8
 > git config remote.origin.url https://github.com/docker/cli.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2293/head:refs/remotes/origin/PR-2293 # 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/2293/head:refs/remotes/origin/PR-2293 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 85390b4c246197cf7ac2e1ecd129cfcc816c3df8
20:02:52 Merge succeeded, producing 85390b4c246197cf7ac2e1ecd129cfcc816c3df8
20:02:52 Checking out Revision 85390b4c246197cf7ac2e1ecd129cfcc816c3df8 (PR-2293)
 > git merge b52debd9318fdc362a25e4f322dc1342c6dbf480 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 85390b4c246197cf7ac2e1ecd129cfcc816c3df8
20:02:52 Commit message: "Bump docker/docker vndr refpoint"
20:02:52 First time build. Skipping changelog.
 > git rev-list --no-walk 296426ca427985d841941a4483b295fca9045a68 # timeout=10
[Pipeline] stage
20:02:53 Using the ‘stage’ step without a block argument is deprecated
20:02:53 Entering stage Run end-to-end test suite
20:02:53 Proceeding
[Pipeline] sh
20:02:54 + docker version
20:02:54 Client: Docker Engine - Community
20:02:54  Version:           19.03.5
20:02:54  API version:       1.40
20:02:54  Go version:        go1.12.12
20:02:54  Git commit:        633a0ea838
20:02:54  Built:             Wed Nov 13 07:29:52 2019
20:02:54  OS/Arch:           linux/amd64
20:02:54  Experimental:      false
20:02:54 
20:02:54 Server: Docker Engine - Community
20:02:54  Engine:
20:02:54   Version:          19.03.5
20:02:54   API version:      1.40 (minimum version 1.12)
20:02:54   Go version:       go1.12.12
20:02:54   Git commit:       633a0ea838
20:02:54   Built:            Wed Nov 13 07:28:22 2019
20:02:54   OS/Arch:          linux/amd64
20:02:54   Experimental:     true
20:02:54  containerd:
20:02:54   Version:          1.2.10
20:02:54   GitCommit:        b34a5c8af56e510852c35414db4c1f4fa6172339
20:02:54  runc:
20:02:54   Version:          1.0.0-rc8+dev
20:02:54   GitCommit:        3e425f80a8c931f88e6d94a8c831b9d5aa481657
20:02:54  docker-init:
20:02:54   Version:          0.18.0
20:02:54   GitCommit:        fec3683
[Pipeline] sh
20:02:54 + docker info
20:03:04 Client:
20:03:04  Debug Mode: false
20:03:04 
20:03:04 Server:
20:03:04  Containers: 0
20:03:04   Running: 0
20:03:04   Paused: 0
20:03:04   Stopped: 0
20:03:04  Images: 1
20:03:04  Server Version: 19.03.5
20:03:04  Storage Driver: overlay2
20:03:04   Backing Filesystem: extfs
20:03:04   Supports d_type: true
20:03:04   Native Overlay Diff: true
20:03:04  Logging Driver: json-file
20:03:04  Cgroup Driver: cgroupfs
20:03:04  Plugins:
20:03:04   Volume: local
20:03:04   Network: bridge host ipvlan macvlan null overlay
20:03:04   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
20:03:04  Swarm: inactive
20:03:04  Runtimes: runc
20:03:04  Default Runtime: runc
20:03:04  Init Binary: docker-init
20:03:04  containerd version: b34a5c8af56e510852c35414db4c1f4fa6172339
20:03:04  runc version: 3e425f80a8c931f88e6d94a8c831b9d5aa481657
20:03:04  init version: fec3683
20:03:04  Security Options:
20:03:04   apparmor
20:03:04   seccomp
20:03:04    Profile: default
20:03:04  Kernel Version: 4.15.0-1058-aws
20:03:04  Operating System: Ubuntu 18.04.4 LTS
20:03:04  OSType: linux
20:03:04  Architecture: x86_64
20:03:04  CPUs: 2
20:03:04  Total Memory: 7.501GiB
20:03:04  Name: ip-10-100-62-139
20:03:04  ID: 4CEL:5RBS:HN5G:X27E:6LIB:NDG4:JTLL:Y3PR:KAD2:JK75:FX6D:PY32
20:03:04  Docker Root Dir: /var/lib/docker
20:03:04  Debug Mode: false
20:03:04  Username: dockerbuildbot
20:03:04  Registry: https://index.docker.io/v1/
20:03:04  Labels:
20:03:04  Experimental: true
20:03:04  Insecure Registries:
20:03:04   127.0.0.0/8
20:03:04  Live Restore Enabled: true
20:03:04 
20:03:04 WARNING: No swap limit support
[Pipeline] sh
20:03:04 + E2E_UNIQUE_ID=clie2e7 IMAGE_TAG=clie2e7 DOCKER_BUILDKIT=1 make -f docker.Makefile test-e2e
20:03:04 docker build -t docker-cli-e2eclie2e7 --build-arg=GO_VERSION --build-arg VERSION=19.09.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
20:03:04 #1 [internal] load build definition from Dockerfile.e2e
20:03:04 #1 transferring dockerfile: 1.64kB done
20:03:04 #1 DONE 0.0s
20:03:04 
20:03:04 #2 [internal] load .dockerignore
20:03:04 #2 transferring context: 100B done
20:03:04 #2 DONE 0.0s
20:03:04 
20:03:04 #3 [internal] load metadata for docker.io/library/golang:1.12.16
20:03:05 #3 DONE 0.3s
20:03:05 
20:03:05 #4 [1/11] FROM docker.io/library/golang:1.12.16@sha256:2af961eaeceeafc5853b...
20:03:05 #4 resolve docker.io/library/golang:1.12.16@sha256:2af961eaeceeafc5853b28664c2742c33974c9eae5071d81b83858c55fc360eb done
20:03:05 #4 sha256:adc8544f3a643abff38cf0cc9053623cb10e7902a37a2d2c8914dbbad28e15d7 5.46kB / 5.46kB done
20:03:05 #4 sha256:dea4ecac934f71d68d4f5edb171f6cff42588edfa3f70ba8709be56e321eeddc 4.49MB / 10.00MB 0.3s
20:03:05 #4 sha256:2af961eaeceeafc5853b28664c2742c33974c9eae5071d81b83858c55fc360eb 1.70kB / 1.70kB done
20:03:05 #4 sha256:b1d3a5f0755294df9034371beb53e01f632d23a285dee8db193df76d11d886fb 1.79kB / 1.79kB done
20:03:05 #4 sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 6.54MB / 50.38MB 0.3s
20:03:05 #4 sha256:346ffb2b67d7b35729673ced818325ed0ea57284e69de67f8bbc48c2bf294716 4.33MB / 7.81MB 0.3s
20:03:05 #4 sha256:dea4ecac934f71d68d4f5edb171f6cff42588edfa3f70ba8709be56e321eeddc 9.56MB / 10.00MB 0.4s
20:03:05 #4 sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 10.34MB / 50.38MB 0.4s
20:03:05 #4 sha256:346ffb2b67d7b35729673ced818325ed0ea57284e69de67f8bbc48c2bf294716 7.81MB / 7.81MB 0.4s
20:03:05 #4 sha256:dea4ecac934f71d68d4f5edb171f6cff42588edfa3f70ba8709be56e321eeddc 10.00MB / 10.00MB 0.6s done
20:03:05 #4 sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 15.67MB / 50.38MB 0.6s
20:03:05 #4 sha256:346ffb2b67d7b35729673ced818325ed0ea57284e69de67f8bbc48c2bf294716 7.81MB / 7.81MB 0.4s done
20:03:05 #4 sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 2.43MB / 51.79MB 0.6s
20:03:05 #4 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 0B / 68.52MB 0.6s
20:03:06 #4 sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 22.73MB / 50.38MB 0.9s
20:03:06 #4 sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 11.97MB / 51.79MB 0.9s
20:03:06 #4 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 9.57MB / 68.52MB 0.9s
20:03:06 #4 sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 27.54MB / 50.38MB 1.0s
20:03:06 #4 sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 19.75MB / 51.79MB 1.0s
20:03:06 #4 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 15.14MB / 68.52MB 1.0s
20:03:06 #4 sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 36.40MB / 50.38MB 1.2s
20:03:06 #4 sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 29.23MB / 51.79MB 1.2s
20:03:06 #4 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 23.10MB / 68.52MB 1.2s
20:03:06 #4 sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 39.04MB / 50.38MB 1.4s
20:03:06 #4 sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 37.67MB / 51.79MB 1.4s
20:03:06 #4 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 28.62MB / 68.52MB 1.4s
20:03:06 #4 sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 41.86MB / 50.38MB 1.5s
20:03:06 #4 sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 48.25MB / 50.38MB 1.6s
20:03:06 #4 sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 47.51MB / 51.79MB 1.6s
20:03:06 #4 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 35.72MB / 68.52MB 1.6s
20:03:06 #4 sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 51.79MB / 51.79MB 1.7s
20:03:06 #4 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 40.12MB / 68.52MB 1.7s
20:03:06 #4 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 43.88MB / 68.52MB 1.8s
20:03:07 #4 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 52.58MB / 68.52MB 1.9s
20:03:07 #4 sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 50.38MB / 50.38MB 2.0s done
20:03:07 #4 sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 51.79MB / 51.79MB 2.1s done
20:03:07 #4 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 58.66MB / 68.52MB 2.1s
20:03:07 #4 sha256:0552a674ab7093c1651aa7be2ffc273ec846ae33ef1a2f905ed582901f69c9c8 382.50kB / 126.73MB 2.1s
20:03:07 #4 sha256:94143a8c04faf394dba01c7ff835d09af770a2d3809f894e24b4276cdfe892e6 0B / 126B 2.1s
20:03:07 #4 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 62.96MB / 68.52MB 2.3s
20:03:07 #4 sha256:0552a674ab7093c1651aa7be2ffc273ec846ae33ef1a2f905ed582901f69c9c8 7.94MB / 126.73MB 2.3s
20:03:07 #4 sha256:94143a8c04faf394dba01c7ff835d09af770a2d3809f894e24b4276cdfe892e6 126B / 126B 2.2s done
20:03:07 #4 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 68.52MB / 68.52MB 2.5s
20:03:07 #4 sha256:0552a674ab7093c1651aa7be2ffc273ec846ae33ef1a2f905ed582901f69c9c8 18.61MB / 126.73MB 2.5s
20:03:07 #4 extracting sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1
20:03:07 #4 sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 68.52MB / 68.52MB 2.7s done
20:03:07 #4 sha256:0552a674ab7093c1651aa7be2ffc273ec846ae33ef1a2f905ed582901f69c9c8 25.56MB / 126.73MB 2.7s
20:03:08 #4 sha256:0552a674ab7093c1651aa7be2ffc273ec846ae33ef1a2f905ed582901f69c9c8 36.84MB / 126.73MB 3.0s
20:03:08 #4 sha256:0552a674ab7093c1651aa7be2ffc273ec846ae33ef1a2f905ed582901f69c9c8 48.18MB / 126.73MB 3.3s
20:03:08 #4 sha256:0552a674ab7093c1651aa7be2ffc273ec846ae33ef1a2f905ed582901f69c9c8 58.23MB / 126.73MB 3.4s
20:03:08 #4 sha256:0552a674ab7093c1651aa7be2ffc273ec846ae33ef1a2f905ed582901f69c9c8 67.99MB / 126.73MB 3.6s
20:03:08 #4 sha256:0552a674ab7093c1651aa7be2ffc273ec846ae33ef1a2f905ed582901f69c9c8 74.43MB / 126.73MB 3.9s
20:03:09 #4 sha256:0552a674ab7093c1651aa7be2ffc273ec846ae33ef1a2f905ed582901f69c9c8 89.01MB / 126.73MB 4.1s
20:03:09 #4 sha256:0552a674ab7093c1651aa7be2ffc273ec846ae33ef1a2f905ed582901f69c9c8 96.10MB / 126.73MB 4.3s
20:03:09 #4 sha256:0552a674ab7093c1651aa7be2ffc273ec846ae33ef1a2f905ed582901f69c9c8 111.46MB / 126.73MB 4.6s
20:03:09 #4 sha256:0552a674ab7093c1651aa7be2ffc273ec846ae33ef1a2f905ed582901f69c9c8 121.63MB / 126.73MB 4.8s
20:03:10 #4 sha256:0552a674ab7093c1651aa7be2ffc273ec846ae33ef1a2f905ed582901f69c9c8 126.73MB / 126.73MB 5.3s done
20:03:10 #4 ...
20:03:10 
20:03:10 #10 [internal] load build context
20:03:10 #10 transferring context: 42.77MB 5.6s done
20:03:10 #10 DONE 5.7s
20:03:10 
20:03:10 #4 [1/11] FROM docker.io/library/golang:1.12.16@sha256:2af961eaeceeafc5853b...
20:03:13 #4 extracting sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 5.3s
20:03:13 #4 extracting sha256:dc65f448a2e2f2ea557e69ed9ac65aa8ac0e16f1bce68f90de910b4d5a2f1ba1 5.6s done
20:03:13 #4 extracting sha256:346ffb2b67d7b35729673ced818325ed0ea57284e69de67f8bbc48c2bf294716
20:03:14 #4 extracting sha256:346ffb2b67d7b35729673ced818325ed0ea57284e69de67f8bbc48c2bf294716 0.5s done
20:03:14 #4 extracting sha256:dea4ecac934f71d68d4f5edb171f6cff42588edfa3f70ba8709be56e321eeddc
20:03:14 #4 extracting sha256:dea4ecac934f71d68d4f5edb171f6cff42588edfa3f70ba8709be56e321eeddc 0.4s done
20:03:14 #4 extracting sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366
20:03:19 #4 extracting sha256:8ac92ddf84b35dac36ef6632f8d5a0c9c2d7038f6018f2d4fa1be056d90bd366 3.6s done
20:03:19 #4 extracting sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 0.1s
20:03:22 #4 extracting sha256:7ca6053833076bc7bd2c5666a847913b0e00163e65c5267e9f5d6e427b9f2b10 3.7s done
20:03:22 #4 extracting sha256:0552a674ab7093c1651aa7be2ffc273ec846ae33ef1a2f905ed582901f69c9c8
20:03:27 #4 extracting sha256:0552a674ab7093c1651aa7be2ffc273ec846ae33ef1a2f905ed582901f69c9c8 5.2s done
20:03:28 #4 extracting sha256:94143a8c04faf394dba01c7ff835d09af770a2d3809f894e24b4276cdfe892e6 done
20:03:28 #4 DONE 23.2s
20:03:28 
20:03:28 #5 [2/11] RUN apt-get update && apt-get install -y     build-essential     ...
20:03:29 #5 1.022 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
20:03:29 #5 1.022 Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
20:03:29 #5 1.034 Get:3 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
20:03:29 #5 1.160 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [176 kB]
20:03:29 #5 1.301 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
20:03:29 #5 1.516 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [5792 B]
20:03:31 #5 3.129 Fetched 8325 kB in 2s (3522 kB/s)
20:03:32 #5 3.129 Reading package lists...
20:03:33 #5 4.026 Reading package lists...
20:03:33 #5 4.905 Building dependency tree...
20:03:33 #5 5.083 Reading state information...
20:03:33 #5 5.235 curl is already the newest version (7.64.0-4).
20:03:33 #5 5.235 openssl is already the newest version (1.1.1d-0+deb10u2).
20:03:33 #5 5.235 openssl set to manually installed.
20:03:33 #5 5.235 The following additional packages will be installed:
20:03:33 #5 5.236   bzip2 dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl
20:03:33 #5 5.237   libalgorithm-merge-perl libfakeroot patch xz-utils
20:03:33 #5 5.238 Suggested packages:
20:03:33 #5 5.238   bzip2-doc debian-keyring keychain libpam-ssh monkeysphere ssh-askpass ed
20:03:33 #5 5.238   diffutils-doc
20:03:33 #5 5.238 Recommended packages:
20:03:33 #5 5.238   xauth
20:03:33 #5 5.338 The following NEW packages will be installed:
20:03:33 #5 5.338   build-essential bzip2 dpkg-dev fakeroot libalgorithm-diff-perl
20:03:33 #5 5.340   libalgorithm-diff-xs-perl libalgorithm-merge-perl libfakeroot patch xz-utils
20:03:33 #5 5.342 The following packages will be upgraded:
20:03:33 #5 5.342   openssh-client
20:03:33 #5 5.613 1 upgraded, 10 newly installed, 0 to remove and 10 not upgraded.
20:03:33 #5 5.613 Need to get 3124 kB of archives.
20:03:33 #5 5.613 After this operation, 3601 kB of additional disk space will be used.
20:03:33 #5 5.613 Get:1 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
20:03:33 #5 5.618 Get:2 http://deb.debian.org/debian buster/main amd64 openssh-client amd64 1:7.9p1-10+deb10u2 [782 kB]
20:03:33 #5 5.643 Get:3 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
20:03:33 #5 5.646 Get:4 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
20:03:33 #5 5.649 Get:5 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB]
20:03:33 #5 5.679 Get:6 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
20:03:33 #5 5.680 Get:7 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB]
20:03:33 #5 5.681 Get:8 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB]
20:03:33 #5 5.684 Get:9 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
20:03:33 #5 5.685 Get:10 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB]
20:03:33 #5 5.686 Get:11 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
20:03:33 #5 5.849 debconf: delaying package configuration, since apt-utils is not installed
20:03:33 #5 5.884 Fetched 3124 kB in 0s (9449 kB/s)
20:03:34 #5 5.908 Selecting previously unselected package bzip2.
20:03:34 #5 5.908 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15401 files and directories currently installed.)
20:03:34 #5 5.925 Preparing to unpack .../00-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
20:03:34 #5 5.929 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
20:03:34 #5 5.981 Preparing to unpack .../01-openssh-client_1%3a7.9p1-10+deb10u2_amd64.deb ...
20:03:34 #5 6.009 Unpacking openssh-client (1:7.9p1-10+deb10u2) over (1:7.9p1-10+deb10u1) ...
20:03:35 #5 7.018 Selecting previously unselected package xz-utils.
20:03:35 #5 7.020 Preparing to unpack .../02-xz-utils_5.2.4-1_amd64.deb ...
20:03:35 #5 7.045 Unpacking xz-utils (5.2.4-1) ...
20:03:35 #5 7.192 Selecting previously unselected package patch.
20:03:35 #5 7.195 Preparing to unpack .../03-patch_2.7.6-3+deb10u1_amd64.deb ...
20:03:35 #5 7.212 Unpacking patch (2.7.6-3+deb10u1) ...
20:03:35 #5 7.286 Selecting previously unselected package dpkg-dev.
20:03:35 #5 7.288 Preparing to unpack .../04-dpkg-dev_1.19.7_all.deb ...
20:03:35 #5 7.296 Unpacking dpkg-dev (1.19.7) ...
20:03:35 #5 7.539 Selecting previously unselected package build-essential.
20:03:35 #5 7.541 Preparing to unpack .../05-build-essential_12.6_amd64.deb ...
20:03:35 #5 7.551 Unpacking build-essential (12.6) ...
20:03:35 #5 7.830 Selecting previously unselected package libfakeroot:amd64.
20:03:36 #5 7.832 Preparing to unpack .../06-libfakeroot_1.23-1_amd64.deb ...
20:03:36 #5 7.841 Unpacking libfakeroot:amd64 (1.23-1) ...
20:03:36 #5 7.891 Selecting previously unselected package fakeroot.
20:03:36 #5 7.897 Preparing to unpack .../07-fakeroot_1.23-1_amd64.deb ...
20:03:36 #5 7.901 Unpacking fakeroot (1.23-1) ...
20:03:36 #5 7.949 Selecting previously unselected package libalgorithm-diff-perl.
20:03:36 #5 7.949 Preparing to unpack .../08-libalgorithm-diff-perl_1.19.03-2_all.deb ...
20:03:36 #5 7.953 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
20:03:36 #5 7.993 Selecting previously unselected package libalgorithm-diff-xs-perl.
20:03:36 #5 7.996 Preparing to unpack .../09-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ...
20:03:36 #5 8.001 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
20:03:36 #5 8.035 Selecting previously unselected package libalgorithm-merge-perl.
20:03:36 #5 8.036 Preparing to unpack .../10-libalgorithm-merge-perl_0.08-3_all.deb ...
20:03:36 #5 8.039 Unpacking libalgorithm-merge-perl (0.08-3) ...
20:03:36 #5 8.087 Setting up libalgorithm-diff-perl (1.19.03-2) ...
20:03:36 #5 8.098 Setting up openssh-client (1:7.9p1-10+deb10u2) ...
20:03:36 #5 8.140 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
20:03:36 #5 8.149 Setting up libfakeroot:amd64 (1.23-1) ...
20:03:36 #5 8.165 Setting up fakeroot (1.23-1) ...
20:03:36 #5 8.175 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
20:03:36 #5 8.185 Setting up xz-utils (5.2.4-1) ...
20:03:36 #5 8.194 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
20:03:36 #5 8.203 Setting up patch (2.7.6-3+deb10u1) ...
20:03:36 #5 8.214 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
20:03:36 #5 8.226 Setting up libalgorithm-merge-perl (0.08-3) ...
20:03:36 #5 8.236 Setting up dpkg-dev (1.19.7) ...
20:03:36 #5 8.254 Setting up build-essential (12.6) ...
20:03:36 #5 8.268 Processing triggers for libc-bin (2.28-10) ...
20:03:36 #5 DONE 8.5s
20:03:36 
20:03:36 #6 [3/11] RUN curl -L https://github.com/docker/compose/releases/download/1...
20:03:37 #6 0.984   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
20:03:37 #6 0.984                                  Dload  Upload   Total   Spent    Left  Speed
20:03:37 #6 0.984 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   617    0   617    0     0   4604      0 --:--:-- --:--:-- --:--:--  4604
20:03:38 #6 1.306 
100 16.2M  100 16.2M    0     0  50.4M      0 --:--:-- --:--:-- --:--:-- 50.4M
20:03:38 #6 DONE 1.5s
20:03:38 
20:03:38 #7 [4/11] RUN curl -Ls https://github.com/theupdateframework/notary/release...
20:03:39 #7 DONE 1.4s
20:03:39 
20:03:39 #8 [5/11] RUN curl -Ls https://github.com/gotestyourself/gotestsum/releases...
20:14:01 #8 ERROR: executor failed running [/bin/sh -c curl -Ls https://github.com/gotestyourself/gotestsum/releases/download/v${GOTESTSUM_VERSION}/gotestsum_${GOTESTSUM_VERSION}_linux_amd64.tar.gz -o gotestsum.tar.gz     && tar -xf gotestsum.tar.gz gotestsum     && mv gotestsum /usr/local/bin/gotestsum     && rm gotestsum.tar.gz]: runc did not terminate sucessfully
20:14:01 ------
20:14:01  > [5/11] RUN curl -Ls 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:
20:14:01 ------
20:14:01 failed to solve with frontend dockerfile.v0: failed to build LLB: executor failed running [/bin/sh -c curl -Ls https://github.com/gotestyourself/gotestsum/releases/download/v${GOTESTSUM_VERSION}/gotestsum_${GOTESTSUM_VERSION}_linux_amd64.tar.gz -o gotestsum.tar.gz     && tar -xf gotestsum.tar.gz gotestsum     && mv gotestsum /usr/local/bin/gotestsum     && rm gotestsum.tar.gz]: runc did not terminate sucessfully
20:14:01 docker.Makefile:55: recipe for target 'build_e2e_image' failed
20:14:01 make: *** [build_e2e_image] Error 1
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

ERROR: script returned exit code 2
Finished: FAILURE