You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by Apache Hudson Server <hu...@hudson.apache.org> on 2011/04/13 21:21:00 UTC

Build failed in Jenkins: Cayenne-trunk » HSQLDB,JDK 1.6 (latest),Ubuntu #460

See <https://hudson.apache.org/hudson/job/Cayenne-trunk/./cayenneTestConnection=HSQLDB,jdk=JDK%201.6%20(latest),label=Ubuntu/460/>

------------------------------------------
Started by upstream project "Cayenne-trunk" build number 460
Building remotely on ubuntu1
FATAL: cannot assign instance of hudson.model.StreamBuildListener to field hudson.scm.subversion.WorkspaceUpdater$UpdateTask.listener of type hudson.model.TaskListener in instance of hudson.scm.SubversionSCM$CheckOutTask
java.lang.ClassCastException: cannot assign instance of hudson.model.StreamBuildListener to field hudson.scm.subversion.WorkspaceUpdater$UpdateTask.listener of type hudson.model.TaskListener in instance of hudson.scm.SubversionSCM$CheckOutTask
	at java.io.ObjectStreamClass$FieldReflector.setObjFieldValues(ObjectStreamClass.java:2056)
	at java.io.ObjectStreamClass.setObjFieldValues(ObjectStreamClass.java:1229)
	at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1969)
	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1887)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1770)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1346)
	at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1963)
	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1887)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1770)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1346)
	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:368)
	at hudson.remoting.UserRequest.deserialize(UserRequest.java:178)
	at hudson.remoting.UserRequest.perform(UserRequest.java:98)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:270)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
	at java.lang.Thread.run(Thread.java:636)


Jenkins build is back to normal : Cayenne-trunk » HSQLDB,JDK 1.6 (latest),Ubuntu #461

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/Cayenne-trunk/./cayenneTestConnection=HSQLDB,jdk=JDK%201.6%20(latest),label=Ubuntu/461/>



Re: Build failed in Jenkins: Cayenne-trunk » HSQLDB,JDK 1.6 (latest),Ubuntu #460

Posted by Andrus Adamchik <an...@objectstyle.org>.
Ok. I was wondering if maybe some recent config changes that you've made to our Jenkins config (i.e. how it runs the build vs. what's inside the pom's) could have caused that?

Andrus

On Apr 14, 2011, at 1:50 AM, Aristedes Maniatis wrote:

> On 14/04/11 5:23 AM, Andrus Adamchik wrote:
>> FATAL: cannot assign instance of hudson.model.StreamBuildListener to field hudson.scm.subversion.WorkspaceUpdater$UpdateTask.listener of type hudson.model.TaskListener in instance of hudson.scm.SubversionSCM$CheckOutTask
> 
> Looks like Hudson was unable to check out the project.  So nothing to do with us.
> 
> Ari
> 
> -- 
> -------------------------->
> Aristedes Maniatis
> GPG fingerprint CBFB 84B4 738D 4E87 5E5C  5EFA EF6A 7D2E 3E49 102A
> 


Re: Build failed in Jenkins: Cayenne-trunk » HSQLDB,JDK 1.6 (latest),Ubuntu #460

Posted by Andrus Adamchik <an...@objectstyle.org>.
On Apr 14, 2011, at 8:31 AM, Christian Grobmeier wrote:

> there are several other build failures in hudson. For example:
> https://builds.apache.org/hudson/job/Cayenne-trunk/cayenneTestConnection=derby,jdk=JDK%201.5%20(latest),label=Ubuntu/457/consoleText
> 
> in project: Cayenne Java 1.5 Unpublished
> 
> It seems there are test failures. In another build i have read
> something of connection misconfiguration.
> 
> Please refer to
> /home/hudson/hudson-slave/workspace/Cayenne-trunk/cayenneTestConnection/derby/jdk/JDK
> 1.5 (latest)/label/Ubuntu/trunk/framework/cayenne-jdk1.5-unpublished/target/surefire-reports
> for the individual test results.

This was fixed a couple of days ago, although since Hudson stopped working we can't verify whether it had any effect.

> I will ask for the other error on inra list, or has somebody already
> asked for it?

Appreciate if you do. 

Andrus


Re: Build failed in Jenkins: Cayenne-trunk » HSQLDB,JDK 1.6 (latest),Ubuntu #460

Posted by Christian Grobmeier <gr...@gmail.com>.
> Looks like Hudson was unable to check out the project.  So nothing to do
> with us.

there are several other build failures in hudson. For example:
https://builds.apache.org/hudson/job/Cayenne-trunk/cayenneTestConnection=derby,jdk=JDK%201.5%20(latest),label=Ubuntu/457/consoleText

in project: Cayenne Java 1.5 Unpublished

It seems there are test failures. In another build i have read
something of connection misconfiguration.

Please refer to
/home/hudson/hudson-slave/workspace/Cayenne-trunk/cayenneTestConnection/derby/jdk/JDK
1.5 (latest)/label/Ubuntu/trunk/framework/cayenne-jdk1.5-unpublished/target/surefire-reports
for the individual test results.

In the Java 1.6 reports is:

org.apache.maven.lifecycle.LifecycleExecutionException: Failed to
execute goal org.apache.maven.plugins:maven-surefire-plugin:2.5:test
(default-test) on project cayenne-jdk1.5-unpublished: There are test
failures.

Again, weird artifact naming - why does java 1.6 tests depend on
1.5-unpub? But thats another thread.

I will ask for the other error on inra list, or has somebody already
asked for it?

Cheers
Christian

Re: Build failed in Jenkins: Cayenne-trunk » HSQLDB,JDK 1.6 (latest),Ubuntu #460

