Skip to content
Success

Console Output

Pull request #45306 event
Started by user Sebastiaan van Stijn
Rebuilds build #2
06:17:12 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Loading trusted files from base branch master at 3d0bdfaa70b4449013311461e52cdf1caa369ef7 rather than e5dbd28afd51c26f823f3c6469a6a52c3f24f21c
Obtained Jenkinsfile from 3d0bdfaa70b4449013311461e52cdf1caa369ef7
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 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
The recommended git tool is: NONE
using credential jps-reader
 > git rev-parse --resolve-git-dir /var/cloudbees-jenkins-distribution/workspace/moby_PR-45306@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 4f8fd6a86e521290dafaf7c28eced2a9b21b220a (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10
Commit message: "Merge pull request #26 from docker/add-retry-to-vpn-image-pull"
 > git rev-list --no-walk 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # 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] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 2 hr 0 min
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (pr-hack)
[Pipeline] script
[Pipeline] {
[Pipeline] echo
06:17:18 [2023-04-13T06:17:18.003Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
[Pipeline] milestone
06:17:18 [2023-04-13T06:17:18.007Z] Trying to pass milestone 2
[Pipeline] milestone
06:17:18 [2023-04-13T06:17:18.117Z] Trying to pass milestone 3
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
06:17:33 [2023-04-13T06:17:33.302Z] Still waiting to schedule task
06:17:33 [2023-04-13T06:17:33.303Z]EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0200d483404ec2b3c)’ is offline
06:18:39 [2023-04-13T06:18:39.641Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0200d483404ec2b3c) in /home/ubuntu/workspace/moby_PR-45306
[Pipeline] {
[Pipeline] checkout
06:18:39 [2023-04-13T06:18:39.793Z] The recommended git tool is: git
06:18:42 [2023-04-13T06:18:42.455Z] using credential docker-jenkins-github-credentials
06:18:42 [2023-04-13T06:18:42.471Z] Cloning the remote Git repository
06:18:42 [2023-04-13T06:18:42.471Z] Cloning with configured refspecs honoured and without tags
06:18:42 [2023-04-13T06:18:42.510Z] Cloning repository https://github.com/moby/moby.git
06:18:42 [2023-04-13T06:18:42.567Z]  > git init /home/ubuntu/workspace/moby_PR-45306 # timeout=10
06:18:43 [2023-04-13T06:18:43.097Z] Fetching upstream changes from https://github.com/moby/moby.git
06:18:43 [2023-04-13T06:18:43.097Z]  > git --version # timeout=10
06:18:43 [2023-04-13T06:18:43.114Z]  > git --version # 'git version 2.25.1'
06:18:43 [2023-04-13T06:18:43.114Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
06:18:43 [2023-04-13T06:18:43.116Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45306/head:refs/remotes/origin/PR-45306 +refs/heads/master:refs/remotes/origin/master # timeout=10
06:19:00 [2023-04-13T06:19:00.163Z] Fetching without tags
06:19:00 [2023-04-13T06:19:00.496Z] Merging remotes/origin/master commit 3d0bdfaa70b4449013311461e52cdf1caa369ef7 into PR head commit e5dbd28afd51c26f823f3c6469a6a52c3f24f21c
06:19:00 [2023-04-13T06:19:00.071Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
06:19:00 [2023-04-13T06:19:00.119Z]  > git config --add remote.origin.fetch +refs/pull/45306/head:refs/remotes/origin/PR-45306 # timeout=10
06:19:00 [2023-04-13T06:19:00.131Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
06:19:00 [2023-04-13T06:19:00.144Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
06:19:00 [2023-04-13T06:19:00.166Z] Fetching upstream changes from https://github.com/moby/moby.git
06:19:00 [2023-04-13T06:19:00.167Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
06:19:00 [2023-04-13T06:19:00.168Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45306/head:refs/remotes/origin/PR-45306 +refs/heads/master:refs/remotes/origin/master # timeout=10
06:19:00 [2023-04-13T06:19:00.503Z]  > git config core.sparsecheckout # timeout=10
06:19:00 [2023-04-13T06:19:00.560Z]  > git checkout -f e5dbd28afd51c26f823f3c6469a6a52c3f24f21c # timeout=10
06:19:02 [2023-04-13T06:19:02.774Z] Merge succeeded, producing 8d53306051275b9b5ad0c73818326aad424d70b5
06:19:02 [2023-04-13T06:19:02.775Z] Checking out Revision 8d53306051275b9b5ad0c73818326aad424d70b5 (PR-45306)
06:19:02 [2023-04-13T06:19:02.207Z]  > git remote # timeout=10
06:19:02 [2023-04-13T06:19:02.218Z]  > git config --get remote.origin.url # timeout=10
06:19:02 [2023-04-13T06:19:02.222Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
06:19:02 [2023-04-13T06:19:02.223Z]  > git merge 3d0bdfaa70b4449013311461e52cdf1caa369ef7 # timeout=10
06:19:02 [2023-04-13T06:19:02.767Z]  > git rev-parse HEAD^{commit} # timeout=10
06:19:02 [2023-04-13T06:19:02.777Z]  > git config core.sparsecheckout # timeout=10
06:19:02 [2023-04-13T06:19:02.781Z]  > git checkout -f 8d53306051275b9b5ad0c73818326aad424d70b5 # timeout=10
06:19:06 [2023-04-13T06:19:06.671Z] Commit message: "Merge commit '3d0bdfaa70b4449013311461e52cdf1caa369ef7' into HEAD"
06:19:06 [2023-04-13T06:19:06.685Z] First time build. Skipping changelog.
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
06:19:07 [2023-04-13T06:19:07.507Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-45306:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master alpine sh -c apk add --no-cache -q bash git openssh-client && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco
06:19:06 [2023-04-13T06:19:06.674Z]  > git rev-list --no-walk a91173c806baac51020049e1013b275896732422 # timeout=10
06:19:34 [2023-04-13T06:19:34.033Z] Unable to find image 'alpine:latest' locally
06:19:34 [2023-04-13T06:19:34.033Z] latest: Pulling from library/alpine
06:19:34 [2023-04-13T06:19:34.033Z] c41833b44d91: Pulling fs layer
06:19:34 [2023-04-13T06:19:34.033Z] c41833b44d91: Verifying Checksum
06:19:34 [2023-04-13T06:19:34.033Z] c41833b44d91: Download complete
06:19:34 [2023-04-13T06:19:34.033Z] c41833b44d91: Pull complete
06:19:34 [2023-04-13T06:19:34.033Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126
06:19:34 [2023-04-13T06:19:34.033Z] Status: Downloaded newer image for alpine:latest
06:19:39 [2023-04-13T06:19:39.287Z] Congratulations!  All commits are properly signed with the DCO!
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] parallel
[Pipeline] { (Branch: s390x)
[Pipeline] { (Branch: s390x integration-cli)
[Pipeline] { (Branch: ppc64le)
[Pipeline] { (Branch: ppc64le integration-cli)
[Pipeline] { (Branch: arm64)
[Pipeline] stage
[Pipeline] { (s390x)
[Pipeline] stage
[Pipeline] { (s390x integration-cli)
[Pipeline] stage
[Pipeline] { (ppc64le)
[Pipeline] stage
[Pipeline] { (ppc64le integration-cli)
[Pipeline] stage
[Pipeline] { (arm64)
Stage "arm64" skipped due to when conditional
Stage "s390x" skipped due to when conditional
Stage "s390x integration-cli" skipped due to when conditional
Stage "ppc64le" skipped due to when conditional
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] stage
[Pipeline] { (Print info)
Stage "arm64" skipped due to when conditional
[Pipeline] }
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
Stage "arm64" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
Stage "arm64" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] stage
[Pipeline] { (Integration-cli tests)
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] stage
[Pipeline] { (Integration-cli tests)
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
Stage "arm64" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] stage
[Pipeline] { (Integration tests)
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

Finished: SUCCESS