Skip to content

Console Output

16:35:35 [2022-03-15T16:35:35.268Z] The recommended git tool is: git
16:35:37 [2022-03-15T16:35:37.770Z] using credential docker-jenkins-github-credentials
16:35:37 [2022-03-15T16:35:37.784Z] Cloning the remote Git repository
16:35:37 [2022-03-15T16:35:37.784Z] Cloning with configured refspecs honoured and without tags
16:35:37 [2022-03-15T16:35:37.369Z] Cloning repository https://github.com/moby/moby.git
16:35:37 [2022-03-15T16:35:37.432Z]  > git init /home/ubuntu/workspace/moby_PR-43381 # timeout=10
16:35:37 [2022-03-15T16:35:37.662Z] Fetching upstream changes from https://github.com/moby/moby.git
16:35:37 [2022-03-15T16:35:37.663Z]  > git --version # timeout=10
16:35:37 [2022-03-15T16:35:37.694Z]  > git --version # 'git version 2.17.1'
16:35:37 [2022-03-15T16:35:37.695Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:35:37 [2022-03-15T16:35:37.696Z]  > 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:02 [2022-03-15T16:36:02.540Z] Fetching without tags
16:36:02 [2022-03-15T16:36:02.926Z] Merging remotes/origin/master commit 5e330ad4da5ed3fa7f28b68851588b8c2b497f12 into PR head commit 8ac2f84f9ac99fdba225d4d9cd907b50908481fe
16:36:02 [2022-03-15T16:36:02.438Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:36:02 [2022-03-15T16:36:02.453Z]  > git config --add remote.origin.fetch +refs/pull/43381/head:refs/remotes/origin/PR-43381 # timeout=10
16:36:02 [2022-03-15T16:36:02.476Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
16:36:02 [2022-03-15T16:36:02.504Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:36:02 [2022-03-15T16:36:02.544Z] Fetching upstream changes from https://github.com/moby/moby.git
16:36:02 [2022-03-15T16:36:02.544Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:36:02 [2022-03-15T16:36:02.545Z]  > 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:02 [2022-03-15T16:36:02.933Z]  > git config core.sparsecheckout # timeout=10
16:36:02 [2022-03-15T16:36:02.956Z]  > git checkout -f 8ac2f84f9ac99fdba225d4d9cd907b50908481fe # timeout=10
16:36:03 [2022-03-15T16:36:03.848Z] Merge succeeded, producing 8ac2f84f9ac99fdba225d4d9cd907b50908481fe
16:36:03 [2022-03-15T16:36:03.848Z] Checking out Revision 8ac2f84f9ac99fdba225d4d9cd907b50908481fe (PR-43381)
16:36:03 [2022-03-15T16:36:03.733Z]  > git remote # timeout=10
16:36:03 [2022-03-15T16:36:03.760Z]  > git config --get remote.origin.url # timeout=10
16:36:03 [2022-03-15T16:36:03.787Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:36:03 [2022-03-15T16:36:03.788Z]  > git merge 5e330ad4da5ed3fa7f28b68851588b8c2b497f12 # timeout=10
16:36:03 [2022-03-15T16:36:03.828Z]  > git rev-parse HEAD^{commit} # timeout=10
16:36:03 [2022-03-15T16:36:03.852Z]  > git config core.sparsecheckout # timeout=10
16:36:03 [2022-03-15T16:36:03.884Z]  > git checkout -f 8ac2f84f9ac99fdba225d4d9cd907b50908481fe # timeout=10
16:36:08 [2022-03-15T16:36:08.697Z] Commit message: "docs: cleanup swagger API with multiple examples (v1.25-v1.41)"