You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cassandra.apache.org by Apache Jenkins Server <hu...@hudson.apache.org> on 2011/05/09 13:58:59 UTC

Build failed in Jenkins: Cassandra-0.8 #85

See <https://builds.apache.org/hudson/job/Cassandra-0.8/85/changes>

Changes:

[slebresne] Fix failing MerkleTreeTest

[jbellis] r/m clustertool
patch by jbellis; reviewed by brandonwilliams for CASSANDRA-2607

[jbellis] add check for sane start/end keys
patch by Pavel Yaskevich; reviewed by jbellis for CASSANDRA-2600

------------------------------------------
[...truncated 2031 lines...]
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.LegacySSTableTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.373 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 11:55:37,008 Invalid file '.svn' in data directory <https://builds.apache.org/hudson/job/Cassandra-0.8/ws/cassandra/test/data/legacy-sstables/e/Keyspace1.>
    [junit]  WARN 11:55:37,610 Invalid file '.svn' in data directory <https://builds.apache.org/hudson/job/Cassandra-0.8/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.716 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] ERROR 11:55:40,040 insufficient space to compact even the two smallest files, aborting
    [junit] ERROR 11:55:41,624 insufficient space to compact even the two smallest files, aborting
    [junit]  WARN 11:55:42,130 setting live ratio to maximum of 64 instead of {}, newRatio
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.443 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableWriterCommutativeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.388 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableWriterTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.69 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.util.BufferedRandomAccessFileTest
    [junit] Tests run: 20, Failures: 0, Errors: 0, Time elapsed: 3.152 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.DynamicEndpointSnitchTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.151 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.NetworkTopologyStrategyTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.403 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.OldNetworkTopologyStrategyTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.395 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.ReplicationStrategyEndpointCacheTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.577 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.SimpleStrategyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.847 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.TokenMetadataTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.394 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.AntiEntropyServiceCounterTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 4.624 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 11:56:10,058 Generated random token Token(bytes[63d97132042c35cb2059debb04cee6ec]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ERROR 11:56:12,902 Error in ThreadPoolExecutor
    [junit] java.lang.IllegalStateException: replication factor (2) exceeds number of endpoints (1)
    [junit] 	at org.apache.cassandra.locator.SimpleStrategy.calculateNaturalEndpoints(SimpleStrategy.java:61)
    [junit] 	at org.apache.cassandra.locator.AbstractReplicationStrategy.getNaturalEndpoints(AbstractReplicationStrategy.java:100)
    [junit] 	at org.apache.cassandra.service.StorageService.constructRangeToEndpointMap(StorageService.java:611)
    [junit] 	at org.apache.cassandra.service.StorageService.getRangeToAddressMap(StorageService.java:586)
    [junit] 	at org.apache.cassandra.service.AntiEntropyService.getNeighbors(AntiEntropyService.java:166)
    [junit] 	at org.apache.cassandra.service.AntiEntropyService.rendezvous(AntiEntropyService.java:198)
    [junit] 	at org.apache.cassandra.service.AntiEntropyService.access$100(AntiEntropyService.java:90)
    [junit] 	at org.apache.cassandra.service.AntiEntropyService$TreeResponseVerbHandler.doVerb(AntiEntropyService.java:657)
    [junit] 	at org.apache.cassandra.net.MessageDeliveryTask.run(MessageDeliveryTask.java:72)
    [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:619)
    [junit] Exception in thread "AntiEntropyStage:1" java.lang.IllegalStateException: replication factor (2) exceeds number of endpoints (1)
    [junit] 	at org.apache.cassandra.locator.SimpleStrategy.calculateNaturalEndpoints(SimpleStrategy.java:61)
    [junit] 	at org.apache.cassandra.locator.AbstractReplicationStrategy.getNaturalEndpoints(AbstractReplicationStrategy.java:100)
    [junit] 	at org.apache.cassandra.service.StorageService.constructRangeToEndpointMap(StorageService.java:611)
    [junit] 	at org.apache.cassandra.service.StorageService.getRangeToAddressMap(StorageService.java:586)
    [junit] 	at org.apache.cassandra.service.AntiEntropyService.getNeighbors(AntiEntropyService.java:166)
    [junit] 	at org.apache.cassandra.service.AntiEntropyService.rendezvous(AntiEntropyService.java:198)
    [junit] 	at org.apache.cassandra.service.AntiEntropyService.access$100(AntiEntropyService.java:90)
    [junit] 	at org.apache.cassandra.service.AntiEntropyService$TreeResponseVerbHandler.doVerb(AntiEntropyService.java:657)
    [junit] 	at org.apache.cassandra.net.MessageDeliveryTask.run(MessageDeliveryTask.java:72)
    [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:619)
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.service.AntiEntropyServiceStandardTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 4.563 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 11:56:15,901 Generated random token Token(bytes[142dd0017da686af703630346f20ce09]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] Exception in thread "AntiEntropyStage:1" java.lang.AssertionError
    [junit] 	at org.apache.cassandra.locator.TokenMetadata.firstTokenIndex(TokenMetadata.java:508)
    [junit] 	at org.apache.cassandra.locator.TokenMetadata.firstToken(TokenMetadata.java:522)
    [junit] 	at org.apache.cassandra.locator.AbstractReplicationStrategy.getNaturalEndpoints(AbstractReplicationStrategy.java:99)
    [junit] 	at org.apache.cassandra.service.StorageService.constructRangeToEndpointMap(StorageService.java:611)
    [junit] 	at org.apache.cassandra.service.StorageService.getRangeToAddressMap(StorageService.java:586)
    [junit] 	at org.apache.cassandra.service.AntiEntropyService.getNeighbors(AntiEntropyService.java:166)
    [junit] 	at org.apache.cassandra.service.AntiEntropyService.rendezvous(AntiEntropyService.java:198)
    [junit] 	at org.apache.cassandra.service.AntiEntropyService.access$100(AntiEntropyService.java:90)
    [junit] 	at org.apache.cassandra.service.AntiEntropyService$TreeResponseVerbHandler.doVerb(AntiEntropyService.java:657)
    [junit] 	at org.apache.cassandra.net.MessageDeliveryTask.run(MessageDeliveryTask.java:72)
    [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:619)
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.service.CassandraServerTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.394 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.ConsistencyLevelTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.039 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.EmbeddedCassandraServiceTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 4.201 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 11:56:24,320 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 11:56:27,664 Generated random token Token(bytes[c1c06e436d9c963c7bea923e721292df]). 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.389 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.LeaveAndBootstrapTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 3.479 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 11:56:38,775 Node /127.0.0.3 'leaving' token mismatch. Long network partition?
    [junit] ERROR 11:56:38,858 insufficient space to compact even the two smallest files, aborting
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.service.MoveTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.984 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.RemoveTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 3.307 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] ERROR 11:56:46,299 insufficient space to compact even the two smallest files, aborting
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.service.RowResolverTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.394 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.144 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.395 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.432 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.145 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 11:56:57,865 Generated random token Token(bytes[b1f079631269b39b88219b2160d49e65]). 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.56 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.409 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 3.188 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 11:57:02,420 Generated random token Token(bytes[838aa5e5cf501fe3d098a09810c25f76]). 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.393 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1.95 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.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] 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.708 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.149 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EstimatedHistogramTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.08 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.FBUtilitiesTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.141 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.649 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.393 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SerializationsTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.604 sec
    [junit] 
     [echo] running driverunit tests
    [junit] WARNING: multiple versions of ant detected in path for junit 
    [junit]          jar:file:/home/hudson/tools/ant/latest/lib/ant.jar!/org/apache/tools/ant/Project.class
    [junit]      and jar:<https://builds.apache.org/hudson/job/Cassandra-0.8/ws/cassandra/build/lib/jars/ant-1.6.5.jar!/org/apache/tools/ant/Project.class>
    [junit] Testsuite: org.apache.cassandra.cql.JdbcDriverTest
    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 3.256 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 11:57:21,482 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 11:57:22,338 Generated random token Token(bytes[f57aa26b47da7b430d1f1e6bf08e9766]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.cql.jdbc.PreparedStatementTest
    [junit] Tests run: 6, Failures: 0, Errors: 1, Time elapsed: 3.718 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 11:57:25,971 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 11:57:26,983 Generated random token Token(bytes[cfa1e36491ab6399a005c378ba79aa16]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ------------- ---------------- ---------------
    [junit] Testcase: testInteger(org.apache.cassandra.cql.jdbc.PreparedStatementTest):	Caused an ERROR
    [junit] Non-integer value null
    [junit] java.sql.SQLException: Non-integer value null
    [junit] 	at org.apache.cassandra.cql.jdbc.CResultSet.getInt(CResultSet.java:189)
    [junit] 	at org.apache.cassandra.cql.jdbc.CResultSet.getInt(CResultSet.java:194)
    [junit] 	at org.apache.cassandra.cql.jdbc.PreparedStatementTest.testInteger(PreparedStatementTest.java:346)
    [junit] 
    [junit] 
    [junit] Test org.apache.cassandra.cql.jdbc.PreparedStatementTest FAILED

BUILD FAILED
<https://builds.apache.org/hudson/job/Cassandra-0.8/ws/cassandra/build.xml>:1052: The following error occurred while executing this line:
<https://builds.apache.org/hudson/job/Cassandra-0.8/ws/cassandra/build.xml>:1034: Some driverunit test(s) failed.

Total time: 17 minutes 22 seconds
[TASKS] Skipping publisher since build result is FAILURE
Archiving artifacts
Publishing Javadoc
Recording test results


Jenkins build is back to normal : Cassandra-0.8 #93

Posted by Apache Jenkins Server <hu...@hudson.apache.org>.
See <https://builds.apache.org/hudson/job/Cassandra-0.8/93/changes>



Build failed in Jenkins: Cassandra-0.8 #92

Posted by Apache Jenkins Server <hu...@hudson.apache.org>.
See <https://builds.apache.org/hudson/job/Cassandra-0.8/92/changes>

Changes:

[jbellis] validate keyspace strategy_options during CQL create
patch by jbellis; reviewed by pyaskevich for CASSANDRA-2624

------------------------------------------
[...truncated 2029 lines...]
    [junit] 
    [junit] Testsuite: org.apache.cassandra.db.marshal.TimeUUIDTypeTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.145 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.db.marshal.TypeCompareTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.082 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.db.marshal.TypeValidationTest
    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.341 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.db.marshal.UUIDTypeTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.102 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.db.migration.SerializationsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.639 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.dht.BootStrapperTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 2.728 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 12:14:23,987 Generated random token Token(bytes[7975ad85da833eae5cb5ee63963e7e33]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.dht.ByteOrderedPartitionerTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1.126 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.dht.CollatingOrderPreservingPartitionerTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 1.45 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.dht.OrderPreservingPartitionerTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 1.151 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.dht.RandomPartitionerTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.785 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.dht.RangeTest
    [junit] Tests run: 13, Failures: 0, Errors: 0, Time elapsed: 0.385 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.ArrivalWindowTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.124 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.GossipDigestTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.057 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.386 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.hadoop.ColumnFamilyInputFormatTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.199 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.BloomFilterTrackerTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.362 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.CompactSerializerTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.409 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.LazilyCompactedRowTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 2.147 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 12:14:44,346 setting live ratio to maximum of 64 instead of 72.5
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.io.sstable.DescriptorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.058 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.IndexHelperTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.064 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.LegacySSTableTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.368 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 12:14:48,036 Invalid file '.svn' in data directory <https://builds.apache.org/hudson/job/Cassandra-0.8/ws/cassandra/test/data/legacy-sstables/b/Keyspace1.>
    [junit]  WARN 12:14:48,646 Invalid file '.svn' in data directory <https://builds.apache.org/hudson/job/Cassandra-0.8/ws/cassandra/test/data/legacy-sstables/e/Keyspace1.>
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableReaderTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.78 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] ERROR 12:14:50,338 insufficient space to compact even the two smallest files, aborting
    [junit] ERROR 12:14:50,415 insufficient space to compact even the two smallest files, aborting
    [junit]  WARN 12:14:50,519 setting live ratio to maximum of 64 instead of 71.06
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.124 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableWriterCommutativeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.598 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableWriterTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.606 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.util.BufferedRandomAccessFileTest
    [junit] Tests run: 20, Failures: 0, Errors: 0, Time elapsed: 0.547 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.DynamicEndpointSnitchTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.144 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.NetworkTopologyStrategyTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.403 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.OldNetworkTopologyStrategyTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.395 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.ReplicationStrategyEndpointCacheTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.556 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.SimpleStrategyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.569 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.TokenMetadataTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.392 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.AntiEntropyServiceCounterTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 2.577 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 12:15:11,174 Generated random token Token(bytes[ae43615731e8e1ad9f90247b363f67e3]). 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: 7, Failures: 0, Errors: 0, Time elapsed: 2.57 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 12:15:14,997 Generated random token Token(bytes[3abce6bbb38db576ef748a0d7f20fa32]). 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: 0.395 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.ConsistencyLevelTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.585 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.EmbeddedCassandraServiceTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.792 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 12:15:21,229 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:15:21,499 Generated random token Token(bytes[101aebccb458ced1f30166ddff95dc17]). 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.391 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.LeaveAndBootstrapTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 1.197 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] ERROR 12:15:30,057 insufficient space to compact even the two smallest files, aborting
    [junit]  WARN 12:15:30,329 Node /127.0.0.3 'leaving' token mismatch. Long network partition?
    [junit] ERROR 12:15:30,359 insufficient space to compact even the two smallest files, aborting
    [junit] ERROR 12:15:30,438 insufficient space to compact even the two smallest files, aborting
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.service.MoveTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.903 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.RemoveTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1.849 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] ERROR 12:15:34,966 insufficient space to compact even the two smallest files, aborting
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.service.RowResolverTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.4 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.142 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.392 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.428 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.654 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 12:15:46,299 Generated random token Token(bytes[f710178188f9e0e3bb32b1f2d0151eaf]). 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.548 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.408 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.656 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 12:15:50,211 Generated random token Token(bytes[cfd48f63fac9050123434f143b43d438]). 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.391 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.795 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: 0.717 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.749 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.149 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EstimatedHistogramTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.059 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.FBUtilitiesTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.141 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.682 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.394 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SerializationsTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.599 sec
    [junit] 

