See <https://hudson.apache.org/hudson/job/Cassandra/768/changes>
Changes: [eevans] remove incremental backups between runs This is crap, but without it consecutive test runs fail when we try to create a link for a target that already exists. Patch by eevans for CASSANDRA-2027 [eevans] enable commented BytesType tests missed in earlier commit Patch by eevans for CASSANDRA-2027 ------------------------------------------ [...truncated 1857 lines...] [junit] Testsuite: org.apache.cassandra.dht.CollatingOrderPreservingPartitionerTest [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 1.394 sec [junit] [junit] Testsuite: org.apache.cassandra.dht.OrderPreservingPartitionerTest [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 1.121 sec [junit] [junit] Testsuite: org.apache.cassandra.dht.RandomPartitionerTest [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.779 sec [junit] [junit] Testsuite: org.apache.cassandra.dht.RangeTest [junit] Tests run: 13, Failures: 0, Errors: 0, Time elapsed: 0.432 sec [junit] [junit] Testsuite: org.apache.cassandra.gms.ArrivalWindowTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.122 sec [junit] [junit] Testsuite: org.apache.cassandra.gms.GossipDigestTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.054 sec [junit] [junit] Testsuite: org.apache.cassandra.gms.SerializationsTest [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.438 sec [junit] [junit] Testsuite: org.apache.cassandra.hadoop.ColumnFamilyInputFormatTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.193 sec [junit] [junit] Testsuite: org.apache.cassandra.io.BloomFilterTrackerTest [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.425 sec [junit] [junit] Testsuite: org.apache.cassandra.io.CompactSerializerTest [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.735 sec [junit] [junit] Testsuite: org.apache.cassandra.io.LazilyCompactedRowTest [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 31.985 sec [junit] [junit] Testsuite: org.apache.cassandra.io.sstable.DescriptorTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.054 sec [junit] [junit] Testsuite: org.apache.cassandra.io.sstable.IndexHelperTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.061 sec [junit] [junit] Testsuite: org.apache.cassandra.io.sstable.LegacySSTableTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.392 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 02:18:44,035 Invalid file '.svn' in data directory <https://hudson.apache.org/hudson/job/Cassandra/ws/cassandra/test/data/legacy-sstables/e/Keyspace1.> [junit] WARN 02:18:44,605 Invalid file '.svn' in data directory <https://hudson.apache.org/hudson/job/Cassandra/ws/cassandra/test/data/legacy-sstables/b/Keyspace1.> [junit] ------------- ---------------- --------------- [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableReaderTest [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 5.539 sec [junit] [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableTest [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.378 sec [junit] [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableWriterAESCommutativeTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.934 sec [junit] [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableWriterTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.123 sec [junit] [junit] Testsuite: org.apache.cassandra.io.util.BufferedRandomAccessFileTest [junit] Tests run: 17, Failures: 0, Errors: 0, Time elapsed: 2.658 sec [junit] [junit] Testsuite: org.apache.cassandra.locator.DynamicEndpointSnitchTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.181 sec [junit] [junit] Testsuite: org.apache.cassandra.locator.NetworkTopologyStrategyTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.431 sec [junit] [junit] Testsuite: org.apache.cassandra.locator.OldNetworkTopologyStrategyTest [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.443 sec [junit] [junit] Testsuite: org.apache.cassandra.locator.ReplicationStrategyEndpointCacheTest [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.68 sec [junit] [junit] Testsuite: org.apache.cassandra.locator.SimpleStrategyTest [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.748 sec [junit] [junit] Testsuite: org.apache.cassandra.locator.TokenMetadataTest [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.423 sec [junit] [junit] Testsuite: org.apache.cassandra.service.AntiEntropyServiceCounterTest [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 3.78 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 02:19:15,802 Generated random token Token(bytes[bb9846695b1a14e629f8c53ff3a829d5]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations [junit] Exception in thread "Thread-4" 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:169) [junit] at org.apache.cassandra.streaming.IncomingStreamReader.read(IncomingStreamReader.java:63) [junit] at org.apache.cassandra.net.IncomingTcpConnection.stream(IncomingTcpConnection.java:155) [junit] at org.apache.cassandra.net.IncomingTcpConnection.run(IncomingTcpConnection.java:93) [junit] Caused by: java.lang.NullPointerException [junit] at org.apache.cassandra.service.AntiEntropyService.completedRequest(AntiEntropyService.java:135) [junit] at org.apache.cassandra.service.AntiEntropyService$Differencer$Callback.runMayThrow(AntiEntropyService.java:528) [junit] at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30) [junit] ... 4 more [junit] ------------- ---------------- --------------- [junit] Testsuite: org.apache.cassandra.service.AntiEntropyServiceStandardTest [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 3.798 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 02:19:20,879 Generated random token Token(bytes[d47f0ae10d9aa6fd7a4578adaf84caf4]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations [junit] Exception in thread "Thread-4" 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:169) [junit] at org.apache.cassandra.streaming.IncomingStreamReader.read(IncomingStreamReader.java:63) [junit] at org.apache.cassandra.net.IncomingTcpConnection.stream(IncomingTcpConnection.java:155) [junit] at org.apache.cassandra.net.IncomingTcpConnection.run(IncomingTcpConnection.java:93) [junit] Caused by: java.lang.NullPointerException [junit] at org.apache.cassandra.service.AntiEntropyService.completedRequest(AntiEntropyService.java:135) [junit] at org.apache.cassandra.service.AntiEntropyService$Differencer$Callback.runMayThrow(AntiEntropyService.java:528) [junit] at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30) [junit] ... 4 more [junit] ------------- ---------------- --------------- [junit] Testsuite: org.apache.cassandra.service.AntiEntropyServiceTest [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 4.713 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 02:19:27,102 Generated random token Token(bytes[b380aab6ad4c12834d27b370b5c939c4]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations [junit] Exception in thread "Thread-4" 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:169) [junit] at org.apache.cassandra.streaming.IncomingStreamReader.read(IncomingStreamReader.java:63) [junit] at org.apache.cassandra.net.IncomingTcpConnection.stream(IncomingTcpConnection.java:155) [junit] at org.apache.cassandra.net.IncomingTcpConnection.run(IncomingTcpConnection.java:93) [junit] Caused by: java.lang.NullPointerException [junit] at org.apache.cassandra.service.AntiEntropyService.completedRequest(AntiEntropyService.java:135) [junit] at org.apache.cassandra.service.AntiEntropyService$Differencer$Callback.runMayThrow(AntiEntropyService.java:528) [junit] at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30) [junit] ... 4 more [junit] ------------- ---------------- --------------- [junit] Testsuite: org.apache.cassandra.service.CassandraServerTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.463 sec [junit] [junit] Testsuite: org.apache.cassandra.service.ConsistencyLevelTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.261 sec [junit] [junit] Testsuite: org.apache.cassandra.service.EmbeddedCassandraServiceTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.044 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 02:19:34,633 Unable to lock JVM memory (ENOMEM). This can result in part of the JVM being swapped out, especially with mmapped I/O enabled. Increase RLIMIT_MEMLOCK or run Cassandra as root. [junit] WARN 02:19:35,690 Generated random token Token(bytes[9e54660545e5c9791cb1b068b2fa2b67]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations [junit] ------------- ---------------- --------------- [junit] Testsuite: org.apache.cassandra.service.InitClientTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.434 sec [junit] [junit] Testsuite: org.apache.cassandra.service.LeaveAndBootstrapTest [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 3.73 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 02:19:46,942 Node /127.0.0.3 'leaving' token mismatch. Long network partition? [junit] ------------- ---------------- --------------- [junit] Testsuite: org.apache.cassandra.service.MoveTest [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 3.11 sec [junit] [junit] Testsuite: org.apache.cassandra.service.RemoveTest [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 4.822 sec [junit] [junit] Testsuite: org.apache.cassandra.service.RowResolverTest [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.445 sec [junit] [junit] Testsuite: org.apache.cassandra.service.SerializationsTest [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.451 sec [junit] [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.46 sec [junit] [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.465 sec [junit] [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.99 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 02:20:08,690 Generated random token Token(bytes[b7a2b65245cb9f9ad9c5110e3bf1c73e]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations [junit] ------------- ---------------- --------------- [junit] Testsuite: org.apache.cassandra.streaming.BootstrapTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.597 sec [junit] [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.464 sec [junit] [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 2.301 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 02:20:12,947 Generated random token Token(bytes[6fbb72235608cf991349390ad1a50a7a]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations [junit] ------------- ---------------- --------------- [junit] Testsuite: org.apache.cassandra.thrift.ThriftValidationTest [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.438 sec [junit] [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1.32 sec [junit] [junit] ------------- Standard Output --------------- [junit] Importing 1 keys... [junit] 1 keys imported successfully. [junit] ------------- ---------------- --------------- [junit] Testsuite: org.apache.cassandra.tools.SSTableImportTest [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1.232 sec [junit] [junit] ------------- Standard Output --------------- [junit] Importing 2 keys... [junit] 2 keys imported successfully. [junit] Importing 2 keys... [junit] 2 keys imported successfully. [junit] Importing 2 keys... [junit] 2 keys imported successfully. [junit] Importing 3 keys... [junit] Importing 3 keys... [junit] 1 keys imported successfully. [junit] ------------- ---------------- --------------- [junit] ------------- Standard Error ----------------- [junit] Line 2: Key 303630 is greater than previous, collection is not sorted properly. Aborting import. You might need to delete SSTables manually. [junit] ------------- ---------------- --------------- [junit] Testsuite: org.apache.cassandra.utils.BloomFilterTest [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.673 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.BoundedStatsDequeTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.053 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.ByteBufferUtilTest [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.142 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.EstimatedHistogramTest [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.056 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.FBUtilitiesTest [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.135 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.611 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 0.436 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.SerializationsTest [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.68 sec [junit] BUILD FAILED <https://hudson.apache.org/hudson/job/Cassandra/ws/cassandra/build.xml>:639: The following error occurred while executing this line: <https://hudson.apache.org/hudson/job/Cassandra/ws/cassandra/build.xml>:634: Some unit test(s) failed. Total time: 15 minutes 57 seconds [TASKS] Skipping publisher since build result is FAILURE Publishing Javadoc Archiving artifacts Recording test results