Started by user Sebastiaan van Stijn Replayed #1 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 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-py_PR-2584:/workspace busybox chown -R 1000:1000 /workspace docker: Error response from daemon: cgroups: cgroup mountpoint does not exist: unknown. [Pipeline] echo hudson.AbortException: script returned exit code 125 [Pipeline] echo Removing all docker containers [Pipeline] sh + docker container ls -aq + docker container rm -vf 1969c958d278 1969c958d278 [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] stage [Pipeline] { (build image) [Pipeline] checkout using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags 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 Merging remotes/origin/master commit b49d22f053df1eb8c00fa42d03c422fd4e76442e into PR head commit 5dea12f791bb8771553d21478015548bd7bb877f Merge succeeded, producing 5dea12f791bb8771553d21478015548bd7bb877f Checking out Revision 5dea12f791bb8771553d21478015548bd7bb877f (PR-2584) 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 + git rev-parse HEAD [Pipeline] isUnix [Pipeline] sh + docker pull dockerbuildbot/docker-py:py2-5dea12f791bb8771553d21478015548bd7bb877f Error response from daemon: manifest for dockerbuildbot/docker-py:py2-5dea12f791bb8771553d21478015548bd7bb877f not found: manifest unknown: manifest unknown [Pipeline] isUnix [Pipeline] sh + docker build -t dockerbuildbot/docker-py:py2-5dea12f791bb8771553d21478015548bd7bb877f -f tests/Dockerfile --build-arg PYTHON_VERSION=2.7 . Sending build context to Docker daemon 1.303MB Step 1/19 : ARG PYTHON_VERSION=3.7 Step 2/19 : FROM python:${PYTHON_VERSION} ---> 68e7be49c28c Step 3/19 : ARG APT_MIRROR ---> Using cache ---> 733dc05c5fd9 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 ---> Running in 558dff33739f 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