Skip to content
Failed

Console Output

Pull request #2724 updated
14:55:26 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 391973df7c56f1aa35e4a7a28b7db12e419b0ff6+4757eea80c49b7d593537ea9a0b9e5b398570745 (0dcea0889f2da05a95436cf0687d5b4ea6869ce3)
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-big (i-0f4f1d0309773c0ec) in /home/ubuntu/workspace/docker-py_PR-2724
[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-2724@tmp/a351561f-c02f-4a0f-b756-7ddeac1ca231/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
14:55:32 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
14:55:32 chowning workspace
[Pipeline] sh
14:55:33 + pwd
14:55:33 + id -u
14:55:33 + id -g
14:55:33 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2724:/workspace busybox chown -R 1000:1000 /workspace
14:55:33 Unable to find image 'busybox:latest' locally
14:55:33 latest: Pulling from library/busybox
14:55:33 ea97eb0eb3ec: Pulling fs layer
14:55:33 ea97eb0eb3ec: Verifying Checksum
14:55:33 ea97eb0eb3ec: Download complete
14:55:33 ea97eb0eb3ec: Pull complete
14:55:33 Digest: sha256:bde48e1751173b709090c2539fdf12d6ba64e88ec7a4301591227ce925f3c678
14:55:33 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
14:55:35 Removing all docker containers
[Pipeline] sh
14:55:35 + docker container ls -aq
[Pipeline] echo
14:55:35 Docker containers have been removed
[Pipeline] echo
14:55:35 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
14:55:35 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image)
[Pipeline] checkout
14:55:36 using credential docker-jenkins-github-credentials
14:55:36 Cloning the remote Git repository
14:55:36 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-2724 # 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/2724/head:refs/remotes/origin/PR-2724 +refs/heads/master:refs/remotes/origin/master # timeout=10
14:55:37 Fetching without tags
14:55:38 Merging remotes/origin/master commit 4757eea80c49b7d593537ea9a0b9e5b398570745 into PR head commit 391973df7c56f1aa35e4a7a28b7db12e419b0ff6
14:55:38 Merge succeeded, producing 391973df7c56f1aa35e4a7a28b7db12e419b0ff6
14:55:38 Checking out Revision 391973df7c56f1aa35e4a7a28b7db12e419b0ff6 (PR-2724)
 > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/2724/head:refs/remotes/origin/PR-2724 # 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/2724/head:refs/remotes/origin/PR-2724 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 391973df7c56f1aa35e4a7a28b7db12e419b0ff6 # 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 4757eea80c49b7d593537ea9a0b9e5b398570745 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 391973df7c56f1aa35e4a7a28b7db12e419b0ff6 # timeout=10
