Skip to content

Console Output

12:13:24 [2022-05-02T12:13:24.598Z] The recommended git tool is: git
12:13:24 [2022-05-02T12:13:24.807Z] using credential docker-jenkins-github-credentials
12:13:24 [2022-05-02T12:13:24.884Z] Cloning the remote Git repository
12:13:24 [2022-05-02T12:13:24.884Z] Cloning with configured refspecs honoured and without tags
12:13:24 [2022-05-02T12:13:24.918Z] Cloning repository https://github.com/moby/moby.git
12:13:24 [2022-05-02T12:13:24.919Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
12:13:24 [2022-05-02T12:13:24.982Z] Fetching upstream changes from https://github.com/moby/moby.git
12:13:24 [2022-05-02T12:13:24.982Z]  > git --version # timeout=10
12:13:25 [2022-05-02T12:13:25.026Z]  > git --version # 'git version 2.24.1.windows.2'
12:13:25 [2022-05-02T12:13:25.026Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:13:25 [2022-05-02T12:13:25.028Z]  > 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:41 [2022-05-02T12:13:41.598Z] Fetching without tags
12:13:42 [2022-05-02T12:13:42.318Z] Merging remotes/origin/master commit 2ed904cad7055847796433cc56ef1d1de0da868c into PR head commit 789223f2dc6f92553311f22523bb53abf7936039
12:13:41 [2022-05-02T12:13:41.301Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
12:13:41 [2022-05-02T12:13:41.348Z]  > git config --add remote.origin.fetch +refs/pull/43552/head:refs/remotes/origin/PR-43552 # timeout=10
12:13:41 [2022-05-02T12:13:41.397Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
12:13:41 [2022-05-02T12:13:41.513Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
12:13:41 [2022-05-02T12:13:41.631Z] Fetching upstream changes from https://github.com/moby/moby.git
12:13:41 [2022-05-02T12:13:41.631Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:13:41 [2022-05-02T12:13:41.632Z]  > 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:42 [2022-05-02T12:13:42.350Z]  > git config core.sparsecheckout # timeout=10
12:13:42 [2022-05-02T12:13:42.398Z]  > git checkout -f 789223f2dc6f92553311f22523bb53abf7936039 # timeout=10
12:13:45 [2022-05-02T12:13:45.780Z] Merge succeeded, producing 789223f2dc6f92553311f22523bb53abf7936039
12:13:45 [2022-05-02T12:13:45.780Z] Checking out Revision 789223f2dc6f92553311f22523bb53abf7936039 (PR-43552)
12:13:45 [2022-05-02T12:13:45.463Z]  > git remote # timeout=10
12:13:45 [2022-05-02T12:13:45.514Z]  > git config --get remote.origin.url # timeout=10
12:13:45 [2022-05-02T12:13:45.562Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:13:45 [2022-05-02T12:13:45.563Z]  > git merge 2ed904cad7055847796433cc56ef1d1de0da868c # timeout=10
12:13:45 [2022-05-02T12:13:45.695Z]  > git rev-parse "HEAD^{commit}" # timeout=10
12:13:45 [2022-05-02T12:13:45.813Z]  > git config core.sparsecheckout # timeout=10
12:13:45 [2022-05-02T12:13:45.861Z]  > git checkout -f 789223f2dc6f92553311f22523bb53abf7936039 # timeout=10
12:13:46 [2022-05-02T12:13:46.308Z] Commit message: "api: postContainersStop, postContainersRestart remove redundant validation"