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/16 18:16:37 UTC

Build failed in Jenkins: Cassandra #784

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

Changes:

[jbellis] allow specifying maven repo locations
patch by Jürgen Hermann; tested by jbellis for CASSANDRA-2340

------------------------------------------
[...truncated 1882 lines...]
    [junit] Testsuite: org.apache.cassandra.io.CompactSerializerTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.493 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.LazilyCompactedRowTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 2.364 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.DescriptorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.054 sec
    [junit] 
    [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.404 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 10:13:55,401 Invalid file '.svn' in data directory <https://hudson.apache.org/hudson/job/Cassandra/ws/cassandra/test/data/legacy-sstables/b/Keyspace1.>
    [junit]  WARN 10:13:56,001 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.862 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.169 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableWriterCommutativeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.694 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableWriterTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.64 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.util.BufferedRandomAccessFileTest
    [junit] Tests run: 20, Failures: 0, Errors: 0, Time elapsed: 0.545 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.DynamicEndpointSnitchTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.187 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.NetworkTopologyStrategyTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.441 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.OldNetworkTopologyStrategyTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.446 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.ReplicationStrategyEndpointCacheTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.612 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.SimpleStrategyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.603 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.TokenMetadataTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.436 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.101 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 10:14:18,872 Generated random token Token(bytes[4c6b25e9573628339edffb2e4748686d]). 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.082 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 10:14:21,118 Generated random token Token(bytes[575652adc4625e2ac9cc954d01e7599e]). 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.088 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 10:14:23,364 Generated random token Token(bytes[c791eca15efa63696355e6ce7ff09e67]). 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.432 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.ConsistencyLevelTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.607 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.EmbeddedCassandraServiceTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.789 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 10:14:28,083 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 10:14:28,311 Generated random token Token(bytes[ce94f3465e0e22ef6d2b786c8a0dc3fc]). 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.435 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.LeaveAndBootstrapTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 1.183 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 10:14:37,122 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.883 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.RemoveTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1.859 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.RowResolverTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.459 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.448 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.478 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.68 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 10:14:53,081 Generated random token Token(bytes[c122e25dfbfe434a99009168a652530a]). 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.597 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.463 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.656 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 10:14:57,063 Generated random token Token(bytes[58d3cebc441e12c96656a9111bcb59af]). 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.445 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.838 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.772 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.675 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.BoundedStatsDequeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.053 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.ByteBufferUtilTest
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.146 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.135 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.616 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest
    [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 0.458 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SerializationsTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.657 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://hudson.apache.org/hudson/job/Cassandra/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: 7, Failures: 0, Errors: 0, Time elapsed: 1.113 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 10:15:11,956 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 10:15:12,196 Generated random token Token(bytes[888cde68cfc86f792b00e2dfb26d0296]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ------------- ---------------- ---------------

BUILD SUCCESSFUL
Total time: 14 minutes 16 seconds
[TASKS] Scanning workspace files for tasks...
ERROR: Publisher hudson.plugins.tasks.TasksPublisher aborted due to exception
java.lang.ClassCastException: cannot assign instance of hudson.plugins.tasks.parser.WorkspaceScanner to field hudson.FilePath$FileCallableWrapper.callable of type hudson.FilePath$FileCallable in instance of hudson.FilePath$FileCallableWrapper
	at java.io.ObjectStreamClass$FieldReflector.setObjFieldValues(ObjectStreamClass.java:2056)
	at java.io.ObjectStreamClass.setObjFieldValues(ObjectStreamClass.java:1229)
	at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1969)
	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1887)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1770)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1346)
	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:368)
	at hudson.remoting.UserRequest.deserialize(UserRequest.java:178)
	at hudson.remoting.UserRequest.perform(UserRequest.java:98)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:270)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
	at java.lang.Thread.run(Thread.java:636)
Publishing Javadoc
Archiving artifacts
Recording test results


Jenkins build is back to normal : Cassandra #789

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



Build failed in Jenkins: Cassandra #788

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

Changes:

[gdusbabek] fix jdbc test. patch by gdusbabek. CASSANDRA-1906

[gdusbabek] sanitize configuration code. patch by Jon Hermes, reviewed by gdusbabek. CASSANDRA-1906

