Skip to content

Console Output

15:23:05 [2022-08-02T15:23:05.142Z] The recommended git tool is: git
15:23:07 [2022-08-02T15:23:07.780Z] using credential docker-jenkins-github-credentials
15:23:07 [2022-08-02T15:23:07.790Z] Cloning the remote Git repository
15:23:07 [2022-08-02T15:23:07.790Z] Cloning with configured refspecs honoured and without tags
15:23:07 [2022-08-02T15:23:07.819Z] Cloning repository https://github.com/moby/moby.git
15:23:07 [2022-08-02T15:23:07.880Z]  > git init /home/ubuntu/workspace/moby_PR-43889 # timeout=10
15:23:08 [2022-08-02T15:23:08.219Z] Fetching upstream changes from https://github.com/moby/moby.git
15:23:08 [2022-08-02T15:23:08.219Z]  > git --version # timeout=10
15:23:08 [2022-08-02T15:23:08.229Z]  > git --version # 'git version 2.17.1'
15:23:08 [2022-08-02T15:23:08.230Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:23:08 [2022-08-02T15:23:08.246Z]  > git fetch --no-tags --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:23:30 [2022-08-02T15:23:30.659Z] Fetching without tags
15:23:30 [2022-08-02T15:23:30.953Z] Merging remotes/origin/20.10 commit a70ae13d3b8638549039abef0fc7ac03d8dab415 into PR head commit 2833aa1e4b9f6c2a028d5a7c7371f971609ec65b
15:23:30 [2022-08-02T15:23:30.569Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:23:30 [2022-08-02T15:23:30.587Z]  > git config --add remote.origin.fetch +refs/pull/43889/head:refs/remotes/origin/PR-43889 # timeout=10
15:23:30 [2022-08-02T15:23:30.597Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
15:23:30 [2022-08-02T15:23:30.633Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:23:30 [2022-08-02T15:23:30.662Z] Fetching upstream changes from https://github.com/moby/moby.git
15:23:30 [2022-08-02T15:23:30.662Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:23:30 [2022-08-02T15:23:30.663Z]  > git fetch --no-tags --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:23:30 [2022-08-02T15:23:30.960Z]  > git config core.sparsecheckout # timeout=10
15:23:30 [2022-08-02T15:23:30.983Z]  > git checkout -f 2833aa1e4b9f6c2a028d5a7c7371f971609ec65b # timeout=10
15:23:31 [2022-08-02T15:23:31.815Z] Merge succeeded, producing 2833aa1e4b9f6c2a028d5a7c7371f971609ec65b
15:23:31 [2022-08-02T15:23:31.815Z] Checking out Revision 2833aa1e4b9f6c2a028d5a7c7371f971609ec65b (PR-43889)
15:23:31 [2022-08-02T15:23:31.706Z]  > git remote # timeout=10
15:23:31 [2022-08-02T15:23:31.730Z]  > git config --get remote.origin.url # timeout=10
15:23:31 [2022-08-02T15:23:31.756Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:23:31 [2022-08-02T15:23:31.757Z]  > git merge a70ae13d3b8638549039abef0fc7ac03d8dab415 # timeout=10
15:23:31 [2022-08-02T15:23:31.791Z]  > git rev-parse HEAD^{commit} # timeout=10
15:23:31 [2022-08-02T15:23:31.823Z]  > git config core.sparsecheckout # timeout=10
15:23:31 [2022-08-02T15:23:31.842Z]  > git checkout -f 2833aa1e4b9f6c2a028d5a7c7371f971609ec65b # timeout=10
15:23:36 [2022-08-02T15:23:36.584Z] Commit message: "docs: api: add missing "platform" query-arg on create (v1.41)"