14:55:41 Commit message: "Avoid setting unsuported parameter for subprocess.Popen on Windows"
14:55:41 First time build. Skipping changelog.
[Pipeline] sh
14:55:42 + git rev-parse HEAD
[Pipeline] withDockerRegistry
[Pipeline] {
[Pipeline] isUnix
[Pipeline] sh
 > git rev-list --no-walk 0c425a13b741ca0d32d49b1591ee425eefd55d05 # timeout=10
14:55:42 + docker pull dockerbuildbot/docker-py:sshdind-391973df7c56f1aa35e4a7a28b7db12e419b0ff6
14:55:42 Error response from daemon: manifest for dockerbuildbot/docker-py:sshdind-391973df7c56f1aa35e4a7a28b7db12e419b0ff6 not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
14:55:42 + docker build -t dockerbuildbot/docker-py:sshdind-391973df7c56f1aa35e4a7a28b7db12e419b0ff6 -f tests/Dockerfile-ssh-dind .
14:55:42 Sending build context to Docker daemon   1.37MB

14:55:42 Step 1/11 : ARG API_VERSION=1.39
14:55:42 Step 2/11 : ARG ENGINE_VERSION=19.03.12
14:55:42 Step 3/11 : FROM docker:${ENGINE_VERSION}-dind
14:55:42 19.03.12-dind: Pulling from library/docker
14:55:42 df20fa9351a1: Pulling fs layer
14:55:42 25ad7478873d: Pulling fs layer
14:55:42 4684f6177b5d: Pulling fs layer
14:55:42 46e300cec669: Pulling fs layer
14:55:42 63038576ad94: Pulling fs layer
14:55:42 0fdb76c4706c: Pulling fs layer
14:55:42 cb7edeffdfd5: Pulling fs layer
14:55:42 cc28bd76800f: Pulling fs layer
14:55:42 54196fe38f7e: Pulling fs layer
14:55:42 ea71acc29633: Pulling fs layer
14:55:42 657cc4c15165: Pulling fs layer
14:55:42 54196fe38f7e: Waiting
14:55:42 0fdb76c4706c: Waiting
14:55:42 ea71acc29633: Waiting
14:55:42 657cc4c15165: Waiting
14:55:42 cb7edeffdfd5: Waiting
14:55:42 cc28bd76800f: Waiting
14:55:42 46e300cec669: Waiting
14:55:42 63038576ad94: Waiting
14:55:43 4684f6177b5d: Download complete
14:55:43 25ad7478873d: Verifying Checksum
14:55:43 25ad7478873d: Download complete
14:55:43 df20fa9351a1: Verifying Checksum
14:55:43 df20fa9351a1: Download complete
14:55:43 63038576ad94: Verifying Checksum
14:55:43 63038576ad94: Download complete
14:55:43 cb7edeffdfd5: Verifying Checksum
14:55:43 cb7edeffdfd5: Download complete
14:55:43 0fdb76c4706c: Verifying Checksum
14:55:43 0fdb76c4706c: Download complete
14:55:43 54196fe38f7e: Verifying Checksum
14:55:43 54196fe38f7e: Download complete
14:55:43 df20fa9351a1: Pull complete
14:55:43 cc28bd76800f: Verifying Checksum
14:55:43 cc28bd76800f: Download complete
14:55:43 ea71acc29633: Verifying Checksum
14:55:43 ea71acc29633: Download complete
$ 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-2724@tmp/5f17f906-ad79-4ca0-a18e-34217b5f56a1/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
14:55:43 657cc4c15165: Verifying Checksum
14:55:43 657cc4c15165: Download complete
14:55:43 25ad7478873d: Pull complete
14:55:43 4684f6177b5d: Pull complete
14:55:44 46e300cec669: Verifying Checksum
14:55:44 46e300cec669: Download complete
14:55:44 46e300cec669: Pull complete
14:55:44 63038576ad94: Pull complete
14:55:45 0fdb76c4706c: Pull complete
14:55:45 cb7edeffdfd5: Pull complete
14:55:45 cc28bd76800f: Pull complete
14:55:45 54196fe38f7e: Pull complete
14:55:45 ea71acc29633: Pull complete
14:55:45 657cc4c15165: Pull complete
14:55:45 Digest: sha256:674f1f40ff7c8ac14f5d8b6b28d8fb1f182647ff75304d018003f1e21a0d8771
14:55:45 Status: Downloaded newer image for docker:19.03.12-dind
14:55:45  ---> 66dc2d45749a
14:55:45 Step 4/11 : RUN apk add --no-cache 		openssh
14:55:47  ---> Running in ef11a6f3a2a5
14:55:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz
14:55:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz
14:55:49 (1/4) Installing openssh-sftp-server (8.3_p1-r1)
14:55:49 (2/4) Installing openssh-server-common (8.3_p1-r1)
14:55:49 (3/4) Installing openssh-server (8.3_p1-r1)
14:55:49 (4/4) Installing openssh (8.3_p1-r1)
14:55:49 Executing busybox-1.31.1-r16.trigger
14:55:49 OK: 28 MiB in 51 packages
14:55:49 Removing intermediate container ef11a6f3a2a5
14:55:49  ---> 8bcb2a92f0c4
14:55:49 Step 5/11 : RUN ssh-keygen -A
14:55:49  ---> Running in 9b01b3fb6316
14:55:50 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
14:55:50 Removing intermediate container 9b01b3fb6316
14:55:50  ---> 6154679ec4e7
14:55:50 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
14:55:50  ---> Running in 83a13691c014
14:55:51 Removing intermediate container 83a13691c014
14:55:51  ---> d3713ffd6c28
14:55:51 Step 7/11 : COPY tests/ssh-keys/authorized_keys /root/.ssh/authorized_keys
14:55:51  ---> 99427fc78aa6
14:55:51 Step 8/11 : RUN chmod 600 /root/.ssh/authorized_keys
14:55:51  ---> Running in 06d7806873f8
14:55:52 Removing intermediate container 06d7806873f8
14:55:52  ---> 5db701aad5ec
14:55:52 Step 9/11 : RUN echo "root:root" | chpasswd
14:55:52  ---> Running in aff5f2c67bb1
14:55:52 chpasswd: password for 'root' changed
14:55:52 Removing intermediate container aff5f2c67bb1
14:55:52  ---> fb3f2a5eaad9
14:55:52 Step 10/11 : RUN ln -s /usr/local/bin/docker /usr/bin/docker
14:55:52  ---> Running in 6c2e31b6ba13
14:55:53 Removing intermediate container 6c2e31b6ba13
14:55:53  ---> 703399a2ebd8
14:55:53 Step 11/11 : EXPOSE 22
14:55:53  ---> Running in 0a0ea21ee89a
14:55:53 Removing intermediate container 0a0ea21ee89a
14:55:53  ---> e8d57b422c35
14:55:53 Successfully built e8d57b422c35
14:55:53 Successfully tagged dockerbuildbot/docker-py:sshdind-391973df7c56f1aa35e4a7a28b7db12e419b0ff6
[Pipeline] isUnix
[Pipeline] sh
14:55:54 + docker tag dockerbuildbot/docker-py:sshdind-391973df7c56f1aa35e4a7a28b7db12e419b0ff6 dockerbuildbot/docker-py:sshdind-391973df7c56f1aa35e4a7a28b7db12e419b0ff6
[Pipeline] isUnix
[Pipeline] sh
14:55:54 + docker push dockerbuildbot/docker-py:sshdind-391973df7c56f1aa35e4a7a28b7db12e419b0ff6
14:55:54 The push refers to repository [docker.io/dockerbuildbot/docker-py]
14:55:54 0c63e0ad6853: Preparing
14:55:54 9a7801817502: Preparing
14:55:54 c4f10f77b28d: Preparing
14:55:54 b841019fb309: Preparing
14:55:54 0f11dcf30cc6: Preparing
14:55:54 bd605d128c7e: Preparing
14:55:54 9ec5f90d353b: Preparing
14:55:54 1149e736aa92: Preparing
14:55:54 39e79983ac8b: Preparing
14:55:54 da8c28465f82: Preparing
14:55:54 d1292e236c36: Preparing
14:55:54 8890c171a12b: Preparing
14:55:54 4ae5bd84d450: Preparing
14:55:54 723a561964c8: Preparing
14:55:54 78764725b56c: Preparing
14:55:54 51d6d3d09136: Preparing
14:55:54 1507bc794612: Preparing
14:55:54 50644c29ef5a: Preparing
14:55:54 da8c28465f82: Waiting
14:55:54 1507bc794612: Waiting
14:55:54 51d6d3d09136: Waiting
14:55:54 d1292e236c36: Waiting
14:55:54 50644c29ef5a: Waiting
14:55:54 78764725b56c: Waiting
14:55:54 4ae5bd84d450: Waiting
14:55:54 8890c171a12b: Waiting
14:55:54 bd605d128c7e: Waiting
14:55:54 9ec5f90d353b: Waiting
14:55:54 1149e736aa92: Waiting
14:55:54 39e79983ac8b: Waiting
14:55:55 9a7801817502: Pushed
14:55:55 0c63e0ad6853: Pushed
14:55:55 b841019fb309: Pushed
14:55:55 1149e736aa92: Layer already exists
14:55:55 0f11dcf30cc6: Pushed
14:55:55 39e79983ac8b: Layer already exists
14:55:55 da8c28465f82: Layer already exists
14:55:55 d1292e236c36: Layer already exists
14:55:55 8890c171a12b: Layer already exists
14:55:55 4ae5bd84d450: Layer already exists
14:55:56 723a561964c8: Layer already exists
14:55:56 c4f10f77b28d: Pushed
14:55:56 78764725b56c: Layer already exists
14:55:56 51d6d3d09136: Layer already exists
14:55:56 1507bc794612: Layer already exists
14:55:56 50644c29ef5a: Layer already exists
14:55:57 bd605d128c7e: Pushed
14:55:57 9ec5f90d353b: Pushed
14:55:59 sshdind-391973df7c56f1aa35e4a7a28b7db12e419b0ff6: digest: sha256:899b82275a71d6b9f8309a08984086bcfdb9b714a5c9712163bffd59343d84ad size: 4067
[Pipeline] isUnix
[Pipeline] sh
14:55:59 + docker pull dockerbuildbot/docker-py:py2-391973df7c56f1aa35e4a7a28b7db12e419b0ff6
14:55:59 Error response from daemon: manifest for dockerbuildbot/docker-py:py2-391973df7c56f1aa35e4a7a28b7db12e419b0ff6 not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
14:55:59 + docker build -t dockerbuildbot/docker-py:py2-391973df7c56f1aa35e4a7a28b7db12e419b0ff6 -f tests/Dockerfile --build-arg PYTHON_VERSION=2.7 .
14:55:59 Sending build context to Docker daemon   1.37MB

14:55:59 Step 1/21 : ARG PYTHON_VERSION=3.7
14:55:59 Step 2/21 : FROM python:${PYTHON_VERSION}
14:55:59 2.7: Pulling from library/python
14:55:59 7e2b2a5af8f6: Pulling fs layer
14:55:59 09b6f03ffac4: Pulling fs layer
14:55:59 dc3f0c679f0f: Pulling fs layer
14:55:59 fd4b47407fc3: Pulling fs layer
14:55:59 b32f6bf7d96d: Pulling fs layer
14:55:59 6f4489a7e4cf: Pulling fs layer
14:55:59 af4b99ad9ef0: Pulling fs layer
14:55:59 39db0bc48c26: Pulling fs layer
14:55:59 acb4a89489fc: Pulling fs layer
14:55:59 39db0bc48c26: Waiting
14:55:59 acb4a89489fc: Waiting
14:55:59 af4b99ad9ef0: Waiting
14:55:59 6f4489a7e4cf: Waiting
14:55:59 b32f6bf7d96d: Waiting
14:55:59 fd4b47407fc3: Waiting
14:56:00 09b6f03ffac4: Verifying Checksum
14:56:00 09b6f03ffac4: Download complete
14:56:00 dc3f0c679f0f: Verifying Checksum
14:56:00 dc3f0c679f0f: Download complete
14:56:00 7e2b2a5af8f6: Verifying Checksum
14:56:00 7e2b2a5af8f6: Download complete
14:56:00 6f4489a7e4cf: Verifying Checksum
14:56:00 6f4489a7e4cf: Download complete
14:56:00 fd4b47407fc3: Verifying Checksum
14:56:00 fd4b47407fc3: Download complete
14:56:00 39db0bc48c26: Verifying Checksum
14:56:00 39db0bc48c26: Download complete
14:56:01 af4b99ad9ef0: Verifying Checksum
14:56:01 af4b99ad9ef0: Download complete
14:56:01 acb4a89489fc: Verifying Checksum
14:56:01 acb4a89489fc: Download complete
14:56:01 7e2b2a5af8f6: Pull complete
14:56:02 b32f6bf7d96d: Verifying Checksum
14:56:02 b32f6bf7d96d: Download complete
14:56:02 09b6f03ffac4: Pull complete
14:56:02 dc3f0c679f0f: Pull complete
14:56:03 fd4b47407fc3: Pull complete
14:56:08 b32f6bf7d96d: Pull complete
14:56:08 6f4489a7e4cf: Pull complete
14:56:08 af4b99ad9ef0: Pull complete
14:56:08 39db0bc48c26: Pull complete
14:56:09 acb4a89489fc: Pull complete
14:56:09 Digest: sha256:cfa62318c459b1fde9e0841c619906d15ada5910d625176e24bf692cf8a2601d
14:56:09 Status: Downloaded newer image for python:2.7
14:56:09  ---> 68e7be49c28c
14:56:09 Step 3/21 : ARG APT_MIRROR
14:56:12  ---> Running in e8492f04958c
14:56:12 Removing intermediate container e8492f04958c
14:56:12  ---> 8b8d009161f6
14:56:12 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
14:56:12  ---> Running in fdce0f05e3fc
14:56:13 Removing intermediate container fdce0f05e3fc
14:56:13  ---> 4cd9df7bff88
14:56:13 Step 5/21 : RUN apt-get update && apt-get -y install --no-install-recommends     gnupg2     pass
14:56:13  ---> Running in a27b4a7e620d
14:56:13 Get:1 http://deb.debian.org/debian buster InRelease [121 kB]
14:56:13 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
14:56:13 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
14:56:13 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
14:56:13 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
14:56:13 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [256 kB]
14:56:15 Fetched 8410 kB in 2s (5131 kB/s)
14:56:15 Reading package lists...
14:56:16 Reading package lists...
14:56:16 Building dependency tree...
14:56:16 Reading state information...
14:56:16 The following additional packages will be installed:
14:56:16   tree
14:56:16 Suggested packages:
14:56:16   libxml-simple-perl ruby
14:56:16 Recommended packages:
14:56:16   qrencode xclip
14:56:16 The following NEW packages will be installed:
14:56:16   gnupg2 pass tree
14:56:16 0 upgraded, 3 newly installed, 0 to remove and 78 not upgraded.
14:56:16 Need to get 481 kB of archives.
14:56:16 After this operation, 684 kB of additional disk space will be used.
14:56:16 Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u1 [393 kB]
14:56:16 Get:2 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB]
14:56:16 Get:3 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB]
14:56:16 debconf: delaying package configuration, since apt-utils is not installed
14:56:16 Fetched 481 kB in 0s (1829 kB/s)
14:56:17 Selecting previously unselected package gnupg2.
14:56:17 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24538 files and directories currently installed.)
14:56:17 Preparing to unpack .../gnupg2_2.2.12-1+deb10u1_all.deb ...
14:56:17 Unpacking gnupg2 (2.2.12-1+deb10u1) ...
14:56:17 Selecting previously unselected package tree.
14:56:17 Preparing to unpack .../tree_1.8.0-1_amd64.deb ...
14:56:17 Unpacking tree (1.8.0-1) ...
14:56:17 Selecting previously unselected package pass.
14:56:17 Preparing to unpack .../archives/pass_1.7.3-2_all.deb ...
14:56:17 Unpacking pass (1.7.3-2) ...
14:56:17 Setting up gnupg2 (2.2.12-1+deb10u1) ...
14:56:17 Setting up tree (1.8.0-1) ...
14:56:17 Setting up pass (1.7.3-2) ...
14:56:19 Removing intermediate container a27b4a7e620d
14:56:19  ---> 883a151c0f08
14:56:19 Step 6/21 : COPY tests/ssh-keys /root/.ssh
14:56:19  ---> 6db9c2b1c7bd
14:56:19 Step 7/21 : RUN chmod -R 600 /root/.ssh
14:56:19  ---> Running in a8e64e1cde2e
14:56:20 Removing intermediate container a8e64e1cde2e
14:56:20  ---> 28e2cbb0e8a6
14:56:20 Step 8/21 : COPY ./tests/gpg-keys /gpg-keys
14:56:20  ---> a4a6b4ad8baf
14:56:20 Step 9/21 : RUN gpg2 --import gpg-keys/secret
14:56:20  ---> Running in a1788f9caa12
14:56:20 gpg: directory '/root/.gnupg' created
14:56:20 gpg: keybox '/root/.gnupg/pubring.kbx' created
14:56:20 gpg: /root/.gnupg/trustdb.gpg: trustdb created
14:56:20 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
14:56:20 gpg: key 464ED987A7B21401: secret key imported
14:56:20 gpg: Total number processed: 1
14:56:20 gpg:               imported: 1
14:56:20 gpg:       secret keys read: 1
14:56:20 gpg:   secret keys imported: 1
14:56:20 Removing intermediate container a1788f9caa12
14:56:20  ---> 845e2de2fef4
14:56:20 Step 10/21 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
14:56:20  ---> Running in c0e4457f4127
14:56:21 gpg: inserting ownertrust of 6
14:56:21 Removing intermediate container c0e4457f4127
14:56:21  ---> 2b50001e8b9e
14:56:21 Step 11/21 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
14:56:21  ---> Running in 9a8c0b24d426
14:56:21 gpg: please do a --check-trustdb
14:56:21 mkdir: created directory '/root/.password-store/'
14:56:21 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
14:56:22 Removing intermediate container 9a8c0b24d426
14:56:22  ---> 47a3d370b6db
14:56:22 Step 12/21 : RUN gpg2 --check-trustdb
14:56:22  ---> Running in 53f9a6e2523c
14:56:22 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
14:56:22 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
14:56:23 Removing intermediate container 53f9a6e2523c
14:56:23  ---> 7be6a0856e7f
14:56:23 Step 13/21 : ARG CREDSTORE_VERSION=v0.6.3
14:56:23  ---> Running in 43ab4d66456b
14:56:23 Removing intermediate container 43ab4d66456b
14:56:23  ---> 7b9d50019195
14:56:23 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
14:56:23  ---> Running in de0c22a8201e
14:56:23 Removing intermediate container de0c22a8201e
14:56:23  ---> 20daf64e892e
14:56:23 Step 15/21 : WORKDIR /src
14:56:23  ---> Running in 0b05143a3c0b
14:56:23 Removing intermediate container 0b05143a3c0b
14:56:23  ---> a8814169a54c
14:56:23 Step 16/21 : COPY requirements.txt /src/requirements.txt
14:56:24  ---> 0185681f388a
14:56:24 Step 17/21 : RUN pip install -r requirements.txt
14:56:24  ---> Running in accaefe00c08
14:56:24 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
14:56:24 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment
14:56:24 Requirement already satisfied: appdirs==1.4.3 in /usr/local/lib/python2.7/site-packages (from -r requirements.txt (line 1)) (1.4.3)
14:56:28 Collecting asn1crypto==0.22.0
14:56:29   Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB)
14:56:29 Collecting backports.ssl-match-hostname==3.5.0.1
14:56:29   Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB)
14:56:30 Collecting cffi==1.10.0
14:56:30   Downloading cffi-1.10.0-cp27-cp27mu-manylinux1_x86_64.whl (392 kB)
14:56:30 Collecting cryptography==3.2
14:56:30   Downloading cryptography-3.2-cp27-cp27mu-manylinux2010_x86_64.whl (2.7 MB)
14:56:30 Collecting enum34==1.1.6
14:56:30   Downloading enum34-1.1.6-py2-none-any.whl (12 kB)
14:56:30 Collecting idna==2.5
14:56:30   Downloading idna-2.5-py2.py3-none-any.whl (55 kB)
14:56:30 Collecting ipaddress==1.0.18
14:56:30   Downloading ipaddress-1.0.18-py2-none-any.whl (17 kB)
14:56:31 Collecting packaging==16.8
14:56:31   Downloading packaging-16.8-py2.py3-none-any.whl (23 kB)
14:56:31 Collecting paramiko==2.4.2
14:56:31   Downloading paramiko-2.4.2-py2.py3-none-any.whl (193 kB)
14:56:31 Collecting pycparser==2.17
14:56:31   Downloading pycparser-2.17.tar.gz (231 kB)
14:56:31 Collecting pyOpenSSL==18.0.0
14:56:31   Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB)
14:56:31 Collecting pyparsing==2.2.0
14:56:31   Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB)
14:56:31 Collecting requests==2.20.0
14:56:31   Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB)
14:56:31 Collecting six==1.10.0
14:56:31   Downloading six-1.10.0-py2.py3-none-any.whl (10 kB)
14:56:31 Collecting urllib3==1.24.3
14:56:31   Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB)
14:56:31 Collecting websocket-client==0.56.0
14:56:31   Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB)
14:56:32 Collecting pyasn1>=0.1.7
14:56:32   Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
14:56:32 Collecting pynacl>=1.0.1
14:56:32   Downloading PyNaCl-1.4.0-cp27-cp27mu-manylinux1_x86_64.whl (964 kB)
14:56:32 Collecting bcrypt>=3.1.3
14:56:32   Downloading bcrypt-3.1.7-cp27-cp27mu-manylinux1_x86_64.whl (59 kB)
14:56:32 Collecting certifi>=2017.4.17
14:56:32   Downloading certifi-2020.12.5-py2.py3-none-any.whl (147 kB)
14:56:32 Collecting chardet<3.1.0,>=3.0.2
14:56:32   Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
14:56:32 Building wheels for collected packages: backports.ssl-match-hostname, pycparser
14:56:32   Building wheel for backports.ssl-match-hostname (setup.py): started
14:56:32   Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
14:56:32   Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py2-none-any.whl size=5209 sha256=01503b39bd892f2c43edbecf1dd87b7aee009f0264d544f5a6044970f6a52c98
14:56:32   Stored in directory: /root/.cache/pip/wheels/19/dd/8c/6cad8e6c38a9fe006dd7423ca1655bb1eb3cb94c5ce1814e4f
14:56:32   Building wheel for pycparser (setup.py): started
14:56:32   Building wheel for pycparser (setup.py): finished with status 'done'
14:56:32   Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=193888 sha256=4ba0bb2cebad140fdfa605803972c61262b1286124896629d87dd4b97d34980a
14:56:32   Stored in directory: /root/.cache/pip/wheels/03/08/f2/bf70552f051cd78e9d8fe7d196ef762858dcfa156965e3a1e3
14:56:32 Successfully built backports.ssl-match-hostname pycparser
14:56:32 Installing collected packages: asn1crypto, backports.ssl-match-hostname, pycparser, cffi, ipaddress, six, enum34, cryptography, idna, pyparsing, packaging, pyasn1, pynacl, bcrypt, paramiko, pyOpenSSL, certifi, chardet, urllib3, requests, websocket-client
14:56:33   Attempting uninstall: six
14:56:33     Found existing installation: six 1.14.0
14:56:33     Uninstalling six-1.14.0:
14:56:33       Successfully uninstalled six-1.14.0
14:56:33 Successfully installed asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.1.7 certifi-2020.12.5 cffi-1.10.0 chardet-3.0.4 cryptography-3.2 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
14:56:38 WARNING: You are using pip version 20.0.2; however, version 20.3.3 is available.
14:56:38 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
14:56:39 Removing intermediate container accaefe00c08
14:56:39  ---> f9448f15df49
14:56:39 Step 18/21 : COPY test-requirements.txt /src/test-requirements.txt
14:56:39  ---> cabdc9df2c42
14:56:39 Step 19/21 : RUN pip install -r test-requirements.txt
14:56:39  ---> Running in 60378a23b520
14:56:39 /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:12: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
14:56:39   from cryptography import x509
14:56: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
14:56:45 Collecting setuptools==44.0.0
14:56:45   Downloading setuptools-44.0.0-py2.py3-none-any.whl (583 kB)
14:56:45 Collecting coverage==4.5.2
14:56:45   Downloading coverage-4.5.2-cp27-cp27mu-manylinux1_x86_64.whl (201 kB)
14:56:46 Collecting flake8==3.6.0
14:56:46   Downloading flake8-3.6.0-py2.py3-none-any.whl (68 kB)
14:56:46 Collecting mock==1.0.1
14:56:46   Downloading mock-1.0.1.tar.gz (818 kB)
14:56:46 Collecting pytest==4.3.1
14:56:46   Downloading pytest-4.3.1-py2.py3-none-any.whl (219 kB)
14:56:46 Collecting pytest-cov==2.6.1
14:56:46   Downloading pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB)
14:56:46 Collecting pytest-timeout==1.3.3
14:56:46   Downloading pytest_timeout-1.3.3-py2.py3-none-any.whl (9.8 kB)
14:56:46 Collecting pyflakes<2.1.0,>=2.0.0
14:56:46   Downloading pyflakes-2.0.0-py2.py3-none-any.whl (53 kB)
14:56:46 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)
14:56:46 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)
14:56:46 Collecting pycodestyle<2.5.0,>=2.4.0
14:56:46   Downloading pycodestyle-2.4.0-py2.py3-none-any.whl (62 kB)
14:56:46 Collecting mccabe<0.7.0,>=0.6.0
14:56:46   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
14:56:46 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)
14:56:46 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)
14:56:46 Collecting py>=1.5.0
14:56:46   Downloading py-1.10.0-py2.py3-none-any.whl (97 kB)
14:56:46 Collecting attrs>=17.4.0
14:56:46   Downloading attrs-20.3.0-py2.py3-none-any.whl (49 kB)
14:56:46 Collecting more-itertools<6.0.0,>=4.0.0; python_version <= "2.7"
14:56:46   Downloading more_itertools-5.0.0-py2-none-any.whl (52 kB)
14:56:46 Collecting atomicwrites>=1.0
14:56:46   Downloading atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB)
14:56:47 Collecting pluggy>=0.7
14:56:47   Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
14:56:47 Collecting funcsigs; python_version < "3.0"
14:56:47   Downloading funcsigs-1.0.2-py2.py3-none-any.whl (17 kB)
14:56:47 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)
14:56:47 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)
14:56:47 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)
14:56:47 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)
14:56:47 Building wheels for collected packages: mock
14:56:47   Building wheel for mock (setup.py): started
14:56:47   Building wheel for mock (setup.py): finished with status 'done'
14:56:47   Created wheel for mock: filename=mock-1.0.1-py2-none-any.whl size=23755 sha256=2ce33f727c5922cced864f737527437cc0fbeef967b573478476c37485e642b2
14:56:47   Stored in directory: /root/.cache/pip/wheels/ad/62/e0/a06cc957652749e64c7904e899eca3ecb2ec47c60d52653660
14:56:47 Successfully built mock
14:56:47 Installing collected packages: setuptools, coverage, pyflakes, pycodestyle, mccabe, flake8, mock, py, attrs, more-itertools, atomicwrites, pluggy, funcsigs, pytest, pytest-cov, pytest-timeout
14:56:47   Attempting uninstall: setuptools
14:56:47     Found existing installation: setuptools 44.1.0
14:56:47     Uninstalling setuptools-44.1.0:
14:56:47       Successfully uninstalled setuptools-44.1.0
14:56:48 Successfully installed atomicwrites-1.4.0 attrs-20.3.0 coverage-4.5.2 flake8-3.6.0 funcsigs-1.0.2 mccabe-0.6.1 mock-1.0.1 more-itertools-5.0.0 pluggy-0.13.1 py-1.10.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
14:56:48 WARNING: You are using pip version 20.0.2; however, version 20.3.3 is available.
14:56:48 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
14:56:48 Removing intermediate container 60378a23b520
14:56:48  ---> 8b0b9c22b6ec
14:56:48 Step 20/21 : COPY . /src
14:56:49  ---> aad32a2ec99a
14:56:49 Step 21/21 : RUN pip install .
14:56:49  ---> Running in b750b6e49ec3
14:56:49 /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:12: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
14:56:49   from cryptography import x509
14:56:49 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
14:56:49 Processing /src
14:56:50 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python2.7/site-packages (from docker==4.5.0.dev0) (1.10.0)
14:56:50 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python2.7/site-packages (from docker==4.5.0.dev0) (0.56.0)
14:56:50 Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python2.7/site-packages (from docker==4.5.0.dev0) (2.20.0)
14:56:50 Requirement already satisfied: backports.ssl_match_hostname>=3.5 in /usr/local/lib/python2.7/site-packages (from docker==4.5.0.dev0) (3.5.0.1)
14:56:50 Requirement already satisfied: ipaddress>=1.0.16 in /usr/local/lib/python2.7/site-packages (from docker==4.5.0.dev0) (1.0.18)
14:56:50 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.5.0.dev0) (2020.12.5)
14:56:50 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.5.0.dev0) (2.5)
14:56:50 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.5.0.dev0) (3.0.4)
14:56:50 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.5.0.dev0) (1.24.3)
14:56:50 Building wheels for collected packages: docker
14:56:50   Building wheel for docker (setup.py): started
14:56:50   Building wheel for docker (setup.py): finished with status 'done'
14:56:50   Created wheel for docker: filename=docker-4.5.0.dev0-py2.py3-none-any.whl size=146864 sha256=aec258402ff9b078aaf4bc47e55df6042e099605fa1a147b727b6f0e38117f7b
14:56:50   Stored in directory: /tmp/pip-ephem-wheel-cache-W4dNMe/wheels/dc/45/28/050a7fcd95fc9b9f504d64d6668214323c48b439857458e65c
14:56:50 Successfully built docker
14:56:50 Installing collected packages: docker
14:56:50 Successfully installed docker-4.5.0.dev0
14:56:50 WARNING: You are using pip version 20.0.2; however, version 20.3.3 is available.
14:56:50 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
14:56:50 Removing intermediate container b750b6e49ec3
14:56:50  ---> ffe6a98a4c17
14:56:50 Successfully built ffe6a98a4c17
14:56:50 Successfully tagged dockerbuildbot/docker-py:py2-391973df7c56f1aa35e4a7a28b7db12e419b0ff6
[Pipeline] isUnix
[Pipeline] sh
14:56:51 + docker tag dockerbuildbot/docker-py:py2-391973df7c56f1aa35e4a7a28b7db12e419b0ff6 dockerbuildbot/docker-py:py2-391973df7c56f1aa35e4a7a28b7db12e419b0ff6
[Pipeline] isUnix
[Pipeline] sh
14:56:51 + docker push dockerbuildbot/docker-py:py2-391973df7c56f1aa35e4a7a28b7db12e419b0ff6
14:56:51 The push refers to repository [docker.io/dockerbuildbot/docker-py]
14:56:51 1064c0d80724: Preparing
14:56:51 38c759fa04ff: Preparing
14:56:51 f26479960927: Preparing
14:56:51 f8c7c7885948: Preparing
14:56:51 d20594b126a1: Preparing
14:56:51 f96713d79336: Preparing
14:56:51 fe9339629099: Preparing
14:56:51 642b30274097: Preparing
14:56:51 e469276e3ce9: Preparing
14:56:51 b941d3f299d0: Preparing
14:56:51 ccdce90ffbd4: Preparing
14:56:51 1998e7ff75bf: Preparing
14:56:51 52c07d17d3fa: Preparing
14:56:51 2d197933a613: Preparing
14:56:51 ac4e495eba5e: Preparing
14:56:51 2d6842184a0a: Preparing
14:56:51 448a9ef5c2b9: Preparing
14:56:51 e571d2d3c73c: Preparing
14:56:51 da7b0a80a4f2: Preparing
14:56:51 e469276e3ce9: Waiting
14:56:51 ceee8816bb96: Preparing
14:56:51 47458fb45d99: Preparing
14:56:51 b941d3f299d0: Waiting
14:56:51 f96713d79336: Waiting
14:56:51 46829331b1e4: Preparing
14:56:51 642b30274097: Waiting
14:56:51 fe9339629099: Waiting
14:56:51 d35c5bda4793: Preparing
14:56:51 ccdce90ffbd4: Waiting
14:56:51 ac4e495eba5e: Waiting
14:56:51 a3c1026c6bcc: Preparing
14:56:51 f1d420c2af1a: Preparing
14:56:51 52c07d17d3fa: Waiting
14:56:51 461719022993: Preparing
14:56:51 2d197933a613: Waiting
14:56:51 1998e7ff75bf: Waiting
14:56:51 2d6842184a0a: Waiting
14:56:51 448a9ef5c2b9: Waiting
14:56:51 e571d2d3c73c: Waiting
14:56:51 da7b0a80a4f2: Waiting
14:56:51 ceee8816bb96: Waiting
14:56:51 47458fb45d99: Waiting
14:56:51 46829331b1e4: Waiting
14:56:51 f1d420c2af1a: Waiting
14:56:51 d35c5bda4793: Waiting
14:56:51 461719022993: Waiting
14:56:51 a3c1026c6bcc: Waiting
14:56:52 f8c7c7885948: Pushed
14:56:52 38c759fa04ff: Pushed
14:56:53 1064c0d80724: Pushed
14:56:53 f96713d79336: Pushed
14:56:53 f26479960927: Pushed
14:56:54 fe9339629099: Pushed
14:56:54 b941d3f299d0: Pushed
14:56:54 e469276e3ce9: Pushed
14:56:55 642b30274097: Pushed
14:56:55 d20594b126a1: Pushed
14:56:56 ccdce90ffbd4: Pushed
14:56:56 1998e7ff75bf: Pushed
14:56:56 52c07d17d3fa: Pushed
14:56:56 e571d2d3c73c: Layer already exists
14:56:56 da7b0a80a4f2: Layer already exists
14:56:56 ceee8816bb96: Layer already exists
14:56:56 47458fb45d99: Layer already exists
14:56:56 46829331b1e4: Layer already exists
14:56:56 2d197933a613: Pushed
14:56:56 d35c5bda4793: Layer already exists
14:56:56 a3c1026c6bcc: Layer already exists
14:56:56 f1d420c2af1a: Layer already exists
14:56:56 461719022993: Layer already exists
14:56:56 ac4e495eba5e: Pushed
14:56:57 448a9ef5c2b9: Pushed
14:56:59 2d6842184a0a: Pushed
14:57:01 py2-391973df7c56f1aa35e4a7a28b7db12e419b0ff6: digest: sha256:2a87570a02f7a7b7023256ea85c4b7fc26a84446402b6dadfb7dfbec55fa8e5a size: 5769
[Pipeline] isUnix
[Pipeline] sh
14:57:01 + docker pull dockerbuildbot/docker-py:py3-391973df7c56f1aa35e4a7a28b7db12e419b0ff6
14:57:01 Error response from daemon: manifest for dockerbuildbot/docker-py:py3-391973df7c56f1aa35e4a7a28b7db12e419b0ff6 not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
14:57:02 + docker build -t dockerbuildbot/docker-py:py3-391973df7c56f1aa35e4a7a28b7db12e419b0ff6 -f tests/Dockerfile --build-arg PYTHON_VERSION=3.7 .
14:57:02 Sending build context to Docker daemon   1.37MB

