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

Changes:

[jbellis] merge from 0.7

------------------------------------------
[...truncated 2071 lines...]
    [junit]     at 
org.apache.cassandra.net.MessagingService.getServerSocket(MessagingService.java:195)
    [junit]     at 
org.apache.cassandra.net.MessagingService.listen(MessagingService.java:168)
    [junit]     at 
org.apache.cassandra.service.StorageService.initClient(StorageService.java:352)
    [junit]     at 
org.apache.cassandra.locator.DynamicEndpointSnitchTest.testSnitch(DynamicEndpointSnitchTest.java:38)
    [junit] 
    [junit] 
    [junit] Test org.apache.cassandra.locator.DynamicEndpointSnitchTest FAILED
    [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.4 sec
    [junit] 
    [junit] Testsuite: 
org.apache.cassandra.locator.ReplicationStrategyEndpointCacheTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.572 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.SimpleStrategyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.558 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.TokenMetadataTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.396 sec
    [junit] 
    [junit] Testsuite: 
org.apache.cassandra.service.AntiEntropyServiceCounterTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 2.569 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 22:17:32,577 Generated random token 
Token(bytes[30266382aa2ed4758b255e1fa91ab3fa]). 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.711 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 22:17:36,395 Generated random token 
Token(bytes[9c6aff0fcaceef8a4a17179de8ee87aa]). 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.391 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.822 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 22:17:42,743 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 22:17:42,997 Generated random token 
Token(bytes[5756a8ea2c85bba2a3c8e2516a3eb6c4]). 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.39 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.LeaveAndBootstrapTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 1.146 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] ERROR 22:17:51,558 insufficient space to compact even the two 
smallest files, aborting
    [junit]  WARN 22:17:51,816 Node /127.0.0.3 'leaving' token mismatch. Long 
network partition?
    [junit] ERROR 22:17:51,843 insufficient space to compact even the two 
smallest files, aborting
    [junit] ERROR 22:17:51,917 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.88 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.RemoveTest
    [junit] Tests run: 5, Failures: 0, Errors: 10, Time elapsed: 0.712 sec
    [junit] 
    [junit] Testcase: testBadToken(org.apache.cassandra.service.RemoveTest):    
Caused an ERROR
    [junit] /127.0.0.1:7010 is in use by another process.  Change 
listen_address:storage_port in cassandra.yaml to values that do not conflict 
with other services
    [junit] org.apache.cassandra.config.ConfigurationException: /127.0.0.1:7010 
is in use by another process.  Change listen_address:storage_port in 
cassandra.yaml to values that do not conflict with other services
    [junit]     at 
org.apache.cassandra.net.MessagingService.getServerSocket(MessagingService.java:195)
    [junit]     at 
org.apache.cassandra.net.MessagingService.listen(MessagingService.java:168)
    [junit]     at 
org.apache.cassandra.service.RemoveTest.setup(RemoveTest.java:74)
    [junit] 
    [junit] 
    [junit] Testcase: testBadToken(org.apache.cassandra.service.RemoveTest):    
Caused an ERROR
    [junit] null
    [junit] java.lang.NullPointerException
    [junit]     at 
org.apache.cassandra.net.MessagingService.shutdown(MessagingService.java:407)
    [junit]     at 
org.apache.cassandra.service.RemoveTest.tearDown(RemoveTest.java:90)
    [junit] 
    [junit] 
    [junit] Testcase: testLocalToken(org.apache.cassandra.service.RemoveTest):  
Caused an ERROR
    [junit] /127.0.0.1:7010 is in use by another process.  Change 
listen_address:storage_port in cassandra.yaml to values that do not conflict 
with other services
    [junit] org.apache.cassandra.config.ConfigurationException: /127.0.0.1:7010 
is in use by another process.  Change listen_address:storage_port in 
cassandra.yaml to values that do not conflict with other services
    [junit]     at 
org.apache.cassandra.net.MessagingService.getServerSocket(MessagingService.java:195)
    [junit]     at 
org.apache.cassandra.net.MessagingService.listen(MessagingService.java:168)
    [junit]     at 
org.apache.cassandra.service.RemoveTest.setup(RemoveTest.java:74)
    [junit] 
    [junit] 
    [junit] Testcase: testLocalToken(org.apache.cassandra.service.RemoveTest):  
Caused an ERROR
    [junit] null
    [junit] java.lang.NullPointerException
    [junit]     at 
org.apache.cassandra.net.MessagingService.shutdown(MessagingService.java:407)
    [junit]     at 
org.apache.cassandra.service.RemoveTest.tearDown(RemoveTest.java:90)
    [junit] 
    [junit] 
    [junit] Testcase: testRemoveToken(org.apache.cassandra.service.RemoveTest): 
Caused an ERROR
    [junit] /127.0.0.1:7010 is in use by another process.  Change 
listen_address:storage_port in cassandra.yaml to values that do not conflict 
with other services
    [junit] org.apache.cassandra.config.ConfigurationException: /127.0.0.1:7010 
is in use by another process.  Change listen_address:storage_port in 
cassandra.yaml to values that do not conflict with other services
    [junit]     at 
