See <https://hudson.apache.org/hudson/job/Cassandra/617/changes>
Changes: [brandonwilliams] Forgotten files from CASSANDRA-1823 ------------------------------------------ [...truncated 1626 lines...] [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 4.062 sec [junit] [junit] Cobertura: Loaded information on 986 classes. [junit] Cobertura: Saved information on 986 classes. [junit] Testsuite: org.apache.cassandra.dht.RangeTest [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.5 sec [junit] [junit] Cobertura: Loaded information on 986 classes. [junit] Cobertura: Saved information on 986 classes. [junit] Testsuite: org.apache.cassandra.gms.ArrivalWindowTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.133 sec [junit] [junit] Cobertura: Loaded information on 986 classes. [junit] Cobertura: Saved information on 986 classes. [junit] Testsuite: org.apache.cassandra.gms.GossipDigestTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.067 sec [junit] [junit] Cobertura: Loaded information on 986 classes. [junit] Cobertura: Saved information on 986 classes. [junit] Testsuite: org.apache.cassandra.hadoop.ColumnFamilyInputFormatTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.213 sec [junit] [junit] Cobertura: Loaded information on 986 classes. [junit] Cobertura: Saved information on 986 classes. [junit] Testsuite: org.apache.cassandra.io.BloomFilterTrackerTest [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.432 sec [junit] [junit] Cobertura: Loaded information on 986 classes. [junit] Cobertura: Saved information on 986 classes. [junit] Testsuite: org.apache.cassandra.io.LazilyCompactedRowTest [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 17.444 sec [junit] [junit] Cobertura: Loaded information on 986 classes. [junit] Cobertura: Saved information on 986 classes. [junit] Testsuite: org.apache.cassandra.io.sstable.LegacySSTableTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.773 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 12:46:00,655 Invalid file '.svn' in data directory <https://hudson.apache.org/hudson/job/Cassandra/ws/cassandra/test/data/legacy-sstables/b/Keyspace1.> [junit] ------------- ---------------- --------------- [junit] Cobertura: Loaded information on 986 classes. [junit] Cobertura: Saved information on 986 classes. [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableReaderTest [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 5.106 sec [junit] [junit] Cobertura: Loaded information on 986 classes. [junit] Cobertura: Saved information on 986 classes. [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableTest [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 6.954 sec [junit] [junit] Cobertura: Loaded information on 986 classes. [junit] Cobertura: Saved information on 986 classes. [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableWriterTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.104 sec [junit] [junit] Cobertura: Loaded information on 986 classes. [junit] Cobertura: Saved information on 986 classes. [junit] Testsuite: org.apache.cassandra.io.util.BufferedRandomAccessFileTest [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.791 sec [junit] [junit] Cobertura: Loaded information on 986 classes. [junit] Cobertura: Saved information on 986 classes. [junit] Testsuite: org.apache.cassandra.locator.DynamicEndpointSnitchTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.247 sec [junit] [junit] Cobertura: Loaded information on 986 classes. [junit] Cobertura: Saved information on 986 classes. [junit] Testsuite: org.apache.cassandra.locator.NetworkTopologyStrategyTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.512 sec [junit] [junit] Cobertura: Loaded information on 986 classes. [junit] Cobertura: Saved information on 986 classes. [junit] Testsuite: org.apache.cassandra.locator.OldNetworkTopologyStrategyTest [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.507 sec [junit] [junit] Cobertura: Loaded information on 986 classes. [junit] Cobertura: Saved information on 986 classes. [junit] Testsuite: org.apache.cassandra.locator.ReplicationStrategyEndpointCacheTest [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.678 sec [junit] [junit] Cobertura: Loaded information on 986 classes. [junit] Cobertura: Saved information on 986 classes. [junit] Testsuite: org.apache.cassandra.locator.SimpleStrategyTest [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.689 sec [junit] [junit] Cobertura: Loaded information on 986 classes. [junit] Cobertura: Saved information on 986 classes. [junit] Testsuite: org.apache.cassandra.locator.TokenMetadataTest [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.503 sec [junit] [junit] Cobertura: Loaded information on 986 classes. [junit] Cobertura: Saved information on 986 classes. [junit] Testsuite: org.apache.cassandra.service.AntiEntropyServiceTest [junit] Exception in thread "Thread-5" java.lang.RuntimeException: java.lang.NullPointerException [junit] at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:34) [junit] at org.apache.cassandra.streaming.StreamInSession.closeIfFinished(StreamInSession.java:164) [junit] at org.apache.cassandra.streaming.IncomingStreamReader.read(IncomingStreamReader.java:66) [junit] at org.apache.cassandra.net.IncomingTcpConnection.run(IncomingTcpConnection.java:75) [junit] Caused by: java.lang.NullPointerException [junit] at org.apache.cassandra.service.AntiEntropyService.completedRequest(AntiEntropyService.java:133) [junit] at org.apache.cassandra.service.AntiEntropyService$Differencer$Callback.runMayThrow(AntiEntropyService.java:537) [junit] at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30) [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 4.71 sec [junit] ... 3 more [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 12:47:04,392 Generated random token Token(bytes[c1ba01a5a3eb24489978eae482ee9ac7]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations [junit] Exception in thread "AntiEntropyStage:1" java.lang.AssertionError [junit] at org.apache.cassandra.locator.TokenMetadata.firstTokenIndex(TokenMetadata.java:392) [junit] at org.apache.cassandra.locator.TokenMetadata.firstToken(TokenMetadata.java:406) [junit] at org.apache.cassandra.locator.AbstractReplicationStrategy.getNaturalEndpoints(AbstractReplicationStrategy.java:98) [junit] at org.apache.cassandra.service.StorageService.constructRangeToEndpointMap(StorageService.java:561) [junit] at org.apache.cassandra.service.StorageService.getRangeToAddressMap(StorageService.java:536) [junit] at org.apache.cassandra.service.AntiEntropyService.getNeighbors(AntiEntropyService.java:158) [junit] at org.apache.cassandra.service.AntiEntropyService.rendezvous(AntiEntropyService.java:182) [junit] at org.apache.cassandra.service.AntiEntropyService.access$100(AntiEntropyService.java:86) [junit] at org.apache.cassandra.service.AntiEntropyService$TreeResponseVerbHandler.doVerb(AntiEntropyService.java:659) [junit] at org.apache.cassandra.net.MessageDeliveryTask.run(MessageDeliveryTask.java:63) [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 986 classes. [junit] Cobertura: Saved information on 986 classes. [junit] Testsuite: org.apache.cassandra.service.CassandraServerTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.435 sec [junit] [junit] Cobertura: Loaded information on 986 classes. [junit] Cobertura: Saved information on 986 classes. [junit] Testsuite: org.apache.cassandra.service.ConsistencyLevelTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.098 sec [junit] [junit] Cobertura: Loaded information on 986 classes. [junit] Cobertura: Saved information on 986 classes. [junit] Testsuite: org.apache.cassandra.service.EmbeddedCassandraServiceTest [junit] Testsuite: org.apache.cassandra.service.EmbeddedCassandraServiceTest [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec [junit] [junit] Testcase: org.apache.cassandra.service.EmbeddedCassandraServiceTest:BeforeFirstTest: Caused an ERROR [junit] Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until the VM exit. [junit] junit.framework.AssertionFailedError: Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until the VM exit. [junit] [junit] [junit] Test org.apache.cassandra.service.EmbeddedCassandraServiceTest FAILED (crashed) [junit] Testsuite: org.apache.cassandra.service.InitClientTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.491 sec [junit] [junit] Cobertura: Loaded information on 986 classes. [junit] Cobertura: Saved information on 986 classes. [junit] Testsuite: org.apache.cassandra.service.MoveTest [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 3.799 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 12:47:36,145 Node /127.0.0.3 'leaving' token mismatch. Long network partition? [junit] ------------- ---------------- --------------- [junit] Cobertura: Loaded information on 986 classes. [junit] Cobertura: Saved information on 986 classes. [junit] Testsuite: org.apache.cassandra.service.ReadResponseResolverTest [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.519 sec [junit] [junit] Cobertura: Loaded information on 986 classes. [junit] Cobertura: Saved information on 986 classes. [junit] Testsuite: org.apache.cassandra.service.RemoveTest [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 3.393 sec [junit] [junit] Cobertura: Loaded information on 986 classes. [junit] Cobertura: Saved information on 986 classes. [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.502 sec [junit] [junit] Cobertura: Loaded information on 986 classes. [junit] Cobertura: Saved information on 986 classes. [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.523 sec [junit] [junit] Cobertura: Loaded information on 986 classes. [junit] Cobertura: Saved information on 986 classes. [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.422 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 12:48:04,765 Generated random token Token(bytes[d93e890c3a429d5e8e47c10b6202b587]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations [junit] ------------- ---------------- --------------- [junit] Cobertura: Loaded information on 986 classes. [junit] Cobertura: Saved information on 986 classes. [junit] Testsuite: org.apache.cassandra.streaming.BootstrapTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.69 sec [junit] [junit] Cobertura: Loaded information on 986 classes. [junit] Cobertura: Saved information on 986 classes. [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.588 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 12:48:13,134 Generated random token Token(bytes[af3b3f77a2a41d64ff4202c321339799]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations [junit] ------------- ---------------- --------------- [junit] Cobertura: Loaded information on 986 classes. [junit] Cobertura: Saved information on 986 classes. [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 1.174 sec [junit] [junit] Cobertura: Loaded information on 986 classes. [junit] Cobertura: Saved information on 986 classes. [junit] Testsuite: org.apache.cassandra.tools.SSTableImportTest [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.867 sec [junit] [junit] Cobertura: Loaded information on 986 classes. [junit] Cobertura: Saved information on 986 classes. [junit] Testsuite: org.apache.cassandra.utils.BloomFilterTest [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 6.34 sec [junit] [junit] Cobertura: Loaded information on 986 classes. [junit] Cobertura: Saved information on 986 classes. [junit] Testsuite: org.apache.cassandra.utils.BoundedStatsDequeTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.068 sec [junit] [junit] Cobertura: Loaded information on 986 classes. [junit] Cobertura: Saved information on 986 classes. [junit] Testsuite: org.apache.cassandra.utils.EstimatedHistogramTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.082 sec [junit] [junit] Cobertura: Loaded information on 986 classes. [junit] Cobertura: Saved information on 986 classes. [junit] Testsuite: org.apache.cassandra.utils.FBUtilitiesTest [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.171 sec [junit] [junit] Cobertura: Loaded information on 986 classes. [junit] Cobertura: Saved information on 986 classes. [junit] Testsuite: org.apache.cassandra.utils.FilterTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.042 sec [junit] [junit] Cobertura: Loaded information on 986 classes. [junit] Cobertura: Saved information on 986 classes. [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 0.583 sec [junit] [junit] Cobertura: Loaded information on 986 classes. [junit] Cobertura: Saved information on 986 classes. BUILD FAILED <https://hudson.apache.org/hudson/job/Cassandra/ws/cassandra/build.xml>:477: The following error occurred while executing this line: <https://hudson.apache.org/hudson/job/Cassandra/ws/cassandra/build.xml>:472: Some unit test(s) failed. Total time: 17 minutes 50 seconds [TASKS] Skipping publisher since build result is FAILURE Publishing Javadoc Archiving artifacts Recording test results Skipping Cobertura coverage report as build was not UNSTABLE or better ...