BUILD FAILED
<https://builds.apache.org/hudson/job/Cassandra-0.8/ws/cassandra/build.xml>:1048: The following error occurred while executing this line:
<https://builds.apache.org/hudson/job/Cassandra-0.8/ws/cassandra/build.xml>:1034: Some unit test(s) failed.

Total time: 14 minutes 38 seconds
[TASKS] Skipping publisher since build result is FAILURE
Archiving artifacts
Publishing Javadoc
Recording test results


Build failed in Jenkins: Cassandra-0.8 #91

Posted by Apache Jenkins Server <hu...@hudson.apache.org>.
See <https://builds.apache.org/hudson/job/Cassandra-0.8/91/>

------------------------------------------
[...truncated 1998 lines...]
    [junit] 
    [junit] Testsuite: org.apache.cassandra.dht.OrderPreservingPartitionerTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 1.147 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.dht.RandomPartitionerTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.776 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.dht.RangeTest
    [junit] Tests run: 13, Failures: 0, Errors: 0, Time elapsed: 0.386 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.ArrivalWindowTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.124 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.GossipDigestTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.057 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.38 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.hadoop.ColumnFamilyInputFormatTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.207 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.BloomFilterTrackerTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.362 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.CompactSerializerTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.452 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.LazilyCompactedRowTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 2.206 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 10:15:53,077 setting live ratio to maximum of 64 instead of 72.5
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.io.sstable.DescriptorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.057 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.IndexHelperTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.064 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.LegacySSTableTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.368 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 10:15:56,746 Invalid file '.svn' in data directory <https://builds.apache.org/hudson/job/Cassandra-0.8/ws/cassandra/test/data/legacy-sstables/b/Keyspace1.>
    [junit]  WARN 10:15:57,359 Invalid file '.svn' in data directory <https://builds.apache.org/hudson/job/Cassandra-0.8/ws/cassandra/test/data/legacy-sstables/e/Keyspace1.>
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableReaderTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.783 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] ERROR 10:15:59,028 insufficient space to compact even the two smallest files, aborting
    [junit] ERROR 10:15:59,106 insufficient space to compact even the two smallest files, aborting
    [junit]  WARN 10:15:59,223 setting live ratio to maximum of 64 instead of 70.55
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.123 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableWriterCommutativeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.611 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableWriterTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.601 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.util.BufferedRandomAccessFileTest
    [junit] Tests run: 20, Failures: 0, Errors: 0, Time elapsed: 0.541 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.DynamicEndpointSnitchTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.142 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.NetworkTopologyStrategyTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.405 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.OldNetworkTopologyStrategyTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.392 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.ReplicationStrategyEndpointCacheTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.556 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.SimpleStrategyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.563 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.TokenMetadataTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.384 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.AntiEntropyServiceCounterTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 2.516 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 10:16:19,673 Generated random token Token(bytes[c0de9961147ed473e1c1c87fd073104f]). 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: 7, Failures: 0, Errors: 0, Time elapsed: 2.606 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 10:16:23,435 Generated random token Token(bytes[626240c9b760662dbafe27c9d69d39a1]). 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: 0.393 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.ConsistencyLevelTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.592 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.EmbeddedCassandraServiceTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.782 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 10:16:29,681 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 10:16:29,944 Generated random token Token(bytes[ba4a0e03da7e7f73b61a1343b70f019a]). 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.389 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.LeaveAndBootstrapTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 1.194 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] ERROR 10:16:38,489 insufficient space to compact even the two smallest files, aborting
    [junit]  WARN 10:16:38,768 Node /127.0.0.3 'leaving' token mismatch. Long network partition?
    [junit] ERROR 10:16:38,796 insufficient space to compact even the two smallest files, aborting
    [junit] ERROR 10:16:38,870 insufficient space to compact even the two smallest files, aborting
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.service.MoveTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.891 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.RemoveTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1.864 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] ERROR 10:16:43,372 insufficient space to compact even the two smallest files, aborting
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.service.RowResolverTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.391 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.142 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.392 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.43 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.654 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 10:16:54,615 Generated random token Token(bytes[cd6e163ba448eabd8ab87bf93874286b]). 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.545 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.407 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.654 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 10:16:58,476 Generated random token Token(bytes[2ca395cd783f50f9a4ea37779b89cc41]). 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.388 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.79 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: 0.707 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.746 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.149 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EstimatedHistogramTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.059 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.FBUtilitiesTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.141 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.681 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.389 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SerializationsTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.598 sec
    [junit] 
     [echo] running driverunit tests
    [junit] WARNING: multiple versions of ant detected in path for junit 
    [junit]          jar:file:/home/hudson/tools/ant/latest/lib/ant.jar!/org/apache/tools/ant/Project.class
    [junit]      and jar:<https://builds.apache.org/hudson/job/Cassandra-0.8/ws/cassandra/build/lib/jars/ant-1.6.5.jar!/org/apache/tools/ant/Project.class>
    [junit] Testsuite: org.apache.cassandra.cql.JdbcDriverTest
    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 1.101 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 10:17:13,277 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 10:17:13,540 Generated random token Token(bytes[344c9f7cc9f57109c2e7753f017a87da]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.cql.jdbc.PreparedStatementTest
    [junit] Tests run: 6, Failures: 0, Errors: 1, Time elapsed: 1.191 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 10:17:15,604 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 10:17:15,869 Generated random token Token(bytes[345dcd21c806e1b11be6de08bbb574ce]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ------------- ---------------- ---------------
    [junit] Testcase: testInteger(org.apache.cassandra.cql.jdbc.PreparedStatementTest):	Caused an ERROR
    [junit] Non-integer value null
    [junit] java.sql.SQLException: Non-integer value null
    [junit] 	at org.apache.cassandra.cql.jdbc.CResultSet.getInt(CResultSet.java:189)
    [junit] 	at org.apache.cassandra.cql.jdbc.CResultSet.getInt(CResultSet.java:194)
    [junit] 	at org.apache.cassandra.cql.jdbc.PreparedStatementTest.testInteger(PreparedStatementTest.java:346)
    [junit] 
    [junit] 
    [junit] Test org.apache.cassandra.cql.jdbc.PreparedStatementTest FAILED

BUILD FAILED
<https://builds.apache.org/hudson/job/Cassandra-0.8/ws/cassandra/build.xml>:1052: The following error occurred while executing this line:
<https://builds.apache.org/hudson/job/Cassandra-0.8/ws/cassandra/build.xml>:1034: Some driverunit test(s) failed.

Total time: 14 minutes 47 seconds
[TASKS] Skipping publisher since build result is FAILURE
Archiving artifacts
Publishing Javadoc
Recording test results


Build failed in Jenkins: Cassandra-0.8 #90

Posted by Apache Jenkins Server <hu...@hudson.apache.org>.
See <https://builds.apache.org/hudson/job/Cassandra-0.8/90/>

------------------------------------------
Started by an SCM change
Building remotely on ubuntu1
hudson.util.IOException2: remote file operation failed: <https://builds.apache.org/hudson/job/Cassandra-0.8/ws/> at hudson.remoting.Channel@15e54345:ubuntu1
	at hudson.FilePath.act(FilePath.java:752)
	at hudson.FilePath.act(FilePath.java:738)
	at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:684)
	at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:633)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1181)
	at hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:536)
	at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:424)
	at hudson.model.Run.run(Run.java:1374)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:145)
