Skip to content
Builds

Loading builds...

Git Polling Log

Started on Jun 20, 2025, 8:41:00 PM
No JDK named ‘JDK8u40’ found
Polling SCM changes on built-in
Using strategy: Default
[poll] Last Built Revision: Revision 3cdd778079058199fb49d6f8c51272f00773cf2f (origin/modernize)
No JDK named ‘JDK8u40’ found
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /home/javastream.de/jenkins/jobs/org.bundle-bee/workspace/.git # timeout=10
Fetching changes from the remote Git repositories
No JDK named ‘JDK8u40’ found
 > git config remote.origin.url git@github.com:innoq/bundle-bee.git # timeout=10
Fetching upstream changes from git@github.com:innoq/bundle-bee.git
 > git --version # timeout=10
 > git --version # 'git version 2.39.5'
 > git fetch --tags --force --progress -- git@github.com:innoq/bundle-bee.git +refs/heads/*:refs/remotes/origin/* # timeout=10
FATAL: hudson.plugins.git.GitException: Failed to fetch from git@github.com:innoq/bundle-bee.git
hudson.plugins.git.GitException: Command "git fetch --tags --force --progress -- git@github.com:innoq/bundle-bee.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@    WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!     @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that a host key has just been changed.
The fingerprint for the RSA key sent by the remote host is
SHA256:uNiVztksCsDhcc0u9e8BujQXVUpKZIDTMczCvj3tD2s.
Please contact your system administrator.
Add correct host key in /var/www/.ssh/known_hosts to get rid of this message.
Offending RSA key in /var/www/.ssh/known_hosts:1
  remove with:
  ssh-keygen -f "/var/www/.ssh/known_hosts" -R "github.com"
Host key for github.com has changed and you have requested strict checking.
Host key verification failed.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

	at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2852)
	at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2188)
	at PluginClassLoader for git-client//org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:638)
	at PluginClassLoader for git//hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:997)
Caused: hudson.plugins.git.GitException: Failed to fetch from git@github.com:innoq/bundle-bee.git
	at PluginClassLoader for git//hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:999)
	at PluginClassLoader for git//hudson.plugins.git.GitSCM.compareRemoteRevisionWithImpl(GitSCM.java:807)
	at PluginClassLoader for git//hudson.plugins.git.GitSCM.compareRemoteRevisionWith(GitSCM.java:689)
Caused: java.io.IOException
	at PluginClassLoader for git//hudson.plugins.git.GitSCM.compareRemoteRevisionWith(GitSCM.java:691)
	at hudson.scm.SCM.compareRemoteRevisionWith(SCM.java:419)
	at hudson.scm.SCM.poll(SCM.java:436)
	at hudson.model.AbstractProject.pollWithWorkspace(AbstractProject.java:1451)
	at hudson.model.AbstractProject._poll(AbstractProject.java:1421)
	at hudson.model.AbstractProject.poll(AbstractProject.java:1335)
	at jenkins.triggers.SCMTriggerItem$SCMTriggerItems$Bridge.poll(SCMTriggerItem.java:151)
	at hudson.triggers.SCMTrigger$Runner.runPolling(SCMTrigger.java:617)
	at hudson.triggers.SCMTrigger$Runner.run(SCMTrigger.java:664)
	at hudson.util.SequentialExecutionQueue$QueueEntry.run(SequentialExecutionQueue.java:123)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Done. Took 0.42 sec
No changes