See <https://hudson.apache.org/hudson/job/Cassandra/761/changes>
Changes: [gdusbabek] unit test for TimeUUIDType.fromString. patch by gdusbabek, reviewed by eevans. CASSANDRA-2262 [gdusbabek] catch MarshallException raise RuntimeException. patch by eevans, reviewed by gdusbabek. CASSANDRA-2262 [gdusbabek] expand fromString parsing of TimeUUIDType. patch by eevans, reviewed by gdusbabek. CASSANDRA-2262 [gdusbabek] AbstractType.fromsString throws MarshalException. patch by eevans, reviewed by gdusbabek. CASSANDRA-2262 [gdusbabek] assume utf8 in CliTest keys dammit. patch by gdusbabek, reviewed by eevans. CASSANDRA-2262 [gdusbabek] compose method for AbstractTypes. patch by gdusbabek, reviewed by eevans. CASSANDRA-2262 [gdusbabek] BytesType.fromString() expects a hex string. patch by gdusbabek, reviewed by eevans. CASSANDRA-2262 [gdusbabek] test shows no roundtrip in BytesType ------------------------------------------ [...truncated 2015 lines...] [junit] Testsuite: org.apache.cassandra.io.sstable.IndexHelperTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.06 sec [junit] [junit] Testsuite: org.apache.cassandra.io.sstable.LegacySSTableTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.376 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 15:20:46,182 Invalid file '.svn' in data directory <https://hudson.apache.org/hudson/job/Cassandra/ws/cassandra/test/data/legacy-sstables/b/Keyspace1.> [junit] WARN 15:20:46,766 Invalid file '.svn' in data directory <https://hudson.apache.org/hudson/job/Cassandra/ws/cassandra/test/data/legacy-sstables/e/Keyspace1.> [junit] ------------- ---------------- --------------- [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableReaderTest [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.791 sec [junit] [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableTest [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.128 sec [junit] [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableWriterAESCommutativeTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.32 sec [junit] [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableWriterTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.61 sec [junit] [junit] Testsuite: org.apache.cassandra.io.util.BufferedRandomAccessFileTest [junit] Tests run: 17, Failures: 0, Errors: 0, Time elapsed: 0.778 sec [junit] [junit] Testsuite: org.apache.cassandra.locator.DynamicEndpointSnitchTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.18 sec [junit] [junit] Testsuite: org.apache.cassandra.locator.NetworkTopologyStrategyTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.429 sec [junit] [junit] Testsuite: org.apache.cassandra.locator.OldNetworkTopologyStrategyTest [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.445 sec [junit] [junit] Testsuite: org.apache.cassandra.locator.ReplicationStrategyEndpointCacheTest [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.616 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 15:21:05,477 Invalid file 'backups' in data directory build/test/cassandra/data/system. [junit] WARN 15:21:05,478 Invalid file 'backups' in data directory build/test/cassandra/data/system. [junit] WARN 15:21:05,550 Invalid file 'backups' in data directory build/test/cassandra/data/system. [junit] WARN 15:21:05,551 Invalid file 'backups' in data directory build/test/cassandra/data/system. [junit] WARN 15:21:05,552 Invalid file 'backups' in data directory build/test/cassandra/data/system. [junit] WARN 15:21:05,553 Invalid file 'backups' in data directory build/test/cassandra/data/system. [junit] WARN 15:21:05,554 Invalid file 'backups' in data directory build/test/cassandra/data/system. [junit] WARN 15:21:05,555 Invalid file 'backups' in data directory build/test/cassandra/data/system. [junit] WARN 15:21:05,556 Invalid file 'backups' in data directory build/test/cassandra/data/system. [junit] WARN 15:21:05,558 Invalid file 'backups' in data directory build/test/cassandra/data/system. [junit] ------------- ---------------- --------------- [junit] Testsuite: org.apache.cassandra.locator.SimpleStrategyTest [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.598 sec [junit] [junit] Testsuite: org.apache.cassandra.locator.TokenMetadataTest [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.417 sec [junit] [junit] Testsuite: org.apache.cassandra.service.AntiEntropyServiceCounterTest [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 1.039 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 15:21:09,485 Generated random token Token(bytes[89c2aeda9aa86060de3012684abdbb53]). 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] 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] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 1.081 sec [junit] at org.apache.cassandra.service.AntiEntropyService$Differencer$Callback.runMayThrow(AntiEntropyService.java:528) [junit] [junit] at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30) [junit] ------------- Standard Error ----------------- [junit] ... 4 more [junit] WARN 15:21:11,705 Generated random token Token(bytes[535ef95444108b4f11de132b3de9a299]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations [junit] ------------- ---------------- --------------- [junit] Testsuite: org.apache.cassandra.service.AntiEntropyServiceTest [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 1.065 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 15:21:13,934 Generated random token Token(bytes[5c3a2b9b0a3da81d65c134ff7cfe9f8e]). 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.426 sec [junit] [junit] Testsuite: org.apache.cassandra.service.ConsistencyLevelTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.588 sec [junit] [junit] Testsuite: org.apache.cassandra.service.EmbeddedCassandraServiceTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.771 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 15:21:18,585 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 15:21:18,811 Generated random token Token(bytes[66d62dc04b2f517b3ee004e6a09f5461]). 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.42 sec [junit] [junit] Testsuite: org.apache.cassandra.service.LeaveAndBootstrapTest [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 1.15 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 15:21:27,583 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: 0.876 sec [junit] [junit] Testsuite: org.apache.cassandra.service.RemoveTest [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1.835 sec [junit] [junit] Testsuite: org.apache.cassandra.service.RowResolverTest [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.438 sec [junit] [junit] Testsuite: org.apache.cassandra.service.SerializationsTest [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.45 sec [junit] [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.443 sec [junit] [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.457 sec [junit] [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.668 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 15:21:43,461 Generated random token Token(bytes[68d5d4696ab2b5fe8458878ba155c2f1]). 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.579 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 15:21:44,692 Invalid file 'backups' in data directory build/test/cassandra/data/system. [junit] WARN 15:21:44,693 Invalid file 'backups' in data directory build/test/cassandra/data/system. [junit] WARN 15:21:44,694 Invalid file 'backups' in data directory build/test/cassandra/data/system. [junit] WARN 15:21:44,695 Invalid file 'backups' in data directory build/test/cassandra/data/system. [junit] WARN 15:21:44,697 Invalid file 'backups' in data directory build/test/cassandra/data/system. [junit] WARN 15:21:44,698 Invalid file 'backups' in data directory build/test/cassandra/data/system. [junit] WARN 15:21:44,699 Invalid file 'backups' in data directory build/test/cassandra/data/system. [junit] WARN 15:21:44,700 Invalid file 'backups' in data directory build/test/cassandra/data/system. [junit] WARN 15:21:44,774 Invalid file 'backups' in data directory build/test/cassandra/data/system. [junit] WARN 15:21:44,775 Invalid file 'backups' in data directory build/test/cassandra/data/system. [junit] ------------- ---------------- --------------- [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.462 sec [junit] [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.628 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 15:21:47,309 Generated random token Token(bytes[6b3623db08dbd29784a49d583f36285b]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations [junit] WARN 15:21:47,439 Invalid file 'backups' in data directory build/test/cassandra/data/Keyspace1. [junit] WARN 15:21:47,440 Invalid file 'backups' in data directory build/test/cassandra/data/Keyspace1. [junit] WARN 15:21:47,535 Invalid file 'backups' in data directory build/test/cassandra/data/Keyspace1. [junit] WARN 15:21:47,536 Invalid file 'backups' in data directory build/test/cassandra/data/Keyspace1. [junit] WARN 15:21:47,548 Invalid file 'backups' in data directory build/test/cassandra/data/Keyspace1. [junit] WARN 15:21:47,549 Invalid file 'backups' in data directory build/test/cassandra/data/Keyspace1. [junit] WARN 15:21:47,627 Invalid file 'backups' in data directory build/test/cassandra/data/Keyspace1. [junit] WARN 15:21:47,628 Invalid file 'backups' in data directory build/test/cassandra/data/Keyspace1. [junit] WARN 15:21:47,638 Invalid file 'backups' in data directory build/test/cassandra/data/Keyspace1. [junit] WARN 15:21:47,639 Invalid file 'backups' in data directory build/test/cassandra/data/Keyspace1. [junit] WARN 15:21:47,649 Invalid file 'backups' in data directory build/test/cassandra/data/Keyspace1. [junit] WARN 15:21:47,650 Invalid file 'backups' in data directory build/test/cassandra/data/Keyspace1. [junit] ------------- ---------------- --------------- [junit] Testsuite: org.apache.cassandra.thrift.ThriftValidationTest [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.436 sec [junit] [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.767 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: 0.739 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.667 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.143 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.134 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.596 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 0.438 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.SerializationsTest [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.657 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: 14 minutes 18 seconds [TASKS] Skipping publisher since build result is FAILURE Publishing Javadoc Archiving artifacts Recording test results