See <https://qa.nuxeo.org/hudson/job/nuxeo-jsf-5.4/361/>

------------------------------------------
[...truncated 715 lines...]
org.nuxeo.ecm.core.api.ClientException: Failed to execute query: NXQL: SELECT 
dc:title FROM Document WHERE ecm:parentId = ORDER BY dc:title: 
org.nuxeo.ecm.core.query.QueryParseException: Syntax error: Invalid token 
<ORDER BY> at offset 51 in query: SELECT dc:title FROM Document WHERE 
ecm:parentId = ORDER BY dc:title
        at 
org.nuxeo.ecm.core.api.AbstractSession.queryAndFetch(AbstractSession.java:1560)
        at 
org.nuxeo.ecm.platform.query.nxql.CoreQueryAndFetchPageProvider.getCurrentPage(CoreQueryAndFetchPageProvider.java:98)
        at 
org.nuxeo.ecm.platform.contentview.jsf.test.TestDefaultPageProviders.checkCoreQueryAndFetchWithError(TestDefaultPageProviders.java:421)
        at 
org.nuxeo.ecm.platform.contentview.jsf.test.TestDefaultPageProviders.testCoreQueryAndFetchWithErrorReference(TestDefaultPageProviders.java:408)
        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 junit.framework.TestCase.runTest(TestCase.java:168)
        at org.jmock.core.VerifyingTestCase.runBare(VerifyingTestCase.java:39)
        at junit.framework.TestResult$1.protect(TestResult.java:110)
        at junit.framework.TestResult.runProtected(TestResult.java:128)
        at junit.framework.TestResult.run(TestResult.java:113)
        at junit.framework.TestCase.run(TestCase.java:124)
        at junit.framework.TestSuite.runTest(TestSuite.java:232)
        at junit.framework.TestSuite.run(TestSuite.java:227)
        at 
org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
        at 
org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:59)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:115)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:102)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:180)
        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.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:350)
        at 
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1021)
Caused by: org.nuxeo.ecm.core.api.WrappedException: Exception: 
org.nuxeo.ecm.core.query.QueryParseException. message: 
org.nuxeo.ecm.core.query.QueryParseException: Syntax error: Invalid token 
<ORDER BY> at offset 51 in query: SELECT dc:title FROM Document WHERE 
ecm:parentId = ORDER BY dc:title
        at 
org.nuxeo.ecm.core.query.sql.SQLQueryParser.parse(SQLQueryParser.java:56)
        at 
org.nuxeo.ecm.core.storage.sql.jdbc.NXQLQueryMaker.buildQuery(NXQLQueryMaker.java:202)
        at 
org.nuxeo.ecm.core.storage.sql.jdbc.ResultSetQueryResult.<init>(ResultSetQueryResult.java:63)
        at 
org.nuxeo.ecm.core.storage.sql.jdbc.JDBCMapper.queryAndFetch(JDBCMapper.java:752)
        at 
org.nuxeo.ecm.core.storage.sql.CachingMapper.queryAndFetch(CachingMapper.java:103)
        at 
org.nuxeo.ecm.core.storage.sql.SessionImpl.queryAndFetch(SessionImpl.java:959)
        at 
org.nuxeo.ecm.core.storage.sql.coremodel.SQLSession$SQLSessionQuery.executeAndFetch(SQLSession.java:550)
        at 
org.nuxeo.ecm.core.storage.sql.coremodel.SQLSession.queryAndFetch(SQLSession.java:473)
        at 
org.nuxeo.ecm.core.api.AbstractSession.queryAndFetch(AbstractSession.java:1557)
        ... 26 more
Caused by: org.nuxeo.ecm.core.api.WrappedException: Exception: 
org.nuxeo.ecm.core.query.QueryParseException. message: 
org.nuxeo.ecm.core.query.QueryParseException: Syntax error: Invalid token 
<ORDER BY> at offset 51
        at 
org.nuxeo.ecm.core.query.sql.SQLQueryParser.parse(SQLQueryParser.java:46)
        at 
org.nuxeo.ecm.core.query.sql.SQLQueryParser.parse(SQLQueryParser.java:52)
        ... 34 more
