See <https://qa.nuxeo.org/jenkins/job/nuxeo-features-5.4/1359/changes>

Changes:

[Bogdan Stefanescu <[email protected]>] NXP-7102 - using jackson as json 
lib - fixed regressions

[Bogdan Stefanescu <[email protected]>] NXP-7102 - using jackson as json 
lib - refactored code

------------------------------------------
Started by remote host 10.213.0.1
Building remotely on muradin
ERROR: Ignore Problem expanding maven opts macros 
org.jenkinsci.plugins.tokenmacro.TokenMacro
[nuxeo-features-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-features-5.4] $ hg unbundle hg.bundle
adding changesets
adding manifests
adding file changes
added 2 changesets with 42 changes to 42 files
(run 'hg update' to get a working copy)
[nuxeo-features-5.4] $ hg update --clean --rev 5.4
42 files updated, 0 files merged, 17 files removed, 0 files unresolved
[nuxeo-features-5.4] $ hg log --rev . --template {node}
ERROR: Ignore Problem expanding maven opts macros 
org.jenkinsci.plugins.tokenmacro.TokenMacro
Found mavenVersion 2.2.1 from file 
jar:file:/opt/apache-maven-2.2.1/lib/maven-2.2.1-uber.jar!/META-INF/maven/org.apache.maven/maven-core/pom.properties
Parsing POMs
downloaded artifact 
http://maven.in.nuxeo.com/nexus/content/repositories/public-snapshots//org/nuxeo/ecm/platform/nuxeo-services-parent/5.4.3-SNAPSHOT/maven-metadata.xml
downloaded artifact 
http://maven.in.nuxeo.com/nexus/content/groups/internal-snapshots//org/nuxeo/ecm/platform/nuxeo-services-parent/5.4.3-SNAPSHOT/maven-metadata.xml
downloaded artifact 
http://maven.in.nuxeo.com/nexus/content/repositories/public-snapshots//org/nuxeo/ecm/core/nuxeo-core-parent/5.4.3-SNAPSHOT/maven-metadata.xml
downloaded artifact 
http://maven.in.nuxeo.com/nexus/content/groups/internal-snapshots//org/nuxeo/ecm/core/nuxeo-core-parent/5.4.3-SNAPSHOT/maven-metadata.xml
downloaded artifact 
http://maven.in.nuxeo.com/nexus/content/repositories/public-snapshots//org/nuxeo/runtime/nuxeo-runtime-parent/5.4.3-SNAPSHOT/maven-metadata.xml
downloaded artifact 
http://maven.in.nuxeo.com/nexus/content/groups/internal-snapshots//org/nuxeo/runtime/nuxeo-runtime-parent/5.4.3-SNAPSHOT/maven-metadata.xml
downloaded artifact 
http://maven.in.nuxeo.com/nexus/content/repositories/public-snapshots//org/nuxeo/nuxeo-ecm/5.4.3-SNAPSHOT/maven-metadata.xml
downloaded artifact 
http://maven.in.nuxeo.com/nexus/content/groups/internal-snapshots//org/nuxeo/nuxeo-ecm/5.4.3-SNAPSHOT/maven-metadata.xml
ERROR: Failed to parse POMs
hudson.util.IOException2: remote file operation failed: 
<https://qa.nuxeo.org/jenkins/job/nuxeo-features-5.4/ws/> at 
hudson.remoting.Channel@1179bd59:muradin
        at hudson.FilePath.act(FilePath.java:752)
        at hudson.FilePath.act(FilePath.java:738)
        at 
hudson.maven.MavenModuleSetBuild$RunnerImpl.parsePoms(MavenModuleSetBuild.java:817)
        at 
hudson.maven.MavenModuleSetBuild$RunnerImpl.doRun(MavenModuleSetBuild.java:617)
        at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:429)
        at hudson.model.Run.run(Run.java:1374)
        at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:467)
        at hudson.model.ResourceController.execute(ResourceController.java:88)
        at hudson.model.Executor.run(Executor.java:145)
Caused by: hudson.remoting.ProxyException: 
hudson.maven.MavenModuleSetBuild$MavenExecutionException: 
org.apache.maven.project.ProjectBuildingException: Some problems were 
encountered while processing the POMs:
[FATAL] Non-readable POM 
<https://qa.nuxeo.org/jenkins/job/nuxeo-features-5.4/ws/nuxeo-automation/nuxeo-automation-common/pom.xml>:
 
<https://qa.nuxeo.org/jenkins/job/nuxeo-features-5.4/ws/nuxeo-automation/nuxeo-automation-common/pom.xml>
 (No such file or directory) @ 

        at 
hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1327)
        at 
hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1110)
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:1956)
        at hudson.remoting.UserRequest.perform(UserRequest.java:118)
        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:441)
        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
        at java.util.concurrent.FutureTask.run(FutureTask.java:138)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
        at java.lang.Thread.run(Thread.java:662)
Caused by: hudson.remoting.ProxyException: 
org.apache.maven.project.ProjectBuildingException: Some problems were 
encountered while processing the POMs:
[FATAL] Non-readable POM 
<https://qa.nuxeo.org/jenkins/job/nuxeo-features-5.4/ws/nuxeo-automation/nuxeo-automation-common/pom.xml>:
 
<https://qa.nuxeo.org/jenkins/job/nuxeo-features-5.4/ws/nuxeo-automation/nuxeo-automation-common/pom.xml>
 (No such file or directory) @ 

        at 
org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:339)
        at hudson.maven.MavenEmbedder.buildProjects(MavenEmbedder.java:360)
        at hudson.maven.MavenEmbedder.readProjects(MavenEmbedder.java:330)
        at hudson.maven.MavenEmbedder.readProject(MavenEmbedder.java:321)
        at 
hudson.maven.MavenModuleSetBuild$PomParser.readChilds(MavenModuleSetBuild.java:1381)
        at 
hudson.maven.MavenModuleSetBuild$PomParser.readChilds(MavenModuleSetBuild.java:1384)
        at 
hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1288)
        ... 11 more

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

Reply via email to