You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@river.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2012/07/07 01:04:52 UTC

Build failed in Jenkins: River-QA-solaris #20

See <https://builds.apache.org/job/River-QA-solaris/20/>

------------------------------------------
[...truncated 809 lines...]
    [javac] symbol  : variable Ref
    [javac] location: class com.sun.jini.start.LoaderSplitPolicyProvider
    [javac]                 ,Ref.WEAK_IDENTITY , Ref.STRONG, 1000L, 0L);
    [javac]                  ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/src/com/sun/jini/start/LoaderSplitPolicyProvider.java:101: cannot find symbol
    [javac] symbol  : variable Ref
    [javac] location: class com.sun.jini.start.LoaderSplitPolicyProvider
    [javac]                 ,Ref.WEAK_IDENTITY , Ref.STRONG, 1000L, 0L);
    [javac]                                      ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/src/com/sun/jini/start/LoaderSplitPolicyProvider.java:99: cannot find symbol
    [javac] symbol  : variable RC
    [javac] location: class com.sun.jini.start.LoaderSplitPolicyProvider
    [javac]         delegateMap = RC.concurrentMap(
    [javac]                       ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/src/net/jini/security/policy/DynamicPolicyProvider.java:137: net.jini.security.policy.DynamicPolicyProvider is not abstract and does not override abstract method revoke(java.lang.Class,java.security.Principal[]) in org.apache.river.api.security.RevocablePolicy
    [javac] public class DynamicPolicyProvider extends AbstractPolicy implements 
    [javac]        ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/src/net/jini/security/policy/DynamicPolicyProvider.java:333: method does not override or implement a method from a supertype
    [javac]     @Override
    [javac]     ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/src/net/jini/security/policy/DynamicPolicyProvider.java:350: cannot find symbol
    [javac] symbol  : variable comparator
    [javac] location: class net.jini.security.policy.DynamicPolicyProvider
    [javac]         NavigableSet<Permission> permissions = new TreeSet<Permission>(comparator);
    [javac]                                                                        ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/src/net/jini/security/policy/DynamicPolicyProvider.java:351: cannot find symbol
    [javac] symbol  : method processGrants(java.util.Collection<org.apache.river.api.security.PermissionGrant>,<nulltype>,boolean,java.util.NavigableSet<java.security.Permission>)
    [javac] location: class net.jini.security.policy.DynamicPolicyProvider
    [javac]         processGrants(pgc, null, true, permissions);
    [javac]         ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/src/net/jini/security/policy/DynamicPolicyProvider.java:352: cannot find symbol
    [javac] symbol  : method convert(java.util.NavigableSet<java.security.Permission>,int,float,int,int)
    [javac] location: class net.jini.security.policy.DynamicPolicyProvider
    [javac]         PermissionCollection pc = convert(permissions, 32, 0.75F, 1, 8);
    [javac]                                   ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/src/net/jini/security/policy/DynamicPolicyProvider.java:353: cannot find symbol
    [javac] symbol  : method expandUmbrella(java.security.PermissionCollection)
    [javac] location: class net.jini.security.policy.DynamicPolicyProvider
    [javac] 	expandUmbrella(pc);
    [javac] 	^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/src/net/jini/security/policy/DynamicPolicyProvider.java:343: method does not override or implement a method from a supertype
    [javac]     @Override
    [javac]     ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/src/net/jini/security/policy/DynamicPolicyProvider.java:391: cannot find symbol
    [javac] symbol  : variable comparator
    [javac] location: class net.jini.security.policy.DynamicPolicyProvider
    [javac]         NavigableSet<Permission> permissions = new TreeSet<Permission>(comparator); // Keep as small as possible.
    [javac]                                                                        ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/src/net/jini/security/policy/DynamicPolicyProvider.java:397: cannot find symbol
    [javac] symbol  : class ScalableNestedPolicy
    [javac] location: class net.jini.security.policy.DynamicPolicyProvider
    [javac]         if (!(basePolicy instanceof ScalableNestedPolicy)) {
    [javac]                                     ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/src/net/jini/security/policy/DynamicPolicyProvider.java:410: cannot find symbol
    [javac] symbol  : class ScalableNestedPolicy
    [javac] location: class net.jini.security.policy.DynamicPolicyProvider
    [javac]             Collection<PermissionGrant> grants = ((ScalableNestedPolicy) basePolicy).getPermissionGrants(domain);
    [javac]                                                    ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/src/net/jini/security/policy/DynamicPolicyProvider.java:411: cannot find symbol
    [javac] symbol  : method processGrants(java.util.Collection<org.apache.river.api.security.PermissionGrant>,java.lang.Class,boolean,java.util.NavigableSet<java.security.Permission>)
    [javac] location: class net.jini.security.policy.DynamicPolicyProvider
    [javac]             processGrants(grants, permClass, true, permissions);
    [javac]             ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/src/net/jini/security/policy/DynamicPolicyProvider.java:412: cannot find symbol
    [javac] symbol  : variable ALL_PERMISSION
    [javac] location: class net.jini.security.policy.DynamicPolicyProvider
    [javac]             if (permissions.contains(ALL_PERMISSION)) return true;
    [javac]                                      ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/src/net/jini/security/policy/DynamicPolicyProvider.java:432: cannot find symbol
    [javac] symbol  : method convert(java.util.NavigableSet<java.security.Permission>,int,float,int,int)
    [javac] location: class net.jini.security.policy.DynamicPolicyProvider
    [javac]             pc =convert(permissions, 4, 0.75F, 1, 2);
    [javac]                 ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/src/net/jini/security/policy/DynamicPolicyProvider.java:435: cannot find symbol
    [javac] symbol  : method convert(java.util.NavigableSet<java.security.Permission>,int,float,int,int)
    [javac] location: class net.jini.security.policy.DynamicPolicyProvider
    [javac]             pc = convert(permissions, 4, 0.75F, 1, 2);
    [javac]                  ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/src/net/jini/security/policy/DynamicPolicyProvider.java:436: cannot find symbol
    [javac] symbol  : method expandUmbrella(java.security.PermissionCollection)
    [javac] location: class net.jini.security.policy.DynamicPolicyProvider
    [javac]             expandUmbrella(pc);
    [javac]             ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/src/net/jini/security/policy/DynamicPolicyProvider.java:357: method does not override or implement a method from a supertype
    [javac]     @Override
    [javac]     ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/src/net/jini/security/policy/DynamicPolicyProvider.java:482: cannot find symbol
    [javac] symbol  : method checkNullElements(java.security.Principal[])
    [javac] location: class net.jini.security.policy.DynamicPolicyProvider
    [javac]         checkNullElements(principals);
    [javac]         ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/src/net/jini/security/policy/DynamicPolicyProvider.java:485: cannot find symbol
    [javac] symbol  : method checkNullElements(java.security.Permission[])
    [javac] location: class net.jini.security.policy.DynamicPolicyProvider
    [javac]         checkNullElements(permissions);
    [javac]         ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/src/net/jini/security/policy/DynamicPolicyProvider.java:520: cannot find symbol
    [javac] symbol  : method checkNullElements(java.security.Principal[])
    [javac] location: class net.jini.security.policy.DynamicPolicyProvider
    [javac] 	    checkNullElements(principals);
    [javac] 	    ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/src/net/jini/security/policy/DynamicPolicyProvider.java:537: cannot find symbol
    [javac] symbol  : class ScalableNestedPolicy
    [javac] location: class net.jini.security.policy.DynamicPolicyProvider
    [javac]         if (basePolicy instanceof ScalableNestedPolicy){
    [javac]                                   ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/src/net/jini/security/policy/DynamicPolicyProvider.java:538: cannot find symbol
    [javac] symbol  : class ScalableNestedPolicy
    [javac] location: class net.jini.security.policy.DynamicPolicyProvider
    [javac]             grants = ((ScalableNestedPolicy)basePolicy).getPermissionGrants(domain);
    [javac]                        ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/src/net/jini/security/policy/DynamicPolicyProvider.java:541: cannot find symbol
    [javac] symbol  : method extractGrantFromPolicy(java.security.Policy,java.security.ProtectionDomain)
    [javac] location: class net.jini.security.policy.DynamicPolicyProvider
    [javac]             grants.add(extractGrantFromPolicy(basePolicy, domain));
    [javac]                        ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/src/com/sun/jini/tool/envcheck/plugins/CheckJsseProps.java:460: inconvertible types
    [javac] found   : java.security.Policy
    [javac] required: net.jini.security.policy.DynamicPolicyProvider
    [javac] 		if (Policy.getPolicy() instanceof DynamicPolicyProvider) {
    [javac] 		                    ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/src/net/jini/security/policy/PolicyFileProvider.java:215: cannot find symbol
    [javac] symbol  : method expandUmbrella(java.security.PermissionCollection)
    [javac] location: class net.jini.security.policy.PolicyFileProvider
    [javac] 	expandUmbrella(pc);
    [javac] 	^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/src/net/jini/security/policy/PolicyFileProvider.java:225: cannot find symbol
    [javac] symbol  : method expandUmbrella(java.security.PermissionCollection)
    [javac] location: class net.jini.security.policy.PolicyFileProvider
    [javac] 	expandUmbrella(pc);
    [javac] 	^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/src/net/jini/security/policy/PolicyFileProvider.java:278: cannot find symbol
    [javac] symbol  : variable umbrella
    [javac] location: class net.jini.security.policy.PolicyFileProvider
    [javac] 	new GrantPermission(umbrella);
    [javac] 	                    ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/src/org/apache/river/api/security/CombinerSecurityManager.java:107: cannot find symbol
    [javac] symbol  : class Referrer
    [javac] location: class org.apache.river.api.security.CombinerSecurityManager
    [javac]         ConcurrentMap<Referrer<AccessControlContext>, 
    [javac]                       ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/src/org/apache/river/api/security/CombinerSecurityManager.java:108: cannot find symbol
    [javac] symbol  : class Referrer
    [javac] location: class org.apache.river.api.security.CombinerSecurityManager
    [javac]                 Referrer<AccessControlContext>> internal = 
    [javac]                 ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/src/org/apache/river/api/security/CombinerSecurityManager.java:109: cannot find symbol
    [javac] symbol  : class Referrer
    [javac] location: class org.apache.river.api.security.CombinerSecurityManager
    [javac]                 new NonBlockingHashMap<Referrer<AccessControlContext>, 
    [javac]                                        ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/src/org/apache/river/api/security/CombinerSecurityManager.java:110: cannot find symbol
    [javac] symbol  : class Referrer
    [javac] location: class org.apache.river.api.security.CombinerSecurityManager
    [javac]                 Referrer<AccessControlContext>>();
    [javac]                 ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/src/org/apache/river/api/security/CombinerSecurityManager.java:111: cannot find symbol
    [javac] symbol  : variable Ref
    [javac] location: class org.apache.river.api.security.CombinerSecurityManager
    [javac]         contextCache = RC.concurrentMap(internal, Ref.TIME, Ref.STRONG, 60000L, 0L);
    [javac]                                                   ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/src/org/apache/river/api/security/CombinerSecurityManager.java:111: cannot find symbol
    [javac] symbol  : variable Ref
    [javac] location: class org.apache.river.api.security.CombinerSecurityManager
    [javac]         contextCache = RC.concurrentMap(internal, Ref.TIME, Ref.STRONG, 60000L, 0L);
    [javac]                                                             ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/src/org/apache/river/api/security/CombinerSecurityManager.java:111: cannot find symbol
    [javac] symbol  : variable RC
    [javac] location: class org.apache.river.api.security.CombinerSecurityManager
    [javac]         contextCache = RC.concurrentMap(internal, Ref.TIME, Ref.STRONG, 60000L, 0L);
    [javac]                        ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/src/org/apache/river/api/security/CombinerSecurityManager.java:112: cannot find symbol
    [javac] symbol  : class Referrer
    [javac] location: class org.apache.river.api.security.CombinerSecurityManager
    [javac]         ConcurrentMap<Referrer<Object>, Referrer<NavigableSet<Permission>>> refmap 
    [javac]                       ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/src/org/apache/river/api/security/CombinerSecurityManager.java:112: cannot find symbol
    [javac] symbol  : class Referrer
    [javac] location: class org.apache.river.api.security.CombinerSecurityManager
    [javac]         ConcurrentMap<Referrer<Object>, Referrer<NavigableSet<Permission>>> refmap 
    [javac]                                         ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/src/org/apache/river/api/security/CombinerSecurityManager.java:113: cannot find symbol
    [javac] symbol  : class Referrer
    [javac] location: class org.apache.river.api.security.CombinerSecurityManager
    [javac]                 = new NonBlockingHashMap<Referrer<Object>, 
    [javac]                                          ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/src/org/apache/river/api/security/CombinerSecurityManager.java:114: cannot find symbol
    [javac] symbol  : class Referrer
    [javac] location: class org.apache.river.api.security.CombinerSecurityManager
    [javac]                 Referrer<NavigableSet<Permission>>>();
    [javac]                 ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/src/org/apache/river/api/security/CombinerSecurityManager.java:115: cannot find symbol
    [javac] symbol  : variable Ref
    [javac] location: class org.apache.river.api.security.CombinerSecurityManager
    [javac]         checked = RC.concurrentMap(refmap, Ref.TIME, Ref.STRONG, 20000L, 0L);
    [javac]                                            ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/src/org/apache/river/api/security/CombinerSecurityManager.java:115: cannot find symbol
    [javac] symbol  : variable Ref
    [javac] location: class org.apache.river.api.security.CombinerSecurityManager
    [javac]         checked = RC.concurrentMap(refmap, Ref.TIME, Ref.STRONG, 20000L, 0L);
    [javac]                                                      ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/src/org/apache/river/api/security/CombinerSecurityManager.java:115: cannot find symbol
    [javac] symbol  : variable RC
    [javac] location: class org.apache.river.api.security.CombinerSecurityManager
    [javac]         checked = RC.concurrentMap(refmap, Ref.TIME, Ref.STRONG, 20000L, 0L);
    [javac]                   ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/src/org/apache/river/api/security/CombinerSecurityManager.java:134: cannot find symbol
    [javac] symbol  : variable RC
    [javac] location: class org.apache.river.api.security.CombinerSecurityManager
    [javac]         permCompare = RC.comparator(new PermissionComparator());
    [javac]                       ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/src/org/apache/river/api/security/CombinerSecurityManager.java:238: cannot find symbol
    [javac] symbol  : class Referrer
    [javac] location: class org.apache.river.api.security.CombinerSecurityManager
    [javac]             NavigableSet<Referrer<Permission>> internal = 
    [javac]                          ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/src/org/apache/river/api/security/CombinerSecurityManager.java:239: cannot find symbol
    [javac] symbol  : class Referrer
    [javac] location: class org.apache.river.api.security.CombinerSecurityManager
    [javac]                     new ConcurrentSkipListSet<Referrer<Permission>>(permCompare);
    [javac]                                               ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/src/org/apache/river/api/security/CombinerSecurityManager.java:240: cannot find symbol
    [javac] symbol  : variable Ref
    [javac] location: class org.apache.river.api.security.CombinerSecurityManager
    [javac]             checkedPerms = RC.navigableSet(internal, Ref.TIME, 5000L);
    [javac]                                                      ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/src/org/apache/river/api/security/CombinerSecurityManager.java:240: cannot find symbol
    [javac] symbol  : variable RC
    [javac] location: class org.apache.river.api.security.CombinerSecurityManager
    [javac]             checkedPerms = RC.navigableSet(internal, Ref.TIME, 5000L);
    [javac]                            ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 97 errors
    [javac] 16 warnings

BUILD FAILED
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/build.xml:2084: The following error occurred while executing this line:
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/qa/build.xml:144: The following error occurred while executing this line:
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/build.xml:520: The following error occurred while executing this line:
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/common.xml:225: Compile failed; see the compiler error output for details.

Total time: 20 seconds
Build step 'Invoke Ant' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts

Build failed in Jenkins: River-QA-solaris #24

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/River-QA-solaris/24/changes>

Changes:

[peter_firmstone] URI spaces in codebase strings caused problems with Windows platforms - fixed.

Removed calls to Thread.yield().

------------------------------------------
[...truncated 11238 lines...]
     [java] com/sun/jini/test/impl/mahalo/LeaseExpireCancelTest.td
     [java] Test Failed: Test Failed: com.sun.jini.qa.harness.TestException: Exception has been catched in specifyServices: Problem creating service for net.jini.core.transaction.server.TransactionManager; nested exception is: 
     [java] 	Failed to start the shared nonactivatable group; nested exception is: 
     [java] 	NonActivatableGroupAdmin: Failed to exec the group; nested exception is: 
     [java] 	null
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/LeaseExpireRenewTest.td
     [java] Test Failed: Test Failed: com.sun.jini.qa.harness.TestException: Exception has been catched in specifyServices: Problem creating service for net.jini.core.transaction.server.TransactionManager; nested exception is: 
     [java] 	Failed to start the shared nonactivatable group; nested exception is: 
     [java] 	NonActivatableGroupAdmin: Failed to exec the group; nested exception is: 
     [java] 	null
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/LeaseMapTest.td
     [java] Test Failed: Test Failed: com.sun.jini.qa.harness.TestException: Exception has been catched in specifyServices: Problem creating service for net.jini.core.transaction.server.TransactionManager; nested exception is: 
     [java] 	Failed to start the shared nonactivatable group; nested exception is: 
     [java] 	NonActivatableGroupAdmin: Failed to exec the group; nested exception is: 
     [java] 	null
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/LeaseTest.td
     [java] Test Failed: Test Failed: com.sun.jini.qa.harness.TestException: Exception has been catched in specifyServices: Problem creating service for net.jini.core.transaction.server.TransactionManager; nested exception is: 
     [java] 	Failed to start the shared nonactivatable group; nested exception is: 
     [java] 	NonActivatableGroupAdmin: Failed to exec the group; nested exception is: 
     [java] 	null
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/MahaloCreateShutdownTest.td
     [java] Test Failed: Test Failed: com.sun.jini.qa.harness.TestException: Exception has been catched in specifyServices: Problem creating service for net.jini.core.transaction.server.TransactionManager; nested exception is: 
     [java] 	Failed to start the shared nonactivatable group; nested exception is: 
     [java] 	NonActivatableGroupAdmin: Failed to exec the group; nested exception is: 
     [java] 	null
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/MahaloIFTest.td
     [java] Test Failed: Test Failed: com.sun.jini.qa.harness.TestException: Exception has been catched in specifyServices: Problem creating service for net.jini.core.transaction.server.TransactionManager; nested exception is: 
     [java] 	Failed to start the shared nonactivatable group; nested exception is: 
     [java] 	NonActivatableGroupAdmin: Failed to exec the group; nested exception is: 
     [java] 	null
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/MahaloImplReadyStateTest.td
     [java] Test Skipped: verifiers are: com.sun.jini.test.impl.mercury.ActivatableMercuryVerifier com.sun.jini.qa.harness.SkipConfigTestVerifier
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/NestableServerTransactionCreatedToStringTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/NestableTransactionCreatedToStringTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/PrepareAndCommitExceptionTest.td
     [java] Test Failed: Test Failed: com.sun.jini.qa.harness.TestException: Exception has been catched in specifyServices: Problem creating service for net.jini.core.transaction.server.TransactionManager; nested exception is: 
     [java] 	Failed to start the shared nonactivatable group; nested exception is: 
     [java] 	NonActivatableGroupAdmin: Failed to exec the group; nested exception is: 
     [java] 	null
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/PrepareAndCommitExceptionTest2.td
     [java] Test Failed: Test Failed: com.sun.jini.qa.harness.TestException: Exception has been catched in specifyServices: Problem creating service for net.jini.core.transaction.server.TransactionManager; nested exception is: 
     [java] 	Failed to start the shared nonactivatable group; nested exception is: 
     [java] 	NonActivatableGroupAdmin: Failed to exec the group; nested exception is: 
     [java] 	null
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/PrepareAndCommitExceptionTest3.td
     [java] Test Failed: Test Failed: com.sun.jini.qa.harness.TestException: Exception has been catched in specifyServices: Problem creating service for net.jini.core.transaction.server.TransactionManager; nested exception is: 
     [java] 	Failed to start the shared nonactivatable group; nested exception is: 
     [java] 	NonActivatableGroupAdmin: Failed to exec the group; nested exception is: 
     [java] 	null
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/PrepareAndCommitExceptionTest4.td
     [java] Test Failed: Test Failed: com.sun.jini.qa.harness.TestException: Exception has been catched in specifyServices: Problem creating service for net.jini.core.transaction.server.TransactionManager; nested exception is: 
     [java] 	Failed to start the shared nonactivatable group; nested exception is: 
     [java] 	NonActivatableGroupAdmin: Failed to exec the group; nested exception is: 
     [java] 	null
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/PrepareAndCommitExceptionTest5.td
     [java] Test Failed: Test Failed: com.sun.jini.qa.harness.TestException: Exception has been catched in specifyServices: Problem creating service for net.jini.core.transaction.server.TransactionManager; nested exception is: 
     [java] 	Failed to start the shared nonactivatable group; nested exception is: 
     [java] 	NonActivatableGroupAdmin: Failed to exec the group; nested exception is: 
     [java] 	null
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/RandomStressTest.td
     [java] Test Failed: Test Failed: com.sun.jini.qa.harness.TestException: Exception has been catched in specifyServices: Problem creating service for net.jini.core.transaction.server.TransactionManager; nested exception is: 
     [java] 	Failed to start the shared nonactivatable group; nested exception is: 
     [java] 	NonActivatableGroupAdmin: Failed to exec the group; nested exception is: 
     [java] 	null
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/ServerTransactionEqualityTest.td
     [java] Test Failed: Test Failed: com.sun.jini.qa.harness.TestException: Exception has been catched in specifyServices: Problem creating service for net.jini.core.transaction.server.TransactionManager; nested exception is: 
     [java] 	Failed to start the shared nonactivatable group; nested exception is: 
     [java] 	NonActivatableGroupAdmin: Failed to exec the group; nested exception is: 
     [java] 	null
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/ServerTransactionToStringTest.td
     [java] Test Failed: Test Failed: com.sun.jini.qa.harness.TestException: Exception has been catched in specifyServices: Problem creating service for net.jini.core.transaction.server.TransactionManager; nested exception is: 
     [java] 	Failed to start the shared nonactivatable group; nested exception is: 
     [java] 	NonActivatableGroupAdmin: Failed to exec the group; nested exception is: 
     [java] 	null
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/TransactionCreatedToStringTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/TransactionManagerCreatedToStringTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/TxnMgrImplNullActivationConfigEntries.td
     [java] Test Skipped: verifiers are: com.sun.jini.test.impl.mahalo.ActivatableMahaloVerifier
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/TxnMgrImplNullConfigEntries.td
     [java] Test Failed: Test Failed: com.sun.jini.qa.harness.TestException: Service failed due to non-configuration relatedexception.
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/TxnMgrImplNullRecoveredLocators.td
     [java] Test Skipped: verifiers are: com.sun.jini.test.impl.mahalo.ActivatableMahaloVerifier
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/TxnMgrProxyEqualityTest.td
     [java] Test Failed: Test Failed: com.sun.jini.qa.harness.TestException: Exception has been catched in specifyServices: Problem creating service for net.jini.core.transaction.server.TransactionManager; nested exception is: 
     [java] 	Failed to start the shared nonactivatable group; nested exception is: 
     [java] 	NonActivatableGroupAdmin: Failed to exec the group; nested exception is: 
     [java] 	null
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/AsynchAbortOnCommitTest.td
     [java] Test Failed: Test Failed: com.sun.jini.qa.harness.TestException: Exception has been catched in specifyServices: Problem creating service for net.jini.core.transaction.server.TransactionManager; nested exception is: 
     [java] 	Failed to start the shared nonactivatable group; nested exception is: 
     [java] 	NonActivatableGroupAdmin: Failed to exec the group; nested exception is: 
     [java] 	null
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/AsynchAbortOnPrepareTest.td
     [java] Test Failed: Test Failed: com.sun.jini.qa.harness.TestException: Exception has been catched in specifyServices: Problem creating service for net.jini.core.transaction.server.TransactionManager; nested exception is: 
     [java] 	Failed to start the shared nonactivatable group; nested exception is: 
     [java] 	NonActivatableGroupAdmin: Failed to exec the group; nested exception is: 
     [java] 	null
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/CommitExpiredTest.td
     [java] Test Failed: Test Failed: com.sun.jini.qa.harness.TestException: Exception has been catched in specifyServices: Problem creating service for net.jini.core.transaction.server.TransactionManager; nested exception is: 
     [java] 	Failed to start the shared nonactivatable group; nested exception is: 
     [java] 	NonActivatableGroupAdmin: Failed to exec the group; nested exception is: 
     [java] 	null
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/CommitTimeoutTest.td
     [java] Test Failed: Test Failed: com.sun.jini.qa.harness.TestException: Exception has been catched in specifyServices: Problem creating service for net.jini.core.transaction.server.TransactionManager; nested exception is: 
     [java] 	Failed to start the shared nonactivatable group; nested exception is: 
     [java] 	NonActivatableGroupAdmin: Failed to exec the group; nested exception is: 
     [java] 	null
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/GetStateTest.td
     [java] Test Failed: Test Failed: com.sun.jini.qa.harness.TestException: Exception has been catched in specifyServices: Problem creating service for net.jini.core.transaction.server.TransactionManager; nested exception is: 
     [java] 	Failed to start the shared nonactivatable group; nested exception is: 
     [java] 	NonActivatableGroupAdmin: Failed to exec the group; nested exception is: 
     [java] 	null
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/JoinIdempotentTest.td
     [java] Test Failed: Test Failed: com.sun.jini.qa.harness.TestException: Exception has been catched in specifyServices: Problem creating service for net.jini.core.transaction.server.TransactionManager; nested exception is: 
     [java] 	Failed to start the shared nonactivatable group; nested exception is: 
     [java] 	NonActivatableGroupAdmin: Failed to exec the group; nested exception is: 
     [java] 	null
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/JoinWhileActiveTest.td
     [java] Test Failed: Test Failed: com.sun.jini.qa.harness.TestException: Exception has been catched in specifyServices: Problem creating service for net.jini.core.transaction.server.TransactionManager; nested exception is: 
     [java] 	Failed to start the shared nonactivatable group; nested exception is: 
     [java] 	NonActivatableGroupAdmin: Failed to exec the group; nested exception is: 
     [java] 	null
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/ManyParticipantsTest.td
     [java] Test Failed: Test Failed: com.sun.jini.qa.harness.TestException: Exception has been catched in specifyServices: Problem creating service for net.jini.core.transaction.server.TransactionManager; nested exception is: 
     [java] 	Failed to start the shared nonactivatable group; nested exception is: 
     [java] 	NonActivatableGroupAdmin: Failed to exec the group; nested exception is: 
     [java] 	null
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/PrepareTimeoutTest.td
     [java] Test Failed: Test Failed: com.sun.jini.qa.harness.TestException: Exception has been catched in specifyServices: Problem creating service for net.jini.core.transaction.server.TransactionManager; nested exception is: 
     [java] 	Failed to start the shared nonactivatable group; nested exception is: 
     [java] 	NonActivatableGroupAdmin: Failed to exec the group; nested exception is: 
     [java] 	null
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/RollBackErrorTest.td
     [java] Test Failed: Test Failed: com.sun.jini.qa.harness.TestException: Exception has been catched in specifyServices: Problem creating service for net.jini.core.transaction.server.TransactionManager; nested exception is: 
     [java] 	Failed to start the shared nonactivatable group; nested exception is: 
     [java] 	NonActivatableGroupAdmin: Failed to exec the group; nested exception is: 
     [java] 	null
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/RollForwardErrorTest.td
     [java] Test Failed: Test Failed: com.sun.jini.qa.harness.TestException: Exception has been catched in specifyServices: Problem creating service for net.jini.core.transaction.server.TransactionManager; nested exception is: 
     [java] 	Failed to start the shared nonactivatable group; nested exception is: 
     [java] 	NonActivatableGroupAdmin: Failed to exec the group; nested exception is: 
     [java] 	null
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/TwoPhaseTest.td
     [java] Test Failed: Test Failed: com.sun.jini.qa.harness.TestException: Exception has been catched in specifyServices: Problem creating service for net.jini.core.transaction.server.TransactionManager; nested exception is: 
     [java] 	Failed to start the shared nonactivatable group; nested exception is: 
     [java] 	NonActivatableGroupAdmin: Failed to exec the group; nested exception is: 
     [java] 	null
     [java] 
     [java] -----------------------------------------
     [java] 
     [java] # of tests started   = 1412
     [java] # of tests completed = 1412
     [java] # of tests skipped   = 46
     [java] # of tests passed    = 583
     [java] # of tests failed    = 829
     [java] 
     [java] -----------------------------------------
     [java] 
     [java]    Date finished:
     [java]       Tue Jul 10 16:59:05 GMT+00:00 2012
     [java]    Time elapsed:
     [java]       16456 seconds
     [java] 
     [java] Java Result: 1

collect-result:
     [copy] Copying 1 file to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/qa/result
     [copy] Copying 1 file to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/qa/result
      [zip] Building zip: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/qa/result/qaresults-x86-SunOS-1.6.0_22.zip

BUILD FAILED
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/build.xml:2087: The following error occurred while executing this line:
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/qa/build.xml:406: The following error occurred while executing this line:
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/qa/build.xml:380: condition satisfied

Total time: 280 minutes 15 seconds
Build step 'Invoke Ant' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts

Build failed in Jenkins: River-QA-solaris #23

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/River-QA-solaris/23/changes>

Changes:

[peter_firmstone] Alter tests that fail due to ConcurrentPolicyFile delegating up to java.security.Policy.getPermissions(CodeSource) when CodeSource is found not to have AllPermission.  Only CodeSources that are privileged have Permissions returned that contains AllPermission. This is an optimisation that complies with java.security.Policy.

------------------------------------------
[...truncated 15618 lines...]
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionTakeIfExistsTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionTakeIfExistsWaitTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionTakeNO_WAITTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionTakeReadTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionTakeTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionTakeWaitTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteLeaseANYTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteLeaseFOREVERTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteNegativeLeaseTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteTakeIfExistsNotifyTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteTakeIfExistsTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteTakeNotifyTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteTakeTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotWriteLeaseANYTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotWriteLeaseFOREVERTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotWriteNegativeLeaseTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotWriteTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/AdminIFShutdownTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/AdminIFTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/LeaseExpireCancelTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/LeaseExpireRenewTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/LeaseMapTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/LeaseTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/MahaloCreateShutdownTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/MahaloIFTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/MahaloImplReadyStateTest.td
     [java] Test Skipped: verifiers are: com.sun.jini.test.impl.mercury.ActivatableMercuryVerifier com.sun.jini.qa.harness.SkipConfigTestVerifier
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/NestableServerTransactionCreatedToStringTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/NestableTransactionCreatedToStringTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/PrepareAndCommitExceptionTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/PrepareAndCommitExceptionTest2.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/PrepareAndCommitExceptionTest3.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/PrepareAndCommitExceptionTest4.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/PrepareAndCommitExceptionTest5.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/RandomStressTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/ServerTransactionEqualityTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/ServerTransactionToStringTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/TransactionCreatedToStringTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/TransactionManagerCreatedToStringTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/TxnMgrImplNullActivationConfigEntries.td
     [java] Test Skipped: verifiers are: com.sun.jini.test.impl.mahalo.ActivatableMahaloVerifier
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/TxnMgrImplNullConfigEntries.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/TxnMgrImplNullRecoveredLocators.td
     [java] Test Skipped: verifiers are: com.sun.jini.test.impl.mahalo.ActivatableMahaloVerifier
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/TxnMgrProxyEqualityTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/AsynchAbortOnCommitTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/AsynchAbortOnPrepareTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/CommitExpiredTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/CommitTimeoutTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/GetStateTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/JoinIdempotentTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/JoinWhileActiveTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/ManyParticipantsTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/PrepareTimeoutTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/RollBackErrorTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/RollForwardErrorTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/TwoPhaseTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] 
     [java] # of tests started   = 1412
     [java] # of tests completed = 1412
     [java] # of tests skipped   = 46
     [java] # of tests passed    = 1411
     [java] # of tests failed    = 1
     [java] 
     [java] -----------------------------------------
     [java] 
     [java]    Date finished:
     [java]       Mon Jul 09 06:00:46 GMT+00:00 2012
     [java]    Time elapsed:
     [java]       68033 seconds
     [java] 
     [java] Java Result: 1

collect-result:
     [copy] Copying 1 file to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/qa/result
     [copy] Copying 1 file to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/qa/result
      [zip] Building zip: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/qa/result/qaresults-x86-SunOS-1.6.0_22.zip

BUILD FAILED
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/build.xml:2087: The following error occurred while executing this line:
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/qa/build.xml:406: The following error occurred while executing this line:
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/qa/build.xml:380: condition satisfied

Total time: 1,140 minutes 26 seconds
Build step 'Invoke Ant' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts

Build failed in Jenkins: River-QA-solaris #22

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/River-QA-solaris/22/>

------------------------------------------
[...truncated 15618 lines...]
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionTakeIfExistsTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionTakeIfExistsWaitTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionTakeNO_WAITTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionTakeReadTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionTakeTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionTakeWaitTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteLeaseANYTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteLeaseFOREVERTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteNegativeLeaseTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteTakeIfExistsNotifyTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteTakeIfExistsTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteTakeNotifyTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteTakeTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotTransactionWriteTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotWriteLeaseANYTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotWriteLeaseFOREVERTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotWriteNegativeLeaseTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/javaspace/conformance/snapshot/SnapshotWriteTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/AdminIFShutdownTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/AdminIFTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/LeaseExpireCancelTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/LeaseExpireRenewTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/LeaseMapTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/LeaseTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/MahaloCreateShutdownTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/MahaloIFTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/MahaloImplReadyStateTest.td
     [java] Test Skipped: verifiers are: com.sun.jini.test.impl.mercury.ActivatableMercuryVerifier com.sun.jini.qa.harness.SkipConfigTestVerifier
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/NestableServerTransactionCreatedToStringTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/NestableTransactionCreatedToStringTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/PrepareAndCommitExceptionTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/PrepareAndCommitExceptionTest2.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/PrepareAndCommitExceptionTest3.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/PrepareAndCommitExceptionTest4.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/PrepareAndCommitExceptionTest5.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/RandomStressTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/ServerTransactionEqualityTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/ServerTransactionToStringTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/TransactionCreatedToStringTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/TransactionManagerCreatedToStringTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/TxnMgrImplNullActivationConfigEntries.td
     [java] Test Skipped: verifiers are: com.sun.jini.test.impl.mahalo.ActivatableMahaloVerifier
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/TxnMgrImplNullConfigEntries.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/TxnMgrImplNullRecoveredLocators.td
     [java] Test Skipped: verifiers are: com.sun.jini.test.impl.mahalo.ActivatableMahaloVerifier
     [java] -----------------------------------------
     [java] com/sun/jini/test/impl/mahalo/TxnMgrProxyEqualityTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/AsynchAbortOnCommitTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/AsynchAbortOnPrepareTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/CommitExpiredTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/CommitTimeoutTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/GetStateTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/JoinIdempotentTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/JoinWhileActiveTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/ManyParticipantsTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/PrepareTimeoutTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/RollBackErrorTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/RollForwardErrorTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] com/sun/jini/test/spec/txnmanager/TwoPhaseTest.td
     [java] Test Passed: OK
     [java] 
     [java] -----------------------------------------
     [java] 
     [java] # of tests started   = 1412
     [java] # of tests completed = 1412
     [java] # of tests skipped   = 46
     [java] # of tests passed    = 1409
     [java] # of tests failed    = 3
     [java] 
     [java] -----------------------------------------
     [java] 
     [java]    Date finished:
     [java]       Sun Jul 08 10:56:45 GMT+00:00 2012
     [java]    Time elapsed:
     [java]       67841 seconds
     [java] 
     [java] Java Result: 1

collect-result:
     [copy] Copying 1 file to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/qa/result
     [copy] Copying 1 file to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/qa/result
      [zip] Building zip: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/qa/result/qaresults-x86-SunOS-1.6.0_22.zip

BUILD FAILED
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/build.xml:2087: The following error occurred while executing this line:
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/qa/build.xml:406: The following error occurred while executing this line:
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-QA-solaris/trunk/qa/build.xml:380: condition satisfied

Total time: 1,137 minutes 41 seconds
Build step 'Invoke Ant' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts

Build failed in Jenkins: River-QA-solaris #21

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/River-QA-solaris/21/>

------------------------------------------
[...truncated 5750 lines...]
A         qa/src/com/sun/jini/qa/harness/QARunner.java
A         qa/src/com/sun/jini/qa/harness/TestStatusRequest.java
A         qa/src/com/sun/jini/qa/harness/TestException.java
A         qa/src/com/sun/jini/qa/harness/SlaveHarness.java
A         qa/src/com/sun/jini/qa/harness/HtmlReport.java
A         qa/src/com/sun/jini/qa/harness/ListExclusionVerifier.java
A         qa/src/com/sun/jini/qa/harness/ServiceDestroyer.java
A         qa/src/com/sun/jini/qa/harness/SkipTestVerifier.java
A         qa/src/com/sun/jini/qa/harness/SkipDistributedVerifier.java
A         qa/src/com/sun/jini/qa/harness/SkipPostJDK14TestVerifier.java
A         qa/src/com/sun/jini/qa/harness/SlaveTestRequest.java
A         qa/src/com/sun/jini/qa/harness/AdminAccessorRequest.java
A         qa/src/com/sun/jini/qa/harness/MainWrapper.java
A         qa/src/com/sun/jini/qa/harness/HarnessFormatter.java
A         qa/src/com/sun/jini/qa/harness/SkipConfigTestVerifier.java
A         qa/src/com/sun/jini/qa/harness/Admin.java
A         qa/src/com/sun/jini/qa/harness/NonActivatableServiceStarterAdmin.java
A         qa/src/com/sun/jini/qa/harness/AutotHost.java
A         qa/src/com/sun/jini/qa/harness/TeardownRequest.java
A         qa/src/com/sun/jini/qa/harness/XmlReport.java
A         qa/src/com/sun/jini/qa/harness/FailureAnalyzer.java
A         qa/src/com/sun/jini/qa/resources
A         qa/src/com/sun/jini/qa/resources/basicDeployment.prop
A         qa/src/com/sun/jini/qa/resources/qaDefaults.properties
A         qa/src/com/sun/jini/tool
A         qa/src/com/sun/jini/tool/AbstractTreeWalker.java
A         qa/src/com/sun/jini/tool/resources
A         qa/src/com/sun/jini/tool/resources/treewalker.properties
AU        qa/README.txt
A         qa/jtreg
A         qa/jtreg/certs
A         qa/jtreg/certs/password
A         qa/jtreg/certs/CA.java
A         qa/jtreg/certs/keystores
AU        qa/jtreg/certs/keystores/test-ca2.truststore
AU        qa/jtreg/certs/keystores/test-user1A.keystore
AU        qa/jtreg/certs/keystores/test-user1B.keystore
AU        qa/jtreg/certs/keystores/test-user2A.keystore
AU        qa/jtreg/certs/keystores/test-user1C.keystore
AU        qa/jtreg/certs/keystores/test-user2B.keystore
AU        qa/jtreg/certs/keystores/test-user1D.keystore
AU        qa/jtreg/certs/keystores/test-user2C.keystore
AU        qa/jtreg/certs/keystores/test-user1E.keystore
AU        qa/jtreg/certs/keystores/test-user2D.keystore
AU        qa/jtreg/certs/keystores/test-user2E.keystore
AU        qa/jtreg/certs/keystores/test-ca.truststore
AU        qa/jtreg/certs/keystores/test-ca1.truststore
AU        qa/jtreg/certs/keystores/users.truststore
A         qa/jtreg/certs/keys
A         qa/jtreg/certs/keys/test-ca1.key
A         qa/jtreg/certs/keys/test-ca2.key
AU        qa/jtreg/certs/keys/test-ca1.cert
AU        qa/jtreg/certs/keys/test-ca2.cert
A         qa/jtreg/certs/requests
A         qa/jtreg/certs/requests/test-user1A.request
A         qa/jtreg/certs/requests/test-user1B.request
A         qa/jtreg/certs/requests/test-user2A.request
A         qa/jtreg/certs/requests/test-user1C.request
A         qa/jtreg/certs/requests/test-user2B.request
A         qa/jtreg/certs/requests/test-user1D.request
A         qa/jtreg/certs/requests/test-user2C.request
A         qa/jtreg/certs/requests/test-user1E.request
A         qa/jtreg/certs/requests/test-user2D.request
A         qa/jtreg/certs/requests/test-user2E.request
A         qa/jtreg/certs/test-ca1.properties
A         qa/jtreg/certs/Makefile
A         qa/jtreg/certs/test-ca2.properties
A         qa/jtreg/certs/run-ca.sh
A         qa/jtreg/TEST.ROOT
A         qa/jtreg/java
A         qa/jtreg/java/rmi
A         qa/jtreg/java/rmi/server
A         qa/jtreg/java/rmi/server/RMIClassLoader
A         qa/jtreg/java/rmi/server/RMIClassLoader/loadProxyClasses
A         qa/jtreg/java/rmi/server/RMIClassLoader/loadProxyClasses/LoadProxyClasses.java
A         qa/jtreg/java/rmi/server/RMIClassLoader/loadProxyClasses/PublicInterface.java
A         qa/jtreg/java/rmi/server/RMIClassLoader/loadProxyClasses/PublicInterface1.java
A         qa/jtreg/java/rmi/server/RMIClassLoader/loadProxyClasses/security.policy
A         qa/jtreg/java/rmi/server/RMIClassLoader/loadProxyClasses/FnnClass.java
A         qa/jtreg/java/rmi/server/RMIClassLoader/loadProxyClasses/NonpublicInterface.java
A         qa/jtreg/java/rmi/server/RMIClassLoader/loadProxyClasses/NonpublicInterface1.java
A         qa/jtreg/java/rmi/server/RMIClassLoader/loadProxyClasses/FnnUnmarshal.java
A         qa/jtreg/java/rmi/server/RMIClassLoader/loadProxyClasses/PreferredLoadProxyClasses.java
A         qa/jtreg/java/rmi/server/Unreferenced
A         qa/jtreg/java/rmi/server/Unreferenced/marshalledObjectGet
A         qa/jtreg/java/rmi/server/Unreferenced/marshalledObjectGet/MarshalledObjectGet.java
A         qa/jtreg/java/rmi/server/Unreferenced/whenOnUnexport
A         qa/jtreg/java/rmi/server/Unreferenced/whenOnUnexport/WhenOnUnexport.java
A         qa/jtreg/testlibrary
A         qa/jtreg/testlibrary/RegistryRunner_Stub.java
A         qa/jtreg/testlibrary/RegistryRunner.java
A         qa/jtreg/testlibrary/HTTPD.java
A         qa/jtreg/testlibrary/TestFailedException.java
A         qa/jtreg/testlibrary/TestParams.java
A         qa/jtreg/testlibrary/JavaVM.java
A         qa/jtreg/testlibrary/TestLibrary.java
A         qa/jtreg/testlibrary/ActivationLibrary.java
A         qa/jtreg/testlibrary/StreamPipe.java
A         qa/jtreg/testlibrary/RMID.java
A         qa/jtreg/testlibrary/RemoteExiter.java
A         qa/jtreg/net
A         qa/jtreg/net/jini
A         qa/jtreg/net/jini/iiop
A         qa/jtreg/net/jini/iiop/echo
A         qa/jtreg/net/jini/iiop/echo/EchoImpl.java
A         qa/jtreg/net/jini/iiop/echo/_EchoImpl_Tie.java
A         qa/jtreg/net/jini/iiop/echo/ConnectedExport.java
A         qa/jtreg/net/jini/iiop/echo/UnconnectedExport.java
A         qa/jtreg/net/jini/iiop/echo/_Echo_Stub.java
A         qa/jtreg/net/jini/iiop/echo/NonIiopExport.java
A         qa/jtreg/net/jini/iiop/echo/Echo.java
A         qa/jtreg/net/jini/activation
A         qa/jtreg/net/jini/activation/Activatable
A         qa/jtreg/net/jini/activation/Activatable/activateExceptionTest
A         qa/jtreg/net/jini/activation/Activatable/activateExceptionTest/ActivateExceptionTest.java
A         qa/jtreg/net/jini/activation/Activatable/activateExceptionTest/rmid.config
A         qa/jtreg/net/jini/activation/Activatable/activateExceptionTest/rmid.security.policy
A         qa/jtreg/net/jini/activation/Activatable/activateExceptionTest/group.security.policy
A         qa/jtreg/net/jini/activation/Activatable/activateExceptionTest/ActivateMe.java
A         qa/jtreg/net/jini/activation/Activatable/activateExceptionTest/security.policy
AU        qa/jtreg/net/jini/activation/Activatable/activateExceptionTest/classpath.sh
A         qa/jtreg/net/jini/activation/Activatable/inactiveGroup
A         qa/jtreg/net/jini/activation/Activatable/inactiveGroup/InactiveGroup.java
A         qa/jtreg/net/jini/activation/Activatable/inactiveGroup/rmid.config
A         qa/jtreg/net/jini/activation/Activatable/inactiveGroup/rmid.security.policy
A         qa/jtreg/net/jini/activation/Activatable/inactiveGroup/group.security.policy
A         qa/jtreg/net/jini/activation/Activatable/inactiveGroup/ActivateMe.java
A         qa/jtreg/net/jini/activation/Activatable/inactiveGroup/security.policy
AU        qa/jtreg/net/jini/activation/Activatable/inactiveGroup/classpath.sh
A         qa/jtreg/net/jini/activation/Activatable/inactiveGroup/InactiveGroup_Stub.java
A         qa/jtreg/net/jini/activation/Activatable/forceLogSnapshot
A         qa/jtreg/net/jini/activation/Activatable/forceLogSnapshot/rmid.config
A         qa/jtreg/net/jini/activation/Activatable/forceLogSnapshot/rmid.security.policy
A         qa/jtreg/net/jini/activation/Activatable/forceLogSnapshot/ForceLogSnapshot.java
A         qa/jtreg/net/jini/activation/Activatable/forceLogSnapshot/group.security.policy
A         qa/jtreg/net/jini/activation/Activatable/forceLogSnapshot/ActivateMe.java
A         qa/jtreg/net/jini/activation/Activatable/forceLogSnapshot/security.policy
AU        qa/jtreg/net/jini/activation/Activatable/forceLogSnapshot/classpath.sh
A         qa/jtreg/net/jini/activation/Activatable/forceLogSnapshot/ForceLogSnapshot_Stub.java
A         qa/jtreg/net/jini/activation/Activatable/forceLogSnapshot/ForceLogSnapshot_Skel.java
A         qa/jtreg/net/jini/activation/Activatable/useProxyAccessor
A         qa/jtreg/net/jini/activation/Activatable/useProxyAccessor/rmid.config
A         qa/jtreg/net/jini/activation/Activatable/useProxyAccessor/rmid.security.policy
A         qa/jtreg/net/jini/activation/Activatable/useProxyAccessor/group.security.policy
A         qa/jtreg/net/jini/activation/Activatable/useProxyAccessor/UseProxyAccessor.java
A         qa/jtreg/net/jini/activation/Activatable/useProxyAccessor/security.policy
AU        qa/jtreg/net/jini/activation/Activatable/useProxyAccessor/classpath.sh
A         qa/jtreg/net/jini/activation/Activatable/useProxyAccessor/UseProxyAccessor_Stub.java
A         qa/jtreg/net/jini/activation/Activatable/downloadSecurityManager
A         qa/jtreg/net/jini/activation/Activatable/downloadSecurityManager/rmid.config
A         qa/jtreg/net/jini/activation/Activatable/downloadSecurityManager/rmid.security.policy
A         qa/jtreg/net/jini/activation/Activatable/downloadSecurityManager/group.security.policy
A         qa/jtreg/net/jini/activation/Activatable/downloadSecurityManager/manual.security.policy
A         qa/jtreg/net/jini/activation/Activatable/downloadSecurityManager/ActivateMe.java
A         qa/jtreg/net/jini/activation/Activatable/downloadSecurityManager/CustomRMISecurityManager.java
A         qa/jtreg/net/jini/activation/Activatable/downloadSecurityManager/security.policy
A         qa/jtreg/net/jini/activation/Activatable/downloadSecurityManager/DownloadSecurityManager_Stub.java
ERROR: Failed to check out http://svn.apache.org/repos/asf/river/jtsk/trunk
org.tmatesoft.svn.core.SVNException: svn: E175002: REPORT /repos/asf/!svn/vcc/default failed
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:304)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:289)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:277)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:696)
	at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.doReport(DAVConnection.java:328)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.runReport(DAVRepository.java:1289)
	at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.update(DAVRepository.java:837)
	at org.tmatesoft.svn.core.internal.wc16.SVNUpdateClient16.update(SVNUpdateClient16.java:557)
	at org.tmatesoft.svn.core.internal.wc16.SVNUpdateClient16.doCheckout(SVNUpdateClient16.java:965)
	at org.tmatesoft.svn.core.internal.wc2.old.SvnOldCheckout.run(SvnOldCheckout.java:19)
	at org.tmatesoft.svn.core.internal.wc2.old.SvnOldCheckout.run(SvnOldCheckout.java:8)
	at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:20)
	at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1221)
	at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:292)
	at org.tmatesoft.svn.core.wc.SVNUpdateClient.doCheckout(SVNUpdateClient.java:781)
	at hudson.scm.subversion.CheckoutUpdater$1.perform(CheckoutUpdater.java:85)
	at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:144)
	at hudson.scm.SubversionSCM$CheckOutTask.perform(SubversionSCM.java:789)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:770)
	at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:753)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2196)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
	at java.util.concurrent.FutureTask.run(FutureTask.java:123)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
