Skip to content

Console Output

12:13:24 [2022-05-02T12:13:24.204Z] The recommended git tool is: git
12:13:24 [2022-05-02T12:13:24.212Z] using credential docker-jenkins-github-credentials
12:13:24 [2022-05-02T12:13:24.226Z] Cloning the remote Git repository
12:13:24 [2022-05-02T12:13:24.226Z] Cloning with configured refspecs honoured and without tags
12:13:24 [2022-05-02T12:13:24.226Z] Cloning repository https://github.com/moby/moby.git
12:13:24 [2022-05-02T12:13:24.226Z]  > git init /home/ubuntu/workspace/moby_PR-43552 # timeout=10
12:13:24 [2022-05-02T12:13:24.236Z] Fetching upstream changes from https://github.com/moby/moby.git
12:13:24 [2022-05-02T12:13:24.236Z]  > git --version # timeout=10
12:13:24 [2022-05-02T12:13:24.238Z]  > git --version # 'git version 2.25.1'
12:13:24 [2022-05-02T12:13:24.238Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:13:24 [2022-05-02T12:13:24.239Z]  > 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:39 [2022-05-02T12:13:39.321Z] Fetching without tags
12:13:39 [2022-05-02T12:13:39.473Z] Merging remotes/origin/master commit 2ed904cad7055847796433cc56ef1d1de0da868c into PR head commit 789223f2dc6f92553311f22523bb53abf7936039
12:13:40 [2022-05-02T12:13:40.046Z] Merge succeeded, producing 789223f2dc6f92553311f22523bb53abf7936039
12:13:40 [2022-05-02T12:13:40.046Z] Checking out Revision 789223f2dc6f92553311f22523bb53abf7936039 (PR-43552)
12:13:39 [2022-05-02T12:13:39.305Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
12:13:39 [2022-05-02T12:13:39.308Z]  > git config --add remote.origin.fetch +refs/pull/43552/head:refs/remotes/origin/PR-43552 # timeout=10
12:13:39 [2022-05-02T12:13:39.311Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
12:13:39 [2022-05-02T12:13:39.316Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
12:13:39 [2022-05-02T12:13:39.320Z] Fetching upstream changes from https://github.com/moby/moby.git
12:13:39 [2022-05-02T12:13:39.320Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:13:39 [2022-05-02T12:13:39.321Z]  > 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:39 [2022-05-02T12:13:39.473Z]  > git config core.sparsecheckout # timeout=10
12:13:39 [2022-05-02T12:13:39.483Z]  > git checkout -f 789223f2dc6f92553311f22523bb53abf7936039 # timeout=10
12:13:40 [2022-05-02T12:13:40.014Z]  > git remote # timeout=10
12:13:40 [2022-05-02T12:13:40.019Z]  > git config --get remote.origin.url # timeout=10
12:13:40 [2022-05-02T12:13:40.023Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:13:40 [2022-05-02T12:13:40.023Z]  > git merge 2ed904cad7055847796433cc56ef1d1de0da868c # timeout=10
12:13:40 [2022-05-02T12:13:40.036Z]  > git rev-parse HEAD^{commit} # timeout=10
12:13:40 [2022-05-02T12:13:40.046Z]  > git config core.sparsecheckout # timeout=10
12:13:40 [2022-05-02T12:13:40.051Z]  > git checkout -f 789223f2dc6f92553311f22523bb53abf7936039 # timeout=10
12:13:40 [2022-05-02T12:13:40.665Z] Commit message: "api: postContainersStop, postContainersRestart remove redundant validation"