See <http://hudson.zones.apache.org/hudson/job/Cassandra/329/changes>
Changes: [jaakko] Add cluster-wide mutex. Patch by jaakko, reviewed by jbellis. CASSANDRA-704 [jbellis] expose failing test by moving it where other tests are not covering it up somehow. patch by jbellis [jbellis] fix potential infinite loop. patch by jbellis; tested by Brandon Williams for CASSANDRA-715 [jbellis] convert WARN for messages w/o their own stage to DEBUG. patch by jbellis ------------------------------------------ [...truncated 859 lines...] [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.io.SSTableTest [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 3.479 sec [junit] [junit] Cobertura: Loaded information on 617 classes. [junit] Cobertura: Saved information on 617 classes. [junit] Testsuite: org.apache.cassandra.io.StreamingTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.431 sec [junit] [junit] ------------- Standard Output --------------- [junit] WARN handleException, Problem reading from socket connected to : java.nio.channels.SocketChannel[connected local=/127.0.0.1:35152 remote=/127.0.0.1:7010] [junit] java.io.IOException: Reached an EOL or something bizzare occured. Reading from: /127.0.0.1 BufferSizeRemaining: 16 [junit] at org.apache.cassandra.net.io.StartState.doRead(StartState.java:44) [junit] at org.apache.cassandra.net.io.ProtocolState.read(ProtocolState.java:39) [junit] at org.apache.cassandra.net.io.TcpReader.read(TcpReader.java:95) [junit] at org.apache.cassandra.net.TcpConnection$ConnectionReader.run(TcpConnection.java:427) [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [junit] at java.lang.Thread.run(Thread.java:619) [junit] WARN handleException, Problem reading from socket connected to : java.nio.channels.SocketChannel[connected local=/127.0.0.1:39601 remote=/127.0.0.1:7010] [junit] java.io.IOException: Reached an EOL or something bizzare occured. Reading from: /127.0.0.1 BufferSizeRemaining: 16 [junit] at org.apache.cassandra.net.io.StartState.doRead(StartState.java:44) [junit] at org.apache.cassandra.net.io.ProtocolState.read(ProtocolState.java:39) [junit] at org.apache.cassandra.net.io.TcpReader.read(TcpReader.java:95) [junit] at org.apache.cassandra.net.TcpConnection$ConnectionReader.run(TcpConnection.java:427) [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [junit] at java.lang.Thread.run(Thread.java:619) [junit] WARN handleException, Problem reading from socket connected to : java.nio.channels.SocketChannel[connected local=/127.0.0.1:51173 remote=/127.0.0.1:7010] [junit] java.io.IOException: Reached an EOL or something bizzare occured. Reading from: /127.0.0.1 BufferSizeRemaining: 16 [junit] at org.apache.cassandra.net.io.StartState.doRead(StartState.java:44) [junit] at org.apache.cassandra.net.io.ProtocolState.read(ProtocolState.java:39) [junit] at org.apache.cassandra.net.io.TcpReader.read(TcpReader.java:95) [junit] at org.apache.cassandra.net.TcpConnection$ConnectionReader.run(TcpConnection.java:427) [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [junit] at java.lang.Thread.run(Thread.java:619) [junit] ------------- ---------------- --------------- [junit] Cobertura: Loaded information on 617 classes. [junit] Cobertura: Saved information on 617 classes. [junit] Testsuite: org.apache.cassandra.locator.RackUnawareStrategyTest [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.561 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: 8, Failures: 0, Errors: 0, Time elapsed: 9.819 sec [junit] [junit] ------------- Standard Error ----------------- [junit] Exception in thread "TCP Selector Manager" java.lang.IndexOutOfBoundsException: Index: 0, Size: 1 [junit] at java.util.ArrayList.RangeCheck(ArrayList.java:547) [junit] at java.util.ArrayList.get(ArrayList.java:322) [junit] at net.sourceforge.cobertura.coveragedata.LineData.getJumpData(LineData.java:316) [junit] at net.sourceforge.cobertura.coveragedata.LineData.touchJump(LineData.java:259) [junit] at net.sourceforge.cobertura.coveragedata.ClassData.touchJump(ClassData.java:453) [junit] at org.apache.cassandra.net.SelectorManager.run(SelectorManager.java:106) [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.CassandraServerTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.37 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.MoveTest [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.925 sec [junit] [junit] ------------- Standard Output --------------- [junit] WARN handleStateLeaving, Node /127.0.0.3 'leaving' token mismatch. Long network partition? [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.ReadResponseResolverTest [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.559 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: 0, Time elapsed: 0.984 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.tools.SSTableExportTest [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.924 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.655 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.59 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.076 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.242 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.578 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.362 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>:253: Some test(s) failed. Total time: 3 minutes 3 seconds Publishing Javadoc Archiving artifacts Recording test results