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 F2335109B3 for ; Fri, 26 Dec 2014 01:42:38 +0000 (UTC) Received: (qmail 58519 invoked by uid 500); 26 Dec 2014 01:42:39 -0000 Delivered-To: apmail-tamaya-commits-archive@tamaya.apache.org Received: (qmail 58496 invoked by uid 500); 26 Dec 2014 01:42:38 -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 58487 invoked by uid 99); 26 Dec 2014 01:42:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Dec 2014 01:42:38 +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 01:42:37 +0000 Received: (qmail 58407 invoked by uid 99); 26 Dec 2014 01:42:17 -0000 Received: from crius.apache.org (HELO crius) (140.211.11.14) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Dec 2014 01:42:17 +0000 Received: from crius.apache.org (localhost [127.0.0.1]) by crius (Postfix) with ESMTP id DC657E0104F for ; Fri, 26 Dec 2014 01:42:14 +0000 (UTC) Date: Fri, 26 Dec 2014 01:42:10 +0000 (UTC) From: Apache Jenkins Server To: commits@tamaya.incubator.apache.org Message-ID: <1493061900.2533.1419558130317.JavaMail.jenkins@crius> In-Reply-To: <1543832172.2532.1419555432791.JavaMail.jenkins@crius> References: <1543832172.2532.1419555432791.JavaMail.jenkins@crius> Subject: Build failed in Jenkins: Tamaya-Master-branch #73 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-34: Removed metainfo from ConfiguredValue. ------------------------------------------ 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 644a7b1de511cb575bd4f4c117dd289a52e6888c (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 644a7b1de511cb575bd4f4c117dd289a52e6888c > git rev-list a60570e8e9e561dd2c02c7d0978e846d4d9dd27e # 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