Return-Path: X-Original-To: apmail-tamaya-commits-archive@minotaur.apache.org Delivered-To: apmail-tamaya-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7DF9B1092F for ; Fri, 26 Dec 2014 00:59:06 +0000 (UTC) Received: (qmail 17647 invoked by uid 500); 26 Dec 2014 00:59:02 -0000 Delivered-To: apmail-tamaya-commits-archive@tamaya.apache.org Received: (qmail 17624 invoked by uid 500); 26 Dec 2014 00:59:02 -0000 Mailing-List: contact commits-help@tamaya.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tamaya.incubator.apache.org Delivered-To: mailing list commits@tamaya.incubator.apache.org Received: (qmail 17615 invoked by uid 99); 26 Dec 2014 00:59:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Dec 2014 00:59:01 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 26 Dec 2014 00:58:39 +0000 Received: (qmail 17561 invoked by uid 99); 26 Dec 2014 00:57:22 -0000 Received: from crius.apache.org (HELO crius) (140.211.11.14) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Dec 2014 00:57:22 +0000 Received: from crius.apache.org (localhost [127.0.0.1]) by crius (Postfix) with ESMTP id E3660E00B4E for ; Fri, 26 Dec 2014 00:57:18 +0000 (UTC) Date: Fri, 26 Dec 2014 00:57:12 +0000 (UTC) From: Apache Jenkins Server To: commits@tamaya.incubator.apache.org Message-ID: <1543832172.2532.1419555432791.JavaMail.jenkins@crius> In-Reply-To: <350095561.2272.1419413231413.JavaMail.jenkins@crius> References: <350095561.2272.1419413231413.JavaMail.jenkins@crius> Subject: Build failed in Jenkins: Tamaya-Master-branch #72 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Jenkins-Job: Tamaya-Master-branch X-Jenkins-Result: FAILURE X-Virus-Checked: Checked by ClamAV on apache.org See Changes: [anatole] TAMAYA-19: Streamlined API and impl. [anatole] TAMAYA-19: Streamlined API and impl. ------------------------------------------ Started by an SCM change Building remotely on H11 (Ubuntu ubuntu) in workspace > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/incubator-tamaya.git # timeout=10 Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/incubator-tamaya.git > git --version # timeout=10 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/incubator-tamaya.git +refs/heads/*:refs/remotes/origin/* > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 Checking out Revision a60570e8e9e561dd2c02c7d0978e846d4d9dd27e (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f a60570e8e9e561dd2c02c7d0978e846d4d9dd27e > git rev-list 71836233457512579a73f1bd1974aebbfe824796 # timeout=10 Parsing POMs ERROR: Failed to parse POMs java.io.IOException: remote file operation failed: at hudson.remoting.Channel@255eac78:H11 at hudson.FilePath.act(FilePath.java:916) at hudson.FilePath.act(FilePath.java:893) at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:950) at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:677) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529) at hudson.model.Run.execute(Run.java:1706) at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:529) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:232) 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:1354) at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1088) 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.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:1291) ... 10 more