Skip to content

Console Output

15:41:21 [2022-01-03T15:41:21.470Z] The recommended git tool is: git
15:41:46 [2022-01-03T15:41:46.533Z] using credential docker-jenkins-github-credentials
15:41:46 [2022-01-03T15:41:46.611Z] Cloning the remote Git repository
15:41:46 [2022-01-03T15:41:46.611Z] Cloning with configured refspecs honoured and without tags
15:41:46 [2022-01-03T15:41:46.806Z] Cloning repository https://github.com/moby/moby.git
15:41:47 [2022-01-03T15:41:47.211Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
15:41:47 [2022-01-03T15:41:47.995Z] Fetching upstream changes from https://github.com/moby/moby.git
15:41:47 [2022-01-03T15:41:47.996Z]  > git --version # timeout=10
15:41:48 [2022-01-03T15:41:48.032Z]  > git --version # 'git version 2.24.1.windows.2'
15:41:48 [2022-01-03T15:41:48.032Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:41:48 [2022-01-03T15:41:48.034Z]  > 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:03 [2022-01-03T15:42:03.933Z] Fetching without tags
15:42:04 [2022-01-03T15:42:04.633Z] Merging remotes/origin/master commit 10aecb0e652d346130a37e5b4383eca28f594c21 into PR head commit 60f868c2634b6d76ca49a73464a9319a5430cb59
15:42:03 [2022-01-03T15:42:03.647Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:42:03 [2022-01-03T15:42:03.700Z]  > git config --add remote.origin.fetch +refs/pull/43107/head:refs/remotes/origin/PR-43107 # timeout=10
15:42:03 [2022-01-03T15:42:03.739Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
15:42:03 [2022-01-03T15:42:03.855Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:42:03 [2022-01-03T15:42:03.973Z] Fetching upstream changes from https://github.com/moby/moby.git
15:42:03 [2022-01-03T15:42:03.973Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:42:03 [2022-01-03T15:42:03.978Z]  > 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:04 [2022-01-03T15:42:04.746Z]  > git config core.sparsecheckout # timeout=10
15:42:04 [2022-01-03T15:42:04.794Z]  > git checkout -f 60f868c2634b6d76ca49a73464a9319a5430cb59 # timeout=10
15:42:07 [2022-01-03T15:42:07.839Z] Merge succeeded, producing 60f868c2634b6d76ca49a73464a9319a5430cb59
15:42:07 [2022-01-03T15:42:07.839Z] Checking out Revision 60f868c2634b6d76ca49a73464a9319a5430cb59 (PR-43107)
15:42:07 [2022-01-03T15:42:07.509Z]  > git remote # timeout=10
15:42:07 [2022-01-03T15:42:07.581Z]  > git config --get remote.origin.url # timeout=10
15:42:07 [2022-01-03T15:42:07.624Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:42:07 [2022-01-03T15:42:07.626Z]  > git merge 10aecb0e652d346130a37e5b4383eca28f594c21 # timeout=10
15:42:07 [2022-01-03T15:42:07.757Z]  > git rev-parse "HEAD^{commit}" # timeout=10
15:42:07 [2022-01-03T15:42:07.878Z]  > git config core.sparsecheckout # timeout=10
15:42:07 [2022-01-03T15:42:07.919Z]  > git checkout -f 60f868c2634b6d76ca49a73464a9319a5430cb59 # timeout=10
15:42:19 [2022-01-03T15:42:19.237Z] Commit message: "Ensure system clock was set"