Skip to content
Failed

Console Output

Pull request #2724 updated
14:57:46 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from c9f0ce2596c36be68020dd3f05f86505a5a9da18+4757eea80c49b7d593537ea9a0b9e5b398570745 (3f518a2ab8ed35078b91bd3558355415a8386ab4)
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
using credential jps-reader
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10
Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file"
 > git rev-list --no-walk 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10
Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines.
To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins.
[Pipeline] Start of Pipeline
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-00435635dbeff845e) 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/c9298636-3f4e-44f5-8d30-b2f61cb3791f/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:57:58 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
14:57:58 chowning workspace
[Pipeline] sh
14:57:59 + pwd
14:57:59 + id -u
14:57:59 + id -g
14:57:59 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2724:/workspace busybox chown -R 1000:1000 /workspace
14:57:59 Unable to find image 'busybox:latest' locally
14:57:59 latest: Pulling from library/busybox
14:57:59 ea97eb0eb3ec: Pulling fs layer
14:57:59 ea97eb0eb3ec: Download complete
14:57:59 ea97eb0eb3ec: Pull complete
14:57:59 Digest: sha256:bde48e1751173b709090c2539fdf12d6ba64e88ec7a4301591227ce925f3c678
14:57:59 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
14:58:00 Removing all docker containers
[Pipeline] sh
14:58:01 + docker container ls -aq
[Pipeline] echo
14:58:01 Docker containers have been removed
[Pipeline] echo
14:58:01 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
14:58:01 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image)
[Pipeline] checkout
14:58:02 using credential docker-jenkins-github-credentials
14:58:02 Cloning the remote Git repository
14:58: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-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:58:04 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/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
14:58:04 Merging remotes/origin/master commit 4757eea80c49b7d593537ea9a0b9e5b398570745 into PR head commit c9f0ce2596c36be68020dd3f05f86505a5a9da18
14:58:04 Merge succeeded, producing c9f0ce2596c36be68020dd3f05f86505a5a9da18
14:58:04 Checking out Revision c9f0ce2596c36be68020dd3f05f86505a5a9da18 (PR-2724)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c9f0ce2596c36be68020dd3f05f86505a5a9da18 # 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 c9f0ce2596c36be68020dd3f05f86505a5a9da18 # timeout=10
14:58:08 Commit message: "Avoid setting unsuported parameter for subprocess.Popen on Windows"
14:58:08 First time build. Skipping changelog.
[Pipeline] sh
 > git rev-list --no-walk 391973df7c56f1aa35e4a7a28b7db12e419b0ff6 # timeout=10
