Skip to content

Console Output

16:35:59 [2022-03-15T16:35:59.892Z] The recommended git tool is: git
16:36:02 [2022-03-15T16:36:02.744Z] using credential docker-jenkins-github-credentials
16:36:02 [2022-03-15T16:36:02.754Z] Cloning the remote Git repository
16:36:02 [2022-03-15T16:36:02.755Z] Cloning with configured refspecs honoured and without tags
16:36:02 [2022-03-15T16:36:02.275Z] Cloning repository https://github.com/moby/moby.git
16:36:02 [2022-03-15T16:36:02.329Z]  > git init /home/ubuntu/workspace/moby_PR-43381 # timeout=10
16:36:02 [2022-03-15T16:36:02.536Z] Fetching upstream changes from https://github.com/moby/moby.git
16:36:02 [2022-03-15T16:36:02.537Z]  > git --version # timeout=10
16:36:02 [2022-03-15T16:36:02.557Z]  > git --version # 'git version 2.17.1'
16:36:02 [2022-03-15T16:36:02.558Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:36:02 [2022-03-15T16:36:02.559Z]  > git fetch --no-tags --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:30 [2022-03-15T16:36:30.020Z] Fetching without tags
16:36:30 [2022-03-15T16:36:30.273Z] Merging remotes/origin/master commit 5e330ad4da5ed3fa7f28b68851588b8c2b497f12 into PR head commit 8ac2f84f9ac99fdba225d4d9cd907b50908481fe
16:36:29 [2022-03-15T16:36:29.938Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:36:29 [2022-03-15T16:36:29.952Z]  > git config --add remote.origin.fetch +refs/pull/43381/head:refs/remotes/origin/PR-43381 # timeout=10
16:36:29 [2022-03-15T16:36:29.968Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
16:36:29 [2022-03-15T16:36:29.997Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:36:30 [2022-03-15T16:36:30.030Z] Fetching upstream changes from https://github.com/moby/moby.git
16:36:30 [2022-03-15T16:36:30.030Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:36:30 [2022-03-15T16:36:30.031Z]  > git fetch --no-tags --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:30 [2022-03-15T16:36:30.283Z]  > git config core.sparsecheckout # timeout=10
16:36:30 [2022-03-15T16:36:30.301Z]  > git checkout -f 8ac2f84f9ac99fdba225d4d9cd907b50908481fe # timeout=10
16:36:31 [2022-03-15T16:36:31.123Z] Merge succeeded, producing 8ac2f84f9ac99fdba225d4d9cd907b50908481fe
16:36:31 [2022-03-15T16:36:31.124Z] Checking out Revision 8ac2f84f9ac99fdba225d4d9cd907b50908481fe (PR-43381)
16:36:31 [2022-03-15T16:36:31.029Z]  > git remote # timeout=10
16:36:31 [2022-03-15T16:36:31.051Z]  > git config --get remote.origin.url # timeout=10
16:36:31 [2022-03-15T16:36:31.076Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:36:31 [2022-03-15T16:36:31.077Z]  > git merge 5e330ad4da5ed3fa7f28b68851588b8c2b497f12 # timeout=10
16:36:31 [2022-03-15T16:36:31.108Z]  > git rev-parse HEAD^{commit} # timeout=10
16:36:31 [2022-03-15T16:36:31.127Z]  > git config core.sparsecheckout # timeout=10
16:36:31 [2022-03-15T16:36:31.139Z]  > git checkout -f 8ac2f84f9ac99fdba225d4d9cd907b50908481fe # timeout=10
16:36:35 [2022-03-15T16:36:35.658Z] Commit message: "docs: cleanup swagger API with multiple examples (v1.25-v1.41)"