Skip to content
Failed

Console Output

Pull request #2666 updated
12:14:09 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from b431c0d5ac804f9b945e72c406bfee3e31b9d956+70a00157f161b109be77cd4f30ce0662bfe8cc32 (bec4266c87a9801e0cea0b9edcf31e3cdcdc8ac5)
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 --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
 > 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
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-big (i-0b52fb71acfa43d08) in /home/ubuntu/workspace/cli_PR-2666
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
using credential docker-jenkins-github-credentials
Fetching changes from the remote Git repository
Fetching without tags
Merging remotes/origin/master commit 70a00157f161b109be77cd4f30ce0662bfe8cc32 into PR head commit b431c0d5ac804f9b945e72c406bfee3e31b9d956
Merge succeeded, producing b431c0d5ac804f9b945e72c406bfee3e31b9d956
Checking out Revision b431c0d5ac804f9b945e72c406bfee3e31b9d956 (PR-2666)
Commit message: "blabla"
 > git rev-parse --is-inside-work-tree # 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
 > 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/2666/head:refs/remotes/origin/PR-2666 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b431c0d5ac804f9b945e72c406bfee3e31b9d956 # 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 70a00157f161b109be77cd4f30ce0662bfe8cc32 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b431c0d5ac804f9b945e72c406bfee3e31b9d956 # timeout=10
 > git rev-list --no-walk ab21a50357c1500b4bd9f485b22acd25d8a343a8 # 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.3
 API version:       1.41
 Go version:        go1.13.15
 Git commit:        48d30b5
 Built:             Fri Jan 29 14:33:13 2021
 OS/Arch:           linux/amd64
 Context:           default
 Experimental:      true

Server: Docker Engine - Community
 Engine:
  Version:          20.10.3
  API version:      1.41 (minimum version 1.12)
  Go version:       go1.13.15
  Git commit:       46229ca
  Built:            Fri Jan 29 14:31:25 2021
  OS/Arch:          linux/amd64
  Experimental:     true
 containerd:
  Version:          1.4.3
  GitCommit:        269548fa27e0089a8b8278fc4fc781d7f65a939b
 runc:
  Version:          1.0.0-rc92
  GitCommit:        ff819c7e9184c13b7c2607fe6c30ae19403a7aff
 docker-init:
  Version:          0.19.0
  GitCommit:        de40ad0
[Pipeline] sh
+ docker info
Client:
 Context:    default
 Debug Mode: false
 Plugins:
  app: Docker App (Docker Inc., v0.9.1-beta3)
  buildx: Build with BuildKit (Docker Inc., v0.5.1-docker)

Server:
 Containers: 4
  Running: 4
  Paused: 0
  Stopped: 0
 Images: 18
 Server Version: 20.10.3
 Storage Driver: overlay2
  Backing Filesystem: extfs
  Supports d_type: true
  Native Overlay Diff: true
 Logging Driver: json-file
 Cgroup Driver: cgroupfs
 Cgroup Version: 1
 Plugins:
  Volume: local
  Network: bridge host ipvlan macvlan null overlay
  Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
 Swarm: inactive
 Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
 Default Runtime: runc
 Init Binary: docker-init
 containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b
 runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff
 init version: de40ad0
 Security Options:
  apparmor
  seccomp
   Profile: default
 Kernel Version: 5.4.0-1037-aws
 Operating System: Ubuntu 18.04.5 LTS
 OSType: linux
 Architecture: x86_64
 CPUs: 8
 Total Memory: 30.91GiB
 Name: ip-10-100-91-35
 ID: IQLA:KLHL:T3IO:DJRF:WETX:4WTK:4HWM:S2ZH:2QDS:GI4C:WACL:ZD5O
 Docker Root Dir: /var/lib/docker
 Debug Mode: false
 Registry: https://index.docker.io/v1/
 Labels:
 Experimental: true
 Insecure Registries:
  127.0.0.0/8
 Live Restore Enabled: true

WARNING: No swap limit support
WARNING: No blkio weight support
WARNING: No blkio weight_device support
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (e2e (non-experimental) - stable engine)
[Pipeline] sh
+ E2E_UNIQUE_ID=clie2e11 IMAGE_TAG=clie2e11 make -f docker.Makefile test-e2e-non-experimental
docker build -t docker-cli-e2eclie2e11 --build-arg=GO_VERSION --build-arg VERSION=20.10.0-dev --build-arg GITCOMMIT= -f ./dockerfiles/Dockerfile.e2e .
#1 [internal] load build definition from Dockerfile.e2e
#1 sha256:7a839d90b3861b4b3e84e356d283b80eed2385b53a636dbfd5ddfdda12e4adc5
#1 transferring dockerfile: 42B done
#1 DONE 0.0s

#2 [internal] load .dockerignore
#2 sha256:f623dd572fca12b145af99c43aae623384029a02b048e3e02aadeeaa36a03978
#2 transferring context: 34B done
#2 DONE 0.1s

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

