You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2014/06/02 12:53:25 UTC

Build failed in Jenkins: OpenWebBeans-trunk-deploy #127

See <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/127/changes>

Changes:

[struberg] OWB-960 also 'proxy' the VARARGS modifier

This is sometimes needed e.g. for EL coercing of vararg methods.
txs to Vojtech Zavrel for the report and the fix hint!

[struberg] OWB-961 more sample improvements

------------------------------------------
Started by an SCM change
Building remotely on ubuntu3 (Ubuntu ubuntu) in workspace <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/ws/>
Cleaning up <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/ws/trunk>
Updating https://svn.apache.org/repos/asf/openwebbeans/trunk at revision '2014-06-02T10:53:07.843 +0000'
U         webbeans-impl/src/test/java/org/apache/webbeans/test/interceptors/business/common/TransactionalChildBean.java
U         webbeans-impl/src/test/java/org/apache/webbeans/test/interceptors/business/tests/InheritedBeanInterceptorTest.java
U         webbeans-impl/src/main/java/org/apache/webbeans/proxy/InterceptorDecoratorProxyFactory.java
U         webbeans-impl/src/main/java/org/apache/webbeans/proxy/NormalScopeProxyFactory.java
U         webbeans-impl/src/main/java/org/apache/webbeans/proxy/AbstractProxyFactory.java
U         webbeans-impl/src/main/java/org/apache/webbeans/proxy/SubclassProxyFactory.java
U         samples/guess/src/main/webapp/conversation.xhtml
U         samples/guess/src/main/webapp/WEB-INF/web.xml
U         samples/guess/src/main/webapp/WEB-INF/faces-config.xml
U         samples/guess/src/main/webapp/redirect.xhtml
U         samples/guess/src/main/webapp/login.xhtml
U         samples/jsf2sample/pom.xml
U         samples/jsf2sample/src/main/webapp/conversation.xhtml
U         samples/jsf2sample/src/main/webapp/counter.xhtml
U         samples/jsf2sample/src/main/webapp/index.html
At revision 1599162
Parsing POMs
ERROR: Failed to parse POMs
java.io.IOException: remote file operation failed: <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/ws/trunk> at hudson.remoting.Channel@672ea2c4:ubuntu3
	at hudson.FilePath.act(FilePath.java:910)
	at hudson.FilePath.act(FilePath.java:887)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:943)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:671)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:585)
	at hudson.model.Run.execute(Run.java:1676)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:519)
	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:
[FATAL] Non-resolvable parent POM: Could not find artifact org.apache.openwebbeans:openwebbeans:pom:1.2.6-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 22, column 13

	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1347)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1081)
	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:
[FATAL] Non-resolvable parent POM: Could not find artifact org.apache.openwebbeans:openwebbeans:pom:1.2.6-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 22, column 13

	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.MavenEmbedder.readProject(MavenEmbedder.java:322)
	at hudson.maven.MavenModuleSetBuild$PomParser.readChilds(MavenModuleSetBuild.java:1401)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1295)
	... 10 more

Jenkins build is back to normal : OpenWebBeans-trunk-deploy #129

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/129/changes>


Build failed in Jenkins: OpenWebBeans-trunk-deploy #128

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/128/changes>

Changes:

[jlmonteiro] Adding a .gitignore for github contributors. Thanks Daniel

[struberg] OWB-958 improve @Specializes handling

* we now do sort out 'disabled' beans already before the beans get scanned.
* that way we can signifficantly easy the BeanManager#resolve() code

------------------------------------------
Started by an SCM change
Building remotely on ubuntu3 (Ubuntu ubuntu) in workspace <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/ws/>
Cleaning up <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/ws/trunk>
Updating https://svn.apache.org/repos/asf/openwebbeans/trunk at revision '2014-06-04T19:36:35.618 +0000'
U         webbeans-impl/src/test/java/org/apache/webbeans/test/unittests/specializes/logger/LoggerSpecializationTest.java
U         webbeans-impl/src/test/java/org/apache/webbeans/test/component/specializes/logger/ISomeLogger.java
U         webbeans-impl/src/test/java/org/apache/webbeans/test/component/specializes/logger/SystemLogger.java
U         webbeans-impl/src/test/java/org/apache/webbeans/test/disposes/beans/AppScopedBean.java
A         webbeans-impl/src/test/java/org/apache/webbeans/test/disposes/StaticProducerTest.java
U         webbeans-impl/src/main/java/org/apache/webbeans/config/BeansDeployer.java
AU        webbeans-impl/src/main/java/org/apache/webbeans/util/SpecializationUtil.java
U         webbeans-impl/src/main/java/org/apache/webbeans/util/WebBeansUtil.java
U         webbeans-impl/src/main/java/org/apache/webbeans/event/NotificationManager.java
U         webbeans-impl/src/main/java/org/apache/webbeans/component/creation/BeanAttributesBuilder.java
U         webbeans-arquillian/owb-arquillian-standalone/src/main/java/org/apache/webbeans/arquillian/standalone/OwbArquillianScannerService.java
A         .gitignore
U         webbeans-tck/standalone-suite.xml
At revision 1600467
Parsing POMs
ERROR: Failed to parse POMs
java.io.IOException: remote file operation failed: <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/ws/trunk> at hudson.remoting.Channel@1b91e47:ubuntu3
	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:
[FATAL] Non-resolvable parent POM: Could not find artifact org.apache.openwebbeans:openwebbeans:pom:1.2.6-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 22, column 13

	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:
[FATAL] Non-resolvable parent POM: Could not find artifact org.apache.openwebbeans:openwebbeans:pom:1.2.6-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ line 22, column 13

	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.MavenEmbedder.readProject(MavenEmbedder.java:322)
	at hudson.maven.MavenModuleSetBuild$PomParser.readChilds(MavenModuleSetBuild.java:1411)
	at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1305)
	... 10 more