Skip to content
Failed

Console Output

Pull request #2475 opened
02:14:34 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at a0b9c3d0b38abd4af1880ca3dde2845556dd2f70 rather than 11008364ee1695ce46abb4732b50ad6662024da7
Obtained Jenkinsfile from a0b9c3d0b38abd4af1880ca3dde2845556dd2f70
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 26028d2ce48352c9b2c3f496e963b79a4944a426
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-2475@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 --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master
 > 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 --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master
Checking out Revision 26028d2ce48352c9b2c3f496e963b79a4944a426 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 26028d2ce48352c9b2c3f496e963b79a4944a426
Commit message: "[TAR-1227] Run the sonar container as the current user (#17)"
First time build. Skipping changelog.
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
All nodes of label ‘ubuntu&&!zfs&&amd64’ are offline
Running on ubuntu-1804-overlay2 (i-058d77ae45851d320) in /home/ubuntu/workspace/docker-py_PR-2475
[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-2475@tmp/12f12bd7-6369-47e8-8bb8-3a277fac301c/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
02:15:55 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
02:15:55 chowning workspace
[Pipeline] sh
02:15:56 + uname -m
[Pipeline] sh
02:15:56 + pwd
02:15:56 + id -u
02:15:56 + id -g
02:15:56 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2475:/workspace busybox chown -R 1000:1000 /workspace
02:15:56 Unable to find image 'busybox:latest' locally
02:15:57 latest: Pulling from library/busybox
02:15:57 322973677ef5: Pulling fs layer
02:15:57 322973677ef5: Verifying Checksum
02:15:57 322973677ef5: Download complete
02:15:57 322973677ef5: Pull complete
02:15:57 Digest: sha256:1828edd60c5efd34b2bf5dd3282ec0cc04d47b2ff9caa0b6d4f07a21d1c08084
02:15:57 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
02:16:00 Removing all docker containers
[Pipeline] sh
02:16:00 + docker container ls -aq
[Pipeline] echo
02:16:00 Docker containers have been removed
[Pipeline] echo
02:16:00 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
02:16:00 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image)
[Pipeline] checkout
02:16:02 using credential docker-jenkins-github-credentials
02:16:02 Cloning the remote Git repository
02:16:02 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-2475 # 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/2475/head:refs/remotes/origin/PR-2475 +refs/heads/master:refs/remotes/origin/master
02:16:05 Fetching without tags
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2475/head:refs/remotes/origin/PR-2475 # 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/2475/head:refs/remotes/origin/PR-2475 +refs/heads/master:refs/remotes/origin/master
02:16:05 Merging remotes/origin/master commit a0b9c3d0b38abd4af1880ca3dde2845556dd2f70 into PR head commit 11008364ee1695ce46abb4732b50ad6662024da7
02:16:05 Merge succeeded, producing 11008364ee1695ce46abb4732b50ad6662024da7
02:16:05 Checking out Revision 11008364ee1695ce46abb4732b50ad6662024da7 (PR-2475)
02:16:06 Commit message: "Update __init__.py"
02:16:06 First time build. Skipping changelog.
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 11008364ee1695ce46abb4732b50ad6662024da7
 > git merge a0b9c3d0b38abd4af1880ca3dde2845556dd2f70 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 11008364ee1695ce46abb4732b50ad6662024da7
fatal: bad object 26028d2ce48352c9b2c3f496e963b79a4944a426
[Pipeline] sh
02:16:07 + git rev-parse HEAD
[Pipeline] sh
02:16:07 + docker pull dockerbuildbot/docker-py:py2-11008364ee1695ce46abb4732b50ad6662024da7
02:16:07 Error response from daemon: manifest for dockerbuildbot/docker-py:py2-11008364ee1695ce46abb4732b50ad6662024da7 not found: manifest unknown: manifest unknown
[Pipeline] sh
02:16:08 + docker build -t dockerbuildbot/docker-py:py2-11008364ee1695ce46abb4732b50ad6662024da7 -f tests/Dockerfile --build-arg PYTHON_VERSION=2.7 .
02:16:08 Sending build context to Docker daemon  1.274MB