#4 [ 1/11] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
#4 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be
#4 DONE 0.0s

#10 [internal] load build context
#10 sha256:5a210c774f5e4bb1261358e6fa69c2ea90d0086ab5c20cc9fd4d91ed8c5dbcff
#10 transferring context: 421.07kB 0.1s done
#10 DONE 0.2s

#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 CACHED

#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 CACHED

#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 CACHED

#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 CACHED

#11 [ 7/11] COPY e2e/testdata/notary/root-ca.cert /usr/share/ca-certificates/notary.cert
#11 sha256:b2b0d84e42992102d94fbfcc9aa4b8fb2ec9900fc79240241991595ab198844d
#11 CACHED

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

#12 [ 8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-certificates
#12 sha256:e685d58c1079d31fcbe36e4ee3eabe54c43e651faa28162a7b93acd71fc77c06
#12 CACHED

#13 [ 9/11] COPY . .
#13 sha256:39706b0e2c7d23b2bfdbd6cbd217dd014bfb71bb151ed9203481760d549c6e74
#13 DONE 0.5s

#14 [10/11] RUN ./scripts/build/binary
#14 sha256:9debf09761a716be4aa56f78a953b1d339a95f6bfa9431912111f5217f32fedb
#14 0.434 Building statically linked build/docker-linux-amd64
#14 DONE 23.3s

#15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/*
#15 sha256:c3d9fdf2d1ba5414d182c639f6d86f056c91396fb07c20655c50652e7dfc40b2
#15 0.458 Building statically linked build/plugins-linux-amd64/docker-helloworld
#15 1.333 Building statically linked build/plugins-linux-amd64/docker-badmeta
#15 2.090 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun
#15 DONE 3.0s

#16 exporting to image
#16 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#16 exporting layers
#16 exporting layers 1.4s done
#16 writing image sha256:274de5384c2cbced2bfd786e443e52cc0adc45ef858c4f1fa3971320b13574e3 done
#16 naming to docker.io/library/docker-cli-e2eclie2e11 done
#16 DONE 1.4s
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-e2eclie2e11
Native build is an experimental feature and could change at any time
Building notary-server
#1 [internal] load build definition from Dockerfile.notary-server
#1 sha256:3a6b8db96a929912ef9ca15e9e40b3ab4096d8fe5662803929499f493b60a307
#1 transferring dockerfile: 140B done
#1 DONE 0.0s

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

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

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

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

#6 [2/2] COPY ./notary/ /fixtures/
#6 sha256:0133625511127b76326ec6e9d690d98355029eb74d03c7fd5e207e801d70bf39
#6 CACHED

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

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

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

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

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

#6 [2/2] COPY ./notary-evil/ /fixtures/
#6 sha256:5bd4f44c5731cd7b7d5317c61887a92bb5cd01b3be76decd4129d751eafd4e99
#6 CACHED

#7 exporting to image
#7 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#7 exporting layers done
#7 writing image sha256:1e79cce89a9c1821deb029ff983da9ac558f4a38aeeba4f9c592d6eff4259cda done
#7 naming to docker.io/library/cliendtoendsuite_evil-notary-server done
#7 DONE 0.0s
Successfully built 1e79cce89a9c1821deb029ff983da9ac558f4a38aeeba4f9c592d6eff4259cda
cliendtoendsuite_registry_1 is up-to-date
cliendtoendsuite_notary-server_1 is up-to-date
cliendtoendsuite_evil-notary-server_1 is up-to-date
cliendtoendsuite_engine_1 is up-to-date
Waiting for docker daemon to become available at tcp://192.168.0.2:2375
Client:
 Version:           20.10.0-dev
 API version:       1.40
 Go version:        go1.13.15
 Git commit:        
 Built:             Wed Mar  3 12:14:14 2021
 OS/Arch:           linux/amd64
 Context:           default
 Experimental:      true

Server: Docker Engine - Community
 Engine:
  Version:          19.03.13
  API version:      1.40 (minimum version 1.12)
  Go version:       go1.13.15
  Git commit:       4484c46
  Built:            Wed Sep 16 17:04:43 2020
  OS/Arch:          linux/amd64
  Experimental:     false
 containerd:
  Version:          v1.3.7
  GitCommit:        8fba4e9a7d01810a393d5d25a3621dc101981175
 runc:
  Version:          1.0.0-rc10
  GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
 docker-init:
  Version:          0.18.0
  GitCommit:        fec3683
Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit
docker.Makefile:155: recipe for target 'test-e2e-non-experimental' failed
make: *** [test-e2e-non-experimental] Error 1
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (e2e (non-experimental) - 18.09 engine)
Stage "e2e (non-experimental) - 18.09 engine" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (e2e (experimental))
Stage "e2e (experimental)" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (e2e (ssh connhelper))
Stage "e2e (ssh connhelper)" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

ERROR: script returned exit code 2
Finished: FAILURE