Skip to content

Console Output

12:41:58 [2021-09-23T12:41:58.810Z] The recommended git tool is: git
12:42:22 [2021-09-23T12:42:22.599Z] using credential docker-jenkins-github-credentials
12:42:22 [2021-09-23T12:42:22.673Z] Cloning the remote Git repository
12:42:22 [2021-09-23T12:42:22.673Z] Cloning with configured refspecs honoured and without tags
12:42:22 [2021-09-23T12:42:22.857Z] Cloning repository https://github.com/moby/moby.git
12:42:23 [2021-09-23T12:42:23.243Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
12:42:24 [2021-09-23T12:42:24.176Z] Fetching upstream changes from https://github.com/moby/moby.git
12:42:24 [2021-09-23T12:42:24.176Z]  > git --version # timeout=10
12:42:24 [2021-09-23T12:42:24.215Z]  > git --version # 'git version 2.24.1.windows.2'
12:42:24 [2021-09-23T12:42:24.216Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:42:24 [2021-09-23T12:42:24.218Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42875/head:refs/remotes/origin/PR-42875 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
12:42:38 [2021-09-23T12:42:38.573Z] Fetching without tags
12:42:39 [2021-09-23T12:42:39.245Z] Merging remotes/origin/20.10 commit d24c6dc5cf5e68dfb30027b2db454099566a9b9e into PR head commit 5730c139f71679e15b96fbb71ca54dd64ec4ff3b
12:42:38 [2021-09-23T12:42:38.307Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
12:42:38 [2021-09-23T12:42:38.348Z]  > git config --add remote.origin.fetch +refs/pull/42875/head:refs/remotes/origin/PR-42875 # timeout=10
12:42:38 [2021-09-23T12:42:38.386Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
12:42:38 [2021-09-23T12:42:38.494Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
12:42:38 [2021-09-23T12:42:38.608Z] Fetching upstream changes from https://github.com/moby/moby.git
12:42:38 [2021-09-23T12:42:38.608Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:42:38 [2021-09-23T12:42:38.610Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42875/head:refs/remotes/origin/PR-42875 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
12:42:39 [2021-09-23T12:42:39.351Z]  > git config core.sparsecheckout # timeout=10
12:42:39 [2021-09-23T12:42:39.391Z]  > git checkout -f 5730c139f71679e15b96fbb71ca54dd64ec4ff3b # timeout=10
12:42:41 [2021-09-23T12:42:41.691Z] Merge succeeded, producing 5730c139f71679e15b96fbb71ca54dd64ec4ff3b
12:42:41 [2021-09-23T12:42:41.691Z] Checking out Revision 5730c139f71679e15b96fbb71ca54dd64ec4ff3b (PR-42875)
12:42:41 [2021-09-23T12:42:41.361Z]  > git remote # timeout=10
12:42:41 [2021-09-23T12:42:41.429Z]  > git config --get remote.origin.url # timeout=10
12:42:41 [2021-09-23T12:42:41.473Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:42:41 [2021-09-23T12:42:41.474Z]  > git merge d24c6dc5cf5e68dfb30027b2db454099566a9b9e # timeout=10
12:42:41 [2021-09-23T12:42:41.601Z]  > git rev-parse "HEAD^{commit}" # timeout=10
12:42:41 [2021-09-23T12:42:41.725Z]  > git config core.sparsecheckout # timeout=10
12:42:41 [2021-09-23T12:42:41.763Z]  > git checkout -f 5730c139f71679e15b96fbb71ca54dd64ec4ff3b # timeout=10
12:42:53 [2021-09-23T12:42:53.932Z] Commit message: "Bump swarmkit to get fix for rollback"