Skip to content

Console Output

06:30:16 [2022-04-19T06:30:16.455Z] The recommended git tool is: git
06:30:44 [2022-04-19T06:30:44.088Z] using credential docker-jenkins-github-credentials
06:30:44 [2022-04-19T06:30:44.167Z] Cloning the remote Git repository
06:30:44 [2022-04-19T06:30:44.167Z] Cloning with configured refspecs honoured and without tags
06:30:44 [2022-04-19T06:30:44.361Z] Cloning repository https://github.com/moby/moby.git
06:30:44 [2022-04-19T06:30:44.895Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
06:30:45 [2022-04-19T06:30:45.754Z] Fetching upstream changes from https://github.com/moby/moby.git
06:30:45 [2022-04-19T06:30:45.754Z]  > git --version # timeout=10
06:30:45 [2022-04-19T06:30:45.799Z]  > git --version # 'git version 2.24.1.windows.2'
06:30:45 [2022-04-19T06:30:45.800Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
06:30:45 [2022-04-19T06:30:45.803Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43494/head:refs/remotes/origin/PR-43494 +refs/heads/master:refs/remotes/origin/master # timeout=10
06:31:03 [2022-04-19T06:31:03.973Z] Fetching without tags
06:31:03 [2022-04-19T06:31:03.653Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
06:31:03 [2022-04-19T06:31:03.709Z]  > git config --add remote.origin.fetch +refs/pull/43494/head:refs/remotes/origin/PR-43494 # timeout=10
06:31:03 [2022-04-19T06:31:03.755Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
06:31:03 [2022-04-19T06:31:03.880Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
06:31:04 [2022-04-19T06:31:04.007Z] Fetching upstream changes from https://github.com/moby/moby.git
06:31:04 [2022-04-19T06:31:04.008Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
06:31:04 [2022-04-19T06:31:04.010Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43494/head:refs/remotes/origin/PR-43494 +refs/heads/master:refs/remotes/origin/master # timeout=10
06:31:04 [2022-04-19T06:31:04.729Z] Merging remotes/origin/master commit 61404de7df1a6c75c2cbdc2c3ce226c95bebcaad into PR head commit 013d6488888d2362185b0738e9f600d4ba95d88a
06:31:04 [2022-04-19T06:31:04.839Z]  > git config core.sparsecheckout # timeout=10
06:31:04 [2022-04-19T06:31:04.884Z]  > git checkout -f 013d6488888d2362185b0738e9f600d4ba95d88a # timeout=10
06:31:07 [2022-04-19T06:31:07.664Z]  > git remote # timeout=10
06:31:07 [2022-04-19T06:31:07.774Z]  > git config --get remote.origin.url # timeout=10
06:31:07 [2022-04-19T06:31:07.823Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
06:31:07 [2022-04-19T06:31:07.825Z]  > git merge 61404de7df1a6c75c2cbdc2c3ce226c95bebcaad # timeout=10
06:31:08 [2022-04-19T06:31:08.059Z] Merge succeeded, producing 013d6488888d2362185b0738e9f600d4ba95d88a
06:31:08 [2022-04-19T06:31:08.060Z] Checking out Revision 013d6488888d2362185b0738e9f600d4ba95d88a (PR-43494)
06:31:07 [2022-04-19T06:31:07.965Z]  > git rev-parse "HEAD^{commit}" # timeout=10
06:31:08 [2022-04-19T06:31:08.092Z]  > git config core.sparsecheckout # timeout=10
06:31:08 [2022-04-19T06:31:08.140Z]  > git checkout -f 013d6488888d2362185b0738e9f600d4ba95d88a # timeout=10
06:31:19 [2022-04-19T06:31:19.539Z] Commit message: "client: CopyToContainer(), CopyFromContainer(): remove status-code handling"