See <https://builds.apache.org/job/River-trunk/693/changes>

Changes:

[gtrasuk] Downloadable test libraries now go into 'deps-lib/test' rather than 
'test/lib'.
This makes it so that 'clean' doesn't blow away the test library.

------------------------------------------
[...truncated 10130 lines...]
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/test/src/org/apache/river/concurrent/ReferenceConcurrentMapConcurrencyTest.java:54:
 error: cannot find symbol
    [javac]     
@Schedule("startingPutIfAbsent1->finishPutIfAbsent1,finishPutIfAbsent1->startingPutIfAbsent2,finishPutIfAbsent1->startingPutIfAbsent3")
    [javac]      ^
    [javac]   symbol:   class Schedule
    [javac]   location: class ReferenceConcurrentMapConcurrencyTest
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/test/src/org/apache/river/concurrent/ReferenceConcurrentMapConcurrencyTest.java:62:
 error: cannot find symbol
    [javac]     
@Schedule("startingPut1->finishPut1,finishPut1->startingClear1,startingClear1->finishClear1,finishClear1->startingPut2,finishClear1->startingPut3,finishClear1->startingPut4")
    [javac]      ^
    [javac]   symbol:   class Schedule
    [javac]   location: class ReferenceConcurrentMapConcurrencyTest
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/test/src/org/apache/river/api/net/UriTest.java:1866:
 warning: [deprecation] Assert in junit.framework has been deprecated
    [javac]         Assert.assertTrue(grant.implies(implied));
    [javac]         ^
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/test/src/org/apache/river/api/net/UriTest.java:1867:
 warning: [deprecation] Assert in junit.framework has been deprecated
    [javac]         Assert.assertTrue(grant.implies(alsoImplied));
    [javac]         ^
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/test/src/org/apache/river/api/net/UriTest.java:1868:
 warning: [deprecation] Assert in junit.framework has been deprecated
    [javac]         Assert.assertTrue(otherGrant.implies(implied));
    [javac]         ^
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/test/src/org/apache/river/api/net/UriTest.java:1869:
 warning: [deprecation] Assert in junit.framework has been deprecated
    [javac]         Assert.assertTrue(otherGrant.implies(alsoImplied));
    [javac]         ^
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/test/src/org/apache/river/api/net/UriTest.java:1876:
 warning: [deprecation] Assert in junit.framework has been deprecated
    [javac]         Assert.assertTrue(result);
    [javac]         ^
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/test/src/org/apache/river/api/net/UriTest.java:1883:
 warning: [deprecation] Assert in junit.framework has been deprecated
    [javac]         Assert.assertTrue(result);
    [javac]         ^
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/test/src/org/apache/river/api/net/UriTest.java:1885:
 warning: [deprecation] Assert in junit.framework has been deprecated
    [javac]         Assert.assertTrue(result);
    [javac]         ^
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/test/src/org/apache/river/api/net/UriTest.java:1891:
 warning: [deprecation] Assert in junit.framework has been deprecated
    [javac]         Assert.assertEquals(A, b);
    [javac]         ^
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/test/src/org/apache/river/api/security/PolicyUtilsTest.java:314:
 warning: [unchecked] unchecked conversion
    [javac]         pc = PolicyUtils.toPermissionCollection(new HashSet());
    [javac]                                                 ^
    [javac]   required: Collection<Permission>
    [javac]   found:    HashSet
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/test/src/org/apache/river/api/security/PolicyUtilsTest.java:318:
 warning: [unchecked] unchecked conversion
    [javac]         pc = PolicyUtils.toPermissionCollection(c1);
    [javac]                                                 ^
    [javac]   required: Collection<Permission>
    [javac]   found:    Collection
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/test/src/org/apache/river/api/security/PolicyUtilsTest.java:323:
 warning: [unchecked] unchecked call to add(E) as a member of the raw type 
Collection
    [javac]         c2.add(en.nextElement());
    [javac]               ^
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in interface Collection
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/test/src/org/apache/river/api/security/PrincipalGrantTest.java:140:
 warning: [unchecked] unchecked call to containsAll(Collection<?>) as a member 
