Pull request #2641 opened 15:57:07 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Loading trusted files from base branch master at 30ff9f339cfb15ea00d0c6b1b3b675de3c80e8dd rather than 2e09920e8e0f096dbc760231f4b8c0f0e4a5f99e Obtained Jenkinsfile from 30ff9f339cfb15ea00d0c6b1b3b675de3c80e8dd 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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/docker/jps.git > git init /var/cloudbees-jenkins-distribution/workspace/docker-py_PR-2641@libs/jps # timeout=10 Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/jps.git # 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/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git 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" First time build. Skipping changelog. > git --version # 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-0c53946114d65ae3d) in /home/ubuntu/workspace/docker-py_PR-2641 [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-2641@tmp/a9563163-9c97-48f0-98f6-1d85d0a72a40/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:57:09 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 15:57:09 chowning workspace [Pipeline] sh 15:57:10 + pwd 15:57:10 + id -u 15:57:10 + id -g 15:57:10 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2641:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] echo 15:57:10 Removing all docker containers [Pipeline] sh 15:57:11 + docker container ls -aq [Pipeline] echo 15:57:11 Docker containers have been removed [Pipeline] echo 15:57:11 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo 15:57:11 cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (build image) [Pipeline] checkout 15:57:11 using credential docker-jenkins-github-credentials 15:57:11 Cloning the remote Git repository 15:57:11 Cloning with configured refspecs honoured and without tags 15:57:12 Fetching without tags Cloning repository https://github.com/docker/docker-py.git > git init /home/ubuntu/workspace/docker-py_PR-2641 # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.git > git --version # timeout=10 using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2641/head:refs/remotes/origin/PR-2641 +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/2641/head:refs/remotes/origin/PR-2641 # 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 15:57:12 Merging remotes/origin/master commit 30ff9f339cfb15ea00d0c6b1b3b675de3c80e8dd into PR head commit 2e09920e8e0f096dbc760231f4b8c0f0e4a5f99e 15:57:12 Merge succeeded, producing 2e09920e8e0f096dbc760231f4b8c0f0e4a5f99e 15:57:12 Checking out Revision 2e09920e8e0f096dbc760231f4b8c0f0e4a5f99e (PR-2641) 15:57:12 Commit message: "Add file environment variable to integration-dind" 15:57:12 First time build. Skipping changelog. [Pipeline] sh 15:57:13 + git rev-parse HEAD 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/2641/head:refs/remotes/origin/PR-2641 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2e09920e8e0f096dbc760231f4b8c0f0e4a5f99e # timeout=10 > git merge 30ff9f339cfb15ea00d0c6b1b3b675de3c80e8dd # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2e09920e8e0f096dbc760231f4b8c0f0e4a5f99e # timeout=10 [Pipeline] isUnix [Pipeline] sh > git --version # timeout=10 fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 15:57:13 + docker pull dockerbuildbot/docker-py:py2-2e09920e8e0f096dbc760231f4b8c0f0e4a5f99e 15:57:13 Error response from daemon: manifest for dockerbuildbot/docker-py:py2-2e09920e8e0f096dbc760231f4b8c0f0e4a5f99e not found: manifest unknown: manifest unknown [Pipeline] isUnix [Pipeline] sh 15:57:13 + docker build -t dockerbuildbot/docker-py:py2-2e09920e8e0f096dbc760231f4b8c0f0e4a5f99e -f tests/Dockerfile --build-arg PYTHON_VERSION=2.7 . 15:57:13 Sending build context to Docker daemon 1.313MB 15:57:13 Step 1/19 : ARG PYTHON_VERSION=3.7 15:57:13 Step 2/19 : FROM python:${PYTHON_VERSION} 15:57:13 2.7: Pulling from library/python 15:57:14 7e2b2a5af8f6: Pulling fs layer 15:57:14 09b6f03ffac4: Pulling fs layer 15:57:14 dc3f0c679f0f: Pulling fs layer 15:57:14 fd4b47407fc3: Pulling fs layer 15:57:14 b32f6bf7d96d: Pulling fs layer 15:57:14 6f4489a7e4cf: Pulling fs layer 15:57:14 af4b99ad9ef0: Pulling fs layer 15:57:14 39db0bc48c26: Pulling fs layer 15:57:14 acb4a89489fc: Pulling fs layer 15:57:14 6f4489a7e4cf: Waiting 15:57:14 af4b99ad9ef0: Waiting 15:57:14 39db0bc48c26: Waiting 15:57:14 acb4a89489fc: Waiting 15:57:14 fd4b47407fc3: Waiting 15:57:14 b32f6bf7d96d: Waiting 15:57:14 dc3f0c679f0f: Verifying Checksum 15:57:14 dc3f0c679f0f: Download complete 15:57:14 09b6f03ffac4: Verifying Checksum 15:57:14 09b6f03ffac4: Download complete 15:57:14 7e2b2a5af8f6: Verifying Checksum 15:57:14 7e2b2a5af8f6: Download complete 15:57:15 fd4b47407fc3: Verifying Checksum 15:57:15 fd4b47407fc3: Download complete 15:57:15 6f4489a7e4cf: Verifying Checksum 15:57:15 6f4489a7e4cf: Download complete 15:57:15 39db0bc48c26: Verifying Checksum 15:57:15 39db0bc48c26: Download complete 15:57:15 af4b99ad9ef0: Verifying Checksum 15:57:15 af4b99ad9ef0: Download complete 15:57:15 acb4a89489fc: Verifying Checksum 15:57:15 acb4a89489fc: Download complete 15:57:16 b32f6bf7d96d: Verifying Checksum 15:57:16 b32f6bf7d96d: Download complete 15:57:17 7e2b2a5af8f6: Pull complete 15:57:17 09b6f03ffac4: Pull complete 15:57:18 dc3f0c679f0f: Pull complete 15:57:20 fd4b47407fc3: Pull complete 15:57:27 b32f6bf7d96d: Pull complete 15:57:27 6f4489a7e4cf: Pull complete 15:57:28 af4b99ad9ef0: Pull complete 15:57:28 39db0bc48c26: Pull complete 15:57:28 acb4a89489fc: Pull complete 15:57:28 Digest: sha256:cfa62318c459b1fde9e0841c619906d15ada5910d625176e24bf692cf8a2601d 15:57:28 Status: Downloaded newer image for python:2.7 15:57:28 ---> 68e7be49c28c 15:57:28 Step 3/19 : ARG APT_MIRROR 15:57:29 ---> Running in 6bbd5dcee5eb 15:57:29 Removing intermediate container 6bbd5dcee5eb 15:57:29 ---> 1fc67bc905f8 15:57:29 Step 4/19 : 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:57:29 ---> Running in ecb1d605143c 15:57:30 Removing intermediate container ecb1d605143c 15:57:30 ---> 4fcc39ce280f 15:57:30 Step 5/19 : RUN apt-get update && apt-get -y install gnupg2 pass curl 15:57:30 ---> Running in 2ef4a139c960 15:57:31 Get:1 http://deb.debian.org/debian buster InRelease [122 kB] 15:57:31 Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] 15:57:31 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] 15:57:31 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [220 kB] 15:57:31 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB] 15:57:31 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] 15:57:32 Fetched 8374 kB in 2s (5029 kB/s) 15:57:32 Reading package lists... 15:57:33 Reading package lists... 15:57:33 Building dependency tree... 15:57:33 Reading state information... 15:57:33 curl is already the newest version (7.64.0-4+deb10u1). 15:57:33 The following additional packages will be installed: 15:57:33 libqrencode4 libxmu6 libxmuu1 qrencode tree xauth xclip 15:57:33 Suggested packages: 15:57:33 libxml-simple-perl ruby 15:57:33 The following NEW packages will be installed: 15:57:33 gnupg2 libqrencode4 libxmu6 libxmuu1 pass qrencode tree xauth xclip 15:57:33 0 upgraded, 9 newly installed, 0 to remove and 52 not upgraded. 15:57:33 Need to get 708 kB of archives. 15:57:33 After this operation, 1197 kB of additional disk space will be used. 15:57:33 Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u1 [393 kB] 15:57:33 Get:2 http://deb.debian.org/debian buster/main amd64 libqrencode4 amd64 4.0.2-1 [38.2 kB] 15:57:33 Get:3 http://deb.debian.org/debian buster/main amd64 libxmu6 amd64 2:1.1.2-2+b3 [60.8 kB] 15:57:33 Get:4 http://deb.debian.org/debian buster/main amd64 libxmuu1 amd64 2:1.1.2-2+b3 [23.9 kB] 15:57:33 Get:5 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB] 15:57:33 Get:6 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB] 15:57:33 Get:7 http://deb.debian.org/debian buster/main amd64 qrencode amd64 4.0.2-1 [39.8 kB] 15:57:33 Get:8 http://deb.debian.org/debian buster/main amd64 xauth amd64 1:1.0.10-1 [40.3 kB] 15:57:33 Get:9 http://deb.debian.org/debian buster/main amd64 xclip amd64 0.13-1 [23.2 kB] 15:57:34 debconf: delaying package configuration, since apt-utils is not installed 15:57:34 Fetched 708 kB in 0s (2619 kB/s) 15:57:34 Selecting previously unselected package gnupg2. 15:57:34 (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:57:34 Preparing to unpack .../0-gnupg2_2.2.12-1+deb10u1_all.deb ... 15:57:34 Unpacking gnupg2 (2.2.12-1+deb10u1) ... 15:57:34 Selecting previously unselected package libqrencode4:amd64. 15:57:34 Preparing to unpack .../1-libqrencode4_4.0.2-1_amd64.deb ... 15:57:34 Unpacking libqrencode4:amd64 (4.0.2-1) ... 15:57:34 Selecting previously unselected package libxmu6:amd64. 15:57:34 Preparing to unpack .../2-libxmu6_2%3a1.1.2-2+b3_amd64.deb ... 15:57:34 Unpacking libxmu6:amd64 (2:1.1.2-2+b3) ... 15:57:34 Selecting previously unselected package libxmuu1:amd64. 15:57:34 Preparing to unpack .../3-libxmuu1_2%3a1.1.2-2+b3_amd64.deb ... 15:57:34 Unpacking libxmuu1:amd64 (2:1.1.2-2+b3) ... 15:57:34 Selecting previously unselected package tree. 15:57:34 Preparing to unpack .../4-tree_1.8.0-1_amd64.deb ... 15:57:34 Unpacking tree (1.8.0-1) ... 15:57:34 Selecting previously unselected package pass. 15:57:34 Preparing to unpack .../5-pass_1.7.3-2_all.deb ... 15:57:34 Unpacking pass (1.7.3-2) ... 15:57:34 Selecting previously unselected package qrencode. 15:57:34 Preparing to unpack .../6-qrencode_4.0.2-1_amd64.deb ... 15:57:34 Unpacking qrencode (4.0.2-1) ... 15:57:34 Selecting previously unselected package xauth. 15:57:34 Preparing to unpack .../7-xauth_1%3a1.0.10-1_amd64.deb ... 15:57:34 Unpacking xauth (1:1.0.10-1) ... 15:57:34 Selecting previously unselected package xclip. 15:57:34 Preparing to unpack .../8-xclip_0.13-1_amd64.deb ... 15:57:34 Unpacking xclip (0.13-1) ... 15:57:34 Setting up gnupg2 (2.2.12-1+deb10u1) ... 15:57:34 Setting up libxmu6:amd64 (2:1.1.2-2+b3) ... 15:57:34 Setting up libqrencode4:amd64 (4.0.2-1) ... 15:57:34 Setting up qrencode (4.0.2-1) ... 15:57:34 Setting up tree (1.8.0-1) ... 15:57:34 Setting up xclip (0.13-1) ... 15:57:34 Setting up pass (1.7.3-2) ... 15:57:34 Setting up libxmuu1:amd64 (2:1.1.2-2+b3) ... 15:57:34 Setting up xauth (1:1.0.10-1) ... 15:57:34 Processing triggers for libc-bin (2.28-10) ... 15:57:35 Removing intermediate container 2ef4a139c960 15:57:35 ---> b197042e14c7 15:57:35 Step 6/19 : COPY ./tests/gpg-keys /gpg-keys 15:57:35 ---> e50b0dc95301 15:57:35 Step 7/19 : RUN gpg2 --import gpg-keys/secret 15:57:35 ---> Running in de8a1d67f91c 15:57:35 gpg: directory '/root/.gnupg' created 15:57:35 gpg: keybox '/root/.gnupg/pubring.kbx' created 15:57:35 gpg: /root/.gnupg/trustdb.gpg: trustdb created 15:57:35 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported 15:57:35 gpg: key 464ED987A7B21401: secret key imported 15:57:35 gpg: Total number processed: 1 15:57:35 gpg: imported: 1 15:57:35 gpg: secret keys read: 1 15:57:35 gpg: secret keys imported: 1 15:57:36 Removing intermediate container de8a1d67f91c 15:57:36 ---> c8e3ca9c62c2 15:57:36 Step 8/19 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust 15:57:36 ---> Running in 0de9d8cad690 15:57:36 gpg: inserting ownertrust of 6 15:57:36 Removing intermediate container 0de9d8cad690 15:57:36 ---> 814da420af2e 15:57:36 Step 9/19 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}') 15:57:36 ---> Running in 2837b3126626 15:57:37 gpg: please do a --check-trustdb 15:57:37 mkdir: created directory '/root/.password-store/' 15:57:37 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401 15:57:37 Removing intermediate container 2837b3126626 15:57:37 ---> 9204a3213f54 15:57:37 Step 10/19 : RUN gpg2 --check-trustdb 15:57:37 ---> Running in 486f1af28f39 15:57:37 gpg: marginals needed: 3 completes needed: 1 trust model: pgp 15:57:37 gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u 15:57:38 Removing intermediate container 486f1af28f39 15:57:38 ---> 85d5bf1bbdfe 15:57:38 Step 11/19 : ARG CREDSTORE_VERSION=v0.6.3 15:57:38 ---> Running in 40928297b36a 15:57:38 Removing intermediate container 40928297b36a 15:57:38 ---> a9e596095ce0 15:57:38 Step 12/19 : 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:57:38 ---> Running in 9bd3cf986c7d 15:57:39 Removing intermediate container 9bd3cf986c7d 15:57:39 ---> d2a83ed60034 15:57:39 Step 13/19 : WORKDIR /src 15:57:39 ---> Running in 346133c13f6b 15:57:39 Removing intermediate container 346133c13f6b 15:57:39 ---> f5bd7940adcf 15:57:39 Step 14/19 : COPY requirements.txt /src/requirements.txt 15:57:39 ---> 3ae914dacd4c 15:57:39 Step 15/19 : RUN pip install -r requirements.txt 15:57:39 ---> Running in d1ed98b17067 15:57:39 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:57:39 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment 15:57:39 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:57:44 Collecting asn1crypto==0.22.0 15:57:45 Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB) 15:57:45 Collecting backports.ssl-match-hostname==3.5.0.1 15:57:45 Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB) 15:57:45 Collecting cffi==1.10.0 15:57:45 Downloading cffi-1.10.0-cp27-cp27mu-manylinux1_x86_64.whl (392 kB) 15:57:45 Collecting cryptography==2.3 15:57:46 Downloading cryptography-2.3-cp27-cp27mu-manylinux1_x86_64.whl (2.1 MB) 15:57:46 Collecting enum34==1.1.6 15:57:46 Downloading enum34-1.1.6-py2-none-any.whl (12 kB) 15:57:46 Collecting idna==2.5 15:57:46 Downloading idna-2.5-py2.py3-none-any.whl (55 kB) 15:57:46 Collecting ipaddress==1.0.18 15:57:46 Downloading ipaddress-1.0.18-py2-none-any.whl (17 kB) 15:57:46 Collecting packaging==16.8 15:57:46 Downloading packaging-16.8-py2.py3-none-any.whl (23 kB) 15:57:46 Collecting paramiko==2.4.2 15:57:46 Downloading paramiko-2.4.2-py2.py3-none-any.whl (193 kB) 15:57:46 Collecting pycparser==2.17 15:57:46 Downloading pycparser-2.17.tar.gz (231 kB) 15:57:46 Collecting pyOpenSSL==18.0.0 15:57:46 Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB) 15:57:46 Collecting pyparsing==2.2.0 15:57:46 Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB) 15:57:46 Collecting requests==2.20.0 15:57:46 Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB) 15:57:46 Collecting six==1.10.0 15:57:46 Downloading six-1.10.0-py2.py3-none-any.whl (10 kB) 15:57:46 Collecting urllib3==1.24.3 15:57:46 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:57:46 Collecting websocket-client==0.56.0 15:57:46 Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB) 15:57:47 Collecting pyasn1>=0.1.7 15:57:47 Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) 15:57:47 Collecting pynacl>=1.0.1 15:57:47 Downloading PyNaCl-1.4.0-cp27-cp27mu-manylinux1_x86_64.whl (964 kB) 15:57:47 Collecting bcrypt>=3.1.3 15:57:47 Downloading bcrypt-3.1.7-cp27-cp27mu-manylinux1_x86_64.whl (59 kB) 15:57:47 Collecting certifi>=2017.4.17 15:57:47 Downloading certifi-2020.6.20-py2.py3-none-any.whl (156 kB) 15:57:47 Collecting chardet<3.1.0,>=3.0.2 15:57:47 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 15:57:47 Building wheels for collected packages: backports.ssl-match-hostname, pycparser 15:57:47 Building wheel for backports.ssl-match-hostname (setup.py): started 15:57:47 Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done' 15:57:47 Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py2-none-any.whl size=5209 sha256=d187a1776733a4297b1d39517970f65179a9b598ddd84ee6b560aee0858c5d91 15:57:47 Stored in directory: /root/.cache/pip/wheels/19/dd/8c/6cad8e6c38a9fe006dd7423ca1655bb1eb3cb94c5ce1814e4f 15:57:47 Building wheel for pycparser (setup.py): started 15:57:47 Building wheel for pycparser (setup.py): finished with status 'done' 15:57:47 Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=193886 sha256=2d7f89eb9eac0d5c842d93089b3a3daff7b5e8fce8626dac07b09e016eb5092d 15:57:47 Stored in directory: /root/.cache/pip/wheels/03/08/f2/bf70552f051cd78e9d8fe7d196ef762858dcfa156965e3a1e3 15:57:47 Successfully built backports.ssl-match-hostname pycparser 15:57:47 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:57:48 Attempting uninstall: six 15:57:48 Found existing installation: six 1.14.0 15:57:48 Uninstalling six-1.14.0: 15:57:48 Successfully uninstalled six-1.14.0 15:57:49 Successfully installed asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.1.7 certifi-2020.6.20 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:57:53 WARNING: You are using pip version 20.0.2; however, version 20.2.2 is available. 15:57:53 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command. 15:57:54 Removing intermediate container d1ed98b17067 15:57:54 ---> 0d82e51c4419 15:57:54 Step 16/19 : COPY test-requirements.txt /src/test-requirements.txt 15:57:54 ---> 4447fdf8567e 15:57:54 Step 17/19 : RUN pip install -r test-requirements.txt 15:57:54 ---> Running in a25a5af67083 15:57: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:00 Collecting setuptools==44.0.0 15:58:00 Downloading setuptools-44.0.0-py2.py3-none-any.whl (583 kB) 15:58:00 Collecting coverage==4.5.2 15:58:00 Downloading coverage-4.5.2-cp27-cp27mu-manylinux1_x86_64.whl (201 kB) 15:58:00 Collecting flake8==3.6.0 15:58:00 Downloading flake8-3.6.0-py2.py3-none-any.whl (68 kB) 15:58:01 Collecting mock==1.0.1 15:58:01 Downloading mock-1.0.1.tar.gz (818 kB) 15:58:01 Collecting pytest==4.3.1 15:58:01 Downloading pytest-4.3.1-py2.py3-none-any.whl (219 kB) 15:58:01 Collecting pytest-cov==2.6.1 15:58:01 Downloading pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB) 15:58:01 Collecting pytest-timeout==1.3.3 15:58:01 Downloading pytest_timeout-1.3.3-py2.py3-none-any.whl (9.8 kB) 15:58:01 Collecting pyflakes<2.1.0,>=2.0.0 15:58:01 Downloading pyflakes-2.0.0-py2.py3-none-any.whl (53 kB) 15:58:01 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:58:01 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:58:01 Collecting pycodestyle<2.5.0,>=2.4.0 15:58:01 Downloading pycodestyle-2.4.0-py2.py3-none-any.whl (62 kB) 15:58:01 Collecting mccabe<0.7.0,>=0.6.0 15:58:01 Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB) 15:58:01 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:58:01 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:58:01 Collecting py>=1.5.0 15:58:01 Downloading py-1.9.0-py2.py3-none-any.whl (99 kB) 15:58:01 Collecting attrs>=17.4.0 15:58:01 Downloading attrs-19.3.0-py2.py3-none-any.whl (39 kB) 15:58:01 Collecting more-itertools<6.0.0,>=4.0.0; python_version <= "2.7" 15:58:01 Downloading more_itertools-5.0.0-py2-none-any.whl (52 kB) 15:58:01 Collecting atomicwrites>=1.0 15:58:01 Downloading atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB) 15:58:01 Collecting pluggy>=0.7 15:58:01 Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB) 15:58:01 Collecting funcsigs; python_version < "3.0" 15:58:01 Downloading funcsigs-1.0.2-py2.py3-none-any.whl (17 kB) 15:58:01 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:58:01 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:58:01 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:58:01 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:58:02 Building wheels for collected packages: mock 15:58:02 Building wheel for mock (setup.py): started 15:58:02 Building wheel for mock (setup.py): finished with status 'done' 15:58:02 Created wheel for mock: filename=mock-1.0.1-py2-none-any.whl size=23755 sha256=ab62678e00729d97de752efb6ae82e585e71b05af88ec6aa7d339097324623e5 15:58:02 Stored in directory: /root/.cache/pip/wheels/ad/62/e0/a06cc957652749e64c7904e899eca3ecb2ec47c60d52653660 15:58:02 Successfully built mock 15:58:02 Installing collected packages: setuptools, coverage, pyflakes, pycodestyle, mccabe, flake8, mock, py, attrs, more-itertools, atomicwrites, pluggy, funcsigs, pytest, pytest-cov, pytest-timeout 15:58:02 Attempting uninstall: setuptools 15:58:02 Found existing installation: setuptools 44.1.0 15:58:02 Uninstalling setuptools-44.1.0: 15:58:02 Successfully uninstalled setuptools-44.1.0 15:58:02 Successfully installed atomicwrites-1.4.0 attrs-19.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:58:03 WARNING: You are using pip version 20.0.2; however, version 20.2.2 is available. 15:58:03 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command. 15:58:03 Removing intermediate container a25a5af67083 15:58:03 ---> 4aacff0a49d7 15:58:03 Step 18/19 : COPY . /src 15:58:04 ---> a16df4b3d4e8 15:58:04 Step 19/19 : RUN pip install . 15:58:04 ---> Running in bcedcaddea9a 15:58:05 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:05 Processing /src 15:58:05 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:58:05 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:58:05 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:58:05 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:58:05 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:58:05 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.6.20) 15:58:05 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:58:05 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:58:05 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:58:05 Building wheels for collected packages: docker 15:58:05 Building wheel for docker (setup.py): started 15:58:05 Building wheel for docker (setup.py): finished with status 'done' 15:58:05 Created wheel for docker: filename=docker-4.4.0.dev0-py2.py3-none-any.whl size=145246 sha256=2d66ba5afd3782c80106bc27a0956d8ef1ae913aa359f9ac3a6804acf402e2a6 15:58:05 Stored in directory: /tmp/pip-ephem-wheel-cache-Tmoftt/wheels/dc/45/28/050a7fcd95fc9b9f504d64d6668214323c48b439857458e65c 15:58:05 Successfully built docker 15:58:05 Installing collected packages: docker 15:58:05 Successfully installed docker-4.4.0.dev0 15:58:05 WARNING: You are using pip version 20.0.2; however, version 20.2.2 is available. 15:58:05 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command. 15:58:06 Removing intermediate container bcedcaddea9a 15:58:06 ---> 9cfb6bcc5f88 15:58:06 Successfully built 9cfb6bcc5f88 15:58:06 Successfully tagged dockerbuildbot/docker-py:py2-2e09920e8e0f096dbc760231f4b8c0f0e4a5f99e [Pipeline] isUnix [Pipeline] sh 15:58:06 + docker tag dockerbuildbot/docker-py:py2-2e09920e8e0f096dbc760231f4b8c0f0e4a5f99e dockerbuildbot/docker-py:py2-2e09920e8e0f096dbc760231f4b8c0f0e4a5f99e [Pipeline] isUnix [Pipeline] sh 15:58:06 + docker push dockerbuildbot/docker-py:py2-2e09920e8e0f096dbc760231f4b8c0f0e4a5f99e 15:58:06 The push refers to repository [docker.io/dockerbuildbot/docker-py] 15:58:06 906f3ed489f7: Preparing 15:58:06 82b8bbb19e1c: Preparing 15:58:06 2ee0a24f15ca: Preparing 15:58:06 071f72a736f1: Preparing 15:58:06 a37952a61a9f: Preparing 15:58:06 1b73d8a0802e: Preparing 15:58:06 7166853107cc: Preparing 15:58:06 2f7556e2c5f1: Preparing 15:58:06 ccd41857095e: Preparing 15:58:06 e97381424b88: Preparing 15:58:06 c8c2edb940f9: Preparing 15:58:06 6eab0583cd57: Preparing 15:58:06 bc53ed30b042: Preparing 15:58:06 715f8c997766: Preparing 15:58:06 a8dc9b20ba20: Preparing 15:58:06 e571d2d3c73c: Preparing 15:58:06 da7b0a80a4f2: Preparing 15:58:06 ceee8816bb96: Preparing 15:58:06 47458fb45d99: Preparing 15:58:06 46829331b1e4: Preparing 15:58:06 d35c5bda4793: Preparing 15:58:06 a3c1026c6bcc: Preparing 15:58:06 f1d420c2af1a: Preparing 15:58:06 461719022993: Preparing 15:58:06 1b73d8a0802e: Waiting 15:58:06 7166853107cc: Waiting 15:58:06 2f7556e2c5f1: Waiting 15:58:06 ccd41857095e: Waiting 15:58:06 e97381424b88: Waiting 15:58:06 c8c2edb940f9: Waiting 15:58:06 6eab0583cd57: Waiting 15:58:06 bc53ed30b042: Waiting 15:58:06 715f8c997766: Waiting 15:58:06 a8dc9b20ba20: Waiting 15:58:06 e571d2d3c73c: Waiting 15:58:06 da7b0a80a4f2: Waiting 15:58:06 ceee8816bb96: Waiting 15:58:06 47458fb45d99: Waiting 15:58:06 46829331b1e4: Waiting 15:58:06 d35c5bda4793: Waiting 15:58:06 a3c1026c6bcc: Waiting 15:58:06 f1d420c2af1a: Waiting 15:58:06 461719022993: Waiting 15:58:08 071f72a736f1: Pushed 15:58:08 82b8bbb19e1c: Pushed 15:58:08 906f3ed489f7: Pushed 15:58:08 2ee0a24f15ca: Pushed 15:58:08 1b73d8a0802e: Pushed 15:58:09 7166853107cc: Pushed 15:58:09 2f7556e2c5f1: Pushed 15:58:09 e97381424b88: Pushed 15:58:09 a37952a61a9f: Pushed 15:58:09 ccd41857095e: Pushed 15:58:09 c8c2edb940f9: Pushed 15:58:10 e571d2d3c73c: Layer already exists 15:58:10 da7b0a80a4f2: Layer already exists 15:58:10 ceee8816bb96: Layer already exists 15:58:10 47458fb45d99: Layer already exists 15:58:10 46829331b1e4: Layer already exists 15:58:10 d35c5bda4793: Layer already exists 15:58:10 6eab0583cd57: Pushed 15:58:10 f1d420c2af1a: Layer already exists 15:58:10 a3c1026c6bcc: Layer already exists 15:58:10 bc53ed30b042: Pushed 15:58:10 a8dc9b20ba20: Pushed 15:58:10 461719022993: Layer already exists 15:58:11 715f8c997766: Pushed 15:58:13 py2-2e09920e8e0f096dbc760231f4b8c0f0e4a5f99e: digest: sha256:201f6b746b20e59a35730a327ae6215beba1a481ea2093867a57d112fb848a29 size: 5353 [Pipeline] isUnix [Pipeline] sh 15:58:13 + docker pull dockerbuildbot/docker-py:py3-2e09920e8e0f096dbc760231f4b8c0f0e4a5f99e 15:58:13 Error response from daemon: manifest for dockerbuildbot/docker-py:py3-2e09920e8e0f096dbc760231f4b8c0f0e4a5f99e not found: manifest unknown: manifest unknown [Pipeline] isUnix [Pipeline] sh 15:58:13 + docker build -t dockerbuildbot/docker-py:py3-2e09920e8e0f096dbc760231f4b8c0f0e4a5f99e -f tests/Dockerfile --build-arg PYTHON_VERSION=3.7 . 15:58:13 Sending build context to Docker daemon 1.313MB 15:58:13 Step 1/19 : ARG PYTHON_VERSION=3.7 15:58:13 Step 2/19 : FROM python:${PYTHON_VERSION} 15:58:13 3.7: Pulling from library/python 15:58:14 d6ff36c9ec48: Already exists 15:58:14 c958d65b3090: Already exists 15:58:14 edaf0a6b092f: Already exists 15:58:14 80931cf68816: Already exists 15:58:14 bc1b8aca3825: Pulling fs layer 15:58:14 edfe96a4dd20: Pulling fs layer 15:58:14 5870fef1e623: Pulling fs layer 15:58:14 6790a6a53a00: Pulling fs layer 15:58:14 601e3df5d08d: Pulling fs layer 15:58:14 6790a6a53a00: Waiting 15:58:14 601e3df5d08d: Waiting 15:58:14 edfe96a4dd20: Verifying Checksum 15:58:14 edfe96a4dd20: Download complete 15:58:14 5870fef1e623: Verifying Checksum 15:58:14 5870fef1e623: Download complete 15:58:14 6790a6a53a00: Verifying Checksum 15:58:14 6790a6a53a00: Download complete 15:58:14 601e3df5d08d: Verifying Checksum 15:58:14 601e3df5d08d: Download complete 15:58:16 bc1b8aca3825: Verifying Checksum 15:58:16 bc1b8aca3825: Download complete 15:58:22 bc1b8aca3825: Pull complete 15:58:22 edfe96a4dd20: Pull complete 15:58:23 5870fef1e623: Pull complete 15:58:23 6790a6a53a00: Pull complete 15:58:23 601e3df5d08d: Pull complete 15:58:23 Digest: sha256:6ca82c8d96a24523a71f40bb38f5682b18ca74a7a19586927c79e714b1b906c4 15:58:23 Status: Downloaded newer image for python:3.7 15:58:23 ---> d70fc156eb55 15:58:23 Step 3/19 : ARG APT_MIRROR 15:58:25 ---> Running in 3ceb4894a7bc 15:58:25 Removing intermediate container 3ceb4894a7bc 15:58:25 ---> 62fb4dd8d7b0 15:58:25 Step 4/19 : 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:25 ---> Running in 971ca37864df 15:58:25 Removing intermediate container 971ca37864df 15:58:25 ---> 6ca6654c0d86 15:58:25 Step 5/19 : RUN apt-get update && apt-get -y install gnupg2 pass curl 15:58:25 ---> Running in ec3bdef2cb8e 15:58:26 Get:1 http://deb.debian.org/debian buster InRelease [122 kB] 15:58:26 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] 15:58:26 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] 15:58:26 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB] 15:58:26 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] 15:58:26 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [220 kB] 15:58:27 Fetched 8374 kB in 2s (4844 kB/s) 15:58:28 Reading package lists... 15:58:28 Reading package lists... 15:58:29 Building dependency tree... 15:58:29 Reading state information... 15:58:29 curl is already the newest version (7.64.0-4+deb10u1). 15:58:29 The following additional packages will be installed: 15:58:29 libqrencode4 libxmu6 libxmuu1 qrencode tree xauth xclip 15:58:29 Suggested packages: 15:58:29 libxml-simple-perl ruby 15:58:29 The following NEW packages will be installed: 15:58:29 gnupg2 libqrencode4 libxmu6 libxmuu1 pass qrencode tree xauth xclip 15:58:29 0 upgraded, 9 newly installed, 0 to remove and 0 not upgraded. 15:58:29 Need to get 708 kB of archives. 15:58:29 After this operation, 1197 kB of additional disk space will be used. 15:58:29 Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u1 [393 kB] 15:58:29 Get:2 http://deb.debian.org/debian buster/main amd64 libqrencode4 amd64 4.0.2-1 [38.2 kB] 15:58:29 Get:3 http://deb.debian.org/debian buster/main amd64 libxmu6 amd64 2:1.1.2-2+b3 [60.8 kB] 15:58:29 Get:4 http://deb.debian.org/debian buster/main amd64 libxmuu1 amd64 2:1.1.2-2+b3 [23.9 kB] 15:58:29 Get:5 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB] 15:58:29 Get:6 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB] 15:58:29 Get:7 http://deb.debian.org/debian buster/main amd64 qrencode amd64 4.0.2-1 [39.8 kB] 15:58:29 Get:8 http://deb.debian.org/debian buster/main amd64 xauth amd64 1:1.0.10-1 [40.3 kB] 15:58:29 Get:9 http://deb.debian.org/debian buster/main amd64 xclip amd64 0.13-1 [23.2 kB] 15:58:29 debconf: delaying package configuration, since apt-utils is not installed 15:58:29 Fetched 708 kB in 0s (2583 kB/s) 15:58:29 Selecting previously unselected package gnupg2. 15:58:29 (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 ... 24604 files and directories currently installed.) 15:58:29 Preparing to unpack .../0-gnupg2_2.2.12-1+deb10u1_all.deb ... 15:58:29 Unpacking gnupg2 (2.2.12-1+deb10u1) ... 15:58:29 Selecting previously unselected package libqrencode4:amd64. 15:58:29 Preparing to unpack .../1-libqrencode4_4.0.2-1_amd64.deb ... 15:58:29 Unpacking libqrencode4:amd64 (4.0.2-1) ... 15:58:29 Selecting previously unselected package libxmu6:amd64. 15:58:29 Preparing to unpack .../2-libxmu6_2%3a1.1.2-2+b3_amd64.deb ... 15:58:29 Unpacking libxmu6:amd64 (2:1.1.2-2+b3) ... 15:58:29 Selecting previously unselected package libxmuu1:amd64. 15:58:29 Preparing to unpack .../3-libxmuu1_2%3a1.1.2-2+b3_amd64.deb ... 15:58:29 Unpacking libxmuu1:amd64 (2:1.1.2-2+b3) ... 15:58:29 Selecting previously unselected package tree. 15:58:29 Preparing to unpack .../4-tree_1.8.0-1_amd64.deb ... 15:58:29 Unpacking tree (1.8.0-1) ... 15:58:29 Selecting previously unselected package pass. 15:58:29 Preparing to unpack .../5-pass_1.7.3-2_all.deb ... 15:58:29 Unpacking pass (1.7.3-2) ... 15:58:29 Selecting previously unselected package qrencode. 15:58:29 Preparing to unpack .../6-qrencode_4.0.2-1_amd64.deb ... 15:58:29 Unpacking qrencode (4.0.2-1) ... 15:58:29 Selecting previously unselected package xauth. 15:58:29 Preparing to unpack .../7-xauth_1%3a1.0.10-1_amd64.deb ... 15:58:29 Unpacking xauth (1:1.0.10-1) ... 15:58:29 Selecting previously unselected package xclip. 15:58:29 Preparing to unpack .../8-xclip_0.13-1_amd64.deb ... 15:58:29 Unpacking xclip (0.13-1) ... 15:58:30 Setting up gnupg2 (2.2.12-1+deb10u1) ... 15:58:30 Setting up libxmu6:amd64 (2:1.1.2-2+b3) ... 15:58:30 Setting up libqrencode4:amd64 (4.0.2-1) ... 15:58:30 Setting up qrencode (4.0.2-1) ... 15:58:30 Setting up tree (1.8.0-1) ... 15:58:30 Setting up xclip (0.13-1) ... 15:58:30 Setting up pass (1.7.3-2) ... 15:58:30 Setting up libxmuu1:amd64 (2:1.1.2-2+b3) ... 15:58:30 Setting up xauth (1:1.0.10-1) ... 15:58:30 Processing triggers for libc-bin (2.28-10) ... 15:58:31 Removing intermediate container ec3bdef2cb8e 15:58:31 ---> 36cad67554d4 15:58:31 Step 6/19 : COPY ./tests/gpg-keys /gpg-keys 15:58:31 ---> 730c40bf3fcb 15:58:31 Step 7/19 : RUN gpg2 --import gpg-keys/secret 15:58:31 ---> Running in 40b602566ace 15:58:31 gpg: directory '/root/.gnupg' created 15:58:31 gpg: keybox '/root/.gnupg/pubring.kbx' created 15:58:31 gpg: /root/.gnupg/trustdb.gpg: trustdb created 15:58:31 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported 15:58:31 gpg: key 464ED987A7B21401: secret key imported 15:58:31 gpg: Total number processed: 1 15:58:31 gpg: imported: 1 15:58:31 gpg: secret keys read: 1 15:58:31 gpg: secret keys imported: 1 15:58:31 Removing intermediate container 40b602566ace 15:58:31 ---> c027a17c66e4 15:58:31 Step 8/19 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust 15:58:31 ---> Running in 59e5c9c23ec3 15:58:32 gpg: inserting ownertrust of 6 15:58:32 Removing intermediate container 59e5c9c23ec3 15:58:32 ---> 7815432f1db3 15:58:32 Step 9/19 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}') 15:58:32 ---> Running in f6d0d8904808 15:58:32 gpg: please do a --check-trustdb 15:58:32 mkdir: created directory '/root/.password-store/' 15:58:32 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401 15:58:33 Removing intermediate container f6d0d8904808 15:58:33 ---> 4fbef1f7f45a 15:58:33 Step 10/19 : RUN gpg2 --check-trustdb 15:58:33 ---> Running in ccc0cbf8e1f0 15:58:33 gpg: marginals needed: 3 completes needed: 1 trust model: pgp 15:58:33 gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u 15:58:34 Removing intermediate container ccc0cbf8e1f0 15:58:34 ---> 9dcefe0619a8 15:58:34 Step 11/19 : ARG CREDSTORE_VERSION=v0.6.3 15:58:34 ---> Running in 81fb9a786747 15:58:34 Removing intermediate container 81fb9a786747 15:58:34 ---> 898803294643 15:58:34 Step 12/19 : 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:34 ---> Running in 693f8ca9c42b 15:58:34 Removing intermediate container 693f8ca9c42b 15:58:34 ---> ba80a248b177 15:58:34 Step 13/19 : WORKDIR /src 15:58:34 ---> Running in d9fb174b6aff 15:58:34 Removing intermediate container d9fb174b6aff 15:58:34 ---> 0822172f4e05 15:58:34 Step 14/19 : COPY requirements.txt /src/requirements.txt 15:58:34 ---> aae83401a817 15:58:34 Step 15/19 : RUN pip install -r requirements.txt 15:58:35 ---> Running in 3a5886fe81b9 15:58:36 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment 15:58:40 Collecting appdirs==1.4.3 15:58:41 Downloading appdirs-1.4.3-py2.py3-none-any.whl (12 kB) 15:58:41 Collecting asn1crypto==0.22.0 15:58:41 Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB) 15:58:41 Collecting backports.ssl-match-hostname==3.5.0.1 15:58:41 Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB) 15:58:42 Collecting cffi==1.10.0 15:58:42 Downloading cffi-1.10.0.tar.gz (418 kB) 15:58:42 Collecting cryptography==2.3 15:58:42 Downloading cryptography-2.3-cp34-abi3-manylinux1_x86_64.whl (2.1 MB) 15:58:42 Collecting enum34==1.1.6 15:58:42 Downloading enum34-1.1.6-py3-none-any.whl (12 kB) 15:58:42 Collecting idna==2.5 15:58:42 Downloading idna-2.5-py2.py3-none-any.whl (55 kB) 15:58:43 Collecting ipaddress==1.0.18 15:58:43 Downloading ipaddress-1.0.18.tar.gz (32 kB) 15:58:43 Collecting packaging==16.8 15:58:43 Downloading packaging-16.8-py2.py3-none-any.whl (23 kB) 15:58:43 Collecting paramiko==2.4.2 15:58:43 Downloading paramiko-2.4.2-py2.py3-none-any.whl (193 kB) 15:58:43 Collecting pycparser==2.17 15:58:43 Downloading pycparser-2.17.tar.gz (231 kB) 15:58:43 Collecting pyOpenSSL==18.0.0 15:58:43 Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB) 15:58:43 Collecting pyparsing==2.2.0 15:58:43 Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB) 15:58:43 Collecting requests==2.20.0 15:58:43 Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB) 15:58:43 Collecting six==1.10.0 15:58:43 Downloading six-1.10.0-py2.py3-none-any.whl (10 kB) 15:58:43 Collecting urllib3==1.24.3 15:58:43 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:58:43 Collecting websocket-client==0.56.0 15:58:43 Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB) 15:58:43 Collecting pyasn1>=0.1.7 15:58:43 Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) 15:58:43 Collecting bcrypt>=3.1.3 15:58:43 Downloading bcrypt-3.1.7-cp34-abi3-manylinux1_x86_64.whl (56 kB) 15:58:44 Collecting pynacl>=1.0.1 15:58:44 Downloading PyNaCl-1.4.0-cp35-abi3-manylinux1_x86_64.whl (961 kB) 15:58:44 Collecting chardet<3.1.0,>=3.0.2 15:58:44 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 15:58:44 Collecting certifi>=2017.4.17 15:58:44 Downloading certifi-2020.6.20-py2.py3-none-any.whl (156 kB) 15:58:44 Building wheels for collected packages: backports.ssl-match-hostname, cffi, ipaddress, pycparser 15:58:44 Building wheel for backports.ssl-match-hostname (setup.py): started 15:58:44 Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done' 15:58:44 Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py3-none-any.whl size=5205 sha256=cf45ce65158c2d04ad9fbe6636fd1263dbed3226834f86422df0065d5f1c69e1 15:58:44 Stored in directory: /root/.cache/pip/wheels/93/72/f6/df894bfc7947d11f89dbdb4e9b786703a43cd547c1b5e8c738 15:58:44 Building wheel for cffi (setup.py): started 15:58:47 Building wheel for cffi (setup.py): finished with status 'done' 15:58:47 Created wheel for cffi: filename=cffi-1.10.0-cp37-cp37m-linux_x86_64.whl size=371232 sha256=734110dd849ede234ac72c39b6bc23412f8afacb1202cb22f0c9897b7c1c24bb 15:58:47 Stored in directory: /root/.cache/pip/wheels/cc/8d/6c/d24a8db003ac4a51d9959a9985718fac84e1baa5ec6c42d115 15:58:47 Building wheel for ipaddress (setup.py): started 15:58:47 Building wheel for ipaddress (setup.py): finished with status 'done' 15:58:47 Created wheel for ipaddress: filename=ipaddress-1.0.18-py3-none-any.whl size=18104 sha256=53445fd3b2ef9b6b6d360e2bbd7118cb3b275d652dfeaf7948aae302070704c0 15:58:47 Stored in directory: /root/.cache/pip/wheels/54/90/bd/f99e221ab77ef8e6d65c14efe986cef3360da2990396093151 15:58:47 Building wheel for pycparser (setup.py): started 15:58:48 Building wheel for pycparser (setup.py): finished with status 'done' 15:58:48 Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=192840 sha256=5925454c00ad37161926ccf7d6bc73c10d3e18d2b123259fca01935322e6dc90 15:58:48 Stored in directory: /root/.cache/pip/wheels/91/50/7a/9f94e39b01559aa44c3cefb775d7befcc01d0a6ed0093cab37 15:58:48 Successfully built backports.ssl-match-hostname cffi ipaddress pycparser 15:58:48 Installing collected packages: appdirs, asn1crypto, backports.ssl-match-hostname, pycparser, cffi, idna, six, cryptography, enum34, ipaddress, pyparsing, packaging, pyasn1, bcrypt, pynacl, paramiko, pyOpenSSL, chardet, urllib3, certifi, requests, websocket-client 15:58:49 Successfully installed appdirs-1.4.3 asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.1.7 certifi-2020.6.20 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:58:54 Removing intermediate container 3a5886fe81b9 15:58:54 ---> 0f3e6bc35c72 15:58:54 Step 16/19 : COPY test-requirements.txt /src/test-requirements.txt 15:58:54 ---> e0dc8f83ff22 15:58:54 Step 17/19 : RUN pip install -r test-requirements.txt 15:58:54 ---> Running in 4a53749d04ca 15:58:59 Collecting setuptools==44.0.0 15:59:00 Downloading setuptools-44.0.0-py2.py3-none-any.whl (583 kB) 15:59:00 Collecting coverage==4.5.2 15:59:00 Downloading coverage-4.5.2-cp37-cp37m-manylinux1_x86_64.whl (205 kB) 15:59:00 Collecting flake8==3.6.0 15:59:00 Downloading flake8-3.6.0-py2.py3-none-any.whl (68 kB) 15:59:00 Collecting mock==1.0.1 15:59:00 Downloading mock-1.0.1.tar.gz (818 kB) 15:59:01 Collecting pytest==4.3.1 15:59:01 Downloading pytest-4.3.1-py2.py3-none-any.whl (219 kB) 15:59:01 Collecting pytest-cov==2.6.1 15:59:01 Downloading pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB) 15:59:01 Collecting pytest-timeout==1.3.3 15:59:01 Downloading pytest_timeout-1.3.3-py2.py3-none-any.whl (9.8 kB) 15:59:01 Collecting pycodestyle<2.5.0,>=2.4.0 15:59:01 Downloading pycodestyle-2.4.0-py2.py3-none-any.whl (62 kB) 15:59:01 Collecting pyflakes<2.1.0,>=2.0.0 15:59:01 Downloading pyflakes-2.0.0-py2.py3-none-any.whl (53 kB) 15:59:01 Collecting mccabe<0.7.0,>=0.6.0 15:59:01 Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB) 15:59:01 Collecting py>=1.5.0 15:59:01 Downloading py-1.9.0-py2.py3-none-any.whl (99 kB) 15:59:01 Collecting attrs>=17.4.0 15:59:01 Downloading attrs-19.3.0-py2.py3-none-any.whl (39 kB) 15:59:01 Collecting atomicwrites>=1.0 15:59:01 Downloading atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB) 15:59:01 Collecting more-itertools>=4.0.0; python_version > "2.7" 15:59:01 Downloading more_itertools-8.4.0-py3-none-any.whl (43 kB) 15:59:01 Collecting pluggy>=0.7 15:59:01 Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB) 15:59:01 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) 15:59:01 Collecting importlib-metadata>=0.12; python_version < "3.8" 15:59:01 Downloading importlib_metadata-1.7.0-py2.py3-none-any.whl (31 kB) 15:59:02 Collecting zipp>=0.5 15:59:02 Downloading zipp-3.1.0-py3-none-any.whl (4.9 kB) 15:59:02 Building wheels for collected packages: mock 15:59:02 Building wheel for mock (setup.py): started 15:59:02 Building wheel for mock (setup.py): finished with status 'done' 15:59:02 Created wheel for mock: filename=mock-1.0.1-py3-none-any.whl size=23754 sha256=95736ec3c26820b796321f39cf9ad2ce795e986657be71073925fe66c1e3005c 15:59:02 Stored in directory: /root/.cache/pip/wheels/16/03/37/f0a64ab894c9102906f192db1a4071b7592292ad661563c69b 15:59:02 Successfully built mock 15:59:02 Installing collected packages: setuptools, coverage, pycodestyle, pyflakes, mccabe, flake8, mock, py, attrs, atomicwrites, more-itertools, zipp, importlib-metadata, pluggy, pytest, pytest-cov, pytest-timeout 15:59:02 Attempting uninstall: setuptools 15:59:02 Found existing installation: setuptools 49.3.1 15:59:02 Uninstalling setuptools-49.3.1: 15:59:02 Successfully uninstalled setuptools-49.3.1 15:59:03 Successfully installed atomicwrites-1.4.0 attrs-19.3.0 coverage-4.5.2 flake8-3.6.0 importlib-metadata-1.7.0 mccabe-0.6.1 mock-1.0.1 more-itertools-8.4.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.1.0 15:59:03 Removing intermediate container 4a53749d04ca 15:59:03 ---> 776e9c95501c 15:59:03 Step 18/19 : COPY . /src 15:59:03 ---> 17a14ffba9b0 15:59:03 Step 19/19 : RUN pip install . 15:59:03 ---> Running in 6cdfe050fceb 15:59:04 Processing /src 15:59:04 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.7/site-packages (from docker==4.4.0.dev0) (1.10.0) 15:59:04 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) 15:59:04 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) 15:59:04 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.6.20) 15:59:04 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) 15:59:04 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) 15:59:04 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) 15:59:04 Building wheels for collected packages: docker 15:59:05 Building wheel for docker (setup.py): started 15:59:05 Building wheel for docker (setup.py): finished with status 'done' 15:59:05 Created wheel for docker: filename=docker-4.4.0.dev0-py2.py3-none-any.whl size=145246 sha256=49ed1f83490a4b1c68908205ba02fcc28a260287051799f41ccbdb7763a422cc 15:59:05 Stored in directory: /tmp/pip-ephem-wheel-cache-yv7xb_7g/wheels/6f/63/19/359cf44f647b75d0ea75ecc03aa429fec4c372b453eb4b6525 15:59:05 Successfully built docker 15:59:05 Installing collected packages: docker 15:59:05 Successfully installed docker-4.4.0.dev0 15:59:05 Removing intermediate container 6cdfe050fceb 15:59:05 ---> 71c1cb2fe505 15:59:05 Successfully built 71c1cb2fe505 15:59:05 Successfully tagged dockerbuildbot/docker-py:py3-2e09920e8e0f096dbc760231f4b8c0f0e4a5f99e [Pipeline] isUnix [Pipeline] sh 15:59:06 + docker tag dockerbuildbot/docker-py:py3-2e09920e8e0f096dbc760231f4b8c0f0e4a5f99e dockerbuildbot/docker-py:py3-2e09920e8e0f096dbc760231f4b8c0f0e4a5f99e [Pipeline] isUnix [Pipeline] sh 15:59:06 + docker push dockerbuildbot/docker-py:py3-2e09920e8e0f096dbc760231f4b8c0f0e4a5f99e 15:59:06 The push refers to repository [docker.io/dockerbuildbot/docker-py] 15:59:06 a4fed70390c3: Preparing 15:59:06 db40e0e7e444: Preparing 15:59:06 ed1c619c30d9: Preparing 15:59:06 71a2269f822e: Preparing 15:59:06 9225476490fa: Preparing 15:59:06 7cde25e1e335: Preparing 15:59:06 b0a0a4aa120a: Preparing 15:59:06 17c3b237798a: Preparing 15:59:06 36405397b6d8: Preparing 15:59:06 c983e649039c: Preparing 15:59:06 1fbcb3546bf8: Preparing 15:59:06 a02b6d622b2d: Preparing 15:59:06 db2dae828589: Preparing 15:59:06 cfbc7f37b6ab: Preparing 15:59:06 ffcc8bd3260e: Preparing 15:59:06 29f7ddb11d95: Preparing 15:59:06 fe1ecc1383ce: Preparing 15:59:06 e83007e57a22: Preparing 15:59:06 f17789b093c5: Preparing 15:59:06 e480b226ea6b: Preparing 15:59:06 e5df62d9b33a: Preparing 15:59:06 7a9460d53218: Preparing 15:59:06 b2765ac0333a: Preparing 15:59:06 0ced13fcf944: Preparing 15:59:06 7cde25e1e335: Waiting 15:59:06 b0a0a4aa120a: Waiting 15:59:06 17c3b237798a: Waiting 15:59:06 36405397b6d8: Waiting 15:59:06 c983e649039c: Waiting 15:59:06 1fbcb3546bf8: Waiting 15:59:06 a02b6d622b2d: Waiting 15:59:06 db2dae828589: Waiting 15:59:06 cfbc7f37b6ab: Waiting 15:59:06 ffcc8bd3260e: Waiting 15:59:06 29f7ddb11d95: Waiting 15:59:06 fe1ecc1383ce: Waiting 15:59:06 e83007e57a22: Waiting 15:59:06 f17789b093c5: Waiting 15:59:06 e480b226ea6b: Waiting 15:59:06 e5df62d9b33a: Waiting 15:59:06 7a9460d53218: Waiting 15:59:06 b2765ac0333a: Waiting 15:59:06 0ced13fcf944: Waiting 15:59:07 71a2269f822e: Pushed 15:59:07 db40e0e7e444: Pushed 15:59:07 a4fed70390c3: Pushed 15:59:08 ed1c619c30d9: Pushed 15:59:08 b0a0a4aa120a: Pushed 15:59:08 7cde25e1e335: Pushed 15:59:08 17c3b237798a: Pushed 15:59:09 36405397b6d8: Pushed 15:59:09 1fbcb3546bf8: Pushed 15:59:09 c983e649039c: Pushed 15:59:09 9225476490fa: Pushed 15:59:09 29f7ddb11d95: Mounted from library/python 15:59:10 fe1ecc1383ce: Layer already exists 15:59:10 e83007e57a22: Layer already exists 15:59:10 db2dae828589: Pushed 15:59:10 f17789b093c5: Layer already exists 15:59:10 e480b226ea6b: Layer already exists 15:59:10 e5df62d9b33a: Layer already exists 15:59:10 7a9460d53218: Layer already exists 15:59:10 a02b6d622b2d: Pushed 15:59:10 b2765ac0333a: Layer already exists 15:59:10 0ced13fcf944: Layer already exists 15:59:10 ffcc8bd3260e: Pushed 15:59:11 cfbc7f37b6ab: Pushed 15:59:12 py3-2e09920e8e0f096dbc760231f4b8c0f0e4a5f99e: digest: sha256:650ce23bc4a740bea28334d37fd461dbde07cf8da78fce7e5889e2953cdac79d size: 5349 [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-0c53946114d65ae3d) in /home/ubuntu/workspace/docker-py_PR-2641 [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-2641@tmp/2dd6df33-cd8b-4973-a9ea-889fe2a05347/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 15:59:19 + docker run --rm --entrypoint=python dockerbuildbot/docker-py:py3-2e09920e8e0f096dbc760231f4b8c0f0e4a5f99e /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_19.03.13-beta2) [Pipeline] { (Branch: py3.7_19.03.12) [Pipeline] { (Branch: py3.7_19.03.13-beta2) [Pipeline] node [Pipeline] node Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0c53946114d65ae3d) in /home/ubuntu/workspace/docker-py_PR-2641 [Pipeline] node [Pipeline] node [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-2641@tmp/dbc00d04-011b-4053-a220-9e3397bee741/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:59:46 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 15:59:46 chowning workspace [Pipeline] sh 15:59:46 + pwd 15:59:46 + id -u 15:59:46 + id -g 15:59:46 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2641:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] echo 15:59:47 Removing all docker containers [Pipeline] sh 15:59:47 + docker container ls -aq [Pipeline] echo 15:59:47 Docker containers have been removed [Pipeline] echo 15:59:47 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo 15:59:47 cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py2.7 / docker=19.03.12) [Pipeline] checkout 15:59:47 using credential docker-jenkins-github-credentials 15:59:47 Cloning the remote Git repository 15:59:47 Cloning with configured refspecs honoured and without tags 15:59:48 Fetching without tags 15:59:48 Merging remotes/origin/master commit 30ff9f339cfb15ea00d0c6b1b3b675de3c80e8dd into PR head commit 2e09920e8e0f096dbc760231f4b8c0f0e4a5f99e Cloning repository https://github.com/docker/docker-py.git > git init /home/ubuntu/workspace/docker-py_PR-2641 # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.git > git --version # timeout=10 using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2641/head:refs/remotes/origin/PR-2641 +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/2641/head:refs/remotes/origin/PR-2641 # 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/2641/head:refs/remotes/origin/PR-2641 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2e09920e8e0f096dbc760231f4b8c0f0e4a5f99e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0c53946114d65ae3d) in /home/ubuntu/workspace/docker-py_PR-2641 [Pipeline] // node [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-2641@tmp/150c6275-1990-46b7-a811-e1ac689331b7/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:59:48 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 15:59:48 chowning workspace [Pipeline] sh 15:59:49 + pwd 15:59:49 + id -u 15:59:49 + id -g 15:59:49 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2641:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] echo 15:59:49 Removing all docker containers [Pipeline] sh 15:59:49 + docker container ls -aq [Pipeline] echo 15:59:49 Docker containers have been removed [Pipeline] echo 15:59:49 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo 15:59:49 cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py2.7 / docker=19.03.13-beta2) [Pipeline] checkout 15:59:49 using credential docker-jenkins-github-credentials 15:59:49 Cloning the remote Git repository 15:59:49 Cloning with configured refspecs honoured and without tags 15:59:50 Fetching without tags 15:59:50 Merging remotes/origin/master commit 30ff9f339cfb15ea00d0c6b1b3b675de3c80e8dd into PR head commit 2e09920e8e0f096dbc760231f4b8c0f0e4a5f99e [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } Failed in branch py2.7_19.03.13-beta2 Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0c53946114d65ae3d) in /home/ubuntu/workspace/docker-py_PR-2641 [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-2641 # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.git > git --version # timeout=10 using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2641/head:refs/remotes/origin/PR-2641 +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/2641/head:refs/remotes/origin/PR-2641 # 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/2641/head:refs/remotes/origin/PR-2641 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2e09920e8e0f096dbc760231f4b8c0f0e4a5f99e # 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-2641@tmp/036ac63e-7aec-49dd-a6e5-ccfb64c22cd5/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:59:51 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 15:59:51 chowning workspace [Pipeline] sh 15:59:51 + pwd 15:59:51 + id -u 15:59:51 + id -g 15:59:51 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2641:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] echo 15:59:51 Removing all docker containers [Pipeline] sh 15:59:52 + docker container ls -aq [Pipeline] echo 15:59:52 Docker containers have been removed [Pipeline] echo 15:59:52 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo 15:59:52 cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py3.7 / docker=19.03.12) [Pipeline] checkout 15:59:52 using credential docker-jenkins-github-credentials 15:59:52 Cloning the remote Git repository 15:59:52 Cloning with configured refspecs honoured and without tags 15:59:53 Fetching without tags 15:59:53 Merging remotes/origin/master commit 30ff9f339cfb15ea00d0c6b1b3b675de3c80e8dd into PR head commit 2e09920e8e0f096dbc760231f4b8c0f0e4a5f99e [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0c53946114d65ae3d) in /home/ubuntu/workspace/docker-py_PR-2641 [Pipeline] } Failed in branch py3.7_19.03.12 [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-2641 # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.git > git --version # timeout=10 using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2641/head:refs/remotes/origin/PR-2641 +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/2641/head:refs/remotes/origin/PR-2641 # 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/2641/head:refs/remotes/origin/PR-2641 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2e09920e8e0f096dbc760231f4b8c0f0e4a5f99e # 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-2641@tmp/41777e52-a0b8-42d3-9172-8f04ba22e6ae/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:59:53 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo 15:59:53 chowning workspace [Pipeline] sh 15:59:53 + pwd 15:59:53 + id -u 15:59:53 + id -g 15:59:53 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2641:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] echo 15:59:54 Removing all docker containers [Pipeline] sh 15:59:54 + docker container ls -aq [Pipeline] echo 15:59:54 Docker containers have been removed [Pipeline] echo 15:59:54 cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo 15:59:54 cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py3.7 / docker=19.03.13-beta2) [Pipeline] checkout 15:59:54 using credential docker-jenkins-github-credentials 15:59:54 Cloning the remote Git repository 15:59:54 Cloning with configured refspecs honoured and without tags 15:59:55 Fetching without tags Cloning repository https://github.com/docker/docker-py.git > git init /home/ubuntu/workspace/docker-py_PR-2641 # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.git > git --version # timeout=10 using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2641/head:refs/remotes/origin/PR-2641 +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/2641/head:refs/remotes/origin/PR-2641 # 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/2641/head:refs/remotes/origin/PR-2641 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:59:55 Merging remotes/origin/master commit 30ff9f339cfb15ea00d0c6b1b3b675de3c80e8dd into PR head commit 2e09920e8e0f096dbc760231f4b8c0f0e4a5f99e [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } Failed in branch py3.7_19.03.13-beta2 [Pipeline] // parallel [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result hudson.plugins.git.GitException: Command "git checkout -f 2e09920e8e0f096dbc760231f4b8c0f0e4a5f99e" returned status code 128: stdout: stderr: fatal: reference is not a tree: 2e09920e8e0f096dbc760231f4b8c0f0e4a5f99e at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2372) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$1000(CliGitAPIImpl.java:80) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2681) Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0c53946114d65ae3d) 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.GeneratedMethodAccessor782.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.$Proxy460.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 2e09920e8e0f096dbc760231f4b8c0f0e4a5f99e" returned status code 128: stdout: stderr: fatal: reference is not a tree: 2e09920e8e0f096dbc760231f4b8c0f0e4a5f99e at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2372) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$1000(CliGitAPIImpl.java:80) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2681) Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0c53946114d65ae3d) 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.GeneratedMethodAccessor782.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.$Proxy460.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 2e09920e8e0f096dbc760231f4b8c0f0e4a5f99e Also: hudson.plugins.git.GitException: Command "git checkout -f 2e09920e8e0f096dbc760231f4b8c0f0e4a5f99e" returned status code 128: stdout: stderr: fatal: reference is not a tree: 2e09920e8e0f096dbc760231f4b8c0f0e4a5f99e at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2372) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$1000(CliGitAPIImpl.java:80) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2681) Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0c53946114d65ae3d) 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.GeneratedMethodAccessor782.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.$Proxy460.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 2e09920e8e0f096dbc760231f4b8c0f0e4a5f99e Also: hudson.plugins.git.GitException: Command "git checkout -f 2e09920e8e0f096dbc760231f4b8c0f0e4a5f99e" returned status code 128: stdout: stderr: fatal: reference is not a tree: 2e09920e8e0f096dbc760231f4b8c0f0e4a5f99e at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2372) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$1000(CliGitAPIImpl.java:80) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2681) Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0c53946114d65ae3d) 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.GeneratedMethodAccessor782.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.$Proxy460.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 2e09920e8e0f096dbc760231f4b8c0f0e4a5f99e Caused: hudson.plugins.git.GitException: Could not checkout 2e09920e8e0f096dbc760231f4b8c0f0e4a5f99e at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2705) 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