Skip to content
Failed

Console Output

Pull request #2680 updated
12:54:00 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from b335fabefdc64211c47146cb554c07f5322c4d5a+9d8cd023e88f22e701365ae4d3dccc16537f4851 (fc97725a06a900beabbc0a2d394740c9a3974bc1)
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-03471e9e37fba3adb) in /home/ubuntu/workspace/docker-py_PR-2680
[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-2680@tmp/dd9686d7-86dd-4d89-a4cf-7bc7f99bc259/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
12:54:03 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
12:54:03 chowning workspace
[Pipeline] sh
12:54:04 + pwd
12:54:04 + id -u
12:54:04 + id -g
12:54:04 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2680:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
12:54:04 Removing all docker containers
[Pipeline] sh
12:54:04 + docker container ls -aq
[Pipeline] echo
12:54:04 Docker containers have been removed
[Pipeline] echo
12:54:04 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
12:54:04 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image)
[Pipeline] checkout
12:54:04 using credential docker-jenkins-github-credentials
12:54:04 Cloning the remote Git repository
12:54:04 Cloning with configured refspecs honoured and without tags
12:54:05 Fetching without tags
12:54:05 Merging remotes/origin/master commit 9d8cd023e88f22e701365ae4d3dccc16537f4851 into PR head commit b335fabefdc64211c47146cb554c07f5322c4d5a
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2680 # 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/2680/head:refs/remotes/origin/PR-2680 +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/2680/head:refs/remotes/origin/PR-2680 # 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/2680/head:refs/remotes/origin/PR-2680 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b335fabefdc64211c47146cb554c07f5322c4d5a # 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 9d8cd023e88f22e701365ae4d3dccc16537f4851 # timeout=10
12:54:05 Merge succeeded, producing b335fabefdc64211c47146cb554c07f5322c4d5a
12:54:05 Checking out Revision b335fabefdc64211c47146cb554c07f5322c4d5a (PR-2680)
12:54:06 Commit message: "Cleanup"
12:54:06 First time build. Skipping changelog.
[Pipeline] sh
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b335fabefdc64211c47146cb554c07f5322c4d5a # timeout=10
 > git rev-list --no-walk 072215bb78c5bdd32bc5793badd795de1d672e5e # timeout=10
12:54:07 + git rev-parse HEAD
[Pipeline] isUnix
[Pipeline] sh
12:54:07 + docker pull dockerbuildbot/docker-py:sshdind-b335fabefdc64211c47146cb554c07f5322c4d5a
12:54:07 Error response from daemon: manifest for dockerbuildbot/docker-py:sshdind-b335fabefdc64211c47146cb554c07f5322c4d5a not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
12:54:07 + docker build -t dockerbuildbot/docker-py:sshdind-b335fabefdc64211c47146cb554c07f5322c4d5a -f tests/Dockerfile-ssh-dind .
12:54:07 Sending build context to Docker daemon  1.358MB

12:54:07 Step 1/11 : ARG API_VERSION=1.39
12:54:07 Step 2/11 : ARG ENGINE_VERSION=19.03.12
12:54:07 Step 3/11 : FROM docker:${ENGINE_VERSION}-dind
12:54:07  ---> 66dc2d45749a
12:54:07 Step 4/11 : RUN apk add --no-cache 		openssh
12:54:07  ---> Using cache
12:54:07  ---> 0dd3b656926a
12:54:07 Step 5/11 : RUN ssh-keygen -A
12:54:07  ---> Using cache
12:54:07  ---> 7862e6be72e8
12:54:07 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
12:54:07  ---> Using cache
12:54:07  ---> 082a7f25b287
12:54:07 Step 7/11 : COPY tests/ssh-keys/authorized_keys /root/.ssh/authorized_keys
12:54:07  ---> Using cache
12:54:07  ---> 904fa3d751c2
12:54:07 Step 8/11 : RUN chmod 600 /root/.ssh/authorized_keys
12:54:07  ---> Using cache
12:54:07  ---> a697b1bb153f
12:54:07 Step 9/11 : RUN echo "root:root" | chpasswd
12:54:07  ---> Using cache
12:54:07  ---> da70f68493f4
12:54:07 Step 10/11 : RUN ln -s /usr/local/bin/docker /usr/bin/docker
12:54:07  ---> Using cache
12:54:07  ---> 4a2d6c1806af
12:54:07 Step 11/11 : EXPOSE 22
12:54:07  ---> Using cache
12:54:07  ---> a7be5db3faf7
12:54:07 Successfully built a7be5db3faf7
12:54:07 Successfully tagged dockerbuildbot/docker-py:sshdind-b335fabefdc64211c47146cb554c07f5322c4d5a
[Pipeline] isUnix
[Pipeline] sh
12:54:08 + docker tag dockerbuildbot/docker-py:sshdind-b335fabefdc64211c47146cb554c07f5322c4d5a dockerbuildbot/docker-py:sshdind-b335fabefdc64211c47146cb554c07f5322c4d5a
[Pipeline] isUnix
[Pipeline] sh
12:54:08 + docker push dockerbuildbot/docker-py:sshdind-b335fabefdc64211c47146cb554c07f5322c4d5a
12:54:08 The push refers to repository [docker.io/dockerbuildbot/docker-py]
12:54:08 19ce6077edbe: Preparing
12:54:08 187249f98b90: Preparing
12:54:08 8dd6d8cec84b: Preparing
12:54:08 8f663bd07db1: Preparing
12:54:08 e6bf395daec8: Preparing
12:54:08 8d7f7094f251: Preparing
12:54:08 cbf768eb4c53: Preparing
12:54:08 1149e736aa92: Preparing
12:54:08 39e79983ac8b: Preparing
12:54:08 da8c28465f82: Preparing
12:54:08 d1292e236c36: Preparing
12:54:08 8890c171a12b: Preparing
12:54:08 4ae5bd84d450: Preparing
12:54:08 723a561964c8: Preparing
12:54:08 78764725b56c: Preparing
12:54:08 51d6d3d09136: Preparing
12:54:08 1507bc794612: Preparing
12:54:08 50644c29ef5a: Preparing
12:54:08 8d7f7094f251: Waiting
12:54:08 cbf768eb4c53: Waiting
12:54:08 1149e736aa92: Waiting
12:54:08 39e79983ac8b: Waiting
12:54:08 da8c28465f82: Waiting
12:54:08 d1292e236c36: Waiting
12:54:08 8890c171a12b: Waiting
12:54:08 4ae5bd84d450: Waiting
12:54:08 723a561964c8: Waiting
12:54:08 78764725b56c: Waiting
12:54:08 51d6d3d09136: Waiting
12:54:08 1507bc794612: Waiting
12:54:08 50644c29ef5a: Waiting
12:54:08 e6bf395daec8: Layer already exists
12:54:08 8dd6d8cec84b: Layer already exists
12:54:08 187249f98b90: Layer already exists
12:54:08 8f663bd07db1: Layer already exists
12:54:08 8d7f7094f251: Layer already exists
12:54:08 cbf768eb4c53: Layer already exists
12:54:08 1149e736aa92: Layer already exists
12:54:08 39e79983ac8b: Layer already exists
12:54:08 19ce6077edbe: Layer already exists
12:54:08 da8c28465f82: Layer already exists
12:54:08 8890c171a12b: Layer already exists
12:54:08 4ae5bd84d450: Layer already exists
12:54:08 d1292e236c36: Layer already exists
12:54:08 723a561964c8: Layer already exists
12:54:08 78764725b56c: Layer already exists
12:54:08 51d6d3d09136: Layer already exists
12:54:08 50644c29ef5a: Layer already exists
12:54:08 1507bc794612: Layer already exists
12:54:08 sshdind-b335fabefdc64211c47146cb554c07f5322c4d5a: digest: sha256:86f8e8ec5337af863cc4061198d8606474b02c41a8c561afa0e09cc6af8d7281 size: 4068
[Pipeline] isUnix
[Pipeline] sh
12:54:08 + docker pull dockerbuildbot/docker-py:py2-b335fabefdc64211c47146cb554c07f5322c4d5a
12:54:08 Error response from daemon: manifest for dockerbuildbot/docker-py:py2-b335fabefdc64211c47146cb554c07f5322c4d5a not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
12:54:09 + docker build -t dockerbuildbot/docker-py:py2-b335fabefdc64211c47146cb554c07f5322c4d5a -f tests/Dockerfile --build-arg PYTHON_VERSION=2.7 .
12:54:09 Sending build context to Docker daemon  1.358MB

