Skip to content
Failed

Console Output

Pull request #2724 opened
14:41:04 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 986b68828ea806b802486f0568fdc071f6f4b74d+ab0d65e2e0f09d47886b79f874e344da9a523286 (d1911112f1fd14295ec4a49cdf345589e1a083d2)
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
using credential jps-reader
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/jps.git
 > git init /var/cloudbees-jenkins-distribution/workspace/docker-py_PR-2724@libs/jps # timeout=10
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
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10
Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file"
First time build. Skipping changelog.
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
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
Still waiting to schedule task
Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0988285220270b550) 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/9d72a9f1-6d30-421c-9bc6-374f8f0fe80d/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:42:18 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
14:42:18 chowning workspace
[Pipeline] sh
14:42:19 + pwd
14:42:19 + id -u
14:42:19 + id -g
14:42:19 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2724:/workspace busybox chown -R 1000:1000 /workspace
14:42:19 Unable to find image 'busybox:latest' locally
14:42:19 latest: Pulling from library/busybox
14:42:19 ea97eb0eb3ec: Pulling fs layer
14:42:19 ea97eb0eb3ec: Verifying Checksum
14:42:19 ea97eb0eb3ec: Download complete
14:42:20 ea97eb0eb3ec: Pull complete
14:42:20 Digest: sha256:bde48e1751173b709090c2539fdf12d6ba64e88ec7a4301591227ce925f3c678
14:42:20 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
14:42:23 Removing all docker containers
[Pipeline] sh
14:42:24 + docker container ls -aq
[Pipeline] echo
14:42:24 Docker containers have been removed
[Pipeline] echo
14:42:24 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
14:42:24 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image)
[Pipeline] checkout
14:42:26 using credential docker-jenkins-github-credentials
14:42:26 Cloning the remote Git repository
14:42:26 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:42:29 Fetching without tags
14:42:29 Merging remotes/origin/master commit ab0d65e2e0f09d47886b79f874e344da9a523286 into PR head commit 986b68828ea806b802486f0568fdc071f6f4b74d
14:42:29 Merge succeeded, producing 074d030317a4425e83cf5b8ab4f48d429b7c8b78
14:42:29 Checking out Revision 074d030317a4425e83cf5b8ab4f48d429b7c8b78 (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 986b68828ea806b802486f0568fdc071f6f4b74d # 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 ab0d65e2e0f09d47886b79f874e344da9a523286 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 074d030317a4425e83cf5b8ab4f48d429b7c8b78 # timeout=10
14:42:33 Commit message: "Merge commit 'ab0d65e2e0f09d47886b79f874e344da9a523286' into HEAD"
14:42:33 First time build. Skipping changelog.
[Pipeline] sh
14:42:34 + git rev-parse HEAD
[Pipeline] withDockerRegistry
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
[Pipeline] {
[Pipeline] isUnix
[Pipeline] sh
14:42:35 + docker pull dockerbuildbot/docker-py:sshdind-074d030317a4425e83cf5b8ab4f48d429b7c8b78
14:42:35 Error response from daemon: manifest for dockerbuildbot/docker-py:sshdind-074d030317a4425e83cf5b8ab4f48d429b7c8b78 not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
14:42:35 + docker build -t dockerbuildbot/docker-py:sshdind-074d030317a4425e83cf5b8ab4f48d429b7c8b78 -f tests/Dockerfile-ssh-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/170d01ca-6062-4326-8188-75ccc0ba39aa/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
14:42:35 Sending build context to Docker daemon   1.37MB

14:42:35 Step 1/11 : ARG API_VERSION=1.39
14:42:35 Step 2/11 : ARG ENGINE_VERSION=19.03.12
14:42:35 Step 3/11 : FROM docker:${ENGINE_VERSION}-dind
14:42:36 19.03.12-dind: Pulling from library/docker
14:42:36 df20fa9351a1: Pulling fs layer
14:42:36 25ad7478873d: Pulling fs layer
14:42:36 4684f6177b5d: Pulling fs layer
14:42:36 46e300cec669: Pulling fs layer
14:42:36 63038576ad94: Pulling fs layer
14:42:36 0fdb76c4706c: Pulling fs layer
14:42:36 cb7edeffdfd5: Pulling fs layer
14:42:36 cc28bd76800f: Pulling fs layer
14:42:36 54196fe38f7e: Pulling fs layer
14:42:36 ea71acc29633: Pulling fs layer
14:42:36 657cc4c15165: Pulling fs layer
14:42:36 46e300cec669: Waiting
14:42:36 63038576ad94: Waiting
14:42:36 0fdb76c4706c: Waiting
14:42:36 cb7edeffdfd5: Waiting
14:42:36 cc28bd76800f: Waiting
14:42:36 54196fe38f7e: Waiting
14:42:36 ea71acc29633: Waiting
14:42:36 657cc4c15165: Waiting
14:42:36 4684f6177b5d: Verifying Checksum
14:42:36 4684f6177b5d: Download complete
14:42:36 25ad7478873d: Verifying Checksum
14:42:36 25ad7478873d: Download complete
14:42:36 df20fa9351a1: Verifying Checksum
14:42:36 df20fa9351a1: Download complete
14:42:36 63038576ad94: Verifying Checksum
14:42:36 63038576ad94: Download complete
14:42:36 0fdb76c4706c: Verifying Checksum
14:42:36 0fdb76c4706c: Download complete
14:42:36 cb7edeffdfd5: Verifying Checksum
14:42:36 cb7edeffdfd5: Download complete
14:42:36 54196fe38f7e: Download complete
14:42:36 ea71acc29633: Verifying Checksum
14:42:36 ea71acc29633: Download complete
14:42:37 cc28bd76800f: Verifying Checksum
14:42:37 cc28bd76800f: Download complete
14:42:37 657cc4c15165: Verifying Checksum
14:42:37 657cc4c15165: Download complete
14:42:37 df20fa9351a1: Pull complete
14:42:37 25ad7478873d: Pull complete
14:42:38 4684f6177b5d: Pull complete
14:42:38 46e300cec669: Verifying Checksum
14:42:38 46e300cec669: Download complete
14:42:44 46e300cec669: Pull complete
14:42:44 63038576ad94: Pull complete
14:42:44 0fdb76c4706c: Pull complete
14:42:45 cb7edeffdfd5: Pull complete
14:42:46 cc28bd76800f: Pull complete
14:42:46 54196fe38f7e: Pull complete
14:42:46 ea71acc29633: Pull complete
14:42:47 657cc4c15165: Pull complete
14:42:47 Digest: sha256:674f1f40ff7c8ac14f5d8b6b28d8fb1f182647ff75304d018003f1e21a0d8771
14:42:47 Status: Downloaded newer image for docker:19.03.12-dind
14:42:47  ---> 66dc2d45749a
14:42:47 Step 4/11 : RUN apk add --no-cache 		openssh
14:42:47  ---> Running in 2cacc85b1032
14:42:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz
14:42:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz
14:42:49 (1/4) Installing openssh-sftp-server (8.3_p1-r1)
14:42:49 (2/4) Installing openssh-server-common (8.3_p1-r1)
14:42:49 (3/4) Installing openssh-server (8.3_p1-r1)
14:42:49 (4/4) Installing openssh (8.3_p1-r1)
14:42:49 Executing busybox-1.31.1-r16.trigger
14:42:49 OK: 28 MiB in 51 packages
14:42:49 Removing intermediate container 2cacc85b1032
14:42:49  ---> b5687496327b
14:42:49 Step 5/11 : RUN ssh-keygen -A
14:42:49  ---> Running in a9e9a3d81cb7
14:42:50 ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 
14:42:51 Removing intermediate container a9e9a3d81cb7
14:42:51  ---> 952141ed95a0
14:42:51 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:42:51  ---> Running in 7f53af727103
14:42:53 Removing intermediate container 7f53af727103
14:42:53  ---> af164ffe5872
14:42:53 Step 7/11 : COPY tests/ssh-keys/authorized_keys /root/.ssh/authorized_keys
14:42:53  ---> fba96f248db0
14:42:53 Step 8/11 : RUN chmod 600 /root/.ssh/authorized_keys
14:42:53  ---> Running in 18eebacad985
14:42:54 Removing intermediate container 18eebacad985
14:42:54  ---> 52ecf9e642fb
14:42:54 Step 9/11 : RUN echo "root:root" | chpasswd
14:42:54  ---> Running in 3e86bd73d28c
14:42:55 chpasswd: password for 'root' changed
14:42:55 Removing intermediate container 3e86bd73d28c
14:42:55  ---> eb72c9e2732a
14:42:55 Step 10/11 : RUN ln -s /usr/local/bin/docker /usr/bin/docker
14:42:55  ---> Running in d02158819fc8
14:42:56 Removing intermediate container d02158819fc8
14:42:56  ---> dd6d555f9d8d
14:42:56 Step 11/11 : EXPOSE 22
14:42:57  ---> Running in 110db3d889ff
14:42:57 Removing intermediate container 110db3d889ff
14:42:57  ---> 44903c5c0f49
14:42:57 Successfully built 44903c5c0f49
14:42:57 Successfully tagged dockerbuildbot/docker-py:sshdind-074d030317a4425e83cf5b8ab4f48d429b7c8b78
[Pipeline] isUnix
[Pipeline] sh
14:42:57 + docker tag dockerbuildbot/docker-py:sshdind-074d030317a4425e83cf5b8ab4f48d429b7c8b78 dockerbuildbot/docker-py:sshdind-074d030317a4425e83cf5b8ab4f48d429b7c8b78
[Pipeline] isUnix
[Pipeline] sh
14:42:57 + docker push dockerbuildbot/docker-py:sshdind-074d030317a4425e83cf5b8ab4f48d429b7c8b78
14:42:57 The push refers to repository [docker.io/dockerbuildbot/docker-py]
14:42:57 fabefcad760f: Preparing
14:42:57 d5296eada490: Preparing
14:42:57 0a2a97ab4cca: Preparing
14:42:57 1b3b358d9d2e: Preparing
14:42:57 a5a43d1bbc36: Preparing
14:42:57 6d895597af35: Preparing
14:42:57 9479a41d3673: Preparing
14:42:57 1149e736aa92: Preparing
14:42:57 39e79983ac8b: Preparing
14:42:57 da8c28465f82: Preparing
14:42:57 d1292e236c36: Preparing
14:42:57 8890c171a12b: Preparing
14:42:57 4ae5bd84d450: Preparing
14:42:57 723a561964c8: Preparing
14:42:57 78764725b56c: Preparing
14:42:57 51d6d3d09136: Preparing
14:42:57 1507bc794612: Preparing
14:42:57 50644c29ef5a: Preparing
14:42:57 6d895597af35: Waiting
14:42:57 9479a41d3673: Waiting
14:42:57 1149e736aa92: Waiting
14:42:57 39e79983ac8b: Waiting
14:42:57 da8c28465f82: Waiting
14:42:57 d1292e236c36: Waiting
14:42:57 8890c171a12b: Waiting
14:42:57 4ae5bd84d450: Waiting
14:42:57 723a561964c8: Waiting
14:42:57 78764725b56c: Waiting
14:42:57 51d6d3d09136: Waiting
14:42:57 1507bc794612: Waiting
14:42:57 50644c29ef5a: Waiting
14:42:59 d5296eada490: Pushed
14:42:59 1b3b358d9d2e: Pushed
14:42:59 fabefcad760f: Pushed
14:42:59 1149e736aa92: Layer already exists
14:42:59 39e79983ac8b: Layer already exists
14:42:59 da8c28465f82: Layer already exists
14:42:59 d1292e236c36: Layer already exists
14:42:59 a5a43d1bbc36: Pushed
14:42:59 8890c171a12b: Layer already exists
14:42:59 4ae5bd84d450: Layer already exists
14:42:59 723a561964c8: Layer already exists
14:42:59 51d6d3d09136: Layer already exists
14:42:59 78764725b56c: Layer already exists
14:42:59 1507bc794612: Layer already exists
14:42:59 50644c29ef5a: Layer already exists
14:42:59 0a2a97ab4cca: Pushed
14:43:00 9479a41d3673: Pushed
14:43:00 6d895597af35: Pushed
14:43:03 sshdind-074d030317a4425e83cf5b8ab4f48d429b7c8b78: digest: sha256:44891cfbc80807cc59ffb60e84695b43fca41a442dfaf00c834f88fe56cc3aa8 size: 4067
[Pipeline] isUnix
[Pipeline] sh
14:43:03 + docker pull dockerbuildbot/docker-py:py2-074d030317a4425e83cf5b8ab4f48d429b7c8b78
14:43:03 Error response from daemon: manifest for dockerbuildbot/docker-py:py2-074d030317a4425e83cf5b8ab4f48d429b7c8b78 not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
14:43:04 + docker build -t dockerbuildbot/docker-py:py2-074d030317a4425e83cf5b8ab4f48d429b7c8b78 -f tests/Dockerfile --build-arg PYTHON_VERSION=2.7 .
14:43:04 Sending build context to Docker daemon   1.37MB

14:43:04 Step 1/21 : ARG PYTHON_VERSION=3.7
14:43:04 Step 2/21 : FROM python:${PYTHON_VERSION}
14:43:04 2.7: Pulling from library/python
14:43:04 7e2b2a5af8f6: Pulling fs layer
14:43:04 09b6f03ffac4: Pulling fs layer
14:43:04 dc3f0c679f0f: Pulling fs layer
14:43:04 fd4b47407fc3: Pulling fs layer
14:43:04 b32f6bf7d96d: Pulling fs layer
14:43:04 fd4b47407fc3: Waiting
14:43:04 b32f6bf7d96d: Waiting
14:43:04 6f4489a7e4cf: Pulling fs layer
14:43:04 af4b99ad9ef0: Pulling fs layer
14:43:04 39db0bc48c26: Pulling fs layer
14:43:04 acb4a89489fc: Pulling fs layer
14:43:04 6f4489a7e4cf: Waiting
14:43:04 af4b99ad9ef0: Waiting
14:43:04 39db0bc48c26: Waiting
14:43:04 acb4a89489fc: Waiting
14:43:04 09b6f03ffac4: Verifying Checksum
14:43:04 09b6f03ffac4: Download complete
14:43:04 dc3f0c679f0f: Verifying Checksum
14:43:04 dc3f0c679f0f: Download complete
14:43:06 7e2b2a5af8f6: Download complete
14:43:06 6f4489a7e4cf: Verifying Checksum
14:43:06 6f4489a7e4cf: Download complete
14:43:06 fd4b47407fc3: Verifying Checksum
14:43:06 fd4b47407fc3: Download complete
14:43:06 39db0bc48c26: Verifying Checksum
14:43:06 39db0bc48c26: Download complete
14:43:07 af4b99ad9ef0: Verifying Checksum
14:43:07 af4b99ad9ef0: Download complete
14:43:07 acb4a89489fc: Verifying Checksum
14:43:07 acb4a89489fc: Download complete
14:43:10 b32f6bf7d96d: Verifying Checksum
14:43:10 b32f6bf7d96d: Download complete
14:43:12 7e2b2a5af8f6: Pull complete
14:43:12 09b6f03ffac4: Pull complete
14:43:13 dc3f0c679f0f: Pull complete
14:43:17 fd4b47407fc3: Pull complete
14:43:29 b32f6bf7d96d: Pull complete
14:43:30 6f4489a7e4cf: Pull complete
14:43:30 af4b99ad9ef0: Pull complete
14:43:30 39db0bc48c26: Pull complete
14:43:31 acb4a89489fc: Pull complete
14:43:31 Digest: sha256:cfa62318c459b1fde9e0841c619906d15ada5910d625176e24bf692cf8a2601d
14:43:31 Status: Downloaded newer image for python:2.7
14:43:31  ---> 68e7be49c28c
14:43:31 Step 3/21 : ARG APT_MIRROR
14:43:32  ---> Running in 4caf235be886
14:43:32 Removing intermediate container 4caf235be886
14:43:32  ---> e7f11caad051
14:43:32 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:43:32  ---> Running in 6fdbd8066b7a
14:43:33 Removing intermediate container 6fdbd8066b7a
14:43:33  ---> 40143a5dca82
14:43:33 Step 5/21 : RUN apt-get update && apt-get -y install --no-install-recommends     gnupg2     pass
14:43:33  ---> Running in 17bd0b880ab8
14:43:34 Get:1 http://deb.debian.org/debian buster InRelease [121 kB]
14:43:34 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
14:43:34 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
14:43:34 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
14:43:35 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
14:43:35 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [256 kB]
14:43:36 Fetched 8410 kB in 2s (3610 kB/s)
14:43:37 Reading package lists...
14:43:38 Reading package lists...
14:43:38 Building dependency tree...
14:43:38 Reading state information...
14:43:38 The following additional packages will be installed:
14:43:38   tree
14:43:38 Suggested packages:
14:43:38   libxml-simple-perl ruby
14:43:38 Recommended packages:
14:43:38   qrencode xclip
14:43:38 The following NEW packages will be installed:
14:43:38   gnupg2 pass tree
14:43:39 0 upgraded, 3 newly installed, 0 to remove and 78 not upgraded.
14:43:39 Need to get 481 kB of archives.
14:43:39 After this operation, 684 kB of additional disk space will be used.
14:43:39 Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u1 [393 kB]
14:43:39 Get:2 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB]
14:43:39 Get:3 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB]
14:43:39 debconf: delaying package configuration, since apt-utils is not installed
14:43:39 Fetched 481 kB in 0s (1777 kB/s)
14:43:39 Selecting previously unselected package gnupg2.
14:43:39 (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:43:39 Preparing to unpack .../gnupg2_2.2.12-1+deb10u1_all.deb ...
14:43:39 Unpacking gnupg2 (2.2.12-1+deb10u1) ...
14:43:39 Selecting previously unselected package tree.
14:43:39 Preparing to unpack .../tree_1.8.0-1_amd64.deb ...
14:43:39 Unpacking tree (1.8.0-1) ...
14:43:39 Selecting previously unselected package pass.
14:43:39 Preparing to unpack .../archives/pass_1.7.3-2_all.deb ...
14:43:39 Unpacking pass (1.7.3-2) ...
14:43:39 Setting up gnupg2 (2.2.12-1+deb10u1) ...
14:43:39 Setting up tree (1.8.0-1) ...
14:43:39 Setting up pass (1.7.3-2) ...
14:43:41 Removing intermediate container 17bd0b880ab8
14:43:41  ---> 0907d46bca64
14:43:41 Step 6/21 : COPY tests/ssh-keys /root/.ssh
14:43:41  ---> 7d46cdb72362
14:43:41 Step 7/21 : RUN chmod -R 600 /root/.ssh
14:43:41  ---> Running in e7bfa9a55e0c
14:43:42 Removing intermediate container e7bfa9a55e0c
14:43:42  ---> 18a426c03b23
14:43:42 Step 8/21 : COPY ./tests/gpg-keys /gpg-keys
14:43:42  ---> 1dd1db3b0674
14:43:42 Step 9/21 : RUN gpg2 --import gpg-keys/secret
14:43:42  ---> Running in 60f2de2a23d5
14:43:43 gpg: directory '/root/.gnupg' created
14:43:43 gpg: keybox '/root/.gnupg/pubring.kbx' created
14:43:43 gpg: /root/.gnupg/trustdb.gpg: trustdb created
14:43:43 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
14:43:43 gpg: key 464ED987A7B21401: secret key imported
14:43:43 gpg: Total number processed: 1
14:43:43 gpg:               imported: 1
14:43:43 gpg:       secret keys read: 1
14:43:43 gpg:   secret keys imported: 1
14:43:43 Removing intermediate container 60f2de2a23d5
14:43:43  ---> cbf2153d55b2
14:43:43 Step 10/21 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
14:43:43  ---> Running in f930d2fdbf13
14:43:44 gpg: inserting ownertrust of 6
14:43:44 Removing intermediate container f930d2fdbf13
14:43:44  ---> f0caf9514985
14:43:44 Step 11/21 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
14:43:44  ---> Running in 6958929b5cd9
14:43:45 gpg: please do a --check-trustdb
14:43:45 mkdir: created directory '/root/.password-store/'
14:43:45 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
14:43:46 Removing intermediate container 6958929b5cd9
14:43:46  ---> b5c46d3b39c3
14:43:46 Step 12/21 : RUN gpg2 --check-trustdb
14:43:46  ---> Running in 5e2ca92c7b54
14:43:46 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
14:43:46 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
14:43:47 Removing intermediate container 5e2ca92c7b54
14:43:47  ---> c0464803c993
14:43:47 Step 13/21 : ARG CREDSTORE_VERSION=v0.6.3
14:43:47  ---> Running in 0de5fba428aa
14:43:47 Removing intermediate container 0de5fba428aa
14:43:47  ---> 4b849416633a
14:43:47 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:43:47  ---> Running in 1c92080b49ec
14:43:49 Removing intermediate container 1c92080b49ec
14:43:49  ---> 8c3811cc9dab
14:43:49 Step 15/21 : WORKDIR /src
14:43:49  ---> Running in 4fca97620662
14:43:49 Removing intermediate container 4fca97620662
14:43:49  ---> 8f67b7c79cfa
14:43:49 Step 16/21 : COPY requirements.txt /src/requirements.txt
14:43:49  ---> 54c5604e4047
14:43:49 Step 17/21 : RUN pip install -r requirements.txt
14:43:49  ---> Running in cc590073abd6
14:43:50 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:43:50 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment
14:43:50 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:43:54 Collecting asn1crypto==0.22.0
14:43:55   Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB)
14:43:55 Collecting backports.ssl-match-hostname==3.5.0.1
14:43:55   Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB)
14:43:56 Collecting cffi==1.10.0
14:43:56   Downloading cffi-1.10.0-cp27-cp27mu-manylinux1_x86_64.whl (392 kB)
14:43:57 Collecting cryptography==3.2
14:43:57   Downloading cryptography-3.2-cp27-cp27mu-manylinux2010_x86_64.whl (2.7 MB)
14:43:57 Collecting enum34==1.1.6
14:43:57   Downloading enum34-1.1.6-py2-none-any.whl (12 kB)
14:43:57 Collecting idna==2.5
14:43:57   Downloading idna-2.5-py2.py3-none-any.whl (55 kB)
14:43:57 Collecting ipaddress==1.0.18
14:43:57   Downloading ipaddress-1.0.18-py2-none-any.whl (17 kB)
14:43:57 Collecting packaging==16.8
14:43:57   Downloading packaging-16.8-py2.py3-none-any.whl (23 kB)
14:43:57 Collecting paramiko==2.4.2
14:43:57   Downloading paramiko-2.4.2-py2.py3-none-any.whl (193 kB)
14:43:57 Collecting pycparser==2.17
14:43:57   Downloading pycparser-2.17.tar.gz (231 kB)
14:43:58 Collecting pyOpenSSL==18.0.0
14:43:58   Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB)
14:43:58 Collecting pyparsing==2.2.0
14:43:58   Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB)
14:43:58 Collecting requests==2.20.0
14:43:58   Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB)
14:43:58 Collecting six==1.10.0
14:43:58   Downloading six-1.10.0-py2.py3-none-any.whl (10 kB)
14:43:58 Collecting urllib3==1.24.3
14:43:58   Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB)
14:43:58 Collecting websocket-client==0.56.0
14:43:58   Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB)
14:43:58 Collecting pyasn1>=0.1.7
14:43:58   Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
14:43:59 Collecting pynacl>=1.0.1
14:43:59   Downloading PyNaCl-1.4.0-cp27-cp27mu-manylinux1_x86_64.whl (964 kB)
14:43:59 Collecting bcrypt>=3.1.3
14:43:59   Downloading bcrypt-3.1.7-cp27-cp27mu-manylinux1_x86_64.whl (59 kB)
14:43:59 Collecting certifi>=2017.4.17
14:43:59   Downloading certifi-2020.12.5-py2.py3-none-any.whl (147 kB)
14:43:59 Collecting chardet<3.1.0,>=3.0.2
14:43:59   Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
14:43:59 Building wheels for collected packages: backports.ssl-match-hostname, pycparser
14:43:59   Building wheel for backports.ssl-match-hostname (setup.py): started
14:43:59   Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
14:43:59   Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py2-none-any.whl size=5209 sha256=f70a3bea6805e4674929c83732292043321e072df3df3a2c1b94b2e7b20fbf5d
14:43:59   Stored in directory: /root/.cache/pip/wheels/19/dd/8c/6cad8e6c38a9fe006dd7423ca1655bb1eb3cb94c5ce1814e4f
14:43:59   Building wheel for pycparser (setup.py): started
14:44:00   Building wheel for pycparser (setup.py): finished with status 'done'
14:44:00   Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=193884 sha256=55864cddde8ee6a3fc4aeab702d2fa6c4c229982dd705898c47b095c3380f127
14:44:00   Stored in directory: /root/.cache/pip/wheels/03/08/f2/bf70552f051cd78e9d8fe7d196ef762858dcfa156965e3a1e3
14:44:00 Successfully built backports.ssl-match-hostname pycparser
14:44:00 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:44:00   Attempting uninstall: six
14:44:00     Found existing installation: six 1.14.0
14:44:00     Uninstalling six-1.14.0:
14:44:00       Successfully uninstalled six-1.14.0
14:44:02 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:44:06 WARNING: You are using pip version 20.0.2; however, version 20.3.3 is available.
14:44:06 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
14:44:08 Removing intermediate container cc590073abd6
14:44:08  ---> 85bf00101df5
14:44:08 Step 18/21 : COPY test-requirements.txt /src/test-requirements.txt
14:44:08  ---> 5d0591df14bb
14:44:08 Step 19/21 : RUN pip install -r test-requirements.txt
14:44:08  ---> Running in 84fc1a24d233
14:44:09 /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:44:09   from cryptography import x509
14:44:09 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:44:14 Collecting setuptools==44.0.0
14:44:15   Downloading setuptools-44.0.0-py2.py3-none-any.whl (583 kB)
14:44:16 Collecting coverage==4.5.2
14:44:16   Downloading coverage-4.5.2-cp27-cp27mu-manylinux1_x86_64.whl (201 kB)
14:44:16 Collecting flake8==3.6.0
14:44:16   Downloading flake8-3.6.0-py2.py3-none-any.whl (68 kB)
14:44:16 Collecting mock==1.0.1
14:44:16   Downloading mock-1.0.1.tar.gz (818 kB)
14:44:16 Collecting pytest==4.3.1
14:44:16   Downloading pytest-4.3.1-py2.py3-none-any.whl (219 kB)
14:44:17 Collecting pytest-cov==2.6.1
14:44:17   Downloading pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB)
14:44:17 Collecting pytest-timeout==1.3.3
14:44:17   Downloading pytest_timeout-1.3.3-py2.py3-none-any.whl (9.8 kB)
14:44:17 Collecting pyflakes<2.1.0,>=2.0.0
14:44:17   Downloading pyflakes-2.0.0-py2.py3-none-any.whl (53 kB)
14:44:17 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:44:17 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:44:17 Collecting pycodestyle<2.5.0,>=2.4.0
14:44:17   Downloading pycodestyle-2.4.0-py2.py3-none-any.whl (62 kB)
14:44:17 Collecting mccabe<0.7.0,>=0.6.0
14:44:17   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
14:44:17 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:44:17 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:44:17 Collecting py>=1.5.0
14:44:17   Downloading py-1.10.0-py2.py3-none-any.whl (97 kB)
14:44:17 Collecting attrs>=17.4.0
14:44:17   Downloading attrs-20.3.0-py2.py3-none-any.whl (49 kB)
14:44:17 Collecting more-itertools<6.0.0,>=4.0.0; python_version <= "2.7"
14:44:17   Downloading more_itertools-5.0.0-py2-none-any.whl (52 kB)
14:44:17 Collecting atomicwrites>=1.0
14:44:17   Downloading atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB)
14:44:17 Collecting pluggy>=0.7
14:44:17   Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
14:44:17 Collecting funcsigs; python_version < "3.0"
14:44:17   Downloading funcsigs-1.0.2-py2.py3-none-any.whl (17 kB)
14:44:17 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:44:17 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:44:17 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:44:17 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:44:17 Building wheels for collected packages: mock
14:44:17   Building wheel for mock (setup.py): started
14:44:18   Building wheel for mock (setup.py): finished with status 'done'
14:44:18   Created wheel for mock: filename=mock-1.0.1-py2-none-any.whl size=23755 sha256=c02886cf5f802a102f3694fed4adcd49dd31222d4a0f7884877b6a892a30f9f5
14:44:18   Stored in directory: /root/.cache/pip/wheels/ad/62/e0/a06cc957652749e64c7904e899eca3ecb2ec47c60d52653660
14:44:18 Successfully built mock
14:44:18 Installing collected packages: setuptools, coverage, pyflakes, pycodestyle, mccabe, flake8, mock, py, attrs, more-itertools, atomicwrites, pluggy, funcsigs, pytest, pytest-cov, pytest-timeout
14:44:18   Attempting uninstall: setuptools
14:44:18     Found existing installation: setuptools 44.1.0
14:44:18     Uninstalling setuptools-44.1.0:
14:44:18       Successfully uninstalled setuptools-44.1.0
14:44:19 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:44:19 WARNING: You are using pip version 20.0.2; however, version 20.3.3 is available.
14:44:19 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
14:44:21 Removing intermediate container 84fc1a24d233
14:44:21  ---> 9916e59efe60
14:44:21 Step 20/21 : COPY . /src
14:44:21  ---> 2f1212754e40
14:44:21 Step 21/21 : RUN pip install .
14:44:21  ---> Running in 8c4b5ed95442
14:44:22 /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:44:22   from cryptography import x509
14:44:22 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:44:22 Processing /src
14:44:22 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python2.7/site-packages (from docker==4.4.0.dev0) (1.10.0)
14:44:22 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python2.7/site-packages (from docker==4.4.0.dev0) (0.56.0)
14:44:22 Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python2.7/site-packages (from docker==4.4.0.dev0) (2.20.0)
14:44:22 Requirement already satisfied: backports.ssl_match_hostname>=3.5 in /usr/local/lib/python2.7/site-packages (from docker==4.4.0.dev0) (3.5.0.1)
14:44:22 Requirement already satisfied: ipaddress>=1.0.16 in /usr/local/lib/python2.7/site-packages (from docker==4.4.0.dev0) (1.0.18)
14:44:22 Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python2.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.4.0.dev0) (2020.12.5)
14:44:22 Requirement already satisfied: idna<2.8,>=2.5 in /usr/local/lib/python2.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.4.0.dev0) (2.5)
14:44:22 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/local/lib/python2.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.4.0.dev0) (3.0.4)
14:44:22 Requirement already satisfied: urllib3<1.25,>=1.21.1 in /usr/local/lib/python2.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.4.0.dev0) (1.24.3)
14:44:22 Building wheels for collected packages: docker
14:44:22   Building wheel for docker (setup.py): started
14:44:23   Building wheel for docker (setup.py): finished with status 'done'
14:44:23   Created wheel for docker: filename=docker-4.4.0.dev0-py2.py3-none-any.whl size=146866 sha256=e78ab8ac5eb46be1301c016672a21708601d265eb2348ef36ec268c6912d34b2
14:44:23   Stored in directory: /tmp/pip-ephem-wheel-cache-DFcTa3/wheels/dc/45/28/050a7fcd95fc9b9f504d64d6668214323c48b439857458e65c
14:44:23 Successfully built docker
14:44:23 Installing collected packages: docker
14:44:23 Successfully installed docker-4.4.0.dev0
14:44:23 WARNING: You are using pip version 20.0.2; however, version 20.3.3 is available.
14:44:23 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
14:44:24 Removing intermediate container 8c4b5ed95442
14:44:24  ---> 2ca192f1facf
14:44:24 Successfully built 2ca192f1facf
14:44:24 Successfully tagged dockerbuildbot/docker-py:py2-074d030317a4425e83cf5b8ab4f48d429b7c8b78
[Pipeline] isUnix
[Pipeline] sh
14:44:24 + docker tag dockerbuildbot/docker-py:py2-074d030317a4425e83cf5b8ab4f48d429b7c8b78 dockerbuildbot/docker-py:py2-074d030317a4425e83cf5b8ab4f48d429b7c8b78
[Pipeline] isUnix
[Pipeline] sh
14:44:24 + docker push dockerbuildbot/docker-py:py2-074d030317a4425e83cf5b8ab4f48d429b7c8b78
14:44:24 The push refers to repository [docker.io/dockerbuildbot/docker-py]
14:44:24 1e0614f037ed: Preparing
14:44:24 2503dba3e9b7: Preparing
14:44:24 bd995afb20ba: Preparing
14:44:24 b5e656d39f60: Preparing
14:44:24 e943aa63c2e6: Preparing
14:44:24 ea2a209215c1: Preparing
14:44:24 ea8aa46d20b8: Preparing
14:44:24 c6857d276977: Preparing
14:44:24 708ee644de1a: Preparing
14:44:24 fcf1878acefb: Preparing
14:44:24 d6ad9990eb6c: Preparing
14:44:24 f1c5d31320e7: Preparing
14:44:24 55119c26a8dd: Preparing
14:44:24 cedbfedbdf20: Preparing
14:44:24 85050ee8bd65: Preparing
14:44:24 f0def541432c: Preparing
14:44:24 24c0593d716d: Preparing
14:44:24 e571d2d3c73c: Preparing
14:44:24 da7b0a80a4f2: Preparing
14:44:24 ceee8816bb96: Preparing
14:44:24 47458fb45d99: Preparing
14:44:24 46829331b1e4: Preparing
14:44:24 d35c5bda4793: Preparing
14:44:24 a3c1026c6bcc: Preparing
14:44:24 f1d420c2af1a: Preparing
14:44:24 461719022993: Preparing
14:44:24 cedbfedbdf20: Waiting
14:44:24 85050ee8bd65: Waiting
14:44:24 f0def541432c: Waiting
14:44:24 24c0593d716d: Waiting
14:44:24 e571d2d3c73c: Waiting
14:44:24 da7b0a80a4f2: Waiting
14:44:24 ceee8816bb96: Waiting
14:44:24 47458fb45d99: Waiting
14:44:24 46829331b1e4: Waiting
14:44:24 d35c5bda4793: Waiting
14:44:24 a3c1026c6bcc: Waiting
14:44:24 f1d420c2af1a: Waiting
14:44:24 461719022993: Waiting
14:44:24 c6857d276977: Waiting
14:44:24 708ee644de1a: Waiting
14:44:24 fcf1878acefb: Waiting
14:44:24 d6ad9990eb6c: Waiting
14:44:24 f1c5d31320e7: Waiting
14:44:24 55119c26a8dd: Waiting
14:44:24 ea2a209215c1: Waiting
14:44:24 ea8aa46d20b8: Waiting
14:44:26 2503dba3e9b7: Pushed
14:44:26 b5e656d39f60: Pushed
14:44:27 1e0614f037ed: Pushed
14:44:27 ea8aa46d20b8: Pushed
14:44:27 bd995afb20ba: Pushed
14:44:28 ea2a209215c1: Pushed
14:44:29 708ee644de1a: Pushed
14:44:29 fcf1878acefb: Pushed
14:44:29 c6857d276977: Pushed
14:44:29 e943aa63c2e6: Pushed
14:44:30 f1c5d31320e7: Pushed
14:44:30 d6ad9990eb6c: Pushed
14:44:31 55119c26a8dd: Pushed
14:44:31 e571d2d3c73c: Layer already exists
14:44:31 cedbfedbdf20: Pushed
14:44:31 da7b0a80a4f2: Layer already exists
14:44:31 ceee8816bb96: Layer already exists
14:44:31 47458fb45d99: Layer already exists
14:44:31 46829331b1e4: Layer already exists
14:44:31 d35c5bda4793: Layer already exists
14:44:31 a3c1026c6bcc: Layer already exists
14:44:31 85050ee8bd65: Pushed
14:44:31 f1d420c2af1a: Layer already exists
14:44:31 461719022993: Layer already exists
14:44:32 24c0593d716d: Pushed
14:44:34 f0def541432c: Pushed
14:44:36 py2-074d030317a4425e83cf5b8ab4f48d429b7c8b78: digest: sha256:5c8e06b00f66368ca346de4ec3300e8db9d9592d6b97cebe4571b86bdc3c89bb size: 5769
[Pipeline] isUnix
[Pipeline] sh
14:44:37 + docker pull dockerbuildbot/docker-py:py3-074d030317a4425e83cf5b8ab4f48d429b7c8b78
14:44:37 Error response from daemon: manifest for dockerbuildbot/docker-py:py3-074d030317a4425e83cf5b8ab4f48d429b7c8b78 not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
14:44:37 + docker build -t dockerbuildbot/docker-py:py3-074d030317a4425e83cf5b8ab4f48d429b7c8b78 -f tests/Dockerfile --build-arg PYTHON_VERSION=3.7 .
14:44:37 Sending build context to Docker daemon   1.37MB

