Return-Path: X-Original-To: apmail-bigtop-ci-archive@minotaur.apache.org Delivered-To: apmail-bigtop-ci-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 73B3617E6C for ; Fri, 31 Oct 2014 17:36:56 +0000 (UTC) Received: (qmail 60963 invoked by uid 500); 31 Oct 2014 17:36:55 -0000 Delivered-To: apmail-bigtop-ci-archive@bigtop.apache.org Received: (qmail 60942 invoked by uid 500); 31 Oct 2014 17:36:55 -0000 Mailing-List: contact ci-help@bigtop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ci@bigtop.apache.org Delivered-To: mailing list ci@bigtop.apache.org Received: (qmail 60931 invoked by uid 99); 31 Oct 2014 17:36:55 -0000 Received: from crius.apache.org (HELO crius) (140.211.11.14) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Oct 2014 17:36:55 +0000 Received: from crius.apache.org (localhost [127.0.0.1]) by crius (Postfix) with ESMTP id DC4A4E008A4 for ; Fri, 31 Oct 2014 17:36:53 +0000 (UTC) Date: Fri, 31 Oct 2014 17:36:52 +0000 (UTC) From: Apache Jenkins Server To: ci@bigtop.apache.org Message-ID: <1144009882.8313.1414777012143.JavaMail.jenkins@crius> In-Reply-To: <505289789.8096.1414729267957.JavaMail.jenkins@crius> References: <505289789.8096.1414729267957.JavaMail.jenkins@crius> Subject: Build failed in Jenkins: Bigtop-trunk-testartifacts #1528 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Jenkins-Job: Bigtop-trunk-testartifacts X-Jenkins-Result: FAILURE See Changes: [mark] BIGTOP-1506. bigtop-utils won't detect JAVA_HOME in some cases ------------------------------------------ Started by an SCM change Building remotely on ubuntu-1 (docker Ubuntu ubuntu) in workspace > git rev-parse --is-inside-work-tree Fetching changes from the remote Git repository > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/bigtop.git Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/bigtop.git > git --version > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/bigtop.git +refs/heads/*:refs/remotes/origin/* > git rev-parse origin/master^{commit} Checking out Revision f76a845ed2ac09c7857172f9a6796adf8ebb2079 (origin/master) > git config core.sparsecheckout > git checkout -f f76a845ed2ac09c7857172f9a6796adf8ebb2079 > git rev-list ad1c0a6bef2baed785beca83bb98dabe3e0dcdc2 Parsing POMs ERROR: Failed to parse POMs java.io.IOException: remote file operation failed: at hudson.remoting.Channel@1d7283e6:ubuntu-1 at hudson.FilePath.act(FilePath.java:910) at hudson.FilePath.act(FilePath.java:887) 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:585) at hudson.model.Run.execute(Run.java:1676) at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:529) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:231) Caused by: hudson.remoting.ProxyException: hudson.maven.MavenModuleSetBuild$MavenExecutionException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs: [ERROR] Child module of does not exist @ 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:2462) 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.run(FutureTask.java:262) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) Caused by: hudson.remoting.ProxyException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs: [ERROR] Child module of does not exist @ 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) ... 10 more