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/06/19 03:29:23 UTC

Build failed in Jenkins: Cassandra-quick #605

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

Changes:

[jbellis] add #3762 to CHANGES

------------------------------------------
[...truncated 476 lines...]
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.LeaveAndBootstrapTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 9.389 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 01:27:16,783 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: 9.257 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.RemoveTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 10.91 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] ERROR 01:27:36,865 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 01:27:36,866 Streaming from /127.0.0.6 failed
    [junit] ERROR 01:27:36,866 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 01:27:36,867 Streaming from /127.0.0.6 failed
    [junit] ERROR 01:27:36,870 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 01:27:36,871 Streaming from /127.0.0.6 failed
    [junit] ERROR 01:27:36,871 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 01:27:36,871 Streaming from /127.0.0.6 failed
    [junit] ERROR 01:27:36,871 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 01:27:36,871 Streaming from /127.0.0.6 failed
    [junit] ERROR 01:27:36,871 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 01:27:36,871 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: 6.546 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 5.286 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.993 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.1 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 3.393 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 01:28:07,799 No host ID found, created 161398fa-f453-44d2-b651-53a5d218d91b (Note: This should happen exactly once per node).
    [junit]  WARN 01:28:08,074 Generated random token Token(bytes[4721d9c836422746907dfaadea9d6e28]). 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: 5.991 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.41 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Tests run: 5, Failures: 2, Errors: 0, Time elapsed: 6.273 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 01:28:30,046 No host ID found, created 16cdd030-45c2-45f5-90ef-0e2f8147e1fb (Note: This should happen exactly once per node).
    [junit]  WARN 01:28:30,211 Generated random token Token(bytes[dc38132c5078b3eb613f2f97fafb6631]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ERROR 01:28:30,406 Fatal exception in thread Thread[Streaming to /127.0.0.1:1,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 01:28:30,507 Fatal exception in thread Thread[Streaming to /127.0.0.1:2,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 01:28:30,674 Fatal exception in thread Thread[Streaming to /127.0.0.1:3,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 01:28:30,724 Fatal exception in thread Thread[Streaming to /127.0.0.1:4,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 01:28:30,843 Fatal exception in thread Thread[Streaming to /127.0.0.1:5,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 01:28:30,974 Fatal exception in thread Thread[Streaming to /127.0.0.1:6,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [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:271)
    [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:330)
    [junit] 
    [junit] 
    [junit] Test org.apache.cassandra.streaming.StreamingTransferTest FAILED
    [junit] Testsuite: org.apache.cassandra.thrift.ThriftValidationTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 6.889 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 7.145 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.tools.SSTableImportTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 6.218 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 3 keys...
    [junit] Importing 3 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] Line 2: Key 303630 is greater than previous, collection is not sorted properly. Aborting import. You might need to delete SSTables manually.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.utils.BloomFilterTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.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: 6.128 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.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.073 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.895 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: 8.244 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>:1094: 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: 12 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 #648

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

Changes:

[dbrosius] add UseCondCardMark XX jvm settings on jdk 1.7

------------------------------------------
[...truncated 366 lines...]
    [junit] 
    [junit] Testsuite: org.apache.cassandra.dht.RangeTest
    [junit] Tests run: 22, Failures: 0, Errors: 0, Time elapsed: 0.919 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.ArrivalWindowTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.876 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.GossipDigestTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.057 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 6.138 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.hadoop.ColumnFamilyInputFormatTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.21 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.BloomFilterTrackerTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 6.177 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.CompactSerializerTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 6.847 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.LazilyCompactedRowTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 8.713 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.compress.CompressedRandomAccessReaderTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.026 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 20:40:34,900 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.06 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.LegacySSTableTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.786 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableMetadataSerializerTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.135 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableReaderTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 6.999 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableSimpleWriterTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.271 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 6.497 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.util.BufferedRandomAccessFileTest
    [junit] Tests run: 18, Failures: 0, Errors: 0, Time elapsed: 1.462 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.DynamicEndpointSnitchTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.197 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.EC2SnitchTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.9 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.NetworkTopologyStrategyTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.902 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.OldNetworkTopologyStrategyTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 6.012 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: 6.273 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.SimpleStrategyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.222 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.TokenMetadataTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.893 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.AntiEntropyServiceCounterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 7.85 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 20:41:44,208 No host ID found, created 09235ee1-0fd7-4f42-bf40-6635bb606853 (Note: This should happen exactly once per node).
    [junit]  WARN 20:41:44,385 Generated random token Token(bytes[5c177500e38446f1d16757b1859454e9]). 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: 7.305 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 20:41:53,015 No host ID found, created a5077b23-734a-4212-983e-e6b22c906413 (Note: This should happen exactly once per node).
    [junit]  WARN 20:41:53,242 Generated random token Token(bytes[4ac83d7bb1d7ac9b30f86cbbc4035925]). 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: 6.193 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.EmbeddedCassandraServiceTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.915 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 20:42:08,520 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 20:42:08,966 No host ID found, created 8b536a46-1549-4538-89f4-fdd62c2d5d82 (Note: This should happen exactly once per node).
    [junit]  WARN 20:42:09,146 Generated random token Token(bytes[d86ba3936962f1354eda45bf01c090e0]). 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.463 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.LeaveAndBootstrapTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 8.443 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 20:42:21,881 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: 7.319 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.RemoveTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 10.195 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] ERROR 20:42:39,268 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 20:42:39,269 Streaming from /127.0.0.6 failed
    [junit] ERROR 20:42:39,269 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 20:42:39,275 Streaming from /127.0.0.6 failed
    [junit] ERROR 20:42:39,275 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 20:42:39,275 Streaming from /127.0.0.6 failed
    [junit] ERROR 20:42:39,275 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 20:42:39,275 Streaming from /127.0.0.6 failed
    [junit] ERROR 20:42:39,276 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 20:42:39,276 Streaming from /127.0.0.6 failed
    [junit] ERROR 20:42:39,276 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 20:42:39,276 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: 6.128 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 5.3 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.272 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.076 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 3.405 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 20:43:09,035 No host ID found, created 33c41182-0a03-413d-bfe5-fccefbf15a20 (Note: This should happen exactly once per node).
    [junit]  WARN 20:43:09,329 Generated random token Token(bytes[f48db413018cba4ca4e41ebed1e764fd]). 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: 6.063 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.116 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 6.509 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 20:43:31,075 No host ID found, created e4cda91f-2fb2-434f-9f9c-0fa97f37a7f9 (Note: This should happen exactly once per node).
    [junit]  WARN 20:43:31,238 Generated random token Token(bytes[a9589351c306f9dc4f52a98ad50fa2fb]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.thrift.ThriftValidationTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 6.044 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 6.778 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.tools.SSTableImportTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 6.363 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 3 keys...
    [junit] Importing 3 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] Line 2: Key 303630 is greater than previous, collection is not sorted properly. Aborting import. You might need to delete SSTables manually.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.utils.BloomFilterTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.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.074 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.BytesReadTrackerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.068 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EncodedStreamsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.129 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.171 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.074 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.901 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.717 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>:1094: 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: 11 minutes 5 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 #647

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

Changes:

[brandonwilliams] Bound CFRR progress to 100%.

------------------------------------------
[...truncated 379 lines...]
    [junit] Testsuite: org.apache.cassandra.gms.GossipDigestTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.058 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 6.036 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.hadoop.ColumnFamilyInputFormatTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.265 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.BloomFilterTrackerTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 6.158 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.CompactSerializerTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 6.921 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.LazilyCompactedRowTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 8.392 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.compress.CompressedRandomAccessReaderTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.039 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 19:55:03,047 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.058 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.LegacySSTableTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.844 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableMetadataSerializerTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.136 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableReaderTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 7.183 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableSimpleWriterTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.209 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 6.521 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.util.BufferedRandomAccessFileTest
    [junit] Tests run: 18, Failures: 0, Errors: 0, Time elapsed: 1.426 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.DynamicEndpointSnitchTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.216 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.EC2SnitchTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.892 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.NetworkTopologyStrategyTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.896 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.OldNetworkTopologyStrategyTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 6.038 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: 6.349 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.SimpleStrategyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.241 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.TokenMetadataTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.89 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.AntiEntropyServiceCounterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 7.763 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 19:56:12,605 No host ID found, created 6f728ef5-8eef-4628-897e-2a2085ffc854 (Note: This should happen exactly once per node).
    [junit]  WARN 19:56:12,779 Generated random token Token(bytes[908c2a852a272b64f3e3bbf280bf2ec8]). 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: 7.242 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 19:56:21,454 No host ID found, created 30cd9029-b986-4acd-a965-22360ab49ed9 (Note: This should happen exactly once per node).
    [junit]  WARN 19:56:21,623 Generated random token Token(bytes[34bc59f7f243179c1602d77e2e819bac]). 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: 6.339 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.EmbeddedCassandraServiceTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.889 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 19:56:36,979 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 19:56:37,421 No host ID found, created 5814b7fb-1560-40c5-9a40-7b0e6f293908 (Note: This should happen exactly once per node).
    [junit]  WARN 19:56:37,597 Generated random token Token(bytes[032b671f80ea913a14b66ed7300e2327]). 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.454 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.LeaveAndBootstrapTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 8.65 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 19:56:50,517 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: 7.209 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.RemoveTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 10.167 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] ERROR 19:57:06,560 Fatal exception in thread Thread[ACCEPT-/127.0.0.1,5,main]
    [junit] java.lang.RuntimeException: java.nio.channels.ClosedChannelException
    [junit] 	at org.apache.cassandra.net.MessagingService$SocketThread.run(MessagingService.java:854)
    [junit] Caused by: java.nio.channels.ClosedChannelException
    [junit] 	at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:137)
    [junit] 	at sun.nio.ch.ServerSocketAdaptor.accept(ServerSocketAdaptor.java:84)
    [junit] 	at org.apache.cassandra.net.MessagingService$SocketThread.run(MessagingService.java:843)
    [junit] ERROR 19:57:07,790 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 19:57:07,791 Streaming from /127.0.0.6 failed
    [junit] ERROR 19:57:07,791 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 19:57:07,792 Streaming from /127.0.0.6 failed
    [junit] ERROR 19:57:07,792 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 19:57:07,792 Streaming from /127.0.0.6 failed
    [junit] ERROR 19:57:07,792 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 19:57:07,792 Streaming from /127.0.0.6 failed
    [junit] ERROR 19:57:07,792 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 19:57:07,792 Streaming from /127.0.0.6 failed
    [junit] ERROR 19:57:07,793 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 19:57:07,793 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: 6.156 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 5.537 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.199 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.09 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 3.394 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 19:57:37,792 No host ID found, created d10c98f4-1389-41aa-acf8-7d680a47c437 (Note: This should happen exactly once per node).
    [junit]  WARN 19:57:38,070 Generated random token Token(bytes[0da4d00b27f8f17aff5b1285ef81c968]). 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: 6.056 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.137 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 6.815 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 19:57:59,962 No host ID found, created 1aee9216-8ee9-42a4-a23a-878f3d1fcc8f (Note: This should happen exactly once per node).
    [junit]  WARN 19:58:00,130 Generated random token Token(bytes[e660850aeefa3d39f6db44505e712901]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.thrift.ThriftValidationTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 6.218 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 6.789 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.tools.SSTableImportTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 6.399 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 3 keys...
    [junit] Importing 3 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] Line 2: Key 303630 is greater than previous, collection is not sorted properly. Aborting import. You might need to delete SSTables manually.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.utils.BloomFilterTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.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.074 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.12 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.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.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.073 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.899 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: 8.121 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>:1094: 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: 11 minutes 59 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 #646

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

Changes:

[jbellis] add UseCondCardMark to default GC options

[jbellis] Revert "add UseCondCardMark to default GC options" (not supported in 1.6?)

[dbrosius] fix typo (spilleng)

------------------------------------------
[...truncated 373 lines...]
    [junit] 
    [junit] Testsuite: org.apache.cassandra.dht.RangeTest
    [junit] Tests run: 22, Failures: 0, Errors: 0, Time elapsed: 0.957 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.ArrivalWindowTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.954 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.GossipDigestTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.062 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 5.794 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.hadoop.ColumnFamilyInputFormatTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.247 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.BloomFilterTrackerTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 5.736 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.CompactSerializerTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 6.521 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.LazilyCompactedRowTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 7.071 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.compress.CompressedRandomAccessReaderTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.048 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 19:34:13,592 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.064 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.IndexHelperTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.067 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.LegacySSTableTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 7.102 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableMetadataSerializerTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.209 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableReaderTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 6.318 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableSimpleWriterTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.818 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 6.736 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.util.BufferedRandomAccessFileTest
    [junit] Tests run: 18, Failures: 0, Errors: 0, Time elapsed: 1.824 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.DynamicEndpointSnitchTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.558 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.EC2SnitchTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.328 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.NetworkTopologyStrategyTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.96 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.OldNetworkTopologyStrategyTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 6.476 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: 6.802 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.SimpleStrategyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.047 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.TokenMetadataTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.937 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.AntiEntropyServiceCounterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 6.869 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 19:35:24,997 No host ID found, created 59d05c59-91e7-4294-a731-79d028f62e9a (Note: This should happen exactly once per node).
    [junit]  WARN 19:35:25,173 Generated random token Token(bytes[fd94778adc0df99c6700620ce00290a2]). 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: 6.563 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 19:35:33,071 No host ID found, created abf63fef-e5ae-4506-9d52-db0db991a8bd (Note: This should happen exactly once per node).
    [junit]  WARN 19:35:33,231 Generated random token Token(bytes[ebe1700364ee5115a9ba0b09eb16f7ca]). 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: 5.939 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.EmbeddedCassandraServiceTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.446 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 19:35:47,530 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 19:35:47,964 No host ID found, created d74d9484-5d12-42d7-9bb1-f8239871955d (Note: This should happen exactly once per node).
    [junit]  WARN 19:35:48,126 Generated random token Token(bytes[d79cb8dc34affaba41e529837d1b1649]). 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.515 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.LeaveAndBootstrapTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 6.819 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 19:35:59,440 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: 6.334 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.RemoveTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 9.213 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] ERROR 19:36:14,673 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 19:36:14,674 Streaming from /127.0.0.6 failed
    [junit] ERROR 19:36:14,676 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 19:36:14,676 Streaming from /127.0.0.6 failed
    [junit] ERROR 19:36:14,676 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 19:36:14,676 Streaming from /127.0.0.6 failed
    [junit] ERROR 19:36:14,676 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 19:36:14,677 Streaming from /127.0.0.6 failed
    [junit] ERROR 19:36:14,677 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 19:36:14,677 Streaming from /127.0.0.6 failed
    [junit] ERROR 19:36:14,677 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 19:36:14,677 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: 5.663 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 5.165 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.618 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.961 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 4.761 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 19:36:48,190 No host ID found, created 901262b0-e71e-4dd5-b9da-55169605385b (Note: This should happen exactly once per node).
    [junit]  WARN 19:36:48,460 Generated random token Token(bytes[979e6d2ac851de2a2a85c4bc5babb830]). 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: 7.511 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 7.366 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 5.485 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 19:37:13,084 No host ID found, created 29e1eeb1-4428-4945-9b62-b720164d3b79 (Note: This should happen exactly once per node).
    [junit]  WARN 19:37:13,232 Generated random token Token(bytes[b5069afaeda45bd365977c88d766fd70]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.thrift.ThriftValidationTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 5.895 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 5.937 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.tools.SSTableImportTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 5.927 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 3 keys...
    [junit] Importing 3 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] Line 2: Key 303630 is greater than previous, collection is not sorted properly. Aborting import. You might need to delete SSTables manually.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.utils.BloomFilterTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.571 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.08 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: 5.965 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.084 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.495 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MergeIteratorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.082 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 1.262 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SemanticVersionTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.066 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 8.225 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.StreamingHistogramTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.098 sec
    [junit] 

BUILD FAILED
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1094: 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: 11 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 #645

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

Changes:

[jbellis] split up rpc timeout by operation type

[jbellis] add short-circuit abort check in searchInternal

------------------------------------------
[...truncated 362 lines...]
    [junit] 
    [junit] Testsuite: org.apache.cassandra.dht.RangeTest
    [junit] Tests run: 22, Failures: 0, Errors: 0, Time elapsed: 0.969 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.ArrivalWindowTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.921 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.GossipDigestTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.058 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 16.412 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.hadoop.ColumnFamilyInputFormatTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.244 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.BloomFilterTrackerTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 16.623 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.CompactSerializerTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 17.272 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.LazilyCompactedRowTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 36.242 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.compress.CompressedRandomAccessReaderTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.889 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 19:04:35,751 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.06 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.LegacySSTableTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 18.058 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableMetadataSerializerTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.136 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableReaderTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 23.827 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableSimpleWriterTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 16.475 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 16.797 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.util.BufferedRandomAccessFileTest
    [junit] Tests run: 18, Failures: 0, Errors: 0, Time elapsed: 3.721 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.DynamicEndpointSnitchTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.517 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.EC2SnitchTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.913 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.NetworkTopologyStrategyTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.918 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.OldNetworkTopologyStrategyTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 16.953 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: 16.206 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.SimpleStrategyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 18.339 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.TokenMetadataTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.898 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.AntiEntropyServiceCounterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 21.85 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 19:07:20,101 No host ID found, created d34cc864-cdcc-4fe2-87d7-409f58b8b567 (Note: This should happen exactly once per node).
    [junit]  WARN 19:07:20,583 Generated random token Token(bytes[9677df286ce72bab007924016ebdedc3]). 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: 23.453 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 19:07:45,069 No host ID found, created a1fbdcea-66cf-4005-9515-e3588b915d5e (Note: This should happen exactly once per node).
    [junit]  WARN 19:07:45,663 Generated random token Token(bytes[d7586d3d1eb2f2bb851353a473db7c2e]). 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: 17.774 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.EmbeddedCassandraServiceTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 20.317 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 19:08:28,206 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 19:08:29,092 No host ID found, created 30df670b-13b3-4277-8ffa-28f7f86b6c02 (Note: This should happen exactly once per node).
    [junit]  WARN 19:08:29,535 Generated random token Token(bytes[e563b74dc547bfb1d0a656a80502e009]). 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.448 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.LeaveAndBootstrapTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 29.665 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 19:09:01,344 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: 18.7 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.RemoveTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 26.638 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] ERROR 19:09:48,142 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 19:09:48,143 Streaming from /127.0.0.6 failed
    [junit] ERROR 19:09:48,143 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 19:09:48,144 Streaming from /127.0.0.6 failed
    [junit] ERROR 19:09:48,144 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 19:09:48,144 Streaming from /127.0.0.6 failed
    [junit] ERROR 19:09:48,144 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 19:09:48,144 Streaming from /127.0.0.6 failed
    [junit] ERROR 19:09:48,144 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 19:09:48,144 Streaming from /127.0.0.6 failed
    [junit] ERROR 19:09:48,145 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 19:09:48,145 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: 17.41 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 16.885 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 16.234 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.183 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 4.007 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 19:10:51,587 No host ID found, created 375a536d-84c6-4064-8af0-7506de0967fe (Note: This should happen exactly once per node).
    [junit]  WARN 19:10:52,085 Generated random token Token(bytes[8a453e577f1bd1418e9afda8fe89c576]). 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: 18.108 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 16.541 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 24.548 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 19:11:47,102 No host ID found, created 15563dda-3166-4f7c-b6c2-54fc6cd058b6 (Note: This should happen exactly once per node).
    [junit]  WARN 19:11:47,670 Generated random token Token(bytes[f00b5a1aa3482b98a5d2447a430a027f]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.thrift.ThriftValidationTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 16.687 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 19.948 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.tools.SSTableImportTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 17.679 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 3 keys...
    [junit] Importing 3 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] Line 2: Key 303630 is greater than previous, collection is not sorted properly. Aborting import. You might need to delete SSTables manually.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.utils.BloomFilterTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.801 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.081 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: 11.866 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.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.687 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: 0.91 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: 19.239 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.StreamingHistogramTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.071 sec
    [junit] 

BUILD FAILED
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1094: 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 4 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 #644

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

------------------------------------------
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@445cd483:ubuntu4
Using strategy: Default
Last Built Revision: Revision ced78f3c405419de02559556d6a99238fb711b1c (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 e6610e4692800485501e316df3dab53a6e9e34b2 (origin/trunk)
Checking out Revision e6610e4692800485501e316df3dab53a6e9e34b2 (origin/trunk)
FATAL: Could not apply tag jenkins-Cassandra-quick-644
hudson.plugins.git.GitException: Could not apply tag jenkins-Cassandra-quick-644
	at hudson.plugins.git.GitAPI.tag(GitAPI.java:737)
	at hudson.plugins.git.GitSCM$4.invoke(GitSCM.java:1320)
	at hudson.plugins.git.GitSCM$4.invoke(GitSCM.java:1268)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2180)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:287)
	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:636)
