[jbosscache-commits] Build failed in Hudson: jbosscache-core-trunk-code-coverage » JBoss Cache - Core Edition #10

jboss-qa-internal at redhat.com jboss-qa-internal at redhat.com
Tue Jul 1 12:52:26 EDT 2008


See http://hudson.qa.jboss.com/hudson/job/jbosscache-core-trunk-code-coverage/org.jboss.cache$jbosscache-core/10/changes

Changes:

[mircea.markus] added new locking configs needed by mvcc : concurrencyLevel and allowWriteSkew

[mircea.markus] nodeLockingScheme attribute is in lower cases

[mircea.markus] default isolation level for sample cache files is mvcc

[mircea.markus] dropped unused files

[mircea.markus] dropped service sufix from sample config files

[manik.surtani at jboss.com] Ported Brian's 2.2.X patch to trunk

[manik.surtani at jboss.com] More MVCC work

[mircea.markus] all test configuration files were migrated to the new configuration format

[manik.surtani at jboss.com] Fixed broken test

[manik.surtani at jboss.com] get "concurrency level" from cfg

[manik.surtani at jboss.com] Added cfg options for allowing write skew and concurrency level

[manik.surtani at jboss.com] Propertransformation of Fqns when looking up regions

[manik.surtani at jboss.com] Added extension point

[manik.surtani at jboss.com] Refactored to move pess locking specific rollbacks into separate command subclasses

[manik.surtani at jboss.com] Refactored to move pess locking specific rollbacks into separate command subclasses

[manik.surtani at jboss.com] More MVCC tests

[manik.surtani at jboss.com] More MVCC tests

[manik.surtani at jboss.com] MVCC tests

[manik.surtani at jboss.com] Improved tests

[manik.surtani at jboss.com] Typo

[manik.surtani at jboss.com] Vague support for some APIs.

[manik.surtani at jboss.com] Better organisation of tests

[manik.surtani at jboss.com] Better organisation of tests

[mircea.markus] renamed resources/META-INF to resources/config-samples

[mircea.markus] renamed resources/META-INF to resources/config-samples

[manik.surtani at jboss.com] Typo

[manik.surtani at jboss.com] NPE in rollback

[manik.surtani at jboss.com] Fixed broken test

[manik.surtani at jboss.com] Eviction needs to look at tombstones as well.

[manik.surtani at jboss.com] proper ctx setup

[manik.surtani at jboss.com] Null checks

[manik.surtani at jboss.com] Fixed broken setup

[mircea.markus] migrated sample config files to new format.

[mircea.markus] added ant support for transforming 2.x configuration files to 3.x configuration files

[manik.surtani at jboss.com] Removed reliance on certain peek methods on DataContainer, preferring to use invocationContext.lookup() instead as it allows us to cache nodes in the context.

[manik.surtani at jboss.com] Should be using an optimistically locked cache

[manik.surtani at jboss.com] Registered 30 as a valid version id

[manik.surtani at jboss.com] Replaced StringBuffer with StringBuilder

[manik.surtani at jboss.com] Replaced StringBuffer with StringBuilder

[manik.surtani at jboss.com] Refactored optimistic locking tests

[manik.surtani at jboss.com] Moved pessimistic lock specific rollback code to the PLI and away from the TransactionContext

[manik.surtani at jboss.com] Files to be removed.  Missed by a previous check-in.

[manik.surtani at jboss.com] Make sure the right factory is used

[manik.surtani at jboss.com] Preparing commands for MVCC

[mircea.markus] fixed test

[mircea.markus] updated node locking scheme

[mircea.markus] renamed etc to resources

[manik.surtani at jboss.com] 

[mircea.markus] updated ut to use relative path to the xslt. Also moved the xslt so that it is grabbed in the class path

[manik.surtani at jboss.com] Removed use of deprecated Configuration.isNodeLockingOptimistic

[manik.surtani at jboss.com] Invocation and Transaction Context refactoring.

- introduced interfaces in front of each context
- introduced factories to construct them
- introduced better javadocs

[mircea.markus] added an UT for xslt transformation. Also fixed some bugs in xslt file and new parser

[manik.surtani at jboss.com] Added comments and TODOs

[manik.surtani at jboss.com] Partially complete MVCC implementation.  Still WIP.

[manik.surtani at jboss.com] Added extra methods to interface

[manik.surtani at jboss.com] Added caching of looked up nodes

[manik.surtani at jboss.com] Should be marked as immutable

[mircea.markus] porting existing code to use the new XML parser

[manik.surtani at jboss.com] Null chks

[manik.surtani at jboss.com] Fixed broken tests

[manik.surtani at jboss.com] Renamed TransactionEntry to TransactionContext

