Console Output

16:01:53 [2024-06-27T16:01:53.133Z] Selected Git installation does not exist. Using Default
16:01:53 [2024-06-27T16:01:53.133Z] The recommended git tool is: NONE
16:01:53 [2024-06-27T16:01:53.133Z] No credentials specified
16:01:53 [2024-06-27T16:01:53.133Z]  > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/bodhi-trigger/workspace/.git # timeout=10
16:01:53 [2024-06-27T16:01:53.140Z] Fetching changes from the remote Git repository
16:01:53 [2024-06-27T16:01:53.141Z]  > git config remote.origin.url https://github.com/coreos/coreos-ci # timeout=10
16:01:53 [2024-06-27T16:01:53.192Z] Fetching upstream changes from https://github.com/coreos/coreos-ci
16:01:53 [2024-06-27T16:01:53.192Z]  > git --version # timeout=10
16:01:53 [2024-06-27T16:01:53.199Z]  > git --version # 'git version 2.39.3'
16:01:53 [2024-06-27T16:01:53.199Z]  > git fetch --tags --force --progress -- https://github.com/coreos/coreos-ci +refs/heads/*:refs/remotes/origin/* # timeout=10
16:04:04 [2024-06-27T16:04:04.965Z] ERROR: Error fetching remote repo 'origin'
16:04:04 [2024-06-27T16:04:04.965Z] hudson.plugins.git.GitException: Failed to fetch from https://github.com/coreos/coreos-ci
16:04:04 [2024-06-27T16:04:04.965Z] 	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:1003)
16:04:04 [2024-06-27T16:04:04.965Z] 	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1245)
16:04:04 [2024-06-27T16:04:04.965Z] 	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1309)
16:04:04 [2024-06-27T16:04:04.965Z] 	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:129)
16:04:04 [2024-06-27T16:04:04.965Z] 	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:97)
16:04:04 [2024-06-27T16:04:04.965Z] 	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:84)
16:04:04 [2024-06-27T16:04:04.965Z] 	at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
16:04:04 [2024-06-27T16:04:04.965Z] 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
16:04:04 [2024-06-27T16:04:04.965Z] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
16:04:04 [2024-06-27T16:04:04.965Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
16:04:04 [2024-06-27T16:04:04.965Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
16:04:04 [2024-06-27T16:04:04.965Z] 	at java.base/java.lang.Thread.run(Thread.java:829)
16:04:04 [2024-06-27T16:04:04.965Z] Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --force --progress -- https://github.com/coreos/coreos-ci +refs/heads/*:refs/remotes/origin/*" returned status code 128:
16:04:04 [2024-06-27T16:04:04.965Z] stdout: 
16:04:04 [2024-06-27T16:04:04.965Z] stderr: fatal: unable to access 'https://github.com/coreos/coreos-ci/': Failed to connect to github.com port 443: Connection timed out
16:04:04 [2024-06-27T16:04:04.965Z] 
16:04:04 [2024-06-27T16:04:04.965Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2842)
16:04:04 [2024-06-27T16:04:04.965Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2185)
16:04:04 [2024-06-27T16:04:04.965Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:635)
16:04:04 [2024-06-27T16:04:04.965Z] 	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:1001)
16:04:04 [2024-06-27T16:04:04.965Z] 	... 11 more