Skip to content

Console Output

20:14:16 [2022-09-07T20:14:16.000Z] The recommended git tool is: git
20:14:18 [2022-09-07T20:14:18.552Z] using credential docker-jenkins-github-credentials
20:14:18 [2022-09-07T20:14:18.562Z] Cloning the remote Git repository
20:14:18 [2022-09-07T20:14:18.562Z] Cloning with configured refspecs honoured and without tags
20:14:18 [2022-09-07T20:14:18.718Z] Cloning repository https://github.com/moby/moby.git
20:14:18 [2022-09-07T20:14:18.774Z]  > git init /home/ubuntu/workspace/moby_PR-44085 # timeout=10
20:14:19 [2022-09-07T20:14:19.139Z] Fetching upstream changes from https://github.com/moby/moby.git
20:14:19 [2022-09-07T20:14:19.139Z]  > git --version # timeout=10
20:14:19 [2022-09-07T20:14:19.156Z]  > git --version # 'git version 2.25.1'
20:14:19 [2022-09-07T20:14:19.157Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:14:19 [2022-09-07T20:14:19.213Z]  > git fetch --no-tags --force --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:14:33 [2022-09-07T20:14:33.380Z] Fetching without tags
20:14:33 [2022-09-07T20:14:33.631Z] Merging remotes/origin/22.06 commit a490e68553c23451c89824b9d3679a4cf95f2b4b into PR head commit c853881610d9d7b46e38724ca73c1d4d90b35281
20:14:33 [2022-09-07T20:14:33.392Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:14:33 [2022-09-07T20:14:33.401Z]  > git config --add remote.origin.fetch +refs/pull/44085/head:refs/remotes/origin/PR-44085 # timeout=10
20:14:33 [2022-09-07T20:14:33.411Z]  > git config --add remote.origin.fetch +refs/heads/22.06:refs/remotes/origin/22.06 # timeout=10
20:14:33 [2022-09-07T20:14:33.426Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:14:33 [2022-09-07T20:14:33.483Z] Fetching upstream changes from https://github.com/moby/moby.git
20:14:33 [2022-09-07T20:14:33.484Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:14:33 [2022-09-07T20:14:33.485Z]  > git fetch --no-tags --force --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:14:33 [2022-09-07T20:14:33.693Z]  > git config core.sparsecheckout # timeout=10
20:14:33 [2022-09-07T20:14:33.700Z]  > git checkout -f c853881610d9d7b46e38724ca73c1d4d90b35281 # timeout=10
20:14:34 [2022-09-07T20:14:34.247Z] Merge succeeded, producing c853881610d9d7b46e38724ca73c1d4d90b35281
20:14:34 [2022-09-07T20:14:34.247Z] Checking out Revision c853881610d9d7b46e38724ca73c1d4d90b35281 (PR-44085)
20:14:34 [2022-09-07T20:14:34.241Z]  > git remote # timeout=10
20:14:34 [2022-09-07T20:14:34.255Z]  > git config --get remote.origin.url # timeout=10
20:14:34 [2022-09-07T20:14:34.269Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:14:34 [2022-09-07T20:14:34.270Z]  > git merge a490e68553c23451c89824b9d3679a4cf95f2b4b # timeout=10
20:14:34 [2022-09-07T20:14:34.290Z]  > git rev-parse HEAD^{commit} # timeout=10
20:14:34 [2022-09-07T20:14:34.304Z]  > git config core.sparsecheckout # timeout=10
20:14:34 [2022-09-07T20:14:34.317Z]  > git checkout -f c853881610d9d7b46e38724ca73c1d4d90b35281 # timeout=10
20:14:38 [2022-09-07T20:14:38.149Z] Commit message: "Update to go 1.19.1 to address CVE-2022-27664, CVE-2022-32190"