Skip to content

Console Output

17:35:25 [2021-07-11T17:35:25.091Z] The recommended git tool is: git
17:35:48 [2021-07-11T17:35:48.577Z] using credential docker-jenkins-github-credentials
17:35:48 [2021-07-11T17:35:48.649Z] Cloning the remote Git repository
17:35:48 [2021-07-11T17:35:48.649Z] Cloning with configured refspecs honoured and without tags
17:35:48 [2021-07-11T17:35:48.833Z] Cloning repository https://github.com/moby/moby.git
17:35:49 [2021-07-11T17:35:49.217Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
17:35:50 [2021-07-11T17:35:50.100Z] Fetching upstream changes from https://github.com/moby/moby.git
17:35:50 [2021-07-11T17:35:50.100Z]  > git --version # timeout=10
17:35:50 [2021-07-11T17:35:50.150Z]  > git --version # 'git version 2.24.1.windows.2'
17:35:50 [2021-07-11T17:35:50.151Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:35:50 [2021-07-11T17:35:50.154Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42620/head:refs/remotes/origin/PR-42620 +refs/heads/master:refs/remotes/origin/master # timeout=10
17:36:07 [2021-07-11T17:36:07.768Z] Fetching without tags
17:36:08 [2021-07-11T17:36:08.500Z] Merging remotes/origin/master commit c81abefdb1f907bbc5f5b8b1b1fba942821ae5b3 into PR head commit 115b37b8f7fc5d4b674fdf76eea5790f0e4a64b7
17:36:07 [2021-07-11T17:36:07.441Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:36:07 [2021-07-11T17:36:07.508Z]  > git config --add remote.origin.fetch +refs/pull/42620/head:refs/remotes/origin/PR-42620 # timeout=10
17:36:07 [2021-07-11T17:36:07.558Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
17:36:07 [2021-07-11T17:36:07.679Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:36:07 [2021-07-11T17:36:07.800Z] Fetching upstream changes from https://github.com/moby/moby.git
17:36:07 [2021-07-11T17:36:07.800Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:36:07 [2021-07-11T17:36:07.803Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42620/head:refs/remotes/origin/PR-42620 +refs/heads/master:refs/remotes/origin/master # timeout=10
17:36:08 [2021-07-11T17:36:08.602Z]  > git config core.sparsecheckout # timeout=10
17:36:08 [2021-07-11T17:36:08.669Z]  > git checkout -f 115b37b8f7fc5d4b674fdf76eea5790f0e4a64b7 # timeout=10
17:36:12 [2021-07-11T17:36:12.151Z] Merge succeeded, producing 115b37b8f7fc5d4b674fdf76eea5790f0e4a64b7
17:36:12 [2021-07-11T17:36:12.151Z] Checking out Revision 115b37b8f7fc5d4b674fdf76eea5790f0e4a64b7 (PR-42620)
17:36:11 [2021-07-11T17:36:11.747Z]  > git remote # timeout=10
17:36:11 [2021-07-11T17:36:11.830Z]  > git config --get remote.origin.url # timeout=10
17:36:11 [2021-07-11T17:36:11.879Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:36:11 [2021-07-11T17:36:11.881Z]  > git merge c81abefdb1f907bbc5f5b8b1b1fba942821ae5b3 # timeout=10
17:36:12 [2021-07-11T17:36:12.047Z]  > git rev-parse "HEAD^{commit}" # timeout=10
17:36:12 [2021-07-11T17:36:12.181Z]  > git config core.sparsecheckout # timeout=10
17:36:12 [2021-07-11T17:36:12.230Z]  > git checkout -f 115b37b8f7fc5d4b674fdf76eea5790f0e4a64b7 # timeout=10
17:36:23 [2021-07-11T17:36:23.314Z] Commit message: "daemon: use object literal for stats"