Skip to content

Console Output

15:22:56 [2022-08-02T15:22:56.934Z] The recommended git tool is: git
15:22:59 [2022-08-02T15:22:59.999Z] using credential docker-jenkins-github-credentials
15:23:00 [2022-08-02T15:23:00.021Z] Cloning the remote Git repository
15:23:00 [2022-08-02T15:23:00.021Z] Cloning with configured refspecs honoured and without tags
15:23:00 [2022-08-02T15:23:00.065Z] Cloning repository https://github.com/moby/moby.git
15:23:00 [2022-08-02T15:23:00.134Z]  > git init /home/ubuntu/workspace/moby_PR-43889 # timeout=10
15:23:00 [2022-08-02T15:23:00.458Z] Fetching upstream changes from https://github.com/moby/moby.git
15:23:00 [2022-08-02T15:23:00.458Z]  > git --version # timeout=10
15:23:00 [2022-08-02T15:23:00.468Z]  > git --version # 'git version 2.17.1'
15:23:00 [2022-08-02T15:23:00.469Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:23:00 [2022-08-02T15:23:00.470Z]  > 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:22 [2022-08-02T15:23:22.769Z] Fetching without tags
15:23:23 [2022-08-02T15:23:23.073Z] Merging remotes/origin/20.10 commit a70ae13d3b8638549039abef0fc7ac03d8dab415 into PR head commit 2833aa1e4b9f6c2a028d5a7c7371f971609ec65b
15:23:22 [2022-08-02T15:23:22.676Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:23:22 [2022-08-02T15:23:22.694Z]  > git config --add remote.origin.fetch +refs/pull/43889/head:refs/remotes/origin/PR-43889 # timeout=10
15:23:22 [2022-08-02T15:23:22.733Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
15:23:22 [2022-08-02T15:23:22.756Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:23:22 [2022-08-02T15:23:22.773Z] Fetching upstream changes from https://github.com/moby/moby.git
15:23:22 [2022-08-02T15:23:22.777Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:23:22 [2022-08-02T15:23:22.778Z]  > 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:23 [2022-08-02T15:23:23.082Z]  > git config core.sparsecheckout # timeout=10
15:23:23 [2022-08-02T15:23:23.107Z]  > git checkout -f 2833aa1e4b9f6c2a028d5a7c7371f971609ec65b # timeout=10
15:23:23 [2022-08-02T15:23:23.867Z] Merge succeeded, producing 2833aa1e4b9f6c2a028d5a7c7371f971609ec65b
15:23:23 [2022-08-02T15:23:23.867Z] Checking out Revision 2833aa1e4b9f6c2a028d5a7c7371f971609ec65b (PR-43889)
15:23:23 [2022-08-02T15:23:23.798Z]  > git remote # timeout=10
15:23:23 [2022-08-02T15:23:23.811Z]  > git config --get remote.origin.url # timeout=10
15:23:23 [2022-08-02T15:23:23.824Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:23:23 [2022-08-02T15:23:23.829Z]  > git merge a70ae13d3b8638549039abef0fc7ac03d8dab415 # timeout=10
15:23:23 [2022-08-02T15:23:23.850Z]  > git rev-parse HEAD^{commit} # timeout=10
15:23:23 [2022-08-02T15:23:23.870Z]  > git config core.sparsecheckout # timeout=10
15:23:23 [2022-08-02T15:23:23.880Z]  > git checkout -f 2833aa1e4b9f6c2a028d5a7c7371f971609ec65b # timeout=10
15:23:28 [2022-08-02T15:23:28.563Z] Commit message: "docs: api: add missing "platform" query-arg on create (v1.41)"