Skip to content

Console Output

14:13:32 [2022-01-18T14:13:32.619Z] The recommended git tool is: git
14:13:57 [2022-01-18T14:13:57.902Z] using credential docker-jenkins-github-credentials
14:13:57 [2022-01-18T14:13:57.982Z] Cloning the remote Git repository
14:13:57 [2022-01-18T14:13:57.982Z] Cloning with configured refspecs honoured and without tags
14:13:58 [2022-01-18T14:13:58.183Z] Cloning repository https://github.com/moby/moby.git
14:13:58 [2022-01-18T14:13:58.588Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
14:13:59 [2022-01-18T14:13:59.467Z] Fetching upstream changes from https://github.com/moby/moby.git
14:13:59 [2022-01-18T14:13:59.467Z]  > git --version # timeout=10
14:13:59 [2022-01-18T14:13:59.568Z]  > git --version # 'git version 2.24.1.windows.2'
14:13:59 [2022-01-18T14:13:59.569Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:13:59 [2022-01-18T14:13:59.576Z]  > 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:14:16 [2022-01-18T14:14:16.037Z] Fetching without tags
14:14:15 [2022-01-18T14:14:15.499Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:14:15 [2022-01-18T14:14:15.618Z]  > git config --add remote.origin.fetch +refs/pull/43153/head:refs/remotes/origin/PR-43153 # timeout=10
14:14:15 [2022-01-18T14:14:15.714Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
14:14:15 [2022-01-18T14:14:15.892Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:14:16 [2022-01-18T14:14:16.077Z] Fetching upstream changes from https://github.com/moby/moby.git
14:14:16 [2022-01-18T14:14:16.077Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:14:16 [2022-01-18T14:14:16.080Z]  > 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:14:16 [2022-01-18T14:14:16.885Z] Merging remotes/origin/20.10 commit b1fc0c84de6c7d12647850d60aa36d8f95776a03 into PR head commit aa92e697cb4d43aa17944934b31579e440224bfb
14:14:16 [2022-01-18T14:14:16.999Z]  > git config core.sparsecheckout # timeout=10
14:14:17 [2022-01-18T14:14:17.089Z]  > git checkout -f aa92e697cb4d43aa17944934b31579e440224bfb # timeout=10
14:14:22 [2022-01-18T14:14:22.440Z] Merge succeeded, producing aa92e697cb4d43aa17944934b31579e440224bfb
14:14:22 [2022-01-18T14:14:22.440Z] Checking out Revision aa92e697cb4d43aa17944934b31579e440224bfb (PR-43153)
14:14:21 [2022-01-18T14:14:21.721Z]  > git remote # timeout=10
14:14:21 [2022-01-18T14:14:21.878Z]  > git config --get remote.origin.url # timeout=10
14:14:21 [2022-01-18T14:14:21.992Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:14:21 [2022-01-18T14:14:21.996Z]  > git merge b1fc0c84de6c7d12647850d60aa36d8f95776a03 # timeout=10
14:14:22 [2022-01-18T14:14:22.264Z]  > git rev-parse "HEAD^{commit}" # timeout=10
14:14:22 [2022-01-18T14:14:22.478Z]  > git config core.sparsecheckout # timeout=10
14:14:22 [2022-01-18T14:14:22.598Z]  > git checkout -f aa92e697cb4d43aa17944934b31579e440224bfb # timeout=10
14:14:34 [2022-01-18T14:14:34.408Z] Commit message: "[20.10] update Go to 1.16.13"