Skip to content

Console Output

15:23:08 [2022-08-02T15:23:08.399Z] The recommended git tool is: git
15:23:11 [2022-08-02T15:23:11.789Z] using credential docker-jenkins-github-credentials
15:23:11 [2022-08-02T15:23:11.802Z] Cloning the remote Git repository
15:23:11 [2022-08-02T15:23:11.802Z] Cloning with configured refspecs honoured and without tags
15:23:11 [2022-08-02T15:23:11.824Z] Cloning repository https://github.com/moby/moby.git
15:23:11 [2022-08-02T15:23:11.911Z]  > git init /home/ubuntu/workspace/moby_PR-43889 # timeout=10
15:23:12 [2022-08-02T15:23:12.154Z] Fetching upstream changes from https://github.com/moby/moby.git
15:23:12 [2022-08-02T15:23:12.154Z]  > git --version # timeout=10
15:23:12 [2022-08-02T15:23:12.203Z]  > git --version # 'git version 2.25.1'
15:23:12 [2022-08-02T15:23:12.204Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:23:12 [2022-08-02T15:23:12.207Z]  > 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:32 [2022-08-02T15:23:32.049Z] Fetching without tags
15:23:32 [2022-08-02T15:23:32.253Z] Merging remotes/origin/20.10 commit a70ae13d3b8638549039abef0fc7ac03d8dab415 into PR head commit 2833aa1e4b9f6c2a028d5a7c7371f971609ec65b
15:23:31 [2022-08-02T15:23:31.992Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:23:31 [2022-08-02T15:23:31.998Z]  > git config --add remote.origin.fetch +refs/pull/43889/head:refs/remotes/origin/PR-43889 # timeout=10
15:23:32 [2022-08-02T15:23:32.011Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
15:23:32 [2022-08-02T15:23:32.027Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:23:32 [2022-08-02T15:23:32.051Z] Fetching upstream changes from https://github.com/moby/moby.git
15:23:32 [2022-08-02T15:23:32.052Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:23:32 [2022-08-02T15:23:32.053Z]  > 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:32 [2022-08-02T15:23:32.256Z]  > git config core.sparsecheckout # timeout=10
15:23:32 [2022-08-02T15:23:32.265Z]  > git checkout -f 2833aa1e4b9f6c2a028d5a7c7371f971609ec65b # timeout=10
15:23:33 [2022-08-02T15:23:33.000Z] Merge succeeded, producing 2833aa1e4b9f6c2a028d5a7c7371f971609ec65b
15:23:33 [2022-08-02T15:23:33.000Z] Checking out Revision 2833aa1e4b9f6c2a028d5a7c7371f971609ec65b (PR-43889)
15:23:32 [2022-08-02T15:23:32.938Z]  > git remote # timeout=10
15:23:32 [2022-08-02T15:23:32.951Z]  > git config --get remote.origin.url # timeout=10
15:23:32 [2022-08-02T15:23:32.964Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:23:32 [2022-08-02T15:23:32.965Z]  > git merge a70ae13d3b8638549039abef0fc7ac03d8dab415 # timeout=10
15:23:32 [2022-08-02T15:23:32.982Z]  > git rev-parse HEAD^{commit} # timeout=10
15:23:32 [2022-08-02T15:23:32.998Z]  > git config core.sparsecheckout # timeout=10
15:23:33 [2022-08-02T15:23:33.003Z]  > git checkout -f 2833aa1e4b9f6c2a028d5a7c7371f971609ec65b # timeout=10
15:23:37 [2022-08-02T15:23:37.512Z] Commit message: "docs: api: add missing "platform" query-arg on create (v1.41)"