Skip to content

Console Output

12:53:57 [2021-05-03T12:53:57.278Z] The recommended git tool is: git
12:54:00 [2021-05-03T12:54:00.866Z] using credential docker-jenkins-github-credentials
12:54:00 [2021-05-03T12:54:00.874Z] Cloning the remote Git repository
12:54:00 [2021-05-03T12:54:00.874Z] Cloning with configured refspecs honoured and without tags
12:54:00 [2021-05-03T12:54:00.918Z] Cloning repository https://github.com/moby/moby.git
12:54:00 [2021-05-03T12:54:00.989Z]  > git init /home/ubuntu/workspace/moby_PR-42343 # timeout=10
12:54:01 [2021-05-03T12:54:01.325Z] Fetching upstream changes from https://github.com/moby/moby.git
12:54:01 [2021-05-03T12:54:01.325Z]  > git --version # timeout=10
12:54:01 [2021-05-03T12:54:01.367Z]  > git --version # 'git version 2.17.1'
12:54:01 [2021-05-03T12:54:01.367Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:54:01 [2021-05-03T12:54:01.377Z]  > git fetch --no-tags --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:54:25 [2021-05-03T12:54:25.811Z] Fetching without tags
12:54:26 [2021-05-03T12:54:26.151Z] Merging remotes/origin/master commit 59751bb23395a137253ca0b4fb99058ecec5a569 into PR head commit 56c88c94dd27887e8d5a575d4543bf22050396a0
12:54:27 [2021-05-03T12:54:27.178Z] Merge succeeded, producing 56c88c94dd27887e8d5a575d4543bf22050396a0
12:54:27 [2021-05-03T12:54:27.178Z] Checking out Revision 56c88c94dd27887e8d5a575d4543bf22050396a0 (PR-42343)
12:54:25 [2021-05-03T12:54:25.731Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
12:54:25 [2021-05-03T12:54:25.771Z]  > git config --add remote.origin.fetch +refs/pull/42343/head:refs/remotes/origin/PR-42343 # timeout=10
12:54:25 [2021-05-03T12:54:25.781Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
12:54:25 [2021-05-03T12:54:25.794Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
12:54:25 [2021-05-03T12:54:25.822Z] Fetching upstream changes from https://github.com/moby/moby.git
12:54:25 [2021-05-03T12:54:25.822Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:54:25 [2021-05-03T12:54:25.823Z]  > git fetch --no-tags --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:54:26 [2021-05-03T12:54:26.159Z]  > git config core.sparsecheckout # timeout=10
12:54:26 [2021-05-03T12:54:26.197Z]  > git checkout -f 56c88c94dd27887e8d5a575d4543bf22050396a0 # timeout=10
12:54:27 [2021-05-03T12:54:27.069Z]  > git remote # timeout=10
12:54:27 [2021-05-03T12:54:27.100Z]  > git config --get remote.origin.url # timeout=10
12:54:27 [2021-05-03T12:54:27.128Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:54:27 [2021-05-03T12:54:27.129Z]  > git merge 59751bb23395a137253ca0b4fb99058ecec5a569 # timeout=10
12:54:27 [2021-05-03T12:54:27.150Z]  > git rev-parse HEAD^{commit} # timeout=10
12:54:27 [2021-05-03T12:54:27.181Z]  > git config core.sparsecheckout # timeout=10
12:54:27 [2021-05-03T12:54:27.204Z]  > git checkout -f 56c88c94dd27887e8d5a575d4543bf22050396a0 # timeout=10
12:54:31 [2021-05-03T12:54:31.049Z] Commit message: "Added missing test cleanup for temporary directory"