Skip to content

Console Output

12:12:25 [2022-08-11T12:12:25.788Z] The recommended git tool is: git
12:12:25 [2022-08-11T12:12:25.797Z] using credential docker-jenkins-github-credentials
12:12:25 [2022-08-11T12:12:25.820Z] Cloning the remote Git repository
12:12:25 [2022-08-11T12:12:25.820Z] Cloning with configured refspecs honoured and without tags
12:12:25 [2022-08-11T12:12:25.830Z] Cloning repository https://github.com/moby/moby.git
12:12:25 [2022-08-11T12:12:25.830Z]  > git init /home/ubuntu/workspace/moby_PR-43945 # timeout=10
12:12:25 [2022-08-11T12:12:25.835Z] Fetching upstream changes from https://github.com/moby/moby.git
12:12:25 [2022-08-11T12:12:25.836Z]  > git --version # timeout=10
12:12:25 [2022-08-11T12:12:25.838Z]  > git --version # 'git version 2.25.1'
12:12:25 [2022-08-11T12:12:25.839Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:12:25 [2022-08-11T12:12:25.839Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43945/head:refs/remotes/origin/PR-43945 +refs/heads/master:refs/remotes/origin/master # timeout=10
12:12:42 [2022-08-11T12:12:42.483Z] Fetching without tags
12:12:42 [2022-08-11T12:12:42.648Z] Merging remotes/origin/master commit 44626eaf8173ad4920f5bebf53b9ef0469f38bb2 into PR head commit 226e07144e0fdda1ae9935c063b9dddddea8a4c9
12:12:43 [2022-08-11T12:12:43.223Z] Merge succeeded, producing 226e07144e0fdda1ae9935c063b9dddddea8a4c9
12:12:43 [2022-08-11T12:12:43.223Z] Checking out Revision 226e07144e0fdda1ae9935c063b9dddddea8a4c9 (PR-43945)
12:12:42 [2022-08-11T12:12:42.467Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
12:12:42 [2022-08-11T12:12:42.474Z]  > git config --add remote.origin.fetch +refs/pull/43945/head:refs/remotes/origin/PR-43945 # timeout=10
12:12:42 [2022-08-11T12:12:42.477Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
12:12:42 [2022-08-11T12:12:42.485Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
12:12:42 [2022-08-11T12:12:42.493Z] Fetching upstream changes from https://github.com/moby/moby.git
12:12:42 [2022-08-11T12:12:42.493Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:12:42 [2022-08-11T12:12:42.494Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43945/head:refs/remotes/origin/PR-43945 +refs/heads/master:refs/remotes/origin/master # timeout=10
12:12:42 [2022-08-11T12:12:42.658Z]  > git config core.sparsecheckout # timeout=10
12:12:42 [2022-08-11T12:12:42.665Z]  > git checkout -f 226e07144e0fdda1ae9935c063b9dddddea8a4c9 # timeout=10
12:12:43 [2022-08-11T12:12:43.190Z]  > git remote # timeout=10
12:12:43 [2022-08-11T12:12:43.198Z]  > git config --get remote.origin.url # timeout=10
12:12:43 [2022-08-11T12:12:43.207Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:12:43 [2022-08-11T12:12:43.208Z]  > git merge 44626eaf8173ad4920f5bebf53b9ef0469f38bb2 # timeout=10
12:12:43 [2022-08-11T12:12:43.224Z]  > git rev-parse HEAD^{commit} # timeout=10
12:12:43 [2022-08-11T12:12:43.233Z]  > git config core.sparsecheckout # timeout=10
12:12:43 [2022-08-11T12:12:43.238Z]  > git checkout -f 226e07144e0fdda1ae9935c063b9dddddea8a4c9 # timeout=10
12:12:43 [2022-08-11T12:12:43.472Z] Commit message: "cmd/dockerd: initContainerd() use early return"