Skip to content

Console Output

12:56:03 [2021-05-03T12:56:03.142Z] The recommended git tool is: git
12:56:26 [2021-05-03T12:56:26.013Z] using credential docker-jenkins-github-credentials
12:56:26 [2021-05-03T12:56:26.089Z] Cloning the remote Git repository
12:56:26 [2021-05-03T12:56:26.089Z] Cloning with configured refspecs honoured and without tags
12:56:26 [2021-05-03T12:56:26.299Z] Cloning repository https://github.com/moby/moby.git
12:56:26 [2021-05-03T12:56:26.736Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
12:56:27 [2021-05-03T12:56:27.775Z] Fetching upstream changes from https://github.com/moby/moby.git
12:56:27 [2021-05-03T12:56:27.775Z]  > git --version # timeout=10
12:56:27 [2021-05-03T12:56:27.822Z]  > git --version # 'git version 2.24.1.windows.2'
12:56:27 [2021-05-03T12:56:27.822Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:56:27 [2021-05-03T12:56:27.822Z]  > 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:56:43 [2021-05-03T12:56:43.630Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
12:56:43 [2021-05-03T12:56:43.693Z]  > git config --add remote.origin.fetch +refs/pull/42343/head:refs/remotes/origin/PR-42343 # timeout=10
12:56:43 [2021-05-03T12:56:43.741Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
12:56:43 [2021-05-03T12:56:43.866Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
12:56:43 [2021-05-03T12:56:43.958Z] Fetching without tags
12:56:44 [2021-05-03T12:56:44.705Z] Merging remotes/origin/master commit 59751bb23395a137253ca0b4fb99058ecec5a569 into PR head commit 56c88c94dd27887e8d5a575d4543bf22050396a0
12:56:43 [2021-05-03T12:56:43.991Z] Fetching upstream changes from https://github.com/moby/moby.git
12:56:43 [2021-05-03T12:56:43.991Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:56:43 [2021-05-03T12:56:43.991Z]  > 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:56:44 [2021-05-03T12:56:44.805Z]  > git config core.sparsecheckout # timeout=10
12:56:44 [2021-05-03T12:56:44.852Z]  > git checkout -f 56c88c94dd27887e8d5a575d4543bf22050396a0 # timeout=10
12:56:47 [2021-05-03T12:56:47.595Z] Merge succeeded, producing 56c88c94dd27887e8d5a575d4543bf22050396a0
12:56:47 [2021-05-03T12:56:47.595Z] Checking out Revision 56c88c94dd27887e8d5a575d4543bf22050396a0 (PR-42343)
12:56:47 [2021-05-03T12:56:47.229Z]  > git remote # timeout=10
12:56:47 [2021-05-03T12:56:47.307Z]  > git config --get remote.origin.url # timeout=10
12:56:47 [2021-05-03T12:56:47.353Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:56:47 [2021-05-03T12:56:47.353Z]  > git merge 59751bb23395a137253ca0b4fb99058ecec5a569 # timeout=10
12:56:47 [2021-05-03T12:56:47.494Z]  > git rev-parse "HEAD^{commit}" # timeout=10
12:56:47 [2021-05-03T12:56:47.619Z]  > git config core.sparsecheckout # timeout=10
12:56:47 [2021-05-03T12:56:47.666Z]  > git checkout -f 56c88c94dd27887e8d5a575d4543bf22050396a0 # timeout=10
12:57:02 [2021-05-03T12:57:02.730Z] Commit message: "Added missing test cleanup for temporary directory"