Skip to content

Console Output

15:42:04 [2022-01-03T15:42:04.876Z] The recommended git tool is: git
15:42:30 [2022-01-03T15:42:30.359Z] using credential docker-jenkins-github-credentials
15:42:30 [2022-01-03T15:42:30.439Z] Cloning the remote Git repository
15:42:30 [2022-01-03T15:42:30.439Z] Cloning with configured refspecs honoured and without tags
15:42:30 [2022-01-03T15:42:30.634Z] Cloning repository https://github.com/moby/moby.git
15:42:31 [2022-01-03T15:42:31.045Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
15:42:31 [2022-01-03T15:42:31.870Z] Fetching upstream changes from https://github.com/moby/moby.git
15:42:31 [2022-01-03T15:42:31.870Z]  > git --version # timeout=10
15:42:31 [2022-01-03T15:42:31.905Z]  > git --version # 'git version 2.24.1.windows.2'
15:42:31 [2022-01-03T15:42:31.905Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:42:31 [2022-01-03T15:42:31.908Z]  > 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:47 [2022-01-03T15:42:47.692Z] Fetching without tags
15:42:48 [2022-01-03T15:42:48.387Z] Merging remotes/origin/master commit 10aecb0e652d346130a37e5b4383eca28f594c21 into PR head commit 60f868c2634b6d76ca49a73464a9319a5430cb59
15:42:47 [2022-01-03T15:42:47.406Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:42:47 [2022-01-03T15:42:47.463Z]  > git config --add remote.origin.fetch +refs/pull/43107/head:refs/remotes/origin/PR-43107 # timeout=10
15:42:47 [2022-01-03T15:42:47.500Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
15:42:47 [2022-01-03T15:42:47.617Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:42:47 [2022-01-03T15:42:47.731Z] Fetching upstream changes from https://github.com/moby/moby.git
15:42:47 [2022-01-03T15:42:47.731Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:42:47 [2022-01-03T15:42:47.733Z]  > 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:48 [2022-01-03T15:42:48.503Z]  > git config core.sparsecheckout # timeout=10
15:42:48 [2022-01-03T15:42:48.548Z]  > git checkout -f 60f868c2634b6d76ca49a73464a9319a5430cb59 # timeout=10
15:42:51 [2022-01-03T15:42:51.696Z] Merge succeeded, producing 60f868c2634b6d76ca49a73464a9319a5430cb59
15:42:51 [2022-01-03T15:42:51.696Z] Checking out Revision 60f868c2634b6d76ca49a73464a9319a5430cb59 (PR-43107)
15:42:51 [2022-01-03T15:42:51.276Z]  > git remote # timeout=10
15:42:51 [2022-01-03T15:42:51.439Z]  > git config --get remote.origin.url # timeout=10
15:42:51 [2022-01-03T15:42:51.480Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:42:51 [2022-01-03T15:42:51.482Z]  > git merge 10aecb0e652d346130a37e5b4383eca28f594c21 # timeout=10
15:42:51 [2022-01-03T15:42:51.620Z]  > git rev-parse "HEAD^{commit}" # timeout=10
15:42:51 [2022-01-03T15:42:51.733Z]  > git config core.sparsecheckout # timeout=10
15:42:51 [2022-01-03T15:42:51.773Z]  > git checkout -f 60f868c2634b6d76ca49a73464a9319a5430cb59 # timeout=10
15:43:03 [2022-01-03T15:43:03.708Z] Commit message: "Ensure system clock was set"