Skip to content

Console Output

15:23:02 [2022-08-02T15:23:02.814Z] The recommended git tool is: git
15:23:06 [2022-08-02T15:23:06.308Z] using credential docker-jenkins-github-credentials
15:23:06 [2022-08-02T15:23:06.318Z] Cloning the remote Git repository
15:23:06 [2022-08-02T15:23:06.318Z] Cloning with configured refspecs honoured and without tags
15:23:06 [2022-08-02T15:23:06.406Z] Cloning repository https://github.com/moby/moby.git
15:23:06 [2022-08-02T15:23:06.478Z]  > git init /home/ubuntu/workspace/moby_PR-43889 # timeout=10
15:23:06 [2022-08-02T15:23:06.758Z] Fetching upstream changes from https://github.com/moby/moby.git
15:23:06 [2022-08-02T15:23:06.758Z]  > git --version # timeout=10
15:23:06 [2022-08-02T15:23:06.767Z]  > git --version # 'git version 2.25.1'
15:23:06 [2022-08-02T15:23:06.767Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:23:06 [2022-08-02T15:23:06.857Z]  > 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:23:21 [2022-08-02T15:23:21.814Z] Fetching without tags
15:23:22 [2022-08-02T15:23:22.012Z] Merging remotes/origin/20.10 commit a70ae13d3b8638549039abef0fc7ac03d8dab415 into PR head commit 2833aa1e4b9f6c2a028d5a7c7371f971609ec65b
15:23:22 [2022-08-02T15:23:22.579Z] Merge succeeded, producing 2833aa1e4b9f6c2a028d5a7c7371f971609ec65b
15:23:22 [2022-08-02T15:23:22.579Z] Checking out Revision 2833aa1e4b9f6c2a028d5a7c7371f971609ec65b (PR-43889)
15:23:21 [2022-08-02T15:23:21.806Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:23:21 [2022-08-02T15:23:21.816Z]  > git config --add remote.origin.fetch +refs/pull/43889/head:refs/remotes/origin/PR-43889 # timeout=10
15:23:21 [2022-08-02T15:23:21.823Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
15:23:21 [2022-08-02T15:23:21.841Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:23:21 [2022-08-02T15:23:21.859Z] Fetching upstream changes from https://github.com/moby/moby.git
15:23:21 [2022-08-02T15:23:21.860Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:23:21 [2022-08-02T15:23:21.861Z]  > 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:23:22 [2022-08-02T15:23:22.064Z]  > git config core.sparsecheckout # timeout=10
15:23:22 [2022-08-02T15:23:22.069Z]  > git checkout -f 2833aa1e4b9f6c2a028d5a7c7371f971609ec65b # timeout=10
15:23:22 [2022-08-02T15:23:22.581Z]  > git remote # timeout=10
15:23:22 [2022-08-02T15:23:22.593Z]  > git config --get remote.origin.url # timeout=10
15:23:22 [2022-08-02T15:23:22.599Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:23:22 [2022-08-02T15:23:22.600Z]  > git merge a70ae13d3b8638549039abef0fc7ac03d8dab415 # timeout=10
15:23:22 [2022-08-02T15:23:22.611Z]  > git rev-parse HEAD^{commit} # timeout=10
15:23:22 [2022-08-02T15:23:22.623Z]  > git config core.sparsecheckout # timeout=10
15:23:22 [2022-08-02T15:23:22.631Z]  > git checkout -f 2833aa1e4b9f6c2a028d5a7c7371f971609ec65b # timeout=10
15:23:26 [2022-08-02T15:23:26.912Z] Commit message: "docs: api: add missing "platform" query-arg on create (v1.41)"