14:44:37 Step 1/21 : ARG PYTHON_VERSION=3.7
14:44:37 Step 2/21 : FROM python:${PYTHON_VERSION}
14:44:37 3.7: Pulling from library/python
14:44:38 6c33745f49b4: Pulling fs layer
14:44:38 ef072fc32a84: Pulling fs layer
14:44:38 c0afb8e68e0b: Pulling fs layer
14:44:38 d599c07d28e6: Pulling fs layer
14:44:38 f2ecc74db11a: Pulling fs layer
14:44:38 26856d31ce86: Pulling fs layer
14:44:38 d4db05d8da44: Pulling fs layer
14:44:38 a63ae5575b2c: Pulling fs layer
14:44:38 a8c72204fafe: Pulling fs layer
14:44:38 f2ecc74db11a: Waiting
14:44:38 26856d31ce86: Waiting
14:44:38 d4db05d8da44: Waiting
14:44:38 d599c07d28e6: Waiting
14:44:38 a8c72204fafe: Waiting
14:44:38 a63ae5575b2c: Waiting
14:44:38 ef072fc32a84: Verifying Checksum
14:44:38 ef072fc32a84: Download complete
14:44:38 c0afb8e68e0b: Verifying Checksum
14:44:38 c0afb8e68e0b: Download complete
14:44:39 6c33745f49b4: Verifying Checksum
14:44:39 6c33745f49b4: Download complete
14:44:39 26856d31ce86: Verifying Checksum
14:44:39 26856d31ce86: Download complete
14:44:39 d599c07d28e6: Verifying Checksum
14:44:39 d599c07d28e6: Download complete
14:44:39 a63ae5575b2c: Verifying Checksum
14:44:39 a63ae5575b2c: Download complete
14:44:40 d4db05d8da44: Verifying Checksum
14:44:40 d4db05d8da44: Download complete
14:44:40 a8c72204fafe: Verifying Checksum
14:44:40 a8c72204fafe: Download complete
14:44:42 f2ecc74db11a: Verifying Checksum
14:44:42 f2ecc74db11a: Download complete
14:44:45 6c33745f49b4: Pull complete
14:44:45 ef072fc32a84: Pull complete
14:44:46 c0afb8e68e0b: Pull complete
14:44:50 d599c07d28e6: Pull complete
14:45:02 f2ecc74db11a: Pull complete
14:45:02 26856d31ce86: Pull complete
14:45:04 d4db05d8da44: Pull complete
14:45:04 a63ae5575b2c: Pull complete
14:45:04 a8c72204fafe: Pull complete
14:45:04 Digest: sha256:bdd950df83006ce9e7f7f9cb878a2ca72e945f3cbd37faef07509c8510d22ba8
14:45:04 Status: Downloaded newer image for python:3.7
14:45:04  ---> 978a47fa762f
14:45:04 Step 3/21 : ARG APT_MIRROR
14:45:06  ---> Running in 2d0075e94cc9
14:45:06 Removing intermediate container 2d0075e94cc9
14:45:06  ---> 9e56db3f4cbd
14:45:06 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:45:06  ---> Running in 10aea8430800
14:45:07 Removing intermediate container 10aea8430800
14:45:07  ---> c538fed93e5c
14:45:07 Step 5/21 : RUN apt-get update && apt-get -y install --no-install-recommends     gnupg2     pass
14:45:07  ---> Running in 2b719e8dcfbe
14:45:08 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
14:45:08 Get:2 http://deb.debian.org/debian buster InRelease [121 kB]
14:45:08 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
14:45:08 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [256 kB]
14:45:08 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
14:45:08 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
14:45:10 Fetched 8410 kB in 2s (3569 kB/s)
14:45:11 Reading package lists...
14:45:11 Reading package lists...
14:45:11 Building dependency tree...
14:45:11 Reading state information...
14:45:12 The following additional packages will be installed:
14:45:12   tree
14:45:12 Suggested packages:
14:45:12   libxml-simple-perl ruby
14:45:12 Recommended packages:
14:45:12   qrencode xclip
14:45:12 The following NEW packages will be installed:
14:45:12   gnupg2 pass tree
14:45:12 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
14:45:12 Need to get 481 kB of archives.
14:45:12 After this operation, 684 kB of additional disk space will be used.
14:45:12 Get:1 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u1 [393 kB]
14:45:12 Get:2 http://deb.debian.org/debian buster/main amd64 tree amd64 1.8.0-1 [49.3 kB]
14:45:12 Get:3 http://deb.debian.org/debian buster/main amd64 pass all 1.7.3-2 [39.2 kB]
14:45:12 debconf: delaying package configuration, since apt-utils is not installed
14:45:12 Fetched 481 kB in 0s (1764 kB/s)
14:45:12 Selecting previously unselected package gnupg2.
14:45:12 (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:45:12 Preparing to unpack .../gnupg2_2.2.12-1+deb10u1_all.deb ...
14:45:12 Unpacking gnupg2 (2.2.12-1+deb10u1) ...
14:45:12 Selecting previously unselected package tree.
14:45:12 Preparing to unpack .../tree_1.8.0-1_amd64.deb ...
14:45:12 Unpacking tree (1.8.0-1) ...
14:45:12 Selecting previously unselected package pass.
14:45:12 Preparing to unpack .../archives/pass_1.7.3-2_all.deb ...
14:45:12 Unpacking pass (1.7.3-2) ...
14:45:12 Setting up gnupg2 (2.2.12-1+deb10u1) ...
14:45:12 Setting up tree (1.8.0-1) ...
14:45:12 Setting up pass (1.7.3-2) ...
14:45:13 Removing intermediate container 2b719e8dcfbe
14:45:13  ---> 460e826ecd5e
14:45:13 Step 6/21 : COPY tests/ssh-keys /root/.ssh
14:45:13  ---> d355cedf6526
14:45:13 Step 7/21 : RUN chmod -R 600 /root/.ssh
14:45:14  ---> Running in 994ee1798583
14:45:15 Removing intermediate container 994ee1798583
14:45:15  ---> 1a16efdbfafd
14:45:15 Step 8/21 : COPY ./tests/gpg-keys /gpg-keys
14:45:15  ---> 4911856d31c6
14:45:15 Step 9/21 : RUN gpg2 --import gpg-keys/secret
14:45:15  ---> Running in 70fb21c43309
14:45:15 gpg: directory '/root/.gnupg' created
14:45:15 gpg: keybox '/root/.gnupg/pubring.kbx' created
14:45:15 gpg: /root/.gnupg/trustdb.gpg: trustdb created
14:45:15 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
14:45:15 gpg: key 464ED987A7B21401: secret key imported
14:45:15 gpg: Total number processed: 1
14:45:15 gpg:               imported: 1
14:45:15 gpg:       secret keys read: 1
14:45:15 gpg:   secret keys imported: 1
14:45:16 Removing intermediate container 70fb21c43309
14:45:16  ---> 657f8970dc55
14:45:16 Step 10/21 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
14:45:16  ---> Running in 7b136fc99bf8
14:45:17 gpg: inserting ownertrust of 6
14:45:17 Removing intermediate container 7b136fc99bf8
14:45:17  ---> dd1aa6cd06af
14:45:17 Step 11/21 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
14:45:17  ---> Running in 9e89dead5b58
14:45:18 gpg: please do a --check-trustdb
14:45:18 mkdir: created directory '/root/.password-store/'
14:45:18 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
14:45:18 Removing intermediate container 9e89dead5b58
14:45:18  ---> 7e02bb247554
14:45:18 Step 12/21 : RUN gpg2 --check-trustdb
14:45:18  ---> Running in d93d9dda6b22
14:45:19 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
14:45:19 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
14:45:20 Removing intermediate container d93d9dda6b22
14:45:20  ---> ed95b43f64c4
14:45:20 Step 13/21 : ARG CREDSTORE_VERSION=v0.6.3
14:45:20  ---> Running in 32ada44dc809
14:45:20 Removing intermediate container 32ada44dc809
14:45:20  ---> 3b21082a13e5
14:45:20 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:45:20  ---> Running in 706a5f21bed3
14:45:21 Removing intermediate container 706a5f21bed3
14:45:21  ---> 930f04aa37fc
14:45:21 Step 15/21 : WORKDIR /src
14:45:21  ---> Running in c13a0ce46f54
14:45:21 Removing intermediate container c13a0ce46f54
14:45:21  ---> 11ee38e4d82d
14:45:21 Step 16/21 : COPY requirements.txt /src/requirements.txt
14:45:21  ---> f40ec82a426c
14:45:21 Step 17/21 : RUN pip install -r requirements.txt
14:45:21  ---> Running in 4a4c314324ff
14:45:24 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment
14:45:30 Collecting appdirs==1.4.3
14:45:30   Downloading appdirs-1.4.3-py2.py3-none-any.whl (12 kB)
14:45:30 Collecting asn1crypto==0.22.0
14:45:30   Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97 kB)
14:45:30 Collecting backports.ssl-match-hostname==3.5.0.1
14:45:30   Downloading backports.ssl_match_hostname-3.5.0.1.tar.gz (5.6 kB)
14:45:31 Collecting cffi==1.10.0
14:45:31   Downloading cffi-1.10.0.tar.gz (418 kB)
14:45:31 Collecting cryptography==3.2
14:45:31   Downloading cryptography-3.2-cp35-abi3-manylinux2010_x86_64.whl (2.6 MB)
14:45:31 Collecting enum34==1.1.6
14:45:31   Downloading enum34-1.1.6-py3-none-any.whl (12 kB)
14:45:31 Collecting idna==2.5
14:45:31   Downloading idna-2.5-py2.py3-none-any.whl (55 kB)
14:45:31 Collecting ipaddress==1.0.18
14:45:31   Downloading ipaddress-1.0.18.tar.gz (32 kB)
14:45:32 Collecting packaging==16.8
14:45:32   Downloading packaging-16.8-py2.py3-none-any.whl (23 kB)
14:45:32 Collecting paramiko==2.4.2
14:45:32   Downloading paramiko-2.4.2-py2.py3-none-any.whl (193 kB)
14:45:32 Collecting pycparser==2.17
14:45:32   Downloading pycparser-2.17.tar.gz (231 kB)
14:45:33 Collecting pyOpenSSL==18.0.0
14:45:33   Downloading pyOpenSSL-18.0.0-py2.py3-none-any.whl (53 kB)
14:45:33 Collecting pyparsing==2.2.0
14:45:33   Downloading pyparsing-2.2.0-py2.py3-none-any.whl (56 kB)
14:45:33 Collecting requests==2.20.0
14:45:33   Downloading requests-2.20.0-py2.py3-none-any.whl (60 kB)
14:45:33 Collecting six==1.10.0
14:45:33   Downloading six-1.10.0-py2.py3-none-any.whl (10 kB)
14:45:33 Collecting urllib3==1.24.3
14:45:33   Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB)
14:45:33 Collecting websocket-client==0.56.0
14:45:33   Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB)
14:45:33 Collecting bcrypt>=3.1.3
14:45:33   Downloading bcrypt-3.2.0-cp36-abi3-manylinux2010_x86_64.whl (63 kB)
14:45:33 Collecting certifi>=2017.4.17
14:45:33   Downloading certifi-2020.12.5-py2.py3-none-any.whl (147 kB)
14:45:33 Collecting chardet<3.1.0,>=3.0.2
14:45:33   Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
14:45:33 Collecting pyasn1>=0.1.7
14:45:33   Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
14:45:33 Collecting pynacl>=1.0.1
14:45:33   Downloading PyNaCl-1.4.0-cp35-abi3-manylinux1_x86_64.whl (961 kB)
14:45:33 Building wheels for collected packages: backports.ssl-match-hostname, cffi, ipaddress, pycparser
14:45:33   Building wheel for backports.ssl-match-hostname (setup.py): started
14:45:33   Building wheel for backports.ssl-match-hostname (setup.py): finished with status 'done'
14:45:33   Created wheel for backports.ssl-match-hostname: filename=backports.ssl_match_hostname-3.5.0.1-py3-none-any.whl size=5206 sha256=f4155ca670c30522a2275451eb02f768635204efe068e993355592a4b8fca049
14:45:33   Stored in directory: /root/.cache/pip/wheels/93/72/f6/df894bfc7947d11f89dbdb4e9b786703a43cd547c1b5e8c738
14:45:33   Building wheel for cffi (setup.py): started
14:45:39   Building wheel for cffi (setup.py): finished with status 'done'
14:45:39   Created wheel for cffi: filename=cffi-1.10.0-cp37-cp37m-linux_x86_64.whl size=371265 sha256=bb5716f21e729b2aafebd20df92a365d0c47f679c9471a664077bfad7dcdd23f
14:45:39   Stored in directory: /root/.cache/pip/wheels/cc/8d/6c/d24a8db003ac4a51d9959a9985718fac84e1baa5ec6c42d115
14:45:39   Building wheel for ipaddress (setup.py): started
14:45:39   Building wheel for ipaddress (setup.py): finished with status 'done'
14:45:39   Created wheel for ipaddress: filename=ipaddress-1.0.18-py3-none-any.whl size=18105 sha256=9f8528f1b23a3183870d5ec9377792eda90cbc0756d980108e9e816b32b56023
14:45:39   Stored in directory: /root/.cache/pip/wheels/54/90/bd/f99e221ab77ef8e6d65c14efe986cef3360da2990396093151
14:45:39   Building wheel for pycparser (setup.py): started
14:45:39   Building wheel for pycparser (setup.py): finished with status 'done'
14:45:39   Created wheel for pycparser: filename=pycparser-2.17-py2.py3-none-any.whl size=192874 sha256=36b771213d5a75fccfea10a1611edd2cdf55ac84ef8311ab4f4032e167a086ef
14:45:39   Stored in directory: /root/.cache/pip/wheels/91/50/7a/9f94e39b01559aa44c3cefb775d7befcc01d0a6ed0093cab37
14:45:39 Successfully built backports.ssl-match-hostname cffi ipaddress pycparser
14:45:39 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:45:41 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:45:49 Removing intermediate container 4a4c314324ff
14:45:49  ---> 306faf50c33a
14:45:49 Step 18/21 : COPY test-requirements.txt /src/test-requirements.txt
14:45:49  ---> 6dbfc571dd77
14:45:49 Step 19/21 : RUN pip install -r test-requirements.txt
14:45:49  ---> Running in ccfac098cc47
14:45:56 Collecting coverage==4.5.2
14:45:56   Downloading coverage-4.5.2-cp37-cp37m-manylinux1_x86_64.whl (205 kB)
14:45:56 Collecting flake8==3.6.0
14:45:56   Downloading flake8-3.6.0-py2.py3-none-any.whl (68 kB)
14:45:56 Collecting mock==1.0.1
14:45:56   Downloading mock-1.0.1.zip (861 kB)
14:45:57 Collecting pytest==4.3.1
14:45:57   Downloading pytest-4.3.1-py2.py3-none-any.whl (219 kB)
14:45:57 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:45:57 Collecting pytest-cov==2.6.1
14:45:57   Downloading pytest_cov-2.6.1-py2.py3-none-any.whl (16 kB)
14:45:57 Collecting pytest-timeout==1.3.3
14:45:57   Downloading pytest_timeout-1.3.3-py2.py3-none-any.whl (9.8 kB)
14:45:57 Collecting atomicwrites>=1.0
14:45:57   Downloading atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB)
14:45:57 Collecting attrs>=17.4.0
14:45:57   Downloading attrs-20.3.0-py2.py3-none-any.whl (49 kB)
14:45:58 Collecting mccabe<0.7.0,>=0.6.0
14:45:58   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
14:45:58 Collecting more-itertools>=4.0.0
14:45:58   Downloading more_itertools-8.6.0-py3-none-any.whl (45 kB)
14:45:58 Collecting pluggy>=0.7
14:45:58   Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
14:45:58 Collecting importlib-metadata>=0.12
14:45:58   Downloading importlib_metadata-3.3.0-py3-none-any.whl (10 kB)
14:45:58 Collecting py>=1.5.0
14:45:58   Downloading py-1.10.0-py2.py3-none-any.whl (97 kB)
14:45:58 Collecting pycodestyle<2.5.0,>=2.4.0
14:45:58   Downloading pycodestyle-2.4.0-py2.py3-none-any.whl (62 kB)
14:45:58 Collecting pyflakes<2.1.0,>=2.0.0
14:45:58   Downloading pyflakes-2.0.0-py2.py3-none-any.whl (53 kB)
14:45:58 Collecting typing-extensions>=3.6.4
14:45:58   Downloading typing_extensions-3.7.4.3-py3-none-any.whl (22 kB)
14:45:58 Collecting zipp>=0.5
14:45:58   Downloading zipp-3.4.0-py3-none-any.whl (5.2 kB)
14:45:58 Collecting setuptools==44.0.0
14:45:58   Downloading setuptools-44.0.0-py2.py3-none-any.whl (583 kB)
14:45:58 Building wheels for collected packages: mock
14:45:58   Building wheel for mock (setup.py): started
14:45:58   Building wheel for mock (setup.py): finished with status 'done'
14:45:58   Created wheel for mock: filename=mock-1.0.1-py3-none-any.whl size=23755 sha256=5a9977a486b791805d874b95558ce40bc9534d866d16546796ce3b91f6124239
14:45:58   Stored in directory: /root/.cache/pip/wheels/7a/94/b1/0fdc5339a5bd487a5cc15421ec200d9ba3e2aa7190e4a727f1
14:45:58 Successfully built mock
14:45:59 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:45:59   Attempting uninstall: setuptools
14:45:59     Found existing installation: setuptools 51.0.0
14:45:59     Uninstalling setuptools-51.0.0:
14:45:59       Successfully uninstalled setuptools-51.0.0
14:46:00 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:46:02 Removing intermediate container ccfac098cc47
14:46:02  ---> 3f3e86136d9a
14:46:02 Step 20/21 : COPY . /src
14:46:02  ---> c5112b41b40b
14:46:02 Step 21/21 : RUN pip install .
14:46:02  ---> Running in 1b35207879be
14:46:03 Processing /src
14:46:03 Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.7/site-packages (from docker==4.4.0.dev0) (1.10.0)
14:46:03 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python3.7/site-packages (from docker==4.4.0.dev0) (0.56.0)
14:46:03 Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /usr/local/lib/python3.7/site-packages (from docker==4.4.0.dev0) (2.20.0)
14:46:03 Requirement already satisfied: idna<2.8,>=2.5 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.4.0.dev0) (2.5)
14:46:03 Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.4.0.dev0) (2020.12.5)
14:46:03 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.4.0.dev0) (3.0.4)
14:46:03 Requirement already satisfied: urllib3<1.25,>=1.21.1 in /usr/local/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker==4.4.0.dev0) (1.24.3)
14:46:03 Building wheels for collected packages: docker
14:46:03   Building wheel for docker (setup.py): started
14:46:04   Building wheel for docker (setup.py): finished with status 'done'
14:46:04   Created wheel for docker: filename=docker-4.4.0.dev0-py2.py3-none-any.whl size=146867 sha256=d595f4ba8b202c67d6cd00b9bf64e4dfa2de0c470c932edf46d1bb88724c0321
14:46:04   Stored in directory: /tmp/pip-ephem-wheel-cache-kz1j1rxv/wheels/6f/63/19/359cf44f647b75d0ea75ecc03aa429fec4c372b453eb4b6525
14:46:04 Successfully built docker
14:46:04 Installing collected packages: docker
14:46:04 Successfully installed docker-4.4.0.dev0
14:46:05 Removing intermediate container 1b35207879be
14:46:05  ---> f0315c71954b
14:46:05 Successfully built f0315c71954b
14:46:05 Successfully tagged dockerbuildbot/docker-py:py3-074d030317a4425e83cf5b8ab4f48d429b7c8b78
[Pipeline] isUnix
[Pipeline] sh
14:46:05 + docker tag dockerbuildbot/docker-py:py3-074d030317a4425e83cf5b8ab4f48d429b7c8b78 dockerbuildbot/docker-py:py3-074d030317a4425e83cf5b8ab4f48d429b7c8b78
[Pipeline] isUnix
[Pipeline] sh
14:46:06 + docker push dockerbuildbot/docker-py:py3-074d030317a4425e83cf5b8ab4f48d429b7c8b78
14:46:06 The push refers to repository [docker.io/dockerbuildbot/docker-py]
14:46:06 a63f31bdb037: Preparing
14:46:06 8e743f6d1875: Preparing
14:46:06 3ca4700af754: Preparing
14:46:06 4db2eb97622b: Preparing
14:46:06 077c8d06525b: Preparing
14:46:06 862f6c67232a: Preparing
14:46:06 6ac0d54f2cb7: Preparing
14:46:06 b09f5c64c961: Preparing
14:46:06 df2e0ec76eb2: Preparing
14:46:06 e2f21630e44c: Preparing
14:46:06 e477b5c209c0: Preparing
14:46:06 689733503bde: Preparing
14:46:06 23a913645da5: Preparing
14:46:06 186c99b294fc: Preparing
14:46:06 4b83c9278328: Preparing
14:46:06 20c4b86d1628: Preparing
14:46:06 36c8ce734e36: Preparing
14:46:06 3da8662a6eed: Preparing
14:46:06 6a6ea1335e48: Preparing
14:46:06 4324e0912cc9: Preparing
14:46:06 59840d625c92: Preparing
14:46:06 da87e334550a: Preparing
14:46:06 c5f4367d4a59: Preparing
14:46:06 ceecb62b2fcc: Preparing
14:46:06 193bc1d68b80: Preparing
14:46:06 f0e10b20de19: Preparing
14:46:06 862f6c67232a: Waiting
14:46:06 6ac0d54f2cb7: Waiting
14:46:06 b09f5c64c961: Waiting
14:46:06 20c4b86d1628: Waiting
14:46:06 df2e0ec76eb2: Waiting
14:46:06 e2f21630e44c: Waiting
14:46:06 36c8ce734e36: Waiting
14:46:06 3da8662a6eed: Waiting
14:46:06 6a6ea1335e48: Waiting
14:46:06 4324e0912cc9: Waiting
14:46:06 59840d625c92: Waiting
14:46:06 da87e334550a: Waiting
14:46:06 c5f4367d4a59: Waiting
14:46:06 ceecb62b2fcc: Waiting
14:46:06 e477b5c209c0: Waiting
14:46:06 193bc1d68b80: Waiting
14:46:06 f0e10b20de19: Waiting
14:46:06 4b83c9278328: Waiting
14:46:06 23a913645da5: Waiting
14:46:06 186c99b294fc: Waiting
14:46:08 4db2eb97622b: Pushed
14:46:08 a63f31bdb037: Pushed
14:46:08 8e743f6d1875: Pushed
14:46:09 6ac0d54f2cb7: Pushed
14:46:09 3ca4700af754: Pushed
14:46:10 862f6c67232a: Pushed
14:46:10 b09f5c64c961: Pushed
14:46:11 e2f21630e44c: Pushed
14:46:11 df2e0ec76eb2: Pushed
14:46:11 e477b5c209c0: Pushed
14:46:12 077c8d06525b: Pushed
14:46:12 689733503bde: Pushed
14:46:13 23a913645da5: Pushed
14:46:13 186c99b294fc: Pushed
14:46:13 3da8662a6eed: Layer already exists
14:46:13 6a6ea1335e48: Layer already exists
14:46:13 4324e0912cc9: Layer already exists
14:46:13 59840d625c92: Layer already exists
14:46:13 da87e334550a: Layer already exists
14:46:13 c5f4367d4a59: Layer already exists
14:46:13 193bc1d68b80: Layer already exists
14:46:13 ceecb62b2fcc: Layer already exists
14:46:13 f0e10b20de19: Layer already exists
14:46:13 36c8ce734e36: Pushed
14:46:15 4b83c9278328: Pushed
14:46:15 20c4b86d1628: Pushed
14:46:17 py3-074d030317a4425e83cf5b8ab4f48d429b7c8b78: digest: sha256:42c4be6e7dfc00d02440c8d27e13b214d6756689880118161c7e8534884b5b06 size: 5765
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] node
Still waiting to schedule task
‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0116e8653fd4c64f5)’ is offline
‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-02da75c34d3adc1f3)’ is offline
‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0480703ee455b3a7b)’ is offline
‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-04c69d6c7e8637e64)’ is offline
‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0772549d4b2f11a5d)’ is offline
‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0e589eb93f50cc897)’ is offline
‘ppc64le-ubuntu-11’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
‘ppc64le-ubuntu-12’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
‘ppc64le-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
‘ppc64le-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
‘ppc64le-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
‘ppc64le-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
‘ppc64le-ubuntu-17’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
‘ppc64le-ubuntu-18’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
‘ppc64le-ubuntu-19’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
‘ppc64le-ubuntu-20’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
‘ppc64le-ubuntu-21’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
‘ppc64le-ubuntu-22’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
‘ppc64le-ubuntu-23’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
‘ppc64le-ubuntu-24’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
‘ppc64le-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
‘ppc64le-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
‘ppc64le-ubuntu-27’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
‘ppc64le-ubuntu-28’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
‘ppc64le-ubuntu-31’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
‘ppc64le-ubuntu-32’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
‘ppc64le-ubuntu-33’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
‘ppc64le-ubuntu-34’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
‘s390x-ubuntu-01’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
‘s390x-ubuntu-02’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
‘s390x-ubuntu-03’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
‘s390x-ubuntu-04’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
‘s390x-ubuntu-05’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
‘s390x-ubuntu-06’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
‘s390x-ubuntu-13’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
‘s390x-ubuntu-14’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
‘s390x-ubuntu-15’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
‘s390x-ubuntu-16’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
‘s390x-ubuntu-25’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
‘s390x-ubuntu-26’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
‘s390x-ubuntu-29’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
‘s390x-ubuntu-30’ doesn’t have label ‘amd64&&ubuntu-1804&&overlay2’
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-04c69d6c7e8637e64) 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/e88e60df-bd0a-4a00-a91c-87449fe142a1/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:47:05 + docker run --rm --entrypoint=python dockerbuildbot/docker-py:py3-074d030317a4425e83cf5b8ab4f48d429b7c8b78 /src/scripts/versions.py
14:47:05 Unable to find image 'dockerbuildbot/docker-py:py3-074d030317a4425e83cf5b8ab4f48d429b7c8b78' locally
14:47:05 py3-074d030317a4425e83cf5b8ab4f48d429b7c8b78: Pulling from dockerbuildbot/docker-py
14:47:05 6c33745f49b4: Pulling fs layer
14:47:05 ef072fc32a84: Pulling fs layer
14:47:05 c0afb8e68e0b: Pulling fs layer
14:47:05 d599c07d28e6: Pulling fs layer
14:47:05 f2ecc74db11a: Pulling fs layer
14:47:05 26856d31ce86: Pulling fs layer
14:47:05 d4db05d8da44: Pulling fs layer
14:47:05 a63ae5575b2c: Pulling fs layer
14:47:05 a8c72204fafe: Pulling fs layer
14:47:05 d91aa065d82a: Pulling fs layer
14:47:05 a2f41b9bdc55: Pulling fs layer
14:47:05 13fdf19c2477: Pulling fs layer
14:47:05 39c562f40571: Pulling fs layer
14:47:05 d32789e39f85: Pulling fs layer
14:47:05 94596f0b5f66: Pulling fs layer
14:47:05 7f7c0d6f4fb4: Pulling fs layer
14:47:05 470e7a8ffbcc: Pulling fs layer
14:47:05 a0b5f4618d76: Pulling fs layer
14:47:05 c34f8d1d8e2c: Pulling fs layer
14:47:05 eceddb69109d: Pulling fs layer
14:47:05 b382e18fd909: Pulling fs layer
14:47:05 d0840ca7c9f6: Pulling fs layer
14:47:05 3628e89bbb75: Pulling fs layer
14:47:05 0af10633e131: Pulling fs layer
14:47:05 61891aab122b: Pulling fs layer
14:47:05 3ebe75a36359: Pulling fs layer
14:47:05 d599c07d28e6: Waiting
14:47:05 f2ecc74db11a: Waiting
14:47:05 26856d31ce86: Waiting
14:47:05 d4db05d8da44: Waiting
14:47:05 a63ae5575b2c: Waiting
14:47:05 a8c72204fafe: Waiting
14:47:05 d91aa065d82a: Waiting
14:47:05 a2f41b9bdc55: Waiting
14:47:05 13fdf19c2477: Waiting
14:47:05 39c562f40571: Waiting
14:47:05 d32789e39f85: Waiting
14:47:05 94596f0b5f66: Waiting
14:47:05 7f7c0d6f4fb4: Waiting
14:47:05 470e7a8ffbcc: Waiting
14:47:05 a0b5f4618d76: Waiting
14:47:05 c34f8d1d8e2c: Waiting
14:47:05 eceddb69109d: Waiting
14:47:05 b382e18fd909: Waiting
14:47:05 d0840ca7c9f6: Waiting
14:47:05 3628e89bbb75: Waiting
14:47:05 0af10633e131: Waiting
14:47:05 61891aab122b: Waiting
14:47:05 3ebe75a36359: Waiting
14:47:06 ef072fc32a84: Verifying Checksum
14:47:06 ef072fc32a84: Download complete
14:47:06 c0afb8e68e0b: Verifying Checksum
14:47:06 c0afb8e68e0b: Download complete
14:47:07 6c33745f49b4: Verifying Checksum
14:47:07 6c33745f49b4: Download complete
14:47:08 d599c07d28e6: Verifying Checksum
14:47:08 d599c07d28e6: Download complete
14:47:08 26856d31ce86: Verifying Checksum
14:47:08 26856d31ce86: Download complete
14:47:08 a63ae5575b2c: Verifying Checksum
14:47:08 a63ae5575b2c: Download complete
14:47:08 d4db05d8da44: Verifying Checksum
14:47:08 d4db05d8da44: Download complete
14:47:09 d91aa065d82a: Verifying Checksum
14:47:09 d91aa065d82a: Download complete
14:47:09 a8c72204fafe: Verifying Checksum
14:47:09 a8c72204fafe: Download complete
14:47:09 13fdf19c2477: Verifying Checksum
14:47:09 13fdf19c2477: Download complete
14:47:09 39c562f40571: Verifying Checksum
14:47:09 39c562f40571: Download complete
14:47:09 d32789e39f85: Verifying Checksum
14:47:09 d32789e39f85: Download complete
14:47:09 94596f0b5f66: Verifying Checksum
14:47:09 94596f0b5f66: Download complete
14:47:09 a2f41b9bdc55: Verifying Checksum
14:47:09 a2f41b9bdc55: Download complete
14:47:09 7f7c0d6f4fb4: Verifying Checksum
14:47:09 7f7c0d6f4fb4: Download complete
14:47:10 470e7a8ffbcc: Verifying Checksum
14:47:10 470e7a8ffbcc: Download complete
14:47:10 a0b5f4618d76: Verifying Checksum
14:47:10 a0b5f4618d76: Download complete
14:47:10 eceddb69109d: Verifying Checksum
14:47:10 eceddb69109d: Download complete
14:47:10 b382e18fd909: Verifying Checksum
14:47:10 b382e18fd909: Download complete
14:47:10 c34f8d1d8e2c: Verifying Checksum
14:47:10 c34f8d1d8e2c: Download complete
14:47:10 3628e89bbb75: Download complete
14:47:11 0af10633e131: Verifying Checksum
14:47:11 0af10633e131: Download complete
14:47:11 d0840ca7c9f6: Verifying Checksum
14:47:11 d0840ca7c9f6: Download complete
14:47:11 61891aab122b: Verifying Checksum
14:47:11 61891aab122b: Download complete
14:47:11 3ebe75a36359: Download complete
14:47:14 f2ecc74db11a: Verifying Checksum
14:47:14 f2ecc74db11a: Download complete
14:47:18 6c33745f49b4: Pull complete
14:47:19 ef072fc32a84: Pull complete
14:47:20 c0afb8e68e0b: Pull complete
14:47:27 d599c07d28e6: Pull complete
14:47:42 f2ecc74db11a: Pull complete
14:47:42 26856d31ce86: Pull complete
14:47:42 d4db05d8da44: Pull complete
14:47:42 a63ae5575b2c: Pull complete
14:47:43 a8c72204fafe: Pull complete
14:47:43 d91aa065d82a: Pull complete
14:47:44 a2f41b9bdc55: Pull complete
14:47:44 13fdf19c2477: Pull complete
14:47:44 39c562f40571: Pull complete
14:47:44 d32789e39f85: Pull complete
14:47:44 94596f0b5f66: Pull complete
14:47:44 7f7c0d6f4fb4: Pull complete
14:47:44 470e7a8ffbcc: Pull complete
14:47:44 a0b5f4618d76: Pull complete
14:47:44 c34f8d1d8e2c: Pull complete
14:47:44 eceddb69109d: Pull complete
14:47:45 b382e18fd909: Pull complete
14:47:46 d0840ca7c9f6: Pull complete
14:47:46 3628e89bbb75: Pull complete
14:47:47 0af10633e131: Pull complete
14:47:47 61891aab122b: Pull complete
14:47:47 3ebe75a36359: Pull complete
14:47:47 Digest: sha256:42c4be6e7dfc00d02440c8d27e13b214d6756689880118161c7e8534884b5b06
14:47:47 Status: Downloaded newer image for dockerbuildbot/docker-py:py3-074d030317a4425e83cf5b8ab4f48d429b7c8b78
[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
[Pipeline] node
[Pipeline] node
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2Still waiting to schedule task
Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2Still waiting to schedule task
Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2Still waiting to schedule task
Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2Still waiting to schedule task
Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2Still waiting to schedule task
Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0afaefc492f8c68ae) in /home/ubuntu/workspace/docker-py_PR-2724
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-071740fd4e8a6b3d5) in /home/ubuntu/workspace/docker-py_PR-2724
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-093fd080f48053b07) in /home/ubuntu/workspace/docker-py_PR-2724
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0b382b1be3512716f) in /home/ubuntu/workspace/docker-py_PR-2724
[Pipeline] {
[Pipeline] withDockerRegistry
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/71a7f5d5-258f-402b-9e55-cda484ce6128/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:49:31 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
14:49:31 chowning workspace
[Pipeline] sh
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/866be423-5058-4cd1-9081-376f65d7d8a9/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
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/8780c044-0d5f-4fc6-85f6-dfeb29235d8d/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0933489a42d4b9cac) in /home/ubuntu/workspace/docker-py_PR-2724
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] withDockerRegistry
[Pipeline] {
[Pipeline] {
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0d7bfe0d0e0e53845) in /home/ubuntu/workspace/docker-py_PR-2724
[Pipeline] {
[Pipeline] echo
14:49:32 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
14:49:32 chowning workspace
[Pipeline] sh
14:49:32 + pwd
14:49:32 + id -u
14:49:32 + id -g
14:49:32 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2724:/workspace busybox chown -R 1000:1000 /workspace
14:49:32 Unable to find image 'busybox:latest' locally
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
14:49:33 latest: Pulling from library/busybox
14:49:33 ea97eb0eb3ec: Pulling fs layer
14:49:33 ea97eb0eb3ec: Verifying Checksum
14:49:33 ea97eb0eb3ec: Download complete
[Pipeline] echo
14:49:33 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
14:49:33 chowning workspace
[Pipeline] sh
14:49:33 + pwd
14:49:33 + id -u
14:49:33 + id -g
14:49:33 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2724:/workspace busybox chown -R 1000:1000 /workspace
14:49:33 Unable to find image 'busybox:latest' locally
14:49:33 ea97eb0eb3ec: Pull complete
14:49:33 Digest: sha256:bde48e1751173b709090c2539fdf12d6ba64e88ec7a4301591227ce925f3c678
14:49:33 Status: Downloaded newer image for busybox:latest
14:49:33 latest: Pulling from library/busybox
14:49:34 ea97eb0eb3ec: Pulling fs layer
14:49:34 ea97eb0eb3ec: Verifying Checksum
14:49:34 ea97eb0eb3ec: Download complete
[Pipeline] withDockerRegistry
14:49:34 + pwd
14:49:34 + id -u
14:49:34 + id -g
14:49:34 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2724:/workspace busybox chown -R 1000:1000 /workspace
14:49:34 Unable to find image 'busybox:latest' locally
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
14:49:34 ea97eb0eb3ec: Pull complete
14:49:34 Digest: sha256:bde48e1751173b709090c2539fdf12d6ba64e88ec7a4301591227ce925f3c678
14:49:34 Status: Downloaded newer image for busybox:latest
14:49:34 latest: Pulling from library/busybox
14:49:35 ea97eb0eb3ec: Pulling fs layer
14:49:35 ea97eb0eb3ec: Verifying Checksum
14:49:35 ea97eb0eb3ec: Download complete
14:49:35 ea97eb0eb3ec: Pull complete
14:49:35 Digest: sha256:bde48e1751173b709090c2539fdf12d6ba64e88ec7a4301591227ce925f3c678
14:49:35 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
14:49:36 Removing all docker containers
[Pipeline] sh
14:49:36 + docker container ls -aq
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/60535e6a-2de3-4077-a92b-76fafe46bc2e/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] echo
14:49:36 Docker containers have been removed
[Pipeline] echo
14:49:36 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
14:49:36 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=19.03.13)
[Pipeline] {
[Pipeline] checkout
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
14:49:36 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
14:49:36 chowning workspace
[Pipeline] sh
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/5265b063-ce13-44f7-b605-3d31153e3559/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:49:37 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
14:49:37 chowning workspace
[Pipeline] sh
14:49:37 + pwd
14:49:37 + id -u
14:49:37 + id -g
14:49:37 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2724:/workspace busybox chown -R 1000:1000 /workspace
14:49:37 Unable to find image 'busybox:latest' locally
14:49:37 latest: Pulling from library/busybox
14:49:37 ea97eb0eb3ec: Pulling fs layer
14:49:38 ea97eb0eb3ec: Verifying Checksum
14:49:38 ea97eb0eb3ec: Download complete
[Pipeline] echo
14:49:38 Removing all docker containers
[Pipeline] sh
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/63617181-142a-4c3e-a735-da86533b349e/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
14:49:38 ea97eb0eb3ec: Pull complete
[Pipeline] {
[Pipeline] echo
14:49:38 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
14:49:38 chowning workspace
[Pipeline] sh
14:49:38 + docker container ls -aq
14:49:38 + pwd
14:49:38 + id -u
14:49:38 + id -g
14:49:38 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2724:/workspace busybox chown -R 1000:1000 /workspace
14:49:38 Unable to find image 'busybox:latest' locally
14:49:38 Digest: sha256:bde48e1751173b709090c2539fdf12d6ba64e88ec7a4301591227ce925f3c678
14:49:38 Status: Downloaded newer image for busybox:latest
14:49:38 using credential docker-jenkins-github-credentials
14:49:38 Cloning the remote Git repository
14:49:38 Cloning with configured refspecs honoured and without tags
14:49:39 latest: Pulling from library/busybox
[Pipeline] echo
14:49:39 Docker containers have been removed
[Pipeline] echo
14:49:39 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
14:49:39 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=20.10.1)
[Pipeline] checkout
[Pipeline] echo
14:49:39 Removing all docker containers
[Pipeline] sh
14:49:39 ea97eb0eb3ec: Pulling fs layer
14:49:39 ea97eb0eb3ec: Verifying Checksum
14:49:39 ea97eb0eb3ec: Download complete
14:49:39 + pwd
14:49:39 + id -u
14:49:39 + id -g
14:49:39 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2724:/workspace busybox chown -R 1000:1000 /workspace
14:49:39 Unable to find image 'busybox:latest' locally
14:49:39 + docker container ls -aq
[Pipeline] echo
14:49:39 Docker containers have been removed
[Pipeline] echo
14:49:39 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
14:49:39 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py2.7 / docker=19.03.12)
[Pipeline] checkout
14:49:39 latest: Pulling from library/busybox
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:49:39 ea97eb0eb3ec: Pull complete
14:49:39 Digest: sha256:bde48e1751173b709090c2539fdf12d6ba64e88ec7a4301591227ce925f3c678
14:49:39 Status: Downloaded newer image for busybox:latest
14:49:40 ea97eb0eb3ec: Pulling fs layer
14:49:40 ea97eb0eb3ec: Verifying Checksum
14:49:40 ea97eb0eb3ec: Download complete
14:49:40 Fetching without tags
14:49:40 ea97eb0eb3ec: Pull complete
14:49:40 Digest: sha256:bde48e1751173b709090c2539fdf12d6ba64e88ec7a4301591227ce925f3c678
14:49:40 Status: Downloaded newer image for busybox:latest
14:49:40 Merging remotes/origin/master commit ab0d65e2e0f09d47886b79f874e344da9a523286 into PR head commit 986b68828ea806b802486f0568fdc071f6f4b74d
 > 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
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py2.7_19.03.13
[Pipeline] echo
14:49:41 Removing all docker containers
[Pipeline] sh
14:49:41 using credential docker-jenkins-github-credentials
14:49:41 Cloning the remote Git repository
14:49:41 Cloning with configured refspecs honoured and without tags
14:49:41 + docker container ls -aq
[Pipeline] echo
14:49:41 Docker containers have been removed
[Pipeline] echo
14:49:41 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
14:49:41 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=20.10.1)
[Pipeline] checkout
14:49:41 using credential docker-jenkins-github-credentials
14:49:41 Cloning the remote Git repository
14:49:41 Cloning with configured refspecs honoured and without tags
 > git checkout -f 986b68828ea806b802486f0568fdc071f6f4b74d # timeout=10
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
[Pipeline] echo
14:49:42 Removing all docker containers
[Pipeline] sh
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:49:42 + docker container ls -aq
[Pipeline] echo
14:49:42 Docker containers have been removed
[Pipeline] echo
14:49:42 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
14:49:42 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
14:49:43 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.12)
[Pipeline] checkout
14:49:43 + docker container ls -aq
[Pipeline] echo
14:49:43 Docker containers have been removed
[Pipeline] echo
14:49:43 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
14:49:43 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py3.7 / docker=19.03.13)
[Pipeline] checkout
14:49:43 using credential docker-jenkins-github-credentials
14:49:43 Cloning the remote Git repository
14:49:43 Cloning with configured refspecs honoured and without tags
14:49:44 Fetching without tags
14:49:44 Fetching without tags
14:49:44 Merging remotes/origin/master commit ab0d65e2e0f09d47886b79f874e344da9a523286 into PR head commit 986b68828ea806b802486f0568fdc071f6f4b74d
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py2.7_20.10.1
14:49:44 Merging remotes/origin/master commit ab0d65e2e0f09d47886b79f874e344da9a523286 into PR head commit 986b68828ea806b802486f0568fdc071f6f4b74d
 > 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 986b68828ea806b802486f0568fdc071f6f4b74d # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py2.7_19.03.12
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
 > 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 986b68828ea806b802486f0568fdc071f6f4b74d # timeout=10