Caused by: org.nuxeo.ecm.core.api.WrappedException: Exception: 
org.nuxeo.ecm.core.query.QueryParseException. message: Syntax error: Invalid 
token <ORDER BY> at offset 51
        at 
org.nuxeo.ecm.core.query.sql.parser.parser.parseFailed(parser.java:436)
        at 
org.nuxeo.ecm.core.query.sql.parser.parser.unrecovered_syntax_error(parser.java:427)
        at java_cup.runtime.lr_parser.parse(lr_parser.java:601)
        at 
org.nuxeo.ecm.core.query.sql.SQLQueryParser.parse(SQLQueryParser.java:44)
        ... 35 more
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.263 sec
Running org.nuxeo.ecm.platform.contentview.jsf.test.TestContentViewCache
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.918 sec
Running org.nuxeo.ecm.platform.contentview.jsf.test.TestContentViewService
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.206 sec

Results :

Tests run: 15, Failures: 0, Errors: 0, Skipped: 0

[TASKS] Skipping maven reporter: there is already a result available.
[HUDSON] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[TASKS] Skipping maven reporter: there is already a result available.
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[HUDSON] Archiving 
<https://qa.nuxeo.org/hudson/job/nuxeo-jsf-5.4/ws/nuxeo-platform-contentview-jsf/pom.xml>
 to 
/home/hudson/.hudson/jobs/nuxeo-jsf-5.4/modules/org.nuxeo.ecm.platform$nuxeo-platform-contentview-jsf/builds/2010-11-18_18-20-50/archive/org.nuxeo.ecm.platform/nuxeo-platform-contentview-jsf/5.4.1-SNAPSHOT/pom.xml
[HUDSON] Archiving 
<https://qa.nuxeo.org/hudson/job/nuxeo-jsf-5.4/ws/nuxeo-platform-contentview-jsf/target/nuxeo-platform-contentview-jsf-5.4.1-SNAPSHOT.jar>
 to 
/home/hudson/.hudson/jobs/nuxeo-jsf-5.4/modules/org.nuxeo.ecm.platform$nuxeo-platform-contentview-jsf/builds/2010-11-18_18-20-50/archive/org.nuxeo.ecm.platform/nuxeo-platform-contentview-jsf/5.4.1-SNAPSHOT/nuxeo-platform-contentview-jsf-5.4.1-SNAPSHOT.jar
[INFO] [buildnumber:create {execution: default}]
[INFO] Storing buildNumber: 20101118-182254 at timestamp: 1290100974378
[TASKS] Skipping maven reporter: there is already a result available.
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Incremental build test already done. Skipping...
[TASKS] Skipping maven reporter: there is already a result available.
[INFO] [source:jar {execution: attach-sources}]
[TASKS] Skipping maven reporter: there is already a result available.
[INFO] [install:install {execution: default-install}]
[INFO] Installing 
<https://qa.nuxeo.org/hudson/job/nuxeo-jsf-5.4/ws/nuxeo-platform-contentview-jsf/target/nuxeo-platform-contentview-jsf-5.4.1-SNAPSHOT.jar>
 to 
/home/hudson/.m2/repository/org/nuxeo/ecm/platform/nuxeo-platform-contentview-jsf/5.4.1-SNAPSHOT/nuxeo-platform-contentview-jsf-5.4.1-SNAPSHOT.jar
[INFO] Installing 
<https://qa.nuxeo.org/hudson/job/nuxeo-jsf-5.4/ws/nuxeo-platform-contentview-jsf/target/nuxeo-platform-contentview-jsf-5.4.1-SNAPSHOT-sources.jar>
 to 
/home/hudson/.m2/repository/org/nuxeo/ecm/platform/nuxeo-platform-contentview-jsf/5.4.1-SNAPSHOT/nuxeo-platform-contentview-jsf-5.4.1-SNAPSHOT-sources.jar
[INFO] [deploy:deploy {execution: default-deploy}]
[TASKS] Skipping maven reporter: there is already a result available.[INFO] 
Retrieving previous build number from daily-snapshots