14:57:02 Step 1/21 : ARG PYTHON_VERSION=3.7
14:57:02 Step 2/21 : FROM python:${PYTHON_VERSION}
14:57:02 3.7: Pulling from library/python
14:57:02 6c33745f49b4: Pulling fs layer
14:57:02 ef072fc32a84: Pulling fs layer
14:57:02 c0afb8e68e0b: Pulling fs layer
14:57:02 d599c07d28e6: Pulling fs layer
14:57:02 f2ecc74db11a: Pulling fs layer
14:57:02 26856d31ce86: Pulling fs layer
14:57:02 d4db05d8da44: Pulling fs layer
14:57:02 a63ae5575b2c: Pulling fs layer
14:57:02 a8c72204fafe: Pulling fs layer
14:57:02 a63ae5575b2c: Waiting
14:57:02 d4db05d8da44: Waiting
14:57:02 a8c72204fafe: Waiting
14:57:02 f2ecc74db11a: Waiting
14:57:02 d599c07d28e6: Waiting
14:57:02 ef072fc32a84: Verifying Checksum
14:57:02 ef072fc32a84: Download complete
14:57:02 c0afb8e68e0b: Verifying Checksum
14:57:02 c0afb8e68e0b: Download complete
14:57:03 6c33745f49b4: Verifying Checksum
14:57:03 6c33745f49b4: Download complete
14:57:03 26856d31ce86: Verifying Checksum
14:57:03 26856d31ce86: Download complete
14:57:03 d599c07d28e6: Download complete
14:57:03 a63ae5575b2c: Verifying Checksum
14:57:03 a63ae5575b2c: Download complete
14:57:03 a8c72204fafe: Verifying Checksum
14:57:03 a8c72204fafe: Download complete
14:57:03 d4db05d8da44: Verifying Checksum
14:57:03 d4db05d8da44: Download complete
14:57:04 6c33745f49b4: Pull complete
14:57:04 f2ecc74db11a: Verifying Checksum
14:57:04 f2ecc74db11a: Download complete
14:57:04 ef072fc32a84: Pull complete
14:57:04 c0afb8e68e0b: Pull complete
14:57:06 d599c07d28e6: Pull complete
14:57:10 f2ecc74db11a: Pull complete
14:57:10 26856d31ce86: Pull complete
14:57:11 d4db05d8da44: Pull complete
14:57:11 a63ae5575b2c: Pull complete
14:57:11 a8c72204fafe: Pull complete
14:57:11 Digest: sha256:bdd950df83006ce9e7f7f9cb878a2ca72e945f3cbd37faef07509c8510d22ba8
14:57:11 Status: Downloaded newer image for python:3.7
14:57:11  ---> 978a47fa762f
14:57:11 Step 3/21 : ARG APT_MIRROR
14:57:16  ---> Running in d014bccb7f6b
14:57:16 Removing intermediate container d014bccb7f6b
14:57:16  ---> 3b98cbdd0ff3
14:57:16 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
14:57:16  ---> Running in 0980d1f74475
14:57:17 Removing intermediate container 0980d1f74475
14:57:17  ---> 35ac6f5e20af
14:57:17 Step 5/21 : RUN apt-get update && apt-get -y install --no-install-recommends     gnupg2     pass
14:57:17  ---> Running in a08c96215954
14:57:17 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
14:57:17 Get:2 http://deb.debian.org/debian buster InRelease [121 kB]
14:57:17 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
14:57:17 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [256 kB]
14:57:17 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
14:57:18 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
14:57:19 Fetched 8410 kB in 2s (4518 kB/s)
14:57:19 Reading package lists...
14:57:20 Reading package lists...
14:57:20 Building dependency tree...
14:57:20 Reading state information...
14:57:20 The following additional packages will be installed:
14:57:20   tree
14:57:20 Suggested packages:
14:57:20   libxml-simple-perl ruby
14:57:20 Recommended packages:
14:57:20   qrencode xclip
14:57:20 The following NEW packages will be installed:
14:57:20   gnupg2 pass tree
14:57:20 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
14:57:20 Need to get 481 kB of archives.
14:57:20 After this operation, 684 kB of additional disk space will be used.
14:57:20 Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u1 [393 kB]
14:57:20 Get:2 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB]
14:57:20 Get:3 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB]
14:57:21 debconf: delaying package configuration, since apt-utils is not installed
14:57:21 Fetched 481 kB in 0s (1825 kB/s)
14:57:21 Selecting previously unselected package gnupg2.
14:57:21 (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 ... 24600 files and directories currently installed.)
14:57:21 Preparing to unpack .../gnupg2_2.2.12-1+deb10u1_all.deb ...
14:57:21 Unpacking gnupg2 (2.2.12-1+deb10u1) ...
14:57:21 Selecting previously unselected package tree.
14:57:21 Preparing to unpack .../tree_1.8.0-1_amd64.deb ...
14:57:21 Unpacking tree (1.8.0-1) ...
14:57:21 Selecting previously unselected package pass.
14:57:21 Preparing to unpack .../archives/pass_1.7.3-2_all.deb ...
14:57:21 Unpacking pass (1.7.3-2) ...
14:57:21 Setting up gnupg2 (2.2.12-1+deb10u1) ...
14:57:21 Setting up tree (1.8.0-1) ...
14:57:21 Setting up pass (1.7.3-2) ...
14:57:22 Removing intermediate container a08c96215954
14:57:22  ---> f99965ab611f
14:57:22 Step 6/21 : COPY tests/ssh-keys /root/.ssh
14:57:22  ---> b8d9b39eeb35
14:57:22 Step 7/21 : RUN chmod -R 600 /root/.ssh
14:57:22  ---> Running in 97f74c9a0dc2
14:57:23 Removing intermediate container 97f74c9a0dc2
14:57:23  ---> 08dc3e25e74c
14:57:23 Step 8/21 : COPY ./tests/gpg-keys /gpg-keys
14:57:23  ---> 6bb6bf802033
14:57:23 Step 9/21 : RUN gpg2 --import gpg-keys/secret
14:57:23  ---> Running in 3ec7364ba326
14:57:23 gpg: directory '/root/.gnupg' created
14:57:23 gpg: keybox '/root/.gnupg/pubring.kbx' created
14:57:23 gpg: /root/.gnupg/trustdb.gpg: trustdb created
14:57:23 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
14:57:23 gpg: key 464ED987A7B21401: secret key imported
14:57:23 gpg: Total number processed: 1
14:57:23 gpg:               imported: 1
14:57:23 gpg:       secret keys read: 1
14:57:23 gpg:   secret keys imported: 1
14:57:24 Removing intermediate container 3ec7364ba326
14:57:24  ---> 24748ecd361c
14:57:24 Step 10/21 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
14:57:24  ---> Running in 74a4ebe3fc7a
14:57:24 gpg: inserting ownertrust of 6
14:57:25 Removing intermediate container 74a4ebe3fc7a
14:57:25  ---> f74cd1bc567e
14:57:25 Step 11/21 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
14:57:25  ---> Running in ec789607540c
14:57:25 gpg: please do a --check-trustdb
14:57:25 mkdir: created directory '/root/.password-store/'
14:57:25 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
14:57:25 Removing intermediate container ec789607540c
14:57:25  ---> 2df52db511f8
14:57:25 Step 12/21 : RUN gpg2 --check-trustdb
14:57:25  ---> Running in b46e7d955c19
14:57:26 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
14:57:26 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
14:57:26 Removing intermediate container b46e7d955c19
14:57:26  ---> 4611d355f0d9
14:57:26 Step 13/21 : ARG CREDSTORE_VERSION=v0.6.3
14:57:26  ---> Running in 8b4e9c6a8934
14:57:26 Removing intermediate container 8b4e9c6a8934
14:57:26  ---> aa1b1260ebe7
14:57:26 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
14:57:26  ---> Running in 45e0d2f0a84a
14:57:27 Removing intermediate container 45e0d2f0a84a
14:57:27  ---> 272b4e2b68da
14:57:27 Step 15/21 : WORKDIR /src
14:57:27  ---> Running in 81f7c7512e70
14:57:27 Removing intermediate container 81f7c7512e70
14:57:27  ---> 41d38d2f2890
14:57:27 Step 16/21 : COPY requirements.txt /src/requirements.txt
14:57:27  ---> da515bb813d1
14:57:27 Step 17/21 : RUN pip install -r requirements.txt
14:57:27  ---> Running in ad71cb27460b
14:57:29 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment
14:57:34 Collecting appdirs==1.4.3
14:57:35   Downloading appdirs-1.4.3-py2.py3-none-any.whl (12 kB)
14:57:35 Collecting asn1crypto==0.22.0
14:57:35   Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB)
14:57:35 Collecting backports.ssl-match-hostname==3.5.0.1
14:57:35   Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB)
14:57:35 Collecting cffi==1.10.0
14:57:35   Downloading cffi-1.10.0.tar.gz (418 kB)
14:57:36 Collecting cryptography==3.2
14:57:36   Downloading cryptography-3.2-cp35-abi3-manylinux2010_x86_64.whl (2.6 MB)
14:57:36 Collecting enum34==1.1.6
14:57:36   Downloading enum34-1.1.6-py3-none-any.whl (12 kB)
14:57:36 Collecting idna==2.5
14:57:36   Downloading idna-2.5-py2.py3-none-any.whl (55 kB)
14:57:36 Collecting ipaddress==1.0.18
14:57:36   Downloading ipaddress-1.0.18.tar.gz (32 kB)
14:57:36 Collecting packaging==16.8
14:57:36   Downloading packaging-16.8-py2.py3-none-any.whl (23 kB)
14:57:36 Collecting paramiko==2.4.2
14:57:36   Downloading paramiko-2.4.2-py2.py3-none-any.whl (193 kB)
14:57:36 Collecting pycparser==2.17
14:57:36   Downloading pycparser-2.17.tar.gz (231 kB)
14:57:37 Collecting pyOpenSSL==18.0.0
14:57:37   Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB)
14:57:37 Collecting pyparsing==2.2.0
14:57:37   Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB)
14:57:37 Collecting requests==2.20.0
14:57:37   Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB)
14:57:37 Collecting six==1.10.0
14:57:37   Downloading six-1.10.0-py2.py3-none-any.whl (10 kB)
14:57:37 Collecting urllib3==1.24.3
14:57:37   Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB)
14:57:37 Collecting websocket-client==0.56.0
14:57:37   Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB)
14:57:37 Collecting bcrypt>=3.1.3
14:57:37   Downloading bcrypt-3.2.0-cp36-abi3-manylinux2010_x86_64.whl (63 kB)
14:57:37 Collecting certifi>=2017.4.17
14:57:37   Downloading certifi-2020.12.5-py2.py3-none-any.whl (147 kB)
14:57:37 Collecting chardet<3.1.0,>=3.0.2
14:57:37   Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
14:57:37 Collecting pyasn1>=0.1.7
14:57:37   Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
14:57:37 Collecting pynacl>=1.0.1
14:57:37   Downloading PyNaCl-1.4.0-cp35-abi3-manylinux1_x86_64.whl (961 kB)
14:57:37 Building wheels for collected packages: backports.ssl-match-hostname, cffi, ipaddress, pycparser
14:57:37   Building wheel for backports.ssl-match-hostname (setup.py): started
14:57:37   Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
14:57:37   Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py3-none-any.whl size=5206 sha256=041299b9df8b749463590a71871097a8528e75319e9d634f0a19e235b7720f16
14:57:37   Stored in directory: /root/.cache/pip/wheels/93/72/f6/df894bfc7947d11f89dbdb4e9b786703a43cd547c1b5e8c738
14:57:37   Building wheel for cffi (setup.py): started
14:57:40   Building wheel for cffi (setup.py): finished with status 'done'
14:57:40   Created wheel for cffi: filename=cffi-1.10.0-cp37-cp37m-linux_x86_64.whl size=371266 sha256=3b3957300a2792bf763a0b593e94177d98c2bc1cc5940a8116b49bafdf80cf15
14:57:40   Stored in directory: /root/.cache/pip/wheels/cc/8d/6c/d24a8db003ac4a51d9959a9985718fac84e1baa5ec6c42d115
14:57:40   Building wheel for ipaddress (setup.py): started
14:57:41   Building wheel for ipaddress (setup.py): finished with status 'done'
14:57:41   Created wheel for ipaddress: filename=ipaddress-1.0.18-py3-none-any.whl size=18105 sha256=e8517bb82e0e251476a02b46489165d0b573d3638d705fd8bf3bd2c3deb3fa64
14:57:41   Stored in directory: /root/.cache/pip/wheels/54/90/bd/f99e221ab77ef8e6d65c14efe986cef3360da2990396093151
14:57:41   Building wheel for pycparser (setup.py): started
14:57:41   Building wheel for pycparser (setup.py): finished with status 'done'
14:57:41   Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=192872 sha256=525282bf7e1f93d4b8a492fdfddfaaf61fe3f15c1db6447bf076b63e30b6afa5
14:57:41   Stored in directory: /root/.cache/pip/wheels/91/50/7a/9f94e39b01559aa44c3cefb775d7befcc01d0a6ed0093cab37
14:57:41 Successfully built backports.ssl-match-hostname cffi ipaddress pycparser
14:57:41 Installing collected packages: pycparser, six, cffi, urllib3, pyparsing, pynacl, pyasn1, idna, cryptography, chardet, certifi, bcrypt, websocket-client, requests, pyOpenSSL, paramiko, packaging, ipaddress, enum34, backports.ssl-match-hostname, asn1crypto, appdirs
14:57:43 Successfully installed appdirs-1.4.3 asn1crypto-0.22.0 backports.ssl-match-hostname-3.5.0.1 bcrypt-3.2.0 certifi-2020.12.5 cffi-1.10.0 chardet-3.0.4 cryptography-3.2 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
14:57:48 Removing intermediate container ad71cb27460b
14:57:48  ---> 293716d7a25a
14:57:48 Step 18/21 : COPY test-requirements.txt /src/test-requirements.txt
14:57:48  ---> b50e05836f8f
14:57:48 Step 19/21 : RUN pip install -r test-requirements.txt
14:57:48  ---> Running in 25a430dc4fcd
14:57:55 Collecting coverage==4.5.2
14:57:55   Downloading coverage-4.5.2-cp37-cp37m-manylinux1_x86_64.whl (205 kB)
14:57:55 Collecting flake8==3.6.0
14:57:55   Downloading flake8-3.6.0-py2.py3-none-any.whl (68 kB)
14:57:55 Collecting mock==1.0.1
14:57:55   Downloading mock-1.0.1.zip (861 kB)
14:57:55 Collecting pytest==4.3.1
14:57:55   Downloading pytest-4.3.1-py2.py3-none-any.whl (219 kB)
14:57:56 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)
14:57:56 Collecting pytest-cov==2.6.1
14:57:56   Downloading pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB)
14:57:56 Collecting pytest-timeout==1.3.3
14:57:56   Downloading pytest_timeout-1.3.3-py2.py3-none-any.whl (9.8 kB)
14:57:56 Collecting atomicwrites>=1.0
14:57:56   Downloading atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB)
14:57:56 Collecting attrs>=17.4.0
14:57:56   Downloading attrs-20.3.0-py2.py3-none-any.whl (49 kB)
14:57:56 Collecting mccabe<0.7.0,>=0.6.0
14:57:56   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
14:57:56 Collecting more-itertools>=4.0.0
14:57:56   Downloading more_itertools-8.6.0-py3-none-any.whl (45 kB)
14:57:56 Collecting pluggy>=0.7
14:57:56   Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
14:57:56 Collecting importlib-metadata>=0.12
14:57:56   Downloading importlib_metadata-3.3.0-py3-none-any.whl (10 kB)
14:57:56 Collecting py>=1.5.0
14:57:56   Downloading py-1.10.0-py2.py3-none-any.whl (97 kB)
14:57:56 Collecting pycodestyle<2.5.0,>=2.4.0
14:57:56   Downloading pycodestyle-2.4.0-py2.py3-none-any.whl (62 kB)
14:57:56 Collecting pyflakes<2.1.0,>=2.0.0
14:57:56   Downloading pyflakes-2.0.0-py2.py3-none-any.whl (53 kB)
14:57:56 Collecting typing-extensions>=3.6.4
14:57:56   Downloading typing_extensions-3.7.4.3-py3-none-any.whl (22 kB)
14:57:56 Collecting zipp>=0.5
14:57:56   Downloading zipp-3.4.0-py3-none-any.whl (5.2 kB)
14:57:56 Collecting setuptools==44.0.0
14:57:56   Downloading setuptools-44.0.0-py2.py3-none-any.whl (583 kB)
14:57:56 Building wheels for collected packages: mock
14:57:56   Building wheel for mock (setup.py): started
14:57:56   Building wheel for mock (setup.py): finished with status 'done'
14:57:56   Created wheel for mock: filename=mock-1.0.1-py3-none-any.whl size=23755 sha256=4cc7a85c7044c2aa021b907ef69d2040353cd8a982efc987473504eaaf172580
14:57:56   Stored in directory: /root/.cache/pip/wheels/7a/94/b1/0fdc5339a5bd487a5cc15421ec200d9ba3e2aa7190e4a727f1
14:57:56 Successfully built mock
14:57:57 Installing collected packages: zipp, typing-extensions, importlib-metadata, setuptools, py, pluggy, more-itertools, attrs, atomicwrites, pytest, pyflakes, pycodestyle, mccabe, coverage, pytest-timeout, pytest-cov, mock, flake8
14:57:57   Attempting uninstall: setuptools
14:57:57     Found existing installation: setuptools 51.0.0
14:57:57     Uninstalling setuptools-51.0.0:
14:57:57       Successfully uninstalled setuptools-51.0.0
14:57:58 Successfully installed atomicwrites-1.4.0 attrs-20.3.0 coverage-4.5.2 flake8-3.6.0 importlib-metadata-3.3.0 mccabe-0.6.1 mock-1.0.1 more-itertools-8.6.0 pluggy-0.13.1 py-1.10.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 typing-extensions-3.7.4.3 zipp-3.4.0
14:57:58 Removing intermediate container 25a430dc4fcd
14:57:58  ---> 7b9430e5cc84
14:57:58 Step 20/21 : COPY . /src
14:57:58  ---> cac6f49fa647
14:57:58 Step 21/21 : RUN pip install .
14:57:58  ---> Running in 383905b1e9d6
14:57:59 Processing /src
14:57:59 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.7/site-packages (from docker==4.5.0.dev0) (1.10.0)
14:57:59 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python3.7/site-packages (from docker==4.5.0.dev0) (0.56.0)
14:57:59 Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python3.7/site-packages (from docker==4.5.0.dev0) (2.20.0)
14:57:59 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.5.0.dev0) (2.5)
14:57:59 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.5.0.dev0) (3.0.4)
14:57:59 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.5.0.dev0) (2020.12.5)
14:57:59 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.5.0.dev0) (1.24.3)
14:57:59 Building wheels for collected packages: docker
14:57:59   Building wheel for docker (setup.py): started
14:57:59   Building wheel for docker (setup.py): finished with status 'done'
14:57:59   Created wheel for docker: filename=docker-4.5.0.dev0-py2.py3-none-any.whl size=146866 sha256=eccdb341f8ce8c214af4ad1122cb020c0fd7033159b4b253ec348f0a50197f09
14:57:59   Stored in directory: /tmp/pip-ephem-wheel-cache-xf9rqazi/wheels/6f/63/19/359cf44f647b75d0ea75ecc03aa429fec4c372b453eb4b6525
14:57:59 Successfully built docker
14:58:00 Installing collected packages: docker
14:58:00 Successfully installed docker-4.5.0.dev0
14:58:00 Removing intermediate container 383905b1e9d6
14:58:00  ---> 7ea47c0fffca
14:58:00 Successfully built 7ea47c0fffca
14:58:00 Successfully tagged dockerbuildbot/docker-py:py3-391973df7c56f1aa35e4a7a28b7db12e419b0ff6
[Pipeline] isUnix
[Pipeline] sh
14:58:01 + docker tag dockerbuildbot/docker-py:py3-391973df7c56f1aa35e4a7a28b7db12e419b0ff6 dockerbuildbot/docker-py:py3-391973df7c56f1aa35e4a7a28b7db12e419b0ff6
[Pipeline] isUnix
[Pipeline] sh
14:58:01 + docker push dockerbuildbot/docker-py:py3-391973df7c56f1aa35e4a7a28b7db12e419b0ff6
14:58:01 The push refers to repository [docker.io/dockerbuildbot/docker-py]
14:58:01 2340b20e6bd9: Preparing
14:58:01 c3d8ac0c8505: Preparing
14:58:01 e41b4398d844: Preparing
14:58:01 e679c11ae422: Preparing
14:58:01 6f4d485c7862: Preparing
14:58:01 384378dff4b0: Preparing
14:58:01 412724309818: Preparing
14:58:01 9a23012e79bd: Preparing
14:58:01 89f91de1b609: Preparing
14:58:01 64e5fc312161: Preparing
14:58:01 2ae357a544b7: Preparing
14:58:01 a04b9acd481b: Preparing
14:58:01 c72c7bc1b82b: Preparing
14:58:01 b6705b2de9fa: Preparing
14:58:01 cd17bac3f22e: Preparing
14:58:01 90cf40d12b64: Preparing
14:58:01 1192cc24f20d: Preparing
14:58:01 3da8662a6eed: Preparing
14:58:01 6a6ea1335e48: Preparing
14:58:01 4324e0912cc9: Preparing
14:58:01 59840d625c92: Preparing
14:58:01 384378dff4b0: Waiting
14:58:01 da87e334550a: Preparing
14:58:01 c5f4367d4a59: Preparing
14:58:01 412724309818: Waiting
14:58:01 ceecb62b2fcc: Preparing
14:58:01 193bc1d68b80: Preparing
14:58:01 9a23012e79bd: Waiting
14:58:01 89f91de1b609: Waiting
14:58:01 64e5fc312161: Waiting
14:58:01 f0e10b20de19: Preparing
14:58:01 f0e10b20de19: Waiting
14:58:01 6a6ea1335e48: Waiting
14:58:01 4324e0912cc9: Waiting
14:58:01 2ae357a544b7: Waiting
14:58:01 da87e334550a: Waiting
14:58:01 a04b9acd481b: Waiting
14:58:01 c5f4367d4a59: Waiting
14:58:01 c72c7bc1b82b: Waiting
14:58:01 b6705b2de9fa: Waiting
14:58:01 ceecb62b2fcc: Waiting
14:58:01 cd17bac3f22e: Waiting
14:58:01 90cf40d12b64: Waiting
14:58:01 193bc1d68b80: Waiting
14:58:01 1192cc24f20d: Waiting
14:58:01 3da8662a6eed: Waiting
14:58:02 e679c11ae422: Pushed
14:58:03 2340b20e6bd9: Pushed
14:58:03 c3d8ac0c8505: Pushed
14:58:04 384378dff4b0: Pushed
14:58:04 e41b4398d844: Pushed
14:58:04 9a23012e79bd: Pushed
14:58:05 412724309818: Pushed
14:58:05 6f4d485c7862: Pushed
14:58:06 89f91de1b609: Pushed
14:58:06 64e5fc312161: Pushed
14:58:06 2ae357a544b7: Pushed
14:58:06 a04b9acd481b: Pushed
14:58:07 c72c7bc1b82b: Pushed
14:58:07 3da8662a6eed: Layer already exists
14:58:07 6a6ea1335e48: Layer already exists
14:58:07 4324e0912cc9: Layer already exists
14:58:07 59840d625c92: Layer already exists
14:58:07 da87e334550a: Layer already exists
14:58:07 c5f4367d4a59: Layer already exists
14:58:07 ceecb62b2fcc: Layer already exists
14:58:07 b6705b2de9fa: Pushed
14:58:08 193bc1d68b80: Layer already exists
14:58:08 f0e10b20de19: Layer already exists
14:58:08 1192cc24f20d: Pushed
14:58:08 cd17bac3f22e: Pushed
14:58:09 90cf40d12b64: Pushed
14:58:12 py3-391973df7c56f1aa35e4a7a28b7db12e419b0ff6: digest: sha256:b31eb6ca95157af4e2ecc9d735d469fcb3773f2dae3c2964726a7df363fbf48a size: 5765
[Pipeline] }
[Pipeline] // withDockerRegistry
[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-big (i-0f4f1d0309773c0ec) in /home/ubuntu/workspace/docker-py_PR-2724
[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-2724@tmp/2fc9a323-0729-471a-8129-32d850135276/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
14:58:12 + docker run --rm --entrypoint=python dockerbuildbot/docker-py:py3-391973df7c56f1aa35e4a7a28b7db12e419b0ff6 /src/scripts/versions.py
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] parallel
[Pipeline] { (Branch: py2.7_19.03.12)
[Pipeline] { (Branch: py2.7_20.10.1)
[Pipeline] { (Branch: py2.7_19.03.13)
[Pipeline] { (Branch: py3.7_19.03.12)
[Pipeline] { (Branch: py3.7_20.10.1)
[Pipeline] { (Branch: py3.7_19.03.13)
[Pipeline] node
[Pipeline] node
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0678c21a56a4b4e3b) in /home/ubuntu/workspace/docker-py_PR-2724
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-big (i-00857ecf335ccd5a9) in /home/ubuntu/workspace/docker-py_PR-2724
[Pipeline] node
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0933489a42d4b9cac) in /home/ubuntu/workspace/docker-py_PR-2724
[Pipeline] {
[Pipeline] {
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-090e0414fa04c0051) in /home/ubuntu/workspace/docker-py_PR-2724
[Pipeline] {
[Pipeline] withDockerRegistry
[Pipeline] withDockerRegistry
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0d7e634bbd28f7064) in /home/ubuntu/workspace/docker-py_PR-2724
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-big (i-05b7419f72c3278f8) in /home/ubuntu/workspace/docker-py_PR-2724
[Pipeline] {
[Pipeline] withDockerRegistry
[Pipeline] {
[Pipeline] // withDockerRegistry
[Pipeline] {
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] }
[Pipeline] withDockerRegistry
[Pipeline] withDockerRegistry
[Pipeline] // node
[Pipeline] // node
[Pipeline] }
Failed in branch py2.7_19.03.12
[Pipeline] }
Failed in branch py2.7_20.10.1
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] // withDockerRegistry
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_19.03.12
[Pipeline] }
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] // node
[Pipeline] }
Failed in branch py2.7_19.03.13
[Pipeline] }
Failed in branch py3.7_20.10.1
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_19.03.13
[Pipeline] // parallel
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0678c21a56a4b4e3b)
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:1001)
		at hudson.FilePath.act(FilePath.java:1070)
		at hudson.FilePath.act(FilePath.java:1059)
		at hudson.FilePath.readToString(FilePath.java:2087)
		at org.jenkinsci.plugins.docker.commons.impl.RegistryKeyMaterialFactory.materialize(RegistryKeyMaterialFactory.java:81)
		at org.jenkinsci.plugins.docker.workflow.AbstractEndpointStepExecution2.doStart(AbstractEndpointStepExecution2.java:53)
		at org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution.lambda$run$0(GeneralNonBlockingStepExecution.java:77)
		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:   	Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-1804-overlay2-big (i-00857ecf335ccd5a9)
			at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800)
			at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
			at hudson.remoting.Channel.call(Channel.java:1001)
			at hudson.FilePath.act(FilePath.java:1070)
			at hudson.FilePath.act(FilePath.java:1059)
			at hudson.FilePath.readToString(FilePath.java:2087)
			at org.jenkinsci.plugins.docker.commons.impl.RegistryKeyMaterialFactory.materialize(RegistryKeyMaterialFactory.java:81)
			at org.jenkinsci.plugins.docker.workflow.AbstractEndpointStepExecution2.doStart(AbstractEndpointStepExecution2.java:53)
			at org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution.lambda$run$0(GeneralNonBlockingStepExecution.java:77)
			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)
