Skip to content
Failed

Console Output

Started by user Sebastiaan van Stijn
Replayed #1
08:33:27 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 5dea12f791bb8771553d21478015548bd7bb877f+b49d22f053df1eb8c00fa42d03c422fd4e76442e (826e673aaa63a5d2c62f1f0e2369654002711e49)
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 ad1b00369dd78a15c273e17e363f91bced3f6e18
using credential jps-reader
 > git rev-parse --is-inside-work-tree # 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
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 ad1b00369dd78a15c273e17e363f91bced3f6e18 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ad1b00369dd78a15c273e17e363f91bced3f6e18 # timeout=10
Commit message: "Merge pull request #22 from docker/add-getOnlineNodeNamesByPrefix"
 > git rev-list --no-walk ad1b00369dd78a15c273e17e363f91bced3f6e18 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-1910-overlay2 (i-01a0f5382e883adc8) in /home/ubuntu/workspace/docker-py_PR-2584
[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-2584@tmp/276e1f07-4f6f-469f-987a-cbaaa295ba89/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
08:33:30 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
08:33:30 chowning workspace
[Pipeline] sh
08:33:30 + pwd
08:33:30 + id -u
08:33:30 + id -g
08:33:30 + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2584:/workspace busybox chown -R 1000:1000 /workspace
08:33:30 docker: Error response from daemon: cgroups: cgroup mountpoint does not exist: unknown.
[Pipeline] echo
08:33:30 hudson.AbortException: script returned exit code 125
[Pipeline] echo
08:33:30 Removing all docker containers
[Pipeline] sh
08:33:31 + docker container ls -aq
08:33:31 + docker container rm -vf 1969c958d278
08:33:31 1969c958d278
[Pipeline] echo
08:33:31 Docker containers have been removed
[Pipeline] echo
08:33:31 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
08:33:31 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (build image)
[Pipeline] checkout
08:33:31 using credential docker-jenkins-github-credentials
08:33:31 Cloning the remote Git repository
08:33:31 Cloning with configured refspecs honoured and without tags
08:33:32 Fetching without tags
Cloning repository https://github.com/docker/docker-py.git
 > git init /home/ubuntu/workspace/docker-py_PR-2584 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-py.git
 > git --version # timeout=10
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/2584/head:refs/remotes/origin/PR-2584 +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/pull/2584/head:refs/remotes/origin/PR-2584 # 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/2584/head:refs/remotes/origin/PR-2584 +refs/heads/master:refs/remotes/origin/master # timeout=10
08:33:32 Merging remotes/origin/master commit b49d22f053df1eb8c00fa42d03c422fd4e76442e into PR head commit 5dea12f791bb8771553d21478015548bd7bb877f
08:33:32 Merge succeeded, producing 5dea12f791bb8771553d21478015548bd7bb877f
08:33:32 Checking out Revision 5dea12f791bb8771553d21478015548bd7bb877f (PR-2584)
08:33:32 Commit message: "Update test engine version to 19.03.11"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5dea12f791bb8771553d21478015548bd7bb877f # timeout=10
 > git merge b49d22f053df1eb8c00fa42d03c422fd4e76442e # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5dea12f791bb8771553d21478015548bd7bb877f # timeout=10
 > git rev-list --no-walk 5dea12f791bb8771553d21478015548bd7bb877f # timeout=10
[Pipeline] sh
08:33:33 + git rev-parse HEAD
[Pipeline] isUnix
[Pipeline] sh
08:33:33 + docker pull dockerbuildbot/docker-py:py2-5dea12f791bb8771553d21478015548bd7bb877f
08:33:33 Error response from daemon: manifest for dockerbuildbot/docker-py:py2-5dea12f791bb8771553d21478015548bd7bb877f not found: manifest unknown: manifest unknown
[Pipeline] isUnix
[Pipeline] sh
08:33:34 + docker build -t dockerbuildbot/docker-py:py2-5dea12f791bb8771553d21478015548bd7bb877f -f tests/Dockerfile --build-arg PYTHON_VERSION=2.7 .
08:33:34 Sending build context to Docker daemon  1.303MB

08:33:34 Step 1/19 : ARG PYTHON_VERSION=3.7
08:33:34 Step 2/19 : FROM python:${PYTHON_VERSION}
08:33:34  ---> 68e7be49c28c
08:33:34 Step 3/19 : ARG APT_MIRROR
08:33:34  ---> Using cache
08:33:34  ---> 733dc05c5fd9
08:33:34 Step 4/19 : 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
08:33:34  ---> Running in 558dff33739f
08:33:34 cgroups: cgroup mountpoint does not exist: unknown
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

ERROR: script returned exit code 1
Finished: FAILURE