Skip to content

Console Output

14:11:34 [2022-01-18T14:11:34.010Z] The recommended git tool is: git
14:11:36 [2022-01-18T14:11:36.559Z] using credential docker-jenkins-github-credentials
14:11:36 [2022-01-18T14:11:36.568Z] Cloning the remote Git repository
14:11:36 [2022-01-18T14:11:36.568Z] Cloning with configured refspecs honoured and without tags
14:11:36 [2022-01-18T14:11:36.576Z] Cloning repository https://github.com/moby/moby.git
14:11:36 [2022-01-18T14:11:36.636Z]  > git init /home/ubuntu/workspace/moby_PR-43153 # timeout=10
14:11:37 [2022-01-18T14:11:37.521Z] Fetching upstream changes from https://github.com/moby/moby.git
14:11:37 [2022-01-18T14:11:37.522Z]  > git --version # timeout=10
14:11:37 [2022-01-18T14:11:37.529Z]  > git --version # 'git version 2.25.1'
14:11:37 [2022-01-18T14:11:37.529Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:11:37 [2022-01-18T14:11:37.533Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43153/head:refs/remotes/origin/PR-43153 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
14:11:52 [2022-01-18T14:11:52.110Z] Fetching without tags
14:11:52 [2022-01-18T14:11:52.365Z] Merging remotes/origin/20.10 commit b1fc0c84de6c7d12647850d60aa36d8f95776a03 into PR head commit aa92e697cb4d43aa17944934b31579e440224bfb
14:11:53 [2022-01-18T14:11:53.202Z] Merge succeeded, producing aa92e697cb4d43aa17944934b31579e440224bfb
14:11:53 [2022-01-18T14:11:53.202Z] Checking out Revision aa92e697cb4d43aa17944934b31579e440224bfb (PR-43153)
14:11:51 [2022-01-18T14:11:51.979Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:11:51 [2022-01-18T14:11:51.998Z]  > git config --add remote.origin.fetch +refs/pull/43153/head:refs/remotes/origin/PR-43153 # timeout=10
14:11:52 [2022-01-18T14:11:52.037Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
14:11:52 [2022-01-18T14:11:52.077Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:11:52 [2022-01-18T14:11:52.112Z] Fetching upstream changes from https://github.com/moby/moby.git
14:11:52 [2022-01-18T14:11:52.113Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:11:52 [2022-01-18T14:11:52.136Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43153/head:refs/remotes/origin/PR-43153 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
14:11:52 [2022-01-18T14:11:52.370Z]  > git config core.sparsecheckout # timeout=10
14:11:52 [2022-01-18T14:11:52.380Z]  > git checkout -f aa92e697cb4d43aa17944934b31579e440224bfb # timeout=10
14:11:53 [2022-01-18T14:11:53.141Z]  > git remote # timeout=10
14:11:53 [2022-01-18T14:11:53.146Z]  > git config --get remote.origin.url # timeout=10
14:11:53 [2022-01-18T14:11:53.157Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:11:53 [2022-01-18T14:11:53.183Z]  > git merge b1fc0c84de6c7d12647850d60aa36d8f95776a03 # timeout=10
14:11:53 [2022-01-18T14:11:53.194Z]  > git rev-parse HEAD^{commit} # timeout=10
14:11:53 [2022-01-18T14:11:53.203Z]  > git config core.sparsecheckout # timeout=10
14:11:53 [2022-01-18T14:11:53.211Z]  > git checkout -f aa92e697cb4d43aa17944934b31579e440224bfb # timeout=10
14:11:57 [2022-01-18T14:11:57.294Z] Commit message: "[20.10] update Go to 1.16.13"