java.io.IOException: Is a directory
Also:   	Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0933489a42d4b9cac)
			at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800)
			at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
			at hudson.remoting.Channel.call(Channel.java:1001)
			at hudson.FilePath.act(FilePath.java:1070)
			at hudson.FilePath.act(FilePath.java:1059)
			at hudson.FilePath.readToString(FilePath.java:2087)
			at org.jenkinsci.plugins.docker.commons.impl.RegistryKeyMaterialFactory.materialize(RegistryKeyMaterialFactory.java:81)
			at org.jenkinsci.plugins.docker.workflow.AbstractEndpointStepExecution2.doStart(AbstractEndpointStepExecution2.java:53)
			at org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution.lambda$run$0(GeneralNonBlockingStepExecution.java:77)
			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)
java.io.IOException: Is a directory
Also:   	Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-1804-overlay2 (i-090e0414fa04c0051)
			at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800)
			at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
			at hudson.remoting.Channel.call(Channel.java:1001)
			at hudson.FilePath.act(FilePath.java:1070)
			at hudson.FilePath.act(FilePath.java:1059)
			at hudson.FilePath.readToString(FilePath.java:2087)
			at org.jenkinsci.plugins.docker.commons.impl.RegistryKeyMaterialFactory.materialize(RegistryKeyMaterialFactory.java:81)
			at org.jenkinsci.plugins.docker.workflow.AbstractEndpointStepExecution2.doStart(AbstractEndpointStepExecution2.java:53)
			at org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution.lambda$run$0(GeneralNonBlockingStepExecution.java:77)
			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)
