Skip to content
Failed

Console Output

Push event to branch master
21:11:25 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
21:11:26 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
21:11:26 chowning workspace
[Pipeline] sh
21:11:27 + pwd
21:11:27 + id -u
21:11:27 + id -g
21:11:27 + docker run --rm -v /home/ubuntu/workspace/docker-py_master:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
21:11:27 Removing all docker containers
[Pipeline] sh
21:11:28 + docker container ls -aq
[Pipeline] echo
21:11:28 Docker containers have been removed
[Pipeline] echo
21:11:28 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
21:11:28 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image)
[Pipeline] checkout
21:11:28 The recommended git tool is: git
21:11:28 using credential docker-jenkins-github-credentials
21:11:28 Cloning the remote Git repository
21:11:28 Cloning with configured refspecs honoured and without tags
21:11:29 Avoid second fetch
21:11:29 Checking out Revision 2494d63f36eba0e1811f05e7b2136f8b30f7cdb7 (master)
21:11:29 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
21:11:29 + git rev-parse HEAD
[Pipeline] withDockerRegistry
[Pipeline] {
[Pipeline] isUnix
[Pipeline] sh
21:11:30 + docker pull dockerpinata/docker-py:sshdind-2494d63f36eba0e1811f05e7b2136f8b30f7cdb7
21:11:30 sshdind-2494d63f36eba0e1811f05e7b2136f8b30f7cdb7: Pulling from dockerpinata/docker-py
21:11:30 Digest: sha256:fa80e7cc5ac5bbe804eba789b01f0dcaf47b86daac648ce0c4067045a349eb02
21:11:30 Status: Image is up to date for dockerpinata/docker-py:sshdind-2494d63f36eba0e1811f05e7b2136f8b30f7cdb7
21:11:30 docker.io/dockerpinata/docker-py:sshdind-2494d63f36eba0e1811f05e7b2136f8b30f7cdb7
[Pipeline] isUnix
[Pipeline] sh
21:11:30 + docker pull dockerpinata/docker-py:py3-2494d63f36eba0e1811f05e7b2136f8b30f7cdb7
21:11:30 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
21:11:30 + docker build -t dockerpinata/docker-py:py3-2494d63f36eba0e1811f05e7b2136f8b30f7cdb7 -f tests/Dockerfile --build-arg PYTHON_VERSION=3.10 .
21:11:30 Sending build context to Docker daemon  1.399MB

21:11:30 Step 1/24 : ARG PYTHON_VERSION=3.10
21:11:30 Step 2/24 : FROM python:${PYTHON_VERSION}
21:11:30  ---> b62e4294564c
21:11:30 Step 3/24 : ARG APT_MIRROR
21:11:30  ---> Using cache
21:11:30  ---> a54199f26ed8
21:11:30 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
21:11:30  ---> Using cache
21:11:30  ---> e40fc2fbce48
21:11:30 Step 5/24 : RUN apt-get update && apt-get -y install --no-install-recommends     gnupg2     pass
21:11:30  ---> Using cache
21:11:30  ---> a434d2cae77e
21:11:30 Step 6/24 : COPY tests/ssh/config/client /root/.ssh
21:11:30  ---> Using cache
21:11:30  ---> 6fd43fcfdc98
21:11:30 Step 7/24 : COPY tests/ssh/config/server/known_ed25519.pub /root/.ssh/known_hosts
21:11:30  ---> Using cache
21:11:30  ---> 053ce83fbf3f
21:11:30 Step 8/24 : RUN sed -i '1s;^;dpy-dind-ssh ;' /root/.ssh/known_hosts
21:11:30  ---> Using cache
21:11:30  ---> 0f87e9f5db7b
21:11:30 Step 9/24 : RUN chmod -R 600 /root/.ssh
21:11:30  ---> Using cache
21:11:30  ---> fe85080c1171
21:11:30 Step 10/24 : COPY ./tests/gpg-keys /gpg-keys
21:11:30  ---> Using cache
21:11:30  ---> 5a6d8258cfe9
21:11:30 Step 11/24 : RUN gpg2 --import gpg-keys/secret
21:11:30  ---> Using cache
21:11:30  ---> de87ef2f5c7e
21:11:30 Step 12/24 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
21:11:30  ---> Using cache
21:11:30  ---> e671d19b26b8
21:11:30 Step 13/24 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
21:11:30  ---> Using cache
21:11:30  ---> fa9911af5169
21:11:30 Step 14/24 : RUN gpg2 --check-trustdb
21:11:30  ---> Using cache
21:11:30  ---> 297365cba381
21:11:30 Step 15/24 : ARG CREDSTORE_VERSION=v0.6.3
21:11:30  ---> Using cache
21:11:30  ---> e571d41e7214
21:11:30 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
21:11:30  ---> Using cache
21:11:30  ---> 9216663bd7de
21:11:30 Step 17/24 : WORKDIR /src
21:11:30  ---> Using cache
21:11:30  ---> 041510132b34
21:11:30 Step 18/24 : COPY requirements.txt /src/requirements.txt
21:11:30  ---> Using cache
21:11:30  ---> 947c075345f5
21:11:30 Step 19/24 : RUN --mount=type=cache,target=/root/.cache/pip     pip install -r requirements.txt
21:11:30 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