02:16:08 Step 1/19 : ARG PYTHON_VERSION=3.7
02:16:08 Step 2/19 : FROM python:${PYTHON_VERSION}
02:16:08 2.7: Pulling from library/python
02:16:08 16ea0e8c8879: Pulling fs layer
02:16:08 50024b0106d5: Pulling fs layer
02:16:08 ff95660c6937: Pulling fs layer
02:16:08 9c7d0e5c0bc2: Pulling fs layer
02:16:08 29c4fb388fdf: Pulling fs layer
02:16:08 02ced85d1576: Pulling fs layer
02:16:08 dfe2cd30976f: Pulling fs layer
02:16:08 d3ec517ed16e: Pulling fs layer
02:16:08 ed6982ebc0cc: Pulling fs layer
02:16:08 29c4fb388fdf: Waiting
02:16:08 02ced85d1576: Waiting
02:16:08 dfe2cd30976f: Waiting
02:16:08 d3ec517ed16e: Waiting
02:16:08 ed6982ebc0cc: Waiting
02:16:08 9c7d0e5c0bc2: Waiting
02:16:08 50024b0106d5: Verifying Checksum
02:16:08 50024b0106d5: Download complete
02:16:08 ff95660c6937: Verifying Checksum
02:16:08 ff95660c6937: Download complete
02:16:10 16ea0e8c8879: Verifying Checksum
02:16:10 16ea0e8c8879: Download complete
02:16:10 9c7d0e5c0bc2: Verifying Checksum
02:16:10 9c7d0e5c0bc2: Download complete
02:16:10 02ced85d1576: Verifying Checksum
02:16:10 02ced85d1576: Download complete
02:16:10 d3ec517ed16e: Verifying Checksum
02:16:10 d3ec517ed16e: Download complete
02:16:11 dfe2cd30976f: Verifying Checksum
02:16:11 dfe2cd30976f: Download complete
02:16:11 ed6982ebc0cc: Verifying Checksum
02:16:11 ed6982ebc0cc: Download complete
02:16:14 29c4fb388fdf: Verifying Checksum
02:16:14 29c4fb388fdf: Download complete
02:16:17 16ea0e8c8879: Pull complete
02:16:17 50024b0106d5: Pull complete
02:16:18 ff95660c6937: Pull complete
02:16:22 9c7d0e5c0bc2: Pull complete
02:16:37 29c4fb388fdf: Pull complete
02:16:37 02ced85d1576: Pull complete
02:16:37 dfe2cd30976f: Pull complete
02:16:37 d3ec517ed16e: Pull complete
02:16:37 ed6982ebc0cc: Pull complete
02:16:37 Digest: sha256:e1c1e537270f37fa1cc1d16d5f78eb8dc6836378fd903ec19fe81d4e50becdcb
02:16:37 Status: Downloaded newer image for python:2.7
02:16:37  ---> e8cff83571c6
02:16:37 Step 3/19 : ARG APT_MIRROR
02:16:40  ---> Running in ffb2092234ff
02:16:40 Removing intermediate container ffb2092234ff
02:16:40  ---> 23f38ea7cda0
02:16:40 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
02:16:40  ---> Running in 8fb9012785a4
02:16:42 Removing intermediate container 8fb9012785a4
02:16:42  ---> 6d323cb1fa2c
02:16:42 Step 5/19 : RUN apt-get update && apt-get -y install     gnupg2     pass     curl
02:16:42  ---> Running in ae25a86d0427
02:16:43 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
02:16:43 Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
02:16:43 Get:3 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
02:16:43 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [159 kB]
02:16:43 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7908 kB]
02:16:44 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [5792 B]
02:16:45 Fetched 8309 kB in 3s (3286 kB/s)
02:16:46 Reading package lists...
02:16:47 Reading package lists...
02:16:47 Building dependency tree...
02:16:47 Reading state information...
02:16:47 curl is already the newest version (7.64.0-4).
02:16:47 The following additional packages will be installed:
02:16:47   libqrencode4 libxmu6 libxmuu1 qrencode tree xauth xclip
02:16:47 Suggested packages:
02:16:47   libxml-simple-perl ruby
02:16:48 The following NEW packages will be installed:
02:16:48   gnupg2 libqrencode4 libxmu6 libxmuu1 pass qrencode tree xauth xclip
02:16:48 0 upgraded, 9 newly installed, 0 to remove and 0 not upgraded.
02:16:48 Need to get 708 kB of archives.
02:16:48 After this operation, 1197 kB of additional disk space will be used.
02:16:48 Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u1 [393 kB]
02:16:48 Get:2 http://deb.debian.org/debian buster/main amd64 libqrencode4 amd64 4.0.2-1 [38.2 kB]
02:16:48 Get:3 http://deb.debian.org/debian buster/main amd64 libxmu6 amd64 2:1.1.2-2+b3 [60.8 kB]
02:16:48 Get:4 http://deb.debian.org/debian buster/main amd64 libxmuu1 amd64 2:1.1.2-2+b3 [23.9 kB]
02:16:48 Get:5 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB]
02:16:48 Get:6 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB]
02:16:48 Get:7 http://deb.debian.org/debian buster/main amd64 qrencode amd64 4.0.2-1 [39.8 kB]
02:16:48 Get:8 http://deb.debian.org/debian buster/main amd64 xauth amd64 1:1.0.10-1 [40.3 kB]
02:16:48 Get:9 http://deb.debian.org/debian buster/main amd64 xclip amd64 0.13-1 [23.2 kB]
02:16:48 debconf: delaying package configuration, since apt-utils is not installed
02:16:48 Fetched 708 kB in 0s (1982 kB/s)
02:16:48 Selecting previously unselected package gnupg2.
02:16:48 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24526 files and directories currently installed.)
02:16:48 Preparing to unpack .../0-gnupg2_2.2.12-1+deb10u1_all.deb ...
02:16:48 Unpacking gnupg2 (2.2.12-1+deb10u1) ...
02:16:48 Selecting previously unselected package libqrencode4:amd64.
02:16:48 Preparing to unpack .../1-libqrencode4_4.0.2-1_amd64.deb ...
02:16:48 Unpacking libqrencode4:amd64 (4.0.2-1) ...
02:16:49 Selecting previously unselected package libxmu6:amd64.
02:16:49 Preparing to unpack .../2-libxmu6_2%3a1.1.2-2+b3_amd64.deb ...
02:16:49 Unpacking libxmu6:amd64 (2:1.1.2-2+b3) ...
02:16:49 Selecting previously unselected package libxmuu1:amd64.
02:16:49 Preparing to unpack .../3-libxmuu1_2%3a1.1.2-2+b3_amd64.deb ...
02:16:49 Unpacking libxmuu1:amd64 (2:1.1.2-2+b3) ...
02:16:49 Selecting previously unselected package tree.
02:16:49 Preparing to unpack .../4-tree_1.8.0-1_amd64.deb ...
02:16:49 Unpacking tree (1.8.0-1) ...
02:16:49 Selecting previously unselected package pass.
02:16:49 Preparing to unpack .../5-pass_1.7.3-2_all.deb ...
02:16:49 Unpacking pass (1.7.3-2) ...
02:16:49 Selecting previously unselected package qrencode.
02:16:49 Preparing to unpack .../6-qrencode_4.0.2-1_amd64.deb ...
02:16:49 Unpacking qrencode (4.0.2-1) ...
02:16:49 Selecting previously unselected package xauth.
02:16:49 Preparing to unpack .../7-xauth_1%3a1.0.10-1_amd64.deb ...
02:16:49 Unpacking xauth (1:1.0.10-1) ...
02:16:49 Selecting previously unselected package xclip.
02:16:49 Preparing to unpack .../8-xclip_0.13-1_amd64.deb ...
02:16:49 Unpacking xclip (0.13-1) ...
02:16:49 Setting up gnupg2 (2.2.12-1+deb10u1) ...
02:16:49 Setting up libxmu6:amd64 (2:1.1.2-2+b3) ...
02:16:49 Setting up libqrencode4:amd64 (4.0.2-1) ...
02:16:49 Setting up qrencode (4.0.2-1) ...
02:16:49 Setting up tree (1.8.0-1) ...
02:16:49 Setting up xclip (0.13-1) ...
02:16:49 Setting up pass (1.7.3-2) ...
02:16:49 Setting up libxmuu1:amd64 (2:1.1.2-2+b3) ...
02:16:49 Setting up xauth (1:1.0.10-1) ...
02:16:49 Processing triggers for libc-bin (2.28-10) ...
02:16:50 Removing intermediate container ae25a86d0427
02:16:50  ---> 386cd6052731
02:16:50 Step 6/19 : COPY ./tests/gpg-keys /gpg-keys
02:16:50  ---> 4211d0574a5a
02:16:50 Step 7/19 : RUN gpg2 --import gpg-keys/secret
02:16:50  ---> Running in 2e432be09faa
02:16:51 gpg: directory '/root/.gnupg' created
02:16:51 gpg: keybox '/root/.gnupg/pubring.kbx' created
02:16:51 gpg: /root/.gnupg/trustdb.gpg: trustdb created
02:16:51 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
02:16:52 gpg: key 464ED987A7B21401: secret key imported
02:16:52 gpg: Total number processed: 1
02:16:52 gpg:               imported: 1
02:16:52 gpg:       secret keys read: 1
02:16:52 gpg:   secret keys imported: 1
02:16:52 Removing intermediate container 2e432be09faa
02:16:52  ---> f60a989d6283
02:16:52 Step 8/19 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
02:16:52  ---> Running in fa3b841882d5
02:16:53 gpg: inserting ownertrust of 6
02:16:54 Removing intermediate container fa3b841882d5
02:16:54  ---> 72dc9ceb50b0
02:16:54 Step 9/19 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
02:16:54  ---> Running in b7b48d72b0d0
02:16:55 gpg: please do a --check-trustdb
02:16:55 mkdir: created directory '/root/.password-store/'
02:16:55 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
02:16:55 Removing intermediate container b7b48d72b0d0
02:16:55  ---> df3f7a6eacd0
02:16:55 Step 10/19 : RUN gpg2 --check-trustdb
02:16:56  ---> Running in 242c0231814c
02:16:57 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
02:16:57 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
02:16:58 Removing intermediate container 242c0231814c
02:16:58  ---> d12e652c4470
02:16:58 Step 11/19 : ARG CREDSTORE_VERSION=v0.6.3
02:16:58  ---> Running in 64c2e4a8073c
02:16:58 Removing intermediate container 64c2e4a8073c
02:16:58  ---> 436fcae71a5f
02:16:58 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
02:16:58  ---> Running in e6c97458d867
02:16:59 Removing intermediate container e6c97458d867
02:16:59  ---> ce6102feb9f8
02:16:59 Step 13/19 : WORKDIR /src
02:17:00  ---> Running in 17aad518e754
02:17:00 Removing intermediate container 17aad518e754
02:17:00  ---> fd272db319e3
02:17:00 Step 14/19 : COPY requirements.txt /src/requirements.txt
02:17:00  ---> 0c5f986a2411
02:17:00 Step 15/19 : RUN pip install -r requirements.txt
02:17:00  ---> Running in e129c6bc0e8b
02:17:02 DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. 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
02:17:02 Ignoring pypiwin32: markers 'sys_platform == "win32" and python_version < "3.6"' don't match your environment
02:17:02 Ignoring pypiwin32: markers 'sys_platform == "win32" and python_version >= "3.6"' don't match your environment
02:17:06 Collecting appdirs==1.4.3
02:17:07   Downloading https://files.pythonhosted.org/packages/56/eb/810e700ed1349edde4cbdc1b2a21e28cdf115f9faf263f6bbf8447c1abf3/appdirs-1.4.3-py2.py3-none-any.whl
02:17:07 Collecting asn1crypto==0.22.0
02:17:07   Downloading https://files.pythonhosted.org/packages/97/ba/7e8117d8efcee589f4d96dd2b2eb1d997f96d27d214cf2b7134ad8acf6ab/asn1crypto-0.22.0-py2.py3-none-any.whl (97kB)
02:17:07 Collecting backports.ssl-match-hostname==3.5.0.1
02:17:07   Downloading https://files.pythonhosted.org/packages/76/21/2dc61178a2038a5cb35d14b61467c6ac632791ed05131dda72c20e7b9e23/backports.ssl_match_hostname-3.5.0.1.tar.gz
02:17:08 Collecting cffi==1.10.0
02:17:08   Downloading https://files.pythonhosted.org/packages/50/85/d74d06ac09fc2deb3d9bd6d6aca4ca13d82b8118c04494cd0e84fcd81624/cffi-1.10.0-cp27-cp27mu-manylinux1_x86_64.whl (392kB)
02:17:08 Collecting cryptography==2.3
02:17:08   Downloading https://files.pythonhosted.org/packages/67/21/e79987f1f9abae42d666b1f89b4e78aa096acc00bbf97ad40d19b07b4a83/cryptography-2.3-cp27-cp27mu-manylinux1_x86_64.whl (2.1MB)
02:17:08 Collecting enum34==1.1.6
02:17:08   Downloading https://files.pythonhosted.org/packages/c5/db/e56e6b4bbac7c4a06de1c50de6fe1ef3810018ae11732a50f15f62c7d050/enum34-1.1.6-py2-none-any.whl
02:17:08 Collecting idna==2.5
02:17:08   Downloading https://files.pythonhosted.org/packages/11/7d/9bbbd7bb35f34b0169542487d2a8859e44306bb2e6a4455d491800a5621f/idna-2.5-py2.py3-none-any.whl (55kB)
02:17:08 Collecting ipaddress==1.0.18
02:17:09   Downloading https://files.pythonhosted.org/packages/17/93/28f4dd560780dd70fe75ce7e2662869770dfac181f6bbb472179ea8da516/ipaddress-1.0.18-py2-none-any.whl
02:17:09 Collecting packaging==16.8
02:17:09   Downloading https://files.pythonhosted.org/packages/87/1b/c39b7c65b5612812b83d6cab7ef2885eac9f6beb0b7b8a7071a186aea3b1/packaging-16.8-py2.py3-none-any.whl
02:17:09 Collecting paramiko==2.4.2
02:17:09   Downloading https://files.pythonhosted.org/packages/cf/ae/94e70d49044ccc234bfdba20114fa947d7ba6eb68a2e452d89b920e62227/paramiko-2.4.2-py2.py3-none-any.whl (193kB)
02:17:09 Collecting pycparser==2.17
02:17:09   Downloading https://files.pythonhosted.org/packages/be/64/1bb257ffb17d01f4a38d7ce686809a736837ad4371bcc5c42ba7a715c3ac/pycparser-2.17.tar.gz (231kB)
02:17:09 Collecting pyOpenSSL==18.0.0
02:17:09   Downloading https://files.pythonhosted.org/packages/96/af/9d29e6bd40823061aea2e0574ccb2fcf72bfd6130ce53d32773ec375458c/pyOpenSSL-18.0.0-py2.py3-none-any.whl (53kB)
02:17:09 Collecting pyparsing==2.2.0
02:17:09   Downloading https://files.pythonhosted.org/packages/6a/8a/718fd7d3458f9fab8e67186b00abdd345b639976bc7fb3ae722e1b026a50/pyparsing-2.2.0-py2.py3-none-any.whl (56kB)
02:17:09 Collecting requests==2.20.0
02:17:09   Downloading https://files.pythonhosted.org/packages/f1/ca/10332a30cb25b627192b4ea272c351bce3ca1091e541245cccbace6051d8/requests-2.20.0-py2.py3-none-any.whl (60kB)
02:17:09 Collecting six==1.10.0
02:17:09   Downloading https://files.pythonhosted.org/packages/c8/0a/b6723e1bc4c516cb687841499455a8505b44607ab535be01091c0f24f079/six-1.10.0-py2.py3-none-any.whl
02:17:09 Collecting urllib3==1.24.3
02:17:09   Downloading https://files.pythonhosted.org/packages/01/11/525b02e4acc0c747de8b6ccdab376331597c569c42ea66ab0a1dbd36eca2/urllib3-1.24.3-py2.py3-none-any.whl (118kB)
02:17:10 Collecting websocket-client==0.56.0
02:17:10   Downloading https://files.pythonhosted.org/packages/29/19/44753eab1fdb50770ac69605527e8859468f3c0fd7dc5a76dd9c4dbd7906/websocket_client-0.56.0-py2.py3-none-any.whl (200kB)
02:17:10 Collecting pynacl>=1.0.1
02:17:10   Downloading https://files.pythonhosted.org/packages/b3/25/e605574f24948a8a53b497744e93f061eb1dbe7c44b6465fc1c172d591aa/PyNaCl-1.3.0-cp27-cp27mu-manylinux1_x86_64.whl (762kB)
02:17:10 Collecting pyasn1>=0.1.7
02:17:10   Downloading https://files.pythonhosted.org/packages/62/1e/a94a8d635fa3ce4cfc7f506003548d0a2447ae76fd5ca53932970fe3053f/pyasn1-0.4.8-py2.py3-none-any.whl (77kB)
02:17:10 Collecting bcrypt>=3.1.3
02:17:10   Downloading https://files.pythonhosted.org/packages/ad/36/9a0227d048e98409f012570f7bef8a8c2373b9c9c5dfbf82963cbae05ede/bcrypt-3.1.7-cp27-cp27mu-manylinux1_x86_64.whl (59kB)
02:17:10 Collecting certifi>=2017.4.17
02:17:10   Downloading https://files.pythonhosted.org/packages/b9/63/df50cac98ea0d5b006c55a399c3bf1db9da7b5a24de7890bc9cfd5dd9e99/certifi-2019.11.28-py2.py3-none-any.whl (156kB)
02:17:10 Collecting chardet<3.1.0,>=3.0.2
02:17:10   Downloading https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl (133kB)
02:17:10 Building wheels for collected packages: backports.ssl-match-hostname, pycparser
02:17:10   Building wheel for backports.ssl-match-hostname (setup.py): started
02:17:10   Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
02:17:10   Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-cp27-none-any.whl size=5211 sha256=8838e2ca0ba4ec850031f2bcff7d024d95746bd94ff32811b6d1721846fba629
02:17:10   Stored in directory: /root/.cache/pip/wheels/99/7e/f7/a88a9bcf7a3bd6b12cf6a74eee8c89746aaa02f71ab7b33939
02:17:10   Building wheel for pycparser (setup.py): started
02:17:11   Building wheel for pycparser (setup.py): finished with status 'done'
02:17:11   Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=193886 sha256=b3b97d9be5d9c8ff97e1d908d74477be1a68309e538de8c5be792bd9b4a2e602
02:17:11   Stored in directory: /root/.cache/pip/wheels/3f/a9/a7/44a27bb67d962845df8df4ac988e1f369184e307392ce37c5b
02:17:11 Successfully built backports.ssl-match-hostname pycparser
02:17:11 Installing collected packages: appdirs, asn1crypto, backports.ssl-match-hostname, pycparser, cffi, enum34, six, idna, ipaddress, cryptography, pyparsing, packaging, pynacl, pyasn1, bcrypt, paramiko, pyOpenSSL, urllib3, certifi, chardet, requests, websocket-client
02:17:13 Successfully installed appdirs-1.4.3 asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.1.7 certifi-2019.11.28 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.3.0 pyparsing-2.2.0 requests-2.20.0 six-1.10.0 urllib3-1.24.3 websocket-client-0.56.0
02:17:19 Removing intermediate container e129c6bc0e8b
02:17:19  ---> 6924e36e77a1
02:17:19 Step 16/19 : COPY test-requirements.txt /src/test-requirements.txt
02:17:19  ---> 1591e4ed51d3
02:17:19 Step 17/19 : RUN pip install -r test-requirements.txt
02:17:19  ---> Running in e1bda9241ce1
02:17:20 DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. 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
02:17:25 Collecting coverage==4.5.2
02:17:26   Downloading https://files.pythonhosted.org/packages/af/cf/e240715a50d64b0538a08a2be1ae4060fb25791e911cbe8fd2367b5deeaa/coverage-4.5.2-cp27-cp27mu-manylinux1_x86_64.whl (201kB)
02:17:26 Collecting flake8==3.6.0
02:17:26   Downloading https://files.pythonhosted.org/packages/34/a6/49e2849a0e5464e1b5d621f63bc8453066f0f367bb3b744a33fca0bc1ddd/flake8-3.6.0-py2.py3-none-any.whl (68kB)
02:17:26 Collecting mock==1.0.1
02:17:26   Downloading https://files.pythonhosted.org/packages/a2/52/7edcd94f0afb721a2d559a5b9aae8af4f8f2c79bc63fdbe8a8a6c9b23bbe/mock-1.0.1.tar.gz (818kB)
02:17:27 Collecting pytest==4.3.1
02:17:27   Downloading https://files.pythonhosted.org/packages/c8/52/c455e718f19e4fd7126c81b4910ca2431ded6c28b97e36a1a1f5e5ef7247/pytest-4.3.1-py2.py3-none-any.whl (219kB)
02:17:27 Collecting pytest-cov==2.6.1
02:17:27   Downloading https://files.pythonhosted.org/packages/7d/b5/92f32674ab954f80499ac73347bfeb815545ea295439c12b0ef3ac8f0975/pytest_cov-2.6.1-py2.py3-none-any.whl
02:17:27 Collecting pytest-timeout==1.3.3
02:17:27   Downloading https://files.pythonhosted.org/packages/58/92/f60ea2e27074d6f97c8aaf21e34d1f838eb623e4b8070680846c65318a10/pytest_timeout-1.3.3-py2.py3-none-any.whl
02:17:27 Collecting configparser; python_version < "3.2"
02:17:27   Downloading https://files.pythonhosted.org/packages/7a/2a/95ed0501cf5d8709490b1d3a3f9b5cf340da6c433f896bbe9ce08dbe6785/configparser-4.0.2-py2.py3-none-any.whl
02:17:27 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 2)) (1.1.6)
02:17:27 Collecting pycodestyle<2.5.0,>=2.4.0
02:17:27   Downloading https://files.pythonhosted.org/packages/e5/c6/ce130213489969aa58610042dff1d908c25c731c9575af6935c2dfad03aa/pycodestyle-2.4.0-py2.py3-none-any.whl (62kB)
02:17:27 Collecting mccabe<0.7.0,>=0.6.0
02:17:27   Downloading https://files.pythonhosted.org/packages/87/89/479dc97e18549e21354893e4ee4ef36db1d237534982482c3681ee6e7b57/mccabe-0.6.1-py2.py3-none-any.whl
02:17:27 Collecting pyflakes<2.1.0,>=2.0.0
02:17:27   Downloading https://files.pythonhosted.org/packages/44/98/af7a72c9a543b1487d92813c648cb9b9adfbc96faef5455d60f4439aa99b/pyflakes-2.0.0-py2.py3-none-any.whl (53kB)
02:17:27 Requirement already satisfied: setuptools>=30 in /usr/local/lib/python2.7/site-packages (from flake8==3.6.0->-r test-requirements.txt (line 2)) (41.6.0)
02:17:27 Collecting py>=1.5.0
02:17:27   Downloading https://files.pythonhosted.org/packages/76/bc/394ad449851729244a97857ee14d7cba61ddb268dce3db538ba2f2ba1f0f/py-1.8.0-py2.py3-none-any.whl (83kB)
02:17:27 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 4)) (1.10.0)
02:17:27 Collecting pathlib2>=2.2.0; python_version < "3.6"
02:17:27   Downloading https://files.pythonhosted.org/packages/e9/45/9c82d3666af4ef9f221cbb954e1d77ddbb513faf552aea6df5f37f1a4859/pathlib2-2.3.5-py2.py3-none-any.whl
02:17:27 Collecting funcsigs; python_version < "3.0"
02:17:27   Downloading https://files.pythonhosted.org/packages/69/cb/f5be453359271714c01b9bd06126eaf2e368f1fddfff30818754b5ac2328/funcsigs-1.0.2-py2.py3-none-any.whl
02:17:27 Collecting atomicwrites>=1.0
02:17:27   Downloading https://files.pythonhosted.org/packages/52/90/6155aa926f43f2b2a22b01be7241be3bfd1ceaf7d0b3267213e8127d41f4/atomicwrites-1.3.0-py2.py3-none-any.whl
02:17:27 Collecting pluggy>=0.7
02:17:27   Downloading https://files.pythonhosted.org/packages/a0/28/85c7aa31b80d150b772fbe4a229487bc6644da9ccb7e427dd8cc60cb8a62/pluggy-0.13.1-py2.py3-none-any.whl
02:17:27 Collecting more-itertools<6.0.0,>=4.0.0; python_version <= "2.7"
02:17:27   Downloading https://files.pythonhosted.org/packages/2f/9d/dcfe59e213093695f108508af1214cf9cd95cc5489e46877ec5cb56369e5/more_itertools-5.0.0-py2-none-any.whl (52kB)
02:17:27 Collecting attrs>=17.4.0
02:17:27   Downloading https://files.pythonhosted.org/packages/a2/db/4313ab3be961f7a763066401fb77f7748373b6094076ae2bda2806988af6/attrs-19.3.0-py2.py3-none-any.whl
02:17:28 Collecting scandir; python_version < "3.5"
02:17:28   Downloading https://files.pythonhosted.org/packages/df/f5/9c052db7bd54d0cbf1bc0bb6554362bba1012d03e5888950a4f5c5dadc4e/scandir-1.10.0.tar.gz
02:17:28 Collecting importlib-metadata>=0.12; python_version < "3.8"
02:17:28   Downloading https://files.pythonhosted.org/packages/ed/82/ebece33bc20b9097683d09e47563d487e411e2cf3a37789d7ec0a88c4ce4/importlib_metadata-1.1.0-py2.py3-none-any.whl
02:17:28 Collecting zipp>=0.5
02:17:28   Downloading https://files.pythonhosted.org/packages/74/3d/1ee25a26411ba0401b43c6376d2316a71addcc72ef8690b101b4ea56d76a/zipp-0.6.0-py2.py3-none-any.whl
02:17:28 Collecting contextlib2; python_version < "3"
02:17:28   Downloading https://files.pythonhosted.org/packages/85/60/370352f7ef6aa96c52fb001831622f50f923c1d575427d021b8ab3311236/contextlib2-0.6.0.post1-py2.py3-none-any.whl
02:17:28 Building wheels for collected packages: mock, scandir
02:17:28   Building wheel for mock (setup.py): started
02:17:28   Building wheel for mock (setup.py): finished with status 'done'
02:17:28   Created wheel for mock: filename=mock-1.0.1-cp27-none-any.whl size=23755 sha256=37287d181216c9107585568060b56b544498c01456294ae3a4a1db8058ecb1be
02:17:28   Stored in directory: /root/.cache/pip/wheels/7e/72/92/744b532c779242b57aab4bcba80c312b30c069bbd60025e7e6
02:17:28   Building wheel for scandir (setup.py): started
02:17:29   Building wheel for scandir (setup.py): finished with status 'done'
02:17:29   Created wheel for scandir: filename=scandir-1.10.0-cp27-cp27mu-linux_x86_64.whl size=42777 sha256=59b2d29b9178a4575c227a38377175038f5be5f0c48f601208889f4188e43f5f
02:17:29   Stored in directory: /root/.cache/pip/wheels/91/95/75/19c98a91239878abbc7c59970abd3b4e0438a7dd5b61778335
02:17:29 Successfully built mock scandir
02:17:29 Installing collected packages: coverage, configparser, pycodestyle, mccabe, pyflakes, flake8, mock, py, scandir, pathlib2, funcsigs, atomicwrites, more-itertools, zipp, contextlib2, importlib-metadata, pluggy, attrs, pytest, pytest-cov, pytest-timeout
02:17:30 Successfully installed atomicwrites-1.3.0 attrs-19.3.0 configparser-4.0.2 contextlib2-0.6.0.post1 coverage-4.5.2 flake8-3.6.0 funcsigs-1.0.2 importlib-metadata-1.1.0 mccabe-0.6.1 mock-1.0.1 more-itertools-5.0.0 pathlib2-2.3.5 pluggy-0.13.1 py-1.8.0 pycodestyle-2.4.0 pyflakes-2.0.0 pytest-4.3.1 pytest-cov-2.6.1 pytest-timeout-1.3.3 scandir-1.10.0 zipp-0.6.0
02:17:31 Removing intermediate container e1bda9241ce1
02:17:31  ---> fd8213ce9dca
02:17:31 Step 18/19 : COPY . /src
02:17:32  ---> 4a41463ce220
02:17:32 Step 19/19 : RUN pip install .
02:17:32  ---> Running in 9d027674e4a5
02:17:33 DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. 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
02:17:33 Processing /src
02:17:34 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python2.7/site-packages (from docker==4.1.0.dev0) (1.10.0)
02:17:34 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python2.7/site-packages (from docker==4.1.0.dev0) (0.56.0)
02:17:34 Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python2.7/site-packages (from docker==4.1.0.dev0) (2.20.0)
02:17:34 Requirement already satisfied: backports.ssl_match_hostname>=3.5 in /usr/local/lib/python2.7/site-packages (from docker==4.1.0.dev0) (3.5.0.1)
02:17:34 Requirement already satisfied: ipaddress>=1.0.16 in /usr/local/lib/python2.7/site-packages (from docker==4.1.0.dev0) (1.0.18)
02:17:34 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.1.0.dev0) (2.5)
02:17:34 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.1.0.dev0) (1.24.3)
02:17:34 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.1.0.dev0) (2019.11.28)
02:17:34 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.1.0.dev0) (3.0.4)
02:17:34 Building wheels for collected packages: docker
02:17:34   Building wheel for docker (setup.py): started
02:17:34   Building wheel for docker (setup.py): finished with status 'done'
02:17:34   Created wheel for docker: filename=docker-4.1.0.dev0-py2.py3-none-any.whl size=139451 sha256=9cf215ba401c3b2f26a22e962f4532420364381abff330f263899447f8c598c0
02:17:34   Stored in directory: /tmp/pip-ephem-wheel-cache-k3hxI_/wheels/ee/4d/f0/2a86c10b571f6f2e614d6de70cb18e96cf856ba00408408b23
02:17:34 Successfully built docker
02:17:34 Installing collected packages: docker
02:17:34 Successfully installed docker-4.1.0.dev0
02:17:35 Removing intermediate container 9d027674e4a5
02:17:35  ---> 0c164807c45e
02:17:35 Successfully built 0c164807c45e
02:17:35 Successfully tagged dockerbuildbot/docker-py:py2-11008364ee1695ce46abb4732b50ad6662024da7
[Pipeline] sh
02:17:36 + docker tag dockerbuildbot/docker-py:py2-11008364ee1695ce46abb4732b50ad6662024da7 dockerbuildbot/docker-py:py2-11008364ee1695ce46abb4732b50ad6662024da7
[Pipeline] sh
02:17:36 + docker push dockerbuildbot/docker-py:py2-11008364ee1695ce46abb4732b50ad6662024da7
02:17:36 The push refers to repository [docker.io/dockerbuildbot/docker-py]
02:17:36 75475277b5c4: Preparing
02:17:36 21b4f0204883: Preparing
02:17:36 68ba2911f0c5: Preparing
02:17:36 c820435ad9c5: Preparing
02:17:36 a1b708a6b90b: Preparing
02:17:36 5b4cf1967a12: Preparing
02:17:36 c532c0631601: Preparing
02:17:36 7ed543f38f4d: Preparing
02:17:36 5b4cf1967a12: Waiting
02:17:36 c532c0631601: Waiting
02:17:36 7ed543f38f4d: Waiting
02:17:36 557bc91b763f: Preparing
02:17:36 6c3377183db7: Preparing
02:17:36 1056006f31ec: Preparing
02:17:36 2b60f27ef954: Preparing
02:17:36 557bc91b763f: Waiting
02:17:36 6c3377183db7: Waiting
02:17:36 1056006f31ec: Waiting
02:17:36 17e11936e3b2: Preparing
02:17:36 156f1f15c003: Preparing
02:17:36 2b60f27ef954: Waiting
02:17:36 17e11936e3b2: Waiting
02:17:36 e597535d64f6: Preparing
02:17:36 ca8ce3fffb0e: Preparing
02:17:36 156f1f15c003: Waiting
02:17:36 e597535d64f6: Waiting
02:17:36 ae65d20e9045: Preparing
02:17:36 cbb2efe375ed: Preparing
02:17:36 ca8ce3fffb0e: Waiting
02:17:36 ae65d20e9045: Waiting
02:17:36 a92b7deae79d: Preparing
02:17:36 9437609235f0: Preparing
02:17:36 cbb2efe375ed: Waiting
02:17:36 a92b7deae79d: Waiting
02:17:36 bee1c15bf7e8: Preparing
02:17:36 423d63eb4a27: Preparing
02:17:36 9437609235f0: Waiting
02:17:36 bee1c15bf7e8: Waiting
02:17:36 7f9bf938b053: Preparing
02:17:36 f2b4f0674ba3: Preparing
02:17:36 423d63eb4a27: Waiting
02:17:36 7f9bf938b053: Waiting
02:17:36 f2b4f0674ba3: Waiting
02:17:38 75475277b5c4: Pushed
02:17:38 c820435ad9c5: Pushed
02:17:38 21b4f0204883: Pushed
02:17:39 68ba2911f0c5: Pushed
02:17:39 5b4cf1967a12: Pushed
02:17:39 c532c0631601: Pushed
02:17:39 7ed543f38f4d: Pushed
02:17:40 557bc91b763f: Pushed
02:17:40 6c3377183db7: Pushed
02:17:40 1056006f31ec: Pushed
02:17:40 2b60f27ef954: Pushed
02:17:40 ca8ce3fffb0e: Layer already exists
02:17:40 ae65d20e9045: Layer already exists
02:17:41 cbb2efe375ed: Layer already exists
02:17:41 a1b708a6b90b: Pushed
02:17:41 a92b7deae79d: Layer already exists
02:17:41 9437609235f0: Layer already exists
02:17:41 bee1c15bf7e8: Layer already exists
02:17:41 423d63eb4a27: Layer already exists
02:17:41 7f9bf938b053: Layer already exists
02:17:41 f2b4f0674ba3: Layer already exists
02:17:41 17e11936e3b2: Pushed
02:17:42 e597535d64f6: Pushed
02:17:44 156f1f15c003: Pushed
02:17:45 py2-11008364ee1695ce46abb4732b50ad6662024da7: digest: sha256:5be72ed06dd359c9aa8d2a139ea724c7da04f9c964527e27c5affaac67dfdf83 size: 5353
[Pipeline] sh
02:17:46 + docker pull dockerbuildbot/docker-py:py3-11008364ee1695ce46abb4732b50ad6662024da7
02:17:46 Error response from daemon: manifest for dockerbuildbot/docker-py:py3-11008364ee1695ce46abb4732b50ad6662024da7 not found: manifest unknown: manifest unknown
[Pipeline] sh
02:17:46 + docker build -t dockerbuildbot/docker-py:py3-11008364ee1695ce46abb4732b50ad6662024da7 -f tests/Dockerfile --build-arg PYTHON_VERSION=3.7 .
02:17:46 Sending build context to Docker daemon  1.274MB

