Skip to content

Console Output

12:13:24 [2022-05-02T12:13:24.214Z] The recommended git tool is: git
12:13:24 [2022-05-02T12:13:24.264Z] using credential docker-jenkins-github-credentials
12:13:24 [2022-05-02T12:13:24.271Z] Cloning the remote Git repository
12:13:24 [2022-05-02T12:13:24.271Z] Cloning with configured refspecs honoured and without tags
12:13:24 [2022-05-02T12:13:24.272Z] Cloning repository https://github.com/moby/moby.git
12:13:24 [2022-05-02T12:13:24.273Z]  > git init /home/ubuntu/workspace/moby_PR-43552 # timeout=10
12:13:24 [2022-05-02T12:13:24.288Z] Fetching upstream changes from https://github.com/moby/moby.git
12:13:24 [2022-05-02T12:13:24.288Z]  > git --version # timeout=10
12:13:24 [2022-05-02T12:13:24.293Z]  > git --version # 'git version 2.25.1'
12:13:24 [2022-05-02T12:13:24.293Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:13:24 [2022-05-02T12:13:24.294Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43552/head:refs/remotes/origin/PR-43552 +refs/heads/master:refs/remotes/origin/master # timeout=10
12:13:35 [2022-05-02T12:13:35.985Z] Fetching without tags
12:13:36 [2022-05-02T12:13:36.166Z] Merging remotes/origin/master commit 2ed904cad7055847796433cc56ef1d1de0da868c into PR head commit 789223f2dc6f92553311f22523bb53abf7936039
12:13:36 [2022-05-02T12:13:36.714Z] Merge succeeded, producing 789223f2dc6f92553311f22523bb53abf7936039
12:13:36 [2022-05-02T12:13:36.715Z] Checking out Revision 789223f2dc6f92553311f22523bb53abf7936039 (PR-43552)
12:13:35 [2022-05-02T12:13:35.967Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
12:13:35 [2022-05-02T12:13:35.970Z]  > git config --add remote.origin.fetch +refs/pull/43552/head:refs/remotes/origin/PR-43552 # timeout=10
12:13:35 [2022-05-02T12:13:35.972Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
12:13:35 [2022-05-02T12:13:35.981Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
12:13:35 [2022-05-02T12:13:35.986Z] Fetching upstream changes from https://github.com/moby/moby.git
12:13:35 [2022-05-02T12:13:35.986Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:13:35 [2022-05-02T12:13:35.987Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43552/head:refs/remotes/origin/PR-43552 +refs/heads/master:refs/remotes/origin/master # timeout=10
12:13:36 [2022-05-02T12:13:36.167Z]  > git config core.sparsecheckout # timeout=10
12:13:36 [2022-05-02T12:13:36.170Z]  > git checkout -f 789223f2dc6f92553311f22523bb53abf7936039 # timeout=10
12:13:36 [2022-05-02T12:13:36.692Z]  > git remote # timeout=10
12:13:36 [2022-05-02T12:13:36.697Z]  > git config --get remote.origin.url # timeout=10
12:13:36 [2022-05-02T12:13:36.701Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:13:36 [2022-05-02T12:13:36.702Z]  > git merge 2ed904cad7055847796433cc56ef1d1de0da868c # timeout=10
12:13:36 [2022-05-02T12:13:36.709Z]  > git rev-parse HEAD^{commit} # timeout=10
12:13:36 [2022-05-02T12:13:36.715Z]  > git config core.sparsecheckout # timeout=10
12:13:36 [2022-05-02T12:13:36.720Z]  > git checkout -f 789223f2dc6f92553311f22523bb53abf7936039 # timeout=10
12:13:37 [2022-05-02T12:13:37.446Z] Commit message: "api: postContainersStop, postContainersRestart remove redundant validation"