Skip to content

Console Output

20:03:53 [2022-09-07T20:03:53.070Z] The recommended git tool is: git
20:03:55 [2022-09-07T20:03:55.519Z] using credential docker-jenkins-github-credentials
20:03:55 [2022-09-07T20:03:55.528Z] Cloning the remote Git repository
20:03:55 [2022-09-07T20:03:55.528Z] Cloning with configured refspecs honoured and without tags
20:03:55 [2022-09-07T20:03:55.171Z] Cloning repository https://github.com/moby/moby.git
20:03:55 [2022-09-07T20:03:55.234Z]  > git init /home/ubuntu/workspace/moby_PR-43973 # timeout=10
20:03:55 [2022-09-07T20:03:55.486Z] Fetching upstream changes from https://github.com/moby/moby.git
20:03:55 [2022-09-07T20:03:55.486Z]  > git --version # timeout=10
20:03:55 [2022-09-07T20:03:55.504Z]  > git --version # 'git version 2.17.1'
20:03:55 [2022-09-07T20:03:55.505Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:03:55 [2022-09-07T20:03:55.506Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43973/head:refs/remotes/origin/PR-43973 +refs/heads/master:refs/remotes/origin/master # timeout=10
20:04:20 [2022-09-07T20:04:20.692Z] Fetching without tags
20:04:20 [2022-09-07T20:04:20.900Z] Merging remotes/origin/master commit f3e6b7065ae54fa649bddfb4e9bd034125efe3d9 into PR head commit 4dd86a0b33b246d57507214cb5974e5359552f26
20:04:20 [2022-09-07T20:04:20.590Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:04:20 [2022-09-07T20:04:20.603Z]  > git config --add remote.origin.fetch +refs/pull/43973/head:refs/remotes/origin/PR-43973 # timeout=10
20:04:20 [2022-09-07T20:04:20.619Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
20:04:20 [2022-09-07T20:04:20.630Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:04:20 [2022-09-07T20:04:20.655Z] Fetching upstream changes from https://github.com/moby/moby.git
20:04:20 [2022-09-07T20:04:20.655Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:04:20 [2022-09-07T20:04:20.656Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43973/head:refs/remotes/origin/PR-43973 +refs/heads/master:refs/remotes/origin/master # timeout=10
20:04:20 [2022-09-07T20:04:20.869Z]  > git config core.sparsecheckout # timeout=10
20:04:20 [2022-09-07T20:04:20.883Z]  > git checkout -f 4dd86a0b33b246d57507214cb5974e5359552f26 # timeout=10
20:04:21 [2022-09-07T20:04:21.706Z] Merge succeeded, producing 4dd86a0b33b246d57507214cb5974e5359552f26
20:04:21 [2022-09-07T20:04:21.707Z] Checking out Revision 4dd86a0b33b246d57507214cb5974e5359552f26 (PR-43973)
20:04:21 [2022-09-07T20:04:21.602Z]  > git remote # timeout=10
20:04:21 [2022-09-07T20:04:21.621Z]  > git config --get remote.origin.url # timeout=10
20:04:21 [2022-09-07T20:04:21.628Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:04:21 [2022-09-07T20:04:21.629Z]  > git merge f3e6b7065ae54fa649bddfb4e9bd034125efe3d9 # timeout=10
20:04:21 [2022-09-07T20:04:21.655Z]  > git rev-parse HEAD^{commit} # timeout=10
20:04:21 [2022-09-07T20:04:21.673Z]  > git config core.sparsecheckout # timeout=10
20:04:21 [2022-09-07T20:04:21.679Z]  > git checkout -f 4dd86a0b33b246d57507214cb5974e5359552f26 # timeout=10
20:04:25 [2022-09-07T20:04:25.887Z] Commit message: "containerd-integration: prefer error over panic where possible"