Started by user Anca Iordache Replayed #2 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 0990cf3f2bd3cd88adca9e5f95914611912212be+4757eea80c49b7d593537ea9a0b9e5b398570745 (a3b03fa0e8fd76e22fce507d273e89d38ea7da70) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 using credential jps-reader > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file" > git rev-list --no-walk 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] node Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0d6062a333b07fcba) 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/2becf878-113f-459f-b633-f6e1fb642f2a/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 > 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 0990cf3f2bd3cd88adca9e5f95914611912212be Merge succeeded, producing 0990cf3f2bd3cd88adca9e5f95914611912212be Checking out Revision 0990cf3f2bd3cd88adca9e5f95914611912212be (PR-2726) > git config core.sparsecheckout # timeout=10 > git checkout -f 0990cf3f2bd3cd88adca9e5f95914611912212be # 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 0990cf3f2bd3cd88adca9e5f95914611912212be # timeout=10 Commit message: "Avoid setting unsuported parameter for subprocess.Popen on Windows" [Pipeline] sh + git rev-parse HEAD [Pipeline] withDockerRegistry [Pipeline] { > git rev-list --no-walk 0990cf3f2bd3cd88adca9e5f95914611912212be # timeout=10 [Pipeline] isUnix [Pipeline] sh + docker pull dockerbuildbot/docker-py:sshdind-0990cf3f2bd3cd88adca9e5f95914611912212be sshdind-0990cf3f2bd3cd88adca9e5f95914611912212be: 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 1fe963c26f46: Pulling fs layer 4c2a801ca5e9: Pulling fs layer 3c60ff9b22a4: Pulling fs layer 535e256794ee: Pulling fs layer 9f4b2e9489ee: Pulling fs layer 11f4833e9921: Pulling fs layer 1d94cff92cfb: Pulling fs layer 46e300cec669: Waiting 63038576ad94: Waiting 0fdb76c4706c: Waiting cb7edeffdfd5: Waiting cc28bd76800f: Waiting 54196fe38f7e: Waiting ea71acc29633: Waiting 657cc4c15165: Waiting 1fe963c26f46: Waiting 4c2a801ca5e9: Waiting 3c60ff9b22a4: Waiting 535e256794ee: Waiting 9f4b2e9489ee: Waiting 11f4833e9921: Waiting 1d94cff92cfb: Waiting 4684f6177b5d: Verifying Checksum 4684f6177b5d: Download complete 25ad7478873d: Verifying Checksum 25ad7478873d: Download complete df20fa9351a1: Download complete 63038576ad94: Verifying Checksum 63038576ad94: Download complete 0fdb76c4706c: Verifying Checksum 0fdb76c4706c: 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/d6f03bbf-c231-4ad2-9fca-1f6faa5e0fdc/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded cb7edeffdfd5: Verifying Checksum cb7edeffdfd5: Download complete cc28bd76800f: Verifying Checksum cc28bd76800f: Download complete 54196fe38f7e: Verifying Checksum 54196fe38f7e: Download complete df20fa9351a1: Pull complete ea71acc29633: Download complete 657cc4c15165: Download complete 4c2a801ca5e9: Verifying Checksum 4c2a801ca5e9: Download complete 3c60ff9b22a4: Verifying Checksum 3c60ff9b22a4: Download complete 535e256794ee: Verifying Checksum 535e256794ee: Download complete 25ad7478873d: Pull complete 1fe963c26f46: Verifying Checksum 1fe963c26f46: Download complete 11f4833e9921: Verifying Checksum 11f4833e9921: Download complete 9f4b2e9489ee: Verifying Checksum 9f4b2e9489ee: Download complete 1d94cff92cfb: Verifying Checksum 1d94cff92cfb: Download complete 4684f6177b5d: Pull complete 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 1fe963c26f46: Pull complete 4c2a801ca5e9: Pull complete 3c60ff9b22a4: Pull complete 535e256794ee: Pull complete 9f4b2e9489ee: Pull complete 11f4833e9921: Pull complete 1d94cff92cfb: Pull complete Digest: sha256:74675d68c3295ef8ef24c9c322b266b66f380fc7dd097d7727b1150ab987803d Status: Downloaded newer image for dockerbuildbot/docker-py:sshdind-0990cf3f2bd3cd88adca9e5f95914611912212be docker.io/dockerbuildbot/docker-py:sshdind-0990cf3f2bd3cd88adca9e5f95914611912212be [Pipeline] isUnix [Pipeline] sh + docker pull dockerbuildbot/docker-py:py2-0990cf3f2bd3cd88adca9e5f95914611912212be py2-0990cf3f2bd3cd88adca9e5f95914611912212be: 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 7beef759b0f0: Pulling fs layer 8bacc832cbaa: Pulling fs layer f28deabe92f9: Pulling fs layer d4943ab2716f: Pulling fs layer 9cf1024a56d8: Pulling fs layer 28a865019f1a: Pulling fs layer 5fa391261374: Pulling fs layer 081e20164bec: Pulling fs layer 05fab297b0d8: Pulling fs layer dc5c98a3ce8e: Pulling fs layer 7707b0b75dc8: Pulling fs layer cc2db2536069: Pulling fs layer 365725febbf0: Pulling fs layer a91add601fab: Pulling fs layer c69cac27e403: Pulling fs layer 50d9c3aa9b70: Pulling fs layer 36b01cebc838: Pulling fs layer fd4b47407fc3: Waiting b32f6bf7d96d: Waiting 6f4489a7e4cf: Waiting af4b99ad9ef0: Waiting 39db0bc48c26: Waiting acb4a89489fc: Waiting 7beef759b0f0: Waiting 8bacc832cbaa: Waiting f28deabe92f9: Waiting d4943ab2716f: Waiting 9cf1024a56d8: Waiting 28a865019f1a: Waiting 5fa391261374: Waiting 081e20164bec: Waiting 05fab297b0d8: Waiting dc5c98a3ce8e: Waiting 7707b0b75dc8: Waiting cc2db2536069: Waiting 365725febbf0: Waiting a91add601fab: Waiting c69cac27e403: Waiting 50d9c3aa9b70: Waiting 36b01cebc838: Waiting 09b6f03ffac4: Verifying Checksum 09b6f03ffac4: Download complete dc3f0c679f0f: Verifying Checksum dc3f0c679f0f: Download complete 7e2b2a5af8f6: Verifying Checksum 7e2b2a5af8f6: Download complete fd4b47407fc3: Verifying Checksum fd4b47407fc3: Download complete 6f4489a7e4cf: Verifying Checksum 6f4489a7e4cf: Download complete 39db0bc48c26: Verifying Checksum 39db0bc48c26: Download complete af4b99ad9ef0: Verifying Checksum af4b99ad9ef0: Download complete 7beef759b0f0: Verifying Checksum 7beef759b0f0: Download complete acb4a89489fc: Verifying Checksum acb4a89489fc: Download complete f28deabe92f9: Verifying Checksum f28deabe92f9: Download complete d4943ab2716f: Verifying Checksum d4943ab2716f: Download complete 9cf1024a56d8: Verifying Checksum 9cf1024a56d8: Download complete 8bacc832cbaa: Verifying Checksum 28a865019f1a: Verifying Checksum 28a865019f1a: Download complete 5fa391261374: Verifying Checksum 5fa391261374: Download complete 081e20164bec: Verifying Checksum 081e20164bec: Download complete 05fab297b0d8: Verifying Checksum 05fab297b0d8: Download complete 7707b0b75dc8: Verifying Checksum 7707b0b75dc8: Download complete dc5c98a3ce8e: Verifying Checksum dc5c98a3ce8e: Download complete cc2db2536069: Verifying Checksum cc2db2536069: Download complete a91add601fab: Verifying Checksum a91add601fab: Download complete 365725febbf0: Verifying Checksum 365725febbf0: Download complete c69cac27e403: Verifying Checksum c69cac27e403: Download complete 50d9c3aa9b70: Verifying Checksum 50d9c3aa9b70: Download complete 36b01cebc838: Verifying Checksum 36b01cebc838: Download complete b32f6bf7d96d: Verifying Checksum b32f6bf7d96d: Download complete 7e2b2a5af8f6: Pull 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 7beef759b0f0: Pull complete 8bacc832cbaa: Pull complete f28deabe92f9: Pull complete d4943ab2716f: Pull complete 9cf1024a56d8: Pull complete 28a865019f1a: Pull complete 5fa391261374: Pull complete 081e20164bec: Pull complete 05fab297b0d8: Pull complete dc5c98a3ce8e: Pull complete 7707b0b75dc8: Pull complete cc2db2536069: Pull complete 365725febbf0: Pull complete a91add601fab: Pull complete c69cac27e403: Pull complete 50d9c3aa9b70: Pull complete 36b01cebc838: Pull complete Digest: sha256:d550df4e4ddbe852afe2953f99414f93088838c9317fbfc880db4756128e13f2 Status: Downloaded newer image for dockerbuildbot/docker-py:py2-0990cf3f2bd3cd88adca9e5f95914611912212be docker.io/dockerbuildbot/docker-py:py2-0990cf3f2bd3cd88adca9e5f95914611912212be [Pipeline] isUnix [Pipeline] sh + docker pull dockerbuildbot/docker-py:py3-0990cf3f2bd3cd88adca9e5f95914611912212be py3-0990cf3f2bd3cd88adca9e5f95914611912212be: 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 03b3ca83f9b4: Pulling fs layer 860c6ff2927b: Pulling fs layer febed28007af: Pulling fs layer e359b45b8136: Pulling fs layer 6cf07df4e42b: Pulling fs layer 0ceaef2ca006: Pulling fs layer acb1af761552: Pulling fs layer acc5ac10fc8c: Pulling fs layer d949df33bc6d: Pulling fs layer ad5a7806d12d: Pulling fs layer 1b4981d81b27: Pulling fs layer 5301d3868ce6: Pulling fs layer ea69103f9180: Pulling fs layer e02ba262300a: Pulling fs layer f22546cfca02: Pulling fs layer 164079aeb5e9: Pulling fs layer 86908f553758: Pulling fs layer 6cf07df4e42b: Waiting 0ceaef2ca006: Waiting acb1af761552: Waiting acc5ac10fc8c: Waiting d949df33bc6d: Waiting ad5a7806d12d: Waiting 1b4981d81b27: Waiting 5301d3868ce6: Waiting ea69103f9180: Waiting e02ba262300a: Waiting f22546cfca02: Waiting 164079aeb5e9: Waiting 86908f553758: Waiting d599c07d28e6: Waiting f2ecc74db11a: Waiting 26856d31ce86: Waiting d4db05d8da44: Waiting a63ae5575b2c: Waiting 03b3ca83f9b4: Waiting 860c6ff2927b: Waiting a8c72204fafe: Waiting febed28007af: Waiting e359b45b8136: Waiting ef072fc32a84: Verifying Checksum ef072fc32a84: Download complete c0afb8e68e0b: Verifying Checksum c0afb8e68e0b: Download complete d599c07d28e6: Verifying Checksum d599c07d28e6: Download complete 26856d31ce86: Verifying Checksum 26856d31ce86: Download complete d4db05d8da44: Verifying Checksum d4db05d8da44: Download complete a63ae5575b2c: Verifying Checksum a63ae5575b2c: Download complete a8c72204fafe: Verifying Checksum a8c72204fafe: Download complete 6c33745f49b4: Verifying Checksum 6c33745f49b4: Download complete 03b3ca83f9b4: Verifying Checksum 03b3ca83f9b4: Download complete febed28007af: Verifying Checksum febed28007af: Download complete e359b45b8136: Verifying Checksum e359b45b8136: Download complete 6cf07df4e42b: Verifying Checksum 6cf07df4e42b: Download complete 860c6ff2927b: Verifying Checksum 860c6ff2927b: Download complete 0ceaef2ca006: Verifying Checksum 0ceaef2ca006: Download complete acb1af761552: Verifying Checksum acb1af761552: Download complete acc5ac10fc8c: Verifying Checksum acc5ac10fc8c: Download complete d949df33bc6d: Verifying Checksum d949df33bc6d: Download complete 1b4981d81b27: Verifying Checksum 1b4981d81b27: Download complete 5301d3868ce6: Verifying Checksum 5301d3868ce6: Download complete ad5a7806d12d: Verifying Checksum ad5a7806d12d: Download complete f2ecc74db11a: Verifying Checksum f2ecc74db11a: Download complete e02ba262300a: Verifying Checksum e02ba262300a: Download complete ea69103f9180: Verifying Checksum ea69103f9180: Download complete f22546cfca02: Verifying Checksum f22546cfca02: Download complete 86908f553758: Download complete 164079aeb5e9: Verifying Checksum 164079aeb5e9: Download complete 6c33745f49b4: Pull 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 03b3ca83f9b4: Pull complete 860c6ff2927b: Pull complete febed28007af: Pull complete e359b45b8136: Pull complete 6cf07df4e42b: Pull complete 0ceaef2ca006: Pull complete acb1af761552: Pull complete acc5ac10fc8c: Pull complete d949df33bc6d: Pull complete ad5a7806d12d: Pull complete 1b4981d81b27: Pull complete 5301d3868ce6: Pull complete ea69103f9180: Pull complete e02ba262300a: Pull complete f22546cfca02: Pull complete 164079aeb5e9: Pull complete 86908f553758: Pull complete Digest: sha256:f8c0786cf4c9c3f51be61b113c37c546a50eaccf0055174f83b8ba6d2d6350cc Status: Downloaded newer image for dockerbuildbot/docker-py:py3-0990cf3f2bd3cd88adca9e5f95914611912212be docker.io/dockerbuildbot/docker-py:py3-0990cf3f2bd3cd88adca9e5f95914611912212be [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 (i-0d6062a333b07fcba) 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/b12b729a-2876-4496-9b79-7e447c3487b8/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-0990cf3f2bd3cd88adca9e5f95914611912212be /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 Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0a89fa9ff248f9783) in /home/ubuntu/workspace/docker-py_PR-2726 [Pipeline] node [Pipeline] node Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0d6062a333b07fcba) in /home/ubuntu/workspace/docker-py_PR-2726 [Pipeline] { [Pipeline] { Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0c4b7704925cb5b91) in /home/ubuntu/workspace/docker-py_PR-2726 [Pipeline] withDockerRegistry [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] withDockerRegistry Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0c38c9078b450e9fc) in /home/ubuntu/workspace/docker-py_PR-2726 [Pipeline] { [Pipeline] withDockerRegistry Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-09e4a8b7099e52bb0) in /home/ubuntu/workspace/docker-py_PR-2726 [Pipeline] // withDockerRegistry [Pipeline] { [Pipeline] } $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ [Pipeline] withDockerRegistry [Pipeline] // node [Pipeline] // withDockerRegistry [Pipeline] } Failed in branch py2.7_19.03.13 [Pipeline] } [Pipeline] // node [Pipeline] } Failed in branch py2.7_19.03.12 [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } Failed in branch py2.7_20.10.1 [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } Failed in branch py3.7_20.10.1 Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0fea6f5d3947dd2ad) 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/88d205a5-21e8-46e2-a14e-897734047e8a/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/ + 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=py3.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 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 Merging remotes/origin/master commit 4757eea80c49b7d593537ea9a0b9e5b398570745 into PR head commit 0990cf3f2bd3cd88adca9e5f95914611912212be Merge succeeded, producing 0990cf3f2bd3cd88adca9e5f95914611912212be Checking out Revision 0990cf3f2bd3cd88adca9e5f95914611912212be (PR-2726) Commit message: "Avoid setting unsuported parameter for subprocess.Popen on Windows" [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] sh > git config core.sparsecheckout # timeout=10 > git checkout -f 0990cf3f2bd3cd88adca9e5f95914611912212be # 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 0990cf3f2bd3cd88adca9e5f95914611912212be # timeout=10 + docker network create dpy-testnet-3-0-py3.7-19.03.13 dfeca07afb2575c189eef632540ae7298460d4cd57a2c7ad3aa752280ae50a49 [Pipeline] sh + docker run --rm -d --name dpy-dind-3-0-py3.7-19.03.13 -v /tmp --privileged --network dpy-testnet-3-0-py3.7-19.03.13 dockerbuildbot/docker-py:sshdind-0990cf3f2bd3cd88adca9e5f95914611912212be dockerd -H tcp://0.0.0.0:2375 8683b15b7c3f2412df924c15fe0b9eb4ebd494fe5cc6843806c10b2ca60e7eef $ 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/7831554f-d332-4c3c-9a8e-c773eb577f89/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 + docker run --rm --name dpy-tests-3-0-py3.7-19.03.13 -e DOCKER_HOST=tcp://dpy-dind-3-0-py3.7-19.03.13:2375 -e DOCKER_TEST_API_VERSION=1.40 --network dpy-testnet-3-0-py3.7-19.03.13 --volumes-from dpy-dind-3-0-py3.7-19.03.13 -v /home/ubuntu/.docker/config.json:/root/.docker/config.json dockerbuildbot/docker-py:py3-0990cf3f2bd3cd88adca9e5f95914611912212be py.test -v -rxs --cov=docker --ignore=tests/ssh tests/ ============================= 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 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 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.71 seconds ============================ [Pipeline] sh + docker stop dpy-dind-3-0-py3.7-19.03.13 dpy-dind-3-0-py3.7-19.03.13 + docker network rm dpy-testnet-3-0-py3.7-19.03.13 dpy-testnet-3-0-py3.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 py3.7_19.03.13 WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-py_PR-2726@tmp/77587dc6-e86c-444f-b0b9-90f2d18f3169/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] { (test python=py3.7 / docker=19.03.12) [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 > 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 without tags Merging remotes/origin/master commit 4757eea80c49b7d593537ea9a0b9e5b398570745 into PR head commit 0990cf3f2bd3cd88adca9e5f95914611912212be [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-0a89fa9ff248f9783) 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-0c4b7704925cb5b91) at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800) at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357) at hudson.remoting.Channel.call(Channel.java:1001) at hudson.FilePath.act(FilePath.java:1070) at hudson.FilePath.act(FilePath.java:1059) at hudson.FilePath.readToString(FilePath.java:2087) at org.jenkinsci.plugins.docker.commons.impl.RegistryKeyMaterialFactory.materialize(RegistryKeyMaterialFactory.java:81) at org.jenkinsci.plugins.docker.workflow.AbstractEndpointStepExecution2.doStart(AbstractEndpointStepExecution2.java:53) at org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution.lambda$run$0(GeneralNonBlockingStepExecution.java:77) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) java.io.IOException: Is a directory Also: Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0c38c9078b450e9fc) at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800) at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357) at hudson.remoting.Channel.call(Channel.java:1001) at hudson.FilePath.act(FilePath.java:1070) at hudson.FilePath.act(FilePath.java:1059) at hudson.FilePath.readToString(FilePath.java:2087) at org.jenkinsci.plugins.docker.commons.impl.RegistryKeyMaterialFactory.materialize(RegistryKeyMaterialFactory.java:81) at org.jenkinsci.plugins.docker.workflow.AbstractEndpointStepExecution2.doStart(AbstractEndpointStepExecution2.java:53) at org.jenkinsci.plugins.workflow.steps.GeneralNonBlockingStepExecution.lambda$run$0(GeneralNonBlockingStepExecution.java:77) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) java.io.IOException: Is a directory Also: Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to EC2 (managed-agents) - ubuntu-1804-overlay2 (i-09e4a8b7099e52bb0) 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.plugins.git.GitException: Command "git checkout -f 0990cf3f2bd3cd88adca9e5f95914611912212be" returned status code 128: stdout: stderr: fatal: reference is not a tree: 0990cf3f2bd3cd88adca9e5f95914611912212be 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-0fea6f5d3947dd2ad) 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 0990cf3f2bd3cd88adca9e5f95914611912212be 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) 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