Skip to content

Console Output

19:10:38 [2022-05-27T19:10:38.120Z] The recommended git tool is: git
19:10:42 [2022-05-27T19:10:42.221Z] using credential docker-jenkins-github-credentials
19:10:42 [2022-05-27T19:10:42.231Z] Cloning the remote Git repository
19:10:42 [2022-05-27T19:10:42.231Z] Cloning with configured refspecs honoured and without tags
19:10:42 [2022-05-27T19:10:42.235Z] Cloning repository https://github.com/moby/moby.git
19:10:42 [2022-05-27T19:10:42.291Z]  > git init /home/ubuntu/workspace/moby_PR-43650 # timeout=10
19:10:42 [2022-05-27T19:10:42.558Z] Fetching upstream changes from https://github.com/moby/moby.git
19:10:42 [2022-05-27T19:10:42.558Z]  > git --version # timeout=10
19:10:42 [2022-05-27T19:10:42.597Z]  > git --version # 'git version 2.25.1'
19:10:42 [2022-05-27T19:10:42.597Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:10:42 [2022-05-27T19:10:42.599Z]  > git fetch --no-tags --force --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:03 [2022-05-27T19:11:03.586Z] Fetching without tags
19:11:03 [2022-05-27T19:11:03.893Z] Merging remotes/origin/master commit 69adaa894d829a6707427aef6aeb0a796b2fb385 into PR head commit 7493342926237289f759d86be0dc3a0b226f7730
19:11:03 [2022-05-27T19:11:03.483Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
19:11:03 [2022-05-27T19:11:03.494Z]  > git config --add remote.origin.fetch +refs/pull/43650/head:refs/remotes/origin/PR-43650 # timeout=10
19:11:03 [2022-05-27T19:11:03.508Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
19:11:03 [2022-05-27T19:11:03.542Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
19:11:03 [2022-05-27T19:11:03.583Z] Fetching upstream changes from https://github.com/moby/moby.git
19:11:03 [2022-05-27T19:11:03.583Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:11:03 [2022-05-27T19:11:03.585Z]  > git fetch --no-tags --force --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:03 [2022-05-27T19:11:03.900Z]  > git config core.sparsecheckout # timeout=10
19:11:03 [2022-05-27T19:11:03.932Z]  > git checkout -f 7493342926237289f759d86be0dc3a0b226f7730 # timeout=10
19:11:04 [2022-05-27T19:11:04.616Z] Merge succeeded, producing 7493342926237289f759d86be0dc3a0b226f7730
19:11:04 [2022-05-27T19:11:04.617Z] Checking out Revision 7493342926237289f759d86be0dc3a0b226f7730 (PR-43650)
19:11:04 [2022-05-27T19:11:04.541Z]  > git remote # timeout=10
19:11:04 [2022-05-27T19:11:04.553Z]  > git config --get remote.origin.url # timeout=10
19:11:04 [2022-05-27T19:11:04.576Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:11:04 [2022-05-27T19:11:04.577Z]  > git merge 69adaa894d829a6707427aef6aeb0a796b2fb385 # timeout=10
19:11:04 [2022-05-27T19:11:04.593Z]  > git rev-parse HEAD^{commit} # timeout=10
19:11:04 [2022-05-27T19:11:04.611Z]  > git config core.sparsecheckout # timeout=10
19:11:04 [2022-05-27T19:11:04.618Z]  > git checkout -f 7493342926237289f759d86be0dc3a0b226f7730 # timeout=10
19:11:09 [2022-05-27T19:11:09.098Z] Commit message: "daemon/logger: Share buffers by sync.Pool"