Skip to content

Console Output

02:28:23 [2022-05-30T02:28:23.159Z] The recommended git tool is: git
02:28:23 [2022-05-30T02:28:23.369Z] using credential docker-jenkins-github-credentials
02:28:23 [2022-05-30T02:28:23.444Z] Cloning the remote Git repository
02:28:23 [2022-05-30T02:28:23.444Z] Cloning with configured refspecs honoured and without tags
02:28:23 [2022-05-30T02:28:23.482Z] Cloning repository https://github.com/moby/moby.git
02:28:23 [2022-05-30T02:28:23.482Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
02:28:23 [2022-05-30T02:28:23.548Z] Fetching upstream changes from https://github.com/moby/moby.git
02:28:23 [2022-05-30T02:28:23.548Z]  > git --version # timeout=10
02:28:23 [2022-05-30T02:28:23.597Z]  > git --version # 'git version 2.24.1.windows.2'
02:28:23 [2022-05-30T02:28:23.598Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:28:23 [2022-05-30T02:28:23.600Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43635/head:refs/remotes/origin/PR-43635 +refs/heads/master:refs/remotes/origin/master # timeout=10
02:28:39 [2022-05-30T02:28:39.850Z] Fetching without tags
02:28:40 [2022-05-30T02:28:40.570Z] Merging remotes/origin/master commit cb01202de88e20d5699c76efe948dfb065da873f into PR head commit 0afc71fc90d208517bda0e2ac8f50a0a3a753f5d
02:28:39 [2022-05-30T02:28:39.553Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
02:28:39 [2022-05-30T02:28:39.601Z]  > git config --add remote.origin.fetch +refs/pull/43635/head:refs/remotes/origin/PR-43635 # timeout=10
02:28:39 [2022-05-30T02:28:39.652Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
02:28:39 [2022-05-30T02:28:39.767Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
02:28:39 [2022-05-30T02:28:39.887Z] Fetching upstream changes from https://github.com/moby/moby.git
02:28:39 [2022-05-30T02:28:39.887Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:28:39 [2022-05-30T02:28:39.889Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43635/head:refs/remotes/origin/PR-43635 +refs/heads/master:refs/remotes/origin/master # timeout=10
02:28:40 [2022-05-30T02:28:40.607Z]  > git config core.sparsecheckout # timeout=10
02:28:40 [2022-05-30T02:28:40.659Z]  > git checkout -f 0afc71fc90d208517bda0e2ac8f50a0a3a753f5d # timeout=10
02:28:44 [2022-05-30T02:28:44.234Z] Merge succeeded, producing 0afc71fc90d208517bda0e2ac8f50a0a3a753f5d
02:28:44 [2022-05-30T02:28:44.234Z] Checking out Revision 0afc71fc90d208517bda0e2ac8f50a0a3a753f5d (PR-43635)
02:28:43 [2022-05-30T02:28:43.899Z]  > git remote # timeout=10
02:28:43 [2022-05-30T02:28:43.971Z]  > git config --get remote.origin.url # timeout=10
02:28:44 [2022-05-30T02:28:44.024Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:28:44 [2022-05-30T02:28:44.026Z]  > git merge cb01202de88e20d5699c76efe948dfb065da873f # timeout=10
02:28:44 [2022-05-30T02:28:44.152Z]  > git rev-parse "HEAD^{commit}" # timeout=10
02:28:44 [2022-05-30T02:28:44.271Z]  > git config core.sparsecheckout # timeout=10
02:28:44 [2022-05-30T02:28:44.324Z]  > git checkout -f 0afc71fc90d208517bda0e2ac8f50a0a3a753f5d # timeout=10
02:28:45 [2022-05-30T02:28:45.034Z] Commit message: "archive: add human-readable hint to Lchown error"