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 Hudson Server <hu...@hudson.apache.org> on 2010/11/18 01:17:07 UTC

Build failed in Hudson: Cassandra-0.7 #13

See <https://hudson.apache.org/hudson/job/Cassandra-0.7/13/changes>

Changes:

[jbellis] truncate includes secondary indexes
patch by jbellis; reviewed by gdusbabek for CASSANDRA-1747

------------------------------------------
[...truncated 1621 lines...]
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.374 sec
    [junit] 
    [junit] Cobertura: Loaded information on 956 classes.
    [junit] Cobertura: Saved information on 956 classes.
    [junit] Testsuite: org.apache.cassandra.io.LazilyCompactedRowTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 3.006 sec
    [junit] 
    [junit] Cobertura: Loaded information on 956 classes.
    [junit] Cobertura: Saved information on 956 classes.
    [junit] Testsuite: org.apache.cassandra.io.sstable.LegacySSTableTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.705 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 00:12:46,151 Invalid file '.svn' in data directory <https://hudson.apache.org/hudson/job/Cassandra-0.7/ws/cassandra/test/data/legacy-sstables/b/Keyspace1.>
    [junit] ------------- ---------------- ---------------
    [junit] Cobertura: Loaded information on 956 classes.
    [junit] Cobertura: Saved information on 956 classes.
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableReaderTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.279 sec
    [junit] 
    [junit] Cobertura: Loaded information on 956 classes.
    [junit] Cobertura: Saved information on 956 classes.
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 6.751 sec
    [junit] 
    [junit] Cobertura: Loaded information on 956 classes.
    [junit] Cobertura: Saved information on 956 classes.
    [junit] Testsuite: org.apache.cassandra.io.sstable.SSTableWriterTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.771 sec
    [junit] 
    [junit] Cobertura: Loaded information on 956 classes.
    [junit] Cobertura: Saved information on 956 classes.
    [junit] Testsuite: org.apache.cassandra.io.util.BufferedRandomAccessFileTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.11 sec
    [junit] 
    [junit] Cobertura: Loaded information on 956 classes.
    [junit] Cobertura: Saved information on 956 classes.
    [junit] Testsuite: org.apache.cassandra.locator.DynamicEndpointSnitchTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.224 sec
    [junit] 
    [junit] Cobertura: Loaded information on 956 classes.
    [junit] Cobertura: Saved information on 956 classes.
    [junit] Testsuite: org.apache.cassandra.locator.NetworkTopologyStrategyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.492 sec
    [junit] 
    [junit] Cobertura: Loaded information on 956 classes.
    [junit] Cobertura: Saved information on 956 classes.
    [junit] Testsuite: org.apache.cassandra.locator.OldNetworkTopologyStrategyTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.438 sec
    [junit] 
    [junit] Cobertura: Loaded information on 956 classes.
    [junit] Cobertura: Saved information on 956 classes.
    [junit] Testsuite: org.apache.cassandra.locator.ReplicationStrategyEndpointCacheTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.748 sec
    [junit] 
    [junit] Cobertura: Loaded information on 956 classes.
    [junit] Cobertura: Saved information on 956 classes.
    [junit] Testsuite: org.apache.cassandra.locator.SimpleStrategyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.791 sec
    [junit] 
    [junit] Cobertura: Loaded information on 956 classes.
    [junit] Cobertura: Saved information on 956 classes.
    [junit] Testsuite: org.apache.cassandra.locator.TokenMetadataTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.493 sec
    [junit] 
    [junit] Cobertura: Loaded information on 956 classes.
    [junit] Cobertura: Saved information on 956 classes.
    [junit] Testsuite: org.apache.cassandra.service.AntiEntropyServiceTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 4.024 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 00:13:39,508 Generated random token Token(bytes[31b0966e16f19aaa4acfcee8b32cd34b]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ------------- ---------------- ---------------
    [junit] Exception in thread "Thread-5" java.lang.RuntimeException: java.lang.NullPointerException
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:34)
    [junit] 	at org.apache.cassandra.streaming.StreamInSession.closeIfFinished(StreamInSession.java:162)
    [junit] 	at org.apache.cassandra.streaming.IncomingStreamReader.read(IncomingStreamReader.java:66)
    [junit] 	at org.apache.cassandra.net.IncomingTcpConnection.run(IncomingTcpConnection.java:75)
    [junit] Caused by: java.lang.NullPointerException
    [junit] 	at org.apache.cassandra.service.AntiEntropyService.completedRequest(AntiEntropyService.java:133)
    [junit] 	at org.apache.cassandra.service.AntiEntropyService$Differencer$Callback.runMayThrow(AntiEntropyService.java:537)
    [junit] 	at org.apache.cassandra.utils.WrappedRunnable.run(WrappedRunnable.java:30)
    [junit] 	... 3 more
    [junit] Cobertura: Loaded information on 956 classes.
    [junit] Cobertura: Saved information on 956 classes.
    [junit] Testsuite: org.apache.cassandra.service.CassandraServerTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.372 sec
    [junit] 
    [junit] Cobertura: Loaded information on 956 classes.
    [junit] Cobertura: Saved information on 956 classes.
    [junit] Testsuite: org.apache.cassandra.service.EmbeddedCassandraServiceTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.214 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 00:13:50,540 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 00:13:51,066 Generated random token Token(bytes[a2fe8a5b980a17a5ded814ab3d47851b]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ------------- ---------------- ---------------
    [junit] Cobertura: Loaded information on 956 classes.
    [junit] Cobertura: Saved information on 956 classes.
    [junit] Testsuite: org.apache.cassandra.service.MoveTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 1.637 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 00:13:56,394 Node /127.0.0.3 'leaving' token mismatch. Long network partition?
    [junit] ------------- ---------------- ---------------
    [junit] Cobertura: Loaded information on 956 classes.
    [junit] Cobertura: Saved information on 956 classes.
    [junit] Testsuite: org.apache.cassandra.service.ReadResponseResolverTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.517 sec
    [junit] 
    [junit] Cobertura: Loaded information on 956 classes.
    [junit] Cobertura: Saved information on 956 classes.
    [junit] Testsuite: org.apache.cassandra.service.RemoveTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 2.219 sec
    [junit] 
    [junit] Cobertura: Loaded information on 956 classes.
    [junit] Cobertura: Saved information on 956 classes.
    [junit] Testsuite: org.apache.cassandra.service.StorageProxyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.505 sec
    [junit] 
    [junit] Cobertura: Loaded information on 956 classes.
    [junit] Cobertura: Saved information on 956 classes.
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.517 sec
    [junit] 
    [junit] Cobertura: Loaded information on 956 classes.
    [junit] Cobertura: Saved information on 956 classes.
    [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.841 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 00:14:22,843 Generated random token Token(bytes[4535060606748d7ff38ba7294d880264]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ------------- ---------------- ---------------
    [junit] Cobertura: Loaded information on 956 classes.
    [junit] Cobertura: Saved information on 956 classes.
    [junit] Testsuite: org.apache.cassandra.streaming.BootstrapTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.775 sec
    [junit] 
    [junit] Cobertura: Loaded information on 956 classes.
    [junit] Cobertura: Saved information on 956 classes.
    [junit] Testsuite: org.apache.cassandra.streaming.StreamingTransferTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.797 sec
    [junit] 
    [junit] ------------- Standard Error -----------------
    [junit]  WARN 00:14:31,006 Generated random token Token(bytes[aeba62bd2eceaa58950bf3506cc36098]). Random tokens will result in an unbalanced ring; see http://wiki.apache.org/cassandra/Operations
    [junit] ------------- ---------------- ---------------
    [junit] Cobertura: Loaded information on 956 classes.
    [junit] Cobertura: Saved information on 956 classes.
    [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.718 sec
    [junit] 
    [junit] Cobertura: Loaded information on 956 classes.
    [junit] Cobertura: Saved information on 956 classes.
    [junit] Testsuite: org.apache.cassandra.tools.SSTableImportTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.659 sec
    [junit] 
    [junit] Cobertura: Loaded information on 956 classes.
    [junit] Cobertura: Saved information on 956 classes.
    [junit] Testsuite: org.apache.cassandra.utils.BloomFilterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 3.458 sec
    [junit] 
    [junit] Cobertura: Loaded information on 956 classes.
    [junit] Cobertura: Saved information on 956 classes.
    [junit] Testsuite: org.apache.cassandra.utils.BoundedStatsDequeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.069 sec
    [junit] 
    [junit] Cobertura: Loaded information on 956 classes.
    [junit] Cobertura: Saved information on 956 classes.
    [junit] Testsuite: org.apache.cassandra.utils.EstimatedHistogramTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.083 sec
    [junit] 
    [junit] Cobertura: Loaded information on 956 classes.
    [junit] Cobertura: Saved information on 956 classes.
    [junit] Testsuite: org.apache.cassandra.utils.FBUtilitiesTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.177 sec
    [junit] 
    [junit] Cobertura: Loaded information on 956 classes.
    [junit] Cobertura: Saved information on 956 classes.
    [junit] Testsuite: org.apache.cassandra.utils.FilterTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.038 sec
    [junit] 
    [junit] Cobertura: Loaded information on 956 classes.
    [junit] Cobertura: Saved information on 956 classes.
    [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest
    [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 0.577 sec
    [junit] 
    [junit] Cobertura: Loaded information on 956 classes.
    [junit] Cobertura: Saved information on 956 classes.

cobertura-report:
[cobertura-report] Cobertura 1.9.3 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
[cobertura-report] Cobertura: Loaded information on 956 classes.
[cobertura-report] Report time: 4519ms
[cobertura-report] Cobertura 1.9.3 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
[cobertura-report] Cobertura: Loaded information on 956 classes.
[cobertura-report] Report time: 5626ms

codecoverage:

BUILD SUCCESSFUL
Total time: 15 minutes 5 seconds
[TASKS] Scanning workspace files for tasks...
Publishing Javadoc
Archiving artifacts
Recording test results
Updating CASSANDRA-1747
Updating CASSANDRA-1745
Publishing Cobertura coverage report...
Publishing Cobertura coverage results...
FATAL: Unable to parse /home/hudson/hudson/jobs/Cassandra-0.7/builds/2010-11-18_00-00-04/coverage.xml
hudson.util.IOException2: Cannot parse coverage results
	at hudson.plugins.cobertura.CoberturaCoverageParser.parse(CoberturaCoverageParser.java:89)
	at hudson.plugins.cobertura.CoberturaCoverageParser.parse(CoberturaCoverageParser.java:52)
	at hudson.plugins.cobertura.CoberturaPublisher.perform(CoberturaPublisher.java:262)
	at hudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:36)
	at hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:601)
	at hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:580)
	at hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:558)
	at hudson.model.Build$RunnerImpl.post2(Build.java:157)
	at hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:528)
	at hudson.model.Run.run(Run.java:1348)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:139)
Caused by: org.xml.sax.SAXParseException: XML document structures must start and end within the same entity.
	at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:195)
	at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:174)
	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:388)
	at com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1414)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.endEntity(XMLDocumentFragmentScannerImpl.java:905)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.endEntity(XMLDocumentScannerImpl.java:605)
	at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.endEntity(XMLEntityManager.java:1393)
	at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.load(XMLEntityScanner.java:1763)
	at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.skipSpaces(XMLEntityScanner.java:1492)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanAttribute(XMLDocumentFragmentScannerImpl.java:1533)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(XMLDocumentFragmentScannerImpl.java:1320)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2755)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:648)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:511)
	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:808)
	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:737)
	at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:119)
	at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1205)
	at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:522)
	at javax.xml.parsers.SAXParser.parse(SAXParser.java:395)
	at javax.xml.parsers.SAXParser.parse(SAXParser.java:198)
	at hudson.plugins.cobertura.CoberturaCoverageParser.parse(CoberturaCoverageParser.java:81)
	... 12 more
No coverage results were successfully parsed.  Did you generate the XML report(s) for Cobertura?


Hudson build is back to normal : Cassandra-0.7 #14

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/Cassandra-0.7/14/changes>