Caused by: java.io.IOException: Remote call on ubuntu1 failed
	at hudson.remoting.Channel.call(Channel.java:652)
	at hudson.FilePath.act(FilePath.java:745)
	... 10 more
Caused by: java.lang.Error: Failed to deserialize the Callable object.
	at hudson.remoting.UserRequest.perform(UserRequest.java:104)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:270)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
	at java.lang.Thread.run(Thread.java:636)
Caused by: java.lang.IllegalStateException: Unable to call fetch2. Invalid object ID 10121
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:268)
	at hudson.remoting.Request$2.run(Request.java:270)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:662)
[TASKS] Skipping publisher since build result is FAILURE
Archiving artifacts
ERROR: Publisher hudson.tasks.ArtifactArchiver aborted due to exception
java.lang.NullPointerException
	at hudson.remoting.MultiClassLoaderSerializer$Input.readClassLoader(MultiClassLoaderSerializer.java:94)
	at hudson.remoting.MultiClassLoaderSerializer$Input.resolveClass(MultiClassLoaderSerializer.java:111)
	at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1574)
	at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1495)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1731)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
	at hudson.remoting.UserRequest.deserialize(UserRequest.java:182)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:211)
	at hudson.remoting.Channel.call(Channel.java:644)
	at hudson.EnvVars.getRemote(EnvVars.java:202)
	at hudson.model.Computer.getEnvironment(Computer.java:805)
	at hudson.model.Run.getEnvironment(Run.java:1778)
	at hudson.model.AbstractBuild.getEnvironment(AbstractBuild.java:745)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:116)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
	at hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:662)
	at hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:638)
	at hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:616)
	at hudson.model.Build$RunnerImpl.post2(Build.java:161)
	at hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:585)
	at hudson.model.Run.run(Run.java:1398)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:145)
