Skip to content

Console Output

19:15:37 [2021-06-10T19:15:37.176Z] The recommended git tool is: git
19:15:40 [2021-06-10T19:15:40.256Z] using credential docker-jenkins-github-credentials
19:15:40 [2021-06-10T19:15:40.265Z] Cloning the remote Git repository
19:15:40 [2021-06-10T19:15:40.265Z] Cloning with configured refspecs honoured and without tags
19:15:39 [2021-06-10T19:15:39.008Z] Cloning repository https://github.com/moby/moby.git
19:15:40 [2021-06-10T19:15:40.432Z]  > git init /home/ubuntu/workspace/moby_PR-42513 # timeout=10
19:15:40 [2021-06-10T19:15:40.752Z] Fetching upstream changes from https://github.com/moby/moby.git
19:15:40 [2021-06-10T19:15:40.752Z]  > git --version # timeout=10
19:15:40 [2021-06-10T19:15:40.793Z]  > git --version # 'git version 2.25.1'
19:15:40 [2021-06-10T19:15:40.793Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:15:40 [2021-06-10T19:15:40.806Z]  > 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:15:58 [2021-06-10T19:15:58.966Z] Fetching without tags
19:15:58 [2021-06-10T19:15:58.912Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
19:15:58 [2021-06-10T19:15:58.926Z]  > git config --add remote.origin.fetch +refs/pull/42513/head:refs/remotes/origin/PR-42513 # timeout=10
19:15:58 [2021-06-10T19:15:58.934Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
19:15:58 [2021-06-10T19:15:58.952Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
19:15:58 [2021-06-10T19:15:58.972Z] Fetching upstream changes from https://github.com/moby/moby.git
19:15:58 [2021-06-10T19:15:58.972Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:15:58 [2021-06-10T19:15:58.973Z]  > 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:15:59 [2021-06-10T19:15:59.247Z] Merging remotes/origin/master commit b7b7571331f500c0164716dc22bcc54edfaa7119 into PR head commit 13828e430dc91ad2100efe31e5b411333cd39506
19:15:59 [2021-06-10T19:15:59.997Z] Merge succeeded, producing 13828e430dc91ad2100efe31e5b411333cd39506
19:15:59 [2021-06-10T19:15:59.997Z] Checking out Revision 13828e430dc91ad2100efe31e5b411333cd39506 (PR-42513)
19:15:59 [2021-06-10T19:15:59.258Z]  > git config core.sparsecheckout # timeout=10
19:15:59 [2021-06-10T19:15:59.280Z]  > git checkout -f 13828e430dc91ad2100efe31e5b411333cd39506 # timeout=10
19:15:59 [2021-06-10T19:15:59.931Z]  > git remote # timeout=10
19:15:59 [2021-06-10T19:15:59.950Z]  > git config --get remote.origin.url # timeout=10
19:15:59 [2021-06-10T19:15:59.967Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:15:59 [2021-06-10T19:15:59.968Z]  > git merge b7b7571331f500c0164716dc22bcc54edfaa7119 # timeout=10
19:15:59 [2021-06-10T19:15:59.983Z]  > git rev-parse HEAD^{commit} # timeout=10
19:16:00 [2021-06-10T19:16:00.001Z]  > git config core.sparsecheckout # timeout=10
19:16:00 [2021-06-10T19:16:00.014Z]  > git checkout -f 13828e430dc91ad2100efe31e5b411333cd39506 # timeout=10
19:16:04 [2021-06-10T19:16:04.413Z] Commit message: "Bump swarmkit to get fix for rollback failure"