of the raw type Collection
    [javac]         assertTrue(result.containsAll(expResult));
    [javac]                                      ^
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/test/src/org/apache/river/api/security/URIGrantTest.java:73:
 warning: [deprecation] Assert in junit.framework has been deprecated
    [javac]         Assert.assertTrue(instance.implies(pd));
    [javac]         ^
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/test/src/org/apache/river/concurrent/MutableMap.java:70:
 warning: [unchecked] unchecked call to compareTo(T) as a member of the raw 
type Comparable
    [javac]                 return ((Comparable) key1).compareTo(key2);
    [javac]                                                     ^
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in interface Comparable
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/test/src/org/apache/river/concurrent/ReferenceCollectionTest.java:136:
 warning: [unchecked] unchecked call to containsAll(Collection<?>) as a member 
of the raw type Collection
    [javac]         assertTrue(exp.containsAll(res));
    [javac]                                   ^
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/test/src/org/apache/river/concurrent/ReferenceConcurrentMapConcurrencyTest.java:79:
 error: cannot find symbol
    [javac]                 fireEvent("startingPutIfAbsent1");
    [javac]                 ^
    [javac]   symbol: method fireEvent(String)
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/test/src/org/apache/river/concurrent/ReferenceConcurrentMapConcurrencyTest.java:81:
 error: cannot find symbol
    [javac]                 fireEvent("finishPutIfAbsent1");
    [javac]                 ^
    [javac]   symbol: method fireEvent(String)
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/test/src/org/apache/river/concurrent/ReferenceConcurrentMapConcurrencyTest.java:87:
 error: cannot find symbol
    [javac]                 fireEvent("startingPutIfAbsent2");
    [javac]                 ^
    [javac]   symbol: method fireEvent(String)
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/test/src/org/apache/river/concurrent/ReferenceConcurrentMapConcurrencyTest.java:89:
 error: cannot find symbol
    [javac]                 fireEvent("finishPutIfAbsent2");
    [javac]                 ^
    [javac]   symbol: method fireEvent(String)
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/test/src/org/apache/river/concurrent/ReferenceConcurrentMapConcurrencyTest.java:95:
 error: cannot find symbol
    [javac]                 fireEvent("startingPutIfAbsent3");
    [javac]                 ^
    [javac]   symbol: method fireEvent(String)
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/test/src/org/apache/river/concurrent/ReferenceConcurrentMapConcurrencyTest.java:97:
 error: cannot find symbol
    [javac]                 fireEvent("finishPutIfAbsent3");
    [javac]                 ^
    [javac]   symbol: method fireEvent(String)
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/test/src/org/apache/river/concurrent/ReferenceConcurrentMapConcurrencyTest.java:112:
 error: cannot find symbol
    [javac]                 fireEvent("startingPut1");
    [javac]                 ^
    [javac]   symbol: method fireEvent(String)
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/test/src/org/apache/river/concurrent/ReferenceConcurrentMapConcurrencyTest.java:114:
 error: cannot find symbol
    [javac]                 fireEvent("finishPut1");
    [javac]                 ^
    [javac]   symbol: method fireEvent(String)
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/test/src/org/apache/river/concurrent/ReferenceConcurrentMapConcurrencyTest.java:120:
 error: cannot find symbol
    [javac]                 fireEvent("startingPut2");
    [javac]                 ^
    [javac]   symbol: method fireEvent(String)
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/test/src/org/apache/river/concurrent/ReferenceConcurrentMapConcurrencyTest.java:122:
 error: cannot find symbol
    [javac]                 fireEvent("finishPut2");
    [javac]                 ^
    [javac]   symbol: method fireEvent(String)
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/test/src/org/apache/river/concurrent/ReferenceConcurrentMapConcurrencyTest.java:128:
 error: cannot find symbol
    [javac]                 fireEvent("startingPut3");
    [javac]                 ^
    [javac]   symbol: method fireEvent(String)
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/test/src/org/apache/river/concurrent/ReferenceConcurrentMapConcurrencyTest.java:130:
 error: cannot find symbol
    [javac]                 fireEvent("finishPut3");
    [javac]                 ^
    [javac]   symbol: method fireEvent(String)
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/test/src/org/apache/river/concurrent/ReferenceConcurrentMapConcurrencyTest.java:136:
 error: cannot find symbol
    [javac]                 fireEvent("startingPut4");
    [javac]                 ^
    [javac]   symbol: method fireEvent(String)
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/test/src/org/apache/river/concurrent/ReferenceConcurrentMapConcurrencyTest.java:138:
 error: cannot find symbol
    [javac]                 fireEvent("finishPut4");
    [javac]                 ^
    [javac]   symbol: method fireEvent(String)
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/test/src/org/apache/river/concurrent/ReferenceConcurrentMapConcurrencyTest.java:144:
 error: cannot find symbol
    [javac]                 fireEvent("startingClear1");
    [javac]                 ^
    [javac]   symbol: method fireEvent(String)
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/test/src/org/apache/river/concurrent/ReferenceConcurrentMapConcurrencyTest.java:150:
 error: cannot find symbol
    [javac]                 fireEvent("finishClear1");
    [javac]                 ^
    [javac]   symbol: method fireEvent(String)
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/test/src/org/apache/river/concurrent/ReferenceSortedSetTest.java:76:
 warning: [unchecked] unchecked cast
    [javac]         Comparator<String> result = (Comparator<String>) 
