Skip to content

Console Output

15:46:09 [2022-05-25T15:46:09.619Z] The recommended git tool is: git
15:46:34 [2022-05-25T15:46:34.352Z] using credential docker-jenkins-github-credentials
15:46:34 [2022-05-25T15:46:34.430Z] Cloning the remote Git repository
15:46:34 [2022-05-25T15:46:34.430Z] Cloning with configured refspecs honoured and without tags
15:46:34 [2022-05-25T15:46:34.622Z] Cloning repository https://github.com/moby/moby.git
15:46:35 [2022-05-25T15:46:35.022Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
15:46:36 [2022-05-25T15:46:36.059Z] Fetching upstream changes from https://github.com/moby/moby.git
15:46:36 [2022-05-25T15:46:36.059Z]  > git --version # timeout=10
15:46:36 [2022-05-25T15:46:36.106Z]  > git --version # 'git version 2.24.1.windows.2'
15:46:36 [2022-05-25T15:46:36.106Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:46:36 [2022-05-25T15:46:36.110Z]  > git fetch --no-tags --force --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:47:03 [2022-05-25T15:47:03.073Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:47:03 [2022-05-25T15:47:03.397Z] Fetching without tags
15:47:04 [2022-05-25T15:47:04.130Z] Merging remotes/origin/master commit 235f86270d4976e7d17c11eccdb65f81d76f5c40 into PR head commit c3d7a0c6033a2764dd85c3863809ac498ef129f2
15:47:03 [2022-05-25T15:47:03.135Z]  > git config --add remote.origin.fetch +refs/pull/43641/head:refs/remotes/origin/PR-43641 # timeout=10
15:47:03 [2022-05-25T15:47:03.186Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
15:47:03 [2022-05-25T15:47:03.303Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:47:03 [2022-05-25T15:47:03.433Z] Fetching upstream changes from https://github.com/moby/moby.git
15:47:03 [2022-05-25T15:47:03.434Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:47:03 [2022-05-25T15:47:03.436Z]  > git fetch --no-tags --force --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:47:04 [2022-05-25T15:47:04.236Z]  > git config core.sparsecheckout # timeout=10
15:47:04 [2022-05-25T15:47:04.283Z]  > git checkout -f c3d7a0c6033a2764dd85c3863809ac498ef129f2 # timeout=10
15:47:07 [2022-05-25T15:47:07.559Z] Merge succeeded, producing c3d7a0c6033a2764dd85c3863809ac498ef129f2
15:47:07 [2022-05-25T15:47:07.560Z] Checking out Revision c3d7a0c6033a2764dd85c3863809ac498ef129f2 (PR-43641)
15:47:07 [2022-05-25T15:47:07.199Z]  > git remote # timeout=10
15:47:07 [2022-05-25T15:47:07.275Z]  > git config --get remote.origin.url # timeout=10
15:47:07 [2022-05-25T15:47:07.327Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:47:07 [2022-05-25T15:47:07.328Z]  > git merge 235f86270d4976e7d17c11eccdb65f81d76f5c40 # timeout=10
15:47:07 [2022-05-25T15:47:07.475Z]  > git rev-parse "HEAD^{commit}" # timeout=10
15:47:07 [2022-05-25T15:47:07.593Z]  > git config core.sparsecheckout # timeout=10
15:47:07 [2022-05-25T15:47:07.636Z]  > git checkout -f c3d7a0c6033a2764dd85c3863809ac498ef129f2 # timeout=10
15:47:19 [2022-05-25T15:47:19.438Z] Commit message: "Fix validation of IpcMode, PidMode, UTSMode, CgroupnsMode"