You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cassandra.apache.org by Apache Hudson Server <hu...@hudson.zones.apache.org> on 2009/12/15 13:33:48 UTC

Build failed in Hudson: Cassandra #288

See <http://hudson.zones.apache.org/hudson/job/Cassandra/288/changes>

Changes:

[eevans] merge with 0.5 branch

[jbellis] revert last commit; "bug fix" was unnecessary w/o rest of 603 patch

[jbellis] fix add that should have been addAll.  patch by Jaakko Laine; reviewed by jbellis for CASSANDRA-603

[jbellis] add setReuseAddress for TcpConnection and clean up in UDP.  patch by jbellis

[eevans] do trivial arithmetic correctly

Patch by eevans; reviewed by Ramzi Rabah for CASSANDRA-618

[eevans] (de)serialize columns to/from hex regardless of comparator

Patch by eevans; reviewed by Ramzi Rabah for CASSANDRA-618

[eevans] unittest that demonstrates bug

Patch by Ramzi Rabah; reviewed by eevans for CASSANDRA-618

[jbellis] add missing volatile, final modifiers.  patch by jbellis; reviewed by Stu Hood for CASSANDRA-614

[jbellis] r/m unused Scanner classes.  patch by jbellis

------------------------------------------
[...truncated 845 lines...]
    [junit] 
    [junit] Cobertura: Loaded information on 516 classes.
    [junit] Cobertura: Saved information on 516 classes.
    [junit] Testsuite: org.apache.cassandra.io.StreamingTest
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.237 sec
    [junit] 
    [junit] Testcase: testTransferTable(org.apache.cassandra.io.StreamingTest):	Caused an ERROR
    [junit] Address already in use
    [junit] java.net.BindException: Address already in use
    [junit] 	at sun.nio.ch.Net.bind(Native Method)
    [junit] 	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:119)
    [junit] 	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
    [junit] 	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:52)
    [junit] 	at org.apache.cassandra.net.MessagingService.listen(MessagingService.java:196)
    [junit] 	at org.apache.cassandra.service.StorageService.initServer(StorageService.java:268)
    [junit] 	at org.apache.cassandra.io.StreamingTest.testTransferTable(StreamingTest.java:46)
    [junit] 
    [junit] 
    [junit] Exception in thread "Thread-1" java.lang.ExceptionInInitializerError
    [junit] 	at java.io.File.deleteOnExit(File.java:939)
    [junit] 	at net.sourceforge.cobertura.util.FileLocker.<init>(FileLocker.java:80)
    [junit] 	at net.sourceforge.cobertura.coveragedata.ProjectData.saveGlobalProjectData(ProjectData.java:230)
    [junit] 	at net.sourceforge.cobertura.coveragedata.SaveTimer.run(SaveTimer.java:31)
    [junit] 	at java.lang.Thread.run(Thread.java:619)
    [junit] Caused by: java.lang.IllegalStateException: Shutdown in progress
    [junit] 	at java.lang.Shutdown.add(Shutdown.java:62)
    [junit] 	at java.lang.System$2.registerShutdownHook(System.java:1146)
    [junit] 	at java.io.DeleteOnExitHook.<clinit>(DeleteOnExitHook.java:20)
    [junit] 	... 5 more
    [junit] Test org.apache.cassandra.io.StreamingTest FAILED
    [junit] Testsuite: org.apache.cassandra.locator.RackUnawareStrategyTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.373 sec
    [junit] 
    [junit] Exception in thread "Thread-0" java.lang.ExceptionInInitializerError
    [junit] 	at java.io.File.deleteOnExit(File.java:939)
    [junit] 	at net.sourceforge.cobertura.util.FileLocker.<init>(FileLocker.java:80)
    [junit] 	at net.sourceforge.cobertura.coveragedata.ProjectData.saveGlobalProjectData(ProjectData.java:230)
    [junit] 	at net.sourceforge.cobertura.coveragedata.SaveTimer.run(SaveTimer.java:31)
    [junit] 	at java.lang.Thread.run(Thread.java:619)
    [junit] Caused by: java.lang.IllegalStateException: Shutdown in progress
    [junit] 	at java.lang.Shutdown.add(Shutdown.java:62)
    [junit] 	at java.lang.System$2.registerShutdownHook(System.java:1146)
    [junit] 	at java.io.DeleteOnExitHook.<clinit>(DeleteOnExitHook.java:20)
    [junit] 	... 5 more
    [junit] Testsuite: org.apache.cassandra.service.AntiEntropyServiceTest
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
    [junit] 
    [junit] Null Test: 	Caused an ERROR
    [junit] null
    [junit] java.lang.ExceptionInInitializerError
    [junit] 	at java.lang.Class.forName0(Native Method)
    [junit] 	at java.lang.Class.forName(Class.java:169)
    [junit] Caused by: java.lang.RuntimeException: java.net.BindException: Address already in use
    [junit] 	at org.apache.cassandra.service.AntiEntropyServiceTest.<clinit>(AntiEntropyServiceTest.java:66)
    [junit] Caused by: java.net.BindException: Address already in use
    [junit] 	at sun.nio.ch.Net.bind(Native Method)
    [junit] 	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:119)
    [junit] 	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
    [junit] 	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:52)
    [junit] 	at org.apache.cassandra.net.MessagingService.listen(MessagingService.java:196)
    [junit] 	at org.apache.cassandra.service.StorageService.initServer(StorageService.java:268)
    [junit] 	at org.apache.cassandra.service.AntiEntropyServiceTest.<clinit>(AntiEntropyServiceTest.java:62)
    [junit] 
    [junit] 
    [junit] Exception in thread "Thread-1" java.lang.ExceptionInInitializerError
    [junit] 	at java.io.File.deleteOnExit(File.java:939)
    [junit] 	at net.sourceforge.cobertura.util.FileLocker.<init>(FileLocker.java:80)
    [junit] 	at net.sourceforge.cobertura.coveragedata.ProjectData.saveGlobalProjectData(ProjectData.java:230)
    [junit] 	at net.sourceforge.cobertura.coveragedata.SaveTimer.run(SaveTimer.java:31)
    [junit] 	at java.lang.Thread.run(Thread.java:619)
    [junit] Caused by: java.lang.IllegalStateException: Shutdown in progress
    [junit] 	at java.lang.Shutdown.add(Shutdown.java:62)
    [junit] 	at java.lang.System$2.registerShutdownHook(System.java:1146)
    [junit] 	at java.io.DeleteOnExitHook.<clinit>(DeleteOnExitHook.java:20)
    [junit] 	... 5 more
    [junit] Test org.apache.cassandra.service.AntiEntropyServiceTest FAILED
    [junit] Testsuite: org.apache.cassandra.service.CassandraServerTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.311 sec
    [junit] 
    [junit] Exception in thread "Thread-1" java.lang.ExceptionInInitializerError
    [junit] 	at java.io.File.deleteOnExit(File.java:939)
    [junit] 	at net.sourceforge.cobertura.util.FileLocker.<init>(FileLocker.java:80)
    [junit] 	at net.sourceforge.cobertura.coveragedata.ProjectData.saveGlobalProjectData(ProjectData.java:230)
    [junit] 	at net.sourceforge.cobertura.coveragedata.SaveTimer.run(SaveTimer.java:31)
    [junit] 	at java.lang.Thread.run(Thread.java:619)
    [junit] Caused by: java.lang.IllegalStateException: Shutdown in progress
    [junit] 	at java.lang.Shutdown.add(Shutdown.java:62)
    [junit] 	at java.lang.System$2.registerShutdownHook(System.java:1146)
    [junit] 	at java.io.DeleteOnExitHook.<clinit>(DeleteOnExitHook.java:20)
    [junit] 	... 5 more
    [junit] Testsuite: org.apache.cassandra.service.ReadResponseResolverTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.33 sec
    [junit] 
    [junit] Exception in thread "Thread-0" java.lang.ExceptionInInitializerError
    [junit] 	at java.io.File.deleteOnExit(File.java:939)
    [junit] 	at net.sourceforge.cobertura.util.FileLocker.<init>(FileLocker.java:80)
    [junit] 	at net.sourceforge.cobertura.coveragedata.ProjectData.saveGlobalProjectData(ProjectData.java:230)
    [junit] 	at net.sourceforge.cobertura.coveragedata.SaveTimer.run(SaveTimer.java:31)
    [junit] 	at java.lang.Thread.run(Thread.java:619)
    [junit] Caused by: java.lang.IllegalStateException: Shutdown in progress
    [junit] 	at java.lang.Shutdown.add(Shutdown.java:62)
    [junit] 	at java.lang.System$2.registerShutdownHook(System.java:1146)
    [junit] 	at java.io.DeleteOnExitHook.<clinit>(DeleteOnExitHook.java:20)
    [junit] 	... 5 more
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceTest
    [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 0.52 sec
    [junit] 
    [junit] Testcase: testClientOnlyMode(org.apache.cassandra.service.StorageServiceTest):	Caused an ERROR
    [junit] Address already in use
    [junit] java.net.BindException: Address already in use
    [junit] 	at sun.nio.ch.Net.bind(Native Method)
    [junit] 	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:119)
    [junit] 	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
    [junit] 	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:52)
    [junit] 	at org.apache.cassandra.net.MessagingService.listen(MessagingService.java:196)
    [junit] 	at org.apache.cassandra.service.StorageService.initClient(StorageService.java:250)
    [junit] 	at org.apache.cassandra.service.StorageServiceTest.testClientOnlyMode(StorageServiceTest.java:39)
    [junit] 
    [junit] 
    [junit] Testcase: testRegularMode(org.apache.cassandra.service.StorageServiceTest):	Caused an ERROR
    [junit] Address already in use
    [junit] java.net.BindException: Address already in use
    [junit] 	at sun.nio.ch.Net.bind(Native Method)
    [junit] 	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:119)
    [junit] 	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
    [junit] 	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:52)
    [junit] 	at org.apache.cassandra.net.MessagingService.listen(MessagingService.java:196)
    [junit] 	at org.apache.cassandra.service.StorageService.initServer(StorageService.java:268)
    [junit] 	at org.apache.cassandra.service.StorageServiceTest.testRegularMode(StorageServiceTest.java:55)
    [junit] 
    [junit] 
    [junit] Exception in thread "Thread-1" java.lang.ExceptionInInitializerError
    [junit] 	at java.io.File.deleteOnExit(File.java:939)
    [junit] 	at net.sourceforge.cobertura.util.FileLocker.<init>(FileLocker.java:80)
    [junit] 	at net.sourceforge.cobertura.coveragedata.ProjectData.saveGlobalProjectData(ProjectData.java:230)
    [junit] 	at net.sourceforge.cobertura.coveragedata.SaveTimer.run(SaveTimer.java:31)
    [junit] 	at java.lang.Thread.run(Thread.java:619)
    [junit] Caused by: java.lang.IllegalStateException: Shutdown in progress
    [junit] 	at java.lang.Shutdown.add(Shutdown.java:62)
    [junit] 	at java.lang.System$2.registerShutdownHook(System.java:1146)
    [junit] 	at java.io.DeleteOnExitHook.<clinit>(DeleteOnExitHook.java:20)
    [junit] 	... 5 more
    [junit] Test org.apache.cassandra.service.StorageServiceTest FAILED
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.541 sec
    [junit] 
    [junit] Exception in thread "Thread-0" java.lang.ExceptionInInitializerError
    [junit] 	at java.io.File.deleteOnExit(File.java:939)
    [junit] 	at net.sourceforge.cobertura.util.FileLocker.<init>(FileLocker.java:80)
    [junit] 	at net.sourceforge.cobertura.coveragedata.ProjectData.saveGlobalProjectData(ProjectData.java:230)
    [junit] 	at net.sourceforge.cobertura.coveragedata.SaveTimer.run(SaveTimer.java:31)
    [junit] 	at java.lang.Thread.run(Thread.java:619)
    [junit] Caused by: java.lang.IllegalStateException: Shutdown in progress
    [junit] 	at java.lang.Shutdown.add(Shutdown.java:62)
    [junit] 	at java.lang.System$2.registerShutdownHook(System.java:1146)
    [junit] 	at java.io.DeleteOnExitHook.<clinit>(DeleteOnExitHook.java:20)
    [junit] 	... 5 more
    [junit] Testsuite: org.apache.cassandra.tools.SSTableImportTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.42 sec
    [junit] 
    [junit] Exception in thread "Thread-0" java.lang.ExceptionInInitializerError
    [junit] 	at java.io.File.deleteOnExit(File.java:939)
    [junit] 	at net.sourceforge.cobertura.util.FileLocker.<init>(FileLocker.java:80)
    [junit] 	at net.sourceforge.cobertura.coveragedata.ProjectData.saveGlobalProjectData(ProjectData.java:230)
    [junit] 	at net.sourceforge.cobertura.coveragedata.SaveTimer.run(SaveTimer.java:31)
    [junit] 	at java.lang.Thread.run(Thread.java:619)
    [junit] Caused by: java.lang.IllegalStateException: Shutdown in progress
    [junit] 	at java.lang.Shutdown.add(Shutdown.java:62)
    [junit] 	at java.lang.System$2.registerShutdownHook(System.java:1146)
    [junit] 	at java.io.DeleteOnExitHook.<clinit>(DeleteOnExitHook.java:20)
    [junit] 	... 5 more
    [junit] Testsuite: org.apache.cassandra.utils.BloomFilterTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 2.175 sec
    [junit] 
    [junit] Exception in thread "Thread-0" java.lang.ExceptionInInitializerError
    [junit] 	at java.io.File.deleteOnExit(File.java:939)
    [junit] 	at net.sourceforge.cobertura.util.FileLocker.<init>(FileLocker.java:80)
    [junit] 	at net.sourceforge.cobertura.coveragedata.ProjectData.saveGlobalProjectData(ProjectData.java:230)
    [junit] 	at net.sourceforge.cobertura.coveragedata.SaveTimer.run(SaveTimer.java:31)
    [junit] 	at java.lang.Thread.run(Thread.java:619)
    [junit] Caused by: java.lang.IllegalStateException: Shutdown in progress
    [junit] 	at java.lang.Shutdown.add(Shutdown.java:62)
    [junit] 	at java.lang.System$2.registerShutdownHook(System.java:1146)
    [junit] 	at java.io.DeleteOnExitHook.<clinit>(DeleteOnExitHook.java:20)
    [junit] 	... 5 more
    [junit] Testsuite: org.apache.cassandra.utils.BoundedStatsDequeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.063 sec
    [junit] 
    [junit] Exception in thread "Thread-0" java.lang.ExceptionInInitializerError
    [junit] 	at java.io.File.deleteOnExit(File.java:939)
    [junit] 	at net.sourceforge.cobertura.util.FileLocker.<init>(FileLocker.java:80)
    [junit] 	at net.sourceforge.cobertura.coveragedata.ProjectData.saveGlobalProjectData(ProjectData.java:230)
    [junit] 	at net.sourceforge.cobertura.coveragedata.SaveTimer.run(SaveTimer.java:31)
    [junit] 	at java.lang.Thread.run(Thread.java:619)
    [junit] Caused by: java.lang.IllegalStateException: Shutdown in progress
    [junit] 	at java.lang.Shutdown.add(Shutdown.java:62)
    [junit] 	at java.lang.System$2.registerShutdownHook(System.java:1146)
    [junit] 	at java.io.DeleteOnExitHook.<clinit>(DeleteOnExitHook.java:20)
    [junit] 	... 5 more
    [junit] Testsuite: org.apache.cassandra.utils.FBUtilitiesTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.12 sec
    [junit] 
    [junit] Exception in thread "Thread-0" java.lang.ExceptionInInitializerError
    [junit] 	at java.io.File.deleteOnExit(File.java:939)
    [junit] 	at net.sourceforge.cobertura.util.FileLocker.<init>(FileLocker.java:80)
    [junit] 	at net.sourceforge.cobertura.coveragedata.ProjectData.saveGlobalProjectData(ProjectData.java:230)
    [junit] 	at net.sourceforge.cobertura.coveragedata.SaveTimer.run(SaveTimer.java:31)
    [junit] 	at java.lang.Thread.run(Thread.java:619)
    [junit] Caused by: java.lang.IllegalStateException: Shutdown in progress
    [junit] 	at java.lang.Shutdown.add(Shutdown.java:62)
    [junit] 	at java.lang.System$2.registerShutdownHook(System.java:1146)
    [junit] 	at java.io.DeleteOnExitHook.<clinit>(DeleteOnExitHook.java:20)
    [junit] 	... 5 more
    [junit] Testsuite: org.apache.cassandra.utils.FilterTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.381 sec
    [junit] 
    [junit] Exception in thread "Thread-0" java.lang.ExceptionInInitializerError
    [junit] 	at java.io.File.deleteOnExit(File.java:939)
    [junit] 	at net.sourceforge.cobertura.util.FileLocker.<init>(FileLocker.java:80)
    [junit] 	at net.sourceforge.cobertura.coveragedata.ProjectData.saveGlobalProjectData(ProjectData.java:230)
    [junit] 	at net.sourceforge.cobertura.coveragedata.SaveTimer.run(SaveTimer.java:31)
    [junit] 	at java.lang.Thread.run(Thread.java:619)
    [junit] Caused by: java.lang.IllegalStateException: Shutdown in progress
    [junit] 	at java.lang.Shutdown.add(Shutdown.java:62)
    [junit] 	at java.lang.System$2.registerShutdownHook(System.java:1146)
    [junit] 	at java.io.DeleteOnExitHook.<clinit>(DeleteOnExitHook.java:20)
    [junit] 	... 5 more
    [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest
    [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 0.955 sec
    [junit] 
    [junit] Exception in thread "Thread-1" java.lang.ExceptionInInitializerError
    [junit] 	at java.io.File.deleteOnExit(File.java:939)
    [junit] 	at net.sourceforge.cobertura.util.FileLocker.<init>(FileLocker.java:80)
    [junit] 	at net.sourceforge.cobertura.coveragedata.ProjectData.saveGlobalProjectData(ProjectData.java:230)
    [junit] 	at net.sourceforge.cobertura.coveragedata.SaveTimer.run(SaveTimer.java:31)
    [junit] 	at java.lang.Thread.run(Thread.java:619)
    [junit] Caused by: java.lang.IllegalStateException: Shutdown in progress
    [junit] 	at java.lang.Shutdown.add(Shutdown.java:62)
    [junit] 	at java.lang.System$2.registerShutdownHook(System.java:1146)
    [junit] 	at java.io.DeleteOnExitHook.<clinit>(DeleteOnExitHook.java:20)
    [junit] 	... 5 more

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Cassandra/ws/cassandra/build.xml>:246: Some test(s) failed.

Total time: 2 minutes 40 seconds
Publishing Javadoc
Archiving artifacts
Recording test results


Build failed in Hudson: Cassandra #289

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/Cassandra/289/changes>

Changes:

[jbellis] fix stress.py supercolumn inserts.  patch by Brandon Williams; reviewed by jbellis for CASSANDRA-602

[junrao] notify neighbors and fix comments; patched by Stu Hood, reviewed by junrao for CASSANDRA-629

[junrao] use xor for hash in inner nodes in Merkle tree; patched by Stu Hood, reviewed by junrao for CASSANDRA-629

[junrao] utility change; patched by Stu Hood, reviewed by junrao for CASSANDRA-629

[jbellis] move key generation outside loop.  patch by Brandon Williams; reviewed by jbellis for CASSANDRA-602

[jbellis] add supercolumn support to stress.py.  patch by Brandon Williams; reviewed by jbellis for CASSANDRA-635

[jbellis] make stress.py standalone and move to contrib/.  patch by Brandon Williams; reviewed by jbellis for CASSANDRA-635

------------------------------------------
[...truncated 831 lines...]
    [junit] 
    [junit] Cobertura: Loaded information on 516 classes.
    [junit] Cobertura: Saved information on 516 classes.
    [junit] Testsuite: org.apache.cassandra.io.StreamingTest
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.243 sec
    [junit] 
    [junit] Testcase: testTransferTable(org.apache.cassandra.io.StreamingTest):	Caused an ERROR
    [junit] Address already in use
    [junit] java.net.BindException: Address already in use
    [junit] 	at sun.nio.ch.Net.bind(Native Method)
    [junit] 	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:119)
    [junit] 	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
    [junit] 	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:52)
    [junit] 	at org.apache.cassandra.net.MessagingService.listen(MessagingService.java:196)
    [junit] 	at org.apache.cassandra.service.StorageService.initServer(StorageService.java:268)
    [junit] 	at org.apache.cassandra.io.StreamingTest.testTransferTable(StreamingTest.java:46)
    [junit] 
    [junit] 
    [junit] Exception in thread "Thread-1" java.lang.ExceptionInInitializerError
    [junit] 	at java.io.File.deleteOnExit(File.java:939)
    [junit] 	at net.sourceforge.cobertura.util.FileLocker.<init>(FileLocker.java:80)
    [junit] 	at net.sourceforge.cobertura.coveragedata.ProjectData.saveGlobalProjectData(ProjectData.java:230)
    [junit] 	at net.sourceforge.cobertura.coveragedata.SaveTimer.run(SaveTimer.java:31)
    [junit] 	at java.lang.Thread.run(Thread.java:619)
    [junit] Caused by: java.lang.IllegalStateException: Shutdown in progress
    [junit] 	at java.lang.Shutdown.add(Shutdown.java:62)
    [junit] 	at java.lang.System$2.registerShutdownHook(System.java:1146)
    [junit] 	at java.io.DeleteOnExitHook.<clinit>(DeleteOnExitHook.java:20)
    [junit] 	... 5 more
    [junit] Test org.apache.cassandra.io.StreamingTest FAILED
    [junit] Testsuite: org.apache.cassandra.locator.RackUnawareStrategyTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.375 sec
    [junit] 
    [junit] Exception in thread "Thread-0" java.lang.ExceptionInInitializerError
    [junit] 	at java.io.File.deleteOnExit(File.java:939)
    [junit] 	at net.sourceforge.cobertura.util.FileLocker.<init>(FileLocker.java:80)
    [junit] 	at net.sourceforge.cobertura.coveragedata.ProjectData.saveGlobalProjectData(ProjectData.java:230)
    [junit] 	at net.sourceforge.cobertura.coveragedata.SaveTimer.run(SaveTimer.java:31)
    [junit] 	at java.lang.Thread.run(Thread.java:619)
    [junit] Caused by: java.lang.IllegalStateException: Shutdown in progress
    [junit] 	at java.lang.Shutdown.add(Shutdown.java:62)
    [junit] 	at java.lang.System$2.registerShutdownHook(System.java:1146)
    [junit] 	at java.io.DeleteOnExitHook.<clinit>(DeleteOnExitHook.java:20)
    [junit] 	... 5 more
    [junit] Testsuite: org.apache.cassandra.service.AntiEntropyServiceTest
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
    [junit] 
    [junit] Null Test: 	Caused an ERROR
    [junit] null
    [junit] java.lang.ExceptionInInitializerError
    [junit] 	at java.lang.Class.forName0(Native Method)
    [junit] 	at java.lang.Class.forName(Class.java:169)
    [junit] Caused by: java.lang.RuntimeException: java.net.BindException: Address already in use
    [junit] 	at org.apache.cassandra.service.AntiEntropyServiceTest.<clinit>(AntiEntropyServiceTest.java:66)
    [junit] Caused by: java.net.BindException: Address already in use
    [junit] 	at sun.nio.ch.Net.bind(Native Method)
    [junit] 	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:119)
    [junit] 	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
    [junit] 	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:52)
    [junit] 	at org.apache.cassandra.net.MessagingService.listen(MessagingService.java:196)
    [junit] 	at org.apache.cassandra.service.StorageService.initServer(StorageService.java:268)
    [junit] 	at org.apache.cassandra.service.AntiEntropyServiceTest.<clinit>(AntiEntropyServiceTest.java:62)
    [junit] 
    [junit] 
    [junit] Exception in thread "Thread-1" java.lang.ExceptionInInitializerError
    [junit] 	at java.io.File.deleteOnExit(File.java:939)
    [junit] 	at net.sourceforge.cobertura.util.FileLocker.<init>(FileLocker.java:80)
    [junit] 	at net.sourceforge.cobertura.coveragedata.ProjectData.saveGlobalProjectData(ProjectData.java:230)
    [junit] 	at net.sourceforge.cobertura.coveragedata.SaveTimer.run(SaveTimer.java:31)
    [junit] 	at java.lang.Thread.run(Thread.java:619)
    [junit] Caused by: java.lang.IllegalStateException: Shutdown in progress
    [junit] 	at java.lang.Shutdown.add(Shutdown.java:62)
    [junit] 	at java.lang.System$2.registerShutdownHook(System.java:1146)
    [junit] 	at java.io.DeleteOnExitHook.<clinit>(DeleteOnExitHook.java:20)
    [junit] 	... 5 more
    [junit] Test org.apache.cassandra.service.AntiEntropyServiceTest FAILED
    [junit] Testsuite: org.apache.cassandra.service.CassandraServerTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.311 sec
    [junit] 
    [junit] Exception in thread "Thread-1" java.lang.ExceptionInInitializerError
    [junit] 	at java.io.File.deleteOnExit(File.java:939)
    [junit] 	at net.sourceforge.cobertura.util.FileLocker.<init>(FileLocker.java:80)
    [junit] 	at net.sourceforge.cobertura.coveragedata.ProjectData.saveGlobalProjectData(ProjectData.java:230)
    [junit] 	at net.sourceforge.cobertura.coveragedata.SaveTimer.run(SaveTimer.java:31)
    [junit] 	at java.lang.Thread.run(Thread.java:619)
    [junit] Caused by: java.lang.IllegalStateException: Shutdown in progress
    [junit] 	at java.lang.Shutdown.add(Shutdown.java:62)
    [junit] 	at java.lang.System$2.registerShutdownHook(System.java:1146)
    [junit] 	at java.io.DeleteOnExitHook.<clinit>(DeleteOnExitHook.java:20)
    [junit] 	... 5 more
    [junit] Testsuite: org.apache.cassandra.service.ReadResponseResolverTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.336 sec
    [junit] 
    [junit] Exception in thread "Thread-0" java.lang.ExceptionInInitializerError
    [junit] 	at java.io.File.deleteOnExit(File.java:939)
    [junit] 	at net.sourceforge.cobertura.util.FileLocker.<init>(FileLocker.java:80)
    [junit] 	at net.sourceforge.cobertura.coveragedata.ProjectData.saveGlobalProjectData(ProjectData.java:230)
    [junit] 	at net.sourceforge.cobertura.coveragedata.SaveTimer.run(SaveTimer.java:31)
    [junit] 	at java.lang.Thread.run(Thread.java:619)
    [junit] Caused by: java.lang.IllegalStateException: Shutdown in progress
    [junit] 	at java.lang.Shutdown.add(Shutdown.java:62)
    [junit] 	at java.lang.System$2.registerShutdownHook(System.java:1146)
    [junit] 	at java.io.DeleteOnExitHook.<clinit>(DeleteOnExitHook.java:20)
    [junit] 	... 5 more
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceTest
    [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 0.535 sec
    [junit] 
    [junit] Testcase: testClientOnlyMode(org.apache.cassandra.service.StorageServiceTest):	Caused an ERROR
    [junit] Address already in use
    [junit] java.net.BindException: Address already in use
    [junit] 	at sun.nio.ch.Net.bind(Native Method)
    [junit] 	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:119)
    [junit] 	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
    [junit] 	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:52)
    [junit] 	at org.apache.cassandra.net.MessagingService.listen(MessagingService.java:196)
    [junit] 	at org.apache.cassandra.service.StorageService.initClient(StorageService.java:250)
    [junit] 	at org.apache.cassandra.service.StorageServiceTest.testClientOnlyMode(StorageServiceTest.java:39)
    [junit] 
    [junit] 
    [junit] Testcase: testRegularMode(org.apache.cassandra.service.StorageServiceTest):	Caused an ERROR
    [junit] Address already in use
    [junit] java.net.BindException: Address already in use
    [junit] 	at sun.nio.ch.Net.bind(Native Method)
    [junit] 	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:119)
    [junit] 	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
    [junit] 	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:52)
    [junit] 	at org.apache.cassandra.net.MessagingService.listen(MessagingService.java:196)
    [junit] 	at org.apache.cassandra.service.StorageService.initServer(StorageService.java:268)
    [junit] 	at org.apache.cassandra.service.StorageServiceTest.testRegularMode(StorageServiceTest.java:55)
    [junit] 
    [junit] 
    [junit] Exception in thread "Thread-1" java.lang.ExceptionInInitializerError
    [junit] 	at java.io.File.deleteOnExit(File.java:939)
    [junit] 	at net.sourceforge.cobertura.util.FileLocker.<init>(FileLocker.java:80)
    [junit] 	at net.sourceforge.cobertura.coveragedata.ProjectData.saveGlobalProjectData(ProjectData.java:230)
    [junit] 	at net.sourceforge.cobertura.coveragedata.SaveTimer.run(SaveTimer.java:31)
    [junit] 	at java.lang.Thread.run(Thread.java:619)
    [junit] Caused by: java.lang.IllegalStateException: Shutdown in progress
    [junit] 	at java.lang.Shutdown.add(Shutdown.java:62)
    [junit] 	at java.lang.System$2.registerShutdownHook(System.java:1146)
    [junit] 	at java.io.DeleteOnExitHook.<clinit>(DeleteOnExitHook.java:20)
    [junit] 	... 5 more
    [junit] Test org.apache.cassandra.service.StorageServiceTest FAILED
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.526 sec
    [junit] 
    [junit] Exception in thread "Thread-0" java.lang.ExceptionInInitializerError
    [junit] 	at java.io.File.deleteOnExit(File.java:939)
    [junit] 	at net.sourceforge.cobertura.util.FileLocker.<init>(FileLocker.java:80)
    [junit] 	at net.sourceforge.cobertura.coveragedata.ProjectData.saveGlobalProjectData(ProjectData.java:230)
    [junit] 	at net.sourceforge.cobertura.coveragedata.SaveTimer.run(SaveTimer.java:31)
    [junit] 	at java.lang.Thread.run(Thread.java:619)
    [junit] Caused by: java.lang.IllegalStateException: Shutdown in progress
    [junit] 	at java.lang.Shutdown.add(Shutdown.java:62)
    [junit] 	at java.lang.System$2.registerShutdownHook(System.java:1146)
    [junit] 	at java.io.DeleteOnExitHook.<clinit>(DeleteOnExitHook.java:20)
    [junit] 	... 5 more
    [junit] Testsuite: org.apache.cassandra.tools.SSTableImportTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.421 sec
    [junit] 
    [junit] Exception in thread "Thread-0" java.lang.ExceptionInInitializerError
    [junit] 	at java.io.File.deleteOnExit(File.java:939)
    [junit] 	at net.sourceforge.cobertura.util.FileLocker.<init>(FileLocker.java:80)
    [junit] 	at net.sourceforge.cobertura.coveragedata.ProjectData.saveGlobalProjectData(ProjectData.java:230)
    [junit] 	at net.sourceforge.cobertura.coveragedata.SaveTimer.run(SaveTimer.java:31)
    [junit] 	at java.lang.Thread.run(Thread.java:619)
    [junit] Caused by: java.lang.IllegalStateException: Shutdown in progress
    [junit] 	at java.lang.Shutdown.add(Shutdown.java:62)
    [junit] 	at java.lang.System$2.registerShutdownHook(System.java:1146)
    [junit] 	at java.io.DeleteOnExitHook.<clinit>(DeleteOnExitHook.java:20)
    [junit] 	... 5 more
    [junit] Testsuite: org.apache.cassandra.utils.BloomFilterTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 2.198 sec
    [junit] 
    [junit] Exception in thread "Thread-0" java.lang.ExceptionInInitializerError
    [junit] 	at java.io.File.deleteOnExit(File.java:939)
    [junit] 	at net.sourceforge.cobertura.util.FileLocker.<init>(FileLocker.java:80)
    [junit] 	at net.sourceforge.cobertura.coveragedata.ProjectData.saveGlobalProjectData(ProjectData.java:230)
    [junit] 	at net.sourceforge.cobertura.coveragedata.SaveTimer.run(SaveTimer.java:31)
    [junit] 	at java.lang.Thread.run(Thread.java:619)
    [junit] Caused by: java.lang.IllegalStateException: Shutdown in progress
    [junit] 	at java.lang.Shutdown.add(Shutdown.java:62)
    [junit] 	at java.lang.System$2.registerShutdownHook(System.java:1146)
    [junit] 	at java.io.DeleteOnExitHook.<clinit>(DeleteOnExitHook.java:20)
    [junit] 	... 5 more
    [junit] Testsuite: org.apache.cassandra.utils.BoundedStatsDequeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.063 sec
    [junit] 
    [junit] Exception in thread "Thread-0" java.lang.ExceptionInInitializerError
    [junit] 	at java.io.File.deleteOnExit(File.java:939)
    [junit] 	at net.sourceforge.cobertura.util.FileLocker.<init>(FileLocker.java:80)
    [junit] 	at net.sourceforge.cobertura.coveragedata.ProjectData.saveGlobalProjectData(ProjectData.java:230)
    [junit] 	at net.sourceforge.cobertura.coveragedata.SaveTimer.run(SaveTimer.java:31)
    [junit] 	at java.lang.Thread.run(Thread.java:619)
    [junit] Caused by: java.lang.IllegalStateException: Shutdown in progress
    [junit] 	at java.lang.Shutdown.add(Shutdown.java:62)
    [junit] 	at java.lang.System$2.registerShutdownHook(System.java:1146)
    [junit] 	at java.io.DeleteOnExitHook.<clinit>(DeleteOnExitHook.java:20)
    [junit] 	... 5 more
    [junit] Testsuite: org.apache.cassandra.utils.FBUtilitiesTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.121 sec
    [junit] 
    [junit] Exception in thread "Thread-0" java.lang.ExceptionInInitializerError
    [junit] 	at java.io.File.deleteOnExit(File.java:939)
    [junit] 	at net.sourceforge.cobertura.util.FileLocker.<init>(FileLocker.java:80)
    [junit] 	at net.sourceforge.cobertura.coveragedata.ProjectData.saveGlobalProjectData(ProjectData.java:230)
    [junit] 	at net.sourceforge.cobertura.coveragedata.SaveTimer.run(SaveTimer.java:31)
    [junit] 	at java.lang.Thread.run(Thread.java:619)
    [junit] Caused by: java.lang.IllegalStateException: Shutdown in progress
    [junit] 	at java.lang.Shutdown.add(Shutdown.java:62)
    [junit] 	at java.lang.System$2.registerShutdownHook(System.java:1146)
    [junit] 	at java.io.DeleteOnExitHook.<clinit>(DeleteOnExitHook.java:20)
    [junit] 	... 5 more
    [junit] Testsuite: org.apache.cassandra.utils.FilterTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.363 sec
    [junit] 
    [junit] Exception in thread "Thread-0" java.lang.ExceptionInInitializerError
    [junit] 	at java.io.File.deleteOnExit(File.java:939)
    [junit] 	at net.sourceforge.cobertura.util.FileLocker.<init>(FileLocker.java:80)
    [junit] 	at net.sourceforge.cobertura.coveragedata.ProjectData.saveGlobalProjectData(ProjectData.java:230)
    [junit] 	at net.sourceforge.cobertura.coveragedata.SaveTimer.run(SaveTimer.java:31)
    [junit] 	at java.lang.Thread.run(Thread.java:619)
    [junit] Caused by: java.lang.IllegalStateException: Shutdown in progress
    [junit] 	at java.lang.Shutdown.add(Shutdown.java:62)
    [junit] 	at java.lang.System$2.registerShutdownHook(System.java:1146)
    [junit] 	at java.io.DeleteOnExitHook.<clinit>(DeleteOnExitHook.java:20)
    [junit] 	... 5 more
    [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest
    [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 0.233 sec
    [junit] 
    [junit] Exception in thread "Thread-1" java.lang.ExceptionInInitializerError
    [junit] 	at java.io.File.deleteOnExit(File.java:939)
    [junit] 	at net.sourceforge.cobertura.util.FileLocker.<init>(FileLocker.java:80)
    [junit] 	at net.sourceforge.cobertura.coveragedata.ProjectData.saveGlobalProjectData(ProjectData.java:230)
    [junit] 	at net.sourceforge.cobertura.coveragedata.SaveTimer.run(SaveTimer.java:31)
    [junit] 	at java.lang.Thread.run(Thread.java:619)
    [junit] Caused by: java.lang.IllegalStateException: Shutdown in progress
    [junit] 	at java.lang.Shutdown.add(Shutdown.java:62)
    [junit] 	at java.lang.System$2.registerShutdownHook(System.java:1146)
    [junit] 	at java.io.DeleteOnExitHook.<clinit>(DeleteOnExitHook.java:20)
    [junit] 	... 5 more

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/Cassandra/ws/cassandra/build.xml>:246: Some test(s) failed.

Total time: 2 minutes 32 seconds
Publishing Javadoc
Archiving artifacts
Recording test results