Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] hudson is broken

Build is failing with the following message:

Started by upstream project "ptp-photran-nightly" build number 94
Building remotely on hudson-slave2
Checkout:ptp-nightly / <https://hudson.eclipse.org/hudson/job/ptp-nightly/ws/> - hudson.remoting.Channel@32cf63bb:hudson-slave2
Using strategy: Default
Last Built Revision: Revision 566cf34845fd51c6a95bf37513e781ada6487da1 (origin1/master)
Checkout:ptp-nightly / <https://hudson.eclipse.org/hudson/job/ptp-nightly/ws/> - hudson.remoting.LocalChannel@30097f5f
Fetching changes from the remote Git repository
Fetching upstream changes from git://git.eclipse.org/gitroot/ptp/org.eclipse.ptp.git
FATAL: null
java.lang.NullPointerException
	at hudson.remoting.MultiClassLoaderSerializer$Input.readClassLoader(MultiClassLoaderSerializer.java:94)
	at hudson.remoting.MultiClassLoaderSerializer$Input.resolveClass(MultiClassLoaderSerializer.java:111)
	at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1575)
	at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1496)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1732)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:351)
	at hudson.remoting.UserRequest.deserialize(UserRequest.java:178)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:207)
	at hudson.remoting.Channel.call(Channel.java:651)
	at hudson.FilePath.act(FilePath.java:747)
	at hudson.FilePath.act(FilePath.java:740)
	at hudson.plugins.git.GitSCM.gerRevisionToBuild(GitSCM.java:845)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:622)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1483)
	at hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:507)
	at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:424)
	at hudson.model.Run.run(Run.java:1366)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:145)

Back to the top