Uploading: 
http://maven.in.nuxeo.com/nexus/content/repositories/daily-snapshots/org/nuxeo/ecm/platform/nuxeo-platform-contentview-jsf/5.4.1-SNAPSHOT/nuxeo-platform-contentview-jsf-5.4.1-20101118.172113-13.jar
24K uploaded  (nuxeo-platform-contentview-jsf-5.4.1-20101118.172113-13.jar)
[INFO] Retrieving previous metadata from daily-snapshots
[INFO] Uploading repository metadata for: 'snapshot 
org.nuxeo.ecm.platform:nuxeo-platform-contentview-jsf:5.4.1-SNAPSHOT'
[INFO] Uploading project information for nuxeo-platform-contentview-jsf 
5.4.1-20101118.172113-13
[INFO] Retrieving previous metadata from daily-snapshots
[INFO] Uploading repository metadata for: 'artifact 
org.nuxeo.ecm.platform:nuxeo-platform-contentview-jsf'
[INFO] Retrieving previous build number from daily-snapshots
Uploading: 
http://maven.in.nuxeo.com/nexus/content/repositories/daily-snapshots/org/nuxeo/ecm/platform/nuxeo-platform-contentview-jsf/5.4.1-SNAPSHOT/nuxeo-platform-contentview-jsf-5.4.1-20101118.172113-13-sources.jar
20K uploaded  
(nuxeo-platform-contentview-jsf-5.4.1-20101118.172113-13-sources.jar)
[TASKS] Skipping maven reporter: there is already a result available.
[HUDSON] Archiving 
<https://qa.nuxeo.org/hudson/job/nuxeo-jsf-5.4/ws/nuxeo-platform-contentview-jsf/target/nuxeo-platform-contentview-jsf-5.4.1-SNAPSHOT.jar>
 to 
/home/hudson/.hudson/jobs/nuxeo-jsf-5.4/modules/org.nuxeo.ecm.platform$nuxeo-platform-contentview-jsf/builds/2010-11-18_18-20-50/archive/org.nuxeo.ecm.platform/nuxeo-platform-contentview-jsf/5.4.1-20101118.172113-13/nuxeo-platform-contentview-jsf-5.4.1-SNAPSHOT.jar
[HUDSON] Archiving 
<https://qa.nuxeo.org/hudson/job/nuxeo-jsf-5.4/ws/nuxeo-platform-contentview-jsf/target/nuxeo-platform-contentview-jsf-5.4.1-SNAPSHOT-sources.jar>
 to 