14:49:45 using credential docker-jenkins-github-credentials
14:49:45 Cloning the remote Git repository
14:49:45 Cloning with configured refspecs honoured and without tags
14:49:45 using credential docker-jenkins-github-credentials
14:49:45 Cloning the remote Git repository
14:49:45 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:49:46 Fetching 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:49:46 Merging remotes/origin/master commit ab0d65e2e0f09d47886b79f874e344da9a523286 into PR head commit 986b68828ea806b802486f0568fdc071f6f4b74d
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_20.10.1
 > 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 986b68828ea806b802486f0568fdc071f6f4b74d # timeout=10
14:49:48 Fetching without tags
14:49:48 Fetching without tags
14:49:48 Merging remotes/origin/master commit ab0d65e2e0f09d47886b79f874e344da9a523286 into PR head commit 986b68828ea806b802486f0568fdc071f6f4b74d
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
14:49:48 Merging remotes/origin/master commit ab0d65e2e0f09d47886b79f874e344da9a523286 into PR head commit 986b68828ea806b802486f0568fdc071f6f4b74d
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_19.03.12
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch py3.7_19.03.13
[Pipeline] // parallel
[Pipeline] End of Pipeline
 > 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 986b68828ea806b802486f0568fdc071f6f4b74d # timeout=10
 > 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 986b68828ea806b802486f0568fdc071f6f4b74d # timeout=10

