Skip to content

Console Output

14:55:39 [2022-09-07T14:55:39.875Z] The recommended git tool is: git
14:55:43 [2022-09-07T14:55:43.179Z] using credential docker-jenkins-github-credentials
14:55:43 [2022-09-07T14:55:43.188Z] Cloning the remote Git repository
14:55:43 [2022-09-07T14:55:43.188Z] Cloning with configured refspecs honoured and without tags
14:55:43 [2022-09-07T14:55:43.210Z] Cloning repository https://github.com/moby/moby.git
14:55:43 [2022-09-07T14:55:43.265Z]  > git init /home/ubuntu/workspace/moby_PR-43939 # timeout=10
14:55:43 [2022-09-07T14:55:43.492Z] Fetching upstream changes from https://github.com/moby/moby.git
14:55:43 [2022-09-07T14:55:43.492Z]  > git --version # timeout=10
14:55:43 [2022-09-07T14:55:43.507Z]  > git --version # 'git version 2.25.1'
14:55:43 [2022-09-07T14:55:43.508Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:55:43 [2022-09-07T14:55:43.510Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43939/head:refs/remotes/origin/PR-43939 +refs/heads/master:refs/remotes/origin/master # timeout=10
14:55:59 [2022-09-07T14:55:59.479Z] Fetching without tags
14:55:59 [2022-09-07T14:55:59.752Z] Merging remotes/origin/master commit a9fe88e395acaacd84067b5fc701d52dbcf4b625 into PR head commit 779a5b3029473c6bb61c2d08a43e0a8d68a73d7f
14:55:59 [2022-09-07T14:55:59.439Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:55:59 [2022-09-07T14:55:59.445Z]  > git config --add remote.origin.fetch +refs/pull/43939/head:refs/remotes/origin/PR-43939 # timeout=10
14:55:59 [2022-09-07T14:55:59.451Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
14:55:59 [2022-09-07T14:55:59.466Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:55:59 [2022-09-07T14:55:59.482Z] Fetching upstream changes from https://github.com/moby/moby.git
14:55:59 [2022-09-07T14:55:59.482Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:55:59 [2022-09-07T14:55:59.483Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43939/head:refs/remotes/origin/PR-43939 +refs/heads/master:refs/remotes/origin/master # timeout=10
14:55:59 [2022-09-07T14:55:59.760Z]  > git config core.sparsecheckout # timeout=10
14:55:59 [2022-09-07T14:55:59.769Z]  > git checkout -f 779a5b3029473c6bb61c2d08a43e0a8d68a73d7f # timeout=10
14:56:00 [2022-09-07T14:56:00.528Z] Merge succeeded, producing 779a5b3029473c6bb61c2d08a43e0a8d68a73d7f
14:56:00 [2022-09-07T14:56:00.528Z] Checking out Revision 779a5b3029473c6bb61c2d08a43e0a8d68a73d7f (PR-43939)
14:56:00 [2022-09-07T14:56:00.409Z]  > git remote # timeout=10
14:56:00 [2022-09-07T14:56:00.442Z]  > git config --get remote.origin.url # timeout=10
14:56:00 [2022-09-07T14:56:00.475Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:56:00 [2022-09-07T14:56:00.476Z]  > git merge a9fe88e395acaacd84067b5fc701d52dbcf4b625 # timeout=10
14:56:00 [2022-09-07T14:56:00.519Z]  > git rev-parse HEAD^{commit} # timeout=10
14:56:00 [2022-09-07T14:56:00.531Z]  > git config core.sparsecheckout # timeout=10
14:56:00 [2022-09-07T14:56:00.542Z]  > git checkout -f 779a5b3029473c6bb61c2d08a43e0a8d68a73d7f # timeout=10
14:56:04 [2022-09-07T14:56:04.859Z] Commit message: "ImageService.GetImage(): pass context"