Skip to content

Console Output

13:28:03 [2022-09-07T13:28:03.033Z] The recommended git tool is: git
13:28:05 [2022-09-07T13:28:05.278Z] using credential docker-jenkins-github-credentials
13:28:05 [2022-09-07T13:28:05.289Z] Cloning the remote Git repository
13:28:05 [2022-09-07T13:28:05.289Z] Cloning with configured refspecs honoured and without tags
13:28:05 [2022-09-07T13:28:05.308Z] Cloning repository https://github.com/moby/moby.git
13:28:05 [2022-09-07T13:28:05.362Z]  > git init /home/ubuntu/workspace/moby_PR-43746 # timeout=10
13:28:05 [2022-09-07T13:28:05.758Z] Fetching upstream changes from https://github.com/moby/moby.git
13:28:05 [2022-09-07T13:28:05.758Z]  > git --version # timeout=10
13:28:05 [2022-09-07T13:28:05.768Z]  > git --version # 'git version 2.25.1'
13:28:05 [2022-09-07T13:28:05.769Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:28:05 [2022-09-07T13:28:05.771Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43746/head:refs/remotes/origin/PR-43746 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:28:18 [2022-09-07T13:28:18.954Z] Fetching without tags
13:28:19 [2022-09-07T13:28:19.168Z] Merging remotes/origin/master commit a9fe88e395acaacd84067b5fc701d52dbcf4b625 into PR head commit 1eadbdd9fadca31c02b6f0aebfbbab4d8c6cf716
13:28:18 [2022-09-07T13:28:18.914Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:28:18 [2022-09-07T13:28:18.928Z]  > git config --add remote.origin.fetch +refs/pull/43746/head:refs/remotes/origin/PR-43746 # timeout=10
13:28:18 [2022-09-07T13:28:18.935Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
13:28:18 [2022-09-07T13:28:18.946Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:28:18 [2022-09-07T13:28:18.958Z] Fetching upstream changes from https://github.com/moby/moby.git
13:28:18 [2022-09-07T13:28:18.958Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:28:18 [2022-09-07T13:28:18.959Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43746/head:refs/remotes/origin/PR-43746 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:28:19 [2022-09-07T13:28:19.179Z]  > git config core.sparsecheckout # timeout=10
13:28:19 [2022-09-07T13:28:19.186Z]  > git checkout -f 1eadbdd9fadca31c02b6f0aebfbbab4d8c6cf716 # timeout=10
13:28:19 [2022-09-07T13:28:19.763Z] Merge succeeded, producing 1eadbdd9fadca31c02b6f0aebfbbab4d8c6cf716
13:28:19 [2022-09-07T13:28:19.763Z] Checking out Revision 1eadbdd9fadca31c02b6f0aebfbbab4d8c6cf716 (PR-43746)
13:28:19 [2022-09-07T13:28:19.726Z]  > git remote # timeout=10
13:28:19 [2022-09-07T13:28:19.739Z]  > git config --get remote.origin.url # timeout=10
13:28:19 [2022-09-07T13:28:19.743Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:28:19 [2022-09-07T13:28:19.743Z]  > git merge a9fe88e395acaacd84067b5fc701d52dbcf4b625 # timeout=10
13:28:19 [2022-09-07T13:28:19.755Z]  > git rev-parse HEAD^{commit} # timeout=10
13:28:19 [2022-09-07T13:28:19.766Z]  > git config core.sparsecheckout # timeout=10
13:28:19 [2022-09-07T13:28:19.772Z]  > git checkout -f 1eadbdd9fadca31c02b6f0aebfbbab4d8c6cf716 # timeout=10
13:28:24 [2022-09-07T13:28:24.145Z] Commit message: "Update to go 1.19.1 to address CVE-2022-27664, CVE-2022-32190"