[errai-dev] Build failed in Hudson: Errai » Errai::Bus #117

jboss-qa-internal at redhat.com jboss-qa-internal at redhat.com
Wed May 5 01:03:58 EDT 2010


See <http://hudson.qa.jboss.com/hudson/job/Errai/org.jboss.errai$errai-bus/117/changes>

Changes:

[cbrock] remove test code.

[cbrock] implement a higher performance scheduling algorithim.

[cbrock] more fixes and refactoring

[cbrock] more fixes and refactoring

[cbrock] remove unnecessary synchronization.

[cbrock] small code fix.

[cbrock] add new executor service that will work with JDK 1.5 and 1.6.

------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Building Errai::Bus
[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 180 resources
[INFO] snapshot org.mvel:mvel2:2.0.18-SNAPSHOT: checking for updates from jboss-developer-repository-group
[INFO] snapshot org.mvel:mvel2:2.0.18-SNAPSHOT: checking for updates from repository.jboss.org
[INFO] snapshot org.mvel:mvel2:2.0.18-SNAPSHOT: checking for updates from snapshots.jboss.org
[INFO] snapshot org.mvel:mvel2:2.0.18-SNAPSHOT: checking for updates from maven2.java.net
[INFO] snapshot org.mvel:mvel2:2.0.18-SNAPSHOT: checking for updates from maven1.java.net
[INFO] snapshot org.mvel:mvel2:2.0.18-SNAPSHOT: checking for updates from codehaus-snapshot
[INFO] snapshot org.mvel:mvel2:2.0.18-SNAPSHOT: checking for updates from gwt-maven
Downloading: http://snapshots.repository.codehaus.org/org/mvel/mvel2/2.0.18-SNAPSHOT/mvel2-2.0.18-SNAPSHOT.pom
[INFO] snapshot com.sun.grizzly:grizzly-lzma:4.65-SNAPSHOT: checking for updates from jboss-developer-repository-group
[INFO] snapshot com.sun.grizzly:grizzly-lzma:4.65-SNAPSHOT: checking for updates from repository.jboss.org
[INFO] snapshot com.sun.grizzly:grizzly-lzma:4.65-SNAPSHOT: checking for updates from snapshots.jboss.org
[INFO] snapshot com.sun.grizzly:grizzly-lzma:4.65-SNAPSHOT: checking for updates from maven2.java.net
[INFO] snapshot com.sun.grizzly:grizzly-lzma:4.65-SNAPSHOT: checking for updates from maven1.java.net
[INFO] snapshot com.sun.grizzly:grizzly-lzma:4.65-SNAPSHOT: checking for updates from codehaus-snapshot
[INFO] snapshot com.sun.grizzly:grizzly-lzma:4.65-SNAPSHOT: checking for updates from gwt-maven
[INFO] snapshot com.sun.grizzly:grizzly-lzma:4.65-SNAPSHOT: checking for updates from java.net
[INFO] snapshot com.sun.grizzly:grizzly-lzma:4.65-SNAPSHOT: checking for updates from codehaus
[INFO] snapshot com.sun.grizzly:grizzly-lzma:4.65-SNAPSHOT: checking for updates from glassfish-maven2-repository.dev.java.net
Downloading: http://download.java.net/maven/2/com/sun/grizzly/grizzly-lzma/4.65-SNAPSHOT/grizzly-lzma-4.65-SNAPSHOT.pom
Downloading: http://snapshots.repository.codehaus.org/org/mvel/mvel2/2.0.18-SNAPSHOT/mvel2-2.0.18-SNAPSHOT.jar
Downloading: http://download.java.net/maven/2/com/sun/grizzly/grizzly-lzma/4.65-SNAPSHOT/grizzly-lzma-4.65-SNAPSHOT.jar
[INFO] [compiler:compile]
[INFO] Compiling 88 source files to <http://hudson.qa.jboss.com/hudson/job/Errai/org.jboss.errai$errai-bus/ws/target/classes>
[HUDSON] Archiving <http://hudson.qa.jboss.com/hudson/job/Errai/org.jboss.errai$errai-bus/ws/pom.xml> to /home/hudson/hudson_workspace/jobs/Errai/modules/org.jboss.errai$errai-bus/builds/2010-05-05_01-03-11/archive/org.jboss.errai/errai-bus/1.1-SNAPSHOT/pom.xml
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<http://hudson.qa.jboss.com/hudson/job/Errai/org.jboss.errai$errai-bus/ws/src/main/java/org/jboss/errai/bus/server/MessageQueueImpl.java>:[37,41] interface expected here

<http://hudson.qa.jboss.com/hudson/job/Errai/org.jboss.errai$errai-bus/ws/src/main/java/org/jboss/errai/bus/server/servlet/AbstractErraiServlet.java>:[46,28] cannot find symbol
symbol  : method to(java.lang.Class<org.jboss.errai.bus.server.ServerMessageBusImpl>)
location: interface com.google.inject.binder.AnnotatedBindingBuilder<org.jboss.errai.bus.server.api.ServerMessageBus>

<http://hudson.qa.jboss.com/hudson/job/Errai/org.jboss.errai$errai-bus/ws/src/main/java/org/jboss/errai/bus/server/ServerMessageBusImpl.java>:[52,7] org.jboss.errai.bus.server.ServerMessageBusImpl is not abstract and does not override abstract method getScheduler() in org.jboss.errai.bus.server.ServerMessageBus

<http://hudson.qa.jboss.com/hudson/job/Errai/org.jboss.errai$errai-bus/ws/src/main/java/org/jboss/errai/bus/server/ServerMessageBusImpl.java>:[700,28] getScheduler() in org.jboss.errai.bus.server.ServerMessageBusImpl cannot implement getScheduler() in org.jboss.errai.bus.server.ServerMessageBus; attempting to use incompatible return type
found   : org.jboss.errai.bus.server.async.SchedulerService
required: org.jboss.errai.bus.server.Scheduler

<http://hudson.qa.jboss.com/hudson/job/Errai/org.jboss.errai$errai-bus/ws/src/main/java/org/jboss/errai/bus/server/ServerMessageBusImpl.java>:[120,24] remoteSubscribe(org.jboss.errai.bus.server.QueueSession,org.jboss.errai.bus.server.MessageQueue,java.lang.String) in org.jboss.errai.bus.server.ServerMessageBusImpl cannot be applied to (org.jboss.errai.bus.server.QueueSession,org.jboss.errai.bus.server.MessageQueueImpl,java.lang.String)

<http://hudson.qa.jboss.com/hudson/job/Errai/org.jboss.errai$errai-bus/ws/src/main/java/org/jboss/errai/bus/server/ServerMessageBusImpl.java>:[184,71] cannot find symbol
symbol  : method getSession()
location: class org.jboss.errai.bus.server.MessageQueue

<http://hudson.qa.jboss.com/hudson/job/Errai/org.jboss.errai$errai-bus/ws/src/main/java/org/jboss/errai/bus/server/ServerMessageBusImpl.java>:[188,23] cannot find symbol
symbol  : method getSession()
location: class org.jboss.errai.bus.server.MessageQueue

<http://hudson.qa.jboss.com/hudson/job/Errai/org.jboss.errai$errai-bus/ws/src/main/java/org/jboss/errai/bus/server/ServerMessageBusImpl.java>:[203,21] put(org.jboss.errai.bus.server.QueueSession,org.jboss.errai.bus.server.MessageQueue) in java.util.Map<org.jboss.errai.bus.server.QueueSession,org.jboss.errai.bus.server.MessageQueue> cannot be applied to (org.jboss.errai.bus.server.QueueSession,org.jboss.errai.bus.server.MessageQueueImpl)

<http://hudson.qa.jboss.com/hudson/job/Errai/org.jboss.errai$errai-bus/ws/src/main/java/org/jboss/errai/bus/server/ServerMessageBusImpl.java>:[270,79] cannot find symbol
symbol  : method getSession()
location: class org.jboss.errai.bus.server.MessageQueue

<http://hudson.qa.jboss.com/hudson/job/Errai/org.jboss.errai$errai-bus/ws/src/main/java/org/jboss/errai/bus/server/ServerMessageBusImpl.java>:[350,62] cannot find symbol
symbol  : method getSession()
location: class org.jboss.errai.bus.server.MessageQueue

<http://hudson.qa.jboss.com/hudson/job/Errai/org.jboss.errai$errai-bus/ws/src/main/java/org/jboss/errai/bus/server/ServerMessageBusImpl.java>:[432,43] cannot find symbol
symbol  : method getSession()
location: class org.jboss.errai.bus.server.MessageQueue

<http://hudson.qa.jboss.com/hudson/job/Errai/org.jboss.errai$errai-bus/ws/src/main/java/org/jboss/errai/bus/server/ServerMessageBusImpl.java>:[434,32] cannot find symbol
symbol  : constructor QueueCloseEvent(org.jboss.errai.bus.server.MessageQueue)
location: class org.jboss.errai.bus.server.api.QueueCloseEvent

<http://hudson.qa.jboss.com/hudson/job/Errai/org.jboss.errai$errai-bus/ws/src/main/java/org/jboss/errai/bus/server/ServerMessageBusImpl.java>:[743,87] cannot find symbol
symbol  : method getSession()
location: class org.jboss.errai.bus.server.MessageQueue

<http://hudson.qa.jboss.com/hudson/job/Errai/org.jboss.errai$errai-bus/ws/src/main/java/org/jboss/errai/bus/server/MessageQueueImpl.java>:[191,38] activate(org.jboss.errai.bus.server.MessageQueue) in org.jboss.errai.bus.server.QueueActivationCallback cannot be applied to (org.jboss.errai.bus.server.MessageQueueImpl)

<http://hudson.qa.jboss.com/hudson/job/Errai/org.jboss.errai$errai-bus/ws/src/main/java/org/jboss/errai/bus/server/MessageQueueImpl.java>:[217,50] activate(org.jboss.errai.bus.server.MessageQueue) in org.jboss.errai.bus.server.QueueActivationCallback cannot be applied to (org.jboss.errai.bus.server.MessageQueueImpl)

<http://hudson.qa.jboss.com/hudson/job/Errai/org.jboss.errai$errai-bus/ws/src/main/java/org/jboss/errai/bus/server/MessageQueueImpl.java>:[207,28] addTask(org.jboss.errai.bus.server.TimedTask) in org.jboss.errai.bus.server.Scheduler cannot be applied to (org.jboss.errai.bus.server.async.TimedTask)

<http://hudson.qa.jboss.com/hudson/job/Errai/org.jboss.errai$errai-bus/ws/src/main/java/org/jboss/errai/bus/server/MessageQueueImpl.java>:[353,11] cannot find symbol
symbol  : method closeQueue(org.jboss.errai.bus.server.MessageQueueImpl)
location: interface org.jboss.errai.bus.server.ServerMessageBus

<http://hudson.qa.jboss.com/hudson/job/Errai/org.jboss.errai$errai-bus/ws/src/main/java/org/jboss/errai/bus/server/service/ErraiServiceConfiguratorImpl.java>:[426,26] cannot find symbol
symbol  : method containsKey(java.lang.String)
location: class java.util.ResourceBundle

<http://hudson.qa.jboss.com/hudson/job/Errai/org.jboss.errai$errai-bus/ws/src/main/java/org/jboss/errai/bus/server/async/scheduling/PooledExecutorService.java>:[138,75] cannot find symbol
symbol  : variable MINUTES
location: class java.util.concurrent.TimeUnit

<http://hudson.qa.jboss.com/hudson/job/Errai/org.jboss.errai$errai-bus/ws/src/main/java/org/jboss/errai/bus/server/async/scheduling/PooledExecutorService.java>:[169,58] cannot find symbol
symbol  : variable MINUTES
location: class java.util.concurrent.TimeUnit

<http://hudson.qa.jboss.com/hudson/job/Errai/org.jboss.errai$errai-bus/ws/src/main/java/org/jboss/errai/bus/rebind/BusClientConfigGenerator.java>:[84,26] cannot find symbol
symbol  : method containsKey(java.lang.String)
location: class java.util.ResourceBundle


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 38 seconds
[INFO] Finished at: Wed May 05 01:03:57 EDT 2010
[INFO] Final Memory: 51M/64M
[INFO] ------------------------------------------------------------------------
Waiting for Hudson to finish collecting data



More information about the errai-dev mailing list