Caused by: hudson.plugins.git.GitException: Command "git tag -a -f -m Jenkins Build #644 jenkins-Cassandra-quick-644" 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:786)
	at hudson.plugins.git.GitAPI.launchCommand(GitAPI.java:748)
	at hudson.plugins.git.GitAPI.launchCommand(GitAPI.java:758)
	at hudson.plugins.git.GitAPI.tag(GitAPI.java:735)
	... 12 more

Build failed in Jenkins: Cassandra-quick #643

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

------------------------------------------
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@445cd483:ubuntu4
Using strategy: Default
Last Built Revision: Revision ced78f3c405419de02559556d6a99238fb711b1c (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 e6610e4692800485501e316df3dab53a6e9e34b2 (origin/trunk)
Checking out Revision e6610e4692800485501e316df3dab53a6e9e34b2 (origin/trunk)
FATAL: Could not apply tag jenkins-Cassandra-quick-643
hudson.plugins.git.GitException: Could not apply tag jenkins-Cassandra-quick-643
	at hudson.plugins.git.GitAPI.tag(GitAPI.java:737)
	at hudson.plugins.git.GitSCM$4.invoke(GitSCM.java:1320)
	at hudson.plugins.git.GitSCM$4.invoke(GitSCM.java:1268)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2180)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:287)
	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:636)
Caused by: hudson.plugins.git.GitException: Command "git tag -a -f -m Jenkins Build #643 jenkins-Cassandra-quick-643" 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:786)
	at hudson.plugins.git.GitAPI.launchCommand(GitAPI.java:748)
	at hudson.plugins.git.GitAPI.launchCommand(GitAPI.java:758)
	at hudson.plugins.git.GitAPI.tag(GitAPI.java:735)
	... 12 more

Build failed in Jenkins: Cassandra-quick #642

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

------------------------------------------
[...truncated 373 lines...]
    [junit] Testsuite: org.apache.cassandra.gms.GossipDigestTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.041 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 4.852 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.hadoop.ColumnFamilyInputFormatTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.151 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.BloomFilterTrackerTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 4.976 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.CompactSerializerTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 5.845 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.LazilyCompactedRowTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 6.169 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.compress.CompressedRandomAccessReaderTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.721 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 16:15:47,778 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.043 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.IndexHelperTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.043 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.LegacySSTableTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.713 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableMetadataSerializerTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.097 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableReaderTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 5.349 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableSimpleWriterTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 4.915 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 5.161 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.util.BufferedRandomAccessFileTest
    [junit] Tests run: 18, Failures: 0, Errors: 0, Time elapsed: 0.805 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.DynamicEndpointSnitchTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.966 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.EC2SnitchTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.661 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.NetworkTopologyStrategyTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.684 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.OldNetworkTopologyStrategyTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 5.133 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.953 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.SimpleStrategyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 4.9 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.TokenMetadataTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.648 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.AntiEntropyServiceCounterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 5.905 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 16:16:45,191 No host ID found, created 7af8d3e6-5340-41c5-ae83-592749a4dbf4 (Note: This should happen exactly once per node).
    [junit]  WARN 16:16:45,410 Generated random token Token(bytes[bc8aeb5cc7e9f55cc8dd7ee70dc9eb96]). 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.547 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 16:16:52,457 No host ID found, created 93c25721-fad2-4344-a686-c089bbad7ff5 (Note: This should happen exactly once per node).
    [junit]  WARN 16:16:52,587 Generated random token Token(bytes[95427135917bdfd2dd1e059223135315]). 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: 5.003 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.EmbeddedCassandraServiceTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.773 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 16:17:04,944 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 16:17:05,295 No host ID found, created 281875c5-88f4-4078-ace6-09ef7093858a (Note: This should happen exactly once per node).
    [junit]  WARN 16:17:05,429 Generated random token Token(bytes[805a83aef2f127d22ffc0eb282880a28]). 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.234 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.LeaveAndBootstrapTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 6.652 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 16:17:16,360 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.882 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.RemoveTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 8.612 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] ERROR 16:17:29,369 Fatal exception in thread Thread[ACCEPT-/127.0.0.1,5,main]
    [junit] java.lang.RuntimeException: java.nio.channels.ClosedChannelException
    [junit] 	at org.apache.cassandra.net.MessagingService$SocketThread.run(MessagingService.java:860)
    [junit] Caused by: java.nio.channels.ClosedChannelException
    [junit] 	at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:137)
    [junit] 	at sun.nio.ch.ServerSocketAdaptor.accept(ServerSocketAdaptor.java:84)
    [junit] 	at org.apache.cassandra.net.MessagingService$SocketThread.run(MessagingService.java:849)
    [junit] ERROR 16:17:30,570 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 16:17:30,572 Streaming from /127.0.0.6 failed
    [junit] ERROR 16:17:30,572 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 16:17:30,572 Streaming from /127.0.0.6 failed
    [junit] ERROR 16:17:30,573 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 16:17:30,573 Streaming from /127.0.0.6 failed
    [junit] ERROR 16:17:30,573 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 16:17:30,574 Streaming from /127.0.0.6 failed
    [junit] ERROR 16:17:30,574 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 16:17:30,574 Streaming from /127.0.0.6 failed
    [junit] ERROR 16:17:30,574 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 16:17:30,575 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.933 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 4.482 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 5.111 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.807 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 3.182 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 16:17:56,487 No host ID found, created f85c1984-0bd9-4d36-9b88-f0b1854aba76 (Note: This should happen exactly once per node).
    [junit]  WARN 16:17:56,811 Generated random token Token(bytes[067288303be0305bc8d64ecd73b525cd]). 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.993 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 4.979 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 5.122 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 16:18:15,497 No host ID found, created d25bffef-dcb3-4333-87f4-5a1b28c1324b (Note: This should happen exactly once per node).
    [junit]  WARN 16:18:15,659 Generated random token Token(bytes[9ad04949351a9eafb1d033ceb10c53f4]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.thrift.ThriftValidationTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 4.877 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 4.991 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.tools.SSTableImportTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 5.095 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 3 keys...
    [junit] Importing 3 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] Line 2: Key 303630 is greater than previous, collection is not sorted properly. Aborting import. You might need to delete SSTables manually.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.utils.BloomFilterTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.382 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.BoundedStatsDequeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.04 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.ByteBufferUtilTest
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.055 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.BytesReadTrackerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.042 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EncodedStreamsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 4.924 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EstimatedHistogramTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.044 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.FBUtilitiesTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.043 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.HexTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.044 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.IntervalTreeTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.123 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.357 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MergeIteratorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.054 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.681 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SemanticVersionTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.043 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.175 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.StreamingHistogramTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.044 sec
    [junit] 

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Cassandra-quick/build.xml:1094: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Cassandra-quick/build.xml:1056: Some unit test(s) failed.

Total time: 9 minutes 14 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 #641

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

------------------------------------------
[...truncated 366 lines...]
    [junit] Testsuite: org.apache.cassandra.dht.RangeTest
    [junit] Tests run: 22, Failures: 0, Errors: 0, Time elapsed: 0.678 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.ArrivalWindowTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.637 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.GossipDigestTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.042 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 5.094 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.hadoop.ColumnFamilyInputFormatTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.255 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.BloomFilterTrackerTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 5.077 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.CompactSerializerTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 6.093 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.LazilyCompactedRowTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 6.627 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.compress.CompressedRandomAccessReaderTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.765 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 15:37:25,937 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.046 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.IndexHelperTest
    [junit] Testsuite: org.apache.cassandra.io.sstable.IndexHelperTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.044 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.LegacySSTableTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.916 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableMetadataSerializerTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.098 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableReaderTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 5.341 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableSimpleWriterTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.189 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 5.187 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.util.BufferedRandomAccessFileTest
    [junit] Tests run: 18, Failures: 0, Errors: 0, Time elapsed: 0.831 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.DynamicEndpointSnitchTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.978 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.EC2SnitchTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.653 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.NetworkTopologyStrategyTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.761 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.OldNetworkTopologyStrategyTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 5.254 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: 5.118 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.SimpleStrategyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 5.125 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.TokenMetadataTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.704 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.AntiEntropyServiceCounterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 6.319 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 15:38:25,155 No host ID found, created 5d67676a-dc6e-43b1-95b3-b190ac1e2f7a (Note: This should happen exactly once per node).
    [junit]  WARN 15:38:25,289 Generated random token Token(bytes[66d2ae6ff71b1890d2d1516ff3f263bd]). 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: 6.214 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 15:38:32,508 No host ID found, created 9dfe68ca-1344-4947-83fd-ec526dafd638 (Note: This should happen exactly once per node).
    [junit]  WARN 15:38:32,665 Generated random token Token(bytes[cb0b5ab6dcaf9cfeac1e9f09804ec866]). 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: 5.346 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.EmbeddedCassandraServiceTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.03 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 15:38:46,095 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 15:38:46,558 No host ID found, created 0df2f898-88c8-448a-bb93-de49b03b2f79 (Note: This should happen exactly once per node).
    [junit]  WARN 15:38:46,686 Generated random token Token(bytes[2ce2595c840ca96c64d9b26f123d10c5]). 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.26 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.LeaveAndBootstrapTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 6.478 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 15:38:57,543 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.709 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.RemoveTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 8.541 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] ERROR 15:39:11,543 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 15:39:11,544 Streaming from /127.0.0.6 failed
    [junit] ERROR 15:39:11,545 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 15:39:11,545 Streaming from /127.0.0.6 failed
    [junit] ERROR 15:39:11,545 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 15:39:11,546 Streaming from /127.0.0.6 failed
    [junit] ERROR 15:39:11,546 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 15:39:11,546 Streaming from /127.0.0.6 failed
    [junit] ERROR 15:39:11,547 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 15:39:11,547 Streaming from /127.0.0.6 failed
    [junit] ERROR 15:39:11,547 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 15:39:11,547 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.952 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 4.366 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 4.876 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.852 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 3.074 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 15:39:36,944 No host ID found, created ffa0c328-d676-4b6c-9956-48a235ea4967 (Note: This should happen exactly once per node).
    [junit]  WARN 15:39:37,171 Generated random token Token(bytes[907f63a35de401317c28768a0b263708]). 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.916 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 5.41 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 5.343 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 15:39:56,367 No host ID found, created aa01ca5b-1356-4790-bbef-f93a2aa30db7 (Note: This should happen exactly once per node).
    [junit]  WARN 15:39:56,481 Generated random token Token(bytes[b5a9c4fa8e39198dfd1b6db94e4cb960]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.thrift.ThriftValidationTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 4.949 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 4.952 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.tools.SSTableImportTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 5.213 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 3 keys...
    [junit] Importing 3 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] Line 2: Key 303630 is greater than previous, collection is not sorted properly. Aborting import. You might need to delete SSTables manually.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.utils.BloomFilterTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.432 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.BoundedStatsDequeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.044 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.ByteBufferUtilTest
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.056 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.BytesReadTrackerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.043 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EncodedStreamsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 5.267 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EstimatedHistogramTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.044 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.FBUtilitiesTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.043 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.HexTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.044 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.IntervalTreeTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.138 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.431 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MergeIteratorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.056 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.719 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SemanticVersionTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.045 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.265 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.StreamingHistogramTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.045 sec
    [junit] 

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Cassandra-quick/build.xml:1094: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Cassandra-quick/build.xml:1056: Some unit test(s) failed.

Total time: 9 minutes 32 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 #640

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

------------------------------------------
[...truncated 372 lines...]
    [junit] 
    [junit] Testsuite: org.apache.cassandra.dht.RangeTest
    [junit] Tests run: 22, Failures: 0, Errors: 0, Time elapsed: 0.9 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.ArrivalWindowTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.88 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.GossipDigestTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.057 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 5.97 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.hadoop.ColumnFamilyInputFormatTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.207 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.BloomFilterTrackerTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 6.032 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.CompactSerializerTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 6.73 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.LazilyCompactedRowTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 8.501 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.compress.CompressedRandomAccessReaderTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.027 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 14:54:24,693 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.059 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.IndexHelperTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.058 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.LegacySSTableTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.579 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableMetadataSerializerTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.134 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableReaderTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 6.539 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableSimpleWriterTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.042 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 6.167 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.util.BufferedRandomAccessFileTest
    [junit] Tests run: 18, Failures: 0, Errors: 0, Time elapsed: 1.202 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.DynamicEndpointSnitchTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.189 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.EC2SnitchTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.889 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.NetworkTopologyStrategyTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.902 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.OldNetworkTopologyStrategyTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 6.105 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: 6.046 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.SimpleStrategyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.128 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.TokenMetadataTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.885 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.AntiEntropyServiceCounterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 7.495 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 14:55:31,989 No host ID found, created b30c12be-b44d-46fb-b601-22ad6881be89 (Note: This should happen exactly once per node).
    [junit]  WARN 14:55:32,163 Generated random token Token(bytes[d08eb3faceda149de0e3688bc8932547]). 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: 6.952 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 14:55:40,689 No host ID found, created 37f2feb7-7737-453e-a230-a15cbd4e7b22 (Note: This should happen exactly once per node).
    [junit]  WARN 14:55:40,861 Generated random token Token(bytes[a94cde1f7894e8581d8529324994283c]). 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: 5.969 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.EmbeddedCassandraServiceTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.799 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 14:55:55,558 Unable to lock JVM memory (ENOMEM). This can result in part of the JVM being swapped out, especially with mmapped I/O enabled. Increase RLIMIT_MEMLOCK or run Cassandra as root.
    [junit]  WARN 14:55:56,001 No host ID found, created 5cd58113-ad23-4576-bed5-61ccb8cf6bbe (Note: This should happen exactly once per node).
    [junit]  WARN 14:55:56,170 Generated random token Token(bytes[974350e812e3b7d314bf311227625dae]). 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.438 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.LeaveAndBootstrapTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 8.164 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 14:56:08,672 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: 7.243 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.RemoveTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 9.745 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] ERROR 14:56:25,464 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 14:56:25,465 Streaming from /127.0.0.6 failed
    [junit] ERROR 14:56:25,466 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 14:56:25,466 Streaming from /127.0.0.6 failed
    [junit] ERROR 14:56:25,466 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 14:56:25,466 Streaming from /127.0.0.6 failed
    [junit] ERROR 14:56:25,466 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 14:56:25,466 Streaming from /127.0.0.6 failed
    [junit] ERROR 14:56:25,466 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 14:56:25,467 Streaming from /127.0.0.6 failed
    [junit] ERROR 14:56:25,467 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 14:56:25,467 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: 6.074 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 5.225 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.038 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.072 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 3.413 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 14:56:54,876 No host ID found, created 51d3037b-e700-409c-8a2a-98e91c5474c1 (Note: This should happen exactly once per node).
    [junit]  WARN 14:56:55,174 Generated random token Token(bytes[8a91acf7ce77aa15c0e1c3892a50758f]). 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: 5.952 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.113 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 6.284 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 14:57:16,725 No host ID found, created cbd52a6a-46dd-4635-9fa6-22ca05f25f28 (Note: This should happen exactly once per node).
    [junit]  WARN 14:57:16,880 Generated random token Token(bytes[8bb5ff4bfd895551ee1c8a1481f84533]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.thrift.ThriftValidationTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 6.117 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 6.209 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.tools.SSTableImportTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 6.163 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 3 keys...
    [junit] Importing 3 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] Line 2: Key 303630 is greater than previous, collection is not sorted properly. Aborting import. You might need to delete SSTables manually.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.utils.BloomFilterTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.52 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.997 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.058 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.168 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.073 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.882 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.752 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>:1094: 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: 11 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 #639

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

