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/16 12:03:33 UTC

Build failed in Jenkins: Cassandra-Coverage #234

See <https://builds.apache.org/job/Cassandra-Coverage/234/changes>

Changes:

[jbellis] cleanup

[jbellis] remove COPP

[dbrosius] enforce 1m min keycache for auto

[dbrosius] add CASSANDRA-4306 to CHANGES.txt for 1.1.2

[jbellis] add inter-node compression

[sylvain] Make sure DeletedColumn.isMFD always return true

[jbellis] update docstring for Table.apply

[jbellis] re-add cleanup-in-sorted-order code, and remove unused Table.forceCleanup

[yukim] only load key cache when caching is ALL/KEYS_ONLY, fix by yukim, reviewed by slebresne for CASSANDRA-4313

[jbellis] use Longs.compare instead of nested ?:

[dbrosius] fix OOM with ReadMessageTest.testNoCommitLog

[sylvain] Set gc_grace to 0 on index CF

[sylvain] Promote the use of IFilter for internal commands

[sylvain] Fix compilation

[brandonwilliams] Fix typo in nodetool output

[dbrosius] ex msg for cql3 order by constraints says primary filter can be an IN clause which is misleading

[jbellis] fix NPE in compactionstats

[sylvain] Add CQL3 documentation

[sylvain] CQL3: Reject 2ndary indexes on table with composite key

[sylvain] Set JVM stack size to 160k for Java 7

[vijay2win] fix maven dependency version for CLHM

[jbellis] fix #4262 reference

[yukim] directly stream compressed sstable with java nio. patch by yukim,

[jbellis] skip tombstones during hint replay

[sylvain] Fix typo

[jbellis] fix #4262 reference

[jbellis] skip tombstones during hint replay

[jbellis] use Functions.identity where applicable

[jbellis] inline

[jbellis] multithreaded hint replay

[jbellis] move hint liveness check to beginning of loop

[jbellis] avoid promoting tiny sstables

[jbellis] update MessagingService protocol to allow version handshake with broadcast address identification

[jbellis] move protocol versions into MessagingService

[jbellis] fix potential NPE

[jbellis] rename store -> cfs

[vijay2win] Fix missing commit for move protocol versions into MessagingService

[vijay2win] Use EntryWeigher instead of Weigher to Measuring the cache

[jbellis] fix bug in sstable blacklisting with LCS

[dbrosius] quell ant runtime warnings while executing target build-test

