Skip to content

Console Output

12:14:22 [2022-05-02T12:14:22.272Z] The recommended git tool is: git
12:14:25 [2022-05-02T12:14:25.370Z] using credential docker-jenkins-github-credentials
12:14:25 [2022-05-02T12:14:25.379Z] Cloning the remote Git repository
12:14:25 [2022-05-02T12:14:25.379Z] Cloning with configured refspecs honoured and without tags
12:14:25 [2022-05-02T12:14:25.067Z] Cloning repository https://github.com/moby/moby.git
12:14:25 [2022-05-02T12:14:25.146Z]  > git init /home/ubuntu/workspace/moby_PR-43552 # timeout=10
12:14:25 [2022-05-02T12:14:25.478Z] Fetching upstream changes from https://github.com/moby/moby.git
12:14:25 [2022-05-02T12:14:25.478Z]  > git --version # timeout=10
12:14:25 [2022-05-02T12:14:25.502Z]  > git --version # 'git version 2.17.1'
12:14:25 [2022-05-02T12:14:25.503Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:14:25 [2022-05-02T12:14:25.512Z]  > git fetch --no-tags --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:14:47 [2022-05-02T12:14:47.803Z] Fetching without tags
12:14:47 [2022-05-02T12:14:47.651Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
12:14:47 [2022-05-02T12:14:47.668Z]  > git config --add remote.origin.fetch +refs/pull/43552/head:refs/remotes/origin/PR-43552 # timeout=10
12:14:47 [2022-05-02T12:14:47.684Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
12:14:47 [2022-05-02T12:14:47.730Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
12:14:47 [2022-05-02T12:14:47.764Z] Fetching upstream changes from https://github.com/moby/moby.git
12:14:47 [2022-05-02T12:14:47.765Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:14:47 [2022-05-02T12:14:47.766Z]  > git fetch --no-tags --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:14:48 [2022-05-02T12:14:48.082Z] Merging remotes/origin/master commit 2ed904cad7055847796433cc56ef1d1de0da868c into PR head commit 789223f2dc6f92553311f22523bb53abf7936039
12:14:49 [2022-05-02T12:14:49.041Z] Merge succeeded, producing 789223f2dc6f92553311f22523bb53abf7936039
12:14:49 [2022-05-02T12:14:49.041Z] Checking out Revision 789223f2dc6f92553311f22523bb53abf7936039 (PR-43552)
12:14:48 [2022-05-02T12:14:48.043Z]  > git config core.sparsecheckout # timeout=10
12:14:48 [2022-05-02T12:14:48.072Z]  > git checkout -f 789223f2dc6f92553311f22523bb53abf7936039 # timeout=10
12:14:48 [2022-05-02T12:14:48.900Z]  > git remote # timeout=10
12:14:48 [2022-05-02T12:14:48.926Z]  > git config --get remote.origin.url # timeout=10
12:14:48 [2022-05-02T12:14:48.953Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:14:48 [2022-05-02T12:14:48.954Z]  > git merge 2ed904cad7055847796433cc56ef1d1de0da868c # timeout=10
12:14:48 [2022-05-02T12:14:48.979Z]  > git rev-parse HEAD^{commit} # timeout=10
12:14:49 [2022-05-02T12:14:49.003Z]  > git config core.sparsecheckout # timeout=10
12:14:49 [2022-05-02T12:14:49.022Z]  > git checkout -f 789223f2dc6f92553311f22523bb53abf7936039 # timeout=10
12:14:53 [2022-05-02T12:14:53.850Z] Commit message: "api: postContainersStop, postContainersRestart remove redundant validation"