See <https://builds.apache.org/job/Cassandra-quick/371/>

------------------------------------------
[...truncated 616 lines...]
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 12:39:50,647 Unrecognized strategy option 
{replication_factor} passed to LocalStrategy for keyspace system
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.locator.SimpleStrategyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.072 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 12:39:57,610 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.649 sec
    [junit] 
    [junit] Testsuite: 
org.apache.cassandra.service.AntiEntropyServiceCounterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 8.361 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 12:40:05,843 Unrecognized strategy option 
{replication_factor} passed to LocalStrategy for keyspace system
    [junit]  WARN 12:40:10,087 No host ID found, created 
de0738bf-ea4f-4bc7-b0b6-0d2096b84da7 (Note: This should happen exactly once per 
node).
    [junit]  WARN 12:40:10,309 Generated random token 
Token(bytes[87c78feb7f1163d746f88340bfc0a77e]). 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.076 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 12:40:15,357 Unrecognized strategy option 
{replication_factor} passed to LocalStrategy for keyspace system
    [junit]  WARN 12:40:19,679 No host ID found, created 
b80aac1c-6a81-4a6f-9384-9202a8e7adc8 (Note: This should happen exactly once per 
node).
    [junit]  WARN 12:40:19,860 Generated random token 
Token(bytes[c727fe5059c729e59c3abceaaab0d44b]). 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.091 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 12:40:24,552 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.017 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 12:40:31,441 Unrecognized strategy option 
{replication_factor} passed to LocalStrategy for keyspace system
    [junit]  WARN 12:40:35,876 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 12:40:36,315 No host ID found, created 
16fb1fe4-fdf6-49cc-b6b3-68a89f7b3b24 (Note: This should happen exactly once per 
node).
    [junit]  WARN 12:40:36,510 Generated random token 
Token(bytes[4e88912f5421abcbd17667d9bec80c5d]). 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.206 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 12:40:40,415 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.812 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 12:40:42,912 Unrecognized strategy option 
{replication_factor} passed to LocalStrategy for keyspace system
    [junit]  WARN 12:40:49,259 Node /127.0.0.3 'leaving' token mismatch. Long 
network partition?
    [junit] ERROR 12:40:49,795 Fatal exception in thread 
Thread[CompactionExecutor:5,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.674 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 12:40:52,528 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.09 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 12:41:00,911 Unrecognized strategy option 
{replication_factor} passed to LocalStrategy for keyspace system
    [junit] ERROR 12:41:06,990 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 12:41:06,991 Streaming from /127.0.0.6 failed
    [junit] ERROR 12:41:06,991 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 12:41:06,991 Streaming from /127.0.0.6 failed
    [junit] ERROR 12:41:06,991 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 12:41:06,992 Streaming from /127.0.0.6 failed
    [junit] ERROR 12:41:06,992 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 12:41:06,992 Streaming from /127.0.0.6 failed
    [junit] ERROR 12:41:06,992 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 12:41:06,992 Streaming from /127.0.0.6 failed
    [junit] ERROR 12:41:06,992 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 12:41:06,993 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.244 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 12:41:12,015 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.744 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 12:41:18,990 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.311 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 12:41:26,029 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.833 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 12:41:32,924 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.157 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 12:41:36,425 Unrecognized strategy option 
{replication_factor} passed to LocalStrategy for keyspace system
    [junit]  WARN 12:41:36,516 No host ID found, created 
bee9cb1e-0634-48c6-bb5f-3ff2a280fd26 (Note: This should happen exactly once per 
node).
    [junit]  WARN 12:41:36,811 Generated random token 
Token(bytes[e52e95bd1a12567975b63080faa2cc23]). 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.085 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 12:41:40,504 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.119 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 12:41:47,427 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.004 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 12:41:54,350 Unrecognized strategy option 
{replication_factor} passed to LocalStrategy for keyspace system
    [junit]  WARN 12:41:58,984 No host ID found, created 
ef5f87e3-68ab-4074-938d-5e28f07a3774 (Note: This should happen exactly once per 
node).
    [junit]  WARN 12:41:59,153 Generated random token 
Token(bytes[57dee9bc474f763101afae8fdfcae430]). 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.275 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 12:42:02,979 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.288 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 12:42:10,026 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.38 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 12:42:17,113 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.527 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.BoundedStatsDequeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.056 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.057 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EncodedStreamsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.182 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 12:42:27,823 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.052 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.IntervalTreeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.155 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.452 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MergeIteratorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.073 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.059 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 8.101 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 12:42:42,725 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-quick/ws/build.xml>:1086: The 
following error occurred while executing this line:
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1048: Some unit 
test(s) failed.

Total time: 11 minutes 17 seconds
Build step 'Invoke Ant' marked build as failure
[TASKS] Skipping publisher since build result is FAILURE
Recording test results

Reply via email to