Build failed in Jenkins: Weld-2.x-int-servlet-jetty #1195
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...>
Changes:
[mkouba] WELD-2115 add Weld OSGI bundle into bom file.
[mkouba] WELD-2143 Support extension deployed in multiple WARs in an EAR
[mkouba] WELD-2144 add dependency to weld-core-jsf
[mkouba] WELD-2146 Do not pass system properties to Weld configuration
------------------------------------------
[...truncated 10653 lines...]
at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:145)
at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:116)
at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.beforeClass(EventTestRunnerAdaptor.java:87)
at org.jboss.arquillian.junit.Arquillian$2.evaluate(Arquillian.java:201)
at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:422)
at org.jboss.arquillian.junit.Arquillian.access$200(Arquillian.java:54)
at org.jboss.arquillian.junit.Arquillian$3.evaluate(Arquillian.java:218)
at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
at org.jboss.arquillian.junit.Arquillian.run(Arquillian.java:166)
at org.junit.runners.Suite.runChild(Suite.java:128)
at org.junit.runners.Suite.runChild(Suite.java:24)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
at org.junit.runner.JUnitCore.run(JUnitCore.java:157)
at org.junit.runner.JUnitCore.run(JUnitCore.java:136)
at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:113)
at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:85)
at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:54)
at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:134)
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.IllegalArgumentException: org/jboss/weld/environment/servlet/test/discovery/scope/CustomNormalScopeDiscoveryTest.class not found in classloader sun.misc.Launcher$AppClassLoader@8391b0c
at org.jboss.shrinkwrap.api.asset.ClassLoaderAsset.<init>(ClassLoaderAsset.java:70)
at org.jboss.shrinkwrap.api.asset.ClassAsset.openStream(ClassAsset.java:77)
at org.jboss.shrinkwrap.impl.base.exporter.AbstractOnDemandInputStream.read(AbstractOnDemandInputStream.java:129)
at java.io.InputStream.read(InputStream.java:179)
at java.io.InputStream.read(InputStream.java:101)
at org.jboss.shrinkwrap.impl.base.io.IOUtil.copy(IOUtil.java:138)
at org.jboss.shrinkwrap.impl.base.exporter.AbstractStreamExporterImpl.exportTo(AbstractStreamExporterImpl.java:120)
at org.jboss.shrinkwrap.impl.base.exporter.AbstractStreamExporterImpl.exportTo(AbstractStreamExporterImpl.java:148)
at org.jboss.shrinkwrap.jetty_7.api.ShrinkWrapWebAppContext.<init>(ShrinkWrapWebAppContext.java:139)
at sun.reflect.GeneratedConstructorAccessor36.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
at org.jboss.shrinkwrap.impl.base.ServiceExtensionLoader.createExtension(ServiceExtensionLoader.java:354)
at org.jboss.shrinkwrap.impl.base.ServiceExtensionLoader.createFromCache(ServiceExtensionLoader.java:125)
at org.jboss.shrinkwrap.impl.base.ServiceExtensionLoader.load(ServiceExtensionLoader.java:106)
at org.jboss.shrinkwrap.impl.base.ArchiveBase.as(ArchiveBase.java:648)
at org.jboss.shrinkwrap.impl.base.AssignableBase.as(AssignableBase.java:67)
at org.jboss.arquillian.container.jetty.embedded_7.JettyEmbeddedContainer.deploy(JettyEmbeddedContainer.java:189)
at org.jboss.arquillian.container.impl.client.container.ContainerDeployController$3.call(ContainerDeployController.java:161)
at org.jboss.arquillian.container.impl.client.container.ContainerDeployController$3.call(ContainerDeployController.java:128)
at org.jboss.arquillian.container.impl.client.container.ContainerDeployController.executeOperation(ContainerDeployController.java:271)
at org.jboss.arquillian.container.impl.client.container.ContainerDeployController.deploy(ContainerDeployController.java:127)
at sun.reflect.GeneratedMethodAccessor27.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99)
at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81)
at org.jboss.arquillian.container.impl.client.container.DeploymentExceptionHandler.verifyExpectedExceptionDuringDeploy(DeploymentExceptionHandler.java:50)
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
at org.jboss.arquillian.container.impl.client.ContainerDeploymentContextHandler.createDeploymentContext(ContainerDeploymentContextHandler.java:78)
at sun.reflect.GeneratedMethodAccessor15.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
at org.jboss.arquillian.container.impl.client.ContainerDeploymentContextHandler.createContainerContext(ContainerDeploymentContextHandler.java:57)
at sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:145)
at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:116)
at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:67)
at org.jboss.arquillian.container.impl.client.container.ContainerDeployController$1.perform(ContainerDeployController.java:95)
at org.jboss.arquillian.container.impl.client.container.ContainerDeployController$1.perform(ContainerDeployController.java:80)
at org.jboss.arquillian.container.impl.client.container.ContainerDeployController.forEachDeployment(ContainerDeployController.java:263)
at org.jboss.arquillian.container.impl.client.container.ContainerDeployController.forEachManagedDeployment(ContainerDeployController.java:239)
at org.jboss.arquillian.container.impl.client.container.ContainerDeployController.deployManaged(ContainerDeployController.java:79)
at sun.reflect.GeneratedMethodAccessor25.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99)
at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81)
at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:145)
at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:116)
at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:67)
at org.jboss.arquillian.container.test.impl.client.ContainerEventController.execute(ContainerEventController.java:101)
at sun.reflect.GeneratedMethodAccessor17.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99)
at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81)
at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:92)
at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:73)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:94)
at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:145)
at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:116)
at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.beforeClass(EventTestRunnerAdaptor.java:87)
at org.jboss.arquillian.junit.Arquillian$2.evaluate(Arquillian.java:201)
at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:422)
at org.jboss.arquillian.junit.Arquillian.access$200(Arquillian.java:54)
at org.jboss.arquillian.junit.Arquillian$3.evaluate(Arquillian.java:218)
at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
at org.jboss.arquillian.junit.Arquillian.run(Arquillian.java:166)
at org.junit.runners.Suite.runChild(Suite.java:128)
at org.junit.runners.Suite.runChild(Suite.java:24)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
at org.junit.runner.JUnitCore.run(JUnitCore.java:157)
at org.junit.runner.JUnitCore.run(JUnitCore.java:136)
at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createRequestAndRun(JUnitCoreWrapper.java:113)
at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:85)
at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:54)
at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:134)
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
org.jboss.weld.environment.servlet.test.discovery.alternatives.AlternativeDiscoveryTest Time elapsed: 2.865 sec <<< ERROR!
java.lang.RuntimeException: Could not invoke deployment method: public static org.jboss.shrinkwrap.api.spec.WebArchive org.jboss.weld.environment.servlet.test.discovery.alternatives.AlternativeDiscoveryTest.createTestArchive()
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
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.discovery.alternatives.AlternativeDiscoveryTest.createTestArchive(AlternativeDiscoveryTest.java:54)
org.jboss.weld.environment.servlet.test.discovery.interceptors.InterceptorDiscoveryTest Time elapsed: 2.871 sec <<< ERROR!
java.lang.RuntimeException: Could not invoke deployment method: public static org.jboss.shrinkwrap.api.spec.WebArchive org.jboss.weld.environment.servlet.test.discovery.interceptors.InterceptorDiscoveryTest.createTestArchive()
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
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.discovery.interceptors.InterceptorDiscoveryTest.createTestArchive(InterceptorDiscoveryTest.java:49)
May 02, 2016 7:18:49 AM org.jboss.arquillian.container.jetty.embedded_7.JettyEmbeddedContainer stop
INFO: Stopping Jetty Embedded Server [id:356112768]
Results :
Tests in error:
ListenerSymmetryTest.org.jboss.weld.environment.servlet.test.context.async.symmetry.ListenerSymmetryTest » Runtime
SimpleAsyncListenerTest.org.jboss.weld.environment.servlet.test.context.async.SimpleAsyncListenerTest » Runtime
IsolationDisabledTest.org.jboss.weld.environment.servlet.test.isolation.IsolationDisabledTest » Runtime
ConflictingBeansXmlTest.org.jboss.weld.environment.servlet.test.bootstrap.beansxml.ConflictingBeansXmlTest » Runtime
BeansXmlAlternativeLocationTest.org.jboss.weld.environment.servlet.test.bootstrap.beansxml.BeansXmlAlternativeLocationTest » Deployment
BootstrapOrderingTest.<clinit>:42 NoClassDefFound org/jboss/weld/environment/s...
DuplicateBeansXmlMergingTest.org.jboss.weld.environment.servlet.test.bootstrap.duplicates.DuplicateBeansXmlMergingTest » Runtime
NoBeanArchiveTest.org.jboss.weld.environment.servlet.test.bootstrap.nobeanarchive.NoBeanArchiveTest » Deployment
EnhancedListenerShutdownTest.org.jboss.weld.environment.servlet.test.bootstrap.enhanced.shutdown.EnhancedListenerShutdownTest » Runtime
EnhancedListenerTest.org.jboss.weld.environment.servlet.test.bootstrap.enhanced.EnhancedListenerTest » Deployment
DisabledConcurrencyTest.org.jboss.weld.environment.servlet.test.bootstrap.configuration.DisabledConcurrencyTest » Deployment
DisabledPreloaderTest.org.jboss.weld.environment.servlet.test.bootstrap.configuration.DisabledPreloaderTest » Deployment
DebugTest.org.jboss.weld.environment.servlet.test.bootstrap.configuration.DebugTest » Deployment
DefaultBootstrapConfigurationTest.org.jboss.weld.environment.servlet.test.bootstrap.configuration.DefaultBootstrapConfigurationTest » Deployment
DisabledExecutorTest.org.jboss.weld.environment.servlet.test.bootstrap.configuration.DisabledExecutorTest » Deployment
TimingOutFixedThreadPoolBootstrapConfigurationTest.org.jboss.weld.environment.servlet.test.bootstrap.configuration.TimingOutFixedThreadPoolBootstrapConfigurationTest » Deployment
FilterInjectionTest.<clinit>:44 NoClassDefFound org/jboss/weld/environment/ser...
ResourceInjectionTest.org.jboss.weld.environment.servlet.test.injection.resource.ResourceInjectionTest » Deployment
ServletInjectionTest.<clinit>:44 NoClassDefFound org/jboss/weld/environment/se...
LookupTest.org.jboss.weld.environment.servlet.test.injection.LookupTest » Deployment
CDIProviderTest.org.jboss.weld.environment.servlet.test.provider.CDIProviderTest » Deployment
CustomCDIProviderTest.org.jboss.weld.environment.servlet.test.provider.CustomCDIProviderTest » Deployment
HSCycleTest.org.jboss.weld.environment.servlet.test.lifecycle.HSCycleTest » Runtime
CrossContextForwardTest.<clinit>:50 NoClassDefFound org/jboss/weld/environment...
LibrariesDiscoveredTest.org.jboss.weld.environment.servlet.test.libraries.LibrariesDiscoveredTest » Deployment
AdditionalBeanDeploymentArchiveTest.org.jboss.weld.environment.servlet.test.deployment.bda.additional.AdditionalBeanDeploymentArchiveTest » Runtime
DecoratorDiscoveryTest.org.jboss.weld.environment.servlet.test.discovery.decorators.DecoratorDiscoveryTest » Runtime
BeanDiscoveryInjectionTest.org.jboss.weld.environment.servlet.test.discovery.BeanDiscoveryInjectionTest » Runtime
CustomNormalScopeDiscoveryTest.org.jboss.weld.environment.servlet.test.discovery.scope.CustomNormalScopeDiscoveryTest » Deployment
AlternativeDiscoveryTest.org.jboss.weld.environment.servlet.test.discovery.alternatives.AlternativeDiscoveryTest » Runtime
InterceptorDiscoveryTest.org.jboss.weld.environment.servlet.test.discovery.interceptors.InterceptorDiscoveryTest » Runtime
Tests run: 37, Failures: 0, Errors: 31, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 28.999 s
[INFO] Finished at: 2016-05-02T07:18:49-04:00
[INFO] Final Memory: 44M/588M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on project weld-servlet-test-jetty: There are test failures.
[ERROR]
[ERROR] Please refer to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...> 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
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 qa04-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)
8 years, 8 months
Build failed in Jenkins: Weld-2.x-int-servlet-tomcat #574
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...>
Changes:
[mkouba] Test dependency update.
[mkouba] WELD-2142 interceptor/decorator enablement by multiple means.
------------------------------------------
[...truncated 1726 lines...]
Downloaded: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-eclipse-plug... (741 B at 6.4 KB/sec)
787 B
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma... (787 B at 1.6 KB/sec)
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ weld-porting-package-tck ---
[INFO] Deleting <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-porting-package-tck ---
[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-porting-package-tck ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-porting-package-tck ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-porting-package-tck ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (attach-license) @ weld-porting-package-tck ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ weld-porting-package-tck ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ weld-porting-package-tck ---
[INFO] Compiling 3 source files to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...>
[INFO]
[INFO] --- maven-checkstyle-plugin:2.13:checkstyle (check-style) @ weld-porting-package-tck ---
[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-porting-package-tck ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...>
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ weld-porting-package-tck ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ weld-porting-package-tck ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ weld-porting-package-tck ---
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...>
[INFO]
[INFO] >>> maven-source-plugin:2.1.2:jar (attach-sources) @ weld-porting-package-tck >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-porting-package-tck ---
[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-porting-package-tck ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-porting-package-tck ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-porting-package-tck ---
[INFO]
[INFO] <<< maven-source-plugin:2.1.2:jar (attach-sources) @ weld-porting-package-tck <<<
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar (attach-sources) @ weld-porting-package-tck ---
[INFO] META-INF already added, skipping
[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: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...>
[INFO] META-INF already added, skipping
[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-porting-package-tck ---
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...> to /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/weld-porting-package-tck/2.3.5-SNAPSHOT/weld-porting-package-tck-2.3.5-SNAPSHOT.jar
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...> to /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/weld-porting-package-tck/2.3.5-SNAPSHOT/weld-porting-package-tck-2.3.5-SNAPSHOT.pom
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...> to /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/weld-porting-package-tck/2.3.5-SNAPSHOT/weld-porting-package-tck-2.3.5-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Unit Tests 2.3.5-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://repository.jboss.org/maven2/org/apache/maven/plugins/maven-eclipse...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma...
Downloading: http://snapshots.jboss.org/maven2/org/apache/maven/plugins/maven-eclipse-...
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-eclipse-plug...
741 B
Downloaded: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-eclipse-plug... (741 B at 9.3 KB/sec)
787 B
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma... (787 B at 4.1 KB/sec)
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ weld-core-test ---
[INFO] Deleting <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-core-test ---
[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-test ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-core-test ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-core-test ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (attach-license) @ weld-core-test ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ weld-core-test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...>
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ weld-core-test ---
[INFO] Compiling 7 source files to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...>
[INFO]
[INFO] --- maven-checkstyle-plugin:2.13:checkstyle (check-style) @ weld-core-test ---
[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-core-test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 22 resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ weld-core-test ---
[INFO] Compiling 97 source files to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...>
[INFO]
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ weld-core-test ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-surefire-report-plugin:2.17:report-only (generate-test-report) @ weld-core-test ---
[WARNING] Unable to locate Test Source XRef to link to - DISABLED
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ weld-core-test ---
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...>
[INFO]
[INFO] >>> maven-source-plugin:2.1.2:jar (attach-sources) @ weld-core-test >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-core-test ---
[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-test ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-core-test ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-core-test ---
[INFO]
[INFO] <<< maven-source-plugin:2.1.2:jar (attach-sources) @ weld-core-test <<<
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar (attach-sources) @ weld-core-test ---
[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: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...>
[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-core-test ---
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...> to /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/weld-core-test/2.3.5-SNAPSHOT/weld-core-test-2.3.5-SNAPSHOT.jar
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...> to /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/weld-core-test/2.3.5-SNAPSHOT/weld-core-test-2.3.5-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Weld Parent ....................................... SUCCESS [22.057s]
[INFO] Weld Implementation (Core) ........................ SUCCESS [26.691s]
[INFO] Weld Core - JSF ................................... SUCCESS [3.117s]
[INFO] Weld Implementation ............................... SUCCESS [5.575s]
[INFO] Weld Probe Parent ................................. SUCCESS [1.030s]
[INFO] Weld Probe Core ................................... SUCCESS [20.166s]
[INFO] Weld Test Utilities ............................... SUCCESS [2.133s]
[INFO] weld-probe-tests .................................. SUCCESS [1:04.328s]
[INFO] Weld Core BOM ..................................... SUCCESS [0.020s]
[INFO] Weld Porting Package for the CDI TCK 1.1 .......... SUCCESS [1.311s]
[INFO] Weld Unit Tests ................................... FAILURE [6.807s]
[INFO] Weld Integration Tests (JBoss AS) ................. SKIPPED
[INFO] AtInject TCK runner for Weld ...................... SKIPPED
[INFO] CDI TCK runner (1.1, 1.2) for Weld (WildFly) ...... SKIPPED
[INFO] Weld Environment Common ........................... SKIPPED
[INFO] Weld SE (Core) .................................... SKIPPED
[INFO] Weld SE (Uber Jar) ................................ SKIPPED
[INFO] Weld SE Parent .................................... SKIPPED
[INFO] Weld SE Tests ..................................... SKIPPED
[INFO] Weld Servlet Parent ............................... SKIPPED
[INFO] Weld Servlet Core ................................. SKIPPED
[INFO] Weld Servlet (Uber Jar) ........................... SKIPPED
[INFO] Weld Servlet Integration Tests (Base) ............. SKIPPED
[INFO] Weld Servlet Integration Tests (Tomcat) ........... SKIPPED
[INFO] Weld Servlet Integration Tests (Jetty) ............ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2:34.745s
[INFO] Finished at: Thu Apr 21 01:33:09 EDT 2016
[INFO] Final Memory: 63M/341M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.3.1:install (default-install) on project weld-core-test: Failed to install metadata org.jboss.weld:weld-core-test:2.3.5-SNAPSHOT/maven-metadata.xml: Could not read metadata /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/weld-core-test/2.3.5-SNAPSHOT/maven-metadata-local.xml: input contained no data -> [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
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :weld-core-test
Build step 'Invoke top-level Maven targets' 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, <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...>:tomcat=7-TEST-org.jboss.weld.environment.servlet.test.bootstrap.BootstrapOrderingTest.xml is 1 day 21 hr old
at hudson.tasks.junit.TestResult.parse(TestResult.java:178)
at hudson.tasks.junit.TestResult.parse(TestResult.java:146)
at hudson.tasks.junit.TestResult.<init>(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 java.lang.Thread.run(Thread.java:745)
at ......remote call to dev112-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)
8 years, 8 months
Build failed in Jenkins: Weld-2.x-WF8-build #316
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8-build/31...>
Changes:
[mkouba] Update jboss-as update script to also update weld-probe
[mkouba] Update Arquillian container SE version.
[mkouba] WELD-2053 add Probe configuration properties integration test.
[mkouba] WELD-2067 Allow to limit access to Probe REST API
[mkouba] WELD-2070 introduce JandexServletContextBeanArchiveHandler.
------------------------------------------
[...truncated 452 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] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8-build/ws...>
[INFO] Executing the mojo:
[INFO] Wro4j Model path: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8-build/ws...>
[INFO] targetGroups: null
[INFO] minimize: true
[INFO] ignoreMissingResources: null
[INFO] parallelProcessing: false
[INFO] buildDirectory: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8-build/ws...>
[INFO] destinationFolder: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8-build/ws...>
[INFO] wroManagerFactory class: ro.isdc.wro.maven.plugin.manager.factory.ConfigurableWroManagerFactory
[INFO] The following groups will be processed: [probe]
[INFO] folder: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8-build/ws...>
[INFO] processing group: probe.css
[INFO] file size: probe.css -> 158085 bytes
[INFO] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8-build/ws...> (158085 bytes)
[INFO] folder: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8-build/ws...>
[INFO] processing group: probe.js
[INFO] file size: probe.js -> 770885 bytes
[INFO] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8-build/ws...> (770885 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 <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8-build/ws...>
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ weld-probe-core ---
[INFO] Compiling 5 source files to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8-build/ws...>
[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: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8-build/ws...>
[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: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8-build/ws...>
[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 <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8-build/ws...> to /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/probe/weld-probe-core/2.3.2-SNAPSHOT/weld-probe-core-2.3.2-SNAPSHOT.jar
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8-build/ws...> to /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/probe/weld-probe-core/2.3.2-SNAPSHOT/weld-probe-core-2.3.2-SNAPSHOT.pom
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8-build/ws...> to /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/probe/weld-probe-core/2.3.2-SNAPSHOT/weld-probe-core-2.3.2-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building weld-probe-tests 2.3.2-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 <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8-build/ws...>
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ weld-probe-tests ---
[INFO] Compiling 17 source files to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8-build/ws...>
[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 10 source files to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8-build/ws...>
[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: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8-build/ws...>
[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: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8-build/ws...>
[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 <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8-build/ws...> to /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/probe/weld-probe-tests/2.3.2-SNAPSHOT/weld-probe-tests-2.3.2-SNAPSHOT.jar
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8-build/ws...> to /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/probe/weld-probe-tests/2.3.2-SNAPSHOT/weld-probe-tests-2.3.2-SNAPSHOT.pom
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8-build/ws...> to /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/probe/weld-probe-tests/2.3.2-SNAPSHOT/weld-probe-tests-2.3.2-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Weld Parent ........................................ SUCCESS [ 11.781 s]
[INFO] Weld Implementation (Core) ......................... SUCCESS [ 52.332 s]
[INFO] Weld Core - JSF .................................... SUCCESS [ 3.735 s]
[INFO] Weld Implementation ................................ SUCCESS [ 4.181 s]
[INFO] Weld Probe Parent .................................. SUCCESS [ 0.852 s]
[INFO] Weld Probe Core .................................... SUCCESS [ 14.360 s]
[INFO] weld-probe-tests ................................... SUCCESS [ 22.015 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:52 min
[INFO] Finished at: 2015-12-01T18:02:20-05:00
[INFO] Final Memory: 66M/584M
[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.14.0.3
[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.2-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 <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8-build/ws...> && git rev-parse --verify HEAD
[INFO] Working directory: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8-build/ws...>
[INFO] Storing buildNumber: 7d14fbbcf07db61b077640520784c41cecef0e27 at timestamp: December 1, 2015 6:02:32 PM EST
[INFO] Executing: /bin/sh -c cd <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8-build/ws...> && git rev-parse --verify HEAD
[INFO] Working directory: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8-build/ws...>
[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 <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8-build/ws...>
[INFO] Copying cdi-tck-ext-lib-1.2.8.Final.jar to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8-build/ws...>
[INFO] Copying weld-api-2.3.Final.jar to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8-build/ws...>
[INFO] Copying weld-core-2.3.2-SNAPSHOT.jar to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8-build/ws...>
[INFO] Copying weld-core-impl-2.3.2-SNAPSHOT.jar to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8-build/ws...>
[INFO] Copying weld-core-jsf-2.3.2-SNAPSHOT.jar to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8-build/ws...>
[INFO] Copying weld-spi-2.3.Final.jar to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8-build/ws...>
[INFO] Copying weld-probe-core-2.3.2-SNAPSHOT.jar to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8-build/ws...>
[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.2-SNAPSHOT
[echo]
[echo] JBOSS_HOME: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8-build/ws...>
[echo]
[echo] =========================================================================
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 17.944 s
[INFO] Finished at: 2015-12-01T18:02:43-05:00
[INFO] Final Memory: 36M/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:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8-build/ws...> -> [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
8 years, 8 months
Build failed in Jenkins: Weld-2.x-api-nightly #1625
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-api-nightly/...>
------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on vmg16 (x86_64 RHEL-any mem2G RHEL7 linux general brFF native mwqa_drives_services RHEL mwqa_drives_tools mem4G brFF3 unix) in workspace <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-api-nightly/ws/>
Cloning the remote Git repository
Cloning repository git://github.com/weld/api.git
> git init <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-api-nightly/...> # timeout=10
Fetching upstream changes from git://github.com/weld/api.git
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress git://github.com/weld/api.git +refs/heads/*:refs/remotes/origin/*
> git config remote.origin.url git://github.com/weld/api.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url git://github.com/weld/api.git # timeout=10
Fetching upstream changes from git://github.com/weld/api.git
> git -c core.askpass=true fetch --tags --progress git://github.com/weld/api.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/2.3^{commit} # timeout=10
Checking out Revision e50c81e8cff562a73380121a4fb4dfa319dc29b7 (origin/2.3)
> git config core.sparsecheckout # timeout=10
> git checkout -f e50c81e8cff562a73380121a4fb4dfa319dc29b7
> git rev-list e50c81e8cff562a73380121a4fb4dfa319dc29b7 # timeout=10
> git tag -a -f -m Jenkins Build #1625 jenkins-Weld-2.x-api-nightly-1625 # timeout=10
[Weld-2.x-api-nightly] $ /qa/tools/opt/apache-maven-3.0.3/bin/mvn -f api/pom.xml -Dmaven.test.failure.ignore=true -Dmaven.repo.local=/qa/home/hudson/private_maven_repos/weld clean deploy -U
[INFO] Init Maven Dependency Management Extension 1.2.1
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.jboss.weld:weld-api:jar:2.3-SNAPSHOT
[WARNING] 'dependencyManagement.dependencies.dependency.exclusions.exclusion.groupId' for org.jboss.spec.javax.ejb:jboss-ejb-api_3.2_spec:jar with value '*' does not match a valid id pattern. @ org.jboss.weld:weld-api-parent:2.3-SNAPSHOT, <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-api-nightly/...,> line 137, column 34
[WARNING] 'dependencyManagement.dependencies.dependency.exclusions.exclusion.artifactId' for org.jboss.spec.javax.ejb:jboss-ejb-api_3.2_spec:jar with value '*' does not match a valid id pattern. @ org.jboss.weld:weld-api-parent:2.3-SNAPSHOT, <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-api-nightly/...,> line 136, column 37
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.jboss.weld:weld-spi:jar:2.3-SNAPSHOT
[WARNING] 'dependencies.dependency.exclusions.exclusion.groupId' for org.jboss.spec.javax.ejb:jboss-ejb-api_3.2_spec:jar with value '*' does not match a valid id pattern. @ org.jboss.weld:weld-api-parent:2.3-SNAPSHOT, <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-api-nightly/...,> line 137, column 34
[WARNING] 'dependencies.dependency.exclusions.exclusion.artifactId' for org.jboss.spec.javax.ejb:jboss-ejb-api_3.2_spec:jar with value '*' does not match a valid id pattern. @ org.jboss.weld:weld-api-parent:2.3-SNAPSHOT, <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-api-nightly/...,> line 136, column 37
[WARNING] 'dependencyManagement.dependencies.dependency.exclusions.exclusion.groupId' for org.jboss.spec.javax.ejb:jboss-ejb-api_3.2_spec:jar with value '*' does not match a valid id pattern. @ org.jboss.weld:weld-api-parent:2.3-SNAPSHOT, <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-api-nightly/...,> line 137, column 34
[WARNING] 'dependencyManagement.dependencies.dependency.exclusions.exclusion.artifactId' for org.jboss.spec.javax.ejb:jboss-ejb-api_3.2_spec:jar with value '*' does not match a valid id pattern. @ org.jboss.weld:weld-api-parent:2.3-SNAPSHOT, <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-api-nightly/...,> line 136, column 37
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.jboss.weld:weld-api-parent:pom:2.3-SNAPSHOT
[WARNING] 'dependencyManagement.dependencies.dependency.exclusions.exclusion.groupId' for org.jboss.spec.javax.ejb:jboss-ejb-api_3.2_spec:jar with value '*' does not match a valid id pattern. @ line 137, column 34
[WARNING] 'dependencyManagement.dependencies.dependency.exclusions.exclusion.artifactId' for org.jboss.spec.javax.ejb:jboss-ejb-api_3.2_spec:jar with value '*' does not match a valid id pattern. @ line 136, column 37
[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] Reactor Build Order:
[INFO]
[INFO] Weld APIs BOM
[INFO] Weld APIs Parent
[INFO] Weld APIs
[INFO] Weld SPIs for container integration
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld APIs BOM 2.3-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ weld-api-bom ---
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ weld-api-bom ---
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-api-nightly/...> to /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/weld-api-bom/2.3-SNAPSHOT/weld-api-bom-2.3-SNAPSHOT.pom
[INFO]
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ weld-api-bom ---
Downloading: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo...
603 B
Downloaded: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo... (603 B at 0.3 KB/sec)
Uploading: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo...
3 KB
Uploaded: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo... (3 KB at 2.7 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo...
574 B
Downloaded: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo... (574 B at 1.6 KB/sec)
Uploading: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo...
603 B
Uploaded: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo... (603 B at 1.3 KB/sec)
Uploading: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo...
574 B
Uploaded: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo... (574 B at 0.7 KB/sec)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld APIs Parent 2.3-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-eclipse-plug...
Downloading: http://repository.jboss.org/maven2/org/apache/maven/plugins/maven-eclipse...
Downloading: http://snapshots.jboss.org/maven2/org/apache/maven/plugins/maven-eclipse-...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma...
787 B
787 B 741 B
Downloaded: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-eclipse-plug... (741 B at 5.1 KB/sec)
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma... (787 B at 4.1 KB/sec)
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ weld-api-parent ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-api-parent ---
[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-api-parent ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-api-parent ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-api-parent ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-api-nightly/...> && git rev-parse --verify HEAD
[INFO] Working directory: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-api-nightly/...>
[INFO] Storing buildNumber: e50c81e8cff562a73380121a4fb4dfa319dc29b7 at timestamp: April 26, 2016 12:21:33 AM EDT
[INFO] Executing: /bin/sh -c cd <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-api-nightly/...> && git rev-parse --verify HEAD
[INFO] Working directory: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-api-nightly/...>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (attach-license) @ weld-api-parent ---
[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-source-plugin:2.1.2:jar (attach-sources) @ weld-api-parent >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-api-parent ---
[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-api-parent ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-api-parent ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-api-parent ---
[INFO]
[INFO] <<< maven-source-plugin:2.1.2:jar (attach-sources) @ weld-api-parent <<<
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar (attach-sources) @ weld-api-parent ---
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ weld-api-parent ---
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-api-nightly/...> to /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/weld-api-parent/2.3-SNAPSHOT/weld-api-parent-2.3-SNAPSHOT.pom
[INFO]
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ weld-api-parent ---
Downloading: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo...
606 B
Downloaded: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo... (606 B at 0.9 KB/sec)
Uploading: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo...
4 KB
8 KB
Uploaded: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo... (8 KB at 9.8 KB/sec)
Downloading: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo...
[WARNING] Could not transfer metadata org.jboss.weld:weld-api-parent/maven-metadata.xml from/to jboss-snapshots-repository (https://repository.jboss.org/nexus/content/repositories/snapshots/): Access denied to: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Weld APIs BOM ..................................... SUCCESS [8.540s]
[INFO] Weld APIs Parent .................................. FAILURE [18.628s]
[INFO] Weld APIs ......................................... SKIPPED
[INFO] Weld SPIs for container integration ............... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 31.310s
[INFO] Finished at: Tue Apr 26 00:21:45 EDT 2016
[INFO] Final Memory: 14M/81M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.5:deploy (default-deploy) on project weld-api-parent: Failed to retrieve remote metadata org.jboss.weld:weld-api-parent/maven-metadata.xml: Could not transfer metadata org.jboss.weld:weld-api-parent/maven-metadata.xml from/to jboss-snapshots-repository (https://repository.jboss.org/nexus/content/repositories/snapshots/): Access denied to: https://repository.jboss.org/nexus/content/repositories/snapshots/org/jbo... -> [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
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :weld-api-parent
Build step 'Invoke top-level Maven targets' marked build as failure
8 years, 8 months
Build failed in Jenkins: Weld-2.x-incontainer-WF10.x-osprey #354
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...>
------------------------------------------
[...truncated 14138 lines...]
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.enterprise.broken.statelessWithApplicationScope.StatelessWithApplicationScopeTest, time: 7 ms]
May 05, 2016 6:32:57 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke StatelessWithApplicationScopeTest.testStatelessWithSessionScopeFails: 1,530/1,579 Failed tests: 1 (638)
May 05, 2016 6:32:57 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.producer.method.broken.parameterAnnotatedDisposes.ParameterAnnotatedDisposesTest, time: 7 ms]
May 05, 2016 6:32:58 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterAnnotatedDisposesTest.testProducerMethodWithParameterAnnotatedDisposes: 1,531/1,579 Failed tests: 1 (639)
May 05, 2016 6:32:58 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.simple.resource.broken.name.ResourceDefinitionWithNameTest, time: 6 ms]
May 05, 2016 6:32:58 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ResourceDefinitionWithNameTest.testDeployment: 1,532/1,579 Failed tests: 1 (640)
May 05, 2016 6:32:58 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.inheritance.specialization.producer.method.broken.twobeans.TwoBeansSpecializeTheSameBeanTest, time: 7 ms]
May 05, 2016 6:32:58 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke TwoBeansSpecializeTheSameBeanTest.testTwoBeansSpecializeTheSameBean: 1,533/1,579 Failed tests: 1 (641)
May 05, 2016 6:32:58 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.interceptors.definition.broken.sameClassListedTwiceInBeansXml.SameClassListedTwiceInBeansXmlTest, time: 6 ms]
May 05, 2016 6:32:58 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SameClassListedTwiceInBeansXmlTest.testSameInterceptorClassListedTwiceInBeansXmlNotOk: 1,534/1,579 Failed tests: 1 (642)
May 05, 2016 6:32:58 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.binding.members.array.BindingAnnotationWithMemberTest, time: 7 ms]
May 05, 2016 6:32:59 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BindingAnnotationWithMemberTest.testArrayMemberWithNonBinding: 1,535/1,579 Failed tests: 1 (643)
May 05, 2016 6:32:59 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.byname.ambiguous.AmbiguousELNamesTest, time: 7 ms]
May 05, 2016 6:33:00 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke AmbiguousELNamesTest.testAmbiguousELNamesResolved: 1,536/1,579 Failed tests: 1 (644)
May 05, 2016 6:33:00 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.clientProxy.incontainer.ClientProxyTest, time: 8 ms]
May 05, 2016 6:33:00 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ClientProxyTest.testInvocationIsProcessedOnCurrentInstance: 1,537/1,579 Failed tests: 1 (645)
May 05, 2016 6:33:00 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.clientProxy.unproxyable.finalMethod.NonPrivateNonStaticMethodTest, time: 8 ms]
May 05, 2016 6:33:01 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NonPrivateNonStaticMethodTest.testClassWithPublicFinalMethodCannotBeProxied: 1,538/1,579 Failed tests: 1 (646)
May 05, 2016 6:33:01 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.dynamic.broken.raw.RawInstanceDisposerInjectionTest, time: 8 ms]
May 05, 2016 6:33:01 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawInstanceDisposerInjectionTest.testDefinitionError: 1,539/1,579 Failed tests: 1 (647)
May 05, 2016 6:33:01 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.dynamic.broken.raw.RawInstanceProcessInjectionPointTest, time: 19 ms]
May 05, 2016 6:33:01 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawInstanceProcessInjectionPointTest.testDefinitionError: 1,540/1,579 Failed tests: 1 (648)
May 05, 2016 6:33:01 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injection.non.contextual.CreationalContextForNonContextualTest, time: 7 ms]
May 05, 2016 6:33:02 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke CreationalContextForNonContextualTest.testCreationalContext: 1,541/1,579 Failed tests: 1 (649)
May 05, 2016 6:33:02 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injection.non.contextual.broken.unsatisfied.UnsatisfiedInjectionIntoNonContextualComponentTest, time: 6 ms]
May 05, 2016 6:33:02 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke UnsatisfiedInjectionIntoNonContextualComponentTest.testInjectionIntoServlet: 1,542/1,579 Failed tests: 1 (650)
May 05, 2016 6:33:02 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injection.parameterized.broken.raw.ParameterizedTypesInjectionRawAmbiguousTest, time: 14 ms]
May 05, 2016 6:33:02 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterizedTypesInjectionRawAmbiguousTest.testInjection: 1,543/1,579 Failed tests: 1 (651)
May 05, 2016 6:33:02 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.injectionpoint.broken.normal.scope.NormalScopedBeanWithInjectionPoint, time: 7 ms]
May 05, 2016 6:33:02 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NormalScopedBeanWithInjectionPoint.testRequestScopedBeanWithInjectionPoint: 1,544/1,579 Failed tests: 1 (652)
May 05, 2016 6:33:02 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.manager.jndi.ManagerTest, time: 7 ms]
May 05, 2016 6:33:04 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagerTest.testManagerLookupInJndi: 1,545/1,579 Failed tests: 1 (653)
May 05, 2016 6:33:04 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.EnabledManagedBeanInjectionAvailabilityTest, time: 16 ms]
May 05, 2016 6:33:04 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: a8c736f7-b92a-4a4c-ad01-a2fc429e3ac5.war, time: 6 ms]
May 05, 2016 6:33:05 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EnabledManagedBeanInjectionAvailabilityTest.testInjection: 1,546/1,579 Failed tests: 1 (654)
May 05, 2016 6:33:05 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.EnabledSessionBeanInjectionAvailability02Test, time: 18 ms]
May 05, 2016 6:33:06 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EnabledSessionBeanInjectionAvailability02Test.testInjection: 1,547/1,579 Failed tests: 1 (655)
May 05, 2016 6:33:06 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.InterModuleELResolutionTest, time: 12 ms]
May 05, 2016 6:33:06 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: dcb6ba9f-c9f9-4d5c-8b0e-ab41fb6ad18f.war, time: 6 ms]
May 05, 2016 6:33:07 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterModuleELResolutionTest.testEnabledManagedBeanAvailableForELResolution: 1,548/1,579 Failed tests: 1 (656)
May 05, 2016 6:33:07 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.SelectedAlternativeManagedBeanInjectionAvailability02Test, time: 19 ms]
May 05, 2016 6:33:09 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SelectedAlternativeManagedBeanInjectionAvailability02Test.testInjection: 1,549/1,579 Failed tests: 1 (657)
May 05, 2016 6:33:09 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.SpecializedProducerMethodInjectionNotAvailable02Test, time: 17 ms]
May 05, 2016 6:33:10 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializedProducerMethodInjectionNotAvailable02Test.testManagedBeanInjection: 1,550/1,579 Failed tests: 1 (658)
May 05, 2016 6:33:10 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.broken.DisabledSessionBeanInjectionNotAvailableTest, time: 16 ms]
May 05, 2016 6:33:10 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: cb0c2468-0231-4a6d-8f29-117ab4ee6527.war, time: 6 ms]
May 05, 2016 6:33:10 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisabledSessionBeanInjectionNotAvailableTest.testInjection: 1,551/1,579 Failed tests: 1 (659)
May 05, 2016 6:33:10 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.specialization.SpecializationModularity02Test, time: 12 ms]
May 05, 2016 6:33:10 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: 1fcaad08-ce6b-4995-8fbb-521485ab8e5e.war, time: 7 ms]
May 05, 2016 6:33:11 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializationModularity02Test.testSpecialization: 1,552/1,579 Failed tests: 1 (660)
May 05, 2016 6:33:11 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.specialization.SpecializationModularity07Test, time: 12 ms]
May 05, 2016 6:33:11 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: ab74f5e1-aedb-43ac-b42f-3aa2724735ec.war, time: 6 ms]
May 05, 2016 6:33:11 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: d79fd6f9-b22b-4515-82b6-57c902ca90fd.war, time: 6 ms]
May 05, 2016 6:33:12 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializationModularity07Test.testSpecialization: 1,553/1,579 Failed tests: 1 (661)
May 05, 2016 6:33:12 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.specialization.alternative.Specialization04Test, time: 33 ms]
May 05, 2016 6:33:13 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke Specialization04Test.testEnabledAlternativeSpecializes: 1,554/1,579 Failed tests: 1 (662)
May 05, 2016 6:33:13 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke Specialization04Test.testEvent: 1,555/1,579 Failed tests: 1 (662)
May 05, 2016 6:33:13 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.specialization.alternative.Specialization05Test, time: 24 ms]
May 05, 2016 6:33:13 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: 8a37aba0-1f05-44e3-a5c3-159f5ac64354.war, time: 6 ms]
May 05, 2016 6:33:14 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke Specialization05Test.testEnabledAlternativeSpecializes: 1,556/1,579 Failed tests: 1 (663)
May 05, 2016 6:33:14 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke Specialization05Test.testEvent: 1,557/1,579 Failed tests: 1 (663)
May 05, 2016 6:33:14 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.specialization.alternative.Specialization06Test, time: 23 ms]
May 05, 2016 6:33:14 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: 591caf85-9cf7-456e-a871-0800fd2a4054.war, time: 8 ms]
May 05, 2016 6:33:15 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke Specialization06Test.testEnabledAlternativeSpecializes: 1,558/1,579 Failed tests: 1 (664)
May 05, 2016 6:33:15 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke Specialization06Test.testEvent: 1,559/1,579 Failed tests: 1 (664)
May 05, 2016 6:33:15 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.typesafe.resolution.EnterpriseResolutionByTypeTest, time: 10 ms]
May 05, 2016 6:33:17 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EnterpriseResolutionByTypeTest.testBeanTypesOnSessionBean: 1,560/1,579 Failed tests: 1 (665)
May 05, 2016 6:33:17 AM org.jboss.weld.tck.WeldMethodInterceptor intercept
INFO: Relaxed construction mode enabled
May 05, 2016 6:33:17 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: Intercepting... [methods: 11, testRun: CDI TCK, suiteName: Weld / JBoss AS run of CDI TCK]
May 05, 2016 6:33:17 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: tckTest not set [time: 0 ms]
May 05, 2016 6:33:17 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.resolve.binding.DuplicateBindingTypesWhenResolvingTest, time: 7 ms]
May 05, 2016 6:33:18 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DuplicateBindingTypesWhenResolvingTest.testDuplicateBindingTypesWhenResolvingFails: 1,561/1,579 Failed tests: 1 (666)
May 05, 2016 6:33:18 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.injection.intercepted.InterceptedBeanFieldInjectionTest, time: 7 ms]
May 05, 2016 6:33:18 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptedBeanFieldInjectionTest.testDeploymentFails: 1,562/1,579 Failed tests: 1 (667)
May 05, 2016 6:33:18 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.BeanTypeParamProducerTest, time: 8 ms]
May 05, 2016 6:33:18 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanTypeParamProducerTest.testDeploymentFails: 1,563/1,579 Failed tests: 1 (668)
May 05, 2016 6:33:18 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.decorator.DecoratoredBeanTypeParamFieldTest, time: 13 ms]
May 05, 2016 6:33:18 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratoredBeanTypeParamFieldTest.testDeploymentFails: 1,564/1,579 Failed tests: 1 (669)
May 05, 2016 6:33:18 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.manager.jndi.ManagerTestEar, time: 10 ms]
May 05, 2016 6:33:19 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagerTestEar.testManagerLookupInJndi: 1,565/1,579 Failed tests: 1 (670)
May 05, 2016 6:33:19 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.EnabledProducerFieldInjectionAvailabilityTest, time: 16 ms]
May 05, 2016 6:33:19 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: d2ba45ae-e2b1-49fa-b459-0859d39665c1.war, time: 6 ms]
May 05, 2016 6:33:21 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EnabledProducerFieldInjectionAvailabilityTest.testInjection: 1,566/1,579 Failed tests: 1 (671)
May 05, 2016 6:33:21 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.InterModuleLookup02Test, time: 14 ms]
May 05, 2016 6:33:22 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterModuleLookup02Test.testEnabledManagedBeanAvailableForInjection: 1,567/1,579 Failed tests: 1 (672)
May 05, 2016 6:33:22 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.SpecializedBeanInjectionNotAvailable02Test, time: 29 ms]
May 05, 2016 6:33:23 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializedBeanInjectionNotAvailable02Test.testManagedBeanInjection: 1,568/1,579 Failed tests: 1 (673)
May 05, 2016 6:33:23 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializedBeanInjectionNotAvailable02Test.testSessionBeanInjection: 1,569/1,579 Failed tests: 1 (673)
May 05, 2016 6:33:23 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.specialization.alternative.Specialization01Test, time: 43 ms]
May 05, 2016 6:33:24 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke Specialization01Test.testEvent: 1,570/1,579 Failed tests: 1 (674)
May 05, 2016 6:33:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke Specialization01Test.testNotEnabledAlternativeDoesNotSpecialize: 1,571/1,579 Failed tests: 1 (674)
May 05, 2016 6:33:25 AM org.jboss.weld.tck.WeldMethodInterceptor intercept
INFO: Relaxed construction mode enabled
May 05, 2016 6:33:25 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: Intercepting... [methods: 4, testRun: CDI TCK, suiteName: Weld / JBoss AS run of CDI TCK]
May 05, 2016 6:33:25 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: tckTest not set [time: 0 ms]
May 05, 2016 6:33:25 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.injection.intercepted.InterceptedBeanConstructorInjectionTest, time: 6 ms]
May 05, 2016 6:33:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptedBeanConstructorInjectionTest.testDeploymentFails: 1,572/1,579 Failed tests: 1 (675)
May 05, 2016 6:33:25 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.decorator.DecoratorTypeParamFieldTest, time: 13 ms]
May 05, 2016 6:33:25 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorTypeParamFieldTest.testDeploymentFails: 1,573/1,579 Failed tests: 1 (676)
May 05, 2016 6:33:25 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.EnabledManagedBeanInjectionAvailability02Test, time: 17 ms]
May 05, 2016 6:33:26 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EnabledManagedBeanInjectionAvailability02Test.testInjection: 1,574/1,579 Failed tests: 1 (677)
May 05, 2016 6:33:26 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.EnabledProducerMethodInjectionAvailability02Test, time: 18 ms]
May 05, 2016 6:33:27 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EnabledProducerMethodInjectionAvailability02Test.testInjection: 1,575/1,579 Failed tests: 1 (678)
May 05, 2016 6:33:27 AM org.jboss.weld.tck.WeldMethodInterceptor intercept
INFO: Relaxed construction mode enabled
May 05, 2016 6:33:27 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: Intercepting... [methods: 1, testRun: CDI TCK, suiteName: Weld / JBoss AS run of CDI TCK]
May 05, 2016 6:33:27 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: tckTest not set [time: 1 ms]
May 05, 2016 6:33:27 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.decorator.DecoratorTypeParamInitializerTest, time: 13 ms]
May 05, 2016 6:33:28 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorTypeParamInitializerTest.testDeploymentFails: 1,576/1,579 Failed tests: 1 (679)
Tests run: 1576, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 650.477 sec <<< FAILURE! - in TestSuite
testInvocationContextGetTimer(org.jboss.cdi.tck.interceptors.tests.contract.aroundTimeout.AroundTimeoutInterceptorTest) Time elapsed: 0.193 sec <<< FAILURE!
java.lang.AssertionError: Around-timeout method invocation did NOT occur within the same transaction context as the timeout method on which it is interposing expected [null] but found [0:ffff0a450564:-4d42fc4f:572a7639:1e]
at org.testng.Assert.fail(Assert.java:94)
at org.testng.Assert.failNotEquals(Assert.java:494)
at org.testng.Assert.assertEquals(Assert.java:123)
at org.jboss.cdi.tck.interceptors.tests.contract.aroundTimeout.AroundTimeoutInterceptorTest.testInvocationContextGetTimer(AroundTimeoutInterceptorTest.java:63)
Results :
Failed tests:
AroundTimeoutInterceptorTest>Arquillian.run:164->testInvocationContextGetTimer:63 Around-timeout method invocation did NOT occur within the same transaction context as the timeout method on which it is interposing expected [null] but found [0:ffff0a450564:-4d42fc4f:572a7639:1e]
Tests run: 1576, Failures: 1, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10:56 min
[INFO] Finished at: 2016-05-05T06:33:30+08:00
[INFO] Final Memory: 50M/413M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on project weld-jboss-runner-tck: There are test failures.
[ERROR]
[ERROR] Please refer to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...> 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
Build step 'Execute shell' marked build as failure
Archiving artifacts
Recording test results
8 years, 8 months
Build failed in Jenkins: Weld-2.x-interoperability-deltaspike #970
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Changes:
[gpetracek] DELTASPIKE-1116 allow conditional replacement of injection-points in test-classes
[gpetracek] DELTASPIKE-1132 release notes for v1.6.1
[johndament] DELTASPIKE-1112 Fixed up the resources directories.
------------------------------------------
[...truncated 2434 lines...]
Concurrency config is parallel='none', perCoreThreadCount=true, threadCount=2, useUnlimitedThreads=false
Running org.apache.deltaspike.test.core.api.projectstage.ProjectStageTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.apache.deltaspike.test.core.api.projectstage.ProjectStageProducerTest
Apr 26, 2016 9:49:45 AM org.apache.deltaspike.core.impl.config.EnvironmentPropertyConfigSourceProvider <init>
INFO: Custom config found by DeltaSpike. Name: 'META-INF/apache-deltaspike.properties', URL: '<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...'>
Apr 26, 2016 9:49:45 AM org.apache.deltaspike.core.impl.config.EnvironmentPropertyConfigSourceProvider <init>
INFO: Custom config found by DeltaSpike. Name: 'myboottimeconfig.properties', URL: '<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...'>
Apr 26, 2016 9:49:45 AM org.apache.deltaspike.core.util.ProjectStageProducer initProjectStage
INFO: Computed the following DeltaSpike ProjectStage: SystemTest
Apr 26, 2016 9:49:45 AM org.apache.deltaspike.core.util.ProjectStageProducer initProjectStage
INFO: Computed the following DeltaSpike ProjectStage: SystemTest
Apr 26, 2016 9:49:45 AM org.apache.deltaspike.core.util.ProjectStageProducer initProjectStage
INFO: Computed the following DeltaSpike ProjectStage: IntegrationTest
Apr 26, 2016 9:49:45 AM org.apache.deltaspike.core.util.ProjectStageProducer initProjectStage
INFO: Computed the following DeltaSpike ProjectStage: SystemTest
Apr 26, 2016 9:49:45 AM org.apache.deltaspike.core.util.ProjectStageProducer initProjectStage
INFO: Computed the following DeltaSpike ProjectStage: IntegrationTest
Apr 26, 2016 9:49:45 AM org.apache.deltaspike.core.util.ProjectStageProducer initProjectStage
INFO: Computed the following DeltaSpike ProjectStage: SystemTest
Apr 26, 2016 9:49:45 AM 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.039 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.004 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.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.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.api.config.propertyconfigsource.PropertyConfigSourceTest
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.util.context.AbstractContextTest
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.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.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.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.api.alternative.local.BdaAlternativeWarFileTest
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.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.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.activation.ClassDeactivationWarFileTest
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.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: Could not create new instance of class org.jboss.arquillian.test.impl.EventTestRunnerAdaptor
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.scope.conversation.grouped.explicit.ExplicitlyGroupedConversationsTest: 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.impl.jmx.CustomPropertiesTest: 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.resourceloader.ClasspathResourceTest: 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.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.scope.conversation.subgroup.uc003.GroupedConversationSubGroupTest: Arquillian has previously been attempted initialized, but failed. See cause for previous exception
org.apache.deltaspike.test.core.api.alternative.local.BdaAlternativeWarFileTest: 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.impl.exception.control.flow.HandledExceptionHandlerTest: 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.activation.ClassDeactivationWarFileTest: 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.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 [ 0.819 s]
[INFO] Apache DeltaSpike CheckStyle-rules ................ SUCCESS [ 0.651 s]
[INFO] Apache DeltaSpike Parent .......................... SUCCESS [ 2.127 s]
[INFO] Apache DeltaSpike Test-Utils ...................... SUCCESS [ 2.439 s]
[INFO] Apache DeltaSpike Code Parent ..................... SUCCESS [ 0.421 s]
[INFO] Apache DeltaSpike Core ............................ SUCCESS [ 0.353 s]
[INFO] Apache DeltaSpike Core-API ........................ SUCCESS [ 4.566 s]
[INFO] Apache DeltaSpike Core-Implementation ............. FAILURE [ 2.468 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: 15.308 s
[INFO] Finished at: 2016-04-26T09:49:45+08:00
[INFO] Final Memory: 60M/738M
[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 <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...> 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 <goals> -rf :deltaspike-core-impl
Build step 'Execute shell' marked build as failure
Recording test results
8 years, 8 months