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 Jenkins Server <je...@builds.apache.org> on 2012/09/09 05:38:03 UTC

Build failed in Jenkins: Cassandra-quick #1294

See <https://builds.apache.org/job/Cassandra-quick/1294/changes>

Changes:

[jbellis] cleanup

[jbellis] add atomic_batch_mutate

------------------------------------------
[...truncated 580 lines...]
    [junit] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    [junit] 	at java.lang.Thread.run(Thread.java:662)
    [junit] ERROR 03:36:51,670 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 03:36:52,696 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 03:36:52,696 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 03:36:53,254 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 03:36:53,254 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 03:36:54,017 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 03:36:54,018 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: 9.16 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 10.67 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] [{"columns":[["636f6c4e616d65","76616c",1347161835781],["636f6c4e616d6531","76616c31",1347161835781]],"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: 10.292 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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 <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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.824 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.BoundedStatsDequeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.057 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.059 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EncodedStreamsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 9.263 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.061 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.HexTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.062 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.IntervalTreeTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.174 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.703 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.023 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: 10.786 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
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1091: The following error occurred while executing this line:
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1056: Some unit test(s) failed.

Total time: 18 minutes 36 seconds
Build step 'Invoke Ant' marked build as failure
[TASKS] Skipping publisher since build result is FAILURE
Recording test results

Build failed in Jenkins: Cassandra-quick #1326

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Cassandra-quick/1326/>

------------------------------------------
[...truncated 600 lines...]
    [junit] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    [junit] 	at java.lang.Thread.run(Thread.java:662)
    [junit] ERROR 14:21:01,311 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 14:21:02,574 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 14:21:02,575 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 14:21:03,282 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 14:21:03,283 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 14:21:04,093 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 14:21:04,094 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: 15.932 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 13.272 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] [{"columns":[["636f6c4e616d65","76616c",1347459695108],["636f6c4e616d6531","76616c31",1347459695108]],"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: 28.117 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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 <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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.835 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.BoundedStatsDequeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.057 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.ByteBufferUtilTest
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.095 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.BytesReadTrackerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.059 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EncodedStreamsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 24.666 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.175 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.741 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.027 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SemanticVersionTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.06 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 24.981 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
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1091: The following error occurred while executing this line:
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1056: Some unit test(s) failed.

Total time: 19 minutes 24 seconds
Build step 'Invoke Ant' marked build as failure
[TASKS] Skipping publisher since build result is FAILURE
Recording test results

Build failed in Jenkins: Cassandra-quick #1325

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Cassandra-quick/1325/>

------------------------------------------
[...truncated 592 lines...]
    [junit] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    [junit] 	at java.lang.Thread.run(Thread.java:662)
    [junit] ERROR 12:12:30,288 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 12:12:36,984 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 12:12:36,985 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 12:12:40,481 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 12:12:40,482 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 12:12:42,716 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 12:12:42,717 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: 14.71 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 26.709 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] [{"columns":[["636f6c4e616d65","76616c",1347452005804],["636f6c4e616d6531","76616c31",1347452005804]],"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: 16.754 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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 <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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.795 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.08 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.BytesReadTrackerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.059 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EncodedStreamsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 19.669 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.061 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.HexTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.063 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.IntervalTreeTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.174 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.685 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MergeIteratorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.076 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 1.33 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: 14.91 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.StreamingHistogramTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.061 sec
    [junit] 

BUILD FAILED
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1091: The following error occurred while executing this line:
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1056: Some unit test(s) failed.

Total time: 27 minutes 58 seconds
Build step 'Invoke Ant' marked build as failure
[TASKS] Skipping publisher since build result is FAILURE
Recording test results

Build failed in Jenkins: Cassandra-quick #1324

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Cassandra-quick/1324/>

------------------------------------------
[...truncated 589 lines...]
    [junit] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    [junit] 	at java.lang.Thread.run(Thread.java:662)
    [junit] ERROR 11:41:06,614 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 11:41:06,682 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 11:41:06,682 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 11:41:06,706 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 11:41:06,707 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 11:41:06,735 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 11:41:06,736 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.864 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 3.99 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] [{"columns":[["636f6c4e616d65","76616c",1347450076586],["636f6c4e616d6531","76616c31",1347450076586]],"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.923 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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 <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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.538 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.889 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EstimatedHistogramTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.063 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.464 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.066 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.569 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
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1091: The following error occurred while executing this line:
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1056: Some unit test(s) failed.

Total time: 8 minutes 21 seconds
Build step 'Invoke Ant' marked build as failure
[TASKS] Skipping publisher since build result is FAILURE
Recording test results

Build failed in Jenkins: Cassandra-quick #1323

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Cassandra-quick/1323/>

------------------------------------------
[...truncated 591 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:22,475 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:22,537 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:22,538 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:22,598 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:22,598 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:22,652 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:22,652 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.87 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 3.993 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] [{"columns":[["636f6c4e616d65","76616c",1347439172518],["636f6c4e616d6531","76616c31",1347439172518]],"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.057 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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 <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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.552 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.078 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.957 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.179 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.469 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.06 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SemanticVersionTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.064 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 5.624 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.StreamingHistogramTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.065 sec
    [junit] 

BUILD FAILED
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1091: The following error occurred while executing this line:
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1056: Some unit test(s) failed.

Total time: 8 minutes 25 seconds
Build step 'Invoke Ant' marked build as failure
[TASKS] Skipping publisher since build result is FAILURE
Recording test results

Build failed in Jenkins: Cassandra-quick #1322

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Cassandra-quick/1322/>

------------------------------------------
[...truncated 589 lines...]
    [junit] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    [junit] 	at java.lang.Thread.run(Thread.java:662)
    [junit] ERROR 08:12:23,736 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:12:23,943 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:12:23,944 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:12:24,068 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:12:24,069 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:12:24,267 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:12:24,268 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.261 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 4.652 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] [{"columns":[["636f6c4e616d65","76616c",1347437555132],["636f6c4e616d6531","76616c31",1347437555132]],"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.752 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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 <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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.555 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.BoundedStatsDequeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.057 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.345 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.059 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.17 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.456 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.049 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SemanticVersionTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.061 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.073 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
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1091: The following error occurred while executing this line:
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1056: Some unit test(s) failed.

Total time: 9 minutes 15 seconds
Build step 'Invoke Ant' marked build as failure
[TASKS] Skipping publisher since build result is FAILURE
Recording test results

Build failed in Jenkins: Cassandra-quick #1321

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Cassandra-quick/1321/>

------------------------------------------
[...truncated 592 lines...]
    [junit] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    [junit] 	at java.lang.Thread.run(Thread.java:662)
    [junit] ERROR 05:55:42,397 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 05:55:42,659 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 05:55:42,660 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 05:55:42,759 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 05:55:42,760 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 05:55:42,883 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 05:55:42,883 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.302 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 6.577 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] [{"columns":[["636f6c4e616d65","76616c",1347429355744],["636f6c4e616d6531","76616c31",1347429355744]],"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.468 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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 <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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.524 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.BoundedStatsDequeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.056 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.063 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EncodedStreamsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 4.339 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.06 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.IntervalTreeTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.169 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.445 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.073 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SemanticVersionTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.058 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.1 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
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1091: The following error occurred while executing this line:
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1056: Some unit test(s) failed.

Total time: 9 minutes 39 seconds
Build step 'Invoke Ant' marked build as failure
[TASKS] Skipping publisher since build result is FAILURE
Recording test results

Build failed in Jenkins: Cassandra-quick #1320

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Cassandra-quick/1320/>

------------------------------------------
[...truncated 600 lines...]
    [junit] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    [junit] 	at java.lang.Thread.run(Thread.java:662)
    [junit] ERROR 05:04:14,648 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 05:04:15,813 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 05:04:15,813 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 05:04:16,425 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 05:04:16,425 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 05:04:17,244 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 05:04:17,247 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: 10.203 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 11.273 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] [{"columns":[["636f6c4e616d65","76616c",1347426280529],["636f6c4e616d6531","76616c31",1347426280529]],"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: 14.19 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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 <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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.803 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.074 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.BytesReadTrackerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.066 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EncodedStreamsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 11.275 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EstimatedHistogramTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.061 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.FBUtilitiesTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.061 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.172 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.708 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.045 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SemanticVersionTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.061 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 12.039 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.StreamingHistogramTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.061 sec
    [junit] 

BUILD FAILED
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1091: The following error occurred while executing this line:
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1056: Some unit test(s) failed.

Total time: 18 minutes 57 seconds
Build step 'Invoke Ant' marked build as failure
[TASKS] Skipping publisher since build result is FAILURE
Recording test results

Build failed in Jenkins: Cassandra-quick #1319

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Cassandra-quick/1319/>

------------------------------------------
[...truncated 593 lines...]
    [junit] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    [junit] 	at java.lang.Thread.run(Thread.java:662)
    [junit] ERROR 03:56:18,667 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 03:56:19,028 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 03:56:19,029 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 03:56:19,201 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 03:56:19,202 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 03:56:19,343 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 03:56:19,344 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: 6.418 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 4.781 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] [{"columns":[["636f6c4e616d65","76616c",1347422192515],["636f6c4e616d6531","76616c31",1347422192515]],"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: 5.634 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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 <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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.544 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.BoundedStatsDequeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.057 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: 6.431 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EstimatedHistogramTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.062 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.342 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.454 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MergeIteratorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.085 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 1.111 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: 7.664 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
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1091: The following error occurred while executing this line:
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1056: Some unit test(s) failed.

Total time: 10 minutes 27 seconds
Build step 'Invoke Ant' marked build as failure
[TASKS] Skipping publisher since build result is FAILURE
Recording test results

Build failed in Jenkins: Cassandra-quick #1318

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Cassandra-quick/1318/changes>

Changes:

[yukim] Add SSTable count per level to cfstats patch by yukim; reviewed by jbellis for CASSANDRA-4537

------------------------------------------
[...truncated 590 lines...]
    [junit] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    [junit] 	at java.lang.Thread.run(Thread.java:662)
    [junit] ERROR 23:02:11,908 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 23:02:11,990 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 23:02:11,990 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 23:02:12,014 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 23:02:12,015 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 23:02:12,079 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 23:02:12,079 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.887 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 4.013 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] [{"columns":[["636f6c4e616d65","76616c",1347404541978],["636f6c4e616d6531","76616c31",1347404541978]],"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.013 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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 <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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.875 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EstimatedHistogramTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.063 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.179 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.454 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.058 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.578 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
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1091: The following error occurred while executing this line:
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1056: Some unit test(s) failed.

Total time: 8 minutes 27 seconds
Build step 'Invoke Ant' marked build as failure
[TASKS] Skipping publisher since build result is FAILURE
Recording test results

Build failed in Jenkins: Cassandra-quick #1317

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Cassandra-quick/1317/changes>

Changes:

[jbellis] Revert "Make vnodes default."

[xedin] fix counter add/get using CQL2 and CQL3 in stress tool

------------------------------------------
[...truncated 595 lines...]
    [junit] 	at java.lang.Thread.run(Thread.java:662)
    [junit] ERROR 20:25:55,244 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:25:55,605 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:25:55,621 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:25:55,728 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:25:55,729 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:25:55,849 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:25:55,849 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.398 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 4.454 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] [{"columns":[["636f6c4e616d65","76616c",1347395166699],["636f6c4e616d6531","76616c31",1347395166699]],"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.405 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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 <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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.525 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.BoundedStatsDequeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.056 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.059 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EncodedStreamsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 4.336 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.172 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.075 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 1.028 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SemanticVersionTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.065 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.116 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.StreamingHistogramTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.059 sec
    [junit] 

BUILD FAILED
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1091: The following error occurred while executing this line:
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1056: Some unit test(s) failed.

Total time: 9 minutes 6 seconds
Build step 'Invoke Ant' marked build as failure
[TASKS] Skipping publisher since build result is FAILURE
Recording test results

Build failed in Jenkins: Cassandra-quick #1316

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Cassandra-quick/1316/changes>

Changes:

[vijay2win] corrupted saved caches

------------------------------------------
[...truncated 589 lines...]
    [junit] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    [junit] 	at java.lang.Thread.run(Thread.java:662)
    [junit] ERROR 18:18:53,487 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 18:18:53,549 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 18:18:53,550 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 18:18:53,580 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 18:18:53,580 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 18:18:53,608 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 18:18:53,609 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.858 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 4.001 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] [{"columns":[["636f6c4e616d65","76616c",1347387543469],["636f6c4e616d6531","76616c31",1347387543469]],"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.98 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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 <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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.532 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.078 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.BytesReadTrackerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.061 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EncodedStreamsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 3.888 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EstimatedHistogramTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.063 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.066 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.459 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.054 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.594 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.StreamingHistogramTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.065 sec
    [junit] 

BUILD FAILED
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1091: The following error occurred while executing this line:
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1056: Some unit test(s) failed.

Total time: 8 minutes 17 seconds
Build step 'Invoke Ant' marked build as failure
[TASKS] Skipping publisher since build result is FAILURE
Recording test results

Build failed in Jenkins: Cassandra-quick #1315

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Cassandra-quick/1315/changes>

Changes:

[sylvain] Rename NodeId to CounterId

------------------------------------------
[...truncated 589 lines...]
    [junit] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    [junit] 	at java.lang.Thread.run(Thread.java:662)
    [junit] ERROR 17:55:28,727 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 17:55:28,908 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 17:55:28,908 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 17:55:29,003 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 17:55:29,004 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 17:55:29,118 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 17:55:29,119 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.374 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 4.721 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] [{"columns":[["636f6c4e616d65","76616c",1347386140198],["636f6c4e616d6531","76616c31",1347386140198]],"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.505 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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 <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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.532 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.BoundedStatsDequeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.056 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.312 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EstimatedHistogramTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.059 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.FBUtilitiesTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.059 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.HexTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.06 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.IntervalTreeTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.17 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.448 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.026 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.218 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
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1091: The following error occurred while executing this line:
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1056: Some unit test(s) failed.

Total time: 9 minutes 11 seconds
Build step 'Invoke Ant' marked build as failure
[TASKS] Skipping publisher since build result is FAILURE
Recording test results

Build failed in Jenkins: Cassandra-quick #1314

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Cassandra-quick/1314/changes>

Changes:

[sylvain] Fix assertion in getRestrictedRange with Murmur3Partitioner

[xedin] Replace Throttle with Guava's RateLimiter for HintedHandOff

------------------------------------------
[...truncated 593 lines...]
    [junit] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    [junit] 	at java.lang.Thread.run(Thread.java:662)
    [junit] ERROR 17:03:37,374 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 17:03:37,449 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 17:03:37,449 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 17:03:37,496 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 17:03:37,497 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 17:03:37,540 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 17:03:37,541 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.85 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 4.04 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] [{"columns":[["636f6c4e616d65","76616c",1347383027441],["636f6c4e616d6531","76616c31",1347383027441]],"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.962 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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 <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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.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.862 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EstimatedHistogramTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.063 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.064 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.448 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.066 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.59 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
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1091: The following error occurred while executing this line:
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1056: Some unit test(s) failed.

Total time: 8 minutes 17 seconds
Build step 'Invoke Ant' marked build as failure
[TASKS] Skipping publisher since build result is FAILURE
Recording test results

Build failed in Jenkins: Cassandra-quick #1313

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Cassandra-quick/1313/changes>

Changes:

[sylvain] Remove merge markers in changelog

[sylvain] Add sstablescrub to debian packaging

------------------------------------------
[...truncated 580 lines...]
    [junit] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    [junit] 	at java.lang.Thread.run(Thread.java:662)
    [junit] ERROR 16:01:55,072 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 16:01:56,282 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 16:01:56,283 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 16:01:56,898 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 16:01:56,898 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 16:01:57,685 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 16:01:57,686 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: 9.768 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 16.359 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] [{"columns":[["636f6c4e616d65","76616c",1347379345594],["636f6c4e616d6531","76616c31",1347379345594]],"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: 10.032 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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 <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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.83 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.BoundedStatsDequeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.056 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.059 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EncodedStreamsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 9.569 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.171 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.688 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.032 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SemanticVersionTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.06 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 11.369 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.StreamingHistogramTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.061 sec
    [junit] 

BUILD FAILED
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1091: The following error occurred while executing this line:
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1056: Some unit test(s) failed.

Total time: 20 minutes 49 seconds
Build step 'Invoke Ant' marked build as failure
[TASKS] Skipping publisher since build result is FAILURE
Recording test results

Build failed in Jenkins: Cassandra-quick #1312

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Cassandra-quick/1312/changes>

Changes:

[xedin] fix assumption error in CLI when updating/describing keyspace

------------------------------------------
[...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 11:40:48,788 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 11:40:49,030 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 11:40:49,031 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 11:40:49,205 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 11:40:49,206 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 11:40:49,400 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 11:40:49,400 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.183 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 4.631 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] [{"columns":[["636f6c4e616d65","76616c",1347363660180],["636f6c4e616d6531","76616c31",1347363660180]],"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.399 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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 <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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.525 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.BoundedStatsDequeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.056 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.ByteBufferUtilTest
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.072 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.174 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.06 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.IntervalTreeTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.169 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.444 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.029 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: 5.99 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
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1091: The following error occurred while executing this line:
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1056: Some unit test(s) failed.

Total time: 9 minutes 0 seconds
Build step 'Invoke Ant' marked build as failure
[TASKS] Skipping publisher since build result is FAILURE
Recording test results

Build failed in Jenkins: Cassandra-quick #1311

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Cassandra-quick/1311/changes>

Changes:

[sylvain] Add inet support in binary protocol

------------------------------------------
[...truncated 573 lines...]
    [junit] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    [junit] 	at java.lang.Thread.run(Thread.java:662)
    [junit] ERROR 11:12:00,961 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 11:12:01,037 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 11:12:01,038 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 11:12:01,089 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 11:12:01,089 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 11:12:01,142 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 11:12:01,143 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.915 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 4.117 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] [{"columns":[["636f6c4e616d65","76616c",1347361931200],["636f6c4e616d6531","76616c31",1347361931200]],"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.059 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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 <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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.536 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.BoundedStatsDequeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.061 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.ByteBufferUtilTest
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.078 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.BytesReadTrackerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.064 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EncodedStreamsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 3.89 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.066 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.IntervalTreeTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.18 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.449 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MergeIteratorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.08 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 1.058 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.669 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
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1091: The following error occurred while executing this line:
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1056: Some unit test(s) failed.

Total time: 8 minutes 28 seconds
Build step 'Invoke Ant' marked build as failure
[TASKS] Skipping publisher since build result is FAILURE
Recording test results

Build failed in Jenkins: Cassandra-quick #1310

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Cassandra-quick/1310/changes>

Changes:

[sylvain] Accept all thrift update on CQL3 cf but don't expose their metadata

------------------------------------------
[...truncated 574 lines...]
    [junit] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    [junit] 	at java.lang.Thread.run(Thread.java:662)
    [junit] ERROR 09:45:25,948 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 09:45:26,283 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 09:45:26,285 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 09:45:26,472 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 09:45:26,472 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 09:45:26,668 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 09:45:26,668 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: 5.372 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 6.192 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] [{"columns":[["636f6c4e616d65","76616c",1347356740153],["636f6c4e616d6531","76616c31",1347356740153]],"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: 5.964 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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 <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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.522 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.BoundedStatsDequeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.056 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: 5.458 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EstimatedHistogramTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.067 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.187 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.447 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MergeIteratorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.074 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 1.053 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SemanticVersionTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.062 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 7.329 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
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1091: The following error occurred while executing this line:
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1056: Some unit test(s) failed.

Total time: 9 minutes 44 seconds
Build step 'Invoke Ant' marked build as failure
[TASKS] Skipping publisher since build result is FAILURE
Recording test results

Build failed in Jenkins: Cassandra-quick #1309

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Cassandra-quick/1309/>

------------------------------------------
[...truncated 377 lines...]
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 5.874 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.LazilyCompactedRowTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 7.028 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 08:52:51,165 setting live ratio to maximum of 64.0 instead of 90.66666666666667
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.io.compress.CompressedRandomAccessReaderTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.16 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 08:52:55,418 open(null, O_RDONLY) failed, errno (14).
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.io.sstable.DescriptorTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.06 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.IndexHelperTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.059 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.LegacySSTableTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.496 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableMetadataSerializerTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.151 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableReaderTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 5.731 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 08:53:09,157 setting live ratio to maximum of 64.0 instead of 83.63120567375887
    [junit]  WARN 08:53:09,534 setting live ratio to maximum of 64.0 instead of 65.83957219251337
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableSimpleWriterTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 7.421 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 5.569 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.util.BufferedRandomAccessFileTest
    [junit] Tests run: 18, Failures: 0, Errors: 0, Time elapsed: 1.519 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.DynamicEndpointSnitchTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.152 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.EC2SnitchTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.98 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.NetworkTopologyStrategyTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.207 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.OldNetworkTopologyStrategyTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 4.426 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] toStream : [(158873535527910577765226390751398592512,0], (0,34028236692093846346337460743176821145]]
    [junit] toFetch : [(127605887595351923798765477786913079296,148873535527910577765226390751398592512]]
    [junit] toStreamExpected : [(158873535527910577765226390751398592512,0], (0,34028236692093846346337460743176821145]]
    [junit] toFetchExpected : [(127605887595351923798765477786913079296,148873535527910577765226390751398592512]]
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.locator.ReplicationStrategyEndpointCacheTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 4.441 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.SimpleStrategyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 4.512 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.TokenMetadataTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.967 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.AntiEntropyServiceCounterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 5.283 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 08:53:56,476 No host ID found, created 57b3317e-47ea-4baf-b56b-789fc682034c (Note: This should happen exactly once per node).
    [junit]  WARN 08:53:56,587 Generated random token [Token(bytes[c2fd967e0b78838ad091d8d15c5c4d0e])]. 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: 6, Failures: 0, Errors: 0, Time elapsed: 5.36 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 08:54:02,981 No host ID found, created 3ed109a1-39e3-46ae-a8ef-a27a4d266473 (Note: This should happen exactly once per node).
    [junit]  WARN 08:54:03,093 Generated random token [Token(bytes[51ca3e1a6e944d81910ef7d3d8e921ec])]. 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: 4.453 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.EmbeddedCassandraServiceTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 4.943 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 08:54:14,750 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:54:15,047 No host ID found, created b6a0820f-dc15-453a-aeaf-f45f6c7ecaec (Note: This should happen exactly once per node).
    [junit]  WARN 08:54:15,175 Generated random token [Token(bytes[cfd5088ba910a0195a1bffbe326febb4])]. 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: 1.387 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.LeaveAndBootstrapTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 7.908 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 08:54:27,248 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: 5.881 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.RemoveTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 8.364 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] ERROR 08:54:41,476 Stream failed because /127.0.0.6 died or was restarted/removed (streams may still be active in background, but further streams won't be started)
    [junit]  WARN 08:54:41,477 Streaming from /127.0.0.6 failed
    [junit] ERROR 08:54:41,477 Stream failed because /127.0.0.6 died or was restarted/removed (streams may still be active in background, but further streams won't be started)
    [junit]  WARN 08:54:41,477 Streaming from /127.0.0.6 failed
    [junit] ERROR 08:54:41,477 Stream failed because /127.0.0.6 died or was restarted/removed (streams may still be active in background, but further streams won't be started)
    [junit]  WARN 08:54:41,479 Streaming from /127.0.0.6 failed
    [junit] ERROR 08:54:41,479 Stream failed because /127.0.0.6 died or was restarted/removed (streams may still be active in background, but further streams won't be started)
    [junit]  WARN 08:54:41,479 Streaming from /127.0.0.6 failed
    [junit] ERROR 08:54:41,479 Stream failed because /127.0.0.6 died or was restarted/removed (streams may still be active in background, but further streams won't be started)
    [junit]  WARN 08:54:41,479 Streaming from /127.0.0.6 failed
    [junit] ERROR 08:54:41,479 Stream failed because /127.0.0.6 died or was restarted/removed (streams may still be active in background, but further streams won't be started)
    [junit]  WARN 08:54:41,479 Streaming from /127.0.0.6 failed
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.service.RowResolverTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 4.367 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 3.535 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 4.414 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.211 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 3.652 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 08:55:06,436 No host ID found, created 6953f8f5-2056-408c-9b1d-3c7ed056b80d (Note: This should happen exactly once per node).
    [junit]  WARN 08:55:06,769 Generated random token [Token(bytes[4044c4aa6a4a715bc405384a9d6c7dd2])]. 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: 4.229 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 4.376 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
    [junit] 
    [junit] Testcase: org.apache.cassandra.streaming.StreamingTransferTest:testTransferTable:	Caused an ERROR
    [junit] Timeout occurred. Please note the time in the report does not reflect the time until the timeout.
    [junit] junit.framework.AssertionFailedError: Timeout occurred. Please note the time in the report does not reflect the time until the timeout.
    [junit] 
    [junit] 
    [junit] Test org.apache.cassandra.streaming.StreamingTransferTest FAILED (timeout)
    [junit] Testsuite: org.apache.cassandra.thrift.ThriftValidationTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 4.512 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 4.97 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] [{"columns":[["636f6c4e616d65","76616c",1347353789742],["636f6c4e616d6531","76616c31",1347353789742]],"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.683 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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 <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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.533 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.BoundedStatsDequeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.057 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.ByteBufferUtilTest
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.074 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.BytesReadTrackerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.061 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EncodedStreamsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 4.417 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EstimatedHistogramTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.066 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.18 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.453 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.049 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.195 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.StreamingHistogramTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.061 sec
    [junit] 

BUILD FAILED
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1091: The following error occurred while executing this line:
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1056: Some unit test(s) failed.

Total time: 10 minutes 18 seconds
Build step 'Invoke Ant' marked build as failure
[TASKS] Skipping publisher since build result is FAILURE
Recording test results

Build failed in Jenkins: Cassandra-quick #1308

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Cassandra-quick/1308/changes>

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 <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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 <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1091: The following error occurred while executing this line:
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>: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

Build failed in Jenkins: Cassandra-quick #1307

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Cassandra-quick/1307/changes>

Changes:

[xedin] Fix cql error with ORDER BY when using IN

[brandonwilliams] Bump stack to 180k.

[brandonwilliams] Bump stack to 180k.

[xedin] change ColumnSerializer.deserialize to be able fix timestamps from future, related to CASSANDRA-4561

[sylvain] Fix changelog

[sylvain] Multiple values for CurrentLocal Node ID

[jbellis] explain how to work around exec problems in error message

[xedin] Improve IAuthority interface by introducing fine-grained access permissions and grant/revoke commands

[brandonwilliams] cqlsh: allow disabling colors.

[xedin] Fix cql error with ORDER BY when using IN

[xedin] Bump stack to 180k.

[xedin] change ColumnSerializer.deserialize to be able fix timestamps from future, related to CASSANDRA-4561

[xedin] Fix changelog

[xedin] Multiple values for CurrentLocal Node ID

[xedin] explain how to work around exec problems in error message

[xedin] Improve IAuthority interface by introducing fine-grained access permissions and grant/revoke commands

[xedin] changes related to CASSANDRA-4490 merge

[xedin] small fix in permission checking in ClientState, related to CASSANDRA-4490

------------------------------------------
[...truncated 580 lines...]
    [junit] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    [junit] 	at java.lang.Thread.run(Thread.java:662)
    [junit] ERROR 00:28:54,461 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 00:28:54,545 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 00:28:54,546 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 00:28:54,581 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 00:28:54,582 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 00:28:54,657 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 00:28:54,658 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.037 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 4.158 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] [{"columns":[["636f6c4e616d65","76616c",1347323344871],["636f6c4e616d6531","76616c31",1347323344871]],"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.051 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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 <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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.554 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.078 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.BytesReadTrackerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.061 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EncodedStreamsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 4.07 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EstimatedHistogramTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.065 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.068 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.462 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MergeIteratorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.08 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 1.073 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SemanticVersionTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.064 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 5.691 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.StreamingHistogramTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.065 sec
    [junit] 

BUILD FAILED
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1091: The following error occurred while executing this line:
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1056: Some unit test(s) failed.

Total time: 8 minutes 33 seconds
Build step 'Invoke Ant' marked build as failure
[TASKS] Skipping publisher since build result is FAILURE
Recording test results

Build failed in Jenkins: Cassandra-quick #1306

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Cassandra-quick/1306/changes>

Changes:

[sylvain] Make CQL3 the default CQL implementation

[xedin] update stress tool to be able to use CQL3

[jbellis] flesh out BatchlogManagerMBean

------------------------------------------
[...truncated 580 lines...]
    [junit] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    [junit] 	at java.lang.Thread.run(Thread.java:662)
    [junit] ERROR 19:07:55,941 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 19:07:56,352 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 19:07:56,353 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 19:07:56,498 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 19:07:56,499 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 19:07:56,604 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 19:07:56,607 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.276 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 4.676 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] [{"columns":[["636f6c4e616d65","76616c",1347304087550],["636f6c4e616d6531","76616c31",1347304087550]],"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.462 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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 <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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.523 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.BoundedStatsDequeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.056 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.322 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EstimatedHistogramTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.059 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.063 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.IntervalTreeTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.172 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.447 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.027 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SemanticVersionTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.06 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.318 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
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1091: The following error occurred while executing this line:
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1056: Some unit test(s) failed.

Total time: 9 minutes 28 seconds
Build step 'Invoke Ant' marked build as failure
[TASKS] Skipping publisher since build result is FAILURE
Recording test results

Build failed in Jenkins: Cassandra-quick #1305

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Cassandra-quick/1305/>

------------------------------------------
[...truncated 580 lines...]
    [junit] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    [junit] 	at java.lang.Thread.run(Thread.java:662)
    [junit] ERROR 16:12:44,522 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 16:12:45,550 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 16:12:45,551 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 16:12:46,385 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 16:12:46,386 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 16:12:47,513 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 16:12:47,515 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: 10.006 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 14.617 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] [{"columns":[["636f6c4e616d65","76616c",1347293593752],["636f6c4e616d6531","76616c31",1347293593752]],"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: 11.787 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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 <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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.793 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.BoundedStatsDequeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.057 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.ByteBufferUtilTest
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.074 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.BytesReadTrackerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.06 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EncodedStreamsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 11.581 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EstimatedHistogramTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.061 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.FBUtilitiesTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.062 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.HexTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.063 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.IntervalTreeTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.176 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.686 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.045 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SemanticVersionTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.06 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 12.639 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.StreamingHistogramTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.068 sec
    [junit] 

BUILD FAILED
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1091: The following error occurred while executing this line:
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1056: Some unit test(s) failed.

Total time: 20 minutes 43 seconds
Build step 'Invoke Ant' marked build as failure
[TASKS] Skipping publisher since build result is FAILURE
Recording test results

Build failed in Jenkins: Cassandra-quick #1304

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Cassandra-quick/1304/changes>

Changes:

[brandonwilliams] Make vnodes default.

------------------------------------------
[...truncated 572 lines...]
    [junit] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    [junit] 	at java.lang.Thread.run(Thread.java:662)
    [junit] ERROR 14:40:41,659 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 14:40:41,931 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 14:40:41,931 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 14:40:42,107 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 14:40:42,107 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 14:40:42,375 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 14:40:42,376 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.377 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 4.707 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] [{"columns":[["636f6c4e616d65","76616c",1347288053448],["636f6c4e616d6531","76616c31",1347288053448]],"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.531 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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 <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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.53 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.BoundedStatsDequeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.057 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.059 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EncodedStreamsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 4.209 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EstimatedHistogramTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.061 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.FBUtilitiesTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.061 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.173 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.459 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MergeIteratorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.077 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 1.036 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SemanticVersionTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.06 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.02 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.StreamingHistogramTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.063 sec
    [junit] 

BUILD FAILED
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1091: The following error occurred while executing this line:
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1056: Some unit test(s) failed.

Total time: 9 minutes 13 seconds
Build step 'Invoke Ant' marked build as failure
[TASKS] Skipping publisher since build result is FAILURE
Recording test results

Build failed in Jenkins: Cassandra-quick #1303

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Cassandra-quick/1303/changes>

Changes:

[aaron] Rewrite nodetool help

------------------------------------------
[...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 09:55:15,992 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 09:55:16,059 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 09:55:16,059 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 09:55:16,083 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 09:55:16,084 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 09:55:16,122 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 09:55:16,122 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.879 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 4.023 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] [{"columns":[["636f6c4e616d65","76616c",1347270926039],["636f6c4e616d6531","76616c31",1347270926039]],"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.009 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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 <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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.548 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.BoundedStatsDequeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.061 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.ByteBufferUtilTest
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.078 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.961 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.066 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.IntervalTreeTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.179 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.455 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.062 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.606 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.StreamingHistogramTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.065 sec
    [junit] 

BUILD FAILED
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1091: The following error occurred while executing this line:
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1056: Some unit test(s) failed.

Total time: 8 minutes 21 seconds
Build step 'Invoke Ant' marked build as failure
[TASKS] Skipping publisher since build result is FAILURE
Recording test results

Build failed in Jenkins: Cassandra-quick #1302

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Cassandra-quick/1302/>

------------------------------------------
[...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 06:40:30,515 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 06:40:30,688 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 06:40:30,689 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 06:40:30,847 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 06:40:30,848 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 06:40:31,020 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 06:40:31,021 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.475 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 4.769 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] [{"columns":[["636f6c4e616d65","76616c",1347259242251],["636f6c4e616d6531","76616c31",1347259242251]],"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: 7.384 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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 <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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.524 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.061 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EncodedStreamsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 4.582 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.171 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.444 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MergeIteratorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.076 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 1.024 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SemanticVersionTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.061 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.423 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.StreamingHistogramTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.061 sec
    [junit] 

BUILD FAILED
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1091: The following error occurred while executing this line:
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1056: Some unit test(s) failed.

Total time: 9 minutes 6 seconds
Build step 'Invoke Ant' marked build as failure
[TASKS] Skipping publisher since build result is FAILURE
Recording test results

Build failed in Jenkins: Cassandra-quick #1301

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Cassandra-quick/1301/>

------------------------------------------
[...truncated 783 lines...]
    [junit] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    [junit] 	at java.lang.Thread.run(Thread.java:662)
    [junit] ERROR 06:27:32,877 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 06:27:33,078 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 06:27:33,079 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 06:27:33,198 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 06:27:33,199 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 06:27:33,419 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 06:27:33,420 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.273 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 4.523 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] [{"columns":[["636f6c4e616d65","76616c",1347258464183],["636f6c4e616d6531","76616c31",1347258464183]],"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.384 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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 <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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.521 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.BoundedStatsDequeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.057 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.274 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EstimatedHistogramTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.061 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.FBUtilitiesTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.061 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.171 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.438 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.031 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SemanticVersionTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.06 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 5.964 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
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1091: The following error occurred while executing this line:
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1056: Some unit test(s) failed.

Total time: 9 minutes 29 seconds
Build step 'Invoke Ant' marked build as failure
[TASKS] Skipping publisher since build result is FAILURE
Recording test results

Build failed in Jenkins: Cassandra-quick #1300

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Cassandra-quick/1300/>

------------------------------------------
Started by an SCM change
Building remotely on ubuntu4 in workspace <https://builds.apache.org/job/Cassandra-quick/ws/>
Checkout:Cassandra-quick / <https://builds.apache.org/job/Cassandra-quick/ws/> - hudson.remoting.Channel@57550cc6:ubuntu4
Using strategy: Default
Last Built Revision: Revision 39570be0fbedb71dafc19c3e6bb2b4f7b98ecb2e (origin/trunk)
Fetching changes from 1 remote Git repository
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/cassandra.git
Commencing build of Revision 39570be0fbedb71dafc19c3e6bb2b4f7b98ecb2e (origin/trunk)
Checking out Revision 39570be0fbedb71dafc19c3e6bb2b4f7b98ecb2e (origin/trunk)
FATAL: Could not apply tag jenkins-Cassandra-quick-1300
hudson.plugins.git.GitException: Could not apply tag jenkins-Cassandra-quick-1300
	at hudson.plugins.git.GitAPI.tag(GitAPI.java:751)
	at hudson.plugins.git.GitSCM$4.invoke(GitSCM.java:1321)
	at hudson.plugins.git.GitSCM$4.invoke(GitSCM.java:1269)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2200)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	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:679)
Caused by: hudson.plugins.git.GitException: Command "git tag -a -f -m Jenkins Build #1300 jenkins-Cassandra-quick-1300" returned status code 128:
stdout: 
stderr: 
*** Please tell me who you are.

Run

  git config --global user.email "you@example.com"
  git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: empty ident  <jenkins@janus.apache.org
> not allowed

	at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:818)
	at hudson.plugins.git.GitAPI.launchCommand(GitAPI.java:780)
	at hudson.plugins.git.GitAPI.launchCommand(GitAPI.java:790)
	at hudson.plugins.git.GitAPI.tag(GitAPI.java:749)
	... 12 more

Build failed in Jenkins: Cassandra-quick #1299

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Cassandra-quick/1299/>

------------------------------------------
[...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 07:15:08,364 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 07:15:08,423 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 07:15:08,424 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 07:15:08,458 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 07:15:08,458 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 07:15:08,511 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 07:15:08,511 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.878 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 4.038 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] [{"columns":[["636f6c4e616d65","76616c",1347174918425],["636f6c4e616d6531","76616c31",1347174918425]],"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.963 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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 <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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.555 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.078 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.916 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.066 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.46 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.065 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.587 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
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1091: The following error occurred while executing this line:
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1056: Some unit test(s) failed.

Total time: 8 minutes 35 seconds
Build step 'Invoke Ant' marked build as failure
[TASKS] Skipping publisher since build result is FAILURE
Recording test results

Build failed in Jenkins: Cassandra-quick #1298

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Cassandra-quick/1298/>

------------------------------------------
[...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 06:56:20,282 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 06:56:20,340 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 06:56:20,340 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 06:56:20,364 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 06:56:20,364 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 06:56:20,398 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 06:56:20,398 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.858 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 3.992 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] [{"columns":[["636f6c4e616d65","76616c",1347173790247],["636f6c4e616d6531","76616c31",1347173790247]],"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.928 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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 <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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.534 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.BoundedStatsDequeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.061 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.907 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.065 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.179 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.466 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.072 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SemanticVersionTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.064 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 5.616 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
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1091: The following error occurred while executing this line:
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>: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

Build failed in Jenkins: Cassandra-quick #1297

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Cassandra-quick/1297/>

------------------------------------------
[...truncated 571 lines...]
    [junit] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    [junit] 	at java.lang.Thread.run(Thread.java:662)
    [junit] ERROR 05:14:53,311 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 05:14:53,379 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 05:14:53,379 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 05:14:53,405 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 05:14:53,405 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 05:14:53,445 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 05:14:53,446 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.856 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 3.961 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] [{"columns":[["636f6c4e616d65","76616c",1347167703267],["636f6c4e616d6531","76616c31",1347167703267]],"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.977 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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 <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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.525 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.871 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.465 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.074 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.687 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.StreamingHistogramTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.065 sec
    [junit] 

BUILD FAILED
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1091: The following error occurred while executing this line:
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1056: Some unit test(s) failed.

Total time: 8 minutes 27 seconds
Build step 'Invoke Ant' marked build as failure
[TASKS] Skipping publisher since build result is FAILURE
Recording test results

Build failed in Jenkins: Cassandra-quick #1296

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Cassandra-quick/1296/>

------------------------------------------
[...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 04:17:09,151 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 04:17:09,206 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 04:17:09,206 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 04:17:09,232 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 04:17:09,232 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 04:17:09,259 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 04:17:09,260 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.853 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 4.102 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] [{"columns":[["636f6c4e616d65","76616c",1347164239214],["636f6c4e616d6531","76616c31",1347164239214]],"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.129 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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 <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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.532 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.BoundedStatsDequeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.062 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.063 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EncodedStreamsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 3.982 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.069 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.IntervalTreeTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.177 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.466 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MergeIteratorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.084 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 1.073 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SemanticVersionTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.062 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 5.633 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
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1091: The following error occurred while executing this line:
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1056: Some unit test(s) failed.

Total time: 8 minutes 28 seconds
Build step 'Invoke Ant' marked build as failure
[TASKS] Skipping publisher since build result is FAILURE
Recording test results

Build failed in Jenkins: Cassandra-quick #1295

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Cassandra-quick/1295/changes>

Changes:

[jbellis] gen-thrift-java

------------------------------------------
[...truncated 581 lines...]
    [junit] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    [junit] 	at java.lang.Thread.run(Thread.java:662)
    [junit] ERROR 03:55:31,544 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 03:55:32,567 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 03:55:32,567 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 03:55:33,133 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 03:55:33,134 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 03:55:33,854 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 03:55:33,855 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: 9.243 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 11.225 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] [{"columns":[["636f6c4e616d65","76616c",1347162956131],["636f6c4e616d6531","76616c31",1347162956131]],"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: 10.059 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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 <num_keys>)
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Counting keys to import, please wait... (NOTE: to skip this use -n <num_keys>)
    [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.791 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.BoundedStatsDequeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.056 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: 11.646 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.061 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.HexTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.062 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.IntervalTreeTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.171 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.69 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.03 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: 12.276 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.StreamingHistogramTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.061 sec
    [junit] 

BUILD FAILED
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1091: The following error occurred while executing this line:
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1056: Some unit test(s) failed.

Total time: 17 minutes 51 seconds
Build step 'Invoke Ant' marked build as failure
[TASKS] Skipping publisher since build result is FAILURE
Recording test results