Return-Path: X-Original-To: apmail-cassandra-dev-archive@www.apache.org Delivered-To: apmail-cassandra-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3CF88DF0A for ; Wed, 12 Sep 2012 20:21:47 +0000 (UTC) Received: (qmail 57788 invoked by uid 500); 12 Sep 2012 20:21:46 -0000 Delivered-To: apmail-cassandra-dev-archive@cassandra.apache.org Received: (qmail 57769 invoked by uid 500); 12 Sep 2012 20:21:46 -0000 Mailing-List: contact dev-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list dev@cassandra.apache.org Received: (qmail 57761 invoked by uid 99); 12 Sep 2012 20:21:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Sep 2012 20:21:46 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.8] (HELO aegis.apache.org) (140.211.11.8) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Sep 2012 20:21:44 +0000 Received: from aegis.apache.org (localhost [127.0.0.1]) by aegis.apache.org (Postfix) with ESMTP id CAA78C00A0 for ; Wed, 12 Sep 2012 20:21:23 +0000 (UTC) Date: Wed, 12 Sep 2012 20:21:23 +0000 (UTC) From: Apache Jenkins Server To: dev@cassandra.apache.org Message-ID: <24735130.38.1347481283802.JavaMail.hudson@aegis.apache.org> In-Reply-To: <1034236580.21.1347468024122.JavaMail.hudson@aegis.apache.org> References: <1034236580.21.1347468024122.JavaMail.hudson@aegis.apache.org> Subject: Build failed in Jenkins: Cassandra-quick #1331 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Jenkins-Job: Cassandra-quick X-Jenkins-Result: FAILURE X-Virus-Checked: Checked by ClamAV on apache.org See Changes: [sylvain] Fix parsing of consistency ALL in CQL3 ------------------------------------------ [...truncated 594 lines...] [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [junit] at java.lang.Thread.run(Thread.java:662) [junit] ERROR 20:20:40,060 Sending retry message failed, closing session. [junit] java.io.IOException: Broken pipe [junit] at sun.nio.ch.FileDispatcher.write0(Native Method) [junit] at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:29) [junit] at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:69) [junit] at sun.nio.ch.IOUtil.write(IOUtil.java:40) [junit] at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:334) [junit] at java.nio.channels.Channels.writeFullyImpl(Channels.java:59) [junit] at java.nio.channels.Channels.writeFully(Channels.java:81) [junit] at java.nio.channels.Channels.access$000(Channels.java:47) [junit] at java.nio.channels.Channels$1.write(Channels.java:155) [junit] at java.io.OutputStream.write(OutputStream.java:58) [junit] at java.nio.channels.Channels$1.write(Channels.java:136) [junit] at java.io.DataOutputStream.writeInt(DataOutputStream.java:180) [junit] at org.apache.cassandra.net.OutboundTcpConnection.write(OutboundTcpConnection.java:187) [junit] at org.apache.cassandra.streaming.StreamInSession.sendMessage(StreamInSession.java:171) [junit] at org.apache.cassandra.streaming.StreamInSession.retry(StreamInSession.java:159) [junit] at org.apache.cassandra.streaming.IncomingStreamReader.retry(IncomingStreamReader.java:193) [junit] at org.apache.cassandra.streaming.IncomingStreamReader.read(IncomingStreamReader.java:112) [junit] at org.apache.cassandra.net.IncomingTcpConnection.stream(IncomingTcpConnection.java:220) [junit] at org.apache.cassandra.net.IncomingTcpConnection.handleStream(IncomingTcpConnection.java:165) [junit] at org.apache.cassandra.net.IncomingTcpConnection.run(IncomingTcpConnection.java:65) [junit] ERROR 20:20:40,244 Fatal exception in thread Thread[Streaming to /127.0.0.1:3,5,main] [junit] java.lang.NegativeArraySizeException [junit] at org.apache.cassandra.net.CompactEndpointSerializationHelper.deserialize(CompactEndpointSerializationHelper.java:36) [junit] at org.apache.cassandra.net.MessageIn.read(MessageIn.java:57) [junit] at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:196) [junit] at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:180) [junit] at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:91) [junit] at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:28) [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:662) [junit] ERROR 20:20:40,245 Sending retry message failed, closing session. [junit] java.io.IOException: Broken pipe [junit] at sun.nio.ch.FileDispatcher.write0(Native Method) [junit] at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:29) [junit] at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:69) [junit] at sun.nio.ch.IOUtil.write(IOUtil.java:40) [junit] at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:334) [junit] at java.nio.channels.Channels.writeFullyImpl(Channels.java:59) [junit] at java.nio.channels.Channels.writeFully(Channels.java:81) [junit] at java.nio.channels.Channels.access$000(Channels.java:47) [junit] at java.nio.channels.Channels$1.write(Channels.java:155) [junit] at java.io.OutputStream.write(OutputStream.java:58) [junit] at java.nio.channels.Channels$1.write(Channels.java:136) [junit] at java.io.DataOutputStream.writeInt(DataOutputStream.java:180) [junit] at org.apache.cassandra.net.OutboundTcpConnection.write(OutboundTcpConnection.java:187) [junit] at org.apache.cassandra.streaming.StreamInSession.sendMessage(StreamInSession.java:171) [junit] at org.apache.cassandra.streaming.StreamInSession.retry(StreamInSession.java:159) [junit] at org.apache.cassandra.streaming.IncomingStreamReader.retry(IncomingStreamReader.java:193) [junit] at org.apache.cassandra.streaming.IncomingStreamReader.read(IncomingStreamReader.java:112) [junit] at org.apache.cassandra.net.IncomingTcpConnection.stream(IncomingTcpConnection.java:220) [junit] at org.apache.cassandra.net.IncomingTcpConnection.handleStream(IncomingTcpConnection.java:165) [junit] at org.apache.cassandra.net.IncomingTcpConnection.run(IncomingTcpConnection.java:65) [junit] ERROR 20:20:40,331 Fatal exception in thread Thread[Streaming to /127.0.0.1:4,5,main] [junit] java.lang.NegativeArraySizeException [junit] at org.apache.cassandra.net.CompactEndpointSerializationHelper.deserialize(CompactEndpointSerializationHelper.java:36) [junit] at org.apache.cassandra.net.MessageIn.read(MessageIn.java:57) [junit] at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:196) [junit] at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:180) [junit] at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:91) [junit] at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:28) [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:662) [junit] ERROR 20:20:40,331 Sending retry message failed, closing session. [junit] java.io.IOException: Broken pipe [junit] at sun.nio.ch.FileDispatcher.write0(Native Method) [junit] at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:29) [junit] at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:69) [junit] at sun.nio.ch.IOUtil.write(IOUtil.java:40) [junit] at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:334) [junit] at java.nio.channels.Channels.writeFullyImpl(Channels.java:59) [junit] at java.nio.channels.Channels.writeFully(Channels.java:81) [junit] at java.nio.channels.Channels.access$000(Channels.java:47) [junit] at java.nio.channels.Channels$1.write(Channels.java:155) [junit] at java.io.OutputStream.write(OutputStream.java:58) [junit] at java.nio.channels.Channels$1.write(Channels.java:136) [junit] at java.io.DataOutputStream.writeInt(DataOutputStream.java:180) [junit] at org.apache.cassandra.net.OutboundTcpConnection.write(OutboundTcpConnection.java:187) [junit] at org.apache.cassandra.streaming.StreamInSession.sendMessage(StreamInSession.java:171) [junit] at org.apache.cassandra.streaming.StreamInSession.retry(StreamInSession.java:159) [junit] at org.apache.cassandra.streaming.IncomingStreamReader.retry(IncomingStreamReader.java:193) [junit] at org.apache.cassandra.streaming.IncomingStreamReader.read(IncomingStreamReader.java:112) [junit] at org.apache.cassandra.net.IncomingTcpConnection.stream(IncomingTcpConnection.java:220) [junit] at org.apache.cassandra.net.IncomingTcpConnection.handleStream(IncomingTcpConnection.java:165) [junit] at org.apache.cassandra.net.IncomingTcpConnection.run(IncomingTcpConnection.java:65) [junit] ERROR 20:20:40,403 Fatal exception in thread Thread[Streaming to /127.0.0.1:5,5,main] [junit] java.lang.NegativeArraySizeException [junit] at org.apache.cassandra.net.CompactEndpointSerializationHelper.deserialize(CompactEndpointSerializationHelper.java:36) [junit] at org.apache.cassandra.net.MessageIn.read(MessageIn.java:57) [junit] at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:196) [junit] at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:180) [junit] at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:91) [junit] at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:28) [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:662) [junit] ERROR 20:20:40,404 Sending retry message failed, closing session. [junit] java.io.IOException: Broken pipe [junit] at sun.nio.ch.FileDispatcher.write0(Native Method) [junit] at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:29) [junit] at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:69) [junit] at sun.nio.ch.IOUtil.write(IOUtil.java:40) [junit] at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:334) [junit] at java.nio.channels.Channels.writeFullyImpl(Channels.java:59) [junit] at java.nio.channels.Channels.writeFully(Channels.java:81) [junit] at java.nio.channels.Channels.access$000(Channels.java:47) [junit] at java.nio.channels.Channels$1.write(Channels.java:155) [junit] at java.io.OutputStream.write(OutputStream.java:58) [junit] at java.nio.channels.Channels$1.write(Channels.java:136) [junit] at java.io.DataOutputStream.writeInt(DataOutputStream.java:180) [junit] at org.apache.cassandra.net.OutboundTcpConnection.write(OutboundTcpConnection.java:187) [junit] at org.apache.cassandra.streaming.StreamInSession.sendMessage(StreamInSession.java:171) [junit] at org.apache.cassandra.streaming.StreamInSession.retry(StreamInSession.java:159) [junit] at org.apache.cassandra.streaming.IncomingStreamReader.retry(IncomingStreamReader.java:193) [junit] at org.apache.cassandra.streaming.IncomingStreamReader.read(IncomingStreamReader.java:112) [junit] at org.apache.cassandra.net.IncomingTcpConnection.stream(IncomingTcpConnection.java:220) [junit] at org.apache.cassandra.net.IncomingTcpConnection.handleStream(IncomingTcpConnection.java:165) [junit] at org.apache.cassandra.net.IncomingTcpConnection.run(IncomingTcpConnection.java:65) [junit] ------------- ---------------- --------------- [junit] Testcase: testTransferTable(org.apache.cassandra.streaming.StreamingTransferTest): FAILED [junit] expected:<1> but was:<0> [junit] junit.framework.AssertionFailedError: expected:<1> but was:<0> [junit] at org.apache.cassandra.streaming.StreamingTransferTest.createAndTransfer(StreamingTransferTest.java:89) [junit] at org.apache.cassandra.streaming.StreamingTransferTest.testTransferTable(StreamingTransferTest.java:132) [junit] [junit] [junit] Testcase: testTransferTableSuper(org.apache.cassandra.streaming.StreamingTransferTest): FAILED [junit] expected:<1> but was:<0> [junit] junit.framework.AssertionFailedError: expected:<1> but was:<0> [junit] at org.apache.cassandra.streaming.StreamingTransferTest.createAndTransfer(StreamingTransferTest.java:89) [junit] at org.apache.cassandra.streaming.StreamingTransferTest.testTransferTableSuper(StreamingTransferTest.java:170) [junit] [junit] [junit] Testcase: testTransferTableCounter(org.apache.cassandra.streaming.StreamingTransferTest): FAILED [junit] expected:<1> but was:<0> [junit] junit.framework.AssertionFailedError: expected:<1> but was:<0> [junit] at org.apache.cassandra.streaming.StreamingTransferTest.createAndTransfer(StreamingTransferTest.java:89) [junit] at org.apache.cassandra.streaming.StreamingTransferTest.testTransferTableCounter(StreamingTransferTest.java:190) [junit] [junit] [junit] Testcase: testTransferTableMultiple(org.apache.cassandra.streaming.StreamingTransferTest): FAILED [junit] expected:<2> but was:<0> [junit] junit.framework.AssertionFailedError: expected:<2> but was:<0> [junit] at org.apache.cassandra.streaming.StreamingTransferTest.testTransferTableMultiple(StreamingTransferTest.java:270) [junit] [junit] [junit] Testcase: testTransferOfMultipleColumnFamilies(org.apache.cassandra.streaming.StreamingTransferTest): FAILED [junit] [] expected:<1> but was:<0> [junit] junit.framework.AssertionFailedError: [] expected:<1> but was:<0> [junit] at org.apache.cassandra.streaming.StreamingTransferTest.testTransferOfMultipleColumnFamilies(StreamingTransferTest.java:329) [junit] [junit] [junit] Test org.apache.cassandra.streaming.StreamingTransferTest FAILED [junit] Testsuite: org.apache.cassandra.thrift.ThriftValidationTest [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 4.346 sec [junit] [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 4.74 sec [junit] [junit] ------------- Standard Output --------------- [junit] Importing 1 keys... [junit] 1 keys imported successfully. [junit] [{"columns":[["636f6c4e616d65","76616c",1347481251515],["636f6c4e616d6531","76616c31",1347481251515]],"key":"726f7741","metadata":{"deletionInfo":{"markedForDeleteAt":0,"localDeletionTime":0}}}] [junit] ------------- ---------------- --------------- [junit] Testsuite: org.apache.cassandra.tools.SSTableImportTest [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 4.623 sec [junit] [junit] ------------- Standard Output --------------- [junit] Counting keys to import, please wait... (NOTE: to skip this use -n ) [junit] Importing 2 keys... [junit] 2 keys imported successfully. [junit] Counting keys to import, please wait... (NOTE: to skip this use -n ) [junit] Importing 2 keys... [junit] 2 keys imported successfully. [junit] Counting keys to import, please wait... (NOTE: to skip this use -n ) [junit] Importing 2 keys... [junit] 2 keys imported successfully. [junit] Importing 3 keys... [junit] Importing 2 keys... [junit] 2 keys imported successfully. [junit] Counting keys to import, please wait... (NOTE: to skip this use -n ) [junit] Importing 2 keys... [junit] 2 keys imported successfully. [junit] Counting keys to import, please wait... (NOTE: to skip this use -n ) [junit] Importing 1 keys... [junit] 1 keys imported successfully. [junit] ------------- ---------------- --------------- [junit] ------------- Standard Error ----------------- [junit] Line 2: Key null 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.531 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.BoundedStatsDequeTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.058 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.ByteBufferUtilTest [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.073 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.BytesReadTrackerTest [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.058 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.EncodedStreamsTest [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 4.508 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.EstimatedHistogramTest [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.06 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.FBUtilitiesTest [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.06 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.HexTest [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.061 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.IntervalTreeTest [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.168 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.47 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.MergeIteratorTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.075 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 1.057 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.SemanticVersionTest [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.059 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.SerializationsTest [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.333 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.StreamingHistogramTest [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.06 sec [junit] BUILD FAILED :1091: The following error occurred while executing this line: :1056: Some unit test(s) failed. Total time: 9 minutes 42 seconds Build step 'Invoke Ant' marked build as failure [TASKS] Skipping publisher since build result is FAILURE Recording test results