14:58:08 + git rev-parse HEAD
[Pipeline] withDockerRegistry
[Pipeline] {
[Pipeline] isUnix
[Pipeline] sh
14:58:09 + docker pull dockerbuildbot/docker-py:sshdind-c9f0ce2596c36be68020dd3f05f86505a5a9da18
14:58:09 Error response from daemon: manifest for dockerbuildbot/docker-py:sshdind-c9f0ce2596c36be68020dd3f05f86505a5a9da18 not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
14:58:09 + docker build -t dockerbuildbot/docker-py:sshdind-c9f0ce2596c36be68020dd3f05f86505a5a9da18 -f tests/Dockerfile-ssh-dind .
14:58:09 Sending build context to Docker daemon   1.37MB

14:58:09 Step 1/11 : ARG API_VERSION=1.39
14:58:09 Step 2/11 : ARG ENGINE_VERSION=19.03.12
14:58:09 Step 3/11 : FROM docker:${ENGINE_VERSION}-dind
$ 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/c4a979c7-e11a-47eb-9343-b4bfb6a7f534/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
14:58:10 19.03.12-dind: Pulling from library/docker
14:58:10 df20fa9351a1: Pulling fs layer
14:58:10 25ad7478873d: Pulling fs layer
14:58:10 4684f6177b5d: Pulling fs layer
14:58:10 46e300cec669: Pulling fs layer
14:58:10 63038576ad94: Pulling fs layer
14:58:10 0fdb76c4706c: Pulling fs layer
14:58:10 cb7edeffdfd5: Pulling fs layer
14:58:10 cc28bd76800f: Pulling fs layer
14:58:10 54196fe38f7e: Pulling fs layer
14:58:10 ea71acc29633: Pulling fs layer
14:58:10 657cc4c15165: Pulling fs layer
14:58:10 cb7edeffdfd5: Waiting
14:58:10 cc28bd76800f: Waiting
14:58:10 54196fe38f7e: Waiting
14:58:10 ea71acc29633: Waiting
14:58:10 657cc4c15165: Waiting
14:58:10 46e300cec669: Waiting
14:58:10 0fdb76c4706c: Waiting
14:58:10 63038576ad94: Waiting
14:58:10 25ad7478873d: Verifying Checksum
14:58:10 25ad7478873d: Download complete
14:58:10 df20fa9351a1: Verifying Checksum
14:58:10 4684f6177b5d: Verifying Checksum
14:58:10 4684f6177b5d: Download complete
14:58:10 63038576ad94: Verifying Checksum
14:58:10 63038576ad94: Download complete
14:58:10 cb7edeffdfd5: Verifying Checksum
14:58:10 cb7edeffdfd5: Download complete
14:58:10 0fdb76c4706c: Verifying Checksum
14:58:10 0fdb76c4706c: Download complete
14:58:10 54196fe38f7e: Verifying Checksum
14:58:10 54196fe38f7e: Download complete
14:58:10 cc28bd76800f: Verifying Checksum
14:58:10 cc28bd76800f: Download complete
14:58:10 df20fa9351a1: Pull complete
14:58:10 657cc4c15165: Verifying Checksum
14:58:10 657cc4c15165: Download complete
14:58:10 ea71acc29633: Verifying Checksum
14:58:10 ea71acc29633: Download complete
14:58:10 25ad7478873d: Pull complete
14:58:10 46e300cec669: Verifying Checksum
14:58:10 46e300cec669: Download complete
14:58:10 4684f6177b5d: Pull complete
14:58:12 46e300cec669: Pull complete
14:58:12 63038576ad94: Pull complete
14:58:12 0fdb76c4706c: Pull complete
14:58:12 cb7edeffdfd5: Pull complete
14:58:13 cc28bd76800f: Pull complete
14:58:13 54196fe38f7e: Pull complete
14:58:13 ea71acc29633: Pull complete
14:58:13 657cc4c15165: Pull complete
14:58:13 Digest: sha256:674f1f40ff7c8ac14f5d8b6b28d8fb1f182647ff75304d018003f1e21a0d8771
14:58:13 Status: Downloaded newer image for docker:19.03.12-dind
14:58:13  ---> 66dc2d45749a
14:58:13 Step 4/11 : RUN apk add --no-cache 		openssh
14:58:14  ---> Running in 05069d212a15
14:58:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz
14:58:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz
14:58:15 (1/4) Installing openssh-sftp-server (8.3_p1-r1)
14:58:15 (2/4) Installing openssh-server-common (8.3_p1-r1)
14:58:15 (3/4) Installing openssh-server (8.3_p1-r1)
14:58:15 (4/4) Installing openssh (8.3_p1-r1)
14:58:15 Executing busybox-1.31.1-r16.trigger
14:58:15 OK: 28 MiB in 51 packages
14:58:16 Removing intermediate container 05069d212a15
14:58:16  ---> d5f716c6e4dd
14:58:16 Step 5/11 : RUN ssh-keygen -A
14:58:16  ---> Running in 4f09eebd8ec6
14:58:16 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
14:58:17 Removing intermediate container 4f09eebd8ec6
14:58:17  ---> 0896975fc209
14:58:17 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:58:17  ---> Running in 66d60521ebae
14:58:17 Removing intermediate container 66d60521ebae
14:58:17  ---> 3057fbae60b2
14:58:17 Step 7/11 : COPY tests/ssh-keys/authorized_keys /root/.ssh/authorized_keys
14:58:18  ---> a364112b1f8f
14:58:18 Step 8/11 : RUN chmod 600 /root/.ssh/authorized_keys
14:58:18  ---> Running in cb679623c3b1
14:58:19 Removing intermediate container cb679623c3b1
14:58:19  ---> 36fb7c7eb670
14:58:19 Step 9/11 : RUN echo "root:root" | chpasswd
14:58:19  ---> Running in 17c73c162afe
14:58:19 chpasswd: password for 'root' changed
14:58:19 Removing intermediate container 17c73c162afe
14:58:19  ---> c52d4590ebf4
14:58:19 Step 10/11 : RUN ln -s /usr/local/bin/docker /usr/bin/docker
14:58:19  ---> Running in 1f2dc7dfb9f6
14:58:20 Removing intermediate container 1f2dc7dfb9f6
14:58:20  ---> 64e20bfd0926
14:58:20 Step 11/11 : EXPOSE 22
14:58:20  ---> Running in a4049ce6ccbb
14:58:20 Removing intermediate container a4049ce6ccbb
14:58:20  ---> ff2f1f881455
14:58:20 Successfully built ff2f1f881455
14:58:20 Successfully tagged dockerbuildbot/docker-py:sshdind-c9f0ce2596c36be68020dd3f05f86505a5a9da18
[Pipeline] isUnix
[Pipeline] sh
14:58:20 + docker tag dockerbuildbot/docker-py:sshdind-c9f0ce2596c36be68020dd3f05f86505a5a9da18 dockerbuildbot/docker-py:sshdind-c9f0ce2596c36be68020dd3f05f86505a5a9da18
[Pipeline] isUnix
[Pipeline] sh
14:58:21 + docker push dockerbuildbot/docker-py:sshdind-c9f0ce2596c36be68020dd3f05f86505a5a9da18
14:58:21 The push refers to repository [docker.io/dockerbuildbot/docker-py]
14:58:21 4d5df7bf50f3: Preparing
14:58:21 ff03919a9b9e: Preparing
14:58:21 7f1349bbf2a3: Preparing
14:58:21 342dca3d9278: Preparing
14:58:21 2d31b9ef4036: Preparing
14:58:21 09ed42b2a02d: Preparing
14:58:21 2d0ce57796ea: Preparing
14:58:21 1149e736aa92: Preparing
14:58:21 39e79983ac8b: Preparing
14:58:21 da8c28465f82: Preparing
14:58:21 d1292e236c36: Preparing
14:58:21 8890c171a12b: Preparing
14:58:21 4ae5bd84d450: Preparing
14:58:21 723a561964c8: Preparing
14:58:21 78764725b56c: Preparing
14:58:21 51d6d3d09136: Preparing
14:58:21 1507bc794612: Preparing
14:58:21 50644c29ef5a: Preparing
14:58:21 da8c28465f82: Waiting
14:58:21 d1292e236c36: Waiting
14:58:21 8890c171a12b: Waiting
14:58:21 4ae5bd84d450: Waiting
14:58:21 723a561964c8: Waiting
14:58:21 78764725b56c: Waiting
14:58:21 51d6d3d09136: Waiting
14:58:21 1507bc794612: Waiting
14:58:21 50644c29ef5a: Waiting
14:58:21 09ed42b2a02d: Waiting
14:58:21 2d0ce57796ea: Waiting
14:58:21 1149e736aa92: Waiting
14:58:21 39e79983ac8b: Waiting
14:58:22 4d5df7bf50f3: Pushed
14:58:22 2d31b9ef4036: Pushed
14:58:23 342dca3d9278: Pushed
14:58:23 1149e736aa92: Layer already exists
14:58:23 39e79983ac8b: Layer already exists
14:58:23 7f1349bbf2a3: Pushed
14:58:23 da8c28465f82: Layer already exists
14:58:23 d1292e236c36: Layer already exists
14:58:23 8890c171a12b: Layer already exists
14:58:23 4ae5bd84d450: Layer already exists
14:58:23 723a561964c8: Layer already exists
14:58:23 78764725b56c: Layer already exists
14:58:23 51d6d3d09136: Layer already exists
14:58:23 ff03919a9b9e: Pushed
14:58:23 1507bc794612: Layer already exists
14:58:23 50644c29ef5a: Layer already exists
14:58:24 09ed42b2a02d: Pushed
14:58:24 2d0ce57796ea: Pushed
14:58:27 sshdind-c9f0ce2596c36be68020dd3f05f86505a5a9da18: digest: sha256:82a01d551db03bcf740f2b94c27c11791421d9ec638893bcf57a24b8b5ec2c59 size: 4067
[Pipeline] isUnix
[Pipeline] sh
14:58:27 + docker pull dockerbuildbot/docker-py:py2-c9f0ce2596c36be68020dd3f05f86505a5a9da18
14:58:27 Error response from daemon: manifest for dockerbuildbot/docker-py:py2-c9f0ce2596c36be68020dd3f05f86505a5a9da18 not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
14:58:28 + docker build -t dockerbuildbot/docker-py:py2-c9f0ce2596c36be68020dd3f05f86505a5a9da18 -f tests/Dockerfile --build-arg PYTHON_VERSION=2.7 .
14:58:28 Sending build context to Docker daemon   1.37MB

14:58:28 Step 1/21 : ARG PYTHON_VERSION=3.7
14:58:28 Step 2/21 : FROM python:${PYTHON_VERSION}
14:58:28 2.7: Pulling from library/python
14:58:28 7e2b2a5af8f6: Pulling fs layer
14:58:28 09b6f03ffac4: Pulling fs layer
14:58:28 dc3f0c679f0f: Pulling fs layer
14:58:28 fd4b47407fc3: Pulling fs layer
14:58:28 b32f6bf7d96d: Pulling fs layer
14:58:28 6f4489a7e4cf: Pulling fs layer
14:58:28 af4b99ad9ef0: Pulling fs layer
14:58:28 39db0bc48c26: Pulling fs layer
14:58:28 acb4a89489fc: Pulling fs layer
14:58:28 fd4b47407fc3: Waiting
14:58:28 b32f6bf7d96d: Waiting
14:58:28 6f4489a7e4cf: Waiting
14:58:28 af4b99ad9ef0: Waiting
14:58:28 39db0bc48c26: Waiting
14:58:28 acb4a89489fc: Waiting
14:58:28 09b6f03ffac4: Verifying Checksum
14:58:28 09b6f03ffac4: Download complete
14:58:28 dc3f0c679f0f: Verifying Checksum
14:58:28 dc3f0c679f0f: Download complete
14:58:29 7e2b2a5af8f6: Verifying Checksum
14:58:29 7e2b2a5af8f6: Download complete
14:58:29 fd4b47407fc3: Verifying Checksum
14:58:29 fd4b47407fc3: Download complete
14:58:29 6f4489a7e4cf: Verifying Checksum
14:58:29 6f4489a7e4cf: Download complete
14:58:29 39db0bc48c26: Verifying Checksum
14:58:29 39db0bc48c26: Download complete
14:58:29 af4b99ad9ef0: Verifying Checksum
14:58:29 af4b99ad9ef0: Download complete
14:58:30 acb4a89489fc: Verifying Checksum
14:58:30 acb4a89489fc: Download complete
14:58:31 b32f6bf7d96d: Verifying Checksum
14:58:31 b32f6bf7d96d: Download complete
14:58:32 7e2b2a5af8f6: Pull complete
14:58:32 09b6f03ffac4: Pull complete
14:58:33 dc3f0c679f0f: Pull complete
14:58:35 fd4b47407fc3: Pull complete
14:58:42 b32f6bf7d96d: Pull complete
14:58:42 6f4489a7e4cf: Pull complete
14:58:42 af4b99ad9ef0: Pull complete
14:58:42 39db0bc48c26: Pull complete
14:58:43 acb4a89489fc: Pull complete
14:58:43 Digest: sha256:cfa62318c459b1fde9e0841c619906d15ada5910d625176e24bf692cf8a2601d
14:58:43 Status: Downloaded newer image for python:2.7
14:58:43  ---> 68e7be49c28c
14:58:43 Step 3/21 : ARG APT_MIRROR
14:58:45  ---> Running in 76101cfd7051
14:58:45 Removing intermediate container 76101cfd7051
14:58:45  ---> 26263f91b9bf
14:58:45 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:58:45  ---> Running in 0f26b21453e2
14:58:46 Removing intermediate container 0f26b21453e2
14:58:46  ---> 2d461ed792c2
14:58:46 Step 5/21 : RUN apt-get update && apt-get -y install --no-install-recommends     gnupg2     pass
14:58:46  ---> Running in cf35b147b048
14:58:47 Get:1 http://deb.debian.org/debian buster InRelease [121 kB]
14:58:47 Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
14:58:47 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
14:58:47 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [256 kB]
14:58:47 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
14:58:47 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
14:58:48 Fetched 8410 kB in 2s (4682 kB/s)
14:58:49 Reading package lists...
14:58:49 Reading package lists...
14:58:49 Building dependency tree...
14:58:49 Reading state information...
14:58:49 The following additional packages will be installed:
14:58:49   tree
14:58:49 Suggested packages:
14:58:49   libxml-simple-perl ruby
14:58:49 Recommended packages:
14:58:49   qrencode xclip
14:58:49 The following NEW packages will be installed:
14:58:50   gnupg2 pass tree
14:58:50 0 upgraded, 3 newly installed, 0 to remove and 78 not upgraded.
14:58:50 Need to get 481 kB of archives.
14:58:50 After this operation, 684 kB of additional disk space will be used.
14:58:50 Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u1 [393 kB]
14:58:50 Get:2 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB]
14:58:50 Get:3 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB]
14:58:50 debconf: delaying package configuration, since apt-utils is not installed
14:58:50 Fetched 481 kB in 0s (1793 kB/s)
14:58:50 Selecting previously unselected package gnupg2.
14:58:50 (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:58:50 Preparing to unpack .../gnupg2_2.2.12-1+deb10u1_all.deb ...
14:58:50 Unpacking gnupg2 (2.2.12-1+deb10u1) ...
14:58:50 Selecting previously unselected package tree.
14:58:50 Preparing to unpack .../tree_1.8.0-1_amd64.deb ...
14:58:50 Unpacking tree (1.8.0-1) ...
14:58:50 Selecting previously unselected package pass.
14:58:50 Preparing to unpack .../archives/pass_1.7.3-2_all.deb ...
14:58:50 Unpacking pass (1.7.3-2) ...
14:58:50 Setting up gnupg2 (2.2.12-1+deb10u1) ...
14:58:50 Setting up tree (1.8.0-1) ...
14:58:50 Setting up pass (1.7.3-2) ...
14:58:51 Removing intermediate container cf35b147b048
14:58:51  ---> a1eeea78df46
14:58:51 Step 6/21 : COPY tests/ssh-keys /root/.ssh
14:58:51  ---> 5680fae9b548
14:58:51 Step 7/21 : RUN chmod -R 600 /root/.ssh
14:58:51  ---> Running in 91b00aa8b9f7
14:58:52 Removing intermediate container 91b00aa8b9f7
14:58:52  ---> e4e800b978e2
14:58:52 Step 8/21 : COPY ./tests/gpg-keys /gpg-keys
14:58:52  ---> 038388abe414
14:58:52 Step 9/21 : RUN gpg2 --import gpg-keys/secret
14:58:52  ---> Running in 1b0a62f05a59
14:58:53 gpg: directory '/root/.gnupg' created
14:58:53 gpg: keybox '/root/.gnupg/pubring.kbx' created
14:58:53 gpg: /root/.gnupg/trustdb.gpg: trustdb created
14:58:53 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
14:58:53 gpg: key 464ED987A7B21401: secret key imported
14:58:53 gpg: Total number processed: 1
14:58:53 gpg:               imported: 1
14:58:53 gpg:       secret keys read: 1
14:58:53 gpg:   secret keys imported: 1
14:58:53 Removing intermediate container 1b0a62f05a59
14:58:53  ---> 356f3ec80096
14:58:53 Step 10/21 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
14:58:53  ---> Running in 8edf1b6ff065
14:58:54 gpg: inserting ownertrust of 6
14:58:54 Removing intermediate container 8edf1b6ff065
14:58:54  ---> 8ef457530c9a
14:58:54 Step 11/21 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
14:58:54  ---> Running in 2c533b2f675d
14:58:54 gpg: please do a --check-trustdb
14:58:54 mkdir: created directory '/root/.password-store/'
14:58:54 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
14:58:55 Removing intermediate container 2c533b2f675d
14:58:55  ---> 28ef77b5ae2d
14:58:55 Step 12/21 : RUN gpg2 --check-trustdb
14:58:55  ---> Running in cfe6f5b2a765
14:58:55 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
14:58:55 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
14:58:55 Removing intermediate container cfe6f5b2a765
14:58:55  ---> aee395a53e20
14:58:55 Step 13/21 : ARG CREDSTORE_VERSION=v0.6.3
14:58:55  ---> Running in b6a1cd57f4fa
14:58:56 Removing intermediate container b6a1cd57f4fa
14:58:56  ---> dde36b4e016d
14:58:56 Step 14/21 : RUN curl -sSL -o /opt/docker-credential-pass.tar.gz     https://github.com/docker/docker-credential-helpers/releases/download/$CREDSTORE_VERSION/docker-credential-pass-$CREDSTORE_VERSION-amd64.tar.gz &&     tar -xf /opt/docker-credential-pass.tar.gz -O > /usr/local/bin/docker-credential-pass &&     rm -rf /opt/docker-credential-pass.tar.gz &&     chmod +x /usr/local/bin/docker-credential-pass
14:58:56  ---> Running in 097181cfc9b4
14:58:57 Removing intermediate container 097181cfc9b4
14:58:57  ---> b8730efd54ff
14:58:57 Step 15/21 : WORKDIR /src
14:58:57  ---> Running in 5b722404eb3e
14:58:57 Removing intermediate container 5b722404eb3e
14:58:57  ---> bc0f371a82e2
14:58:57 Step 16/21 : COPY requirements.txt /src/requirements.txt
14:58:57  ---> 2031eb910353
14:58:57 Step 17/21 : RUN pip install -r requirements.txt
14:58:57  ---> Running in 4dfb4145c5f3
14:58:58 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:58:58 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment
14:58:58 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:59:02 Collecting asn1crypto==0.22.0
14:59:03   Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB)
14:59:03 Collecting backports.ssl-match-hostname==3.5.0.1
14:59:03   Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB)
14:59:03 Collecting cffi==1.10.0
14:59:03   Downloading cffi-1.10.0-cp27-cp27mu-manylinux1_x86_64.whl (392 kB)
14:59:04 Collecting cryptography==3.2
14:59:04   Downloading cryptography-3.2-cp27-cp27mu-manylinux2010_x86_64.whl (2.7 MB)
14:59:04 Collecting enum34==1.1.6
14:59:04   Downloading enum34-1.1.6-py2-none-any.whl (12 kB)
14:59:04 Collecting idna==2.5
14:59:04   Downloading idna-2.5-py2.py3-none-any.whl (55 kB)
14:59:04 Collecting ipaddress==1.0.18
14:59:04   Downloading ipaddress-1.0.18-py2-none-any.whl (17 kB)
14:59:04 Collecting packaging==16.8
14:59:04   Downloading packaging-16.8-py2.py3-none-any.whl (23 kB)
14:59:04 Collecting paramiko==2.4.2
14:59:04   Downloading paramiko-2.4.2-py2.py3-none-any.whl (193 kB)
14:59:04 Collecting pycparser==2.17
14:59:04   Downloading pycparser-2.17.tar.gz (231 kB)
14:59:05 Collecting pyOpenSSL==18.0.0
14:59:05   Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB)
14:59:05 Collecting pyparsing==2.2.0
14:59:05   Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB)
14:59:05 Collecting requests==2.20.0
14:59:05   Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB)
14:59:05 Collecting six==1.10.0
14:59:05   Downloading six-1.10.0-py2.py3-none-any.whl (10 kB)
14:59:05 Collecting urllib3==1.24.3
14:59:05   Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB)
14:59:05 Collecting websocket-client==0.56.0
14:59:05   Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB)
14:59:05 Collecting pyasn1>=0.1.7
14:59:05   Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
14:59:05 Collecting pynacl>=1.0.1
14:59:05   Downloading PyNaCl-1.4.0-cp27-cp27mu-manylinux1_x86_64.whl (964 kB)
14:59:05 Collecting bcrypt>=3.1.3
14:59:05   Downloading bcrypt-3.1.7-cp27-cp27mu-manylinux1_x86_64.whl (59 kB)
14:59:05 Collecting certifi>=2017.4.17
14:59:05   Downloading certifi-2020.12.5-py2.py3-none-any.whl (147 kB)
14:59:05 Collecting chardet<3.1.0,>=3.0.2
14:59:05   Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
14:59:05 Building wheels for collected packages: backports.ssl-match-hostname, pycparser
14:59:05   Building wheel for backports.ssl-match-hostname (setup.py): started
14:59:06   Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
14:59:06   Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py2-none-any.whl size=5209 sha256=890fee9b8ce62f6b79f2e331c01a152a92f489b17346aa94fa9042e3482cf8e0
14:59:06   Stored in directory: /root/.cache/pip/wheels/19/dd/8c/6cad8e6c38a9fe006dd7423ca1655bb1eb3cb94c5ce1814e4f
14:59:06   Building wheel for pycparser (setup.py): started
14:59:06   Building wheel for pycparser (setup.py): finished with status 'done'
14:59:06   Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=193885 sha256=b1f371d716e1223c5f88782589c2817f732faa41089d2365e7479389765b3869
14:59:06   Stored in directory: /root/.cache/pip/wheels/03/08/f2/bf70552f051cd78e9d8fe7d196ef762858dcfa156965e3a1e3
14:59:06 Successfully built backports.ssl-match-hostname pycparser
14:59:06 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:59:06   Attempting uninstall: six
14:59:06     Found existing installation: six 1.14.0
14:59:06     Uninstalling six-1.14.0:
14:59:06       Successfully uninstalled six-1.14.0
14:59:07 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:59:11 WARNING: You are using pip version 20.0.2; however, version 20.3.3 is available.
14:59:11 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
14:59:13 Removing intermediate container 4dfb4145c5f3
14:59:13  ---> df98d9d69029
14:59:13 Step 18/21 : COPY test-requirements.txt /src/test-requirements.txt
14:59:13  ---> 238340acb8af
14:59:13 Step 19/21 : RUN pip install -r test-requirements.txt
14:59:13  ---> Running in c02370f03794
14:59:13 /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:59:13   from cryptography import x509
14:59:13 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:59:18 Collecting setuptools==44.0.0
14:59:19   Downloading setuptools-44.0.0-py2.py3-none-any.whl (583 kB)
14:59:19 Collecting coverage==4.5.2
14:59:19   Downloading coverage-4.5.2-cp27-cp27mu-manylinux1_x86_64.whl (201 kB)
14:59:19 Collecting flake8==3.6.0
14:59:19   Downloading flake8-3.6.0-py2.py3-none-any.whl (68 kB)
14:59:19 Collecting mock==1.0.1
14:59:19   Downloading mock-1.0.1.tar.gz (818 kB)
14:59:20 Collecting pytest==4.3.1
14:59:20   Downloading pytest-4.3.1-py2.py3-none-any.whl (219 kB)
14:59:20 Collecting pytest-cov==2.6.1
14:59:20   Downloading pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB)
14:59:20 Collecting pytest-timeout==1.3.3
14:59:20   Downloading pytest_timeout-1.3.3-py2.py3-none-any.whl (9.8 kB)
14:59:20 Collecting pyflakes<2.1.0,>=2.0.0
14:59:20   Downloading pyflakes-2.0.0-py2.py3-none-any.whl (53 kB)
14:59:20 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:59:20 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:59:20 Collecting pycodestyle<2.5.0,>=2.4.0
14:59:20   Downloading pycodestyle-2.4.0-py2.py3-none-any.whl (62 kB)
14:59:20 Collecting mccabe<0.7.0,>=0.6.0
14:59:20   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
14:59:20 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:59:20 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:59:20 Collecting py>=1.5.0
14:59:20   Downloading py-1.10.0-py2.py3-none-any.whl (97 kB)
14:59:20 Collecting attrs>=17.4.0
14:59:20   Downloading attrs-20.3.0-py2.py3-none-any.whl (49 kB)
14:59:20 Collecting more-itertools<6.0.0,>=4.0.0; python_version <= "2.7"
14:59:20   Downloading more_itertools-5.0.0-py2-none-any.whl (52 kB)
14:59:20 Collecting atomicwrites>=1.0
14:59:20   Downloading atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB)
14:59:20 Collecting pluggy>=0.7
14:59:20   Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
14:59:20 Collecting funcsigs; python_version < "3.0"
14:59:20   Downloading funcsigs-1.0.2-py2.py3-none-any.whl (17 kB)
14:59:20 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:59:20 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:59:20 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:59:20 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:59:20 Building wheels for collected packages: mock
14:59:20   Building wheel for mock (setup.py): started
14:59:21   Building wheel for mock (setup.py): finished with status 'done'
14:59:21   Created wheel for mock: filename=mock-1.0.1-py2-none-any.whl size=23755 sha256=275a79a04f1974daacc85430c1163311a52f5a8ac495f20d42d2b012cd705f26
14:59:21   Stored in directory: /root/.cache/pip/wheels/ad/62/e0/a06cc957652749e64c7904e899eca3ecb2ec47c60d52653660
14:59:21 Successfully built mock
14:59:21 Installing collected packages: setuptools, coverage, pyflakes, pycodestyle, mccabe, flake8, mock, py, attrs, more-itertools, atomicwrites, pluggy, funcsigs, pytest, pytest-cov, pytest-timeout
14:59:21   Attempting uninstall: setuptools
14:59:21     Found existing installation: setuptools 44.1.0
14:59:21     Uninstalling setuptools-44.1.0:
14:59:21       Successfully uninstalled setuptools-44.1.0
14:59:21 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:59:21 WARNING: You are using pip version 20.0.2; however, version 20.3.3 is available.
14:59:21 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
14:59:22 Removing intermediate container c02370f03794
14:59:22  ---> 232eabb0922d
14:59:22 Step 20/21 : COPY . /src
14:59:22  ---> 3c5dd98bc05d
14:59:22 Step 21/21 : RUN pip install .
14:59:22  ---> Running in e24e1bacff69
14:59:23 /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:59:23   from cryptography import x509
14:59:23 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:59:23 Processing /src
14:59:23 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:59:23 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:59:23 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:59:23 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:59:23 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:59:23 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:59:23 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:59:23 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:59:23 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:59:23 Building wheels for collected packages: docker
14:59:23   Building wheel for docker (setup.py): started
14:59:23   Building wheel for docker (setup.py): finished with status 'done'
14:59:23   Created wheel for docker: filename=docker-4.5.0.dev0-py2.py3-none-any.whl size=146864 sha256=90e424c81c845d5324af8dc263bc7f9864de69f597101506e8a7895c4ab0012c
14:59:23   Stored in directory: /tmp/pip-ephem-wheel-cache-TCs98f/wheels/dc/45/28/050a7fcd95fc9b9f504d64d6668214323c48b439857458e65c
14:59:23 Successfully built docker
14:59:24 Installing collected packages: docker
14:59:24 Successfully installed docker-4.5.0.dev0
14:59:24 WARNING: You are using pip version 20.0.2; however, version 20.3.3 is available.
14:59:24 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
14:59:24 Removing intermediate container e24e1bacff69
14:59:24  ---> df1fb521e071
14:59:24 Successfully built df1fb521e071
14:59:24 Successfully tagged dockerbuildbot/docker-py:py2-c9f0ce2596c36be68020dd3f05f86505a5a9da18
[Pipeline] isUnix
[Pipeline] sh
14:59:25 + docker tag dockerbuildbot/docker-py:py2-c9f0ce2596c36be68020dd3f05f86505a5a9da18 dockerbuildbot/docker-py:py2-c9f0ce2596c36be68020dd3f05f86505a5a9da18
[Pipeline] isUnix
[Pipeline] sh
14:59:25 + docker push dockerbuildbot/docker-py:py2-c9f0ce2596c36be68020dd3f05f86505a5a9da18
14:59:25 The push refers to repository [docker.io/dockerbuildbot/docker-py]
14:59:25 fa6d0b20ce90: Preparing
14:59:25 bd68405fa12d: Preparing
14:59:25 d0c77375a6d5: Preparing
14:59:25 435e1879709f: Preparing
14:59:25 80e2e9c67e5a: Preparing
14:59:25 7f2fa5d392bb: Preparing
14:59:25 762604c829f8: Preparing
14:59:25 6d4820fe104b: Preparing
14:59:25 6dbc30a7719c: Preparing
14:59:25 5cb931b4b655: Preparing
14:59:25 8a72bc9e34ef: Preparing
14:59:25 e21479828c0a: Preparing
14:59:25 798361cb4e78: Preparing
14:59:25 874d64c0ed57: Preparing
14:59:25 9ee4d12e3001: Preparing
14:59:25 d2be9590e3d1: Preparing
14:59:25 5f393533ad0b: Preparing
14:59:25 e571d2d3c73c: Preparing
14:59:25 da7b0a80a4f2: Preparing
14:59:25 ceee8816bb96: Preparing
14:59:25 47458fb45d99: Preparing
14:59:25 46829331b1e4: Preparing
14:59:25 d35c5bda4793: Preparing
14:59:25 a3c1026c6bcc: Preparing
14:59:25 f1d420c2af1a: Preparing
14:59:25 461719022993: Preparing
14:59:25 7f2fa5d392bb: Waiting
14:59:25 762604c829f8: Waiting
14:59:25 6d4820fe104b: Waiting
14:59:25 6dbc30a7719c: Waiting
14:59:25 5cb931b4b655: Waiting
14:59:25 8a72bc9e34ef: Waiting
14:59:25 e21479828c0a: Waiting
14:59:25 798361cb4e78: Waiting
14:59:25 874d64c0ed57: Waiting
14:59:25 9ee4d12e3001: Waiting
14:59:25 d2be9590e3d1: Waiting
14:59:25 5f393533ad0b: Waiting
14:59:25 e571d2d3c73c: Waiting
14:59:25 da7b0a80a4f2: Waiting
14:59:25 ceee8816bb96: Waiting
14:59:25 47458fb45d99: Waiting
14:59:25 46829331b1e4: Waiting
14:59:25 d35c5bda4793: Waiting
14:59:25 a3c1026c6bcc: Waiting
14:59:25 f1d420c2af1a: Waiting
14:59:25 461719022993: Waiting
14:59:26 bd68405fa12d: Pushed
14:59:27 435e1879709f: Pushed
14:59:28 d0c77375a6d5: Pushed
14:59:29 762604c829f8: Pushed
14:59:29 fa6d0b20ce90: Pushed
14:59:30 7f2fa5d392bb: Pushed
14:59:30 6d4820fe104b: Pushed
14:59:31 5cb931b4b655: Pushed
14:59:31 6dbc30a7719c: Pushed
14:59:32 e21479828c0a: Pushed
14:59:32 8a72bc9e34ef: Pushed
14:59:33 798361cb4e78: Pushed
14:59:33 9ee4d12e3001: Pushed
14:59:34 e571d2d3c73c: Layer already exists
14:59:34 da7b0a80a4f2: Layer already exists
14:59:34 ceee8816bb96: Layer already exists
14:59:34 47458fb45d99: Layer already exists
14:59:34 46829331b1e4: Layer already exists
14:59:34 d35c5bda4793: Layer already exists
14:59:34 a3c1026c6bcc: Layer already exists
14:59:34 f1d420c2af1a: Layer already exists
14:59:34 461719022993: Layer already exists
14:59:34 874d64c0ed57: Pushed
14:59:35 d2be9590e3d1: Pushed
14:59:35 5f393533ad0b: Pushed
14:59:40 80e2e9c67e5a: Pushed
14:59:44 py2-c9f0ce2596c36be68020dd3f05f86505a5a9da18: digest: sha256:7d50a9ef72ba230a82bb62337efeb87693f13176a0ba096a54b28a6a3b48e59a size: 5769
[Pipeline] isUnix
[Pipeline] sh
14:59:44 + docker pull dockerbuildbot/docker-py:py3-c9f0ce2596c36be68020dd3f05f86505a5a9da18
14:59:44 Error response from daemon: manifest for dockerbuildbot/docker-py:py3-c9f0ce2596c36be68020dd3f05f86505a5a9da18 not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
14:59:44 + docker build -t dockerbuildbot/docker-py:py3-c9f0ce2596c36be68020dd3f05f86505a5a9da18 -f tests/Dockerfile --build-arg PYTHON_VERSION=3.7 .
14:59:44 Sending build context to Docker daemon   1.37MB

