You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cassandra.apache.org by Apache Hudson Server <hu...@hudson.apache.org> on 2011/03/09 01:48:29 UTC

Build failed in Jenkins: Cassandra #762

See <https://hudson.apache.org/hudson/job/Cassandra/762/changes>

Changes:

[gdusbabek] fix build-account for timezone differences in unit test

------------------------------------------
[...truncated 2015 lines...]
    [junit] Testsuite: org.apache.cassandra.io.sstable.IndexHelperTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.06 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.LegacySSTableTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.375 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 16:45:50,297 Invalid file '.svn' in data directory <https://hudson.apache.org/hudson/job/Cassandra/ws/cassandra/test/data/legacy-sstables/b/Keyspace1.>
    [junit]  WARN 16:45:50,880 Invalid file '.svn' in data directory <https://hudson.apache.org/hudson/job/Cassandra/ws/cassandra/test/data/legacy-sstables/e/Keyspace1.>
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableReaderTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.792 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.138 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableWriterAESCommutativeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.316 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableWriterTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.613 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.util.BufferedRandomAccessFileTest
    [junit] Tests run: 17, Failures: 0, Errors: 0, Time elapsed: 0.78 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.DynamicEndpointSnitchTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.177 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.NetworkTopologyStrategyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.434 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.OldNetworkTopologyStrategyTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.447 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.ReplicationStrategyEndpointCacheTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.61 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 16:46:09,711 Invalid file 'backups' in data directory build/test/cassandra/data/system.
    [junit]  WARN 16:46:09,712 Invalid file 'backups' in data directory build/test/cassandra/data/system.
    [junit]  WARN 16:46:09,783 Invalid file 'backups' in data directory build/test/cassandra/data/system.
    [junit]  WARN 16:46:09,784 Invalid file 'backups' in data directory build/test/cassandra/data/system.
    [junit]  WARN 16:46:09,785 Invalid file 'backups' in data directory build/test/cassandra/data/system.
    [junit]  WARN 16:46:09,787 Invalid file 'backups' in data directory build/test/cassandra/data/system.
    [junit]  WARN 16:46:09,788 Invalid file 'backups' in data directory build/test/cassandra/data/system.
    [junit]  WARN 16:46:09,789 Invalid file 'backups' in data directory build/test/cassandra/data/system.
    [junit]  WARN 16:46:09,790 Invalid file 'backups' in data directory build/test/cassandra/data/system.
    [junit]  WARN 16:46:09,791 Invalid file 'backups' in data directory build/test/cassandra/data/system.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.locator.SimpleStrategyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.601 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.TokenMetadataTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.421 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.AntiEntropyServiceCounterTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 1.051 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 16:46:13,745 Generated random token Token(bytes[5e2389566f8c89aa0c5ac4c00b44d0af]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] Exception in thread "Thread-4" java.lang.RuntimeException: java.lang.NullPointerException
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:34)
    [junit] 	at org.apache.cassandra.streaming.StreamInSession.closeIfFinished(StreamInSession.java:169)
    [junit] 	at org.apache.cassandra.streaming.IncomingStreamReader.read(IncomingStreamReader.java:63)
    [junit] 	at org.apache.cassandra.net.IncomingTcpConnection.stream(IncomingTcpConnection.java:155)
    [junit] 	at org.apache.cassandra.net.IncomingTcpConnection.run(IncomingTcpConnection.java:93)
    [junit] Caused by: java.lang.NullPointerException
    [junit] 	at org.apache.cassandra.service.AntiEntropyService.completedRequest(AntiEntropyService.java:135)
    [junit] 	at org.apache.cassandra.service.AntiEntropyService$Differencer$Callback.runMayThrow(AntiEntropyService.java:528)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [junit] 	... 4 more
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.service.AntiEntropyServiceStandardTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 1.079 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 16:46:15,970 Generated random token Token(bytes[2ad0ec9a3f2001ec5f1c27cbf3df94e8]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] Exception in thread "Thread-4" java.lang.RuntimeException: java.lang.NullPointerException
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:34)
    [junit] 	at org.apache.cassandra.streaming.StreamInSession.closeIfFinished(StreamInSession.java:169)
    [junit] 	at org.apache.cassandra.streaming.IncomingStreamReader.read(IncomingStreamReader.java:63)
    [junit] 	at org.apache.cassandra.net.IncomingTcpConnection.stream(IncomingTcpConnection.java:155)
    [junit] 	at org.apache.cassandra.net.IncomingTcpConnection.run(IncomingTcpConnection.java:93)
    [junit] Caused by: java.lang.NullPointerException
    [junit] 	at org.apache.cassandra.service.AntiEntropyService.completedRequest(AntiEntropyService.java:135)
    [junit] 	at org.apache.cassandra.service.AntiEntropyService$Differencer$Callback.runMayThrow(AntiEntropyService.java:528)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [junit] 	... 4 more
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.service.AntiEntropyServiceTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 1.084 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 16:46:18,163 Generated random token Token(bytes[16d4a4d24484cf205df352a006884901]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] Exception in thread "Thread-4" java.lang.RuntimeException: java.lang.NullPointerException
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:34)
    [junit] 	at org.apache.cassandra.streaming.StreamInSession.closeIfFinished(StreamInSession.java:169)
    [junit] 	at org.apache.cassandra.streaming.IncomingStreamReader.read(IncomingStreamReader.java:63)
    [junit] 	at org.apache.cassandra.net.IncomingTcpConnection.stream(IncomingTcpConnection.java:155)
    [junit] 	at org.apache.cassandra.net.IncomingTcpConnection.run(IncomingTcpConnection.java:93)
    [junit] Caused by: java.lang.NullPointerException
    [junit] 	at org.apache.cassandra.service.AntiEntropyService.completedRequest(AntiEntropyService.java:135)
    [junit] 	at org.apache.cassandra.service.AntiEntropyService$Differencer$Callback.runMayThrow(AntiEntropyService.java:528)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [junit] 	... 4 more
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.service.CassandraServerTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.434 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.ConsistencyLevelTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.606 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.EmbeddedCassandraServiceTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.799 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 16:46:22,952 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 16:46:23,181 Generated random token Token(bytes[c8dc280984d72bf02f8b35e3f240f67e]). 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.424 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.LeaveAndBootstrapTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 1.18 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 16:46:32,015 Node /127.0.0.3 'leaving' token mismatch. Long network partition?
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.service.MoveTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.887 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.RemoveTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1.858 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.RowResolverTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.437 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.446 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.456 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.46 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.666 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 16:46:47,852 Generated random token Token(bytes[aaebf9bf73d18aa58863a3bdf9d96294]). 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.598 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 16:46:49,098 Invalid file 'backups' in data directory build/test/cassandra/data/system.
    [junit]  WARN 16:46:49,099 Invalid file 'backups' in data directory build/test/cassandra/data/system.
    [junit]  WARN 16:46:49,100 Invalid file 'backups' in data directory build/test/cassandra/data/system.
    [junit]  WARN 16:46:49,101 Invalid file 'backups' in data directory build/test/cassandra/data/system.
    [junit]  WARN 16:46:49,102 Invalid file 'backups' in data directory build/test/cassandra/data/system.
    [junit]  WARN 16:46:49,104 Invalid file 'backups' in data directory build/test/cassandra/data/system.
    [junit]  WARN 16:46:49,105 Invalid file 'backups' in data directory build/test/cassandra/data/system.
    [junit]  WARN 16:46:49,106 Invalid file 'backups' in data directory build/test/cassandra/data/system.
    [junit]  WARN 16:46:49,181 Invalid file 'backups' in data directory build/test/cassandra/data/system.
    [junit]  WARN 16:46:49,182 Invalid file 'backups' in data directory build/test/cassandra/data/system.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.461 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.632 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 16:46:51,784 Generated random token Token(bytes[6ad960acef9f799a2d69a32c59cc6fe6]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit]  WARN 16:46:51,918 Invalid file 'backups' in data directory build/test/cassandra/data/Keyspace1.
    [junit]  WARN 16:46:51,919 Invalid file 'backups' in data directory build/test/cassandra/data/Keyspace1.
    [junit]  WARN 16:46:52,014 Invalid file 'backups' in data directory build/test/cassandra/data/Keyspace1.
    [junit]  WARN 16:46:52,015 Invalid file 'backups' in data directory build/test/cassandra/data/Keyspace1.
    [junit]  WARN 16:46:52,026 Invalid file 'backups' in data directory build/test/cassandra/data/Keyspace1.
    [junit]  WARN 16:46:52,028 Invalid file 'backups' in data directory build/test/cassandra/data/Keyspace1.
    [junit]  WARN 16:46:52,107 Invalid file 'backups' in data directory build/test/cassandra/data/Keyspace1.
    [junit]  WARN 16:46:52,108 Invalid file 'backups' in data directory build/test/cassandra/data/Keyspace1.
    [junit]  WARN 16:46:52,118 Invalid file 'backups' in data directory build/test/cassandra/data/Keyspace1.
    [junit]  WARN 16:46:52,119 Invalid file 'backups' in data directory build/test/cassandra/data/Keyspace1.
    [junit]  WARN 16:46:52,129 Invalid file 'backups' in data directory build/test/cassandra/data/Keyspace1.
    [junit]  WARN 16:46:52,130 Invalid file 'backups' in data directory build/test/cassandra/data/Keyspace1.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.thrift.ThriftValidationTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.442 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.765 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.745 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.663 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.BoundedStatsDequeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.054 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.ByteBufferUtilTest
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.145 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EstimatedHistogramTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.056 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.FBUtilitiesTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.136 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.602 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest
    [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 0.434 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SerializationsTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.672 sec
    [junit] 

BUILD FAILED
<https://hudson.apache.org/hudson/job/Cassandra/ws/cassandra/build.xml>:639: The following error occurred while executing this line:
<https://hudson.apache.org/hudson/job/Cassandra/ws/cassandra/build.xml>:634: Some unit test(s) failed.

Total time: 14 minutes 14 seconds
[TASKS] Skipping publisher since build result is FAILURE
Publishing Javadoc
Archiving artifacts
Recording test results


Jenkins build is back to normal : Cassandra #764

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/Cassandra/764/changes>



Build failed in Jenkins: Cassandra #763

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/Cassandra/763/changes>

Changes:

[gdusbabek] account for timezone differences

[gdusbabek] account for timezone differences

[gdusbabek] disable RoundTripTest.testTimeUUID() until I get my act together

------------------------------------------
[...truncated 2015 lines...]
    [junit] Testsuite: org.apache.cassandra.io.sstable.IndexHelperTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.06 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.LegacySSTableTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.374 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 17:15:07,103 Invalid file '.svn' in data directory <https://hudson.apache.org/hudson/job/Cassandra/ws/cassandra/test/data/legacy-sstables/b/Keyspace1.>
    [junit]  WARN 17:15:07,690 Invalid file '.svn' in data directory <https://hudson.apache.org/hudson/job/Cassandra/ws/cassandra/test/data/legacy-sstables/e/Keyspace1.>
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableReaderTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.796 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.125 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableWriterAESCommutativeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.32 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableWriterTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.619 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.util.BufferedRandomAccessFileTest
    [junit] Tests run: 17, Failures: 0, Errors: 0, Time elapsed: 0.772 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.DynamicEndpointSnitchTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.171 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.NetworkTopologyStrategyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.43 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.OldNetworkTopologyStrategyTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.435 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.ReplicationStrategyEndpointCacheTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.604 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 17:15:26,349 Invalid file 'backups' in data directory build/test/cassandra/data/system.
    [junit]  WARN 17:15:26,351 Invalid file 'backups' in data directory build/test/cassandra/data/system.
    [junit]  WARN 17:15:26,421 Invalid file 'backups' in data directory build/test/cassandra/data/system.
    [junit]  WARN 17:15:26,423 Invalid file 'backups' in data directory build/test/cassandra/data/system.
    [junit]  WARN 17:15:26,424 Invalid file 'backups' in data directory build/test/cassandra/data/system.
    [junit]  WARN 17:15:26,425 Invalid file 'backups' in data directory build/test/cassandra/data/system.
    [junit]  WARN 17:15:26,426 Invalid file 'backups' in data directory build/test/cassandra/data/system.
    [junit]  WARN 17:15:26,427 Invalid file 'backups' in data directory build/test/cassandra/data/system.
    [junit]  WARN 17:15:26,428 Invalid file 'backups' in data directory build/test/cassandra/data/system.
    [junit]  WARN 17:15:26,429 Invalid file 'backups' in data directory build/test/cassandra/data/system.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.locator.SimpleStrategyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.607 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.TokenMetadataTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.417 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.AntiEntropyServiceCounterTest
    [junit] Exception in thread "Thread-4" java.lang.RuntimeException: java.lang.NullPointerException
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:34)
    [junit] 	at org.apache.cassandra.streaming.StreamInSession.closeIfFinished(StreamInSession.java:169)
    [junit] 	at org.apache.cassandra.streaming.IncomingStreamReader.read(IncomingStreamReader.java:63)
    [junit] 	at org.apache.cassandra.net.IncomingTcpConnection.stream(IncomingTcpConnection.java:155)
    [junit] 	at org.apache.cassandra.net.IncomingTcpConnection.run(IncomingTcpConnection.java:93)
    [junit] Caused by: java.lang.NullPointerException
    [junit] 	at org.apache.cassandra.service.AntiEntropyService.completedRequest(AntiEntropyService.java:135)
    [junit] 	at org.apache.cassandra.service.AntiEntropyService$Differencer$Callback.runMayThrow(AntiEntropyService.java:528)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [junit] 	... 4 more
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 1.042 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 17:15:30,370 Generated random token Token(bytes[86d7975a961b27a2644cdb57f52eb27a]). 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: 1.069 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 17:15:32,585 Generated random token Token(bytes[0da2b61951b229bd961eaa9b5a67f9f3]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ------------- ---------------- ---------------
    [junit] Exception in thread "Thread-4" java.lang.RuntimeException: java.lang.NullPointerException
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:34)
    [junit] 	at org.apache.cassandra.streaming.StreamInSession.closeIfFinished(StreamInSession.java:169)
    [junit] 	at org.apache.cassandra.streaming.IncomingStreamReader.read(IncomingStreamReader.java:63)
    [junit] 	at org.apache.cassandra.net.IncomingTcpConnection.stream(IncomingTcpConnection.java:155)
    [junit] 	at org.apache.cassandra.net.IncomingTcpConnection.run(IncomingTcpConnection.java:93)
    [junit] Caused by: java.lang.NullPointerException
    [junit] 	at org.apache.cassandra.service.AntiEntropyService.completedRequest(AntiEntropyService.java:135)
    [junit] 	at org.apache.cassandra.service.AntiEntropyService$Differencer$Callback.runMayThrow(AntiEntropyService.java:528)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [junit] 	... 4 more
    [junit] Testsuite: org.apache.cassandra.service.AntiEntropyServiceTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 1.064 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 17:15:34,771 Generated random token Token(bytes[16351140b771ebf910387342f5ff57ba]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] Exception in thread "Thread-4" java.lang.RuntimeException: java.lang.NullPointerException
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:34)
    [junit] 	at org.apache.cassandra.streaming.StreamInSession.closeIfFinished(StreamInSession.java:169)
    [junit] 	at org.apache.cassandra.streaming.IncomingStreamReader.read(IncomingStreamReader.java:63)
    [junit] 	at org.apache.cassandra.net.IncomingTcpConnection.stream(IncomingTcpConnection.java:155)
    [junit] 	at org.apache.cassandra.net.IncomingTcpConnection.run(IncomingTcpConnection.java:93)
    [junit] Caused by: java.lang.NullPointerException
    [junit] 	at org.apache.cassandra.service.AntiEntropyService.completedRequest(AntiEntropyService.java:135)
    [junit] 	at org.apache.cassandra.service.AntiEntropyService$Differencer$Callback.runMayThrow(AntiEntropyService.java:528)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [junit] 	... 4 more
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.service.CassandraServerTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.425 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.ConsistencyLevelTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.6 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.EmbeddedCassandraServiceTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.78 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 17:15:39,430 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:15:39,666 Generated random token Token(bytes[ae281787da8f58c8a071181de6cc1299]). 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.426 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.LeaveAndBootstrapTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 1.147 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 17:15:48,439 Node /127.0.0.3 'leaving' token mismatch. Long network partition?
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.service.MoveTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.873 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.RemoveTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1.843 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.RowResolverTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.437 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.444 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.445 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.475 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.674 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 17:16:04,352 Generated random token Token(bytes[ed9e98388f6db5995f58cae2c4292193]). 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.579 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 17:16:05,579 Invalid file 'backups' in data directory build/test/cassandra/data/system.
    [junit]  WARN 17:16:05,580 Invalid file 'backups' in data directory build/test/cassandra/data/system.
    [junit]  WARN 17:16:05,582 Invalid file 'backups' in data directory build/test/cassandra/data/system.
    [junit]  WARN 17:16:05,583 Invalid file 'backups' in data directory build/test/cassandra/data/system.
    [junit]  WARN 17:16:05,584 Invalid file 'backups' in data directory build/test/cassandra/data/system.
    [junit]  WARN 17:16:05,585 Invalid file 'backups' in data directory build/test/cassandra/data/system.
    [junit]  WARN 17:16:05,586 Invalid file 'backups' in data directory build/test/cassandra/data/system.
    [junit]  WARN 17:16:05,588 Invalid file 'backups' in data directory build/test/cassandra/data/system.
    [junit]  WARN 17:16:05,661 Invalid file 'backups' in data directory build/test/cassandra/data/system.
    [junit]  WARN 17:16:05,662 Invalid file 'backups' in data directory build/test/cassandra/data/system.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.457 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.628 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 17:16:08,211 Generated random token Token(bytes[956d6f9af1b426f706fe89c758e3e371]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit]  WARN 17:16:08,347 Invalid file 'backups' in data directory build/test/cassandra/data/Keyspace1.
    [junit]  WARN 17:16:08,348 Invalid file 'backups' in data directory build/test/cassandra/data/Keyspace1.
    [junit]  WARN 17:16:08,442 Invalid file 'backups' in data directory build/test/cassandra/data/Keyspace1.
    [junit]  WARN 17:16:08,443 Invalid file 'backups' in data directory build/test/cassandra/data/Keyspace1.
    [junit]  WARN 17:16:08,455 Invalid file 'backups' in data directory build/test/cassandra/data/Keyspace1.
    [junit]  WARN 17:16:08,456 Invalid file 'backups' in data directory build/test/cassandra/data/Keyspace1.
    [junit]  WARN 17:16:08,524 Invalid file 'backups' in data directory build/test/cassandra/data/Keyspace1.
    [junit]  WARN 17:16:08,525 Invalid file 'backups' in data directory build/test/cassandra/data/Keyspace1.
    [junit]  WARN 17:16:08,535 Invalid file 'backups' in data directory build/test/cassandra/data/Keyspace1.
    [junit]  WARN 17:16:08,536 Invalid file 'backups' in data directory build/test/cassandra/data/Keyspace1.
    [junit]  WARN 17:16:08,546 Invalid file 'backups' in data directory build/test/cassandra/data/Keyspace1.
    [junit]  WARN 17:16:08,547 Invalid file 'backups' in data directory build/test/cassandra/data/Keyspace1.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.thrift.ThriftValidationTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.438 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.765 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.74 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.659 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.BoundedStatsDequeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.052 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.ByteBufferUtilTest
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.144 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EstimatedHistogramTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.055 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.FBUtilitiesTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.135 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.611 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest
    [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 0.436 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SerializationsTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.659 sec
    [junit] 

BUILD FAILED
<https://hudson.apache.org/hudson/job/Cassandra/ws/cassandra/build.xml>:639: The following error occurred while executing this line:
<https://hudson.apache.org/hudson/job/Cassandra/ws/cassandra/build.xml>:634: Some unit test(s) failed.

Total time: 14 minutes 7 seconds
[TASKS] Skipping publisher since build result is FAILURE
Publishing Javadoc
Archiving artifacts
Recording test results