Skip to content

Console Output

15:23:11 [2022-08-02T15:23:11.371Z] The recommended git tool is: git
15:23:13 [2022-08-02T15:23:13.854Z] using credential docker-jenkins-github-credentials
15:23:13 [2022-08-02T15:23:13.864Z] Cloning the remote Git repository
15:23:13 [2022-08-02T15:23:13.864Z] Cloning with configured refspecs honoured and without tags
15:23:13 [2022-08-02T15:23:13.782Z] Cloning repository https://github.com/moby/moby.git
15:23:13 [2022-08-02T15:23:13.842Z]  > git init /home/ubuntu/workspace/moby_PR-43889 # timeout=10
15:23:14 [2022-08-02T15:23:14.161Z] Fetching upstream changes from https://github.com/moby/moby.git
15:23:14 [2022-08-02T15:23:14.161Z]  > git --version # timeout=10
15:23:14 [2022-08-02T15:23:14.191Z]  > git --version # 'git version 2.17.1'
15:23:14 [2022-08-02T15:23:14.192Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:23:14 [2022-08-02T15:23:14.193Z]  > 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:39 [2022-08-02T15:23:39.162Z] Fetching without tags
15:23:39 [2022-08-02T15:23:39.455Z] Merging remotes/origin/20.10 commit a70ae13d3b8638549039abef0fc7ac03d8dab415 into PR head commit 2833aa1e4b9f6c2a028d5a7c7371f971609ec65b
15:23:39 [2022-08-02T15:23:39.032Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:23:39 [2022-08-02T15:23:39.049Z]  > git config --add remote.origin.fetch +refs/pull/43889/head:refs/remotes/origin/PR-43889 # timeout=10
15:23:39 [2022-08-02T15:23:39.078Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
15:23:39 [2022-08-02T15:23:39.108Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:23:39 [2022-08-02T15:23:39.132Z] Fetching upstream changes from https://github.com/moby/moby.git
15:23:39 [2022-08-02T15:23:39.132Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:23:39 [2022-08-02T15:23:39.134Z]  > 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:39 [2022-08-02T15:23:39.431Z]  > git config core.sparsecheckout # timeout=10
15:23:39 [2022-08-02T15:23:39.458Z]  > git checkout -f 2833aa1e4b9f6c2a028d5a7c7371f971609ec65b # timeout=10
15:23:40 [2022-08-02T15:23:40.250Z] Merge succeeded, producing 2833aa1e4b9f6c2a028d5a7c7371f971609ec65b
15:23:40 [2022-08-02T15:23:40.251Z] Checking out Revision 2833aa1e4b9f6c2a028d5a7c7371f971609ec65b (PR-43889)
15:23:40 [2022-08-02T15:23:40.126Z]  > git remote # timeout=10
15:23:40 [2022-08-02T15:23:40.143Z]  > git config --get remote.origin.url # timeout=10
15:23:40 [2022-08-02T15:23:40.158Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:23:40 [2022-08-02T15:23:40.159Z]  > git merge a70ae13d3b8638549039abef0fc7ac03d8dab415 # timeout=10
15:23:40 [2022-08-02T15:23:40.199Z]  > git rev-parse HEAD^{commit} # timeout=10
15:23:40 [2022-08-02T15:23:40.222Z]  > git config core.sparsecheckout # timeout=10
15:23:40 [2022-08-02T15:23:40.243Z]  > git checkout -f 2833aa1e4b9f6c2a028d5a7c7371f971609ec65b # timeout=10
15:23:44 [2022-08-02T15:23:44.239Z] Commit message: "docs: api: add missing "platform" query-arg on create (v1.41)"