GitHub has been notified of this commit’s build result

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

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2437)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$1100(CliGitAPIImpl.java:84)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2754)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-1804-overlay2 (i-071740fd4e8a6b3d5)
		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 org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor318.invoke(Unknown Source)
		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
		at java.lang.reflect.Method.invoke(Method.java:498)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
		at com.sun.proxy.$Proxy461.execute(Unknown Source)
		at jenkins.plugins.git.MergeWithGitSCMExtension.checkout(MergeWithGitSCMExtension.java:145)
		at jenkins.plugins.git.MergeWithGitSCMExtension.decorateRevisionToBuild(MergeWithGitSCMExtension.java:111)
		at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:1073)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1178)
		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:125)
		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:93)
		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80)
		at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
		at java.util.concurrent.FutureTask.run(FutureTask.java:266)
		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
		at java.lang.Thread.run(Thread.java:748)
Also:   hudson.plugins.git.GitException: Command "git checkout -f 986b68828ea806b802486f0568fdc071f6f4b74d" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: 986b68828ea806b802486f0568fdc071f6f4b74d

		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2437)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$1100(CliGitAPIImpl.java:84)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2754)
	Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-1804-overlay2 (i-093fd080f48053b07)
			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 org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
			at sun.reflect.GeneratedMethodAccessor318.invoke(Unknown Source)
			at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
			at java.lang.reflect.Method.invoke(Method.java:498)
			at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
			at com.sun.proxy.$Proxy461.execute(Unknown Source)
			at jenkins.plugins.git.MergeWithGitSCMExtension.checkout(MergeWithGitSCMExtension.java:145)
			at jenkins.plugins.git.MergeWithGitSCMExtension.decorateRevisionToBuild(MergeWithGitSCMExtension.java:111)
			at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:1073)
			at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1178)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:125)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:93)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80)
			at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
			at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
			at java.util.concurrent.FutureTask.run(FutureTask.java:266)
			at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
			at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
			at java.lang.Thread.run(Thread.java:748)
	Caused: hudson.plugins.git.GitException: Could not checkout 986b68828ea806b802486f0568fdc071f6f4b74d
