Skip to content

Console Output

19:18:09 [2021-06-10T19:18:09.660Z] The recommended git tool is: git
19:18:32 [2021-06-10T19:18:32.791Z] using credential docker-jenkins-github-credentials
19:18:32 [2021-06-10T19:18:32.861Z] Cloning the remote Git repository
19:18:32 [2021-06-10T19:18:32.861Z] Cloning with configured refspecs honoured and without tags
19:18:33 [2021-06-10T19:18:33.033Z] Cloning repository https://github.com/moby/moby.git
19:18:33 [2021-06-10T19:18:33.423Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
19:18:34 [2021-06-10T19:18:34.475Z] Fetching upstream changes from https://github.com/moby/moby.git
19:18:34 [2021-06-10T19:18:34.475Z]  > git --version # timeout=10
19:18:34 [2021-06-10T19:18:34.522Z]  > git --version # 'git version 2.24.1.windows.2'
19:18:34 [2021-06-10T19:18:34.522Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:18:34 [2021-06-10T19:18:34.522Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42513/head:refs/remotes/origin/PR-42513 +refs/heads/master:refs/remotes/origin/master # timeout=10
19:18:51 [2021-06-10T19:18:51.384Z] Fetching without tags
19:18:52 [2021-06-10T19:18:52.075Z] Merging remotes/origin/master commit b7b7571331f500c0164716dc22bcc54edfaa7119 into PR head commit 13828e430dc91ad2100efe31e5b411333cd39506
19:18:51 [2021-06-10T19:18:51.106Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
19:18:51 [2021-06-10T19:18:51.153Z]  > git config --add remote.origin.fetch +refs/pull/42513/head:refs/remotes/origin/PR-42513 # timeout=10
19:18:51 [2021-06-10T19:18:51.200Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
19:18:51 [2021-06-10T19:18:51.310Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
19:18:51 [2021-06-10T19:18:51.419Z] Fetching upstream changes from https://github.com/moby/moby.git
19:18:51 [2021-06-10T19:18:51.419Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:18:51 [2021-06-10T19:18:51.419Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42513/head:refs/remotes/origin/PR-42513 +refs/heads/master:refs/remotes/origin/master # timeout=10
19:18:52 [2021-06-10T19:18:52.172Z]  > git config core.sparsecheckout # timeout=10
19:18:52 [2021-06-10T19:18:52.219Z]  > git checkout -f 13828e430dc91ad2100efe31e5b411333cd39506 # timeout=10
19:18:55 [2021-06-10T19:18:55.136Z] Merge succeeded, producing 13828e430dc91ad2100efe31e5b411333cd39506
19:18:55 [2021-06-10T19:18:55.136Z] Checking out Revision 13828e430dc91ad2100efe31e5b411333cd39506 (PR-42513)
19:18:54 [2021-06-10T19:18:54.815Z]  > git remote # timeout=10
19:18:54 [2021-06-10T19:18:54.877Z]  > git config --get remote.origin.url # timeout=10
19:18:54 [2021-06-10T19:18:54.909Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:18:54 [2021-06-10T19:18:54.909Z]  > git merge b7b7571331f500c0164716dc22bcc54edfaa7119 # timeout=10
19:18:55 [2021-06-10T19:18:55.034Z]  > git rev-parse "HEAD^{commit}" # timeout=10
19:18:55 [2021-06-10T19:18:55.159Z]  > git config core.sparsecheckout # timeout=10
19:18:55 [2021-06-10T19:18:55.205Z]  > git checkout -f 13828e430dc91ad2100efe31e5b411333cd39506 # timeout=10
19:19:06 [2021-06-10T19:19:06.342Z] Commit message: "Bump swarmkit to get fix for rollback failure"