Jenkins jobs in ABORTED status are bad. A lot of times they tend to be
ignored/re-run to get completed results, which is OK, only if the reason
is due to server setup or configuration problems. There's a relatively
recent pattern of o.a.c.cql3.validation test hanging up jobs, and I've
been unable to pin it down to a single test that causes the problem.
Manually looping over the test class (multiple attempts over days,
sometimes) has resulted in no reproduction.

Identification of which actual test hung the job can be difficult. If we
look at the test trend graph or drill down the past runs of
trunk_testall, there are multiple job aborts, and it appears to be in
the cql3.validation tests. Here's an example:

http://cassci.datastax.com/job/trunk_testall/1153/console

At 06:08:10, we see "Build timed out (after 20 minutes)." Since we run
with `-Dtest.runners=4`, keep in mind that there are 4 tests running in
parallel, so that last test before it aborts? (SSTablesIteratedTest? or
the other 2 listed right there above that?) ..nope, those are not the
tests you're looking for.. (snippet of log attached for posterity).

Usually, the best way to determine which test hung things up is to grab
the log.tar.gz and look at the most recent log files (included in
snippet). It looks to me like SSTablesIteratedTest,
SSTableMetadataTrackingTest, and RoleSyntaxTest completed.

It appears to me, and I still might not even be correct here, that the
test that hung us up was cql3.validation.entities.UFTest, which ends up
buried quite a few lines up (started at 05:47:16) from the job abort, so
is difficult to spot just reading the console.

This is the logs.tar.gz for this job, if you want to grab it and help
figure out why cql3 tests hang us up from time to time (will be deleted
after a time):

http://cassci.datastax.com/job/trunk_testall/1153/artifact/jenkins-trunk_testall-1153_logs.tar.gz

The help I'm looking for is 1) why are we getting cql3 test hangs, which
so far have been unreproducible, we need to fix these; and 2) are there
perhaps any better ways to log success in a test run? Generally, I need
to dig in tests to see what they are doing, since logged tracebacks,
etc. may actually be intended, so finding a trace in a test log adds
time and may be an empty rabbit hole. And I suppose 3) verifying if
UFTest was indeed the one that hung the job - I think this was the right
test :)

Thanks for looking!
Michael
mshuler@hana:~/tmp/logs$ ls -lRt
.:
total 2776
drwxr-xr-x 2 mshuler mshuler   12288 Aug 31 00:48 logs
-rw-r--r-- 1 mshuler mshuler 2825465 Aug 31 08:24 
jenkins-trunk_testall-1153_logs.tar.gz

./logs:
total 31928
-rw-r--r-- 1 mshuler mshuler   63447 Aug 31 00:52 
TEST-org.apache.cassandra.cql3.validation.miscellaneous.SSTablesIteratedTest.log
-rw-r--r-- 1 mshuler mshuler   88824 Aug 31 00:52 
TEST-org.apache.cassandra.cql3.validation.miscellaneous.SSTableMetadataTrackingTest.log
-rw-r--r-- 1 mshuler mshuler  167138 Aug 31 00:52 
TEST-org.apache.cassandra.cql3.validation.miscellaneous.RoleSyntaxTest.log
-rw-r--r-- 1 mshuler mshuler 2466867 Aug 31 00:51 
TEST-org.apache.cassandra.cql3.validation.entities.UFTest.log
-rw-r--r-- 1 mshuler mshuler  123861 Aug 31 00:48 
TEST-org.apache.cassandra.cql3.validation.miscellaneous.PgStringTest.log
-rw-r--r-- 1 mshuler mshuler  599070 Aug 31 00:48 
TEST-org.apache.cassandra.cql3.validation.miscellaneous.OverflowTest.log
-rw-r--r-- 1 mshuler mshuler 1617350 Aug 31 00:48 
TEST-org.apache.cassandra.cql3.validation.entities.UserTypesTest.log
-rw-r--r-- 1 mshuler mshuler  355408 Aug 31 00:47 
TEST-org.apache.cassandra.cql3.validation.miscellaneous.CrcCheckChanceTest.log
-rw-r--r-- 1 mshuler mshuler  431485 Aug 31 00:47 
TEST-org.apache.cassandra.cql3.validation.entities.UFVerifierTest.log
<...>


