Skip to content

Console Output

20:04:04 [2022-06-07T20:04:04.929Z] The recommended git tool is: git
20:04:07 [2022-06-07T20:04:07.392Z] using credential docker-jenkins-github-credentials
20:04:07 [2022-06-07T20:04:07.400Z] Cloning the remote Git repository
20:04:07 [2022-06-07T20:04:07.400Z] Cloning with configured refspecs honoured and without tags
20:04:07 [2022-06-07T20:04:07.284Z] Cloning repository https://github.com/moby/moby.git
20:04:07 [2022-06-07T20:04:07.340Z]  > git init /home/ubuntu/workspace/moby_PR-43702 # timeout=10
20:04:07 [2022-06-07T20:04:07.620Z] Fetching upstream changes from https://github.com/moby/moby.git
20:04:07 [2022-06-07T20:04:07.620Z]  > git --version # timeout=10
20:04:07 [2022-06-07T20:04:07.636Z]  > git --version # 'git version 2.17.1'
20:04:07 [2022-06-07T20:04:07.636Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:04:07 [2022-06-07T20:04:07.638Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43702/head:refs/remotes/origin/PR-43702 +refs/heads/master:refs/remotes/origin/master # timeout=10
20:04:34 [2022-06-07T20:04:34.227Z] Fetching without tags
20:04:35 [2022-06-07T20:04:35.160Z] Merging remotes/origin/master commit 237c30dacf272c437b64e0f16e84a19530b74abb into PR head commit f90056a79d114c529048138027a7834b293a1a47
20:04:34 [2022-06-07T20:04:34.107Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:04:34 [2022-06-07T20:04:34.127Z]  > git config --add remote.origin.fetch +refs/pull/43702/head:refs/remotes/origin/PR-43702 # timeout=10
20:04:34 [2022-06-07T20:04:34.141Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
20:04:34 [2022-06-07T20:04:34.176Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:04:34 [2022-06-07T20:04:34.197Z] Fetching upstream changes from https://github.com/moby/moby.git
20:04:34 [2022-06-07T20:04:34.198Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:04:34 [2022-06-07T20:04:34.207Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43702/head:refs/remotes/origin/PR-43702 +refs/heads/master:refs/remotes/origin/master # timeout=10
20:04:35 [2022-06-07T20:04:35.137Z]  > git config core.sparsecheckout # timeout=10
20:04:35 [2022-06-07T20:04:35.168Z]  > git checkout -f f90056a79d114c529048138027a7834b293a1a47 # timeout=10
20:04:36 [2022-06-07T20:04:36.153Z] Merge succeeded, producing f90056a79d114c529048138027a7834b293a1a47
20:04:36 [2022-06-07T20:04:36.154Z] Checking out Revision f90056a79d114c529048138027a7834b293a1a47 (PR-43702)
20:04:35 [2022-06-07T20:04:35.976Z]  > git remote # timeout=10
20:04:36 [2022-06-07T20:04:36.007Z]  > git config --get remote.origin.url # timeout=10
20:04:36 [2022-06-07T20:04:36.035Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:04:36 [2022-06-07T20:04:36.036Z]  > git merge 237c30dacf272c437b64e0f16e84a19530b74abb # timeout=10
20:04:36 [2022-06-07T20:04:36.066Z]  > git rev-parse HEAD^{commit} # timeout=10
20:04:36 [2022-06-07T20:04:36.127Z]  > git config core.sparsecheckout # timeout=10
20:04:36 [2022-06-07T20:04:36.155Z]  > git checkout -f f90056a79d114c529048138027a7834b293a1a47 # timeout=10
20:04:41 [2022-06-07T20:04:41.265Z] Commit message: "daemon: LogDaemonEventWithAttributes: don't call SystemInfo()"