Skip to content

Console Output

15:25:30 [2022-08-02T15:25:30.504Z] The recommended git tool is: git
15:25:57 [2022-08-02T15:25:57.945Z] using credential docker-jenkins-github-credentials
15:25:58 [2022-08-02T15:25:58.032Z] Cloning the remote Git repository
15:25:58 [2022-08-02T15:25:58.032Z] Cloning with configured refspecs honoured and without tags
15:25:58 [2022-08-02T15:25:58.249Z] Cloning repository https://github.com/moby/moby.git
15:25:58 [2022-08-02T15:25:58.688Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
15:25:59 [2022-08-02T15:25:59.613Z] Fetching upstream changes from https://github.com/moby/moby.git
15:25:59 [2022-08-02T15:25:59.613Z]  > git --version # timeout=10
15:25:59 [2022-08-02T15:25:59.671Z]  > git --version # 'git version 2.24.1.windows.2'
15:25:59 [2022-08-02T15:25:59.672Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:25:59 [2022-08-02T15:25:59.676Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43889/head:refs/remotes/origin/PR-43889 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
15:26:19 [2022-08-02T15:26:19.491Z] Fetching without tags
15:26:19 [2022-08-02T15:26:19.119Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:26:19 [2022-08-02T15:26:19.191Z]  > git config --add remote.origin.fetch +refs/pull/43889/head:refs/remotes/origin/PR-43889 # timeout=10
15:26:19 [2022-08-02T15:26:19.256Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
15:26:19 [2022-08-02T15:26:19.393Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:26:19 [2022-08-02T15:26:19.537Z] Fetching upstream changes from https://github.com/moby/moby.git
15:26:19 [2022-08-02T15:26:19.538Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:26:19 [2022-08-02T15:26:19.541Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43889/head:refs/remotes/origin/PR-43889 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
15:26:20 [2022-08-02T15:26:20.850Z] Merging remotes/origin/20.10 commit a70ae13d3b8638549039abef0fc7ac03d8dab415 into PR head commit 2833aa1e4b9f6c2a028d5a7c7371f971609ec65b
15:26:20 [2022-08-02T15:26:20.977Z]  > git config core.sparsecheckout # timeout=10
15:26:21 [2022-08-02T15:26:21.034Z]  > git checkout -f 2833aa1e4b9f6c2a028d5a7c7371f971609ec65b # timeout=10
15:26:24 [2022-08-02T15:26:24.481Z] Merge succeeded, producing 2833aa1e4b9f6c2a028d5a7c7371f971609ec65b
15:26:24 [2022-08-02T15:26:24.481Z] Checking out Revision 2833aa1e4b9f6c2a028d5a7c7371f971609ec65b (PR-43889)
15:26:24 [2022-08-02T15:26:24.070Z]  > git remote # timeout=10
15:26:24 [2022-08-02T15:26:24.166Z]  > git config --get remote.origin.url # timeout=10
15:26:24 [2022-08-02T15:26:24.219Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:26:24 [2022-08-02T15:26:24.221Z]  > git merge a70ae13d3b8638549039abef0fc7ac03d8dab415 # timeout=10
15:26:24 [2022-08-02T15:26:24.376Z]  > git rev-parse "HEAD^{commit}" # timeout=10
15:26:24 [2022-08-02T15:26:24.525Z]  > git config core.sparsecheckout # timeout=10
15:26:24 [2022-08-02T15:26:24.581Z]  > git checkout -f 2833aa1e4b9f6c2a028d5a7c7371f971609ec65b # timeout=10
15:26:36 [2022-08-02T15:26:36.694Z] Commit message: "docs: api: add missing "platform" query-arg on create (v1.41)"