02:17:46 Step 1/19 : ARG PYTHON_VERSION=3.7
02:17:46 Step 2/19 : FROM python:${PYTHON_VERSION}
02:17:47 3.7: Pulling from library/python
02:17:47 16ea0e8c8879: Already exists
02:17:47 50024b0106d5: Already exists
02:17:47 ff95660c6937: Already exists
02:17:47 9c7d0e5c0bc2: Already exists
02:17:47 29c4fb388fdf: Already exists
02:17:47 8659dae93050: Pulling fs layer
02:17:47 1da0ab556051: Pulling fs layer
02:17:47 e92ae9350d4a: Pulling fs layer
02:17:47 c648cb7fc575: Pulling fs layer
02:17:47 c648cb7fc575: Waiting
02:17:48 e92ae9350d4a: Verifying Checksum
02:17:48 e92ae9350d4a: Download complete
02:17:48 8659dae93050: Verifying Checksum
02:17:48 8659dae93050: Download complete
02:17:48 c648cb7fc575: Verifying Checksum
02:17:48 c648cb7fc575: Download complete
02:17:48 1da0ab556051: Verifying Checksum
02:17:48 1da0ab556051: Download complete
02:17:48 8659dae93050: Pull complete
02:17:50 1da0ab556051: Pull complete
02:17:50 e92ae9350d4a: Pull complete
02:17:51 c648cb7fc575: Pull complete
02:17:51 Digest: sha256:840654830548900836939a952c4ef3e6b04e52b2a28dec425cfdd7235685ea83
02:17:51 Status: Downloaded newer image for python:3.7
02:17:51  ---> fbf9f709ca9f
02:17:51 Step 3/19 : ARG APT_MIRROR
02:17:52  ---> Running in db1525ed1392
02:17:52 Removing intermediate container db1525ed1392
02:17:52  ---> 79c5552d7afb
02:17:52 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
02:17:52  ---> Running in 7e213a389f3a
02:17:55 Removing intermediate container 7e213a389f3a
02:17:55  ---> 1618c6565f15
02:17:55 Step 5/19 : RUN apt-get update && apt-get -y install     gnupg2     pass     curl
02:17:55  ---> Running in 4df1efd48b7d
02:17:56 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
02:17:56 Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
02:17:56 Get:3 http://deb.debian.org/debian buster-updates InRelease [49.3 kB]
02:17:56 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [159 kB]
02:17:56 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7908 kB]
02:17:57 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [5792 B]
02:17:59 Fetched 8309 kB in 3s (3097 kB/s)
02:17:59 Reading package lists...
02:18:00 Reading package lists...
02:18:00 Building dependency tree...
02:18:00 Reading state information...
02:18:01 curl is already the newest version (7.64.0-4).
02:18:01 The following additional packages will be installed:
02:18:01   libqrencode4 libxmu6 libxmuu1 qrencode tree xauth xclip
02:18:01 Suggested packages:
02:18:01   libxml-simple-perl ruby
02:18:01 The following NEW packages will be installed:
02:18:01   gnupg2 libqrencode4 libxmu6 libxmuu1 pass qrencode tree xauth xclip
02:18:01 0 upgraded, 9 newly installed, 0 to remove and 0 not upgraded.
02:18:01 Need to get 708 kB of archives.
02:18:01 After this operation, 1197 kB of additional disk space will be used.
02:18:01 Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u1 [393 kB]
02:18:01 Get:2 http://deb.debian.org/debian buster/main amd64 libqrencode4 amd64 4.0.2-1 [38.2 kB]
02:18:01 Get:3 http://deb.debian.org/debian buster/main amd64 libxmu6 amd64 2:1.1.2-2+b3 [60.8 kB]
02:18:01 Get:4 http://deb.debian.org/debian buster/main amd64 libxmuu1 amd64 2:1.1.2-2+b3 [23.9 kB]
02:18:01 Get:5 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB]
02:18:01 Get:6 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB]
02:18:01 Get:7 http://deb.debian.org/debian buster/main amd64 qrencode amd64 4.0.2-1 [39.8 kB]
02:18:01 Get:8 http://deb.debian.org/debian buster/main amd64 xauth amd64 1:1.0.10-1 [40.3 kB]
02:18:01 Get:9 http://deb.debian.org/debian buster/main amd64 xclip amd64 0.13-1 [23.2 kB]
02:18:01 debconf: delaying package configuration, since apt-utils is not installed
02:18:01 Fetched 708 kB in 0s (2601 kB/s)
02:18:01 Selecting previously unselected package gnupg2.
02:18:01 (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 ... 24526 files and directories currently installed.)
02:18:01 Preparing to unpack .../0-gnupg2_2.2.12-1+deb10u1_all.deb ...
02:18:01 Unpacking gnupg2 (2.2.12-1+deb10u1) ...
02:18:01 Selecting previously unselected package libqrencode4:amd64.
02:18:01 Preparing to unpack .../1-libqrencode4_4.0.2-1_amd64.deb ...
02:18:01 Unpacking libqrencode4:amd64 (4.0.2-1) ...
02:18:01 Selecting previously unselected package libxmu6:amd64.
02:18:01 Preparing to unpack .../2-libxmu6_2%3a1.1.2-2+b3_amd64.deb ...
02:18:01 Unpacking libxmu6:amd64 (2:1.1.2-2+b3) ...
02:18:01 Selecting previously unselected package libxmuu1:amd64.
02:18:01 Preparing to unpack .../3-libxmuu1_2%3a1.1.2-2+b3_amd64.deb ...
02:18:01 Unpacking libxmuu1:amd64 (2:1.1.2-2+b3) ...
02:18:01 Selecting previously unselected package tree.
02:18:01 Preparing to unpack .../4-tree_1.8.0-1_amd64.deb ...
02:18:01 Unpacking tree (1.8.0-1) ...
02:18:01 Selecting previously unselected package pass.
02:18:01 Preparing to unpack .../5-pass_1.7.3-2_all.deb ...
02:18:01 Unpacking pass (1.7.3-2) ...
02:18:02 Selecting previously unselected package qrencode.
02:18:02 Preparing to unpack .../6-qrencode_4.0.2-1_amd64.deb ...
02:18:02 Unpacking qrencode (4.0.2-1) ...
02:18:02 Selecting previously unselected package xauth.
02:18:02 Preparing to unpack .../7-xauth_1%3a1.0.10-1_amd64.deb ...
02:18:02 Unpacking xauth (1:1.0.10-1) ...
02:18:02 Selecting previously unselected package xclip.
02:18:02 Preparing to unpack .../8-xclip_0.13-1_amd64.deb ...
02:18:02 Unpacking xclip (0.13-1) ...
02:18:02 Setting up gnupg2 (2.2.12-1+deb10u1) ...
02:18:02 Setting up libxmu6:amd64 (2:1.1.2-2+b3) ...
02:18:02 Setting up libqrencode4:amd64 (4.0.2-1) ...
02:18:02 Setting up qrencode (4.0.2-1) ...
02:18:02 Setting up tree (1.8.0-1) ...
02:18:02 Setting up xclip (0.13-1) ...
02:18:02 Setting up pass (1.7.3-2) ...
02:18:02 Setting up libxmuu1:amd64 (2:1.1.2-2+b3) ...
02:18:02 Setting up xauth (1:1.0.10-1) ...
02:18:02 Processing triggers for libc-bin (2.28-10) ...
02:18:03 Removing intermediate container 4df1efd48b7d
02:18:03  ---> 2e201219a70d
02:18:03 Step 6/19 : COPY ./tests/gpg-keys /gpg-keys
02:18:03  ---> 4750f3638309
02:18:03 Step 7/19 : RUN gpg2 --import gpg-keys/secret
02:18:03  ---> Running in 865078b6a637
02:18:04 gpg: directory '/root/.gnupg' created
02:18:04 gpg: keybox '/root/.gnupg/pubring.kbx' created
02:18:04 gpg: /root/.gnupg/trustdb.gpg: trustdb created
02:18:04 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
02:18:04 gpg: key 464ED987A7B21401: secret key imported
02:18:04 gpg: Total number processed: 1
02:18:04 gpg:               imported: 1
02:18:04 gpg:       secret keys read: 1
02:18:04 gpg:   secret keys imported: 1
02:18:05 Removing intermediate container 865078b6a637
02:18:05  ---> 5b2f40e051fd
02:18:05 Step 8/19 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
02:18:05  ---> Running in a573ea8d1bbb
02:18:06 gpg: inserting ownertrust of 6
02:18:07 Removing intermediate container a573ea8d1bbb
02:18:07  ---> 9ceb8c0aa763
02:18:07 Step 9/19 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
02:18:07  ---> Running in fd613b85e3b1
02:18:08 gpg: please do a --check-trustdb
02:18:08 mkdir: created directory '/root/.password-store/'
02:18:08 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
02:18:08 Removing intermediate container fd613b85e3b1
02:18:08  ---> 0e3a32b9e980
02:18:08 Step 10/19 : RUN gpg2 --check-trustdb
02:18:08  ---> Running in 49523cce3396
02:18:09 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
02:18:09 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
02:18:10 Removing intermediate container 49523cce3396
02:18:10  ---> 874f7bc339d1
02:18:10 Step 11/19 : ARG CREDSTORE_VERSION=v0.6.3
02:18:10  ---> Running in 072924ac41ed
02:18:10 Removing intermediate container 072924ac41ed
02:18:10  ---> 2743c0d3a603
02:18:10 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
02:18:10  ---> Running in 63554b0a0c5b
02:18:12 Removing intermediate container 63554b0a0c5b
02:18:12  ---> 7aee38191337
02:18:12 Step 13/19 : WORKDIR /src
02:18:12  ---> Running in 500c11817b2b
02:18:12 Removing intermediate container 500c11817b2b
02:18:12  ---> b997de5f5dca
02:18:12 Step 14/19 : COPY requirements.txt /src/requirements.txt
02:18:13  ---> 218b9f0e4a5f
02:18:13 Step 15/19 : RUN pip install -r requirements.txt
02:18:13  ---> Running in 3325564cad47
02:18:15 Ignoring pypiwin32: markers 'sys_platform == "win32" and python_version < "3.6"' don't match your environment
02:18:15 Ignoring pypiwin32: markers 'sys_platform == "win32" and python_version >= "3.6"' don't match your environment
02:18:19 Collecting appdirs==1.4.3
02:18:20   Downloading https://files.pythonhosted.org/packages/56/eb/810e700ed1349edde4cbdc1b2a21e28cdf115f9faf263f6bbf8447c1abf3/appdirs-1.4.3-py2.py3-none-any.whl
02:18:21 Collecting asn1crypto==0.22.0
02:18:21   Downloading https://files.pythonhosted.org/packages/97/ba/7e8117d8efcee589f4d96dd2b2eb1d997f96d27d214cf2b7134ad8acf6ab/asn1crypto-0.22.0-py2.py3-none-any.whl (97kB)
02:18:21 Collecting backports.ssl-match-hostname==3.5.0.1
02:18:21   Downloading https://files.pythonhosted.org/packages/76/21/2dc61178a2038a5cb35d14b61467c6ac632791ed05131dda72c20e7b9e23/backports.ssl_match_hostname-3.5.0.1.tar.gz
02:18:21 Collecting cffi==1.10.0
02:18:21   Downloading https://files.pythonhosted.org/packages/5b/b9/790f8eafcdab455bcd3bd908161f802c9ce5adbf702a83aa7712fcc345b7/cffi-1.10.0.tar.gz (418kB)
02:18:22 Collecting cryptography==2.3
02:18:22   Downloading https://files.pythonhosted.org/packages/c2/fa/fa9a8933c285895935d1392922fe721e9cb1b2c1881d14f149213a227ee3/cryptography-2.3-cp34-abi3-manylinux1_x86_64.whl (2.1MB)
02:18:22 Collecting enum34==1.1.6
02:18:22   Downloading https://files.pythonhosted.org/packages/af/42/cb9355df32c69b553e72a2e28daee25d1611d2c0d9c272aa1d34204205b2/enum34-1.1.6-py3-none-any.whl
02:18:22 Collecting idna==2.5
02:18:22   Downloading https://files.pythonhosted.org/packages/11/7d/9bbbd7bb35f34b0169542487d2a8859e44306bb2e6a4455d491800a5621f/idna-2.5-py2.py3-none-any.whl (55kB)
02:18:22 Collecting ipaddress==1.0.18
02:18:22   Downloading https://files.pythonhosted.org/packages/4e/13/774faf38b445d0b3a844b65747175b2e0500164b7c28d78e34987a5bfe06/ipaddress-1.0.18.tar.gz
02:18:22 Collecting packaging==16.8
02:18:22   Downloading https://files.pythonhosted.org/packages/87/1b/c39b7c65b5612812b83d6cab7ef2885eac9f6beb0b7b8a7071a186aea3b1/packaging-16.8-py2.py3-none-any.whl
02:18:22 Collecting paramiko==2.4.2
02:18:22   Downloading https://files.pythonhosted.org/packages/cf/ae/94e70d49044ccc234bfdba20114fa947d7ba6eb68a2e452d89b920e62227/paramiko-2.4.2-py2.py3-none-any.whl (193kB)
02:18:22 Collecting pycparser==2.17
02:18:22   Downloading https://files.pythonhosted.org/packages/be/64/1bb257ffb17d01f4a38d7ce686809a736837ad4371bcc5c42ba7a715c3ac/pycparser-2.17.tar.gz (231kB)
02:18:23 Collecting pyOpenSSL==18.0.0
02:18:23   Downloading https://files.pythonhosted.org/packages/96/af/9d29e6bd40823061aea2e0574ccb2fcf72bfd6130ce53d32773ec375458c/pyOpenSSL-18.0.0-py2.py3-none-any.whl (53kB)
02:18:23 Collecting pyparsing==2.2.0
02:18:23   Downloading https://files.pythonhosted.org/packages/6a/8a/718fd7d3458f9fab8e67186b00abdd345b639976bc7fb3ae722e1b026a50/pyparsing-2.2.0-py2.py3-none-any.whl (56kB)
02:18:23 Collecting requests==2.20.0
02:18:23   Downloading https://files.pythonhosted.org/packages/f1/ca/10332a30cb25b627192b4ea272c351bce3ca1091e541245cccbace6051d8/requests-2.20.0-py2.py3-none-any.whl (60kB)
02:18:23 Collecting six==1.10.0
02:18:23   Downloading https://files.pythonhosted.org/packages/c8/0a/b6723e1bc4c516cb687841499455a8505b44607ab535be01091c0f24f079/six-1.10.0-py2.py3-none-any.whl
02:18:23 Collecting urllib3==1.24.3
02:18:23   Downloading https://files.pythonhosted.org/packages/01/11/525b02e4acc0c747de8b6ccdab376331597c569c42ea66ab0a1dbd36eca2/urllib3-1.24.3-py2.py3-none-any.whl (118kB)
02:18:23 Collecting websocket-client==0.56.0
02:18:23   Downloading https://files.pythonhosted.org/packages/29/19/44753eab1fdb50770ac69605527e8859468f3c0fd7dc5a76dd9c4dbd7906/websocket_client-0.56.0-py2.py3-none-any.whl (200kB)
02:18:23 Collecting pyasn1>=0.1.7
02:18:23   Downloading https://files.pythonhosted.org/packages/62/1e/a94a8d635fa3ce4cfc7f506003548d0a2447ae76fd5ca53932970fe3053f/pyasn1-0.4.8-py2.py3-none-any.whl (77kB)
02:18:23 Collecting pynacl>=1.0.1
02:18:23   Downloading https://files.pythonhosted.org/packages/27/15/2cd0a203f318c2240b42cd9dd13c931ddd61067809fee3479f44f086103e/PyNaCl-1.3.0-cp34-abi3-manylinux1_x86_64.whl (759kB)
02:18:23 Collecting bcrypt>=3.1.3
02:18:23   Downloading https://files.pythonhosted.org/packages/8b/1d/82826443777dd4a624e38a08957b975e75df859b381ae302cfd7a30783ed/bcrypt-3.1.7-cp34-abi3-manylinux1_x86_64.whl (56kB)
02:18:23 Collecting chardet<3.1.0,>=3.0.2
02:18:23   Downloading https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl (133kB)
02:18:23 Collecting certifi>=2017.4.17
02:18:23   Downloading https://files.pythonhosted.org/packages/b9/63/df50cac98ea0d5b006c55a399c3bf1db9da7b5a24de7890bc9cfd5dd9e99/certifi-2019.11.28-py2.py3-none-any.whl (156kB)
02:18:23 Building wheels for collected packages: backports.ssl-match-hostname, cffi, ipaddress, pycparser
02:18:23   Building wheel for backports.ssl-match-hostname (setup.py): started
02:18:24   Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
02:18:24   Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-cp37-none-any.whl size=5206 sha256=a05597b314cfd2514721dd5088fdc91403bc8f74af6ea8327d06a5306cf5c72c
02:18:24   Stored in directory: /root/.cache/pip/wheels/99/7e/f7/a88a9bcf7a3bd6b12cf6a74eee8c89746aaa02f71ab7b33939
02:18:24   Building wheel for cffi (setup.py): started
02:18:29   Building wheel for cffi (setup.py): finished with status 'done'
02:18:29   Created wheel for cffi: filename=cffi-1.10.0-cp37-cp37m-linux_x86_64.whl size=371198 sha256=8ebf89dc5bf549b9db8140143f27c16117eb6bed876bd18586b5f62dc570c7af
02:18:29   Stored in directory: /root/.cache/pip/wheels/f7/15/ae/fb38663a1329fd6043160c18a6c5e3a60aec7f7a727a631875
02:18:29   Building wheel for ipaddress (setup.py): started
02:18:29   Building wheel for ipaddress (setup.py): finished with status 'done'
02:18:29   Created wheel for ipaddress: filename=ipaddress-1.0.18-cp37-none-any.whl size=18105 sha256=7141b5844a1bc3cefb1f5dd70444df76350dc17e29c85d3c61e00a949d853c68
02:18:29   Stored in directory: /root/.cache/pip/wheels/b4/e1/56/07b2633e42e05445161d0748b02fc47c0fe24ba56ff4920f98
02:18:29   Building wheel for pycparser (setup.py): started
02:18:29   Building wheel for pycparser (setup.py): finished with status 'done'
02:18:29   Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=192838 sha256=b22adf602d38c866ef3c2699317ec89d979f27663c041237d15d2d8f01abdbfb
02:18:29   Stored in directory: /root/.cache/pip/wheels/3f/a9/a7/44a27bb67d962845df8df4ac988e1f369184e307392ce37c5b
02:18:29 Successfully built backports.ssl-match-hostname cffi ipaddress pycparser
02:18:29 Installing collected packages: appdirs, asn1crypto, backports.ssl-match-hostname, pycparser, cffi, six, idna, cryptography, enum34, ipaddress, pyparsing, packaging, pyasn1, pynacl, bcrypt, paramiko, pyOpenSSL, urllib3, chardet, certifi, requests, websocket-client
02:18:31 Successfully installed appdirs-1.4.3 asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.1.7 certifi-2019.11.28 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.3.0 pyparsing-2.2.0 requests-2.20.0 six-1.10.0 urllib3-1.24.3 websocket-client-0.56.0
02:18:37 Removing intermediate container 3325564cad47
02:18:37  ---> bf6bad2d95cf
02:18:37 Step 16/19 : COPY test-requirements.txt /src/test-requirements.txt
02:18:37  ---> e62697fb58bf
02:18:37 Step 17/19 : RUN pip install -r test-requirements.txt
02:18:37  ---> Running in 516ee851004e
02:18:44 Collecting coverage==4.5.2
02:18:44   Downloading https://files.pythonhosted.org/packages/d0/a1/ea743f1facd8d287c2088d47fc80b06e042833041ba906fdd5c8f5d291bb/coverage-4.5.2-cp37-cp37m-manylinux1_x86_64.whl (205kB)
02:18:44 Collecting flake8==3.6.0
02:18:44   Downloading https://files.pythonhosted.org/packages/34/a6/49e2849a0e5464e1b5d621f63bc8453066f0f367bb3b744a33fca0bc1ddd/flake8-3.6.0-py2.py3-none-any.whl (68kB)
02:18:44 Collecting mock==1.0.1
02:18:44   Downloading https://files.pythonhosted.org/packages/a2/52/7edcd94f0afb721a2d559a5b9aae8af4f8f2c79bc63fdbe8a8a6c9b23bbe/mock-1.0.1.tar.gz (818kB)
02:18:45 Collecting pytest==4.3.1
02:18:45   Downloading https://files.pythonhosted.org/packages/c8/52/c455e718f19e4fd7126c81b4910ca2431ded6c28b97e36a1a1f5e5ef7247/pytest-4.3.1-py2.py3-none-any.whl (219kB)
02:18:45 Collecting pytest-cov==2.6.1
02:18:45   Downloading https://files.pythonhosted.org/packages/7d/b5/92f32674ab954f80499ac73347bfeb815545ea295439c12b0ef3ac8f0975/pytest_cov-2.6.1-py2.py3-none-any.whl
02:18:45 Collecting pytest-timeout==1.3.3
02:18:45   Downloading https://files.pythonhosted.org/packages/58/92/f60ea2e27074d6f97c8aaf21e34d1f838eb623e4b8070680846c65318a10/pytest_timeout-1.3.3-py2.py3-none-any.whl
02:18:45 Requirement already satisfied: setuptools>=30 in /usr/local/lib/python3.7/site-packages (from flake8==3.6.0->-r test-requirements.txt (line 2)) (41.6.0)
02:18:45 Collecting mccabe<0.7.0,>=0.6.0
02:18:45   Downloading https://files.pythonhosted.org/packages/87/89/479dc97e18549e21354893e4ee4ef36db1d237534982482c3681ee6e7b57/mccabe-0.6.1-py2.py3-none-any.whl
02:18:45 Collecting pyflakes<2.1.0,>=2.0.0
02:18:45   Downloading https://files.pythonhosted.org/packages/44/98/af7a72c9a543b1487d92813c648cb9b9adfbc96faef5455d60f4439aa99b/pyflakes-2.0.0-py2.py3-none-any.whl (53kB)
02:18:45 Collecting pycodestyle<2.5.0,>=2.4.0
02:18:45   Downloading https://files.pythonhosted.org/packages/e5/c6/ce130213489969aa58610042dff1d908c25c731c9575af6935c2dfad03aa/pycodestyle-2.4.0-py2.py3-none-any.whl (62kB)
02:18:45 Collecting more-itertools>=4.0.0; python_version > "2.7"
02:18:45   Downloading https://files.pythonhosted.org/packages/5c/1d/3df99de956abb96305956e09e6a1fa955883295e1f28808f9c97b3d5364d/more_itertools-8.0.0-py3-none-any.whl (40kB)
02:18:45 Collecting atomicwrites>=1.0
02:18:45   Downloading https://files.pythonhosted.org/packages/52/90/6155aa926f43f2b2a22b01be7241be3bfd1ceaf7d0b3267213e8127d41f4/atomicwrites-1.3.0-py2.py3-none-any.whl
02:18:45 Collecting attrs>=17.4.0
02:18:45   Downloading https://files.pythonhosted.org/packages/a2/db/4313ab3be961f7a763066401fb77f7748373b6094076ae2bda2806988af6/attrs-19.3.0-py2.py3-none-any.whl
02:18:45 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 4)) (1.10.0)
02:18:46 Collecting py>=1.5.0
02:18:46   Downloading https://files.pythonhosted.org/packages/76/bc/394ad449851729244a97857ee14d7cba61ddb268dce3db538ba2f2ba1f0f/py-1.8.0-py2.py3-none-any.whl (83kB)
02:18:46 Collecting pluggy>=0.7
02:18:46   Downloading https://files.pythonhosted.org/packages/a0/28/85c7aa31b80d150b772fbe4a229487bc6644da9ccb7e427dd8cc60cb8a62/pluggy-0.13.1-py2.py3-none-any.whl
02:18:46 Collecting importlib-metadata>=0.12; python_version < "3.8"
02:18:46   Downloading https://files.pythonhosted.org/packages/ed/82/ebece33bc20b9097683d09e47563d487e411e2cf3a37789d7ec0a88c4ce4/importlib_metadata-1.1.0-py2.py3-none-any.whl
02:18:46 Collecting zipp>=0.5
02:18:46   Downloading https://files.pythonhosted.org/packages/74/3d/1ee25a26411ba0401b43c6376d2316a71addcc72ef8690b101b4ea56d76a/zipp-0.6.0-py2.py3-none-any.whl
02:18:46 Building wheels for collected packages: mock
02:18:46   Building wheel for mock (setup.py): started
02:18:46   Building wheel for mock (setup.py): finished with status 'done'
02:18:46   Created wheel for mock: filename=mock-1.0.1-cp37-none-any.whl size=23754 sha256=a79465ffaa7f57a4296b50e1cb36a6f1bf6213e249ee848f2382fc83c2dec3b2
02:18:46   Stored in directory: /root/.cache/pip/wheels/7e/72/92/744b532c779242b57aab4bcba80c312b30c069bbd60025e7e6
02:18:46 Successfully built mock
02:18:46 Installing collected packages: coverage, mccabe, pyflakes, pycodestyle, flake8, mock, more-itertools, atomicwrites, attrs, py, zipp, importlib-metadata, pluggy, pytest, pytest-cov, pytest-timeout
02:18:47 Successfully installed atomicwrites-1.3.0 attrs-19.3.0 coverage-4.5.2 flake8-3.6.0 importlib-metadata-1.1.0 mccabe-0.6.1 mock-1.0.1 more-itertools-8.0.0 pluggy-0.13.1 py-1.8.0 pycodestyle-2.4.0 pyflakes-2.0.0 pytest-4.3.1 pytest-cov-2.6.1 pytest-timeout-1.3.3 zipp-0.6.0
02:18:49 Removing intermediate container 516ee851004e
02:18:49  ---> 9683ce2de7f4
02:18:49 Step 18/19 : COPY . /src
02:18:49  ---> e0826f65ef08
02:18:49 Step 19/19 : RUN pip install .
02:18:49  ---> Running in 209b884aff93
02:18:51 Processing /src
02:18:51 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.7/site-packages (from docker==4.1.0.dev0) (1.10.0)
02:18:51 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python3.7/site-packages (from docker==4.1.0.dev0) (0.56.0)
02:18:51 Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python3.7/site-packages (from docker==4.1.0.dev0) (2.20.0)
02:18:51 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.1.0.dev0) (3.0.4)
02:18:51 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.1.0.dev0) (2.5)
02:18:51 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.1.0.dev0) (1.24.3)
02:18:51 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.1.0.dev0) (2019.11.28)
02:18:51 Building wheels for collected packages: docker
02:18:51   Building wheel for docker (setup.py): started
02:18:52   Building wheel for docker (setup.py): finished with status 'done'
02:18:52   Created wheel for docker: filename=docker-4.1.0.dev0-py2.py3-none-any.whl size=139453 sha256=0782d3ced9178a00cb22cc7561a3a55773d9bf029d7a5208e3f30d3f6090db53
02:18:52   Stored in directory: /tmp/pip-ephem-wheel-cache-sjmxmx3a/wheels/ee/4d/f0/2a86c10b571f6f2e614d6de70cb18e96cf856ba00408408b23
02:18:52 Successfully built docker
02:18:52 Installing collected packages: docker
02:18:52 Successfully installed docker-4.1.0.dev0
02:18:53 Removing intermediate container 209b884aff93
02:18:53  ---> 924458573c7a
02:18:53 Successfully built 924458573c7a
02:18:53 Successfully tagged dockerbuildbot/docker-py:py3-11008364ee1695ce46abb4732b50ad6662024da7
[Pipeline] sh
02:18:53 + docker tag dockerbuildbot/docker-py:py3-11008364ee1695ce46abb4732b50ad6662024da7 dockerbuildbot/docker-py:py3-11008364ee1695ce46abb4732b50ad6662024da7
[Pipeline] sh
02:18:54 + docker push dockerbuildbot/docker-py:py3-11008364ee1695ce46abb4732b50ad6662024da7
02:18:54 The push refers to repository [docker.io/dockerbuildbot/docker-py]
02:18:54 11f1cb827f12: Preparing
02:18:54 ddf0f9aeb3d1: Preparing
02:18:54 15905b3cbdc2: Preparing
02:18:54 c3ae9def6ef9: Preparing
02:18:54 df66091c4570: Preparing
02:18:54 f3cdf32ed21d: Preparing
02:18:54 a6caccb0eeb0: Preparing
02:18:54 f8bcf386843b: Preparing
02:18:54 a67e8c35f3ed: Preparing
02:18:54 60f532371d8b: Preparing
02:18:54 9f7d51a571c8: Preparing
02:18:54 84ab7aa07bc9: Preparing
02:18:54 5d0b5a0b8ac9: Preparing
02:18:54 30546155213a: Preparing
02:18:54 374fa9936f59: Preparing
02:18:54 86e3801e1814: Preparing
02:18:54 c9129ea28893: Preparing
02:18:54 7c3b00c0d411: Preparing
02:18:54 cecea5b3282e: Preparing
02:18:54 9437609235f0: Preparing
02:18:54 bee1c15bf7e8: Preparing
02:18:54 423d63eb4a27: Preparing
02:18:54 7f9bf938b053: Preparing
02:18:54 f2b4f0674ba3: Preparing
02:18:54 5d0b5a0b8ac9: Waiting
02:18:54 f3cdf32ed21d: Waiting
02:18:54 a6caccb0eeb0: Waiting
02:18:54 f8bcf386843b: Waiting
02:18:54 a67e8c35f3ed: Waiting
02:18:54 60f532371d8b: Waiting
02:18:54 9f7d51a571c8: Waiting
02:18:54 84ab7aa07bc9: Waiting
02:18:54 30546155213a: Waiting
02:18:54 374fa9936f59: Waiting
02:18:54 86e3801e1814: Waiting
02:18:54 c9129ea28893: Waiting
02:18:54 7c3b00c0d411: Waiting
02:18:54 cecea5b3282e: Waiting
02:18:54 9437609235f0: Waiting
02:18:54 bee1c15bf7e8: Waiting
02:18:54 423d63eb4a27: Waiting
02:18:54 7f9bf938b053: Waiting
02:18:54 f2b4f0674ba3: Waiting
02:18:56 c3ae9def6ef9: Pushed
02:18:56 ddf0f9aeb3d1: Pushed
02:18:56 11f1cb827f12: Pushed
02:18:57 f3cdf32ed21d: Pushed
02:18:57 15905b3cbdc2: Pushed
02:18:58 f8bcf386843b: Pushed
02:18:58 a6caccb0eeb0: Pushed
02:18:58 a67e8c35f3ed: Pushed
02:18:58 60f532371d8b: Pushed
02:18:58 df66091c4570: Pushed
02:18:59 9f7d51a571c8: Pushed
02:18:59 86e3801e1814: Layer already exists
02:18:59 c9129ea28893: Layer already exists
02:18:59 7c3b00c0d411: Layer already exists
02:18:59 cecea5b3282e: Layer already exists
02:18:59 84ab7aa07bc9: Pushed
02:18:59 5d0b5a0b8ac9: Pushed
02:18:59 bee1c15bf7e8: Layer already exists
02:18:59 9437609235f0: Layer already exists
02:18:59 423d63eb4a27: Layer already exists
02:18:59 7f9bf938b053: Layer already exists
02:18:59 f2b4f0674ba3: Layer already exists
02:18:59 374fa9936f59: Pushed
02:19:01 30546155213a: Pushed
02:19:03 py3-11008364ee1695ce46abb4732b50ad6662024da7: digest: sha256:2653a95b240a79ac71b375fd2adf201dd05f6281891dc64661fb625601679543 size: 5349
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-058d77ae45851d320) in /home/ubuntu/workspace/docker-py_PR-2475
[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-2475@tmp/9e880ce6-df78-4fdb-80b3-b743e61726eb/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
02:19:04 + docker run --rm --entrypoint=python dockerbuildbot/docker-py:py3-11008364ee1695ce46abb4732b50ad6662024da7 /src/scripts/versions.py
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] parallel
[Pipeline] { (Branch: py2.7_17.06.2-ce)
[Pipeline] { (Branch: py2.7_19.03.5)
[Pipeline] { (Branch: py3.7_17.06.2-ce)
[Pipeline] { (Branch: py3.7_19.03.5)
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
Running on ubuntu-1804-overlay2 (i-058d77ae45851d320) in /home/ubuntu/workspace/docker-py_PR-2475
[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-2475@tmp/1792759a-cae9-4243-90ff-39598a4daaf2/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
02:19:36 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
02:19:36 chowning workspace
[Pipeline] sh
02:19:37 + uname -m
[Pipeline] sh
02:19:37 + pwd
02:19:37 + id -u
02:19:37 + id -g
02:19:37 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2475:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
02:19:38 Removing all docker containers
[Pipeline] sh
02:19:38 + docker container ls -aq
[Pipeline] echo
02:19:38 Docker containers have been removed
[Pipeline] echo
02:19:38 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
02:19:38 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=17.06.2-ce)
[Pipeline] checkout
02:19:38 using credential docker-jenkins-github-credentials
02:19:38 Cloning the remote Git repository
02:19:38 Cloning with configured refspecs honoured and without tags
02:19:39 Fetching without tags
02:19:39 Merging remotes/origin/master commit a0b9c3d0b38abd4af1880ca3dde2845556dd2f70 into PR head commit 11008364ee1695ce46abb4732b50ad6662024da7
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py2.7_17.06.2-ce
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2475 # 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/2475/head:refs/remotes/origin/PR-2475 +refs/heads/master:refs/remotes/origin/master
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2475/head:refs/remotes/origin/PR-2475 # 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/2475/head:refs/remotes/origin/PR-2475 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 11008364ee1695ce46abb4732b50ad6662024da7
Running on ubuntu-1804-overlay2 (i-058d77ae45851d320) in /home/ubuntu/workspace/docker-py_PR-2475
[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-2475@tmp/18fe69ed-7230-4505-b176-50dc5a4b3aa4/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
02:19:39 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
02:19:39 chowning workspace
[Pipeline] sh
02:19:40 + uname -m
[Pipeline] sh
02:19:40 + pwd
02:19:40 + id -u
02:19:40 + id -g
02:19:40 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2475:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
02:19:41 Removing all docker containers
[Pipeline] sh
02:19:41 + docker container ls -aq
[Pipeline] echo
02:19:41 Docker containers have been removed
[Pipeline] echo
02:19:41 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
02:19:41 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=19.03.5)
[Pipeline] checkout
02:19:41 using credential docker-jenkins-github-credentials
02:19:41 Cloning the remote Git repository
02:19:41 Cloning with configured refspecs honoured and without tags
02:19:42 Fetching without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2475 # 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/2475/head:refs/remotes/origin/PR-2475 +refs/heads/master:refs/remotes/origin/master
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2475/head:refs/remotes/origin/PR-2475 # 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/2475/head:refs/remotes/origin/PR-2475 +refs/heads/master:refs/remotes/origin/master
02:19:42 Merging remotes/origin/master commit a0b9c3d0b38abd4af1880ca3dde2845556dd2f70 into PR head commit 11008364ee1695ce46abb4732b50ad6662024da7
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py2.7_19.03.5
Running on ubuntu-1804-overlay2 (i-058d77ae45851d320) in /home/ubuntu/workspace/docker-py_PR-2475
[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-2475@tmp/ecfdc5cb-3e93-44dc-9f3a-686c71bd338c/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
02:19:42 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
02:19:42 chowning workspace
[Pipeline] sh
02:19:43 + uname -m
[Pipeline] sh
02:19:43 + pwd
02:19:43 + id -u
02:19:43 + id -g
02:19:43 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2475:/workspace busybox chown -R 1000:1000 /workspace
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 11008364ee1695ce46abb4732b50ad6662024da7
[Pipeline] echo
02:19:44 Removing all docker containers
[Pipeline] sh
02:19:44 + docker container ls -aq
[Pipeline] echo
02:19:44 Docker containers have been removed
[Pipeline] echo
02:19:44 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
02:19:44 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=17.06.2-ce)
[Pipeline] checkout
02:19:44 using credential docker-jenkins-github-credentials
02:19:44 Cloning the remote Git repository
02:19:44 Cloning with configured refspecs honoured and without tags
02:19:45 Fetching without tags
02:19:45 Merging remotes/origin/master commit a0b9c3d0b38abd4af1880ca3dde2845556dd2f70 into PR head commit 11008364ee1695ce46abb4732b50ad6662024da7
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_17.06.2-ce
Running on ubuntu-1804-overlay2 (i-058d77ae45851d320) in /home/ubuntu/workspace/docker-py_PR-2475
[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-2475 # 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/2475/head:refs/remotes/origin/PR-2475 +refs/heads/master:refs/remotes/origin/master
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2475/head:refs/remotes/origin/PR-2475 # 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/2475/head:refs/remotes/origin/PR-2475 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 11008364ee1695ce46abb4732b50ad6662024da7
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-2475@tmp/d5c4b000-a09a-4697-8017-a9525652a943/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
02:19:45 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
02:19:45 chowning workspace
[Pipeline] sh
02:19:46 + uname -m
[Pipeline] sh
02:19:46 + pwd
02:19:46 + id -u
02:19:46 + id -g
02:19:46 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2475:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
02:19:47 Removing all docker containers
[Pipeline] sh
02:19:47 + docker container ls -aq
[Pipeline] echo
02:19:47 Docker containers have been removed
[Pipeline] echo
02:19:47 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
02:19:47 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.5)
[Pipeline] checkout
02:19:47 using credential docker-jenkins-github-credentials
02:19:47 Cloning the remote Git repository
02:19:47 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-2475 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
02:19:48 Fetching without tags
02:19:48 Merging remotes/origin/master commit a0b9c3d0b38abd4af1880ca3dde2845556dd2f70 into PR head commit 11008364ee1695ce46abb4732b50ad6662024da7
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_19.03.5
[Pipeline] // parallel
[Pipeline] End of Pipeline
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-py.git +refs/pull/2475/head:refs/remotes/origin/PR-2475 +refs/heads/master:refs/remotes/origin/master
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2475/head:refs/remotes/origin/PR-2475 # 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/2475/head:refs/remotes/origin/PR-2475 +refs/heads/master:refs/remotes/origin/master
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 11008364ee1695ce46abb4732b50ad6662024da7

GitHub has been notified of this commit’s build result

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

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2104)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$1000(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2403)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to ubuntu-1804-overlay2 (i-058d77ae45851d320)
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:957)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor613.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.$Proxy472.execute(Unknown Source)
		at jenkins.plugins.git.MergeWithGitSCMExtension.checkout(MergeWithGitSCMExtension.java:146)
		at jenkins.plugins.git.MergeWithGitSCMExtension.decorateRevisionToBuild(MergeWithGitSCMExtension.java:112)
		at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:1100)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1193)
		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:124)
		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 11008364ee1695ce46abb4732b50ad6662024da7" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: 11008364ee1695ce46abb4732b50ad6662024da7

		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2104)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$1000(CliGitAPIImpl.java:72)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2403)
	Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to ubuntu-1804-overlay2 (i-058d77ae45851d320)
			at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
			at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
			at hudson.remoting.Channel.call(Channel.java:957)
			at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
			at sun.reflect.GeneratedMethodAccessor613.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.$Proxy472.execute(Unknown Source)
			at jenkins.plugins.git.MergeWithGitSCMExtension.checkout(MergeWithGitSCMExtension.java:146)
			at jenkins.plugins.git.MergeWithGitSCMExtension.decorateRevisionToBuild(MergeWithGitSCMExtension.java:112)
			at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:1100)
			at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1193)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:124)
			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 11008364ee1695ce46abb4732b50ad6662024da7
