Console Output

17:11:25 [2024-07-12T17:11:25.693Z] Triggered by CI message.
17:11:25 [2024-07-12T17:11:25.698Z] Checking out git https://github.com/coreos/coreos-ci into /var/lib/jenkins/jobs/bodhi-trigger/workspace@script/d3b3d4b4e048825f14ef13349412308e473bd35ada3022691564437455c6a0eb to read jobs/bodhi-trigger.Jenkinsfile
17:11:25 [2024-07-12T17:11:25.709Z] Selected Git installation does not exist. Using Default
17:11:25 [2024-07-12T17:11:25.709Z] The recommended git tool is: NONE
17:11:25 [2024-07-12T17:11:25.709Z] No credentials specified
17:11:25 [2024-07-12T17:11:25.713Z]  > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/bodhi-trigger/workspace@script/d3b3d4b4e048825f14ef13349412308e473bd35ada3022691564437455c6a0eb/.git # timeout=10
17:11:25 [2024-07-12T17:11:25.724Z] ERROR: Workspace has a .git repository, but it appears to be corrupt.
17:11:25 [2024-07-12T17:11:25.724Z] hudson.plugins.git.GitException: Error performing git command: git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/bodhi-trigger/workspace@script/d3b3d4b4e048825f14ef13349412308e473bd35ada3022691564437455c6a0eb/.git
17:11:25 [2024-07-12T17:11:25.724Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2858)
17:11:25 [2024-07-12T17:11:25.724Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2762)
17:11:25 [2024-07-12T17:11:25.724Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2757)
17:11:25 [2024-07-12T17:11:25.724Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:2051)
17:11:25 [2024-07-12T17:11:25.724Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:2063)
17:11:25 [2024-07-12T17:11:25.724Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.hasGitRepo(CliGitAPIImpl.java:405)
17:11:25 [2024-07-12T17:11:25.724Z] 	at hudson.plugins.git.GitAPI.hasGitRepo(GitAPI.java:281)
17:11:25 [2024-07-12T17:11:25.724Z] 	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1211)
17:11:25 [2024-07-12T17:11:25.724Z] 	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1309)
17:11:25 [2024-07-12T17:11:25.724Z] 	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:129)
17:11:25 [2024-07-12T17:11:25.724Z] 	at org.jenkinsci.plugins.workflow.cps.CpsScmFlowDefinition.create(CpsScmFlowDefinition.java:159)
17:11:25 [2024-07-12T17:11:25.724Z] 	at org.jenkinsci.plugins.workflow.cps.CpsScmFlowDefinition.create(CpsScmFlowDefinition.java:70)
17:11:25 [2024-07-12T17:11:25.724Z] 	at org.jenkinsci.plugins.workflow.job.WorkflowRun.run(WorkflowRun.java:312)
17:11:25 [2024-07-12T17:11:25.724Z] 	at hudson.model.ResourceController.execute(ResourceController.java:101)
17:11:25 [2024-07-12T17:11:25.724Z] 	at hudson.model.Executor.run(Executor.java:442)
17:11:25 [2024-07-12T17:11:25.724Z] Caused by: java.io.IOException: Cannot run program "git" (in directory "/var/lib/jenkins/jobs/bodhi-trigger/workspace@script/d3b3d4b4e048825f14ef13349412308e473bd35ada3022691564437455c6a0eb"): error=7, Argument list too long
17:11:25 [2024-07-12T17:11:25.725Z] 	at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1128)
17:11:25 [2024-07-12T17:11:25.725Z] 	at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1071)
17:11:25 [2024-07-12T17:11:25.725Z] 	at hudson.Proc$LocalProc.<init>(Proc.java:254)
17:11:25 [2024-07-12T17:11:25.725Z] 	at hudson.Proc$LocalProc.<init>(Proc.java:223)
17:11:25 [2024-07-12T17:11:25.725Z] 	at hudson.Launcher$LocalLauncher.launch(Launcher.java:997)
17:11:25 [2024-07-12T17:11:25.725Z] 	at hudson.Launcher$ProcStarter.start(Launcher.java:509)
17:11:25 [2024-07-12T17:11:25.725Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2835)
17:11:25 [2024-07-12T17:11:25.725Z] 	... 14 more
17:11:25 [2024-07-12T17:11:25.725Z] Caused by: java.io.IOException: error=7, Argument list too long
17:11:25 [2024-07-12T17:11:25.725Z] 	at java.base/java.lang.ProcessImpl.forkAndExec(Native Method)
17:11:25 [2024-07-12T17:11:25.725Z] 	at java.base/java.lang.ProcessImpl.<init>(ProcessImpl.java:340)
17:11:25 [2024-07-12T17:11:25.725Z] 	at java.base/java.lang.ProcessImpl.start(ProcessImpl.java:271)
17:11:25 [2024-07-12T17:11:25.725Z] 	at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1107)
17:11:25 [2024-07-12T17:11:25.725Z] 	... 20 more
17:11:25 [2024-07-12T17:11:25.725Z] Cloning the remote Git repository
17:11:25 [2024-07-12T17:11:25.725Z] Cloning repository https://github.com/coreos/coreos-ci
17:11:25 [2024-07-12T17:11:25.728Z]  > git init /var/lib/jenkins/jobs/bodhi-trigger/workspace@script/d3b3d4b4e048825f14ef13349412308e473bd35ada3022691564437455c6a0eb # timeout=10
17:11:25 [2024-07-12T17:11:25.738Z] ERROR: Error cloning remote repo 'origin'
17:11:25 [2024-07-12T17:11:25.738Z] hudson.plugins.git.GitException: Could not init /var/lib/jenkins/jobs/bodhi-trigger/workspace@script/d3b3d4b4e048825f14ef13349412308e473bd35ada3022691564437455c6a0eb
17:11:25 [2024-07-12T17:11:25.738Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:1073)
17:11:25 [2024-07-12T17:11:25.738Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:819)
17:11:25 [2024-07-12T17:11:25.738Z] 	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1226)
17:11:25 [2024-07-12T17:11:25.738Z] 	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1309)
17:11:25 [2024-07-12T17:11:25.738Z] 	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:129)
17:11:25 [2024-07-12T17:11:25.738Z] 	at org.jenkinsci.plugins.workflow.cps.CpsScmFlowDefinition.create(CpsScmFlowDefinition.java:159)
17:11:25 [2024-07-12T17:11:25.738Z] 	at org.jenkinsci.plugins.workflow.cps.CpsScmFlowDefinition.create(CpsScmFlowDefinition.java:70)
17:11:25 [2024-07-12T17:11:25.738Z] 	at org.jenkinsci.plugins.workflow.job.WorkflowRun.run(WorkflowRun.java:312)
17:11:25 [2024-07-12T17:11:25.738Z] 	at hudson.model.ResourceController.execute(ResourceController.java:101)
17:11:25 [2024-07-12T17:11:25.738Z] 	at hudson.model.Executor.run(Executor.java:442)
17:11:25 [2024-07-12T17:11:25.738Z] Caused by: hudson.plugins.git.GitException: Error performing git command: git init /var/lib/jenkins/jobs/bodhi-trigger/workspace@script/d3b3d4b4e048825f14ef13349412308e473bd35ada3022691564437455c6a0eb
17:11:25 [2024-07-12T17:11:25.738Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2858)
17:11:25 [2024-07-12T17:11:25.738Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2762)
17:11:25 [2024-07-12T17:11:25.739Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2757)
17:11:25 [2024-07-12T17:11:25.739Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:2051)
17:11:25 [2024-07-12T17:11:25.739Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:1071)
17:11:25 [2024-07-12T17:11:25.739Z] 	... 9 more
17:11:25 [2024-07-12T17:11:25.739Z] Caused by: java.io.IOException: Cannot run program "git" (in directory "/var/lib/jenkins/jobs/bodhi-trigger/workspace@script/d3b3d4b4e048825f14ef13349412308e473bd35ada3022691564437455c6a0eb"): error=7, Argument list too long
17:11:25 [2024-07-12T17:11:25.739Z] 	at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1128)
17:11:25 [2024-07-12T17:11:25.739Z] 	at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1071)
17:11:25 [2024-07-12T17:11:25.739Z] 	at hudson.Proc$LocalProc.<init>(Proc.java:254)
17:11:25 [2024-07-12T17:11:25.739Z] 	at hudson.Proc$LocalProc.<init>(Proc.java:223)
17:11:25 [2024-07-12T17:11:25.739Z] 	at hudson.Launcher$LocalLauncher.launch(Launcher.java:997)
17:11:25 [2024-07-12T17:11:25.739Z] 	at hudson.Launcher$ProcStarter.start(Launcher.java:509)
17:11:25 [2024-07-12T17:11:25.739Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2835)
17:11:25 [2024-07-12T17:11:25.739Z] 	... 13 more
17:11:25 [2024-07-12T17:11:25.739Z] Caused by: java.io.IOException: error=7, Argument list too long
17:11:25 [2024-07-12T17:11:25.739Z] 	at java.base/java.lang.ProcessImpl.forkAndExec(Native Method)
17:11:25 [2024-07-12T17:11:25.739Z] 	at java.base/java.lang.ProcessImpl.<init>(ProcessImpl.java:340)
17:11:25 [2024-07-12T17:11:25.739Z] 	at java.base/java.lang.ProcessImpl.start(ProcessImpl.java:271)
17:11:25 [2024-07-12T17:11:25.739Z] 	at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1107)
17:11:25 [2024-07-12T17:11:25.739Z] 	... 19 more
17:11:25 [2024-07-12T17:11:25.739Z] ERROR: Error cloning remote repo 'origin'
17:11:25 [2024-07-12T17:11:25.739Z] ERROR: Maximum checkout retry attempts reached, aborting
17:11:25 [2024-07-12T17:11:25.886Z] Finished: FAILURE