12:54:09 Step 1/21 : ARG PYTHON_VERSION=3.7
12:54:09 Step 2/21 : FROM python:${PYTHON_VERSION}
12:54:09  ---> 68e7be49c28c
12:54:09 Step 3/21 : ARG APT_MIRROR
12:54:09  ---> Using cache
12:54:09  ---> 28c2d95c902d
12:54:09 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
12:54:09  ---> Using cache
12:54:09  ---> 2d4b6e889715
12:54:09 Step 5/21 : RUN apt-get update && apt-get -y install --no-install-recommends     gnupg2     pass
12:54:09  ---> Using cache
12:54:09  ---> fac9fde1120b
12:54:09 Step 6/21 : COPY tests/ssh-keys /root/.ssh
12:54:09  ---> Using cache
12:54:09  ---> 42e647d5911f
12:54:09 Step 7/21 : RUN chmod -R 600 /root/.ssh
12:54:09  ---> Running in 21ba4782cef9
12:54:10 Removing intermediate container 21ba4782cef9
12:54:10  ---> 80cf2bd58f5e
12:54:10 Step 8/21 : COPY ./tests/gpg-keys /gpg-keys
12:54:10  ---> 5347e5c7164d
12:54:10 Step 9/21 : RUN gpg2 --import gpg-keys/secret
12:54:10  ---> Running in 58a8e3473f5c
12:54:10 gpg: directory '/root/.gnupg' created
12:54:10 gpg: keybox '/root/.gnupg/pubring.kbx' created
12:54:10 gpg: /root/.gnupg/trustdb.gpg: trustdb created
12:54:10 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
12:54:10 gpg: key 464ED987A7B21401: secret key imported
12:54:10 gpg: Total number processed: 1
12:54:10 gpg:               imported: 1
12:54:10 gpg:       secret keys read: 1
12:54:10 gpg:   secret keys imported: 1
12:54:10 Removing intermediate container 58a8e3473f5c
12:54:10  ---> 74f17ab10539
12:54:10 Step 10/21 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
12:54:10  ---> Running in 858e32521cca
12:54:11 gpg: inserting ownertrust of 6
12:54:11 Removing intermediate container 858e32521cca
12:54:11  ---> 5c14dc529362
12:54:11 Step 11/21 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
12:54:11  ---> Running in 0693df1da9d0
12:54:11 gpg: please do a --check-trustdb
12:54:11 mkdir: created directory '/root/.password-store/'
12:54:11 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
12:54:12 Removing intermediate container 0693df1da9d0
12:54:12  ---> fde342f0808d
12:54:12 Step 12/21 : RUN gpg2 --check-trustdb
12:54:12  ---> Running in 3ba90bf35010
12:54:12 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
12:54:12 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
12:54:13 Removing intermediate container 3ba90bf35010
12:54:13  ---> e91566c96a55
12:54:13 Step 13/21 : ARG CREDSTORE_VERSION=v0.6.3
12:54:13  ---> Running in 41832b142e74
12:54:13 Removing intermediate container 41832b142e74
12:54:13  ---> 6a11806a7b39
12:54:13 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
12:54:13  ---> Running in 4b183dadc3c4
12:54:14 Removing intermediate container 4b183dadc3c4
12:54:14  ---> d398f97ec503
12:54:14 Step 15/21 : WORKDIR /src
12:54:14  ---> Running in 3901f5724b35
12:54:14 Removing intermediate container 3901f5724b35
12:54:14  ---> bc012eec8453
12:54:14 Step 16/21 : COPY requirements.txt /src/requirements.txt
12:54:14  ---> cfbeb90dd57e
12:54:14 Step 17/21 : RUN pip install -r requirements.txt
12:54:14  ---> Running in 8b5ea24a3cbb
12:54:15 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
12:54:15 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment
12:54:15 Requirement already satisfied: appdirs==1.4.3 in /usr/local/lib/python2.7/site-packages (from -r requirements.txt (line 1)) (1.4.3)
12:54:19 Collecting asn1crypto==0.22.0
12:54:20   Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB)
12:54:20 Collecting backports.ssl-match-hostname==3.5.0.1
12:54:20   Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB)
12:54:20 Collecting cffi==1.10.0
12:54:20   Downloading cffi-1.10.0-cp27-cp27mu-manylinux1_x86_64.whl (392 kB)
12:54:21 Collecting cryptography==2.3
12:54:21   Downloading cryptography-2.3-cp27-cp27mu-manylinux1_x86_64.whl (2.1 MB)
12:54:21 Collecting enum34==1.1.6
12:54:21   Downloading enum34-1.1.6-py2-none-any.whl (12 kB)
12:54:21 Collecting idna==2.5
12:54:21   Downloading idna-2.5-py2.py3-none-any.whl (55 kB)
12:54:21 Collecting ipaddress==1.0.18
12:54:21   Downloading ipaddress-1.0.18-py2-none-any.whl (17 kB)
12:54:21 Collecting packaging==16.8
12:54:21   Downloading packaging-16.8-py2.py3-none-any.whl (23 kB)
12:54:21 Collecting paramiko==2.4.2
12:54:21   Downloading paramiko-2.4.2-py2.py3-none-any.whl (193 kB)
12:54:21 Collecting pycparser==2.17
12:54:21   Downloading pycparser-2.17.tar.gz (231 kB)
12:54:24 Collecting pyOpenSSL==18.0.0
12:54:24   Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB)
12:54:24 Collecting pyparsing==2.2.0
12:54:24   Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB)
12:54:24 Collecting requests==2.20.0
12:54:24   Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB)
12:54:24 Collecting six==1.10.0
12:54:24   Downloading six-1.10.0-py2.py3-none-any.whl (10 kB)
12:54:24 Collecting urllib3==1.24.3
12:54:24   Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB)
12:54:24 Collecting websocket-client==0.56.0
12:54:24   Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB)
12:54:24 Collecting pyasn1>=0.1.7
12:54:24   Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
12:54:24 Collecting pynacl>=1.0.1
12:54:24   Downloading PyNaCl-1.4.0-cp27-cp27mu-manylinux1_x86_64.whl (964 kB)
12:54:24 Collecting bcrypt>=3.1.3
12:54:24   Downloading bcrypt-3.1.7-cp27-cp27mu-manylinux1_x86_64.whl (59 kB)
12:54:24 Collecting certifi>=2017.4.17
12:54:24   Downloading certifi-2020.6.20-py2.py3-none-any.whl (156 kB)
12:54:24 Collecting chardet<3.1.0,>=3.0.2
12:54:24   Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
12:54:24 Building wheels for collected packages: backports.ssl-match-hostname, pycparser
12:54:24   Building wheel for backports.ssl-match-hostname (setup.py): started
12:54:24   Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
12:54:24   Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py2-none-any.whl size=5209 sha256=737881c62352d598951b22cf33c1af558e8cf34afd11925de74d75a79fd07894
12:54:24   Stored in directory: /root/.cache/pip/wheels/19/dd/8c/6cad8e6c38a9fe006dd7423ca1655bb1eb3cb94c5ce1814e4f
12:54:24   Building wheel for pycparser (setup.py): started
12:54:24   Building wheel for pycparser (setup.py): finished with status 'done'
12:54:24   Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=193885 sha256=e18835a97786b3744810a361ae0958ce23295a11c2c08da8c28612c116d15c0a
12:54:24   Stored in directory: /root/.cache/pip/wheels/03/08/f2/bf70552f051cd78e9d8fe7d196ef762858dcfa156965e3a1e3
12:54:24 Successfully built backports.ssl-match-hostname pycparser
12:54:24 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
12:54:24   Attempting uninstall: six
12:54:24     Found existing installation: six 1.14.0
12:54:24     Uninstalling six-1.14.0:
12:54:24       Successfully uninstalled six-1.14.0
12:54:24 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
12:54:28 WARNING: You are using pip version 20.0.2; however, version 20.2.3 is available.
12:54:28 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
12:54:29 Removing intermediate container 8b5ea24a3cbb
12:54:29  ---> ae4230e163e9
12:54:29 Step 18/21 : COPY test-requirements.txt /src/test-requirements.txt
12:54:29  ---> dd6e4fb559c5
12:54:29 Step 19/21 : RUN pip install -r test-requirements.txt
12:54:29  ---> Running in f83dc6a6520d
12:54:30 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
12:54:35 Collecting setuptools==44.0.0
12:54:35   Downloading setuptools-44.0.0-py2.py3-none-any.whl (583 kB)
12:54:36 Collecting coverage==4.5.2
12:54:36   Downloading coverage-4.5.2-cp27-cp27mu-manylinux1_x86_64.whl (201 kB)
12:54:36 Collecting flake8==3.6.0
12:54:36   Downloading flake8-3.6.0-py2.py3-none-any.whl (68 kB)
12:54:36 Collecting mock==1.0.1
12:54:36   Downloading mock-1.0.1.tar.gz (818 kB)
12:54:36 Collecting pytest==4.3.1
12:54:36   Downloading pytest-4.3.1-py2.py3-none-any.whl (219 kB)
12:54:36 Collecting pytest-cov==2.6.1
12:54:36   Downloading pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB)
12:54:36 Collecting pytest-timeout==1.3.3
12:54:36   Downloading pytest_timeout-1.3.3-py2.py3-none-any.whl (9.8 kB)
12:54:36 Collecting pyflakes<2.1.0,>=2.0.0
12:54:36   Downloading pyflakes-2.0.0-py2.py3-none-any.whl (53 kB)
12:54:36 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)
12:54:36 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)
12:54:36 Collecting pycodestyle<2.5.0,>=2.4.0
12:54:36   Downloading pycodestyle-2.4.0-py2.py3-none-any.whl (62 kB)
12:54:36 Collecting mccabe<0.7.0,>=0.6.0
12:54:36   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
12:54:36 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)
12:54:36 Collecting atomicwrites>=1.0
12:54:36   Downloading atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB)
12:54:36 Collecting py>=1.5.0
12:54:36   Downloading py-1.9.0-py2.py3-none-any.whl (99 kB)
12:54:37 Collecting attrs>=17.4.0
12:54:37   Downloading attrs-20.2.0-py2.py3-none-any.whl (48 kB)
12:54:37 Collecting more-itertools<6.0.0,>=4.0.0; python_version <= "2.7"
12:54:37   Downloading more_itertools-5.0.0-py2-none-any.whl (52 kB)
12:54:37 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)
12:54:37 Collecting pluggy>=0.7
12:54:37   Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
12:54:37 Collecting funcsigs; python_version < "3.0"
12:54:37   Downloading funcsigs-1.0.2-py2.py3-none-any.whl (17 kB)
12:54:37 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)
12:54:37 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)
12:54:37 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)
12:54:37 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)
12:54:37 Building wheels for collected packages: mock
12:54:37   Building wheel for mock (setup.py): started
12:54:37   Building wheel for mock (setup.py): finished with status 'done'
12:54:37   Created wheel for mock: filename=mock-1.0.1-py2-none-any.whl size=23755 sha256=4309c68834700f79ed9efb34199ae43f30abbd8f55b598e73e795bbda0d8d37b
12:54:37   Stored in directory: /root/.cache/pip/wheels/ad/62/e0/a06cc957652749e64c7904e899eca3ecb2ec47c60d52653660
12:54:37 Successfully built mock
12:54:37 Installing collected packages: setuptools, coverage, pyflakes, pycodestyle, mccabe, flake8, mock, atomicwrites, py, attrs, more-itertools, pluggy, funcsigs, pytest, pytest-cov, pytest-timeout
12:54:37   Attempting uninstall: setuptools
12:54:37     Found existing installation: setuptools 44.1.0
12:54:37     Uninstalling setuptools-44.1.0:
12:54:37       Successfully uninstalled setuptools-44.1.0
12:54:38 Successfully installed atomicwrites-1.4.0 attrs-20.2.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
12:54:38 WARNING: You are using pip version 20.0.2; however, version 20.2.3 is available.
12:54:38 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
12:54:39 Removing intermediate container f83dc6a6520d
12:54:39  ---> 60f14eb84755
12:54:39 Step 20/21 : COPY . /src
12:54:39  ---> 7271035cf013
12:54:39 Step 21/21 : RUN pip install .
12:54:39  ---> Running in b60b8f1fb628
12:54: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
12:54:39 Processing /src
12:54:40 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python2.7/site-packages (from docker==4.4.0.dev0) (1.10.0)
12:54:40 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)
12:54:40 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)
12:54:40 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)
12:54:40 Requirement already satisfied: ipaddress>=1.0.16 in /usr/local/lib/python2.7/site-packages (from docker==4.4.0.dev0) (1.0.18)
12:54:40 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)
12:54:40 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)
12:54:40 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)
12:54:40 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)
12:54:40 Building wheels for collected packages: docker
12:54:40   Building wheel for docker (setup.py): started
12:54:40   Building wheel for docker (setup.py): finished with status 'done'
12:54:40   Created wheel for docker: filename=docker-4.4.0.dev0-py2.py3-none-any.whl size=146046 sha256=f41394f0933b3834524193c12be67bac110934d639b5c9b35ac7993e3b2e9acd
12:54:40   Stored in directory: /tmp/pip-ephem-wheel-cache-TBfyUC/wheels/dc/45/28/050a7fcd95fc9b9f504d64d6668214323c48b439857458e65c
12:54:40 Successfully built docker
12:54:40 Installing collected packages: docker
12:54:40 Successfully installed docker-4.4.0.dev0
12:54:40 WARNING: You are using pip version 20.0.2; however, version 20.2.3 is available.
12:54:40 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
12:54:41 Removing intermediate container b60b8f1fb628
12:54:41  ---> 4c13f4d42d6a
12:54:41 Successfully built 4c13f4d42d6a
12:54:41 Successfully tagged dockerbuildbot/docker-py:py2-b335fabefdc64211c47146cb554c07f5322c4d5a
[Pipeline] isUnix
[Pipeline] sh
12:54:41 + docker tag dockerbuildbot/docker-py:py2-b335fabefdc64211c47146cb554c07f5322c4d5a dockerbuildbot/docker-py:py2-b335fabefdc64211c47146cb554c07f5322c4d5a
[Pipeline] isUnix
[Pipeline] sh
12:54:41 + docker push dockerbuildbot/docker-py:py2-b335fabefdc64211c47146cb554c07f5322c4d5a
12:54:41 The push refers to repository [docker.io/dockerbuildbot/docker-py]
12:54:41 bfcee9fb40d2: Preparing
12:54:41 c0c7a5f90615: Preparing
12:54:41 1ca10b496024: Preparing
12:54:41 865d2fc94f93: Preparing
12:54:41 ee02081f78fb: Preparing
12:54:41 d01bf2edb187: Preparing
12:54:41 b76317b8d173: Preparing
12:54:41 1e2f9dc0db26: Preparing
12:54:41 af8571be389d: Preparing
12:54:41 b30b144026f4: Preparing
12:54:41 aa43c4f714f8: Preparing
12:54:41 033a7232426c: Preparing
12:54:41 e83fc73771d4: Preparing
12:54:41 5718b6099580: Preparing
12:54:41 05cf82fdba44: Preparing
12:54:41 ae1a89437f17: Preparing
12:54:41 b9b975416b91: Preparing
12:54:41 e571d2d3c73c: Preparing
12:54:41 da7b0a80a4f2: Preparing
12:54:41 ceee8816bb96: Preparing
12:54:41 47458fb45d99: Preparing
12:54:41 46829331b1e4: Preparing
12:54:41 d35c5bda4793: Preparing
12:54:41 a3c1026c6bcc: Preparing
12:54:41 f1d420c2af1a: Preparing
12:54:41 461719022993: Preparing
12:54:41 d01bf2edb187: Waiting
12:54:41 b76317b8d173: Waiting
12:54:41 1e2f9dc0db26: Waiting
12:54:41 af8571be389d: Waiting
12:54:41 ae1a89437f17: Waiting
12:54:41 b30b144026f4: Waiting
12:54:41 b9b975416b91: Waiting
12:54:41 aa43c4f714f8: Waiting
12:54:41 033a7232426c: Waiting
12:54:41 e571d2d3c73c: Waiting
12:54:41 e83fc73771d4: Waiting
12:54:41 da7b0a80a4f2: Waiting
12:54:41 ceee8816bb96: Waiting
12:54:41 5718b6099580: Waiting
12:54:41 47458fb45d99: Waiting
12:54:41 05cf82fdba44: Waiting
12:54:41 46829331b1e4: Waiting
12:54:41 d35c5bda4793: Waiting
12:54:41 a3c1026c6bcc: Waiting
12:54:41 f1d420c2af1a: Waiting
12:54:41 461719022993: Waiting
12:54:43 bfcee9fb40d2: Pushed
12:54:43 865d2fc94f93: Pushed
12:54:43 c0c7a5f90615: Pushed
12:54:44 1ca10b496024: Pushed
12:54:44 d01bf2edb187: Pushed
12:54:44 b76317b8d173: Pushed
12:54:45 af8571be389d: Pushed
12:54:45 ee02081f78fb: Pushed
12:54:45 1e2f9dc0db26: Pushed
12:54:45 b30b144026f4: Pushed
12:54:45 05cf82fdba44: Layer already exists
12:54:45 ae1a89437f17: Layer already exists
12:54:45 b9b975416b91: Layer already exists
12:54:45 aa43c4f714f8: Pushed
12:54:45 e571d2d3c73c: Layer already exists
12:54:45 da7b0a80a4f2: Layer already exists
12:54:45 ceee8816bb96: Layer already exists
12:54:45 47458fb45d99: Layer already exists
12:54:45 46829331b1e4: Layer already exists
12:54:45 d35c5bda4793: Layer already exists
12:54:45 a3c1026c6bcc: Layer already exists
12:54:45 f1d420c2af1a: Layer already exists
12:54:45 461719022993: Layer already exists
12:54:45 033a7232426c: Pushed
12:54:45 e83fc73771d4: Pushed
12:54:46 5718b6099580: Pushed
12:54:47 py2-b335fabefdc64211c47146cb554c07f5322c4d5a: digest: sha256:da4d297b2fdea84872d7668456760d305a1447b2309091baef0d880e27f53259 size: 5769
[Pipeline] isUnix
[Pipeline] sh
12:54:47 + docker pull dockerbuildbot/docker-py:py3-b335fabefdc64211c47146cb554c07f5322c4d5a
12:54:47 Error response from daemon: manifest for dockerbuildbot/docker-py:py3-b335fabefdc64211c47146cb554c07f5322c4d5a not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
12:54:48 + docker build -t dockerbuildbot/docker-py:py3-b335fabefdc64211c47146cb554c07f5322c4d5a -f tests/Dockerfile --build-arg PYTHON_VERSION=3.7 .
12:54:48 Sending build context to Docker daemon  1.358MB

