Skip to content

Console Output

16:36:10 [2022-03-15T16:36:10.581Z] The recommended git tool is: git
16:36:14 [2022-03-15T16:36:14.531Z] using credential docker-jenkins-github-credentials
16:36:14 [2022-03-15T16:36:14.539Z] Cloning the remote Git repository
16:36:14 [2022-03-15T16:36:14.539Z] Cloning with configured refspecs honoured and without tags
16:36:14 [2022-03-15T16:36:14.582Z] Cloning repository https://github.com/moby/moby.git
16:36:14 [2022-03-15T16:36:14.649Z]  > git init /home/ubuntu/workspace/moby_PR-43381 # timeout=10
16:36:15 [2022-03-15T16:36:15.174Z] Fetching upstream changes from https://github.com/moby/moby.git
16:36:15 [2022-03-15T16:36:15.174Z]  > git --version # timeout=10
16:36:15 [2022-03-15T16:36:15.181Z]  > git --version # 'git version 2.25.1'
16:36:15 [2022-03-15T16:36:15.181Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:36:15 [2022-03-15T16:36:15.183Z]  > 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:39 [2022-03-15T16:36:39.529Z] Fetching without tags
16:36:39 [2022-03-15T16:36:39.984Z] Merging remotes/origin/master commit 5e330ad4da5ed3fa7f28b68851588b8c2b497f12 into PR head commit 8ac2f84f9ac99fdba225d4d9cd907b50908481fe
16:36:39 [2022-03-15T16:36:39.450Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:36:39 [2022-03-15T16:36:39.458Z]  > git config --add remote.origin.fetch +refs/pull/43381/head:refs/remotes/origin/PR-43381 # timeout=10
16:36:39 [2022-03-15T16:36:39.494Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
16:36:39 [2022-03-15T16:36:39.513Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:36:39 [2022-03-15T16:36:39.549Z] Fetching upstream changes from https://github.com/moby/moby.git
16:36:39 [2022-03-15T16:36:39.549Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:36:39 [2022-03-15T16:36:39.550Z]  > 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:40 [2022-03-15T16:36:40.009Z]  > git config core.sparsecheckout # timeout=10
16:36:40 [2022-03-15T16:36:40.031Z]  > git checkout -f 8ac2f84f9ac99fdba225d4d9cd907b50908481fe # timeout=10
16:36:41 [2022-03-15T16:36:41.558Z] Merge succeeded, producing 8ac2f84f9ac99fdba225d4d9cd907b50908481fe
16:36:41 [2022-03-15T16:36:41.558Z] Checking out Revision 8ac2f84f9ac99fdba225d4d9cd907b50908481fe (PR-43381)
16:36:41 [2022-03-15T16:36:41.528Z]  > git remote # timeout=10
16:36:41 [2022-03-15T16:36:41.532Z]  > git config --get remote.origin.url # timeout=10
16:36:41 [2022-03-15T16:36:41.541Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:36:41 [2022-03-15T16:36:41.542Z]  > git merge 5e330ad4da5ed3fa7f28b68851588b8c2b497f12 # timeout=10
16:36:41 [2022-03-15T16:36:41.565Z]  > git rev-parse HEAD^{commit} # timeout=10
16:36:41 [2022-03-15T16:36:41.577Z]  > git config core.sparsecheckout # timeout=10
16:36:41 [2022-03-15T16:36:41.584Z]  > git checkout -f 8ac2f84f9ac99fdba225d4d9cd907b50908481fe # timeout=10
16:36:46 [2022-03-15T16:36:46.143Z] Commit message: "docs: cleanup swagger API with multiple examples (v1.25-v1.41)"