See <https://builds.apache.org/hudson/job/Cassandra-0.8/71/changes>
Changes:
[jbellis] fix nulls not appearing in python cql resultsets
patch by Pavel Yaskevich; reviewed by jbellis for CASSANDRA-2613
------------------------------------------
[...truncated 2005 lines...]
[junit]
[junit] Testsuite: org.apache.cassandra.dht.RangeTest
[junit] Tests run: 13, Failures: 0, Errors: 0, Time elapsed: 0.388 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.058 sec
[junit]
[junit] Testsuite: org.apache.cassandra.gms.SerializationsTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.381 sec
[junit]
[junit] Testsuite: org.apache.cassandra.hadoop.ColumnFamilyInputFormatTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.201 sec
[junit]
[junit] Testsuite: org.apache.cassandra.io.BloomFilterTrackerTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.418 sec
[junit]
[junit] Testsuite: org.apache.cassandra.io.CompactSerializerTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.779 sec
[junit]
[junit] Testsuite: org.apache.cassandra.io.LazilyCompactedRowTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 28.25 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] WARN 17:19:15,826 setting live ratio to maximum of 64 instead of
{}, newRatio
[junit] ------------- ---------------- ---------------
[junit] Testsuite: org.apache.cassandra.io.sstable.DescriptorTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.059 sec
[junit]
[junit] Testsuite: org.apache.cassandra.io.sstable.IndexHelperTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.066 sec
[junit]
[junit] Testsuite: org.apache.cassandra.io.sstable.LegacySSTableTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.382 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] WARN 17:19:37,113 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 17:19:37,712 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.819 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] ERROR 17:19:40,065 insufficient space to compact even the two
smallest files, aborting
[junit] ERROR 17:19:41,841 insufficient space to compact even the two
smallest files, aborting
[junit] WARN 17:19:42,383 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.511 sec
[junit]
[junit] Testsuite:
org.apache.cassandra.io.sstable.SSTableWriterCommutativeTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.437 sec
[junit]
[junit] Testsuite: org.apache.cassandra.io.sstable.SSTableWriterTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.215 sec
[junit]
[junit] Testsuite: org.apache.cassandra.io.util.BufferedRandomAccessFileTest
[junit] Tests run: 20, Failures: 0, Errors: 0, Time elapsed: 2.776 sec
[junit]
[junit] Testsuite: org.apache.cassandra.locator.DynamicEndpointSnitchTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.149 sec
[junit]
[junit] Testsuite: org.apache.cassandra.locator.NetworkTopologyStrategyTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.406 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.562 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.14 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] WARN 17:20:09,011 Generated random token
Token(bytes[a196273410dc44b399f9e7a3b3645cc1]). 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.399 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] WARN 17:20:14,480 Generated random token
Token(bytes[974f7844feeccaddc6340d70e03b218d]). 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.391 sec
[junit]
[junit] Testsuite: org.apache.cassandra.service.ConsistencyLevelTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.867 sec
[junit]
[junit] Testsuite: org.apache.cassandra.service.EmbeddedCassandraServiceTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.531 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] WARN 17:20:22,544 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 17:20:23,293 Generated random token
Token(bytes[a450bde7747534a30ff45510b7a57ddc]). 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.394 sec
[junit]
[junit] Testsuite: org.apache.cassandra.service.LeaveAndBootstrapTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 3.176 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] WARN 17:20:33,971 Node /127.0.0.3 'leaving' token mismatch. Long
network partition?
[junit] ERROR 17:20:34,052 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.972 sec
[junit]
[junit] Testsuite: org.apache.cassandra.service.RemoveTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 3.328 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] ERROR 17:20:41,443 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.437 sec
[junit]
[junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.067 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] WARN 17:20:52,943 Generated random token
Token(bytes[c805ee8a8ee7d43258dd6b9a53e9dac2]). 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.552 sec
[junit]
[junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.423 sec
[junit]
[junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 2.785 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] WARN 17:20:57,259 Generated random token
Token(bytes[be9190c53e485b6ac4ac2f0d6579b1d6]). 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.395 sec
[junit]
[junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1.822 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.207 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.704 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.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.652 sec
[junit]
[junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest
[junit] Tests run: 12, Failures: 1, Errors: 0, Time elapsed: 0.401 sec
[junit]
[junit] Testcase:
testDifference(org.apache.cassandra.utils.MerkleTreeTest): FAILED
[junit]
[junit] junit.framework.AssertionFailedError:
[junit] at
org.apache.cassandra.utils.MerkleTreeTest.testDifference(MerkleTreeTest.java:459)
[junit]
[junit]
[junit] Test org.apache.cassandra.utils.MerkleTreeTest FAILED
[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: 16 minutes 48 seconds
[TASKS] Skipping publisher since build result is FAILURE
Archiving artifacts
Publishing Javadoc
Recording test results