[manik.surtani at jboss.com] Renamed TransactionEntry to TransactionContext

[manik.surtani at jboss.com] Removed unnecessary param

[manik.surtani at jboss.com] War against cloning

[manik.surtani at jboss.com] Removed dependence on Cloneable where possible.

[manik.surtani at jboss.com] Updated to use new context APIs

[manik.surtani at jboss.com] Added deprecation

[manik.surtani at jboss.com] Updated tests

[manik.surtani at jboss.com] Added an InternalNode interface to UnversionedNode
Added new constructor for UnversionedNode to aid unit testing

[manik.surtani at jboss.com] Catch interruptedException

[manik.surtani at jboss.com] Catch interruptedException

[manik.surtani at jboss.com] Updated interface methods to simplify collection and recording of locks.

[manik.surtani at jboss.com] First-cut implementation of the mvcc lock manager

[manik.surtani at jboss.com] Javadoc

[manik.surtani at jboss.com] Added abstract classes to simplify lock manager implementations

[manik.surtani at jboss.com] Updated to use new invocation context methods

[manik.surtani at jboss.com] Removed unused classes

[manik.surtani at jboss.com] * Updated javadocs
* Updated methods to throw InterruptedException

[manik.surtani at jboss.com] UPdated to use new methods on InvocationContext

[manik.surtani at jboss.com] Updated this not to use deprecated/removed classes

[manik.surtani at jboss.com] Lock manager tests

[manik.surtani at jboss.com] Made currentRequestor() final so it can be inlined

[manik.surtani at jboss.com] Added unit test for OwnableReentrantLock

[manik.surtani at jboss.com] Added unit test for OwnableReentrantLock

[manik.surtani at jboss.com] Added OwnableReentrantLock

[manik.surtani at jboss.com] Un-javadoc

[manik.surtani at jboss.com] JBCACHE-1375 - added tests and patch

[manik.surtani at jboss.com] Fixed some ugliness around interfaces introduced for DataContainer and Notifier, as direct implementations of these were being used instead of the interfaces

[manik.surtani at jboss.com] Filled in missing visitXXX methods and bad method signatures

[mircea.markus] porting existing code to use the new XML parser

[mircea.markus] find bugs fixes

[mircea.markus] first draft for new configuration file

[manik.surtani at jboss.com] Play nice with 3.0.0.

[manik.surtani at jboss.com] Versioning info

[mircea.markus] find bugs fixes

[manik.surtani at jboss.com] JBCACHE-1169

------------------------------------------
[...truncated 143229 lines...]
Running org.jboss.cache.api.nodevalidity.InvalidatedMvccNodeValidityTest (of functional,unit)

-------------------------------------------------------
GMS: address is 127.0.0.1:42390
-------------------------------------------------------

-------------------------------------------------------
GMS: address is 127.0.0.1:42391
-------------------------------------------------------

-------------------------------------------------------
GMS: address is 127.0.0.1:42392
-------------------------------------------------------

-------------------------------------------------------
GMS: address is 127.0.0.1:42393
-------------------------------------------------------

-------------------------------------------------------
GMS: address is 127.0.0.1:42394
-------------------------------------------------------

-------------------------------------------------------
GMS: address is 127.0.0.1:42395
-------------------------------------------------------

-------------------------------------------------------
GMS: address is 127.0.0.1:42396
-------------------------------------------------------

-------------------------------------------------------
GMS: address is 127.0.0.1:42397
-------------------------------------------------------

-------------------------------------------------------
GMS: address is 127.0.0.1:42398
-------------------------------------------------------

-------------------------------------------------------
GMS: address is 127.0.0.1:42399
-------------------------------------------------------

-------------------------------------------------------
GMS: address is 127.0.0.1:42400
-------------------------------------------------------

-------------------------------------------------------
GMS: address is 127.0.0.1:42401
-------------------------------------------------------

-------------------------------------------------------
GMS: address is 127.0.0.1:42402
-------------------------------------------------------

-------------------------------------------------------
GMS: address is 127.0.0.1:42403
-------------------------------------------------------

-------------------------------------------------------
GMS: address is 127.0.0.1:42404
-------------------------------------------------------

-------------------------------------------------------
GMS: address is 127.0.0.1:42405
-------------------------------------------------------

-------------------------------------------------------
GMS: address is 127.0.0.1:42406
-------------------------------------------------------

-------------------------------------------------------
GMS: address is 127.0.0.1:42407
-------------------------------------------------------

-------------------------------------------------------
GMS: address is 127.0.0.1:42408
-------------------------------------------------------

