Skip to content
Failed

Console Output

Push event to branch master
18:44:52 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 52e29bd4463964a090e3425cf027a3a4a8c4473b
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
 > 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 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
Still waiting to schedule task
‘EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0d6541a03abf6b552)’ is offline
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-0d6541a03abf6b552) 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/90cfdc8d-b205-4c1b-a08f-c91771ca121e/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
18:45:50 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
18:45:50 chowning workspace
[Pipeline] sh
18:45:51 + pwd
18:45:51 + id -u
18:45:51 + id -g
18:45:51 + docker run --rm -v /home/ubuntu/workspace/docker-py_master:/workspace busybox chown -R 1000:1000 /workspace
18:45:51 Unable to find image 'busybox:latest' locally
18:45:51 latest: Pulling from library/busybox
18:45:51 19d511225f94: Pulling fs layer
18:45:51 19d511225f94: Verifying Checksum
18:45:51 19d511225f94: Download complete
18:45:52 19d511225f94: Pull complete
18:45:52 Digest: sha256:e63286d6bf23acce079c38cd9f63ec19dd1ad4da0e3e942e39f2a08050b50534
18:45:52 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
18:45:55 Removing all docker containers
[Pipeline] sh
18:45:55 + docker container ls -aq
[Pipeline] echo
18:45:55 Docker containers have been removed
[Pipeline] echo
18:45:55 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
18:45:55 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image)
[Pipeline] checkout
18:45:55 The recommended git tool is: git
18:45:57 using credential docker-jenkins-github-credentials
18:45:57 Cloning the remote Git repository
18:45:57 Cloning with configured refspecs honoured and without tags
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
18:46:00 Avoid second fetch
18:46:00 Checking out Revision 52e29bd4463964a090e3425cf027a3a4a8c4473b (master)
 > 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 52e29bd4463964a090e3425cf027a3a4a8c4473b # timeout=10
18:46:03 Commit message: "deps: remove backports.ssl_match_hostname (#3011)"
 > git rev-list --no-walk 0ee9f260e48992d04d72c7bb8e4819f6b6a64717 # timeout=10
[Pipeline] sh
18:46:04 + git rev-parse HEAD
[Pipeline] withDockerRegistry
[Pipeline] {
[Pipeline] isUnix
[Pipeline] sh
18:46:05 + docker pull dockerpinata/docker-py:sshdind-52e29bd4463964a090e3425cf027a3a4a8c4473b
18:46:05 Error response from daemon: manifest for dockerpinata/docker-py:sshdind-52e29bd4463964a090e3425cf027a3a4a8c4473b not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
18:46:05 + docker build -t dockerpinata/docker-py:sshdind-52e29bd4463964a090e3425cf027a3a4a8c4473b -f tests/Dockerfile-ssh-dind .
18:46:05 Sending build context to Docker daemon  1.375MB

18:46:05 Step 1/11 : ARG API_VERSION=1.41
18:46:05 Step 2/11 : ARG ENGINE_VERSION=20.10.17
18:46:05 Step 3/11 : FROM docker:${ENGINE_VERSION}-dind
$ 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/1a884cf2-d1a6-401b-9c3b-9ba34504a70c/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
18:46:05 20.10.17-dind: Pulling from library/docker
18:46:05 530afca65e2e: Pulling fs layer
18:46:05 33702c1843d1: Pulling fs layer
18:46:05 d1c203384d5b: Pulling fs layer
18:46:05 146feb07c331: Pulling fs layer
18:46:05 cee6b871713b: Pulling fs layer
18:46:05 db8946a7c6c2: Pulling fs layer
18:46:05 649b2db28c49: Pulling fs layer
18:46:05 e7b044ff4e6b: Pulling fs layer
18:46:05 dbd7811a8fce: Pulling fs layer
18:46:05 7b9a2b83f06a: Pulling fs layer
18:46:05 4052cf0d7af0: Pulling fs layer
18:46:05 668035bf1efe: Pulling fs layer
18:46:05 afd9bc40a60c: Pulling fs layer
18:46:05 146feb07c331: Waiting
18:46:05 cee6b871713b: Waiting
18:46:05 db8946a7c6c2: Waiting
18:46:05 649b2db28c49: Waiting
18:46:05 e7b044ff4e6b: Waiting
18:46:05 dbd7811a8fce: Waiting
18:46:05 7b9a2b83f06a: Waiting
18:46:05 4052cf0d7af0: Waiting
18:46:05 668035bf1efe: Waiting
18:46:05 afd9bc40a60c: Waiting
18:46:05 d1c203384d5b: Verifying Checksum
18:46:05 d1c203384d5b: Download complete
18:46:05 530afca65e2e: Verifying Checksum
18:46:05 530afca65e2e: Download complete
18:46:05 33702c1843d1: Verifying Checksum
18:46:05 33702c1843d1: Download complete
18:46:06 db8946a7c6c2: Verifying Checksum
18:46:06 db8946a7c6c2: Download complete
18:46:06 cee6b871713b: Verifying Checksum
18:46:06 cee6b871713b: Download complete
18:46:06 649b2db28c49: Verifying Checksum
18:46:06 649b2db28c49: Download complete
18:46:06 e7b044ff4e6b: Verifying Checksum
18:46:06 e7b044ff4e6b: Download complete
18:46:06 dbd7811a8fce: Verifying Checksum
18:46:06 dbd7811a8fce: Download complete
18:46:06 4052cf0d7af0: Verifying Checksum
18:46:06 4052cf0d7af0: Download complete
18:46:06 530afca65e2e: Pull complete
18:46:06 7b9a2b83f06a: Verifying Checksum
18:46:06 7b9a2b83f06a: Download complete
18:46:06 668035bf1efe: Verifying Checksum
18:46:06 668035bf1efe: Download complete
18:46:06 afd9bc40a60c: Verifying Checksum
18:46:06 afd9bc40a60c: Download complete
18:46:06 33702c1843d1: Pull complete
18:46:06 146feb07c331: Verifying Checksum
18:46:06 146feb07c331: Download complete
18:46:07 d1c203384d5b: Pull complete
18:46:09 146feb07c331: Pull complete
18:46:09 cee6b871713b: Pull complete
18:46:10 db8946a7c6c2: Pull complete
18:46:10 649b2db28c49: Pull complete
18:46:10 e7b044ff4e6b: Pull complete
18:46:10 dbd7811a8fce: Pull complete
18:46:10 7b9a2b83f06a: Pull complete
18:46:10 4052cf0d7af0: Pull complete
18:46:10 668035bf1efe: Pull complete
18:46:10 afd9bc40a60c: Pull complete
18:46:10 Digest: sha256:c10de736621bc2d4a3a44297346640b62309db58f46822b87679d9419a6b321c
18:46:10 Status: Downloaded newer image for docker:20.10.17-dind
18:46:10  ---> e9bf5bfbaf86
18:46:10 Step 4/11 : RUN apk add --no-cache 		openssh
18:46:15  ---> Running in 2f49640b79aa
18:46:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
18:46:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz
18:46:16 ERROR: unable to select packages:
18:46:16   openssh-client-common-9.0_p1-r1:
18:46:16     breaks: openssh-client-default-9.0_p1-r2[openssh-client-common=9.0_p1-r2]
18:46:17 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