From ci-builds at redhat.com Fri Apr 1 10:48:56 2016
From: ci-builds at redhat.com (ci-builds at redhat.com)
Date: Fri, 1 Apr 2016 10:48:56 -0400 (EDT)
Subject: [weld-builds] Build failed in Jenkins: Weld-2.x-int-servlet-jetty
#1182
Message-ID: <1294381528.28976.1459522136862.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com>
See
Changes:
[mkouba] WELD-2124 revisit A.2.2. Servlet.
[mkouba] WELD-2119 test.
[mkouba] WELD-2119 EJB client proxy should not implement private methods
------------------------------------------
[...truncated 2885 lines...]
at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1033)
at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:644)
at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:696)
at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:53)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
at java.lang.Thread.run(Thread.java:745)
Apr 01, 2016 10:48:54 AM com.gargoylesoftware.htmlunit.WebClient printContentIfNecessary
INFO: statusCode=[500] contentType=[text/html]
Apr 01, 2016 10:48:54 AM com.gargoylesoftware.htmlunit.WebClient printContentIfNecessary
INFO:
Error 500 Server Error
HTTP ERROR 500
Problem accessing /b6b91058-64c4-4c20-b81f-d831622b199e/async. Reason:
Server Error
Caused by:
java.lang.NoClassDefFoundError: org/jboss/weld/environment/servlet/test/context/async/symmetry/SimpleServlet$1
at org.jboss.weld.environment.servlet.test.context.async.symmetry.SimpleServlet.doGet(SimpleServlet.java:46)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:735)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:684)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:503)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:557)
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1086)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:429)
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1020)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:154)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
at org.eclipse.jetty.server.Server.handle(Server.java:370)
at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:494)
at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:971)
at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1033)
at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:644)
at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:696)
at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:53)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.ClassNotFoundException: org.jboss.weld.environment.servlet.test.context.async.symmetry.SimpleServlet$1
at java.net.URLClassLoader$1.run(URLClassLoader.java:363)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
... 27 more
Caused by: java.util.zip.ZipException: invalid stored block lengths
at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:164)
at sun.misc.Resource.getBytes(Resource.java:124)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:444)
at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
... 33 more
Caused by:
java.lang.ClassNotFoundException: org.jboss.weld.environment.servlet.test.context.async.symmetry.SimpleServlet$1
at java.net.URLClassLoader$1.run(URLClassLoader.java:363)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
at org.jboss.weld.environment.servlet.test.context.async.symmetry.SimpleServlet.doGet(SimpleServlet.java:46)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:735)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:684)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:503)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:557)
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1086)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:429)
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1020)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:154)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
at org.eclipse.jetty.server.Server.handle(Server.java:370)
at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:494)
at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:971)
at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1033)
at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:644)
at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:696)
at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:53)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.util.zip.ZipException: invalid stored block lengths
at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:164)
at sun.misc.Resource.getBytes(Resource.java:124)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:444)
at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
... 33 more
Caused by:
java.util.zip.ZipException: invalid stored block lengths
at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:164)
at sun.misc.Resource.getBytes(Resource.java:124)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:444)
at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
at org.jboss.weld.environment.servlet.test.context.async.symmetry.SimpleServlet.doGet(SimpleServlet.java:46)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:735)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:684)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:503)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:557)
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1086)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:429)
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1020)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:154)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
at org.eclipse.jetty.server.Server.handle(Server.java:370)
at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:494)
at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:971)
at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1033)
at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:644)
at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:696)
at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:53)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
at java.lang.Thread.run(Thread.java:745)
Powered by Jetty://
2016-04-01 10:48:55.460:INFO:oejsl.ELContextCleaner:javax.el.BeanELResolver purged
2016-04-01 10:48:55.460:INFO:oejsh.ContextHandler:stopped o.j.s.j.a.ShrinkWrapWebAppContext{/b6b91058-64c4-4c20-b81f-d831622b199e,file:/tmp/jetty-localhost-9090-export5066217665971275328b6b91058-64c4-4c20-b81f-d831622b199e.war-_b6b91058-64c4-4c20-b81f-d831622b199e-any-/webapp/},file:/tmp/export5066217665971275328b6b91058-64c4-4c20-b81f-d831622b199e.war
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f91e328c770, pid=13469, tid=140264569919232
#
# JRE version: Java(TM) SE Runtime Environment (7.0_79-b15) (build 1.7.0_79-b15)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.79-b02 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C [libc.so.6+0x89770] memcpy+0x60
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
#
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
/bin/sh: line 1: 13469 Aborted /qa/tools/opt/x86_64/jdk1.7.0_79/jre/bin/java -jar
Results :
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 28.942 s
[INFO] Finished at: 2016-04-01T10:48:55-04:00
[INFO] Final Memory: 46M/442M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on project weld-servlet-test-jetty: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test failed: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd && /qa/tools/opt/x86_64/jdk1.7.0_79/jre/bin/java -jar
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
Build step 'Execute shell' marked build as failure
Recording test results
ERROR: Publisher hudson.tasks.junit.JUnitResultArchiver aborted due to exception
hudson.AbortException: No test report files were found. Configuration error?
at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:116)
at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:93)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2589)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
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)
at ......remote call to soavmg10-rhel6-x86_64(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
at hudson.remoting.Channel.call(Channel.java:752)
at hudson.FilePath.act(FilePath.java:969)
at hudson.FilePath.act(FilePath.java:958)
at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:90)
at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:120)
at hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:137)
at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:74)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:770)
at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:734)
at hudson.model.Build$BuildExecution.post2(Build.java:183)
at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:683)
at hudson.model.Run.execute(Run.java:1770)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)
From ci-builds at redhat.com Fri Apr 1 17:47:02 2016
From: ci-builds at redhat.com (ci-builds at redhat.com)
Date: Fri, 1 Apr 2016 17:47:02 -0400 (EDT)
Subject: [weld-builds] Build failed in Jenkins:
Weld-3.x-interoperability-deltaspike #529
In-Reply-To: <541838296.28753.1459460854758.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com>
References: <541838296.28753.1459460854758.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com>
Message-ID: <1282632463.29083.1459547224134.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com>
See
Changes:
[gpetracek] DELTASPIKE-1107 moved dependency
[mkouba] WELD-2124 revisit A.2.2. Servlet.
[mkouba] WELD-2119 test.
[mkouba] WELD-2119 EJB client proxy should not implement private methods
------------------------------------------
[...truncated 2603 lines...]
Running org.apache.deltaspike.test.core.api.projectstage.ProjectStageProducerTest
Apr 01, 2016 5:47:01 PM org.apache.deltaspike.core.impl.config.EnvironmentPropertyConfigSourceProvider
INFO: Custom config found by DeltaSpike. Name: 'META-INF/apache-deltaspike.properties', URL: '
Apr 01, 2016 5:47:01 PM org.apache.deltaspike.core.impl.config.EnvironmentPropertyConfigSourceProvider
INFO: Custom config found by DeltaSpike. Name: 'myboottimeconfig.properties', URL: '
Apr 01, 2016 5:47:01 PM org.apache.deltaspike.core.util.ProjectStageProducer initProjectStage
INFO: Computed the following DeltaSpike ProjectStage: SystemTest
Apr 01, 2016 5:47:01 PM org.apache.deltaspike.core.util.ProjectStageProducer initProjectStage
INFO: Computed the following DeltaSpike ProjectStage: SystemTest
Apr 01, 2016 5:47:01 PM org.apache.deltaspike.core.util.ProjectStageProducer initProjectStage
INFO: Computed the following DeltaSpike ProjectStage: IntegrationTest
Apr 01, 2016 5:47:01 PM org.apache.deltaspike.core.util.ProjectStageProducer initProjectStage
INFO: Computed the following DeltaSpike ProjectStage: SystemTest
Apr 01, 2016 5:47:01 PM org.apache.deltaspike.core.util.ProjectStageProducer initProjectStage
INFO: Computed the following DeltaSpike ProjectStage: IntegrationTest
Apr 01, 2016 5:47:01 PM org.apache.deltaspike.core.util.ProjectStageProducer initProjectStage
INFO: Computed the following DeltaSpike ProjectStage: SystemTest
Apr 01, 2016 5:47:01 PM org.apache.deltaspike.core.util.ProjectStageProducer initProjectStage
INFO: Computed the following DeltaSpike ProjectStage: IntegrationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec
Running org.apache.deltaspike.test.core.api.projectstage.ProjectStageTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.apache.deltaspike.test.core.api.config.ConfigSourceTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.apache.deltaspike.test.core.api.util.bean.BeanBuilderTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.message.MessageContextTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.exception.control.traversal.TraversalPathTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.scope.conversation.grouped.implicit.ImplicitlyGroupedConversationsTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.interpreter.PropertyExpressionInterpreterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.deltaspike.test.core.api.exclude.ExcludeWarFileTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.scope.conversation.subgroup.uc002.GroupedConversationSubGroupTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.scope.window.DefaultWindowContextTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.exception.control.flow.DepthAbortControlTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.exception.control.handler.HandlerComparatorTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.exception.control.flow.RethrowTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.message.MessageTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.message.MessageFormattedMessageTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.exception.control.flow.ThrowingNewExceptionTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.exception.control.flow.BreadthFirstAbortControlTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.exception.control.flow.ProceedCauseHandlerTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.01 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.scope.conversation.grouped.explicit.ExplicitlyGroupedConversationsTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.exception.control.handler.CallingHandlersTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.config.propertyconfigsource.PropertyConfigSourceTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.util.context.AbstractContextTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.jmx.CustomPropertiesTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.message.MinimalMessagesTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.provider.BeanProviderTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.resourceloader.ClasspathResourceTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.exception.control.handler.UnMuteHandlerTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.exception.control.event.EventTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.config.injectable.InjectableConfigPropertyTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.jmx.SimpleRegistrationWarFileTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.scope.viewaccess.ViewAccessScopedTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.exclude.uc001.EntityExcludeTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.alternative.local.BdaAlternativeWarFileTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.scope.conversation.subgroup.uc003.GroupedConversationSubGroupTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.throttling.ThrottledTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.alternative.global.GlobalAlternativeTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.activation.DefaultClassDeactivatorTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.custom.spi.ServiceUtilsWarFileTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.001 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.message.SimpleMessageTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.resourceloader.FileResourceTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.scope.conversation.subgroup.uc001.GroupedConversationSubGroupTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.exception.control.flow.HandledExceptionHandlerTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.future.FutureableTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.activation.ClassDeactivationWarFileTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.util.ProxyUtilsTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.message.locale.ConfigurableLocaleMessageTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.lock.LockedTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.provider.BeanManagerProviderWarFileTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.jmx.CustomTypeTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Results :
Tests in error:
org.apache.deltaspike.test.core.api.util.bean.BeanBuilderTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.message.MessageContextTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.exception.control.traversal.TraversalPathTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.scope.conversation.grouped.implicit.ImplicitlyGroupedConversationsTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.exclude.ExcludeWarFileTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.scope.conversation.subgroup.uc002.GroupedConversationSubGroupTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.scope.window.DefaultWindowContextTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.exception.control.flow.DepthAbortControlTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.exception.control.handler.HandlerComparatorTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.exception.control.flow.RethrowTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.message.MessageTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.message.MessageFormattedMessageTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.exception.control.flow.ThrowingNewExceptionTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.exception.control.flow.BreadthFirstAbortControlTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.exception.control.flow.ProceedCauseHandlerTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.scope.conversation.grouped.explicit.ExplicitlyGroupedConversationsTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.exception.control.handler.CallingHandlersTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.config.propertyconfigsource.PropertyConfigSourceTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.util.context.AbstractContextTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.jmx.CustomPropertiesTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.message.MinimalMessagesTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.provider.BeanProviderTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.resourceloader.ClasspathResourceTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.exception.control.handler.UnMuteHandlerTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.exception.control.event.EventTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.config.injectable.InjectableConfigPropertyTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.jmx.SimpleRegistrationWarFileTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.scope.viewaccess.ViewAccessScopedTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.exclude.uc001.EntityExcludeTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.alternative.local.BdaAlternativeWarFileTest: Could not create new instance of class org.jboss.arquillian.test.impl.EventTestRunnerAdaptor
org.apache.deltaspike.test.core.api.scope.conversation.subgroup.uc003.GroupedConversationSubGroupTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.throttling.ThrottledTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.alternative.global.GlobalAlternativeTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.activation.DefaultClassDeactivatorTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.custom.spi.ServiceUtilsWarFileTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.message.SimpleMessageTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.resourceloader.FileResourceTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.scope.conversation.subgroup.uc001.GroupedConversationSubGroupTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.exception.control.flow.HandledExceptionHandlerTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.future.FutureableTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.activation.ClassDeactivationWarFileTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.util.ProxyUtilsTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.message.locale.ConfigurableLocaleMessageTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.lock.LockedTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.provider.BeanManagerProviderWarFileTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.jmx.CustomTypeTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
Tests run: 57, Failures: 0, Errors: 46, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache DeltaSpike Sources .......................... SUCCESS [ 2.687 s]
[INFO] Apache DeltaSpike CheckStyle-rules ................. SUCCESS [ 1.294 s]
[INFO] Apache DeltaSpike Parent ........................... SUCCESS [ 4.629 s]
[INFO] Apache DeltaSpike Test-Utils ....................... SUCCESS [ 4.622 s]
[INFO] Apache DeltaSpike Code Parent ...................... SUCCESS [ 2.114 s]
[INFO] Apache DeltaSpike Core ............................. SUCCESS [ 0.544 s]
[INFO] Apache DeltaSpike Core-API ......................... SUCCESS [ 5.769 s]
[INFO] Apache DeltaSpike Core-Implementation .............. FAILURE [ 3.319 s]
[INFO] Apache DeltaSpike ContainerControl parent .......... SKIPPED
[INFO] Apache DeltaSpike CDI ContainerControl API ......... SKIPPED
[INFO] Apache DeltaSpike CDI Weld-ContainerControl ........ SKIPPED
[INFO] Apache DeltaSpike CDI Servlet-ContainerControl ..... SKIPPED
[INFO] Apache DeltaSpike CDI ContainerControl TCK ......... SKIPPED
[INFO] Apache DeltaSpike Modules .......................... SKIPPED
[INFO] Apache DeltaSpike Proxy-Module ..................... SKIPPED
[INFO] Apache DeltaSpike Proxy-Module API ................. SKIPPED
[INFO] Apache DeltaSpike Proxy-Module Impl ASM5 ........... SKIPPED
[INFO] Apache DeltaSpike Security-Module .................. SKIPPED
[INFO] Apache DeltaSpike Security-Module API .............. SKIPPED
[INFO] Apache DeltaSpike Security-Module Impl ............. SKIPPED
[INFO] Apache DeltaSpike JPA-Module ....................... SKIPPED
[INFO] Apache DeltaSpike JPA-Module API ................... SKIPPED
[INFO] Apache DeltaSpike JPA-Module Impl .................. SKIPPED
[INFO] Apache DeltaSpike Servlet-Module ................... SKIPPED
[INFO] Apache DeltaSpike Servlet-Module API ............... SKIPPED
[INFO] Apache DeltaSpike Servlet-Module Impl .............. SKIPPED
[INFO] Apache DeltaSpike JSF-Module ....................... SKIPPED
[INFO] Apache DeltaSpike JSF-Module API ................... SKIPPED
[INFO] Apache DeltaSpike JSF-Module Impl .................. SKIPPED
[INFO] Apache DeltaSpike JSF-Module Impl (EE6 only) ....... SKIPPED
[INFO] Apache DeltaSpike Partial-Bean-Module .............. SKIPPED
[INFO] Apache DeltaSpike Partial-Bean-Module API .......... SKIPPED
[INFO] Apache DeltaSpike Partial-Bean-Module Impl ......... SKIPPED
[INFO] Apache DeltaSpike BeanValidation-Module ............ SKIPPED
[INFO] Apache DeltaSpike BeanValidation-Module API ........ SKIPPED
[INFO] Apache DeltaSpike BeanValidation-Module Impl ....... SKIPPED
[INFO] Apache DeltaSpike Data-Module ...................... SKIPPED
[INFO] Apache DeltaSpike Data-Module API .................. SKIPPED
[INFO] Apache DeltaSpike Data-Module Impl ................. SKIPPED
[INFO] Apache DeltaSpike Data-Module Tests on Java EE 7 ... SKIPPED
[INFO] Apache DeltaSpike Scheduler-Module ................. SKIPPED
[INFO] Apache DeltaSpike Scheduler-Module API ............. SKIPPED
[INFO] Apache DeltaSpike Scheduler-Module Impl ............ SKIPPED
[INFO] Apache DeltaSpike Test-Control-Module .............. SKIPPED
[INFO] Apache DeltaSpike Test-Control-Module API .......... SKIPPED
[INFO] Apache DeltaSpike Test-Control-Module Impl ......... SKIPPED
[INFO] Apache DeltaSpike Examples ......................... SKIPPED
[INFO] Apache DeltaSpike Java-SE Examples ................. SKIPPED
[INFO] Apache DeltaSpike JSF Examples ..................... SKIPPED
[INFO] Apache DeltaSpike JSF Playground ................... SKIPPED
[INFO] Apache DeltaSpike Security Example CDI ............. SKIPPED
[INFO] Apache DeltaSpike Security Example PicketLink ...... SKIPPED
[INFO] Apache DeltaSpike Java-SE Scheduler Examples ....... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 29.067 s
[INFO] Finished at: 2016-04-01T17:47:01-04:00
[INFO] Final Memory: 60M/539M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.11:test (default-test) on project deltaspike-core-impl: There are test failures.
[ERROR]
[ERROR] Please refer to for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn -rf :deltaspike-core-impl
Build step 'Execute shell' marked build as failure
Recording test results
From ci-builds at redhat.com Fri Apr 1 18:03:12 2016
From: ci-builds at redhat.com (ci-builds at redhat.com)
Date: Fri, 1 Apr 2016 18:03:12 -0400 (EDT)
Subject: [weld-builds] Build failed in Jenkins: Weld-2.x-WF8-build #471
In-Reply-To: <947094694.28772.1459461785549.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com>
References: <947094694.28772.1459461785549.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com>
Message-ID: <1279161849.29102.1459548192475.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com>
See
Changes:
[mkouba] WELD-2124 revisit A.2.2. Servlet.
[mkouba] WELD-2119 test.
[mkouba] WELD-2119 EJB client proxy should not implement private methods
------------------------------------------
[...truncated 483 lines...]
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO]
[INFO] --- wro4j-maven-plugin:1.7.7:run (default) @ weld-probe-core ---
[INFO]
[INFO] Executing the mojo:
[INFO] Wro4j Model path:
[INFO] targetGroups: null
[INFO] minimize: true
[INFO] ignoreMissingResources: null
[INFO] parallelProcessing: false
[INFO] buildDirectory:
[INFO] destinationFolder:
[INFO] wroManagerFactory class: ro.isdc.wro.maven.plugin.manager.factory.ConfigurableWroManagerFactory
[INFO] The following groups will be processed: [probe]
[INFO] folder:
[INFO] processing group: probe.css
[INFO] file size: probe.css -> 158236 bytes
[INFO] (158236 bytes)
[INFO] folder:
[INFO] processing group: probe.js
[INFO] file size: probe.js -> 773244 bytes
[INFO] (773244 bytes)
[INFO]
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-resources) @ weld-probe-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 5 resources
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ weld-probe-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ weld-probe-core ---
[INFO] Compiling 5 source files to
[INFO]
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ weld-probe-core ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ weld-probe-core ---
[INFO] Building jar:
[INFO]
[INFO] >>> maven-source-plugin:2.1.2:jar (attach-sources) > generate-sources @ weld-probe-core >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-probe-core ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:maven-version (default) @ weld-probe-core ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-probe-core ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-probe-core ---
[INFO]
[INFO] <<< maven-source-plugin:2.1.2:jar (attach-sources) < generate-sources @ weld-probe-core <<<
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar (attach-sources) @ weld-probe-core ---
[INFO] META-INF already added, skipping
[INFO] META-INF/DEPENDENCIES.txt already added, skipping
[INFO] META-INF/LICENSE.txt already added, skipping
[INFO] Building jar:
[INFO] META-INF already added, skipping
[INFO] META-INF/DEPENDENCIES.txt already added, skipping
[INFO] META-INF/LICENSE.txt already added, skipping
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ weld-probe-core ---
[INFO] Installing to /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/probe/weld-probe-core/2.3.4-SNAPSHOT/weld-probe-core-2.3.4-SNAPSHOT.jar
[INFO] Installing to /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/probe/weld-probe-core/2.3.4-SNAPSHOT/weld-probe-core-2.3.4-SNAPSHOT.pom
[INFO] Installing to /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/probe/weld-probe-core/2.3.4-SNAPSHOT/weld-probe-core-2.3.4-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building weld-probe-tests 2.3.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ weld-probe-tests ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-probe-tests ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:maven-version (default) @ weld-probe-tests ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-probe-tests ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-probe-tests ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (attach-license) @ weld-probe-tests ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ weld-probe-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ weld-probe-tests ---
[INFO] Compiling 17 source files to
[INFO]
[INFO] --- maven-checkstyle-plugin:2.13:checkstyle (check-style) @ weld-probe-tests ---
[INFO] Starting audit...
Audit done.
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ weld-probe-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ weld-probe-tests ---
[INFO] Compiling 11 source files to
[INFO]
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ weld-probe-tests ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ weld-probe-tests ---
[INFO] Building jar:
[INFO]
[INFO] >>> maven-source-plugin:2.1.2:jar (attach-sources) > generate-sources @ weld-probe-tests >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-probe-tests ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:maven-version (default) @ weld-probe-tests ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-probe-tests ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-probe-tests ---
[INFO]
[INFO] <<< maven-source-plugin:2.1.2:jar (attach-sources) < generate-sources @ weld-probe-tests <<<
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar (attach-sources) @ weld-probe-tests ---
[INFO] META-INF already added, skipping
[INFO] META-INF/DEPENDENCIES.txt already added, skipping
[INFO] META-INF/LICENSE.txt already added, skipping
[INFO] Building jar:
[INFO] META-INF already added, skipping
[INFO] META-INF/DEPENDENCIES.txt already added, skipping
[INFO] META-INF/LICENSE.txt already added, skipping
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ weld-probe-tests ---
[INFO] Installing to /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/probe/weld-probe-tests/2.3.4-SNAPSHOT/weld-probe-tests-2.3.4-SNAPSHOT.jar
[INFO] Installing to /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/probe/weld-probe-tests/2.3.4-SNAPSHOT/weld-probe-tests-2.3.4-SNAPSHOT.pom
[INFO] Installing to /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/probe/weld-probe-tests/2.3.4-SNAPSHOT/weld-probe-tests-2.3.4-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Weld Parent ........................................ SUCCESS [ 15.132 s]
[INFO] Weld Implementation (Core) ......................... SUCCESS [ 51.673 s]
[INFO] Weld Core - JSF .................................... SUCCESS [ 3.152 s]
[INFO] Weld Implementation ................................ SUCCESS [ 5.739 s]
[INFO] Weld Probe Parent .................................. SUCCESS [ 0.774 s]
[INFO] Weld Probe Core .................................... SUCCESS [ 14.321 s]
[INFO] weld-probe-tests ................................... SUCCESS [ 24.634 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:59 min
[INFO] Finished at: 2016-04-01T18:02:46-04:00
[INFO] Final Memory: 68M/568M
[INFO] ------------------------------------------------------------------------
+ /qa/tools/opt/maven-3.3.3-prod/bin/mvn -Dmaven.repo.local=/qa/home/hudson/private_maven_repos/weld/ clean install -Pupdate-jboss-as -Dtck -f weld/jboss-as/pom.xml
[INFO] Maven-Manipulation-Extension 1.17
[main] INFO o.c.m.ext.manip.ManipulationManager - Maven-Manipulation-Extension: No changes.
[main] INFO o.c.m.ext.manip.ManipulationManager - Maven-Manipulation-Extension: Finished.
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JBoss AS7 Updater 2.3.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ weld-core-jboss-as7-updater ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-core-jboss-as7-updater ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:maven-version (default) @ weld-core-jboss-as7-updater ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-core-jboss-as7-updater ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-core-jboss-as7-updater ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd && git rev-parse --verify HEAD
[INFO] Working directory:
[INFO] Storing buildNumber: 2c22fa0a196efe44048dfe67b07df47707f01ef2 at timestamp: April 1, 2016 6:02:59 PM EDT
[INFO] Executing: /bin/sh -c cd && git rev-parse --verify HEAD
[INFO] Working directory:
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (attach-license) @ weld-core-jboss-as7-updater ---
[INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO]
[INFO] --- maven-dependency-plugin:2.1:copy-dependencies (copy-dependencies) @ weld-core-jboss-as7-updater ---
[INFO] Copying cdi-api-1.2.jar to
[INFO] Copying cdi-tck-ext-lib-1.2.8.Final.jar to
[INFO] Copying weld-api-2.3.SP1.jar to
[INFO] Copying weld-core-2.3.4-SNAPSHOT.jar to
[INFO] Copying weld-core-impl-2.3.4-SNAPSHOT.jar to
[INFO] Copying weld-core-jsf-2.3.4-SNAPSHOT.jar to
[INFO] Copying weld-spi-2.3.SP1.jar to
[INFO] Copying weld-probe-core-2.3.4-SNAPSHOT.jar to
[INFO]
[INFO] --- maven-checkstyle-plugin:2.13:checkstyle (check-style) @ weld-core-jboss-as7-updater ---
[INFO] Starting audit...
Audit done.
[INFO]
[INFO] >>> maven-source-plugin:2.1.2:jar (attach-sources) > generate-sources @ weld-core-jboss-as7-updater >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-core-jboss-as7-updater ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:maven-version (default) @ weld-core-jboss-as7-updater ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-core-jboss-as7-updater ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-core-jboss-as7-updater ---
[INFO]
[INFO] <<< maven-source-plugin:2.1.2:jar (attach-sources) < generate-sources @ weld-core-jboss-as7-updater <<<
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar (attach-sources) @ weld-core-jboss-as7-updater ---
[INFO]
[INFO] --- maven-antrun-plugin:1.3:run (update-jboss-as) @ weld-core-jboss-as7-updater ---
[INFO] Executing tasks
[echo] =========================================================================
[echo]
[echo] Updating Weld modules
[echo]
[echo] Weld version: 2.3.4-SNAPSHOT
[echo]
[echo] JBOSS_HOME:
[echo]
[echo] =========================================================================
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 17.355 s
[INFO] Finished at: 2016-04-01T18:03:10-04:00
[INFO] Final Memory: 35M/296M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.3:run (update-jboss-as) on project weld-core-jboss-as7-updater: An Ant BuildException has occured: Directory does not exist: -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Build step 'Execute shell' marked build as failure
Archiving artifacts
From ci-builds at redhat.com Fri Apr 1 19:07:37 2016
From: ci-builds at redhat.com (ci-builds at redhat.com)
Date: Fri, 1 Apr 2016 19:07:37 -0400 (EDT)
Subject: [weld-builds] Jenkins build is back to normal :
Weld-2.x-perf-bean-testing-events-CI #1315
In-Reply-To: <916782551.28793.1459465796162.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com>
References: <916782551.28793.1459465796162.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com>
Message-ID: <1105588395.29117.1459552057859.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com>
See
From ci-builds at redhat.com Fri Apr 1 20:30:53 2016
From: ci-builds at redhat.com (ci-builds at redhat.com)
Date: Fri, 1 Apr 2016 20:30:53 -0400 (EDT)
Subject: [weld-builds] Jenkins build is back to normal :
Weld-2.x-perf-bean-testing-events2-CI #1007
In-Reply-To: <1246138762.28801.1459470998118.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com>
References: <1246138762.28801.1459470998118.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com>
Message-ID: <1483227732.29126.1459557053520.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com>
See
From ci-builds at redhat.com Fri Apr 1 21:38:39 2016
From: ci-builds at redhat.com (ci-builds at redhat.com)
Date: Fri, 1 Apr 2016 21:38:39 -0400 (EDT)
Subject: [weld-builds] Jenkins build is back to normal :
Weld-2.x-perf-bean-testing-interceptors-CI #1279
In-Reply-To: <407513530.28808.1459475105910.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com>
References: <407513530.28808.1459475105910.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com>
Message-ID: <64991444.29139.1459561119557.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com>
See
From ci-builds at redhat.com Fri Apr 1 21:49:21 2016
From: ci-builds at redhat.com (ci-builds at redhat.com)
Date: Fri, 1 Apr 2016 21:49:21 -0400 (EDT)
Subject: [weld-builds] Jenkins build is back to normal :
Weld-2.x-perf-bean-testing-producers-CI #1316
In-Reply-To: <2065515496.28827.1459478809697.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com>
References: <2065515496.28827.1459478809697.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com>
Message-ID: <769009873.29155.1459561761234.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com>
See
From ci-builds at redhat.com Fri Apr 1 22:44:24 2016
From: ci-builds at redhat.com (ci-builds at redhat.com)
Date: Fri, 1 Apr 2016 22:44:24 -0400 (EDT)
Subject: [weld-builds] Build failed in Jenkins:
Weld-2.x-interoperability-deltaspike-WF9 #828
In-Reply-To: <1647817297.28824.1459478670124.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com>
References: <1647817297.28824.1459478670124.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com>
Message-ID: <989236375.29162.1459565064806.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com>
See
Changes:
[gpetracek] DELTASPIKE-1107 moved dependency
[mkouba] WELD-2124 revisit A.2.2. Servlet.
[mkouba] WELD-2119 test.
[mkouba] WELD-2119 EJB client proxy should not implement private methods
------------------------------------------
[...truncated 1846 lines...]
[INFO] Installing to /home/hudson/.m2/repository/org/jboss/weld/servlet/weld-servlet-test-tomcat/2.3.4-SNAPSHOT/weld-servlet-test-tomcat-2.3.4-SNAPSHOT.jar
[INFO] Installing to /home/hudson/.m2/repository/org/jboss/weld/servlet/weld-servlet-test-tomcat/2.3.4-SNAPSHOT/weld-servlet-test-tomcat-2.3.4-SNAPSHOT.pom
[INFO] Installing to /home/hudson/.m2/repository/org/jboss/weld/servlet/weld-servlet-test-tomcat/2.3.4-SNAPSHOT/weld-servlet-test-tomcat-2.3.4-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Servlet Integration Tests (Jetty) 2.3.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ weld-servlet-test-jetty ---
[INFO] Deleting
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-servlet-test-jetty ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:maven-version (default) @ weld-servlet-test-jetty ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-servlet-test-jetty ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-servlet-test-jetty ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (attach-license) @ weld-servlet-test-jetty ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ weld-servlet-test-jetty ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ weld-servlet-test-jetty ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-checkstyle-plugin:2.13:checkstyle (check-style) @ weld-servlet-test-jetty ---
[INFO] Starting audit...
Audit done.
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ weld-servlet-test-jetty ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ weld-servlet-test-jetty ---
[INFO] Compiling 4 source files to
[INFO]
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ weld-servlet-test-jetty ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-surefire-report-plugin:2.17:report-only (generate-test-report) @ weld-servlet-test-jetty ---
[WARNING] Unable to locate Test Source XRef to link to - DISABLED
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ weld-servlet-test-jetty ---
[INFO] Building jar:
[INFO]
[INFO] >>> maven-source-plugin:2.1.2:jar (attach-sources) @ weld-servlet-test-jetty >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-servlet-test-jetty ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:maven-version (default) @ weld-servlet-test-jetty ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-servlet-test-jetty ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-servlet-test-jetty ---
[INFO]
[INFO] <<< maven-source-plugin:2.1.2:jar (attach-sources) @ weld-servlet-test-jetty <<<
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar (attach-sources) @ weld-servlet-test-jetty ---
[INFO] META-INF already added, skipping
[INFO] META-INF/LICENSE.txt already added, skipping
[INFO] META-INF/DEPENDENCIES.txt already added, skipping
[INFO] Building jar:
[INFO] META-INF already added, skipping
[INFO] META-INF/LICENSE.txt already added, skipping
[INFO] META-INF/DEPENDENCIES.txt already added, skipping
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ weld-servlet-test-jetty ---
[INFO] Installing to /home/hudson/.m2/repository/org/jboss/weld/servlet/weld-servlet-test-jetty/2.3.4-SNAPSHOT/weld-servlet-test-jetty-2.3.4-SNAPSHOT.jar
[INFO] Installing to /home/hudson/.m2/repository/org/jboss/weld/servlet/weld-servlet-test-jetty/2.3.4-SNAPSHOT/weld-servlet-test-jetty-2.3.4-SNAPSHOT.pom
[INFO] Installing to /home/hudson/.m2/repository/org/jboss/weld/servlet/weld-servlet-test-jetty/2.3.4-SNAPSHOT/weld-servlet-test-jetty-2.3.4-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Weld Parent ....................................... SUCCESS [ 2.320 s]
[INFO] Weld Implementation (Core) ........................ SUCCESS [ 15.443 s]
[INFO] Weld Core - JSF ................................... SUCCESS [ 0.739 s]
[INFO] Weld Implementation ............................... SUCCESS [ 0.941 s]
[INFO] Weld Probe Parent ................................. SUCCESS [ 0.255 s]
[INFO] Weld Probe Core ................................... SUCCESS [ 3.084 s]
[INFO] Weld Test Utilities ............................... SUCCESS [ 0.807 s]
[INFO] weld-probe-tests .................................. SUCCESS [ 2.329 s]
[INFO] Weld Porting Package for the CDI TCK 1.1 .......... SUCCESS [ 0.562 s]
[INFO] Weld Unit Tests ................................... SUCCESS [ 1.325 s]
[INFO] Weld Integration Tests (JBoss AS) ................. SUCCESS [ 5.791 s]
[INFO] AtInject TCK runner for Weld ...................... SUCCESS [ 0.727 s]
[INFO] Weld Environment Common ........................... SUCCESS [ 1.565 s]
[INFO] Weld SE (Core) .................................... SUCCESS [ 5.521 s]
[INFO] Weld SE (Uber Jar) ................................ SUCCESS [ 1.380 s]
[INFO] Weld SE Parent .................................... SUCCESS [ 0.176 s]
[INFO] Weld SE Tests ..................................... SUCCESS [ 0.786 s]
[INFO] Weld Servlet Parent ............................... SUCCESS [ 0.158 s]
[INFO] Weld Servlet Core ................................. SUCCESS [ 1.707 s]
[INFO] Weld Servlet (Uber Jar) ........................... SUCCESS [ 1.401 s]
[INFO] Weld Servlet Integration Tests (Base) ............. SUCCESS [ 0.740 s]
[INFO] Weld Servlet Integration Tests (Tomcat) ........... SUCCESS [ 0.630 s]
[INFO] Weld Servlet Integration Tests (Jetty) ............ SUCCESS [ 0.477 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 49.398 s
[INFO] Finished at: 2016-04-02T10:44:17+08:00
[INFO] Final Memory: 111M/752M
[INFO] ------------------------------------------------------------------------
+ /mnt/osprey-share/weld/apache-maven-3.2.1/bin/mvn -s /mnt/osprey-share/weld/settings.xml clean package -Pupdate-jboss-as -Dtck -f weld/jboss-as/pom.xml
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.jboss.weld:weld-core-jboss-as7-updater:pom:2.3.4-SNAPSHOT
[WARNING] 'parent.relativePath' of POM org.jboss.weld:weld-core-parent:2.3.4-SNAPSHOT ( points at org.apache.deltaspike:deltaspike instead of org.jboss.weld:weld-parent, please verify your project structure @ org.jboss.weld:weld-core-parent:2.3.4-SNAPSHOT, line 9, column 13
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO]
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JBoss AS7 Updater 2.3.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ weld-core-jboss-as7-updater ---
[INFO] Deleting
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-core-jboss-as7-updater ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:maven-version (default) @ weld-core-jboss-as7-updater ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-core-jboss-as7-updater ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-core-jboss-as7-updater ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd && git rev-parse --verify HEAD
[INFO] Working directory:
[INFO] Storing buildNumber: 2c22fa0a196efe44048dfe67b07df47707f01ef2 at timestamp: 02 April 2016 10:44:19 SGT
[INFO] Executing: /bin/sh -c cd && git rev-parse --verify HEAD
[INFO] Working directory:
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (attach-license) @ weld-core-jboss-as7-updater ---
[INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO]
[INFO] --- maven-dependency-plugin:2.1:copy-dependencies (copy-dependencies) @ weld-core-jboss-as7-updater ---
[INFO] Copying cdi-api-1.2.jar to
[INFO] Copying cdi-tck-ext-lib-1.2.8.Final.jar to
[INFO] Copying weld-api-2.3.SP1.jar to
[INFO] Copying weld-core-2.3.4-SNAPSHOT.jar to
[INFO] Copying weld-core-impl-2.3.4-SNAPSHOT.jar to
[INFO] Copying weld-core-jsf-2.3.4-SNAPSHOT.jar to
[INFO] Copying weld-spi-2.3.SP1.jar to
[INFO] Copying weld-probe-core-2.3.4-SNAPSHOT.jar to
[INFO]
[INFO] --- maven-checkstyle-plugin:2.13:checkstyle (check-style) @ weld-core-jboss-as7-updater ---
[INFO] Starting audit...
Audit done.
[INFO]
[INFO] >>> maven-source-plugin:2.1.2:jar (attach-sources) @ weld-core-jboss-as7-updater >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-core-jboss-as7-updater ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:maven-version (default) @ weld-core-jboss-as7-updater ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-core-jboss-as7-updater ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-core-jboss-as7-updater ---
[INFO]
[INFO] <<< maven-source-plugin:2.1.2:jar (attach-sources) @ weld-core-jboss-as7-updater <<<
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar (attach-sources) @ weld-core-jboss-as7-updater ---
[INFO]
[INFO] --- maven-antrun-plugin:1.3:run (update-jboss-as) @ weld-core-jboss-as7-updater ---
[INFO] Executing tasks
[echo] =========================================================================
[echo]
[echo] Updating Weld modules
[echo]
[echo] Weld version: 2.3.4-SNAPSHOT
[echo]
[echo] JBOSS_HOME:
[echo]
[echo] =========================================================================
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.214 s
[INFO] Finished at: 2016-04-02T10:44:21+08:00
[INFO] Final Memory: 31M/336M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.3:run (update-jboss-as) on project weld-core-jboss-as7-updater: An Ant BuildException has occured: Directory does not exist: -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Build step 'Execute shell' marked build as failure
Recording test results
ERROR: Publisher hudson.tasks.junit.JUnitResultArchiver aborted due to exception
hudson.AbortException: Test reports were found but none of them are new. Did tests run?
For example, is 4 mo 6 days old
at hudson.tasks.junit.TestResult.parse(TestResult.java:178)
at hudson.tasks.junit.TestResult.parse(TestResult.java:146)
at hudson.tasks.junit.TestResult.(TestResult.java:122)
at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:119)
at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:93)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2589)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
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 hudson.remoting.Engine$1$1.run(Engine.java:63)
at java.lang.Thread.run(Thread.java:744)
at ......remote call to osprey-02(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
at hudson.remoting.Channel.call(Channel.java:752)
at hudson.FilePath.act(FilePath.java:969)
at hudson.FilePath.act(FilePath.java:958)
at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:90)
at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:120)
at hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:137)
at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:74)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:770)
at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:734)
at hudson.model.Build$BuildExecution.post2(Build.java:183)
at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:683)
at hudson.model.Run.execute(Run.java:1770)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)
From ci-builds at redhat.com Sat Apr 2 17:47:08 2016
From: ci-builds at redhat.com (ci-builds at redhat.com)
Date: Sat, 2 Apr 2016 17:47:08 -0400 (EDT)
Subject: [weld-builds] Build failed in Jenkins:
Weld-3.x-interoperability-deltaspike #530
In-Reply-To: <1282632463.29083.1459547224134.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com>
References: <1282632463.29083.1459547224134.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com>
Message-ID: <1678645121.29344.1459633629046.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com>
See
Changes:
[gpetracek] DELTASPIKE-1082 documentation for configurable cron-expressions
[gpetracek] DELTASPIKE-1106 release notes for v1.6.0
[johndament] News announcement
[johndament] DELTASPIKE-1105 Added param to control appending entity name. Updated to latest apache parent.
[johndament] DELTASPIKE-1108 Ignore EE7 tests as they fail until DELTASPIKE-1060 is resolved.
[gpetracek] DELTASPIKE-1106 release notes for v1.6.0
------------------------------------------
[...truncated 2874 lines...]
Concurrency config is parallel='none', perCoreThreadCount=true, threadCount=2, useUnlimitedThreads=false
Running org.apache.deltaspike.test.core.api.projectstage.ProjectStageProducerTest
Apr 02, 2016 5:47:07 PM org.apache.deltaspike.core.impl.config.EnvironmentPropertyConfigSourceProvider
INFO: Custom config found by DeltaSpike. Name: 'META-INF/apache-deltaspike.properties', URL: '
Apr 02, 2016 5:47:07 PM org.apache.deltaspike.core.impl.config.EnvironmentPropertyConfigSourceProvider
INFO: Custom config found by DeltaSpike. Name: 'myboottimeconfig.properties', URL: '
Apr 02, 2016 5:47:07 PM org.apache.deltaspike.core.util.ProjectStageProducer initProjectStage
INFO: Computed the following DeltaSpike ProjectStage: SystemTest
Apr 02, 2016 5:47:07 PM org.apache.deltaspike.core.util.ProjectStageProducer initProjectStage
INFO: Computed the following DeltaSpike ProjectStage: SystemTest
Apr 02, 2016 5:47:07 PM org.apache.deltaspike.core.util.ProjectStageProducer initProjectStage
INFO: Computed the following DeltaSpike ProjectStage: IntegrationTest
Apr 02, 2016 5:47:07 PM org.apache.deltaspike.core.util.ProjectStageProducer initProjectStage
INFO: Computed the following DeltaSpike ProjectStage: SystemTest
Apr 02, 2016 5:47:07 PM org.apache.deltaspike.core.util.ProjectStageProducer initProjectStage
INFO: Computed the following DeltaSpike ProjectStage: IntegrationTest
Apr 02, 2016 5:47:07 PM org.apache.deltaspike.core.util.ProjectStageProducer initProjectStage
INFO: Computed the following DeltaSpike ProjectStage: SystemTest
Apr 02, 2016 5:47:07 PM org.apache.deltaspike.core.util.ProjectStageProducer initProjectStage
INFO: Computed the following DeltaSpike ProjectStage: IntegrationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec
Running org.apache.deltaspike.test.core.api.projectstage.ProjectStageTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.apache.deltaspike.test.core.api.config.ConfigSourceTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.apache.deltaspike.test.core.api.util.bean.BeanBuilderTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.message.MessageContextTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.exception.control.traversal.TraversalPathTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.scope.conversation.grouped.implicit.ImplicitlyGroupedConversationsTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.interpreter.PropertyExpressionInterpreterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.deltaspike.test.core.api.exclude.ExcludeWarFileTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.scope.conversation.subgroup.uc002.GroupedConversationSubGroupTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.scope.window.DefaultWindowContextTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.exception.control.flow.DepthAbortControlTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.exception.control.handler.HandlerComparatorTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.exception.control.flow.RethrowTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.message.MessageTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.message.MessageFormattedMessageTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.exception.control.flow.ThrowingNewExceptionTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.exception.control.flow.BreadthFirstAbortControlTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.exception.control.flow.ProceedCauseHandlerTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.008 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.scope.conversation.grouped.explicit.ExplicitlyGroupedConversationsTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.exception.control.handler.CallingHandlersTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.config.propertyconfigsource.PropertyConfigSourceTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.util.context.AbstractContextTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.jmx.CustomPropertiesTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.message.MinimalMessagesTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.provider.BeanProviderTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.resourceloader.ClasspathResourceTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.exception.control.handler.UnMuteHandlerTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.exception.control.event.EventTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.config.injectable.InjectableConfigPropertyTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.jmx.SimpleRegistrationWarFileTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.scope.viewaccess.ViewAccessScopedTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.exclude.uc001.EntityExcludeTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.alternative.local.BdaAlternativeWarFileTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.001 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.scope.conversation.subgroup.uc003.GroupedConversationSubGroupTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.throttling.ThrottledTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.alternative.global.GlobalAlternativeTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.activation.DefaultClassDeactivatorTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.custom.spi.ServiceUtilsWarFileTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.message.SimpleMessageTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.resourceloader.FileResourceTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.scope.conversation.subgroup.uc001.GroupedConversationSubGroupTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.exception.control.flow.HandledExceptionHandlerTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.future.FutureableTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.activation.ClassDeactivationWarFileTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.util.ProxyUtilsTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.message.locale.ConfigurableLocaleMessageTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.lock.LockedTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.provider.BeanManagerProviderWarFileTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.jmx.CustomTypeTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Results :
Tests in error:
org.apache.deltaspike.test.core.api.util.bean.BeanBuilderTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.message.MessageContextTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.exception.control.traversal.TraversalPathTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.scope.conversation.grouped.implicit.ImplicitlyGroupedConversationsTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.exclude.ExcludeWarFileTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.scope.conversation.subgroup.uc002.GroupedConversationSubGroupTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.scope.window.DefaultWindowContextTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.exception.control.flow.DepthAbortControlTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.exception.control.handler.HandlerComparatorTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.exception.control.flow.RethrowTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.message.MessageTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.message.MessageFormattedMessageTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.exception.control.flow.ThrowingNewExceptionTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.exception.control.flow.BreadthFirstAbortControlTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.exception.control.flow.ProceedCauseHandlerTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.scope.conversation.grouped.explicit.ExplicitlyGroupedConversationsTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.exception.control.handler.CallingHandlersTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.config.propertyconfigsource.PropertyConfigSourceTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.util.context.AbstractContextTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.jmx.CustomPropertiesTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.message.MinimalMessagesTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.provider.BeanProviderTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.resourceloader.ClasspathResourceTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.exception.control.handler.UnMuteHandlerTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.exception.control.event.EventTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.config.injectable.InjectableConfigPropertyTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.jmx.SimpleRegistrationWarFileTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.scope.viewaccess.ViewAccessScopedTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.exclude.uc001.EntityExcludeTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.alternative.local.BdaAlternativeWarFileTest: Could not create new instance of class org.jboss.arquillian.test.impl.EventTestRunnerAdaptor
org.apache.deltaspike.test.core.api.scope.conversation.subgroup.uc003.GroupedConversationSubGroupTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.throttling.ThrottledTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.alternative.global.GlobalAlternativeTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.activation.DefaultClassDeactivatorTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.custom.spi.ServiceUtilsWarFileTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.message.SimpleMessageTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.resourceloader.FileResourceTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.scope.conversation.subgroup.uc001.GroupedConversationSubGroupTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.exception.control.flow.HandledExceptionHandlerTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.future.FutureableTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.activation.ClassDeactivationWarFileTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.util.ProxyUtilsTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.message.locale.ConfigurableLocaleMessageTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.lock.LockedTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.provider.BeanManagerProviderWarFileTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.jmx.CustomTypeTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
Tests run: 57, Failures: 0, Errors: 46, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache DeltaSpike Sources .......................... SUCCESS [ 6.804 s]
[INFO] Apache DeltaSpike CheckStyle-rules ................. SUCCESS [ 1.396 s]
[INFO] Apache DeltaSpike Parent ........................... SUCCESS [ 5.212 s]
[INFO] Apache DeltaSpike Test-Utils ....................... SUCCESS [ 4.358 s]
[INFO] Apache DeltaSpike Code Parent ...................... SUCCESS [ 1.402 s]
[INFO] Apache DeltaSpike Core ............................. SUCCESS [ 0.518 s]
[INFO] Apache DeltaSpike Core-API ......................... SUCCESS [ 5.565 s]
[INFO] Apache DeltaSpike Core-Implementation .............. FAILURE [ 3.323 s]
[INFO] Apache DeltaSpike ContainerControl parent .......... SKIPPED
[INFO] Apache DeltaSpike CDI ContainerControl API ......... SKIPPED
[INFO] Apache DeltaSpike CDI Weld-ContainerControl ........ SKIPPED
[INFO] Apache DeltaSpike CDI Servlet-ContainerControl ..... SKIPPED
[INFO] Apache DeltaSpike CDI ContainerControl TCK ......... SKIPPED
[INFO] Apache DeltaSpike Modules .......................... SKIPPED
[INFO] Apache DeltaSpike Proxy-Module ..................... SKIPPED
[INFO] Apache DeltaSpike Proxy-Module API ................. SKIPPED
[INFO] Apache DeltaSpike Proxy-Module Impl ASM5 ........... SKIPPED
[INFO] Apache DeltaSpike Security-Module .................. SKIPPED
[INFO] Apache DeltaSpike Security-Module API .............. SKIPPED
[INFO] Apache DeltaSpike Security-Module Impl ............. SKIPPED
[INFO] Apache DeltaSpike JPA-Module ....................... SKIPPED
[INFO] Apache DeltaSpike JPA-Module API ................... SKIPPED
[INFO] Apache DeltaSpike JPA-Module Impl .................. SKIPPED
[INFO] Apache DeltaSpike Servlet-Module ................... SKIPPED
[INFO] Apache DeltaSpike Servlet-Module API ............... SKIPPED
[INFO] Apache DeltaSpike Servlet-Module Impl .............. SKIPPED
[INFO] Apache DeltaSpike JSF-Module ....................... SKIPPED
[INFO] Apache DeltaSpike JSF-Module API ................... SKIPPED
[INFO] Apache DeltaSpike JSF-Module Impl .................. SKIPPED
[INFO] Apache DeltaSpike JSF-Module Impl (EE6 only) ....... SKIPPED
[INFO] Apache DeltaSpike Partial-Bean-Module .............. SKIPPED
[INFO] Apache DeltaSpike Partial-Bean-Module API .......... SKIPPED
[INFO] Apache DeltaSpike Partial-Bean-Module Impl ......... SKIPPED
[INFO] Apache DeltaSpike BeanValidation-Module ............ SKIPPED
[INFO] Apache DeltaSpike BeanValidation-Module API ........ SKIPPED
[INFO] Apache DeltaSpike BeanValidation-Module Impl ....... SKIPPED
[INFO] Apache DeltaSpike Data-Module ...................... SKIPPED
[INFO] Apache DeltaSpike Data-Module API .................. SKIPPED
[INFO] Apache DeltaSpike Data-Module Impl ................. SKIPPED
[INFO] Apache DeltaSpike Scheduler-Module ................. SKIPPED
[INFO] Apache DeltaSpike Scheduler-Module API ............. SKIPPED
[INFO] Apache DeltaSpike Scheduler-Module Impl ............ SKIPPED
[INFO] Apache DeltaSpike Test-Control-Module .............. SKIPPED
[INFO] Apache DeltaSpike Test-Control-Module API .......... SKIPPED
[INFO] Apache DeltaSpike Test-Control-Module Impl ......... SKIPPED
[INFO] Apache DeltaSpike Examples ......................... SKIPPED
[INFO] Apache DeltaSpike Java-SE Examples ................. SKIPPED
[INFO] Apache DeltaSpike JSF Examples ..................... SKIPPED
[INFO] Apache DeltaSpike JSF Playground ................... SKIPPED
[INFO] Apache DeltaSpike Security Example CDI ............. SKIPPED
[INFO] Apache DeltaSpike Security Example PicketLink ...... SKIPPED
[INFO] Apache DeltaSpike Java-SE Scheduler Examples ....... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 33.424 s
[INFO] Finished at: 2016-04-02T17:47:07-04:00
[INFO] Final Memory: 61M/528M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.11:test (default-test) on project deltaspike-core-impl: There are test failures.
[ERROR]
[ERROR] Please refer to for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn -rf :deltaspike-core-impl
Build step 'Execute shell' marked build as failure
Recording test results
From ci-builds at redhat.com Sat Apr 2 18:03:01 2016
From: ci-builds at redhat.com (ci-builds at redhat.com)
Date: Sat, 2 Apr 2016 18:03:01 -0400 (EDT)
Subject: [weld-builds] Build failed in Jenkins: Weld-2.x-WF8-build #472
In-Reply-To: <1279161849.29102.1459548192475.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com>
References: <1279161849.29102.1459548192475.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com>
Message-ID: <480756768.29361.1459634581505.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com>
See
------------------------------------------
[...truncated 487 lines...]
[INFO] Executing the mojo:
[INFO] Wro4j Model path:
[INFO] targetGroups: null
[INFO] minimize: true
[INFO] ignoreMissingResources: null
[INFO] parallelProcessing: false
[INFO] buildDirectory:
[INFO] destinationFolder:
[INFO] wroManagerFactory class: ro.isdc.wro.maven.plugin.manager.factory.ConfigurableWroManagerFactory
[INFO] The following groups will be processed: [probe]
[INFO] folder:
[INFO] processing group: probe.css
[INFO] file size: probe.css -> 158236 bytes
[INFO] (158236 bytes)
[INFO] folder:
[INFO] processing group: probe.js
[INFO] file size: probe.js -> 773244 bytes
[INFO] (773244 bytes)
[INFO]
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-resources) @ weld-probe-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 5 resources
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ weld-probe-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ weld-probe-core ---
[INFO] Compiling 5 source files to
[INFO]
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ weld-probe-core ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ weld-probe-core ---
[INFO] Building jar:
[INFO]
[INFO] >>> maven-source-plugin:2.1.2:jar (attach-sources) > generate-sources @ weld-probe-core >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-probe-core ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:maven-version (default) @ weld-probe-core ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-probe-core ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-probe-core ---
[INFO]
[INFO] <<< maven-source-plugin:2.1.2:jar (attach-sources) < generate-sources @ weld-probe-core <<<
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar (attach-sources) @ weld-probe-core ---
[INFO] META-INF already added, skipping
[INFO] META-INF/DEPENDENCIES.txt already added, skipping
[INFO] META-INF/LICENSE.txt already added, skipping
[INFO] Building jar:
[INFO] META-INF already added, skipping
[INFO] META-INF/DEPENDENCIES.txt already added, skipping
[INFO] META-INF/LICENSE.txt already added, skipping
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ weld-probe-core ---
[INFO] Installing to /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/probe/weld-probe-core/2.3.4-SNAPSHOT/weld-probe-core-2.3.4-SNAPSHOT.jar
[INFO] Installing to /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/probe/weld-probe-core/2.3.4-SNAPSHOT/weld-probe-core-2.3.4-SNAPSHOT.pom
[INFO] Installing to /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/probe/weld-probe-core/2.3.4-SNAPSHOT/weld-probe-core-2.3.4-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building weld-probe-tests 2.3.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://snapshots.jboss.org/maven2/org/jboss/weld/weld-core-test-common/2.3.4-SNAPSHOT/maven-metadata.xml
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/jboss/weld/weld-core-test-common/2.3.4-SNAPSHOT/maven-metadata.xml
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ weld-probe-tests ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-probe-tests ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:maven-version (default) @ weld-probe-tests ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-probe-tests ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-probe-tests ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (attach-license) @ weld-probe-tests ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ weld-probe-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ weld-probe-tests ---
[INFO] Compiling 17 source files to
[INFO]
[INFO] --- maven-checkstyle-plugin:2.13:checkstyle (check-style) @ weld-probe-tests ---
[INFO] Starting audit...
Audit done.
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ weld-probe-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ weld-probe-tests ---
[INFO] Compiling 11 source files to
[INFO]
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ weld-probe-tests ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ weld-probe-tests ---
[INFO] Building jar:
[INFO]
[INFO] >>> maven-source-plugin:2.1.2:jar (attach-sources) > generate-sources @ weld-probe-tests >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-probe-tests ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:maven-version (default) @ weld-probe-tests ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-probe-tests ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-probe-tests ---
[INFO]
[INFO] <<< maven-source-plugin:2.1.2:jar (attach-sources) < generate-sources @ weld-probe-tests <<<
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar (attach-sources) @ weld-probe-tests ---
[INFO] META-INF already added, skipping
[INFO] META-INF/DEPENDENCIES.txt already added, skipping
[INFO] META-INF/LICENSE.txt already added, skipping
[INFO] Building jar:
[INFO] META-INF already added, skipping
[INFO] META-INF/DEPENDENCIES.txt already added, skipping
[INFO] META-INF/LICENSE.txt already added, skipping
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ weld-probe-tests ---
[INFO] Installing to /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/probe/weld-probe-tests/2.3.4-SNAPSHOT/weld-probe-tests-2.3.4-SNAPSHOT.jar
[INFO] Installing to /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/probe/weld-probe-tests/2.3.4-SNAPSHOT/weld-probe-tests-2.3.4-SNAPSHOT.pom
[INFO] Installing to /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/probe/weld-probe-tests/2.3.4-SNAPSHOT/weld-probe-tests-2.3.4-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Weld Parent ........................................ SUCCESS [ 14.225 s]
[INFO] Weld Implementation (Core) ......................... SUCCESS [ 53.811 s]
[INFO] Weld Core - JSF .................................... SUCCESS [ 3.223 s]
[INFO] Weld Implementation ................................ SUCCESS [ 4.110 s]
[INFO] Weld Probe Parent .................................. SUCCESS [ 0.686 s]
[INFO] Weld Probe Core .................................... SUCCESS [ 14.041 s]
[INFO] weld-probe-tests ................................... SUCCESS [ 24.910 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:58 min
[INFO] Finished at: 2016-04-02T18:02:37-04:00
[INFO] Final Memory: 67M/557M
[INFO] ------------------------------------------------------------------------
+ /qa/tools/opt/maven-3.3.3-prod/bin/mvn -Dmaven.repo.local=/qa/home/hudson/private_maven_repos/weld/ clean install -Pupdate-jboss-as -Dtck -f weld/jboss-as/pom.xml
[INFO] Maven-Manipulation-Extension 1.17
[main] INFO o.c.m.ext.manip.ManipulationManager - Maven-Manipulation-Extension: No changes.
[main] INFO o.c.m.ext.manip.ManipulationManager - Maven-Manipulation-Extension: Finished.
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JBoss AS7 Updater 2.3.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ weld-core-jboss-as7-updater ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-core-jboss-as7-updater ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:maven-version (default) @ weld-core-jboss-as7-updater ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-core-jboss-as7-updater ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-core-jboss-as7-updater ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd && git rev-parse --verify HEAD
[INFO] Working directory:
[INFO] Storing buildNumber: 2c22fa0a196efe44048dfe67b07df47707f01ef2 at timestamp: April 2, 2016 6:02:49 PM EDT
[INFO] Executing: /bin/sh -c cd && git rev-parse --verify HEAD
[INFO] Working directory:
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (attach-license) @ weld-core-jboss-as7-updater ---
[INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO]
[INFO] --- maven-dependency-plugin:2.1:copy-dependencies (copy-dependencies) @ weld-core-jboss-as7-updater ---
[INFO] Copying cdi-api-1.2.jar to
[INFO] Copying cdi-tck-ext-lib-1.2.8.Final.jar to
[INFO] Copying weld-api-2.3.SP1.jar to
[INFO] Copying weld-core-2.3.4-SNAPSHOT.jar to
[INFO] Copying weld-core-impl-2.3.4-SNAPSHOT.jar to
[INFO] Copying weld-core-jsf-2.3.4-SNAPSHOT.jar to
[INFO] Copying weld-spi-2.3.SP1.jar to
[INFO] Copying weld-probe-core-2.3.4-SNAPSHOT.jar to
[INFO]
[INFO] --- maven-checkstyle-plugin:2.13:checkstyle (check-style) @ weld-core-jboss-as7-updater ---
[INFO] Starting audit...
Audit done.
[INFO]
[INFO] >>> maven-source-plugin:2.1.2:jar (attach-sources) > generate-sources @ weld-core-jboss-as7-updater >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-core-jboss-as7-updater ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:maven-version (default) @ weld-core-jboss-as7-updater ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-core-jboss-as7-updater ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-core-jboss-as7-updater ---
[INFO]
[INFO] <<< maven-source-plugin:2.1.2:jar (attach-sources) < generate-sources @ weld-core-jboss-as7-updater <<<
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar (attach-sources) @ weld-core-jboss-as7-updater ---
[INFO]
[INFO] --- maven-antrun-plugin:1.3:run (update-jboss-as) @ weld-core-jboss-as7-updater ---
[INFO] Executing tasks
[echo] =========================================================================
[echo]
[echo] Updating Weld modules
[echo]
[echo] Weld version: 2.3.4-SNAPSHOT
[echo]
[echo] JBOSS_HOME:
[echo]
[echo] =========================================================================
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 17.274 s
[INFO] Finished at: 2016-04-02T18:03:00-04:00
[INFO] Final Memory: 34M/296M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.3:run (update-jboss-as) on project weld-core-jboss-as7-updater: An Ant BuildException has occured: Directory does not exist: -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Build step 'Execute shell' marked build as failure
Archiving artifacts
From ci-builds at redhat.com Sat Apr 2 22:44:24 2016
From: ci-builds at redhat.com (ci-builds at redhat.com)
Date: Sat, 2 Apr 2016 22:44:24 -0400 (EDT)
Subject: [weld-builds] Build failed in Jenkins:
Weld-2.x-interoperability-deltaspike-WF9 #829
In-Reply-To: <989236375.29162.1459565064806.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com>
References: <989236375.29162.1459565064806.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com>
Message-ID: <1282766813.29442.1459651465509.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com>
See
Changes:
[gpetracek] DELTASPIKE-1082 documentation for configurable cron-expressions
[gpetracek] DELTASPIKE-1106 release notes for v1.6.0
[johndament] News announcement
[johndament] DELTASPIKE-1105 Added param to control appending entity name. Updated to latest apache parent.
[johndament] DELTASPIKE-1108 Ignore EE7 tests as they fail until DELTASPIKE-1060 is resolved.
[gpetracek] DELTASPIKE-1106 release notes for v1.6.0
[johndament] DELTASPIKE-1105 Data Module doc fixes.
[johndament] Added documentation to add DeltaSpike to a gradle project.
------------------------------------------
[...truncated 1846 lines...]
[INFO] Installing to /home/hudson/.m2/repository/org/jboss/weld/servlet/weld-servlet-test-tomcat/2.3.4-SNAPSHOT/weld-servlet-test-tomcat-2.3.4-SNAPSHOT.jar
[INFO] Installing to /home/hudson/.m2/repository/org/jboss/weld/servlet/weld-servlet-test-tomcat/2.3.4-SNAPSHOT/weld-servlet-test-tomcat-2.3.4-SNAPSHOT.pom
[INFO] Installing to /home/hudson/.m2/repository/org/jboss/weld/servlet/weld-servlet-test-tomcat/2.3.4-SNAPSHOT/weld-servlet-test-tomcat-2.3.4-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Servlet Integration Tests (Jetty) 2.3.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ weld-servlet-test-jetty ---
[INFO] Deleting
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-servlet-test-jetty ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:maven-version (default) @ weld-servlet-test-jetty ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-servlet-test-jetty ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-servlet-test-jetty ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (attach-license) @ weld-servlet-test-jetty ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ weld-servlet-test-jetty ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ weld-servlet-test-jetty ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-checkstyle-plugin:2.13:checkstyle (check-style) @ weld-servlet-test-jetty ---
[INFO] Starting audit...
Audit done.
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ weld-servlet-test-jetty ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ weld-servlet-test-jetty ---
[INFO] Compiling 4 source files to
[INFO]
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ weld-servlet-test-jetty ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-surefire-report-plugin:2.17:report-only (generate-test-report) @ weld-servlet-test-jetty ---
[WARNING] Unable to locate Test Source XRef to link to - DISABLED
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ weld-servlet-test-jetty ---
[INFO] Building jar:
[INFO]
[INFO] >>> maven-source-plugin:2.1.2:jar (attach-sources) @ weld-servlet-test-jetty >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-servlet-test-jetty ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:maven-version (default) @ weld-servlet-test-jetty ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-servlet-test-jetty ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-servlet-test-jetty ---
[INFO]
[INFO] <<< maven-source-plugin:2.1.2:jar (attach-sources) @ weld-servlet-test-jetty <<<
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar (attach-sources) @ weld-servlet-test-jetty ---
[INFO] META-INF already added, skipping
[INFO] META-INF/LICENSE.txt already added, skipping
[INFO] META-INF/DEPENDENCIES.txt already added, skipping
[INFO] Building jar:
[INFO] META-INF already added, skipping
[INFO] META-INF/LICENSE.txt already added, skipping
[INFO] META-INF/DEPENDENCIES.txt already added, skipping
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ weld-servlet-test-jetty ---
[INFO] Installing to /home/hudson/.m2/repository/org/jboss/weld/servlet/weld-servlet-test-jetty/2.3.4-SNAPSHOT/weld-servlet-test-jetty-2.3.4-SNAPSHOT.jar
[INFO] Installing to /home/hudson/.m2/repository/org/jboss/weld/servlet/weld-servlet-test-jetty/2.3.4-SNAPSHOT/weld-servlet-test-jetty-2.3.4-SNAPSHOT.pom
[INFO] Installing to /home/hudson/.m2/repository/org/jboss/weld/servlet/weld-servlet-test-jetty/2.3.4-SNAPSHOT/weld-servlet-test-jetty-2.3.4-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Weld Parent ....................................... SUCCESS [ 2.390 s]
[INFO] Weld Implementation (Core) ........................ SUCCESS [ 14.956 s]
[INFO] Weld Core - JSF ................................... SUCCESS [ 0.688 s]
[INFO] Weld Implementation ............................... SUCCESS [ 1.001 s]
[INFO] Weld Probe Parent ................................. SUCCESS [ 0.221 s]
[INFO] Weld Probe Core ................................... SUCCESS [ 2.924 s]
[INFO] Weld Test Utilities ............................... SUCCESS [ 1.021 s]
[INFO] weld-probe-tests .................................. SUCCESS [ 2.070 s]
[INFO] Weld Porting Package for the CDI TCK 1.1 .......... SUCCESS [ 0.465 s]
[INFO] Weld Unit Tests ................................... SUCCESS [ 1.579 s]
[INFO] Weld Integration Tests (JBoss AS) ................. SUCCESS [ 6.274 s]
[INFO] AtInject TCK runner for Weld ...................... SUCCESS [ 0.752 s]
[INFO] Weld Environment Common ........................... SUCCESS [ 1.060 s]
[INFO] Weld SE (Core) .................................... SUCCESS [ 6.511 s]
[INFO] Weld SE (Uber Jar) ................................ SUCCESS [ 1.303 s]
[INFO] Weld SE Parent .................................... SUCCESS [ 0.191 s]
[INFO] Weld SE Tests ..................................... SUCCESS [ 0.917 s]
[INFO] Weld Servlet Parent ............................... SUCCESS [ 0.172 s]
[INFO] Weld Servlet Core ................................. SUCCESS [ 1.728 s]
[INFO] Weld Servlet (Uber Jar) ........................... SUCCESS [ 1.317 s]
[INFO] Weld Servlet Integration Tests (Base) ............. SUCCESS [ 0.852 s]
[INFO] Weld Servlet Integration Tests (Tomcat) ........... SUCCESS [ 0.527 s]
[INFO] Weld Servlet Integration Tests (Jetty) ............ SUCCESS [ 0.461 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 49.882 s
[INFO] Finished at: 2016-04-03T10:44:16+08:00
[INFO] Final Memory: 110M/727M
[INFO] ------------------------------------------------------------------------
+ /mnt/osprey-share/weld/apache-maven-3.2.1/bin/mvn -s /mnt/osprey-share/weld/settings.xml clean package -Pupdate-jboss-as -Dtck -f weld/jboss-as/pom.xml
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.jboss.weld:weld-core-jboss-as7-updater:pom:2.3.4-SNAPSHOT
[WARNING] 'parent.relativePath' of POM org.jboss.weld:weld-core-parent:2.3.4-SNAPSHOT ( points at org.apache.deltaspike:deltaspike instead of org.jboss.weld:weld-parent, please verify your project structure @ org.jboss.weld:weld-core-parent:2.3.4-SNAPSHOT, line 9, column 13
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO]
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JBoss AS7 Updater 2.3.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ weld-core-jboss-as7-updater ---
[INFO] Deleting
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-core-jboss-as7-updater ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:maven-version (default) @ weld-core-jboss-as7-updater ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-core-jboss-as7-updater ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-core-jboss-as7-updater ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd && git rev-parse --verify HEAD
[INFO] Working directory:
[INFO] Storing buildNumber: 2c22fa0a196efe44048dfe67b07df47707f01ef2 at timestamp: 03 April 2016 10:44:19 SGT
[INFO] Executing: /bin/sh -c cd && git rev-parse --verify HEAD
[INFO] Working directory:
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (attach-license) @ weld-core-jboss-as7-updater ---
[INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO]
[INFO] --- maven-dependency-plugin:2.1:copy-dependencies (copy-dependencies) @ weld-core-jboss-as7-updater ---
[INFO] Copying cdi-api-1.2.jar to
[INFO] Copying cdi-tck-ext-lib-1.2.8.Final.jar to
[INFO] Copying weld-api-2.3.SP1.jar to
[INFO] Copying weld-core-2.3.4-SNAPSHOT.jar to
[INFO] Copying weld-core-impl-2.3.4-SNAPSHOT.jar to
[INFO] Copying weld-core-jsf-2.3.4-SNAPSHOT.jar to
[INFO] Copying weld-spi-2.3.SP1.jar to
[INFO] Copying weld-probe-core-2.3.4-SNAPSHOT.jar to
[INFO]
[INFO] --- maven-checkstyle-plugin:2.13:checkstyle (check-style) @ weld-core-jboss-as7-updater ---
[INFO] Starting audit...
Audit done.
[INFO]
[INFO] >>> maven-source-plugin:2.1.2:jar (attach-sources) @ weld-core-jboss-as7-updater >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-core-jboss-as7-updater ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:maven-version (default) @ weld-core-jboss-as7-updater ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-core-jboss-as7-updater ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-core-jboss-as7-updater ---
[INFO]
[INFO] <<< maven-source-plugin:2.1.2:jar (attach-sources) @ weld-core-jboss-as7-updater <<<
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar (attach-sources) @ weld-core-jboss-as7-updater ---
[INFO]
[INFO] --- maven-antrun-plugin:1.3:run (update-jboss-as) @ weld-core-jboss-as7-updater ---
[INFO] Executing tasks
[echo] =========================================================================
[echo]
[echo] Updating Weld modules
[echo]
[echo] Weld version: 2.3.4-SNAPSHOT
[echo]
[echo] JBOSS_HOME:
[echo]
[echo] =========================================================================
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.295 s
[INFO] Finished at: 2016-04-03T10:44:21+08:00
[INFO] Final Memory: 30M/279M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.3:run (update-jboss-as) on project weld-core-jboss-as7-updater: An Ant BuildException has occured: Directory does not exist: -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Build step 'Execute shell' marked build as failure
Recording test results
ERROR: Publisher hudson.tasks.junit.JUnitResultArchiver aborted due to exception
hudson.AbortException: Test reports were found but none of them are new. Did tests run?
For example, is 4 mo 7 days old
at hudson.tasks.junit.TestResult.parse(TestResult.java:178)
at hudson.tasks.junit.TestResult.parse(TestResult.java:146)
at hudson.tasks.junit.TestResult.(TestResult.java:122)
at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:119)
at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:93)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2589)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
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 hudson.remoting.Engine$1$1.run(Engine.java:63)
at java.lang.Thread.run(Thread.java:744)
at ......remote call to osprey-02(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
at hudson.remoting.Channel.call(Channel.java:752)
at hudson.FilePath.act(FilePath.java:969)
at hudson.FilePath.act(FilePath.java:958)
at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:90)
at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:120)
at hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:137)
at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:74)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:770)
at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:734)
at hudson.model.Build$BuildExecution.post2(Build.java:183)
at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:683)
at hudson.model.Run.execute(Run.java:1770)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)
From ci-builds at redhat.com Sun Apr 3 17:46:47 2016
From: ci-builds at redhat.com (ci-builds at redhat.com)
Date: Sun, 3 Apr 2016 17:46:47 -0400 (EDT)
Subject: [weld-builds] Build failed in Jenkins:
Weld-3.x-interoperability-deltaspike #531
In-Reply-To: <1678645121.29344.1459633629046.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com>
References: <1678645121.29344.1459633629046.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com>
Message-ID: <241108677.29579.1459720007983.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com>
See
Changes:
[johndament] DELTASPIKE-1105 Data Module doc fixes.
[johndament] Added documentation to add DeltaSpike to a gradle project.
[johndament] Updated docs to show how to use Gradle when setting up.
[johndament] Updated docs to show how to use Gradle when using modules.
[johndament] Updated docs to show how to use Gradle when using modules.
[johndament] Ignore the target folder of all builds when doing rat check, as well as .iml files.
------------------------------------------
[...truncated 2601 lines...]
Concurrency config is parallel='none', perCoreThreadCount=true, threadCount=2, useUnlimitedThreads=false
Running org.apache.deltaspike.test.core.api.projectstage.ProjectStageProducerTest
Apr 03, 2016 5:46:46 PM org.apache.deltaspike.core.impl.config.EnvironmentPropertyConfigSourceProvider
INFO: Custom config found by DeltaSpike. Name: 'META-INF/apache-deltaspike.properties', URL: '
Apr 03, 2016 5:46:46 PM org.apache.deltaspike.core.impl.config.EnvironmentPropertyConfigSourceProvider
INFO: Custom config found by DeltaSpike. Name: 'myboottimeconfig.properties', URL: '
Apr 03, 2016 5:46:46 PM org.apache.deltaspike.core.util.ProjectStageProducer initProjectStage
INFO: Computed the following DeltaSpike ProjectStage: SystemTest
Apr 03, 2016 5:46:46 PM org.apache.deltaspike.core.util.ProjectStageProducer initProjectStage
INFO: Computed the following DeltaSpike ProjectStage: SystemTest
Apr 03, 2016 5:46:46 PM org.apache.deltaspike.core.util.ProjectStageProducer initProjectStage
INFO: Computed the following DeltaSpike ProjectStage: IntegrationTest
Apr 03, 2016 5:46:46 PM org.apache.deltaspike.core.util.ProjectStageProducer initProjectStage
INFO: Computed the following DeltaSpike ProjectStage: SystemTest
Apr 03, 2016 5:46:46 PM org.apache.deltaspike.core.util.ProjectStageProducer initProjectStage
INFO: Computed the following DeltaSpike ProjectStage: IntegrationTest
Apr 03, 2016 5:46:46 PM org.apache.deltaspike.core.util.ProjectStageProducer initProjectStage
INFO: Computed the following DeltaSpike ProjectStage: SystemTest
Apr 03, 2016 5:46:46 PM org.apache.deltaspike.core.util.ProjectStageProducer initProjectStage
INFO: Computed the following DeltaSpike ProjectStage: IntegrationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec
Running org.apache.deltaspike.test.core.api.projectstage.ProjectStageTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.apache.deltaspike.test.core.api.config.ConfigSourceTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.apache.deltaspike.test.core.api.util.bean.BeanBuilderTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.message.MessageContextTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.exception.control.traversal.TraversalPathTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.scope.conversation.grouped.implicit.ImplicitlyGroupedConversationsTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.interpreter.PropertyExpressionInterpreterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.deltaspike.test.core.api.exclude.ExcludeWarFileTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.scope.conversation.subgroup.uc002.GroupedConversationSubGroupTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.scope.window.DefaultWindowContextTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.exception.control.flow.DepthAbortControlTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.exception.control.handler.HandlerComparatorTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.exception.control.flow.RethrowTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.message.MessageTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.message.MessageFormattedMessageTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.exception.control.flow.ThrowingNewExceptionTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.exception.control.flow.BreadthFirstAbortControlTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.exception.control.flow.ProceedCauseHandlerTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.scope.conversation.grouped.explicit.ExplicitlyGroupedConversationsTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.exception.control.handler.CallingHandlersTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.config.propertyconfigsource.PropertyConfigSourceTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.util.context.AbstractContextTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.jmx.CustomPropertiesTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.message.MinimalMessagesTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.provider.BeanProviderTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.resourceloader.ClasspathResourceTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.exception.control.handler.UnMuteHandlerTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.exception.control.event.EventTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.config.injectable.InjectableConfigPropertyTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.jmx.SimpleRegistrationWarFileTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.scope.viewaccess.ViewAccessScopedTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.exclude.uc001.EntityExcludeTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.alternative.local.BdaAlternativeWarFileTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.scope.conversation.subgroup.uc003.GroupedConversationSubGroupTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.throttling.ThrottledTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.alternative.global.GlobalAlternativeTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.activation.DefaultClassDeactivatorTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.custom.spi.ServiceUtilsWarFileTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.message.SimpleMessageTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.resourceloader.FileResourceTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.scope.conversation.subgroup.uc001.GroupedConversationSubGroupTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.exception.control.flow.HandledExceptionHandlerTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.future.FutureableTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.activation.ClassDeactivationWarFileTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.util.ProxyUtilsTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.message.locale.ConfigurableLocaleMessageTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.lock.LockedTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.provider.BeanManagerProviderWarFileTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.jmx.CustomTypeTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Results :
Tests in error:
org.apache.deltaspike.test.core.api.util.bean.BeanBuilderTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.message.MessageContextTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.exception.control.traversal.TraversalPathTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.scope.conversation.grouped.implicit.ImplicitlyGroupedConversationsTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.exclude.ExcludeWarFileTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.scope.conversation.subgroup.uc002.GroupedConversationSubGroupTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.scope.window.DefaultWindowContextTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.exception.control.flow.DepthAbortControlTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.exception.control.handler.HandlerComparatorTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.exception.control.flow.RethrowTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.message.MessageTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.message.MessageFormattedMessageTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.exception.control.flow.ThrowingNewExceptionTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.exception.control.flow.BreadthFirstAbortControlTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.exception.control.flow.ProceedCauseHandlerTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.scope.conversation.grouped.explicit.ExplicitlyGroupedConversationsTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.exception.control.handler.CallingHandlersTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.config.propertyconfigsource.PropertyConfigSourceTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.util.context.AbstractContextTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.jmx.CustomPropertiesTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.message.MinimalMessagesTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.provider.BeanProviderTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.resourceloader.ClasspathResourceTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.exception.control.handler.UnMuteHandlerTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.exception.control.event.EventTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.config.injectable.InjectableConfigPropertyTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.jmx.SimpleRegistrationWarFileTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.scope.viewaccess.ViewAccessScopedTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.exclude.uc001.EntityExcludeTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.alternative.local.BdaAlternativeWarFileTest: Could not create new instance of class org.jboss.arquillian.test.impl.EventTestRunnerAdaptor
org.apache.deltaspike.test.core.api.scope.conversation.subgroup.uc003.GroupedConversationSubGroupTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.throttling.ThrottledTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.alternative.global.GlobalAlternativeTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.activation.DefaultClassDeactivatorTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.custom.spi.ServiceUtilsWarFileTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.message.SimpleMessageTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.resourceloader.FileResourceTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.scope.conversation.subgroup.uc001.GroupedConversationSubGroupTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.exception.control.flow.HandledExceptionHandlerTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.future.FutureableTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.activation.ClassDeactivationWarFileTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.util.ProxyUtilsTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.message.locale.ConfigurableLocaleMessageTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.lock.LockedTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.provider.BeanManagerProviderWarFileTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.jmx.CustomTypeTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
Tests run: 57, Failures: 0, Errors: 46, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache DeltaSpike Sources .......................... SUCCESS [ 2.843 s]
[INFO] Apache DeltaSpike CheckStyle-rules ................. SUCCESS [ 1.201 s]
[INFO] Apache DeltaSpike Parent ........................... SUCCESS [ 5.117 s]
[INFO] Apache DeltaSpike Test-Utils ....................... SUCCESS [ 4.457 s]
[INFO] Apache DeltaSpike Code Parent ...................... SUCCESS [ 1.331 s]
[INFO] Apache DeltaSpike Core ............................. SUCCESS [ 0.497 s]
[INFO] Apache DeltaSpike Core-API ......................... SUCCESS [ 5.916 s]
[INFO] Apache DeltaSpike Core-Implementation .............. FAILURE [ 3.207 s]
[INFO] Apache DeltaSpike ContainerControl parent .......... SKIPPED
[INFO] Apache DeltaSpike CDI ContainerControl API ......... SKIPPED
[INFO] Apache DeltaSpike CDI Weld-ContainerControl ........ SKIPPED
[INFO] Apache DeltaSpike CDI Servlet-ContainerControl ..... SKIPPED
[INFO] Apache DeltaSpike CDI ContainerControl TCK ......... SKIPPED
[INFO] Apache DeltaSpike Modules .......................... SKIPPED
[INFO] Apache DeltaSpike Proxy-Module ..................... SKIPPED
[INFO] Apache DeltaSpike Proxy-Module API ................. SKIPPED
[INFO] Apache DeltaSpike Proxy-Module Impl ASM5 ........... SKIPPED
[INFO] Apache DeltaSpike Security-Module .................. SKIPPED
[INFO] Apache DeltaSpike Security-Module API .............. SKIPPED
[INFO] Apache DeltaSpike Security-Module Impl ............. SKIPPED
[INFO] Apache DeltaSpike JPA-Module ....................... SKIPPED
[INFO] Apache DeltaSpike JPA-Module API ................... SKIPPED
[INFO] Apache DeltaSpike JPA-Module Impl .................. SKIPPED
[INFO] Apache DeltaSpike Servlet-Module ................... SKIPPED
[INFO] Apache DeltaSpike Servlet-Module API ............... SKIPPED
[INFO] Apache DeltaSpike Servlet-Module Impl .............. SKIPPED
[INFO] Apache DeltaSpike JSF-Module ....................... SKIPPED
[INFO] Apache DeltaSpike JSF-Module API ................... SKIPPED
[INFO] Apache DeltaSpike JSF-Module Impl .................. SKIPPED
[INFO] Apache DeltaSpike JSF-Module Impl (EE6 only) ....... SKIPPED
[INFO] Apache DeltaSpike Partial-Bean-Module .............. SKIPPED
[INFO] Apache DeltaSpike Partial-Bean-Module API .......... SKIPPED
[INFO] Apache DeltaSpike Partial-Bean-Module Impl ......... SKIPPED
[INFO] Apache DeltaSpike BeanValidation-Module ............ SKIPPED
[INFO] Apache DeltaSpike BeanValidation-Module API ........ SKIPPED
[INFO] Apache DeltaSpike BeanValidation-Module Impl ....... SKIPPED
[INFO] Apache DeltaSpike Data-Module ...................... SKIPPED
[INFO] Apache DeltaSpike Data-Module API .................. SKIPPED
[INFO] Apache DeltaSpike Data-Module Impl ................. SKIPPED
[INFO] Apache DeltaSpike Scheduler-Module ................. SKIPPED
[INFO] Apache DeltaSpike Scheduler-Module API ............. SKIPPED
[INFO] Apache DeltaSpike Scheduler-Module Impl ............ SKIPPED
[INFO] Apache DeltaSpike Test-Control-Module .............. SKIPPED
[INFO] Apache DeltaSpike Test-Control-Module API .......... SKIPPED
[INFO] Apache DeltaSpike Test-Control-Module Impl ......... SKIPPED
[INFO] Apache DeltaSpike Examples ......................... SKIPPED
[INFO] Apache DeltaSpike Java-SE Examples ................. SKIPPED
[INFO] Apache DeltaSpike JSF Examples ..................... SKIPPED
[INFO] Apache DeltaSpike JSF Playground ................... SKIPPED
[INFO] Apache DeltaSpike Security Example CDI ............. SKIPPED
[INFO] Apache DeltaSpike Security Example PicketLink ...... SKIPPED
[INFO] Apache DeltaSpike Java-SE Scheduler Examples ....... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 29.033 s
[INFO] Finished at: 2016-04-03T17:46:46-04:00
[INFO] Final Memory: 60M/569M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.11:test (default-test) on project deltaspike-core-impl: There are test failures.
[ERROR]
[ERROR] Please refer to for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn -rf :deltaspike-core-impl
Build step 'Execute shell' marked build as failure
Recording test results
From ci-builds at redhat.com Sun Apr 3 18:01:44 2016
From: ci-builds at redhat.com (ci-builds at redhat.com)
Date: Sun, 3 Apr 2016 18:01:44 -0400 (EDT)
Subject: [weld-builds] Build failed in Jenkins: Weld-2.x-WF8-build #473
In-Reply-To: <480756768.29361.1459634581505.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com>
References: <480756768.29361.1459634581505.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com>
Message-ID: <1896774098.29598.1459720904836.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com>
See
------------------------------------------
[...truncated 456 lines...]
[INFO] Executing the mojo:
[INFO] Wro4j Model path:
[INFO] targetGroups: null
[INFO] minimize: true
[INFO] ignoreMissingResources: null
[INFO] parallelProcessing: false
[INFO] buildDirectory:
[INFO] destinationFolder:
[INFO] wroManagerFactory class: ro.isdc.wro.maven.plugin.manager.factory.ConfigurableWroManagerFactory
[INFO] The following groups will be processed: [probe]
[INFO] folder:
[INFO] processing group: probe.css
[INFO] file size: probe.css -> 158236 bytes
[INFO] (158236 bytes)
[INFO] folder:
[INFO] processing group: probe.js
[INFO] file size: probe.js -> 773244 bytes
[INFO] (773244 bytes)
[INFO]
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-resources) @ weld-probe-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 5 resources
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ weld-probe-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ weld-probe-core ---
[INFO] Compiling 5 source files to
[INFO]
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ weld-probe-core ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ weld-probe-core ---
[INFO] Building jar:
[INFO]
[INFO] >>> maven-source-plugin:2.1.2:jar (attach-sources) > generate-sources @ weld-probe-core >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-probe-core ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:maven-version (default) @ weld-probe-core ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-probe-core ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-probe-core ---
[INFO]
[INFO] <<< maven-source-plugin:2.1.2:jar (attach-sources) < generate-sources @ weld-probe-core <<<
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar (attach-sources) @ weld-probe-core ---
[INFO] META-INF already added, skipping
[INFO] META-INF/DEPENDENCIES.txt already added, skipping
[INFO] META-INF/LICENSE.txt already added, skipping
[INFO] Building jar:
[INFO] META-INF already added, skipping
[INFO] META-INF/DEPENDENCIES.txt already added, skipping
[INFO] META-INF/LICENSE.txt already added, skipping
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ weld-probe-core ---
[INFO] Installing to /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/probe/weld-probe-core/2.3.4-SNAPSHOT/weld-probe-core-2.3.4-SNAPSHOT.jar
[INFO] Installing to /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/probe/weld-probe-core/2.3.4-SNAPSHOT/weld-probe-core-2.3.4-SNAPSHOT.pom
[INFO] Installing to /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/probe/weld-probe-core/2.3.4-SNAPSHOT/weld-probe-core-2.3.4-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building weld-probe-tests 2.3.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://snapshots.jboss.org/maven2/org/jboss/weld/weld-core-test-common/2.3.4-SNAPSHOT/maven-metadata.xml
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/jboss/weld/weld-core-test-common/2.3.4-SNAPSHOT/maven-metadata.xml
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ weld-probe-tests ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-probe-tests ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:maven-version (default) @ weld-probe-tests ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-probe-tests ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-probe-tests ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (attach-license) @ weld-probe-tests ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ weld-probe-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ weld-probe-tests ---
[INFO] Compiling 17 source files to
[INFO]
[INFO] --- maven-checkstyle-plugin:2.13:checkstyle (check-style) @ weld-probe-tests ---
[INFO] Starting audit...
Audit done.
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ weld-probe-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ weld-probe-tests ---
[INFO] Compiling 11 source files to
[INFO]
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ weld-probe-tests ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ weld-probe-tests ---
[INFO] Building jar:
[INFO]
[INFO] >>> maven-source-plugin:2.1.2:jar (attach-sources) > generate-sources @ weld-probe-tests >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-probe-tests ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:maven-version (default) @ weld-probe-tests ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-probe-tests ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-probe-tests ---
[INFO]
[INFO] <<< maven-source-plugin:2.1.2:jar (attach-sources) < generate-sources @ weld-probe-tests <<<
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar (attach-sources) @ weld-probe-tests ---
[INFO] META-INF already added, skipping
[INFO] META-INF/DEPENDENCIES.txt already added, skipping
[INFO] META-INF/LICENSE.txt already added, skipping
[INFO] Building jar:
[INFO] META-INF already added, skipping
[INFO] META-INF/DEPENDENCIES.txt already added, skipping
[INFO] META-INF/LICENSE.txt already added, skipping
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ weld-probe-tests ---
[INFO] Installing to /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/probe/weld-probe-tests/2.3.4-SNAPSHOT/weld-probe-tests-2.3.4-SNAPSHOT.jar
[INFO] Installing to /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/probe/weld-probe-tests/2.3.4-SNAPSHOT/weld-probe-tests-2.3.4-SNAPSHOT.pom
[INFO] Installing to /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/probe/weld-probe-tests/2.3.4-SNAPSHOT/weld-probe-tests-2.3.4-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Weld Parent ........................................ SUCCESS [ 7.521 s]
[INFO] Weld Implementation (Core) ......................... SUCCESS [ 28.442 s]
[INFO] Weld Core - JSF .................................... SUCCESS [ 1.673 s]
[INFO] Weld Implementation ................................ SUCCESS [ 2.118 s]
[INFO] Weld Probe Parent .................................. SUCCESS [ 0.394 s]
[INFO] Weld Probe Core .................................... SUCCESS [ 6.838 s]
[INFO] weld-probe-tests ................................... SUCCESS [ 13.953 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:03 min
[INFO] Finished at: 2016-04-03T18:01:31-04:00
[INFO] Final Memory: 67M/523M
[INFO] ------------------------------------------------------------------------
+ /qa/tools/opt/maven-3.3.3-prod/bin/mvn -Dmaven.repo.local=/qa/home/hudson/private_maven_repos/weld/ clean install -Pupdate-jboss-as -Dtck -f weld/jboss-as/pom.xml
[INFO] Maven-Manipulation-Extension 1.17
[main] INFO o.c.m.ext.manip.ManipulationManager - Maven-Manipulation-Extension: No changes.
[main] INFO o.c.m.ext.manip.ManipulationManager - Maven-Manipulation-Extension: Finished.
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JBoss AS7 Updater 2.3.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ weld-core-jboss-as7-updater ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-core-jboss-as7-updater ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:maven-version (default) @ weld-core-jboss-as7-updater ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-core-jboss-as7-updater ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-core-jboss-as7-updater ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd && git rev-parse --verify HEAD
[INFO] Working directory:
[INFO] Storing buildNumber: 2c22fa0a196efe44048dfe67b07df47707f01ef2 at timestamp: April 3, 2016 6:01:37 PM EDT
[INFO] Executing: /bin/sh -c cd && git rev-parse --verify HEAD
[INFO] Working directory:
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (attach-license) @ weld-core-jboss-as7-updater ---
[INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO]
[INFO] --- maven-dependency-plugin:2.1:copy-dependencies (copy-dependencies) @ weld-core-jboss-as7-updater ---
[INFO] Copying cdi-api-1.2.jar to
[INFO] Copying cdi-tck-ext-lib-1.2.8.Final.jar to
[INFO] Copying weld-api-2.3.SP1.jar to
[INFO] Copying weld-core-2.3.4-SNAPSHOT.jar to
[INFO] Copying weld-core-impl-2.3.4-SNAPSHOT.jar to
[INFO] Copying weld-core-jsf-2.3.4-SNAPSHOT.jar to
[INFO] Copying weld-spi-2.3.SP1.jar to
[INFO] Copying weld-probe-core-2.3.4-SNAPSHOT.jar to
[INFO]
[INFO] --- maven-checkstyle-plugin:2.13:checkstyle (check-style) @ weld-core-jboss-as7-updater ---
[INFO] Starting audit...
Audit done.
[INFO]
[INFO] >>> maven-source-plugin:2.1.2:jar (attach-sources) > generate-sources @ weld-core-jboss-as7-updater >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-core-jboss-as7-updater ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:maven-version (default) @ weld-core-jboss-as7-updater ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-core-jboss-as7-updater ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-core-jboss-as7-updater ---
[INFO]
[INFO] <<< maven-source-plugin:2.1.2:jar (attach-sources) < generate-sources @ weld-core-jboss-as7-updater <<<
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar (attach-sources) @ weld-core-jboss-as7-updater ---
[INFO]
[INFO] --- maven-antrun-plugin:1.3:run (update-jboss-as) @ weld-core-jboss-as7-updater ---
[INFO] Executing tasks
[echo] =========================================================================
[echo]
[echo] Updating Weld modules
[echo]
[echo] Weld version: 2.3.4-SNAPSHOT
[echo]
[echo] JBOSS_HOME:
[echo]
[echo] =========================================================================
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9.651 s
[INFO] Finished at: 2016-04-03T18:01:44-04:00
[INFO] Final Memory: 35M/296M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.3:run (update-jboss-as) on project weld-core-jboss-as7-updater: An Ant BuildException has occured: Directory does not exist: -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Build step 'Execute shell' marked build as failure
Archiving artifacts
From ci-builds at redhat.com Sun Apr 3 22:44:29 2016
From: ci-builds at redhat.com (ci-builds at redhat.com)
Date: Sun, 3 Apr 2016 22:44:29 -0400 (EDT)
Subject: [weld-builds] Build failed in Jenkins:
Weld-2.x-interoperability-deltaspike-WF9 #830
In-Reply-To: <1282766813.29442.1459651465509.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com>
References: <1282766813.29442.1459651465509.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com>
Message-ID: <776399546.29655.1459737869685.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com>
See
Changes:
[johndament] Updated docs to show how to use Gradle when setting up.
[johndament] Updated docs to show how to use Gradle when using modules.
[johndament] Updated docs to show how to use Gradle when using modules.
[johndament] Ignore the target folder of all builds when doing rat check, as well as .iml files.
------------------------------------------
[...truncated 1846 lines...]
[INFO] Installing to /home/hudson/.m2/repository/org/jboss/weld/servlet/weld-servlet-test-tomcat/2.3.4-SNAPSHOT/weld-servlet-test-tomcat-2.3.4-SNAPSHOT.jar
[INFO] Installing to /home/hudson/.m2/repository/org/jboss/weld/servlet/weld-servlet-test-tomcat/2.3.4-SNAPSHOT/weld-servlet-test-tomcat-2.3.4-SNAPSHOT.pom
[INFO] Installing to /home/hudson/.m2/repository/org/jboss/weld/servlet/weld-servlet-test-tomcat/2.3.4-SNAPSHOT/weld-servlet-test-tomcat-2.3.4-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Servlet Integration Tests (Jetty) 2.3.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ weld-servlet-test-jetty ---
[INFO] Deleting
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-servlet-test-jetty ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:maven-version (default) @ weld-servlet-test-jetty ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-servlet-test-jetty ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-servlet-test-jetty ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (attach-license) @ weld-servlet-test-jetty ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ weld-servlet-test-jetty ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ weld-servlet-test-jetty ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-checkstyle-plugin:2.13:checkstyle (check-style) @ weld-servlet-test-jetty ---
[INFO] Starting audit...
Audit done.
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ weld-servlet-test-jetty ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ weld-servlet-test-jetty ---
[INFO] Compiling 4 source files to
[INFO]
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ weld-servlet-test-jetty ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-surefire-report-plugin:2.17:report-only (generate-test-report) @ weld-servlet-test-jetty ---
[WARNING] Unable to locate Test Source XRef to link to - DISABLED
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ weld-servlet-test-jetty ---
[INFO] Building jar:
[INFO]
[INFO] >>> maven-source-plugin:2.1.2:jar (attach-sources) @ weld-servlet-test-jetty >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-servlet-test-jetty ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:maven-version (default) @ weld-servlet-test-jetty ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-servlet-test-jetty ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-servlet-test-jetty ---
[INFO]
[INFO] <<< maven-source-plugin:2.1.2:jar (attach-sources) @ weld-servlet-test-jetty <<<
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar (attach-sources) @ weld-servlet-test-jetty ---
[INFO] META-INF already added, skipping
[INFO] META-INF/LICENSE.txt already added, skipping
[INFO] META-INF/DEPENDENCIES.txt already added, skipping
[INFO] Building jar:
[INFO] META-INF already added, skipping
[INFO] META-INF/LICENSE.txt already added, skipping
[INFO] META-INF/DEPENDENCIES.txt already added, skipping
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ weld-servlet-test-jetty ---
[INFO] Installing to /home/hudson/.m2/repository/org/jboss/weld/servlet/weld-servlet-test-jetty/2.3.4-SNAPSHOT/weld-servlet-test-jetty-2.3.4-SNAPSHOT.jar
[INFO] Installing to /home/hudson/.m2/repository/org/jboss/weld/servlet/weld-servlet-test-jetty/2.3.4-SNAPSHOT/weld-servlet-test-jetty-2.3.4-SNAPSHOT.pom
[INFO] Installing to /home/hudson/.m2/repository/org/jboss/weld/servlet/weld-servlet-test-jetty/2.3.4-SNAPSHOT/weld-servlet-test-jetty-2.3.4-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Weld Parent ....................................... SUCCESS [ 2.471 s]
[INFO] Weld Implementation (Core) ........................ SUCCESS [ 15.868 s]
[INFO] Weld Core - JSF ................................... SUCCESS [ 0.711 s]
[INFO] Weld Implementation ............................... SUCCESS [ 1.029 s]
[INFO] Weld Probe Parent ................................. SUCCESS [ 0.208 s]
[INFO] Weld Probe Core ................................... SUCCESS [ 3.051 s]
[INFO] Weld Test Utilities ............................... SUCCESS [ 1.075 s]
[INFO] weld-probe-tests .................................. SUCCESS [ 2.198 s]
[INFO] Weld Porting Package for the CDI TCK 1.1 .......... SUCCESS [ 0.501 s]
[INFO] Weld Unit Tests ................................... SUCCESS [ 1.422 s]
[INFO] Weld Integration Tests (JBoss AS) ................. SUCCESS [ 6.113 s]
[INFO] AtInject TCK runner for Weld ...................... SUCCESS [ 0.793 s]
[INFO] Weld Environment Common ........................... SUCCESS [ 1.178 s]
[INFO] Weld SE (Core) .................................... SUCCESS [ 8.890 s]
[INFO] Weld SE (Uber Jar) ................................ SUCCESS [ 1.325 s]
[INFO] Weld SE Parent .................................... SUCCESS [ 0.215 s]
[INFO] Weld SE Tests ..................................... SUCCESS [ 0.950 s]
[INFO] Weld Servlet Parent ............................... SUCCESS [ 0.184 s]
[INFO] Weld Servlet Core ................................. SUCCESS [ 1.737 s]
[INFO] Weld Servlet (Uber Jar) ........................... SUCCESS [ 1.328 s]
[INFO] Weld Servlet Integration Tests (Base) ............. SUCCESS [ 0.914 s]
[INFO] Weld Servlet Integration Tests (Tomcat) ........... SUCCESS [ 0.533 s]
[INFO] Weld Servlet Integration Tests (Jetty) ............ SUCCESS [ 0.585 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 53.823 s
[INFO] Finished at: 2016-04-04T10:44:19+08:00
[INFO] Final Memory: 109M/701M
[INFO] ------------------------------------------------------------------------
+ /mnt/osprey-share/weld/apache-maven-3.2.1/bin/mvn -s /mnt/osprey-share/weld/settings.xml clean package -Pupdate-jboss-as -Dtck -f weld/jboss-as/pom.xml
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.jboss.weld:weld-core-jboss-as7-updater:pom:2.3.4-SNAPSHOT
[WARNING] 'parent.relativePath' of POM org.jboss.weld:weld-core-parent:2.3.4-SNAPSHOT ( points at org.apache.deltaspike:deltaspike instead of org.jboss.weld:weld-parent, please verify your project structure @ org.jboss.weld:weld-core-parent:2.3.4-SNAPSHOT, line 9, column 13
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO]
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JBoss AS7 Updater 2.3.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ weld-core-jboss-as7-updater ---
[INFO] Deleting
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-core-jboss-as7-updater ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:maven-version (default) @ weld-core-jboss-as7-updater ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-core-jboss-as7-updater ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-core-jboss-as7-updater ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd && git rev-parse --verify HEAD
[INFO] Working directory:
[INFO] Storing buildNumber: 2c22fa0a196efe44048dfe67b07df47707f01ef2 at timestamp: 04 April 2016 10:44:22 SGT
[INFO] Executing: /bin/sh -c cd && git rev-parse --verify HEAD
[INFO] Working directory:
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (attach-license) @ weld-core-jboss-as7-updater ---
[INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO]
[INFO] --- maven-dependency-plugin:2.1:copy-dependencies (copy-dependencies) @ weld-core-jboss-as7-updater ---
[INFO] Copying cdi-api-1.2.jar to
[INFO] Copying cdi-tck-ext-lib-1.2.8.Final.jar to
[INFO] Copying weld-api-2.3.SP1.jar to
[INFO] Copying weld-core-2.3.4-SNAPSHOT.jar to
[INFO] Copying weld-core-impl-2.3.4-SNAPSHOT.jar to
[INFO] Copying weld-core-jsf-2.3.4-SNAPSHOT.jar to
[INFO] Copying weld-spi-2.3.SP1.jar to
[INFO] Copying weld-probe-core-2.3.4-SNAPSHOT.jar to
[INFO]
[INFO] --- maven-checkstyle-plugin:2.13:checkstyle (check-style) @ weld-core-jboss-as7-updater ---
[INFO] Starting audit...
Audit done.
[INFO]
[INFO] >>> maven-source-plugin:2.1.2:jar (attach-sources) @ weld-core-jboss-as7-updater >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-core-jboss-as7-updater ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:maven-version (default) @ weld-core-jboss-as7-updater ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-core-jboss-as7-updater ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-core-jboss-as7-updater ---
[INFO]
[INFO] <<< maven-source-plugin:2.1.2:jar (attach-sources) @ weld-core-jboss-as7-updater <<<
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar (attach-sources) @ weld-core-jboss-as7-updater ---
[INFO]
[INFO] --- maven-antrun-plugin:1.3:run (update-jboss-as) @ weld-core-jboss-as7-updater ---
[INFO] Executing tasks
[echo] =========================================================================
[echo]
[echo] Updating Weld modules
[echo]
[echo] Weld version: 2.3.4-SNAPSHOT
[echo]
[echo] JBOSS_HOME:
[echo]
[echo] =========================================================================
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.889 s
[INFO] Finished at: 2016-04-04T10:44:26+08:00
[INFO] Final Memory: 31M/332M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.3:run (update-jboss-as) on project weld-core-jboss-as7-updater: An Ant BuildException has occured: Directory does not exist: -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Build step 'Execute shell' marked build as failure
Recording test results
ERROR: Publisher hudson.tasks.junit.JUnitResultArchiver aborted due to exception
hudson.AbortException: Test reports were found but none of them are new. Did tests run?
For example, is 4 mo 8 days old
at hudson.tasks.junit.TestResult.parse(TestResult.java:178)
at hudson.tasks.junit.TestResult.parse(TestResult.java:146)
at hudson.tasks.junit.TestResult.(TestResult.java:122)
at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:119)
at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:93)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2589)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
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 hudson.remoting.Engine$1$1.run(Engine.java:63)
at java.lang.Thread.run(Thread.java:744)
at ......remote call to osprey-02(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
at hudson.remoting.Channel.call(Channel.java:752)
at hudson.FilePath.act(FilePath.java:969)
at hudson.FilePath.act(FilePath.java:958)
at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:90)
at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:120)
at hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:137)
at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:74)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:770)
at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:734)
at hudson.model.Build$BuildExecution.post2(Build.java:183)
at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:683)
at hudson.model.Run.execute(Run.java:1770)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)
From ci-builds at redhat.com Mon Apr 4 17:47:15 2016
From: ci-builds at redhat.com (ci-builds at redhat.com)
Date: Mon, 4 Apr 2016 17:47:15 -0400 (EDT)
Subject: [weld-builds] Build failed in Jenkins:
Weld-3.x-interoperability-deltaspike #532
In-Reply-To: <241108677.29579.1459720007983.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com>
References: <241108677.29579.1459720007983.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com>
Message-ID: <658917952.29818.1459806435680.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com>
See
------------------------------------------
[...truncated 2655 lines...]
Concurrency config is parallel='none', perCoreThreadCount=true, threadCount=2, useUnlimitedThreads=false
Running org.apache.deltaspike.test.core.api.projectstage.ProjectStageProducerTest
Apr 04, 2016 5:47:14 PM org.apache.deltaspike.core.impl.config.EnvironmentPropertyConfigSourceProvider
INFO: Custom config found by DeltaSpike. Name: 'META-INF/apache-deltaspike.properties', URL: '
Apr 04, 2016 5:47:14 PM org.apache.deltaspike.core.impl.config.EnvironmentPropertyConfigSourceProvider
INFO: Custom config found by DeltaSpike. Name: 'myboottimeconfig.properties', URL: '
Apr 04, 2016 5:47:14 PM org.apache.deltaspike.core.util.ProjectStageProducer initProjectStage
INFO: Computed the following DeltaSpike ProjectStage: SystemTest
Apr 04, 2016 5:47:14 PM org.apache.deltaspike.core.util.ProjectStageProducer initProjectStage
INFO: Computed the following DeltaSpike ProjectStage: SystemTest
Apr 04, 2016 5:47:14 PM org.apache.deltaspike.core.util.ProjectStageProducer initProjectStage
INFO: Computed the following DeltaSpike ProjectStage: IntegrationTest
Apr 04, 2016 5:47:14 PM org.apache.deltaspike.core.util.ProjectStageProducer initProjectStage
INFO: Computed the following DeltaSpike ProjectStage: SystemTest
Apr 04, 2016 5:47:14 PM org.apache.deltaspike.core.util.ProjectStageProducer initProjectStage
INFO: Computed the following DeltaSpike ProjectStage: IntegrationTest
Apr 04, 2016 5:47:14 PM org.apache.deltaspike.core.util.ProjectStageProducer initProjectStage
INFO: Computed the following DeltaSpike ProjectStage: SystemTest
Apr 04, 2016 5:47:14 PM org.apache.deltaspike.core.util.ProjectStageProducer initProjectStage
INFO: Computed the following DeltaSpike ProjectStage: IntegrationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec
Running org.apache.deltaspike.test.core.api.projectstage.ProjectStageTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running org.apache.deltaspike.test.core.api.config.ConfigSourceTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.apache.deltaspike.test.core.api.util.bean.BeanBuilderTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.message.MessageContextTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.exception.control.traversal.TraversalPathTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.scope.conversation.grouped.implicit.ImplicitlyGroupedConversationsTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.interpreter.PropertyExpressionInterpreterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.deltaspike.test.core.api.exclude.ExcludeWarFileTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.scope.conversation.subgroup.uc002.GroupedConversationSubGroupTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.scope.window.DefaultWindowContextTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.exception.control.flow.DepthAbortControlTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.exception.control.handler.HandlerComparatorTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.exception.control.flow.RethrowTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.message.MessageTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.message.MessageFormattedMessageTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.exception.control.flow.ThrowingNewExceptionTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.exception.control.flow.BreadthFirstAbortControlTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.exception.control.flow.ProceedCauseHandlerTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.01 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.scope.conversation.grouped.explicit.ExplicitlyGroupedConversationsTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.exception.control.handler.CallingHandlersTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.config.propertyconfigsource.PropertyConfigSourceTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.util.context.AbstractContextTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.jmx.CustomPropertiesTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.message.MinimalMessagesTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.provider.BeanProviderTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.resourceloader.ClasspathResourceTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.exception.control.handler.UnMuteHandlerTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.exception.control.event.EventTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.config.injectable.InjectableConfigPropertyTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.jmx.SimpleRegistrationWarFileTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.scope.viewaccess.ViewAccessScopedTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.exclude.uc001.EntityExcludeTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.alternative.local.BdaAlternativeWarFileTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.scope.conversation.subgroup.uc003.GroupedConversationSubGroupTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.throttling.ThrottledTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.alternative.global.GlobalAlternativeTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.activation.DefaultClassDeactivatorTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.custom.spi.ServiceUtilsWarFileTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.message.SimpleMessageTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.resourceloader.FileResourceTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.scope.conversation.subgroup.uc001.GroupedConversationSubGroupTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.exception.control.flow.HandledExceptionHandlerTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.future.FutureableTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.activation.ClassDeactivationWarFileTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.util.ProxyUtilsTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.message.locale.ConfigurableLocaleMessageTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.lock.LockedTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.api.provider.BeanManagerProviderWarFileTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Running org.apache.deltaspike.test.core.impl.jmx.CustomTypeTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
Results :
Tests in error:
org.apache.deltaspike.test.core.api.util.bean.BeanBuilderTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.message.MessageContextTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.exception.control.traversal.TraversalPathTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.scope.conversation.grouped.implicit.ImplicitlyGroupedConversationsTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.exclude.ExcludeWarFileTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.scope.conversation.subgroup.uc002.GroupedConversationSubGroupTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.scope.window.DefaultWindowContextTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.exception.control.flow.DepthAbortControlTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.exception.control.handler.HandlerComparatorTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.exception.control.flow.RethrowTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.message.MessageTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.message.MessageFormattedMessageTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.exception.control.flow.ThrowingNewExceptionTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.exception.control.flow.BreadthFirstAbortControlTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.exception.control.flow.ProceedCauseHandlerTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.scope.conversation.grouped.explicit.ExplicitlyGroupedConversationsTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.exception.control.handler.CallingHandlersTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.config.propertyconfigsource.PropertyConfigSourceTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.util.context.AbstractContextTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.jmx.CustomPropertiesTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.message.MinimalMessagesTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.provider.BeanProviderTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.resourceloader.ClasspathResourceTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.exception.control.handler.UnMuteHandlerTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.exception.control.event.EventTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.config.injectable.InjectableConfigPropertyTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.jmx.SimpleRegistrationWarFileTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.scope.viewaccess.ViewAccessScopedTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.exclude.uc001.EntityExcludeTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.alternative.local.BdaAlternativeWarFileTest: Could not create new instance of class org.jboss.arquillian.test.impl.EventTestRunnerAdaptor
org.apache.deltaspike.test.core.api.scope.conversation.subgroup.uc003.GroupedConversationSubGroupTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.throttling.ThrottledTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.alternative.global.GlobalAlternativeTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.activation.DefaultClassDeactivatorTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.custom.spi.ServiceUtilsWarFileTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.message.SimpleMessageTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.resourceloader.FileResourceTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.scope.conversation.subgroup.uc001.GroupedConversationSubGroupTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.exception.control.flow.HandledExceptionHandlerTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.future.FutureableTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.activation.ClassDeactivationWarFileTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.util.ProxyUtilsTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.message.locale.ConfigurableLocaleMessageTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.lock.LockedTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.provider.BeanManagerProviderWarFileTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.impl.jmx.CustomTypeTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
Tests run: 57, Failures: 0, Errors: 46, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache DeltaSpike Sources .......................... SUCCESS [ 4.231 s]
[INFO] Apache DeltaSpike CheckStyle-rules ................. SUCCESS [ 1.381 s]
[INFO] Apache DeltaSpike Parent ........................... SUCCESS [ 4.982 s]
[INFO] Apache DeltaSpike Test-Utils ....................... SUCCESS [ 4.450 s]
[INFO] Apache DeltaSpike Code Parent ...................... SUCCESS [ 1.422 s]
[INFO] Apache DeltaSpike Core ............................. SUCCESS [ 0.514 s]
[INFO] Apache DeltaSpike Core-API ......................... SUCCESS [ 6.349 s]
[INFO] Apache DeltaSpike Core-Implementation .............. FAILURE [ 3.304 s]
[INFO] Apache DeltaSpike ContainerControl parent .......... SKIPPED
[INFO] Apache DeltaSpike CDI ContainerControl API ......... SKIPPED
[INFO] Apache DeltaSpike CDI Weld-ContainerControl ........ SKIPPED
[INFO] Apache DeltaSpike CDI Servlet-ContainerControl ..... SKIPPED
[INFO] Apache DeltaSpike CDI ContainerControl TCK ......... SKIPPED
[INFO] Apache DeltaSpike Modules .......................... SKIPPED
[INFO] Apache DeltaSpike Proxy-Module ..................... SKIPPED
[INFO] Apache DeltaSpike Proxy-Module API ................. SKIPPED
[INFO] Apache DeltaSpike Proxy-Module Impl ASM5 ........... SKIPPED
[INFO] Apache DeltaSpike Security-Module .................. SKIPPED
[INFO] Apache DeltaSpike Security-Module API .............. SKIPPED
[INFO] Apache DeltaSpike Security-Module Impl ............. SKIPPED
[INFO] Apache DeltaSpike JPA-Module ....................... SKIPPED
[INFO] Apache DeltaSpike JPA-Module API ................... SKIPPED
[INFO] Apache DeltaSpike JPA-Module Impl .................. SKIPPED
[INFO] Apache DeltaSpike Servlet-Module ................... SKIPPED
[INFO] Apache DeltaSpike Servlet-Module API ............... SKIPPED
[INFO] Apache DeltaSpike Servlet-Module Impl .............. SKIPPED
[INFO] Apache DeltaSpike JSF-Module ....................... SKIPPED
[INFO] Apache DeltaSpike JSF-Module API ................... SKIPPED
[INFO] Apache DeltaSpike JSF-Module Impl .................. SKIPPED
[INFO] Apache DeltaSpike JSF-Module Impl (EE6 only) ....... SKIPPED
[INFO] Apache DeltaSpike Partial-Bean-Module .............. SKIPPED
[INFO] Apache DeltaSpike Partial-Bean-Module API .......... SKIPPED
[INFO] Apache DeltaSpike Partial-Bean-Module Impl ......... SKIPPED
[INFO] Apache DeltaSpike BeanValidation-Module ............ SKIPPED
[INFO] Apache DeltaSpike BeanValidation-Module API ........ SKIPPED
[INFO] Apache DeltaSpike BeanValidation-Module Impl ....... SKIPPED
[INFO] Apache DeltaSpike Data-Module ...................... SKIPPED
[INFO] Apache DeltaSpike Data-Module API .................. SKIPPED
[INFO] Apache DeltaSpike Data-Module Impl ................. SKIPPED
[INFO] Apache DeltaSpike Scheduler-Module ................. SKIPPED
[INFO] Apache DeltaSpike Scheduler-Module API ............. SKIPPED
[INFO] Apache DeltaSpike Scheduler-Module Impl ............ SKIPPED
[INFO] Apache DeltaSpike Test-Control-Module .............. SKIPPED
[INFO] Apache DeltaSpike Test-Control-Module API .......... SKIPPED
[INFO] Apache DeltaSpike Test-Control-Module Impl ......... SKIPPED
[INFO] Apache DeltaSpike Examples ......................... SKIPPED
[INFO] Apache DeltaSpike Java-SE Examples ................. SKIPPED
[INFO] Apache DeltaSpike JSF Examples ..................... SKIPPED
[INFO] Apache DeltaSpike JSF Playground ................... SKIPPED
[INFO] Apache DeltaSpike Security Example CDI ............. SKIPPED
[INFO] Apache DeltaSpike Security Example PicketLink ...... SKIPPED
[INFO] Apache DeltaSpike Java-SE Scheduler Examples ....... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 30.904 s
[INFO] Finished at: 2016-04-04T17:47:14-04:00
[INFO] Final Memory: 60M/570M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.11:test (default-test) on project deltaspike-core-impl: There are test failures.
[ERROR]
[ERROR] Please refer to for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn -rf :deltaspike-core-impl
Build step 'Execute shell' marked build as failure
Recording test results
From ci-builds at redhat.com Mon Apr 4 18:03:00 2016
From: ci-builds at redhat.com (ci-builds at redhat.com)
Date: Mon, 4 Apr 2016 18:03:00 -0400 (EDT)
Subject: [weld-builds] Build failed in Jenkins: Weld-2.x-WF8-build #474
In-Reply-To: <1896774098.29598.1459720904836.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com>
References: <1896774098.29598.1459720904836.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com>
Message-ID: <1764793859.29835.1459807380552.JavaMail.hudsonmaster@jenkins.mw.lab.eng.bos.redhat.com>
See
------------------------------------------
[...truncated 487 lines...]
[INFO] Executing the mojo:
[INFO] Wro4j Model path:
[INFO] targetGroups: null
[INFO] minimize: true
[INFO] ignoreMissingResources: null
[INFO] parallelProcessing: false
[INFO] buildDirectory:
[INFO] destinationFolder:
[INFO] wroManagerFactory class: ro.isdc.wro.maven.plugin.manager.factory.ConfigurableWroManagerFactory
[INFO] The following groups will be processed: [probe]
[INFO] folder:
[INFO] processing group: probe.css
[INFO] file size: probe.css -> 158236 bytes
[INFO] (158236 bytes)
[INFO] folder:
[INFO] processing group: probe.js
[INFO] file size: probe.js -> 773244 bytes
[INFO] (773244 bytes)
[INFO]
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-resources) @ weld-probe-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 5 resources
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ weld-probe-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ weld-probe-core ---
[INFO] Compiling 5 source files to
[INFO]
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ weld-probe-core ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ weld-probe-core ---
[INFO] Building jar:
[INFO]
[INFO] >>> maven-source-plugin:2.1.2:jar (attach-sources) > generate-sources @ weld-probe-core >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-probe-core ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:maven-version (default) @ weld-probe-core ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-probe-core ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-probe-core ---
[INFO]
[INFO] <<< maven-source-plugin:2.1.2:jar (attach-sources) < generate-sources @ weld-probe-core <<<
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar (attach-sources) @ weld-probe-core ---
[INFO] META-INF already added, skipping
[INFO] META-INF/DEPENDENCIES.txt already added, skipping
[INFO] META-INF/LICENSE.txt already added, skipping
[INFO] Building jar:
[INFO] META-INF already added, skipping
[INFO] META-INF/DEPENDENCIES.txt already added, skipping
[INFO] META-INF/LICENSE.txt already added, skipping
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ weld-probe-core ---
[INFO] Installing