Skip to content

Console Output

15:44:02 [2022-05-25T15:44:02.890Z] The recommended git tool is: git
15:44:05 [2022-05-25T15:44:05.948Z] using credential docker-jenkins-github-credentials
15:44:05 [2022-05-25T15:44:05.955Z] Cloning the remote Git repository
15:44:05 [2022-05-25T15:44:05.955Z] Cloning with configured refspecs honoured and without tags
15:44:06 [2022-05-25T15:44:06.047Z] Cloning repository https://github.com/moby/moby.git
15:44:06 [2022-05-25T15:44:06.131Z]  > git init /home/ubuntu/workspace/moby_PR-43641 # timeout=10
15:44:06 [2022-05-25T15:44:06.458Z] Fetching upstream changes from https://github.com/moby/moby.git
15:44:06 [2022-05-25T15:44:06.458Z]  > git --version # timeout=10
15:44:06 [2022-05-25T15:44:06.483Z]  > git --version # 'git version 2.17.1'
15:44:06 [2022-05-25T15:44:06.483Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:44:06 [2022-05-25T15:44:06.485Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43641/head:refs/remotes/origin/PR-43641 +refs/heads/master:refs/remotes/origin/master # timeout=10
15:44:29 [2022-05-25T15:44:29.563Z] Fetching without tags
15:44:29 [2022-05-25T15:44:29.899Z] Merging remotes/origin/master commit 235f86270d4976e7d17c11eccdb65f81d76f5c40 into PR head commit c3d7a0c6033a2764dd85c3863809ac498ef129f2
15:44:30 [2022-05-25T15:44:30.819Z] Merge succeeded, producing c3d7a0c6033a2764dd85c3863809ac498ef129f2
15:44:30 [2022-05-25T15:44:30.819Z] Checking out Revision c3d7a0c6033a2764dd85c3863809ac498ef129f2 (PR-43641)
15:44:29 [2022-05-25T15:44:29.462Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:44:29 [2022-05-25T15:44:29.473Z]  > git config --add remote.origin.fetch +refs/pull/43641/head:refs/remotes/origin/PR-43641 # timeout=10
15:44:29 [2022-05-25T15:44:29.487Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
15:44:29 [2022-05-25T15:44:29.512Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:44:29 [2022-05-25T15:44:29.576Z] Fetching upstream changes from https://github.com/moby/moby.git
15:44:29 [2022-05-25T15:44:29.577Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:44:29 [2022-05-25T15:44:29.578Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43641/head:refs/remotes/origin/PR-43641 +refs/heads/master:refs/remotes/origin/master # timeout=10
15:44:29 [2022-05-25T15:44:29.913Z]  > git config core.sparsecheckout # timeout=10
15:44:29 [2022-05-25T15:44:29.939Z]  > git checkout -f c3d7a0c6033a2764dd85c3863809ac498ef129f2 # timeout=10
15:44:30 [2022-05-25T15:44:30.714Z]  > git remote # timeout=10
15:44:30 [2022-05-25T15:44:30.743Z]  > git config --get remote.origin.url # timeout=10
15:44:30 [2022-05-25T15:44:30.767Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:44:30 [2022-05-25T15:44:30.768Z]  > git merge 235f86270d4976e7d17c11eccdb65f81d76f5c40 # timeout=10
15:44:30 [2022-05-25T15:44:30.790Z]  > git rev-parse HEAD^{commit} # timeout=10
15:44:30 [2022-05-25T15:44:30.821Z]  > git config core.sparsecheckout # timeout=10
15:44:30 [2022-05-25T15:44:30.843Z]  > git checkout -f c3d7a0c6033a2764dd85c3863809ac498ef129f2 # timeout=10
15:44:35 [2022-05-25T15:44:35.602Z] Commit message: "Fix validation of IpcMode, PidMode, UTSMode, CgroupnsMode"