------------------------------------------
[...truncated 1881 lines...]
    [junit] Testsuite: org.apache.cassandra.io.CompactSerializerTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.349 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.LazilyCompactedRowTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 2.087 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.DescriptorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.054 sec
    [junit] 
    [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.335 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 08:13:57,005 Invalid file '.svn' in data directory <https://hudson.apache.org/hudson/job/Cassandra/ws/cassandra/test/data/legacy-sstables/b/Keyspace1.>
    [junit]  WARN 08:13:57,604 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.754 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.1 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableWriterCommutativeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.591 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableWriterTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.572 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.util.BufferedRandomAccessFileTest
    [junit] Tests run: 20, Failures: 0, Errors: 0, Time elapsed: 0.527 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.DynamicEndpointSnitchTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.122 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.NetworkTopologyStrategyTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.385 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.OldNetworkTopologyStrategyTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.375 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.ReplicationStrategyEndpointCacheTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.545 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.SimpleStrategyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.537 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.TokenMetadataTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.368 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.AntiEntropyServiceCounterTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.994 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 08:14:19,690 Generated random token Token(bytes[e72ab4f2160326d622a358db2be5ced7]). 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.01 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 08:14:21,859 Generated random token Token(bytes[08f916d56c3aa29cf8e215c1bbc232d4]). 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.002 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 08:14:23,993 Generated random token Token(bytes[7accf4c2f932075b50e2ed069e27e325]). 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.366 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.ConsistencyLevelTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.529 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.EmbeddedCassandraServiceTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.719 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 08:14:28,506 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 08:14:28,729 Generated random token Token(bytes[2b404e41beb652fe9efbfaa303597b71]). 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.371 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.LeaveAndBootstrapTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 1.1 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 08:14:37,420 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.82 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.RemoveTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1.771 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.RowResolverTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.374 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.374 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.387 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.415 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.624 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 08:14:53,067 Generated random token Token(bytes[dca40c54f22a27b18b4fba420df9e404]). 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.523 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.397 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.629 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 08:14:56,857 Generated random token Token(bytes[8ce6d9bdb002e5f5f3d3b69463bdb638]). 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.368 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.757 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.681 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.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.135 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.609 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest
    [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 0.383 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SerializationsTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.586 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://hudson.apache.org/hudson/job/Cassandra/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: 7, Failures: 0, Errors: 0, Time elapsed: 0.995 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 08:15:11,364 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 08:15:11,585 Generated random token Token(bytes[b81a47f67e98db487b3468c8ce98d855]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ------------- ---------------- ---------------

BUILD SUCCESSFUL
Total time: 14 minutes 14 seconds
[TASKS] Scanning workspace files for tasks...
ERROR: Publisher hudson.plugins.tasks.TasksPublisher aborted due to exception
java.lang.ClassCastException: cannot assign instance of hudson.plugins.tasks.parser.WorkspaceScanner to field hudson.FilePath$FileCallableWrapper.callable of type hudson.FilePath$FileCallable in instance of hudson.FilePath$FileCallableWrapper
	at java.io.ObjectStreamClass$FieldReflector.setObjFieldValues(ObjectStreamClass.java:2056)
	at java.io.ObjectStreamClass.setObjFieldValues(ObjectStreamClass.java:1229)
	at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1969)
	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1887)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1770)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1346)
	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:368)
	at hudson.remoting.UserRequest.deserialize(UserRequest.java:178)
	at hudson.remoting.UserRequest.perform(UserRequest.java:98)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:270)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
	at java.lang.Thread.run(Thread.java:636)
Publishing Javadoc
Archiving artifacts
Recording test results


Build failed in Jenkins: Cassandra #787

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

Changes:

[jbellis] fix build.properites.default typo

------------------------------------------
[...truncated 1896 lines...]
    [junit] Testsuite: org.apache.cassandra.io.CompactSerializerTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.437 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.LazilyCompactedRowTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 2.186 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.DescriptorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.054 sec
    [junit] 
    [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.388 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 07:15:07,255 Invalid file '.svn' in data directory <https://hudson.apache.org/hudson/job/Cassandra/ws/cassandra/test/data/legacy-sstables/b/Keyspace1.>
    [junit]  WARN 07:15:07,850 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.817 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.156 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableWriterCommutativeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.647 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableWriterTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.689 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.util.BufferedRandomAccessFileTest
    [junit] Tests run: 20, Failures: 0, Errors: 0, Time elapsed: 0.535 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.DynamicEndpointSnitchTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.176 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.NetworkTopologyStrategyTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.438 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.OldNetworkTopologyStrategyTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.443 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.ReplicationStrategyEndpointCacheTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.602 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.SimpleStrategyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.598 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.TokenMetadataTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.42 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.AntiEntropyServiceCounterTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 1.054 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 07:15:30,505 Generated random token Token(bytes[d8601538e9516a1f62ec2de624b3b147]). 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 07:15:32,713 Generated random token Token(bytes[417de52a7288b9798e1cb8da296fad91]). 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.069 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 07:15:34,900 Generated random token Token(bytes[ea24492e7536a25f5e41abf6471a8f5a]). 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.428 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.ConsistencyLevelTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.581 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 07:15:39,540 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 07:15:39,758 Generated random token Token(bytes[e6c4daed62195241bb88b6525d548c68]). 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.43 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.LeaveAndBootstrapTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 1.137 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 07:15:48,537 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.889 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.RemoveTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1.83 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.RowResolverTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.447 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.439 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.464 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.668 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 07:16:04,405 Generated random token Token(bytes[d8596092a96bec5bee3869e8b8ec9d91]). 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.587 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.459 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.651 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 07:16:08,409 Generated random token Token(bytes[6fa353f596709cf2e7f62cc71a559455]). 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.434 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.827 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.743 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.056 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.604 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest
    [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 0.439 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SerializationsTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.653 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://hudson.apache.org/hudson/job/Cassandra/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: 7, Failures: 0, Errors: 0, Time elapsed: 1.072 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 07:16:23,159 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 07:16:23,382 Generated random token Token(bytes[0ee4327e40c4523a907b6f4ae2c67bf2]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ------------- ---------------- ---------------

BUILD SUCCESSFUL
Total time: 14 minutes 31 seconds
[TASKS] Scanning workspace files for tasks...
ERROR: Publisher hudson.plugins.tasks.TasksPublisher aborted due to exception
java.lang.ClassCastException: cannot assign instance of hudson.plugins.tasks.parser.WorkspaceScanner to field hudson.FilePath$FileCallableWrapper.callable of type hudson.FilePath$FileCallable in instance of hudson.FilePath$FileCallableWrapper
	at java.io.ObjectStreamClass$FieldReflector.setObjFieldValues(ObjectStreamClass.java:2056)
	at java.io.ObjectStreamClass.setObjFieldValues(ObjectStreamClass.java:1229)
	at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1969)
	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1887)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1770)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1346)
	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:368)
	at hudson.remoting.UserRequest.deserialize(UserRequest.java:178)
	at hudson.remoting.UserRequest.perform(UserRequest.java:98)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:270)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
	at java.lang.Thread.run(Thread.java:636)