12:54:48 Step 1/21 : ARG PYTHON_VERSION=3.7
12:54:48 Step 2/21 : FROM python:${PYTHON_VERSION}
12:54:48  ---> 11c6e5fd966a
12:54:48 Step 3/21 : ARG APT_MIRROR
12:54:48  ---> Using cache
12:54:48  ---> ac0aa07380e7
12:54:48 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
12:54:48  ---> Using cache
12:54:48  ---> 2f8adbebca7a
12:54:48 Step 5/21 : RUN apt-get update && apt-get -y install --no-install-recommends     gnupg2     pass
12:54:48  ---> Using cache
12:54:48  ---> 41fd5b407719
12:54:48 Step 6/21 : COPY tests/ssh-keys /root/.ssh
12:54:48  ---> Using cache
12:54:48  ---> 5a4c844f4556
12:54:48 Step 7/21 : RUN chmod -R 600 /root/.ssh
12:54:48  ---> Running in efbc94c92b52
12:54:49 Removing intermediate container efbc94c92b52
12:54:49  ---> 1c2cb9d4ff8d
12:54:49 Step 8/21 : COPY ./tests/gpg-keys /gpg-keys
12:54:49  ---> e55e10835ad5
12:54:49 Step 9/21 : RUN gpg2 --import gpg-keys/secret
12:54:49  ---> Running in 9befdeeb1377
12:54:49 gpg: directory '/root/.gnupg' created
12:54:49 gpg: keybox '/root/.gnupg/pubring.kbx' created
12:54:49 gpg: /root/.gnupg/trustdb.gpg: trustdb created
12:54:49 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
12:54:49 gpg: key 464ED987A7B21401: secret key imported
12:54:49 gpg: Total number processed: 1
12:54:49 gpg:               imported: 1
12:54:49 gpg:       secret keys read: 1
12:54:49 gpg:   secret keys imported: 1
12:54:49 Removing intermediate container 9befdeeb1377
12:54:49  ---> d880610df3e2
12:54:49 Step 10/21 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
12:54:49  ---> Running in e6e4522d05eb
12:54:50 gpg: inserting ownertrust of 6
12:54:50 Removing intermediate container e6e4522d05eb
12:54:50  ---> 410327f9e5f8
12:54:50 Step 11/21 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
12:54:50  ---> Running in 1f5df071394a
12:54:50 gpg: please do a --check-trustdb
12:54:50 mkdir: created directory '/root/.password-store/'
12:54:50 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
12:54:51 Removing intermediate container 1f5df071394a
12:54:51  ---> ffc10f4ee8e8
12:54:51 Step 12/21 : RUN gpg2 --check-trustdb
12:54:51  ---> Running in 7887d32a95aa
12:54:51 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
12:54:51 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
12:54:52 Removing intermediate container 7887d32a95aa
12:54:52  ---> 2a998d733eeb
12:54:52 Step 13/21 : ARG CREDSTORE_VERSION=v0.6.3
12:54:52  ---> Running in 5b0a56174fa6
12:54:52 Removing intermediate container 5b0a56174fa6
12:54:52  ---> 0460661328ec
12:54:52 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
12:54:52  ---> Running in 7a05cec84afc
12:54:53 Removing intermediate container 7a05cec84afc
12:54:53  ---> 482b258b1954
12:54:53 Step 15/21 : WORKDIR /src
12:54:53  ---> Running in 298e4da2389f
12:54:53 Removing intermediate container 298e4da2389f
12:54:53  ---> ae4c2d308c93
12:54:53 Step 16/21 : COPY requirements.txt /src/requirements.txt
12:54:53  ---> b2350233f570
12:54:53 Step 17/21 : RUN pip install -r requirements.txt
12:54:53  ---> Running in 6c3aa60d6c80
12:54:54 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment
12:54:58 Collecting appdirs==1.4.3
12:54:59   Downloading appdirs-1.4.3-py2.py3-none-any.whl (12 kB)
12:54:59 Collecting asn1crypto==0.22.0
12:54:59   Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB)
12:54:59 Collecting backports.ssl-match-hostname==3.5.0.1
12:54:59   Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB)
12:55:00 Collecting cffi==1.10.0
12:55:00   Downloading cffi-1.10.0.tar.gz (418 kB)
12:55:00 Collecting cryptography==2.3
12:55:00   Downloading cryptography-2.3-cp34-abi3-manylinux1_x86_64.whl (2.1 MB)
12:55:00 Collecting enum34==1.1.6
12:55:00   Downloading enum34-1.1.6-py3-none-any.whl (12 kB)
12:55:00 Collecting idna==2.5
12:55:00   Downloading idna-2.5-py2.py3-none-any.whl (55 kB)
12:55:00 Collecting ipaddress==1.0.18
12:55:01   Downloading ipaddress-1.0.18.tar.gz (32 kB)
12:55:01 Collecting packaging==16.8
12:55:01   Downloading packaging-16.8-py2.py3-none-any.whl (23 kB)
12:55:01 Collecting paramiko==2.4.2
12:55:01   Downloading paramiko-2.4.2-py2.py3-none-any.whl (193 kB)
12:55:01 Collecting pycparser==2.17
12:55:01   Downloading pycparser-2.17.tar.gz (231 kB)
12:55:01 Collecting pyOpenSSL==18.0.0
12:55:01   Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB)
12:55:01 Collecting pyparsing==2.2.0
12:55:01   Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB)
12:55:01 Collecting requests==2.20.0
12:55:01   Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB)
12:55:01 Collecting six==1.10.0
12:55:01   Downloading six-1.10.0-py2.py3-none-any.whl (10 kB)
12:55:01 Collecting urllib3==1.24.3
12:55:01   Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB)
12:55:01 Collecting websocket-client==0.56.0
12:55:01   Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB)
12:55:01 Collecting pynacl>=1.0.1
12:55:01   Downloading PyNaCl-1.4.0-cp35-abi3-manylinux1_x86_64.whl (961 kB)
12:55:01 Collecting pyasn1>=0.1.7
12:55:01   Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
12:55:02 Collecting bcrypt>=3.1.3
12:55:02   Downloading bcrypt-3.2.0-cp36-abi3-manylinux2010_x86_64.whl (63 kB)
12:55:02 Collecting certifi>=2017.4.17
12:55:02   Downloading certifi-2020.6.20-py2.py3-none-any.whl (156 kB)
12:55:02 Collecting chardet<3.1.0,>=3.0.2
12:55:02   Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
12:55:02 Building wheels for collected packages: backports.ssl-match-hostname, cffi, ipaddress, pycparser
12:55:02   Building wheel for backports.ssl-match-hostname (setup.py): started
12:55:02   Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
12:55:02   Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py3-none-any.whl size=5206 sha256=f72d359ce8e48a8a520a50215ecfaa79ef31f0d2cc31d8fee108c2d5889c09b0
12:55:02   Stored in directory: /root/.cache/pip/wheels/93/72/f6/df894bfc7947d11f89dbdb4e9b786703a43cd547c1b5e8c738
12:55:02   Building wheel for cffi (setup.py): started
12:55:05   Building wheel for cffi (setup.py): finished with status 'done'
12:55:05   Created wheel for cffi: filename=cffi-1.10.0-cp37-cp37m-linux_x86_64.whl size=371214 sha256=2b92b093e7b045dd0c09f45fd6432599fe75b54b47a13762930aa6860d11d870
12:55:05   Stored in directory: /root/.cache/pip/wheels/cc/8d/6c/d24a8db003ac4a51d9959a9985718fac84e1baa5ec6c42d115
12:55:05   Building wheel for ipaddress (setup.py): started
12:55:06   Building wheel for ipaddress (setup.py): finished with status 'done'
12:55:06   Created wheel for ipaddress: filename=ipaddress-1.0.18-py3-none-any.whl size=18105 sha256=8db8fadf1afb56ae9902486ea2d78f7a87ac9a7669c9235ec29e4eb480e6f2c2
12:55:06   Stored in directory: /root/.cache/pip/wheels/54/90/bd/f99e221ab77ef8e6d65c14efe986cef3360da2990396093151
12:55:06   Building wheel for pycparser (setup.py): started
12:55:06   Building wheel for pycparser (setup.py): finished with status 'done'
12:55:06   Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=192837 sha256=4ef99cf7336f6ae0fba65202cb56fa7e059ad94a7a54b6c0ec05818d68ce3805
12:55:06   Stored in directory: /root/.cache/pip/wheels/91/50/7a/9f94e39b01559aa44c3cefb775d7befcc01d0a6ed0093cab37
12:55:06 Successfully built backports.ssl-match-hostname cffi ipaddress pycparser
12:55:06 Installing collected packages: appdirs, asn1crypto, backports.ssl-match-hostname, pycparser, cffi, six, idna, cryptography, enum34, ipaddress, pyparsing, packaging, pynacl, pyasn1, bcrypt, paramiko, pyOpenSSL, certifi, chardet, urllib3, requests, websocket-client
12:55:07 Successfully installed appdirs-1.4.3 asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.2.0 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
12:55:14 Removing intermediate container 6c3aa60d6c80
12:55:14  ---> 860241d79074
12:55:14 Step 18/21 : COPY test-requirements.txt /src/test-requirements.txt
12:55:14  ---> ea42c4a2edf3
12:55:14 Step 19/21 : RUN pip install -r test-requirements.txt
12:55:14  ---> Running in c2ef7877d222
12:55:18 Collecting setuptools==44.0.0
12:55:19   Downloading setuptools-44.0.0-py2.py3-none-any.whl (583 kB)
12:55:19 Collecting coverage==4.5.2
12:55:19   Downloading coverage-4.5.2-cp37-cp37m-manylinux1_x86_64.whl (205 kB)
12:55:19 Collecting flake8==3.6.0
12:55:19   Downloading flake8-3.6.0-py2.py3-none-any.whl (68 kB)
12:55:19 Collecting mock==1.0.1
12:55:19   Downloading mock-1.0.1.tar.gz (818 kB)
12:55:20 Collecting pytest==4.3.1
12:55:20   Downloading pytest-4.3.1-py2.py3-none-any.whl (219 kB)
12:55:20 Collecting pytest-cov==2.6.1
12:55:20   Downloading pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB)
12:55:20 Collecting pytest-timeout==1.3.3
12:55:20   Downloading pytest_timeout-1.3.3-py2.py3-none-any.whl (9.8 kB)
12:55:20 Collecting pyflakes<2.1.0,>=2.0.0
12:55:20   Downloading pyflakes-2.0.0-py2.py3-none-any.whl (53 kB)
12:55:20 Collecting mccabe<0.7.0,>=0.6.0
12:55:20   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
12:55:20 Collecting pycodestyle<2.5.0,>=2.4.0
12:55:20   Downloading pycodestyle-2.4.0-py2.py3-none-any.whl (62 kB)
12:55:20 Collecting atomicwrites>=1.0
12:55:20   Downloading atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB)
12:55:20 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)
12:55:20 Collecting py>=1.5.0
12:55:20   Downloading py-1.9.0-py2.py3-none-any.whl (99 kB)
12:55:20 Collecting attrs>=17.4.0
12:55:20   Downloading attrs-20.2.0-py2.py3-none-any.whl (48 kB)
12:55:20 Collecting pluggy>=0.7
12:55:20   Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
12:55:20 Collecting more-itertools>=4.0.0; python_version > "2.7"
12:55:20   Downloading more_itertools-8.5.0-py3-none-any.whl (44 kB)
12:55:20 Collecting importlib-metadata>=0.12; python_version < "3.8"
12:55:20   Downloading importlib_metadata-2.0.0-py2.py3-none-any.whl (31 kB)
12:55:20 Collecting zipp>=0.5
12:55:20   Downloading zipp-3.3.0-py3-none-any.whl (5.3 kB)
12:55:20 Building wheels for collected packages: mock
12:55:20   Building wheel for mock (setup.py): started
12:55:20   Building wheel for mock (setup.py): finished with status 'done'
12:55:20   Created wheel for mock: filename=mock-1.0.1-py3-none-any.whl size=23754 sha256=629f6cdf16c03b2cf3fa0d2136af7584a0e7964f2f38bba9e90b60dbb6637c91
12:55:20   Stored in directory: /root/.cache/pip/wheels/16/03/37/f0a64ab894c9102906f192db1a4071b7592292ad661563c69b
12:55:20 Successfully built mock
12:55:21 Installing collected packages: setuptools, coverage, pyflakes, mccabe, pycodestyle, flake8, mock, atomicwrites, py, attrs, zipp, importlib-metadata, pluggy, more-itertools, pytest, pytest-cov, pytest-timeout
12:55:21   Attempting uninstall: setuptools
12:55:21     Found existing installation: setuptools 50.3.0
12:55:21     Uninstalling setuptools-50.3.0:
12:55:21       Successfully uninstalled setuptools-50.3.0
12:55:21 Successfully installed atomicwrites-1.4.0 attrs-20.2.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.5.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.3.0
12:55:22 Removing intermediate container c2ef7877d222
12:55:22  ---> 519ed6ffb0b9
12:55:22 Step 20/21 : COPY . /src
12:55:22  ---> c78883713740
12:55:22 Step 21/21 : RUN pip install .
12:55:22  ---> Running in dd9cd65999fa
12:55:23 Processing /src
12:55:23 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.7/site-packages (from docker==4.4.0.dev0) (1.10.0)
12:55:23 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)
12:55:23 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)
12:55:23 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)
12:55:23 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)
12:55:23 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)
12:55:23 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)
12:55:23 Building wheels for collected packages: docker
12:55:23   Building wheel for docker (setup.py): started
12:55:23   Building wheel for docker (setup.py): finished with status 'done'
12:55:23   Created wheel for docker: filename=docker-4.4.0.dev0-py2.py3-none-any.whl size=146049 sha256=a5d8d774363f6e52032afd1f67b485693a878f294b0e916620020e268645abdc
12:55:23   Stored in directory: /tmp/pip-ephem-wheel-cache-1ja7i4cr/wheels/6f/63/19/359cf44f647b75d0ea75ecc03aa429fec4c372b453eb4b6525
12:55:23 Successfully built docker
12:55:24 Installing collected packages: docker
12:55:24 Successfully installed docker-4.4.0.dev0
12:55:24 Removing intermediate container dd9cd65999fa
12:55:24  ---> 106d3da0668f
12:55:24 Successfully built 106d3da0668f
12:55:24 Successfully tagged dockerbuildbot/docker-py:py3-b335fabefdc64211c47146cb554c07f5322c4d5a
[Pipeline] isUnix
[Pipeline] sh
12:55:25 + docker tag dockerbuildbot/docker-py:py3-b335fabefdc64211c47146cb554c07f5322c4d5a dockerbuildbot/docker-py:py3-b335fabefdc64211c47146cb554c07f5322c4d5a
[Pipeline] isUnix
[Pipeline] sh
12:55:25 + docker push dockerbuildbot/docker-py:py3-b335fabefdc64211c47146cb554c07f5322c4d5a
12:55:25 The push refers to repository [docker.io/dockerbuildbot/docker-py]
12:55:25 41bbb0b3516e: Preparing
12:55:25 d2eccc5bcb71: Preparing
12:55:25 577546ad8a2e: Preparing
12:55:25 5325d598e415: Preparing
12:55:25 5bb537de7c44: Preparing
12:55:25 77b5c9352bb2: Preparing
12:55:25 1d06c4aab99b: Preparing
12:55:25 4557544c3fd9: Preparing
12:55:25 0b046e8f9aa1: Preparing
12:55:25 8b247c99de0f: Preparing
12:55:25 7ec44027b018: Preparing
12:55:25 6186cc70898a: Preparing
12:55:25 cee31e31346f: Preparing
12:55:25 eb189b3df9b0: Preparing
12:55:25 bcbf9ad05c23: Preparing
12:55:25 497a6ca4e393: Preparing
12:55:25 97a3e8f12bc0: Preparing
12:55:25 a92828556ea3: Preparing
12:55:25 0843bbf2ef8c: Preparing
12:55:25 a3080e907f05: Preparing
12:55:25 0fb2e27dc3b8: Preparing
12:55:25 a995c5106335: Preparing
12:55:25 17bdf5e22660: Preparing
12:55:25 d37096232ed8: Preparing
12:55:25 6add0d2b5482: Preparing
12:55:25 4ef54afed780: Preparing
12:55:25 77b5c9352bb2: Waiting
12:55:25 1d06c4aab99b: Waiting
12:55:25 4557544c3fd9: Waiting
12:55:25 0b046e8f9aa1: Waiting
12:55:25 8b247c99de0f: Waiting
12:55:25 7ec44027b018: Waiting
12:55:25 6186cc70898a: Waiting
12:55:25 cee31e31346f: Waiting
12:55:25 0fb2e27dc3b8: Waiting
12:55:25 eb189b3df9b0: Waiting
12:55:25 bcbf9ad05c23: Waiting
12:55:25 a995c5106335: Waiting
12:55:25 497a6ca4e393: Waiting
12:55:25 17bdf5e22660: Waiting
12:55:25 d37096232ed8: Waiting
12:55:25 6add0d2b5482: Waiting
12:55:25 4ef54afed780: Waiting
12:55:25 97a3e8f12bc0: Waiting
12:55:25 a92828556ea3: Waiting
12:55:25 0843bbf2ef8c: Waiting
12:55:25 a3080e907f05: Waiting
12:55:26 5325d598e415: Pushed
12:55:26 41bbb0b3516e: Pushed
12:55:26 d2eccc5bcb71: Pushed
12:55:27 77b5c9352bb2: Pushed
12:55:27 1d06c4aab99b: Pushed
12:55:27 577546ad8a2e: Pushed
12:55:27 4557544c3fd9: Pushed
12:55:28 7ec44027b018: Pushed
12:55:28 8b247c99de0f: Pushed
12:55:28 0b046e8f9aa1: Pushed
12:55:28 bcbf9ad05c23: Layer already exists
12:55:28 497a6ca4e393: Layer already exists
12:55:28 97a3e8f12bc0: Layer already exists
12:55:28 a92828556ea3: Layer already exists
12:55:29 0843bbf2ef8c: Layer already exists
12:55:29 a3080e907f05: Layer already exists
12:55:29 0fb2e27dc3b8: Layer already exists
12:55:29 a995c5106335: Layer already exists
12:55:29 17bdf5e22660: Layer already exists
12:55:29 6186cc70898a: Pushed
12:55:29 d37096232ed8: Layer already exists
12:55:29 4ef54afed780: Layer already exists
12:55:29 6add0d2b5482: Layer already exists
12:55:29 5bb537de7c44: Pushed
12:55:29 cee31e31346f: Pushed
12:55:29 eb189b3df9b0: Pushed
12:55:30 py3-b335fabefdc64211c47146cb554c07f5322c4d5a: digest: sha256:33c1dbf03e32e0a101ca5c2ead22f503114c9dc4f8811bfecf561def09ae8218 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-03471e9e37fba3adb) in /home/ubuntu/workspace/docker-py_PR-2680
[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-2680@tmp/4f5ccf79-6a88-40cc-a1ef-9ed11907f32e/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
12:55:31 + docker run --rm --entrypoint=python dockerbuildbot/docker-py:py3-b335fabefdc64211c47146cb554c07f5322c4d5a /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)
[Pipeline] { (Branch: py3.7_19.03.12)
[Pipeline] { (Branch: py3.7_19.03.13)
[Pipeline] node
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-03471e9e37fba3adb) in /home/ubuntu/workspace/docker-py_PR-2680
[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-2680@tmp/f281610a-9861-4e42-8859-c3b28de4f0be/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
12:55:56 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
12:55:56 chowning workspace
[Pipeline] sh
12:55:57 + pwd
12:55:57 + id -u
12:55:57 + id -g
12:55:57 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2680:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
12:55:57 Removing all docker containers
[Pipeline] sh
12:55:58 + docker container ls -aq
[Pipeline] echo
12:55:58 Docker containers have been removed
[Pipeline] echo
12:55:58 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
12:55:58 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=19.03.12)
[Pipeline] checkout
12:55:58 using credential docker-jenkins-github-credentials
12:55:58 Cloning the remote Git repository
12:55:58 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-2680 # 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/2680/head:refs/remotes/origin/PR-2680 +refs/heads/master:refs/remotes/origin/master # timeout=10
12:55:58 Fetching without tags
12:55:59 Merging remotes/origin/master commit 9d8cd023e88f22e701365ae4d3dccc16537f4851 into PR head commit b335fabefdc64211c47146cb554c07f5322c4d5a
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-03471e9e37fba3adb) in /home/ubuntu/workspace/docker-py_PR-2680[Pipeline] // node

