Skip to content

Console Output

14:33:53 [2022-09-29T14:33:53.457Z] The recommended git tool is: git
14:33:53 [2022-09-29T14:33:53.513Z] using credential docker-jenkins-github-credentials
14:33:53 [2022-09-29T14:33:53.521Z] Cloning the remote Git repository
14:33:53 [2022-09-29T14:33:53.521Z] Cloning with configured refspecs honoured and without tags
14:33:53 [2022-09-29T14:33:53.524Z] Cloning repository https://github.com/moby/moby.git
14:33:53 [2022-09-29T14:33:53.524Z]  > git init /home/ubuntu/workspace/moby_PR-44218 # timeout=10
14:33:53 [2022-09-29T14:33:53.532Z] Fetching upstream changes from https://github.com/moby/moby.git
14:33:53 [2022-09-29T14:33:53.533Z]  > git --version # timeout=10
14:33:53 [2022-09-29T14:33:53.538Z]  > git --version # 'git version 2.25.1'
14:33:53 [2022-09-29T14:33:53.539Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:33:53 [2022-09-29T14:33:53.540Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44218/head:refs/remotes/origin/PR-44218 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
14:34:04 [2022-09-29T14:34:04.828Z] Fetching without tags
14:34:05 [2022-09-29T14:34:05.036Z] Merging remotes/origin/20.10 commit 4163c550821f02799c71fb468101b0b08bb9fb07 into PR head commit c0033925824d12c1e8133add0d4032e2f743316f
14:34:05 [2022-09-29T14:34:05.508Z] Merge succeeded, producing c0033925824d12c1e8133add0d4032e2f743316f
14:34:05 [2022-09-29T14:34:05.508Z] Checking out Revision c0033925824d12c1e8133add0d4032e2f743316f (PR-44218)
14:34:04 [2022-09-29T14:34:04.802Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:34:04 [2022-09-29T14:34:04.810Z]  > git config --add remote.origin.fetch +refs/pull/44218/head:refs/remotes/origin/PR-44218 # timeout=10
14:34:04 [2022-09-29T14:34:04.814Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
14:34:04 [2022-09-29T14:34:04.820Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:34:04 [2022-09-29T14:34:04.832Z] Fetching upstream changes from https://github.com/moby/moby.git
14:34:04 [2022-09-29T14:34:04.832Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:34:04 [2022-09-29T14:34:04.833Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44218/head:refs/remotes/origin/PR-44218 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
14:34:05 [2022-09-29T14:34:05.038Z]  > git config core.sparsecheckout # timeout=10
14:34:05 [2022-09-29T14:34:05.042Z]  > git checkout -f c0033925824d12c1e8133add0d4032e2f743316f # timeout=10
14:34:05 [2022-09-29T14:34:05.487Z]  > git remote # timeout=10
14:34:05 [2022-09-29T14:34:05.492Z]  > git config --get remote.origin.url # timeout=10
14:34:05 [2022-09-29T14:34:05.497Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:34:05 [2022-09-29T14:34:05.497Z]  > git merge 4163c550821f02799c71fb468101b0b08bb9fb07 # timeout=10
14:34:05 [2022-09-29T14:34:05.505Z]  > git rev-parse HEAD^{commit} # timeout=10
14:34:05 [2022-09-29T14:34:05.510Z]  > git config core.sparsecheckout # timeout=10
14:34:05 [2022-09-29T14:34:05.515Z]  > git checkout -f c0033925824d12c1e8133add0d4032e2f743316f # timeout=10
14:34:06 [2022-09-29T14:34:06.119Z] Commit message: "contrib: make dockerd-rootless-setuptool.sh more robust"