Publishing Javadoc
ERROR: Publisher hudson.tasks.JavadocArchiver aborted due to exception
java.lang.IllegalArgumentException: Negative time
	at java.io.File.setLastModified(File.java:1258)
	at hudson.FilePath.readFromTar(FilePath.java:1617)
	at hudson.FilePath.copyRecursiveTo(FilePath.java:1542)
	at hudson.FilePath.copyRecursiveTo(FilePath.java:1450)
	at hudson.tasks.JavadocArchiver.perform(JavadocArchiver.java:98)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
	at hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:662)
	at hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:638)
	at hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:616)
	at hudson.model.Build$RunnerImpl.post2(Build.java:161)
	at hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:585)
	at hudson.model.Run.run(Run.java:1398)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:145)
Recording test results


Build failed in Jenkins: Cassandra-0.8 #89

Posted by Apache Jenkins Server <hu...@hudson.apache.org>.
See <https://builds.apache.org/hudson/job/Cassandra-0.8/89/changes>

Changes:

[jbellis] fix key_validation_class typo

------------------------------------------
[...truncated 2020 lines...]
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.641 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.LazilyCompactedRowTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 29.847 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 13:29:37,626 setting live ratio to maximum of 64 instead of 77.0
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.io.sstable.DescriptorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.058 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.IndexHelperTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.065 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.LegacySSTableTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.393 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 13:30:00,537 Invalid file '.svn' in data directory <https://builds.apache.org/hudson/job/Cassandra-0.8/ws/cassandra/test/data/legacy-sstables/e/Keyspace1.>
    [junit]  WARN 13:30:01,127 Invalid file '.svn' in data directory <https://builds.apache.org/hudson/job/Cassandra-0.8/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: 5.055 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] ERROR 13:30:03,566 insufficient space to compact even the two smallest files, aborting
    [junit] ERROR 13:30:05,375 insufficient space to compact even the two smallest files, aborting
    [junit]  WARN 13:30:05,914 setting live ratio to maximum of 64 instead of 70.89285714285714
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.59 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableWriterCommutativeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.276 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableWriterTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.197 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.util.BufferedRandomAccessFileTest
    [junit] Tests run: 20, Failures: 0, Errors: 0, Time elapsed: 2.99 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.DynamicEndpointSnitchTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.145 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.NetworkTopologyStrategyTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.41 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.OldNetworkTopologyStrategyTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.396 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.ReplicationStrategyEndpointCacheTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.612 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.SimpleStrategyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.726 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.TokenMetadataTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.386 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.AntiEntropyServiceCounterTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 4.544 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 13:30:32,953 Generated random token Token(bytes[6fbc6daf895334fa5a9f8d3faa7d7a95]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] Exception in thread "AntiEntropyStage:1" java.lang.AssertionError
    [junit] 	at org.apache.cassandra.locator.TokenMetadata.firstTokenIndex(TokenMetadata.java:508)
    [junit] 	at org.apache.cassandra.locator.TokenMetadata.firstToken(TokenMetadata.java:522)
    [junit] 	at org.apache.cassandra.locator.AbstractReplicationStrategy.getNaturalEndpoints(AbstractReplicationStrategy.java:99)
    [junit] 	at org.apache.cassandra.service.StorageService.constructRangeToEndpointMap(StorageService.java:611)
    [junit] 	at org.apache.cassandra.service.StorageService.getRangeToAddressMap(StorageService.java:586)
    [junit] 	at org.apache.cassandra.service.AntiEntropyService.getNeighbors(AntiEntropyService.java:166)
    [junit] 	at org.apache.cassandra.service.AntiEntropyService.rendezvous(AntiEntropyService.java:198)
    [junit] 	at org.apache.cassandra.service.AntiEntropyService.access$100(AntiEntropyService.java:90)
    [junit] 	at org.apache.cassandra.service.AntiEntropyService$TreeResponseVerbHandler.doVerb(AntiEntropyService.java:657)
    [junit] 	at org.apache.cassandra.net.MessageDeliveryTask.run(MessageDeliveryTask.java:72)
    [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:619)
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.service.AntiEntropyServiceStandardTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 4.533 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 13:30:38,740 Generated random token Token(bytes[afca01bd24781548182089960fa9b810]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] Exception in thread "AntiEntropyStage:1" java.lang.AssertionError
    [junit] 	at org.apache.cassandra.locator.TokenMetadata.firstTokenIndex(TokenMetadata.java:508)
    [junit] 	at org.apache.cassandra.locator.TokenMetadata.firstToken(TokenMetadata.java:522)
    [junit] 	at org.apache.cassandra.locator.AbstractReplicationStrategy.getNaturalEndpoints(AbstractReplicationStrategy.java:99)
    [junit] 	at org.apache.cassandra.service.StorageService.constructRangeToEndpointMap(StorageService.java:611)
    [junit] 	at org.apache.cassandra.service.StorageService.getRangeToAddressMap(StorageService.java:586)
    [junit] 	at org.apache.cassandra.service.AntiEntropyService.getNeighbors(AntiEntropyService.java:166)
    [junit] 	at org.apache.cassandra.service.AntiEntropyService.rendezvous(AntiEntropyService.java:198)
    [junit] 	at org.apache.cassandra.service.AntiEntropyService.access$100(AntiEntropyService.java:90)
    [junit] 	at org.apache.cassandra.service.AntiEntropyService$TreeResponseVerbHandler.doVerb(AntiEntropyService.java:657)
    [junit] 	at org.apache.cassandra.net.MessageDeliveryTask.run(MessageDeliveryTask.java:72)
    [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:619)
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.service.CassandraServerTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.387 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.ConsistencyLevelTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.998 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.EmbeddedCassandraServiceTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.814 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 13:30:47,260 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 13:30:48,100 Generated random token Token(bytes[1a0518428989bdbc9369b25c20dccdcc]). 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.396 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.LeaveAndBootstrapTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 4.203 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 13:30:59,911 Node /127.0.0.3 'leaving' token mismatch. Long network partition?
    [junit] ERROR 13:31:00,007 insufficient space to compact even the two smallest files, aborting
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.service.MoveTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 2.409 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.RemoveTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 3.435 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] ERROR 13:31:08,071 insufficient space to compact even the two smallest files, aborting
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.service.RowResolverTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.395 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.144 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.395 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.437 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.871 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 13:31:19,603 Generated random token Token(bytes[00a29474c71aa16e9e5a46f8d41f2937]). 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.547 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.409 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 3.671 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 13:31:26,711 Generated random token Token(bytes[ee1ea0a96222ddb4bead59fe1bbf3b40]). 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.39 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1.718 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.272 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.697 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.148 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EstimatedHistogramTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.06 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.FBUtilitiesTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.141 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.634 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.399 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SerializationsTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.609 sec
    [junit] 
     [echo] running driverunit tests
    [junit] WARNING: multiple versions of ant detected in path for junit 
    [junit]          jar:file:/home/hudson/tools/ant/latest/lib/ant.jar!/org/apache/tools/ant/Project.class
    [junit]      and jar:<https://builds.apache.org/hudson/job/Cassandra-0.8/ws/cassandra/build/lib/jars/ant-1.6.5.jar!/org/apache/tools/ant/Project.class>
    [junit] Testsuite: org.apache.cassandra.cql.JdbcDriverTest
    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 3.397 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 13:31:44,559 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 13:31:45,588 Generated random token Token(bytes[ca87f4ff4886fa0a9489038160ac7f15]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.cql.jdbc.PreparedStatementTest
    [junit] Tests run: 6, Failures: 0, Errors: 1, Time elapsed: 3.456 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 13:31:49,189 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 13:31:49,963 Generated random token Token(bytes[537bda4de3a411a7f6d04ca7d8af51cc]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ------------- ---------------- ---------------
    [junit] Testcase: testInteger(org.apache.cassandra.cql.jdbc.PreparedStatementTest):	Caused an ERROR
    [junit] Non-integer value null
    [junit] java.sql.SQLException: Non-integer value null
    [junit] 	at org.apache.cassandra.cql.jdbc.CResultSet.getInt(CResultSet.java:189)
    [junit] 	at org.apache.cassandra.cql.jdbc.CResultSet.getInt(CResultSet.java:194)
    [junit] 	at org.apache.cassandra.cql.jdbc.PreparedStatementTest.testInteger(PreparedStatementTest.java:346)
    [junit] 
    [junit] 
    [junit] Test org.apache.cassandra.cql.jdbc.PreparedStatementTest FAILED

BUILD FAILED
<https://builds.apache.org/hudson/job/Cassandra-0.8/ws/cassandra/build.xml>:1052: The following error occurred while executing this line:
<https://builds.apache.org/hudson/job/Cassandra-0.8/ws/cassandra/build.xml>:1034: Some driverunit test(s) failed.

Total time: 17 minutes 10 seconds
[TASKS] Skipping publisher since build result is FAILURE
Archiving artifacts
Publishing Javadoc
Recording test results


Build failed in Jenkins: Cassandra-0.8 #88

Posted by Apache Jenkins Server <hu...@hudson.apache.org>.
See <https://builds.apache.org/hudson/job/Cassandra-0.8/88/changes>

Changes:

[jbellis] add support for presenting row key as a column in CQL result sets
patch by jbellis; reviewed by thobbs for CASSANDRA-2622

------------------------------------------
[...truncated 2038 lines...]
    [junit] 
    [junit] Testsuite: org.apache.cassandra.db.migration.SerializationsTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.65 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.dht.BootStrapperTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 3.472 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 20:17:02,297 Generated random token Token(bytes[b4a8ffc952fc6019d645c18b22f22671]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.dht.ByteOrderedPartitionerTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1.142 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.dht.CollatingOrderPreservingPartitionerTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 1.482 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.dht.OrderPreservingPartitionerTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 1.194 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.dht.RandomPartitionerTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.778 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.dht.RangeTest
    [junit] Tests run: 13, Failures: 0, Errors: 0, Time elapsed: 0.387 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.ArrivalWindowTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.125 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.GossipDigestTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.059 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.38 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.hadoop.ColumnFamilyInputFormatTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.216 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.BloomFilterTrackerTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.367 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.CompactSerializerTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.636 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.LazilyCompactedRowTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 23.415 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 20:17:30,563 setting live ratio to maximum of 64 instead of 72.5
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.io.sstable.DescriptorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.063 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.IndexHelperTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.065 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.LegacySSTableTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.409 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 20:17:48,749 Invalid file '.svn' in data directory <https://builds.apache.org/hudson/job/Cassandra-0.8/ws/cassandra/test/data/legacy-sstables/e/Keyspace1.>
    [junit]  WARN 20:17:49,365 Invalid file '.svn' in data directory <https://builds.apache.org/hudson/job/Cassandra-0.8/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: 5.007 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] ERROR 20:17:51,749 insufficient space to compact even the two smallest files, aborting
    [junit] ERROR 20:17:53,631 insufficient space to compact even the two smallest files, aborting
    [junit]  WARN 20:17:54,150 setting live ratio to maximum of 64 instead of 70.67857142857143
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.511 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableWriterCommutativeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.405 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableWriterTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.316 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.util.BufferedRandomAccessFileTest
    [junit] Tests run: 20, Failures: 0, Errors: 0, Time elapsed: 2.909 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.DynamicEndpointSnitchTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.152 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.NetworkTopologyStrategyTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.409 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.OldNetworkTopologyStrategyTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.407 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.ReplicationStrategyEndpointCacheTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.565 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.SimpleStrategyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.672 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.TokenMetadataTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.4 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.AntiEntropyServiceCounterTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 4.324 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 20:18:21,219 Generated random token Token(bytes[b4973601be0a204cada37e4600d2df15]). 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: 7, Failures: 0, Errors: 0, Time elapsed: 4.249 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 20:18:26,804 Generated random token Token(bytes[2a4eb0d7755524386a8b3c3eaa469ac2]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] Exception in thread "AntiEntropyStage:1" java.lang.AssertionError
    [junit] 	at org.apache.cassandra.locator.TokenMetadata.firstTokenIndex(TokenMetadata.java:508)
    [junit] 	at org.apache.cassandra.locator.TokenMetadata.firstToken(TokenMetadata.java:522)
    [junit] 	at org.apache.cassandra.locator.AbstractReplicationStrategy.getNaturalEndpoints(AbstractReplicationStrategy.java:99)
    [junit] 	at org.apache.cassandra.service.StorageService.constructRangeToEndpointMap(StorageService.java:611)
    [junit] 	at org.apache.cassandra.service.StorageService.getRangeToAddressMap(StorageService.java:586)
    [junit] 	at org.apache.cassandra.service.AntiEntropyService.getNeighbors(AntiEntropyService.java:166)
    [junit] 	at org.apache.cassandra.service.AntiEntropyService.rendezvous(AntiEntropyService.java:198)
    [junit] 	at org.apache.cassandra.service.AntiEntropyService.access$100(AntiEntropyService.java:90)
    [junit] 	at org.apache.cassandra.service.AntiEntropyService$TreeResponseVerbHandler.doVerb(AntiEntropyService.java:657)
    [junit] 	at org.apache.cassandra.net.MessageDeliveryTask.run(MessageDeliveryTask.java:72)
    [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:619)
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.service.CassandraServerTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.388 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.ConsistencyLevelTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.897 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.EmbeddedCassandraServiceTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.552 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 20:18:34,858 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:18:35,678 Generated random token Token(bytes[18c067bddc2791ea8e3ff162e58573d7]). 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.406 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.LeaveAndBootstrapTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 3.744 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 20:18:46,851 Node /127.0.0.3 'leaving' token mismatch. Long network partition?
    [junit] ERROR 20:18:46,928 insufficient space to compact even the two smallest files, aborting
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.service.MoveTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.812 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.RemoveTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 3.345 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] ERROR 20:18:54,146 insufficient space to compact even the two smallest files, aborting
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.service.RowResolverTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.403 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.143 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.404 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.428 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.242 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 20:19:05,677 Generated random token Token(bytes[2769a25e11dd9b35c6d55ddec890e054]). 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.548 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.415 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 2.635 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 20:19:10,151 Generated random token Token(bytes[6830de4589f8d4bf4ec4ae4fcc02beb7]). 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.398 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1.686 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.433 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.711 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.BoundedStatsDequeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.058 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.ByteBufferUtilTest
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.149 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EstimatedHistogramTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.06 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.FBUtilitiesTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.144 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.63 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.398 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SerializationsTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.613 sec
    [junit] 

BUILD FAILED
<https://builds.apache.org/hudson/job/Cassandra-0.8/ws/cassandra/build.xml>:1048: The following error occurred while executing this line:
<https://builds.apache.org/hudson/job/Cassandra-0.8/ws/cassandra/build.xml>:1034: Some unit test(s) failed.

Total time: 17 minutes 15 seconds
[TASKS] Skipping publisher since build result is FAILURE
Archiving artifacts
Publishing Javadoc
Recording test results


Build failed in Jenkins: Cassandra-0.8 #87

Posted by Apache Jenkins Server <hu...@hudson.apache.org>.
See <https://builds.apache.org/hudson/job/Cassandra-0.8/87/changes>

Changes:

[slebresne] merge from 0.7

------------------------------------------
[...truncated 2042 lines...]
    [junit] ------------- Standard Error -----------------
    [junit] ERROR 15:16:54,083 insufficient space to compact even the two smallest files, aborting
    [junit] ERROR 15:16:56,507 insufficient space to compact even the two smallest files, aborting
    [junit]  WARN 15:16:57,186 setting live ratio to maximum of 64 instead of 71.21428571428571
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.746 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableWriterCommutativeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.588 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableWriterTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.732 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.util.BufferedRandomAccessFileTest
    [junit] Tests run: 20, Failures: 0, Errors: 0, Time elapsed: 4.388 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.DynamicEndpointSnitchTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.159 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.NetworkTopologyStrategyTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.463 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.OldNetworkTopologyStrategyTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.431 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.ReplicationStrategyEndpointCacheTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.621 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.SimpleStrategyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.719 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.TokenMetadataTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.392 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.AntiEntropyServiceCounterTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 5.212 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 15:17:26,842 Generated random token Token(bytes[1dbe916e8fc018e5064f0ccd01fd7324]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] Exception in thread "AntiEntropyStage:1" java.lang.AssertionError
    [junit] 	at org.apache.cassandra.locator.TokenMetadata.firstTokenIndex(TokenMetadata.java:508)
    [junit] 	at org.apache.cassandra.locator.TokenMetadata.firstToken(TokenMetadata.java:522)
    [junit] 	at org.apache.cassandra.locator.AbstractReplicationStrategy.getNaturalEndpoints(AbstractReplicationStrategy.java:99)
    [junit] 	at org.apache.cassandra.service.StorageService.constructRangeToEndpointMap(StorageService.java:611)
    [junit] 	at org.apache.cassandra.service.StorageService.getRangeToAddressMap(StorageService.java:586)
    [junit] 	at org.apache.cassandra.service.AntiEntropyService.getNeighbors(AntiEntropyService.java:166)
    [junit] 	at org.apache.cassandra.service.AntiEntropyService.rendezvous(AntiEntropyService.java:198)
    [junit] 	at org.apache.cassandra.service.AntiEntropyService.access$100(AntiEntropyService.java:90)
    [junit] 	at org.apache.cassandra.service.AntiEntropyService$TreeResponseVerbHandler.doVerb(AntiEntropyService.java:657)
    [junit] 	at org.apache.cassandra.net.MessageDeliveryTask.run(MessageDeliveryTask.java:72)
    [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:619)
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.service.AntiEntropyServiceStandardTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 5.241 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 15:17:33,388 Generated random token Token(bytes[a205075e4159b296a1808a455c228a7c]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] Exception in thread "AntiEntropyStage:1" java.lang.AssertionError
    [junit] 	at org.apache.cassandra.locator.TokenMetadata.firstTokenIndex(TokenMetadata.java:508)
    [junit] 	at org.apache.cassandra.locator.TokenMetadata.firstToken(TokenMetadata.java:522)
    [junit] 	at org.apache.cassandra.locator.AbstractReplicationStrategy.getNaturalEndpoints(AbstractReplicationStrategy.java:99)
    [junit] 	at org.apache.cassandra.service.StorageService.constructRangeToEndpointMap(StorageService.java:611)
    [junit] 	at org.apache.cassandra.service.StorageService.getRangeToAddressMap(StorageService.java:586)
    [junit] 	at org.apache.cassandra.service.AntiEntropyService.getNeighbors(AntiEntropyService.java:166)
    [junit] 	at org.apache.cassandra.service.AntiEntropyService.rendezvous(AntiEntropyService.java:198)
    [junit] 	at org.apache.cassandra.service.AntiEntropyService.access$100(AntiEntropyService.java:90)
    [junit] 	at org.apache.cassandra.service.AntiEntropyService$TreeResponseVerbHandler.doVerb(AntiEntropyService.java:657)
    [junit] 	at org.apache.cassandra.net.MessageDeliveryTask.run(MessageDeliveryTask.java:72)
    [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:619)
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.service.CassandraServerTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.459 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.ConsistencyLevelTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.018 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.EmbeddedCassandraServiceTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.489 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 15:17:42,750 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 15:17:44,787 Generated random token Token(bytes[a9a82715af2edb8536ffc0ed6a22c389]). 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.408 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.LeaveAndBootstrapTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 3.889 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 15:17:56,629 Node /127.0.0.3 'leaving' token mismatch. Long network partition?
    [junit] ERROR 15:17:56,722 insufficient space to compact even the two smallest files, aborting
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.service.MoveTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 5.324 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.RemoveTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 3.609 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] ERROR 15:18:08,008 insufficient space to compact even the two smallest files, aborting
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.service.RowResolverTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.399 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.142 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.397 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.441 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.028 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 15:18:19,523 Generated random token Token(bytes[67f603349f42343178f2fbb589504c54]). 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.548 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.41 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 2.822 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 15:18:23,743 Generated random token Token(bytes[a67b07173d6446213be3e02eb83f91fc]). 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.398 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1.577 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.169 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.701 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.BoundedStatsDequeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.058 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.ByteBufferUtilTest
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.153 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EstimatedHistogramTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.06 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.FBUtilitiesTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.144 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.635 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.41 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SerializationsTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.605 sec
    [junit] 
     [echo] running driverunit tests
    [junit] WARNING: multiple versions of ant detected in path for junit 
    [junit]          jar:file:/home/hudson/tools/ant/latest/lib/ant.jar!/org/apache/tools/ant/Project.class
    [junit]      and jar:<https://builds.apache.org/hudson/job/Cassandra-0.8/ws/cassandra/build/lib/jars/ant-1.6.5.jar!/org/apache/tools/ant/Project.class>
    [junit] Testsuite: org.apache.cassandra.cql.JdbcDriverTest
    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 3.036 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 15:18:41,983 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 15:18:42,826 Generated random token Token(bytes[343a0641efb59e8a2fb2fe5770704c40]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.cql.jdbc.PreparedStatementTest
    [junit] Tests run: 6, Failures: 0, Errors: 1, Time elapsed: 3.406 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 15:18:46,220 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 15:18:47,015 Generated random token Token(bytes[07c27139a094e1f6f7067652cb3225bf]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ------------- ---------------- ---------------
    [junit] Testcase: testInteger(org.apache.cassandra.cql.jdbc.PreparedStatementTest):	Caused an ERROR
    [junit] Non-integer value null
    [junit] java.sql.SQLException: Non-integer value null
    [junit] 	at org.apache.cassandra.cql.jdbc.CResultSet.getInt(CResultSet.java:189)
    [junit] 	at org.apache.cassandra.cql.jdbc.CResultSet.getInt(CResultSet.java:194)
    [junit] 	at org.apache.cassandra.cql.jdbc.PreparedStatementTest.testInteger(PreparedStatementTest.java:346)
    [junit] 
    [junit] 
    [junit] Test org.apache.cassandra.cql.jdbc.PreparedStatementTest FAILED

BUILD FAILED
<https://builds.apache.org/hudson/job/Cassandra-0.8/ws/cassandra/build.xml>:1052: The following error occurred while executing this line:
<https://builds.apache.org/hudson/job/Cassandra-0.8/ws/cassandra/build.xml>:1034: Some driverunit test(s) failed.

Total time: 17 minutes 51 seconds
FATAL: Remote call on ubuntu2 failed
java.io.IOException: Remote call on ubuntu2 failed
	at hudson.remoting.Channel.call(Channel.java:652)
	at hudson.Launcher$RemoteLauncher.kill(Launcher.java:812)
	at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:452)
	at hudson.model.Run.run(Run.java:1374)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:145)
Caused by: java.lang.Error: Failed to deserialize the Callable object.
	at hudson.remoting.UserRequest.perform(UserRequest.java:104)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:270)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
	at java.lang.Thread.run(Thread.java:636)