Caused by: svn: E175002: REPORT /repos/asf/!svn/vcc/default failed
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208)
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:154)
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:97)
	... 30 more
Caused by: org.tmatesoft.svn.core.SVNException: svn: E175002: REPORT request failed on '/repos/asf/!svn/vcc/default'
svn: E175002: chunked stream ended unexpectedly
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:64)
	at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:681)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:298)
	... 29 more
Caused by: svn: E175002: REPORT request failed on '/repos/asf/!svn/vcc/default'
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:208)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:679)
	... 30 more
Caused by: svn: E175002: chunked stream ended unexpectedly
	at org.tmatesoft.svn.core.SVNErrorMessage.create(SVNErrorMessage.java:109)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:433)
	... 30 more
Caused by: java.io.IOException: chunked stream ended unexpectedly
	at org.tmatesoft.svn.core.internal.util.ChunkedInputStream.getChunkSizeFromInputStream(ChunkedInputStream.java:113)
	at org.tmatesoft.svn.core.internal.util.ChunkedInputStream.nextChunk(ChunkedInputStream.java:97)
	at org.tmatesoft.svn.core.internal.util.ChunkedInputStream.read(ChunkedInputStream.java:69)
	at java.util.zip.InflaterInputStream.fill(InflaterInputStream.java:214)
	at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:134)
	at java.util.zip.GZIPInputStream.read(GZIPInputStream.java:87)
	at sun.nio.cs.StreamDecoder$CharsetSD.readBytes(StreamDecoder.java:411)
	at sun.nio.cs.StreamDecoder$CharsetSD.implRead(StreamDecoder.java:453)
	at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:183)
	at java.io.InputStreamReader.read(InputStreamReader.java:167)
	at org.tmatesoft.svn.core.internal.io.dav.http.XMLReader.read(XMLReader.java:39)
	at org.apache.xerces.impl.XMLEntityScanner.load(Unknown Source)
	at org.apache.xerces.impl.XMLEntityScanner.scanContent(Unknown Source)
	at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanContent(Unknown Source)
	at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
	at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
	at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
	at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
	at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
	at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
	at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.readData(HTTPConnection.java:796)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.readData(HTTPConnection.java:761)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPRequest.dispatch(HTTPRequest.java:218)
	at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection._request(HTTPConnection.java:385)
	... 30 more
FATAL: null
java.lang.NullPointerException
	at java.util.ArrayList.addAll(ArrayList.java:530)
	at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:743)
	at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:685)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1245)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:589)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:494)
	at hudson.model.Run.execute(Run.java:1488)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:236)