See <https://builds.apache.org/hudson/job/Cassandra/874/changes>
Changes:
[jbellis] merge from 0.8
------------------------------------------
[...truncated 2101 lines...]
[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.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.555 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.387 sec
[junit]
[junit] Testsuite:
org.apache.cassandra.service.AntiEntropyServiceCounterTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 2.64 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] WARN 14:17:30,450 Generated random token
Token(bytes[929724ef53ef1e4bea8e6c38bb67a8f8]). 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.614 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] WARN 14:17:34,356 Generated random token
Token(bytes[c037a07734f64278db98cceb27e3b2ad]). 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.397 sec
[junit]
[junit] Testsuite: org.apache.cassandra.service.ConsistencyLevelTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.579 sec
[junit]
[junit] Testsuite: org.apache.cassandra.service.EmbeddedCassandraServiceTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.771 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] WARN 14:17:40,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 14:17:40,847 Generated random token
Token(bytes[5f2bead102edf29cc0a3b6255ee7620d]). 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: 1, Time elapsed: 0.387 sec
[junit]
[junit] Testcase:
testInitClientStartup(org.apache.cassandra.service.InitClientTest):
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.InitClientTest.testInitClientStartup(InitClientTest.java:33)
[junit]
[junit]
[junit] Test org.apache.cassandra.service.InitClientTest FAILED
[junit] Testsuite: org.apache.cassandra.service.LeaveAndBootstrapTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 1.132 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] ERROR 14:17:44,063 insufficient space to compact even the two
smallest files, aborting
[junit] WARN 14:17:44,318 Node /127.0.0.3 'leaving' token mismatch. Long
network partition?
[junit] ERROR 14:17:44,345 insufficient space to compact even the two
smallest files, aborting
[junit] ERROR 14:17:44,418 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.858 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.138 sec
[junit]
[junit] Testsuite: org.apache.cassandra.service.StorageProxyTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.405 sec
[junit]
[junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.44 sec
[junit]
[junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.676 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] WARN 14:17:58,587 Generated random token
Token(bytes[74e338621d3b877e0f81ee5a5fb4b37d]). 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.551 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: 0, Failures: 0, Errors: 1, Time elapsed: 0.252 sec
[junit]
[junit] Testcase: org.apache.cassandra.streaming.StreamingTransferTest:
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.joinTokenRing(StorageService.java:428)
[junit] at
org.apache.cassandra.service.StorageService.initServer(StorageService.java:408)
[junit] at
org.apache.cassandra.streaming.StreamingTransferTest.setup(StreamingTransferTest.java:58)
[junit]
[junit]
[junit] Test org.apache.cassandra.streaming.StreamingTransferTest FAILED
[junit] Testsuite: org.apache.cassandra.thrift.ThriftValidationTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.385 sec
[junit]
[junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.814 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.712 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.059 sec
[junit]
[junit] Testsuite: org.apache.cassandra.utils.ByteBufferUtilTest
[junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.15 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.683 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.611 sec
[junit]
BUILD FAILED
<https://builds.apache.org/hudson/job/Cassandra/ws/cassandra/build.xml>:651:
The following error occurred while executing this line:
<https://builds.apache.org/hudson/job/Cassandra/ws/cassandra/build.xml>:637:
Some unit test(s) failed.
Total time: 14 minutes 31 seconds
[TASKS] Skipping publisher since build result is FAILURE
Publishing Javadoc
Archiving artifacts
Recording test results