Skip to content

Console Output

20:04:04 [2022-06-07T20:04:04.972Z] The recommended git tool is: git
20:04:07 [2022-06-07T20:04:07.309Z] using credential docker-jenkins-github-credentials
20:04:07 [2022-06-07T20:04:07.318Z] Cloning the remote Git repository
20:04:07 [2022-06-07T20:04:07.318Z] Cloning with configured refspecs honoured and without tags
20:04:06 [2022-06-07T20:04:06.350Z] Cloning repository https://github.com/moby/moby.git
20:04:06 [2022-06-07T20:04:06.420Z]  > git init /home/ubuntu/workspace/moby_PR-43702 # timeout=10
20:04:06 [2022-06-07T20:04:06.668Z] Fetching upstream changes from https://github.com/moby/moby.git
20:04:06 [2022-06-07T20:04:06.669Z]  > git --version # timeout=10
20:04:06 [2022-06-07T20:04:06.685Z]  > git --version # 'git version 2.17.1'
20:04:06 [2022-06-07T20:04:06.685Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:04:06 [2022-06-07T20:04:06.687Z]  > 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.334Z] Fetching without tags
20:04:35 [2022-06-07T20:04:35.107Z] Merging remotes/origin/master commit 237c30dacf272c437b64e0f16e84a19530b74abb into PR head commit f90056a79d114c529048138027a7834b293a1a47
20:04:34 [2022-06-07T20:04:34.228Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:04:34 [2022-06-07T20:04:34.243Z]  > 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.272Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
20:04:34 [2022-06-07T20:04:34.305Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:04:34 [2022-06-07T20:04:34.338Z] Fetching upstream changes from https://github.com/moby/moby.git
20:04:34 [2022-06-07T20:04:34.338Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:04:34 [2022-06-07T20:04:34.339Z]  > 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.117Z]  > git config core.sparsecheckout # timeout=10
20:04:35 [2022-06-07T20:04:35.129Z]  > git checkout -f f90056a79d114c529048138027a7834b293a1a47 # timeout=10
20:04:35 [2022-06-07T20:04:35.998Z] Merge succeeded, producing f90056a79d114c529048138027a7834b293a1a47
20:04:35 [2022-06-07T20:04:35.998Z] Checking out Revision f90056a79d114c529048138027a7834b293a1a47 (PR-43702)
20:04:35 [2022-06-07T20:04:35.922Z]  > git remote # timeout=10
20:04:35 [2022-06-07T20:04:35.937Z]  > git config --get remote.origin.url # timeout=10
20:04:35 [2022-06-07T20:04:35.953Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:04:35 [2022-06-07T20:04:35.955Z]  > git merge 237c30dacf272c437b64e0f16e84a19530b74abb # timeout=10
20:04:35 [2022-06-07T20:04:35.981Z]  > git rev-parse HEAD^{commit} # timeout=10
20:04:36 [2022-06-07T20:04:36.000Z]  > git config core.sparsecheckout # timeout=10
20:04:36 [2022-06-07T20:04:36.025Z]  > git checkout -f f90056a79d114c529048138027a7834b293a1a47 # timeout=10
20:04:40 [2022-06-07T20:04:40.730Z] Commit message: "daemon: LogDaemonEventWithAttributes: don't call SystemInfo()"