Pull request #2726 opened Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from d239e37c092375d83e3414bb572813f1b9250fe7+4757eea80c49b7d593537ea9a0b9e5b398570745 (bb0150f53e1af8808b9184aea0b28478466b3687) 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-2726@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 Running on EC2 (managed-agents) - ubuntu-1804-overlay2-big (i-08b7372bfffc437db) in /home/ubuntu/workspace/docker-py_PR-2726 [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-2726@tmp/d0b0978a-c3e9-4423-9ab2-22e8dfdc5713/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 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2726:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally latest: Pulling from library/busybox ea97eb0eb3ec: Pulling fs layer ea97eb0eb3ec: Verifying Checksum ea97eb0eb3ec: Download complete ea97eb0eb3ec: Pull complete Digest: sha256:bde48e1751173b709090c2539fdf12d6ba64e88ec7a4301591227ce925f3c678 Status: Downloaded newer image for busybox:latest [Pipeline] echo Removing all docker containers [Pipeline] sh + docker container ls -aq [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (build image) [Pipeline] checkout using credential docker-jenkins-github-credentials Cloning the remote Git repository 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-2726 # 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/2726/head:refs/remotes/origin/PR-2726 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 4757eea80c49b7d593537ea9a0b9e5b398570745 into PR head commit d239e37c092375d83e3414bb572813f1b9250fe7 Merge succeeded, producing d239e37c092375d83e3414bb572813f1b9250fe7 Checking out Revision d239e37c092375d83e3414bb572813f1b9250fe7 (PR-2726) > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2726/head:refs/remotes/origin/PR-2726 # 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/2726/head:refs/remotes/origin/PR-2726 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d239e37c092375d83e3414bb572813f1b9250fe7 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git merge 4757eea80c49b7d593537ea9a0b9e5b398570745 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d239e37c092375d83e3414bb572813f1b9250fe7 # timeout=10 Commit message: "Avoid setting unsuported parameter for subprocess.Popen on Windows" First time build. Skipping changelog. [Pipeline] sh + git rev-parse HEAD [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh > git --version # timeout=10 > git --version # 'git version 2.17.1' fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 + docker pull dockerbuildbot/docker-py:sshdind-d239e37c092375d83e3414bb572813f1b9250fe7 sshdind-d239e37c092375d83e3414bb572813f1b9250fe7: Pulling from dockerbuildbot/docker-py df20fa9351a1: Pulling fs layer 25ad7478873d: Pulling fs layer 4684f6177b5d: Pulling fs layer 46e300cec669: Pulling fs layer 63038576ad94: Pulling fs layer 0fdb76c4706c: Pulling fs layer cb7edeffdfd5: Pulling fs layer cc28bd76800f: Pulling fs layer 54196fe38f7e: Pulling fs layer ea71acc29633: Pulling fs layer 657cc4c15165: Pulling fs layer c2fc7e05a100: Pulling fs layer cb7edeffdfd5: Waiting 46e300cec669: Waiting fd37a8381de4: Pulling fs layer 0fdb76c4706c: Waiting 3764381c6287: Pulling fs layer 54196fe38f7e: Waiting ea71acc29633: Waiting e20cc2203aa4: Pulling fs layer cc28bd76800f: Waiting 2182154d079e: Pulling fs layer 657cc4c15165: Waiting fe012a097f7b: Pulling fs layer c2fc7e05a100: Waiting fd37a8381de4: Waiting ed8d40f33fb1: Pulling fs layer 3764381c6287: Waiting 2182154d079e: Waiting fe012a097f7b: Waiting e20cc2203aa4: Waiting ed8d40f33fb1: Waiting 25ad7478873d: Verifying Checksum 25ad7478873d: Download complete df20fa9351a1: Verifying Checksum df20fa9351a1: Download complete 63038576ad94: Verifying Checksum 63038576ad94: Download complete 0fdb76c4706c: Download complete cb7edeffdfd5: Verifying Checksum cb7edeffdfd5: Download complete 54196fe38f7e: Verifying Checksum 54196fe38f7e: Download complete cc28bd76800f: Verifying Checksum cc28bd76800f: Download complete df20fa9351a1: Pull complete ea71acc29633: Download complete 657cc4c15165: Verifying Checksum 657cc4c15165: Download complete fd37a8381de4: Verifying Checksum fd37a8381de4: Download complete c2fc7e05a100: Verifying Checksum c2fc7e05a100: Download complete 3764381c6287: Verifying Checksum 3764381c6287: Download complete 2182154d079e: Verifying Checksum 2182154d079e: Download complete e20cc2203aa4: Download complete 25ad7478873d: Pull complete fe012a097f7b: Verifying Checksum fe012a097f7b: Download complete ed8d40f33fb1: Download complete 4684f6177b5d: Pull complete $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2726@tmp/c11c86e9-8f6a-46bc-8922-73ac9b67c74b/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded 46e300cec669: Verifying Checksum 46e300cec669: Download complete 46e300cec669: Pull complete 63038576ad94: Pull complete 0fdb76c4706c: Pull complete cb7edeffdfd5: Pull complete cc28bd76800f: Pull complete 54196fe38f7e: Pull complete ea71acc29633: Pull complete 657cc4c15165: Pull complete c2fc7e05a100: Pull complete fd37a8381de4: Pull complete 3764381c6287: Pull complete e20cc2203aa4: Pull complete 2182154d079e: Pull complete fe012a097f7b: Pull complete ed8d40f33fb1: Pull complete Digest: sha256:fcd0c04f9e78cbfd41b9cdf834edfe3c8d96f1a72f95668114288816bd558520 Status: Downloaded newer image for dockerbuildbot/docker-py:sshdind-d239e37c092375d83e3414bb572813f1b9250fe7 docker.io/dockerbuildbot/docker-py:sshdind-d239e37c092375d83e3414bb572813f1b9250fe7 [Pipeline] isUnix [Pipeline] sh + docker pull dockerbuildbot/docker-py:py2-d239e37c092375d83e3414bb572813f1b9250fe7 py2-d239e37c092375d83e3414bb572813f1b9250fe7: Pulling from dockerbuildbot/docker-py 7e2b2a5af8f6: Pulling fs layer 09b6f03ffac4: Pulling fs layer dc3f0c679f0f: Pulling fs layer fd4b47407fc3: Pulling fs layer b32f6bf7d96d: Pulling fs layer 6f4489a7e4cf: Pulling fs layer af4b99ad9ef0: Pulling fs layer 39db0bc48c26: Pulling fs layer acb4a89489fc: Pulling fs layer 12e27f7d148a: Pulling fs layer 2361334c0709: Pulling fs layer be4247ede441: Pulling fs layer 39e5a31e3f05: Pulling fs layer 705ee13dd4d2: Pulling fs layer 273529368214: Pulling fs layer 87cc38f393d6: Pulling fs layer fd4b47407fc3: Waiting b32f6bf7d96d: Waiting f786ef543455: Pulling fs layer 6f4489a7e4cf: Waiting 99a6e3a25e55: Pulling fs layer af4b99ad9ef0: Waiting d8955f045e63: Pulling fs layer be4247ede441: Waiting aebc712555fa: Pulling fs layer 39db0bc48c26: Waiting 5adec2a028a0: Pulling fs layer acb4a89489fc: Waiting 39e5a31e3f05: Waiting d3d33e35d2c1: Pulling fs layer 12e27f7d148a: Waiting 3aea08d53925: Pulling fs layer fa6410768d0a: Pulling fs layer 705ee13dd4d2: Waiting a43231380401: Pulling fs layer d155d616b4bf: Pulling fs layer 2361334c0709: Waiting 273529368214: Waiting 99a6e3a25e55: Waiting aebc712555fa: Waiting d8955f045e63: Waiting 5adec2a028a0: Waiting 87cc38f393d6: Waiting d3d33e35d2c1: Waiting a43231380401: Waiting d155d616b4bf: Waiting 3aea08d53925: Waiting 09b6f03ffac4: Verifying Checksum 09b6f03ffac4: Download complete dc3f0c679f0f: Verifying Checksum dc3f0c679f0f: Download complete 7e2b2a5af8f6: Download complete 6f4489a7e4cf: Verifying Checksum 6f4489a7e4cf: Download complete fd4b47407fc3: Verifying Checksum fd4b47407fc3: Download complete 39db0bc48c26: Verifying Checksum 39db0bc48c26: Download complete af4b99ad9ef0: Verifying Checksum af4b99ad9ef0: Download complete 12e27f7d148a: Verifying Checksum 2361334c0709: Verifying Checksum 2361334c0709: Download complete acb4a89489fc: Verifying Checksum acb4a89489fc: Download complete be4247ede441: Verifying Checksum be4247ede441: Download complete 705ee13dd4d2: Verifying Checksum 39e5a31e3f05: Verifying Checksum 39e5a31e3f05: Download complete 705ee13dd4d2: Download complete 87cc38f393d6: Verifying Checksum 87cc38f393d6: Download complete 273529368214: Download complete f786ef543455: Verifying Checksum f786ef543455: Download complete 99a6e3a25e55: Verifying Checksum 99a6e3a25e55: Download complete aebc712555fa: Verifying Checksum aebc712555fa: Download complete d8955f045e63: Verifying Checksum d8955f045e63: Download complete 5adec2a028a0: Verifying Checksum 5adec2a028a0: Download complete 3aea08d53925: Download complete d3d33e35d2c1: Verifying Checksum d3d33e35d2c1: Download complete a43231380401: Verifying Checksum a43231380401: Download complete fa6410768d0a: Verifying Checksum fa6410768d0a: Download complete d155d616b4bf: Verifying Checksum d155d616b4bf: Download complete 7e2b2a5af8f6: Pull complete b32f6bf7d96d: Verifying Checksum b32f6bf7d96d: Download complete 09b6f03ffac4: Pull complete dc3f0c679f0f: Pull complete fd4b47407fc3: Pull complete b32f6bf7d96d: Pull complete 6f4489a7e4cf: Pull complete af4b99ad9ef0: Pull complete 39db0bc48c26: Pull complete acb4a89489fc: Pull complete 12e27f7d148a: Pull complete 2361334c0709: Pull complete be4247ede441: Pull complete 39e5a31e3f05: Pull complete 705ee13dd4d2: Pull complete 273529368214: Pull complete 87cc38f393d6: Pull complete f786ef543455: Pull complete 99a6e3a25e55: Pull complete d8955f045e63: Pull complete aebc712555fa: Pull complete 5adec2a028a0: Pull complete d3d33e35d2c1: Pull complete 3aea08d53925: Pull complete fa6410768d0a: Pull complete a43231380401: Pull complete d155d616b4bf: Pull complete Digest: sha256:5a29a608c7546d109820c8c06879a3ab78626ba7c1dbf7e27fa2801a9e70785e Status: Downloaded newer image for dockerbuildbot/docker-py:py2-d239e37c092375d83e3414bb572813f1b9250fe7 docker.io/dockerbuildbot/docker-py:py2-d239e37c092375d83e3414bb572813f1b9250fe7 [Pipeline] isUnix [Pipeline] sh + docker pull dockerbuildbot/docker-py:py3-d239e37c092375d83e3414bb572813f1b9250fe7 py3-d239e37c092375d83e3414bb572813f1b9250fe7: Pulling from dockerbuildbot/docker-py 6c33745f49b4: Pulling fs layer ef072fc32a84: Pulling fs layer c0afb8e68e0b: Pulling fs layer d599c07d28e6: Pulling fs layer f2ecc74db11a: Pulling fs layer 26856d31ce86: Pulling fs layer d4db05d8da44: Pulling fs layer a63ae5575b2c: Pulling fs layer a8c72204fafe: Pulling fs layer 32c245bc59ad: Pulling fs layer f2ecc74db11a: Waiting a5380d78cae5: Pulling fs layer d4db05d8da44: Waiting b92f1223ddbe: Pulling fs layer 26856d31ce86: Waiting 023c459e5fb9: Pulling fs layer a63ae5575b2c: Waiting 2d5f9db1ab90: Pulling fs layer a8c72204fafe: Waiting 8d3da26c4806: Pulling fs layer 32c245bc59ad: Waiting 144c92b4a1c9: Pulling fs layer 75e545f9c195: Pulling fs layer a5380d78cae5: Waiting b9ec5f1fc89c: Pulling fs layer b92f1223ddbe: Waiting 82df71b5fdc6: Pulling fs layer 023c459e5fb9: Waiting cc030f14d299: Pulling fs layer 2d5f9db1ab90: Waiting 340677365c4d: Pulling fs layer 4185195eaf8d: Pulling fs layer 8d3da26c4806: Waiting 600fcd45ef09: Pulling fs layer 144c92b4a1c9: Waiting 8c0289ee076a: Pulling fs layer 96fd3bffe145: Pulling fs layer 75e545f9c195: Waiting a70d3b392329: Pulling fs layer b9ec5f1fc89c: Waiting 4185195eaf8d: Waiting 82df71b5fdc6: Waiting 600fcd45ef09: Waiting 340677365c4d: Waiting 8c0289ee076a: Waiting a70d3b392329: Waiting 96fd3bffe145: Waiting d599c07d28e6: Waiting cc030f14d299: Waiting ef072fc32a84: Verifying Checksum ef072fc32a84: Download complete c0afb8e68e0b: Verifying Checksum c0afb8e68e0b: Download complete 6c33745f49b4: Download complete 26856d31ce86: Verifying Checksum 26856d31ce86: Download complete d599c07d28e6: Verifying Checksum d599c07d28e6: Download complete a63ae5575b2c: Verifying Checksum a63ae5575b2c: Download complete a8c72204fafe: Verifying Checksum a8c72204fafe: Download complete d4db05d8da44: Verifying Checksum d4db05d8da44: Download complete 32c245bc59ad: Verifying Checksum 32c245bc59ad: Download complete b92f1223ddbe: Verifying Checksum b92f1223ddbe: Download complete 023c459e5fb9: Verifying Checksum 023c459e5fb9: Download complete 2d5f9db1ab90: Download complete a5380d78cae5: Verifying Checksum a5380d78cae5: Download complete 8d3da26c4806: Verifying Checksum 8d3da26c4806: Download complete 144c92b4a1c9: Verifying Checksum 144c92b4a1c9: Download complete 75e545f9c195: Verifying Checksum 75e545f9c195: Download complete b9ec5f1fc89c: Verifying Checksum b9ec5f1fc89c: Download complete cc030f14d299: Verifying Checksum cc030f14d299: Download complete 82df71b5fdc6: Verifying Checksum 82df71b5fdc6: Download complete 340677365c4d: Verifying Checksum 340677365c4d: Download complete 600fcd45ef09: Download complete 8c0289ee076a: Verifying Checksum 8c0289ee076a: Download complete 4185195eaf8d: Verifying Checksum 4185195eaf8d: Download complete 96fd3bffe145: Download complete a70d3b392329: Verifying Checksum a70d3b392329: Download complete 6c33745f49b4: Pull complete f2ecc74db11a: Verifying Checksum f2ecc74db11a: Download complete ef072fc32a84: Pull complete c0afb8e68e0b: Pull complete d599c07d28e6: Pull complete f2ecc74db11a: Pull complete 26856d31ce86: Pull complete d4db05d8da44: Pull complete a63ae5575b2c: Pull complete a8c72204fafe: Pull complete 32c245bc59ad: Pull complete a5380d78cae5: Pull complete b92f1223ddbe: Pull complete 023c459e5fb9: Pull complete 2d5f9db1ab90: Pull complete 8d3da26c4806: Pull complete 144c92b4a1c9: Pull complete 75e545f9c195: Pull complete b9ec5f1fc89c: Pull complete 82df71b5fdc6: Pull complete cc030f14d299: Pull complete 340677365c4d: Pull complete 4185195eaf8d: Pull complete 600fcd45ef09: Pull complete 8c0289ee076a: Pull complete 96fd3bffe145: Pull complete a70d3b392329: Pull complete Digest: sha256:17d8fc174722b2c6f666336074147f3389252b4c49031baf10a9a7c877ace146 Status: Downloaded newer image for dockerbuildbot/docker-py:py3-d239e37c092375d83e3414bb572813f1b9250fe7 docker.io/dockerbuildbot/docker-py:py3-d239e37c092375d83e3414bb572813f1b9250fe7 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] node Running on EC2 (managed-agents) - ubuntu-1804-overlay2-big (i-08b7372bfffc437db) in /home/ubuntu/workspace/docker-py_PR-2726 [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-2726@tmp/c374a11d-8093-4e01-8ac4-c4ff408eeb6d/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 + docker run --rm --entrypoint=python dockerbuildbot/docker-py:py3-d239e37c092375d83e3414bb572813f1b9250fe7 /src/scripts/versions.py [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] parallel [Pipeline] { (Branch: py2.7_19.03.12) [Pipeline] { (Branch: py2.7_19.03.13) [Pipeline] { (Branch: py2.7_20.10.1) [Pipeline] { (Branch: py3.7_19.03.12) [Pipeline] { (Branch: py3.7_19.03.13) [Pipeline] { (Branch: py3.7_20.10.1) [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-02390468b685446bb) in /home/ubuntu/workspace/docker-py_PR-2726 [Pipeline] { [Pipeline] withDockerRegistry Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0e20b75a3a85320ee) in /home/ubuntu/workspace/docker-py_PR-2726 [Pipeline] { [Pipeline] withDockerRegistry Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0defc350e0a43a4b9) in /home/ubuntu/workspace/docker-py_PR-2726 [Pipeline] { [Pipeline] withDockerRegistry Running on EC2 (managed-agents) - ubuntu-1804-overlay2-mem (i-0e8a3224e6f8fbdb2) in /home/ubuntu/workspace/docker-py_PR-2726 [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } Failed in branch py2.7_19.03.12 [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } Failed in branch py3.7_20.10.1 [Pipeline] // withDockerRegistry [Pipeline] } Running on EC2 (managed-agents) - ubuntu-1804-overlay2-big (i-0c730b6e7c54df84b) in /home/ubuntu/workspace/docker-py_PR-2726 [Pipeline] // node [Pipeline] { [Pipeline] } Failed in branch py3.7_19.03.13 [Pipeline] withDockerRegistry $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ Running on EC2 (managed-agents) - ubuntu-1804-overlay2-mem (i-02a00320d552ec1ea) in /home/ubuntu/workspace/docker-py_PR-2726 [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-2726@tmp/c663eb3d-cfc0-47de-b214-29e9aba50a9e/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 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2726:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] echo Removing all docker containers [Pipeline] sh + docker container ls -aq [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py2.7 / docker=19.03.13) [Pipeline] checkout using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Fetching without tags Merging remotes/origin/master commit 4757eea80c49b7d593537ea9a0b9e5b398570745 into PR head commit d239e37c092375d83e3414bb572813f1b9250fe7 Cloning repository https://github.com/docker/docker-py.git > git init /home/ubuntu/workspace/docker-py_PR-2726 # 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/2726/head:refs/remotes/origin/PR-2726 +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/2726/head:refs/remotes/origin/PR-2726 # 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/2726/head:refs/remotes/origin/PR-2726 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d239e37c092375d83e3414bb572813f1b9250fe7 # timeout=10 Merge succeeded, producing d239e37c092375d83e3414bb572813f1b9250fe7 Checking out Revision d239e37c092375d83e3414bb572813f1b9250fe7 (PR-2726) Commit message: "Avoid setting unsuported parameter for subprocess.Popen on Windows" [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] sh > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git merge 4757eea80c49b7d593537ea9a0b9e5b398570745 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d239e37c092375d83e3414bb572813f1b9250fe7 # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.17.1' fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 + docker network create dpy-testnet-1-0-py2.7-19.03.13 9149c5981b6a9482e51dd57d593159a631cf74b61ef6b8097a174e9ba80e955d [Pipeline] sh + docker run --rm -d --name dpy-dind-1-0-py2.7-19.03.13 -v /tmp --privileged --network dpy-testnet-1-0-py2.7-19.03.13 dockerbuildbot/docker-py:sshdind-d239e37c092375d83e3414bb572813f1b9250fe7 dockerd -H tcp://0.0.0.0:2375 ab0a6780c286848a24de27789a7a5c9235761e08ed9af9cfcfebc1829c2ac7a5 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-2726@tmp/71659343-0016-49cf-9b89-3f4f09af4df2/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 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh $ 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-2726@tmp/53292bc4-1069-4f1e-b85e-697731d87846/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded [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-2726@tmp/e8aa67b7-5782-4837-940c-e134829ccaef/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 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh + docker run --rm --name dpy-tests-1-0-py2.7-19.03.13 -e DOCKER_HOST=tcp://dpy-dind-1-0-py2.7-19.03.13:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-1-0-py2.7-19.03.13 --volumes-from dpy-dind-1-0-py2.7-19.03.13 -v /home/ubuntu/.docker/config.json:/root/.docker/config.json dockerbuildbot/docker-py:py2-d239e37c092375d83e3414bb572813f1b9250fe7 py.test -v -rxs --cov=docker --ignore=tests/ssh tests/ + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2726:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally latest: Pulling from library/busybox ea97eb0eb3ec: Pulling fs layer ea97eb0eb3ec: Download complete ea97eb0eb3ec: Pull complete Digest: sha256:bde48e1751173b709090c2539fdf12d6ba64e88ec7a4301591227ce925f3c678 Status: Downloaded newer image for busybox:latest + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2726:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally latest: Pulling from library/busybox ea97eb0eb3ec: Pulling fs layer ea97eb0eb3ec: Verifying Checksum ea97eb0eb3ec: Download complete ea97eb0eb3ec: Pull complete Digest: sha256:bde48e1751173b709090c2539fdf12d6ba64e88ec7a4301591227ce925f3c678 Status: Downloaded newer image for busybox:latest [Pipeline] echo Removing all docker containers [Pipeline] sh + docker container ls -aq [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py2.7 / docker=20.10.1) [Pipeline] checkout [Pipeline] echo Removing all docker containers [Pipeline] sh ============================= test session starts ============================== platform linux2 -- Python 2.7.18, pytest-4.3.1, py-1.10.0, pluggy-0.13.1 -- /usr/local/bin/python cachedir: .pytest_cache rootdir: /src, inifile: pytest.ini plugins: timeout-1.3.3, cov-2.6.1 collecting ... collected 0 items / 1 errors using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags + docker container ls -aq [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (test python=py3.7 / docker=19.03.12) [Pipeline] checkout ==================================== ERRORS ==================================== ______________________________ ERROR collecting _______________________________ /usr/local/lib/python2.7/site-packages/py/_path/common.py:383: in visit for x in Visitor(fil, rec, ignore, bf, sort).gen(self): /usr/local/lib/python2.7/site-packages/py/_path/common.py:425: in gen if p.check(dir=1) and (rec is None or rec(p))]) /usr/local/lib/python2.7/site-packages/_pytest/main.py:651: in _recurse ihook = self.gethookproxy(dirpath) /usr/local/lib/python2.7/site-packages/_pytest/main.py:472: in gethookproxy my_conftestmodules = pm._getconftestmodules(fspath) /usr/local/lib/python2.7/site-packages/_pytest/config/__init__.py:413: in _getconftestmodules mod = self._importconftest(conftestpath.realpath()) /usr/local/lib/python2.7/site-packages/_pytest/config/__init__.py:452: in _importconftest raise ConftestImportFailure(conftestpath, sys.exc_info()) E ConftestImportFailure: (local('/src/tests/integration/conftest.py'), (, SyntaxError('invalid syntax', ('/src/docker/transport/sshconn.py', 48, 80, ' preexec_func = lambda: signal.signal(signal.SIGINT, signal.SIG_IGN))\n')), )) =============================== warnings summary =============================== /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:12 /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. from cryptography import x509 -- Docs: https://docs.pytest.org/en/latest/warnings.html ---------- coverage: platform linux2, python 2.7.18-final-0 ---------- Name Stmts Miss Branch BrPart Cover ----------------------------------------------------------------------- docker/__init__.py 8 7 0 0 13% docker/api/__init__.py 1 0 0 0 100% docker/api/build.py 126 126 92 0 0% docker/api/client.py 263 255 96 0 2% docker/api/config.py 31 31 6 0 0% docker/api/container.py 266 266 102 0 0% docker/api/daemon.py 39 39 14 0 0% docker/api/exec_api.py 46 46 22 0 0% docker/api/image.py 157 157 56 0 0% docker/api/network.py 90 90 48 0 0% docker/api/plugin.py 90 90 12 0 0% docker/api/secret.py 36 36 10 0 0% docker/api/service.py 200 200 149 0 0% docker/api/swarm.py 106 106 38 0 0% docker/api/volume.py 38 38 14 0 0% docker/auth.py 198 191 74 0 3% docker/client.py 69 69 2 0 0% docker/constants.py 21 0 0 0 100% docker/context/__init__.py 2 2 0 0 0% docker/context/api.py 78 78 38 0 0% docker/context/config.py 61 61 16 0 0% docker/context/context.py 151 151 62 0 0% docker/credentials/__init__.py 3 0 0 0 100% docker/credentials/constants.py 4 0 0 0 100% docker/credentials/errors.py 11 4 2 0 54% docker/credentials/store.py 50 35 16 0 23% docker/credentials/utils.py 23 18 12 0 14% docker/errors.py 110 60 18 0 39% docker/models/__init__.py 0 0 0 0 100% docker/models/configs.py 21 21 0 0 0% docker/models/containers.py 183 183 60 0 0% docker/models/images.py 137 137 50 0 0% docker/models/networks.py 37 37 8 0 0% docker/models/nodes.py 15 15 0 0 0% docker/models/plugins.py 49 49 8 0 0% docker/models/resource.py 41 41 6 0 0% docker/models/secrets.py 21 21 0 0 0% docker/models/services.py 87 87 34 0 0% docker/models/swarm.py 39 39 6 0 0% docker/models/volumes.py 23 23 2 0 0% docker/tls.py 37 33 14 0 8% docker/transport/__init__.py 11 2 0 0 82% docker/transport/basehttpadapter.py 6 3 2 0 38% docker/transport/npipeconn.py 59 54 10 0 7% docker/transport/npipesocket.py 137 132 22 0 3% docker/transport/ssladapter.py 36 20 10 1 37% docker/transport/unixconn.py 66 42 12 0 31% docker/types/__init__.py 6 6 0 0 0% docker/types/base.py 5 5 2 0 0% docker/types/containers.py 420 420 324 0 0% docker/types/daemon.py 36 36 14 0 0% docker/types/healthcheck.py 34 34 4 0 0% docker/types/networks.py 41 41 28 0 0% docker/types/services.py 312 312 206 0 0% docker/types/swarm.py 51 51 40 0 0% docker/utils/__init__.py 3 1 0 0 67% docker/utils/build.py 155 130 74 0 11% docker/utils/config.py 36 36 10 0 0% docker/utils/decorators.py 32 29 12 0 7% docker/utils/fnmatch.py 55 47 28 0 10% docker/utils/json_stream.py 43 43 14 0 0% docker/utils/ports.py 50 50 28 0 0% docker/utils/proxy.py 32 32 12 0 0% docker/utils/socket.py 86 86 40 0 0% docker/utils/utils.py 285 274 164 0 2% docker/version.py 2 0 0 0 100% ----------------------------------------------------------------------- TOTAL 4967 4728 2143 1 3% !!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!! ===================== 1 warnings, 1 error in 0.93 seconds ====================== [Pipeline] sh + docker stop dpy-dind-1-0-py2.7-19.03.13 Cloning repository https://github.com/docker/docker-py.git > git init /home/ubuntu/workspace/docker-py_PR-2726 # 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/2726/head:refs/remotes/origin/PR-2726 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Merging remotes/origin/master commit 4757eea80c49b7d593537ea9a0b9e5b398570745 into PR head commit d239e37c092375d83e3414bb572813f1b9250fe7 Merge succeeded, producing d239e37c092375d83e3414bb572813f1b9250fe7 Checking out Revision d239e37c092375d83e3414bb572813f1b9250fe7 (PR-2726) > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2726/head:refs/remotes/origin/PR-2726 # 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/2726/head:refs/remotes/origin/PR-2726 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d239e37c092375d83e3414bb572813f1b9250fe7 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git merge 4757eea80c49b7d593537ea9a0b9e5b398570745 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d239e37c092375d83e3414bb572813f1b9250fe7 # timeout=10 dpy-dind-1-0-py2.7-19.03.13 + docker network rm dpy-testnet-1-0-py2.7-19.03.13 dpy-testnet-1-0-py2.7-19.03.13 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } Failed in branch py2.7_19.03.13 Cloning repository https://github.com/docker/docker-py.git > git init /home/ubuntu/workspace/docker-py_PR-2726 # 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/2726/head:refs/remotes/origin/PR-2726 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url https://github.com/docker/docker-py.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2726/head:refs/remotes/origin/PR-2726 # 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/2726/head:refs/remotes/origin/PR-2726 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 4757eea80c49b7d593537ea9a0b9e5b398570745 into PR head commit d239e37c092375d83e3414bb572813f1b9250fe7 Merge succeeded, producing d239e37c092375d83e3414bb572813f1b9250fe7 Checking out Revision d239e37c092375d83e3414bb572813f1b9250fe7 (PR-2726) > git config core.sparsecheckout # timeout=10 > git checkout -f d239e37c092375d83e3414bb572813f1b9250fe7 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git merge 4757eea80c49b7d593537ea9a0b9e5b398570745 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d239e37c092375d83e3414bb572813f1b9250fe7 # timeout=10 Commit message: "Avoid setting unsuported parameter for subprocess.Popen on Windows" [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] sh + docker network create dpy-testnet-1-0-py2.7-20.10.1 04608f9115fcc612a0819d35060b500aadcc4503e51a4dc00df53c8bd354a52a [Pipeline] sh > git --version # timeout=10 > git --version # 'git version 2.17.1' fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 + docker run --rm -d --name dpy-dind-1-0-py2.7-20.10.1 -v /tmp --privileged --network dpy-testnet-1-0-py2.7-20.10.1 dockerbuildbot/docker-py:sshdind-d239e37c092375d83e3414bb572813f1b9250fe7 dockerd -H tcp://0.0.0.0:2375 Unable to find image 'dockerbuildbot/docker-py:sshdind-d239e37c092375d83e3414bb572813f1b9250fe7' locally sshdind-d239e37c092375d83e3414bb572813f1b9250fe7: Pulling from dockerbuildbot/docker-py df20fa9351a1: Pulling fs layer 25ad7478873d: Pulling fs layer 4684f6177b5d: Pulling fs layer 46e300cec669: Pulling fs layer 63038576ad94: Pulling fs layer 0fdb76c4706c: Pulling fs layer cb7edeffdfd5: Pulling fs layer cc28bd76800f: Pulling fs layer 54196fe38f7e: Pulling fs layer ea71acc29633: Pulling fs layer 46e300cec669: Waiting 657cc4c15165: Pulling fs layer c2fc7e05a100: Pulling fs layer 0fdb76c4706c: Waiting fd37a8381de4: Pulling fs layer 63038576ad94: Waiting cb7edeffdfd5: Waiting 3764381c6287: Pulling fs layer e20cc2203aa4: Pulling fs layer 2182154d079e: Pulling fs layer cc28bd76800f: Waiting 657cc4c15165: Waiting fe012a097f7b: Pulling fs layer ed8d40f33fb1: Pulling fs layer 54196fe38f7e: Waiting c2fc7e05a100: Waiting fd37a8381de4: Waiting 3764381c6287: Waiting e20cc2203aa4: Waiting 2182154d079e: Waiting fe012a097f7b: Waiting ed8d40f33fb1: Waiting ea71acc29633: Waiting 4684f6177b5d: Verifying Checksum 4684f6177b5d: Download complete 25ad7478873d: Verifying Checksum 25ad7478873d: Download complete df20fa9351a1: Verifying Checksum df20fa9351a1: Download complete 0fdb76c4706c: Download complete 63038576ad94: Verifying Checksum 63038576ad94: Download complete cb7edeffdfd5: Verifying Checksum cb7edeffdfd5: Download complete df20fa9351a1: Pull complete cc28bd76800f: Verifying Checksum cc28bd76800f: Download complete 54196fe38f7e: Verifying Checksum 54196fe38f7e: Download complete ea71acc29633: Verifying Checksum ea71acc29633: Download complete $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2726@tmp/e90a31f2-437b-4d47-a2bb-c985b876846c/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded 657cc4c15165: Verifying Checksum 657cc4c15165: Download complete 25ad7478873d: Pull complete fd37a8381de4: Download complete c2fc7e05a100: Verifying Checksum c2fc7e05a100: Download complete 4684f6177b5d: Pull complete e20cc2203aa4: Verifying Checksum 3764381c6287: Verifying Checksum 3764381c6287: Download complete 2182154d079e: Verifying Checksum 2182154d079e: Download complete fe012a097f7b: Download complete ed8d40f33fb1: Download complete Commit message: "Avoid setting unsuported parameter for subprocess.Popen on Windows" 46e300cec669: Verifying Checksum 46e300cec669: Download complete [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] sh + docker network create dpy-testnet-1-0-py3.7-19.03.12 bc7d6f9c1f54a3b135116dfaec815fa6d4ab262e40b7d09ffaef968e88a93f1a [Pipeline] sh > git --version # timeout=10 > git --version # 'git version 2.17.1' fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 + docker run --rm -d --name dpy-dind-1-0-py3.7-19.03.12 -v /tmp --privileged --network dpy-testnet-1-0-py3.7-19.03.12 dockerbuildbot/docker-py:sshdind-d239e37c092375d83e3414bb572813f1b9250fe7 dockerd -H tcp://0.0.0.0:2375 Unable to find image 'dockerbuildbot/docker-py:sshdind-d239e37c092375d83e3414bb572813f1b9250fe7' locally sshdind-d239e37c092375d83e3414bb572813f1b9250fe7: Pulling from dockerbuildbot/docker-py df20fa9351a1: Pulling fs layer 25ad7478873d: Pulling fs layer 4684f6177b5d: Pulling fs layer 46e300cec669: Pulling fs layer 63038576ad94: Pulling fs layer 0fdb76c4706c: Pulling fs layer cb7edeffdfd5: Pulling fs layer cc28bd76800f: Pulling fs layer 54196fe38f7e: Pulling fs layer ea71acc29633: Pulling fs layer 657cc4c15165: Pulling fs layer c2fc7e05a100: Pulling fs layer fd37a8381de4: Pulling fs layer 3764381c6287: Pulling fs layer e20cc2203aa4: Pulling fs layer 2182154d079e: Pulling fs layer fe012a097f7b: Pulling fs layer ed8d40f33fb1: Pulling fs layer 46e300cec669: Waiting 63038576ad94: Waiting 0fdb76c4706c: Waiting cb7edeffdfd5: Waiting cc28bd76800f: Waiting 54196fe38f7e: Waiting ea71acc29633: Waiting 657cc4c15165: Waiting c2fc7e05a100: Waiting fd37a8381de4: Waiting 3764381c6287: Waiting e20cc2203aa4: Waiting 2182154d079e: Waiting fe012a097f7b: Waiting ed8d40f33fb1: Waiting 4684f6177b5d: Verifying Checksum 4684f6177b5d: Download complete 25ad7478873d: Download complete 63038576ad94: Verifying Checksum 63038576ad94: Download complete 0fdb76c4706c: Verifying Checksum 0fdb76c4706c: Download complete cb7edeffdfd5: Verifying Checksum cb7edeffdfd5: Download complete df20fa9351a1: Verifying Checksum df20fa9351a1: Download complete $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2726@tmp/e4f0249d-75e1-4070-9ee5-8a8302e6b956/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded 46e300cec669: Pull complete 63038576ad94: Pull complete 0fdb76c4706c: Pull complete cb7edeffdfd5: Pull complete cc28bd76800f: Pull complete cc28bd76800f: Verifying Checksum cc28bd76800f: Download complete 54196fe38f7e: Verifying Checksum 54196fe38f7e: Download complete ea71acc29633: Verifying Checksum ea71acc29633: Download complete 657cc4c15165: Verifying Checksum 657cc4c15165: Download complete fd37a8381de4: Verifying Checksum fd37a8381de4: Download complete c2fc7e05a100: Verifying Checksum c2fc7e05a100: Download complete 54196fe38f7e: Pull complete ea71acc29633: Pull complete 657cc4c15165: Pull complete c2fc7e05a100: Pull complete 3764381c6287: Verifying Checksum 3764381c6287: Download complete df20fa9351a1: Pull complete e20cc2203aa4: Verifying Checksum e20cc2203aa4: Download complete 2182154d079e: Verifying Checksum 2182154d079e: Download complete fe012a097f7b: Verifying Checksum fe012a097f7b: Download complete ed8d40f33fb1: Verifying Checksum ed8d40f33fb1: Download complete fd37a8381de4: Pull complete 3764381c6287: Pull complete e20cc2203aa4: Pull complete 2182154d079e: Pull complete 25ad7478873d: Pull complete 46e300cec669: Verifying Checksum 46e300cec669: Download complete 4684f6177b5d: Pull complete fe012a097f7b: Pull complete ed8d40f33fb1: Pull complete Digest: sha256:fcd0c04f9e78cbfd41b9cdf834edfe3c8d96f1a72f95668114288816bd558520 Status: Downloaded newer image for dockerbuildbot/docker-py:sshdind-d239e37c092375d83e3414bb572813f1b9250fe7 46e300cec669: Pull complete 63038576ad94: Pull complete 0fdb76c4706c: Pull complete 5a0fffbd5ab72ed8c681b95cd7564ea1b4005686140f198dbfe2fc278a35a456 cb7edeffdfd5: Pull complete [Pipeline] sh cc28bd76800f: Pull complete 54196fe38f7e: Pull complete ea71acc29633: Pull complete + docker run --rm --name dpy-tests-1-0-py2.7-20.10.1 -e DOCKER_HOST=tcp://dpy-dind-1-0-py2.7-20.10.1:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-1-0-py2.7-20.10.1 --volumes-from dpy-dind-1-0-py2.7-20.10.1 -v /home/ubuntu/.docker/config.json:/root/.docker/config.json dockerbuildbot/docker-py:py2-d239e37c092375d83e3414bb572813f1b9250fe7 py.test -v -rxs --cov=docker --ignore=tests/ssh tests/ Unable to find image 'dockerbuildbot/docker-py:py2-d239e37c092375d83e3414bb572813f1b9250fe7' locally py2-d239e37c092375d83e3414bb572813f1b9250fe7: Pulling from dockerbuildbot/docker-py 7e2b2a5af8f6: Pulling fs layer 09b6f03ffac4: Pulling fs layer dc3f0c679f0f: Pulling fs layer fd4b47407fc3: Pulling fs layer b32f6bf7d96d: Pulling fs layer 6f4489a7e4cf: Pulling fs layer af4b99ad9ef0: Pulling fs layer 39db0bc48c26: Pulling fs layer acb4a89489fc: Pulling fs layer 12e27f7d148a: Pulling fs layer 2361334c0709: Pulling fs layer be4247ede441: Pulling fs layer 39e5a31e3f05: Pulling fs layer 705ee13dd4d2: Pulling fs layer 6f4489a7e4cf: Waiting 273529368214: Pulling fs layer 87cc38f393d6: Pulling fs layer af4b99ad9ef0: Waiting f786ef543455: Pulling fs layer 99a6e3a25e55: Pulling fs layer 39db0bc48c26: Waiting d8955f045e63: Pulling fs layer aebc712555fa: Pulling fs layer 5adec2a028a0: Pulling fs layer d3d33e35d2c1: Pulling fs layer 3aea08d53925: Pulling fs layer acb4a89489fc: Waiting fa6410768d0a: Pulling fs layer a43231380401: Pulling fs layer 12e27f7d148a: Waiting d155d616b4bf: Pulling fs layer 2361334c0709: Waiting 705ee13dd4d2: Waiting be4247ede441: Waiting 273529368214: Waiting 87cc38f393d6: Waiting f786ef543455: Waiting 99a6e3a25e55: Waiting fa6410768d0a: Waiting d8955f045e63: Waiting a43231380401: Waiting aebc712555fa: Waiting d155d616b4bf: Waiting fd4b47407fc3: Waiting 5adec2a028a0: Waiting b32f6bf7d96d: Waiting d3d33e35d2c1: Waiting 3aea08d53925: Waiting 39e5a31e3f05: Waiting 657cc4c15165: Pull complete c2fc7e05a100: Pull complete fd37a8381de4: Pull complete 3764381c6287: Pull complete e20cc2203aa4: Pull complete 2182154d079e: Pull complete fe012a097f7b: Pull complete ed8d40f33fb1: Pull complete Digest: sha256:fcd0c04f9e78cbfd41b9cdf834edfe3c8d96f1a72f95668114288816bd558520 Status: Downloaded newer image for dockerbuildbot/docker-py:sshdind-d239e37c092375d83e3414bb572813f1b9250fe7 09b6f03ffac4: Verifying Checksum 09b6f03ffac4: Download complete fd4b47407fc3: Verifying Checksum fd4b47407fc3: Download complete dc3f0c679f0f: Verifying Checksum dc3f0c679f0f: Download complete 7e2b2a5af8f6: Verifying Checksum 7e2b2a5af8f6: Download complete 6f4489a7e4cf: Verifying Checksum 6f4489a7e4cf: Download complete 39db0bc48c26: Verifying Checksum 39db0bc48c26: Download complete acb4a89489fc: Verifying Checksum acb4a89489fc: Download complete 12e27f7d148a: Verifying Checksum 12e27f7d148a: Download complete af4b99ad9ef0: Verifying Checksum af4b99ad9ef0: Download complete 2361334c0709: Verifying Checksum 2361334c0709: Download complete be4247ede441: Verifying Checksum be4247ede441: Download complete 39e5a31e3f05: Download complete 705ee13dd4d2: Verifying Checksum 705ee13dd4d2: Download complete 273529368214: Verifying Checksum 273529368214: Download complete 87cc38f393d6: Verifying Checksum 87cc38f393d6: Download complete f786ef543455: Verifying Checksum f786ef543455: Download complete 99a6e3a25e55: Download complete d8955f045e63: Download complete aebc712555fa: Verifying Checksum aebc712555fa: Download complete 5adec2a028a0: Verifying Checksum 5adec2a028a0: Download complete 3aea08d53925: Verifying Checksum 3aea08d53925: Download complete fa6410768d0a: Verifying Checksum fa6410768d0a: Download complete a43231380401: Verifying Checksum a43231380401: Download complete d155d616b4bf: Download complete d3d33e35d2c1: Verifying Checksum d3d33e35d2c1: Download complete 7e2b2a5af8f6: Pull complete b32f6bf7d96d: Verifying Checksum b32f6bf7d96d: Download complete 09b6f03ffac4: Pull complete c8ac17597eacca098bb6bab605d1423a37433160aa18e1f7372ca7606903fb8d [Pipeline] sh + docker run --rm --name dpy-tests-1-0-py3.7-19.03.12 -e DOCKER_HOST=tcp://dpy-dind-1-0-py3.7-19.03.12:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-1-0-py3.7-19.03.12 --volumes-from dpy-dind-1-0-py3.7-19.03.12 -v /home/ubuntu/.docker/config.json:/root/.docker/config.json dockerbuildbot/docker-py:py3-d239e37c092375d83e3414bb572813f1b9250fe7 py.test -v -rxs --cov=docker --ignore=tests/ssh tests/ Unable to find image 'dockerbuildbot/docker-py:py3-d239e37c092375d83e3414bb572813f1b9250fe7' locally dc3f0c679f0f: Pull complete py3-d239e37c092375d83e3414bb572813f1b9250fe7: Pulling from dockerbuildbot/docker-py 6c33745f49b4: Pulling fs layer ef072fc32a84: Pulling fs layer c0afb8e68e0b: Pulling fs layer d599c07d28e6: Pulling fs layer f2ecc74db11a: Pulling fs layer 26856d31ce86: Pulling fs layer d4db05d8da44: Pulling fs layer a63ae5575b2c: Pulling fs layer a8c72204fafe: Pulling fs layer 32c245bc59ad: Pulling fs layer a5380d78cae5: Pulling fs layer b92f1223ddbe: Pulling fs layer 023c459e5fb9: Pulling fs layer 2d5f9db1ab90: Pulling fs layer 8d3da26c4806: Pulling fs layer 144c92b4a1c9: Pulling fs layer 75e545f9c195: Pulling fs layer b9ec5f1fc89c: Pulling fs layer 82df71b5fdc6: Pulling fs layer cc030f14d299: Pulling fs layer 340677365c4d: Pulling fs layer 4185195eaf8d: Pulling fs layer 600fcd45ef09: Pulling fs layer 8c0289ee076a: Pulling fs layer 96fd3bffe145: Pulling fs layer a70d3b392329: Pulling fs layer d599c07d28e6: Waiting f2ecc74db11a: Waiting 26856d31ce86: Waiting d4db05d8da44: Waiting a63ae5575b2c: Waiting a8c72204fafe: Waiting 32c245bc59ad: Waiting 2d5f9db1ab90: Waiting 8d3da26c4806: Waiting 144c92b4a1c9: Waiting 75e545f9c195: Waiting b9ec5f1fc89c: Waiting 82df71b5fdc6: Waiting cc030f14d299: Waiting 340677365c4d: Waiting 4185195eaf8d: Waiting 600fcd45ef09: Waiting 8c0289ee076a: Waiting 96fd3bffe145: Waiting a5380d78cae5: Waiting b92f1223ddbe: Waiting 023c459e5fb9: Waiting a70d3b392329: Waiting ef072fc32a84: Verifying Checksum ef072fc32a84: Download complete c0afb8e68e0b: Verifying Checksum c0afb8e68e0b: Download complete 6c33745f49b4: Verifying Checksum 6c33745f49b4: Download complete fd4b47407fc3: Pull complete 26856d31ce86: Verifying Checksum 26856d31ce86: Download complete d599c07d28e6: Verifying Checksum d599c07d28e6: Download complete a63ae5575b2c: Verifying Checksum a63ae5575b2c: Download complete d4db05d8da44: Verifying Checksum d4db05d8da44: Download complete 32c245bc59ad: Verifying Checksum 32c245bc59ad: Download complete a8c72204fafe: Verifying Checksum a8c72204fafe: Download complete b92f1223ddbe: Verifying Checksum b92f1223ddbe: Download complete 023c459e5fb9: Verifying Checksum 023c459e5fb9: Download complete 2d5f9db1ab90: Verifying Checksum 2d5f9db1ab90: Download complete 8d3da26c4806: Verifying Checksum 8d3da26c4806: Download complete a5380d78cae5: Verifying Checksum a5380d78cae5: Download complete 144c92b4a1c9: Verifying Checksum 144c92b4a1c9: Download complete 75e545f9c195: Verifying Checksum 75e545f9c195: Download complete b9ec5f1fc89c: Verifying Checksum b9ec5f1fc89c: Download complete 82df71b5fdc6: Verifying Checksum 82df71b5fdc6: Download complete cc030f14d299: Verifying Checksum cc030f14d299: Download complete f2ecc74db11a: Verifying Checksum f2ecc74db11a: Download complete 340677365c4d: Verifying Checksum 340677365c4d: Download complete 600fcd45ef09: Verifying Checksum 600fcd45ef09: Download complete 8c0289ee076a: Verifying Checksum 8c0289ee076a: Download complete 4185195eaf8d: Verifying Checksum 4185195eaf8d: Download complete 96fd3bffe145: Verifying Checksum 96fd3bffe145: Download complete a70d3b392329: Verifying Checksum a70d3b392329: Download complete 6c33745f49b4: Pull complete b32f6bf7d96d: Pull complete 6f4489a7e4cf: Pull complete ef072fc32a84: Pull complete af4b99ad9ef0: Pull complete 39db0bc48c26: Pull complete c0afb8e68e0b: Pull complete acb4a89489fc: Pull complete 12e27f7d148a: Pull complete 2361334c0709: Pull complete be4247ede441: Pull complete 39e5a31e3f05: Pull complete 705ee13dd4d2: Pull complete 273529368214: Pull complete 87cc38f393d6: Pull complete f786ef543455: Pull complete 99a6e3a25e55: Pull complete d8955f045e63: Pull complete aebc712555fa: Pull complete 5adec2a028a0: Pull complete d3d33e35d2c1: Pull complete 3aea08d53925: Pull complete fa6410768d0a: Pull complete a43231380401: Pull complete d155d616b4bf: Pull complete Digest: sha256:5a29a608c7546d109820c8c06879a3ab78626ba7c1dbf7e27fa2801a9e70785e Status: Downloaded newer image for dockerbuildbot/docker-py:py2-d239e37c092375d83e3414bb572813f1b9250fe7 d599c07d28e6: Pull complete ============================= test session starts ============================== platform linux2 -- Python 2.7.18, pytest-4.3.1, py-1.10.0, pluggy-0.13.1 -- /usr/local/bin/python cachedir: .pytest_cache rootdir: /src, inifile: pytest.ini plugins: timeout-1.3.3, cov-2.6.1 collecting ... collected 0 items / 1 errors ==================================== ERRORS ==================================== ______________________________ ERROR collecting _______________________________ /usr/local/lib/python2.7/site-packages/py/_path/common.py:383: in visit for x in Visitor(fil, rec, ignore, bf, sort).gen(self): /usr/local/lib/python2.7/site-packages/py/_path/common.py:425: in gen if p.check(dir=1) and (rec is None or rec(p))]) /usr/local/lib/python2.7/site-packages/_pytest/main.py:651: in _recurse ihook = self.gethookproxy(dirpath) /usr/local/lib/python2.7/site-packages/_pytest/main.py:472: in gethookproxy my_conftestmodules = pm._getconftestmodules(fspath) /usr/local/lib/python2.7/site-packages/_pytest/config/__init__.py:413: in _getconftestmodules mod = self._importconftest(conftestpath.realpath()) /usr/local/lib/python2.7/site-packages/_pytest/config/__init__.py:452: in _importconftest raise ConftestImportFailure(conftestpath, sys.exc_info()) E ConftestImportFailure: (local('/src/tests/integration/conftest.py'), (, SyntaxError('invalid syntax', ('/src/docker/transport/sshconn.py', 48, 80, ' preexec_func = lambda: signal.signal(signal.SIGINT, signal.SIG_IGN))\n')), )) =============================== warnings summary =============================== /usr/local/lib/python2.7/site-packages/OpenSSL/crypto.py:12 /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. from cryptography import x509 -- Docs: https://docs.pytest.org/en/latest/warnings.html ---------- coverage: platform linux2, python 2.7.18-final-0 ---------- Name Stmts Miss Branch BrPart Cover ----------------------------------------------------------------------- docker/__init__.py 8 7 0 0 13% docker/api/__init__.py 1 0 0 0 100% docker/api/build.py 126 126 92 0 0% docker/api/client.py 263 255 96 0 2% docker/api/config.py 31 31 6 0 0% docker/api/container.py 266 266 102 0 0% docker/api/daemon.py 39 39 14 0 0% docker/api/exec_api.py 46 46 22 0 0% docker/api/image.py 157 157 56 0 0% docker/api/network.py 90 90 48 0 0% docker/api/plugin.py 90 90 12 0 0% docker/api/secret.py 36 36 10 0 0% docker/api/service.py 200 200 149 0 0% docker/api/swarm.py 106 106 38 0 0% docker/api/volume.py 38 38 14 0 0% docker/auth.py 198 191 74 0 3% docker/client.py 69 69 2 0 0% docker/constants.py 21 0 0 0 100% docker/context/__init__.py 2 2 0 0 0% docker/context/api.py 78 78 38 0 0% docker/context/config.py 61 61 16 0 0% docker/context/context.py 151 151 62 0 0% docker/credentials/__init__.py 3 0 0 0 100% docker/credentials/constants.py 4 0 0 0 100% docker/credentials/errors.py 11 4 2 0 54% docker/credentials/store.py 50 35 16 0 23% docker/credentials/utils.py 23 18 12 0 14% docker/errors.py 110 60 18 0 39% docker/models/__init__.py 0 0 0 0 100% docker/models/configs.py 21 21 0 0 0% docker/models/containers.py 183 183 60 0 0% docker/models/images.py 137 137 50 0 0% docker/models/networks.py 37 37 8 0 0% docker/models/nodes.py 15 15 0 0 0% docker/models/plugins.py 49 49 8 0 0% docker/models/resource.py 41 41 6 0 0% docker/models/secrets.py 21 21 0 0 0% docker/models/services.py 87 87 34 0 0% docker/models/swarm.py 39 39 6 0 0% docker/models/volumes.py 23 23 2 0 0% docker/tls.py 37 33 14 0 8% docker/transport/__init__.py 11 2 0 0 82% docker/transport/basehttpadapter.py 6 3 2 0 38% docker/transport/npipeconn.py 59 54 10 0 7% docker/transport/npipesocket.py 137 132 22 0 3% docker/transport/ssladapter.py 36 20 10 1 37% docker/transport/unixconn.py 66 42 12 0 31% docker/types/__init__.py 6 6 0 0 0% docker/types/base.py 5 5 2 0 0% docker/types/containers.py 420 420 324 0 0% docker/types/daemon.py 36 36 14 0 0% docker/types/healthcheck.py 34 34 4 0 0% docker/types/networks.py 41 41 28 0 0% docker/types/services.py 312 312 206 0 0% docker/types/swarm.py 51 51 40 0 0% docker/utils/__init__.py 3 1 0 0 67% docker/utils/build.py 155 130 74 0 11% docker/utils/config.py 36 36 10 0 0% docker/utils/decorators.py 32 29 12 0 7% docker/utils/fnmatch.py 55 47 28 0 10% docker/utils/json_stream.py 43 43 14 0 0% docker/utils/ports.py 50 50 28 0 0% docker/utils/proxy.py 32 32 12 0 0% docker/utils/socket.py 86 86 40 0 0% docker/utils/utils.py 285 274 164 0 2% docker/version.py 2 0 0 0 100% ----------------------------------------------------------------------- TOTAL 4967 4728 2143 1 3% !!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!! ===================== 1 warnings, 1 error in 0.81 seconds ====================== [Pipeline] sh + docker stop dpy-dind-1-0-py2.7-20.10.1 dpy-dind-1-0-py2.7-20.10.1 + docker network rm dpy-testnet-1-0-py2.7-20.10.1 dpy-testnet-1-0-py2.7-20.10.1 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } Failed in branch py2.7_20.10.1 f2ecc74db11a: Pull complete 26856d31ce86: Pull complete d4db05d8da44: Pull complete a63ae5575b2c: Pull complete a8c72204fafe: Pull complete 32c245bc59ad: Pull complete a5380d78cae5: Pull complete b92f1223ddbe: Pull complete 023c459e5fb9: Pull complete 2d5f9db1ab90: Pull complete 8d3da26c4806: Pull complete 144c92b4a1c9: Pull complete 75e545f9c195: Pull complete b9ec5f1fc89c: Pull complete 82df71b5fdc6: Pull complete cc030f14d299: Pull complete 340677365c4d: Pull complete 4185195eaf8d: Pull complete 600fcd45ef09: Pull complete 8c0289ee076a: Pull complete 96fd3bffe145: Pull complete a70d3b392329: Pull complete Digest: sha256:17d8fc174722b2c6f666336074147f3389252b4c49031baf10a9a7c877ace146 Status: Downloaded newer image for dockerbuildbot/docker-py:py3-d239e37c092375d83e3414bb572813f1b9250fe7 ============================= test session starts ============================== platform linux -- Python 3.7.9, pytest-4.3.1, py-1.10.0, pluggy-0.13.1 -- /usr/local/bin/python cachedir: .pytest_cache rootdir: /src, inifile: pytest.ini plugins: timeout-1.3.3, cov-2.6.1 collecting ... collected 0 items / 1 errors ==================================== ERRORS ==================================== ______________________________ ERROR collecting _______________________________ /usr/local/lib/python3.7/site-packages/_pytest/config/__init__.py:429: in _importconftest return self._conftestpath2mod[conftestpath] E KeyError: local('/src/tests/integration/conftest.py') During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/_pytest/config/__init__.py:435: in _importconftest mod = conftestpath.pyimport() /usr/local/lib/python3.7/site-packages/py/_path/local.py:704: in pyimport __import__(modname) :983: in _find_and_load ??? :967: in _find_and_load_unlocked ??? :668: in _load_unlocked ??? :638: in _load_backward_compatible ??? /usr/local/lib/python3.7/site-packages/_pytest/assertion/rewrite.py:296: in load_module six.exec_(co, mod.__dict__) tests/integration/conftest.py:6: in import docker.errors docker/__init__.py:2: in from .api import APIClient docker/api/__init__.py:2: in from .client import APIClient docker/api/client.py:10: in from .. import auth docker/auth.py:9: in from .utils import config docker/utils/__init__.py:3: in from .decorators import check_resource, minimum_version, update_headers docker/utils/decorators.py:4: in from . import utils docker/utils/utils.py:13: in from .. import tls docker/tls.py:5: in from .transport import SSLHTTPAdapter docker/transport/__init__.py:11: in from .sshconn import SSHHTTPAdapter E File "/src/docker/transport/sshconn.py", line 48 E preexec_func = lambda: signal.signal(signal.SIGINT, signal.SIG_IGN)) E ^ E SyntaxError: invalid syntax During handling of the above exception, another exception occurred: /usr/local/lib/python3.7/site-packages/py/_path/common.py:383: in visit for x in Visitor(fil, rec, ignore, bf, sort).gen(self): /usr/local/lib/python3.7/site-packages/py/_path/common.py:424: in gen dirs = self.optsort([p for p in entries /usr/local/lib/python3.7/site-packages/py/_path/common.py:425: in if p.check(dir=1) and (rec is None or rec(p))]) /usr/local/lib/python3.7/site-packages/_pytest/main.py:651: in _recurse ihook = self.gethookproxy(dirpath) /usr/local/lib/python3.7/site-packages/_pytest/main.py:472: in gethookproxy my_conftestmodules = pm._getconftestmodules(fspath) /usr/local/lib/python3.7/site-packages/_pytest/config/__init__.py:413: in _getconftestmodules mod = self._importconftest(conftestpath.realpath()) /usr/local/lib/python3.7/site-packages/_pytest/config/__init__.py:452: in _importconftest raise ConftestImportFailure(conftestpath, sys.exc_info()) E _pytest.config.ConftestImportFailure: (local('/src/tests/integration/conftest.py'), (, SyntaxError('invalid syntax', ('/src/docker/transport/sshconn.py', 48, 80, ' preexec_func = lambda: signal.signal(signal.SIGINT, signal.SIG_IGN))\n')), )) ----------- coverage: platform linux, python 3.7.9-final-0 ----------- Name Stmts Miss Branch BrPart Cover ----------------------------------------------------------------------- docker/__init__.py 8 7 0 0 12% docker/api/__init__.py 1 0 0 0 100% docker/api/build.py 126 126 93 0 0% docker/api/client.py 263 255 98 0 2% docker/api/config.py 31 31 6 0 0% docker/api/container.py 266 266 104 0 0% docker/api/daemon.py 39 39 14 0 0% docker/api/exec_api.py 46 46 22 0 0% docker/api/image.py 157 157 58 0 0% docker/api/network.py 90 90 48 0 0% docker/api/plugin.py 90 90 14 0 0% docker/api/secret.py 36 36 10 0 0% docker/api/service.py 200 200 149 0 0% docker/api/swarm.py 106 106 38 0 0% docker/api/volume.py 38 38 14 0 0% docker/auth.py 198 191 74 0 3% docker/client.py 69 69 2 0 0% docker/constants.py 21 0 0 0 100% docker/context/__init__.py 2 2 0 0 0% docker/context/api.py 78 78 38 0 0% docker/context/config.py 61 61 16 0 0% docker/context/context.py 151 151 62 0 0% docker/credentials/__init__.py 3 0 0 0 100% docker/credentials/constants.py 4 0 0 0 100% docker/credentials/errors.py 11 4 2 0 54% docker/credentials/store.py 50 35 16 0 23% docker/credentials/utils.py 23 18 12 0 14% docker/errors.py 110 60 20 0 38% docker/models/__init__.py 0 0 0 0 100% docker/models/configs.py 21 21 2 0 0% docker/models/containers.py 183 183 70 0 0% docker/models/images.py 137 137 56 0 0% docker/models/networks.py 37 37 12 0 0% docker/models/nodes.py 15 15 2 0 0% docker/models/plugins.py 49 49 10 0 0% docker/models/resource.py 41 41 6 0 0% docker/models/secrets.py 21 21 2 0 0% docker/models/services.py 87 87 36 0 0% docker/models/swarm.py 39 39 6 0 0% docker/models/volumes.py 23 23 4 0 0% docker/tls.py 37 33 14 0 8% docker/transport/__init__.py 11 2 0 0 82% docker/transport/basehttpadapter.py 6 3 2 0 38% docker/transport/npipeconn.py 59 54 10 0 7% docker/transport/npipesocket.py 137 132 22 0 3% docker/transport/ssladapter.py 36 22 10 1 33% docker/transport/unixconn.py 66 42 12 0 31% docker/types/__init__.py 6 6 0 0 0% docker/types/base.py 5 5 2 0 0% docker/types/containers.py 420 420 326 0 0% docker/types/daemon.py 36 36 14 0 0% docker/types/healthcheck.py 34 34 4 0 0% docker/types/networks.py 41 41 28 0 0% docker/types/services.py 312 312 206 0 0% docker/types/swarm.py 51 51 40 0 0% docker/utils/__init__.py 3 1 0 0 67% docker/utils/build.py 155 130 76 0 11% docker/utils/config.py 36 36 10 0 0% docker/utils/decorators.py 32 29 12 0 7% docker/utils/fnmatch.py 55 47 28 0 10% docker/utils/json_stream.py 43 43 14 0 0% docker/utils/ports.py 50 50 32 0 0% docker/utils/proxy.py 32 32 12 0 0% docker/utils/socket.py 86 86 40 0 0% docker/utils/utils.py 285 274 177 0 2% docker/version.py 2 0 2 0 100% ----------------------------------------------------------------------- TOTAL 4967 4730 2209 1 3% !!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!! =========================== 1 error in 1.03 seconds ============================ [Pipeline] sh + docker stop dpy-dind-1-0-py3.7-19.03.12 dpy-dind-1-0-py3.7-19.03.12 + docker network rm dpy-testnet-1-0-py3.7-19.03.12 dpy-testnet-1-0-py3.7-19.03.12 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } Failed in branch py3.7_19.03.12 [Pipeline] // parallel [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-1804-overlay2 (i-02390468b685446bb) at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800) at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357) at hudson.remoting.Channel.call(Channel.java:1001) at hudson.FilePath.act(FilePath.java:1070) at hudson.FilePath.act(FilePath.java:1059) at hudson.FilePath.readToString(FilePath.java:2087) at org.jenkinsci.plugins.docker.commons.impl.RegistryKeyMaterialFactory.materialize(RegistryKeyMaterialFactory.java:81) at org.jenkinsci.plugins.docker.workflow.AbstractEndpointStepExecution2.doStart(AbstractEndpointStepExecution2.java:53) at org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution.lambda$run$0(GeneralNonBlockingStepExecution.java:77) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Also: Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0defc350e0a43a4b9) at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800) at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357) at hudson.remoting.Channel.call(Channel.java:1001) at hudson.FilePath.act(FilePath.java:1070) at hudson.FilePath.act(FilePath.java:1059) at hudson.FilePath.readToString(FilePath.java:2087) at org.jenkinsci.plugins.docker.commons.impl.RegistryKeyMaterialFactory.materialize(RegistryKeyMaterialFactory.java:81) at org.jenkinsci.plugins.docker.workflow.AbstractEndpointStepExecution2.doStart(AbstractEndpointStepExecution2.java:53) at org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution.lambda$run$0(GeneralNonBlockingStepExecution.java:77) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) java.io.IOException: Is a directory Also: Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-1804-overlay2-mem (i-0e8a3224e6f8fbdb2) at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800) at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357) at hudson.remoting.Channel.call(Channel.java:1001) at hudson.FilePath.act(FilePath.java:1070) at hudson.FilePath.act(FilePath.java:1059) at hudson.FilePath.readToString(FilePath.java:2087) at org.jenkinsci.plugins.docker.commons.impl.RegistryKeyMaterialFactory.materialize(RegistryKeyMaterialFactory.java:81) at org.jenkinsci.plugins.docker.workflow.AbstractEndpointStepExecution2.doStart(AbstractEndpointStepExecution2.java:53) at org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution.lambda$run$0(GeneralNonBlockingStepExecution.java:77) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) java.io.IOException: Is a directory Also: hudson.AbortException: script returned exit code 2 at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:659) at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:605) at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:549) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) 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.AbortException: script returned exit code 2 at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:659) at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:605) at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:549) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) 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.AbortException: script returned exit code 2 at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:659) at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:605) at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:549) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) java.io.IOException: Is a directory at sun.nio.ch.FileDispatcherImpl.read0(Native Method) at sun.nio.ch.FileDispatcherImpl.read(FileDispatcherImpl.java:48) at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:276) at sun.nio.ch.IOUtil.read(IOUtil.java:245) at sun.nio.ch.FileChannelImpl.read(FileChannelImpl.java:223) at sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:65) at sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:109) at sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:103) at java.nio.file.Files.read(Files.java:3158) at java.nio.file.Files.readAllBytes(Files.java:3212) at hudson.FilePath$ReadToString.invoke(FilePath.java:2093) at hudson.FilePath$ReadToString.invoke(FilePath.java:2089) at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3122) at hudson.remoting.UserRequest.perform(UserRequest.java:211) at hudson.remoting.UserRequest.perform(UserRequest.java:54) at hudson.remoting.Request$2.run(Request.java:375) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73) at java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.lang.Thread.run(Thread.java:834) Finished: FAILURE