See <https://qa.nuxeo.org/hudson/job/nuxeo-distribution-5.4/496/changes>

Changes:

[Florent Guillaume <[email protected]>] NXP-6160: moved shell to addons

------------------------------------------
Started by remote host 10.213.0.1
Building remotely on chipolata
[nuxeo-distribution-5.4] $ hg incoming --quiet --bundle hg.bundle --template 
"<changeset node='{node}' author='{author|xmlescape}' rev='{rev}' 
date='{date}'><msg>{desc|xmlescape}</msg><added>{file_adds|stringify|xmlescape}</added><deleted>{file_dels|stringify|xmlescape}</deleted><files>{files|stringify|xmlescape}</files><parents>{parents}</parents></changeset>\n"
 --rev 5.4
[nuxeo-distribution-5.4] $ hg unbundle hg.bundle
adding changesets
adding manifests
adding file changes
added 1 changesets with 1 changes to 1 files
(run 'hg update' to get a working copy)
[nuxeo-distribution-5.4] $ hg update --clean --rev 5.4
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
[nuxeo-distribution-5.4] $ hg log --rev . --template {node}
Parsing POMs
[INFO ] snapshot org.nuxeo.ecm.platform:nuxeo-features-parent:5.4.1-SNAPSHOT: 
checking for updates from internal-snapshots
[INFO ] snapshot org.nuxeo.ecm.platform:nuxeo-features-parent:5.4.1-SNAPSHOT: 
checking for updates from public-snapshot
[INFO ] snapshot org.nuxeo.ecm.platform:nuxeo-services-parent:5.4.1-SNAPSHOT: 
checking for updates from internal-snapshots
[INFO ] snapshot org.nuxeo.ecm.platform:nuxeo-services-parent:5.4.1-SNAPSHOT: 
checking for updates from public-snapshot
[INFO ] snapshot org.nuxeo.ecm.core:nuxeo-core-parent:5.4.1-SNAPSHOT: checking 
for updates from internal-snapshots
[INFO ] snapshot org.nuxeo.ecm.core:nuxeo-core-parent:5.4.1-SNAPSHOT: checking 
for updates from public-snapshot
[INFO ] snapshot org.nuxeo.runtime:nuxeo-runtime-parent:5.4.1-SNAPSHOT: 
checking for updates from internal-snapshots
[INFO ] snapshot org.nuxeo.runtime:nuxeo-runtime-parent:5.4.1-SNAPSHOT: 
checking for updates from public-snapshot
[INFO ] snapshot org.nuxeo:nuxeo-ecm:5.4.1-SNAPSHOT: checking for updates from 
internal-snapshots
[INFO ] snapshot org.nuxeo:nuxeo-ecm:5.4.1-SNAPSHOT: checking for updates from 
public-snapshot
ERROR: Failed to parse POMs
hudson.util.IOException2: remote file operation failed: 
<https://qa.nuxeo.org/hudson/job/nuxeo-distribution-5.4/ws/> at 
hudson.remoting.chan...@377f8716:chipolata
        at hudson.FilePath.act(FilePath.java:749)
        at hudson.FilePath.act(FilePath.java:735)
        at 
hudson.maven.MavenModuleSetBuild$RunnerImpl.parsePoms(MavenModuleSetBuild.java:587)
        at 
hudson.maven.MavenModuleSetBuild$RunnerImpl.doRun(MavenModuleSetBuild.java:464)
        at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:416)
        at hudson.model.Run.run(Run.java:1324)
        at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:349)
        at hudson.model.ResourceController.execute(ResourceController.java:88)
        at hudson.model.Executor.run(Executor.java:139)
Caused by: hudson.remoting.ProxyException: 
hudson.maven.MavenModuleSetBuild$MavenExecutionException: 
hudson.maven.MavenEmbedder$1: Failed to validate POM for project 
org.nuxeo.ecm.distribution:nuxeo-distribution-shell at 
<https://qa.nuxeo.org/hudson/job/nuxeo-distribution-5.4/ws/nuxeo-distribution-shell/pom.xml>
- [0]  'dependencies.dependency.version' is missing for 
org.nuxeo.ecm.platform:nuxeo-shell-core

        at 
hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:980)
        at 
hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:865)
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:1899)
        at hudson.remoting.UserRequest.perform(UserRequest.java:114)
        at hudson.remoting.UserRequest.perform(UserRequest.java:48)
        at hudson.remoting.Request$2.run(Request.java:270)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
        at java.util.concurrent.FutureTask.run(FutureTask.java:123)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
        at java.lang.Thread.run(Thread.java:595)
Caused by: hudson.remoting.ProxyException: hudson.maven.MavenEmbedder$1: Failed 
to validate POM for project org.nuxeo.ecm.distribution:nuxeo-distribution-shell 
at 
<https://qa.nuxeo.org/hudson/job/nuxeo-distribution-5.4/ws/nuxeo-distribution-shell/pom.xml>
- [0]  'dependencies.dependency.version' is missing for 
org.nuxeo.ecm.platform:nuxeo-shell-core

        at hudson.maven.MavenEmbedder.readProject(MavenEmbedder.java:334)
        at hudson.maven.MavenUtil.resolveModules(MavenUtil.java:226)
        at 
hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:962)
        ... 11 more
Caused by: hudson.remoting.ProxyException: 
org.apache.maven.project.InvalidProjectModelException: Failed to validate POM 
for project org.nuxeo.ecm.distribution:nuxeo-distribution-shell at 
<https://qa.nuxeo.org/hudson/job/nuxeo-distribution-5.4/ws/nuxeo-distribution-shell/pom.xml>
        at 
org.apache.maven.project.DefaultMavenProjectBuilder.processProjectLogic(DefaultMavenProjectBuilder.java:1108)
        at 
org.apache.maven.project.DefaultMavenProjectBuilder.buildInternal(DefaultMavenProjectBuilder.java:878)
        at 
org.apache.maven.project.DefaultMavenProjectBuilder.buildFromSourceFileInternal(DefaultMavenProjectBuilder.java:506)
        at 
org.apache.maven.project.DefaultMavenProjectBuilder.build(DefaultMavenProjectBuilder.java:215)
        at hudson.maven.MavenEmbedder.readProject(MavenEmbedder.java:332)
        ... 13 more

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

Reply via email to