See <https://builds.apache.org/hudson/job/Cassandra-0.8/84/changes>
Changes:
[jbellis] fix build
[jbellis] break out ColumnDecoder getNameType, getValueType
patch by jbellis
[jbellis] clean up ColumnDecoder, part one: use CFMetaData under the hood and
split out getKeyValidator
patch by jbellis
[jbellis] formatting
[jbellis] r/m no-op trips through colNameAsString
patch by jbellis
[jbellis] refactor to make getX(int) and getX(String) methods take a common
code path. getString no longer [incorrectly] attempts to make sense out of
non-String types. getInt will work on both BigInteger and Long columns.
getBigInteger added to CassandraRS (otherwise you have to use getObject).
patch by jbellis
------------------------------------------
[...truncated 2003 lines...]
[junit]
[junit] Testsuite: org.apache.cassandra.dht.RangeTest
[junit] Tests run: 13, Failures: 0, Errors: 0, Time elapsed: 0.384 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.057 sec
[junit]
[junit] Testsuite: org.apache.cassandra.gms.SerializationsTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.378 sec
[junit]
[junit] Testsuite: org.apache.cassandra.hadoop.ColumnFamilyInputFormatTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.215 sec
[junit]
[junit] Testsuite: org.apache.cassandra.io.BloomFilterTrackerTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.363 sec
[junit]
[junit] Testsuite: org.apache.cassandra.io.CompactSerializerTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.664 sec
[junit]
[junit] Testsuite: org.apache.cassandra.io.LazilyCompactedRowTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 27.495 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] WARN 05:17:50,545 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.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.354 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] WARN 05:18:11,642 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 05:18:12,226 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.814 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] ERROR 05:18:14,727 insufficient space to compact even the two
smallest files, aborting
[junit] ERROR 05:18:16,387 insufficient space to compact even the two
smallest files, aborting
[junit] WARN 05:18:16,897 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.521 sec
[junit]
[junit] Testsuite:
org.apache.cassandra.io.sstable.SSTableWriterCommutativeTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.326 sec
[junit]
[junit] Testsuite: org.apache.cassandra.io.sstable.SSTableWriterTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.184 sec
[junit]
[junit] Testsuite: org.apache.cassandra.io.util.BufferedRandomAccessFileTest
[junit] Tests run: 20, Failures: 0, Errors: 0, Time elapsed: 2.877 sec
[junit]
[junit] Testsuite: org.apache.cassandra.locator.DynamicEndpointSnitchTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.147 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.393 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.663 sec
[junit]
[junit] Testsuite: org.apache.cassandra.locator.TokenMetadataTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.385 sec
[junit]
[junit] Testsuite:
org.apache.cassandra.service.AntiEntropyServiceCounterTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 4.573 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] WARN 05:18:43,400 Generated random token
Token(bytes[712068e53e25c724a57ffe8603c6d9a3]). 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.611 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] WARN 05:18:49,280 Generated random token
Token(bytes[104b5ca8aa3801360f6b8c82069ec52f]). 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.386 sec
[junit]
[junit] Testsuite: org.apache.cassandra.service.ConsistencyLevelTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.937 sec
[junit]
[junit] Testsuite: org.apache.cassandra.service.EmbeddedCassandraServiceTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.522 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] WARN 05:18:57,594 Unable to lock JVM memory (ENOMEM). This can
result in part of the JVM being swapped out, especially with mmapped I/O
enabled. Increase RLIMIT_MEMLOCK or run Cassandra as root.
[junit] WARN 05:18:58,407 Generated random token
Token(bytes[0614b587986c34c8cb2b8c3619263445]). 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.711 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] WARN 05:19:09,522 Node /127.0.0.3 'leaving' token mismatch. Long
network partition?
[junit] ERROR 05:19:09,617 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.087 sec
[junit]
[junit] Testsuite: org.apache.cassandra.service.RemoveTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 3.206 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] ERROR 05:19:17,066 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.393 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.395 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: 1.021 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] WARN 05:19:28,601 Generated random token
Token(bytes[42a20f25b5e07e700a1663558c708c7c]). 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.546 sec
[junit]
[junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.406 sec
[junit]
[junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 2.633 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] WARN 05:19:33,044 Generated random token
Token(bytes[e9df009face34d78deceb8c6835d1d22]). 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.892 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.181 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.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.63 sec
[junit]
[junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest
[junit] Tests run: 12, Failures: 1, Errors: 0, Time elapsed: 0.39 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.619 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 56 seconds
[TASKS] Skipping publisher since build result is FAILURE
Archiving artifacts
Publishing Javadoc
Recording test results