------------------------------------------
[...truncated 365 lines...]
    [junit] 
    [junit] Testsuite: org.apache.cassandra.dht.RangeTest
    [junit] Tests run: 22, Failures: 0, Errors: 0, Time elapsed: 0.687 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.ArrivalWindowTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.644 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.GossipDigestTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.042 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 5.276 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.hadoop.ColumnFamilyInputFormatTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.259 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.BloomFilterTrackerTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 5.01 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.CompactSerializerTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 6.548 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.LazilyCompactedRowTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 6.53 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.compress.CompressedRandomAccessReaderTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.744 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 13:24:04,058 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.043 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.IndexHelperTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.043 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.LegacySSTableTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.601 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableMetadataSerializerTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.097 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableReaderTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 5.472 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableSimpleWriterTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.164 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 5.515 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.util.BufferedRandomAccessFileTest
    [junit] Tests run: 18, Failures: 0, Errors: 0, Time elapsed: 0.84 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.DynamicEndpointSnitchTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.021 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.EC2SnitchTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.658 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.NetworkTopologyStrategyTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.751 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.OldNetworkTopologyStrategyTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 5.161 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: 5.034 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.SimpleStrategyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 5.246 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.TokenMetadataTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.669 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.AntiEntropyServiceCounterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 6.232 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 13:25:03,410 No host ID found, created 76dc6b8f-81d2-4bfd-968c-a3721be6f21e (Note: This should happen exactly once per node).
    [junit]  WARN 13:25:03,571 Generated random token Token(bytes[4a41efb7f6765dac3a79d5bd1a0cf0f3]). 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: 6.614 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 13:25:11,194 No host ID found, created e705f73b-c90c-4a27-aef6-f65860cdb44c (Note: This should happen exactly once per node).
    [junit]  WARN 13:25:11,339 Generated random token Token(bytes[8fca4352bc5a3a2745f3b25c715a990d]). 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: 5.076 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.EmbeddedCassandraServiceTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.794 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 13:25:24,475 Unable to lock JVM memory (ENOMEM). This can result in part of the JVM being swapped out, especially with mmapped I/O enabled. Increase RLIMIT_MEMLOCK or run Cassandra as root.
    [junit]  WARN 13:25:24,823 No host ID found, created 48eff733-6665-4a7d-8092-39b71ad24c39 (Note: This should happen exactly once per node).
    [junit]  WARN 13:25:24,958 Generated random token Token(bytes[ca8fa152397d4e8c63b04727c61dda55]). 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.324 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.LeaveAndBootstrapTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 6.429 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 13:25:35,766 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.917 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.RemoveTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 8.832 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] ERROR 13:25:50,280 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 13:25:50,281 Streaming from /127.0.0.6 failed
    [junit] ERROR 13:25:50,282 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 13:25:50,282 Streaming from /127.0.0.6 failed
    [junit] ERROR 13:25:50,282 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 13:25:50,283 Streaming from /127.0.0.6 failed
    [junit] ERROR 13:25:50,283 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 13:25:50,284 Streaming from /127.0.0.6 failed
    [junit] ERROR 13:25:50,284 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 13:25:50,284 Streaming from /127.0.0.6 failed
    [junit] ERROR 13:25:50,284 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 13:25:50,285 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: 5.413 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 4.637 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 5.236 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.843 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 3.1 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 13:26:17,000 No host ID found, created 70070953-5ef1-4574-8257-4b7b64749003 (Note: This should happen exactly once per node).
    [junit]  WARN 13:26:17,220 Generated random token Token(bytes[ea433d092ce684c85d330aeead3376b0]). 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.77 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 5.044 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 4.972 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 13:26:35,395 No host ID found, created 0b702399-813f-43e1-92b9-ef42002aaecd (Note: This should happen exactly once per node).
    [junit]  WARN 13:26:35,615 Generated random token Token(bytes[0b118747105dbd2f188cd10a2a11f0d2]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.thrift.ThriftValidationTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 4.891 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 4.998 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.tools.SSTableImportTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 5.244 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 3 keys...
    [junit] Importing 3 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] Line 2: Key 303630 is greater than previous, collection is not sorted properly. Aborting import. You might need to delete SSTables manually.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.utils.BloomFilterTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.422 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.BoundedStatsDequeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.041 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.ByteBufferUtilTest
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.057 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.BytesReadTrackerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.044 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EncodedStreamsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 5.031 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EstimatedHistogramTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.044 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.FBUtilitiesTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.044 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.HexTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.047 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.IntervalTreeTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.126 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.336 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MergeIteratorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.058 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.707 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SemanticVersionTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.044 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.402 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.StreamingHistogramTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.044 sec
    [junit] 

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Cassandra-quick/build.xml:1094: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Cassandra-quick/build.xml:1056: Some unit test(s) failed.

Total time: 9 minutes 31 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 #638

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

------------------------------------------
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@28441e45:ubuntu4
Using strategy: Default
Last Built Revision: Revision ced78f3c405419de02559556d6a99238fb711b1c (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 ced78f3c405419de02559556d6a99238fb711b1c (origin/trunk)
Checking out Revision ced78f3c405419de02559556d6a99238fb711b1c (origin/trunk)
FATAL: Could not apply tag jenkins-Cassandra-quick-638
hudson.plugins.git.GitException: Could not apply tag jenkins-Cassandra-quick-638
	at hudson.plugins.git.GitAPI.tag(GitAPI.java:737)
	at hudson.plugins.git.GitSCM$4.invoke(GitSCM.java:1320)
	at hudson.plugins.git.GitSCM$4.invoke(GitSCM.java:1268)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2180)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:287)
	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:636)
Caused by: hudson.plugins.git.GitException: Command "git tag -a -f -m Jenkins Build #638 jenkins-Cassandra-quick-638" 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:786)
	at hudson.plugins.git.GitAPI.launchCommand(GitAPI.java:748)
	at hudson.plugins.git.GitAPI.launchCommand(GitAPI.java:758)
	at hudson.plugins.git.GitAPI.tag(GitAPI.java:735)
	... 12 more

Build failed in Jenkins: Cassandra-quick #637

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

------------------------------------------
[...truncated 366 lines...]
    [junit] Testsuite: org.apache.cassandra.dht.RangeTest
    [junit] Tests run: 22, Failures: 0, Errors: 0, Time elapsed: 0.908 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.ArrivalWindowTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.88 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.GossipDigestTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.057 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 6.249 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.hadoop.ColumnFamilyInputFormatTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.207 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.BloomFilterTrackerTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 6.327 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.CompactSerializerTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 7.298 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.LazilyCompactedRowTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 8.195 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.compress.CompressedRandomAccessReaderTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.108 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 12:14:06,792 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.059 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: 6.721 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableMetadataSerializerTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.135 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableReaderTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 6.923 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableSimpleWriterTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.125 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 6.313 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.util.BufferedRandomAccessFileTest
    [junit] Tests run: 18, Failures: 0, Errors: 0, Time elapsed: 1.213 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.DynamicEndpointSnitchTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.213 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.EC2SnitchTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.886 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.NetworkTopologyStrategyTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.891 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.OldNetworkTopologyStrategyTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 6.003 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: 6.081 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.SimpleStrategyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.079 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.TokenMetadataTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.889 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.AntiEntropyServiceCounterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 7.461 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 12:15:15,065 No host ID found, created 387bfc56-16bf-4ac0-bbfd-11a0d9ce3162 (Note: This should happen exactly once per node).
    [junit]  WARN 12:15:15,288 Generated random token Token(bytes[0ef6eec2c96fd063217c08cbac09b2aa]). 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: 6.696 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 12:15:23,522 No host ID found, created daf73b26-2608-44c2-95cc-5bbe57d5abad (Note: This should happen exactly once per node).
    [junit]  WARN 12:15:23,699 Generated random token Token(bytes[00bd7630008c693920f05a46b8448437]). 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: 6.057 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.EmbeddedCassandraServiceTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.874 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 12:15:38,237 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 12:15:38,688 No host ID found, created 0109f7d1-d34f-4d23-9517-6f3809978312 (Note: This should happen exactly once per node).
    [junit]  WARN 12:15:38,854 Generated random token Token(bytes[983fec287f90e6eb39b0964647de4f93]). 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.459 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.LeaveAndBootstrapTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 8.372 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 12:15:51,531 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: 7.17 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.RemoveTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 9.798 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] ERROR 12:16:08,365 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 12:16:08,366 Streaming from /127.0.0.6 failed
    [junit] ERROR 12:16:08,366 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 12:16:08,367 Streaming from /127.0.0.6 failed
    [junit] ERROR 12:16:08,367 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 12:16:08,367 Streaming from /127.0.0.6 failed
    [junit] ERROR 12:16:08,367 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 12:16:08,367 Streaming from /127.0.0.6 failed
    [junit] ERROR 12:16:08,367 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 12:16:08,367 Streaming from /127.0.0.6 failed
    [junit] ERROR 12:16:08,368 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 12:16:08,368 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: 7.183 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 5.741 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.282 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.069 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 3.595 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 12:16:39,698 No host ID found, created 4e4e805f-4b21-4922-8c69-88b5d654feae (Note: This should happen exactly once per node).
    [junit]  WARN 12:16:40,083 Generated random token Token(bytes[26d70f92fe03c6e618db2057aa81103f]). 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: 6.02 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.402 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 6.366 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 12:17:02,107 No host ID found, created cddcc431-d0cd-464d-b315-69561b0fb07a (Note: This should happen exactly once per node).
    [junit]  WARN 12:17:02,272 Generated random token Token(bytes[d98d9efea83efefe15f9e1b174214a7a]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.thrift.ThriftValidationTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 6.355 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 6.262 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.tools.SSTableImportTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 6.416 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 3 keys...
    [junit] Importing 3 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] Line 2: Key 303630 is greater than previous, collection is not sorted properly. Aborting import. You might need to delete SSTables manually.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.utils.BloomFilterTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.525 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.BoundedStatsDequeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.055 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.059 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EncodedStreamsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.078 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.058 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] 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.44 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MergeIteratorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.073 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.886 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: 7.797 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>:1094: 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: 11 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 #636

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

------------------------------------------
[...truncated 372 lines...]
    [junit] 
    [junit] Testsuite: org.apache.cassandra.dht.RangeTest
    [junit] Tests run: 22, Failures: 0, Errors: 0, Time elapsed: 0.901 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.ArrivalWindowTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.885 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.GossipDigestTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.057 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 6.065 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.hadoop.ColumnFamilyInputFormatTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.232 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.BloomFilterTrackerTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 6.029 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.CompactSerializerTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 6.829 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.LazilyCompactedRowTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 8.183 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.compress.CompressedRandomAccessReaderTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.033 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 11:14:41,599 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.059 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: 6.611 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableMetadataSerializerTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.135 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableReaderTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 6.911 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableSimpleWriterTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.125 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 6.235 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.util.BufferedRandomAccessFileTest
    [junit] Tests run: 18, Failures: 0, Errors: 0, Time elapsed: 1.194 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.DynamicEndpointSnitchTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.218 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.EC2SnitchTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.9 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.NetworkTopologyStrategyTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.889 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.OldNetworkTopologyStrategyTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 6.033 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: 6.158 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.SimpleStrategyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.183 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.TokenMetadataTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.896 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.AntiEntropyServiceCounterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 6.723 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 11:15:49,723 No host ID found, created 8edc7220-f19c-4d71-b6fc-e048527bfb28 (Note: This should happen exactly once per node).
    [junit]  WARN 11:15:49,900 Generated random token Token(bytes[10c51c19e470a219c6f24cc40899d36c]). 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: 7.238 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 11:15:57,502 No host ID found, created cd3f3b64-c3e4-4524-b3f7-647204cfb391 (Note: This should happen exactly once per node).
    [junit]  WARN 11:15:57,678 Generated random token Token(bytes[cfeed7db37aaf81a439cd4f10f507225]). 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: 6.068 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.EmbeddedCassandraServiceTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.811 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 11:16:12,754 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 11:16:13,201 No host ID found, created b1b5395e-77ce-4f03-bc7a-c1106af5529e (Note: This should happen exactly once per node).
    [junit]  WARN 11:16:13,366 Generated random token Token(bytes[135533370e8d073336605f10c2490432]). 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.448 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.LeaveAndBootstrapTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 8.16 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 11:16:25,789 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: 7.2 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.RemoveTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 10.178 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] ERROR 11:16:43,022 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 11:16:43,023 Streaming from /127.0.0.6 failed
    [junit] ERROR 11:16:43,023 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 11:16:43,023 Streaming from /127.0.0.6 failed
    [junit] ERROR 11:16:43,023 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 11:16:43,024 Streaming from /127.0.0.6 failed
    [junit] ERROR 11:16:43,024 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 11:16:43,024 Streaming from /127.0.0.6 failed
    [junit] ERROR 11:16:43,024 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 11:16:43,024 Streaming from /127.0.0.6 failed
    [junit] ERROR 11:16:43,024 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 11:16:43,024 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: 5.993 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 5.218 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.013 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.067 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 3.395 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 11:17:12,334 No host ID found, created bb266442-7691-4b5c-b2c8-47510686830f (Note: This should happen exactly once per node).
    [junit]  WARN 11:17:12,619 Generated random token Token(bytes[d8ee5b995cc0624e37db1bece5756fda]). 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: 6.095 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.031 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 6.202 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 11:17:34,243 No host ID found, created cbb825a2-e214-4acd-a2ab-09e798a45479 (Note: This should happen exactly once per node).
    [junit]  WARN 11:17:34,410 Generated random token Token(bytes[902a416c28cfc8f6fb18400410875eb6]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.thrift.ThriftValidationTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 6.156 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 6.228 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.tools.SSTableImportTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 6.059 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 3 keys...
    [junit] Importing 3 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] Line 2: Key 303630 is greater than previous, collection is not sorted properly. Aborting import. You might need to delete SSTables manually.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.utils.BloomFilterTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.526 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.057 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EncodedStreamsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.193 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.062 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.445 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MergeIteratorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.073 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.886 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: 7.746 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>:1094: 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: 11 minutes 50 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 #635

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

------------------------------------------
[...truncated 365 lines...]
    [junit] 
    [junit] Testsuite: org.apache.cassandra.dht.RangeTest
    [junit] Tests run: 22, Failures: 0, Errors: 0, Time elapsed: 0.902 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.ArrivalWindowTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.878 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.GossipDigestTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.056 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 6.094 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.hadoop.ColumnFamilyInputFormatTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.255 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.BloomFilterTrackerTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 5.975 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.CompactSerializerTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 6.857 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.LazilyCompactedRowTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 8.132 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.compress.CompressedRandomAccessReaderTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.038 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 07:17:12,390 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.059 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: 6.811 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableMetadataSerializerTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.134 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableReaderTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 6.608 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableSimpleWriterTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.045 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 6.249 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.util.BufferedRandomAccessFileTest
    [junit] Tests run: 18, Failures: 0, Errors: 0, Time elapsed: 1.246 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.DynamicEndpointSnitchTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.231 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.EC2SnitchTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.886 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.NetworkTopologyStrategyTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.915 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.OldNetworkTopologyStrategyTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 6.03 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: 5.941 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.SimpleStrategyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.354 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.TokenMetadataTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.883 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.AntiEntropyServiceCounterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 7.648 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 07:18:20,395 No host ID found, created c8197455-a3ea-4c28-aca7-6799f3321ee1 (Note: This should happen exactly once per node).
    [junit]  WARN 07:18:20,577 Generated random token Token(bytes[e3b5c9501fc64cc2e243e1a004c75f4a]). 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: 8.064 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 07:18:29,249 No host ID found, created 6d2c9742-9730-4765-bd0e-a317f89fddfd (Note: This should happen exactly once per node).
    [junit]  WARN 07:18:29,426 Generated random token Token(bytes[e960d18401ab047ddf109d3ea0e634a2]). 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: 6.033 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.EmbeddedCassandraServiceTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.985 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 07:18:45,320 Unable to lock JVM memory (ENOMEM). This can result in part of the JVM being swapped out, especially with mmapped I/O enabled. Increase RLIMIT_MEMLOCK or run Cassandra as root.
    [junit]  WARN 07:18:45,787 No host ID found, created 86ec1cbd-ae54-4176-8e68-30292d96312e (Note: This should happen exactly once per node).
    [junit]  WARN 07:18:45,959 Generated random token Token(bytes[543497db7a321cde68ff497aa4110809]). 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.454 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.LeaveAndBootstrapTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 8.116 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 07:18:58,406 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: 7.146 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.RemoveTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 9.88 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] ERROR 07:19:15,276 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 07:19:15,277 Streaming from /127.0.0.6 failed
    [junit] ERROR 07:19:15,277 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 07:19:15,277 Streaming from /127.0.0.6 failed
    [junit] ERROR 07:19:15,277 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 07:19:15,278 Streaming from /127.0.0.6 failed
    [junit] ERROR 07:19:15,278 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 07:19:15,278 Streaming from /127.0.0.6 failed
    [junit] ERROR 07:19:15,278 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 07:19:15,278 Streaming from /127.0.0.6 failed
    [junit] ERROR 07:19:15,278 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 07:19:15,279 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: 6.152 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 5.355 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.079 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.081 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 3.391 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 07:19:44,934 No host ID found, created 6598bab1-15a6-4232-b4fd-8fe221c86cf4 (Note: This should happen exactly once per node).
    [junit]  WARN 07:19:45,214 Generated random token Token(bytes[0e79b54cd7a44ec82c9c7f9207629ab1]). 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: 6.008 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.21 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 6.259 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 07:20:06,901 No host ID found, created ae22bd39-f5a3-4eae-9022-cd815b6c1b4c (Note: This should happen exactly once per node).
    [junit]  WARN 07:20:07,066 Generated random token Token(bytes[27130937b6738c0b9cefd42aebcdd701]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.thrift.ThriftValidationTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 6.045 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 6.396 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.tools.SSTableImportTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 6.105 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 3 keys...
    [junit] Importing 3 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] Line 2: Key 303630 is greater than previous, collection is not sorted properly. Aborting import. You might need to delete SSTables manually.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.utils.BloomFilterTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.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.074 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.BytesReadTrackerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.057 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EncodedStreamsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.194 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.058 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.168 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.073 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.889 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.95 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>:1094: 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: 11 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 #634

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

