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

Reply via email to