Also:   hudson.plugins.git.GitException: Command "git checkout -f 986b68828ea806b802486f0568fdc071f6f4b74d" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: 986b68828ea806b802486f0568fdc071f6f4b74d

		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2437)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$1100(CliGitAPIImpl.java:84)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2754)
	Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0afaefc492f8c68ae)
			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 org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
			at sun.reflect.GeneratedMethodAccessor318.invoke(Unknown Source)
			at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
			at java.lang.reflect.Method.invoke(Method.java:498)
			at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
			at com.sun.proxy.$Proxy461.execute(Unknown Source)
			at jenkins.plugins.git.MergeWithGitSCMExtension.checkout(MergeWithGitSCMExtension.java:145)
			at jenkins.plugins.git.MergeWithGitSCMExtension.decorateRevisionToBuild(MergeWithGitSCMExtension.java:111)
			at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:1073)
			at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1178)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:125)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:93)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80)
			at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
			at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
			at java.util.concurrent.FutureTask.run(FutureTask.java:266)
			at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
			at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
			at java.lang.Thread.run(Thread.java:748)
	Caused: hudson.plugins.git.GitException: Could not checkout 986b68828ea806b802486f0568fdc071f6f4b74d
Also:   hudson.plugins.git.GitException: Command "git checkout -f 986b68828ea806b802486f0568fdc071f6f4b74d" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: 986b68828ea806b802486f0568fdc071f6f4b74d

		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2437)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$1100(CliGitAPIImpl.java:84)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2754)
	Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0b382b1be3512716f)
			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 org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
			at sun.reflect.GeneratedMethodAccessor318.invoke(Unknown Source)
			at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
			at java.lang.reflect.Method.invoke(Method.java:498)
			at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
			at com.sun.proxy.$Proxy461.execute(Unknown Source)
			at jenkins.plugins.git.MergeWithGitSCMExtension.checkout(MergeWithGitSCMExtension.java:145)
			at jenkins.plugins.git.MergeWithGitSCMExtension.decorateRevisionToBuild(MergeWithGitSCMExtension.java:111)
			at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:1073)
			at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1178)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:125)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:93)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80)
			at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
			at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
			at java.util.concurrent.FutureTask.run(FutureTask.java:266)
			at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
			at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
			at java.lang.Thread.run(Thread.java:748)
	Caused: hudson.plugins.git.GitException: Could not checkout 986b68828ea806b802486f0568fdc071f6f4b74d
