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/29 23:50:39 UTC

Build failed in Jenkins: Cassandra #816

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

Changes:

[jbellis] merge validateKey/validateKeyType, add CF validation to cql, add comparator to cql name validation.  fixes test NPE.
patch by jbellis

[jbellis] disallow querying a counter CF with non-counter operation
patch by slebresne; reviewed by jbellis for CASSANDRA-2321

------------------------------------------
[...truncated 1950 lines...]
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 14:48:06,210 Invalid file '.svn' in data directory <https://hudson.apache.org/hudson/job/Cassandra/ws/cassandra/test/data/legacy-sstables/b/Keyspace1.>
    [junit]  WARN 14:48:06,808 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.786 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.108 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableWriterCommutativeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.578 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableWriterTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.641 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.util.BufferedRandomAccessFileTest
    [junit] Tests run: 20, Failures: 0, Errors: 0, Time elapsed: 0.533 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.DynamicEndpointSnitchTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.123 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.NetworkTopologyStrategyTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.384 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.OldNetworkTopologyStrategyTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.372 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.ReplicationStrategyEndpointCacheTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.542 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.SimpleStrategyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.547 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.TokenMetadataTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.367 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] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 1.002 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] Caused by: java.lang.NullPointerException
    [junit]  WARN 14:48:28,940 Generated random token Token(bytes[ea0ae36d2ddfb6cdc9968042d6ede7ed]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] 	at org.apache.cassandra.service.AntiEntropyService.completedRequest(AntiEntropyService.java:135)
    [junit] ------------- ---------------- ---------------
    [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.AntiEntropyServiceStandardTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 1.013 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 14:48:31,091 Generated random token Token(bytes[49ca88636724e531980b6aeb6324ec44]). 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 14:48:33,228 Generated random token Token(bytes[d5ea9114ecbb400c748f93cfcbd6c777]). 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.362 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.ConsistencyLevelTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.563 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.EmbeddedCassandraServiceTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.757 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 14:48:37,679 Unable to lock JVM memory (ENOMEM). This can result in part of the JVM being swapped out, especially with mmapped I/O enabled. Increase RLIMIT_MEMLOCK or run Cassandra as root.
    [junit]  WARN 14:48:37,924 Generated random token Token(bytes[bb3389f7acf715f2ef5d8c3b0b4ab927]). 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.372 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.LeaveAndBootstrapTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 1.111 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 14:48:46,666 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.837 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.RemoveTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1.799 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.RowResolverTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.373 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.373 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.382 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.419 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.626 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 14:49:02,145 Generated random token Token(bytes[509ec0bef1a5cdef11e3ff6d2c179ef2]). 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.528 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.402 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.636 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 14:49:05,893 Generated random token Token(bytes[a8d656a4f03156816c23f50c96c4e9db]). 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.769 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.694 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.742 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.687 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest
    [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 0.386 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SerializationsTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.593 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: 0, Failures: 0, Errors: 2, Time elapsed: 0.804 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 14:49:20,494 Unable to lock JVM memory (ENOMEM). This can result in part of the JVM being swapped out, especially with mmapped I/O enabled. Increase RLIMIT_MEMLOCK or run Cassandra as root.
    [junit]  WARN 14:49:20,757 Generated random token Token(bytes[b245be2c6dd332459c0adbed0200a18e]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ERROR 14:49:20,916 Internal error processing execute_cql_query
    [junit] java.lang.NullPointerException
    [junit] 	at org.apache.cassandra.thrift.ThriftValidation.validateColumnNames(ThriftValidation.java:213)
    [junit] 	at org.apache.cassandra.cql.QueryProcessor.validateColumnName(QueryProcessor.java:373)
    [junit] 	at org.apache.cassandra.cql.QueryProcessor.validateColumn(QueryProcessor.java:379)
    [junit] 	at org.apache.cassandra.cql.QueryProcessor.batchUpdate(QueryProcessor.java:250)
    [junit] 	at org.apache.cassandra.cql.QueryProcessor.process(QueryProcessor.java:522)
    [junit] 	at org.apache.cassandra.thrift.CassandraServer.execute_cql_query(CassandraServer.java:1209)
    [junit] 	at org.apache.cassandra.thrift.Cassandra$Processor$execute_cql_query.process(Cassandra.java:4609)
    [junit] 	at org.apache.cassandra.thrift.Cassandra$Processor.process(Cassandra.java:3256)
    [junit] 	at org.apache.cassandra.thrift.CustomTThreadPoolServer$WorkerProcess.run(CustomTThreadPoolServer.java:206)
    [junit] 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
    [junit] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    [junit] 	at java.lang.Thread.run(Thread.java:619)
    [junit] ------------- ---------------- ---------------
    [junit] Testcase: org.apache.cassandra.cql.JdbcDriverTest:	Caused an ERROR
    [junit] Internal error processing execute_cql_query
    [junit] java.sql.SQLException: Internal error processing execute_cql_query
    [junit] 	at org.apache.cassandra.cql.jdbc.CassandraStatement.execute(CassandraStatement.java:192)
    [junit] 	at org.apache.cassandra.cql.jdbc.CassandraStatement.execute(CassandraStatement.java:638)
    [junit] 	at org.apache.cassandra.cql.JdbcDriverTest.executeNoResults(JdbcDriverTest.java:431)
    [junit] 	at org.apache.cassandra.cql.JdbcDriverTest.startServer(JdbcDriverTest.java:78)
    [junit] 
    [junit] 
    [junit] Testcase: org.apache.cassandra.cql.JdbcDriverTest:	Caused an ERROR
    [junit] null
    [junit] java.lang.NullPointerException
    [junit] 	at org.apache.cassandra.cql.JdbcDriverTest.stopServer(JdbcDriverTest.java:370)
    [junit] 
    [junit] 
    [junit] Test org.apache.cassandra.cql.JdbcDriverTest FAILED

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

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