See <https://builds.apache.org/job/Cassandra/1360/changes>
Changes: [jbellis] warn when expectedOptions does NOT contain key [jbellis] L0 contents are overlapping (fix for #4142) [jbellis] avoid blocking additional writes during flush [jbellis] warn when expectedOptions does NOT contain key [jbellis] L0 contents are overlapping (fix for #4142) [jbellis] avoid blocking additional writes during flush [jbellis] revert assertions from #4233 ------------------------------------------ [...truncated 1335 lines...] [junit] ------------- ---------------- --------------- [junit] Testsuite: org.apache.cassandra.locator.SimpleStrategyTest [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.153 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 20:42:32,830 Unrecognized strategy option {replication_factor} passed to LocalStrategy for keyspace system [junit] ------------- ---------------- --------------- [junit] Testsuite: org.apache.cassandra.locator.TokenMetadataTest [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.636 sec [junit] [junit] Testsuite: org.apache.cassandra.service.AntiEntropyServiceCounterTest [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 8.422 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 20:42:41,121 Unrecognized strategy option {replication_factor} passed to LocalStrategy for keyspace system [junit] WARN 20:42:45,550 No host ID found, created 7b84fa4a-83f5-41c1-93cd-a30a83ab1720 (Note: This should happen exactly once per node). [junit] WARN 20:42:45,766 Generated random token Token(bytes[477a18049ccd65033106bfd8ad1c0eab]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations [junit] ------------- ---------------- --------------- [junit] Testsuite: org.apache.cassandra.service.AntiEntropyServiceStandardTest [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 8.103 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 20:42:50,683 Unrecognized strategy option {replication_factor} passed to LocalStrategy for keyspace system [junit] WARN 20:42:55,036 No host ID found, created 5d5c009f-dbaf-400b-a38c-94fb849a394d (Note: This should happen exactly once per node). [junit] WARN 20:42:55,219 Generated random token Token(bytes[d27d41a5dec830a074779fb21af80ee6]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations [junit] ------------- ---------------- --------------- [junit] Testsuite: org.apache.cassandra.service.CassandraServerTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.081 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 20:42:59,912 Unrecognized strategy option {replication_factor} passed to LocalStrategy for keyspace system [junit] ------------- ---------------- --------------- [junit] Testsuite: org.apache.cassandra.service.EmbeddedCassandraServiceTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 7.034 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 20:43:06,790 Unrecognized strategy option {replication_factor} passed to LocalStrategy for keyspace system [junit] WARN 20:43:11,240 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 20:43:11,697 No host ID found, created af0aeeb4-6179-4604-b7a6-32fd0fde739c (Note: This should happen exactly once per node). [junit] WARN 20:43:11,867 Generated random token Token(bytes[481d157833383e414aa20643b7313f35]). 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: 1.21 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 20:43:15,490 Unrecognized strategy option {replication_factor} passed to LocalStrategy for keyspace system [junit] ------------- ---------------- --------------- [junit] Testsuite: org.apache.cassandra.service.LeaveAndBootstrapTest [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 8.7 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 20:43:18,000 Unrecognized strategy option {replication_factor} passed to LocalStrategy for keyspace system [junit] WARN 20:43:24,239 Node /127.0.0.3 'leaving' token mismatch. Long network partition? [junit] ERROR 20:43:24,760 Fatal exception in thread Thread[CompactionExecutor:1,1,main] [junit] java.lang.ClassCastException: org.apache.cassandra.dht.Token$KeyBound cannot be cast to org.apache.cassandra.dht.Token [junit] at org.apache.cassandra.dht.BigIntegerToken.compareTo(BigIntegerToken.java:22) [junit] at org.apache.cassandra.dht.Range$1.compare(Range.java:386) [junit] at org.apache.cassandra.dht.Range$1.compare(Range.java:383) [junit] at java.util.Arrays.mergeSort(Arrays.java:1270) [junit] at java.util.Arrays.sort(Arrays.java:1210) [junit] at java.util.Collections.sort(Collections.java:159) [junit] at org.apache.cassandra.dht.Range.normalize(Range.java:382) [junit] at org.apache.cassandra.io.sstable.SSTableReader.getSampleIndexesForRanges(SSTableReader.java:548) [junit] at org.apache.cassandra.io.sstable.SSTableReader.estimatedKeysForRanges(SSTableReader.java:527) [junit] at org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy.getNextBackgroundTask(SizeTieredCompactionStrategy.java:110) [junit] at org.apache.cassandra.db.compaction.CompactionManager$1.runMayThrow(CompactionManager.java:123) [junit] at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26) [junit] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) [junit] at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) [junit] at java.util.concurrent.FutureTask.run(FutureTask.java:138) [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:662) [junit] ------------- ---------------- --------------- [junit] Testsuite: org.apache.cassandra.service.MoveTest [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 7.605 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 20:43:27,477 Unrecognized strategy option {replication_factor} passed to LocalStrategy for keyspace system [junit] ------------- ---------------- --------------- [junit] Testsuite: org.apache.cassandra.service.RemoveTest [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 10.081 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 20:43:35,773 Unrecognized strategy option {replication_factor} passed to LocalStrategy for keyspace system [junit] ERROR 20:43:41,842 Stream failed because /127.0.0.6 died or was restarted/removed (streams may still be active in background, but further streams won't be started) [junit] WARN 20:43:41,842 Streaming from /127.0.0.6 failed [junit] ERROR 20:43:41,842 Stream failed because /127.0.0.6 died or was restarted/removed (streams may still be active in background, but further streams won't be started) [junit] WARN 20:43:41,843 Streaming from /127.0.0.6 failed [junit] ERROR 20:43:41,843 Stream failed because /127.0.0.6 died or was restarted/removed (streams may still be active in background, but further streams won't be started) [junit] WARN 20:43:41,843 Streaming from /127.0.0.6 failed [junit] ERROR 20:43:41,843 Stream failed because /127.0.0.6 died or was restarted/removed (streams may still be active in background, but further streams won't be started) [junit] WARN 20:43:41,843 Streaming from /127.0.0.6 failed [junit] ERROR 20:43:41,843 Stream failed because /127.0.0.6 died or was restarted/removed (streams may still be active in background, but further streams won't be started) [junit] WARN 20:43:41,844 Streaming from /127.0.0.6 failed [junit] ERROR 20:43:41,844 Stream failed because /127.0.0.6 died or was restarted/removed (streams may still be active in background, but further streams won't be started) [junit] WARN 20:43:41,844 Streaming from /127.0.0.6 failed [junit] ------------- ---------------- --------------- [junit] Testsuite: org.apache.cassandra.service.RowResolverTest [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 6.193 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 20:43:46,864 Unrecognized strategy option {replication_factor} passed to LocalStrategy for keyspace system [junit] ------------- ---------------- --------------- [junit] Testsuite: org.apache.cassandra.service.SerializationsTest [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 5.847 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 20:43:53,791 Unrecognized strategy option {replication_factor} passed to LocalStrategy for keyspace system [junit] ------------- ---------------- --------------- [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.181 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 20:44:00,932 Unrecognized strategy option {replication_factor} passed to LocalStrategy for keyspace system [junit] ------------- ---------------- --------------- [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.816 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 20:44:07,683 Unrecognized strategy option {replication_factor} passed to LocalStrategy for keyspace system [junit] ------------- ---------------- --------------- [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 3.172 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 20:44:11,180 Unrecognized strategy option {replication_factor} passed to LocalStrategy for keyspace system [junit] WARN 20:44:11,271 No host ID found, created 865a2eb6-0141-4369-b6aa-37d78e82791b (Note: This should happen exactly once per node). [junit] WARN 20:44:11,559 Generated random token Token(bytes[8b02521e3c8ad4cb547eefff918ace43]). 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: 6.076 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 20:44:15,274 Unrecognized strategy option {replication_factor} passed to LocalStrategy for keyspace system [junit] ------------- ---------------- --------------- [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.282 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 20:44:22,191 Unrecognized strategy option {replication_factor} passed to LocalStrategy for keyspace system [junit] ------------- ---------------- --------------- [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 7.062 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 20:44:29,286 Unrecognized strategy option {replication_factor} passed to LocalStrategy for keyspace system [junit] WARN 20:44:33,914 No host ID found, created 8ac928f7-9b9c-4d3c-b7d5-a419da3c0fe3 (Note: This should happen exactly once per node). [junit] WARN 20:44:34,085 Generated random token Token(bytes[639474562ec7e7eb58b87fb57480bde2]). 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: 5, Failures: 0, Errors: 0, Time elapsed: 6.252 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 20:44:37,967 Unrecognized strategy option {replication_factor} passed to LocalStrategy for keyspace system [junit] ------------- ---------------- --------------- [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 6.564 sec [junit] [junit] ------------- Standard Output --------------- [junit] Importing 1 keys... [junit] 1 keys imported successfully. [junit] ------------- ---------------- --------------- [junit] ------------- Standard Error ----------------- [junit] WARN 20:44:44,986 Unrecognized strategy option {replication_factor} passed to LocalStrategy for keyspace system [junit] ------------- ---------------- --------------- [junit] Testsuite: org.apache.cassandra.tools.SSTableImportTest [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 6.384 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] WARN 20:44:52,365 Unrecognized strategy option {replication_factor} passed to LocalStrategy for keyspace system [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.526 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.BoundedStatsDequeTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.055 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.ByteBufferUtilTest [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.073 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.BytesReadTrackerTest [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.058 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.EncodedStreamsTest [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.335 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 20:45:03,062 Unrecognized strategy option {replication_factor} passed to LocalStrategy for keyspace system [junit] ------------- ---------------- --------------- [junit] Testsuite: org.apache.cassandra.utils.EstimatedHistogramTest [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.059 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.FBUtilitiesTest [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.059 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.HexTest [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.061 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.IntervalTest [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.051 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.IntervalTreeTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.162 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.464 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.MergeIteratorTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.072 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.639 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.SemanticVersionTest [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.06 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.SerializationsTest [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 7.881 sec [junit] [junit] ------------- Standard Error ----------------- [junit] WARN 20:45:18,121 Unrecognized strategy option {replication_factor} passed to LocalStrategy for keyspace system [junit] ------------- ---------------- --------------- [junit] Testsuite: org.apache.cassandra.utils.StreamingHistogramTest [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.06 sec [junit] BUILD FAILED <https://builds.apache.org/job/Cassandra/ws/build.xml>:1086: The following error occurred while executing this line: <https://builds.apache.org/job/Cassandra/ws/build.xml>:1048: Some unit test(s) failed. Total time: 33 minutes 11 seconds Build step 'Invoke Ant' marked build as failure [TASKS] Skipping publisher since build result is FAILURE Archiving artifacts Recording test results Publishing Javadoc