java.io.IOException: Is a directory
Also:   	Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0d7e634bbd28f7064)
			at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800)
			at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
			at hudson.remoting.Channel.call(Channel.java:1001)
			at hudson.FilePath.act(FilePath.java:1070)
			at hudson.FilePath.act(FilePath.java:1059)
			at hudson.FilePath.readToString(FilePath.java:2087)
			at org.jenkinsci.plugins.docker.commons.impl.RegistryKeyMaterialFactory.materialize(RegistryKeyMaterialFactory.java:81)
			at org.jenkinsci.plugins.docker.workflow.AbstractEndpointStepExecution2.doStart(AbstractEndpointStepExecution2.java:53)
			at org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution.lambda$run$0(GeneralNonBlockingStepExecution.java:77)
			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)
java.io.IOException: Is a directory
Also:   	Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-1804-overlay2-big (i-05b7419f72c3278f8)
			at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800)
			at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
			at hudson.remoting.Channel.call(Channel.java:1001)
			at hudson.FilePath.act(FilePath.java:1070)
			at hudson.FilePath.act(FilePath.java:1059)
			at hudson.FilePath.readToString(FilePath.java:2087)
			at org.jenkinsci.plugins.docker.commons.impl.RegistryKeyMaterialFactory.materialize(RegistryKeyMaterialFactory.java:81)
			at org.jenkinsci.plugins.docker.workflow.AbstractEndpointStepExecution2.doStart(AbstractEndpointStepExecution2.java:53)
			at org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution.lambda$run$0(GeneralNonBlockingStepExecution.java:77)
			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)
java.io.IOException: Is a directory
java.io.IOException: Is a directory
	at sun.nio.ch.FileDispatcherImpl.read0(Native Method)
	at sun.nio.ch.FileDispatcherImpl.read(FileDispatcherImpl.java:48)
	at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:276)
	at sun.nio.ch.IOUtil.read(IOUtil.java:245)
	at sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:223)
	at sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:65)
	at sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:109)
	at sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:103)
	at java.nio.file.Files.read(Files.java:3158)
	at java.nio.file.Files.readAllBytes(Files.java:3212)
	at hudson.FilePath$ReadToString.invoke(FilePath.java:2093)
	at hudson.FilePath$ReadToString.invoke(FilePath.java:2089)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3122)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:375)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73)
	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