Skip to content

Console Output

14:34:47 [2022-09-29T14:34:47.796Z] The recommended git tool is: git
14:34:50 [2022-09-29T14:34:50.568Z] using credential docker-jenkins-github-credentials
14:34:50 [2022-09-29T14:34:50.588Z] Cloning the remote Git repository
14:34:50 [2022-09-29T14:34:50.588Z] Cloning with configured refspecs honoured and without tags
14:34:50 [2022-09-29T14:34:50.629Z] Cloning repository https://github.com/moby/moby.git
14:34:50 [2022-09-29T14:34:50.700Z]  > git init /home/ubuntu/workspace/moby_PR-44218 # timeout=10
14:34:51 [2022-09-29T14:34:51.018Z] Fetching upstream changes from https://github.com/moby/moby.git
14:34:51 [2022-09-29T14:34:51.018Z]  > git --version # timeout=10
14:34:51 [2022-09-29T14:34:51.052Z]  > git --version # 'git version 2.25.1'
14:34:51 [2022-09-29T14:34:51.053Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:34:51 [2022-09-29T14:34:51.054Z]  > 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:35:05 [2022-09-29T14:35:05.488Z] Fetching without tags
14:35:05 [2022-09-29T14:35:05.770Z] Merging remotes/origin/20.10 commit 4163c550821f02799c71fb468101b0b08bb9fb07 into PR head commit c0033925824d12c1e8133add0d4032e2f743316f
14:35:05 [2022-09-29T14:35:05.447Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:35:05 [2022-09-29T14:35:05.455Z]  > git config --add remote.origin.fetch +refs/pull/44218/head:refs/remotes/origin/PR-44218 # timeout=10
14:35:05 [2022-09-29T14:35:05.469Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
14:35:05 [2022-09-29T14:35:05.477Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:35:05 [2022-09-29T14:35:05.492Z] Fetching upstream changes from https://github.com/moby/moby.git
14:35:05 [2022-09-29T14:35:05.492Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:35:05 [2022-09-29T14:35:05.493Z]  > 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:35:05 [2022-09-29T14:35:05.778Z]  > git config core.sparsecheckout # timeout=10
14:35:05 [2022-09-29T14:35:05.796Z]  > git checkout -f c0033925824d12c1e8133add0d4032e2f743316f # timeout=10
14:35:06 [2022-09-29T14:35:06.392Z] Merge succeeded, producing c0033925824d12c1e8133add0d4032e2f743316f
14:35:06 [2022-09-29T14:35:06.392Z] Checking out Revision c0033925824d12c1e8133add0d4032e2f743316f (PR-44218)
14:35:06 [2022-09-29T14:35:06.346Z]  > git remote # timeout=10
14:35:06 [2022-09-29T14:35:06.360Z]  > git config --get remote.origin.url # timeout=10
14:35:06 [2022-09-29T14:35:06.372Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:35:06 [2022-09-29T14:35:06.373Z]  > git merge 4163c550821f02799c71fb468101b0b08bb9fb07 # timeout=10
14:35:06 [2022-09-29T14:35:06.387Z]  > git rev-parse HEAD^{commit} # timeout=10
14:35:06 [2022-09-29T14:35:06.395Z]  > git config core.sparsecheckout # timeout=10
14:35:06 [2022-09-29T14:35:06.401Z]  > git checkout -f c0033925824d12c1e8133add0d4032e2f743316f # timeout=10
14:35:10 [2022-09-29T14:35:10.416Z] Commit message: "contrib: make dockerd-rootless-setuptool.sh more robust"