Push event to branch master Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 114274099601506ba195c82516f26e135dc74ba9 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_master@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 Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-026ca0a3c0e941cf7) in /home/ubuntu/workspace/cli_master [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_master # timeout=10 Fetching upstream changes from https://github.com/docker/cli.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --force --progress -- https://github.com/docker/cli.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Avoid second fetch Checking out Revision 114274099601506ba195c82516f26e135dc74ba9 (master) Commit message: "Merge pull request #2972 from thaJeztah/ipv6_port_join" > git config remote.origin.url https://github.com/docker/cli.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 114274099601506ba195c82516f26e135dc74ba9 # timeout=10 > git rev-list --no-walk 6b4d2e83cdb2ab5092b53ba1c28469f59915669b # 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.5 API version: 1.41 Go version: go1.13.15 Git commit: 55c4c88 Built: Tue Mar 2 20:18:20 2021 OS/Arch: linux/amd64 Context: default Experimental: true Server: Docker Engine - Community Engine: Version: 20.10.5 API version: 1.41 (minimum version 1.12) Go version: go1.13.15 Git commit: 363e9a8 Built: Tue Mar 2 20:16:15 2021 OS/Arch: linux/amd64 Experimental: true containerd: Version: 1.4.4 GitCommit: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e runc: Version: 1.0.0-rc93 GitCommit: 12644e614e25b05da6fd08a38ffa0cfe1903fdec docker-init: Version: 0.19.0 GitCommit: de40ad0 [Pipeline] sh + docker info Client: Context: default Debug Mode: false Plugins: app: Docker App (Docker Inc., v0.9.1-beta3) buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) Server: Containers: 0 Running: 0 Paused: 0 Stopped: 0 Images: 4 Server Version: 20.10.5 Storage Driver: overlay2 Backing Filesystem: extfs Supports d_type: true Native Overlay Diff: true Logging Driver: json-file Cgroup Driver: systemd Cgroup Version: 2 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: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e runc version: 12644e614e25b05da6fd08a38ffa0cfe1903fdec init version: de40ad0 Security Options: apparmor seccomp Profile: default cgroupns Kernel Version: 5.4.0-1041-aws Operating System: Ubuntu 20.04.2 LTS OSType: linux Architecture: x86_64 CPUs: 2 Total Memory: 7.487GiB Name: ip-10-100-52-11 ID: XSCR:IMEW:U2PS:XHFP:UG4F:RXBB:XG3Q:ZRJE:MOFM:IVIM:YDU4:RNLR 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: Support for cgroup v2 is experimental [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (e2e (non-experimental) - stable engine) [Pipeline] sh + E2E_UNIQUE_ID=clie2e385 IMAGE_TAG=clie2e385 make -f docker.Makefile test-e2e-non-experimental docker build -t docker-cli-e2eclie2e385 --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:8ff3b481f166ed20abadceaf861fdd2d892441f0a81031572a3c7f7239be3e7a #1 transferring dockerfile: 1.65kB done #1 DONE 0.0s #2 [internal] load .dockerignore #2 sha256:a518ab129aa150e9afaf1e0edb0d685b8f219bccbc83a20fcefba77702e37832 #2 transferring context: 112B done #2 DONE 0.0s #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 CACHED #10 [internal] load build context #10 sha256:f47e1feeecb280fc6d4af6a6bdbfab2f800cea822976f55c425deb0040749374 #10 transferring context: 82.17MB 2.8s done #10 DONE 2.9s #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.214 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] #5 1.214 Get:2 http://deb.debian.org/debian buster InRelease [121 kB] #5 1.224 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] #5 1.427 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [290 kB] #5 1.694 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] #5 2.278 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] #5 3.508 Fetched 8447 kB in 3s (3315 kB/s) #5 3.508 Reading package lists... #5 4.110 Reading package lists... #5 4.708 Building dependency tree... #5 4.827 Reading state information... #5 4.947 openssh-client is already the newest version (1:7.9p1-10+deb10u2). #5 4.947 The following additional packages will be installed: #5 4.947 bzip2 dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl #5 4.948 libalgorithm-merge-perl libcurl4 libfakeroot patch xz-utils #5 4.949 Suggested packages: #5 4.949 bzip2-doc debian-keyring ed diffutils-doc #5 5.042 The following NEW packages will be installed: #5 5.043 build-essential bzip2 dpkg-dev fakeroot libalgorithm-diff-perl #5 5.044 libalgorithm-diff-xs-perl libalgorithm-merge-perl libfakeroot patch xz-utils #5 5.044 The following packages will be upgraded: #5 5.045 curl libcurl4 openssl #5 5.317 3 upgraded, 10 newly installed, 0 to remove and 27 not upgraded. #5 5.317 Need to get 3783 kB of archives. #5 5.317 After this operation, 3603 kB of additional disk space will be used. #5 5.317 Get:1 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] #5 5.317 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB] #5 5.320 Get:3 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] #5 5.325 Get:4 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB] #5 5.325 Get:5 http://security.debian.org/debian-security buster/updates/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB] #5 5.327 Get:6 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB] #5 5.331 Get:7 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB] #5 5.354 Get:8 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B] #5 5.355 Get:9 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB] #5 5.355 Get:10 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB] #5 5.356 Get:11 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB] #5 5.357 Get:12 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB] #5 5.358 Get:13 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB] #5 5.526 debconf: delaying package configuration, since apt-utils is not installed #5 5.553 Fetched 3783 kB in 0s (12.7 MB/s) #5 5.582 Selecting previously unselected package bzip2. #5 5.582 (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.696 Preparing to unpack .../00-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... #5 5.701 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... #5 5.745 Selecting previously unselected package xz-utils. #5 5.747 Preparing to unpack .../01-xz-utils_5.2.4-1_amd64.deb ... #5 5.751 Unpacking xz-utils (5.2.4-1) ... #5 5.820 Selecting previously unselected package patch. #5 5.822 Preparing to unpack .../02-patch_2.7.6-3+deb10u1_amd64.deb ... #5 5.826 Unpacking patch (2.7.6-3+deb10u1) ... #5 5.863 Selecting previously unselected package dpkg-dev. #5 5.865 Preparing to unpack .../03-dpkg-dev_1.19.7_all.deb ... #5 5.869 Unpacking dpkg-dev (1.19.7) ... #5 5.977 Selecting previously unselected package build-essential. #5 5.977 Preparing to unpack .../04-build-essential_12.6_amd64.deb ... #5 5.981 Unpacking build-essential (12.6) ... #5 6.007 Preparing to unpack .../05-curl_7.64.0-4+deb10u2_amd64.deb ... #5 6.017 Unpacking curl (7.64.0-4+deb10u2) over (7.64.0-4+deb10u1) ... #5 6.093 Preparing to unpack .../06-libcurl4_7.64.0-4+deb10u2_amd64.deb ... #5 6.109 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) over (7.64.0-4+deb10u1) ... #5 6.184 Selecting previously unselected package libfakeroot:amd64. #5 6.186 Preparing to unpack .../07-libfakeroot_1.23-1_amd64.deb ... #5 6.190 Unpacking libfakeroot:amd64 (1.23-1) ... #5 6.222 Selecting previously unselected package fakeroot. #5 6.224 Preparing to unpack .../08-fakeroot_1.23-1_amd64.deb ... #5 6.228 Unpacking fakeroot (1.23-1) ... #5 6.265 Selecting previously unselected package libalgorithm-diff-perl. #5 6.267 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.299 Selecting previously unselected package libalgorithm-diff-xs-perl. #5 6.299 Preparing to unpack .../10-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ... #5 6.303 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ... #5 6.330 Selecting previously unselected package libalgorithm-merge-perl. #5 6.332 Preparing to unpack .../11-libalgorithm-merge-perl_0.08-3_all.deb ... #5 6.335 Unpacking libalgorithm-merge-perl (0.08-3) ... #5 6.366 Preparing to unpack .../12-openssl_1.1.1d-0+deb10u6_amd64.deb ... #5 6.377 Unpacking openssl (1.1.1d-0+deb10u6) over (1.1.1d-0+deb10u3) ... #5 6.725 Setting up libalgorithm-diff-perl (1.19.03-2) ... #5 6.736 Setting up bzip2 (1.0.6-9.2~deb10u1) ... #5 6.745 Setting up libfakeroot:amd64 (1.23-1) ... #5 6.759 Setting up fakeroot (1.23-1) ... #5 6.783 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode #5 6.795 Setting up xz-utils (5.2.4-1) ... #5 6.803 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode #5 6.811 Setting up patch (2.7.6-3+deb10u1) ... #5 6.822 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ... #5 6.834 Setting up curl (7.64.0-4+deb10u2) ... #5 6.848 Setting up openssl (1.1.1d-0+deb10u6) ... #5 6.864 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ... #5 6.875 Setting up libalgorithm-merge-perl (0.08-3) ... #5 6.887 Setting up dpkg-dev (1.19.7) ... #5 6.907 Setting up build-essential (12.6) ... #5 6.920 Processing triggers for libc-bin (2.28-10) ... #5 DONE 7.4s #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 1.0s #7 [ 4/11] RUN curl -fsSL https://github.com/theupdateframework/notary/releases/download/v0.6.1/notary-Linux-amd64 -o /usr/local/bin/notary && chmod +x /usr/local/bin/notary #7 sha256:8d70ded02fb042d399041dbd9612fc6c8170eda4dac19c77df0e11cd08f6f6d9 #7 DONE 0.9s #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.8s #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:a2d9041a72d50dc4b6e06686c2ce962b89124084333b0186c6097ad02055df05 #11 DONE 0.1s #12 [ 8/11] RUN echo 'notary.cert' >> /etc/ca-certificates.conf && update-ca-certificates #12 sha256:0dac3463a59381f8a5dd6d706c216d28cc3062387a37976c78b3aaef3eb49bc7 #12 0.460 Updating certificates in /etc/ssl/certs... #12 0.943 1 added, 0 removed; done. #12 0.944 Running hooks in /etc/ca-certificates/update.d... #12 0.946 done. #12 DONE 1.0s #13 [ 9/11] COPY . . #13 sha256:b060d8724175d51d04b807b0633844cc4321f1457aba94c23f6be287859f91cf #13 DONE 0.6s #14 [10/11] RUN ./scripts/build/binary #14 sha256:d7ef4a540fa202ee36d0cd1898bf8759c359d10d9e9d258471b371f2102aa81b #14 0.441 Building static docker-linux-amd64 #14 DONE 72.7s #15 [11/11] RUN ./scripts/build/plugins e2e/cli-plugins/plugins/* #15 sha256:dcc4b887725f7127a88330dbd3a2c998876a0014f233ebc42e9b2f48605d2e96 #15 0.472 Building statically linked build/plugins-linux-amd64/docker-helloworld #15 1.693 Building statically linked build/plugins-linux-amd64/docker-badmeta #15 2.735 Building statically linked build/plugins-linux-amd64/docker-nopersistentprerun #15 DONE 4.0s #16 exporting to image #16 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 #16 exporting layers #16 exporting layers 2.4s done #16 writing image sha256:83836444cf4ac06761ed0686e45eaad34a7a389de84a2de56c08d18992fd73b9 done #16 naming to docker.io/library/docker-cli-e2eclie2e385 done #16 DONE 2.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-e2eclie2e385 Native build is an experimental feature and could change at any time Creating network "cliendtoendsuite_default" with the default driver Pulling registry (registry:2)... 2: Pulling from library/registry Digest: sha256:bac2d7050dc4826516650267fe7dc6627e9e11ad653daca0641437abdf18df27 Status: Downloaded newer image for registry:2 Pulling engine (docker:stable-dind)... stable-dind: Pulling from library/docker Digest: sha256:4972457c6a8a4309f9796fc3c8fd288923045ba0e214c102d92b70be99e249d1 Status: Downloaded newer image for docker:stable-dind Building notary-server #1 [internal] load build definition from Dockerfile.notary-server #1 sha256:5255a066d8cd35ba30157daf6b2dc51f93660499eaac8b3ee747f2045dfa7702 #1 transferring dockerfile: 140B done #1 DONE 0.0s #2 [internal] load .dockerignore #2 sha256:d325c05b8573b4c19ce04b506cd8b1449a9929a9dd8861e433285695f159d2d7 #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.3s #5 [internal] load build context #5 sha256:378f1ef14b97a03f71a3831efc6cde52a931bb2ec57de04ec734297e586bba0a #5 transferring context: 5.70kB done #5 DONE 0.0s #4 [1/2] FROM docker.io/library/notary:server-0.5.0@sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244 #4 sha256:cd52ec412b0b1cb53bf96e4160cee4046ce1447da482224a0d115d68a2468239 #4 resolve docker.io/library/notary:server-0.5.0@sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244 0.0s done #4 extracting sha256:4fe2ade4980c2dda4fc95858ebb981489baec8c1e4bd282ab1c3560be8ff9bde #4 extracting sha256:4fe2ade4980c2dda4fc95858ebb981489baec8c1e4bd282ab1c3560be8ff9bde 0.1s done #4 sha256:070baad58e0d2d397143ab9f03defb8b016fc8d57eab900d496727c0e2e00292 377B / 377B 0.1s done #4 sha256:b9ff31535c882e16ca7c737f9b9852e6b03e10cd1cd3fdf653beecdedf3dffff 1.19kB / 1.19kB 0.2s done #4 sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244 434B / 434B done #4 sha256:88bddb53072ae1b018b3b09ac1974be903800e3595ec31401fc3c73ffb66affd 1.36kB / 1.36kB done #4 sha256:16b632e954ca01326ecc36ff0c7bb651baf9dcf92366b322b112f697193eb3d5 3.40kB / 3.40kB done #4 sha256:4fe2ade4980c2dda4fc95858ebb981489baec8c1e4bd282ab1c3560be8ff9bde 2.21MB / 2.21MB 0.1s done #4 sha256:176147d1183da92e05482a5560407bfc56af52bc61b1cb5bdb323d4c7d6a8867 411B / 411B 0.1s done #4 sha256:9504875b8162730788ff7df926b72bcbb2bae4690f5195b6d62ec961ffc12056 0B / 4.03MB 0.2s #4 sha256:9504875b8162730788ff7df926b72bcbb2bae4690f5195b6d62ec961ffc12056 3.15MB / 4.03MB 0.3s #4 extracting sha256:176147d1183da92e05482a5560407bfc56af52bc61b1cb5bdb323d4c7d6a8867 done #4 sha256:9504875b8162730788ff7df926b72bcbb2bae4690f5195b6d62ec961ffc12056 4.03MB / 4.03MB 0.4s done #4 extracting sha256:9504875b8162730788ff7df926b72bcbb2bae4690f5195b6d62ec961ffc12056 0.1s #4 extracting sha256:9504875b8162730788ff7df926b72bcbb2bae4690f5195b6d62ec961ffc12056 0.2s done #4 extracting sha256:070baad58e0d2d397143ab9f03defb8b016fc8d57eab900d496727c0e2e00292 done #4 extracting sha256:b9ff31535c882e16ca7c737f9b9852e6b03e10cd1cd3fdf653beecdedf3dffff done #4 DONE 0.8s #6 [2/2] COPY ./notary/ /fixtures/ #6 sha256:5fcbfc1a1db02cdb7e782760246a447a6a4393b4349100a512075b72bf0ee252 #6 DONE 0.3s #7 exporting to image #7 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 #7 exporting layers 0.0s done #7 writing image sha256:b42b3b64de32c8d438568ab5600db6db885a65040c86633297d5ecf6a2b8f49a done #7 naming to docker.io/library/cliendtoendsuite_notary-server done #7 DONE 0.0s Successfully built b42b3b64de32c8d438568ab5600db6db885a65040c86633297d5ecf6a2b8f49a Building evil-notary-server #1 [internal] load build definition from Dockerfile.evil-notary-server #1 sha256:191bc2b4c906056ae27f5e7466b3aa4a0136bf83287da1236e27fdd1c42059fd #1 transferring dockerfile: 150B done #1 DONE 0.0s #2 [internal] load .dockerignore #2 sha256:7faec5885b94ded4a9a890c922385070163f33fe4e4a6272a468048f7de758b7 #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.0s #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:1966bc32cd99b39fce07ea9b0d436a1e3e75e017b9d7faa507dcca7aa16cdbaa #5 transferring context: 5.73kB done #5 DONE 0.0s #4 [1/2] FROM docker.io/library/notary:server-0.5.0@sha256:d59e4ecc20198447a9818e7f16d0a02ba1d9905de71e5354bc8ee0017304a244 #4 sha256:cd52ec412b0b1cb53bf96e4160cee4046ce1447da482224a0d115d68a2468239 #4 CACHED #6 [2/2] COPY ./notary-evil/ /fixtures/ #6 sha256:652f4ae32c0660b07af3022b70092f1d7fc6a5f268d7054374354d7f176bec75 #6 DONE 0.0s #7 exporting to image #7 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 #7 exporting layers 0.0s done #7 writing image sha256:8e2ab4c67041791209ea45073fa756f107a20425e8d594a49fe7cf2cf2bbfaa3 done #7 naming to docker.io/library/cliendtoendsuite_evil-notary-server done #7 DONE 0.0s Successfully built 8e2ab4c67041791209ea45073fa756f107a20425e8d594a49fe7cf2cf2bbfaa3 Creating cliendtoendsuite_evil-notary-server_1 ... Creating cliendtoendsuite_registry_1 ... Creating cliendtoendsuite_engine_1 ... Creating cliendtoendsuite_notary-server_1 ...  Creating cliendtoendsuite_registry_1 ... done  Creating cliendtoendsuite_engine_1 ... done  Creating cliendtoendsuite_notary-server_1 ... done  Creating cliendtoendsuite_evil-notary-server_1 ... done Waiting for docker daemon to become available at tcp://172.18.0.5:2375 Client: Version: 20.10.0-dev API version: 1.40 Go version: go1.13.15 Git commit: 114274099 Built: Tue May 25 12:59:21 2021 OS/Arch: linux/amd64 Context: default Experimental: true Server: Docker Engine - Community Engine: Version: 19.03.14 API version: 1.40 (minimum version 1.12) Go version: go1.13.15 Git commit: 5eb3275 Built: Tue Dec 1 19:21:08 2020 OS/Arch: linux/amd64 Experimental: false containerd: Version: v1.3.9 GitCommit: ea765aba0d05254012b0b9e595e995c09186427f runc: Version: 1.0.0-rc10 GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd docker-init: Version: 0.18.0 GitCommit: fec3683 sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d: Pulling from library/alpine 88286f41530e: Pulling fs layer 88286f41530e: Download complete 88286f41530e: Pull complete Digest: sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d Status: Downloaded newer image for alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d docker.io/library/alpine@sha256:f006ecbb824d87947d0b51ab8488634bf69fe4094959d935c0c103f4820a417d The push refers to repository [registry:5000/alpine] 5bef08742407: Preparing 5bef08742407: Pushed 3.6: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528 sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7: Pulling from library/busybox 03b1be98f3f9: Pulling fs layer 03b1be98f3f9: Verifying Checksum 03b1be98f3f9: Download complete 03b1be98f3f9: Pull complete Digest: sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7 Status: Downloaded newer image for busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7 docker.io/library/busybox@sha256:3e8fa85ddfef1af9ca85a5cfb714148956984e02f00bec3f7f49d3925a91e0e7 The push refers to repository [registry:5000/busybox] 6a749002dd6a: Preparing 6a749002dd6a: Pushed 1.27.2: digest: sha256:030fcb92e1487b18c974784dcc110a93147c9fc402188370fbfd17efabffc6af size: 527 Swarm initialized: current node (mp1yupui4vkyn19vae5fismqg) is now a manager. To add a worker to this swarm, run the following command: docker swarm join --token SWMTKN-1-3j39ntlzzvv0swdcocrw5r4emq5z5o86ev1pwqbmknlvozasjf-b7bcjj6eo175bt0lmtt9xz2p7 172.18.0.5:2377 To add a manager to this swarm, run 'docker swarm join-token manager' and follow the instructions. ✓ e2e/cli-plugins (2.879s) ∅ e2e/cli-plugins/plugins/badmeta ∅ e2e/cli-plugins/plugins/nopersistentprerun ✓ e2e/context (226ms) ✓ e2e/global (134ms) ✖ e2e/container (12.52s) ✖ e2e/image (8.806s) ∅ e2e/internal/fixtures ✓ e2e/stack (632ms) ✓ e2e/system (83ms) ✖ e2e/plugin (3.255s) ∅ e2e/plugin/basic ✓ e2e/trust (2.644s) === Skipped === SKIP: e2e/cli-plugins TestCLIPluginDialStdio (0.00s) dial_test.go:16: skipping plugin dial-stdio test since DOCKER_CLI_PLUGIN_USE_DIAL_STDIO is not set === SKIP: e2e/container TestRunWithCgroupNamespace (0.12s) run_test.go:141: !cgroupNsFound: running against a daemon that doesn't support cgroup namespaces (security options: [name=apparmor name=seccomp,profile=default] ) === SKIP: e2e/image TestBuildIidFileSquash (0.03s) build_test.go:112: !experimentalBuild: running against a non-experimental daemon === SKIP: e2e/stack TestDeployWithNamedResources/Kubernetes (0.00s) --- SKIP: TestDeployWithNamedResources/Kubernetes (0.00s) deploy_test.go:22: FIXME(chris-crone): currently does not work with compose for kubernetes. === SKIP: e2e/stack TestRemove/Kubernetes (0.00s) --- SKIP: TestRemove/Kubernetes (0.00s) remove_test.go:22: !environment.KubernetesEnabled() === Failed === FAIL: e2e/container TestAttachExitCode (0.58s) attach_test.go:25: assertion failed: Command: docker run -d -i --rm registry:5000/alpine:3.6 sh -c read; exit 21 ExitCode: 125 Error: exit status 125 Stdout: 09b91c8aaab8989694b61a5e1ecbe050c9326f6b89422d767c1f5e207b583957 Stderr: docker: Error response from daemon: cgroups: cgroup mountpoint does not exist: unknown. Failures: ExitCode was 125 expected 0 Expected no error === FAIL: e2e/container TestKillContainer (0.48s) kill_test.go:36: assertion failed: Command: docker run -d registry:5000/alpine:3.6 top ExitCode: 125 Error: exit status 125 Stdout: 4918c12bfacc6c2a224820ca1672c3a9cc66b62b268f1add37b11c2a27898f6b Stderr: docker: Error response from daemon: cgroups: cgroup mountpoint does not exist: unknown. Failures: ExitCode was 125 expected 0 Expected no error === FAIL: e2e/container TestSigProxyWithTTY (5.12s) proxy_signal_test.go:29: timeout hit after 5s: expected status running != created === FAIL: e2e/container TestRunAttachedFromRemoteImageAndRemove (0.74s) run_test.go:26: assertion failed: Command: docker run --rm registry:5000/alpine:test-run-pulls echo this is output ExitCode: 125 Error: exit status 125 Stdout: Stderr: Unable to find image 'registry:5000/alpine:test-run-pulls' locally test-run-pulls: Pulling from alpine Digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d Status: Downloaded newer image for registry:5000/alpine:test-run-pulls docker: Error response from daemon: cgroups: cgroup mountpoint does not exist: unknown. Failures: ExitCode was 125 expected 0 Expected no error === FAIL: e2e/container TestRunWithContentTrust (1.39s) run_test.go:48: assertion failed: Command: docker run registry:5000/trust-run:latest ExitCode: 125 Error: exit status 125 Stdout: Stderr: Unable to find image 'registry:5000/trust-run:latest' locally sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d: Pulling from trust-run Digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d Status: Downloaded newer image for registry:5000/trust-run@sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d Tagging registry:5000/trust-run@sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d as registry:5000/trust-run:latest docker: Error response from daemon: cgroups: cgroup mountpoint does not exist: unknown. time="2021-05-25T13:01:22Z" level=error msg="error waiting for container: context canceled" Failures: ExitCode was 125 expected 0 Expected no error === FAIL: e2e/container TestTrustedRunFromBadTrustServer (0.96s) run_test.go:98: assertion failed: Command: docker run registry:5000/evil-alpine:latest ExitCode: 125 Error: exit status 125 Stdout: Stderr: Unable to find image 'registry:5000/evil-alpine:latest' locally sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d: Pulling from evil-alpine Digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d Status: Downloaded newer image for registry:5000/evil-alpine@sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d Tagging registry:5000/evil-alpine@sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d as registry:5000/evil-alpine:latest docker: Error response from daemon: cgroups: cgroup mountpoint does not exist: unknown. time="2021-05-25T13:01:23Z" level=error msg="error waiting for container: context canceled" Failures: ExitCode was 125 expected 0 Expected no error === FAIL: e2e/image TestBuildFromContextDirectoryWithTag (0.68s) build_test.go:37: assertion failed: Command: docker build -t myimage . ExitCode: 1 Error: exit status 1 Stdout: Sending build context to Docker daemon 4.608kB Step 1/4 : FROM registry:5000/alpine:3.6 ---> 76da55c8019d Step 2/4 : COPY run /usr/bin/run ---> bbcaed975529 Step 3/4 : RUN run ---> Running in 23e52bc0f77f Stderr: cgroups: cgroup mountpoint does not exist: unknown Failures: ExitCode was 1 expected 0 Expected stderr to contain "[NOTHING]" Expected no error === FAIL: e2e/image TestTrustedBuild (1.56s) build_test.go:76: assertion failed: Command: docker build -t myimage . ExitCode: 1 Error: exit status 1 Stdout: Sending build context to Docker daemon 2.048kB Step 1/4 : FROM registry:5000/trust-build1@sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d as build-base sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d: Pulling from trust-build1 Digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d Status: Downloaded newer image for registry:5000/trust-build1@sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d ---> 76da55c8019d Step 2/4 : RUN echo ok > /foo ---> Running in 4dd3f89153d4 Stderr: cgroups: cgroup mountpoint does not exist: unknown Failures: ExitCode was 1 expected 0 Expected stderr to contain "Tagging registry:5000/trust-build1@sha" Expected no error === FAIL: e2e/plugin TestInstallWithContentTrust (3.09s) trust_test.go:52: assertion failed: Command: docker plugin install --grant-all-permissions registry:5000/plugin-content-trust ExitCode: 1 Error: exit status 1 Stdout: sha256:c78c0173397c1406269e8b2fe9316188d3bac85502a87c261c099672ec84faaf: Pulling from plugin-content-trust 61ea5e244b61: Verifying Checksum 61ea5e244b61: Download complete Digest: sha256:c78c0173397c1406269e8b2fe9316188d3bac85502a87c261c099672ec84faaf Status: Downloaded newer image for registry:5000/plugin-content-trust@sha256:c78c0173397c1406269e8b2fe9316188d3bac85502a87c261c099672ec84faaf Stderr: Error response from daemon: cgroups: cgroup mountpoint does not exist: unknown Failures: ExitCode was 1 expected 0 Expected no error DONE 96 tests, 5 skipped, 9 failures in 33.652s Stopping cliendtoendsuite_engine_1 ... Stopping cliendtoendsuite_notary-server_1 ... Stopping cliendtoendsuite_registry_1 ... Stopping cliendtoendsuite_evil-notary-server_1 ...  Stopping cliendtoendsuite_registry_1 ... done  Stopping cliendtoendsuite_evil-notary-server_1 ... done  Stopping cliendtoendsuite_notary-server_1 ... done  Stopping cliendtoendsuite_engine_1 ... done Removing cliendtoendsuite_engine_1 ... Removing cliendtoendsuite_notary-server_1 ... Removing cliendtoendsuite_registry_1 ... Removing cliendtoendsuite_evil-notary-server_1 ...  Removing cliendtoendsuite_evil-notary-server_1 ... done  Removing cliendtoendsuite_notary-server_1 ... done  Removing cliendtoendsuite_registry_1 ... done  Removing cliendtoendsuite_engine_1 ... done Removing network cliendtoendsuite_default Removing image cliendtoendsuite_notary-server Removing image cliendtoendsuite_evil-notary-server make: *** [docker.Makefile:135: 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