Skip to content

Console Output

17:16:03 [2022-03-04T17:16:03.056Z] The recommended git tool is: git
17:16:05 [2022-03-04T17:16:05.777Z] using credential docker-jenkins-github-credentials
17:16:05 [2022-03-04T17:16:05.786Z] Cloning the remote Git repository
17:16:05 [2022-03-04T17:16:05.786Z] Cloning with configured refspecs honoured and without tags
17:16:05 [2022-03-04T17:16:05.779Z] Cloning repository https://github.com/moby/moby.git
17:16:05 [2022-03-04T17:16:05.839Z]  > git init /home/ubuntu/workspace/moby_PR-43325 # timeout=10
17:16:06 [2022-03-04T17:16:06.132Z] Fetching upstream changes from https://github.com/moby/moby.git
17:16:06 [2022-03-04T17:16:06.132Z]  > git --version # timeout=10
17:16:06 [2022-03-04T17:16:06.167Z]  > git --version # 'git version 2.25.1'
17:16:06 [2022-03-04T17:16:06.168Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:16:06 [2022-03-04T17:16:06.187Z]  > 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:16:29 [2022-03-04T17:16:29.679Z] Fetching without tags
17:16:30 [2022-03-04T17:16:30.121Z] Merging remotes/origin/master commit 3e8bfcc9f2c1906d3080dc03b7fe45db5386077a into PR head commit e781cf5f64b251be44c6066999f20c28804c37cf
17:16:31 [2022-03-04T17:16:31.080Z] Merge succeeded, producing e781cf5f64b251be44c6066999f20c28804c37cf
17:16:31 [2022-03-04T17:16:31.080Z] Checking out Revision e781cf5f64b251be44c6066999f20c28804c37cf (PR-43325)
17:16:29 [2022-03-04T17:16:29.633Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:16:29 [2022-03-04T17:16:29.641Z]  > git config --add remote.origin.fetch +refs/pull/43325/head:refs/remotes/origin/PR-43325 # timeout=10
17:16:29 [2022-03-04T17:16:29.653Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
17:16:29 [2022-03-04T17:16:29.663Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:16:29 [2022-03-04T17:16:29.677Z] Fetching upstream changes from https://github.com/moby/moby.git
17:16:29 [2022-03-04T17:16:29.677Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:16:29 [2022-03-04T17:16:29.678Z]  > 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:16:30 [2022-03-04T17:16:30.123Z]  > git config core.sparsecheckout # timeout=10
17:16:30 [2022-03-04T17:16:30.143Z]  > git checkout -f e781cf5f64b251be44c6066999f20c28804c37cf # timeout=10
17:16:31 [2022-03-04T17:16:31.005Z]  > git remote # timeout=10
17:16:31 [2022-03-04T17:16:31.031Z]  > git config --get remote.origin.url # timeout=10
17:16:31 [2022-03-04T17:16:31.051Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:16:31 [2022-03-04T17:16:31.052Z]  > git merge 3e8bfcc9f2c1906d3080dc03b7fe45db5386077a # timeout=10
17:16:31 [2022-03-04T17:16:31.066Z]  > git rev-parse HEAD^{commit} # timeout=10
17:16:31 [2022-03-04T17:16:31.078Z]  > git config core.sparsecheckout # timeout=10
17:16:31 [2022-03-04T17:16:31.087Z]  > git checkout -f e781cf5f64b251be44c6066999f20c28804c37cf # timeout=10
17:16:36 [2022-03-04T17:16:36.347Z] Commit message: "update to go 1.17.8 to address CVE-2022-24921"