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 7B92ADB77 for ; Tue, 11 Sep 2012 08:40:57 +0000 (UTC) Received: (qmail 68785 invoked by uid 500); 11 Sep 2012 08:40:56 -0000 Delivered-To: apmail-cassandra-dev-archive@cassandra.apache.org Received: (qmail 68055 invoked by uid 500); 11 Sep 2012 08:40:52 -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 68006 invoked by uid 99); 11 Sep 2012 08:40:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Sep 2012 08:40:50 +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; Tue, 11 Sep 2012 08:40:46 +0000 Received: from aegis.apache.org (localhost [127.0.0.1]) by aegis.apache.org (Postfix) with ESMTP id A0297C00A0 for ; Tue, 11 Sep 2012 08:40:24 +0000 (UTC) Date: Tue, 11 Sep 2012 08:40:24 +0000 (UTC) From: Apache Jenkins Server To: dev@cassandra.apache.org Message-ID: <2033659063.3.1347352824654.JavaMail.hudson@aegis.apache.org> In-Reply-To: <593371030.681.1347323375318.JavaMail.hudson@aegis.apache.org> References: <593371030.681.1347323375318.JavaMail.hudson@aegis.apache.org> Subject: Build failed in Jenkins: Cassandra-quick #1308 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Jenkins-Job: Cassandra-quick X-Jenkins-Result: FAILURE See Changes: [sylvain] Avoid NPE (and cleanups) ------------------------------------------ [...truncated 570 lines...] [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [junit] at java.lang.Thread.run(Thread.java:662) [junit] ERROR 08:39:44,436 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 08:39:44,523 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 08:39:44,524 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 08:39:44,558 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 08:39:44,559 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 08:39:44,587 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 08:39:44,588 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: 3.877 sec [junit] [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 3.982 sec [junit] [junit] ------------- Standard Output --------------- [junit] Importing 1 keys... [junit] 1 keys imported successfully. [junit] [{"columns":[["636f6c4e616d65","76616c",1347352794447],["636f6c4e616d6531","76616c31",1347352794447]],"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: 3.935 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.541 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.BoundedStatsDequeTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.06 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.ByteBufferUtilTest [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.077 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.BytesReadTrackerTest [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.062 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.EncodedStreamsTest [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 3.945 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.EstimatedHistogramTest [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.064 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.FBUtilitiesTest [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.064 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.HexTest [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.065 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.IntervalTreeTest [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.178 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.451 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.MergeIteratorTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.079 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 1.067 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.SemanticVersionTest [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.063 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.SerializationsTest [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 5.543 sec [junit] [junit] Testsuite: org.apache.cassandra.utils.StreamingHistogramTest [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.064 sec [junit] BUILD FAILED :1091: The following error occurred while executing this line: :1056: Some unit test(s) failed. Total time: 8 minutes 19 seconds Build step 'Invoke Ant' marked build as failure [TASKS] Skipping publisher since build result is FAILURE Recording test results