Skip to content
Failed

Console Output

Pull request #3010 opened
15:26:19 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at 0ee9f260e48992d04d72c7bb8e4819f6b6a64717 rather than 861bb99955e322dece565aa32809914fb9494c96
Obtained Jenkinsfile from 0ee9f260e48992d04d72c7bb8e4819f6b6a64717
‘Jenkinsfile’ has been modified in an untrusted revision
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
The recommended git tool is: NONE
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-3010@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
Avoid second fetch
Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10
Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file"
First time build. Skipping changelog.
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines.
To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins.
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
‘EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0d3a6f8ee7deb953c)’ is offline
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0d3a6f8ee7deb953c) in /home/ubuntu/workspace/docker-py_PR-3010
[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-3010@tmp/bf5f39f7-5487-413c-b5df-a12cba111c5b/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
15:27:28 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
15:27:28 chowning workspace
[Pipeline] sh
15:27:28 + pwd
15:27:28 + id -u
15:27:28 + id -g
15:27:28 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-3010:/workspace busybox chown -R 1000:1000 /workspace
15:27:28 Unable to find image 'busybox:latest' locally
15:27:29 latest: Pulling from library/busybox
15:27:29 19d511225f94: Pulling fs layer
15:27:29 19d511225f94: Download complete
15:27:29 19d511225f94: Pull complete
15:27:29 Digest: sha256:e63286d6bf23acce079c38cd9f63ec19dd1ad4da0e3e942e39f2a08050b50534
15:27:29 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
15:27:32 Removing all docker containers
[Pipeline] sh
15:27:32 + docker container ls -aq
[Pipeline] echo
15:27:32 Docker containers have been removed
[Pipeline] echo
15:27:32 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
15:27:32 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image)
[Pipeline] checkout
15:27:32 The recommended git tool is: git
15:27:34 using credential docker-jenkins-github-credentials
15:27:34 Cloning the remote Git repository
15:27:34 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-3010 # 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/pull/3010/head:refs/remotes/origin/PR-3010 +refs/heads/master:refs/remotes/origin/master # timeout=10
15:27:37 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/3010/head:refs/remotes/origin/PR-3010 # 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 --force --progress -- https://github.com/docker/docker-py.git +refs/pull/3010/head:refs/remotes/origin/PR-3010 +refs/heads/master:refs/remotes/origin/master # timeout=10
15:27:37 Merging remotes/origin/master commit 0ee9f260e48992d04d72c7bb8e4819f6b6a64717 into PR head commit 861bb99955e322dece565aa32809914fb9494c96
15:27:37 Merge succeeded, producing 861bb99955e322dece565aa32809914fb9494c96
15:27:37 Checking out Revision 861bb99955e322dece565aa32809914fb9494c96 (PR-3010)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 861bb99955e322dece565aa32809914fb9494c96 # 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 0ee9f260e48992d04d72c7bb8e4819f6b6a64717 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 861bb99955e322dece565aa32809914fb9494c96 # timeout=10
15:27:40 Commit message: "docs: fixes for Python 3.10 compat"
15:27:40 First time build. Skipping changelog.
[Pipeline] sh
15:27:41 + git rev-parse HEAD
[Pipeline] withDockerRegistry
[Pipeline] {
$ 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-3010@tmp/a709bb7b-f4b2-4935-a301-80c8afabc9a7/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
[Pipeline] isUnix
[Pipeline] sh
15:27:42 + docker pull dockerpinata/docker-py:sshdind-861bb99955e322dece565aa32809914fb9494c96
15:27:42 Error response from daemon: manifest for dockerpinata/docker-py:sshdind-861bb99955e322dece565aa32809914fb9494c96 not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
15:27:42 + docker build -t dockerpinata/docker-py:sshdind-861bb99955e322dece565aa32809914fb9494c96 -f tests/Dockerfile-ssh-dind .
15:27:42 Sending build context to Docker daemon  1.376MB

15:27:42 Step 1/11 : ARG API_VERSION=1.41
15:27:42 Step 2/11 : ARG ENGINE_VERSION=20.10.17
15:27:42 Step 3/11 : FROM docker:${ENGINE_VERSION}-dind
15:27:42 20.10.17-dind: Pulling from library/docker
15:27:42 530afca65e2e: Pulling fs layer
15:27:42 33702c1843d1: Pulling fs layer
15:27:42 d1c203384d5b: Pulling fs layer
15:27:42 146feb07c331: Pulling fs layer
15:27:42 cee6b871713b: Pulling fs layer
15:27:42 db8946a7c6c2: Pulling fs layer
15:27:42 649b2db28c49: Pulling fs layer
15:27:42 e7b044ff4e6b: Pulling fs layer
15:27:42 dbd7811a8fce: Pulling fs layer
15:27:42 7b9a2b83f06a: Pulling fs layer
15:27:42 4052cf0d7af0: Pulling fs layer
15:27:42 668035bf1efe: Pulling fs layer
15:27:42 afd9bc40a60c: Pulling fs layer
15:27:42 146feb07c331: Waiting
15:27:42 dbd7811a8fce: Waiting
15:27:42 7b9a2b83f06a: Waiting
15:27:42 4052cf0d7af0: Waiting
15:27:42 668035bf1efe: Waiting
15:27:42 afd9bc40a60c: Waiting
15:27:42 cee6b871713b: Waiting
15:27:42 db8946a7c6c2: Waiting
15:27:42 649b2db28c49: Waiting
15:27:42 e7b044ff4e6b: Waiting
15:27:42 d1c203384d5b: Verifying Checksum
15:27:42 d1c203384d5b: Download complete
15:27:42 33702c1843d1: Verifying Checksum
15:27:42 33702c1843d1: Download complete
15:27:42 530afca65e2e: Verifying Checksum
15:27:42 530afca65e2e: Download complete
15:27:43 db8946a7c6c2: Verifying Checksum
15:27:43 db8946a7c6c2: Download complete
15:27:43 649b2db28c49: Verifying Checksum
15:27:43 649b2db28c49: Download complete
15:27:43 cee6b871713b: Verifying Checksum
15:27:43 cee6b871713b: Download complete
15:27:43 dbd7811a8fce: Verifying Checksum
15:27:43 dbd7811a8fce: Download complete
15:27:43 e7b044ff4e6b: Verifying Checksum
15:27:43 e7b044ff4e6b: Download complete
15:27:43 4052cf0d7af0: Verifying Checksum
15:27:43 4052cf0d7af0: Download complete
15:27:43 668035bf1efe: Verifying Checksum
15:27:43 668035bf1efe: Download complete
15:27:43 7b9a2b83f06a: Verifying Checksum
15:27:43 7b9a2b83f06a: Download complete
15:27:44 530afca65e2e: Pull complete
15:27:44 afd9bc40a60c: Download complete
15:27:44 146feb07c331: Verifying Checksum
15:27:44 146feb07c331: Download complete
15:27:44 33702c1843d1: Pull complete
15:27:44 d1c203384d5b: Pull complete
15:27:49 146feb07c331: Pull complete
15:27:49 cee6b871713b: Pull complete
15:27:49 db8946a7c6c2: Pull complete
15:27:49 649b2db28c49: Pull complete
15:27:49 e7b044ff4e6b: Pull complete
15:27:49 dbd7811a8fce: Pull complete
15:27:50 7b9a2b83f06a: Pull complete
15:27:50 4052cf0d7af0: Pull complete
15:27:50 668035bf1efe: Pull complete
15:27:50 afd9bc40a60c: Pull complete
15:27:50 Digest: sha256:c10de736621bc2d4a3a44297346640b62309db58f46822b87679d9419a6b321c
15:27:50 Status: Downloaded newer image for docker:20.10.17-dind
15:27:50  ---> e9bf5bfbaf86
15:27:50 Step 4/11 : RUN apk add --no-cache 		openssh
15:27:53  ---> Running in c692186227eb
15:27:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
15:27:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz
15:27:55 ERROR: unable to select packages:
15:27:55   openssh-client-common-9.0_p1-r1:
15:27:55     breaks: openssh-client-default-9.0_p1-r2[openssh-client-common=9.0_p1-r2]
15:27:55 The command '/bin/sh -c apk add --no-cache 		openssh' returned a non-zero code: 2
[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 2
Finished: FAILURE