Skip to content

Console Output

19:15:26 [2021-06-10T19:15:26.272Z] The recommended git tool is: git
19:15:29 [2021-06-10T19:15:29.729Z] using credential docker-jenkins-github-credentials
19:15:29 [2021-06-10T19:15:29.738Z] Cloning the remote Git repository
19:15:29 [2021-06-10T19:15:29.738Z] Cloning with configured refspecs honoured and without tags
19:15:29 [2021-06-10T19:15:29.638Z] Cloning repository https://github.com/moby/moby.git
19:15:29 [2021-06-10T19:15:29.692Z]  > git init /home/ubuntu/workspace/moby_PR-42513 # timeout=10
19:15:29 [2021-06-10T19:15:29.980Z] Fetching upstream changes from https://github.com/moby/moby.git
19:15:29 [2021-06-10T19:15:29.980Z]  > git --version # timeout=10
19:15:30 [2021-06-10T19:15:30.022Z]  > git --version # 'git version 2.17.1'
19:15:30 [2021-06-10T19:15:30.023Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:15:30 [2021-06-10T19:15:30.035Z]  > git fetch --no-tags --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:15:57 [2021-06-10T19:15:57.180Z] Fetching without tags
19:15:57 [2021-06-10T19:15:57.483Z] Merging remotes/origin/master commit b7b7571331f500c0164716dc22bcc54edfaa7119 into PR head commit 13828e430dc91ad2100efe31e5b411333cd39506
19:15:58 [2021-06-10T19:15:58.159Z] Merge succeeded, producing 13828e430dc91ad2100efe31e5b411333cd39506
19:15:58 [2021-06-10T19:15:58.159Z] Checking out Revision 13828e430dc91ad2100efe31e5b411333cd39506 (PR-42513)
19:15:57 [2021-06-10T19:15:57.090Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
19:15:57 [2021-06-10T19:15:57.106Z]  > git config --add remote.origin.fetch +refs/pull/42513/head:refs/remotes/origin/PR-42513 # timeout=10
19:15:57 [2021-06-10T19:15:57.119Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
19:15:57 [2021-06-10T19:15:57.156Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
19:15:57 [2021-06-10T19:15:57.179Z] Fetching upstream changes from https://github.com/moby/moby.git
19:15:57 [2021-06-10T19:15:57.179Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:15:57 [2021-06-10T19:15:57.180Z]  > git fetch --no-tags --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:15:57 [2021-06-10T19:15:57.487Z]  > git config core.sparsecheckout # timeout=10
19:15:57 [2021-06-10T19:15:57.505Z]  > git checkout -f 13828e430dc91ad2100efe31e5b411333cd39506 # timeout=10
19:15:58 [2021-06-10T19:15:58.083Z]  > git remote # timeout=10
19:15:58 [2021-06-10T19:15:58.103Z]  > git config --get remote.origin.url # timeout=10
19:15:58 [2021-06-10T19:15:58.123Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:15:58 [2021-06-10T19:15:58.124Z]  > git merge b7b7571331f500c0164716dc22bcc54edfaa7119 # timeout=10
19:15:58 [2021-06-10T19:15:58.143Z]  > git rev-parse HEAD^{commit} # timeout=10
19:15:58 [2021-06-10T19:15:58.156Z]  > git config core.sparsecheckout # timeout=10
19:15:58 [2021-06-10T19:15:58.175Z]  > git checkout -f 13828e430dc91ad2100efe31e5b411333cd39506 # timeout=10
19:16:01 [2021-06-10T19:16:01.976Z] Commit message: "Bump swarmkit to get fix for rollback failure"