Publishing Javadoc
Archiving artifacts
Recording test results


Build failed in Jenkins: Cassandra #786

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

Changes:

[eevans] embed a copy of the generated code (twisted)

Patch by eevans

[eevans] fix unicode term marshal function (and tests)

Patch by eevans

[eevans] embed a copy of the generated code

Patch by eevans

[brandonwilliams] Forgotten files from 2272

------------------------------------------
[...truncated 1896 lines...]
    [junit] Testsuite: org.apache.cassandra.io.CompactSerializerTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.494 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.LazilyCompactedRowTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 2.211 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.DescriptorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.054 sec
    [junit] 
    [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.4 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 13:12:15,515 Invalid file '.svn' in data directory <https://hudson.apache.org/hudson/job/Cassandra/ws/cassandra/test/data/legacy-sstables/b/Keyspace1.>
    [junit]  WARN 13:12:16,115 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.813 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.157 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableWriterCommutativeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.648 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableWriterTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.652 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.util.BufferedRandomAccessFileTest
    [junit] Tests run: 20, Failures: 0, Errors: 0, Time elapsed: 0.536 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.DynamicEndpointSnitchTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.178 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.NetworkTopologyStrategyTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.444 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.OldNetworkTopologyStrategyTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.44 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.ReplicationStrategyEndpointCacheTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.595 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.SimpleStrategyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.597 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.TokenMetadataTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.428 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.AntiEntropyServiceCounterTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 1.116 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 13:12:38,885 Generated random token Token(bytes[37c8c6148be3e09618b4825939d6fcc8]). 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.096 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 13:12:41,114 Generated random token Token(bytes[bf6c6a2202973e29469747071b34dd0e]). 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] 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.082 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 13:12:43,364 Generated random token Token(bytes[97edc5fc6751c3b7d96097ff908a2557]). 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.432 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.ConsistencyLevelTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.595 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.EmbeddedCassandraServiceTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.783 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 13:12:48,060 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 13:12:48,288 Generated random token Token(bytes[7ecb42b07912ca1457139cdaf5a1a00b]). 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.439 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.LeaveAndBootstrapTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 1.184 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 13:12:57,096 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.902 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.RemoveTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1.839 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.RowResolverTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.448 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.441 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.471 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.688 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 13:13:12,997 Generated random token Token(bytes[198754ed0c68ffbcbb34bbc5016f3ab2]). 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.591 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.473 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.635 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 13:13:17,048 Generated random token Token(bytes[5b763eca90e19a984ee1f34859419ac6]). 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.445 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.92 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.77 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.053 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.056 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.61 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest
    [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 0.453 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SerializationsTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.675 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://hudson.apache.org/hudson/job/Cassandra/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: 7, Failures: 0, Errors: 0, Time elapsed: 1.084 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 13:13:32,121 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 13:13:32,356 Generated random token Token(bytes[d62d173b8713625b00bf436614182a32]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ------------- ---------------- ---------------

BUILD SUCCESSFUL
Total time: 14 minutes 27 seconds
[TASKS] Scanning workspace files for tasks...
ERROR: Publisher hudson.plugins.tasks.TasksPublisher aborted due to exception
java.lang.ClassCastException: cannot assign instance of hudson.plugins.tasks.parser.WorkspaceScanner to field hudson.FilePath$FileCallableWrapper.callable of type hudson.FilePath$FileCallable in instance of hudson.FilePath$FileCallableWrapper
	at java.io.ObjectStreamClass$FieldReflector.setObjFieldValues(ObjectStreamClass.java:2056)
	at java.io.ObjectStreamClass.setObjFieldValues(ObjectStreamClass.java:1229)
	at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1969)
	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1887)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1770)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1346)
	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:368)
	at hudson.remoting.UserRequest.deserialize(UserRequest.java:178)
	at hudson.remoting.UserRequest.perform(UserRequest.java:98)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:270)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
	at java.lang.Thread.run(Thread.java:636)