===========================================================================


<...>
05:46:01     [junit] 
05:46:01    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/commitlog:53
05:46:01    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/data:53
05:46:01     [junit] Testsuite: 
org.apache.cassandra.cql3.validation.entities.SecondaryIndexOnStaticColumnTest
05:46:02    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/saved_caches:53
05:46:02    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/hints:53
05:46:02     [junit] WARNING: multiple versions of ant detected in path for 
junit 
05:46:02     [junit]          
jar:file:/usr/share/ant/lib/ant.jar!/org/apache/tools/ant/Project.class
05:46:02     [junit]      and 
jar:file:/home/automaton/cassandra/build/lib/jars/ant-1.9.4.jar!/org/apache/tools/ant/Project.class
05:46:03     [junit] Testsuite: 
org.apache.cassandra.cql3.validation.entities.JsonTest Tests run: 11, Failures: 
0, Errors: 0, Skipped: 0, Time elapsed: 25.948 sec
05:46:03     [junit] 
05:46:03    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/commitlog:52
05:46:03    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/data:52
05:46:03    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/saved_caches:52
05:46:03    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/hints:52
05:46:03     [junit] WARNING: multiple versions of ant detected in path for 
junit 
05:46:03     [junit]          
jar:file:/usr/share/ant/lib/ant.jar!/org/apache/tools/ant/Project.class
05:46:03     [junit]      and 
jar:file:/home/automaton/cassandra/build/lib/jars/ant-1.9.4.jar!/org/apache/tools/ant/Project.class
05:46:06     [junit] Testsuite: 
org.apache.cassandra.cql3.validation.entities.SecondaryIndexTest
05:46:06     [junit] Testsuite: 
org.apache.cassandra.cql3.validation.entities.StaticColumnsTest
05:46:13     [junit] Testsuite: 
org.apache.cassandra.cql3.validation.entities.SecondaryIndexOnStaticColumnTest 
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.503 sec
05:46:13     [junit] 
05:46:13    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/commitlog:54
05:46:13    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/data:54
05:46:13    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/saved_caches:54
05:46:13    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/hints:54
05:46:14     [junit] WARNING: multiple versions of ant detected in path for 
junit 
05:46:14     [junit]          
jar:file:/usr/share/ant/lib/ant.jar!/org/apache/tools/ant/Project.class
05:46:14     [junit]      and 
jar:file:/home/automaton/cassandra/build/lib/jars/ant-1.9.4.jar!/org/apache/tools/ant/Project.class
05:46:16     [junit] Testsuite: org.apache.cassandra.cql3.ViewFilteringTest 
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 142.388 sec
05:46:16     [junit] 
05:46:18     [junit] Testsuite: 
org.apache.cassandra.cql3.validation.entities.TimestampTest
05:46:18    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/commitlog:39
05:46:18    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/data:39
05:46:20    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/saved_caches:39
05:46:20    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/hints:39
05:46:20     [junit] WARNING: multiple versions of ant detected in path for 
junit 
05:46:20     [junit]          
jar:file:/usr/share/ant/lib/ant.jar!/org/apache/tools/ant/Project.class
05:46:20     [junit]      and 
jar:file:/home/automaton/cassandra/build/lib/jars/ant-1.9.4.jar!/org/apache/tools/ant/Project.class
05:46:22     [junit] Testsuite: 
org.apache.cassandra.cql3.validation.entities.StaticColumnsTest Tests run: 7, 
Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.846 sec
05:46:22     [junit] 
05:46:23    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/commitlog:56
05:46:23    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/data:56
05:46:23    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/saved_caches:56
05:46:23    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/hints:56
05:46:23     [junit] WARNING: multiple versions of ant detected in path for 
junit 
05:46:23     [junit]          
jar:file:/usr/share/ant/lib/ant.jar!/org/apache/tools/ant/Project.class
05:46:23     [junit]      and 
jar:file:/home/automaton/cassandra/build/lib/jars/ant-1.9.4.jar!/org/apache/tools/ant/Project.class
05:46:25     [junit] Testsuite: 
org.apache.cassandra.cql3.validation.entities.TimeuuidTest
05:46:27     [junit] Testsuite: 
org.apache.cassandra.cql3.validation.entities.TimestampTest Tests run: 4, 
Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.417 sec
05:46:27     [junit] 
05:46:27    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/commitlog:57
05:46:27    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/data:57
05:46:27    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/saved_caches:57
05:46:27    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/hints:57
05:46:27     [junit] WARNING: multiple versions of ant detected in path for 
junit 
05:46:27     [junit]          
jar:file:/usr/share/ant/lib/ant.jar!/org/apache/tools/ant/Project.class
05:46:27     [junit]      and 
jar:file:/home/automaton/cassandra/build/lib/jars/ant-1.9.4.jar!/org/apache/tools/ant/Project.class
05:46:27     [junit] Testsuite: 
org.apache.cassandra.cql3.validation.entities.TupleTypeTest
05:46:31     [junit] Testsuite: 
org.apache.cassandra.cql3.validation.entities.TypeTest
05:46:33     [junit] Testsuite: 
org.apache.cassandra.cql3.validation.entities.TimeuuidTest Tests run: 2, 
Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.056 sec
05:46:33     [junit] 
05:46:33    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/commitlog:58
05:46:33    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/data:58
05:46:33    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/saved_caches:58
05:46:33    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/hints:58
05:46:33     [junit] WARNING: multiple versions of ant detected in path for 
junit 
05:46:33     [junit]          
jar:file:/usr/share/ant/lib/ant.jar!/org/apache/tools/ant/Project.class
05:46:33     [junit]      and 
jar:file:/home/automaton/cassandra/build/lib/jars/ant-1.9.4.jar!/org/apache/tools/ant/Project.class
05:46:38     [junit] Testsuite: 
org.apache.cassandra.cql3.validation.entities.UFAuthTest
05:46:42     [junit] Testsuite: 
org.apache.cassandra.cql3.validation.entities.TupleTypeTest Tests run: 9, 
Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.259 sec
05:46:42     [junit] 
05:46:42    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/commitlog:59
05:46:42    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/data:59
05:46:42    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/saved_caches:59
05:46:42    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/hints:59
05:46:42     [junit] WARNING: multiple versions of ant detected in path for 
junit 
05:46:42     [junit]          
jar:file:/usr/share/ant/lib/ant.jar!/org/apache/tools/ant/Project.class
05:46:42     [junit]      and 
jar:file:/home/automaton/cassandra/build/lib/jars/ant-1.9.4.jar!/org/apache/tools/ant/Project.class
05:46:44     [junit] Testsuite: 
org.apache.cassandra.cql3.validation.entities.TypeTest Tests run: 7, Failures: 
0, Errors: 0, Skipped: 0, Time elapsed: 13.028 sec
05:46:44     [junit] 
05:46:45    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/commitlog:60
05:46:45    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/data:60
05:46:45    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/saved_caches:60
05:46:45    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/hints:60
05:46:45     [junit] WARNING: multiple versions of ant detected in path for 
junit 
05:46:45     [junit]          
jar:file:/usr/share/ant/lib/ant.jar!/org/apache/tools/ant/Project.class
05:46:45     [junit]      and 
jar:file:/home/automaton/cassandra/build/lib/jars/ant-1.9.4.jar!/org/apache/tools/ant/Project.class
05:46:46     [junit] Testsuite: 
org.apache.cassandra.cql3.validation.entities.SecondaryIndexTest Tests run: 36, 
Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 39.697 sec
05:46:46     [junit] 
05:46:46    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/commitlog:55
05:46:46    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/data:55
05:46:47    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/saved_caches:55
05:46:47    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/hints:55
05:46:47     [junit] Testsuite: 
org.apache.cassandra.cql3.validation.entities.UFIdentificationTest
05:46:47     [junit] WARNING: multiple versions of ant detected in path for 
junit 
05:46:47     [junit]          
jar:file:/usr/share/ant/lib/ant.jar!/org/apache/tools/ant/Project.class
05:46:47     [junit]      and 
jar:file:/home/automaton/cassandra/build/lib/jars/ant-1.9.4.jar!/org/apache/tools/ant/Project.class
05:46:48     [junit] Testsuite: 
org.apache.cassandra.cql3.validation.entities.UFPureScriptTest
05:46:51     [junit] Testsuite: 
org.apache.cassandra.cql3.validation.entities.UFPureScriptTupleCollectionTest
05:47:09     [junit] Testsuite: 
org.apache.cassandra.cql3.validation.entities.UFAuthTest Tests run: 25, 
Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.722 sec
05:47:09     [junit] 
05:47:09    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/commitlog:61
05:47:09    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/data:61
05:47:09    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/saved_caches:61
05:47:09    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/hints:61
05:47:09     [junit] WARNING: multiple versions of ant detected in path for 
junit 
05:47:09     [junit]          
jar:file:/usr/share/ant/lib/ant.jar!/org/apache/tools/ant/Project.class
05:47:09     [junit]      and 
jar:file:/home/automaton/cassandra/build/lib/jars/ant-1.9.4.jar!/org/apache/tools/ant/Project.class
05:47:16     [junit] Testsuite: 
org.apache.cassandra.cql3.validation.entities.UFTest
05:47:16     [junit] Testsuite: 
org.apache.cassandra.cql3.validation.entities.UFPureScriptTupleCollectionTest 
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.086 sec
05:47:16     [junit] 
05:47:19    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/commitlog:64
05:47:19    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/data:64
05:47:19    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/saved_caches:64
05:47:19    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/hints:64
05:47:19     [junit] WARNING: multiple versions of ant detected in path for 
junit 
05:47:19     [junit]          
jar:file:/usr/share/ant/lib/ant.jar!/org/apache/tools/ant/Project.class
05:47:19     [junit]      and 
jar:file:/home/automaton/cassandra/build/lib/jars/ant-1.9.4.jar!/org/apache/tools/ant/Project.class
05:47:22     [junit] Testsuite: 
org.apache.cassandra.cql3.validation.entities.UFIdentificationTest Tests run: 
14, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 34.75 sec
05:47:22     [junit] 
05:47:22     [junit] Testcase: 
testModificationStatementWithAttributesFromFunction(org.apache.cassandra.cql3.validation.entities.UFIdentificationTest):SKIPPED
05:47:22    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/commitlog:62
05:47:22    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/data:62
05:47:22    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/saved_caches:62
05:47:22    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/hints:62
05:47:22     [junit] WARNING: multiple versions of ant detected in path for 
junit 
05:47:22     [junit]          
jar:file:/usr/share/ant/lib/ant.jar!/org/apache/tools/ant/Project.class
05:47:22     [junit]      and 
jar:file:/home/automaton/cassandra/build/lib/jars/ant-1.9.4.jar!/org/apache/tools/ant/Project.class
05:47:23     [junit] Testsuite: 
org.apache.cassandra.cql3.validation.entities.UFPureScriptTest Tests run: 10, 
Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.991 sec
05:47:23     [junit] 
05:47:23     [junit] Testsuite: 
org.apache.cassandra.cql3.validation.entities.UFVerifierTest
05:47:25    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/commitlog:63
05:47:25    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/data:63
05:47:25    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/saved_caches:63
05:47:25    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/hints:63
05:47:25     [junit] WARNING: multiple versions of ant detected in path for 
junit 
05:47:25     [junit]          
jar:file:/usr/share/ant/lib/ant.jar!/org/apache/tools/ant/Project.class
05:47:25     [junit]      and 
jar:file:/home/automaton/cassandra/build/lib/jars/ant-1.9.4.jar!/org/apache/tools/ant/Project.class
05:47:26     [junit] Testsuite: 
org.apache.cassandra.cql3.validation.entities.UserTypesTest
05:47:30     [junit] Testsuite: 
org.apache.cassandra.cql3.validation.miscellaneous.CrcCheckChanceTest
05:47:38     [junit] Testsuite: 
org.apache.cassandra.cql3.validation.entities.UFVerifierTest Tests run: 21, 
Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.125 sec
05:47:38     [junit] 
05:47:38    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/commitlog:66
05:47:38    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/data:66
05:47:39    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/saved_caches:66
05:47:39    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/hints:66
05:47:39     [junit] WARNING: multiple versions of ant detected in path for 
junit 
05:47:39     [junit]          
jar:file:/usr/share/ant/lib/ant.jar!/org/apache/tools/ant/Project.class
05:47:39     [junit]      and 
jar:file:/home/automaton/cassandra/build/lib/jars/ant-1.9.4.jar!/org/apache/tools/ant/Project.class
05:47:45     [junit] Testsuite: 
org.apache.cassandra.cql3.validation.miscellaneous.OverflowTest
05:47:49     [junit] Testsuite: 
org.apache.cassandra.cql3.validation.miscellaneous.CrcCheckChanceTest Tests 
run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.231 sec
05:47:49     [junit] 
05:47:49    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/commitlog:68
05:47:49    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/data:68
05:47:49    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/saved_caches:68
05:47:49    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/hints:68
05:47:49     [junit] WARNING: multiple versions of ant detected in path for 
junit 
05:47:49     [junit]          
jar:file:/usr/share/ant/lib/ant.jar!/org/apache/tools/ant/Project.class
05:47:49     [junit]      and 
jar:file:/home/automaton/cassandra/build/lib/jars/ant-1.9.4.jar!/org/apache/tools/ant/Project.class
05:47:55     [junit] Testsuite: 
org.apache.cassandra.cql3.validation.miscellaneous.PgStringTest
05:48:00     [junit] Testsuite: 
org.apache.cassandra.cql3.validation.entities.UserTypesTest Tests run: 22, 
Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 34.078 sec
05:48:00     [junit] 
05:48:00    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/commitlog:67
05:48:00    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/data:67
05:48:01    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/saved_caches:67
05:48:01    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/hints:67
05:48:01     [junit] WARNING: multiple versions of ant detected in path for 
junit 
05:48:01     [junit]          
jar:file:/usr/share/ant/lib/ant.jar!/org/apache/tools/ant/Project.class
05:48:01     [junit]      and 
jar:file:/home/automaton/cassandra/build/lib/jars/ant-1.9.4.jar!/org/apache/tools/ant/Project.class
05:48:03     [junit] Testsuite: 
org.apache.cassandra.cql3.validation.miscellaneous.OverflowTest Tests run: 15, 
Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.56 sec
05:48:03     [junit] 
05:48:03    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/commitlog:69
05:48:03    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/data:69
05:48:04    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/saved_caches:69
05:48:04    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/hints:69
05:48:04     [junit] WARNING: multiple versions of ant detected in path for 
junit 
05:48:04     [junit]          
jar:file:/usr/share/ant/lib/ant.jar!/org/apache/tools/ant/Project.class
05:48:04     [junit]      and 
jar:file:/home/automaton/cassandra/build/lib/jars/ant-1.9.4.jar!/org/apache/tools/ant/Project.class
05:48:05     [junit] Testsuite: 
org.apache.cassandra.cql3.validation.miscellaneous.PgStringTest Tests run: 3, 
Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.319 sec
05:48:05     [junit] 
05:48:05    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/commitlog:70
05:48:05    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/data:70
05:48:05    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/saved_caches:70
05:48:05    [delete] Deleting directory 
/home/automaton/cassandra/build/test/cassandra/hints:70
05:48:05     [junit] WARNING: multiple versions of ant detected in path for 
junit 
05:48:05     [junit]          
jar:file:/usr/share/ant/lib/ant.jar!/org/apache/tools/ant/Project.class
05:48:05     [junit]      and 
jar:file:/home/automaton/cassandra/build/lib/jars/ant-1.9.4.jar!/org/apache/tools/ant/Project.class
05:48:06     [junit] Testsuite: 
org.apache.cassandra.cql3.validation.miscellaneous.RoleSyntaxTest
05:48:07     [junit] Testsuite: 
org.apache.cassandra.cql3.validation.miscellaneous.SSTableMetadataTrackingTest
05:48:10     [junit] Testsuite: 
org.apache.cassandra.cql3.validation.miscellaneous.SSTablesIteratedTest
06:08:10 Build timed out (after 20 minutes). Marking the build as aborted.
06:08:10 Build was aborted

Reply via email to