Also:   hudson.plugins.git.GitException: Command "git checkout -f 11008364ee1695ce46abb4732b50ad6662024da7" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: 11008364ee1695ce46abb4732b50ad6662024da7

		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2104)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$1000(CliGitAPIImpl.java:72)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2403)
	Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to ubuntu-1804-overlay2 (i-058d77ae45851d320)
			at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
			at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
			at hudson.remoting.Channel.call(Channel.java:957)
			at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
			at sun.reflect.GeneratedMethodAccessor613.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.$Proxy472.execute(Unknown Source)
			at jenkins.plugins.git.MergeWithGitSCMExtension.checkout(MergeWithGitSCMExtension.java:146)
			at jenkins.plugins.git.MergeWithGitSCMExtension.decorateRevisionToBuild(MergeWithGitSCMExtension.java:112)
			at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:1100)
			at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1193)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:124)
			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 11008364ee1695ce46abb4732b50ad6662024da7
Also:   hudson.plugins.git.GitException: Command "git checkout -f 11008364ee1695ce46abb4732b50ad6662024da7" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: 11008364ee1695ce46abb4732b50ad6662024da7

		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2104)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$1000(CliGitAPIImpl.java:72)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2403)
	Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to ubuntu-1804-overlay2 (i-058d77ae45851d320)
			at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
			at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
			at hudson.remoting.Channel.call(Channel.java:957)
			at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
			at sun.reflect.GeneratedMethodAccessor613.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.$Proxy472.execute(Unknown Source)
			at jenkins.plugins.git.MergeWithGitSCMExtension.checkout(MergeWithGitSCMExtension.java:146)
			at jenkins.plugins.git.MergeWithGitSCMExtension.decorateRevisionToBuild(MergeWithGitSCMExtension.java:112)
			at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:1100)
			at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1193)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:124)
			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 11008364ee1695ce46abb4732b50ad6662024da7
Caused: hudson.plugins.git.GitException: Could not checkout 11008364ee1695ce46abb4732b50ad6662024da7
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2427)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	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