------------------------------------------
[...truncated 367 lines...]
    [junit] Testsuite: org.apache.cassandra.dht.RangeTest
    [junit] Tests run: 22, Failures: 0, Errors: 0, Time elapsed: 0.905 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.ArrivalWindowTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.882 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.GossipDigestTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.057 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 6.09 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.hadoop.ColumnFamilyInputFormatTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.259 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.BloomFilterTrackerTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 6.071 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.CompactSerializerTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 7.192 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.LazilyCompactedRowTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 9.235 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.compress.CompressedRandomAccessReaderTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.129 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 05:39:11,877 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.059 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: 6.785 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableMetadataSerializerTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.134 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableReaderTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 6.926 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableSimpleWriterTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.292 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 6.4 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.util.BufferedRandomAccessFileTest
    [junit] Tests run: 18, Failures: 0, Errors: 0, Time elapsed: 1.453 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.DynamicEndpointSnitchTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.202 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.EC2SnitchTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.894 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.NetworkTopologyStrategyTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.924 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.OldNetworkTopologyStrategyTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 6.123 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: 6.129 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.SimpleStrategyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 7.44 sec
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 7.44 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.TokenMetadataTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.895 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.AntiEntropyServiceCounterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 7.107 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 05:40:23,067 No host ID found, created 0b5ec4c3-5d84-438f-a712-d15e737c2d00 (Note: This should happen exactly once per node).
    [junit]  WARN 05:40:23,252 Generated random token Token(bytes[04cae1f4bcb4509b120be090c68b872d]). 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: 7.634 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 05:40:31,477 No host ID found, created e4997312-1251-48df-b4da-0a596fef08cc (Note: This should happen exactly once per node).
    [junit]  WARN 05:40:31,655 Generated random token Token(bytes[5c56ef5d56303682303269272ddfc87f]). 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: 6.11 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.EmbeddedCassandraServiceTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 8.043 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 05:40:47,936 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 05:40:48,564 No host ID found, created 966e646d-f7f2-433b-bf26-f35c37990e8e (Note: This should happen exactly once per node).
    [junit]  WARN 05:40:48,792 Generated random token Token(bytes[f39864a855c433375eb267b5b82d0a6a]). 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.476 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.LeaveAndBootstrapTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 8.747 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 05:41:01,917 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: 7.449 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.RemoveTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 10.002 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] ERROR 05:41:19,157 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 05:41:19,158 Streaming from /127.0.0.6 failed
    [junit] ERROR 05:41:19,159 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 05:41:19,159 Streaming from /127.0.0.6 failed
    [junit] ERROR 05:41:19,159 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 05:41:19,159 Streaming from /127.0.0.6 failed
    [junit] ERROR 05:41:19,159 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 05:41:19,160 Streaming from /127.0.0.6 failed
    [junit] ERROR 05:41:19,160 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 05:41:19,160 Streaming from /127.0.0.6 failed
    [junit] ERROR 05:41:19,160 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 05:41:19,160 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: 7.16 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 6.25 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 7.024 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.086 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 3.571 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 05:41:52,480 No host ID found, created 89723d88-03de-4dad-97ea-d1595e70e539 (Note: This should happen exactly once per node).
    [junit]  WARN 05:41:52,886 Generated random token Token(bytes[4cd3fa010827f2d49de03b3dcb6d43bd]). 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: 16.88 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 7.208 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 7.894 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 05:42:27,302 No host ID found, created ed32d2ca-2337-40ef-a1d6-aa1fa8cce51b (Note: This should happen exactly once per node).
    [junit]  WARN 05:42:27,676 Generated random token Token(bytes[dc677c593222c8db6cc2c1e768b45910]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.thrift.ThriftValidationTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 6.673 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 7.388 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.tools.SSTableImportTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 7.24 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 3 keys...
    [junit] Importing 3 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] Line 2: Key 303630 is greater than previous, collection is not sorted properly. Aborting import. You might need to delete SSTables manually.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.utils.BloomFilterTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.53 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: 6.746 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.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.443 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MergeIteratorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.072 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.915 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: 13.788 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>:1094: 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: 11 minutes 52 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 #633

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

------------------------------------------
[...truncated 365 lines...]
    [junit] 
    [junit] Testsuite: org.apache.cassandra.dht.RangeTest
    [junit] Tests run: 22, Failures: 0, Errors: 0, Time elapsed: 0.934 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.ArrivalWindowTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.904 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.GossipDigestTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.061 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 5.645 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.hadoop.ColumnFamilyInputFormatTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.255 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.BloomFilterTrackerTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 5.62 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.CompactSerializerTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 6.475 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.LazilyCompactedRowTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 7.01 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.compress.CompressedRandomAccessReaderTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.009 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 04:23:19,423 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.064 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.IndexHelperTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.063 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.LegacySSTableTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.176 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableMetadataSerializerTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.142 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableReaderTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 5.814 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableSimpleWriterTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.65 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 5.794 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.util.BufferedRandomAccessFileTest
    [junit] Tests run: 18, Failures: 0, Errors: 0, Time elapsed: 1.095 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.DynamicEndpointSnitchTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.266 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.EC2SnitchTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.925 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.NetworkTopologyStrategyTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.932 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.OldNetworkTopologyStrategyTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 5.6 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: 5.594 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.SimpleStrategyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 5.677 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.TokenMetadataTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.947 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.AntiEntropyServiceCounterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 7.112 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 04:24:23,248 No host ID found, created 274dea23-3abd-48fb-98c5-eee47ffa59c2 (Note: This should happen exactly once per node).
    [junit]  WARN 04:24:23,405 Generated random token Token(bytes[e5b10eecebf80cab105d4e272aac9643]). 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: 6.334 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 04:24:31,523 No host ID found, created 5a95f5f7-83cd-424c-99f6-33d01d6319da (Note: This should happen exactly once per node).
    [junit]  WARN 04:24:31,679 Generated random token Token(bytes[acc7d742821acf791c6ea051c1cb2eae]). 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: 5.585 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.EmbeddedCassandraServiceTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.358 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 04:24:45,442 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 04:24:45,860 No host ID found, created 09598d6d-3071-4b87-b42c-6a03b9a42c86 (Note: This should happen exactly once per node).
    [junit]  WARN 04:24:46,022 Generated random token Token(bytes[6633693f974472b45694cf6d01ff312d]). 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.491 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.LeaveAndBootstrapTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 6.81 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 04:24:57,023 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: 6.239 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.RemoveTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 9.02 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] ERROR 04:25:11,972 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 04:25:11,973 Streaming from /127.0.0.6 failed
    [junit] ERROR 04:25:11,974 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 04:25:11,974 Streaming from /127.0.0.6 failed
    [junit] ERROR 04:25:11,974 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 04:25:11,975 Streaming from /127.0.0.6 failed
    [junit] ERROR 04:25:11,975 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 04:25:11,975 Streaming from /127.0.0.6 failed
    [junit] ERROR 04:25:11,975 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 04:25:11,976 Streaming from /127.0.0.6 failed
    [junit] ERROR 04:25:11,976 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 04:25:11,976 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: 5.646 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 4.839 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 5.629 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.106 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 3.419 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 04:25:40,241 No host ID found, created f8a75fff-86aa-471f-b30e-dd5ad8eef388 (Note: This should happen exactly once per node).
    [junit]  WARN 04:25:40,520 Generated random token Token(bytes[01537780f3dd30507f752302a0e61a84]). 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: 5.519 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 5.682 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 5.472 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 04:26:00,947 No host ID found, created 8d606936-c56b-4a87-a57d-6fd1d8727502 (Note: This should happen exactly once per node).
    [junit]  WARN 04:26:01,107 Generated random token Token(bytes[b2f5e11cb9bc9086ef0aa239d6ccceb3]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.thrift.ThriftValidationTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 5.754 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 5.903 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.tools.SSTableImportTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 10.343 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 3 keys...
    [junit] Importing 3 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] Line 2: Key 303630 is greater than previous, collection is not sorted properly. Aborting import. You might need to delete SSTables manually.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.utils.BloomFilterTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.864 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.086 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: 5.707 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.063 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.464 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MergeIteratorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.078 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.929 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: 7.35 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.StreamingHistogramTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.069 sec
    [junit] 

BUILD FAILED
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1094: 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 20 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 #632

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

Changes:

[dbrosius] fix string format parameter type for RowCacheKey.toString

------------------------------------------
[...truncated 365 lines...]
    [junit] 
    [junit] Testsuite: org.apache.cassandra.dht.RangeTest
    [junit] Tests run: 22, Failures: 0, Errors: 0, Time elapsed: 0.675 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.ArrivalWindowTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.661 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.GossipDigestTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.042 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 5.239 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.hadoop.ColumnFamilyInputFormatTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.16 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.BloomFilterTrackerTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 4.978 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.CompactSerializerTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 6.007 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.LazilyCompactedRowTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 6.09 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.compress.CompressedRandomAccessReaderTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.709 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 01:12:58,892 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.044 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.IndexHelperTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.043 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.LegacySSTableTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.956 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableMetadataSerializerTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.098 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableReaderTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 5.355 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableSimpleWriterTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 4.982 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 5.281 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.util.BufferedRandomAccessFileTest
    [junit] Tests run: 18, Failures: 0, Errors: 0, Time elapsed: 0.793 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.DynamicEndpointSnitchTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.992 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.EC2SnitchTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.671 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.NetworkTopologyStrategyTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.667 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.OldNetworkTopologyStrategyTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 5.123 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: 5.077 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.SimpleStrategyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 5.06 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.TokenMetadataTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.669 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.AntiEntropyServiceCounterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 5.91 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 01:13:57,253 No host ID found, created 56eeae9b-a9dc-4bcc-9c0f-f394aa0b482e (Note: This should happen exactly once per node).
    [junit]  WARN 01:13:57,425 Generated random token Token(bytes[7e998c0a6b21dd1873a7f1fa5ba0a811]). 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: 6.437 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 01:14:04,699 No host ID found, created b6cef035-b371-4d08-8620-5cc5b2c7efac (Note: This should happen exactly once per node).
    [junit]  WARN 01:14:04,827 Generated random token Token(bytes[dc954fa700c441a6964bca15f21a13fa]). 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: 5.147 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.EmbeddedCassandraServiceTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.888 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 01:14:17,926 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 01:14:18,394 No host ID found, created 63bebf8c-1793-48eb-9876-3bdf8f22a28c (Note: This should happen exactly once per node).
    [junit]  WARN 01:14:18,532 Generated random token Token(bytes[2ef4804888de0bed54cbc912fb982837]). 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.235 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.LeaveAndBootstrapTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 6.312 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 01:14:29,147 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.911 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.RemoveTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 8.699 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] ERROR 01:14:43,503 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 01:14:43,504 Streaming from /127.0.0.6 failed
    [junit] ERROR 01:14:43,504 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 01:14:43,504 Streaming from /127.0.0.6 failed
    [junit] ERROR 01:14:43,504 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 01:14:43,505 Streaming from /127.0.0.6 failed
    [junit] ERROR 01:14:43,505 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 01:14:43,505 Streaming from /127.0.0.6 failed
    [junit] ERROR 01:14:43,505 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 01:14:43,505 Streaming from /127.0.0.6 failed
    [junit] ERROR 01:14:43,506 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 01:14:43,506 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: 5.089 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 4.389 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 5.204 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.841 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 3.211 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 01:15:09,593 No host ID found, created a6609e80-f8f9-4652-a8e9-d0d1b3547897 (Note: This should happen exactly once per node).
    [junit]  WARN 01:15:09,838 Generated random token Token(bytes[7547fd1f1c2049e8a4cbb17a8d5df790]). 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: 5.032 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 5.158 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 5.187 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 01:15:28,797 No host ID found, created f3e696a1-95be-400f-9ec7-59c65c4e6281 (Note: This should happen exactly once per node).
    [junit]  WARN 01:15:28,992 Generated random token Token(bytes[4e201928ae36bcdb726ef3672acf5748]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.thrift.ThriftValidationTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 5.02 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 5.062 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.tools.SSTableImportTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 5.032 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 3 keys...
    [junit] Importing 3 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] Line 2: Key 303630 is greater than previous, collection is not sorted properly. Aborting import. You might need to delete SSTables manually.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.utils.BloomFilterTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.429 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.BoundedStatsDequeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.04 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.ByteBufferUtilTest
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.058 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.BytesReadTrackerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.043 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EncodedStreamsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 5.142 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EstimatedHistogramTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.044 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.FBUtilitiesTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.043 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.HexTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.046 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.IntervalTreeTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.124 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.342 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MergeIteratorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.054 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.698 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SemanticVersionTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.043 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.08 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.StreamingHistogramTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.044 sec
    [junit] 

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Cassandra-quick/build.xml:1094: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Cassandra-quick/build.xml:1056: Some unit test(s) failed.

Total time: 9 minutes 20 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 #631

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

------------------------------------------
[...truncated 365 lines...]
    [junit] 
    [junit] Testsuite: org.apache.cassandra.dht.RangeTest
    [junit] Tests run: 22, Failures: 0, Errors: 0, Time elapsed: 0.669 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.ArrivalWindowTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.654 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.GossipDigestTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.043 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 5.121 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.hadoop.ColumnFamilyInputFormatTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.274 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.BloomFilterTrackerTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 4.944 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.CompactSerializerTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 5.823 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.LazilyCompactedRowTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 6.161 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.compress.CompressedRandomAccessReaderTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.771 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 22:57:04,758 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.044 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.IndexHelperTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.044 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.LegacySSTableTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.6 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableMetadataSerializerTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.098 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableReaderTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 5.315 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableSimpleWriterTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.269 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 5.372 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.util.BufferedRandomAccessFileTest
    [junit] Tests run: 18, Failures: 0, Errors: 0, Time elapsed: 0.854 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.DynamicEndpointSnitchTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.982 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.EC2SnitchTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.693 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.NetworkTopologyStrategyTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.669 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.OldNetworkTopologyStrategyTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 5.058 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.814 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.SimpleStrategyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 4.777 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.TokenMetadataTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.664 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.AntiEntropyServiceCounterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 5.688 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 22:58:02,276 No host ID found, created 33eed03f-2f62-430e-9f6c-90e8d39f70cd (Note: This should happen exactly once per node).
    [junit]  WARN 22:58:02,399 Generated random token Token(bytes[ff1c8e45c9a2223ae960dfc541c4c26e]). 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.642 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 22:58:08,968 No host ID found, created 36d9f5b4-6a00-4f64-b515-4b5c69d045fb (Note: This should happen exactly once per node).
    [junit]  WARN 22:58:09,091 Generated random token Token(bytes[a399631a4938416974e3386fd711d739]). 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: 5.058 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.EmbeddedCassandraServiceTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.666 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 22:58:21,767 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 22:58:22,122 No host ID found, created 098f23e6-a83d-4c6a-9f38-b09c242792f4 (Note: This should happen exactly once per node).
    [junit]  WARN 22:58:22,254 Generated random token Token(bytes[f44e03f619f4177c4e4a2ce9e043080d]). 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.227 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.LeaveAndBootstrapTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 6.251 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 22:58:32,796 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.62 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.RemoveTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 8.332 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] ERROR 22:58:46,439 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 22:58:46,440 Streaming from /127.0.0.6 failed
    [junit] ERROR 22:58:46,441 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 22:58:46,441 Streaming from /127.0.0.6 failed
    [junit] ERROR 22:58:46,441 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 22:58:46,441 Streaming from /127.0.0.6 failed
    [junit] ERROR 22:58:46,441 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 22:58:46,442 Streaming from /127.0.0.6 failed
    [junit] ERROR 22:58:46,442 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 22:58:46,442 Streaming from /127.0.0.6 failed
    [junit] ERROR 22:58:46,442 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 22:58:46,442 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: 5.222 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 4.412 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 5.028 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.833 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 3.189 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 22:59:12,544 No host ID found, created 333c5ac6-1ddc-4754-9a6e-137d49f0e6a7 (Note: This should happen exactly once per node).
    [junit]  WARN 22:59:12,847 Generated random token Token(bytes[0594d09ca7747bca56d6061382333c62]). 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.9 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 5.051 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 5.144 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 22:59:31,521 No host ID found, created 9982f47b-831d-4155-999c-01dc90f030d8 (Note: This should happen exactly once per node).
    [junit]  WARN 22:59:31,694 Generated random token Token(bytes[b55be4e6c6366cd50ffd05d4ddaf77b2]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.thrift.ThriftValidationTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 5.058 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 5.222 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.tools.SSTableImportTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 5.089 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 3 keys...
    [junit] Importing 3 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] Line 2: Key 303630 is greater than previous, collection is not sorted properly. Aborting import. You might need to delete SSTables manually.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.utils.BloomFilterTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.386 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.BoundedStatsDequeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.043 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.ByteBufferUtilTest
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.056 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.BytesReadTrackerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.043 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EncodedStreamsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 5.228 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EstimatedHistogramTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.045 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.FBUtilitiesTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.079 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.HexTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.046 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.IntervalTreeTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.127 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.336 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MergeIteratorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.057 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.675 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SemanticVersionTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.045 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.385 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.StreamingHistogramTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.045 sec
    [junit] 

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Cassandra-quick/build.xml:1094: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Cassandra-quick/build.xml:1056: Some unit test(s) failed.

Total time: 9 minutes 14 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 #630

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

------------------------------------------
[...truncated 363 lines...]
    [junit] 
    [junit] Testsuite: org.apache.cassandra.dht.RangeTest
    [junit] Tests run: 22, Failures: 0, Errors: 0, Time elapsed: 1 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.ArrivalWindowTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.001 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.GossipDigestTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.121 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 12.184 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.hadoop.ColumnFamilyInputFormatTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.237 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.BloomFilterTrackerTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 12.784 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.CompactSerializerTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 15.957 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.LazilyCompactedRowTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 29.111 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.compress.CompressedRandomAccessReaderTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.878 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 21:19:21,476 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.07 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.IndexHelperTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.06 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.LegacySSTableTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 13.8 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableMetadataSerializerTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.199 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableReaderTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 20.657 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableSimpleWriterTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 13.582 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 14.878 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.util.BufferedRandomAccessFileTest
    [junit] Tests run: 18, Failures: 0, Errors: 0, Time elapsed: 3.364 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.DynamicEndpointSnitchTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.293 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.EC2SnitchTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.16 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.NetworkTopologyStrategyTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.924 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.OldNetworkTopologyStrategyTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 14.411 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: 13.94 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.SimpleStrategyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 13.562 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.TokenMetadataTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.015 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.AntiEntropyServiceCounterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 15.528 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 21:21:40,339 No host ID found, created 4e650a8b-a851-4ce7-bde9-78ac1403258c (Note: This should happen exactly once per node).
    [junit]  WARN 21:21:40,782 Generated random token Token(bytes[64c84355452c00c21fddbd128a041c4b]). 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: 15.818 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 21:21:57,110 No host ID found, created 9bd7b992-37ec-4f8c-952e-cd3e4b4d7beb (Note: This should happen exactly once per node).
    [junit]  WARN 21:21:57,573 Generated random token Token(bytes[af3d9856351c4cb395e5844a1dba690b]). 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: 12.601 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.EmbeddedCassandraServiceTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 13.541 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 21:22:27,030 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 21:22:27,670 No host ID found, created 894b44c8-b8e2-4b42-b686-5e37cc8b7857 (Note: This should happen exactly once per node).
    [junit]  WARN 21:22:28,114 Generated random token Token(bytes[ab4acabc94d9b16b026701d058ba463b]). 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.57 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.LeaveAndBootstrapTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 27.787 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 21:22:57,679 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: 20.554 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.RemoveTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 20.507 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] ERROR 21:23:40,731 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 21:23:40,732 Streaming from /127.0.0.6 failed
    [junit] ERROR 21:23:40,732 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 21:23:40,733 Streaming from /127.0.0.6 failed
    [junit] ERROR 21:23:40,733 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 21:23:40,733 Streaming from /127.0.0.6 failed
    [junit] ERROR 21:23:40,733 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 21:23:40,733 Streaming from /127.0.0.6 failed
    [junit] ERROR 21:23:40,733 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 21:23:40,733 Streaming from /127.0.0.6 failed
    [junit] ERROR 21:23:40,734 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 21:23:40,734 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: 12.461 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 11.813 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 13.104 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.115 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 4.035 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 21:24:30,760 No host ID found, created a0f6c6be-8a98-4f6b-9d4d-7ebade5406d2 (Note: This should happen exactly once per node).
    [junit]  WARN 21:24:31,390 Generated random token Token(bytes[73274c7287a113e16e4bce768b8d3949]). 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: 12.453 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 12.852 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 17.994 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 21:25:13,125 No host ID found, created 02b2d657-8d1a-40c5-97cc-06e329fce512 (Note: This should happen exactly once per node).
    [junit]  WARN 21:25:13,514 Generated random token Token(bytes[2807af1b31807dd4bbd4a1e46a2fd2d3]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.thrift.ThriftValidationTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 12.901 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 13.795 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.tools.SSTableImportTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 13.424 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 3 keys...
    [junit] Importing 3 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] Line 2: Key 303630 is greater than previous, collection is not sorted properly. Aborting import. You might need to delete SSTables manually.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.utils.BloomFilterTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.851 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.075 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: 11.646 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.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.693 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: 0.89 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: 13.898 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>:1094: 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: 22 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 #629

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

