Git Polling Log

Started on 12-Dec-2025 03:09:49
Polling SCM changes on master
Using strategy: Default
[poll] Last Built Revision: Revision 375130e065f10de0f8cedab9bc66304b42bc6f27 (origin/tags/release/0.2.2)
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repositories
 > git config remote.origin.url git://git.netsurf-browser.org/libnsfb.git # timeout=10
Fetching upstream changes from git://git.netsurf-browser.org/libnsfb.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress git://git.netsurf-browser.org/libnsfb.git +refs/tags/release/*:refs/remotes/origin/tags/release/*
FATAL: hudson.plugins.git.GitException: Failed to fetch from git://git.netsurf-browser.org/libnsfb.git
hudson.util.IOException2: hudson.plugins.git.GitException: Failed to fetch from git://git.netsurf-browser.org/libnsfb.git
	at hudson.plugins.git.GitSCM.compareRemoteRevisionWith(GitSCM.java:529)
	at hudson.scm.SCM.compareRemoteRevisionWith(SCM.java:380)
	at hudson.scm.SCM.poll(SCM.java:397)
	at hudson.model.AbstractProject.pollWithWorkspace(AbstractProject.java:1467)
	at hudson.model.AbstractProject._poll(AbstractProject.java:1438)
	at hudson.model.AbstractProject.poll(AbstractProject.java:1349)
	at hudson.triggers.SCMTrigger$Runner.runPolling(SCMTrigger.java:510)
	at hudson.triggers.SCMTrigger$Runner.run(SCMTrigger.java:539)
	at hudson.util.SequentialExecutionQueue$QueueEntry.run(SequentialExecutionQueue.java:118)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:750)
Caused by: hudson.plugins.git.GitException: Failed to fetch from git://git.netsurf-browser.org/libnsfb.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:763)
	at hudson.plugins.git.GitSCM.compareRemoteRevisionWithImpl(GitSCM.java:654)
	at hudson.plugins.git.GitSCM.compareRemoteRevisionWith(GitSCM.java:527)
	... 13 more
Caused by: hudson.plugins.git.GitException: Error performing git command
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1611)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1363)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:61)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:299)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:761)
	... 15 more
Caused by: java.lang.OutOfMemoryError: Java heap space
Done. Took 20 min
No changes