Publishing Javadoc
Archiving artifacts
Recording test results


Build failed in Jenkins: Cassandra #785

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

Changes:

[eevans] update CQL doco for recent changes

Patch by eevans

[brandonwilliams] Refactor row/key cache handling.
Patch by slebresne, reviewed by Matthew Dennis for CASSANDRA-2272

------------------------------------------
[...truncated 946 lines...]
A         drivers/java/src/org/apache/cassandra/cql/jdbc/CassandraConnection.java
A         drivers/java/src/org/apache/cassandra/cql/jdbc/Connection.java
A         drivers/java/src/org/apache/cassandra/cql/jdbc/Utils.java
A         drivers/java/src/org/apache/cassandra/cql/jdbc/ColumnDecoder.java
A         drivers/java/src/org/apache/cassandra/cql/jdbc/TypedColumn.java
A         drivers/java/src/org/apache/cassandra/cql/jdbc/CassandraStatement.java
A         drivers/java/src/org/apache/cassandra/cql/jdbc/InvalidUrlException.java
A         drivers/java/src/org/apache/cassandra/cql/jdbc/RowMetaData.java
A         drivers/java/src/org/apache/cassandra/cql/jdbc/ConnectionPool.java
A         drivers/java/src/org/apache/cassandra/cql/jdbc/CassandraResultSet.java
A         drivers/java/src/org/apache/cassandra/cql/jdbc/CassandraDriver.java
A         drivers/java/src/org/apache/cassandra/cql/jdbc/DriverResolverException.java
A         drivers/java/src/org/apache/cassandra/cql/driver
A         drivers/java/src/org/apache/cassandra/cql/driver/jdbc
A         drivers/txpy
AU        drivers/txpy/example.py
AU        drivers/txpy/setup.py
A         drivers/txpy/txcql
AU        drivers/txpy/txcql/connection_pool.py
AU        drivers/txpy/txcql/__init__.py
AU        drivers/txpy/txcql/connection.py
A         drivers/txpy/README
A         drivers/py
A         drivers/py/cql
A         drivers/py/cql/connection_pool.py
A         drivers/py/cql/decoders.py
A         drivers/py/cql/errors.py
A         drivers/py/cql/__init__.py
A         drivers/py/cql/connection.py
A         drivers/py/cql/results.py
A         drivers/py/cql/marshal.py
A         drivers/py/test
A         drivers/py/test/test_query_preparation.py
A         drivers/py/test/test_query_compression.py
AU        drivers/py/setup.py
AU        drivers/py/cqlsh
A         drivers/py/README
A         .rat-excludes
 U        .
At revision 1082253
[cassandra] $ /home/hudson/tools/ant/latest/bin/ant -Dversion=2011-03-16_18-35-53 -Dtest.timeout=90000 -Dcobertura.dir=/usr/share/java clean release test
Buildfile: <https://hudson.apache.org/hudson/job/Cassandra/ws/cassandra/build.xml>

clean:

maven-ant-tasks-download:
     [echo] Downloading Maven ANT Tasks...
    [mkdir] Created dir: <https://hudson.apache.org/hudson/job/Cassandra/ws/cassandra/build>
      [get] Getting: http://repo2.maven.org/maven2/org/apache/maven/maven-ant-tasks/2.1.1/maven-ant-tasks-2.1.1.jar
      [get] To: <https://hudson.apache.org/hudson/job/Cassandra/ws/cassandra/build/maven-ant-tasks-2.1.1.jar>

maven-ant-tasks-init:
    [mkdir] Created dir: <https://hudson.apache.org/hudson/job/Cassandra/ws/cassandra/build/lib>

