Skip to content

Console Output

15:41:46 [2022-01-03T15:41:46.632Z] The recommended git tool is: git
15:42:10 [2022-01-03T15:42:10.789Z] using credential docker-jenkins-github-credentials
15:42:10 [2022-01-03T15:42:10.864Z] Cloning the remote Git repository
15:42:10 [2022-01-03T15:42:10.864Z] Cloning with configured refspecs honoured and without tags
15:42:11 [2022-01-03T15:42:11.054Z] Cloning repository https://github.com/moby/moby.git
15:42:11 [2022-01-03T15:42:11.448Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
15:42:12 [2022-01-03T15:42:12.333Z] Fetching upstream changes from https://github.com/moby/moby.git
15:42:12 [2022-01-03T15:42:12.333Z]  > git --version # timeout=10
15:42:12 [2022-01-03T15:42:12.394Z]  > git --version # 'git version 2.24.1.windows.2'
15:42:12 [2022-01-03T15:42:12.396Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:42:12 [2022-01-03T15:42:12.400Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43107/head:refs/remotes/origin/PR-43107 +refs/heads/master:refs/remotes/origin/master # timeout=10
15:42:30 [2022-01-03T15:42:30.799Z] Fetching without tags
15:42:31 [2022-01-03T15:42:31.575Z] Merging remotes/origin/master commit 10aecb0e652d346130a37e5b4383eca28f594c21 into PR head commit 60f868c2634b6d76ca49a73464a9319a5430cb59
15:42:30 [2022-01-03T15:42:30.434Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:42:30 [2022-01-03T15:42:30.512Z]  > git config --add remote.origin.fetch +refs/pull/43107/head:refs/remotes/origin/PR-43107 # timeout=10
15:42:30 [2022-01-03T15:42:30.574Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
15:42:30 [2022-01-03T15:42:30.704Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:42:30 [2022-01-03T15:42:30.835Z] Fetching upstream changes from https://github.com/moby/moby.git
15:42:30 [2022-01-03T15:42:30.835Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:42:30 [2022-01-03T15:42:30.837Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43107/head:refs/remotes/origin/PR-43107 +refs/heads/master:refs/remotes/origin/master # timeout=10
15:42:31 [2022-01-03T15:42:31.685Z]  > git config core.sparsecheckout # timeout=10
15:42:31 [2022-01-03T15:42:31.741Z]  > git checkout -f 60f868c2634b6d76ca49a73464a9319a5430cb59 # timeout=10
15:42:35 [2022-01-03T15:42:35.175Z] Merge succeeded, producing 60f868c2634b6d76ca49a73464a9319a5430cb59
15:42:35 [2022-01-03T15:42:35.176Z] Checking out Revision 60f868c2634b6d76ca49a73464a9319a5430cb59 (PR-43107)
15:42:34 [2022-01-03T15:42:34.793Z]  > git remote # timeout=10
15:42:34 [2022-01-03T15:42:34.868Z]  > git config --get remote.origin.url # timeout=10
15:42:34 [2022-01-03T15:42:34.924Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:42:34 [2022-01-03T15:42:34.926Z]  > git merge 10aecb0e652d346130a37e5b4383eca28f594c21 # timeout=10
15:42:35 [2022-01-03T15:42:35.073Z]  > git rev-parse "HEAD^{commit}" # timeout=10
15:42:35 [2022-01-03T15:42:35.211Z]  > git config core.sparsecheckout # timeout=10
15:42:35 [2022-01-03T15:42:35.268Z]  > git checkout -f 60f868c2634b6d76ca49a73464a9319a5430cb59 # timeout=10
15:42:46 [2022-01-03T15:42:46.571Z] Commit message: "Ensure system clock was set"