Skip to content

Console Output

20:32:40 [2023-07-12T20:32:40.505Z] The recommended git tool is: git
20:32:42 [2023-07-12T20:32:42.220Z] using credential docker-jenkins-github-credentials
20:32:42 [2023-07-12T20:32:42.233Z] Cloning the remote Git repository
20:32:42 [2023-07-12T20:32:42.233Z] Cloning with configured refspecs honoured and without tags
20:32:42 [2023-07-12T20:32:42.315Z] Cloning repository https://github.com/moby/moby.git
20:32:42 [2023-07-12T20:32:42.364Z]  > git init /home/ubuntu/workspace/moby_PR-45946 # timeout=10
20:32:42 [2023-07-12T20:32:42.659Z] Fetching upstream changes from https://github.com/moby/moby.git
20:32:42 [2023-07-12T20:32:42.660Z]  > git --version # timeout=10
20:32:42 [2023-07-12T20:32:42.663Z]  > git --version # 'git version 2.25.1'
20:32:42 [2023-07-12T20:32:42.663Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:32:42 [2023-07-12T20:32:42.665Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45946/head:refs/remotes/origin/PR-45946 +refs/heads/master:refs/remotes/origin/master # timeout=10
20:32:56 [2023-07-12T20:32:56.810Z] Fetching without tags
20:32:57 [2023-07-12T20:32:57.029Z] Merging remotes/origin/master commit 1d0bb72c5b8ae6066602626a5f6eebfe4696d830 into PR head commit 2cb982b506aac15b351570e432b995ee04a7f1d6
20:32:57 [2023-07-12T20:32:57.801Z] Merge succeeded, producing 2cb982b506aac15b351570e432b995ee04a7f1d6
20:32:57 [2023-07-12T20:32:57.801Z] Checking out Revision 2cb982b506aac15b351570e432b995ee04a7f1d6 (PR-45946)
20:32:56 [2023-07-12T20:32:56.819Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:32:56 [2023-07-12T20:32:56.822Z]  > git config --add remote.origin.fetch +refs/pull/45946/head:refs/remotes/origin/PR-45946 # timeout=10
20:32:56 [2023-07-12T20:32:56.825Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
20:32:56 [2023-07-12T20:32:56.832Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:32:56 [2023-07-12T20:32:56.840Z] Fetching upstream changes from https://github.com/moby/moby.git
20:32:56 [2023-07-12T20:32:56.840Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:32:56 [2023-07-12T20:32:56.841Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45946/head:refs/remotes/origin/PR-45946 +refs/heads/master:refs/remotes/origin/master # timeout=10
20:32:57 [2023-07-12T20:32:57.061Z]  > git config core.sparsecheckout # timeout=10
20:32:57 [2023-07-12T20:32:57.064Z]  > git checkout -f 2cb982b506aac15b351570e432b995ee04a7f1d6 # timeout=10
20:32:57 [2023-07-12T20:32:57.804Z]  > git remote # timeout=10
20:32:57 [2023-07-12T20:32:57.808Z]  > git config --get remote.origin.url # timeout=10
20:32:57 [2023-07-12T20:32:57.811Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:32:57 [2023-07-12T20:32:57.812Z]  > git merge 1d0bb72c5b8ae6066602626a5f6eebfe4696d830 # timeout=10
20:32:57 [2023-07-12T20:32:57.820Z]  > git rev-parse HEAD^{commit} # timeout=10
20:32:57 [2023-07-12T20:32:57.827Z]  > git config core.sparsecheckout # timeout=10
20:32:57 [2023-07-12T20:32:57.830Z]  > git checkout -f 2cb982b506aac15b351570e432b995ee04a7f1d6 # timeout=10
20:33:02 [2023-07-12T20:33:02.147Z] Commit message: "pkg/plugins: run tests with t.Parallel()"