Skip to content
Failed

Console Output

Push event to branch master
19:01:57 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from d9298647d91c52e1ee9ac448e43a7fea1c69bdbe
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
Running on EC2 (managed-agents) - ubuntu-2004-cgroup1 (i-06bdfb68e09c5da4c) 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/f1951399-90f4-48d3-9fa6-09803bd5382c/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
19:01:59 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
19:01:59 chowning workspace
[Pipeline] sh
19:01:59 + pwd
19:01:59 + id -u
19:01:59 + id -g
19:01:59 + docker run --rm -v /home/ubuntu/workspace/docker-py_master:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
19:02:00 Removing all docker containers
[Pipeline] sh
19:02:00 + docker container ls -aq
19:02:00 + docker container rm -vf 72274b73937b
19:02:00 72274b73937b
[Pipeline] echo
19:02:00 Docker containers have been removed
[Pipeline] echo
19:02:00 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
19:02:00 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image)
[Pipeline] checkout
19:02:00 The recommended git tool is: git
19:02:00 using credential docker-jenkins-github-credentials
19:02:00 Cloning the remote Git repository
19:02:00 Cloning with configured refspecs honoured and without tags
19:02:01 Avoid second fetch
19:02:01 Checking out Revision d9298647d91c52e1ee9ac448e43a7fea1c69bdbe (master)
19:02:01 Commit message: "ssh: reject unknown host keys when using Python SSH impl (#2932)"
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 d9298647d91c52e1ee9ac448e43a7fea1c69bdbe # timeout=10
 > git rev-list --no-walk bb40ba051fc67605d5c9e7fd1eb5f9aa3e0fb501 # timeout=10
[Pipeline] sh
19:02:01 + git rev-parse HEAD
[Pipeline] withDockerRegistry
[Pipeline] {
[Pipeline] isUnix
[Pipeline] sh
19:02:02 + docker pull dockerpinata/docker-py:sshdind-d9298647d91c52e1ee9ac448e43a7fea1c69bdbe
19:02:02 Error response from daemon: manifest for dockerpinata/docker-py:sshdind-d9298647d91c52e1ee9ac448e43a7fea1c69bdbe not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
19:02:02 + docker build -t dockerpinata/docker-py:sshdind-d9298647d91c52e1ee9ac448e43a7fea1c69bdbe -f tests/Dockerfile-ssh-dind .
19:02:02 Sending build context to Docker daemon  1.375MB

19:02:02 Step 1/11 : ARG API_VERSION=1.41
19:02:02 Step 2/11 : ARG ENGINE_VERSION=20.10.17
19:02:02 Step 3/11 : FROM docker:${ENGINE_VERSION}-dind
19:02:02  ---> e9bf5bfbaf86
19:02:02 Step 4/11 : RUN apk add --no-cache 		openssh
19:02:02  ---> Running in baca112f6e03
$ 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/f064784b-68ff-41e9-bb5e-4be74541b550/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
19:02:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
19:02:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz
19:02:04 ERROR: unable to select packages:
19:02:04   openssh-client-common-9.0_p1-r1:
19:02:04     breaks: openssh-client-default-9.0_p1-r2[openssh-client-common=9.0_p1-r2]
19:02:04 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