Skip to content

Console Output

16:36:08 [2022-03-15T16:36:08.047Z] The recommended git tool is: git
16:36:11 [2022-03-15T16:36:11.015Z] using credential docker-jenkins-github-credentials
16:36:11 [2022-03-15T16:36:11.023Z] Cloning the remote Git repository
16:36:11 [2022-03-15T16:36:11.024Z] Cloning with configured refspecs honoured and without tags
16:36:11 [2022-03-15T16:36:11.052Z] Cloning repository https://github.com/moby/moby.git
16:36:11 [2022-03-15T16:36:11.226Z]  > git init /home/ubuntu/workspace/moby_PR-43381 # timeout=10
16:36:11 [2022-03-15T16:36:11.880Z] Fetching upstream changes from https://github.com/moby/moby.git
16:36:11 [2022-03-15T16:36:11.881Z]  > git --version # timeout=10
16:36:11 [2022-03-15T16:36:11.888Z]  > git --version # 'git version 2.25.1'
16:36:11 [2022-03-15T16:36:11.888Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:36:11 [2022-03-15T16:36:11.977Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43381/head:refs/remotes/origin/PR-43381 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:36:31 [2022-03-15T16:36:31.766Z] Fetching without tags
16:36:31 [2022-03-15T16:36:31.698Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:36:31 [2022-03-15T16:36:31.704Z]  > git config --add remote.origin.fetch +refs/pull/43381/head:refs/remotes/origin/PR-43381 # timeout=10
16:36:31 [2022-03-15T16:36:31.712Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
16:36:31 [2022-03-15T16:36:31.726Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:36:31 [2022-03-15T16:36:31.745Z] Fetching upstream changes from https://github.com/moby/moby.git
16:36:31 [2022-03-15T16:36:31.745Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:36:31 [2022-03-15T16:36:31.746Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43381/head:refs/remotes/origin/PR-43381 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:36:31 [2022-03-15T16:36:31.996Z] Merging remotes/origin/master commit 5e330ad4da5ed3fa7f28b68851588b8c2b497f12 into PR head commit 8ac2f84f9ac99fdba225d4d9cd907b50908481fe
16:36:32 [2022-03-15T16:36:32.851Z] Merge succeeded, producing 8ac2f84f9ac99fdba225d4d9cd907b50908481fe
16:36:32 [2022-03-15T16:36:32.851Z] Checking out Revision 8ac2f84f9ac99fdba225d4d9cd907b50908481fe (PR-43381)
16:36:31 [2022-03-15T16:36:31.981Z]  > git config core.sparsecheckout # timeout=10
16:36:31 [2022-03-15T16:36:31.988Z]  > git checkout -f 8ac2f84f9ac99fdba225d4d9cd907b50908481fe # timeout=10
16:36:32 [2022-03-15T16:36:32.615Z]  > git remote # timeout=10
16:36:32 [2022-03-15T16:36:32.635Z]  > git config --get remote.origin.url # timeout=10
16:36:32 [2022-03-15T16:36:32.645Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:36:32 [2022-03-15T16:36:32.806Z]  > git merge 5e330ad4da5ed3fa7f28b68851588b8c2b497f12 # timeout=10
16:36:32 [2022-03-15T16:36:32.820Z]  > git rev-parse HEAD^{commit} # timeout=10
16:36:32 [2022-03-15T16:36:32.829Z]  > git config core.sparsecheckout # timeout=10
16:36:32 [2022-03-15T16:36:32.842Z]  > git checkout -f 8ac2f84f9ac99fdba225d4d9cd907b50908481fe # timeout=10
16:36:37 [2022-03-15T16:36:37.364Z] Commit message: "docs: cleanup swagger API with multiple examples (v1.25-v1.41)"