Push event to branch master Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 2494d63f36eba0e1811f05e7b2136f8b30f7cdb7 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 4f8fd6a86e521290dafaf7c28eced2a9b21b220a The recommended git tool is: NONE using credential jps-reader > git rev-parse --resolve-git-dir /var/cloudbees-jenkins-distribution/workspace/docker-py_master@libs/jps/.git # 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 4f8fd6a86e521290dafaf7c28eced2a9b21b220a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10 Commit message: "Merge pull request #26 from docker/add-retry-to-vpn-image-pull" > 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-2004-cgroup1 (i-04e55d62aabc2aabb) in /home/ubuntu/workspace/docker-py_master [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_master@tmp/66bf8ced-9fe4-4745-8b56-262d00d6c974/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_master:/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] { (build image) [Pipeline] checkout The recommended git tool is: git using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Avoid second fetch Checking out Revision 2494d63f36eba0e1811f05e7b2136f8b30f7cdb7 (master) Commit message: "docs: install package in ReadTheDocs build (#3032)" Cloning repository https://github.com/docker/docker-py.git > git init /home/ubuntu/workspace/docker-py_master # timeout=10 Fetching upstream changes from https://github.com/docker/docker-py.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --force --progress -- https://github.com/docker/docker-py.git +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/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2494d63f36eba0e1811f05e7b2136f8b30f7cdb7 # timeout=10 > git rev-list --no-walk be942f83902fbd02e05270c39b6917880939c165 # timeout=10 [Pipeline] sh + git rev-parse HEAD [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh + docker pull dockerpinata/docker-py:sshdind-2494d63f36eba0e1811f05e7b2136f8b30f7cdb7 sshdind-2494d63f36eba0e1811f05e7b2136f8b30f7cdb7: Pulling from dockerpinata/docker-py Digest: sha256:fa80e7cc5ac5bbe804eba789b01f0dcaf47b86daac648ce0c4067045a349eb02 Status: Image is up to date for dockerpinata/docker-py:sshdind-2494d63f36eba0e1811f05e7b2136f8b30f7cdb7 docker.io/dockerpinata/docker-py:sshdind-2494d63f36eba0e1811f05e7b2136f8b30f7cdb7 [Pipeline] isUnix [Pipeline] sh + docker pull dockerpinata/docker-py:py3-2494d63f36eba0e1811f05e7b2136f8b30f7cdb7 Error response from daemon: manifest for dockerpinata/docker-py:py3-2494d63f36eba0e1811f05e7b2136f8b30f7cdb7 not found: manifest unknown: manifest unknown $ 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_master@tmp/6a1c8fb0-327c-4922-8c07-03a56d924c60/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded [Pipeline] isUnix [Pipeline] sh + docker build -t dockerpinata/docker-py:py3-2494d63f36eba0e1811f05e7b2136f8b30f7cdb7 -f tests/Dockerfile --build-arg PYTHON_VERSION=3.10 . Sending build context to Docker daemon 1.399MB Step 1/24 : ARG PYTHON_VERSION=3.10 Step 2/24 : FROM python:${PYTHON_VERSION} ---> b62e4294564c Step 3/24 : ARG APT_MIRROR ---> Using cache ---> a54199f26ed8 Step 4/24 : RUN sed -ri "s/(httpredir|deb).debian.org/${APT_MIRROR:-deb.debian.org}/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/${APT_MIRROR:-security.debian.org}/g" /etc/apt/sources.list ---> Using cache ---> e40fc2fbce48 Step 5/24 : RUN apt-get update && apt-get -y install --no-install-recommends gnupg2 pass ---> Using cache ---> a434d2cae77e Step 6/24 : COPY tests/ssh/config/client /root/.ssh ---> Using cache ---> 6fd43fcfdc98 Step 7/24 : COPY tests/ssh/config/server/known_ed25519.pub /root/.ssh/known_hosts ---> Using cache ---> 053ce83fbf3f Step 8/24 : RUN sed -i '1s;^;dpy-dind-ssh ;' /root/.ssh/known_hosts ---> Using cache ---> 0f87e9f5db7b Step 9/24 : RUN chmod -R 600 /root/.ssh ---> Using cache ---> fe85080c1171 Step 10/24 : COPY ./tests/gpg-keys /gpg-keys ---> Using cache ---> 5a6d8258cfe9 Step 11/24 : RUN gpg2 --import gpg-keys/secret ---> Using cache ---> de87ef2f5c7e Step 12/24 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust ---> Using cache ---> e671d19b26b8 Step 13/24 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}') ---> Using cache ---> fa9911af5169 Step 14/24 : RUN gpg2 --check-trustdb ---> Using cache ---> 297365cba381 Step 15/24 : ARG CREDSTORE_VERSION=v0.6.3 ---> Using cache ---> e571d41e7214 Step 16/24 : RUN curl -sSL -o /opt/docker-credential-pass.tar.gz https://github.com/docker/docker-credential-helpers/releases/download/$CREDSTORE_VERSION/docker-credential-pass-$CREDSTORE_VERSION-amd64.tar.gz && tar -xf /opt/docker-credential-pass.tar.gz -O > /usr/local/bin/docker-credential-pass && rm -rf /opt/docker-credential-pass.tar.gz && chmod +x /usr/local/bin/docker-credential-pass ---> Using cache ---> 9216663bd7de Step 17/24 : WORKDIR /src ---> Using cache ---> 041510132b34 Step 18/24 : COPY requirements.txt /src/requirements.txt ---> Using cache ---> 947c075345f5 Step 19/24 : RUN --mount=type=cache,target=/root/.cache/pip pip install -r requirements.txt the --mount option requires BuildKit. Refer to https://docs.docker.com/go/buildkit/ to learn how to build images with BuildKit enabled [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Could not update commit status, please check if your scan credentials belong to a member of the organization or a collaborator of the repository and repo:status scope is selected GitHub has been notified of this commit’s build result ERROR: script returned exit code 1 Finished: FAILURE