Skip to content

Console Output

17:14:47 [2022-03-04T17:14:47.991Z] The recommended git tool is: git
17:15:13 [2022-03-04T17:15:13.571Z] using credential docker-jenkins-github-credentials
17:15:13 [2022-03-04T17:15:13.649Z] Cloning the remote Git repository
17:15:13 [2022-03-04T17:15:13.649Z] Cloning with configured refspecs honoured and without tags
17:15:13 [2022-03-04T17:15:13.852Z] Cloning repository https://github.com/moby/moby.git
17:15:14 [2022-03-04T17:15:14.260Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
17:15:15 [2022-03-04T17:15:15.061Z] Fetching upstream changes from https://github.com/moby/moby.git
17:15:15 [2022-03-04T17:15:15.061Z]  > git --version # timeout=10
17:15:15 [2022-03-04T17:15:15.113Z]  > git --version # 'git version 2.24.1.windows.2'
17:15:15 [2022-03-04T17:15:15.113Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:15:15 [2022-03-04T17:15:15.116Z]  > 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:37 [2022-03-04T17:15:37.662Z] Fetching without tags
17:15:37 [2022-03-04T17:15:37.343Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:15:37 [2022-03-04T17:15:37.406Z]  > git config --add remote.origin.fetch +refs/pull/43325/head:refs/remotes/origin/PR-43325 # timeout=10
17:15:37 [2022-03-04T17:15:37.451Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
17:15:37 [2022-03-04T17:15:37.575Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:15:37 [2022-03-04T17:15:37.701Z] Fetching upstream changes from https://github.com/moby/moby.git
17:15:37 [2022-03-04T17:15:37.701Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:15:37 [2022-03-04T17:15:37.704Z]  > 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:38 [2022-03-04T17:15:38.578Z] Merging remotes/origin/master commit 3e8bfcc9f2c1906d3080dc03b7fe45db5386077a into PR head commit e781cf5f64b251be44c6066999f20c28804c37cf
17:15:38 [2022-03-04T17:15:38.693Z]  > git config core.sparsecheckout # timeout=10
17:15:38 [2022-03-04T17:15:38.739Z]  > git checkout -f e781cf5f64b251be44c6066999f20c28804c37cf # timeout=10
17:15:41 [2022-03-04T17:15:41.796Z] Merge succeeded, producing e781cf5f64b251be44c6066999f20c28804c37cf
17:15:41 [2022-03-04T17:15:41.796Z] Checking out Revision e781cf5f64b251be44c6066999f20c28804c37cf (PR-43325)
17:15:41 [2022-03-04T17:15:41.445Z]  > git remote # timeout=10
17:15:41 [2022-03-04T17:15:41.519Z]  > git config --get remote.origin.url # timeout=10
17:15:41 [2022-03-04T17:15:41.563Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:15:41 [2022-03-04T17:15:41.565Z]  > git merge 3e8bfcc9f2c1906d3080dc03b7fe45db5386077a # timeout=10
17:15:41 [2022-03-04T17:15:41.708Z]  > git rev-parse "HEAD^{commit}" # timeout=10
17:15:41 [2022-03-04T17:15:41.833Z]  > git config core.sparsecheckout # timeout=10
17:15:41 [2022-03-04T17:15:41.890Z]  > git checkout -f e781cf5f64b251be44c6066999f20c28804c37cf # timeout=10
17:15:53 [2022-03-04T17:15:53.118Z] Commit message: "update to go 1.17.8 to address CVE-2022-24921"