Skip to content

Console Output

17:15:51 [2022-03-04T17:15:51.402Z] The recommended git tool is: git
17:15:54 [2022-03-04T17:15:54.301Z] using credential docker-jenkins-github-credentials
17:15:54 [2022-03-04T17:15:54.311Z] Cloning the remote Git repository
17:15:54 [2022-03-04T17:15:54.311Z] Cloning with configured refspecs honoured and without tags
17:15:54 [2022-03-04T17:15:54.479Z] Cloning repository https://github.com/moby/moby.git
17:15:54 [2022-03-04T17:15:54.538Z]  > git init /home/ubuntu/workspace/moby_PR-43325 # timeout=10
17:15:54 [2022-03-04T17:15:54.811Z] Fetching upstream changes from https://github.com/moby/moby.git
17:15:54 [2022-03-04T17:15:54.811Z]  > git --version # timeout=10
17:15:54 [2022-03-04T17:15:54.826Z]  > git --version # 'git version 2.17.1'
17:15:54 [2022-03-04T17:15:54.826Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:15:54 [2022-03-04T17:15:54.845Z]  > git fetch --no-tags --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:17:39 [2022-03-04T17:17:39.655Z] Fetching without tags
17:17:39 [2022-03-04T17:17:39.910Z] Merging remotes/origin/master commit 3e8bfcc9f2c1906d3080dc03b7fe45db5386077a into PR head commit e781cf5f64b251be44c6066999f20c28804c37cf
17:17:40 [2022-03-04T17:17:40.770Z] Merge succeeded, producing e781cf5f64b251be44c6066999f20c28804c37cf
17:17:40 [2022-03-04T17:17:40.770Z] Checking out Revision e781cf5f64b251be44c6066999f20c28804c37cf (PR-43325)
17:17:39 [2022-03-04T17:17:39.576Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:17:39 [2022-03-04T17:17:39.594Z]  > git config --add remote.origin.fetch +refs/pull/43325/head:refs/remotes/origin/PR-43325 # timeout=10
17:17:39 [2022-03-04T17:17:39.611Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
17:17:39 [2022-03-04T17:17:39.645Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:17:39 [2022-03-04T17:17:39.659Z] Fetching upstream changes from https://github.com/moby/moby.git
17:17:39 [2022-03-04T17:17:39.659Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:17:39 [2022-03-04T17:17:39.660Z]  > git fetch --no-tags --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:17:39 [2022-03-04T17:17:39.918Z]  > git config core.sparsecheckout # timeout=10
17:17:39 [2022-03-04T17:17:39.935Z]  > git checkout -f e781cf5f64b251be44c6066999f20c28804c37cf # timeout=10
17:17:40 [2022-03-04T17:17:40.653Z]  > git remote # timeout=10
17:17:40 [2022-03-04T17:17:40.678Z]  > git config --get remote.origin.url # timeout=10
17:17:40 [2022-03-04T17:17:40.706Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:17:40 [2022-03-04T17:17:40.707Z]  > git merge 3e8bfcc9f2c1906d3080dc03b7fe45db5386077a # timeout=10
17:17:40 [2022-03-04T17:17:40.738Z]  > git rev-parse HEAD^{commit} # timeout=10
17:17:40 [2022-03-04T17:17:40.774Z]  > git config core.sparsecheckout # timeout=10
17:17:40 [2022-03-04T17:17:40.798Z]  > git checkout -f e781cf5f64b251be44c6066999f20c28804c37cf # timeout=10
17:17:45 [2022-03-04T17:17:45.869Z] Commit message: "update to go 1.17.8 to address CVE-2022-24921"