Skip to content

Console Output

20:04:17 [2022-06-07T20:04:17.305Z] The recommended git tool is: git
20:04:20 [2022-06-07T20:04:20.219Z] using credential docker-jenkins-github-credentials
20:04:20 [2022-06-07T20:04:20.228Z] Cloning the remote Git repository
20:04:20 [2022-06-07T20:04:20.228Z] Cloning with configured refspecs honoured and without tags
20:04:20 [2022-06-07T20:04:20.228Z] Cloning repository https://github.com/moby/moby.git
20:04:20 [2022-06-07T20:04:20.276Z]  > git init /home/ubuntu/workspace/moby_PR-43702 # timeout=10
20:04:20 [2022-06-07T20:04:20.663Z] Fetching upstream changes from https://github.com/moby/moby.git
20:04:20 [2022-06-07T20:04:20.663Z]  > git --version # timeout=10
20:04:20 [2022-06-07T20:04:20.675Z]  > git --version # 'git version 2.25.1'
20:04:20 [2022-06-07T20:04:20.676Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:04:20 [2022-06-07T20:04:20.677Z]  > 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:36 [2022-06-07T20:04:36.297Z] Fetching without tags
20:04:36 [2022-06-07T20:04:36.524Z] Merging remotes/origin/master commit 237c30dacf272c437b64e0f16e84a19530b74abb into PR head commit f90056a79d114c529048138027a7834b293a1a47
20:04:37 [2022-06-07T20:04:37.115Z] Merge succeeded, producing f90056a79d114c529048138027a7834b293a1a47
20:04:37 [2022-06-07T20:04:37.115Z] Checking out Revision f90056a79d114c529048138027a7834b293a1a47 (PR-43702)
20:04:36 [2022-06-07T20:04:36.235Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:04:36 [2022-06-07T20:04:36.243Z]  > git config --add remote.origin.fetch +refs/pull/43702/head:refs/remotes/origin/PR-43702 # timeout=10
20:04:36 [2022-06-07T20:04:36.252Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
20:04:36 [2022-06-07T20:04:36.271Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:04:36 [2022-06-07T20:04:36.286Z] Fetching upstream changes from https://github.com/moby/moby.git
20:04:36 [2022-06-07T20:04:36.287Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:04:36 [2022-06-07T20:04:36.288Z]  > 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:36 [2022-06-07T20:04:36.515Z]  > git config core.sparsecheckout # timeout=10
20:04:36 [2022-06-07T20:04:36.527Z]  > git checkout -f f90056a79d114c529048138027a7834b293a1a47 # timeout=10
20:04:37 [2022-06-07T20:04:37.051Z]  > git remote # timeout=10
20:04:37 [2022-06-07T20:04:37.060Z]  > git config --get remote.origin.url # timeout=10
20:04:37 [2022-06-07T20:04:37.073Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:04:37 [2022-06-07T20:04:37.074Z]  > git merge 237c30dacf272c437b64e0f16e84a19530b74abb # timeout=10
20:04:37 [2022-06-07T20:04:37.088Z]  > git rev-parse HEAD^{commit} # timeout=10
20:04:37 [2022-06-07T20:04:37.103Z]  > git config core.sparsecheckout # timeout=10
20:04:37 [2022-06-07T20:04:37.114Z]  > git checkout -f f90056a79d114c529048138027a7834b293a1a47 # timeout=10
20:04:40 [2022-06-07T20:04:40.782Z] Commit message: "daemon: LogDaemonEventWithAttributes: don't call SystemInfo()"