-------------------------------------------------------
GMS: address is 127.0.0.1:42409
-------------------------------------------------------
Tests run: 10, Failures: 10, Errors: 0, Skipped: 0, Time elapsed: 49.171 sec <<< FAILURE!
EMMA: runtime coverage data merged into [/qa/services/hudson/hudson_workspace/workspace/jbosscache-core-trunk-code-coverage/coverage.ec] {in 21 ms}
Running org.jboss.cache.CacheFactoryTest (of functional,unit)
EMMA: collecting runtime coverage data ...

-------------------------------------------------------
GMS: address is 127.0.0.1:42391
-------------------------------------------------------

-------------------------------------------------------
GMS: address is 127.0.0.1:42392
-------------------------------------------------------

-------------------------------------------------------
GMS: address is 127.0.0.1:42393
-------------------------------------------------------

-------------------------------------------------------
GMS: address is 127.0.0.1:42394
-------------------------------------------------------

-------------------------------------------------------
GMS: address is 127.0.0.1:42395
-------------------------------------------------------
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.689 sec
EMMA: runtime coverage data merged into [/qa/services/hudson/hudson_workspace/workspace/jbosscache-core-trunk-code-coverage/coverage.ec] {in 19 ms}
Running org.jboss.cache.eviction.LFUPolicyTest (of functional,unit)
EMMA: collecting runtime coverage data ...
-- wakeupInterval is 3000
-- sleeping for 3500ms
-- wakeupInterval is 3000
-- nodes/locks: 22/3
-- nodes/locks: 2871/0
-- nodes/locks: 6772/2
-- nodes/locks: 10573/2
-- nodes/locks: 13983/1
-- nodes/locks: 18268/3
-- nodes/locks: 21596/0
-- nodes/locks: 26283/0
-- nodes/locks: 31022/2
-- nodes/locks: 35816/3
-- nodes/locks: 40587/3
-- wakeupInterval is 3000
-- wakeupInterval is 3000
-- period is 3500
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 38.51 sec
EMMA: runtime coverage data merged into [/qa/services/hudson/hudson_workspace/workspace/jbosscache-core-trunk-code-coverage/coverage.ec] {in 20 ms}
Running org.jboss.cache.eviction.ElementSizeAlgorithmTest (of functional,unit)
EMMA: collecting runtime coverage data ...
Fqn: /a/b/6 CreateTime: 1214927795995 NodeVisits: 7 ModifiedTime: 1214927795995 NumberOfElements: 6 CurrentlyInUse: false
Fqn: /a/b/4 CreateTime: 1214927795995 NodeVisits: 5 ModifiedTime: 1214927795995 NumberOfElements: 4 CurrentlyInUse: false
Fqn: /a/b/2 CreateTime: 1214927795995 NodeVisits: 3 ModifiedTime: 1214927795994 NumberOfElements: 2 CurrentlyInUse: false
Fqn: /a/b/0 CreateTime: 1214927795995 NodeVisits: 1 ModifiedTime: 1214927795994 NumberOfElements: 0 CurrentlyInUse: false
Fqn: /a/b/1 CreateTime: 1214927795995 NodeVisits: 1 ModifiedTime: 1214927795994 NumberOfElements: 0 CurrentlyInUse: false
Fqn: /a/b/3 CreateTime: 1214927795995 NodeVisits: 1 ModifiedTime: 1214927795994 NumberOfElements: 0 CurrentlyInUse: false
Fqn: /a/b/5 CreateTime: 1214927795995 NodeVisits: 1 ModifiedTime: 1214927795995 NumberOfElements: 0 CurrentlyInUse: false
Fqn: /a/b/7 CreateTime: 1214927795995 NodeVisits: 1 ModifiedTime: 1214927795995 NumberOfElements: 0 CurrentlyInUse: false
Fqn: /a/b/9 CreateTime: 1214927795996 NodeVisits: 1 ModifiedTime: 1214927795995 NumberOfElements: 0 CurrentlyInUse: false
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.351 sec
EMMA: runtime coverage data merged into [/qa/services/hudson/hudson_workspace/workspace/jbosscache-core-trunk-code-coverage/coverage.ec] {in 10 ms}
EMMA: collecting runtime coverage data ...
Running org.jboss.cache.optimistic.NodeInterceptorRemoveKeyValTest (of functional,unit)
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.027 sec
EMMA: runtime coverage data merged into [/qa/services/hudson/hudson_workspace/workspace/jbosscache-core-trunk-code-coverage/coverage.ec] {in 21 ms}
EMMA: collecting runtime coverage data ...
Running org.jboss.cache.api.mvcc.SyncReplMvccTest (of functional,unit)
*** In setUp()
*** Finished setUp()
*** In setUp()
*** Finished setUp()
*** In setUp()
*** Finished setUp()
Tests run: 3, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 15.922 sec <<< FAILURE!
EMMA: runtime coverage data merged into [/qa/services/hudson/hudson_workspace/workspace/jbosscache-core-trunk-code-coverage/coverage.ec] {in 20 ms}
Running org.jboss.cache.loader.SharedCacheLoaderTest (of functional,unit)
EMMA: collecting runtime coverage data ...

