Skip to content

Console Output

12:52:50 [2021-05-03T12:52:50.579Z] The recommended git tool is: git
12:52:50 [2021-05-03T12:52:50.591Z] using credential docker-jenkins-github-credentials
12:52:50 [2021-05-03T12:52:50.598Z] Cloning the remote Git repository
12:52:50 [2021-05-03T12:52:50.598Z] Cloning with configured refspecs honoured and without tags
12:52:50 [2021-05-03T12:52:50.600Z] Cloning repository https://github.com/moby/moby.git
12:52:50 [2021-05-03T12:52:50.600Z]  > git init /home/ubuntu/workspace/moby_PR-42343 # timeout=10
12:52:50 [2021-05-03T12:52:50.619Z] Fetching upstream changes from https://github.com/moby/moby.git
12:52:50 [2021-05-03T12:52:50.619Z]  > git --version # timeout=10
12:52:50 [2021-05-03T12:52:50.623Z]  > git --version # 'git version 2.25.1'
12:52:50 [2021-05-03T12:52:50.623Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:52:50 [2021-05-03T12:52:50.625Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42343/head:refs/remotes/origin/PR-42343 +refs/heads/master:refs/remotes/origin/master # timeout=10
12:53:06 [2021-05-03T12:53:06.650Z] Fetching without tags
12:53:07 [2021-05-03T12:53:07.011Z] Merging remotes/origin/master commit 59751bb23395a137253ca0b4fb99058ecec5a569 into PR head commit 56c88c94dd27887e8d5a575d4543bf22050396a0
12:53:07 [2021-05-03T12:53:07.986Z] Merge succeeded, producing 56c88c94dd27887e8d5a575d4543bf22050396a0
12:53:07 [2021-05-03T12:53:07.986Z] Checking out Revision 56c88c94dd27887e8d5a575d4543bf22050396a0 (PR-42343)
12:53:06 [2021-05-03T12:53:06.621Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
12:53:06 [2021-05-03T12:53:06.626Z]  > git config --add remote.origin.fetch +refs/pull/42343/head:refs/remotes/origin/PR-42343 # timeout=10
12:53:06 [2021-05-03T12:53:06.634Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
12:53:06 [2021-05-03T12:53:06.643Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
12:53:06 [2021-05-03T12:53:06.652Z] Fetching upstream changes from https://github.com/moby/moby.git
12:53:06 [2021-05-03T12:53:06.652Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:53:06 [2021-05-03T12:53:06.654Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42343/head:refs/remotes/origin/PR-42343 +refs/heads/master:refs/remotes/origin/master # timeout=10
12:53:07 [2021-05-03T12:53:07.013Z]  > git config core.sparsecheckout # timeout=10
12:53:07 [2021-05-03T12:53:07.017Z]  > git checkout -f 56c88c94dd27887e8d5a575d4543bf22050396a0 # timeout=10
12:53:07 [2021-05-03T12:53:07.953Z]  > git remote # timeout=10
12:53:07 [2021-05-03T12:53:07.959Z]  > git config --get remote.origin.url # timeout=10
12:53:07 [2021-05-03T12:53:07.965Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:53:07 [2021-05-03T12:53:07.966Z]  > git merge 59751bb23395a137253ca0b4fb99058ecec5a569 # timeout=10
12:53:07 [2021-05-03T12:53:07.978Z]  > git rev-parse HEAD^{commit} # timeout=10
12:53:07 [2021-05-03T12:53:07.987Z]  > git config core.sparsecheckout # timeout=10
12:53:07 [2021-05-03T12:53:07.994Z]  > git checkout -f 56c88c94dd27887e8d5a575d4543bf22050396a0 # timeout=10
12:53:09 [2021-05-03T12:53:09.072Z] Commit message: "Added missing test cleanup for temporary directory"