Caused by: java.lang.IllegalStateException: Unable to call fetch2. Invalid object ID 2663
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:268)
	at hudson.remoting.Request$2.run(Request.java:270)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:662)


Build failed in Jenkins: Cassandra-0.8 #86

Posted by Apache Jenkins Server <hu...@hudson.apache.org>.
See <https://builds.apache.org/hudson/job/Cassandra-0.8/86/changes>

Changes:

[slebresne] Fix typo in logging

------------------------------------------
[...truncated 2053 lines...]
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 1.496 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.dht.OrderPreservingPartitionerTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 1.175 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.dht.RandomPartitionerTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.768 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.dht.RangeTest
    [junit] Tests run: 13, Failures: 0, Errors: 0, Time elapsed: 0.403 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.ArrivalWindowTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.126 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.GossipDigestTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.058 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.384 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.hadoop.ColumnFamilyInputFormatTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.239 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.BloomFilterTrackerTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.364 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.CompactSerializerTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.605 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.LazilyCompactedRowTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 29.052 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 13:16:32,652 setting live ratio to maximum of 64 instead of 72.5
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.io.sstable.DescriptorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.064 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.IndexHelperTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.076 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.LegacySSTableTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.412 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 13:16:55,466 Invalid file '.svn' in data directory <https://builds.apache.org/hudson/job/Cassandra-0.8/ws/cassandra/test/data/legacy-sstables/e/Keyspace1.>
    [junit]  WARN 13:16:56,056 Invalid file '.svn' in data directory <https://builds.apache.org/hudson/job/Cassandra-0.8/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: 8.024 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] ERROR 13:16:59,157 insufficient space to compact even the two smallest files, aborting
    [junit] ERROR 13:17:02,000 insufficient space to compact even the two smallest files, aborting
    [junit]  WARN 13:17:02,798 setting live ratio to maximum of 64 instead of 70.03571428571429
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.608 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableWriterCommutativeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.389 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableWriterTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.496 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.util.BufferedRandomAccessFileTest
    [junit] Tests run: 20, Failures: 0, Errors: 0, Time elapsed: 4.667 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.DynamicEndpointSnitchTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.168 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.NetworkTopologyStrategyTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.411 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.OldNetworkTopologyStrategyTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.421 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.ReplicationStrategyEndpointCacheTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.601 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.SimpleStrategyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.688 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.TokenMetadataTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.394 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.AntiEntropyServiceCounterTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 6.159 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 13:17:33,161 Generated random token Token(bytes[2b84eb14b920b850c3064697c6d6a818]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] Exception in thread "AntiEntropyStage:1" java.lang.AssertionError
    [junit] 	at org.apache.cassandra.locator.TokenMetadata.firstTokenIndex(TokenMetadata.java:508)
    [junit] 	at org.apache.cassandra.locator.TokenMetadata.firstToken(TokenMetadata.java:522)
    [junit] 	at org.apache.cassandra.locator.AbstractReplicationStrategy.getNaturalEndpoints(AbstractReplicationStrategy.java:99)
    [junit] 	at org.apache.cassandra.service.StorageService.constructRangeToEndpointMap(StorageService.java:611)
    [junit] 	at org.apache.cassandra.service.StorageService.getRangeToAddressMap(StorageService.java:586)
    [junit] 	at org.apache.cassandra.service.AntiEntropyService.getNeighbors(AntiEntropyService.java:166)
    [junit] 	at org.apache.cassandra.service.AntiEntropyService.rendezvous(AntiEntropyService.java:198)
    [junit] 	at org.apache.cassandra.service.AntiEntropyService.access$100(AntiEntropyService.java:90)
    [junit] 	at org.apache.cassandra.service.AntiEntropyService$TreeResponseVerbHandler.doVerb(AntiEntropyService.java:657)
    [junit] 	at org.apache.cassandra.net.MessageDeliveryTask.run(MessageDeliveryTask.java:72)
    [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:619)
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.service.AntiEntropyServiceStandardTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 5.849 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 13:17:40,515 Generated random token Token(bytes[a2f400d31ccf7f6eaf1cfe6f80a54ca8]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] Exception in thread "AntiEntropyStage:1" java.lang.AssertionError
    [junit] 	at org.apache.cassandra.locator.TokenMetadata.firstTokenIndex(TokenMetadata.java:508)
    [junit] 	at org.apache.cassandra.locator.TokenMetadata.firstToken(TokenMetadata.java:522)
    [junit] 	at org.apache.cassandra.locator.AbstractReplicationStrategy.getNaturalEndpoints(AbstractReplicationStrategy.java:99)
    [junit] 	at org.apache.cassandra.service.StorageService.constructRangeToEndpointMap(StorageService.java:611)
    [junit] 	at org.apache.cassandra.service.StorageService.getRangeToAddressMap(StorageService.java:586)
    [junit] 	at org.apache.cassandra.service.AntiEntropyService.getNeighbors(AntiEntropyService.java:166)
    [junit] 	at org.apache.cassandra.service.AntiEntropyService.rendezvous(AntiEntropyService.java:198)
    [junit] 	at org.apache.cassandra.service.AntiEntropyService.access$100(AntiEntropyService.java:90)
    [junit] 	at org.apache.cassandra.service.AntiEntropyService$TreeResponseVerbHandler.doVerb(AntiEntropyService.java:657)
    [junit] 	at org.apache.cassandra.net.MessageDeliveryTask.run(MessageDeliveryTask.java:72)
    [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:619)
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.service.CassandraServerTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.405 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.ConsistencyLevelTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.063 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.EmbeddedCassandraServiceTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.716 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 13:17:50,308 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 13:17:52,127 Generated random token Token(bytes[3c4e8841b0c2894eaf39722b0fdb0a6b]). 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.391 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.LeaveAndBootstrapTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 4.977 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 13:18:04,272 Node /127.0.0.3 'leaving' token mismatch. Long network partition?
    [junit] ERROR 13:18:04,468 insufficient space to compact even the two smallest files, aborting
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.service.MoveTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 2.805 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.RemoveTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 3.557 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] ERROR 13:18:13,291 insufficient space to compact even the two smallest files, aborting
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.service.RowResolverTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.396 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.147 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.395 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.439 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.138 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 13:18:24,857 Generated random token Token(bytes[2172fdecefa5ce4352d833571ac7985f]). 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.564 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.416 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 4.965 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 13:18:29,179 Generated random token Token(bytes[ab5d9a6df661a980ef99bdc2293a05f7]). 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.393 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 2.186 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.65 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.695 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.149 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EstimatedHistogramTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.06 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.FBUtilitiesTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.142 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.637 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.389 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SerializationsTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.599 sec
    [junit] 

BUILD FAILED
<https://builds.apache.org/hudson/job/Cassandra-0.8/ws/cassandra/build.xml>:1048: The following error occurred while executing this line:
<https://builds.apache.org/hudson/job/Cassandra-0.8/ws/cassandra/build.xml>:1034: Some unit test(s) failed.

Total time: 17 minutes 44 seconds
[TASKS] Skipping publisher since build result is FAILURE
Archiving artifacts
Publishing Javadoc
Recording test results