Skip to content

Console Output

19:14:36 [2021-06-10T19:14:36.848Z] The recommended git tool is: git
19:14:36 [2021-06-10T19:14:36.858Z] using credential docker-jenkins-github-credentials
19:14:36 [2021-06-10T19:14:36.867Z] Cloning the remote Git repository
19:14:36 [2021-06-10T19:14:36.867Z] Cloning with configured refspecs honoured and without tags
19:14:36 [2021-06-10T19:14:36.872Z] Cloning repository https://github.com/moby/moby.git
19:14:36 [2021-06-10T19:14:36.872Z]  > git init /home/ubuntu/workspace/moby_PR-42513 # timeout=10
19:14:36 [2021-06-10T19:14:36.890Z] Fetching upstream changes from https://github.com/moby/moby.git
19:14:36 [2021-06-10T19:14:36.890Z]  > git --version # timeout=10
19:14:36 [2021-06-10T19:14:36.894Z]  > git --version # 'git version 2.25.1'
19:14:36 [2021-06-10T19:14:36.895Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:14:36 [2021-06-10T19:14:36.896Z]  > 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:14:52 [2021-06-10T19:14:52.980Z] Fetching without tags
19:14:53 [2021-06-10T19:14:53.337Z] Merging remotes/origin/master commit b7b7571331f500c0164716dc22bcc54edfaa7119 into PR head commit 13828e430dc91ad2100efe31e5b411333cd39506
19:14:54 [2021-06-10T19:14:54.334Z] Merge succeeded, producing 13828e430dc91ad2100efe31e5b411333cd39506
19:14:54 [2021-06-10T19:14:54.334Z] Checking out Revision 13828e430dc91ad2100efe31e5b411333cd39506 (PR-42513)
19:14:52 [2021-06-10T19:14:52.955Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
19:14:52 [2021-06-10T19:14:52.960Z]  > git config --add remote.origin.fetch +refs/pull/42513/head:refs/remotes/origin/PR-42513 # timeout=10
19:14:52 [2021-06-10T19:14:52.964Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
19:14:52 [2021-06-10T19:14:52.973Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
19:14:52 [2021-06-10T19:14:52.984Z] Fetching upstream changes from https://github.com/moby/moby.git
19:14:52 [2021-06-10T19:14:52.985Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:14:52 [2021-06-10T19:14:52.986Z]  > 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:14:53 [2021-06-10T19:14:53.342Z]  > git config core.sparsecheckout # timeout=10
19:14:53 [2021-06-10T19:14:53.346Z]  > git checkout -f 13828e430dc91ad2100efe31e5b411333cd39506 # timeout=10
19:14:54 [2021-06-10T19:14:54.307Z]  > git remote # timeout=10
19:14:54 [2021-06-10T19:14:54.312Z]  > git config --get remote.origin.url # timeout=10
19:14:54 [2021-06-10T19:14:54.316Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:14:54 [2021-06-10T19:14:54.317Z]  > git merge b7b7571331f500c0164716dc22bcc54edfaa7119 # timeout=10
19:14:54 [2021-06-10T19:14:54.328Z]  > git rev-parse HEAD^{commit} # timeout=10
19:14:54 [2021-06-10T19:14:54.339Z]  > git config core.sparsecheckout # timeout=10
19:14:54 [2021-06-10T19:14:54.343Z]  > git checkout -f 13828e430dc91ad2100efe31e5b411333cd39506 # timeout=10
19:14:54 [2021-06-10T19:14:54.738Z] Commit message: "Bump swarmkit to get fix for rollback failure"