[prev in list] [next in list] [prev in thread] [next in thread] 

List:       cassandra-dev
Subject:    Build failed in Jenkins: Cassandra #1273
From:       Apache Jenkins Server <jenkins () builds ! apache ! org>
Date:       2012-04-24 19:42:23
Message-ID: 1699079863.2296.1335296543185.JavaMail.hudson () aegis
[Download RAW message or body]

See <https://builds.apache.org/job/Cassandra/1273/changes>

Changes:

[xedin] Add way to force the cassandra-cli to refresh it's schema

[xedin] fix for situation when assumtions are read for CF that does not exist \
(CASSANDRA-4052)

[jbellis] fix type in CQL3 ALTER TABLE

[jbellis] Remove other obsolete NEW entry

[jbellis] Throw invalid exception in CQL3 on obsolete options

[jbellis] Update versions and licence in preparation for 1.1.0 release

[jbellis] add concurrent schema, cql3, and CFRR wide rows to NEWS.  clarify that \
KeyRange.filter allows Hadoop to take advantage of C* indexes

[jbellis] fix CHANGES

[jbellis] elaborate on why cache changes matter from end-user perspective

[jbellis] move cql changes to own section of changelog

[jbellis] Pig wide row support.

[jbellis] Update NEWS for 3909

[jbellis] avoid generating redundant compaction tasks during streaming

[jbellis] add JdbcDecimalTest

[brandonwilliams] Remove obsolete line from the NEWS file

[brandonwilliams] Remove other obsolete NEW entry

[brandonwilliams] add concurrent schema, cql3, and CFRR wide rows to NEWS.  clarify \
that KeyRange.filter allows Hadoop to take advantage of C* indexes

[brandonwilliams] Fix wide row counter deserialization.

------------------------------------------
[...truncated 1197 lines...]
    [junit] Testsuite: \
org.apache.cassandra.io.compress.CompressedRandomAccessReaderTest  [junit] Tests run: \
3, Failures: 0, Errors: 0, Time elapsed: 1.401 sec  [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 19:35:33,426 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.065 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.LegacySSTableTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 13.76 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: 1, Time elapsed: 16.538 sec
    [junit] 
    [junit] Testcase: \
testPersistentStatisticsFromOlderIndexedSSTable(org.apache.cassandra.io.sstable.SSTableReaderTest):	Caused \
an ERROR  [junit] java.io.IOException: rename failed of \
build/test/cassandra/data/Keyspace1/Indexed1/Keyspace1-Indexed1.626972746864617465-ib-4-Data.db
  [junit] java.io.IOError: java.io.IOException: rename failed of \
build/test/cassandra/data/Keyspace1/Indexed1/Keyspace1-Indexed1.626972746864617465-ib-4-Data.db
  [junit] 	at org.apache.cassandra.io.sstable.SSTableWriter.rename(SSTableWriter.java:359)
  [junit] 	at org.apache.cassandra.db.ColumnFamilyStore.loadNewSSTables(ColumnFamilyStore.java:476)
  [junit] 	at org.apache.cassandra.io.sstable.SSTableReaderTest.clearAndLoad(SSTableReaderTest.java:166)
  [junit] 	at org.apache.cassandra.io.sstable.SSTableReaderTest.assertIndexQueryWorks(SSTableReaderTest.java:293)
  [junit] 	at org.apache.cassandra.io.sstable.SSTableReaderTest.testPersistentStatisticsFromOlderIndexedSSTable(SSTableReaderTest.java:244)
  [junit] Caused by: java.io.IOException: rename failed of \
build/test/cassandra/data/Keyspace1/Indexed1/Keyspace1-Indexed1.626972746864617465-ib-4-Data.db
  [junit] 	at org.apache.cassandra.utils.FBUtilities.renameWithConfirm(FBUtilities.java:235)
  [junit] 	at org.apache.cassandra.io.sstable.SSTableWriter.rename(SSTableWriter.java:355)
  [junit] 
    [junit] 
    [junit] Test org.apache.cassandra.io.sstable.SSTableReaderTest FAILED
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableSimpleWriterTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 12.586 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 12.588 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.io.util.BufferedRandomAccessFileTest
    [junit] Tests run: 18, Failures: 0, Errors: 0, Time elapsed: 2.274 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.DynamicEndpointSnitchTest
    [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 1.321 sec
    [junit] 
    [junit] Testcase: \
testSnitch(org.apache.cassandra.locator.DynamicEndpointSnitchTest):	FAILED  [junit] \
null  [junit] junit.framework.AssertionFailedError
    [junit] 	at org.apache.cassandra.locator.DynamicEndpointSnitchTest.testSnitch(DynamicEndpointSnitchTest.java:61)
  [junit] 
    [junit] 
    [junit] Test org.apache.cassandra.locator.DynamicEndpointSnitchTest FAILED
    [junit] Testsuite: org.apache.cassandra.locator.EC2SnitchTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.61 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.NetworkTopologyStrategyTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.629 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.OldNetworkTopologyStrategyTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 12.264 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.492 sec  [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.SimpleStrategyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 12.803 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.locator.TokenMetadataTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.613 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.AntiEntropyServiceCounterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 15.657 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 19:37:36,022 Generated random token \
Token(bytes[1f2e3f89600718f055ee14018ad2ed7e]). 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.126 sec  [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 19:37:53,310 Generated random token \
Token(bytes[42683e4e34ddfbc1c35f853adfeab169]). 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: 11.744 sec  [junit] 
    [junit] Testsuite: org.apache.cassandra.service.EmbeddedCassandraServiceTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 13.679 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 19:38:22,709 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:38:23,689 Generated random \
token Token(bytes[a901d51df25b53548b8982894b8ec59c]). 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.205 sec  [junit] 
    [junit] Testsuite: org.apache.cassandra.service.LeaveAndBootstrapTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 27.043 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 19:38:51,964 Node /127.0.0.3 'leaving' token mismatch. Long network \
partition?  [junit] ERROR 19:38:55,142 Fatal exception in thread \
Thread[CompactionExecutor:2,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: 19.8 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.RemoveTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 20.566 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.RowResolverTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 12.488 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.SerializationsTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 11.704 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 12.373 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.827 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 3.642 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 19:40:23,328 Generated random token \
Token(bytes[70fc1d155f904b4ae6a0ee034ce66be6]). 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.783 sec  [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.SerializationsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 11.891 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 19.494 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 19:41:05,293 Generated random token \
Token(bytes[9e49d4e91888cff71e61c77f9891fb14]). 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.288 sec  [junit] 
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 13.841 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.742 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.057 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.ByteBufferUtilTest
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.08 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.BytesReadTrackerTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.059 sec
    [junit] 
    [junit] Testsuite: org.apache.cassandra.utils.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.066 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.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.689 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.615 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.598 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/ws/build.xml>:1087: The following error \
occurred while executing this line: \
<https://builds.apache.org/job/Cassandra/ws/build.xml>:1048: Some unit test(s) \
failed.

Total time: 40 minutes 30 seconds
Build step 'Invoke Ant' marked build as failure
[TASKS] Skipping publisher since build result is FAILURE
Archiving artifacts
Recording test results
Publishing Javadoc
Updating CASSANDRA-4052


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic