See
<https://qa.nuxeo.org/jenkins/job/nuxeo-master-fullbuild-part1-multidb-windows/./Slave=MULTIDB_WINDOWS,dbprofile=mysql/185/>
------------------------------------------
[...truncated 17855 lines...]
[INFO] Building Nuxeo JPBM Web
[INFO] task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] Storing buildNumber: 20120702-063755 at timestamp: 1341203875285
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Verifying parent modules...
[INFO] Verifying resources...
[INFO] Verifying sources...
[INFO] [properties:read-project-properties {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 32 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
<https://qa.nuxeo.org/jenkins/job/nuxeo-master-fullbuild-part1-multidb-windows/./Slave=MULTIDB_WINDOWS,dbprofile=mysql/ws/addons\nuxeo-platform-jbpm\nuxeo-platform-jbpm-web\src\test\resources>
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory:
<https://qa.nuxeo.org/jenkins/job/nuxeo-master-fullbuild-part1-multidb-windows/./Slave=MULTIDB_WINDOWS,dbprofile=mysql/ws/addons\nuxeo-platform-jbpm\nuxeo-platform-jbpm-web\target\surefire-reports>
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.nuxeo.ecm.platform.jbpm.web.JbpmHelperTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.513 sec
Results :
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] [jar:jar {execution: default-jar}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing
<https://qa.nuxeo.org/jenkins/job/nuxeo-master-fullbuild-part1-multidb-windows/./Slave=MULTIDB_WINDOWS,dbprofile=mysql/ws/addons\nuxeo-platform-jbpm\nuxeo-platform-jbpm-web\target\nuxeo-platform-jbpm-web-5.6-SNAPSHOT.jar>
to
C:\.m2\repository\org\nuxeo\ecm\platform\nuxeo-platform-jbpm-web\5.6-SNAPSHOT\nuxeo-platform-jbpm-web-5.6-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Nuxeo JPBM Automation Module
[INFO] task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] Storing buildNumber: 20120702-063757 at timestamp: 1341203877193
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Verifying parent modules...
[INFO] Verifying resources...
[INFO] Verifying sources...
[INFO] [properties:read-project-properties {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory:
<https://qa.nuxeo.org/jenkins/job/nuxeo-master-fullbuild-part1-multidb-windows/./Slave=MULTIDB_WINDOWS,dbprofile=mysql/ws/addons\nuxeo-platform-jbpm\nuxeo-platform-jbpm-automation\target\surefire-reports>
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.nuxeo.ecm.automation.jbpm.test.JbpmAutomationTest
DatabaseHelper: Database used for VCS tests:
org.nuxeo.ecm.core.storage.sql.DatabaseMySQL
Could not bind factory to JNDI
javax.naming.NoInitialContextException: Need to specify class name in
environment or system property, or as an applet parameter, or in an application
resource file: java.naming.factory.initial
at
javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:645)
at
javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
at
javax.naming.InitialContext.getURLOrDefaultInitCtx(InitialContext.java:325)
at javax.naming.InitialContext.getNameParser(InitialContext.java:480)
at org.hibernate.util.NamingHelper.bind(NamingHelper.java:75)
at
org.hibernate.impl.SessionFactoryObjectFactory.addInstance(SessionFactoryObjectFactory.java:113)
at
org.hibernate.impl.SessionFactoryImpl.<init>(SessionFactoryImpl.java:348)
at
org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1341)
at
org.jbpm.persistence.db.DbPersistenceServiceFactory.getSessionFactory(DbPersistenceServiceFactory.java:105)
at
org.nuxeo.ecm.platform.jbpm.core.service.JbpmComponent.applicationStarted(JbpmComponent.java:133)
at
org.nuxeo.runtime.model.impl.RegistrationInfoImpl.notifyApplicationStarted(RegistrationInfoImpl.java:332)
at
org.nuxeo.runtime.osgi.OSGiRuntimeService.notifyComponentsOnStarted(OSGiRuntimeService.java:469)
at
org.nuxeo.runtime.osgi.OSGiRuntimeService.fireApplicationStarted(OSGiRuntimeService.java:508)
at
org.nuxeo.runtime.osgi.OSGiRuntimeService.frameworkEvent(OSGiRuntimeService.java:518)
at org.nuxeo.osgi.OSGiAdapter.fireFrameworkEvent(OSGiAdapter.java:239)
at
org.nuxeo.runtime.test.NXRuntimeTestCase.fireFrameworkStarted(NXRuntimeTestCase.java:175)
at
org.nuxeo.runtime.test.runner.RuntimeFeature.beforeRun(RuntimeFeature.java:158)
at
org.nuxeo.runtime.test.runner.FeaturesRunner.beforeRun(FeaturesRunner.java:165)
at
org.nuxeo.runtime.test.runner.FeaturesRunner.run(FeaturesRunner.java:261)
at
org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
at
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
at
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
at
org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
at
org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)
at
org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcessWhenForked(SurefireStarter.java:107)
at
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:68)
Nuxeo EP Started
======================================================================
= Component Loading Status: Pending: 2 / Unstarted: 0 / Total: 54
* service:org.nuxeo.ecm.directory.sql.test requires
[service:org.nuxeo.ecm.directory.sql.SQLDirectoryFactory]
* service:org.nuxeo.ecm.platform.workflow.audit.events requires
[service:org.nuxeo.ecm.platform.audit.service.NXAuditEventsService]
======================================================================
Deleted fragment missing: e08f525d-62c5-44ce-a2ad-87b67d400653
Deleted fragment missing: 7cbf2fa4-8fd8-46f8-ade4-545d8718b573
Deleted fragment missing: 3baaf0a1-318f-475a-94e4-a8878591a05f
Deleted fragment missing: 28df4f9c-a41a-4934-92e6-b423c58d222c
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.401 sec
Results :
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0
[INFO] [jar:jar {execution: default-jar}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing
<https://qa.nuxeo.org/jenkins/job/nuxeo-master-fullbuild-part1-multidb-windows/./Slave=MULTIDB_WINDOWS,dbprofile=mysql/ws/addons\nuxeo-platform-jbpm\nuxeo-platform-jbpm-automation\target\nuxeo-platform-jbpm-automation-5.6-SNAPSHOT.jar>
to
C:\.m2\repository\org\nuxeo\ecm\platform\nuxeo-platform-jbpm-automation\5.6-SNAPSHOT\nuxeo-platform-jbpm-automation-5.6-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Nuxeo JPBM task migration
[INFO] task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] Storing buildNumber: 20120702-063809 at timestamp: 1341203889852
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Verifying parent modules...
[INFO] Verifying resources...
[INFO] Verifying sources...
[INFO] [properties:read-project-properties {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory:
<https://qa.nuxeo.org/jenkins/job/nuxeo-master-fullbuild-part1-multidb-windows/./Slave=MULTIDB_WINDOWS,dbprofile=mysql/ws/addons\nuxeo-platform-jbpm\nuxeo-platform-jbpm-task-migration\target\surefire-reports>
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.nuxeo.ecm.plateform.jbpm.task.migrate.TestTaskMigration
DatabaseHelper: Database used for VCS tests:
org.nuxeo.ecm.core.storage.sql.DatabaseMySQL
06:38:19,446 WARN [SessionFactoryObjectFactory] InitialContext did not
implement EventContext
Migrated 500 tasks in 18s
27 tasks/s
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 34.061 sec
Results :
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] [jar:jar {execution: default-jar}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing
<https://qa.nuxeo.org/jenkins/job/nuxeo-master-fullbuild-part1-multidb-windows/./Slave=MULTIDB_WINDOWS,dbprofile=mysql/ws/addons\nuxeo-platform-jbpm\nuxeo-platform-jbpm-task-migration\target\nuxeo-platform-jbpm-task-migration-5.6-SNAPSHOT.jar>
to
C:\.m2\repository\org\nuxeo\ecm\platform\nuxeo-platform-jbpm-task-migration\5.6-SNAPSHOT\nuxeo-platform-jbpm-task-migration-5.6-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Nuxeo Platform Faceted Search Parent
[INFO] task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] Storing buildNumber: 20120702-063845 at timestamp: 1341203925414
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Verifying parent modules...
[INFO] Verifying resources...
[INFO] Resources directory does not exist :
<https://qa.nuxeo.org/jenkins/job/nuxeo-master-fullbuild-part1-multidb-windows/./Slave=MULTIDB_WINDOWS,dbprofile=mysql/ws/addons\nuxeo-platform-faceted-search\src\main\resources>
[INFO] Verifying sources...
[INFO] No sources to check ...
[INFO] [properties:read-project-properties {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing
<https://qa.nuxeo.org/jenkins/job/nuxeo-master-fullbuild-part1-multidb-windows/./Slave=MULTIDB_WINDOWS,dbprofile=mysql/ws/addons\nuxeo-platform-faceted-search\pom.xml>
to
C:\.m2\repository\org\nuxeo\ecm\platform\nuxeo-platform-faceted-search-parent\5.6-SNAPSHOT\nuxeo-platform-faceted-search-parent-5.6-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building Nuxeo Platform Faceted Search API
[INFO] task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] Storing buildNumber: 20120702-063845 at timestamp: 1341203925460
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Verifying parent modules...
[INFO] Verifying resources...
[INFO] Verifying sources...
[INFO] [properties:read-project-properties {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
<https://qa.nuxeo.org/jenkins/job/nuxeo-master-fullbuild-part1-multidb-windows/./Slave=MULTIDB_WINDOWS,dbprofile=mysql/ws/addons\nuxeo-platform-faceted-search\nuxeo-platform-faceted-search-api\src\test\resources>
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] No tests to run.
[INFO] Surefire report directory:
<https://qa.nuxeo.org/jenkins/job/nuxeo-master-fullbuild-part1-multidb-windows/./Slave=MULTIDB_WINDOWS,dbprofile=mysql/ws/addons\nuxeo-platform-faceted-search\nuxeo-platform-faceted-search-api\target\surefire-reports>
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] [jar:jar {execution: default-jar}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing
<https://qa.nuxeo.org/jenkins/job/nuxeo-master-fullbuild-part1-multidb-windows/./Slave=MULTIDB_WINDOWS,dbprofile=mysql/ws/addons\nuxeo-platform-faceted-search\nuxeo-platform-faceted-search-api\target\nuxeo-platform-faceted-search-api-5.6-SNAPSHOT.jar>
to
C:\.m2\repository\org\nuxeo\ecm\platform\nuxeo-platform-faceted-search-api\5.6-SNAPSHOT\nuxeo-platform-faceted-search-api-5.6-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Nuxeo Platform Faceted Search JSF
[INFO] task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [buildnumber:create {execution: default}]
[INFO] Storing buildNumber: 20120702-063846 at timestamp: 1341203926289
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Verifying parent modules...
[INFO] Verifying resources...
[INFO] Verifying sources...
[INFO] [properties:read-project-properties {execution: default}]
[INFO] [build-helper:add-source {execution: add-source}]
[INFO] Source directory:
<https://qa.nuxeo.org/jenkins/job/nuxeo-master-fullbuild-part1-multidb-windows/./Slave=MULTIDB_WINDOWS,dbprofile=mysql/ws/addons\nuxeo-platform-faceted-search\nuxeo-platform-faceted-search-jsf\src\main\seam>
added.
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 22 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory:
<https://qa.nuxeo.org/jenkins/job/nuxeo-master-fullbuild-part1-multidb-windows/./Slave=MULTIDB_WINDOWS,dbprofile=mysql/ws/addons\nuxeo-platform-faceted-search\nuxeo-platform-faceted-search-jsf\target\surefire-reports>
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running
org.nuxeo.ecm.platform.faceted.search.jsf.service.TestFacetedSearchService
DatabaseHelper: Database used for VCS tests:
org.nuxeo.ecm.core.storage.sql.DatabaseMySQL
Build timed out (after 180 minutes). Marking the build as failed.
Recording test results
_______________________________________________
ECM-QA mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-qa