Return-Path: X-Original-To: apmail-oltu-dev-archive@www.apache.org Delivered-To: apmail-oltu-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DFB899A32 for ; Wed, 15 May 2013 21:11:42 +0000 (UTC) Received: (qmail 29620 invoked by uid 500); 15 May 2013 21:11:42 -0000 Delivered-To: apmail-oltu-dev-archive@oltu.apache.org Received: (qmail 29556 invoked by uid 500); 15 May 2013 21:11:42 -0000 Mailing-List: contact dev-help@oltu.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@oltu.apache.org Delivered-To: mailing list dev@oltu.apache.org Received: (qmail 29482 invoked by uid 99); 15 May 2013 21:11:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 May 2013 21:11:42 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.8] (HELO aegis.apache.org) (140.211.11.8) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 May 2013 21:11:41 +0000 Received: from aegis.apache.org (localhost [127.0.0.1]) by aegis.apache.org (Postfix) with ESMTP id CB901C0071 for ; Wed, 15 May 2013 21:11:20 +0000 (UTC) Date: Wed, 15 May 2013 21:11:20 +0000 (UTC) From: Apache Jenkins Server To: dev@oltu.apache.org Message-ID: <511884286.3374.1368652280831.JavaMail.hudson@aegis> In-Reply-To: <1616754983.3330.1368630663470.JavaMail.hudson@aegis> References: <1616754983.3330.1368630663470.JavaMail.hudson@aegis> Subject: Build failed in Jenkins: Oltu-OAuth-2.0-windows #96 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Jenkins-Job: Oltu-OAuth-2.0-windows X-Jenkins-Result: FAILURE X-Virus-Checked: Checked by ClamAV on apache.org See Changes: [stein] OLTU-16 OLTU-31 OLTU-5 Update integration tests. Add unauthenticated token endpoint [stein] Also response code 401 can be returned by an authorization server ------------------------------------------ Started by an SCM change Building remotely on windows1 in workspace Updating https://svn.apache.org/repos/asf/oltu/trunk U oauth-2.0\integration-tests\src\test\java\org\apache\oltu\oauth2\integration\AccessTokenTestAuthCodeTest.java U oauth-2.0\integration-tests\src\test\java\org\apache\oltu\oauth2\integration\endpoints\TokenEndpoint.java A oauth-2.0\integration-tests\src\test\java\org\apache\oltu\oauth2\integration\endpoints\UnauthenticatedTokenEndpoint.java A oauth-2.0\integration-tests\src\test\java\org\apache\oltu\oauth2\integration\UnauthenticatedAccessTokenTestAuthCodeTest.java U oauth-2.0\integration-tests\src\test\java\org\apache\oltu\oauth2\integration\EndUserAuthorizationTest.java U oauth-2.0\integration-tests\src\test\java\org\apache\oltu\oauth2\integration\Common.java U oauth-2.0\integration-tests\src\test\resources\oauth-beans.xml U oauth-2.0\client\src\main\java\org\apache\oltu\oauth2\client\URLConnectionClient.java At revision 1483083 Parsing POMs ERROR: Failed to parse POMs hudson.util.IOException2: remote file operation failed: at hudson.remoting.Channel@175e63ef:windows1 at hudson.FilePath.act(FilePath.java:861) at hudson.FilePath.act(FilePath.java:838) at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:862) at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:620) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:592) at hudson.model.Run.execute(Run.java:1568) at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:477) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:236) Caused by: hudson.remoting.ProxyException: hudson.maven.MavenModuleSetBuild$MavenExecutionException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs: [FATAL] Non-resolvable parent POM: Could not find artifact org.apache.oltu:org.apache.oltu.parent:pom:1-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 21, column 11 at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1229) at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:997) at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2348) at hudson.remoting.UserRequest.perform(UserRequest.java:118) at hudson.remoting.UserRequest.perform(UserRequest.java:48) at hudson.remoting.Request$2.run(Request.java:326) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at hudson.remoting.Engine$1$1.run(Engine.java:58) at java.lang.Thread.run(Unknown Source) Caused by: hudson.remoting.ProxyException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs: [FATAL] Non-resolvable parent POM: Could not find artifact org.apache.oltu:org.apache.oltu.parent:pom:1-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 21, column 11 at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:363) at hudson.maven.MavenEmbedder.buildProjects(MavenEmbedder.java:361) at hudson.maven.MavenEmbedder.readProjects(MavenEmbedder.java:331) at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1179) ... 12 more