See <https://builds.apache.org/job/Cassandra/1367/>
------------------------------------------
[...truncated 1424 lines...]
[junit] ------------- ---------------- ---------------
[junit] Testsuite: org.apache.cassandra.locator.SimpleStrategyTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 5.548 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] WARN 06:32:09,242 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.638 sec
[junit]
[junit] Testsuite:
org.apache.cassandra.service.AntiEntropyServiceCounterTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 7.328 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] WARN 06:32:16,921 Unrecognized strategy option
{replication_factor} passed to LocalStrategy for keyspace system
[junit] WARN 06:32:20,556 No host ID found, created
06846fa4-4101-436d-82b3-9461e97fb8cc (Note: This should happen exactly once per
node).
[junit] WARN 06:32:20,717 Generated random token
Token(bytes[f44f4cc29d334a05c23ea05e72122b83]). 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: 7.194 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] WARN 06:32:25,379 Unrecognized strategy option
{replication_factor} passed to LocalStrategy for keyspace system
[junit] WARN 06:32:29,025 No host ID found, created
bcddf6bb-cce8-4e7d-ab8b-5e564a352450 (Note: This should happen exactly once per
node).
[junit] WARN 06:32:29,188 Generated random token
Token(bytes[0f45d25099f5a95ea3b3990a34696f08]). 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: 5.412 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] WARN 06:32:33,686 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: 6.245 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] WARN 06:32:39,887 Unrecognized strategy option
{replication_factor} passed to LocalStrategy for keyspace system
[junit] WARN 06:32:43,588 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 06:32:44,028 No host ID found, created
4ddc2a8a-e669-4c7d-81f1-0302fd30a407 (Note: This should happen exactly once per
node).
[junit] WARN 06:32:44,191 Generated random token
Token(bytes[d7d01943831d52604601170b9abb175f]). 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.217 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] WARN 06:32:48,044 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: 6.624 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] WARN 06:32:50,549 Unrecognized strategy option
{replication_factor} passed to LocalStrategy for keyspace system
[junit] WARN 06:32:55,047 Node /127.0.0.3 'leaving' token mismatch. Long
network partition?
[junit] ERROR 06:32:55,236 Fatal exception in thread
Thread[CompactionExecutor:2,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: 6.104 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] WARN 06:32:57,944 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: 8.85 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] WARN 06:33:04,741 Unrecognized strategy option
{replication_factor} passed to LocalStrategy for keyspace system
[junit] ERROR 06:33:09,610 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 06:33:09,611 Streaming from /127.0.0.6 failed
[junit] ERROR 06:33:09,611 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 06:33:09,611 Streaming from /127.0.0.6 failed
[junit] ERROR 06:33:09,611 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 06:33:09,612 Streaming from /127.0.0.6 failed
[junit] ERROR 06:33:09,612 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 06:33:09,612 Streaming from /127.0.0.6 failed
[junit] ERROR 06:33:09,613 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 06:33:09,614 Streaming from /127.0.0.6 failed
[junit] ERROR 06:33:09,614 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 06:33:09,614 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: 5.472 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] WARN 06:33:14,621 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: 4.986 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] WARN 06:33:20,808 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: 5.488 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] WARN 06:33:27,080 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.825 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] WARN 06:33:33,140 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.093 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] WARN 06:33:36,632 Unrecognized strategy option
{replication_factor} passed to LocalStrategy for keyspace system
[junit] WARN 06:33:36,724 No host ID found, created
35e4c9ab-5654-40c6-927a-32a87460c040 (Note: This should happen exactly once per
node).
[junit] WARN 06:33:36,982 Generated random token
Token(bytes[c025d82abd98aad50b24658915debf67]). 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: 5.41 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] WARN 06:33:40,631 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: 5.444 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] WARN 06:33:46,895 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: 5.437 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] WARN 06:33:53,128 Unrecognized strategy option
{replication_factor} passed to LocalStrategy for keyspace system
[junit] WARN 06:33:56,733 No host ID found, created
1e7cf2e0-1ee8-44b4-9b12-25e1f564f664 (Note: This should happen exactly once per
node).
[junit] WARN 06:33:56,881 Generated random token
Token(bytes[559024aeb9e36dd9c93dc7ccb08641a6]). 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: 5.517 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] WARN 06:34:00,187 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: 5.547 sec
[junit]
[junit] ------------- Standard Output ---------------
[junit] Importing 1 keys...
[junit] 1 keys imported successfully.
[junit] ------------- ---------------- ---------------
[junit] ------------- Standard Error -----------------
[junit] WARN 06:34:06,478 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: 5.485 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 06:34:12,817 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.523 sec
[junit]
[junit] Testsuite: org.apache.cassandra.utils.BoundedStatsDequeTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.057 sec
[junit]
[junit] Testsuite: org.apache.cassandra.utils.ByteBufferUtilTest
[junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.075 sec
[junit]
[junit] Testsuite: org.apache.cassandra.utils.BytesReadTrackerTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.059 sec
[junit]
[junit] Testsuite: org.apache.cassandra.utils.EncodedStreamsTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 5.426 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] WARN 06:34:22,596 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.061 sec
[junit]
[junit] Testsuite: org.apache.cassandra.utils.FBUtilitiesTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.06 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.053 sec
[junit]
[junit] Testsuite: org.apache.cassandra.utils.IntervalTreeTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.149 sec
[junit]
[junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.445 sec
[junit]
[junit] Testsuite: org.apache.cassandra.utils.MergeIteratorTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.075 sec
[junit]
[junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest
[junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.637 sec
[junit]
[junit] Testsuite: org.apache.cassandra.utils.SemanticVersionTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.061 sec
[junit]
[junit] Testsuite: org.apache.cassandra.utils.SerializationsTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 7.085 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] WARN 06:34:36,708 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.061 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 27 seconds
Build step 'Invoke Ant' marked build as failure
[TASKS] Skipping publisher since build result is FAILURE
Archiving artifacts
Recording test results
Publishing Javadoc