Posted by Aristedes Maniatis <ar...@maniatis.org>.
On 14/04/11 5:23 AM, Andrus Adamchik wrote:
> FATAL: cannot assign instance of hudson.model.StreamBuildListener to field hudson.scm.subversion.WorkspaceUpdater$UpdateTask.listener of type hudson.model.TaskListener in instance of hudson.scm.SubversionSCM$CheckOutTask

Looks like Hudson was unable to check out the project.  So nothing to do with us.

Ari

-- 
-------------------------->
Aristedes Maniatis
GPG fingerprint CBFB 84B4 738D 4E87 5E5C  5EFA EF6A 7D2E 3E49 102A

Re: [Jenkins] Fwd: Build failed in Jenkins: Cayenne-trunk » HSQLDB,JDK 1.6 (latest),Ubuntu #460

Posted by Andrus Adamchik <an...@objectstyle.org>.
I have Jenkins admin password somewhere, but I figured it will be easier to just commit an extra space to the root pom :-)

Thanks for tracing the issue. Let's wait for the build.

Andrus

On Apr 15, 2011, at 11:20 AM, Christian Grobmeier wrote:

> Hey all,
> 
> please read what I got as response from Infra (below). It sounds to me
> as we good give the build another try. Can somebody manually trigger
> or commit something?
> 
> Christian
> 
> ---------- Forwarded message ----------
> From: Niklas Gustavsson <ni...@protocol7.com>
> Date: Fri, Apr 15, 2011 at 9:32 AM
> Subject: Re: [Jenkins] Fwd: Build failed in Jenkins: Cayenne-trunk »
> HSQLDB,JDK 1.6 (latest),Ubuntu #460
> To: Christian Grobmeier <gr...@gmail.com>
> Cc: Apache Infrastructure <in...@apache.org>
> 
> 
> On Thu, Apr 14, 2011 at 8:43 AM, Christian Grobmeier
> <gr...@gmail.com> wrote:
>> do you have any tipps on the error below?
>> We are not sure whats going on.
> 
> https://issues.jenkins-ci.org/browse/JENKINS-9017
> 
> We're now disconnecting slaves when they idle to somewhat work around
> this bug. In your case, there was another build which had gotten stuck
> that meant the slave would never disconnect. That build has now been
> killed.
> 
> /niklas
> 


Fwd: [Jenkins] Fwd: Build failed in Jenkins: Cayenne-trunk » HSQLDB,JDK 1.6 (latest),Ubuntu #460

Posted by Christian Grobmeier <gr...@gmail.com>.
Hey all,

please read what I got as response from Infra (below). It sounds to me
as we good give the build another try. Can somebody manually trigger
or commit something?

Christian

---------- Forwarded message ----------
From: Niklas Gustavsson <ni...@protocol7.com>
Date: Fri, Apr 15, 2011 at 9:32 AM
Subject: Re: [Jenkins] Fwd: Build failed in Jenkins: Cayenne-trunk »
HSQLDB,JDK 1.6 (latest),Ubuntu #460
To: Christian Grobmeier <gr...@gmail.com>
Cc: Apache Infrastructure <in...@apache.org>


On Thu, Apr 14, 2011 at 8:43 AM, Christian Grobmeier
<gr...@gmail.com> wrote:
> do you have any tipps on the error below?
> We are not sure whats going on.

https://issues.jenkins-ci.org/browse/JENKINS-9017

We're now disconnecting slaves when they idle to somewhat work around
this bug. In your case, there was another build which had gotten stuck
that meant the slave would never disconnect. That build has now been
killed.

/niklas

Re: Build failed in Jenkins: Cayenne-trunk » HSQLDB,JDK 1.6 (latest),Ubuntu #460

Posted by Andrus Adamchik <an...@objectstyle.org>.
Wonder what that means? Definitely nothing in the code can cause it.

Ari, do you have any idea?

Andrus


On Apr 13, 2011, at 10:21 PM, Apache Hudson Server wrote:

> See <https://hudson.apache.org/hudson/job/Cayenne-trunk/./cayenneTestConnection=HSQLDB,jdk=JDK%201.6%20(latest),label=Ubuntu/460/>
> 
> ------------------------------------------
> Started by upstream project "Cayenne-trunk" build number 460
> Building remotely on ubuntu1
> FATAL: cannot assign instance of hudson.model.StreamBuildListener to field hudson.scm.subversion.WorkspaceUpdater$UpdateTask.listener of type hudson.model.TaskListener in instance of hudson.scm.SubversionSCM$CheckOutTask
> java.lang.ClassCastException: cannot assign instance of hudson.model.StreamBuildListener to field hudson.scm.subversion.WorkspaceUpdater$UpdateTask.listener of type hudson.model.TaskListener in instance of hudson.scm.SubversionSCM$CheckOutTask
> 	at java.io.ObjectStreamClass$FieldReflector.setObjFieldValues(ObjectStreamClass.java:2056)
> 	at java.io.ObjectStreamClass.setObjFieldValues(ObjectStreamClass.java:1229)
> 	at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1969)
> 	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1887)
> 	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1770)
> 	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1346)
> 	at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1963)
> 	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1887)
> 	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1770)
> 	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1346)
> 	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:368)
> 	at hudson.remoting.UserRequest.deserialize(UserRequest.java:178)
> 	at hudson.remoting.UserRequest.perform(UserRequest.java:98)
> 	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
> 	at hudson.remoting.Request$2.run(Request.java:270)
> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
> 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
> 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
> 	at java.lang.Thread.run(Thread.java:636)
> 
>