Changes:

[xedin] CFMetaData.fromThrift to throw ConfigurationException upon error

[jbellis] add #4150 to CHANGES

------------------------------------------
[...truncated 372 lines...]
    [junit] 
    [junit] Testsuite: org.apache.cassandra.dht.RangeTest
    [junit] Tests run: 22, Failures: 0, Errors: 0, Time elapsed: 0.901 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.ArrivalWindowTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.879 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.GossipDigestTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.057 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 5.944 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.hadoop.ColumnFamilyInputFormatTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.208 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.BloomFilterTrackerTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 6.008 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.CompactSerializerTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 6.714 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.LazilyCompactedRowTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 8.101 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.compress.CompressedRandomAccessReaderTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.039 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 20:39:28,719 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: 6.585 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableMetadataSerializerTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.135 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableReaderTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 6.633 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableSimpleWriterTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.1 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 6.265 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.util.BufferedRandomAccessFileTest
    [junit] Tests run: 18, Failures: 0, Errors: 0, Time elapsed: 1.395 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.DynamicEndpointSnitchTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.193 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.EC2SnitchTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.902 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.NetworkTopologyStrategyTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.893 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.OldNetworkTopologyStrategyTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 6.029 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: 6.095 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.SimpleStrategyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.097 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.TokenMetadataTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.885 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.AntiEntropyServiceCounterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 7.177 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 20:40:36,500 No host ID found, created e031f7f8-3dda-40a6-8f4b-13f10032e25a (Note: This should happen exactly once per node).
    [junit]  WARN 20:40:36,720 Generated random token Token(bytes[53a6e41ce4a64eb18836ab60b6971499]). 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: 6.8 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 20:40:44,932 No host ID found, created 518b0895-1e7d-42f2-9ac0-d6de1e6545c4 (Note: This should happen exactly once per node).
    [junit]  WARN 20:40:45,118 Generated random token Token(bytes[f6f24a02b7ac2fa24b83eaa9cea37f8b]). 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: 6.106 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.EmbeddedCassandraServiceTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.848 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 20:40:59,710 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 20:41:00,137 No host ID found, created 07957cb2-5259-4e87-831d-ef417d612e40 (Note: This should happen exactly once per node).
    [junit]  WARN 20:41:00,301 Generated random token Token(bytes[d1751464d531a34dcdf07c8cd510ef43]). 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.454 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.LeaveAndBootstrapTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 8.346 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 20:41:12,949 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: 7.305 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.RemoveTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 9.79 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] ERROR 20:41:29,874 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 20:41:29,875 Streaming from /127.0.0.6 failed
    [junit] ERROR 20:41:29,876 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 20:41:29,876 Streaming from /127.0.0.6 failed
    [junit] ERROR 20:41:29,876 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 20:41:29,876 Streaming from /127.0.0.6 failed
    [junit] ERROR 20:41:29,876 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 20:41:29,876 Streaming from /127.0.0.6 failed
    [junit] ERROR 20:41:29,877 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 20:41:29,877 Streaming from /127.0.0.6 failed
    [junit] ERROR 20:41:29,877 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 20:41:29,877 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: 6.091 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 5.181 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.038 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.067 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 3.425 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 20:41:59,249 No host ID found, created 20eedbcb-82ad-4889-850c-e00c30ef63c6 (Note: This should happen exactly once per node).
    [junit]  WARN 20:41:59,561 Generated random token Token(bytes[96b21cb0622294fbf7bbcfca4c610f46]). 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: 5.932 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.151 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 6.413 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 20:42:21,176 No host ID found, created 25468fa6-72fb-4f55-a04b-3087e2244968 (Note: This should happen exactly once per node).
    [junit]  WARN 20:42:21,342 Generated random token Token(bytes[79effbae1afaa2975b89bcba8239788a]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.thrift.ThriftValidationTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 6.098 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 6.287 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.tools.SSTableImportTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 6.2 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 3 keys...
    [junit] Importing 3 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] Line 2: Key 303630 is greater than previous, collection is not sorted properly. Aborting import. You might need to delete SSTables manually.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.utils.BloomFilterTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.527 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.074 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.024 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.061 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.452 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: 0.883 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: 7.796 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>:1094: 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: 11 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 #628

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

Changes:

[yukim] fix streaming for messaging change patch by yukim, reviewed by brandonwilliams for CASSANDRA-4360

------------------------------------------
[...truncated 371 lines...]
    [junit] 
    [junit] Testsuite: org.apache.cassandra.dht.RangeTest
    [junit] Tests run: 22, Failures: 0, Errors: 0, Time elapsed: 0.915 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.ArrivalWindowTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.888 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.GossipDigestTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.058 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.gms.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 11.549 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.hadoop.ColumnFamilyInputFormatTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.24 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.BloomFilterTrackerTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 11.356 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.CompactSerializerTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 12.685 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.LazilyCompactedRowTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 41.887 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.compress.CompressedRandomAccessReaderTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 2.585 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 19:47:54,758 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.06 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.LegacySSTableTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 12.864 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableMetadataSerializerTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.137 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableReaderTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 23.097 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableSimpleWriterTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 12.07 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 12.748 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.util.BufferedRandomAccessFileTest
    [junit] Tests run: 18, Failures: 0, Errors: 0, Time elapsed: 3.001 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.DynamicEndpointSnitchTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.199 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.EC2SnitchTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.901 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.NetworkTopologyStrategyTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.918 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.OldNetworkTopologyStrategyTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 12.561 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: 12.566 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.SimpleStrategyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 11.599 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.TokenMetadataTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.896 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.AntiEntropyServiceCounterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 15.402 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 19:50:05,362 No host ID found, created c082ab1b-5eaa-4430-aedc-0fcade273cfa (Note: This should happen exactly once per node).
    [junit]  WARN 19:50:05,846 Generated random token Token(bytes[eb3884c52454a783e038c4426422faf1]). 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: 16.577 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 19:50:22,521 No host ID found, created ad3da31c-2916-4e5f-8f6c-849a47591f22 (Note: This should happen exactly once per node).
    [junit]  WARN 19:50:22,961 Generated random token Token(bytes[9e7d8d75b26ffa4867ac914f8c7b3c4f]). 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: 12.086 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.EmbeddedCassandraServiceTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 13.87 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 19:50:52,638 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 19:50:53,292 No host ID found, created 57c4daa7-7156-4d87-9b2e-e514643daad1 (Note: This should happen exactly once per node).
    [junit]  WARN 19:50:53,638 Generated random token Token(bytes[205c1d2324a74d828f8f70a3804a7e27]). 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.44 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.LeaveAndBootstrapTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 28.793 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 19:51:24,125 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: 19.826 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.RemoveTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 20.238 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] ERROR 19:52:06,177 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 19:52:06,178 Streaming from /127.0.0.6 failed
    [junit] ERROR 19:52:06,178 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 19:52:06,178 Streaming from /127.0.0.6 failed
    [junit] ERROR 19:52:06,178 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 19:52:06,178 Streaming from /127.0.0.6 failed
    [junit] ERROR 19:52:06,178 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 19:52:06,179 Streaming from /127.0.0.6 failed
    [junit] ERROR 19:52:06,179 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 19:52:06,179 Streaming from /127.0.0.6 failed
    [junit] ERROR 19:52:06,179 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 19:52:06,179 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: 14.049 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 13.265 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 12.058 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.083 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 4.081 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 19:52:58,410 No host ID found, created 2394e811-eb95-43e3-aeda-4e30b7e04923 (Note: This should happen exactly once per node).
    [junit]  WARN 19:52:59,005 Generated random token Token(bytes[e547f35b5b73cfddd1009341a7c57be2]). 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: 13.723 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 12.469 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 18.044 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 19:53:41,891 No host ID found, created 9daa5e66-6e47-4dd3-8f0c-cd09a0f3361a (Note: This should happen exactly once per node).
    [junit]  WARN 19:53:42,238 Generated random token Token(bytes[6855d97a05034a88291ad1474739bc03]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.thrift.ThriftValidationTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 11.751 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 13.294 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.tools.SSTableImportTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 15.053 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 3 keys...
    [junit] Importing 3 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] Line 2: Key 303630 is greater than previous, collection is not sorted properly. Aborting import. You might need to delete SSTables manually.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.utils.BloomFilterTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.803 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.077 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: 12.553 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.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: 1.186 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: 0.906 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SemanticVersionTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.071 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 14.111 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.StreamingHistogramTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.062 sec
    [junit] 

BUILD FAILED
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1094: 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: 21 minutes 32 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 #627

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

