See <https://builds.apache.org/job/Cassandra-quick/352/changes>
Changes:
[jbellis] Introduce MessageOut class, which wraps an object to be sent in the
"payload" field. The old Header class is inlined into the "parameters" map.
[jbellis] Automated refactor: rename Message to MessageIn
[jbellis] Automated refactor: move StorageService.Verb into MessagingService
[jbellis] Rewrite IncomingTcpConnection to deserialize w/o extra copies to
byte[]. MessageIn now has a payload field, and uses the Verb to look up the
correct deserializer. REQUEST_RESPONSE deserializer is not uniquely determined
by Verb, so we look those up by their callback instead.
[jbellis] Automated refactor: rename Message out of class names that aren't
MessageIn, MessageOut, or related
[jbellis] serializedSize implementations, part 1 (gossip and streaming packages)
[jbellis] add serializedSize (part 2) and fix unit tests
[jbellis] cleanup CallbackInfo and mark deprecated Verbs
[jbellis] serialier() -> serializer and some clean up
[jbellis] remove unnecessary class
[jbellis] rename DBTypeSizes -> TypeSizes
------------------------------------------
[...truncated 523 lines...]
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 6.662 sec
[junit]
[junit] Testsuite:
org.apache.cassandra.io.compress.CompressedRandomAccessReaderTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.942 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] WARN 18:36:25,140 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.061 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.407 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: 7, Failures: 0, Errors: 0, Time elapsed: 5.735 sec
[junit]
[junit] Testsuite: org.apache.cassandra.io.sstable.SSTableSimpleWriterTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.498 sec
[junit]
[junit] Testsuite: org.apache.cassandra.io.sstable.SSTableTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 5.677 sec
[junit]
[junit] Testsuite: org.apache.cassandra.io.util.BufferedRandomAccessFileTest
[junit] Tests run: 18, Failures: 0, Errors: 0, Time elapsed: 0.797 sec
[junit]
[junit] Testsuite: org.apache.cassandra.locator.DynamicEndpointSnitchTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.961 sec
[junit]
[junit] Testsuite: org.apache.cassandra.locator.EC2SnitchTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.635 sec
[junit]
[junit] Testsuite: org.apache.cassandra.locator.NetworkTopologyStrategyTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.659 sec
[junit]
[junit] Testsuite:
org.apache.cassandra.locator.OldNetworkTopologyStrategyTest
[junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 5.493 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.521 sec
[junit]
[junit] Testsuite: org.apache.cassandra.locator.SimpleStrategyTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 5.54 sec
[junit]
[junit] Testsuite: org.apache.cassandra.locator.TokenMetadataTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.666 sec
[junit]
[junit] Testsuite:
org.apache.cassandra.service.AntiEntropyServiceCounterTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 7.404 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] WARN 18:37:26,876 No host ID found, created
512a0043-b108-4db8-a027-f8e9a4a76b45 (Note: This should happen exactly once per
node).
[junit] WARN 18:37:27,042 Generated random token
Token(bytes[63935baf630aa5d17baf900bbdfa8238]). 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.29 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] WARN 18:37:35,453 No host ID found, created
147eed18-406e-4fe1-a53d-56d8cf17f6c8 (Note: This should happen exactly once per
node).
[junit] WARN 18:37:35,618 Generated random token
Token(bytes[16c3d4de0da5ef93e769f6e334aa9577]). 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.541 sec
[junit]
[junit] Testsuite: org.apache.cassandra.service.EmbeddedCassandraServiceTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.311 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] WARN 18:37:50,283 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 18:37:50,718 No host ID found, created
6d5f0167-87b4-4a1d-9720-be8b458a0ab3 (Note: This should happen exactly once per
node).
[junit] WARN 18:37:50,881 Generated random token
Token(bytes[3ae10f8af8bc61a0db20755a3d476a81]). 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.707 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] WARN 18:38:01,520 Node /127.0.0.3 'leaving' token mismatch. Long
network partition?
[junit] ERROR 18:38:01,745 Fatal exception in thread
Thread[CompactionExecutor:6,1,main]
[junit] java.lang.ClassCastException:
org.apache.cassandra.dht.Token$KeyBound cannot be cast to
org.apache.cassandra.dht.Token
[junit] at
org.apache.cassandra.dht.BigIntegerToken.compareTo(BigIntegerToken.java:22)
[junit] at org.apache.cassandra.dht.Range$1.compare(Range.java:386)
[junit] at org.apache.cassandra.dht.Range$1.compare(Range.java:383)
[junit] at java.util.Arrays.mergeSort(Arrays.java:1270)
[junit] at java.util.Arrays.sort(Arrays.java:1210)
[junit] at java.util.Collections.sort(Collections.java:159)
[junit] at org.apache.cassandra.dht.Range.normalize(Range.java:382)
[junit] at
org.apache.cassandra.io.sstable.SSTableReader.getSampleIndexesForRanges(SSTableReader.java:548)
[junit] at
org.apache.cassandra.io.sstable.SSTableReader.estimatedKeysForRanges(SSTableReader.java:527)
[junit] at
org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy.getNextBackgroundTask(SizeTieredCompactionStrategy.java:110)
[junit] at
org.apache.cassandra.db.compaction.CompactionManager$1.runMayThrow(CompactionManager.java:123)
[junit] at
org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:26)
[junit] at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
[junit] at
java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
[junit] at java.util.concurrent.FutureTask.run(FutureTask.java:138)
[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] ------------- ---------------- ---------------
[junit] Testsuite: org.apache.cassandra.service.MoveTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 6.129 sec
[junit]
[junit] Testsuite: org.apache.cassandra.service.RemoveTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 8.989 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] ERROR 18:38:16,305 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:38:16,307 Streaming from /127.0.0.6 failed
[junit] ERROR 18:38:16,307 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:38:16,307 Streaming from /127.0.0.6 failed
[junit] ERROR 18:38:16,308 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:38:16,308 Streaming from /127.0.0.6 failed
[junit] ERROR 18:38:16,308 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:38:16,308 Streaming from /127.0.0.6 failed
[junit] ERROR 18:38:16,308 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:38:16,308 Streaming from /127.0.0.6 failed
[junit] ERROR 18:38:16,308 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:38:16,309 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.504 sec
[junit]
[junit] Testsuite: org.apache.cassandra.service.SerializationsTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 5.053 sec
[junit]
[junit] Testsuite: org.apache.cassandra.service.StorageProxyTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 5.48 sec
[junit]
[junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.829 sec
[junit]
[junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 3.111 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] WARN 18:38:43,571 No host ID found, created
794d42ba-2cba-45a7-b057-78584aa5f2dd (Note: This should happen exactly once per
node).
[junit] WARN 18:38:43,829 Generated random token
Token(bytes[362499e0f4be3a093f1590185764d7aa]). 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.484 sec
[junit]
[junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 5.497 sec
[junit]
[junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 5.42 sec
[junit]
[junit] ------------- Standard Error -----------------
[junit] WARN 18:39:03,730 No host ID found, created
73e86383-5870-4165-a25e-809c9235e14d (Note: This should happen exactly once per
node).
[junit] WARN 18:39:03,878 Generated random token
Token(bytes[caaab836afdbc60088748d3169200a22]). 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.511 sec
[junit]
[junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 5.575 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.564 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.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.066 sec
[junit]
[junit] Testsuite: org.apache.cassandra.utils.EncodedStreamsTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 5.535 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.IntervalTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.054 sec
[junit]
[junit] Testsuite: org.apache.cassandra.utils.IntervalTreeTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.149 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.642 sec
[junit]
[junit] Testsuite: org.apache.cassandra.utils.SemanticVersionTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.062 sec
[junit]
[junit] Testsuite: org.apache.cassandra.utils.SerializationsTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 7.195 sec
[junit]
[junit] Testsuite: org.apache.cassandra.utils.StreamingHistogramTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.095 sec
[junit]
BUILD FAILED
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1086: The
following error occurred while executing this line:
<https://builds.apache.org/job/Cassandra-quick/ws/build.xml>:1048: Some unit
test(s) failed.
Total time: 10 minutes 16 seconds
Build step 'Invoke Ant' marked build as failure
[TASKS] Skipping publisher since build result is FAILURE
Recording test results