Skip to content

Console Output

20:12:58 [2022-09-07T20:12:58.885Z] The recommended git tool is: git
20:13:00 [2022-09-07T20:13:00.426Z] using credential docker-jenkins-github-credentials
20:13:00 [2022-09-07T20:13:00.436Z] Cloning the remote Git repository
20:13:00 [2022-09-07T20:13:00.436Z] Cloning with configured refspecs honoured and without tags
20:13:00 [2022-09-07T20:13:00.463Z] Cloning repository https://github.com/moby/moby.git
20:13:00 [2022-09-07T20:13:00.513Z]  > git init /home/ubuntu/workspace/moby_PR-44085 # timeout=10
20:13:00 [2022-09-07T20:13:00.711Z] Fetching upstream changes from https://github.com/moby/moby.git
20:13:00 [2022-09-07T20:13:00.711Z]  > git --version # timeout=10
20:13:00 [2022-09-07T20:13:00.714Z]  > git --version # 'git version 2.17.1'
20:13:00 [2022-09-07T20:13:00.715Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:13:00 [2022-09-07T20:13:00.716Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/44085/head:refs/remotes/origin/PR-44085 +refs/heads/22.06:refs/remotes/origin/22.06 # timeout=10
20:13:12 [2022-09-07T20:13:12.283Z] Fetching without tags
20:13:12 [2022-09-07T20:13:12.446Z] Merging remotes/origin/22.06 commit a490e68553c23451c89824b9d3679a4cf95f2b4b into PR head commit c853881610d9d7b46e38724ca73c1d4d90b35281
20:13:13 [2022-09-07T20:13:13.018Z] Merge succeeded, producing c853881610d9d7b46e38724ca73c1d4d90b35281
20:13:13 [2022-09-07T20:13:13.019Z] Checking out Revision c853881610d9d7b46e38724ca73c1d4d90b35281 (PR-44085)
20:13:12 [2022-09-07T20:13:12.279Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:13:12 [2022-09-07T20:13:12.283Z]  > git config --add remote.origin.fetch +refs/pull/44085/head:refs/remotes/origin/PR-44085 # timeout=10
20:13:12 [2022-09-07T20:13:12.286Z]  > git config --add remote.origin.fetch +refs/heads/22.06:refs/remotes/origin/22.06 # timeout=10
20:13:12 [2022-09-07T20:13:12.292Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:13:12 [2022-09-07T20:13:12.297Z] Fetching upstream changes from https://github.com/moby/moby.git
20:13:12 [2022-09-07T20:13:12.298Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:13:12 [2022-09-07T20:13:12.298Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/44085/head:refs/remotes/origin/PR-44085 +refs/heads/22.06:refs/remotes/origin/22.06 # timeout=10
20:13:12 [2022-09-07T20:13:12.464Z]  > git config core.sparsecheckout # timeout=10
20:13:12 [2022-09-07T20:13:12.466Z]  > git checkout -f c853881610d9d7b46e38724ca73c1d4d90b35281 # timeout=10
20:13:13 [2022-09-07T20:13:13.014Z]  > git remote # timeout=10
20:13:13 [2022-09-07T20:13:13.017Z]  > git config --get remote.origin.url # timeout=10
20:13:13 [2022-09-07T20:13:13.020Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:13:13 [2022-09-07T20:13:13.020Z]  > git merge a490e68553c23451c89824b9d3679a4cf95f2b4b # timeout=10
20:13:13 [2022-09-07T20:13:13.027Z]  > git rev-parse HEAD^{commit} # timeout=10
20:13:13 [2022-09-07T20:13:13.032Z]  > git config core.sparsecheckout # timeout=10
20:13:13 [2022-09-07T20:13:13.034Z]  > git checkout -f c853881610d9d7b46e38724ca73c1d4d90b35281 # timeout=10
20:13:17 [2022-09-07T20:13:17.052Z] Commit message: "Update to go 1.19.1 to address CVE-2022-27664, CVE-2022-32190"