See <https://builds.apache.org/job/Cassandra/1361/>

------------------------------------------
[...truncated 1423 lines...]
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.locator.SimpleStrategyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 5.231 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 05:39:32,024 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.481 sec
    [junit] 
    [junit] Testsuite: 
org.apache.cassandra.service.AntiEntropyServiceCounterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 6.5 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 05:39:39,272 Unrecognized strategy option 
{replication_factor} passed to LocalStrategy for keyspace system
    [junit]  WARN 05:39:42,761 No host ID found, created 
8a803311-4060-4a0d-8ee4-559704d0248d (Note: This should happen exactly once per 
node).
    [junit]  WARN 05:39:42,963 Generated random token 
Token(bytes[0cd641556294c7f85e910601cef90299]). 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: 6.404 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 05:39:46,928 Unrecognized strategy option 
{replication_factor} passed to LocalStrategy for keyspace system
    [junit]  WARN 05:39:50,259 No host ID found, created 
7ad05e34-29d7-455c-b71c-d2c4a28f3ed3 (Note: This should happen exactly once per 
node).
    [junit]  WARN 05:39:50,460 Generated random token 
Token(bytes[f08724acf7eb9fb859af180a257d501d]). 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.198 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 05:39:54,504 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: 5.965 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 05:40:00,516 Unrecognized strategy option 
{replication_factor} passed to LocalStrategy for keyspace system
    [junit]  WARN 05:40:04,166 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 05:40:04,546 No host ID found, created 
dda02a06-836a-48f4-953d-26c49237fb03 (Note: This should happen exactly once per 
node).
    [junit]  WARN 05:40:04,674 Generated random token 
Token(bytes[11a6e8688ea56bf767bf2d14be65a0cd]). 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.032 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 05:40:08,463 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.203 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 05:40:10,805 Unrecognized strategy option 
{replication_factor} passed to LocalStrategy for keyspace system
    [junit]  WARN 05:40:15,004 Node /127.0.0.3 'leaving' token mismatch. Long 
network partition?
    [junit] ERROR 05:40:15,224 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: 5.902 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 05:40:17,823 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.552 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 05:40:24,447 Unrecognized strategy option 
{replication_factor} passed to LocalStrategy for keyspace system
    [junit] ERROR 05:40:29,170 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 05:40:29,171 Streaming from /127.0.0.6 failed
    [junit] ERROR 05:40:29,171 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 05:40:29,172 Streaming from /127.0.0.6 failed
    [junit] ERROR 05:40:29,172 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 05:40:29,172 Streaming from /127.0.0.6 failed
    [junit] ERROR 05:40:29,173 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 05:40:29,173 Streaming from /127.0.0.6 failed
    [junit] ERROR 05:40:29,173 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 05:40:29,174 Streaming from /127.0.0.6 failed
    [junit] ERROR 05:40:29,174 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 05:40:29,174 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.321 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 05:40:34,050 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.879 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 05:40:40,133 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.153 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 05:40:46,244 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.668 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 05:40:52,004 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.002 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 05:40:55,386 Unrecognized strategy option 
{replication_factor} passed to LocalStrategy for keyspace system
    [junit]  WARN 05:40:55,462 No host ID found, created 
ce1779e7-ca59-4ccd-b6df-d4f8ebbab4a2 (Note: This should happen exactly once per 
node).
    [junit]  WARN 05:40:55,765 Generated random token 
Token(bytes[2311536f384958a72042edc2929e12f8]). 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.238 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 05:40:59,356 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.214 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 05:41:05,485 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.218 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 05:41:11,511 Unrecognized strategy option 
{replication_factor} passed to LocalStrategy for keyspace system
    [junit]  WARN 05:41:14,848 No host ID found, created 
0255ad23-a59a-4c8a-a8dd-85190d9d365f (Note: This should happen exactly once per 
node).
    [junit]  WARN 05:41:15,062 Generated random token 
Token(bytes[91185354d53660afecacc8af5faf9401]). 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.116 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 05:41:18,275 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.198 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 05:41:24,163 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.229 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 05:41:30,162 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.435 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.BoundedStatsDequeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.041 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.ByteBufferUtilTest
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.056 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.BytesReadTrackerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.043 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EncodedStreamsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 5.377 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 05:41:39,658 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.044 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.FBUtilitiesTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.044 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.HexTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.046 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.IntervalTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.038 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.IntervalTreeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.108 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.345 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MergeIteratorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.055 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.535 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SemanticVersionTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.044 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.169 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 05:41:53,644 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.044 sec
    [junit] 

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Cassandra/build.xml:1086: The following 
error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Cassandra/build.xml:1048: Some unit test(s) 
failed.

Total time: 28 minutes 22 seconds
Build step 'Invoke Ant' marked build as failure
[TASKS] Skipping publisher since build result is FAILURE
Archiving artifacts
Recording test results
Publishing Javadoc

Reply via email to