------------------------------------------
[...truncated 1131 lines...]
    [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:00:03,605 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:00:03,648 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:00:03,683 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:00:03,735 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] Flushing results...
    [junit] Flushing results done
    [junit] Cobertura: Loaded information on 1182 classes.
    [junit] Cobertura: Saved information on 1182 classes.
    [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.001 sec
    [junit] 
    [junit] Flushing results...
    [junit] Flushing results done
    [junit] Cobertura: Loaded information on 1182 classes.
    [junit] Cobertura: Saved information on 1182 classes.
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 10.976 sec
    [junit] 
    [junit] ------------- Standard Output ---------------
    [junit] Importing 1 keys...
    [junit] 1 keys imported successfully.
    [junit] ------------- ---------------- ---------------
    [junit] Flushing results...
    [junit] Flushing results done
    [junit] Cobertura: Loaded information on 1182 classes.
    [junit] Cobertura: Saved information on 1182 classes.
    [junit] Testsuite: org.apache.cassandra.tools.SSTableImportTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 10.976 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] Flushing results...
    [junit] Flushing results done
    [junit] Cobertura: Loaded information on 1182 classes.
    [junit] Cobertura: Saved information on 1182 classes.
    [junit] Testsuite: org.apache.cassandra.utils.BloomFilterTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 1.438 sec
    [junit] 
    [junit] Flushing results...
    [junit] Flushing results done
    [junit] Cobertura: Loaded information on 1182 classes.
    [junit] Cobertura: Saved information on 1182 classes.
    [junit] Testsuite: org.apache.cassandra.utils.BoundedStatsDequeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.074 sec
    [junit] 
    [junit] Flushing results...
    [junit] Flushing results done
    [junit] Cobertura: Loaded information on 1182 classes.
    [junit] Cobertura: Saved information on 1182 classes.
    [junit] Testsuite: org.apache.cassandra.utils.ByteBufferUtilTest
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.117 sec
    [junit] 
    [junit] Flushing results...
    [junit] Flushing results done
    [junit] Cobertura: Loaded information on 1182 classes.
    [junit] Cobertura: Saved information on 1182 classes.
    [junit] Testsuite: org.apache.cassandra.utils.BytesReadTrackerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.075 sec
    [junit] 
    [junit] Flushing results...
    [junit] Flushing results done
    [junit] Cobertura: Loaded information on 1182 classes.
    [junit] Cobertura: Saved information on 1182 classes.
    [junit] Testsuite: org.apache.cassandra.utils.EncodedStreamsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 11.062 sec
    [junit] 
    [junit] Flushing results...
    [junit] Flushing results done
    [junit] Cobertura: Loaded information on 1182 classes.
    [junit] Cobertura: Saved information on 1182 classes.
    [junit] Testsuite: org.apache.cassandra.utils.EstimatedHistogramTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.094 sec
    [junit] 
    [junit] Flushing results...
    [junit] Flushing results done
    [junit] Cobertura: Loaded information on 1182 classes.
    [junit] Cobertura: Saved information on 1182 classes.
    [junit] Testsuite: org.apache.cassandra.utils.FBUtilitiesTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.078 sec
    [junit] 
    [junit] Flushing results...
    [junit] Flushing results done
    [junit] Cobertura: Loaded information on 1182 classes.
    [junit] Cobertura: Saved information on 1182 classes.
    [junit] Testsuite: org.apache.cassandra.utils.HexTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.099 sec
    [junit] 
    [junit] Flushing results...
    [junit] Flushing results done
    [junit] Cobertura: Loaded information on 1182 classes.
    [junit] Cobertura: Saved information on 1182 classes.
    [junit] Testsuite: org.apache.cassandra.utils.IntervalTreeTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.219 sec
    [junit] 
    [junit] Flushing results...
    [junit] Flushing results done
    [junit] Cobertura: Loaded information on 1182 classes.
    [junit] Cobertura: Saved information on 1182 classes.
    [junit] Testsuite: org.apache.cassandra.utils.LegacyBloomFilterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 2.169 sec
    [junit] 
    [junit] Flushing results...
    [junit] Flushing results done
    [junit] Cobertura: Loaded information on 1182 classes.
    [junit] Cobertura: Saved information on 1182 classes.
    [junit] Testsuite: org.apache.cassandra.utils.MergeIteratorTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.094 sec
    [junit] 
    [junit] Flushing results...
    [junit] Flushing results done
    [junit] Cobertura: Loaded information on 1182 classes.
    [junit] Cobertura: Saved information on 1182 classes.
    [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.987 sec
    [junit] 
    [junit] Flushing results...
    [junit] Flushing results done
    [junit] Cobertura: Loaded information on 1182 classes.
    [junit] Cobertura: Saved information on 1182 classes.
    [junit] Testsuite: org.apache.cassandra.utils.SemanticVersionTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.079 sec
    [junit] 
    [junit] Flushing results...
    [junit] Flushing results done
    [junit] Cobertura: Loaded information on 1182 classes.
    [junit] Cobertura: Saved information on 1182 classes.
    [junit] Testsuite: org.apache.cassandra.utils.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 13.034 sec
    [junit] 
    [junit] Flushing results...
    [junit] Flushing results done
    [junit] Cobertura: Loaded information on 1182 classes.
    [junit] Cobertura: Saved information on 1182 classes.
    [junit] Testsuite: org.apache.cassandra.utils.StreamingHistogramTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.081 sec
    [junit] 
    [junit] Flushing results...
    [junit] Flushing results done
    [junit] Cobertura: Loaded information on 1182 classes.
    [junit] Cobertura: Saved information on 1182 classes.

cobertura-report:
[cobertura-report] Cobertura 1.9.4.1 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
[cobertura-report] Cobertura: Loaded information on 1182 classes.
[cobertura-report] Report time: 6373ms
[cobertura-report] Cobertura 1.9.4.1 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
[cobertura-report] Cobertura: Loaded information on 1182 classes.
[cobertura-report] Report time: 6943ms

codecoverage:

BUILD SUCCESSFUL
Total time: 21 minutes 38 seconds
Publishing Cobertura coverage report...
Publishing Cobertura coverage results...
Recording test results
No test report files were found. Configuration error?
Build step 'Publish JUnit test result report' changed build result to FAILURE