Skip to content

Console Output

17:22:30 [2023-09-08T17:22:30.375Z] The recommended git tool is: git
17:22:30 [2023-09-08T17:22:30.381Z] using credential docker-jenkins-github-credentials
17:22:30 [2023-09-08T17:22:30.393Z] Cloning the remote Git repository
17:22:30 [2023-09-08T17:22:30.393Z] Cloning with configured refspecs honoured and without tags
17:22:30 [2023-09-08T17:22:30.397Z] Cloning repository https://github.com/moby/moby.git
17:22:30 [2023-09-08T17:22:30.397Z]  > git init /home/ubuntu/workspace/moby_PR-46124 # timeout=10
17:22:30 [2023-09-08T17:22:30.403Z] Fetching upstream changes from https://github.com/moby/moby.git
17:22:30 [2023-09-08T17:22:30.403Z]  > git --version # timeout=10
17:22:30 [2023-09-08T17:22:30.405Z]  > git --version # 'git version 2.25.1'
17:22:30 [2023-09-08T17:22:30.405Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:22:30 [2023-09-08T17:22:30.406Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/46124/head:refs/remotes/origin/PR-46124 +refs/heads/master:refs/remotes/origin/master # timeout=10
17:22:41 [2023-09-08T17:22:41.838Z] Fetching without tags
17:22:42 [2023-09-08T17:22:42.038Z] Merging remotes/origin/master commit 97e782ee2b71414a24ce186cfa5ffe9b629887fe into PR head commit 9fcf79b96353c319744b0dd11e2423eb2675c037
17:22:42 [2023-09-08T17:22:42.680Z] Merge succeeded, producing 9fcf79b96353c319744b0dd11e2423eb2675c037
17:22:42 [2023-09-08T17:22:42.681Z] Checking out Revision 9fcf79b96353c319744b0dd11e2423eb2675c037 (PR-46124)
17:22:41 [2023-09-08T17:22:41.828Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:22:41 [2023-09-08T17:22:41.831Z]  > git config --add remote.origin.fetch +refs/pull/46124/head:refs/remotes/origin/PR-46124 # timeout=10
17:22:41 [2023-09-08T17:22:41.833Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
17:22:41 [2023-09-08T17:22:41.838Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:22:41 [2023-09-08T17:22:41.842Z] Fetching upstream changes from https://github.com/moby/moby.git
17:22:41 [2023-09-08T17:22:41.843Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:22:41 [2023-09-08T17:22:41.843Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/46124/head:refs/remotes/origin/PR-46124 +refs/heads/master:refs/remotes/origin/master # timeout=10
17:22:42 [2023-09-08T17:22:42.042Z]  > git config core.sparsecheckout # timeout=10
17:22:42 [2023-09-08T17:22:42.045Z]  > git checkout -f 9fcf79b96353c319744b0dd11e2423eb2675c037 # timeout=10
17:22:42 [2023-09-08T17:22:42.667Z]  > git remote # timeout=10
17:22:42 [2023-09-08T17:22:42.670Z]  > git config --get remote.origin.url # timeout=10
17:22:42 [2023-09-08T17:22:42.672Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:22:42 [2023-09-08T17:22:42.673Z]  > git merge 97e782ee2b71414a24ce186cfa5ffe9b629887fe # timeout=10
17:22:42 [2023-09-08T17:22:42.680Z]  > git rev-parse HEAD^{commit} # timeout=10
17:22:42 [2023-09-08T17:22:42.685Z]  > git config core.sparsecheckout # timeout=10
17:22:42 [2023-09-08T17:22:42.687Z]  > git checkout -f 9fcf79b96353c319744b0dd11e2423eb2675c037 # timeout=10
17:22:43 [2023-09-08T17:22:43.522Z] Commit message: "plugin: Plumb context through"