org.apache.cassandra.net.MessagingService.getServerSocket(MessagingService.java:195)
    [junit]     at 
org.apache.cassandra.net.MessagingService.listen(MessagingService.java:168)
    [junit]     at 
org.apache.cassandra.service.RemoveTest.setup(RemoveTest.java:74)
    [junit] 
    [junit] 
    [junit] Testcase: testRemoveToken(org.apache.cassandra.service.RemoveTest): 
Caused an ERROR
    [junit] null
    [junit] java.lang.NullPointerException
    [junit]     at 
org.apache.cassandra.net.MessagingService.shutdown(MessagingService.java:407)
    [junit]     at 
org.apache.cassandra.service.RemoveTest.tearDown(RemoveTest.java:90)
    [junit] 
    [junit] 
    [junit] Testcase: 
testStartRemoving(org.apache.cassandra.service.RemoveTest):       Caused an 
ERROR
    [junit] /127.0.0.1:7010 is in use by another process.  Change 
listen_address:storage_port in cassandra.yaml to values that do not conflict 
with other services
    [junit] org.apache.cassandra.config.ConfigurationException: /127.0.0.1:7010 
is in use by another process.  Change listen_address:storage_port in 
cassandra.yaml to values that do not conflict with other services
    [junit]     at 
org.apache.cassandra.net.MessagingService.getServerSocket(MessagingService.java:195)
    [junit]     at 
org.apache.cassandra.net.MessagingService.listen(MessagingService.java:168)
    [junit]     at 
org.apache.cassandra.service.RemoveTest.setup(RemoveTest.java:74)
    [junit] 
    [junit] 
    [junit] Testcase: 
testStartRemoving(org.apache.cassandra.service.RemoveTest):       Caused an 
ERROR
    [junit] null
    [junit] java.lang.NullPointerException
    [junit]     at 
org.apache.cassandra.net.MessagingService.shutdown(MessagingService.java:407)
    [junit]     at 
org.apache.cassandra.service.RemoveTest.tearDown(RemoveTest.java:90)
    [junit] 
    [junit] 
    [junit] Testcase: 
testFinishRemoving(org.apache.cassandra.service.RemoveTest):      Caused an 
ERROR
    [junit] /127.0.0.1:7010 is in use by another process.  Change 
listen_address:storage_port in cassandra.yaml to values that do not conflict 
with other services
    [junit] org.apache.cassandra.config.ConfigurationException: /127.0.0.1:7010 
is in use by another process.  Change listen_address:storage_port in 
cassandra.yaml to values that do not conflict with other services
    [junit]     at 
org.apache.cassandra.net.MessagingService.getServerSocket(MessagingService.java:195)
    [junit]     at 
org.apache.cassandra.net.MessagingService.listen(MessagingService.java:168)
    [junit]     at 
org.apache.cassandra.service.RemoveTest.setup(RemoveTest.java:74)
    [junit] 
    [junit] 
    [junit] Testcase: 
testFinishRemoving(org.apache.cassandra.service.RemoveTest):      Caused an 
ERROR
    [junit] null
    [junit] java.lang.NullPointerException
    [junit]     at 
org.apache.cassandra.net.MessagingService.shutdown(MessagingService.java:407)
    [junit]     at 
org.apache.cassandra.service.RemoveTest.tearDown(RemoveTest.java:90)
    [junit] 
    [junit] 
    [junit] Test org.apache.cassandra.service.RemoveTest FAILED
    [junit] Testsuite: org.apache.cassandra.service.RowResolverTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.392 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.141 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.393 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.391 sec
    [junit] 
    [junit] Testcase: 
testClientOnlyMode(org.apache.cassandra.service.StorageServiceClientTest):      
  Caused an ERROR
    [junit] /127.0.0.1:7010 is in use by another process.  Change 
listen_address:storage_port in cassandra.yaml to values that do not conflict 
with other services
    [junit] org.apache.cassandra.config.ConfigurationException: /127.0.0.1:7010 
is in use by another process.  Change listen_address:storage_port in 
cassandra.yaml to values that do not conflict with other services
    [junit]     at 
org.apache.cassandra.net.MessagingService.getServerSocket(MessagingService.java:195)
    [junit]     at 
org.apache.cassandra.net.MessagingService.listen(MessagingService.java:168)
    [junit]     at 
org.apache.cassandra.service.StorageService.initClient(StorageService.java:352)
    [junit]     at 
org.apache.cassandra.service.StorageServiceClientTest.testClientOnlyMode(StorageServiceClientTest.java:39)
    [junit] 
    [junit] 
    [junit] Test org.apache.cassandra.service.StorageServiceClientTest FAILED
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.647 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 22:18:01,205 Generated random token 
Token(bytes[86546dd9c554160167ff6df6dad2f55a]). 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.413 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.669 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 22:18:05,091 Generated random token 
Token(bytes[b6c484ff3d5ceaf28ee49a3de3f726d6]). 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.392 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.847 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.752 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.154 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.14 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.687 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.603 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 33 seconds
[TASKS] Skipping publisher since build result is FAILURE
Archiving artifacts
Publishing Javadoc
Recording test results

Reply via email to