instance.comparator();
    [javac]                                                                     
        ^
    [javac]   required: Comparator<String>
    [javac]   found:    Comparator<CAP#1>
    [javac]   where CAP#1 is a fresh type-variable:
    [javac]     CAP#1 extends Object super: String from capture of ? super 
String
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/test/src/org/apache/river/concurrent/TimedReferrerTest.java:52:
 warning: [unchecked] unchecked call to TimedReferrer(T,TimedRefQueue) as a 
member of the raw type TimedReferrer
    [javac]         TimedReferrer instance = new TimedReferrer(t, que);
    [javac]                                  ^
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class TimedReferrer
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/test/src/org/apache/river/concurrent/TimedReferrerTest.java:80:
 warning: [unchecked] unchecked call to TimedReferrer(T,TimedRefQueue) as a 
member of the raw type TimedReferrer
    [javac]         TimedReferrer instance = new TimedReferrer(t, que);
    [javac]                                  ^
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class TimedReferrer
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/test/src/org/apache/river/concurrent/TimedReferrerTest.java:95:
 warning: [unchecked] unchecked call to TimedReferrer(T,TimedRefQueue) as a 
member of the raw type TimedReferrer
    [javac]         TimedReferrer instance = new TimedReferrer(t, que);
    [javac]                                  ^
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class TimedReferrer
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/test/src/org/apache/river/discovery/DiscoveryConstraintsTest.java:64:
 warning: [unchecked] unchecked conversion
    [javac]         constraints = new InvocationConstraints(required, 
preferred);
    [javac]                                                           ^
    [javac]   required: Collection<InvocationConstraint>
    [javac]   found:    Collection
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/test/src/org/apache/river/discovery/DiscoveryConstraintsTest.java:234:
 warning: [unchecked] unchecked conversion
    [javac]         constraints = new InvocationConstraints(combined, 
preferred);
    [javac]                                                           ^
    [javac]   required: Collection<InvocationConstraint>
    [javac]   found:    Collection
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/test/src/org/apache/river/discovery/DiscoveryConstraintsTest.java:238:
 warning: [unchecked] unchecked conversion
    [javac]                 = new 
InvocationConstraints(requiredAdditionalConstraints, preferred);
    [javac]                                                                     
       ^
    [javac]   required: Collection<InvocationConstraint>
    [javac]   found:    Collection
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/test/src/org/apache/river/discovery/plaintext/ClientTest.java:123:
 warning: [unchecked] unchecked conversion
    [javac]         InvocationConstraints constraints = new 
InvocationConstraints(required, preferred);
    [javac]                                                                     
            ^
    [javac]   required: Collection<InvocationConstraint>
    [javac]   found:    Collection
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/test/src/org/apache/river/discovery/ssl/ClientTest.java:92:
 warning: [unchecked] unchecked conversion
    [javac]         InvocationConstraints constraints = new 