/home/hudson/.hudson/jobs/nuxeo-jsf-5.4/modules/org.nuxeo.ecm.platform$nuxeo-platform-contentview-jsf/builds/2010-11-18_18-20-50/archive/org.nuxeo.ecm.platform/nuxeo-platform-contentview-jsf/5.4.1-20101118.172113-13/nuxeo-platform-contentview-jsf-5.4.1-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Nuxeo Web Framework Infrastructure
[INFO]    task-segment: [pmd:cpd, deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [pmd:cpd {execution: default-cli}]
[TASKS] Scanning folder 
'<https://qa.nuxeo.org/hudson/job/nuxeo-jsf-5.4/ws/nuxeo-platform-webapp-base/src/main/java'>
 for tasks ... 
[TASKS] Found 37.
[TASKS] Scanning folder 
'<https://qa.nuxeo.org/hudson/job/nuxeo-jsf-5.4/ws/nuxeo-platform-webapp-base/src/test/java'>
 for tasks ... 
[TASKS] Found 0.
[TASKS] Scanning folder 
'<https://qa.nuxeo.org/hudson/job/nuxeo-jsf-5.4/ws/nuxeo-platform-webapp-base/src/main/resources'>
 for tasks ... 
[TASKS] Found 4.
[TASKS] Scanning folder 
'<https://qa.nuxeo.org/hudson/job/nuxeo-jsf-5.4/ws/nuxeo-platform-webapp-base/src/test/resources'>
 for tasks ... 
[TASKS] Found 0.
[INFO] [buildnumber:create {execution: default}]
[INFO] Storing buildNumber: 20101118-182300 at timestamp: 1290100980493
[TASKS] Skipping maven reporter: there is already a result available.
[INFO] snapshot 
org.nuxeo.ecm.platform:nuxeo-platform-placeful-api:5.4.1-SNAPSHOT: checking for 
updates from internal-snapshots
[INFO] snapshot 
org.nuxeo.ecm.platform:nuxeo-platform-placeful-api:5.4.1-SNAPSHOT: checking for 
updates from public-snapshot
Downloading: 
http://maven.in.nuxeo.com/nexus/content/groups/internal-snapshots/org/nuxeo/ecm/platform/nuxeo-platform-placeful-api/5.4.1-SNAPSHOT/nuxeo-platform-placeful-api-5.4.1-20101118.170538-12.pom
820b downloaded  (nuxeo-platform-placeful-api-5.4.1-20101118.170538-12.pom)
[INFO] snapshot 
org.nuxeo.ecm.platform:nuxeo-platform-placeful-theme:5.4.1-SNAPSHOT: checking 
for updates from internal-snapshots
[INFO] snapshot 
org.nuxeo.ecm.platform:nuxeo-platform-placeful-theme:5.4.1-SNAPSHOT: checking 
for updates from public-snapshot
Downloading: 
http://maven.in.nuxeo.com/nexus/content/groups/internal-snapshots/org/nuxeo/ecm/platform/nuxeo-platform-placeful-theme/5.4.1-SNAPSHOT/nuxeo-platform-placeful-theme-5.4.1-20101118.170538-12.pom
987b downloaded  (nuxeo-platform-placeful-theme-5.4.1-20101118.170538-12.pom)
[INFO] snapshot org.nuxeo.theme:nuxeo-theme-fragments:5.4.1-SNAPSHOT: checking 
for updates from internal-snapshots
[INFO] snapshot org.nuxeo.theme:nuxeo-theme-fragments:5.4.1-SNAPSHOT: checking 
for updates from public-snapshot
[INFO] snapshot org.nuxeo.theme:nuxeo-theme-parent:5.4.1-SNAPSHOT: checking for 
updates from internal-snapshots
[INFO] snapshot org.nuxeo.theme:nuxeo-theme-parent:5.4.1-SNAPSHOT: checking for 
updates from public-snapshot
[INFO] snapshot org.nuxeo.theme:nuxeo-theme-core:5.4.1-SNAPSHOT: checking for 
updates from internal-snapshots
[INFO] snapshot org.nuxeo.theme:nuxeo-theme-core:5.4.1-SNAPSHOT: checking for 
updates from public-snapshot
[INFO] snapshot org.nuxeo.ecm.core:nuxeo-core-test:5.4.1-SNAPSHOT: checking for 
updates from internal-snapshots
[INFO] snapshot org.nuxeo.ecm.core:nuxeo-core-test:5.4.1-SNAPSHOT: checking for 
updates from public-snapshot
[INFO] snapshot org.nuxeo.ecm.core:nuxeo-core-convert:5.4.1-SNAPSHOT: checking 
for updates from internal-snapshots
[INFO] snapshot org.nuxeo.ecm.core:nuxeo-core-convert:5.4.1-SNAPSHOT: checking 
for updates from public-snapshot
[INFO] snapshot 
org.nuxeo.ecm.platform:nuxeo-platform-types-core:5.4.1-SNAPSHOT: checking for 
updates from internal-snapshots
[INFO] snapshot 
org.nuxeo.ecm.platform:nuxeo-platform-types-core:5.4.1-SNAPSHOT: checking for 
updates from public-snapshot
Downloading: 
http://maven.in.nuxeo.com/nexus/content/groups/internal-snapshots/org/nuxeo/ecm/platform/nuxeo-platform-types-core/5.4.1-SNAPSHOT/nuxeo-platform-types-core-5.4.1-20101118.170538-14.pom
1K downloaded  (nuxeo-platform-types-core-5.4.1-20101118.170538-14.pom)
Downloading: 
http://maven.in.nuxeo.com/nexus/content/groups/internal-snapshots/org/nuxeo/ecm/platform/nuxeo-platform-placeful-api/5.4.1-SNAPSHOT/nuxeo-platform-placeful-api-5.4.1-20101118.170538-12.jar
5K downloaded  (nuxeo-platform-placeful-api-5.4.1-20101118.170538-12.jar)
Downloading: 
http://maven.in.nuxeo.com/nexus/content/groups/internal-snapshots/org/nuxeo/ecm/platform/nuxeo-platform-placeful-theme/5.4.1-SNAPSHOT/nuxeo-platform-placeful-theme-5.4.1-20101118.170538-12.jar
4K downloaded  (nuxeo-platform-placeful-theme-5.4.1-20101118.170538-12.jar)
Downloading: 
http://maven.in.nuxeo.com/nexus/content/groups/internal-snapshots/org/nuxeo/ecm/platform/nuxeo-platform-types-core/5.4.1-SNAPSHOT/nuxeo-platform-types-core-5.4.1-20101118.170538-14.jar
13K downloaded  (nuxeo-platform-types-core-5.4.1-20101118.170538-14.jar)
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Verifying parent modules...
[INFO] Verifying resources...
[INFO] Verifying sources...
[TASKS] Skipping maven reporter: there is already a result available.
[INFO] [nuxeo:eclipse-version {execution: eclipsize-version}]
[INFO] eclipseVersion:5.4.1.-SNAPSHOT
[TASKS] Skipping maven reporter: there is already a result available.
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 99 resources
[TASKS] Skipping maven reporter: there is already a result available.
[INFO] [dependency:copy {execution: copy-installed}]
[INFO] Configured Artifact: org.restlet:org.restlet:?:jar
[INFO] Configured Artifact: org.restlet:org.restlet.ext.fileupload:?:jar
[INFO] Configured Artifact: com.noelios.restlet:com.noelios.restlet:?:jar
[INFO] Configured Artifact: 
com.noelios.restlet:com.noelios.restlet.ext.servlet:?:jar
[INFO] org.restlet:org.restlet:1.0.7:jar already exists in 
<https://qa.nuxeo.org/hudson/job/nuxeo-jsf-5.4/ws/nuxeo-platform-webapp-base/target/classes/lib>
[INFO] org.restlet:org.restlet.ext.fileupload:1.0.7:jar already exists in 
<https://qa.nuxeo.org/hudson/job/nuxeo-jsf-5.4/ws/nuxeo-platform-webapp-base/target/classes/lib>
[INFO] com.noelios.restlet:com.noelios.restlet:1.0.7:jar already exists in 
<https://qa.nuxeo.org/hudson/job/nuxeo-jsf-5.4/ws/nuxeo-platform-webapp-base/target/classes/lib>
[INFO] com.noelios.restlet:com.noelios.restlet.ext.servlet:1.0.7:jar already 
exists in 
<https://qa.nuxeo.org/hudson/job/nuxeo-jsf-5.4/ws/nuxeo-platform-webapp-base/target/classes/lib>
[TASKS] Skipping maven reporter: there is already a result available.
ha:[TASKS] Skipping maven reporter: there is already a result available.
[TASKS] Skipping maven reporter: there is already a result available.
[TASKS] Skipping maven reporter: there is already a result 
available.AAAAXx+LCAAAAAAAAABb85aBtbiIQTGjNKU4P0+vJLE4u1gvPjexLDVPzxdE+uZn5fvll6T+rlY5WiYVksXEwFBRxCAFVZ+cn1ecn5Oq5wyhQQoZIIARpLAAAFkNeyJfAAAA[INFO]
 [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
ha:
AAAAXx+LCAAAAAAAAABb85aBtbiIQTGjNKU4P0+vJLE4u1gvPjexLDVPzxdE+uZn5fvll6T+rlY5WiYVksXEwFBRxCAFVZ+cn1ecn5Oq5wyhQQoZIIARpLAAAFkNeyJfAAAA[INFO]
 [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[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/hudson/job/nuxeo-jsf-5.4/ws/nuxeo-platform-webapp-base/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.nuxeo.ecm.webapp.bulkedit.TestBulkEditHelper
18:23:06,364 ERROR [OSGiRuntimeService] Nuxeo EP Started
======================================================================
= Nuxeo EP Started
======================================================================
= Component Loading Status: Pending: 9 / Unstarted: 0 / Total: 42
  * service:org.nuxeo.ecm.webapp.contentview.search.contrib requires 
[service:org.nuxeo.ecm.platform.ui.web.ContentViewService]
  * service:org.nuxeo.ecm.webapp.contentview.contrib requires 
[service:org.nuxeo.ecm.platform.ui.web.ContentViewService]
  * service:org.nuxeo.ecm.platform.forms.layouts.webapp.base requires 
[service:org.nuxeo.ecm.platform.forms.layout.WebLayoutManager]
  * 
service:org.nuxeo.ecm.platform.ui.web.SeamRemotingJSBuilderComponent.baseContrib
 requires [service:org.nuxeo.ecm.platform.ui.web.SeamRemotingJSBuilderComponent]
  * service:org.nuxeo.ecm.event.management requires 
[service:org.nuxeo.runtime.management.ResourcePublisher]
  * service:org.nuxeo.ecm.webapp.seam.debug.restAPI.contrib requires 
[service:org.nuxeo.ecm.platform.ui.web.restAPI.service.PluggableRestletService]
  * service:org.nuxeo.ecm.platform.forms.layouts.webapp.listing requires 
[service:org.nuxeo.ecm.platform.forms.layout.WebLayoutManager]
  * service:org.nuxeo.ecm.webapp.seam.debug.action requires 
[service:org.nuxeo.ecm.platform.actions.ActionService]
  * service:org.nuxeo.ecm.webapp.layouts.search.contrib requires 
[service:org.nuxeo.ecm.platform.forms.layout.WebLayoutManager]
======================================================================
DatabaseHelper: Database used for VCS tests: 
org.nuxeo.ecm.core.storage.sql.DatabaseH2
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.289 sec
Running org.nuxeo.ecm.webapp.tree.TestTreeManagerService
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.45 sec
Running org.nuxeo.ecm.webapp.clipboard.SummaryTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 sec

Results :

Tests run: 9, Failures: 0, Errors: 0, Skipped: 0

[TASKS] Skipping maven reporter: there is already a result available.
[HUDSON] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[TASKS] Skipping maven reporter: there is already a result available.
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[HUDSON] Archiving 
<https://qa.nuxeo.org/hudson/job/nuxeo-jsf-5.4/ws/nuxeo-platform-webapp-base/pom.xml>
 to 
/home/hudson/.hudson/jobs/nuxeo-jsf-5.4/modules/org.nuxeo.ecm.platform$nuxeo-platform-webapp-base/builds/2010-11-18_18-20-50/archive/org.nuxeo.ecm.platform/nuxeo-platform-webapp-base/5.4.1-SNAPSHOT/pom.xml
[HUDSON] Archiving 
<https://qa.nuxeo.org/hudson/job/nuxeo-jsf-5.4/ws/nuxeo-platform-webapp-base/target/nuxeo-platform-webapp-base-5.4.1-SNAPSHOT.jar>
 to 
/home/hudson/.hudson/jobs/nuxeo-jsf-5.4/modules/org.nuxeo.ecm.platform$nuxeo-platform-webapp-base/builds/2010-11-18_18-20-50/archive/org.nuxeo.ecm.platform/nuxeo-platform-webapp-base/5.4.1-SNAPSHOT/nuxeo-platform-webapp-base-5.4.1-SNAPSHOT.jar
[INFO] [buildnumber:create {execution: default}]
[INFO] Storing buildNumber: 20101118-182310 at timestamp: 1290100990572
[TASKS] Skipping maven reporter: there is already a result available.
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Incremental build test already done. Skipping...
[TASKS] Skipping maven reporter: there is already a result available.
[INFO] [source:jar {execution: attach-sources}]
[TASKS] Skipping maven reporter: there is already a result available.
[INFO] [install:install {execution: default-install}]
[INFO] Installing 
<https://qa.nuxeo.org/hudson/job/nuxeo-jsf-5.4/ws/nuxeo-platform-webapp-base/target/nuxeo-platform-webapp-base-5.4.1-SNAPSHOT.jar>
 to 
/home/hudson/.m2/repository/org/nuxeo/ecm/platform/nuxeo-platform-webapp-base/5.4.1-SNAPSHOT/nuxeo-platform-webapp-base-5.4.1-SNAPSHOT.jar
[INFO] Installing 
<https://qa.nuxeo.org/hudson/job/nuxeo-jsf-5.4/ws/nuxeo-platform-webapp-base/target/nuxeo-platform-webapp-base-5.4.1-SNAPSHOT-sources.jar>
 to 
/home/hudson/.m2/repository/org/nuxeo/ecm/platform/nuxeo-platform-webapp-base/5.4.1-SNAPSHOT/nuxeo-platform-webapp-base-5.4.1-SNAPSHOT-sources.jar
[TASKS] Skipping maven reporter: there is already a result available.[INFO] 
[deploy:deploy {execution: default-deploy}]
[INFO] Retrieving previous build number from daily-snapshots

Uploading: 
http://maven.in.nuxeo.com/nexus/content/repositories/daily-snapshots/org/nuxeo/ecm/platform/nuxeo-platform-webapp-base/5.4.1-SNAPSHOT/nuxeo-platform-webapp-base-5.4.1-20101118.172113-13.jar
573K uploaded  (nuxeo-platform-webapp-base-5.4.1-20101118.172113-13.jar)
[INFO] Retrieving previous metadata from daily-snapshots
[INFO] Uploading repository metadata for: 'snapshot 
org.nuxeo.ecm.platform:nuxeo-platform-webapp-base:5.4.1-SNAPSHOT'
[INFO] Uploading project information for nuxeo-platform-webapp-base 
5.4.1-20101118.172113-13
[INFO] Retrieving previous metadata from daily-snapshots
[TASKS] Skipping maven reporter: there is already a result available.
[HUDSON] Archiving 
<https://qa.nuxeo.org/hudson/job/nuxeo-jsf-5.4/ws/nuxeo-platform-webapp-base/target/nuxeo-platform-webapp-base-5.4.1-SNAPSHOT.jar>
 to 
/home/hudson/.hudson/jobs/nuxeo-jsf-5.4/modules/org.nuxeo.ecm.platform$nuxeo-platform-webapp-base/builds/2010-11-18_18-20-50/archive/org.nuxeo.ecm.platform/nuxeo-platform-webapp-base/5.4.1-20101118.172113-13/nuxeo-platform-webapp-base-5.4.1-SNAPSHOT.jar
[HUDSON] Archiving 
<https://qa.nuxeo.org/hudson/job/nuxeo-jsf-5.4/ws/nuxeo-platform-webapp-base/target/nuxeo-platform-webapp-base-5.4.1-SNAPSHOT-sources.jar>
 to 
/home/hudson/.hudson/jobs/nuxeo-jsf-5.4/modules/org.nuxeo.ecm.platform$nuxeo-platform-webapp-base/builds/2010-11-18_18-20-50/archive/org.nuxeo.ecm.platform/nuxeo-platform-webapp-base/5.4.1-20101118.172113-13/nuxeo-platform-webapp-base-5.4.1-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error installing artifact's metadata: repository metadata for: 'artifact 
org.nuxeo.ecm.platform:nuxeo-platform-webapp-base' could not be retrieved from 
repository: daily-snapshots due to an error: Error transferring file: Server 
returned HTTP response code: 503 for URL: 
http://maven.in.nuxeo.com/nexus/content/repositories/daily-snapshots/org/nuxeo/ecm/platform/nuxeo-platform-webapp-base/maven-metadata.xml

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3 minutes 57 seconds
[INFO] Finished at: Thu Nov 18 18:24:52 CET 2010
[INFO] Final Memory: 130M/468M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: [email protected]
channel stopped



_______________________________________________
ECM-QA mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-qa

Reply via email to