See <https://hudson.apache.org/hudson/job/Cassandra/774/changes>
Changes: [eevans] don't let antlr try to recover on bad input, always throw Patch by eevans [eevans] add license header to cql system tests Patch by eevans [eevans] more flexible keyspace/column family specifications Patch by eevans for CASSANDRA-2027 ------------------------------------------ [...truncated 1862 lines...] [junit] Testsuite: org.apache.cassandra.dht.CollatingOrderPreservingPartitionerTest [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 1.31 sec [junit] [junit] Testsuite: org.apache.cassandra.dht.OrderPreservingPartitionerTest [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 1.127 sec [junit] [junit] Testsuite: org.apache.cassandra.dht.RandomPartitionerTest [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.769 sec [junit] [junit] Testsuite: org.apache.cassandra.dht.RangeTest [junit] Tests run: 13, Failures: 0, Errors: 0, Time elapsed: 0.462 sec [junit] [junit] Testsuite: org.apache.cassandra.gms.ArrivalWindowTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.119 sec [junit] [junit] Testsuite: org.apache.cassandra.gms.GossipDigestTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.053 sec [junit] [junit] Testsuite: org.apache.cassandra.gms.SerializationsTest [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.43 sec [junit] [junit] Testsuite: org.apache.cassandra.hadoop.ColumnFamilyInputFormatTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.195 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.6 sec [junit] [junit] Testsuite: org.apache.cassandra.io.LazilyCompactedRowTest [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 18.284 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.06 sec [junit] [junit] Testsuite: org.apache.cassandra.io.sstable.LegacySSTableTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.408 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 23:28:47,028 Invalid file '.svn' in data directory <https://hudson.apache.org/hudson/job/Cassandra/ws/cassandra/test/data/legacy-sstables/e/Keyspace1.> [junit] WARN 23:28:47,607 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: 4.486 sec [junit] [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableTest [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.622 sec [junit] [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableWriterCommutativeTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.35 sec [junit] [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableWriterTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.12 sec [junit] [junit] Testsuite: org.apache.cassandra.io.util.BufferedRandomAccessFileTest [junit] Tests run: 20, Failures: 0, Errors: 0, Time elapsed: 3.063 sec [junit] [junit] Testsuite: org.apache.cassandra.locator.DynamicEndpointSnitchTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.189 sec [junit] [junit] Testsuite: org.apache.cassandra.locator.NetworkTopologyStrategyTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.452 sec [junit] [junit] Testsuite: org.apache.cassandra.locator.OldNetworkTopologyStrategyTest [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.448 sec [junit] [junit] Testsuite: org.apache.cassandra.locator.ReplicationStrategyEndpointCacheTest [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.6 sec [junit] [junit] Testsuite: org.apache.cassandra.locator.SimpleStrategyTest [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.671 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: 2.298 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 23:29:18,638 Generated random token Token(bytes[887149dc27340189d5e80c19bc75d2f7]). 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: 2.486 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 23:29:22,169 Generated random token Token(bytes[f3fe0f5a8b29e71932fdd8b070d82020]). 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: 2.282 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 23:29:25,872 Generated random token Token(bytes[775b6d039e2ec5d5094f96d46f29d656]). 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.441 sec [junit] [junit] Testsuite: org.apache.cassandra.service.ConsistencyLevelTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.919 sec [junit] [junit] Testsuite: org.apache.cassandra.service.EmbeddedCassandraServiceTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.334 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 23:29:32,031 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 23:29:32,585 Generated random token Token(bytes[fc53f5252b32b2af49d8882af6123e4b]). 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.429 sec [junit] [junit] Testsuite: org.apache.cassandra.service.LeaveAndBootstrapTest [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 3.232 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 23:29:43,306 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: 1.906 sec [junit] [junit] Testsuite: org.apache.cassandra.service.RemoveTest [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 3.423 sec [junit] [junit] Testsuite: org.apache.cassandra.service.RowResolverTest [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.453 sec [junit] [junit] Testsuite: org.apache.cassandra.service.SerializationsTest [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.456 sec [junit] [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.472 sec [junit] [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.477 sec [junit] [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.998 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 23:30:02,370 Generated random token Token(bytes[837961cf7f1f9885f55df69a0defdfdb]). 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.6 sec [junit] [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.463 sec [junit] [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 5.185 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 23:30:08,301 Generated random token Token(bytes[c20c91705ff2944c3965dcba18513a16]). 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.443 sec [junit] [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 2.064 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.084 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.688 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.135 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.617 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 0.442 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.SerializationsTest [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.662 sec [junit] BUILD FAILED <https://hudson.apache.org/hudson/job/Cassandra/ws/cassandra/build.xml>:648: 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 47 seconds [TASKS] Skipping publisher since build result is FAILURE Publishing Javadoc Archiving artifacts Recording test results