Started by timer Running as SYSTEM Building in workspace /jenkins/jobs/illumos-gate/workspace The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir /jenkins/jobs/illumos-gate/workspace/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git://github.com/OpenIndiana/oi-userland.git # timeout=10 Fetching upstream changes from git://github.com/OpenIndiana/oi-userland.git > git --version # timeout=10 > git --version # 'git version 2.33.1' > git fetch --tags --force --progress -- git://github.com/OpenIndiana/oi-userland.git +refs/heads/*:refs/remotes/origin/* # timeout=10 ERROR: Error fetching remote repo 'origin' hudson.plugins.git.GitException: Failed to fetch from git://github.com/OpenIndiana/oi-userland.git at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:1004) at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1245) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305) at hudson.scm.SCM.checkout(SCM.java:505) at hudson.model.AbstractProject.checkout(AbstractProject.java:1213) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:639) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:511) at hudson.model.Run.execute(Run.java:1889) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:100) at hudson.model.Executor.run(Executor.java:433) Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --force --progress -- git://github.com/OpenIndiana/oi-userland.git +refs/heads/*:refs/remotes/origin/*" returned status code 128: stdout: stderr: fatal: remote error: The unauthenticated git protocol on port 9418 is no longer supported. Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information. at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2681) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2102) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:86) at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:624) at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:1002) ... 11 more ERROR: Error fetching remote repo 'origin' IRC notifier plugin: Sending notification to: #oi-dev IRC notifier plugin: [ERROR] not connected. Cannot send message to '#oi-dev' Finished: FAILURE