Skip to content
Failed

Console Output

09:12:30 [2025-01-13T09:12:30.652Z] Triggered by CI message.
09:12:30 [2025-01-13T09:12:30.654Z] 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
09:12:30 [2025-01-13T09:12:30.656Z] Selected Git installation does not exist. Using Default
09:12:30 [2025-01-13T09:12:30.656Z] The recommended git tool is: NONE
09:12:30 [2025-01-13T09:12:30.656Z] No credentials specified
09:12:30 [2025-01-13T09:12:30.657Z]  > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/bodhi-trigger/workspace@script/d3b3d4b4e048825f14ef13349412308e473bd35ada3022691564437455c6a0eb/.git # timeout=10
09:12:30 [2025-01-13T09:12:30.666Z] ERROR: Workspace has a .git repository, but it appears to be corrupt.
09:12:30 [2025-01-13T09:12:30.666Z] hudson.plugins.git.GitException: Error performing git command: git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/bodhi-trigger/workspace@script/d3b3d4b4e048825f14ef13349412308e473bd35ada3022691564437455c6a0eb/.git
09:12:30 [2025-01-13T09:12:30.666Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2858)
09:12:30 [2025-01-13T09:12:30.666Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2762)
09:12:30 [2025-01-13T09:12:30.666Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2757)
09:12:30 [2025-01-13T09:12:30.666Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:2051)
09:12:30 [2025-01-13T09:12:30.666Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:2063)
09:12:30 [2025-01-13T09:12:30.666Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.hasGitRepo(CliGitAPIImpl.java:405)
09:12:30 [2025-01-13T09:12:30.666Z] 	at hudson.plugins.git.GitAPI.hasGitRepo(GitAPI.java:281)
09:12:30 [2025-01-13T09:12:30.666Z] 	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1211)
09:12:30 [2025-01-13T09:12:30.666Z] 	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1309)
09:12:30 [2025-01-13T09:12:30.666Z] 	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:129)
09:12:30 [2025-01-13T09:12:30.666Z] 	at org.jenkinsci.plugins.workflow.cps.CpsScmFlowDefinition.create(CpsScmFlowDefinition.java:159)
09:12:30 [2025-01-13T09:12:30.666Z] 	at org.jenkinsci.plugins.workflow.cps.CpsScmFlowDefinition.create(CpsScmFlowDefinition.java:70)
09:12:30 [2025-01-13T09:12:30.666Z] 	at org.jenkinsci.plugins.workflow.job.WorkflowRun.run(WorkflowRun.java:312)
09:12:30 [2025-01-13T09:12:30.666Z] 	at hudson.model.ResourceController.execute(ResourceController.java:101)
09:12:30 [2025-01-13T09:12:30.666Z] 	at hudson.model.Executor.run(Executor.java:442)
09:12:30 [2025-01-13T09:12:30.666Z] 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
09:12:30 [2025-01-13T09:12:30.666Z] 	at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1128)
09:12:30 [2025-01-13T09:12:30.666Z] 	at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1071)
09:12:30 [2025-01-13T09:12:30.666Z] 	at hudson.Proc$LocalProc.<init>(Proc.java:254)
09:12:30 [2025-01-13T09:12:30.666Z] 	at hudson.Proc$LocalProc.<init>(Proc.java:223)
09:12:30 [2025-01-13T09:12:30.666Z] 	at hudson.Launcher$LocalLauncher.launch(Launcher.java:997)
09:12:30 [2025-01-13T09:12:30.666Z] 	at hudson.Launcher$ProcStarter.start(Launcher.java:509)
09:12:30 [2025-01-13T09:12:30.666Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2835)
09:12:30 [2025-01-13T09:12:30.666Z] 	... 14 more
09:12:30 [2025-01-13T09:12:30.668Z] Caused by: java.io.IOException: error=7, Argument list too long
09:12:30 [2025-01-13T09:12:30.668Z] 	at java.base/java.lang.ProcessImpl.forkAndExec(Native Method)
09:12:30 [2025-01-13T09:12:30.668Z] 	at java.base/java.lang.ProcessImpl.<init>(ProcessImpl.java:340)
09:12:30 [2025-01-13T09:12:30.668Z] 	at java.base/java.lang.ProcessImpl.start(ProcessImpl.java:271)
09:12:30 [2025-01-13T09:12:30.668Z] 	at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1107)
09:12:30 [2025-01-13T09:12:30.668Z] 	... 20 more
09:12:30 [2025-01-13T09:12:30.668Z] Cloning the remote Git repository
09:12:30 [2025-01-13T09:12:30.668Z] Cloning repository https://github.com/coreos/coreos-ci
09:12:30 [2025-01-13T09:12:30.671Z]  > git init /var/lib/jenkins/jobs/bodhi-trigger/workspace@script/d3b3d4b4e048825f14ef13349412308e473bd35ada3022691564437455c6a0eb # timeout=10
09:12:30 [2025-01-13T09:12:30.679Z] ERROR: Error cloning remote repo 'origin'
09:12:30 [2025-01-13T09:12:30.679Z] hudson.plugins.git.GitException: Could not init /var/lib/jenkins/jobs/bodhi-trigger/workspace@script/d3b3d4b4e048825f14ef13349412308e473bd35ada3022691564437455c6a0eb
09:12:30 [2025-01-13T09:12:30.679Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:1073)
09:12:30 [2025-01-13T09:12:30.679Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:819)
09:12:30 [2025-01-13T09:12:30.679Z] 	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1226)
09:12:30 [2025-01-13T09:12:30.679Z] 	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1309)
09:12:30 [2025-01-13T09:12:30.679Z] 	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:129)
09:12:30 [2025-01-13T09:12:30.679Z] 	at org.jenkinsci.plugins.workflow.cps.CpsScmFlowDefinition.create(CpsScmFlowDefinition.java:159)
09:12:30 [2025-01-13T09:12:30.679Z] 	at org.jenkinsci.plugins.workflow.cps.CpsScmFlowDefinition.create(CpsScmFlowDefinition.java:70)
09:12:30 [2025-01-13T09:12:30.679Z] 	at org.jenkinsci.plugins.workflow.job.WorkflowRun.run(WorkflowRun.java:312)
09:12:30 [2025-01-13T09:12:30.679Z] 	at hudson.model.ResourceController.execute(ResourceController.java:101)
09:12:30 [2025-01-13T09:12:30.679Z] 	at hudson.model.Executor.run(Executor.java:442)
09:12:30 [2025-01-13T09:12:30.679Z] Caused by: hudson.plugins.git.GitException: Error performing git command: git init /var/lib/jenkins/jobs/bodhi-trigger/workspace@script/d3b3d4b4e048825f14ef13349412308e473bd35ada3022691564437455c6a0eb
09:12:30 [2025-01-13T09:12:30.679Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2858)
09:12:30 [2025-01-13T09:12:30.679Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2762)
09:12:30 [2025-01-13T09:12:30.679Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2757)
09:12:30 [2025-01-13T09:12:30.679Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:2051)
09:12:30 [2025-01-13T09:12:30.679Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:1071)
09:12:30 [2025-01-13T09:12:30.679Z] 	... 9 more
09:12:30 [2025-01-13T09:12:30.679Z] 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
09:12:30 [2025-01-13T09:12:30.679Z] 	at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1128)
09:12:30 [2025-01-13T09:12:30.679Z] 	at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1071)
09:12:30 [2025-01-13T09:12:30.680Z] 	at hudson.Proc$LocalProc.<init>(Proc.java:254)
09:12:30 [2025-01-13T09:12:30.680Z] 	at hudson.Proc$LocalProc.<init>(Proc.java:223)
09:12:30 [2025-01-13T09:12:30.680Z] 	at hudson.Launcher$LocalLauncher.launch(Launcher.java:997)
09:12:30 [2025-01-13T09:12:30.680Z] 	at hudson.Launcher$ProcStarter.start(Launcher.java:509)
09:12:30 [2025-01-13T09:12:30.680Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2835)
09:12:30 [2025-01-13T09:12:30.680Z] 	... 13 more
09:12:30 [2025-01-13T09:12:30.680Z] Caused by: java.io.IOException: error=7, Argument list too long
09:12:30 [2025-01-13T09:12:30.680Z] 	at java.base/java.lang.ProcessImpl.forkAndExec(Native Method)
09:12:30 [2025-01-13T09:12:30.680Z] 	at java.base/java.lang.ProcessImpl.<init>(ProcessImpl.java:340)
09:12:30 [2025-01-13T09:12:30.680Z] 	at java.base/java.lang.ProcessImpl.start(ProcessImpl.java:271)
09:12:30 [2025-01-13T09:12:30.680Z] 	at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1107)
09:12:30 [2025-01-13T09:12:30.680Z] 	... 19 more
09:12:30 [2025-01-13T09:12:30.680Z] ERROR: Error cloning remote repo 'origin'
09:12:30 [2025-01-13T09:12:30.680Z] ERROR: Maximum checkout retry attempts reached, aborting
09:12:30 [2025-01-13T09:12:30.781Z] Finished: FAILURE