Skip to content

Console Output

14:34:36 [2022-09-29T14:34:36.767Z] The recommended git tool is: git
14:34:39 [2022-09-29T14:34:39.879Z] using credential docker-jenkins-github-credentials
14:34:39 [2022-09-29T14:34:39.888Z] Cloning the remote Git repository
14:34:39 [2022-09-29T14:34:39.888Z] Cloning with configured refspecs honoured and without tags
14:34:39 [2022-09-29T14:34:39.028Z] Cloning repository https://github.com/moby/moby.git
14:34:39 [2022-09-29T14:34:39.083Z]  > git init /home/ubuntu/workspace/moby_PR-44218 # timeout=10
14:34:39 [2022-09-29T14:34:39.372Z] Fetching upstream changes from https://github.com/moby/moby.git
14:34:39 [2022-09-29T14:34:39.372Z]  > git --version # timeout=10
14:34:39 [2022-09-29T14:34:39.386Z]  > git --version # 'git version 2.17.1'
14:34:39 [2022-09-29T14:34:39.386Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:34:39 [2022-09-29T14:34:39.389Z]  > git fetch --no-tags --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:01 [2022-09-29T14:35:01.355Z] Fetching without tags
14:35:01 [2022-09-29T14:35:01.709Z] Merging remotes/origin/20.10 commit 4163c550821f02799c71fb468101b0b08bb9fb07 into PR head commit c0033925824d12c1e8133add0d4032e2f743316f
14:35:01 [2022-09-29T14:35:01.182Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:35:01 [2022-09-29T14:35:01.242Z]  > git config --add remote.origin.fetch +refs/pull/44218/head:refs/remotes/origin/PR-44218 # timeout=10
14:35:01 [2022-09-29T14:35:01.260Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
14:35:01 [2022-09-29T14:35:01.312Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:35:01 [2022-09-29T14:35:01.358Z] Fetching upstream changes from https://github.com/moby/moby.git
14:35:01 [2022-09-29T14:35:01.359Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:35:01 [2022-09-29T14:35:01.388Z]  > git fetch --no-tags --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:01 [2022-09-29T14:35:01.731Z]  > git config core.sparsecheckout # timeout=10
14:35:01 [2022-09-29T14:35:01.755Z]  > git checkout -f c0033925824d12c1e8133add0d4032e2f743316f # timeout=10
14:35:02 [2022-09-29T14:35:02.725Z]  > git remote # timeout=10
14:35:02 [2022-09-29T14:35:02.756Z]  > git config --get remote.origin.url # timeout=10
14:35:02 [2022-09-29T14:35:02.899Z] Merge succeeded, producing c0033925824d12c1e8133add0d4032e2f743316f
14:35:02 [2022-09-29T14:35:02.899Z] Checking out Revision c0033925824d12c1e8133add0d4032e2f743316f (PR-44218)
14:35:02 [2022-09-29T14:35:02.790Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:35:02 [2022-09-29T14:35:02.873Z]  > git merge 4163c550821f02799c71fb468101b0b08bb9fb07 # timeout=10
14:35:02 [2022-09-29T14:35:02.885Z]  > git rev-parse HEAD^{commit} # timeout=10
14:35:02 [2022-09-29T14:35:02.902Z]  > git config core.sparsecheckout # timeout=10
14:35:02 [2022-09-29T14:35:02.926Z]  > git checkout -f c0033925824d12c1e8133add0d4032e2f743316f # timeout=10
14:35:08 [2022-09-29T14:35:08.122Z] Commit message: "contrib: make dockerd-rootless-setuptool.sh more robust"