Skip to content

Console Output

20:04:07 [2022-06-07T20:04:07.577Z] The recommended git tool is: git
20:04:10 [2022-06-07T20:04:10.940Z] using credential docker-jenkins-github-credentials
20:04:10 [2022-06-07T20:04:10.948Z] Cloning the remote Git repository
20:04:10 [2022-06-07T20:04:10.948Z] Cloning with configured refspecs honoured and without tags
20:04:10 [2022-06-07T20:04:10.987Z] Cloning repository https://github.com/moby/moby.git
20:04:11 [2022-06-07T20:04:11.043Z]  > git init /home/ubuntu/workspace/moby_PR-43702 # timeout=10
20:04:11 [2022-06-07T20:04:11.306Z] Fetching upstream changes from https://github.com/moby/moby.git
20:04:11 [2022-06-07T20:04:11.306Z]  > git --version # timeout=10
20:04:11 [2022-06-07T20:04:11.335Z]  > git --version # 'git version 2.25.1'
20:04:11 [2022-06-07T20:04:11.336Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:04:11 [2022-06-07T20:04:11.337Z]  > git fetch --no-tags --force --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:30 [2022-06-07T20:04:30.558Z] Fetching without tags
20:04:31 [2022-06-07T20:04:31.200Z] Merging remotes/origin/master commit 237c30dacf272c437b64e0f16e84a19530b74abb into PR head commit f90056a79d114c529048138027a7834b293a1a47
20:04:30 [2022-06-07T20:04:30.508Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:04:30 [2022-06-07T20:04:30.517Z]  > git config --add remote.origin.fetch +refs/pull/43702/head:refs/remotes/origin/PR-43702 # timeout=10
20:04:30 [2022-06-07T20:04:30.530Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
20:04:30 [2022-06-07T20:04:30.545Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:04:30 [2022-06-07T20:04:30.600Z] Fetching upstream changes from https://github.com/moby/moby.git
20:04:30 [2022-06-07T20:04:30.600Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:04:30 [2022-06-07T20:04:30.601Z]  > git fetch --no-tags --force --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:31 [2022-06-07T20:04:31.202Z]  > git config core.sparsecheckout # timeout=10
20:04:31 [2022-06-07T20:04:31.214Z]  > git checkout -f f90056a79d114c529048138027a7834b293a1a47 # timeout=10
20:04:31 [2022-06-07T20:04:31.859Z] Merge succeeded, producing f90056a79d114c529048138027a7834b293a1a47
20:04:31 [2022-06-07T20:04:31.859Z] Checking out Revision f90056a79d114c529048138027a7834b293a1a47 (PR-43702)
20:04:31 [2022-06-07T20:04:31.801Z]  > git remote # timeout=10
20:04:31 [2022-06-07T20:04:31.815Z]  > git config --get remote.origin.url # timeout=10
20:04:31 [2022-06-07T20:04:31.825Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:04:31 [2022-06-07T20:04:31.826Z]  > git merge 237c30dacf272c437b64e0f16e84a19530b74abb # timeout=10
20:04:31 [2022-06-07T20:04:31.844Z]  > git rev-parse HEAD^{commit} # timeout=10
20:04:31 [2022-06-07T20:04:31.857Z]  > git config core.sparsecheckout # timeout=10
20:04:31 [2022-06-07T20:04:31.869Z]  > git checkout -f f90056a79d114c529048138027a7834b293a1a47 # timeout=10
20:04:36 [2022-06-07T20:04:36.149Z] Commit message: "daemon: LogDaemonEventWithAttributes: don't call SystemInfo()"