Pull request #2691 updated 15:58:02 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 195c4b6655fee3a3a3a8f4c799baf31be91dd879+2c6ef9b11d785d5023bb72a651707f613f60bdb6 (eb70a73a1c63c60794c096c31f5ea5cb5e80c9ee) 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 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 (i-0af178e203ffe6d20) in /home/ubuntu/workspace/docker-py_PR-2691 [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/docker-py_PR-2691@tmp/bc09e561-83af-47bd-8dbb-ad007d3a2838/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 15:58:05 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 15:58:05 chowning workspace [Pipeline] sh 15:58:05 + pwd 15:58:05 + id -u 15:58:05 + id -g 15:58:05 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2691:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] echo 15:58:05 Removing all docker containers [Pipeline] sh 15:58:06 + docker container ls -aq [Pipeline] echo 15:58:06 Docker containers have been removed [Pipeline] echo 15:58:06 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo 15:58:06 cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (build image) [Pipeline] checkout 15:58:06 using credential docker-jenkins-github-credentials 15:58:06 Cloning the remote Git repository 15:58:06 Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/docker/docker-py.git > git init /home/ubuntu/workspace/docker-py_PR-2691 # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.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/docker-py.git +refs/pull/2691/head:refs/remotes/origin/PR-2691 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:58:07 Fetching without tags 15:58:07 Merging remotes/origin/master commit 2c6ef9b11d785d5023bb72a651707f613f60bdb6 into PR head commit 195c4b6655fee3a3a3a8f4c799baf31be91dd879 15:58:07 Merge succeeded, producing 94e827160ce66d5b7c3bb239b406f973dd5a2aed 15:58:07 Checking out Revision 94e827160ce66d5b7c3bb239b406f973dd5a2aed (PR-2691) 15:58:07 Commit message: "Merge commit '2c6ef9b11d785d5023bb72a651707f613f60bdb6' into HEAD" 15:58:07 First time build. Skipping changelog. [Pipeline] sh > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2691/head:refs/remotes/origin/PR-2691 # 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/docker-py.git # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.git using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2691/head:refs/remotes/origin/PR-2691 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 195c4b6655fee3a3a3a8f4c799baf31be91dd879 # 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 2c6ef9b11d785d5023bb72a651707f613f60bdb6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 94e827160ce66d5b7c3bb239b406f973dd5a2aed # timeout=10 > git rev-list --no-walk e4145912c577bf5938b563f6e8297861f1b92cf1 # timeout=10 15:58:08 + git rev-parse HEAD [Pipeline] isUnix [Pipeline] sh 15:58:08 + docker pull dockerbuildbot/docker-py:sshdind-94e827160ce66d5b7c3bb239b406f973dd5a2aed 15:58:08 Error response from daemon: manifest for dockerbuildbot/docker-py:sshdind-94e827160ce66d5b7c3bb239b406f973dd5a2aed not found: manifest unknown: manifest unknown [Pipeline] isUnix [Pipeline] sh 15:58:09 + docker build -t dockerbuildbot/docker-py:sshdind-94e827160ce66d5b7c3bb239b406f973dd5a2aed -f tests/Dockerfile-ssh-dind . 15:58:09 Sending build context to Docker daemon 1.361MB 15:58:09 Step 1/11 : ARG API_VERSION=1.39 15:58:09 Step 2/11 : ARG ENGINE_VERSION=19.03.12 15:58:09 Step 3/11 : FROM docker:${ENGINE_VERSION}-dind 15:58:09 19.03.12-dind: Pulling from library/docker 15:58:09 df20fa9351a1: Pulling fs layer 15:58:09 25ad7478873d: Pulling fs layer 15:58:09 4684f6177b5d: Pulling fs layer 15:58:09 46e300cec669: Pulling fs layer 15:58:09 63038576ad94: Pulling fs layer 15:58:09 0fdb76c4706c: Pulling fs layer 15:58:09 cb7edeffdfd5: Pulling fs layer 15:58:09 cc28bd76800f: Pulling fs layer 15:58:09 54196fe38f7e: Pulling fs layer 15:58:09 ea71acc29633: Pulling fs layer 15:58:09 657cc4c15165: Pulling fs layer 15:58:09 cb7edeffdfd5: Waiting 15:58:09 cc28bd76800f: Waiting 15:58:09 54196fe38f7e: Waiting 15:58:09 ea71acc29633: Waiting 15:58:09 46e300cec669: Waiting 15:58:09 63038576ad94: Waiting 15:58:09 0fdb76c4706c: Waiting 15:58:09 657cc4c15165: Waiting 15:58:09 4684f6177b5d: Verifying Checksum 15:58:09 4684f6177b5d: Download complete 15:58:09 25ad7478873d: Verifying Checksum 15:58:09 25ad7478873d: Download complete 15:58:09 df20fa9351a1: Verifying Checksum 15:58:09 63038576ad94: Verifying Checksum 15:58:09 63038576ad94: Download complete 15:58:09 0fdb76c4706c: Verifying Checksum 15:58:09 0fdb76c4706c: Download complete 15:58:09 cb7edeffdfd5: Verifying Checksum 15:58:09 cb7edeffdfd5: Download complete 15:58:09 54196fe38f7e: Verifying Checksum 15:58:09 54196fe38f7e: Download complete 15:58:09 cc28bd76800f: Verifying Checksum 15:58:09 cc28bd76800f: Download complete 15:58:10 657cc4c15165: Verifying Checksum 15:58:10 657cc4c15165: Download complete 15:58:10 ea71acc29633: Verifying Checksum 15:58:10 ea71acc29633: Download complete 15:58:10 df20fa9351a1: Pull complete 15:58:10 46e300cec669: Verifying Checksum 15:58:10 46e300cec669: Download complete 15:58:10 25ad7478873d: Pull complete 15:58:10 4684f6177b5d: Pull complete 15:58:12 46e300cec669: Pull complete 15:58:12 63038576ad94: Pull complete 15:58:12 0fdb76c4706c: Pull complete 15:58:12 cb7edeffdfd5: Pull complete 15:58:12 cc28bd76800f: Pull complete 15:58:12 54196fe38f7e: Pull complete 15:58:12 ea71acc29633: Pull complete 15:58:13 657cc4c15165: Pull complete 15:58:13 Digest: sha256:674f1f40ff7c8ac14f5d8b6b28d8fb1f182647ff75304d018003f1e21a0d8771 15:58:13 Status: Downloaded newer image for docker:19.03.12-dind 15:58:13 ---> 66dc2d45749a 15:58:13 Step 4/11 : RUN apk add --no-cache openssh 15:58:13 ---> Running in 1c5a58a0a29e 15:58:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:58:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:58:14 (1/4) Installing openssh-sftp-server (8.3_p1-r0) 15:58:14 (2/4) Installing openssh-server-common (8.3_p1-r0) 15:58:14 (3/4) Installing openssh-server (8.3_p1-r0) 15:58:14 (4/4) Installing openssh (8.3_p1-r0) 15:58:14 Executing busybox-1.31.1-r16.trigger 15:58:14 OK: 28 MiB in 51 packages 15:58:15 Removing intermediate container 1c5a58a0a29e 15:58:15 ---> 0958b71a976f 15:58:15 Step 5/11 : RUN ssh-keygen -A 15:58:15 ---> Running in 0db2b10abc1a 15:58:15 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 15:58:16 Removing intermediate container 0db2b10abc1a 15:58:16 ---> 14731e7e8d89 15:58:16 Step 6/11 : RUN echo "IgnoreUserKnownHosts yes" > /etc/ssh/sshd_config && echo "PubkeyAuthentication yes" >> /etc/ssh/sshd_config && echo "PermitRootLogin yes" >> /etc/ssh/sshd_config 15:58:16 ---> Running in e16d4f44f8d1 15:58:17 Removing intermediate container e16d4f44f8d1 15:58:17 ---> 3cff9565d604 15:58:17 Step 7/11 : COPY tests/ssh-keys/authorized_keys /root/.ssh/authorized_keys 15:58:17 ---> f5d06c693d21 15:58:17 Step 8/11 : RUN chmod 600 /root/.ssh/authorized_keys 15:58:17 ---> Running in 9ec30b6e2272 15:58:18 Removing intermediate container 9ec30b6e2272 15:58:18 ---> 2e1e5ac969f6 15:58:18 Step 9/11 : RUN echo "root:root" | chpasswd 15:58:18 ---> Running in 7043658bd677 15:58:18 chpasswd: password for 'root' changed 15:58:18 Removing intermediate container 7043658bd677 15:58:18 ---> 19cc7eecbcb9 15:58:18 Step 10/11 : RUN ln -s /usr/local/bin/docker /usr/bin/docker 15:58:18 ---> Running in 5bdba4656a5f 15:58:19 Removing intermediate container 5bdba4656a5f 15:58:19 ---> e7a1356ae8c7 15:58:19 Step 11/11 : EXPOSE 22 15:58:19 ---> Running in d04fefc0775f 15:58:19 Removing intermediate container d04fefc0775f 15:58:19 ---> 122296b8c1ba 15:58:19 Successfully built 122296b8c1ba 15:58:19 Successfully tagged dockerbuildbot/docker-py:sshdind-94e827160ce66d5b7c3bb239b406f973dd5a2aed [Pipeline] isUnix [Pipeline] sh 15:58:19 + docker tag dockerbuildbot/docker-py:sshdind-94e827160ce66d5b7c3bb239b406f973dd5a2aed dockerbuildbot/docker-py:sshdind-94e827160ce66d5b7c3bb239b406f973dd5a2aed [Pipeline] isUnix [Pipeline] sh 15:58:20 + docker push dockerbuildbot/docker-py:sshdind-94e827160ce66d5b7c3bb239b406f973dd5a2aed 15:58:20 The push refers to repository [docker.io/dockerbuildbot/docker-py] 15:58:20 d490322b0df9: Preparing 15:58:20 5a26b91265c3: Preparing 15:58:20 b602ad1818bd: Preparing 15:58:20 d8cb8e967393: Preparing 15:58:20 7a404b8ad5b1: Preparing 15:58:20 5a2860fbb59c: Preparing 15:58:20 cf19cdac09bf: Preparing 15:58:20 1149e736aa92: Preparing 15:58:20 39e79983ac8b: Preparing 15:58:20 da8c28465f82: Preparing 15:58:20 d1292e236c36: Preparing 15:58:20 8890c171a12b: Preparing 15:58:20 4ae5bd84d450: Preparing 15:58:20 723a561964c8: Preparing 15:58:20 78764725b56c: Preparing 15:58:20 51d6d3d09136: Preparing 15:58:20 1507bc794612: Preparing 15:58:20 50644c29ef5a: Preparing 15:58:20 5a2860fbb59c: Waiting 15:58:20 cf19cdac09bf: Waiting 15:58:20 1149e736aa92: Waiting 15:58:20 39e79983ac8b: Waiting 15:58:20 da8c28465f82: Waiting 15:58:20 d1292e236c36: Waiting 15:58:20 8890c171a12b: Waiting 15:58:20 4ae5bd84d450: Waiting 15:58:20 723a561964c8: Waiting 15:58:20 78764725b56c: Waiting 15:58:20 51d6d3d09136: Waiting 15:58:20 1507bc794612: Waiting 15:58:20 50644c29ef5a: Waiting 15:58:21 7a404b8ad5b1: Pushed 15:58:21 b602ad1818bd: Pushed 15:58:21 d490322b0df9: Pushed 15:58:21 1149e736aa92: Layer already exists 15:58:21 39e79983ac8b: Layer already exists 15:58:21 d8cb8e967393: Pushed 15:58:21 da8c28465f82: Layer already exists 15:58:21 8890c171a12b: Layer already exists 15:58:22 4ae5bd84d450: Layer already exists 15:58:22 723a561964c8: Layer already exists 15:58:22 78764725b56c: Layer already exists 15:58:22 d1292e236c36: Layer already exists 15:58:22 51d6d3d09136: Layer already exists 15:58:22 50644c29ef5a: Layer already exists 15:58:22 1507bc794612: Layer already exists 15:58:22 5a26b91265c3: Pushed 15:58:23 cf19cdac09bf: Pushed 15:58:23 5a2860fbb59c: Pushed 15:58:26 sshdind-94e827160ce66d5b7c3bb239b406f973dd5a2aed: digest: sha256:20578fbdd85f16b4bc5d8215aad69598501eeaa92f53dd9a6bc877985e924676 size: 4067 [Pipeline] isUnix [Pipeline] sh 15:58:26 + docker pull dockerbuildbot/docker-py:py2-94e827160ce66d5b7c3bb239b406f973dd5a2aed 15:58:26 Error response from daemon: manifest for dockerbuildbot/docker-py:py2-94e827160ce66d5b7c3bb239b406f973dd5a2aed not found: manifest unknown: manifest unknown [Pipeline] isUnix [Pipeline] sh 15:58:26 + docker build -t dockerbuildbot/docker-py:py2-94e827160ce66d5b7c3bb239b406f973dd5a2aed -f tests/Dockerfile --build-arg PYTHON_VERSION=2.7 . 15:58:26 Sending build context to Docker daemon 1.361MB 15:58:26 Step 1/21 : ARG PYTHON_VERSION=3.7 15:58:26 Step 2/21 : FROM python:${PYTHON_VERSION} 15:58:27 2.7: Pulling from library/python 15:58:27 7e2b2a5af8f6: Pulling fs layer 15:58:27 09b6f03ffac4: Pulling fs layer 15:58:27 dc3f0c679f0f: Pulling fs layer 15:58:27 fd4b47407fc3: Pulling fs layer 15:58:27 b32f6bf7d96d: Pulling fs layer 15:58:27 6f4489a7e4cf: Pulling fs layer 15:58:27 af4b99ad9ef0: Pulling fs layer 15:58:27 39db0bc48c26: Pulling fs layer 15:58:27 acb4a89489fc: Pulling fs layer 15:58:27 fd4b47407fc3: Waiting 15:58:27 b32f6bf7d96d: Waiting 15:58:27 6f4489a7e4cf: Waiting 15:58:27 af4b99ad9ef0: Waiting 15:58:27 39db0bc48c26: Waiting 15:58:27 acb4a89489fc: Waiting 15:58:27 09b6f03ffac4: Verifying Checksum 15:58:27 09b6f03ffac4: Download complete 15:58:27 dc3f0c679f0f: Verifying Checksum 15:58:27 dc3f0c679f0f: Download complete 15:58:28 7e2b2a5af8f6: Verifying Checksum 15:58:28 7e2b2a5af8f6: Download complete 15:58:28 6f4489a7e4cf: Verifying Checksum 15:58:28 6f4489a7e4cf: Download complete 15:58:28 fd4b47407fc3: Verifying Checksum 15:58:28 fd4b47407fc3: Download complete 15:58:28 39db0bc48c26: Verifying Checksum 15:58:28 39db0bc48c26: Download complete 15:58:28 af4b99ad9ef0: Verifying Checksum 15:58:28 af4b99ad9ef0: Download complete 15:58:28 acb4a89489fc: Verifying Checksum 15:58:28 acb4a89489fc: Download complete 15:58:30 b32f6bf7d96d: Verifying Checksum 15:58:30 b32f6bf7d96d: Download complete 15:58:31 7e2b2a5af8f6: Pull complete 15:58:31 09b6f03ffac4: Pull complete 15:58:31 dc3f0c679f0f: Pull complete 15:58:34 fd4b47407fc3: Pull complete 15:58:40 b32f6bf7d96d: Pull complete 15:58:40 6f4489a7e4cf: Pull complete 15:58:41 af4b99ad9ef0: Pull complete 15:58:41 39db0bc48c26: Pull complete 15:58:42 acb4a89489fc: Pull complete 15:58:42 Digest: sha256:cfa62318c459b1fde9e0841c619906d15ada5910d625176e24bf692cf8a2601d 15:58:42 Status: Downloaded newer image for python:2.7 15:58:42 ---> 68e7be49c28c 15:58:42 Step 3/21 : ARG APT_MIRROR 15:58:43 ---> Running in c2e515468bcb 15:58:43 Removing intermediate container c2e515468bcb 15:58:43 ---> e0c548382f6e 15:58:43 Step 4/21 : RUN sed -ri "s/(httpredir|deb).debian.org/${APT_MIRROR:-deb.debian.org}/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/${APT_MIRROR:-security.debian.org}/g" /etc/apt/sources.list 15:58:43 ---> Running in 3c20432c8c29 15:58:44 Removing intermediate container 3c20432c8c29 15:58:44 ---> 9f0c62ff1072 15:58:44 Step 5/21 : RUN apt-get update && apt-get -y install --no-install-recommends gnupg2 pass 15:58:44 ---> Running in b1b90939587b 15:58:44 Get:1 http://deb.debian.org/debian buster InRelease [121 kB] 15:58:44 Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] 15:58:44 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] 15:58:44 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB] 15:58:44 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] 15:58:45 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [245 kB] 15:58:46 Fetched 8398 kB in 2s (4759 kB/s) 15:58:46 Reading package lists... 15:58:47 Reading package lists... 15:58:47 Building dependency tree... 15:58:47 Reading state information... 15:58:47 The following additional packages will be installed: 15:58:47 tree 15:58:47 Suggested packages: 15:58:47 libxml-simple-perl ruby 15:58:47 Recommended packages: 15:58:47 qrencode xclip 15:58:47 The following NEW packages will be installed: 15:58:47 gnupg2 pass tree 15:58:48 0 upgraded, 3 newly installed, 0 to remove and 61 not upgraded. 15:58:48 Need to get 481 kB of archives. 15:58:48 After this operation, 684 kB of additional disk space will be used. 15:58:48 Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u1 [393 kB] 15:58:48 Get:2 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB] 15:58:48 Get:3 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB] 15:58:48 debconf: delaying package configuration, since apt-utils is not installed 15:58:48 Fetched 481 kB in 0s (1807 kB/s) 15:58:48 Selecting previously unselected package gnupg2. 15:58:48 (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 ... 24538 files and directories currently installed.) 15:58:48 Preparing to unpack .../gnupg2_2.2.12-1+deb10u1_all.deb ... 15:58:48 Unpacking gnupg2 (2.2.12-1+deb10u1) ... 15:58:48 Selecting previously unselected package tree. 15:58:48 Preparing to unpack .../tree_1.8.0-1_amd64.deb ... 15:58:48 Unpacking tree (1.8.0-1) ... 15:58:48 Selecting previously unselected package pass. 15:58:48 Preparing to unpack .../archives/pass_1.7.3-2_all.deb ... 15:58:48 Unpacking pass (1.7.3-2) ... 15:58:48 Setting up gnupg2 (2.2.12-1+deb10u1) ... 15:58:48 Setting up tree (1.8.0-1) ... 15:58:48 Setting up pass (1.7.3-2) ... 15:58:48 Removing intermediate container b1b90939587b 15:58:48 ---> ea654b954e7f 15:58:48 Step 6/21 : COPY tests/ssh-keys /root/.ssh 15:58:49 ---> d637bcf5d4e0 15:58:49 Step 7/21 : RUN chmod -R 600 /root/.ssh 15:58:49 ---> Running in 11ead09d7078 15:58:49 Removing intermediate container 11ead09d7078 15:58:49 ---> 3e93a6014383 15:58:49 Step 8/21 : COPY ./tests/gpg-keys /gpg-keys 15:58:50 ---> a5724557ad86 15:58:50 Step 9/21 : RUN gpg2 --import gpg-keys/secret 15:58:50 ---> Running in 246bba689948 15:58:50 gpg: directory '/root/.gnupg' created 15:58:50 gpg: keybox '/root/.gnupg/pubring.kbx' created 15:58:50 gpg: /root/.gnupg/trustdb.gpg: trustdb created 15:58:50 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported 15:58:50 gpg: key 464ED987A7B21401: secret key imported 15:58:50 gpg: Total number processed: 1 15:58:50 gpg: imported: 1 15:58:50 gpg: secret keys read: 1 15:58:50 gpg: secret keys imported: 1 15:58:50 Removing intermediate container 246bba689948 15:58:50 ---> d425506826d8 15:58:50 Step 10/21 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust 15:58:50 ---> Running in f7ea22cf7739 15:58:51 gpg: inserting ownertrust of 6 15:58:51 Removing intermediate container f7ea22cf7739 15:58:51 ---> 7d4409668e9d 15:58:51 Step 11/21 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}') 15:58:51 ---> Running in b44f96ba483e 15:58:51 gpg: please do a --check-trustdb 15:58:51 mkdir: created directory '/root/.password-store/' 15:58:51 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401 15:58:52 Removing intermediate container b44f96ba483e 15:58:52 ---> b91f96e20f53 15:58:52 Step 12/21 : RUN gpg2 --check-trustdb 15:58:52 ---> Running in 79a115b5d019 15:58:52 gpg: marginals needed: 3 completes needed: 1 trust model: pgp 15:58:52 gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u 15:58:52 Removing intermediate container 79a115b5d019 15:58:52 ---> af8722424a21 15:58:52 Step 13/21 : ARG CREDSTORE_VERSION=v0.6.3 15:58:52 ---> Running in adf449f0a1db 15:58:53 Removing intermediate container adf449f0a1db 15:58:53 ---> d1fcf628d6ee 15:58:53 Step 14/21 : RUN curl -sSL -o /opt/docker-credential-pass.tar.gz https://github.com/docker/docker-credential-helpers/releases/download/$CREDSTORE_VERSION/docker-credential-pass-$CREDSTORE_VERSION-amd64.tar.gz && tar -xf /opt/docker-credential-pass.tar.gz -O > /usr/local/bin/docker-credential-pass && rm -rf /opt/docker-credential-pass.tar.gz && chmod +x /usr/local/bin/docker-credential-pass 15:58:53 ---> Running in 1ea6ab5c944c 15:58:54 Removing intermediate container 1ea6ab5c944c 15:58:54 ---> d54e846ba6a5 15:58:54 Step 15/21 : WORKDIR /src 15:58:54 ---> Running in 18acf588602f 15:58:54 Removing intermediate container 18acf588602f 15:58:54 ---> ad57914b6227 15:58:54 Step 16/21 : COPY requirements.txt /src/requirements.txt 15:58:54 ---> cdc9efdc0ae2 15:58:54 Step 17/21 : RUN pip install -r requirements.txt 15:58:54 ---> Running in bb35bcd1f6d8 15:58:54 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support 15:58:54 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment 15:58:54 Requirement already satisfied: appdirs==1.4.3 in /usr/local/lib/python2.7/site-packages (from -r requirements.txt (line 1)) (1.4.3) 15:58:59 Collecting asn1crypto==0.22.0 15:59:00 Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB) 15:59:00 Collecting backports.ssl-match-hostname==3.5.0.1 15:59:00 Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB) 15:59:00 Collecting cffi==1.10.0 15:59:00 Downloading cffi-1.10.0-cp27-cp27mu-manylinux1_x86_64.whl (392 kB) 15:59:01 Collecting cryptography==2.3 15:59:01 Downloading cryptography-2.3-cp27-cp27mu-manylinux1_x86_64.whl (2.1 MB) 15:59:01 Collecting enum34==1.1.6 15:59:01 Downloading enum34-1.1.6-py2-none-any.whl (12 kB) 15:59:01 Collecting idna==2.5 15:59:01 Downloading idna-2.5-py2.py3-none-any.whl (55 kB) 15:59:01 Collecting ipaddress==1.0.18 15:59:01 Downloading ipaddress-1.0.18-py2-none-any.whl (17 kB) 15:59:01 Collecting packaging==16.8 15:59:01 Downloading packaging-16.8-py2.py3-none-any.whl (23 kB) 15:59:01 Collecting paramiko==2.4.2 15:59:01 Downloading paramiko-2.4.2-py2.py3-none-any.whl (193 kB) 15:59:01 Collecting pycparser==2.17 15:59:01 Downloading pycparser-2.17.tar.gz (231 kB) 15:59:01 Collecting pyOpenSSL==18.0.0 15:59:01 Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB) 15:59:01 Collecting pyparsing==2.2.0 15:59:01 Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB) 15:59:02 Collecting requests==2.20.0 15:59:02 Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB) 15:59:02 Collecting six==1.10.0 15:59:02 Downloading six-1.10.0-py2.py3-none-any.whl (10 kB) 15:59:02 Collecting urllib3==1.24.3 15:59:02 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:59:02 Collecting websocket-client==0.56.0 15:59:02 Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB) 15:59:02 Collecting pyasn1>=0.1.7 15:59:02 Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) 15:59:02 Collecting pynacl>=1.0.1 15:59:02 Downloading PyNaCl-1.4.0-cp27-cp27mu-manylinux1_x86_64.whl (964 kB) 15:59:02 Collecting bcrypt>=3.1.3 15:59:02 Downloading bcrypt-3.1.7-cp27-cp27mu-manylinux1_x86_64.whl (59 kB) 15:59:02 Collecting certifi>=2017.4.17 15:59:02 Downloading certifi-2020.11.8-py2.py3-none-any.whl (155 kB) 15:59:02 Collecting chardet<3.1.0,>=3.0.2 15:59:02 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 15:59:02 Building wheels for collected packages: backports.ssl-match-hostname, pycparser 15:59:02 Building wheel for backports.ssl-match-hostname (setup.py): started 15:59:02 Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done' 15:59:02 Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py2-none-any.whl size=5209 sha256=40ff8bba2c9b3e85401a1e814770c2405483aa5b64870fabf6624f40118c42db 15:59:02 Stored in directory: /root/.cache/pip/wheels/19/dd/8c/6cad8e6c38a9fe006dd7423ca1655bb1eb3cb94c5ce1814e4f 15:59:02 Building wheel for pycparser (setup.py): started 15:59:03 Building wheel for pycparser (setup.py): finished with status 'done' 15:59:03 Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=193884 sha256=22a7aec65b7794de0066d28f584f420739effe3aa9adf921100a0f017d1fc8b3 15:59:03 Stored in directory: /root/.cache/pip/wheels/03/08/f2/bf70552f051cd78e9d8fe7d196ef762858dcfa156965e3a1e3 15:59:03 Successfully built backports.ssl-match-hostname pycparser 15:59:03 Installing collected packages: asn1crypto, backports.ssl-match-hostname, pycparser, cffi, six, idna, enum34, ipaddress, cryptography, pyparsing, packaging, pyasn1, pynacl, bcrypt, paramiko, pyOpenSSL, certifi, chardet, urllib3, requests, websocket-client 15:59:03 Attempting uninstall: six 15:59:03 Found existing installation: six 1.14.0 15:59:03 Uninstalling six-1.14.0: 15:59:03 Successfully uninstalled six-1.14.0 15:59:04 Successfully installed asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.1.7 certifi-2020.11.8 cffi-1.10.0 chardet-3.0.4 cryptography-2.3 enum34-1.1.6 idna-2.5 ipaddress-1.0.18 packaging-16.8 paramiko-2.4.2 pyOpenSSL-18.0.0 pyasn1-0.4.8 pycparser-2.17 pynacl-1.4.0 pyparsing-2.2.0 requests-2.20.0 six-1.10.0 urllib3-1.24.3 websocket-client-0.56.0 15:59:09 WARNING: You are using pip version 20.0.2; however, version 20.2.4 is available. 15:59:09 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command. 15:59:09 Removing intermediate container bb35bcd1f6d8 15:59:09 ---> db3865f93ea9 15:59:09 Step 18/21 : COPY test-requirements.txt /src/test-requirements.txt 15:59:09 ---> 05fda8173337 15:59:09 Step 19/21 : RUN pip install -r test-requirements.txt 15:59:09 ---> Running in 038c729a8570 15:59:10 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support 15:59:15 Collecting setuptools==44.0.0 15:59:15 Downloading setuptools-44.0.0-py2.py3-none-any.whl (583 kB) 15:59:16 Collecting coverage==4.5.2 15:59:16 Downloading coverage-4.5.2-cp27-cp27mu-manylinux1_x86_64.whl (201 kB) 15:59:16 Collecting flake8==3.6.0 15:59:16 Downloading flake8-3.6.0-py2.py3-none-any.whl (68 kB) 15:59:16 Collecting mock==1.0.1 15:59:16 Downloading mock-1.0.1.tar.gz (818 kB) 15:59:16 Collecting pytest==4.3.1 15:59:16 Downloading pytest-4.3.1-py2.py3-none-any.whl (219 kB) 15:59:16 Collecting pytest-cov==2.6.1 15:59:16 Downloading pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB) 15:59:16 Collecting pytest-timeout==1.3.3 15:59:16 Downloading pytest_timeout-1.3.3-py2.py3-none-any.whl (9.8 kB) 15:59:16 Collecting pyflakes<2.1.0,>=2.0.0 15:59:16 Downloading pyflakes-2.0.0-py2.py3-none-any.whl (53 kB) 15:59:16 Requirement already satisfied: configparser; python_version < "3.2" in /usr/local/lib/python2.7/site-packages (from flake8==3.6.0->-r test-requirements.txt (line 3)) (4.0.2) 15:59:16 Requirement already satisfied: enum34; python_version < "3.4" in /usr/local/lib/python2.7/site-packages (from flake8==3.6.0->-r test-requirements.txt (line 3)) (1.1.6) 15:59:16 Collecting pycodestyle<2.5.0,>=2.4.0 15:59:16 Downloading pycodestyle-2.4.0-py2.py3-none-any.whl (62 kB) 15:59:17 Collecting mccabe<0.7.0,>=0.6.0 15:59:17 Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB) 15:59:17 Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python2.7/site-packages (from pytest==4.3.1->-r test-requirements.txt (line 5)) (1.10.0) 15:59:17 Requirement already satisfied: pathlib2>=2.2.0; python_version < "3.6" in /usr/local/lib/python2.7/site-packages (from pytest==4.3.1->-r test-requirements.txt (line 5)) (2.3.5) 15:59:17 Collecting py>=1.5.0 15:59:17 Downloading py-1.9.0-py2.py3-none-any.whl (99 kB) 15:59:17 Collecting attrs>=17.4.0 15:59:17 Downloading attrs-20.3.0-py2.py3-none-any.whl (49 kB) 15:59:17 Collecting more-itertools<6.0.0,>=4.0.0; python_version <= "2.7" 15:59:17 Downloading more_itertools-5.0.0-py2-none-any.whl (52 kB) 15:59:17 Collecting atomicwrites>=1.0 15:59:17 Downloading atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB) 15:59:17 Collecting pluggy>=0.7 15:59:17 Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB) 15:59:17 Collecting funcsigs; python_version < "3.0" 15:59:17 Downloading funcsigs-1.0.2-py2.py3-none-any.whl (17 kB) 15:59:17 Requirement already satisfied: scandir; python_version < "3.5" in /usr/local/lib/python2.7/site-packages (from pathlib2>=2.2.0; python_version < "3.6"->pytest==4.3.1->-r test-requirements.txt (line 5)) (1.10.0) 15:59:17 Requirement already satisfied: importlib-metadata>=0.12; python_version < "3.8" in /usr/local/lib/python2.7/site-packages (from pluggy>=0.7->pytest==4.3.1->-r test-requirements.txt (line 5)) (1.6.0) 15:59:17 Requirement already satisfied: contextlib2; python_version < "3" in /usr/local/lib/python2.7/site-packages (from importlib-metadata>=0.12; python_version < "3.8"->pluggy>=0.7->pytest==4.3.1->-r test-requirements.txt (line 5)) (0.6.0.post1) 15:59:17 Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python2.7/site-packages (from importlib-metadata>=0.12; python_version < "3.8"->pluggy>=0.7->pytest==4.3.1->-r test-requirements.txt (line 5)) (1.2.0) 15:59:17 Building wheels for collected packages: mock 15:59:17 Building wheel for mock (setup.py): started 15:59:17 Building wheel for mock (setup.py): finished with status 'done' 15:59:17 Created wheel for mock: filename=mock-1.0.1-py2-none-any.whl size=23755 sha256=6d18bfedef63d3a142563f5f3a2909d32dd6b5f0ae64b8438210ad2e20e2ceec 15:59:17 Stored in directory: /root/.cache/pip/wheels/ad/62/e0/a06cc957652749e64c7904e899eca3ecb2ec47c60d52653660 15:59:17 Successfully built mock 15:59:17 Installing collected packages: setuptools, coverage, pyflakes, pycodestyle, mccabe, flake8, mock, py, attrs, more-itertools, atomicwrites, pluggy, funcsigs, pytest, pytest-cov, pytest-timeout 15:59:17 Attempting uninstall: setuptools 15:59:17 Found existing installation: setuptools 44.1.0 15:59:17 Uninstalling setuptools-44.1.0: 15:59:17 Successfully uninstalled setuptools-44.1.0 15:59:18 Successfully installed atomicwrites-1.4.0 attrs-20.3.0 coverage-4.5.2 flake8-3.6.0 funcsigs-1.0.2 mccabe-0.6.1 mock-1.0.1 more-itertools-5.0.0 pluggy-0.13.1 py-1.9.0 pycodestyle-2.4.0 pyflakes-2.0.0 pytest-4.3.1 pytest-cov-2.6.1 pytest-timeout-1.3.3 setuptools-44.0.0 15:59:18 WARNING: You are using pip version 20.0.2; however, version 20.2.4 is available. 15:59:18 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command. 15:59:19 Removing intermediate container 038c729a8570 15:59:19 ---> 96a17dcd15ff 15:59:19 Step 20/21 : COPY . /src 15:59:19 ---> 590abc25e7cf 15:59:19 Step 21/21 : RUN pip install . 15:59:19 ---> Running in 8c20d6986fed 15:59:19 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support 15:59:20 Processing /src 15:59:20 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python2.7/site-packages (from docker==4.4.0.dev0) (1.10.0) 15:59:20 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python2.7/site-packages (from docker==4.4.0.dev0) (0.56.0) 15:59:20 Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python2.7/site-packages (from docker==4.4.0.dev0) (2.20.0) 15:59:20 Requirement already satisfied: backports.ssl_match_hostname>=3.5 in /usr/local/lib/python2.7/site-packages (from docker==4.4.0.dev0) (3.5.0.1) 15:59:20 Requirement already satisfied: ipaddress>=1.0.16 in /usr/local/lib/python2.7/site-packages (from docker==4.4.0.dev0) (1.0.18) 15:59:20 Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python2.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.4.0.dev0) (2020.11.8) 15:59:20 Requirement already satisfied: idna<2.8,>=2.5 in /usr/local/lib/python2.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.4.0.dev0) (2.5) 15:59:20 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/local/lib/python2.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.4.0.dev0) (3.0.4) 15:59:20 Requirement already satisfied: urllib3<1.25,>=1.21.1 in /usr/local/lib/python2.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.4.0.dev0) (1.24.3) 15:59:20 Building wheels for collected packages: docker 15:59:20 Building wheel for docker (setup.py): started 15:59:20 Building wheel for docker (setup.py): finished with status 'done' 15:59:20 Created wheel for docker: filename=docker-4.4.0.dev0-py2.py3-none-any.whl size=146279 sha256=a7ab4bb280ab52b36996eca23717639e28189944f022475ba5b75462c2b85a15 15:59:20 Stored in directory: /tmp/pip-ephem-wheel-cache-739ErY/wheels/dc/45/28/050a7fcd95fc9b9f504d64d6668214323c48b439857458e65c 15:59:20 Successfully built docker 15:59:20 Installing collected packages: docker 15:59:20 Successfully installed docker-4.4.0.dev0 15:59:20 WARNING: You are using pip version 20.0.2; however, version 20.2.4 is available. 15:59:20 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command. 15:59:21 Removing intermediate container 8c20d6986fed 15:59:21 ---> 990b768a51f7 15:59:21 Successfully built 990b768a51f7 15:59:21 Successfully tagged dockerbuildbot/docker-py:py2-94e827160ce66d5b7c3bb239b406f973dd5a2aed [Pipeline] isUnix [Pipeline] sh 15:59:21 + docker tag dockerbuildbot/docker-py:py2-94e827160ce66d5b7c3bb239b406f973dd5a2aed dockerbuildbot/docker-py:py2-94e827160ce66d5b7c3bb239b406f973dd5a2aed [Pipeline] isUnix [Pipeline] sh 15:59:21 + docker push dockerbuildbot/docker-py:py2-94e827160ce66d5b7c3bb239b406f973dd5a2aed 15:59:21 The push refers to repository [docker.io/dockerbuildbot/docker-py] 15:59:21 43ca58db20b6: Preparing 15:59:21 9463b01dc1f9: Preparing 15:59:21 26dd6626ec23: Preparing 15:59:21 ff9a8a616a30: Preparing 15:59:21 9a4d8c57a764: Preparing 15:59:21 790392bb4550: Preparing 15:59:21 6ab003430d26: Preparing 15:59:21 f7cacb230516: Preparing 15:59:21 251db1449ffb: Preparing 15:59:21 f8ba036e465e: Preparing 15:59:21 84e94c20f0c2: Preparing 15:59:21 773df1350460: Preparing 15:59:21 a55a8a5d8b0c: Preparing 15:59:21 a528cb0cf00c: Preparing 15:59:21 3c9dd871e826: Preparing 15:59:21 f75525a9698a: Preparing 15:59:21 c2999d09f229: Preparing 15:59:21 e571d2d3c73c: Preparing 15:59:21 da7b0a80a4f2: Preparing 15:59:21 ceee8816bb96: Preparing 15:59:21 47458fb45d99: Preparing 15:59:21 46829331b1e4: Preparing 15:59:21 d35c5bda4793: Preparing 15:59:21 a3c1026c6bcc: Preparing 15:59:21 f1d420c2af1a: Preparing 15:59:21 461719022993: Preparing 15:59:21 790392bb4550: Waiting 15:59:21 6ab003430d26: Waiting 15:59:21 f7cacb230516: Waiting 15:59:21 251db1449ffb: Waiting 15:59:21 f8ba036e465e: Waiting 15:59:21 84e94c20f0c2: Waiting 15:59:21 773df1350460: Waiting 15:59:21 a55a8a5d8b0c: Waiting 15:59:21 a528cb0cf00c: Waiting 15:59:21 3c9dd871e826: Waiting 15:59:21 f75525a9698a: Waiting 15:59:21 c2999d09f229: Waiting 15:59:21 e571d2d3c73c: Waiting 15:59:21 da7b0a80a4f2: Waiting 15:59:21 ceee8816bb96: Waiting 15:59:21 47458fb45d99: Waiting 15:59:21 46829331b1e4: Waiting 15:59:21 d35c5bda4793: Waiting 15:59:21 a3c1026c6bcc: Waiting 15:59:21 f1d420c2af1a: Waiting 15:59:21 461719022993: Waiting 15:59:23 ff9a8a616a30: Pushed 15:59:24 9463b01dc1f9: Pushed 15:59:24 43ca58db20b6: Pushed 15:59:25 9a4d8c57a764: Pushed 15:59:25 26dd6626ec23: Pushed 15:59:26 6ab003430d26: Pushed 15:59:26 f7cacb230516: Pushed 15:59:26 790392bb4550: Pushed 15:59:26 f8ba036e465e: Pushed 15:59:26 251db1449ffb: Pushed 15:59:27 84e94c20f0c2: Pushed 15:59:27 a528cb0cf00c: Pushed 15:59:28 3c9dd871e826: Pushed 15:59:28 e571d2d3c73c: Layer already exists 15:59:28 da7b0a80a4f2: Layer already exists 15:59:28 ceee8816bb96: Layer already exists 15:59:28 47458fb45d99: Layer already exists 15:59:28 a55a8a5d8b0c: Pushed 15:59:28 d35c5bda4793: Layer already exists 15:59:28 46829331b1e4: Layer already exists 15:59:28 f1d420c2af1a: Layer already exists 15:59:28 a3c1026c6bcc: Layer already exists 15:59:28 461719022993: Layer already exists 15:59:28 773df1350460: Pushed 15:59:29 c2999d09f229: Pushed 15:59:30 f75525a9698a: Pushed 15:59:31 py2-94e827160ce66d5b7c3bb239b406f973dd5a2aed: digest: sha256:a254de8eabe48c6ae53d4dc5a032f23d397211ac90d75e0d3ac644feb59fe7fb size: 5769 [Pipeline] isUnix [Pipeline] sh 15:59:31 + docker pull dockerbuildbot/docker-py:py3-94e827160ce66d5b7c3bb239b406f973dd5a2aed 15:59:31 Error response from daemon: manifest for dockerbuildbot/docker-py:py3-94e827160ce66d5b7c3bb239b406f973dd5a2aed not found: manifest unknown: manifest unknown [Pipeline] isUnix [Pipeline] sh 15:59:32 + docker build -t dockerbuildbot/docker-py:py3-94e827160ce66d5b7c3bb239b406f973dd5a2aed -f tests/Dockerfile --build-arg PYTHON_VERSION=3.7 . 15:59:32 Sending build context to Docker daemon 1.361MB 15:59:32 Step 1/21 : ARG PYTHON_VERSION=3.7 15:59:32 Step 2/21 : FROM python:${PYTHON_VERSION} 15:59:32 3.7: Pulling from library/python 15:59:32 e4c3d3e4f7b0: Already exists 15:59:32 101c41d0463b: Pulling fs layer 15:59:32 8275efcd805f: Pulling fs layer 15:59:32 751620502a7a: Pulling fs layer 15:59:32 0a5e725150a2: Pulling fs layer 15:59:32 397dba5694db: Pulling fs layer 15:59:32 88f0c2440f8d: Pulling fs layer 15:59:32 788145ec04e5: Pulling fs layer 15:59:32 596d3ac3bc76: Pulling fs layer 15:59:32 88f0c2440f8d: Waiting 15:59:32 0a5e725150a2: Waiting 15:59:32 397dba5694db: Waiting 15:59:32 596d3ac3bc76: Waiting 15:59:32 788145ec04e5: Waiting 15:59:32 101c41d0463b: Verifying Checksum 15:59:32 101c41d0463b: Download complete 15:59:32 8275efcd805f: Verifying Checksum 15:59:32 8275efcd805f: Download complete 15:59:32 397dba5694db: Verifying Checksum 15:59:32 397dba5694db: Download complete 15:59:33 751620502a7a: Verifying Checksum 15:59:33 751620502a7a: Download complete 15:59:33 88f0c2440f8d: Verifying Checksum 15:59:33 88f0c2440f8d: Download complete 15:59:33 788145ec04e5: Verifying Checksum 15:59:33 788145ec04e5: Download complete 15:59:33 596d3ac3bc76: Verifying Checksum 15:59:33 596d3ac3bc76: Download complete 15:59:33 101c41d0463b: Pull complete 15:59:34 8275efcd805f: Pull complete 15:59:35 0a5e725150a2: Verifying Checksum 15:59:35 0a5e725150a2: Download complete 15:59:37 751620502a7a: Pull complete 15:59:43 0a5e725150a2: Pull complete 15:59:43 397dba5694db: Pull complete 15:59:44 88f0c2440f8d: Pull complete 15:59:44 788145ec04e5: Pull complete 15:59:44 596d3ac3bc76: Pull complete 15:59:44 Digest: sha256:f9c3459b8bc85236a71eb10d643f6b2eeadddedb2da891795d572843c1436496 15:59:44 Status: Downloaded newer image for python:3.7 15:59:44 ---> 5b86e11778a2 15:59:44 Step 3/21 : ARG APT_MIRROR 15:59:46 ---> Running in aa4366eb6dbd 15:59:46 Removing intermediate container aa4366eb6dbd 15:59:46 ---> 6aa071aa5631 15:59:46 Step 4/21 : RUN sed -ri "s/(httpredir|deb).debian.org/${APT_MIRROR:-deb.debian.org}/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/${APT_MIRROR:-security.debian.org}/g" /etc/apt/sources.list 15:59:46 ---> Running in 10b064174449 15:59:47 Removing intermediate container 10b064174449 15:59:47 ---> 1df80cebb8dd 15:59:47 Step 5/21 : RUN apt-get update && apt-get -y install --no-install-recommends gnupg2 pass 15:59:47 ---> Running in 956a93e91ca9 15:59:47 Get:1 http://deb.debian.org/debian buster InRelease [121 kB] 15:59:47 Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] 15:59:47 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] 15:59:47 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB] 15:59:47 Get:5 http://security.debian.org/debian-security buster/updates/main amd64 Packages [245 kB] 15:59:48 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7856 B] 15:59:49 Fetched 8398 kB in 2s (4843 kB/s) 15:59:49 Reading package lists... 15:59:50 Reading package lists... 15:59:50 Building dependency tree... 15:59:50 Reading state information... 15:59:50 The following additional packages will be installed: 15:59:50 tree 15:59:50 Suggested packages: 15:59:50 libxml-simple-perl ruby 15:59:50 Recommended packages: 15:59:50 qrencode xclip 15:59:50 The following NEW packages will be installed: 15:59:50 gnupg2 pass tree 15:59:50 0 upgraded, 3 newly installed, 0 to remove and 12 not upgraded. 15:59:50 Need to get 481 kB of archives. 15:59:50 After this operation, 684 kB of additional disk space will be used. 15:59:50 Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u1 [393 kB] 15:59:50 Get:2 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB] 15:59:50 Get:3 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB] 15:59:51 debconf: delaying package configuration, since apt-utils is not installed 15:59:51 Fetched 481 kB in 0s (1801 kB/s) 15:59:51 Selecting previously unselected package gnupg2. 15:59:51 (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 ... 24603 files and directories currently installed.) 15:59:51 Preparing to unpack .../gnupg2_2.2.12-1+deb10u1_all.deb ... 15:59:51 Unpacking gnupg2 (2.2.12-1+deb10u1) ... 15:59:51 Selecting previously unselected package tree. 15:59:51 Preparing to unpack .../tree_1.8.0-1_amd64.deb ... 15:59:51 Unpacking tree (1.8.0-1) ... 15:59:51 Selecting previously unselected package pass. 15:59:51 Preparing to unpack .../archives/pass_1.7.3-2_all.deb ... 15:59:51 Unpacking pass (1.7.3-2) ... 15:59:51 Setting up gnupg2 (2.2.12-1+deb10u1) ... 15:59:51 Setting up tree (1.8.0-1) ... 15:59:51 Setting up pass (1.7.3-2) ... 15:59:52 Removing intermediate container 956a93e91ca9 15:59:52 ---> a802d97ce8ac 15:59:52 Step 6/21 : COPY tests/ssh-keys /root/.ssh 15:59:52 ---> a61327d5c8d9 15:59:52 Step 7/21 : RUN chmod -R 600 /root/.ssh 15:59:52 ---> Running in ed752870f52a 15:59:52 Removing intermediate container ed752870f52a 15:59:52 ---> c152de201f26 15:59:52 Step 8/21 : COPY ./tests/gpg-keys /gpg-keys 15:59:52 ---> 3e1a651ae722 15:59:52 Step 9/21 : RUN gpg2 --import gpg-keys/secret 15:59:52 ---> Running in 529be5a89e9d 15:59:53 gpg: directory '/root/.gnupg' created 15:59:53 gpg: keybox '/root/.gnupg/pubring.kbx' created 15:59:53 gpg: /root/.gnupg/trustdb.gpg: trustdb created 15:59:53 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported 15:59:53 gpg: key 464ED987A7B21401: secret key imported 15:59:53 gpg: Total number processed: 1 15:59:53 gpg: imported: 1 15:59:53 gpg: secret keys read: 1 15:59:53 gpg: secret keys imported: 1 15:59:53 Removing intermediate container 529be5a89e9d 15:59:53 ---> af8bbc4ac898 15:59:53 Step 10/21 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust 15:59:53 ---> Running in 93d685a7f7ef 15:59:54 gpg: inserting ownertrust of 6 15:59:54 Removing intermediate container 93d685a7f7ef 15:59:54 ---> 980c7e39389c 15:59:54 Step 11/21 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}') 15:59:54 ---> Running in cf70d510eb6e 15:59:54 gpg: please do a --check-trustdb 15:59:55 mkdir: created directory '/root/.password-store/' 15:59:55 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401 15:59:55 Removing intermediate container cf70d510eb6e 15:59:55 ---> a5174048cab3 15:59:55 Step 12/21 : RUN gpg2 --check-trustdb 15:59:55 ---> Running in 3fd7168e5403 15:59:55 gpg: marginals needed: 3 completes needed: 1 trust model: pgp 15:59:55 gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u 15:59:56 Removing intermediate container 3fd7168e5403 15:59:56 ---> b050f6286f8b 15:59:56 Step 13/21 : ARG CREDSTORE_VERSION=v0.6.3 15:59:56 ---> Running in 7f3e56770cc4 15:59:56 Removing intermediate container 7f3e56770cc4 15:59:56 ---> ff6ae90dae21 15:59:56 Step 14/21 : RUN curl -sSL -o /opt/docker-credential-pass.tar.gz https://github.com/docker/docker-credential-helpers/releases/download/$CREDSTORE_VERSION/docker-credential-pass-$CREDSTORE_VERSION-amd64.tar.gz && tar -xf /opt/docker-credential-pass.tar.gz -O > /usr/local/bin/docker-credential-pass && rm -rf /opt/docker-credential-pass.tar.gz && chmod +x /usr/local/bin/docker-credential-pass 15:59:56 ---> Running in 4d7693181af3 15:59:57 Removing intermediate container 4d7693181af3 15:59:57 ---> 2faff9f810ef 15:59:57 Step 15/21 : WORKDIR /src 15:59:57 ---> Running in c40888924e80 15:59:57 Removing intermediate container c40888924e80 15:59:57 ---> 690cde4dc8d3 15:59:57 Step 16/21 : COPY requirements.txt /src/requirements.txt 15:59:57 ---> 7ad85e307d70 15:59:57 Step 17/21 : RUN pip install -r requirements.txt 15:59:57 ---> Running in 221db64f672e 15:59:58 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment 16:00:02 Collecting appdirs==1.4.3 16:00:04 Downloading appdirs-1.4.3-py2.py3-none-any.whl (12 kB) 16:00:04 Collecting asn1crypto==0.22.0 16:00:04 Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB) 16:00:04 Collecting backports.ssl-match-hostname==3.5.0.1 16:00:04 Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB) 16:00:04 Collecting cffi==1.10.0 16:00:04 Downloading cffi-1.10.0.tar.gz (418 kB) 16:00:05 Collecting cryptography==2.3 16:00:05 Downloading cryptography-2.3-cp34-abi3-manylinux1_x86_64.whl (2.1 MB) 16:00:05 Collecting enum34==1.1.6 16:00:05 Downloading enum34-1.1.6-py3-none-any.whl (12 kB) 16:00:05 Collecting idna==2.5 16:00:05 Downloading idna-2.5-py2.py3-none-any.whl (55 kB) 16:00:05 Collecting ipaddress==1.0.18 16:00:05 Downloading ipaddress-1.0.18.tar.gz (32 kB) 16:00:05 Collecting packaging==16.8 16:00:05 Downloading packaging-16.8-py2.py3-none-any.whl (23 kB) 16:00:05 Collecting paramiko==2.4.2 16:00:05 Downloading paramiko-2.4.2-py2.py3-none-any.whl (193 kB) 16:00:05 Collecting pycparser==2.17 16:00:05 Downloading pycparser-2.17.tar.gz (231 kB) 16:00:05 Collecting pyOpenSSL==18.0.0 16:00:05 Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB) 16:00:06 Collecting pyparsing==2.2.0 16:00:06 Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB) 16:00:06 Collecting requests==2.20.0 16:00:06 Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB) 16:00:06 Collecting six==1.10.0 16:00:06 Downloading six-1.10.0-py2.py3-none-any.whl (10 kB) 16:00:06 Collecting urllib3==1.24.3 16:00:06 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:00:06 Collecting websocket-client==0.56.0 16:00:06 Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB) 16:00:06 Collecting pyasn1>=0.1.7 16:00:06 Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) 16:00:06 Collecting bcrypt>=3.1.3 16:00:06 Downloading bcrypt-3.2.0-cp36-abi3-manylinux2010_x86_64.whl (63 kB) 16:00:06 Collecting pynacl>=1.0.1 16:00:06 Downloading PyNaCl-1.4.0-cp35-abi3-manylinux1_x86_64.whl (961 kB) 16:00:06 Collecting certifi>=2017.4.17 16:00:06 Downloading certifi-2020.11.8-py2.py3-none-any.whl (155 kB) 16:00:06 Collecting chardet<3.1.0,>=3.0.2 16:00:06 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 16:00:06 Building wheels for collected packages: backports.ssl-match-hostname, cffi, ipaddress, pycparser 16:00:06 Building wheel for backports.ssl-match-hostname (setup.py): started 16:00:06 Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done' 16:00:06 Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py3-none-any.whl size=5206 sha256=dd9a230b3d9630636177fddd7b71e8564a072ea7ba151885e7c25f84d1dc1c3c 16:00:06 Stored in directory: /root/.cache/pip/wheels/93/72/f6/df894bfc7947d11f89dbdb4e9b786703a43cd547c1b5e8c738 16:00:06 Building wheel for cffi (setup.py): started 16:00:10 Building wheel for cffi (setup.py): finished with status 'done' 16:00:10 Created wheel for cffi: filename=cffi-1.10.0-cp37-cp37m-linux_x86_64.whl size=371191 sha256=85b7f1b5e601a85c4910bc1caba4f432269a67db885811a191f0e1a9a9a219ba 16:00:10 Stored in directory: /root/.cache/pip/wheels/cc/8d/6c/d24a8db003ac4a51d9959a9985718fac84e1baa5ec6c42d115 16:00:10 Building wheel for ipaddress (setup.py): started 16:00:10 Building wheel for ipaddress (setup.py): finished with status 'done' 16:00:10 Created wheel for ipaddress: filename=ipaddress-1.0.18-py3-none-any.whl size=18105 sha256=ff3ea40e3cad7520f775187d26408de15502988aa3f564068e2ceedb1424678d 16:00:10 Stored in directory: /root/.cache/pip/wheels/54/90/bd/f99e221ab77ef8e6d65c14efe986cef3360da2990396093151 16:00:10 Building wheel for pycparser (setup.py): started 16:00:10 Building wheel for pycparser (setup.py): finished with status 'done' 16:00:10 Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=192842 sha256=26689cafbaebce208bf1d62010a224b65cd5fdeaa49b63ceee72f8e8ddde4d53 16:00:10 Stored in directory: /root/.cache/pip/wheels/91/50/7a/9f94e39b01559aa44c3cefb775d7befcc01d0a6ed0093cab37 16:00:10 Successfully built backports.ssl-match-hostname cffi ipaddress pycparser 16:00:10 Installing collected packages: appdirs, asn1crypto, backports.ssl-match-hostname, pycparser, cffi, six, idna, cryptography, enum34, ipaddress, pyparsing, packaging, pyasn1, bcrypt, pynacl, paramiko, pyOpenSSL, urllib3, certifi, chardet, requests, websocket-client 16:00:12 Successfully installed appdirs-1.4.3 asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.2.0 certifi-2020.11.8 cffi-1.10.0 chardet-3.0.4 cryptography-2.3 enum34-1.1.6 idna-2.5 ipaddress-1.0.18 packaging-16.8 paramiko-2.4.2 pyOpenSSL-18.0.0 pyasn1-0.4.8 pycparser-2.17 pynacl-1.4.0 pyparsing-2.2.0 requests-2.20.0 six-1.10.0 urllib3-1.24.3 websocket-client-0.56.0 16:00:17 Removing intermediate container 221db64f672e 16:00:17 ---> 3e99954b3394 16:00:17 Step 18/21 : COPY test-requirements.txt /src/test-requirements.txt 16:00:17 ---> a8d9afd5a81d 16:00:17 Step 19/21 : RUN pip install -r test-requirements.txt 16:00:17 ---> Running in 3507bf3e2649 16:00:22 Collecting setuptools==44.0.0 16:00:23 Downloading setuptools-44.0.0-py2.py3-none-any.whl (583 kB) 16:00:23 Collecting coverage==4.5.2 16:00:23 Downloading coverage-4.5.2-cp37-cp37m-manylinux1_x86_64.whl (205 kB) 16:00:24 Collecting flake8==3.6.0 16:00:24 Downloading flake8-3.6.0-py2.py3-none-any.whl (68 kB) 16:00:24 Collecting mock==1.0.1 16:00:24 Downloading mock-1.0.1.tar.gz (818 kB) 16:00:24 Collecting pytest==4.3.1 16:00:24 Downloading pytest-4.3.1-py2.py3-none-any.whl (219 kB) 16:00:24 Collecting pytest-cov==2.6.1 16:00:24 Downloading pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB) 16:00:24 Collecting pytest-timeout==1.3.3 16:00:24 Downloading pytest_timeout-1.3.3-py2.py3-none-any.whl (9.8 kB) 16:00:24 Collecting pycodestyle<2.5.0,>=2.4.0 16:00:24 Downloading pycodestyle-2.4.0-py2.py3-none-any.whl (62 kB) 16:00:24 Collecting pyflakes<2.1.0,>=2.0.0 16:00:24 Downloading pyflakes-2.0.0-py2.py3-none-any.whl (53 kB) 16:00:24 Collecting mccabe<0.7.0,>=0.6.0 16:00:24 Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB) 16:00:24 Collecting py>=1.5.0 16:00:24 Downloading py-1.9.0-py2.py3-none-any.whl (99 kB) 16:00:25 Collecting atomicwrites>=1.0 16:00:25 Downloading atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB) 16:00:25 Collecting more-itertools>=4.0.0; python_version > "2.7" 16:00:25 Downloading more_itertools-8.6.0-py3-none-any.whl (45 kB) 16:00:25 Collecting attrs>=17.4.0 16:00:25 Downloading attrs-20.3.0-py2.py3-none-any.whl (49 kB) 16:00:25 Collecting pluggy>=0.7 16:00:25 Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB) 16:00:25 Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.7/site-packages (from pytest==4.3.1->-r test-requirements.txt (line 5)) (1.10.0) 16:00:25 Collecting importlib-metadata>=0.12; python_version < "3.8" 16:00:25 Downloading importlib_metadata-2.0.0-py2.py3-none-any.whl (31 kB) 16:00:25 Collecting zipp>=0.5 16:00:25 Downloading zipp-3.4.0-py3-none-any.whl (5.2 kB) 16:00:25 Building wheels for collected packages: mock 16:00:25 Building wheel for mock (setup.py): started 16:00:25 Building wheel for mock (setup.py): finished with status 'done' 16:00:25 Created wheel for mock: filename=mock-1.0.1-py3-none-any.whl size=23754 sha256=404edc0012b8d32e2c9cb09877c84ffd84cf2d9f820e6e9feb04c3b4f49662f2 16:00:25 Stored in directory: /root/.cache/pip/wheels/16/03/37/f0a64ab894c9102906f192db1a4071b7592292ad661563c69b 16:00:25 Successfully built mock 16:00:25 Installing collected packages: setuptools, coverage, pycodestyle, pyflakes, mccabe, flake8, mock, py, atomicwrites, more-itertools, attrs, zipp, importlib-metadata, pluggy, pytest, pytest-cov, pytest-timeout 16:00:25 Attempting uninstall: setuptools 16:00:25 Found existing installation: setuptools 50.3.2 16:00:25 Uninstalling setuptools-50.3.2: 16:00:25 Successfully uninstalled setuptools-50.3.2 16:00:26 Successfully installed atomicwrites-1.4.0 attrs-20.3.0 coverage-4.5.2 flake8-3.6.0 importlib-metadata-2.0.0 mccabe-0.6.1 mock-1.0.1 more-itertools-8.6.0 pluggy-0.13.1 py-1.9.0 pycodestyle-2.4.0 pyflakes-2.0.0 pytest-4.3.1 pytest-cov-2.6.1 pytest-timeout-1.3.3 setuptools-44.0.0 zipp-3.4.0 16:00:27 Removing intermediate container 3507bf3e2649 16:00:27 ---> 0cef08a2f89c 16:00:27 Step 20/21 : COPY . /src 16:00:27 ---> a7605a3abbe0 16:00:27 Step 21/21 : RUN pip install . 16:00:27 ---> Running in b29b32850d5d 16:00:28 Processing /src 16:00:28 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.7/site-packages (from docker==4.4.0.dev0) (1.10.0) 16:00:28 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python3.7/site-packages (from docker==4.4.0.dev0) (0.56.0) 16:00:28 Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python3.7/site-packages (from docker==4.4.0.dev0) (2.20.0) 16:00:28 Requirement already satisfied: urllib3<1.25,>=1.21.1 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.4.0.dev0) (1.24.3) 16:00:28 Requirement already satisfied: idna<2.8,>=2.5 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.4.0.dev0) (2.5) 16:00:28 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.4.0.dev0) (3.0.4) 16:00:28 Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.4.0.dev0) (2020.11.8) 16:00:28 Building wheels for collected packages: docker 16:00:28 Building wheel for docker (setup.py): started 16:00:28 Building wheel for docker (setup.py): finished with status 'done' 16:00:28 Created wheel for docker: filename=docker-4.4.0.dev0-py2.py3-none-any.whl size=146280 sha256=7282a38c2e5dc039af68eadf647cadb6497df04f7e2844cc9e81301d3694017c 16:00:28 Stored in directory: /tmp/pip-ephem-wheel-cache-u0vynsjl/wheels/6f/63/19/359cf44f647b75d0ea75ecc03aa429fec4c372b453eb4b6525 16:00:28 Successfully built docker 16:00:28 Installing collected packages: docker 16:00:28 Successfully installed docker-4.4.0.dev0 16:00:29 Removing intermediate container b29b32850d5d 16:00:29 ---> 8a915d550a6a 16:00:29 Successfully built 8a915d550a6a 16:00:29 Successfully tagged dockerbuildbot/docker-py:py3-94e827160ce66d5b7c3bb239b406f973dd5a2aed [Pipeline] isUnix [Pipeline] sh 16:00:29 + docker tag dockerbuildbot/docker-py:py3-94e827160ce66d5b7c3bb239b406f973dd5a2aed dockerbuildbot/docker-py:py3-94e827160ce66d5b7c3bb239b406f973dd5a2aed [Pipeline] isUnix [Pipeline] sh 16:00:29 + docker push dockerbuildbot/docker-py:py3-94e827160ce66d5b7c3bb239b406f973dd5a2aed 16:00:29 The push refers to repository [docker.io/dockerbuildbot/docker-py] 16:00:29 f935d4228c2d: Preparing 16:00:29 06e54ac16f77: Preparing 16:00:29 a0aec0f2d6b7: Preparing 16:00:29 5dd15ca5fb26: Preparing 16:00:29 47abde4186aa: Preparing 16:00:29 c9c19025f69c: Preparing 16:00:29 a783119eb52a: Preparing 16:00:29 05b8e750ec60: Preparing 16:00:29 276486387c24: Preparing 16:00:29 efa8da5f1e19: Preparing 16:00:29 1967d21d0f3c: Preparing 16:00:29 5e6115f1ef75: Preparing 16:00:29 850dd3e775cb: Preparing 16:00:29 422715216fa9: Preparing 16:00:29 2a9e3f7d8acf: Preparing 16:00:29 4b3be674b06d: Preparing 16:00:29 31fd4ff01f63: Preparing 16:00:29 1b17be258ee0: Preparing 16:00:29 6522a2852221: Preparing 16:00:29 56a69ef72608: Preparing 16:00:29 6f7043721c9b: Preparing 16:00:29 a933681cf349: Preparing 16:00:29 f49d20b92dc8: Preparing 16:00:29 fe342cfe5c83: Preparing 16:00:29 630e4f1da707: Preparing 16:00:29 9780f6d83e45: Preparing 16:00:29 c9c19025f69c: Waiting 16:00:29 a783119eb52a: Waiting 16:00:29 05b8e750ec60: Waiting 16:00:29 276486387c24: Waiting 16:00:29 efa8da5f1e19: Waiting 16:00:29 1967d21d0f3c: Waiting 16:00:29 5e6115f1ef75: Waiting 16:00:29 850dd3e775cb: Waiting 16:00:29 422715216fa9: Waiting 16:00:29 2a9e3f7d8acf: Waiting 16:00:29 4b3be674b06d: Waiting 16:00:29 31fd4ff01f63: Waiting 16:00:29 1b17be258ee0: Waiting 16:00:29 6522a2852221: Waiting 16:00:29 56a69ef72608: Waiting 16:00:29 6f7043721c9b: Waiting 16:00:29 a933681cf349: Waiting 16:00:29 f49d20b92dc8: Waiting 16:00:29 fe342cfe5c83: Waiting 16:00:29 630e4f1da707: Waiting 16:00:29 9780f6d83e45: Waiting 16:00:31 f935d4228c2d: Pushed 16:00:31 06e54ac16f77: Pushed 16:00:32 5dd15ca5fb26: Pushed 16:00:32 a0aec0f2d6b7: Pushed 16:00:32 a783119eb52a: Pushed 16:00:32 c9c19025f69c: Pushed 16:00:33 47abde4186aa: Pushed 16:00:33 05b8e750ec60: Pushed 16:00:34 276486387c24: Pushed 16:00:34 efa8da5f1e19: Pushed 16:00:35 850dd3e775cb: Pushed 16:00:35 1967d21d0f3c: Pushed 16:00:35 5e6115f1ef75: Pushed 16:00:35 1b17be258ee0: Mounted from library/python 16:00:35 6522a2852221: Layer already exists 16:00:35 56a69ef72608: Layer already exists 16:00:35 6f7043721c9b: Layer already exists 16:00:35 a933681cf349: Layer already exists 16:00:35 f49d20b92dc8: Layer already exists 16:00:35 fe342cfe5c83: Layer already exists 16:00:35 630e4f1da707: Layer already exists 16:00:35 9780f6d83e45: Layer already exists 16:00:36 422715216fa9: Pushed 16:00:36 2a9e3f7d8acf: Pushed 16:00:36 31fd4ff01f63: Pushed 16:00:38 4b3be674b06d: Pushed 16:00:40 py3-94e827160ce66d5b7c3bb239b406f973dd5a2aed: digest: sha256:79f7bb8d2c7bf0dd52533d7861f1d8eaab6423c5e5e0f6f369ae4db8b0c497da size: 5765 [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] node Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0af178e203ffe6d20) in /home/ubuntu/workspace/docker-py_PR-2691 [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/docker-py_PR-2691@tmp/061ade11-4ca6-4664-b2f7-14eb501dc04f/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] sh 16:00:48 + docker run --rm --entrypoint=python dockerbuildbot/docker-py:py3-94e827160ce66d5b7c3bb239b406f973dd5a2aed /src/scripts/versions.py [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] parallel [Pipeline] { (Branch: py2.7_19.03.12) [Pipeline] { (Branch: py2.7_20.10.0-beta1) [Pipeline] { (Branch: py2.7_19.03.13) [Pipeline] { (Branch: py3.7_19.03.12) [Pipeline] { (Branch: py3.7_20.10.0-beta1) [Pipeline] { (Branch: py3.7_19.03.13) [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node Still waiting to schedule task ‘EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-097bce0404f21608f)’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-05616b344ad53057a)’ is offline; ‘arm32v7-ubuntu-46’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-47’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-48’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-49’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-50’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-11’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-12’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-17’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-18’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-19’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-20’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-21’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-22’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-23’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-27’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-28’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-31’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-32’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-33’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-34’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-01’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-02’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-03’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-04’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-05’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-06’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-29’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-30’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ Still waiting to schedule task ‘EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-097bce0404f21608f)’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-05616b344ad53057a)’ is offline; ‘arm32v7-ubuntu-46’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-47’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-48’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-49’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-50’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-11’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-12’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-17’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-18’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-19’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-20’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-21’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-22’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-23’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-27’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-28’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-31’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-32’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-33’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-34’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-01’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-02’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-03’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-04’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-05’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-06’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-29’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-30’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ Still waiting to schedule task ‘EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-097bce0404f21608f)’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-05616b344ad53057a)’ is offline; ‘arm32v7-ubuntu-46’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-47’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-48’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-49’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-50’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-11’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-12’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-17’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-18’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-19’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-20’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-21’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-22’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-23’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-27’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-28’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-31’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-32’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-33’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-34’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-01’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-02’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-03’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-04’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-05’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-06’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-29’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-30’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ Still waiting to schedule task ‘EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-097bce0404f21608f)’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-05616b344ad53057a)’ is offline; ‘arm32v7-ubuntu-46’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-47’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-48’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-49’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-50’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-11’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-12’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-17’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-18’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-19’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-20’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-21’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-22’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-23’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-27’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-28’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-31’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-32’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-33’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-34’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-01’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-02’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-03’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-04’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-05’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-06’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-29’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-30’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ Still waiting to schedule task ‘EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-097bce0404f21608f)’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-05616b344ad53057a)’ is offline; ‘arm32v7-ubuntu-46’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-47’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-48’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-49’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-50’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-11’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-12’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-17’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-18’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-19’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-20’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-21’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-22’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-23’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-27’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-28’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-31’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-32’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-33’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-34’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-01’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-02’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-03’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-04’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-05’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-06’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-29’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-30’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ Still waiting to schedule task ‘EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-097bce0404f21608f)’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-05616b344ad53057a)’ is offline; ‘arm32v7-ubuntu-46’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-47’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-48’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-49’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘arm32v7-ubuntu-50’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-11’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-12’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-17’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-18’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-19’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-20’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-21’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-22’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-23’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-27’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-28’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-31’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-32’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-33’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘ppc64le-ubuntu-34’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-01’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-02’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-03’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-04’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-05’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-06’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-29’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’; ‘s390x-ubuntu-30’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’ Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0af178e203ffe6d20) in /home/ubuntu/workspace/docker-py_PR-2691 [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/docker-py_PR-2691@tmp/d479cf8f-b3ad-4f18-941d-002af0034b3c/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 16:01:42 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 16:01:42 chowning workspace [Pipeline] sh 16:01:42 + pwd 16:01:42 + id -u 16:01:42 + id -g 16:01:42 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2691:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] echo 16:01:43 Removing all docker containers [Pipeline] sh 16:01:43 + docker container ls -aq [Pipeline] echo 16:01:43 Docker containers have been removed [Pipeline] echo 16:01:43 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo 16:01:43 cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py2.7 / docker=19.03.12) [Pipeline] checkout 16:01:43 using credential docker-jenkins-github-credentials 16:01:43 Cloning the remote Git repository 16:01:43 Cloning with configured refspecs honoured and without tags 16:01:44 Fetching without tags 16:01:44 Merging remotes/origin/master commit 2c6ef9b11d785d5023bb72a651707f613f60bdb6 into PR head commit 195c4b6655fee3a3a3a8f4c799baf31be91dd879 [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } Cloning repository https://github.com/docker/docker-py.git > git init /home/ubuntu/workspace/docker-py_PR-2691 # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.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/docker-py.git +refs/pull/2691/head:refs/remotes/origin/PR-2691 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2691/head:refs/remotes/origin/PR-2691 # 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/docker-py.git # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.git using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2691/head:refs/remotes/origin/PR-2691 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 195c4b6655fee3a3a3a8f4c799baf31be91dd879 # timeout=10 [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0af178e203ffe6d20) in /home/ubuntu/workspace/docker-py_PR-2691 [Pipeline] { [Pipeline] } Failed in branch py2.7_19.03.12 [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/docker-py_PR-2691@tmp/9b491212-5b20-44ee-b716-f1ea25a515a9/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 16:01:44 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 16:01:44 chowning workspace [Pipeline] sh 16:01:45 + pwd 16:01:45 + id -u 16:01:45 + id -g 16:01:45 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2691:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] echo 16:01:45 Removing all docker containers [Pipeline] sh 16:01:46 + docker container ls -aq [Pipeline] echo 16:01:46 Docker containers have been removed [Pipeline] echo 16:01:46 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo 16:01:46 cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py2.7 / docker=20.10.0-beta1) [Pipeline] checkout 16:01:46 using credential docker-jenkins-github-credentials 16:01:46 Cloning the remote Git repository 16:01:46 Cloning with configured refspecs honoured and without tags 16:01:46 Fetching without tags 16:01:46 Merging remotes/origin/master commit 2c6ef9b11d785d5023bb72a651707f613f60bdb6 into PR head commit 195c4b6655fee3a3a3a8f4c799baf31be91dd879 [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0af178e203ffe6d20) in /home/ubuntu/workspace/docker-py_PR-2691 [Pipeline] } Failed in branch py2.7_20.10.0-beta1 [Pipeline] { [Pipeline] withDockerRegistry $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ Cloning repository https://github.com/docker/docker-py.git > git init /home/ubuntu/workspace/docker-py_PR-2691 # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.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/docker-py.git +refs/pull/2691/head:refs/remotes/origin/PR-2691 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2691/head:refs/remotes/origin/PR-2691 # 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/docker-py.git # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.git using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2691/head:refs/remotes/origin/PR-2691 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 195c4b6655fee3a3a3a8f4c799baf31be91dd879 # timeout=10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2691@tmp/f2aaf63f-bec5-4f42-8d8c-f750ac753f8d/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 16:01:47 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 16:01:47 chowning workspace [Pipeline] sh 16:01:47 + pwd 16:01:47 + id -u 16:01:47 + id -g 16:01:47 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2691:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] echo 16:01:48 Removing all docker containers [Pipeline] sh 16:01:48 + docker container ls -aq [Pipeline] echo 16:01:48 Docker containers have been removed [Pipeline] echo 16:01:48 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo 16:01:48 cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py2.7 / docker=19.03.13) [Pipeline] checkout 16:01:48 using credential docker-jenkins-github-credentials 16:01:48 Cloning the remote Git repository 16:01:48 Cloning with configured refspecs honoured and without tags 16:01:49 Fetching without tags 16:01:49 Merging remotes/origin/master commit 2c6ef9b11d785d5023bb72a651707f613f60bdb6 into PR head commit 195c4b6655fee3a3a3a8f4c799baf31be91dd879 [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0af178e203ffe6d20) in /home/ubuntu/workspace/docker-py_PR-2691 [Pipeline] } Failed in branch py2.7_19.03.13 [Pipeline] { [Pipeline] withDockerRegistry $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ Cloning repository https://github.com/docker/docker-py.git > git init /home/ubuntu/workspace/docker-py_PR-2691 # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.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/docker-py.git +refs/pull/2691/head:refs/remotes/origin/PR-2691 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2691/head:refs/remotes/origin/PR-2691 # 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/docker-py.git # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.git using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2691/head:refs/remotes/origin/PR-2691 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 195c4b6655fee3a3a3a8f4c799baf31be91dd879 # timeout=10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2691@tmp/9532a53d-9eb7-4427-8415-b9d92ca977b3/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 16:01:49 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 16:01:49 chowning workspace [Pipeline] sh 16:01:49 + pwd 16:01:49 + id -u 16:01:49 + id -g 16:01:49 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2691:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] echo 16:01:50 Removing all docker containers [Pipeline] sh 16:01:50 + docker container ls -aq [Pipeline] echo 16:01:50 Docker containers have been removed [Pipeline] echo 16:01:50 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo 16:01:50 cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py3.7 / docker=19.03.12) [Pipeline] checkout 16:01:50 using credential docker-jenkins-github-credentials 16:01:50 Cloning the remote Git repository 16:01:50 Cloning with configured refspecs honoured and without tags 16:01:51 Fetching without tags Cloning repository https://github.com/docker/docker-py.git > git init /home/ubuntu/workspace/docker-py_PR-2691 # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.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/docker-py.git +refs/pull/2691/head:refs/remotes/origin/PR-2691 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2691/head:refs/remotes/origin/PR-2691 # 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/docker-py.git # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.git using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2691/head:refs/remotes/origin/PR-2691 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:01:51 Merging remotes/origin/master commit 2c6ef9b11d785d5023bb72a651707f613f60bdb6 into PR head commit 195c4b6655fee3a3a3a8f4c799baf31be91dd879 [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0af178e203ffe6d20) in /home/ubuntu/workspace/docker-py_PR-2691 [Pipeline] } Failed in branch py3.7_19.03.12 [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/docker-py_PR-2691@tmp/6f124d22-f1fd-49d9-9ba2-4d5042f0db0a/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 16:01:51 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 16:01:51 chowning workspace [Pipeline] sh 16:01:52 + pwd 16:01:52 + id -u 16:01:52 + id -g 16:01:52 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2691:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] echo 16:01:52 Removing all docker containers [Pipeline] sh > git config core.sparsecheckout # timeout=10 > git checkout -f 195c4b6655fee3a3a3a8f4c799baf31be91dd879 # timeout=10 16:01:53 + docker container ls -aq [Pipeline] echo 16:01:53 Docker containers have been removed [Pipeline] echo 16:01:53 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo 16:01:53 cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py3.7 / docker=20.10.0-beta1) [Pipeline] checkout 16:01:53 using credential docker-jenkins-github-credentials 16:01:53 Cloning the remote Git repository 16:01:53 Cloning with configured refspecs honoured and without tags 16:01:53 Fetching without tags Cloning repository https://github.com/docker/docker-py.git > git init /home/ubuntu/workspace/docker-py_PR-2691 # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.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/docker-py.git +refs/pull/2691/head:refs/remotes/origin/PR-2691 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2691/head:refs/remotes/origin/PR-2691 # 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/docker-py.git # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.git using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2691/head:refs/remotes/origin/PR-2691 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:01:54 Merging remotes/origin/master commit 2c6ef9b11d785d5023bb72a651707f613f60bdb6 into PR head commit 195c4b6655fee3a3a3a8f4c799baf31be91dd879 [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0af178e203ffe6d20) in /home/ubuntu/workspace/docker-py_PR-2691[Pipeline] // node [Pipeline] { [Pipeline] } Failed in branch py3.7_20.10.0-beta1 [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/docker-py_PR-2691@tmp/99fb9de0-51f1-4ac9-8993-9594c11f9bbb/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 16:01:54 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 16:01:54 chowning workspace [Pipeline] sh 16:01:54 + pwd 16:01:54 + id -u 16:01:54 + id -g 16:01:54 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2691:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] echo 16:01:55 Removing all docker containers [Pipeline] sh > git config core.sparsecheckout # timeout=10 > git checkout -f 195c4b6655fee3a3a3a8f4c799baf31be91dd879 # timeout=10 16:01:55 + docker container ls -aq [Pipeline] echo 16:01:55 Docker containers have been removed [Pipeline] echo 16:01:55 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo 16:01:55 cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py3.7 / docker=19.03.13) [Pipeline] checkout 16:01:55 using credential docker-jenkins-github-credentials 16:01:55 Cloning the remote Git repository 16:01:55 Cloning with configured refspecs honoured and without tags 16:01:56 Fetching without tags 16:01:56 Merging remotes/origin/master commit 2c6ef9b11d785d5023bb72a651707f613f60bdb6 into PR head commit 195c4b6655fee3a3a3a8f4c799baf31be91dd879 [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } Failed in branch py3.7_19.03.13 [Pipeline] // parallel [Pipeline] End of Pipeline Cloning repository https://github.com/docker/docker-py.git > git init /home/ubuntu/workspace/docker-py_PR-2691 # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.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/docker-py.git +refs/pull/2691/head:refs/remotes/origin/PR-2691 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2691/head:refs/remotes/origin/PR-2691 # 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/docker-py.git # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.git using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2691/head:refs/remotes/origin/PR-2691 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 195c4b6655fee3a3a3a8f4c799baf31be91dd879 # timeout=10 GitHub has been notified of this commit’s build result hudson.plugins.git.GitException: Command "git checkout -f 195c4b6655fee3a3a3a8f4c799baf31be91dd879" returned status code 128: stdout: stderr: fatal: reference is not a tree: 195c4b6655fee3a3a3a8f4c799baf31be91dd879 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2437) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$1100(CliGitAPIImpl.java:84) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2754) Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0af178e203ffe6d20) at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788) at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) at hudson.remoting.Channel.call(Channel.java:998) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146) at sun.reflect.GeneratedMethodAccessor332.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132) at com.sun.proxy.$Proxy453.execute(Unknown Source) at jenkins.plugins.git.MergeWithGitSCMExtension.checkout(MergeWithGitSCMExtension.java:144) at jenkins.plugins.git.MergeWithGitSCMExtension.decorateRevisionToBuild(MergeWithGitSCMExtension.java:110) at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:1063) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1168) at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:125) at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:93) at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80) at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Also: hudson.plugins.git.GitException: Command "git checkout -f 195c4b6655fee3a3a3a8f4c799baf31be91dd879" returned status code 128: stdout: stderr: fatal: reference is not a tree: 195c4b6655fee3a3a3a8f4c799baf31be91dd879 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2437) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$1100(CliGitAPIImpl.java:84) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2754) Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0af178e203ffe6d20) at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788) at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) at hudson.remoting.Channel.call(Channel.java:998) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146) at sun.reflect.GeneratedMethodAccessor332.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132) at com.sun.proxy.$Proxy453.execute(Unknown Source) at jenkins.plugins.git.MergeWithGitSCMExtension.checkout(MergeWithGitSCMExtension.java:144) at jenkins.plugins.git.MergeWithGitSCMExtension.decorateRevisionToBuild(MergeWithGitSCMExtension.java:110) at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:1063) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1168) at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:125) at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:93) at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80) at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Caused: hudson.plugins.git.GitException: Could not checkout 195c4b6655fee3a3a3a8f4c799baf31be91dd879 Also: hudson.plugins.git.GitException: Command "git checkout -f 195c4b6655fee3a3a3a8f4c799baf31be91dd879" returned status code 128: stdout: stderr: fatal: reference is not a tree: 195c4b6655fee3a3a3a8f4c799baf31be91dd879 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2437) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$1100(CliGitAPIImpl.java:84) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2754) Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0af178e203ffe6d20) at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788) at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) at hudson.remoting.Channel.call(Channel.java:998) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146) at sun.reflect.GeneratedMethodAccessor332.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132) at com.sun.proxy.$Proxy453.execute(Unknown Source) at jenkins.plugins.git.MergeWithGitSCMExtension.checkout(MergeWithGitSCMExtension.java:144) at jenkins.plugins.git.MergeWithGitSCMExtension.decorateRevisionToBuild(MergeWithGitSCMExtension.java:110) at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:1063) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1168) at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:125) at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:93) at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80) at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Caused: hudson.plugins.git.GitException: Could not checkout 195c4b6655fee3a3a3a8f4c799baf31be91dd879 Also: hudson.plugins.git.GitException: Command "git checkout -f 195c4b6655fee3a3a3a8f4c799baf31be91dd879" returned status code 128: stdout: stderr: fatal: reference is not a tree: 195c4b6655fee3a3a3a8f4c799baf31be91dd879 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2437) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$1100(CliGitAPIImpl.java:84) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2754) Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0af178e203ffe6d20) at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788) at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) at hudson.remoting.Channel.call(Channel.java:998) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146) at sun.reflect.GeneratedMethodAccessor332.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132) at com.sun.proxy.$Proxy453.execute(Unknown Source) at jenkins.plugins.git.MergeWithGitSCMExtension.checkout(MergeWithGitSCMExtension.java:144) at jenkins.plugins.git.MergeWithGitSCMExtension.decorateRevisionToBuild(MergeWithGitSCMExtension.java:110) at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:1063) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1168) at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:125) at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:93) at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80) at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Caused: hudson.plugins.git.GitException: Could not checkout 195c4b6655fee3a3a3a8f4c799baf31be91dd879 Also: hudson.plugins.git.GitException: Command "git checkout -f 195c4b6655fee3a3a3a8f4c799baf31be91dd879" returned status code 128: stdout: stderr: fatal: reference is not a tree: 195c4b6655fee3a3a3a8f4c799baf31be91dd879 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2437) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$1100(CliGitAPIImpl.java:84) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2754) Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0af178e203ffe6d20) at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788) at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) at hudson.remoting.Channel.call(Channel.java:998) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146) at sun.reflect.GeneratedMethodAccessor332.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132) at com.sun.proxy.$Proxy453.execute(Unknown Source) at jenkins.plugins.git.MergeWithGitSCMExtension.checkout(MergeWithGitSCMExtension.java:144) at jenkins.plugins.git.MergeWithGitSCMExtension.decorateRevisionToBuild(MergeWithGitSCMExtension.java:110) at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:1063) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1168) at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:125) at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:93) at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80) at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Caused: hudson.plugins.git.GitException: Could not checkout 195c4b6655fee3a3a3a8f4c799baf31be91dd879 Also: hudson.plugins.git.GitException: Command "git checkout -f 195c4b6655fee3a3a3a8f4c799baf31be91dd879" returned status code 128: stdout: stderr: fatal: reference is not a tree: 195c4b6655fee3a3a3a8f4c799baf31be91dd879 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2437) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$1100(CliGitAPIImpl.java:84) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2754) Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0af178e203ffe6d20) at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788) at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356) at hudson.remoting.Channel.call(Channel.java:998) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146) at sun.reflect.GeneratedMethodAccessor332.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132) at com.sun.proxy.$Proxy453.execute(Unknown Source) at jenkins.plugins.git.MergeWithGitSCMExtension.checkout(MergeWithGitSCMExtension.java:144) at jenkins.plugins.git.MergeWithGitSCMExtension.decorateRevisionToBuild(MergeWithGitSCMExtension.java:110) at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:1063) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1168) at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:125) at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:93) at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80) at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Caused: hudson.plugins.git.GitException: Could not checkout 195c4b6655fee3a3a3a8f4c799baf31be91dd879 Caused: hudson.plugins.git.GitException: Could not checkout 195c4b6655fee3a3a3a8f4c799baf31be91dd879 at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2778) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161) at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:154) at hudson.remoting.UserRequest.perform(UserRequest.java:211) at hudson.remoting.UserRequest.perform(UserRequest.java:54) at hudson.remoting.Request$2.run(Request.java:369) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) at java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.lang.Thread.run(Thread.java:834) Finished: FAILURE