Skip to content

Console Output

14:55:35 [2022-09-07T14:55:35.154Z] The recommended git tool is: git
14:55:38 [2022-09-07T14:55:38.038Z] using credential docker-jenkins-github-credentials
14:55:38 [2022-09-07T14:55:38.049Z] Cloning the remote Git repository
14:55:38 [2022-09-07T14:55:38.049Z] Cloning with configured refspecs honoured and without tags
14:55:38 [2022-09-07T14:55:38.082Z] Cloning repository https://github.com/moby/moby.git
14:55:38 [2022-09-07T14:55:38.140Z]  > git init /home/ubuntu/workspace/moby_PR-43939 # timeout=10
14:55:38 [2022-09-07T14:55:38.482Z] Fetching upstream changes from https://github.com/moby/moby.git
14:55:38 [2022-09-07T14:55:38.482Z]  > git --version # timeout=10
14:55:38 [2022-09-07T14:55:38.491Z]  > git --version # 'git version 2.25.1'
14:55:38 [2022-09-07T14:55:38.492Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:55:38 [2022-09-07T14:55:38.493Z]  > 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:51 [2022-09-07T14:55:51.669Z] Fetching without tags
14:55:51 [2022-09-07T14:55:51.891Z] Merging remotes/origin/master commit a9fe88e395acaacd84067b5fc701d52dbcf4b625 into PR head commit 779a5b3029473c6bb61c2d08a43e0a8d68a73d7f
14:55:52 [2022-09-07T14:55:52.481Z] Merge succeeded, producing 779a5b3029473c6bb61c2d08a43e0a8d68a73d7f
14:55:52 [2022-09-07T14:55:52.481Z] Checking out Revision 779a5b3029473c6bb61c2d08a43e0a8d68a73d7f (PR-43939)
14:55:51 [2022-09-07T14:55:51.640Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:55:51 [2022-09-07T14:55:51.650Z]  > git config --add remote.origin.fetch +refs/pull/43939/head:refs/remotes/origin/PR-43939 # timeout=10
14:55:51 [2022-09-07T14:55:51.658Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
14:55:51 [2022-09-07T14:55:51.670Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:55:51 [2022-09-07T14:55:51.680Z] Fetching upstream changes from https://github.com/moby/moby.git
14:55:51 [2022-09-07T14:55:51.680Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:55:51 [2022-09-07T14:55:51.681Z]  > 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:51 [2022-09-07T14:55:51.908Z]  > git config core.sparsecheckout # timeout=10
14:55:51 [2022-09-07T14:55:51.913Z]  > git checkout -f 779a5b3029473c6bb61c2d08a43e0a8d68a73d7f # timeout=10
14:55:52 [2022-09-07T14:55:52.454Z]  > git remote # timeout=10
14:55:52 [2022-09-07T14:55:52.464Z]  > git config --get remote.origin.url # timeout=10
14:55:52 [2022-09-07T14:55:52.472Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:55:52 [2022-09-07T14:55:52.473Z]  > git merge a9fe88e395acaacd84067b5fc701d52dbcf4b625 # timeout=10
14:55:52 [2022-09-07T14:55:52.483Z]  > git rev-parse HEAD^{commit} # timeout=10
14:55:52 [2022-09-07T14:55:52.491Z]  > git config core.sparsecheckout # timeout=10
14:55:52 [2022-09-07T14:55:52.500Z]  > git checkout -f 779a5b3029473c6bb61c2d08a43e0a8d68a73d7f # timeout=10
14:55:56 [2022-09-07T14:55:56.676Z] Commit message: "ImageService.GetImage(): pass context"