Skip to content

Console Output

19:10:45 [2022-05-27T19:10:45.790Z] The recommended git tool is: git
19:10:49 [2022-05-27T19:10:49.046Z] using credential docker-jenkins-github-credentials
19:10:49 [2022-05-27T19:10:49.055Z] Cloning the remote Git repository
19:10:49 [2022-05-27T19:10:49.055Z] Cloning with configured refspecs honoured and without tags
19:10:49 [2022-05-27T19:10:49.116Z] Cloning repository https://github.com/moby/moby.git
19:10:49 [2022-05-27T19:10:49.176Z]  > git init /home/ubuntu/workspace/moby_PR-43650 # timeout=10
19:10:49 [2022-05-27T19:10:49.491Z] Fetching upstream changes from https://github.com/moby/moby.git
19:10:49 [2022-05-27T19:10:49.491Z]  > git --version # timeout=10
19:10:49 [2022-05-27T19:10:49.513Z]  > git --version # 'git version 2.17.1'
19:10:49 [2022-05-27T19:10:49.514Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:10:49 [2022-05-27T19:10:49.515Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43650/head:refs/remotes/origin/PR-43650 +refs/heads/master:refs/remotes/origin/master # timeout=10
19:11:12 [2022-05-27T19:11:12.933Z] Fetching without tags
19:11:13 [2022-05-27T19:11:13.167Z] Merging remotes/origin/master commit 69adaa894d829a6707427aef6aeb0a796b2fb385 into PR head commit 7493342926237289f759d86be0dc3a0b226f7730
19:11:14 [2022-05-27T19:11:14.048Z] Merge succeeded, producing 7493342926237289f759d86be0dc3a0b226f7730
19:11:14 [2022-05-27T19:11:14.048Z] Checking out Revision 7493342926237289f759d86be0dc3a0b226f7730 (PR-43650)
19:11:12 [2022-05-27T19:11:12.830Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
19:11:12 [2022-05-27T19:11:12.849Z]  > git config --add remote.origin.fetch +refs/pull/43650/head:refs/remotes/origin/PR-43650 # timeout=10
19:11:12 [2022-05-27T19:11:12.877Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
19:11:12 [2022-05-27T19:11:12.902Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
19:11:12 [2022-05-27T19:11:12.937Z] Fetching upstream changes from https://github.com/moby/moby.git
19:11:12 [2022-05-27T19:11:12.938Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:11:12 [2022-05-27T19:11:12.939Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43650/head:refs/remotes/origin/PR-43650 +refs/heads/master:refs/remotes/origin/master # timeout=10
19:11:13 [2022-05-27T19:11:13.172Z]  > git config core.sparsecheckout # timeout=10
19:11:13 [2022-05-27T19:11:13.198Z]  > git checkout -f 7493342926237289f759d86be0dc3a0b226f7730 # timeout=10
19:11:13 [2022-05-27T19:11:13.934Z]  > git remote # timeout=10
19:11:13 [2022-05-27T19:11:13.958Z]  > git config --get remote.origin.url # timeout=10
19:11:13 [2022-05-27T19:11:13.985Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:11:13 [2022-05-27T19:11:13.999Z]  > git merge 69adaa894d829a6707427aef6aeb0a796b2fb385 # timeout=10
19:11:14 [2022-05-27T19:11:14.018Z]  > git rev-parse HEAD^{commit} # timeout=10
19:11:14 [2022-05-27T19:11:14.050Z]  > git config core.sparsecheckout # timeout=10
19:11:14 [2022-05-27T19:11:14.077Z]  > git checkout -f 7493342926237289f759d86be0dc3a0b226f7730 # timeout=10
19:11:18 [2022-05-27T19:11:18.886Z] Commit message: "daemon/logger: Share buffers by sync.Pool"