InvocationConstraints(required, preferred);
    [javac]                                                                     
            ^
    [javac]   required: Collection<InvocationConstraint>
    [javac]   found:    Collection
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/test/src/org/apache/river/discovery/ssl/ClientTest.java:104:
 warning: [unchecked] unchecked conversion
    [javac]         InvocationConstraints constraints = new 
InvocationConstraints(required, preferred);
    [javac]                                                                     
            ^
    [javac]   required: Collection<InvocationConstraint>
    [javac]   found:    Collection
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/test/src/org/apache/river/outrigger/TxnTableTest.java:90:
 warning: [unchecked] unchecked call to getDeclaredConstructor(Class<?>...) as 
a member of the raw type Class
    [javac]             Constructor innerKeyCntr = 
innerKey.getDeclaredConstructor(
    [javac]                                                                     
  ^
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class Class
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/test/src/org/apache/river/phoenix/LocalAccessTest.java:56:
 warning: [unchecked] unchecked call to add(E) as a member of the raw type 
Collection
    [javac]         col.add(new ClientHost() {
    [javac]                ^
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in interface Collection
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/test/src/org/apache/river/phoenix/LocalAccessTest.java:80:
 warning: [unchecked] unchecked call to add(E) as a member of the raw type 
Collection
    [javac]         col.add(new ClientHost() {
    [javac]                ^
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in interface Collection
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/test/src/org/apache/river/phoenix/LocalAccessTest.java:105:
 warning: [unchecked] unchecked call to add(E) as a member of the raw type 
Collection
    [javac]         col.add(new ClientHost() {
    [javac]                ^
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in interface Collection
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/test/src/org/apache/river/thread/SynchronousExecutorsTest.java:76:
 warning: [unchecked] unchecked conversion
    [javac]         Future<String> future = exec.submit(new Exceptional());
    [javac]                                             ^
    [javac]   required: Callable<T>
    [javac]   found:    Exceptional
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in method <T>submit(Callable<T>)
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/test/src/org/apache/river/thread/SynchronousExecutorsTest.java:76:
 warning: [unchecked] unchecked method invocation: method submit in interface 
ExecutorService is applied to given types
    [javac]         Future<String> future = exec.submit(new Exceptional());
    [javac]                                            ^
    [javac]   required: Callable<T>
    [javac]   found: Exceptional
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in method <T>submit(Callable<T>)
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/test/src/org/apache/river/thread/SynchronousExecutorsTest.java:76:
 warning: [unchecked] unchecked conversion
    [javac]         Future<String> future = exec.submit(new Exceptional());
    [javac]                                            ^
    [javac]   required: Future<String>
    [javac]   found:    Future
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/test/src/org/apache/river/thread/SynchronousExecutorsTest.java:195:
 warning: [unchecked] unchecked cast
    [javac]             return (String) "success";
    [javac]                             ^
    [javac]   required: String
    [javac]   found:    java.lang.String
    [javac]   where String is a type-variable:
    [javac]     String extends Object declared in class Exceptional
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/test/src/tests/support/ArrayListOverflow.java:34:
 warning: [unchecked] unchecked call to add(E) as a member of the raw type List
    [javac]             overflow.add(new ArrayList(100));
    [javac]                         ^
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in interface List
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/test/src/tests/support/MutableMap.java:59:
 warning: [unchecked] unchecked call to compareTo(T) as a member of the raw 
type Comparable
    [javac]                 return ((Comparable) key1).compareTo(key2);
    [javac]                                                     ^
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in interface Comparable
    [javac] 28 errors
    [javac] 37 warnings

BUILD FAILED
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/hudson.xml:31:
 The following error occurred while executing this line:
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/build.xml:2290:
 The following error occurred while executing this line:
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/River-trunk/common.xml:235:
 Compile failed; see the compiler error output for details.

Total time: 13 minutes 54 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
ERROR: Publisher 'Publish JUnit test result report' failed: No test report 
files were found. Configuration error?
Publishing Javadoc

Reply via email to