Skip to content

Console Output

12:52:50 [2021-05-03T12:52:50.568Z] The recommended git tool is: git
12:52:50 [2021-05-03T12:52:50.579Z] using credential docker-jenkins-github-credentials
12:52:50 [2021-05-03T12:52:50.586Z] Cloning the remote Git repository
12:52:50 [2021-05-03T12:52:50.586Z] Cloning with configured refspecs honoured and without tags
12:52:50 [2021-05-03T12:52:50.594Z] Cloning repository https://github.com/moby/moby.git
12:52:50 [2021-05-03T12:52:50.596Z]  > git init /home/ubuntu/workspace/moby_PR-42343 # timeout=10
12:52:50 [2021-05-03T12:52:50.614Z] Fetching upstream changes from https://github.com/moby/moby.git
12:52:50 [2021-05-03T12:52:50.614Z]  > git --version # timeout=10
12:52:50 [2021-05-03T12:52:50.621Z]  > git --version # 'git version 2.25.1'
12:52:50 [2021-05-03T12:52:50.621Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:52:50 [2021-05-03T12:52:50.623Z]  > 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:10 [2021-05-03T12:53:10.564Z] Fetching without tags
12:53:10 [2021-05-03T12:53:10.879Z] Merging remotes/origin/master commit 59751bb23395a137253ca0b4fb99058ecec5a569 into PR head commit 56c88c94dd27887e8d5a575d4543bf22050396a0
12:53:11 [2021-05-03T12:53:11.610Z] Merge succeeded, producing 56c88c94dd27887e8d5a575d4543bf22050396a0
12:53:11 [2021-05-03T12:53:11.610Z] Checking out Revision 56c88c94dd27887e8d5a575d4543bf22050396a0 (PR-42343)
12:53:10 [2021-05-03T12:53:10.522Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
12:53:10 [2021-05-03T12:53:10.532Z]  > git config --add remote.origin.fetch +refs/pull/42343/head:refs/remotes/origin/PR-42343 # timeout=10
12:53:10 [2021-05-03T12:53:10.542Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
12:53:10 [2021-05-03T12:53:10.557Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
12:53:10 [2021-05-03T12:53:10.573Z] Fetching upstream changes from https://github.com/moby/moby.git
12:53:10 [2021-05-03T12:53:10.574Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:53:10 [2021-05-03T12:53:10.575Z]  > 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:10 [2021-05-03T12:53:10.889Z]  > git config core.sparsecheckout # timeout=10
12:53:10 [2021-05-03T12:53:10.906Z]  > git checkout -f 56c88c94dd27887e8d5a575d4543bf22050396a0 # timeout=10
12:53:11 [2021-05-03T12:53:11.569Z]  > git remote # timeout=10
12:53:11 [2021-05-03T12:53:11.582Z]  > git config --get remote.origin.url # timeout=10
12:53:11 [2021-05-03T12:53:11.590Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:53:11 [2021-05-03T12:53:11.591Z]  > git merge 59751bb23395a137253ca0b4fb99058ecec5a569 # timeout=10
12:53:11 [2021-05-03T12:53:11.607Z]  > git rev-parse HEAD^{commit} # timeout=10
12:53:11 [2021-05-03T12:53:11.619Z]  > git config core.sparsecheckout # timeout=10
12:53:11 [2021-05-03T12:53:11.648Z]  > git checkout -f 56c88c94dd27887e8d5a575d4543bf22050396a0 # timeout=10
12:53:12 [2021-05-03T12:53:12.449Z] Commit message: "Added missing test cleanup for temporary directory"