-------------------------------------------------------
GMS: address is 127.0.0.1:42392
-------------------------------------------------------

-------------------------------------------------------
GMS: address is 127.0.0.1:42394
-------------------------------------------------------
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.757 sec
EMMA: runtime coverage data merged into [/qa/services/hudson/hudson_workspace/workspace/jbosscache-core-trunk-code-coverage/coverage.ec] {in 22 ms}
EMMA: collecting runtime coverage data ...
Running org.jboss.cache.loader.PreloadTest (of functional,unit)
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.169 sec

Results :

Failed tests: 

Tests run: 3054, Failures: 207, Errors: 0, Skipped: 20

EMMA: runtime coverage data merged into [/qa/services/hudson/hudson_workspace/workspace/jbosscache-core-trunk-code-coverage/coverage.ec] {in 20 ms}
[ERROR] There are test failures.
[HUDSON] Recording test results
[INFO] Preparing findbugs:findbugs
[INFO] [enforcer:enforce {execution: enforce-java}]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [site:site]
[INFO] Unable to load parent project from a relative path: Could not find the model file '/home/hudson/hudson_workspace/workspace/jbosscache-core-trunk-code-coverage/./../pom.xml'. for project unknown
[INFO] Parent project loaded from repository.
[INFO] Parent project loaded from repository.
[INFO] artifact org.apache.maven.skins:maven-default-skin: checking for updates from repository.jboss.org
[INFO] artifact org.apache.maven.skins:maven-default-skin: checking for updates from snapshots.jboss.org
[INFO] artifact org.apache.maven.skins:maven-default-skin: checking for updates from e-xml.sourceforge.net
[INFO] artifact org.apache.maven.skins:maven-default-skin: checking for updates from central
[INFO] Skipped "Maven Surefire Report" report, file "surefire-report.html" already exists for the English version.
[INFO] Generating "Source Xref" report.
[WARNING] Unable to locate Javadoc to link to - DISABLED
[INFO] Generating "Test Source Xref" report.
[INFO] Generating "PMD Report" report.
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Generating "CPD Report" report.
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Generating "Maven Surefire Report" report.
[HUDSON] Archiving /home/hudson/hudson_workspace/workspace/jbosscache-core-trunk-code-coverage/./pom.xml
[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Java heap space
[INFO] ------------------------------------------------------------------------
[INFO] Trace
java.lang.OutOfMemoryError: Java heap space
	at java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:99)
	at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:575)
	at java.lang.StringBuffer.append(StringBuffer.java:321)
	at org.apache.maven.doxia.util.HtmlTools.escapeHTML(HtmlTools.java:76)
	at org.apache.maven.doxia.module.xhtml.XhtmlSink.escapeHTML(XhtmlSink.java:1255)
	at org.apache.maven.doxia.module.xhtml.XhtmlSink.content(XhtmlSink.java:1237)
	at org.apache.maven.doxia.module.xhtml.XhtmlSink.text(XhtmlSink.java:1186)
	at org.apache.maven.plugins.surefire.report.SurefireReportGenerator.sinkCell(SurefireReportGenerator.java:676)
	at org.apache.maven.plugins.surefire.report.SurefireReportGenerator.constructFailureDetails(SurefireReportGenerator.java:536)
	at org.apache.maven.plugins.surefire.report.SurefireReportGenerator.doGenerateReport(SurefireReportGenerator.java:103)
	at org.apache.maven.plugins.surefire.report.SurefireReportMojo.executeReport(SurefireReportMojo.java:115)
	at org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMavenReport.java:98)
	at org.apache.maven.plugins.site.ReportDocumentRenderer.renderDocument(ReportDocumentRenderer.java:139)
	at org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.renderModule(DefaultSiteRenderer.java:269)
	at org.apache.maven.doxia.siterenderer.DefaultSiteRenderer.render(DefaultSiteRenderer.java:101)
	at org.apache.maven.plugins.site.SiteMojo.renderLocale(SiteMojo.java:129)
	at org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:96)
	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:451)
	at hudson.maven.agent.PluginManagerInterceptor.executeMojo(PluginManagerInterceptor.java:136)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:558)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:499)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:478)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:330)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:291)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142)
	at org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:42)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:287)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 429 minutes 42 seconds
[INFO] Finished at: Tue Jul 01 12:52:21 EDT 2008
[INFO] Final Memory: 138M/511M
[INFO] ------------------------------------------------------------------------
Waiting for Hudson to finish collecting data




More information about the jbosscache-commits mailing list