[Pipeline] {
[Pipeline] }
Failed in branch py2.7_19.03.12
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2680/head:refs/remotes/origin/PR-2680 # 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/2680/head:refs/remotes/origin/PR-2680 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b335fabefdc64211c47146cb554c07f5322c4d5a # 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-2680@tmp/28f33b43-2577-462b-b126-9254854b4c8d/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
12:55:59 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
12:55:59 chowning workspace
[Pipeline] sh
12:55:59 + pwd
12:55:59 + id -u
12:55:59 + id -g
12:55:59 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2680:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
12:56:00 Removing all docker containers
[Pipeline] sh
12:56:00 + docker container ls -aq
[Pipeline] echo
12:56:00 Docker containers have been removed
[Pipeline] echo
12:56:00 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
12:56:00 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=19.03.13)
[Pipeline] checkout
12:56:00 using credential docker-jenkins-github-credentials
12:56:00 Cloning the remote Git repository
12:56:00 Cloning with configured refspecs honoured and without tags
12:56:01 Fetching without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2680 # 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/2680/head:refs/remotes/origin/PR-2680 +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/2680/head:refs/remotes/origin/PR-2680 # 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/2680/head:refs/remotes/origin/PR-2680 +refs/heads/master:refs/remotes/origin/master # timeout=10
12:56:01 Merging remotes/origin/master commit 9d8cd023e88f22e701365ae4d3dccc16537f4851 into PR head commit b335fabefdc64211c47146cb554c07f5322c4d5a
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-03471e9e37fba3adb) in /home/ubuntu/workspace/docker-py_PR-2680
[Pipeline] }
Failed in branch py2.7_19.03.13
[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-2680@tmp/28517e5a-9ce4-4f0a-8c28-b43351e116c7/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
12:56:01 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
12:56:01 chowning workspace
[Pipeline] sh
12:56:01 + pwd
12:56:01 + id -u
12:56:01 + id -g
12:56:01 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2680:/workspace busybox chown -R 1000:1000 /workspace
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b335fabefdc64211c47146cb554c07f5322c4d5a # timeout=10
[Pipeline] echo
12:56:02 Removing all docker containers
[Pipeline] sh
12:56:02 + docker container ls -aq
[Pipeline] echo
12:56:02 Docker containers have been removed
[Pipeline] echo
12:56:02 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
12:56:02 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.12)
[Pipeline] checkout
12:56:02 using credential docker-jenkins-github-credentials
12:56:02 Cloning the remote Git repository
12:56:02 Cloning with configured refspecs honoured and without tags
12:56:03 Fetching without tags
12:56:03 Merging remotes/origin/master commit 9d8cd023e88f22e701365ae4d3dccc16537f4851 into PR head commit b335fabefdc64211c47146cb554c07f5322c4d5a
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-03471e9e37fba3adb) in /home/ubuntu/workspace/docker-py_PR-2680
[Pipeline] }
Failed in branch py3.7_19.03.12
[Pipeline] {
[Pipeline] withDockerRegistry
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2680 # 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/2680/head:refs/remotes/origin/PR-2680 +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/2680/head:refs/remotes/origin/PR-2680 # 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/2680/head:refs/remotes/origin/PR-2680 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b335fabefdc64211c47146cb554c07f5322c4d5a # timeout=10
$ 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-2680@tmp/861e5cbb-e0ff-46a2-895a-01a4d0f80890/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
12:56:03 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
12:56:03 chowning workspace
[Pipeline] sh
12:56:04 + pwd
12:56:04 + id -u
12:56:04 + id -g
12:56:04 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2680:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
12:56:04 Removing all docker containers
[Pipeline] sh
12:56:05 + docker container ls -aq
[Pipeline] echo
12:56:05 Docker containers have been removed
[Pipeline] echo
12:56:05 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
12:56:05 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.13)
[Pipeline] checkout
12:56:05 using credential docker-jenkins-github-credentials
12:56:05 Cloning the remote Git repository
12:56:05 Cloning with configured refspecs honoured and without tags
12:56:05 Fetching without tags
12:56:06 Merging remotes/origin/master commit 9d8cd023e88f22e701365ae4d3dccc16537f4851 into PR head commit b335fabefdc64211c47146cb554c07f5322c4d5a
[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-2680 # 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/2680/head:refs/remotes/origin/PR-2680 +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/2680/head:refs/remotes/origin/PR-2680 # 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/2680/head:refs/remotes/origin/PR-2680 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b335fabefdc64211c47146cb554c07f5322c4d5a # timeout=10

GitHub has been notified of this commit’s build result

hudson.plugins.git.GitException: Command "git checkout -f b335fabefdc64211c47146cb554c07f5322c4d5a" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: b335fabefdc64211c47146cb554c07f5322c4d5a

	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-03471e9e37fba3adb)
		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 b335fabefdc64211c47146cb554c07f5322c4d5a" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: b335fabefdc64211c47146cb554c07f5322c4d5a

		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-03471e9e37fba3adb)
			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 b335fabefdc64211c47146cb554c07f5322c4d5a
Also:   hudson.plugins.git.GitException: Command "git checkout -f b335fabefdc64211c47146cb554c07f5322c4d5a" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: b335fabefdc64211c47146cb554c07f5322c4d5a

		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-03471e9e37fba3adb)
			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 b335fabefdc64211c47146cb554c07f5322c4d5a
Also:   hudson.plugins.git.GitException: Command "git checkout -f b335fabefdc64211c47146cb554c07f5322c4d5a" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: b335fabefdc64211c47146cb554c07f5322c4d5a

		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-03471e9e37fba3adb)
			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 b335fabefdc64211c47146cb554c07f5322c4d5a
Caused: hudson.plugins.git.GitException: Could not checkout b335fabefdc64211c47146cb554c07f5322c4d5a
	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