Skip to content

Console Output

11:58:47 [2021-12-08T11:58:47.820Z] The recommended git tool is: git
11:59:11 [2021-12-08T11:59:11.630Z] using credential docker-jenkins-github-credentials
11:59:11 [2021-12-08T11:59:11.705Z] Cloning the remote Git repository
11:59:11 [2021-12-08T11:59:11.705Z] Cloning with configured refspecs honoured and without tags
11:59:11 [2021-12-08T11:59:11.890Z] Cloning repository https://github.com/moby/moby.git
11:59:12 [2021-12-08T11:59:12.276Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
11:59:13 [2021-12-08T11:59:13.178Z] Fetching upstream changes from https://github.com/moby/moby.git
11:59:13 [2021-12-08T11:59:13.178Z]  > git --version # timeout=10
11:59:13 [2021-12-08T11:59:13.216Z]  > git --version # 'git version 2.24.1.windows.2'
11:59:13 [2021-12-08T11:59:13.217Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:59:13 [2021-12-08T11:59:13.219Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43063/head:refs/remotes/origin/PR-43063 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
11:59:27 [2021-12-08T11:59:27.242Z] Fetching without tags
11:59:27 [2021-12-08T11:59:27.969Z] Merging remotes/origin/20.10 commit 847da184ad5048b27f5bdf9d53d070f731b43180 into PR head commit f4daf9dd083a3b8770e01179499e4f5acc6caeff
11:59:26 [2021-12-08T11:59:26.967Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
11:59:27 [2021-12-08T11:59:27.018Z]  > git config --add remote.origin.fetch +refs/pull/43063/head:refs/remotes/origin/PR-43063 # timeout=10
11:59:27 [2021-12-08T11:59:27.055Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
11:59:27 [2021-12-08T11:59:27.164Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
11:59:27 [2021-12-08T11:59:27.277Z] Fetching upstream changes from https://github.com/moby/moby.git
11:59:27 [2021-12-08T11:59:27.277Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:59:27 [2021-12-08T11:59:27.278Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43063/head:refs/remotes/origin/PR-43063 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
11:59:28 [2021-12-08T11:59:28.075Z]  > git config core.sparsecheckout # timeout=10
11:59:28 [2021-12-08T11:59:28.113Z]  > git checkout -f f4daf9dd083a3b8770e01179499e4f5acc6caeff # timeout=10
11:59:30 [2021-12-08T11:59:30.506Z] Merge succeeded, producing f4daf9dd083a3b8770e01179499e4f5acc6caeff
11:59:30 [2021-12-08T11:59:30.506Z] Checking out Revision f4daf9dd083a3b8770e01179499e4f5acc6caeff (PR-43063)
11:59:30 [2021-12-08T11:59:30.181Z]  > git remote # timeout=10
11:59:30 [2021-12-08T11:59:30.267Z]  > git config --get remote.origin.url # timeout=10
11:59:30 [2021-12-08T11:59:30.306Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
11:59:30 [2021-12-08T11:59:30.307Z]  > git merge 847da184ad5048b27f5bdf9d53d070f731b43180 # timeout=10
11:59:30 [2021-12-08T11:59:30.431Z]  > git rev-parse "HEAD^{commit}" # timeout=10
11:59:30 [2021-12-08T11:59:30.540Z]  > git config core.sparsecheckout # timeout=10
11:59:30 [2021-12-08T11:59:30.576Z]  > git checkout -f f4daf9dd083a3b8770e01179499e4f5acc6caeff # timeout=10
11:59:41 [2021-12-08T11:59:41.829Z] Commit message: "[20.10] update Go to 1.16.11"