You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by Apache Hudson Server <hu...@hudson.zones.apache.org> on 2010/02/22 18:14:07 UTC

Build failed in Hudson: Shiro » Apache Shiro :: Core #150

See <http://hudson.zones.apache.org/hudson/job/Shiro/org.apache.shiro$shiro-core/150/changes>

Changes:

[lhazlewood] SHIRO-142: ensured only the error code or the redirect occured.  Added accompanying test cases for verification.

------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Shiro :: Core
[INFO]    task-segment: [deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 253 source files to <http://hudson.zones.apache.org/hudson/job/Shiro/org.apache.shiro$shiro-core/ws/target/classes>
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Shiro/org.apache.shiro$shiro-core/ws/pom.xml> to /export/home/hudson/hudson/jobs/Shiro/modules/org.apache.shiro$shiro-core/builds/2010-02-22_17-12-17/archive/org.apache.shiro/shiro-core/1.0-incubating-SNAPSHOT/pom.xml
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<http://hudson.zones.apache.org/hudson/job/Shiro/org.apache.shiro$shiro-core/ws/src/main/java/org/apache/shiro/concurrent/SubjectAwareExecutorService.java>:[59,7] org.apache.shiro.concurrent.SubjectAwareExecutorService is not abstract and does not override abstract method <T>invokeAny(java.util.Collection<java.util.concurrent.Callable<T>>,long,java.util.concurrent.TimeUnit) in java.util.concurrent.ExecutorService

<http://hudson.zones.apache.org/hudson/job/Shiro/org.apache.shiro$shiro-core/ws/src/main/java/org/apache/shiro/concurrent/SubjectAwareScheduledExecutorService.java>:[30,7] org.apache.shiro.concurrent.SubjectAwareScheduledExecutorService is not abstract and does not override abstract method <T>invokeAny(java.util.Collection<java.util.concurrent.Callable<T>>,long,java.util.concurrent.TimeUnit) in java.util.concurrent.ExecutorService


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 minute 25 seconds
[INFO] Finished at: Mon Feb 22 17:14:03 UTC 2010
[INFO] Final Memory: 29M/286M
[INFO] ------------------------------------------------------------------------
Waiting for Hudson to finish collecting data


Build failed in Hudson: Shiro » Apache Shiro :: Core #152

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Shiro/org.apache.shiro$shiro-core/152/changes>

Changes:

[lhazlewood] SHIRO-140: just adding abstract didn't work.  This commit will additionally comment out those two methods.

------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Shiro :: Core
[INFO]    task-segment: [deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 253 source files to <http://hudson.zones.apache.org/hudson/job/Shiro/org.apache.shiro$shiro-core/ws/target/classes>
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Shiro/org.apache.shiro$shiro-core/ws/pom.xml> to /export/home/hudson/hudson/jobs/Shiro/modules/org.apache.shiro$shiro-core/builds/2010-02-22_19-26-45/archive/org.apache.shiro/shiro-core/1.0-incubating-SNAPSHOT/pom.xml
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
<http://hudson.zones.apache.org/hudson/job/Shiro/org.apache.shiro$shiro-core/ws/src/main/java/org/apache/shiro/concurrent/SubjectAwareScheduledExecutorService.java>:[62,16] name clash: <T>invokeAll(java.util.Collection<? extends java.util.concurrent.Callable<T>>,long,java.util.concurrent.TimeUnit) in org.apache.shiro.concurrent.SubjectAwareExecutorService and <T>invokeAll(java.util.Collection<java.util.concurrent.Callable<T>>,long,java.util.concurrent.TimeUnit) in java.util.concurrent.ExecutorService have the same erasure, yet neither overrides the other


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 32 seconds
[INFO] Finished at: Mon Feb 22 19:27:33 UTC 2010
[INFO] Final Memory: 28M/296M
[INFO] ------------------------------------------------------------------------


Build failed in Hudson: Shiro » Apache Shiro :: Core #151

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Shiro/org.apache.shiro$shiro-core/151/changes>

Changes:

[lhazlewood] SHIRO-140: Made SubjectAwareExecutorService and SubjectAwareScheduledExecutorService abstract to allow the Hudson build to continue.  Will try to figure out a fix for this if Kalle's solution for another project is applicable.

------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Shiro :: Core
[INFO]    task-segment: [deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 253 source files to <http://hudson.zones.apache.org/hudson/job/Shiro/org.apache.shiro$shiro-core/ws/target/classes>
[HUDSON] Archiving <http://hudson.zones.apache.org/hudson/job/Shiro/org.apache.shiro$shiro-core/ws/pom.xml> to /export/home/hudson/hudson/jobs/Shiro/modules/org.apache.shiro$shiro-core/builds/2010-02-22_19-18-22/archive/org.apache.shiro/shiro-core/1.0-incubating-SNAPSHOT/pom.xml
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
no more tokens - could not parse error message: <http://hudson.zones.apache.org/hudson/job/Shiro/org.apache.shiro$shiro-core/ws/src/main/java/org/apache/shiro/concurrent/SubjectAwareScheduledExecutorService.java>:59: name clash: <T>invokeAny(java.util.Collection<? extends java.util.concurrent.Callable<T>>,long,java.util.concurrent.TimeUnit) in org.apache.shiro.concurrent.SubjectAwareExecutorService and <T>invokeAny(java.util.Collection<java.util.concurrent.Callable<T>>,long,java.util.concurrent.TimeUnit) in java.util.concurrent.ExecutorService have the same erasure, yet neither overrides the other
                ^


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 43 seconds
[INFO] Finished at: Mon Feb 22 19:19:17 UTC 2010
[INFO] Final Memory: 29M/248M
[INFO] ------------------------------------------------------------------------