Skip to content

Console Output

17:14:47 [2022-03-04T17:14:47.945Z] The recommended git tool is: git
17:15:12 [2022-03-04T17:15:12.131Z] using credential docker-jenkins-github-credentials
17:15:12 [2022-03-04T17:15:12.206Z] Cloning the remote Git repository
17:15:12 [2022-03-04T17:15:12.207Z] Cloning with configured refspecs honoured and without tags
17:15:12 [2022-03-04T17:15:12.389Z] Cloning repository https://github.com/moby/moby.git
17:15:12 [2022-03-04T17:15:12.822Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
17:15:13 [2022-03-04T17:15:13.687Z] Fetching upstream changes from https://github.com/moby/moby.git
17:15:13 [2022-03-04T17:15:13.688Z]  > git --version # timeout=10
17:15:13 [2022-03-04T17:15:13.728Z]  > git --version # 'git version 2.24.1.windows.2'
17:15:13 [2022-03-04T17:15:13.729Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:15:13 [2022-03-04T17:15:13.732Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43325/head:refs/remotes/origin/PR-43325 +refs/heads/master:refs/remotes/origin/master # timeout=10
17:15:30 [2022-03-04T17:15:30.047Z] Fetching without tags
17:15:30 [2022-03-04T17:15:30.722Z] Merging remotes/origin/master commit 3e8bfcc9f2c1906d3080dc03b7fe45db5386077a into PR head commit e781cf5f64b251be44c6066999f20c28804c37cf
17:15:29 [2022-03-04T17:15:29.774Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:15:29 [2022-03-04T17:15:29.825Z]  > git config --add remote.origin.fetch +refs/pull/43325/head:refs/remotes/origin/PR-43325 # timeout=10
17:15:29 [2022-03-04T17:15:29.862Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
17:15:29 [2022-03-04T17:15:29.970Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:15:30 [2022-03-04T17:15:30.081Z] Fetching upstream changes from https://github.com/moby/moby.git
17:15:30 [2022-03-04T17:15:30.081Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:15:30 [2022-03-04T17:15:30.082Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43325/head:refs/remotes/origin/PR-43325 +refs/heads/master:refs/remotes/origin/master # timeout=10
17:15:30 [2022-03-04T17:15:30.825Z]  > git config core.sparsecheckout # timeout=10
17:15:30 [2022-03-04T17:15:30.864Z]  > git checkout -f e781cf5f64b251be44c6066999f20c28804c37cf # timeout=10
17:15:33 [2022-03-04T17:15:33.534Z] Merge succeeded, producing e781cf5f64b251be44c6066999f20c28804c37cf
17:15:33 [2022-03-04T17:15:33.534Z] Checking out Revision e781cf5f64b251be44c6066999f20c28804c37cf (PR-43325)
17:15:33 [2022-03-04T17:15:33.193Z]  > git remote # timeout=10
17:15:33 [2022-03-04T17:15:33.267Z]  > git config --get remote.origin.url # timeout=10
17:15:33 [2022-03-04T17:15:33.311Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:15:33 [2022-03-04T17:15:33.313Z]  > git merge 3e8bfcc9f2c1906d3080dc03b7fe45db5386077a # timeout=10
17:15:33 [2022-03-04T17:15:33.453Z]  > git rev-parse "HEAD^{commit}" # timeout=10
17:15:33 [2022-03-04T17:15:33.566Z]  > git config core.sparsecheckout # timeout=10
17:15:33 [2022-03-04T17:15:33.602Z]  > git checkout -f e781cf5f64b251be44c6066999f20c28804c37cf # timeout=10
17:15:44 [2022-03-04T17:15:44.729Z] Commit message: "update to go 1.17.8 to address CVE-2022-24921"