maven-ant-tasks-retrieve-build:
[artifact:dependencies] Downloading: asm/asm/3.2/asm-3.2-sources.jar from repository central at http://repo1.maven.org/maven2
[artifact:dependencies] Unable to locate resource in repository
[artifact:dependencies] [INFO] Unable to find resource 'asm:asm:java-source:sources:3.2' in repository central (http://repo1.maven.org/maven2)
[artifact:dependencies] Downloading: asm/asm/3.2/asm-3.2-sources.jar from repository apache at ${artifact.remoteRepository.apache}
[artifact:dependencies] File: /asm/asm/3.2/asm-3.2-sources.jar does not exist
[artifact:dependencies] [INFO] Unable to find resource 'asm:asm:java-source:sources:3.2' in repository apache (${artifact.remoteRepository.apache})
[artifact:dependencies] Downloading: asm/asm/3.2/asm-3.2-sources.jar from repository cloudera at ${artifact.remoteRepository.cloudera}
[artifact:dependencies] File: /asm/asm/3.2/asm-3.2-sources.jar does not exist
[artifact:dependencies] [INFO] Unable to find resource 'asm:asm:java-source:sources:3.2' in repository cloudera (${artifact.remoteRepository.cloudera})
[artifact:dependencies] Downloading: asm/asm/3.2/asm-3.2-sources.jar from repository java.net2 at http://download.java.net/maven/2
[artifact:dependencies] Unable to locate resource in repository
[artifact:dependencies] [INFO] Unable to find resource 'asm:asm:java-source:sources:3.2' in repository java.net2 (http://download.java.net/maven/2)
[artifact:dependencies] Downloading: org/apache/rat/apache-rat/0.6/apache-rat-0.6-sources.jar from repository central at http://repo1.maven.org/maven2
[artifact:dependencies] Unable to locate resource in repository
[artifact:dependencies] [INFO] Unable to find resource 'org.apache.rat:apache-rat:java-source:sources:0.6' in repository central (http://repo1.maven.org/maven2)
[artifact:dependencies] Downloading: org/apache/rat/apache-rat/0.6/apache-rat-0.6-sources.jar from repository apache at ${artifact.remoteRepository.apache}
[artifact:dependencies] File: /org/apache/rat/apache-rat/0.6/apache-rat-0.6-sources.jar does not exist
[artifact:dependencies] [INFO] Unable to find resource 'org.apache.rat:apache-rat:java-source:sources:0.6' in repository apache (${artifact.remoteRepository.apache})
[artifact:dependencies] Downloading: org/apache/rat/apache-rat/0.6/apache-rat-0.6-sources.jar from repository cloudera at ${artifact.remoteRepository.cloudera}
[artifact:dependencies] File: /org/apache/rat/apache-rat/0.6/apache-rat-0.6-sources.jar does not exist
[artifact:dependencies] [INFO] Unable to find resource 'org.apache.rat:apache-rat:java-source:sources:0.6' in repository cloudera (${artifact.remoteRepository.cloudera})
[artifact:dependencies] Downloading: org/apache/rat/apache-rat/0.6/apache-rat-0.6-sources.jar from repository java.net2 at http://download.java.net/maven/2
[artifact:dependencies] Unable to locate resource in repository
[artifact:dependencies] [INFO] Unable to find resource 'org.apache.rat:apache-rat:java-source:sources:0.6' in repository java.net2 (http://download.java.net/maven/2)
[artifact:dependencies] Downloading: xmlenc/xmlenc/0.52/xmlenc-0.52-sources.jar from repository central at http://repo1.maven.org/maven2
[artifact:dependencies] Unable to locate resource in repository
[artifact:dependencies] [INFO] Unable to find resource 'xmlenc:xmlenc:java-source:sources:0.52' in repository central (http://repo1.maven.org/maven2)
[artifact:dependencies] Downloading: xmlenc/xmlenc/0.52/xmlenc-0.52-sources.jar from repository apache at ${artifact.remoteRepository.apache}
[artifact:dependencies] File: /xmlenc/xmlenc/0.52/xmlenc-0.52-sources.jar does not exist
[artifact:dependencies] [INFO] Unable to find resource 'xmlenc:xmlenc:java-source:sources:0.52' in repository apache (${artifact.remoteRepository.apache})
[artifact:dependencies] Downloading: xmlenc/xmlenc/0.52/xmlenc-0.52-sources.jar from repository cloudera at ${artifact.remoteRepository.cloudera}
[artifact:dependencies] File: /xmlenc/xmlenc/0.52/xmlenc-0.52-sources.jar does not exist
[artifact:dependencies] [INFO] Unable to find resource 'xmlenc:xmlenc:java-source:sources:0.52' in repository cloudera (${artifact.remoteRepository.cloudera})
[artifact:dependencies] Downloading: xmlenc/xmlenc/0.52/xmlenc-0.52-sources.jar from repository java.net2 at http://download.java.net/maven/2
[artifact:dependencies] Unable to locate resource in repository
[artifact:dependencies] [INFO] Unable to find resource 'xmlenc:xmlenc:java-source:sources:0.52' in repository java.net2 (http://download.java.net/maven/2)
[artifact:dependencies] Downloading: tomcat/jasper-runtime/5.5.12/jasper-runtime-5.5.12-sources.jar from repository central at http://repo1.maven.org/maven2
[artifact:dependencies] Unable to locate resource in repository
[artifact:dependencies] [INFO] Unable to find resource 'tomcat:jasper-runtime:java-source:sources:5.5.12' in repository central (http://repo1.maven.org/maven2)
[artifact:dependencies] Downloading: tomcat/jasper-runtime/5.5.12/jasper-runtime-5.5.12-sources.jar from repository apache at ${artifact.remoteRepository.apache}
[artifact:dependencies] File: /tomcat/jasper-runtime/5.5.12/jasper-runtime-5.5.12-sources.jar does not exist
[artifact:dependencies] [INFO] Unable to find resource 'tomcat:jasper-runtime:java-source:sources:5.5.12' in repository apache (${artifact.remoteRepository.apache})
[artifact:dependencies] Downloading: tomcat/jasper-runtime/5.5.12/jasper-runtime-5.5.12-sources.jar from repository cloudera at ${artifact.remoteRepository.cloudera}
[artifact:dependencies] File: /tomcat/jasper-runtime/5.5.12/jasper-runtime-5.5.12-sources.jar does not exist
[artifact:dependencies] [INFO] Unable to find resource 'tomcat:jasper-runtime:java-source:sources:5.5.12' in repository cloudera (${artifact.remoteRepository.cloudera})
[artifact:dependencies] Downloading: tomcat/jasper-runtime/5.5.12/jasper-runtime-5.5.12-sources.jar from repository java.net2 at http://download.java.net/maven/2
[artifact:dependencies] Unable to locate resource in repository
[artifact:dependencies] [INFO] Unable to find resource 'tomcat:jasper-runtime:java-source:sources:5.5.12' in repository java.net2 (http://download.java.net/maven/2)
[artifact:dependencies] Downloading: tomcat/jasper-compiler/5.5.12/jasper-compiler-5.5.12-sources.jar from repository central at http://repo1.maven.org/maven2
[artifact:dependencies] Unable to locate resource in repository
[artifact:dependencies] [INFO] Unable to find resource 'tomcat:jasper-compiler:java-source:sources:5.5.12' in repository central (http://repo1.maven.org/maven2)
[artifact:dependencies] Downloading: tomcat/jasper-compiler/5.5.12/jasper-compiler-5.5.12-sources.jar from repository apache at ${artifact.remoteRepository.apache}
[artifact:dependencies] File: /tomcat/jasper-compiler/5.5.12/jasper-compiler-5.5.12-sources.jar does not exist
[artifact:dependencies] [INFO] Unable to find resource 'tomcat:jasper-compiler:java-source:sources:5.5.12' in repository apache (${artifact.remoteRepository.apache})
[artifact:dependencies] Downloading: tomcat/jasper-compiler/5.5.12/jasper-compiler-5.5.12-sources.jar from repository cloudera at ${artifact.remoteRepository.cloudera}
[artifact:dependencies] File: /tomcat/jasper-compiler/5.5.12/jasper-compiler-5.5.12-sources.jar does not exist
[artifact:dependencies] [INFO] Unable to find resource 'tomcat:jasper-compiler:java-source:sources:5.5.12' in repository cloudera (${artifact.remoteRepository.cloudera})
[artifact:dependencies] Downloading: tomcat/jasper-compiler/5.5.12/jasper-compiler-5.5.12-sources.jar from repository java.net2 at http://download.java.net/maven/2
[artifact:dependencies] Unable to locate resource in repository
[artifact:dependencies] [INFO] Unable to find resource 'tomcat:jasper-compiler:java-source:sources:5.5.12' in repository java.net2 (http://download.java.net/maven/2)
[artifact:dependencies] Downloading: org/eclipse/jdt/core/3.1.1/core-3.1.1-sources.jar from repository central at http://repo1.maven.org/maven2
[artifact:dependencies] Unable to locate resource in repository
[artifact:dependencies] [INFO] Unable to find resource 'org.eclipse.jdt:core:java-source:sources:3.1.1' in repository central (http://repo1.maven.org/maven2)
[artifact:dependencies] Downloading: org/eclipse/jdt/core/3.1.1/core-3.1.1-sources.jar from repository apache at ${artifact.remoteRepository.apache}
[artifact:dependencies] File: /org/eclipse/jdt/core/3.1.1/core-3.1.1-sources.jar does not exist
[artifact:dependencies] [INFO] Unable to find resource 'org.eclipse.jdt:core:java-source:sources:3.1.1' in repository apache (${artifact.remoteRepository.apache})
[artifact:dependencies] Downloading: org/eclipse/jdt/core/3.1.1/core-3.1.1-sources.jar from repository cloudera at ${artifact.remoteRepository.cloudera}
[artifact:dependencies] File: /org/eclipse/jdt/core/3.1.1/core-3.1.1-sources.jar does not exist
[artifact:dependencies] [INFO] Unable to find resource 'org.eclipse.jdt:core:java-source:sources:3.1.1' in repository cloudera (${artifact.remoteRepository.cloudera})
[artifact:dependencies] Downloading: org/eclipse/jdt/core/3.1.1/core-3.1.1-sources.jar from repository java.net2 at http://download.java.net/maven/2
[artifact:dependencies] Unable to locate resource in repository
[artifact:dependencies] [INFO] Unable to find resource 'org.eclipse.jdt:core:java-source:sources:3.1.1' in repository java.net2 (http://download.java.net/maven/2)
[artifact:dependencies] Downloading: net/sf/kosmosfs/kfs/0.3/kfs-0.3-sources.jar from repository central at http://repo1.maven.org/maven2
[artifact:dependencies] Unable to locate resource in repository
[artifact:dependencies] [INFO] Unable to find resource 'net.sf.kosmosfs:kfs:java-source:sources:0.3' in repository central (http://repo1.maven.org/maven2)
[artifact:dependencies] Downloading: net/sf/kosmosfs/kfs/0.3/kfs-0.3-sources.jar from repository apache at ${artifact.remoteRepository.apache}
[artifact:dependencies] File: /net/sf/kosmosfs/kfs/0.3/kfs-0.3-sources.jar does not exist
[artifact:dependencies] [INFO] Unable to find resource 'net.sf.kosmosfs:kfs:java-source:sources:0.3' in repository apache (${artifact.remoteRepository.apache})
[artifact:dependencies] Downloading: net/sf/kosmosfs/kfs/0.3/kfs-0.3-sources.jar from repository cloudera at ${artifact.remoteRepository.cloudera}
[artifact:dependencies] File: /net/sf/kosmosfs/kfs/0.3/kfs-0.3-sources.jar does not exist
[artifact:dependencies] [INFO] Unable to find resource 'net.sf.kosmosfs:kfs:java-source:sources:0.3' in repository cloudera (${artifact.remoteRepository.cloudera})
[artifact:dependencies] Downloading: net/sf/kosmosfs/kfs/0.3/kfs-0.3-sources.jar from repository java.net2 at http://download.java.net/maven/2
[artifact:dependencies] Unable to locate resource in repository
[artifact:dependencies] [INFO] Unable to find resource 'net.sf.kosmosfs:kfs:java-source:sources:0.3' in repository java.net2 (http://download.java.net/maven/2)
[artifact:dependencies] Downloading: hsqldb/hsqldb/1.8.0.10/hsqldb-1.8.0.10-sources.jar from repository central at http://repo1.maven.org/maven2
[artifact:dependencies] Unable to locate resource in repository
[artifact:dependencies] [INFO] Unable to find resource 'hsqldb:hsqldb:java-source:sources:1.8.0.10' in repository central (http://repo1.maven.org/maven2)
[artifact:dependencies] Downloading: hsqldb/hsqldb/1.8.0.10/hsqldb-1.8.0.10-sources.jar from repository apache at ${artifact.remoteRepository.apache}
[artifact:dependencies] File: /hsqldb/hsqldb/1.8.0.10/hsqldb-1.8.0.10-sources.jar does not exist
[artifact:dependencies] [INFO] Unable to find resource 'hsqldb:hsqldb:java-source:sources:1.8.0.10' in repository apache (${artifact.remoteRepository.apache})
[artifact:dependencies] Downloading: hsqldb/hsqldb/1.8.0.10/hsqldb-1.8.0.10-sources.jar from repository cloudera at ${artifact.remoteRepository.cloudera}
[artifact:dependencies] File: /hsqldb/hsqldb/1.8.0.10/hsqldb-1.8.0.10-sources.jar does not exist
[artifact:dependencies] [INFO] Unable to find resource 'hsqldb:hsqldb:java-source:sources:1.8.0.10' in repository cloudera (${artifact.remoteRepository.cloudera})
[artifact:dependencies] Downloading: hsqldb/hsqldb/1.8.0.10/hsqldb-1.8.0.10-sources.jar from repository java.net2 at http://download.java.net/maven/2
[artifact:dependencies] Unable to locate resource in repository
[artifact:dependencies] [INFO] Unable to find resource 'hsqldb:hsqldb:java-source:sources:1.8.0.10' in repository java.net2 (http://download.java.net/maven/2)
[artifact:dependencies] Building ant file: <https://hudson.apache.org/hudson/job/Cassandra/ws/cassandra/build/build-dependencies.xml>
     [copy] Copying 34 files to <https://hudson.apache.org/hudson/job/Cassandra/ws/cassandra/build/lib/jars>
     [copy] Copying 26 files to <https://hudson.apache.org/hudson/job/Cassandra/ws/cassandra/build/lib/sources>

init:
    [mkdir] Created dir: <https://hudson.apache.org/hudson/job/Cassandra/ws/cassandra/build/classes/main>
    [mkdir] Created dir: <https://hudson.apache.org/hudson/job/Cassandra/ws/cassandra/build/classes/thrift>
    [mkdir] Created dir: <https://hudson.apache.org/hudson/job/Cassandra/ws/cassandra/build/classes/cql>
    [mkdir] Created dir: <https://hudson.apache.org/hudson/job/Cassandra/ws/cassandra/build/test/lib>
    [mkdir] Created dir: <https://hudson.apache.org/hudson/job/Cassandra/ws/cassandra/build/test/classes>
    [mkdir] Created dir: <https://hudson.apache.org/hudson/job/Cassandra/ws/cassandra/src/gen-java>

check-avro-generate:

avro-interface-generate-hadoop:
     [echo] Generating Avro hadoop code...
    [mkdir] Created dir: <https://hudson.apache.org/hudson/job/Cassandra/ws/cassandra/src/gen-java/org/apache/cassandra/hadoop>

avro-interface-generate-internode:
     [echo] Generating Avro internode code...

avro-generate:

build-subprojects:

check-gen-cli-grammar:

gen-cli-grammar:
     [echo] Building Grammar <https://hudson.apache.org/hudson/job/Cassandra/ws/cassandra/src/java/org/apache/cassandra/cli/Cli.g>  ....

check-gen-cql-grammar:

gen-cql-grammar:
     [echo] Building Grammar <https://hudson.apache.org/hudson/job/Cassandra/ws/cassandra/src/java/org/apache/cassandra/cql/Cql.g>  ...

build-project:
     [echo] apache-cassandra: <https://hudson.apache.org/hudson/job/Cassandra/ws/cassandra/build.xml>
    [javac] Compiling 41 source files to <https://hudson.apache.org/hudson/job/Cassandra/ws/cassandra/build/classes/thrift>
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] Compiling 426 source files to <https://hudson.apache.org/hudson/job/Cassandra/ws/cassandra/build/classes/main>
    [javac] <https://hudson.apache.org/hudson/job/Cassandra/ws/cassandra/src/java/org/apache/cassandra/db/ColumnFamilyStore.java>:38: cannot find symbol
    [javac] symbol  : class AutoSavingCache
    [javac] location: package org.apache.cassandra.cache
    [javac] import org.apache.cassandra.cache.AutoSavingCache;
    [javac]                                  ^
    [javac] <https://hudson.apache.org/hudson/job/Cassandra/ws/cassandra/src/java/org/apache/cassandra/db/ColumnFamilyStore.java>:39: cannot find symbol
    [javac] symbol  : class AutoSavingKeyCache
    [javac] location: package org.apache.cassandra.cache
    [javac] import org.apache.cassandra.cache.AutoSavingKeyCache;
    [javac]                                  ^
    [javac] <https://hudson.apache.org/hudson/job/Cassandra/ws/cassandra/src/java/org/apache/cassandra/db/ColumnFamilyStore.java>:40: cannot find symbol
    [javac] symbol  : class AutoSavingRowCache
    [javac] location: package org.apache.cassandra.cache
    [javac] import org.apache.cassandra.cache.AutoSavingRowCache;
    [javac]                                  ^
    [javac] <https://hudson.apache.org/hudson/job/Cassandra/ws/cassandra/src/java/org/apache/cassandra/db/ColumnFamilyStore.java>:165: cannot find symbol
    [javac] symbol  : class AutoSavingCache
    [javac] location: class org.apache.cassandra.db.ColumnFamilyStore
    [javac]     public final AutoSavingCache<Pair<Descriptor,DecoratedKey>, Long> keyCache;
    [javac]                  ^
    [javac] <https://hudson.apache.org/hudson/job/Cassandra/ws/cassandra/src/java/org/apache/cassandra/db/ColumnFamilyStore.java>:166: cannot find symbol
    [javac] symbol  : class AutoSavingCache
    [javac] location: class org.apache.cassandra.db.ColumnFamilyStore
    [javac]     public final AutoSavingCache<DecoratedKey, ColumnFamily> rowCache;
    [javac]                  ^
    [javac] <https://hudson.apache.org/hudson/job/Cassandra/ws/cassandra/src/java/org/apache/cassandra/db/CompactionManager.java>:42: cannot find symbol
    [javac] symbol  : class AutoSavingCache
    [javac] location: package org.apache.cassandra.cache
    [javac] import org.apache.cassandra.cache.AutoSavingCache;
    [javac]                                  ^
    [javac] <https://hudson.apache.org/hudson/job/Cassandra/ws/cassandra/src/java/org/apache/cassandra/db/CompactionManager.java>:962: package AutoSavingCache does not exist
    [javac]     public Future<?> submitCacheWrite(final AutoSavingCache.Writer writer)
    [javac]                                                            ^
    [javac] <https://hudson.apache.org/hudson/job/Cassandra/ws/cassandra/src/java/org/apache/cassandra/db/ColumnFamilyStore.java>:243: cannot find symbol
    [javac] symbol  : class AutoSavingKeyCache
    [javac] location: class org.apache.cassandra.db.ColumnFamilyStore
    [javac]         keyCache = new AutoSavingKeyCache<Pair<Descriptor, DecoratedKey>, Long>(table.name, columnFamilyName, 0);
    [javac]                        ^
    [javac] <https://hudson.apache.org/hudson/job/Cassandra/ws/cassandra/src/java/org/apache/cassandra/db/ColumnFamilyStore.java>:244: cannot find symbol
    [javac] symbol  : class AutoSavingRowCache
    [javac] location: class org.apache.cassandra.db.ColumnFamilyStore
    [javac]         rowCache = new AutoSavingRowCache<DecoratedKey, ColumnFamily>(table.name, columnFamilyName, 0);
    [javac]                        ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 9 errors

BUILD FAILED
<https://hudson.apache.org/hudson/job/Cassandra/ws/cassandra/build.xml>:374: Compile failed; see the compiler error output for details.

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