| CONSOLE OUTPUT |
| Started by GitHub push by bdelbosc |
| Building remotely on muradin (SLAVE FFCURRENT SLAVE4GB) in workspace /home/hudson/tmp/workspace/addons_FT_nuxeo-elasticsearch-5.8 |
| Cloning the remote Git repository |
| Cloning repository [email protected]:nuxeo/marketplace-elasticsearch |
| > git init /home/hudson/tmp/workspace/addons_FT_nuxeo-elasticsearch-5.8 |
| Fetching upstream changes from [email protected]:nuxeo/marketplace-elasticsearch |
| > git --version |
| > git fetch --tags --progress [email protected]:nuxeo/marketplace-elasticsearch +refs/heads/*:refs/remotes/origin/* |
| > git config remote.origin.url [email protected]:nuxeo/marketplace-elasticsearch |
| > git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/* |
| > git config remote.origin.url [email protected]:nuxeo/marketplace-elasticsearch |
| Fetching upstream changes from [email protected]:nuxeo/marketplace-elasticsearch |
| > git fetch --tags --progress [email protected]:nuxeo/marketplace-elasticsearch +refs/heads/*:refs/remotes/origin/* |
| > git rev-parse origin/5.8^{commit} |
| Checking out Revision a55ed2969b9c28fbace61fca3e3278abedf30e36 (origin/5.8) |
| > git config core.sparsecheckout |
| > git checkout -f a55ed2969b9c28fbace61fca3e3278abedf30e36 |
| First time build. Skipping changelog. |
| No emails were triggered. |
| Parsing POMs |
| Downloaded artifact http://maven.in.nuxeo.com/nexus/content/groups/internal-snapshots/org/nuxeo/ecm/distribution/nuxeo-distribution/5.8.0-HF16-SNAPSHOT/maven-metadata.xml |
| Failed to transfer Could not find metadata org.nuxeo.ecm.distribution:nuxeo-distribution:5.8.0-HF16-SNAPSHOT/maven-metadata.xml in public-snapshots-mirror (http://maven.in.nuxeo.com/nexus/content/groups/public-snapshot) |
| Downloaded artifact http://maven.in.nuxeo.com/nexus/content/groups/internal-snapshots/org/nuxeo/ecm/distribution/nuxeo-distribution/5.8.0-HF16-SNAPSHOT/nuxeo-distribution-5.8.0-HF16-20140616.082753-5.pom |
| Failed to transfer Could not find metadata org.nuxeo:nuxeo-addons-parent:5.8.0-HF16-SNAPSHOT/maven-metadata.xml in public-snapshots-mirror (http://maven.in.nuxeo.com/nexus/content/groups/public-snapshot) |
| Downloaded artifact http://maven.in.nuxeo.com/nexus/content/groups/internal-snapshots/org/nuxeo/nuxeo-addons-parent/5.8.0-HF16-SNAPSHOT/maven-metadata.xml |
| Failed to transfer Could not find metadata org.nuxeo:nuxeo-ecm:5.8.0-HF16-SNAPSHOT/maven-metadata.xml in public-snapshots-mirror (http://maven.in.nuxeo.com/nexus/content/groups/public-snapshot) |
| Downloaded artifact http://maven.in.nuxeo.com/nexus/content/groups/internal-snapshots/org/nuxeo/nuxeo-ecm/5.8.0-HF16-SNAPSHOT/maven-metadata.xml |
| [addons_FT_nuxeo-elasticsearch-5.8] $ /bin/sh -xe /tmp/hudson7385795969690279025.sh |
| + ls package/target/package-*-SNAPSHOT.zip |
| ls: cannot access package/target/package-*-SNAPSHOT.zip: No such file or directory |
| + curl -i -n -F package=@ https://connect.nuxeo.com/nuxeo/site/marketplace/upload?batch=true |
| % Total % Received % Xferd Average Speed Time Time Time Current |
| Dload Upload Total Spent Left Speed |
|
| 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 |
| 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 |
| curl: (26) couldn't open file "" |
|
| Build step 'Execute shell' marked build as failure |
| ERROR: Failed to parse POMs |
| java.io.IOException: remote file operation failed: /home/hudson/tmp/workspace/addons_FT_nuxeo-elasticsearch-5.8 at hudson.remoting.Channel@562806e7:muradin |
| at hudson.FilePath.act(FilePath.java:916) |
| at hudson.FilePath.act(FilePath.java:893) |
| at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:953) |
| at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:681) |
| at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529) |
| at hudson.model.Run.execute(Run.java:1710) |
| at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:529) |
| at hudson.model.ResourceController.execute(ResourceController.java:88) |
| at hudson.model.Executor.run(Executor.java:234) |
| Caused by: hudson.remoting.ProxyException: hudson.maven.MavenModuleSetBuild$MavenExecutionException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs: |
| [WARNING] 'build.plugins.plugin.version' for org.nuxeo.build:ant-assembly-maven-plugin is missing. @ line 33, column 15 |
| [ERROR] 'dependencies.dependency.version' for org.nuxeo.elasticsearch:nuxeo-elasticsearch-core:jar is missing. @ line 21, column 17 |
| [ERROR] 'dependencies.dependency.version' for org.nuxeo.elasticsearch:nuxeo-elasticsearch-web:jar is missing. @ line 25, column 17 |
| [WARNING] 'build.plugins.plugin.version' for org.nuxeo.build:ant-assembly-maven-plugin is missing. @ line 62, column 15 |
| [WARNING] The _expression_ ${build.directory} is deprecated. Please use ${project.build.directory} instead. @ |
|
| at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1357) |
| at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1091) |
| at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2474) |
| at hudson.remoting.UserRequest.perform(UserRequest.java:118) |
| at hudson.remoting.UserRequest.perform(UserRequest.java:48) |
| at hudson.remoting.Request$2.run(Request.java:328) |
| at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) |
| 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: |
| [WARNING] 'build.plugins.plugin.version' for org.nuxeo.build:ant-assembly-maven-plugin is missing. @ line 33, column 15 |
| [ERROR] 'dependencies.dependency.version' for org.nuxeo.elasticsearch:nuxeo-elasticsearch-core:jar is missing. @ line 21, column 17 |
| [ERROR] 'dependencies.dependency.version' for org.nuxeo.elasticsearch:nuxeo-elasticsearch-web:jar is missing. @ line 25, column 17 |
| [WARNING] 'build.plugins.plugin.version' for org.nuxeo.build:ant-assembly-maven-plugin is missing. @ line 62, column 15 |
| [WARNING] The _expression_ ${build.directory} is deprecated. Please use ${project.build.directory} instead. @ |
|
| at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:364) |
| at hudson.maven.MavenEmbedder.buildProjects(MavenEmbedder.java:361) |
| at hudson.maven.MavenEmbedder.readProjects(MavenEmbedder.java:331) |
| at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1294) |
| ... 11 more |
| Archiving artifacts |
| Checking ^\d{4}-\d{2}-\d{2}.*ERROR.* |
| Jenkins Text Finder: File set 'ftest/**/log/server.log' is empty |
| Email was triggered for: Failure - Any |
| Sending email for trigger: Failure - Any |