Also:   hudson.plugins.git.GitException: Command "git checkout -f 986b68828ea806b802486f0568fdc071f6f4b74d" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: 986b68828ea806b802486f0568fdc071f6f4b74d

		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2437)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$1100(CliGitAPIImpl.java:84)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2754)
	Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-1804-overlay2 (i-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 org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
			at sun.reflect.GeneratedMethodAccessor318.invoke(Unknown Source)
			at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
			at java.lang.reflect.Method.invoke(Method.java:498)
			at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
			at com.sun.proxy.$Proxy461.execute(Unknown Source)
			at jenkins.plugins.git.MergeWithGitSCMExtension.checkout(MergeWithGitSCMExtension.java:145)
			at jenkins.plugins.git.MergeWithGitSCMExtension.decorateRevisionToBuild(MergeWithGitSCMExtension.java:111)
			at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:1073)
			at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1178)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:125)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:93)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80)
			at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
			at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
			at java.util.concurrent.FutureTask.run(FutureTask.java:266)
			at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
			at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
			at java.lang.Thread.run(Thread.java:748)
	Caused: hudson.plugins.git.GitException: Could not checkout 986b68828ea806b802486f0568fdc071f6f4b74d
Also:   hudson.plugins.git.GitException: Command "git checkout -f 986b68828ea806b802486f0568fdc071f6f4b74d" returned status code 128:
stdout: 
stderr: fatal: reference is not a tree: 986b68828ea806b802486f0568fdc071f6f4b74d

		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2437)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$1100(CliGitAPIImpl.java:84)
		at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2754)
	Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0d7bfe0d0e0e53845)
			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 org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
			at sun.reflect.GeneratedMethodAccessor318.invoke(Unknown Source)
			at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
			at java.lang.reflect.Method.invoke(Method.java:498)
			at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
			at com.sun.proxy.$Proxy461.execute(Unknown Source)
			at jenkins.plugins.git.MergeWithGitSCMExtension.checkout(MergeWithGitSCMExtension.java:145)
			at jenkins.plugins.git.MergeWithGitSCMExtension.decorateRevisionToBuild(MergeWithGitSCMExtension.java:111)
			at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:1073)
			at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1178)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:125)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:93)
			at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80)
			at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
			at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
			at java.util.concurrent.FutureTask.run(FutureTask.java:266)
			at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
			at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
			at java.lang.Thread.run(Thread.java:748)
	Caused: hudson.plugins.git.GitException: Could not checkout 986b68828ea806b802486f0568fdc071f6f4b74d
Caused: hudson.plugins.git.GitException: Could not checkout 986b68828ea806b802486f0568fdc071f6f4b74d
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2778)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:154)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java: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