Skip to content

Console Output

06:30:15 [2022-04-19T06:30:15.924Z] The recommended git tool is: git
06:30:41 [2022-04-19T06:30:41.364Z] using credential docker-jenkins-github-credentials
06:30:41 [2022-04-19T06:30:41.439Z] Cloning the remote Git repository
06:30:41 [2022-04-19T06:30:41.439Z] Cloning with configured refspecs honoured and without tags
06:30:41 [2022-04-19T06:30:41.618Z] Cloning repository https://github.com/moby/moby.git
06:30:42 [2022-04-19T06:30:42.010Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
06:30:43 [2022-04-19T06:30:43.166Z] Fetching upstream changes from https://github.com/moby/moby.git
06:30:43 [2022-04-19T06:30:43.166Z]  > git --version # timeout=10
06:30:43 [2022-04-19T06:30:43.213Z]  > git --version # 'git version 2.24.1.windows.2'
06:30:43 [2022-04-19T06:30:43.213Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
06:30:43 [2022-04-19T06:30:43.213Z]  > 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:00 [2022-04-19T06:31:00.787Z] Fetching without tags
06:31:00 [2022-04-19T06:31:00.472Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
06:31:00 [2022-04-19T06:31:00.534Z]  > git config --add remote.origin.fetch +refs/pull/43494/head:refs/remotes/origin/PR-43494 # timeout=10
06:31:00 [2022-04-19T06:31:00.581Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
06:31:00 [2022-04-19T06:31:00.691Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
06:31:00 [2022-04-19T06:31:00.834Z] Fetching upstream changes from https://github.com/moby/moby.git
06:31:00 [2022-04-19T06:31:00.834Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
06:31:00 [2022-04-19T06:31:00.834Z]  > 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:01 [2022-04-19T06:31:01.513Z] Merging remotes/origin/master commit 61404de7df1a6c75c2cbdc2c3ce226c95bebcaad into PR head commit 013d6488888d2362185b0738e9f600d4ba95d88a
06:31:01 [2022-04-19T06:31:01.613Z]  > git config core.sparsecheckout # timeout=10
06:31:01 [2022-04-19T06:31:01.660Z]  > git checkout -f 013d6488888d2362185b0738e9f600d4ba95d88a # timeout=10
06:31:04 [2022-04-19T06:31:04.733Z] Merge succeeded, producing 013d6488888d2362185b0738e9f600d4ba95d88a
06:31:04 [2022-04-19T06:31:04.734Z] Checking out Revision 013d6488888d2362185b0738e9f600d4ba95d88a (PR-43494)
06:31:04 [2022-04-19T06:31:04.364Z]  > git remote # timeout=10
06:31:04 [2022-04-19T06:31:04.442Z]  > git config --get remote.origin.url # timeout=10
06:31:04 [2022-04-19T06:31:04.489Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
06:31:04 [2022-04-19T06:31:04.489Z]  > git merge 61404de7df1a6c75c2cbdc2c3ce226c95bebcaad # timeout=10
06:31:04 [2022-04-19T06:31:04.630Z]  > git rev-parse "HEAD^{commit}" # timeout=10
06:31:04 [2022-04-19T06:31:04.755Z]  > git config core.sparsecheckout # timeout=10
06:31:04 [2022-04-19T06:31:04.802Z]  > git checkout -f 013d6488888d2362185b0738e9f600d4ba95d88a # timeout=10
06:31:16 [2022-04-19T06:31:16.472Z] Commit message: "client: CopyToContainer(), CopyFromContainer(): remove status-code handling"