14:59:44 Step 1/21 : ARG PYTHON_VERSION=3.7
14:59:44 Step 2/21 : FROM python:${PYTHON_VERSION}
14:59:44 3.7: Pulling from library/python
14:59:45 6c33745f49b4: Pulling fs layer
14:59:45 ef072fc32a84: Pulling fs layer
14:59:45 c0afb8e68e0b: Pulling fs layer
14:59:45 d599c07d28e6: Pulling fs layer
14:59:45 f2ecc74db11a: Pulling fs layer
14:59:45 26856d31ce86: Pulling fs layer
14:59:45 d4db05d8da44: Pulling fs layer
14:59:45 a63ae5575b2c: Pulling fs layer
14:59:45 a8c72204fafe: Pulling fs layer
14:59:45 d599c07d28e6: Waiting
14:59:45 f2ecc74db11a: Waiting
14:59:45 26856d31ce86: Waiting
14:59:45 a63ae5575b2c: Waiting
14:59:45 a8c72204fafe: Waiting
14:59:45 d4db05d8da44: Waiting
14:59:45 ef072fc32a84: Verifying Checksum
14:59:45 ef072fc32a84: Download complete
14:59:45 c0afb8e68e0b: Verifying Checksum
14:59:45 c0afb8e68e0b: Download complete
14:59:45 6c33745f49b4: Verifying Checksum
14:59:45 6c33745f49b4: Download complete
14:59:45 26856d31ce86: Download complete
14:59:45 d599c07d28e6: Verifying Checksum
14:59:45 d599c07d28e6: Download complete
14:59:45 a63ae5575b2c: Verifying Checksum
14:59:45 a63ae5575b2c: Download complete
14:59:46 d4db05d8da44: Verifying Checksum
14:59:46 d4db05d8da44: Download complete
14:59:46 a8c72204fafe: Verifying Checksum
14:59:46 a8c72204fafe: Download complete
14:59:47 f2ecc74db11a: Verifying Checksum
14:59:47 f2ecc74db11a: Download complete
14:59:48 6c33745f49b4: Pull complete
14:59:49 ef072fc32a84: Pull complete
14:59:49 c0afb8e68e0b: Pull complete
14:59:51 d599c07d28e6: Pull complete
14:59:58 f2ecc74db11a: Pull complete
14:59:58 26856d31ce86: Pull complete
14:59:59 d4db05d8da44: Pull complete
14:59:59 a63ae5575b2c: Pull complete
14:59:59 a8c72204fafe: Pull complete
14:59:59 Digest: sha256:bdd950df83006ce9e7f7f9cb878a2ca72e945f3cbd37faef07509c8510d22ba8
14:59:59 Status: Downloaded newer image for python:3.7
14:59:59  ---> 978a47fa762f
14:59:59 Step 3/21 : ARG APT_MIRROR
15:00:01  ---> Running in bb177631b871
15:00:01 Removing intermediate container bb177631b871
15:00:01  ---> d20694873027
15:00:01 Step 4/21 : RUN sed -ri "s/(httpredir|deb).debian.org/${APT_MIRROR:-deb.debian.org}/g" /etc/apt/sources.list     && sed -ri "s/(security).debian.org/${APT_MIRROR:-security.debian.org}/g" /etc/apt/sources.list
15:00:01  ---> Running in f35b7c0fb9bc
15:00:02 Removing intermediate container f35b7c0fb9bc
15:00:02  ---> 50cf1882006a
15:00:02 Step 5/21 : RUN apt-get update && apt-get -y install --no-install-recommends     gnupg2     pass
15:00:02  ---> Running in 25327096e6cf
15:00:02 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
15:00:02 Get:2 http://deb.debian.org/debian buster InRelease [121 kB]
15:00:02 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
15:00:02 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [256 kB]
15:00:02 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
15:00:03 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
15:00:04 Fetched 8410 kB in 2s (4645 kB/s)
15:00:04 Reading package lists...
15:00:05 Reading package lists...
15:00:05 Building dependency tree...
15:00:05 Reading state information...
15:00:05 The following additional packages will be installed:
15:00:05   tree
15:00:05 Suggested packages:
15:00:05   libxml-simple-perl ruby
15:00:05 Recommended packages:
15:00:05   qrencode xclip
15:00:05 The following NEW packages will be installed:
15:00:05   gnupg2 pass tree
15:00:06 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
15:00:06 Need to get 481 kB of archives.
15:00:06 After this operation, 684 kB of additional disk space will be used.
15:00:06 Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u1 [393 kB]
15:00:06 Get:2 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB]
15:00:06 Get:3 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB]
15:00:06 debconf: delaying package configuration, since apt-utils is not installed
15:00:06 Fetched 481 kB in 0s (1804 kB/s)
15:00:06 Selecting previously unselected package gnupg2.
15:00:06 (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.)
15:00:06 Preparing to unpack .../gnupg2_2.2.12-1+deb10u1_all.deb ...
15:00:06 Unpacking gnupg2 (2.2.12-1+deb10u1) ...
15:00:06 Selecting previously unselected package tree.
15:00:06 Preparing to unpack .../tree_1.8.0-1_amd64.deb ...
15:00:06 Unpacking tree (1.8.0-1) ...
15:00:06 Selecting previously unselected package pass.
15:00:06 Preparing to unpack .../archives/pass_1.7.3-2_all.deb ...
15:00:06 Unpacking pass (1.7.3-2) ...
15:00:06 Setting up gnupg2 (2.2.12-1+deb10u1) ...
15:00:06 Setting up tree (1.8.0-1) ...
15:00:06 Setting up pass (1.7.3-2) ...
15:00:07 Removing intermediate container 25327096e6cf
15:00:07  ---> 68856f6f9a99
15:00:07 Step 6/21 : COPY tests/ssh-keys /root/.ssh
15:00:07  ---> 3b89ea7b25a2
15:00:07 Step 7/21 : RUN chmod -R 600 /root/.ssh
15:00:07  ---> Running in ad37a5bc10c9
15:00:08 Removing intermediate container ad37a5bc10c9
15:00:08  ---> a414efa0e162
15:00:08 Step 8/21 : COPY ./tests/gpg-keys /gpg-keys
15:00:08  ---> 3d65dbd98ee0
15:00:08 Step 9/21 : RUN gpg2 --import gpg-keys/secret
15:00:08  ---> Running in f3649f1cdb33
15:00:08 gpg: directory '/root/.gnupg' created
15:00:08 gpg: keybox '/root/.gnupg/pubring.kbx' created
15:00:08 gpg: /root/.gnupg/trustdb.gpg: trustdb created
15:00:08 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
15:00:08 gpg: key 464ED987A7B21401: secret key imported
15:00:08 gpg: Total number processed: 1
15:00:08 gpg:               imported: 1
15:00:08 gpg:       secret keys read: 1
15:00:08 gpg:   secret keys imported: 1
15:00:09 Removing intermediate container f3649f1cdb33
15:00:09  ---> 56c0fc4763dd
15:00:09 Step 10/21 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
15:00:09  ---> Running in 814fe4d2e712
15:00:09 gpg: inserting ownertrust of 6
15:00:10 Removing intermediate container 814fe4d2e712
15:00:10  ---> a07076d86824
15:00:10 Step 11/21 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
15:00:10  ---> Running in 0188b57f02b5
15:00:10 gpg: please do a --check-trustdb
15:00:10 mkdir: created directory '/root/.password-store/'
15:00:10 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
15:00:10 Removing intermediate container 0188b57f02b5
15:00:10  ---> e5ba03cad226
15:00:10 Step 12/21 : RUN gpg2 --check-trustdb
15:00:10  ---> Running in 4c81f2b93f0f
15:00:11 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
15:00:11 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
15:00:11 Removing intermediate container 4c81f2b93f0f
15:00:11  ---> ad66e38844b4
15:00:11 Step 13/21 : ARG CREDSTORE_VERSION=v0.6.3
15:00:11  ---> Running in fc8372e8b8e7
15:00:11 Removing intermediate container fc8372e8b8e7
15:00:11  ---> bd5065e238bf
15:00:11 Step 14/21 : RUN curl -sSL -o /opt/docker-credential-pass.tar.gz     https://github.com/docker/docker-credential-helpers/releases/download/$CREDSTORE_VERSION/docker-credential-pass-$CREDSTORE_VERSION-amd64.tar.gz &&     tar -xf /opt/docker-credential-pass.tar.gz -O > /usr/local/bin/docker-credential-pass &&     rm -rf /opt/docker-credential-pass.tar.gz &&     chmod +x /usr/local/bin/docker-credential-pass
15:00:11  ---> Running in 44977fcfb709
15:00:12 Removing intermediate container 44977fcfb709
15:00:12  ---> e7396ca440bb
15:00:12 Step 15/21 : WORKDIR /src
15:00:12  ---> Running in 27cf2f9fcbd1
15:00:12 Removing intermediate container 27cf2f9fcbd1
15:00:12  ---> 7b5c68c3cb88
15:00:12 Step 16/21 : COPY requirements.txt /src/requirements.txt
15:00:12  ---> 15eba4c335b4
15:00:12 Step 17/21 : RUN pip install -r requirements.txt
15:00:12  ---> Running in 2df20d51f2b8
15:00:14 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment
15:00:19 Collecting appdirs==1.4.3
15:00:20   Downloading appdirs-1.4.3-py2.py3-none-any.whl (12 kB)
15:00:20 Collecting asn1crypto==0.22.0
15:00:20   Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB)
15:00:20 Collecting backports.ssl-match-hostname==3.5.0.1
15:00:20   Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB)
15:00:20 Collecting cffi==1.10.0
15:00:20   Downloading cffi-1.10.0.tar.gz (418 kB)
15:00:21 Collecting cryptography==3.2
15:00:21   Downloading cryptography-3.2-cp35-abi3-manylinux2010_x86_64.whl (2.6 MB)
15:00:21 Collecting enum34==1.1.6
15:00:21   Downloading enum34-1.1.6-py3-none-any.whl (12 kB)
15:00:21 Collecting idna==2.5
15:00:21   Downloading idna-2.5-py2.py3-none-any.whl (55 kB)
15:00:21 Collecting ipaddress==1.0.18
15:00:21   Downloading ipaddress-1.0.18.tar.gz (32 kB)
15:00:21 Collecting packaging==16.8
15:00:21   Downloading packaging-16.8-py2.py3-none-any.whl (23 kB)
15:00:21 Collecting paramiko==2.4.2
15:00:21   Downloading paramiko-2.4.2-py2.py3-none-any.whl (193 kB)
15:00:22 Collecting pycparser==2.17
15:00:22   Downloading pycparser-2.17.tar.gz (231 kB)
15:00:22 Collecting pyOpenSSL==18.0.0
15:00:22   Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB)
15:00:22 Collecting pyparsing==2.2.0
15:00:22   Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB)
15:00:22 Collecting requests==2.20.0
15:00:22   Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB)
15:00:22 Collecting six==1.10.0
15:00:22   Downloading six-1.10.0-py2.py3-none-any.whl (10 kB)
15:00:22 Collecting urllib3==1.24.3
15:00:22   Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB)
15:00:22 Collecting websocket-client==0.56.0
15:00:22   Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB)
15:00:22 Collecting bcrypt>=3.1.3
15:00:22   Downloading bcrypt-3.2.0-cp36-abi3-manylinux2010_x86_64.whl (63 kB)
15:00:22 Collecting certifi>=2017.4.17
15:00:22   Downloading certifi-2020.12.5-py2.py3-none-any.whl (147 kB)
15:00:22 Collecting chardet<3.1.0,>=3.0.2
15:00:22   Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
15:00:22 Collecting pyasn1>=0.1.7
15:00:22   Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
15:00:22 Collecting pynacl>=1.0.1
15:00:22   Downloading PyNaCl-1.4.0-cp35-abi3-manylinux1_x86_64.whl (961 kB)
15:00:22 Building wheels for collected packages: backports.ssl-match-hostname, cffi, ipaddress, pycparser
15:00:22   Building wheel for backports.ssl-match-hostname (setup.py): started
15:00:22   Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
15:00:22   Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py3-none-any.whl size=5206 sha256=d60fe22a9dbe2323510ab5b431955251e4cba5fe110c3c9382b0a99bee2d8c72
15:00:22   Stored in directory: /root/.cache/pip/wheels/93/72/f6/df894bfc7947d11f89dbdb4e9b786703a43cd547c1b5e8c738
15:00:22   Building wheel for cffi (setup.py): started
15:00:26   Building wheel for cffi (setup.py): finished with status 'done'
15:00:26   Created wheel for cffi: filename=cffi-1.10.0-cp37-cp37m-linux_x86_64.whl size=371260 sha256=91550f0409c7e51bdf4c33e00d9b331a612a782963820da58f703fc0d484b8f6
15:00:26   Stored in directory: /root/.cache/pip/wheels/cc/8d/6c/d24a8db003ac4a51d9959a9985718fac84e1baa5ec6c42d115
15:00:26   Building wheel for ipaddress (setup.py): started
15:00:26   Building wheel for ipaddress (setup.py): finished with status 'done'
15:00:26   Created wheel for ipaddress: filename=ipaddress-1.0.18-py3-none-any.whl size=18105 sha256=2a392cee367a6c05a692993b4860767639d2a94ae9f7d23abe26c16c82bd771d
15:00:26   Stored in directory: /root/.cache/pip/wheels/54/90/bd/f99e221ab77ef8e6d65c14efe986cef3360da2990396093151
15:00:26   Building wheel for pycparser (setup.py): started
15:00:26   Building wheel for pycparser (setup.py): finished with status 'done'
15:00:26   Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=192873 sha256=308e6137b592e2d5c6fab59656622fe4fd4491a9b3917b138bc9275f1c889296
15:00:26   Stored in directory: /root/.cache/pip/wheels/91/50/7a/9f94e39b01559aa44c3cefb775d7befcc01d0a6ed0093cab37
15:00:26 Successfully built backports.ssl-match-hostname cffi ipaddress pycparser
15:00:26 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
15:00:28 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
15:00:33 Removing intermediate container 2df20d51f2b8
15:00:33  ---> 287dce7ddf5e
15:00:33 Step 18/21 : COPY test-requirements.txt /src/test-requirements.txt
15:00:33  ---> b1dbee25cbe4
15:00:33 Step 19/21 : RUN pip install -r test-requirements.txt
15:00:33  ---> Running in 685e17e300dc
15:00:40 Collecting coverage==4.5.2
15:00:40   Downloading coverage-4.5.2-cp37-cp37m-manylinux1_x86_64.whl (205 kB)
15:00:40 Collecting flake8==3.6.0
15:00:40   Downloading flake8-3.6.0-py2.py3-none-any.whl (68 kB)
15:00:40 Collecting mock==1.0.1
15:00:40   Downloading mock-1.0.1.zip (861 kB)
15:00:40 Collecting pytest==4.3.1
15:00:40   Downloading pytest-4.3.1-py2.py3-none-any.whl (219 kB)
15:00:41 Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.7/site-packages (from pytest==4.3.1->-r test-requirements.txt (line 5)) (1.10.0)
15:00:41 Collecting pytest-cov==2.6.1
15:00:41   Downloading pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB)
15:00:41 Collecting pytest-timeout==1.3.3
15:00:41   Downloading pytest_timeout-1.3.3-py2.py3-none-any.whl (9.8 kB)
15:00:41 Collecting atomicwrites>=1.0
15:00:41   Downloading atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB)
15:00:41 Collecting attrs>=17.4.0
15:00:41   Downloading attrs-20.3.0-py2.py3-none-any.whl (49 kB)
15:00:41 Collecting mccabe<0.7.0,>=0.6.0
15:00:41   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
15:00:41 Collecting more-itertools>=4.0.0
15:00:41   Downloading more_itertools-8.6.0-py3-none-any.whl (45 kB)
15:00:41 Collecting pluggy>=0.7
15:00:41   Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
15:00:41 Collecting importlib-metadata>=0.12
15:00:41   Downloading importlib_metadata-3.3.0-py3-none-any.whl (10 kB)
15:00:41 Collecting py>=1.5.0
15:00:41   Downloading py-1.10.0-py2.py3-none-any.whl (97 kB)
15:00:41 Collecting pycodestyle<2.5.0,>=2.4.0
15:00:41   Downloading pycodestyle-2.4.0-py2.py3-none-any.whl (62 kB)
15:00:41 Collecting pyflakes<2.1.0,>=2.0.0
15:00:41   Downloading pyflakes-2.0.0-py2.py3-none-any.whl (53 kB)
15:00:41 Collecting typing-extensions>=3.6.4
15:00:41   Downloading typing_extensions-3.7.4.3-py3-none-any.whl (22 kB)
15:00:41 Collecting zipp>=0.5
15:00:41   Downloading zipp-3.4.0-py3-none-any.whl (5.2 kB)
15:00:41 Collecting setuptools==44.0.0
15:00:41   Downloading setuptools-44.0.0-py2.py3-none-any.whl (583 kB)
15:00:41 Building wheels for collected packages: mock
15:00:41   Building wheel for mock (setup.py): started
15:00:42   Building wheel for mock (setup.py): finished with status 'done'
15:00:42   Created wheel for mock: filename=mock-1.0.1-py3-none-any.whl size=23755 sha256=1ed171a4aa80cc5b2b1971ab17445a706f5ea74faf2f86592f83b80b8955d352
15:00:42   Stored in directory: /root/.cache/pip/wheels/7a/94/b1/0fdc5339a5bd487a5cc15421ec200d9ba3e2aa7190e4a727f1
15:00:42 Successfully built mock
15:00:42 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
15:00:42   Attempting uninstall: setuptools
15:00:42     Found existing installation: setuptools 51.0.0
15:00:42     Uninstalling setuptools-51.0.0:
15:00:42       Successfully uninstalled setuptools-51.0.0
15:00:43 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
15:00:43 Removing intermediate container 685e17e300dc
15:00:43  ---> 6d45f96f61de
15:00:43 Step 20/21 : COPY . /src
15:00:44  ---> 4e0a91671a25
15:00:44 Step 21/21 : RUN pip install .
15:00:44  ---> Running in 0ef5f8b97078
15:00:44 Processing /src
15:00:45 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.7/site-packages (from docker==4.5.0.dev0) (1.10.0)
15:00:45 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)
15:00:45 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)
15:00:45 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)
15:00:45 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)
15:00:45 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)
15:00:45 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)
15:00:45 Building wheels for collected packages: docker
15:00:45   Building wheel for docker (setup.py): started
15:00:45   Building wheel for docker (setup.py): finished with status 'done'
15:00:45   Created wheel for docker: filename=docker-4.5.0.dev0-py2.py3-none-any.whl size=146866 sha256=ffca2dd231b0dbf13352032e139c6fd41711e615d28f5994218bb71d259b3f92
15:00:45   Stored in directory: /tmp/pip-ephem-wheel-cache-h4tcoucy/wheels/6f/63/19/359cf44f647b75d0ea75ecc03aa429fec4c372b453eb4b6525
15:00:45 Successfully built docker
15:00:45 Installing collected packages: docker
15:00:45 Successfully installed docker-4.5.0.dev0
15:00:46 Removing intermediate container 0ef5f8b97078
15:00:46  ---> 9b9b20a8219d
15:00:46 Successfully built 9b9b20a8219d
15:00:46 Successfully tagged dockerbuildbot/docker-py:py3-c9f0ce2596c36be68020dd3f05f86505a5a9da18
[Pipeline] isUnix
[Pipeline] sh
15:00:46 + docker tag dockerbuildbot/docker-py:py3-c9f0ce2596c36be68020dd3f05f86505a5a9da18 dockerbuildbot/docker-py:py3-c9f0ce2596c36be68020dd3f05f86505a5a9da18
[Pipeline] isUnix
[Pipeline] sh
15:00:46 + docker push dockerbuildbot/docker-py:py3-c9f0ce2596c36be68020dd3f05f86505a5a9da18
15:00:46 The push refers to repository [docker.io/dockerbuildbot/docker-py]
15:00:46 d976fc12c506: Preparing
15:00:46 e1109eaeaffb: Preparing
15:00:46 937e794aec9c: Preparing
15:00:46 ee7efc94eb35: Preparing
15:00:46 0410aae885da: Preparing
15:00:46 a322e02de328: Preparing
15:00:46 2e201e8a78c8: Preparing
15:00:46 ac2c4af5cb20: Preparing
15:00:46 ccdba7bd7403: Preparing
15:00:46 8fc6eec1b942: Preparing
15:00:46 9b3e92f77d0c: Preparing
15:00:46 1f2e98b00a08: Preparing
15:00:46 f0f89feda738: Preparing
15:00:46 7e789ae0aa95: Preparing
15:00:46 0d68cf934a53: Preparing
15:00:46 49a37ce5226c: Preparing
15:00:46 778380774eab: Preparing
15:00:46 3da8662a6eed: Preparing
15:00:46 6a6ea1335e48: Preparing
15:00:46 4324e0912cc9: Preparing
15:00:46 59840d625c92: Preparing
15:00:46 da87e334550a: Preparing
15:00:46 c5f4367d4a59: Preparing
15:00:46 ceecb62b2fcc: Preparing
15:00:46 193bc1d68b80: Preparing
15:00:46 f0e10b20de19: Preparing
15:00:46 a322e02de328: Waiting
15:00:46 2e201e8a78c8: Waiting
15:00:46 ac2c4af5cb20: Waiting
15:00:46 ccdba7bd7403: Waiting
15:00:46 8fc6eec1b942: Waiting
15:00:46 9b3e92f77d0c: Waiting
15:00:46 1f2e98b00a08: Waiting
15:00:46 f0f89feda738: Waiting
15:00:46 7e789ae0aa95: Waiting
15:00:46 0d68cf934a53: Waiting
15:00:46 49a37ce5226c: Waiting
15:00:46 778380774eab: Waiting
15:00:46 3da8662a6eed: Waiting
15:00:46 6a6ea1335e48: Waiting
15:00:46 4324e0912cc9: Waiting
15:00:46 59840d625c92: Waiting
15:00:46 da87e334550a: Waiting
15:00:46 c5f4367d4a59: Waiting
15:00:46 ceecb62b2fcc: Waiting
15:00:46 193bc1d68b80: Waiting
15:00:46 f0e10b20de19: Waiting
15:00:48 ee7efc94eb35: Pushed
15:00:49 d976fc12c506: Pushed
15:00:49 e1109eaeaffb: Pushed
15:00:49 937e794aec9c: Pushed
15:00:50 a322e02de328: Pushed
15:00:51 0410aae885da: Pushed
15:00:51 ccdba7bd7403: Pushed
15:00:51 2e201e8a78c8: Pushed
15:00:51 ac2c4af5cb20: Pushed
15:00:52 8fc6eec1b942: Pushed
15:00:53 1f2e98b00a08: Pushed
15:00:53 9b3e92f77d0c: Pushed
15:00:53 f0f89feda738: Pushed
15:00:53 3da8662a6eed: Layer already exists
15:00:53 6a6ea1335e48: Layer already exists
15:00:53 4324e0912cc9: Layer already exists
15:00:53 59840d625c92: Layer already exists
15:00:53 0d68cf934a53: Pushed
15:00:53 c5f4367d4a59: Layer already exists
15:00:53 da87e334550a: Layer already exists
15:00:53 ceecb62b2fcc: Layer already exists
15:00:53 193bc1d68b80: Layer already exists
15:00:53 f0e10b20de19: Layer already exists
15:00:53 7e789ae0aa95: Pushed
15:00:54 778380774eab: Pushed
15:00:56 49a37ce5226c: Pushed
15:00:58 py3-c9f0ce2596c36be68020dd3f05f86505a5a9da18: digest: sha256:b4d3394f82781cab74e2aa55cc2620cbd99d20a685a7f87387ded038b3e01911 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/ca237f94-76e2-4e63-b0bc-838172fe312c/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] sh
15:00:59 + docker run --rm --entrypoint=python dockerbuildbot/docker-py:py3-c9f0ce2596c36be68020dd3f05f86505a5a9da18 /src/scripts/versions.py
15:00:59 Unable to find image 'dockerbuildbot/docker-py:py3-c9f0ce2596c36be68020dd3f05f86505a5a9da18' locally
15:00:59 py3-c9f0ce2596c36be68020dd3f05f86505a5a9da18: Pulling from dockerbuildbot/docker-py
15:00:59 6c33745f49b4: Already exists
15:00:59 ef072fc32a84: Already exists
15:00:59 c0afb8e68e0b: Already exists
15:00:59 d599c07d28e6: Already exists
15:00:59 f2ecc74db11a: Already exists
15:00:59 26856d31ce86: Already exists
15:00:59 d4db05d8da44: Already exists
15:00:59 a63ae5575b2c: Already exists
15:00:59 a8c72204fafe: Already exists
15:00:59 536cc87b873a: Pulling fs layer
15:00:59 fdf400fe3322: Pulling fs layer
15:00:59 e9d0b46f8fda: Pulling fs layer
15:00:59 1e006313f540: Pulling fs layer
15:00:59 30b55469d79a: Pulling fs layer
15:00:59 5adc99c4021d: Pulling fs layer
15:00:59 8b8cf4be84ed: Pulling fs layer
15:00:59 30b55469d79a: Waiting
15:00:59 5adc99c4021d: Waiting
15:00:59 2e197c405cba: Pulling fs layer
15:00:59 027061a7a6a8: Pulling fs layer
15:00:59 8b8cf4be84ed: Waiting
15:00:59 2e197c405cba: Waiting
15:00:59 907e8552c705: Pulling fs layer
15:00:59 3566721842f2: Pulling fs layer
15:00:59 8125b1c954b0: Pulling fs layer
15:00:59 027061a7a6a8: Waiting
15:00:59 c32b9614f0c5: Pulling fs layer
15:00:59 907e8552c705: Waiting
15:00:59 569fefda9342: Pulling fs layer
15:00:59 3566721842f2: Waiting
15:00:59 419bf21e2413: Pulling fs layer
15:00:59 8125b1c954b0: Waiting
15:00:59 fa5768426edf: Pulling fs layer
15:00:59 5ad1be9bbba0: Pulling fs layer
15:00:59 c32b9614f0c5: Waiting
15:00:59 419bf21e2413: Waiting
15:00:59 fa5768426edf: Waiting
15:00:59 5ad1be9bbba0: Waiting
15:00:59 e9d0b46f8fda: Verifying Checksum
15:00:59 e9d0b46f8fda: Download complete
15:00:59 536cc87b873a: Verifying Checksum
15:00:59 536cc87b873a: Download complete
15:00:59 1e006313f540: Verifying Checksum
15:00:59 1e006313f540: Download complete
15:00:59 30b55469d79a: Verifying Checksum
15:00:59 30b55469d79a: Download complete
15:00:59 5adc99c4021d: Verifying Checksum
15:00:59 5adc99c4021d: Download complete
15:00:59 536cc87b873a: Pull complete
15:00:59 fdf400fe3322: Verifying Checksum
15:00:59 fdf400fe3322: Download complete
15:00:59 027061a7a6a8: Verifying Checksum
15:00:59 027061a7a6a8: Download complete
15:00:59 8b8cf4be84ed: Verifying Checksum
15:00:59 8b8cf4be84ed: Download complete
15:00:59 2e197c405cba: Verifying Checksum
15:00:59 2e197c405cba: Download complete
15:00:59 3566721842f2: Verifying Checksum
15:00:59 3566721842f2: Download complete
15:00:59 907e8552c705: Verifying Checksum
15:00:59 907e8552c705: Download complete
15:00:59 8125b1c954b0: Verifying Checksum
15:00:59 8125b1c954b0: Download complete
15:00:59 fdf400fe3322: Pull complete
15:00:59 569fefda9342: Verifying Checksum
15:00:59 569fefda9342: Download complete
15:00:59 419bf21e2413: Verifying Checksum
15:00:59 419bf21e2413: Download complete
15:00:59 fa5768426edf: Verifying Checksum
15:00:59 fa5768426edf: Download complete
15:00:59 e9d0b46f8fda: Pull complete
15:00:59 5ad1be9bbba0: Download complete
15:00:59 c32b9614f0c5: Verifying Checksum
15:00:59 c32b9614f0c5: Download complete
15:00:59 1e006313f540: Pull complete
15:00:59 30b55469d79a: Pull complete
15:00:59 5adc99c4021d: Pull complete
15:00:59 8b8cf4be84ed: Pull complete
15:00:59 2e197c405cba: Pull complete
15:01:00 027061a7a6a8: Pull complete
15:01:00 907e8552c705: Pull complete
15:01:00 3566721842f2: Pull complete
15:01:00 8125b1c954b0: Pull complete
15:01:00 c32b9614f0c5: Pull complete
15:01:00 569fefda9342: Pull complete
15:01:01 419bf21e2413: Pull complete
15:01:01 fa5768426edf: Pull complete
15:01:01 5ad1be9bbba0: Pull complete
15:01:01 Digest: sha256:b4d3394f82781cab74e2aa55cc2620cbd99d20a685a7f87387ded038b3e01911
15:01:01 Status: Downloaded newer image for dockerbuildbot/docker-py:py3-c9f0ce2596c36be68020dd3f05f86505a5a9da18
[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
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-090e0414fa04c0051) in /home/ubuntu/workspace/docker-py_PR-2724
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0933489a42d4b9cac) in /home/ubuntu/workspace/docker-py_PR-2724
[Pipeline] {
[Pipeline] {
[Pipeline] {
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] withDockerRegistry
[Pipeline] withDockerRegistry
[Pipeline] withDockerRegistry
[Pipeline] {
[Pipeline] {
[Pipeline] withDockerRegistry
[Pipeline] withDockerRegistry
[Pipeline] // withDockerRegistry
[Pipeline] // withDockerRegistry
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] // node
[Pipeline] // node
[Pipeline] // node
[Pipeline] }
Failed in branch py2.7_19.03.12
[Pipeline] }
Failed in branch py2.7_20.10.1
[Pipeline] }
Failed in branch py3.7_20.10.1
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py2.7_19.03.13
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_19.03.12
[Pipeline] // withDockerRegistry
[Pipeline] }
[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-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 (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-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-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