------------------------------------------
[...truncated 474 lines...]
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.LeaveAndBootstrapTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 17.854 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 18:41:26,316 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: 10.413 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.RemoveTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 11.796 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] ERROR 18:41:48,786 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 18:41:48,787 Streaming from /127.0.0.6 failed
    [junit] ERROR 18:41:48,787 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 18:41:48,787 Streaming from /127.0.0.6 failed
    [junit] ERROR 18:41:48,787 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 18:41:48,788 Streaming from /127.0.0.6 failed
    [junit] ERROR 18:41:48,788 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 18:41:48,788 Streaming from /127.0.0.6 failed
    [junit] ERROR 18:41:48,788 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 18:41:48,788 Streaming from /127.0.0.6 failed
    [junit] ERROR 18:41:48,788 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 18:41:48,788 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: 14.988 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 5.961 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.831 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.096 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 3.473 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 18:42:28,893 No host ID found, created ef88d28e-35fd-48ca-a211-4908eedcaf75 (Note: This should happen exactly once per node).
    [junit]  WARN 18:42:29,223 Generated random token Token(bytes[26961474daa7b4cacc03067f88da4cc6]). 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: 14.306 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 7.665 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Tests run: 5, Failures: 2, Errors: 0, Time elapsed: 8.642 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 18:43:02,431 No host ID found, created 0864176a-1cea-42fb-b30e-88634a2850ae (Note: This should happen exactly once per node).
    [junit]  WARN 18:43:02,708 Generated random token Token(bytes[7b8231f8133fce643a8273a59cfd5c54]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ERROR 18:43:03,020 Fatal exception in thread Thread[Streaming to /127.0.0.1:1,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 18:43:03,335 Fatal exception in thread Thread[Streaming to /127.0.0.1:2,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 18:43:03,538 Fatal exception in thread Thread[Streaming to /127.0.0.1:3,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 18:43:03,694 Fatal exception in thread Thread[Streaming to /127.0.0.1:4,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 18:43:03,922 Fatal exception in thread Thread[Streaming to /127.0.0.1:5,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 18:43:04,116 Fatal exception in thread Thread[Streaming to /127.0.0.1:6,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [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:271)
    [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:330)
    [junit] 
    [junit] 
    [junit] Test org.apache.cassandra.streaming.StreamingTransferTest FAILED
    [junit] Testsuite: org.apache.cassandra.thrift.ThriftValidationTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 7.783 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 8.298 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.tools.SSTableImportTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 7.296 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 3 keys...
    [junit] Importing 3 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] Line 2: Key 303630 is greater than previous, collection is not sorted properly. Aborting import. You might need to delete SSTables manually.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.utils.BloomFilterTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.526 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.074 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.538 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.169 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.073 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 9.254 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: 8.506 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>:1094: 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: 12 minutes 50 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 #626

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

------------------------------------------
[...truncated 474 lines...]
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.LeaveAndBootstrapTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 24.333 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 18:21:31,489 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: 18.643 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.RemoveTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 19.22 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] ERROR 18:22:10,958 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 18:22:10,959 Streaming from /127.0.0.6 failed
    [junit] ERROR 18:22:10,959 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 18:22:10,959 Streaming from /127.0.0.6 failed
    [junit] ERROR 18:22:10,959 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 18:22:10,960 Streaming from /127.0.0.6 failed
    [junit] ERROR 18:22:10,960 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 18:22:10,960 Streaming from /127.0.0.6 failed
    [junit] ERROR 18:22:10,960 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 18:22:10,960 Streaming from /127.0.0.6 failed
    [junit] ERROR 18:22:10,960 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 18:22:10,960 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: 11.594 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 10.403 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 12.05 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.082 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 3.905 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 18:22:57,509 No host ID found, created 3f83a1ca-d823-4fc6-be75-473970f1d3d9 (Note: This should happen exactly once per node).
    [junit]  WARN 18:22:58,073 Generated random token Token(bytes[4b3befb2b3a2427b14549e618b59a788]). 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: 11.397 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 11.395 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Tests run: 5, Failures: 2, Errors: 0, Time elapsed: 15.706 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 18:23:35,950 No host ID found, created 29add90f-2419-4c9d-9e4d-b666cf9ce52a (Note: This should happen exactly once per node).
    [junit]  WARN 18:23:36,297 Generated random token Token(bytes[46bbd0f44593234cd40be1a6dd7fe326]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ERROR 18:23:37,529 Fatal exception in thread Thread[Streaming to /127.0.0.1:1,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 18:23:38,238 Fatal exception in thread Thread[Streaming to /127.0.0.1:2,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 18:23:39,249 Fatal exception in thread Thread[Streaming to /127.0.0.1:3,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 18:23:39,656 Fatal exception in thread Thread[Streaming to /127.0.0.1:4,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 18:23:40,268 Fatal exception in thread Thread[Streaming to /127.0.0.1:5,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 18:23:40,983 Fatal exception in thread Thread[Streaming to /127.0.0.1:6,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [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:271)
    [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:330)
    [junit] 
    [junit] 
    [junit] Test org.apache.cassandra.streaming.StreamingTransferTest FAILED
    [junit] Testsuite: org.apache.cassandra.thrift.ThriftValidationTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 11.759 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 13.289 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.tools.SSTableImportTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 12.31 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 3 keys...
    [junit] Importing 3 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] Line 2: Key 303630 is greater than previous, collection is not sorted properly. Aborting import. You might need to delete SSTables manually.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.utils.BloomFilterTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.799 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.059 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EncodedStreamsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 12.021 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.06 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.721 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MergeIteratorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.073 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.894 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: 13.581 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>:1094: 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: 22 minutes 12 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 #625

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

Changes:

[brandonwilliams] Fix bootstrap, move, remove and other hostid-related tests.

------------------------------------------
[...truncated 474 lines...]
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.LeaveAndBootstrapTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 8.178 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 17:41:22,824 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: 7.254 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.RemoveTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 10.135 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] ERROR 17:41:39,964 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 17:41:39,965 Streaming from /127.0.0.6 failed
    [junit] ERROR 17:41:39,965 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 17:41:39,965 Streaming from /127.0.0.6 failed
    [junit] ERROR 17:41:39,965 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 17:41:39,966 Streaming from /127.0.0.6 failed
    [junit] ERROR 17:41:39,966 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 17:41:39,966 Streaming from /127.0.0.6 failed
    [junit] ERROR 17:41:39,966 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 17:41:39,966 Streaming from /127.0.0.6 failed
    [junit] ERROR 17:41:39,966 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 17:41:39,967 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: 6.144 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 5.353 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.097 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.073 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 3.444 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 17:42:09,698 No host ID found, created 6a1bed23-daa1-41c9-a7a4-0364f02e6b35 (Note: This should happen exactly once per node).
    [junit]  WARN 17:42:10,018 Generated random token Token(bytes[4965424c0345b7a09d7bc0289d75b290]). 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: 5.946 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.278 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Tests run: 5, Failures: 2, Errors: 0, Time elapsed: 6.238 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 17:42:31,745 No host ID found, created 81cf1039-25f0-4a00-a491-d82d498345f6 (Note: This should happen exactly once per node).
    [junit]  WARN 17:42:31,921 Generated random token Token(bytes[d921387037fcb36b5779a27813b8037f]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ERROR 17:42:32,112 Fatal exception in thread Thread[Streaming to /127.0.0.1:1,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 17:42:32,232 Fatal exception in thread Thread[Streaming to /127.0.0.1:2,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 17:42:32,378 Fatal exception in thread Thread[Streaming to /127.0.0.1:3,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 17:42:32,471 Fatal exception in thread Thread[Streaming to /127.0.0.1:4,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 17:42:32,559 Fatal exception in thread Thread[Streaming to /127.0.0.1:5,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 17:42:32,697 Fatal exception in thread Thread[Streaming to /127.0.0.1:6,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [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:271)
    [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:330)
    [junit] 
    [junit] 
    [junit] Test org.apache.cassandra.streaming.StreamingTransferTest FAILED
    [junit] Testsuite: org.apache.cassandra.thrift.ThriftValidationTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 6.138 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 6.708 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.tools.SSTableImportTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 6.214 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 3 keys...
    [junit] Importing 3 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] Line 2: Key 303630 is greater than previous, collection is not sorted properly. Aborting import. You might need to delete SSTables manually.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.utils.BloomFilterTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.524 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.BoundedStatsDequeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.055 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.057 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EncodedStreamsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.136 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.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.168 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.074 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.889 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: 8.705 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>:1094: 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: 11 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 #624

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

Changes:

[brandonwilliams] Fix bootstrap test

[sylvain] Fix typo

------------------------------------------
[...truncated 615 lines...]
    [junit] 
    [junit] 
    [junit] Testcase: testLocalHostId(org.apache.cassandra.service.RemoveTest):	Caused an ERROR
    [junit] Illegal embedded minus sign
    [junit] java.lang.NumberFormatException: Illegal embedded minus sign
    [junit] 	at java.math.BigInteger.<init>(BigInteger.java:288)
    [junit] 	at java.math.BigInteger.<init>(BigInteger.java:451)
    [junit] 	at org.apache.cassandra.dht.RandomPartitioner$1.fromString(RandomPartitioner.java:135)
    [junit] 	at org.apache.cassandra.service.StorageService.handleStateNormal(StorageService.java:1099)
    [junit] 	at org.apache.cassandra.service.StorageService.onChange(StorageService.java:998)
    [junit] 	at org.apache.cassandra.Util.createInitialRing(Util.java:231)
    [junit] 	at org.apache.cassandra.service.RemoveTest.setup(RemoveTest.java:87)
    [junit] 
    [junit] 
    [junit] Testcase: testRemoveHostId(org.apache.cassandra.service.RemoveTest):	Caused an ERROR
    [junit] Illegal embedded minus sign
    [junit] java.lang.NumberFormatException: Illegal embedded minus sign
    [junit] 	at java.math.BigInteger.<init>(BigInteger.java:288)
    [junit] 	at java.math.BigInteger.<init>(BigInteger.java:451)
    [junit] 	at org.apache.cassandra.dht.RandomPartitioner$1.fromString(RandomPartitioner.java:135)
    [junit] 	at org.apache.cassandra.service.StorageService.handleStateNormal(StorageService.java:1099)
    [junit] 	at org.apache.cassandra.service.StorageService.onChange(StorageService.java:998)
    [junit] 	at org.apache.cassandra.Util.createInitialRing(Util.java:231)
    [junit] 	at org.apache.cassandra.service.RemoveTest.setup(RemoveTest.java:87)
    [junit] 
    [junit] 
    [junit] Test org.apache.cassandra.service.RemoveTest FAILED
    [junit] Testsuite: org.apache.cassandra.service.RowResolverTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 4.977 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 4.495 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 5.144 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.878 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 3.213 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 15:55:08,354 No host ID found, created 6a5e7bf1-da9d-418e-a071-04f707fe1d15 (Note: This should happen exactly once per node).
    [junit]  WARN 15:55:08,670 Generated random token Token(bytes[175e9f7c2defa5c615647d94f2eb5797]). 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.929 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 4.984 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Tests run: 5, Failures: 2, Errors: 0, Time elapsed: 4.97 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 15:55:27,216 No host ID found, created fe6823ec-7d21-4b67-9420-86b74a33ab6f (Note: This should happen exactly once per node).
    [junit]  WARN 15:55:27,334 Generated random token Token(bytes[af3c30de54a0a9b6c18c0cfdae4b0a43]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ERROR 15:55:27,418 Fatal exception in thread Thread[Streaming to /127.0.0.1:1,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 15:55:27,473 Fatal exception in thread Thread[Streaming to /127.0.0.1:2,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 15:55:27,532 Fatal exception in thread Thread[Streaming to /127.0.0.1:3,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 15:55:27,564 Fatal exception in thread Thread[Streaming to /127.0.0.1:4,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 15:55:27,604 Fatal exception in thread Thread[Streaming to /127.0.0.1:5,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 15:55:27,635 Fatal exception in thread Thread[Streaming to /127.0.0.1:6,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [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:271)
    [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:330)
    [junit] 
    [junit] 
    [junit] Test org.apache.cassandra.streaming.StreamingTransferTest FAILED
    [junit] Testsuite: org.apache.cassandra.thrift.ThriftValidationTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 5.522 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 5.165 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.tools.SSTableImportTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 4.939 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 3 keys...
    [junit] Importing 3 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] Line 2: Key 303630 is greater than previous, collection is not sorted properly. Aborting import. You might need to delete SSTables manually.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.utils.BloomFilterTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.419 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.BoundedStatsDequeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.041 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.ByteBufferUtilTest
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.058 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.BytesReadTrackerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.043 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EncodedStreamsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 5.119 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EstimatedHistogramTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.044 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.FBUtilitiesTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.044 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.HexTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.045 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.IntervalTreeTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.129 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.311 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: 0.715 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SemanticVersionTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.044 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.021 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.StreamingHistogramTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.046 sec
    [junit] 

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Cassandra-quick/build.xml:1094: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Cassandra-quick/build.xml:1056: Some unit test(s) failed.

Total time: 9 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 #623

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

------------------------------------------
[...truncated 622 lines...]
    [junit] 
    [junit] 
    [junit] Testcase: testLocalHostId(org.apache.cassandra.service.RemoveTest):	Caused an ERROR
    [junit] Illegal embedded minus sign
    [junit] java.lang.NumberFormatException: Illegal embedded minus sign
    [junit] 	at java.math.BigInteger.<init>(BigInteger.java:288)
    [junit] 	at java.math.BigInteger.<init>(BigInteger.java:451)
    [junit] 	at org.apache.cassandra.dht.RandomPartitioner$1.fromString(RandomPartitioner.java:135)
    [junit] 	at org.apache.cassandra.service.StorageService.handleStateNormal(StorageService.java:1096)
    [junit] 	at org.apache.cassandra.service.StorageService.onChange(StorageService.java:998)
    [junit] 	at org.apache.cassandra.Util.createInitialRing(Util.java:231)
    [junit] 	at org.apache.cassandra.service.RemoveTest.setup(RemoveTest.java:87)
    [junit] 
    [junit] 
    [junit] Testcase: testRemoveHostId(org.apache.cassandra.service.RemoveTest):	Caused an ERROR
    [junit] Illegal embedded minus sign
    [junit] java.lang.NumberFormatException: Illegal embedded minus sign
    [junit] 	at java.math.BigInteger.<init>(BigInteger.java:288)
    [junit] 	at java.math.BigInteger.<init>(BigInteger.java:451)
    [junit] 	at org.apache.cassandra.dht.RandomPartitioner$1.fromString(RandomPartitioner.java:135)
    [junit] 	at org.apache.cassandra.service.StorageService.handleStateNormal(StorageService.java:1096)
    [junit] 	at org.apache.cassandra.service.StorageService.onChange(StorageService.java:998)
    [junit] 	at org.apache.cassandra.Util.createInitialRing(Util.java:231)
    [junit] 	at org.apache.cassandra.service.RemoveTest.setup(RemoveTest.java:87)
    [junit] 
    [junit] 
    [junit] Test org.apache.cassandra.service.RemoveTest FAILED
    [junit] Testsuite: org.apache.cassandra.service.RowResolverTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 13.175 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 13.036 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 15.727 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.096 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 4.142 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 10:24:46,182 No host ID found, created 14326c8b-e543-4133-8d51-197d98558479 (Note: This should happen exactly once per node).
    [junit]  WARN 10:24:46,935 Generated random token Token(bytes[643c7c8b51fcbfd3919211707f0d57f3]). 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: 15.424 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 13.996 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Tests run: 5, Failures: 2, Errors: 0, Time elapsed: 24.926 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 10:25:35,836 No host ID found, created 51a73d9b-35e6-4035-aa5b-1771e0533f85 (Note: This should happen exactly once per node).
    [junit]  WARN 10:25:36,887 Generated random token Token(bytes[89ab80d1a2b1cd508e6b054634eb0f61]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ERROR 10:25:39,156 Fatal exception in thread Thread[Streaming to /127.0.0.1:1,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 10:25:40,316 Fatal exception in thread Thread[Streaming to /127.0.0.1:2,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 10:25:42,790 Fatal exception in thread Thread[Streaming to /127.0.0.1:3,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 10:25:43,579 Fatal exception in thread Thread[Streaming to /127.0.0.1:4,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 10:25:44,697 Fatal exception in thread Thread[Streaming to /127.0.0.1:5,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 10:25:45,719 Fatal exception in thread Thread[Streaming to /127.0.0.1:6,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [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:271)
    [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:330)
    [junit] 
    [junit] 
    [junit] Test org.apache.cassandra.streaming.StreamingTransferTest FAILED
    [junit] Testsuite: org.apache.cassandra.thrift.ThriftValidationTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 15.932 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 38.672 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.tools.SSTableImportTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 26.908 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 3 keys...
    [junit] Importing 3 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] Line 2: Key 303630 is greater than previous, collection is not sorted properly. Aborting import. You might need to delete SSTables manually.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.utils.BloomFilterTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.827 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.075 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: 25.334 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.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.173 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.693 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: 2.184 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: 51.929 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.StreamingHistogramTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.071 sec
    [junit] 

BUILD FAILED
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1094: 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: 26 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 #622

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

------------------------------------------
[...truncated 614 lines...]
    [junit] 
    [junit] 
    [junit] Testcase: testLocalHostId(org.apache.cassandra.service.RemoveTest):	Caused an ERROR
    [junit] Illegal embedded minus sign
    [junit] java.lang.NumberFormatException: Illegal embedded minus sign
    [junit] 	at java.math.BigInteger.<init>(BigInteger.java:288)
    [junit] 	at java.math.BigInteger.<init>(BigInteger.java:451)
    [junit] 	at org.apache.cassandra.dht.RandomPartitioner$1.fromString(RandomPartitioner.java:135)
    [junit] 	at org.apache.cassandra.service.StorageService.handleStateNormal(StorageService.java:1096)
    [junit] 	at org.apache.cassandra.service.StorageService.onChange(StorageService.java:998)
    [junit] 	at org.apache.cassandra.Util.createInitialRing(Util.java:231)
    [junit] 	at org.apache.cassandra.service.RemoveTest.setup(RemoveTest.java:87)
    [junit] 
    [junit] 
    [junit] Testcase: testRemoveHostId(org.apache.cassandra.service.RemoveTest):	Caused an ERROR
    [junit] Illegal embedded minus sign
    [junit] java.lang.NumberFormatException: Illegal embedded minus sign
    [junit] 	at java.math.BigInteger.<init>(BigInteger.java:288)
    [junit] 	at java.math.BigInteger.<init>(BigInteger.java:451)
    [junit] 	at org.apache.cassandra.dht.RandomPartitioner$1.fromString(RandomPartitioner.java:135)
    [junit] 	at org.apache.cassandra.service.StorageService.handleStateNormal(StorageService.java:1096)
    [junit] 	at org.apache.cassandra.service.StorageService.onChange(StorageService.java:998)
    [junit] 	at org.apache.cassandra.Util.createInitialRing(Util.java:231)
    [junit] 	at org.apache.cassandra.service.RemoveTest.setup(RemoveTest.java:87)
    [junit] 
    [junit] 
    [junit] Test org.apache.cassandra.service.RemoveTest FAILED
    [junit] Testsuite: org.apache.cassandra.service.RowResolverTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 11.542 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 14.355 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 14.382 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.118 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 4.07 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 05:51:30,708 No host ID found, created 7ef538e9-41e8-40f2-a929-cf69647a9025 (Note: This should happen exactly once per node).
    [junit]  WARN 05:51:31,422 Generated random token Token(bytes[073502b937fcd9d6e7deaaca72e5df28]). 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: 13.138 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 11.714 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Tests run: 5, Failures: 2, Errors: 0, Time elapsed: 16.371 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 05:52:11,447 No host ID found, created f6b6881a-4319-402d-a02a-cd0dfe8316e1 (Note: This should happen exactly once per node).
    [junit]  WARN 05:52:11,794 Generated random token Token(bytes[4e8e2a595c6a94bda7d6b63cd2ed0e8e]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ERROR 05:52:13,327 Fatal exception in thread Thread[Streaming to /127.0.0.1:1,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 05:52:14,092 Fatal exception in thread Thread[Streaming to /127.0.0.1:2,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 05:52:15,237 Fatal exception in thread Thread[Streaming to /127.0.0.1:3,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 05:52:15,706 Fatal exception in thread Thread[Streaming to /127.0.0.1:4,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 05:52:16,296 Fatal exception in thread Thread[Streaming to /127.0.0.1:5,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 05:52:17,063 Fatal exception in thread Thread[Streaming to /127.0.0.1:6,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [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:271)
    [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:330)
    [junit] 
    [junit] 
    [junit] Test org.apache.cassandra.streaming.StreamingTransferTest FAILED
    [junit] Testsuite: org.apache.cassandra.thrift.ThriftValidationTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 12.299 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 13.393 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.tools.SSTableImportTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 12.65 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 3 keys...
    [junit] Importing 3 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] Line 2: Key 303630 is greater than previous, collection is not sorted properly. Aborting import. You might need to delete SSTables manually.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.utils.BloomFilterTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.865 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.BoundedStatsDequeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.063 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.ByteBufferUtilTest
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.086 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: 11.914 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.064 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.IntervalTreeTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.204 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.724 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: 0.9 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: 13.45 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.StreamingHistogramTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.092 sec
    [junit] 

BUILD FAILED
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1094: 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: 22 minutes 10 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 #621

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

------------------------------------------
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@7c3076ec:ubuntu4
Using strategy: Default
Last Built Revision: Revision e6530cc3723a7d2fdc84400bf8cd722474eed589 (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 e6530cc3723a7d2fdc84400bf8cd722474eed589 (origin/trunk)
Checking out Revision e6530cc3723a7d2fdc84400bf8cd722474eed589 (origin/trunk)
FATAL: Could not apply tag jenkins-Cassandra-quick-621
hudson.plugins.git.GitException: Could not apply tag jenkins-Cassandra-quick-621
	at hudson.plugins.git.GitAPI.tag(GitAPI.java:737)
	at hudson.plugins.git.GitSCM$4.invoke(GitSCM.java:1320)
	at hudson.plugins.git.GitSCM$4.invoke(GitSCM.java:1268)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2180)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:287)
	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:636)
Caused by: hudson.plugins.git.GitException: Command "git tag -a -f -m Jenkins Build #621 jenkins-Cassandra-quick-621" 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:786)
	at hudson.plugins.git.GitAPI.launchCommand(GitAPI.java:748)
	at hudson.plugins.git.GitAPI.launchCommand(GitAPI.java:758)
	at hudson.plugins.git.GitAPI.tag(GitAPI.java:735)
	... 12 more

Build failed in Jenkins: Cassandra-quick #620

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

------------------------------------------
[...truncated 621 lines...]
    [junit] 
    [junit] 
    [junit] Testcase: testLocalHostId(org.apache.cassandra.service.RemoveTest):	Caused an ERROR
    [junit] Illegal embedded minus sign
    [junit] java.lang.NumberFormatException: Illegal embedded minus sign
    [junit] 	at java.math.BigInteger.<init>(BigInteger.java:288)
    [junit] 	at java.math.BigInteger.<init>(BigInteger.java:451)
    [junit] 	at org.apache.cassandra.dht.RandomPartitioner$1.fromString(RandomPartitioner.java:135)
    [junit] 	at org.apache.cassandra.service.StorageService.handleStateNormal(StorageService.java:1096)
    [junit] 	at org.apache.cassandra.service.StorageService.onChange(StorageService.java:998)
    [junit] 	at org.apache.cassandra.Util.createInitialRing(Util.java:231)
    [junit] 	at org.apache.cassandra.service.RemoveTest.setup(RemoveTest.java:87)
    [junit] 
    [junit] 
    [junit] Testcase: testRemoveHostId(org.apache.cassandra.service.RemoveTest):	Caused an ERROR
    [junit] Illegal embedded minus sign
    [junit] java.lang.NumberFormatException: Illegal embedded minus sign
    [junit] 	at java.math.BigInteger.<init>(BigInteger.java:288)
    [junit] 	at java.math.BigInteger.<init>(BigInteger.java:451)
    [junit] 	at org.apache.cassandra.dht.RandomPartitioner$1.fromString(RandomPartitioner.java:135)
    [junit] 	at org.apache.cassandra.service.StorageService.handleStateNormal(StorageService.java:1096)
    [junit] 	at org.apache.cassandra.service.StorageService.onChange(StorageService.java:998)
    [junit] 	at org.apache.cassandra.Util.createInitialRing(Util.java:231)
    [junit] 	at org.apache.cassandra.service.RemoveTest.setup(RemoveTest.java:87)
    [junit] 
    [junit] 
    [junit] Test org.apache.cassandra.service.RemoveTest FAILED
    [junit] Testsuite: org.apache.cassandra.service.RowResolverTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 5.671 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 4.987 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 5.721 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.128 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 3.421 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 03:43:29,369 No host ID found, created 54533b08-2b90-400c-8138-0b93249721e1 (Note: This should happen exactly once per node).
    [junit]  WARN 03:43:29,639 Generated random token Token(bytes[be9ed0f6b3c44e4857cfd173f01600ff]). 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: 5.579 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 5.611 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Tests run: 5, Failures: 2, Errors: 0, Time elapsed: 5.392 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 03:43:50,098 No host ID found, created 2698c25e-6d64-4dc6-b12a-9054b67d0686 (Note: This should happen exactly once per node).
    [junit]  WARN 03:43:50,245 Generated random token Token(bytes[22b81175a4691333731032a2864a0584]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ERROR 03:43:50,344 Fatal exception in thread Thread[Streaming to /127.0.0.1:1,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 03:43:50,392 Fatal exception in thread Thread[Streaming to /127.0.0.1:2,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 03:43:50,457 Fatal exception in thread Thread[Streaming to /127.0.0.1:3,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 03:43:50,476 Fatal exception in thread Thread[Streaming to /127.0.0.1:4,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 03:43:50,509 Fatal exception in thread Thread[Streaming to /127.0.0.1:5,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 03:43:50,566 Fatal exception in thread Thread[Streaming to /127.0.0.1:6,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [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:271)
    [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:330)
    [junit] 
    [junit] 
    [junit] Test org.apache.cassandra.streaming.StreamingTransferTest FAILED
    [junit] Testsuite: org.apache.cassandra.thrift.ThriftValidationTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 5.637 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 5.818 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.tools.SSTableImportTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 5.694 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 3 keys...
    [junit] Importing 3 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] Line 2: Key 303630 is greater than previous, collection is not sorted properly. Aborting import. You might need to delete SSTables manually.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.utils.BloomFilterTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.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.079 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: 5.611 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.063 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.457 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: 0.916 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: 7.558 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.StreamingHistogramTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.066 sec
    [junit] 

BUILD FAILED
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1094: 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: 11 minutes 1 second
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 #619

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

------------------------------------------
[...truncated 614 lines...]
    [junit] 
    [junit] 
    [junit] Testcase: testLocalHostId(org.apache.cassandra.service.RemoveTest):	Caused an ERROR
    [junit] Illegal embedded minus sign
    [junit] java.lang.NumberFormatException: Illegal embedded minus sign
    [junit] 	at java.math.BigInteger.<init>(BigInteger.java:288)
    [junit] 	at java.math.BigInteger.<init>(BigInteger.java:451)
    [junit] 	at org.apache.cassandra.dht.RandomPartitioner$1.fromString(RandomPartitioner.java:135)
    [junit] 	at org.apache.cassandra.service.StorageService.handleStateNormal(StorageService.java:1096)
    [junit] 	at org.apache.cassandra.service.StorageService.onChange(StorageService.java:998)
    [junit] 	at org.apache.cassandra.Util.createInitialRing(Util.java:231)
    [junit] 	at org.apache.cassandra.service.RemoveTest.setup(RemoveTest.java:87)
    [junit] 
    [junit] 
    [junit] Testcase: testRemoveHostId(org.apache.cassandra.service.RemoveTest):	Caused an ERROR
    [junit] Illegal embedded minus sign
    [junit] java.lang.NumberFormatException: Illegal embedded minus sign
    [junit] 	at java.math.BigInteger.<init>(BigInteger.java:288)
    [junit] 	at java.math.BigInteger.<init>(BigInteger.java:451)
    [junit] 	at org.apache.cassandra.dht.RandomPartitioner$1.fromString(RandomPartitioner.java:135)
    [junit] 	at org.apache.cassandra.service.StorageService.handleStateNormal(StorageService.java:1096)
    [junit] 	at org.apache.cassandra.service.StorageService.onChange(StorageService.java:998)
    [junit] 	at org.apache.cassandra.Util.createInitialRing(Util.java:231)
    [junit] 	at org.apache.cassandra.service.RemoveTest.setup(RemoveTest.java:87)
    [junit] 
    [junit] 
    [junit] Test org.apache.cassandra.service.RemoveTest FAILED
    [junit] Testsuite: org.apache.cassandra.service.RowResolverTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 5.943 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 5.232 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.09 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.076 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 3.437 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 03:15:30,379 No host ID found, created c1960c4e-655e-43f7-9a7a-6aade7717fa9 (Note: This should happen exactly once per node).
    [junit]  WARN 03:15:30,689 Generated random token Token(bytes[73278de4dcd1036511231aae72283d9d]). 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: 6.234 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 5.988 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Tests run: 5, Failures: 2, Errors: 0, Time elapsed: 6.302 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 03:15:52,427 No host ID found, created e7d840fe-6f77-41dc-9d8c-38d6a33f9921 (Note: This should happen exactly once per node).
    [junit]  WARN 03:15:52,591 Generated random token Token(bytes[bb2cf7115d84ba3575cd531ba95e782b]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ERROR 03:15:52,862 Fatal exception in thread Thread[Streaming to /127.0.0.1:1,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 03:15:52,977 Fatal exception in thread Thread[Streaming to /127.0.0.1:2,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 03:15:53,172 Fatal exception in thread Thread[Streaming to /127.0.0.1:3,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 03:15:53,249 Fatal exception in thread Thread[Streaming to /127.0.0.1:4,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 03:15:53,305 Fatal exception in thread Thread[Streaming to /127.0.0.1:5,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 03:15:53,422 Fatal exception in thread Thread[Streaming to /127.0.0.1:6,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [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:271)
    [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:330)
    [junit] 
    [junit] 
    [junit] Test org.apache.cassandra.streaming.StreamingTransferTest FAILED
    [junit] Testsuite: org.apache.cassandra.thrift.ThriftValidationTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 5.969 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 6.175 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.tools.SSTableImportTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 6.413 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 3 keys...
    [junit] Importing 3 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] Line 2: Key 303630 is greater than previous, collection is not sorted properly. Aborting import. You might need to delete SSTables manually.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.utils.BloomFilterTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.535 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.074 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.021 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.061 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.IntervalTreeTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.168 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.453 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MergeIteratorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.073 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.882 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.611 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>:1094: 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 59 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 #618

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

Changes:

[brandonwilliams] Gossip protocol version, use it to determine if new host id should be

------------------------------------------
[...truncated 621 lines...]
    [junit] 
    [junit] 
    [junit] Testcase: testLocalHostId(org.apache.cassandra.service.RemoveTest):	Caused an ERROR
    [junit] Illegal embedded minus sign
    [junit] java.lang.NumberFormatException: Illegal embedded minus sign
    [junit] 	at java.math.BigInteger.<init>(BigInteger.java:288)
    [junit] 	at java.math.BigInteger.<init>(BigInteger.java:451)
    [junit] 	at org.apache.cassandra.dht.RandomPartitioner$1.fromString(RandomPartitioner.java:135)
    [junit] 	at org.apache.cassandra.service.StorageService.handleStateNormal(StorageService.java:1096)
    [junit] 	at org.apache.cassandra.service.StorageService.onChange(StorageService.java:998)
    [junit] 	at org.apache.cassandra.Util.createInitialRing(Util.java:231)
    [junit] 	at org.apache.cassandra.service.RemoveTest.setup(RemoveTest.java:87)
    [junit] 
    [junit] 
    [junit] Testcase: testRemoveHostId(org.apache.cassandra.service.RemoveTest):	Caused an ERROR
    [junit] Illegal embedded minus sign
    [junit] java.lang.NumberFormatException: Illegal embedded minus sign
    [junit] 	at java.math.BigInteger.<init>(BigInteger.java:288)
    [junit] 	at java.math.BigInteger.<init>(BigInteger.java:451)
    [junit] 	at org.apache.cassandra.dht.RandomPartitioner$1.fromString(RandomPartitioner.java:135)
    [junit] 	at org.apache.cassandra.service.StorageService.handleStateNormal(StorageService.java:1096)
    [junit] 	at org.apache.cassandra.service.StorageService.onChange(StorageService.java:998)
    [junit] 	at org.apache.cassandra.Util.createInitialRing(Util.java:231)
    [junit] 	at org.apache.cassandra.service.RemoveTest.setup(RemoveTest.java:87)
    [junit] 
    [junit] 
    [junit] Test org.apache.cassandra.service.RemoveTest FAILED
    [junit] Testsuite: org.apache.cassandra.service.RowResolverTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 5.599 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 4.874 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 5.662 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.105 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 3.416 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 02:26:31,752 No host ID found, created 7fd6531c-65cc-49d6-9b66-4a11df2d693f (Note: This should happen exactly once per node).
    [junit]  WARN 02:26:32,024 Generated random token Token(bytes[96b3a948a38b7c828fe1113322e6edd7]). 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: 5.657 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 5.691 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Tests run: 5, Failures: 2, Errors: 0, Time elapsed: 5.407 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 02:26:52,625 No host ID found, created aa4c6d0e-649d-4f51-94c9-a59fa2a59849 (Note: This should happen exactly once per node).
    [junit]  WARN 02:26:52,774 Generated random token Token(bytes[181ed7acd2d7fd03bb466693e88aac51]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ERROR 02:26:52,868 Fatal exception in thread Thread[Streaming to /127.0.0.1:1,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 02:26:52,920 Fatal exception in thread Thread[Streaming to /127.0.0.1:2,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 02:26:52,978 Fatal exception in thread Thread[Streaming to /127.0.0.1:3,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 02:26:53,001 Fatal exception in thread Thread[Streaming to /127.0.0.1:4,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 02:26:53,020 Fatal exception in thread Thread[Streaming to /127.0.0.1:5,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 02:26:53,049 Fatal exception in thread Thread[Streaming to /127.0.0.1:6,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [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:271)
    [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:330)
    [junit] 
    [junit] 
    [junit] Test org.apache.cassandra.streaming.StreamingTransferTest FAILED
    [junit] Testsuite: org.apache.cassandra.thrift.ThriftValidationTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 5.727 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 5.753 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.tools.SSTableImportTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 5.698 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 3 keys...
    [junit] Importing 3 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] Line 2: Key 303630 is greater than previous, collection is not sorted properly. Aborting import. You might need to delete SSTables manually.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.utils.BloomFilterTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.54 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.079 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: 5.724 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.063 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.177 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.078 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.91 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: 7.273 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>:1094: 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 54 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 #617

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

------------------------------------------
[...truncated 475 lines...]
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.LeaveAndBootstrapTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 6.697 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 01:10:29,392 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: 6.286 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.RemoveTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 9.051 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] ERROR 01:10:44,366 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 01:10:44,368 Streaming from /127.0.0.6 failed
    [junit] ERROR 01:10:44,369 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 01:10:44,369 Streaming from /127.0.0.6 failed
    [junit] ERROR 01:10:44,369 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 01:10:44,369 Streaming from /127.0.0.6 failed
    [junit] ERROR 01:10:44,369 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 01:10:44,370 Streaming from /127.0.0.6 failed
    [junit] ERROR 01:10:44,370 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 01:10:44,370 Streaming from /127.0.0.6 failed
    [junit] ERROR 01:10:44,370 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 01:10:44,370 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: 5.637 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 4.823 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 5.613 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.108 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 3.411 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 01:11:12,593 No host ID found, created 2b0a0230-6fcd-424e-ae02-82d3a3370685 (Note: This should happen exactly once per node).
    [junit]  WARN 01:11:12,853 Generated random token Token(bytes[cf58be60eac6e09bbf080a0f0fb90186]). 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: 5.546 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 5.617 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Tests run: 5, Failures: 2, Errors: 0, Time elapsed: 5.238 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 01:11:33,099 No host ID found, created 671d8753-a391-4397-b483-2a3303178f54 (Note: This should happen exactly once per node).
    [junit]  WARN 01:11:33,246 Generated random token Token(bytes[6881d9b4fe2bf187b9a0961710408eeb]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ERROR 01:11:33,343 Fatal exception in thread Thread[Streaming to /127.0.0.1:1,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 01:11:33,389 Fatal exception in thread Thread[Streaming to /127.0.0.1:2,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 01:11:33,447 Fatal exception in thread Thread[Streaming to /127.0.0.1:3,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 01:11:33,466 Fatal exception in thread Thread[Streaming to /127.0.0.1:4,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 01:11:33,488 Fatal exception in thread Thread[Streaming to /127.0.0.1:5,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 01:11:33,514 Fatal exception in thread Thread[Streaming to /127.0.0.1:6,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [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:271)
    [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:330)
    [junit] 
    [junit] 
    [junit] Test org.apache.cassandra.streaming.StreamingTransferTest FAILED
    [junit] Testsuite: org.apache.cassandra.thrift.ThriftValidationTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 5.619 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 5.692 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.tools.SSTableImportTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 5.657 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 3 keys...
    [junit] Importing 3 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] Line 2: Key 303630 is greater than previous, collection is not sorted properly. Aborting import. You might need to delete SSTables manually.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.utils.BloomFilterTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.528 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.061 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EncodedStreamsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 5.603 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.063 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.177 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.078 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.92 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: 7.26 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>:1094: 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 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 #616

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

------------------------------------------
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@c56d925:ubuntu4
Using strategy: Default
Last Built Revision: Revision bbcbfd865828c430e536ceaa6142b098432a3ace (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 bbcbfd865828c430e536ceaa6142b098432a3ace (origin/trunk)
Checking out Revision bbcbfd865828c430e536ceaa6142b098432a3ace (origin/trunk)
FATAL: Could not apply tag jenkins-Cassandra-quick-616
hudson.plugins.git.GitException: Could not apply tag jenkins-Cassandra-quick-616
	at hudson.plugins.git.GitAPI.tag(GitAPI.java:737)
	at hudson.plugins.git.GitSCM$4.invoke(GitSCM.java:1320)
	at hudson.plugins.git.GitSCM$4.invoke(GitSCM.java:1268)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2180)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:287)
	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:636)
Caused by: hudson.plugins.git.GitException: Command "git tag -a -f -m Jenkins Build #616 jenkins-Cassandra-quick-616" 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:786)
	at hudson.plugins.git.GitAPI.launchCommand(GitAPI.java:748)
	at hudson.plugins.git.GitAPI.launchCommand(GitAPI.java:758)
	at hudson.plugins.git.GitAPI.tag(GitAPI.java:735)
	... 12 more

Build failed in Jenkins: Cassandra-quick #615

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

------------------------------------------
[...truncated 473 lines...]
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.LeaveAndBootstrapTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 8.281 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 00:17:23,530 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: 7.8 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.RemoveTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 9.98 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] ERROR 00:17:41,095 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 00:17:41,096 Streaming from /127.0.0.6 failed
    [junit] ERROR 00:17:41,096 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 00:17:41,097 Streaming from /127.0.0.6 failed
    [junit] ERROR 00:17:41,097 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 00:17:41,097 Streaming from /127.0.0.6 failed
    [junit] ERROR 00:17:41,097 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 00:17:41,097 Streaming from /127.0.0.6 failed
    [junit] ERROR 00:17:41,097 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 00:17:41,097 Streaming from /127.0.0.6 failed
    [junit] ERROR 00:17:41,098 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 00:17:41,098 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: 6.05 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 5.486 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.062 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.071 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 3.409 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 00:18:10,800 No host ID found, created dd1928e7-1a5d-4007-81b1-6e3baa6f068c (Note: This should happen exactly once per node).
    [junit]  WARN 00:18:11,093 Generated random token Token(bytes[70a6ebe5123aff658252599a77ee2229]). 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: 6.139 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.13 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Tests run: 5, Failures: 2, Errors: 0, Time elapsed: 6.737 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 00:18:33,383 No host ID found, created bf5a1dbd-de64-4bd1-82ed-29baae9a19e6 (Note: This should happen exactly once per node).
    [junit]  WARN 00:18:33,554 Generated random token Token(bytes[efeacb3b56c2be6250e7349010d4ce85]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ERROR 00:18:33,771 Fatal exception in thread Thread[Streaming to /127.0.0.1:1,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 00:18:33,870 Fatal exception in thread Thread[Streaming to /127.0.0.1:2,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 00:18:34,012 Fatal exception in thread Thread[Streaming to /127.0.0.1:3,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 00:18:34,111 Fatal exception in thread Thread[Streaming to /127.0.0.1:4,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 00:18:34,206 Fatal exception in thread Thread[Streaming to /127.0.0.1:5,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 00:18:34,316 Fatal exception in thread Thread[Streaming to /127.0.0.1:6,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [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:271)
    [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:330)
    [junit] 
    [junit] 
    [junit] Test org.apache.cassandra.streaming.StreamingTransferTest FAILED
    [junit] Testsuite: org.apache.cassandra.thrift.ThriftValidationTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 7.436 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 6.273 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.tools.SSTableImportTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 6.301 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 3 keys...
    [junit] Importing 3 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] Line 2: Key 303630 is greater than previous, collection is not sorted properly. Aborting import. You might need to delete SSTables manually.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.utils.BloomFilterTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.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.058 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EncodedStreamsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6 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.169 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.073 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.918 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: 7.784 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.StreamingHistogramTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.062 sec
    [junit] 

BUILD FAILED
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1094: 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: 11 minutes 12 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 #614

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

------------------------------------------
[...truncated 474 lines...]
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.LeaveAndBootstrapTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 32.837 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 23:22:31,093 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: 23.408 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.RemoveTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 26.263 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] ERROR 23:23:26,092 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 23:23:26,093 Streaming from /127.0.0.6 failed
    [junit] ERROR 23:23:26,093 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 23:23:26,094 Streaming from /127.0.0.6 failed
    [junit] ERROR 23:23:26,094 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 23:23:26,094 Streaming from /127.0.0.6 failed
    [junit] ERROR 23:23:26,094 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 23:23:26,094 Streaming from /127.0.0.6 failed
    [junit] ERROR 23:23:26,094 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 23:23:26,095 Streaming from /127.0.0.6 failed
    [junit] ERROR 23:23:26,095 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 23:23:26,095 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: 14.444 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 13.78 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 12.5 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.093 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 4.77 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 23:24:19,624 No host ID found, created 646988fb-66ae-4960-bed9-590cf35b5395 (Note: This should happen exactly once per node).
    [junit]  WARN 23:24:20,634 Generated random token Token(bytes[a9cc829b3859af0bee084ba822b070d9]). 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: 12.847 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 12.457 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Tests run: 5, Failures: 2, Errors: 0, Time elapsed: 18.863 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 23:25:04,147 No host ID found, created bd1e0b9a-aa9c-4bb6-97cb-cddffa1b6350 (Note: This should happen exactly once per node).
    [junit]  WARN 23:25:04,569 Generated random token Token(bytes[512a0e90ad03a97c1a70f6c9bb649eb8]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ERROR 23:25:06,198 Fatal exception in thread Thread[Streaming to /127.0.0.1:1,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 23:25:06,985 Fatal exception in thread Thread[Streaming to /127.0.0.1:2,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 23:25:08,012 Fatal exception in thread Thread[Streaming to /127.0.0.1:3,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 23:25:08,453 Fatal exception in thread Thread[Streaming to /127.0.0.1:4,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 23:25:09,050 Fatal exception in thread Thread[Streaming to /127.0.0.1:5,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 23:25:09,779 Fatal exception in thread Thread[Streaming to /127.0.0.1:6,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [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:271)
    [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:330)
    [junit] 
    [junit] 
    [junit] Test org.apache.cassandra.streaming.StreamingTransferTest FAILED
    [junit] Testsuite: org.apache.cassandra.thrift.ThriftValidationTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 12.906 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 14.065 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.tools.SSTableImportTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 13.231 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 3 keys...
    [junit] Importing 3 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] Line 2: Key 303630 is greater than previous, collection is not sorted properly. Aborting import. You might need to delete SSTables manually.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.utils.BloomFilterTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.868 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.077 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: 14.578 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.06 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.181 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.748 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: 0.924 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SemanticVersionTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.103 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 15.496 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>:1094: 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: 22 minutes 55 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 #613

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

------------------------------------------
[...truncated 474 lines...]
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.LeaveAndBootstrapTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 24.529 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 09:06:39,446 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: 18.442 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.RemoveTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 19.634 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] ERROR 09:07:19,097 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 09:07:19,098 Streaming from /127.0.0.6 failed
    [junit] ERROR 09:07:19,098 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 09:07:19,098 Streaming from /127.0.0.6 failed
    [junit] ERROR 09:07:19,098 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 09:07:19,099 Streaming from /127.0.0.6 failed
    [junit] ERROR 09:07:19,099 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 09:07:19,099 Streaming from /127.0.0.6 failed
    [junit] ERROR 09:07:19,099 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 09:07:19,099 Streaming from /127.0.0.6 failed
    [junit] ERROR 09:07:19,099 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 09:07:19,099 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: 11.476 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 10.823 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 11.193 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.094 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 3.915 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 09:08:05,176 No host ID found, created e50142b5-2103-4c2a-b3b0-db4df58978ed (Note: This should happen exactly once per node).
    [junit]  WARN 09:08:05,776 Generated random token Token(bytes[990534ed74cb9bfdfd791f574ce12e5e]). 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: 11.283 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 11.393 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Tests run: 5, Failures: 2, Errors: 0, Time elapsed: 16.17 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 09:08:43,864 No host ID found, created e7e48165-2653-4787-bfcd-391b21e37973 (Note: This should happen exactly once per node).
    [junit]  WARN 09:08:44,238 Generated random token Token(bytes[59fde4ff829e02ecc96e0fcefb7f2b2f]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ERROR 09:08:45,614 Fatal exception in thread Thread[Streaming to /127.0.0.1:1,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 09:08:46,308 Fatal exception in thread Thread[Streaming to /127.0.0.1:2,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 09:08:47,315 Fatal exception in thread Thread[Streaming to /127.0.0.1:3,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 09:08:47,736 Fatal exception in thread Thread[Streaming to /127.0.0.1:4,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 09:08:48,328 Fatal exception in thread Thread[Streaming to /127.0.0.1:5,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 09:08:49,076 Fatal exception in thread Thread[Streaming to /127.0.0.1:6,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [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:271)
    [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:330)
    [junit] 
    [junit] 
    [junit] Test org.apache.cassandra.streaming.StreamingTransferTest FAILED
    [junit] Testsuite: org.apache.cassandra.thrift.ThriftValidationTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 11.714 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 12.865 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.tools.SSTableImportTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 12.273 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 3 keys...
    [junit] Importing 3 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] Line 2: Key 303630 is greater than previous, collection is not sorted properly. Aborting import. You might need to delete SSTables manually.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.utils.BloomFilterTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.809 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.075 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.611 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.06 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.7 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MergeIteratorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.073 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.889 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: 13.037 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.StreamingHistogramTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.062 sec
    [junit] 

BUILD FAILED
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1094: 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: 23 minutes 41 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 #612

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

------------------------------------------
[...truncated 482 lines...]
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.LeaveAndBootstrapTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 6.629 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 08:25:32,283 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: 6.585 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.RemoveTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 9.356 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] ERROR 08:25:47,826 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:25:47,827 Streaming from /127.0.0.6 failed
    [junit] ERROR 08:25:47,827 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:25:47,828 Streaming from /127.0.0.6 failed
    [junit] ERROR 08:25:47,836 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:25:47,837 Streaming from /127.0.0.6 failed
    [junit] ERROR 08:25:47,837 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:25:47,837 Streaming from /127.0.0.6 failed
    [junit] ERROR 08:25:47,837 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:25:47,837 Streaming from /127.0.0.6 failed
    [junit] ERROR 08:25:47,837 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:25:47,838 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: 5.832 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 5.006 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 5.857 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.102 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 3.445 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 08:26:16,688 No host ID found, created da4c85f5-9d24-4769-9e60-63304ec5a6af (Note: This should happen exactly once per node).
    [junit]  WARN 08:26:16,997 Generated random token Token(bytes[a9b13c83d0dac8d085b3c81057438164]). 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: 5.631 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 5.736 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Tests run: 5, Failures: 2, Errors: 0, Time elapsed: 5.409 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 08:26:37,550 No host ID found, created 7a91877d-b767-4e01-9eb7-1fd8ee6c0426 (Note: This should happen exactly once per node).
    [junit]  WARN 08:26:37,699 Generated random token Token(bytes[dadd1550e54a02500acd3bb7e02fec17]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ERROR 08:26:37,804 Fatal exception in thread Thread[Streaming to /127.0.0.1:1,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 08:26:37,866 Fatal exception in thread Thread[Streaming to /127.0.0.1:2,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 08:26:37,926 Fatal exception in thread Thread[Streaming to /127.0.0.1:3,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 08:26:37,964 Fatal exception in thread Thread[Streaming to /127.0.0.1:4,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 08:26:37,986 Fatal exception in thread Thread[Streaming to /127.0.0.1:5,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 08:26:38,022 Fatal exception in thread Thread[Streaming to /127.0.0.1:6,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [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:271)
    [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:330)
    [junit] 
    [junit] 
    [junit] Test org.apache.cassandra.streaming.StreamingTransferTest FAILED
    [junit] Testsuite: org.apache.cassandra.thrift.ThriftValidationTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 6.419 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 6.324 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.tools.SSTableImportTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 5.887 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 3 keys...
    [junit] Importing 3 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] Line 2: Key 303630 is greater than previous, collection is not sorted properly. Aborting import. You might need to delete SSTables manually.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.utils.BloomFilterTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.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.085 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: 5.621 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EstimatedHistogramTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.073 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.177 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.078 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.921 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SemanticVersionTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.066 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 7.71 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>:1094: 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: 11 minutes 3 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 #611

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

------------------------------------------
[...truncated 472 lines...]
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.LeaveAndBootstrapTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 26.19 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 08:07:33,756 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: 18.778 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.RemoveTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 19.759 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] ERROR 08:08:14,361 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:08:14,362 Streaming from /127.0.0.6 failed
    [junit] ERROR 08:08:14,362 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:08:14,362 Streaming from /127.0.0.6 failed
    [junit] ERROR 08:08:14,362 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:08:14,363 Streaming from /127.0.0.6 failed
    [junit] ERROR 08:08:14,363 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:08:14,363 Streaming from /127.0.0.6 failed
    [junit] ERROR 08:08:14,363 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:08:14,363 Streaming from /127.0.0.6 failed
    [junit] ERROR 08:08:14,363 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:08:14,363 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: 11.827 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 11.476 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 12.123 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.081 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 3.807 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 08:09:02,332 No host ID found, created ac46f707-53b5-46a5-82aa-c640a163661b (Note: This should happen exactly once per node).
    [junit]  WARN 08:09:02,848 Generated random token Token(bytes[709bfa8f0d373e1b4bb0dfc29c730d52]). 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: 11.614 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 11.814 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Tests run: 5, Failures: 2, Errors: 0, Time elapsed: 16.362 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 08:09:41,816 No host ID found, created 87ef2d9e-6c87-4dd6-80ad-4be4ab2371fe (Note: This should happen exactly once per node).
    [junit]  WARN 08:09:42,188 Generated random token Token(bytes[32b9d9572044c73b310fcbcdd7a3a3fd]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ERROR 08:09:43,515 Fatal exception in thread Thread[Streaming to /127.0.0.1:1,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 08:09:44,192 Fatal exception in thread Thread[Streaming to /127.0.0.1:2,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 08:09:45,229 Fatal exception in thread Thread[Streaming to /127.0.0.1:3,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 08:09:45,659 Fatal exception in thread Thread[Streaming to /127.0.0.1:4,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 08:09:46,252 Fatal exception in thread Thread[Streaming to /127.0.0.1:5,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 08:09:47,003 Fatal exception in thread Thread[Streaming to /127.0.0.1:6,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [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:271)
    [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:330)
    [junit] 
    [junit] 
    [junit] Test org.apache.cassandra.streaming.StreamingTransferTest FAILED
    [junit] Testsuite: org.apache.cassandra.thrift.ThriftValidationTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 12.339 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 13.528 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.tools.SSTableImportTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 12.805 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 3 keys...
    [junit] Importing 3 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] Line 2: Key 303630 is greater than previous, collection is not sorted properly. Aborting import. You might need to delete SSTables manually.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.utils.BloomFilterTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.8 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.075 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: 12.032 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.72 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: 0.915 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: 14.155 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>:1094: 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: 24 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 #610

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

------------------------------------------
[...truncated 482 lines...]
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.LeaveAndBootstrapTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 6.688 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 07:14:11,085 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: 6.286 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.RemoveTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 9.11 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] ERROR 07:14:26,112 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 07:14:26,113 Streaming from /127.0.0.6 failed
    [junit] ERROR 07:14:26,113 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 07:14:26,114 Streaming from /127.0.0.6 failed
    [junit] ERROR 07:14:26,114 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 07:14:26,114 Streaming from /127.0.0.6 failed
    [junit] ERROR 07:14:26,114 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 07:14:26,114 Streaming from /127.0.0.6 failed
    [junit] ERROR 07:14:26,115 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 07:14:26,115 Streaming from /127.0.0.6 failed
    [junit] ERROR 07:14:26,115 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 07:14:26,115 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: 5.706 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 4.967 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 5.594 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.11 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 3.435 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 07:14:54,605 No host ID found, created cf916241-6404-45a5-965a-898224be6164 (Note: This should happen exactly once per node).
    [junit]  WARN 07:14:54,872 Generated random token Token(bytes[946ab0c3fb16dbfda7683b3b9627840c]). 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: 5.589 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 5.668 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Tests run: 5, Failures: 2, Errors: 0, Time elapsed: 5.35 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 07:15:15,274 No host ID found, created d2af5ddf-b70a-4708-992b-637d69da4932 (Note: This should happen exactly once per node).
    [junit]  WARN 07:15:15,420 Generated random token Token(bytes[8604692fc287f8654c826997d4d85f2e]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ERROR 07:15:15,515 Fatal exception in thread Thread[Streaming to /127.0.0.1:1,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 07:15:15,566 Fatal exception in thread Thread[Streaming to /127.0.0.1:2,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 07:15:15,632 Fatal exception in thread Thread[Streaming to /127.0.0.1:3,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 07:15:15,672 Fatal exception in thread Thread[Streaming to /127.0.0.1:4,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 07:15:15,724 Fatal exception in thread Thread[Streaming to /127.0.0.1:5,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 07:15:15,766 Fatal exception in thread Thread[Streaming to /127.0.0.1:6,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [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:271)
    [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:330)
    [junit] 
    [junit] 
    [junit] Test org.apache.cassandra.streaming.StreamingTransferTest FAILED
    [junit] Testsuite: org.apache.cassandra.thrift.ThriftValidationTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 5.616 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 5.726 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.tools.SSTableImportTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 5.739 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 3 keys...
    [junit] Importing 3 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] Line 2: Key 303630 is greater than previous, collection is not sorted properly. Aborting import. You might need to delete SSTables manually.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.utils.BloomFilterTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.532 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.079 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: 5.617 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.066 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.IntervalTreeTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.184 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: 0.917 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: 7.394 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>:1094: 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: 11 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 #609

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

------------------------------------------
[...truncated 482 lines...]
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.LeaveAndBootstrapTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 6.625 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 06:42:52,317 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: 6.284 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.RemoveTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 9.01 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] ERROR 06:43:07,238 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 06:43:07,239 Streaming from /127.0.0.6 failed
    [junit] ERROR 06:43:07,239 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 06:43:07,240 Streaming from /127.0.0.6 failed
    [junit] ERROR 06:43:07,240 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 06:43:07,240 Streaming from /127.0.0.6 failed
    [junit] ERROR 06:43:07,240 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 06:43:07,241 Streaming from /127.0.0.6 failed
    [junit] ERROR 06:43:07,241 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 06:43:07,241 Streaming from /127.0.0.6 failed
    [junit] ERROR 06:43:07,241 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 06:43:07,241 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: 5.593 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 4.837 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 5.602 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.117 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 3.415 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 06:43:35,452 No host ID found, created 246c0fb8-8709-469b-8905-b858557e63f2 (Note: This should happen exactly once per node).
    [junit]  WARN 06:43:35,712 Generated random token Token(bytes[df721eb33fd9d0ee4acb37010549c9f1]). 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: 5.527 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 5.646 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Tests run: 5, Failures: 2, Errors: 0, Time elapsed: 5.279 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 06:43:55,999 No host ID found, created 96a6e275-3cb7-417c-9956-7f050fb21622 (Note: This should happen exactly once per node).
    [junit]  WARN 06:43:56,147 Generated random token Token(bytes[f6fe07aee9392fdffd996de563468ca4]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ERROR 06:43:56,241 Fatal exception in thread Thread[Streaming to /127.0.0.1:1,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 06:43:56,291 Fatal exception in thread Thread[Streaming to /127.0.0.1:2,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 06:43:56,341 Fatal exception in thread Thread[Streaming to /127.0.0.1:3,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 06:43:56,367 Fatal exception in thread Thread[Streaming to /127.0.0.1:4,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 06:43:56,387 Fatal exception in thread Thread[Streaming to /127.0.0.1:5,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 06:43:56,435 Fatal exception in thread Thread[Streaming to /127.0.0.1:6,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [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:271)
    [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:330)
    [junit] 
    [junit] 
    [junit] Test org.apache.cassandra.streaming.StreamingTransferTest FAILED
    [junit] Testsuite: org.apache.cassandra.thrift.ThriftValidationTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 5.646 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 5.711 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.tools.SSTableImportTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 5.643 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 3 keys...
    [junit] Importing 3 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] Line 2: Key 303630 is greater than previous, collection is not sorted properly. Aborting import. You might need to delete SSTables manually.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.utils.BloomFilterTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.559 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: 5.656 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.18 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.45 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MergeIteratorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.078 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.915 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: 7.316 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>:1094: 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: 11 minutes 2 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 #608

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

------------------------------------------
[...truncated 475 lines...]
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.LeaveAndBootstrapTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 6.675 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 03:12:09,266 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: 6.267 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.RemoveTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 8.987 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] ERROR 03:12:24,149 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 03:12:24,150 Streaming from /127.0.0.6 failed
    [junit] ERROR 03:12:24,150 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 03:12:24,151 Streaming from /127.0.0.6 failed
    [junit] ERROR 03:12:24,151 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 03:12:24,151 Streaming from /127.0.0.6 failed
    [junit] ERROR 03:12:24,151 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 03:12:24,151 Streaming from /127.0.0.6 failed
    [junit] ERROR 03:12:24,151 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 03:12:24,152 Streaming from /127.0.0.6 failed
    [junit] ERROR 03:12:24,152 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 03:12:24,152 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: 5.602 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 4.828 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 5.595 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.111 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 3.407 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 03:12:52,331 No host ID found, created 19e40e1a-4e7c-411e-9f8c-9b1c125c3061 (Note: This should happen exactly once per node).
    [junit]  WARN 03:12:52,600 Generated random token Token(bytes[78e2c1861b702228f97b5aba6258b781]). 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: 5.539 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 5.629 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Tests run: 5, Failures: 2, Errors: 0, Time elapsed: 5.295 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 03:13:12,903 No host ID found, created a22c5b2a-948b-477a-ba05-eaeb7d748fad (Note: This should happen exactly once per node).
    [junit]  WARN 03:13:13,049 Generated random token Token(bytes[839d08fcbce045000fb785881df5c284]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ERROR 03:13:13,139 Fatal exception in thread Thread[Streaming to /127.0.0.1:1,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 03:13:13,190 Fatal exception in thread Thread[Streaming to /127.0.0.1:2,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 03:13:13,240 Fatal exception in thread Thread[Streaming to /127.0.0.1:3,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 03:13:13,259 Fatal exception in thread Thread[Streaming to /127.0.0.1:4,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 03:13:13,297 Fatal exception in thread Thread[Streaming to /127.0.0.1:5,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 03:13:13,332 Fatal exception in thread Thread[Streaming to /127.0.0.1:6,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [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:271)
    [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:330)
    [junit] 
    [junit] 
    [junit] Test org.apache.cassandra.streaming.StreamingTransferTest FAILED
    [junit] Testsuite: org.apache.cassandra.thrift.ThriftValidationTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 5.644 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 5.679 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.tools.SSTableImportTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 5.627 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 3 keys...
    [junit] Importing 3 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] Line 2: Key 303630 is greater than previous, collection is not sorted properly. Aborting import. You might need to delete SSTables manually.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.utils.BloomFilterTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.534 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: 5.588 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.064 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.458 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MergeIteratorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.078 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.915 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: 7.31 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>:1094: 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 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 #607

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

------------------------------------------
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@56b7f2c1:ubuntu4
Using strategy: Default
Last Built Revision: Revision bbcbfd865828c430e536ceaa6142b098432a3ace (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 bbcbfd865828c430e536ceaa6142b098432a3ace (origin/trunk)
Checking out Revision bbcbfd865828c430e536ceaa6142b098432a3ace (origin/trunk)
FATAL: Could not apply tag jenkins-Cassandra-quick-607
hudson.plugins.git.GitException: Could not apply tag jenkins-Cassandra-quick-607
	at hudson.plugins.git.GitAPI.tag(GitAPI.java:737)
	at hudson.plugins.git.GitSCM$4.invoke(GitSCM.java:1320)
	at hudson.plugins.git.GitSCM$4.invoke(GitSCM.java:1268)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2180)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:287)
	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:636)
Caused by: hudson.plugins.git.GitException: Command "git tag -a -f -m Jenkins Build #607 jenkins-Cassandra-quick-607" 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:786)
	at hudson.plugins.git.GitAPI.launchCommand(GitAPI.java:748)
	at hudson.plugins.git.GitAPI.launchCommand(GitAPI.java:758)
	at hudson.plugins.git.GitAPI.tag(GitAPI.java:735)
	... 12 more

Build failed in Jenkins: Cassandra-quick #606

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

------------------------------------------
[...truncated 482 lines...]
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.LeaveAndBootstrapTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 8.191 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 02:14:28,214 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: 7.141 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.RemoveTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 9.732 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit] ERROR 02:14:44,915 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 02:14:44,916 Streaming from /127.0.0.6 failed
    [junit] ERROR 02:14:44,917 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 02:14:44,917 Streaming from /127.0.0.6 failed
    [junit] ERROR 02:14:44,917 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 02:14:44,917 Streaming from /127.0.0.6 failed
    [junit] ERROR 02:14:44,917 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 02:14:44,917 Streaming from /127.0.0.6 failed
    [junit] ERROR 02:14:44,918 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 02:14:44,918 Streaming from /127.0.0.6 failed
    [junit] ERROR 02:14:44,918 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 02:14:44,918 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: 6.116 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 5.242 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.011 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.069 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 3.408 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 02:15:14,335 No host ID found, created 148750b9-b68f-4c22-8df0-f2404fc3234d (Note: This should happen exactly once per node).
    [junit]  WARN 02:15:14,629 Generated random token Token(bytes[f872438493a9f8cd3be66555df906143]). 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: 5.917 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.039 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Tests run: 5, Failures: 2, Errors: 0, Time elapsed: 6.177 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 02:15:36,055 No host ID found, created 0bb87539-cd79-4848-a224-9f20254d408b (Note: This should happen exactly once per node).
    [junit]  WARN 02:15:36,220 Generated random token Token(bytes[a2bd3caf2679478b195436d1cec78fc6]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ERROR 02:15:36,447 Fatal exception in thread Thread[Streaming to /127.0.0.1:1,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 02:15:36,599 Fatal exception in thread Thread[Streaming to /127.0.0.1:2,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 02:15:36,741 Fatal exception in thread Thread[Streaming to /127.0.0.1:3,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 02:15:36,782 Fatal exception in thread Thread[Streaming to /127.0.0.1:4,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 02:15:36,865 Fatal exception in thread Thread[Streaming to /127.0.0.1:5,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [junit] ERROR 02:15:36,955 Fatal exception in thread Thread[Streaming to /127.0.0.1:6,5,main]
    [junit] java.lang.RuntimeException: java.io.EOFException
    [junit] 	at org.apache.cassandra.utils.FBUtilities.unchecked(FBUtilities.java:616)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [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] Caused by: java.io.EOFException
    [junit] 	at java.io.DataInputStream.readFully(DataInputStream.java:180)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:592)
    [junit] 	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.receiveReply(FileStreamTask.java:194)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.stream(FileStreamTask.java:174)
    [junit] 	at org.apache.cassandra.streaming.FileStreamTask.runMayThrow(FileStreamTask.java:89)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
    [junit] 	... 3 more
    [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:271)
    [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:330)
    [junit] 
    [junit] 
    [junit] Test org.apache.cassandra.streaming.StreamingTransferTest FAILED
    [junit] Testsuite: org.apache.cassandra.thrift.ThriftValidationTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 5.984 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 6.205 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.tools.SSTableImportTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 6.139 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 2 keys...
    [junit] 2 keys imported successfully.
    [junit] Importing 3 keys...
    [junit] Importing 3 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] ------------- Standard Error -----------------
    [junit] Line 2: Key 303630 is greater than previous, collection is not sorted properly. Aborting import. You might need to delete SSTables manually.
    [junit] ------------- ---------------- ---------------
    [junit] Testsuite: org.apache.cassandra.utils.BloomFilterTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.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.057 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.EncodedStreamsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.154 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.061 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.IntervalTreeTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.168 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.43 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MergeIteratorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.073 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.881 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: 7.6 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>:1094: 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: 12 minutes 44 seconds
Build step 'Invoke Ant' marked build as failure
[TASKS] Skipping publisher since build result is FAILURE
Recording test results