Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] Hudson failures

Something drastic seems to have happened which is making a number of Virgo Hudson jobs fail. For instance:


failed with the console output below, although I can successfully clone the repository locally.

Regards,
Glyn

Started by user gnormington
Building remotely on hudson-slave2
Checkout:virgo.web-server.snapshot / /opt/buildhomes/hudsonBuild/workspace/virgo.web-server.snapshot - hudson.remoting.Channel@393d701a:hudson-slave2
Using strategy: Default
Last Built Revision: Revision 2ca8d842ef1ad5bc70059428ad45c32c27aff425 (origin/master)
Checkout:virgo.web-server.snapshot / /opt/buildhomes/hudsonBuild/workspace/virgo.web-server.snapshot - hudson.remoting.LocalChannel@4f46c96c
Fetching changes from the remote Git repository
Fetching upstream changes from git://git.eclipse.org/gitroot/virgo/org.eclipse.virgo.web-server.git
ERROR: Problem fetching from origin / origin - could be unavailable. Continuing anyway
ERROR:  (Underlying report) : Error performing command: git fetch -t git://git.eclipse.org/gitroot/virgo/org.eclipse.virgo.web-server.git +refs/heads/*:refs/remotes/origin/*
Command "git fetch -t git://git.eclipse.org/gitroot/virgo/org.eclipse.virgo.web-server.git +refs/heads/*:refs/remotes/origin/*" returned status code 128: fatal: The remote end hung up unexpectedly

ERROR: Could not fetch from any repository
FATAL: Could not fetch from any repository
hudson.plugins.git.GitException: Could not fetch from any repository
	at hudson.plugins.git.GitSCM$3.invoke(GitSCM.java:887)
	at hudson.plugins.git.GitSCM$3.invoke(GitSCM.java:845)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:1960)
	at hudson.remoting.UserRequest.perform(UserRequest.java:114)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:283)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:619)



Back to the top