Build failed in Jenkins: Weld-2.x-interoperability-pax-cdi #361
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Changes:
[Jozef Hartinger] WELD-1831 BeanAttributesFactory should ignore illegal bean types
[Jozef Hartinger] WELD-1831 Move isIllegalBeanType() to Types, add micro-optimization
[Jozef Hartinger] WELD-1830 AbstractCDI should consider javax.enterprise.inject.spi.Unmanaged
------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on soa2-rhel4-x86_64 in workspace <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Fetching changes from the remote Git repository
Fetching upstream changes from git://github.com/weld/core.git
Checking out Revision 7df104c7aed3883ea1d0bc16e2396973ffe77854 (origin/2.2)
Fetching changes from the remote Git repository
Fetching upstream changes from git://github.com/ops4j/org.ops4j.pax.cdi.git
Checking out Revision d47c6cefb6a09c5ff4b079eac4b8e92bf5820114 (origin/master)
[Weld-2.x-interoperability-pax-cdi] $ bash -xe /tmp/hudson4093186987035920355.sh
+ source /qa/home/hudson/config_repository/scripts/weld/common.sh
+ setup-environment
+ export MAVEN_VERSION=3.1.0
+ MAVEN_VERSION=3.1.0
+ export 'MAVEN_OPTS=-Xmx1536m -XX:MaxPermSize=512m'
+ MAVEN_OPTS='-Xmx1536m -XX:MaxPermSize=512m'
+ export M2_HOME=/qa/tools/opt/maven-3.1.0
+ M2_HOME=/qa/tools/opt/maven-3.1.0
+ export M2_REPO=/qa/home/hudson/private_maven_repos/weld/
+ M2_REPO=/qa/home/hudson/private_maven_repos/weld/
+ export 'MVN=/qa/tools/opt/maven-3.1.0/bin/mvn -Dmaven.repo.local=/qa/home/hudson/private_maven_repos/weld/'
+ MVN='/qa/tools/opt/maven-3.1.0/bin/mvn -Dmaven.repo.local=/qa/home/hudson/private_maven_repos/weld/'
+ java -version
java version "1.6.0_45"
Java(TM) SE Runtime Environment (build 1.6.0_45-b06)
Java HotSpot(TM) 64-Bit Server VM (build 20.45-b01, mixed mode)
+ /qa/tools/opt/maven-3.1.0/bin/mvn -Dmaven.repo.local=/qa/home/hudson/private_maven_repos/weld/ -version
Error: JAVA_HOME is not defined correctly.
We cannot execute /qa/tools/opt/rel4/x86_64/jdk1.7.0_last/bin/java
Build step 'Execute shell' marked build as failure
Recording test results
9 years, 11 months
Build failed in Jenkins: Weld-2.x-perf-bean-testing-events-CI #885
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-bean-te...>
------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on seam-perf-qa05 in workspace <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-bean-te...>
Deleting project workspace... done
Cloning the remote Git repository
Cloning repository git://10.16.101.32/jbossqe/seam.git
Fetching upstream changes from git://10.16.101.32/jbossqe/seam.git
Fetching upstream changes from git://10.16.101.32/jbossqe/seam.git
FATAL: Failed to fetch from git://10.16.101.32/jbossqe/seam.git
hudson.plugins.git.GitException: Failed to fetch from git://10.16.101.32/jbossqe/seam.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:624)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:856)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:881)
at org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:117)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1411)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:652)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:561)
at hudson.model.Run.execute(Run.java:1665)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:246)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --progress git://10.16.101.32/jbossqe/seam.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout:
stderr: fatal: unable to connect to 10.16.101.32:
10.16.101.32[0: 10.16.101.32]: errno=Connection refused
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1276)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1146)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$200(CliGitAPIImpl.java:87)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:254)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:328)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:662)
9 years, 11 months
Build failed in Jenkins: Weld-2.x-WF8.x-build #749
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8.x-build/...>
Changes:
[Jozef Hartinger] WELD-1831 BeanAttributesFactory should ignore illegal bean types
[Jozef Hartinger] WELD-1831 Move isIllegalBeanType() to Types, add micro-optimization
[Jozef Hartinger] WELD-1830 AbstractCDI should consider javax.enterprise.inject.spi.Unmanaged
------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on dev15-linux-ia64 in workspace <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8.x-build/ws/>
Deleting project workspace... Cloning the remote Git repository
Cloning repository git://github.com/weld/core.git
Fetching upstream changes from git://github.com/weld/core.git
Fetching upstream changes from git://github.com/weld/core.git
Checking out Revision 7df104c7aed3883ea1d0bc16e2396973ffe77854 (origin/2.2)
[Weld-2.x-WF8.x-build] $ bash -xe /tmp/hudson805839734641622182.sh
+ source /home/hudson/config_repository/scripts/weld/common.sh
+ setup-environment
+ export MAVEN_VERSION=3.1.0
+ MAVEN_VERSION=3.1.0
+ export 'MAVEN_OPTS=-Xmx1536m -XX:MaxPermSize=512m'
+ MAVEN_OPTS='-Xmx1536m -XX:MaxPermSize=512m'
+ export M2_HOME=/qa/tools/opt/maven-3.1.0
+ M2_HOME=/qa/tools/opt/maven-3.1.0
+ export M2_REPO=/qa/home/hudson/private_maven_repos/weld/
+ M2_REPO=/qa/home/hudson/private_maven_repos/weld/
+ export 'MVN=/qa/tools/opt/maven-3.1.0/bin/mvn -Dmaven.repo.local=/qa/home/hudson/private_maven_repos/weld/'
+ MVN='/qa/tools/opt/maven-3.1.0/bin/mvn -Dmaven.repo.local=/qa/home/hudson/private_maven_repos/weld/'
+ java -version
java version "1.6.0_45"
Java(TM) SE Runtime Environment (build 1.6.0_45-b0602)
Java HotSpot(TM) 64-Bit Server VM (build 17.0-b17, mixed mode)
+ /qa/tools/opt/maven-3.1.0/bin/mvn -Dmaven.repo.local=/qa/home/hudson/private_maven_repos/weld/ -version
Error: JAVA_HOME is not defined correctly.
We cannot execute /qa/tools/opt/ia64/jdk1.7.0_last/bin/java
Build step 'Execute shell' marked build as failure
Archiving artifacts
9 years, 11 months
Build failed in Jenkins: Weld-3.x-interoperability-deltaspike #50
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-3.x-interoperabi...>
------------------------------------------
[...truncated 3114 lines...]
INFO: OpenWebBeans Container has started, it took [200] ms.
Jan 08, 2015 5:48:01 PM org.apache.webbeans.lifecycle.AbstractLifeCycle bootstrapApplication
INFO: OpenWebBeans Container is starting...
Jan 08, 2015 5:48:01 PM org.apache.webbeans.corespi.scanner.AbstractMetaDataDiscovery addWebBeansXmlLocation
INFO: added beans.xml marker: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-3.x-interoperabi...>
Jan 08, 2015 5:48:01 PM org.apache.webbeans.corespi.scanner.AbstractMetaDataDiscovery addWebBeansXmlLocation
INFO: added beans.xml marker: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-3.x-interoperabi...>
Jan 08, 2015 5:48:01 PM org.apache.webbeans.corespi.scanner.AbstractMetaDataDiscovery addWebBeansXmlLocation
INFO: added beans.xml marker: jar:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-3.x-interoperabi...>
Jan 08, 2015 5:48:02 PM org.apache.webbeans.config.BeansDeployer validateInjectionPoints
INFO: All injection points were validated successfully.
Jan 08, 2015 5:48:02 PM org.apache.webbeans.lifecycle.AbstractLifeCycle bootstrapApplication
INFO: OpenWebBeans Container has started, it took [26] ms.
Jan 08, 2015 5:48:02 PM org.apache.webbeans.lifecycle.AbstractLifeCycle bootstrapApplication
INFO: OpenWebBeans Container is starting...
Jan 08, 2015 5:48:02 PM org.apache.webbeans.corespi.scanner.AbstractMetaDataDiscovery addWebBeansXmlLocation
INFO: added beans.xml marker: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-3.x-interoperabi...>
Jan 08, 2015 5:48:02 PM org.apache.webbeans.corespi.scanner.AbstractMetaDataDiscovery addWebBeansXmlLocation
INFO: added beans.xml marker: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-3.x-interoperabi...>
Jan 08, 2015 5:48:02 PM org.apache.webbeans.corespi.scanner.AbstractMetaDataDiscovery addWebBeansXmlLocation
INFO: added beans.xml marker: jar:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-3.x-interoperabi...>
Jan 08, 2015 5:48:02 PM org.apache.webbeans.config.BeansDeployer validateInjectionPoints
INFO: All injection points were validated successfully.
Jan 08, 2015 5:48:02 PM org.apache.webbeans.lifecycle.AbstractLifeCycle bootstrapApplication
INFO: OpenWebBeans Container has started, it took [30] ms.
Jan 08, 2015 5:48:02 PM org.apache.webbeans.lifecycle.AbstractLifeCycle bootstrapApplication
INFO: OpenWebBeans Container is starting...
Jan 08, 2015 5:48:02 PM org.apache.webbeans.corespi.scanner.AbstractMetaDataDiscovery addWebBeansXmlLocation
INFO: added beans.xml marker: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-3.x-interoperabi...>
Jan 08, 2015 5:48:02 PM org.apache.webbeans.corespi.scanner.AbstractMetaDataDiscovery addWebBeansXmlLocation
INFO: added beans.xml marker: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-3.x-interoperabi...>
Jan 08, 2015 5:48:02 PM org.apache.webbeans.corespi.scanner.AbstractMetaDataDiscovery addWebBeansXmlLocation
INFO: added beans.xml marker: jar:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-3.x-interoperabi...>
Jan 08, 2015 5:48:02 PM org.apache.webbeans.config.BeansDeployer validateInjectionPoints
INFO: All injection points were validated successfully.
Jan 08, 2015 5:48:02 PM org.apache.webbeans.lifecycle.AbstractLifeCycle bootstrapApplication
INFO: OpenWebBeans Container has started, it took [31] ms.
Jan 08, 2015 5:48:02 PM org.apache.webbeans.lifecycle.AbstractLifeCycle bootstrapApplication
INFO: OpenWebBeans Container is starting...
Jan 08, 2015 5:48:02 PM org.apache.webbeans.corespi.scanner.AbstractMetaDataDiscovery addWebBeansXmlLocation
INFO: added beans.xml marker: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-3.x-interoperabi...>
Jan 08, 2015 5:48:02 PM org.apache.webbeans.corespi.scanner.AbstractMetaDataDiscovery addWebBeansXmlLocation
INFO: added beans.xml marker: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-3.x-interoperabi...>
Jan 08, 2015 5:48:02 PM org.apache.webbeans.corespi.scanner.AbstractMetaDataDiscovery addWebBeansXmlLocation
INFO: added beans.xml marker: jar:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-3.x-interoperabi...>
Jan 08, 2015 5:48:02 PM org.apache.webbeans.config.BeansDeployer validateInjectionPoints
INFO: All injection points were validated successfully.
Jan 08, 2015 5:48:02 PM org.apache.webbeans.lifecycle.AbstractLifeCycle bootstrapApplication
INFO: OpenWebBeans Container has started, it took [24] ms.
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.659 sec
Results :
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ deltaspike-cdictrl-owb ---
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-3.x-interoperabi...>
[INFO]
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ deltaspike-cdictrl-owb ---
[INFO]
[INFO] >>> maven-source-plugin:2.2.1:jar (attach-sources) @ deltaspike-cdictrl-owb >>>
[INFO]
[INFO] --- maven-bundle-plugin:2.3.7:cleanVersions (versions) @ deltaspike-cdictrl-owb ---
[INFO]
[INFO] --- maven-antrun-plugin:1.7:run (javadoc.resources) @ deltaspike-cdictrl-owb ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks
main:
[INFO] Executed tasks
[INFO]
[INFO] <<< maven-source-plugin:2.2.1:jar (attach-sources) @ deltaspike-cdictrl-owb <<<
[INFO]
[INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ deltaspike-cdictrl-owb ---
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-3.x-interoperabi...>
[INFO]
[INFO] --- maven-checkstyle-plugin:2.9.1:check (verify-style) @ deltaspike-cdictrl-owb ---
[INFO] Starting audit...
Audit done.
[INFO]
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ deltaspike-cdictrl-owb ---
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-3.x-interoperabi...> to /qa/home/hudson/private_maven_repos/weld/org/apache/deltaspike/cdictrl/deltaspike-cdictrl-owb/1.2.2-SNAPSHOT/deltaspike-cdictrl-owb-1.2.2-SNAPSHOT.jar
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-3.x-interoperabi...> to /qa/home/hudson/private_maven_repos/weld/org/apache/deltaspike/cdictrl/deltaspike-cdictrl-owb/1.2.2-SNAPSHOT/deltaspike-cdictrl-owb-1.2.2-SNAPSHOT.pom
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-3.x-interoperabi...> to /qa/home/hudson/private_maven_repos/weld/org/apache/deltaspike/cdictrl/deltaspike-cdictrl-owb/1.2.2-SNAPSHOT/deltaspike-cdictrl-owb-1.2.2-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache DeltaSpike CDI Weld-ContainerControl 1.2.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ deltaspike-cdictrl-weld ---
[INFO] Deleting <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-3.x-interoperabi...>
[INFO]
[INFO] --- maven-bundle-plugin:2.3.7:cleanVersions (versions) @ deltaspike-cdictrl-weld ---
[INFO]
[INFO] --- maven-antrun-plugin:1.7:run (javadoc.resources) @ deltaspike-cdictrl-weld ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks
main:
[INFO] Executed tasks
[INFO]
[INFO] --- maven-remote-resources-plugin:1.3:process (process-remote-resources) @ deltaspike-cdictrl-weld ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.3:process (default) @ deltaspike-cdictrl-weld ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ deltaspike-cdictrl-weld ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 4 resources
[INFO] Copying 4 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5:compile (default-compile) @ deltaspike-cdictrl-weld ---
[INFO] Compiling 2 source files to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-3.x-interoperabi...>
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ deltaspike-cdictrl-weld ---
[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-3.x-interoperabi...>
[INFO] Copying 4 resources
[INFO] Copying 4 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5:testCompile (default-testCompile) @ deltaspike-cdictrl-weld ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-dependency-plugin:2.4:unpack (unpack) @ deltaspike-cdictrl-weld ---
[INFO] Configured Artifact: org.apache.deltaspike.test:deltaspike-cdictrl-tck:1.2.2-SNAPSHOT:jar
[INFO] Unpacking <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-3.x-interoperabi...> to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-3.x-interoperabi...> with includes "" and excludes ""
[INFO]
[INFO] --- maven-surefire-plugin:2.11:test (default-test) @ deltaspike-cdictrl-weld ---
[INFO] Surefire report directory: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-3.x-interoperabi...>
[INFO] Using configured provider org.apache.maven.surefire.junitcore.JUnitCoreProvider
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Concurrency config is parallel='none', perCoreThreadCount=true, threadCount=2, useUnlimitedThreads=false
Running org.apache.deltaspike.cdise.tck.ContainerCtrlTckTest
Jan 08, 2015 5:48:03 PM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 3.0.0 (2015-01-08 17:44)
Jan 08, 2015 5:48:04 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Jan 08, 2015 5:48:04 PM org.jboss.weld.interceptor.util.InterceptionTypeRegistry <clinit>
WARN: WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
Jan 08, 2015 5:48:04 PM org.jboss.weld.interceptor.util.InterceptionTypeRegistry <clinit>
WARN: WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
Jan 08, 2015 5:48:04 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Jan 08, 2015 5:48:04 PM org.apache.deltaspike.cdise.tck.ContainerCtrlTckTest$1 run
SEVERE: An exception happened on a new worker thread
java.lang.NullPointerException
at org.apache.deltaspike.cdise.tck.beans.CarRepair$Proxy$_$$_WeldClientProxy.getCar(Unknown Source)
at org.apache.deltaspike.cdise.tck.ContainerCtrlTckTest$1.run(ContainerCtrlTckTest.java:118)
at java.lang.Thread.run(Thread.java:745)
Jan 08, 2015 5:48:04 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Jan 08, 2015 5:48:04 PM org.jboss.weld.context.AbstractConversationContext activate
WARN: WELD-000335: Conversation context is already active, most likely it was not cleaned up properly during previous request processing: org.jboss.weld.context.bound.MutableBoundRequest@c72235
Jan 08, 2015 5:48:04 PM org.jboss.weld.bootstrap.WeldStartup startContainer
INFO: WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
Jan 08, 2015 5:48:04 PM org.jboss.weld.context.AbstractConversationContext activate
WARN: WELD-000335: Conversation context is already active, most likely it was not cleaned up properly during previous request processing: org.jboss.weld.context.bound.MutableBoundRequest@1654521
Tests run: 5, Failures: 1, Errors: 2, Skipped: 0, Time elapsed: 1.29 sec <<< FAILURE!
Results :
Failed tests: testParallelThreadExecution(org.apache.deltaspike.cdise.tck.ContainerCtrlTckTest): An error happened while executing parallel threads expected:<0> but was:<1>
Tests in error:
testSimpleContainerBoot(org.apache.deltaspike.cdise.tck.ContainerCtrlTckTest): WELD-001303: No active contexts for scope type javax.enterprise.context.RequestScoped
testRestartContexts(org.apache.deltaspike.cdise.tck.ContainerCtrlTckTest): WELD-001303: No active contexts for scope type javax.enterprise.context.RequestScoped
Tests run: 5, Failures: 1, Errors: 2, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache DeltaSpike Sources ......................... SUCCESS [3.250s]
[INFO] Apache DeltaSpike CheckStyle-rules ................ SUCCESS [2.142s]
[INFO] Apache DeltaSpike Parent .......................... SUCCESS [7.618s]
[INFO] Apache DeltaSpike Test-Utils ...................... SUCCESS [4.569s]
[INFO] Apache DeltaSpike Code Parent ..................... SUCCESS [1.867s]
[INFO] Apache DeltaSpike Core ............................ SUCCESS [0.816s]
[INFO] Apache DeltaSpike Core-API ........................ SUCCESS [7.119s]
[INFO] Apache DeltaSpike Core-Implementation ............. SUCCESS [28.622s]
[INFO] Apache DeltaSpike ContainerControl parent ......... SUCCESS [0.735s]
[INFO] Apache DeltaSpike CDI ContainerControl API ........ SUCCESS [1.226s]
[INFO] Apache DeltaSpike CDI ContainerControl TCK ........ SUCCESS [1.464s]
[INFO] Apache DeltaSpike CDI OWB-ContainerControl ........ SUCCESS [3.810s]
[INFO] Apache DeltaSpike CDI Weld-ContainerControl ....... FAILURE [2.094s]
[INFO] Apache DeltaSpike CDI OpenEJB-ContainerControl .... SKIPPED
[INFO] Apache DeltaSpike CDI Servlet-ContainerControl .... SKIPPED
[INFO] Apache DeltaSpike Modules ......................... 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 Java-SE Scheduler Examples ...... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:08.923s
[INFO] Finished at: Thu Jan 08 17:48:04 EST 2015
[INFO] Final Memory: 60M/542M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.11:test (default-test) on project deltaspike-cdictrl-weld: There are test failures.
[ERROR]
[ERROR] Please refer to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-3.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-cdictrl-weld
Build step 'Execute shell' marked build as failure
Recording test results
9 years, 11 months
Build failed in Jenkins: Weld-2.x-interoperability-deltaspike-WF8 #345
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Changes:
[Jozef Hartinger] WELD-1831 BeanAttributesFactory should ignore illegal bean types
[Jozef Hartinger] WELD-1831 Move isIllegalBeanType() to Types, add micro-optimization
[Jozef Hartinger] WELD-1830 AbstractCDI should consider javax.enterprise.inject.spi.Unmanaged
------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on soa2-rhel4-x86_64 in workspace <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Cloning the remote Git repository
Cloning repository git://github.com/apache/deltaspike.git
Fetching upstream changes from git://github.com/apache/deltaspike.git
Fetching upstream changes from git://github.com/apache/deltaspike.git
Seen branch in repository origin/deltaspike-0.1-incubating
Seen branch in repository origin/deltaspike-0.2-incubating
Seen branch in repository origin/deltaspike-0.3-incubating
Seen branch in repository origin/deltaspike-0.4
Seen branch in repository origin/deltaspike-0.5
Seen branch in repository origin/deltaspike-0.6
Seen branch in repository origin/deltaspike-0.7
Seen branch in repository origin/deltaspike-1.0.0
Seen branch in repository origin/deltaspike-1.0.1
Seen branch in repository origin/deltaspike-1.0.2
Seen branch in repository origin/deltaspike-1.0.3
Seen branch in repository origin/deltaspike-1.1.0
Seen branch in repository origin/deltaspike-1.2.0
Seen branch in repository origin/deltaspike-1.2.1
Seen branch in repository origin/master
Seen 15 remote branches
Checking out Revision f158ab62a331105eef6ab1fd035061a4a5d2f8dc (origin/master)
Cloning the remote Git repository
Cloning repository git://github.com/weld/core.git
Fetching upstream changes from git://github.com/weld/core.git
Fetching upstream changes from git://github.com/weld/core.git
Checking out Revision 7df104c7aed3883ea1d0bc16e2396973ffe77854 (origin/2.2)
[Weld-2.x-interoperability-deltaspike-WF8] $ bash -xe /tmp/hudson1181410729535906982.sh
+ source /qa/home/hudson/config_repository/scripts/weld/common.sh
+ setup-environment
+ export MAVEN_VERSION=3.1.0
+ MAVEN_VERSION=3.1.0
+ export 'MAVEN_OPTS=-Xmx1536m -XX:MaxPermSize=512m'
+ MAVEN_OPTS='-Xmx1536m -XX:MaxPermSize=512m'
+ export M2_HOME=/qa/tools/opt/maven-3.1.0
+ M2_HOME=/qa/tools/opt/maven-3.1.0
+ export M2_REPO=/qa/home/hudson/private_maven_repos/weld/
+ M2_REPO=/qa/home/hudson/private_maven_repos/weld/
+ export 'MVN=/qa/tools/opt/maven-3.1.0/bin/mvn -Dmaven.repo.local=/qa/home/hudson/private_maven_repos/weld/'
+ MVN='/qa/tools/opt/maven-3.1.0/bin/mvn -Dmaven.repo.local=/qa/home/hudson/private_maven_repos/weld/'
+ java -version
java version "1.6.0_45"
Java(TM) SE Runtime Environment (build 1.6.0_45-b06)
Java HotSpot(TM) 64-Bit Server VM (build 20.45-b01, mixed mode)
+ /qa/tools/opt/maven-3.1.0/bin/mvn -Dmaven.repo.local=/qa/home/hudson/private_maven_repos/weld/ -version
Error: JAVA_HOME is not defined correctly.
We cannot execute /qa/tools/opt/rel4/x86_64/jdk1.7.0_last/bin/java
Build step 'Execute shell' marked build as failure
Recording test results
9 years, 11 months
Build failed in Jenkins: Weld-2.x-incontainer-WF9.x-osprey #48
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...>
Changes:
[Jozef Hartinger] WELD-1746 Don't destroy ended conversations outside of synchronized
------------------------------------------
[...truncated 93730 lines...]
DuplicateInterceptorTest.org.jboss.weld.tests.interceptors.weld1410.DuplicateInterceptorTest » Runtime
DuplicateInterceptorTest.org.jboss.weld.tests.interceptors.weld760.DuplicateInterceptorTest » Runtime
SingleInterceptorInstancePerBeanInstanceTest.org.jboss.weld.tests.interceptors.singleInstance.SingleInterceptorInstancePerBeanInstanceTest » Runtime
InterceptorOrderTest.org.jboss.weld.tests.interceptors.interceptorsOrderWithExclusions.InterceptorOrderTest » Runtime
SimpleInterceptorTest.org.jboss.weld.tests.interceptors.simple.SimpleInterceptorTest » Runtime
EnterpriseBeanInterceptionTest.org.jboss.weld.tests.interceptors.ejb.EnterpriseBeanInterceptionTest » Runtime
InterceptorsWithHierarchyTest.org.jboss.weld.tests.interceptors.hierarchical.InterceptorsWithHierarchyTest » Runtime
TestInjectionWithExclusionsOnMethods.org.jboss.weld.tests.interceptors.injectionWithMethodExclusions.TestInjectionWithExclusionsOnMethods » Runtime
InterceptorWithNoBindingTest.org.jboss.weld.tests.interceptors.no.binding.InterceptorWithNoBindingTest » Runtime
TestInterceptedBeanWithFinalMethod.org.jboss.weld.tests.interceptors.weld771.TestInterceptedBeanWithFinalMethod » Runtime
InterceptorInvocationTest.org.jboss.weld.tests.interceptors.weld1391.InterceptorInvocationTest » Runtime
InterceptorExceptionWrappingTest.org.jboss.weld.tests.interceptors.exceptions.InterceptorExceptionWrappingTest » Runtime
InterceptorTest.org.jboss.weld.tests.interceptors.weld1174.InterceptorTest » Runtime
ConflictingInterceptorBindingTest.org.jboss.weld.tests.interceptors.binding.inheritance.broken.ConflictingInterceptorBindingTest » Runtime
InheritedInterceptorBindingsTest.org.jboss.weld.tests.interceptors.binding.inheritance.InheritedInterceptorBindingsTest » Runtime
InterceptorBindingOverridingTest.org.jboss.weld.tests.interceptors.binding.overriding.InterceptorBindingOverridingTest » Runtime
InterceptorBindingTargetCheckTest.org.jboss.weld.tests.interceptors.binding.validation.InterceptorBindingTargetCheckTest » Runtime
ArrayBindingTest.org.jboss.weld.tests.interceptors.binding.array.ArrayBindingTest » Runtime
InterceptorBindingTransitivityTest.org.jboss.weld.tests.interceptors.binding.transitivity.InterceptorBindingTransitivityTest » Runtime
TestInterceptedBeanWithoutNoArgConstructor.org.jboss.weld.tests.interceptors.weld770.TestInterceptedBeanWithoutNoArgConstructor » Runtime
ContextTest.org.jboss.weld.tests.contexts.ContextTest » Runtime Arquillian has...
SessionScopeEventTest.org.jboss.weld.tests.contexts.session.event.SessionScopeEventTest » Runtime
SessionScopedProducerTest.org.jboss.weld.tests.contexts.session.weld1155.SessionScopedProducerTest » Runtime
ApplicationScopedTest.org.jboss.weld.tests.contexts.ApplicationScopedTest » Runtime
Weld1418Test.org.jboss.weld.tests.contexts.conversation.weld1418.Weld1418Test » Runtime
Weld1262Test.org.jboss.weld.tests.contexts.conversation.weld1262.Weld1262Test » Runtime
ServletConversationTest.org.jboss.weld.tests.contexts.conversation.servlet.ServletConversationTest » Runtime
ConversationTimeoutTest.org.jboss.weld.tests.contexts.conversation.timeout.ConversationTimeoutTest » Runtime
ClientConversationContextTest.org.jboss.weld.tests.contexts.conversation.ClientConversationContextTest » Runtime
LazyConversationContextTest.org.jboss.weld.tests.contexts.conversation.weld1559.LazyConversationContextTest » Runtime
ClientConversationContextTest.org.jboss.weld.tests.contexts.conversation.exceptionInPhaseListener.ClientConversationContextTest » Runtime
EmptyCidConversationRestorationTest.org.jboss.weld.tests.contexts.conversation.emptycid.EmptyCidConversationRestorationTest » Runtime
TransientConversationLifecycleEventTest.org.jboss.weld.tests.contexts.conversation.event.TransientConversationLifecycleEventTest » Runtime
LongRunningConversationLifecycleEventTest.org.jboss.weld.tests.contexts.conversation.event.LongRunningConversationLifecycleEventTest » Runtime
Weld1178Test.org.jboss.weld.tests.contexts.conversation.weld1178.Weld1178Test » Runtime
ConversationSupportsServletForwardsTest.org.jboss.weld.tests.contexts.conversation.alreadyActive.ConversationSupportsServletForwardsTest » Runtime
InvalidateSessionTest.org.jboss.weld.tests.contexts.sessionInvalidation.InvalidateSessionTest » Runtime
PassivatingContextTest.org.jboss.weld.tests.contexts.PassivatingContextTest » Runtime
ParameterizedTypeScopedTest.org.jboss.weld.tests.contexts.ParameterizedTypeScopedTest » Runtime
NonPassivationCapableEjbTest.org.jboss.weld.tests.contexts.passivating.enterprise.broken.sessionBeanWithPassivatingScopeNotSerializable.NonPassivationCapableEjbTest » Runtime
NonPassivationCapableSessionBeanTest.org.jboss.weld.tests.contexts.passivating.enterprise.NonPassivationCapableSessionBeanTest » Runtime
PassivationTest.org.jboss.weld.tests.contexts.passivating.serialization.interception.PassivationTest » Runtime
PassivationTest.org.jboss.weld.tests.contexts.passivating.serialization.PassivationTest » Runtime
CustomPassivatingScopeCalledWithSerializableParametersTest.org.jboss.weld.tests.contexts.passivating.custom.CustomPassivatingScopeCalledWithSerializableParametersTest » Runtime
NonPassivatingInjectionIntoPassivatingBeanTest.org.jboss.weld.tests.contexts.passivating.injection.NonPassivatingInjectionIntoPassivatingBeanTest » Runtime
NonPassivatingDecoratorInitializerParameterTest.org.jboss.weld.tests.contexts.passivating.injection.broken.NonPassivatingDecoratorInitializerParameterTest » Runtime
NonPassivatingDecoratorConstructorParameterTest.org.jboss.weld.tests.contexts.passivating.injection.broken.NonPassivatingDecoratorConstructorParameterTest » Runtime
NonPassivatingInterceptorInitializerParameterTest.org.jboss.weld.tests.contexts.passivating.injection.broken.NonPassivatingInterceptorInitializerParameterTest » Runtime
NonPassivatingConstructorParameterTest.org.jboss.weld.tests.contexts.passivating.injection.broken.NonPassivatingConstructorParameterTest » Runtime
NonPassivatingInterceptorConstructorParameterTest.org.jboss.weld.tests.contexts.passivating.injection.broken.NonPassivatingInterceptorConstructorParameterTest » Runtime
NonPassivatingInitializerParameterTest.org.jboss.weld.tests.contexts.passivating.injection.broken.NonPassivatingInitializerParameterTest » Runtime
NonPassivatingProducerParameterTest.org.jboss.weld.tests.contexts.passivating.injection.broken.NonPassivatingProducerParameterTest » Runtime
DecoratorWithNonPassivationCapableDependenciesTest.org.jboss.weld.tests.contexts.passivating.validation.DecoratorWithNonPassivationCapableDependenciesTest » Runtime
InterceptorWithNonPassivationCapableDependenciesTest.org.jboss.weld.tests.contexts.passivating.validation.InterceptorWithNonPassivationCapableDependenciesTest » Runtime
MultiWarTest.org.jboss.weld.tests.contexts.application.event.MultiWarTest » Runtime
ApplicationScopeEventTest.org.jboss.weld.tests.contexts.application.event.ApplicationScopeEventTest » Runtime
HttpRequestFilteringTest.org.jboss.weld.tests.contexts.request.filtering.HttpRequestFilteringTest » Runtime
RequestScopeEventTest.org.jboss.weld.tests.contexts.request.event.RequestScopeEventTest » Runtime
RequestScopeActiveDuringSingletonStartupWithDependenciesTest.org.jboss.weld.tests.contexts.request.postConstruct.singleton.complicated.RequestScopeActiveDuringSingletonStartupWithDependenciesTest » Runtime
RequestScopeActiveDuringSingletonStartupTest.org.jboss.weld.tests.contexts.request.postConstruct.singleton.simple.RequestScopeActiveDuringSingletonStartupTest » Runtime
RequestScopeActiveDuringSLSBInitializationTest.org.jboss.weld.tests.contexts.request.postConstruct.slsb.RequestScopeActiveDuringSLSBInitializationTest » Runtime
RmiRequestScopeTest.org.jboss.weld.tests.contexts.request.rmi.RmiRequestScopeTest » Runtime
RequestScopeActiveDuringSingletonStartupTest.org.jboss.weld.tests.contexts.request.startup.ejb.RequestScopeActiveDuringSingletonStartupTest » Runtime
ContextDeadlockTest.org.jboss.weld.tests.contexts.weld1159.ContextDeadlockTest » Runtime
ErrorPageTest.org.jboss.weld.tests.contexts.errorpage.ErrorPageTest » Runtime ...
AlterableContextTest.org.jboss.weld.tests.contexts.alterable.AlterableContextTest » Runtime
CreationalContextTest.org.jboss.weld.tests.contexts.creational.CreationalContextTest » Runtime
DisposerBridgeMethodTest.org.jboss.weld.tests.bridge.methods.DisposerBridgeMethodTest » Runtime
ObserverBridgeMethodTest.org.jboss.weld.tests.bridge.methods.ObserverBridgeMethodTest » Runtime
ProducerBridgeMethodTest.org.jboss.weld.tests.bridge.methods.ProducerBridgeMethodTest » Runtime
AnnotationTest.org.jboss.weld.tests.annotations.AnnotationTest » Runtime Arqui...
Weld1131Test.org.jboss.weld.tests.annotations.weld1131.Weld1131Test » Runtime ...
RemoteScopeTest.org.jboss.weld.tests.scope.RemoteScopeTest » Runtime Arquillia...
UnproxyableTest.org.jboss.weld.tests.scope.unproxyable.UnproxyableTest » Runtime
StaticFinalMethodTest.org.jboss.weld.tests.scope.unproxyable.method.StaticFinalMethodTest » Runtime
PrivateFinalMethodTest.org.jboss.weld.tests.scope.unproxyable.method.PrivateFinalMethodTest » Runtime
NonPrivateNonStaticFinalMethodTest.org.jboss.weld.tests.scope.unproxyable.method.NonPrivateNonStaticFinalMethodTest » Runtime
ScopeTest.org.jboss.weld.tests.scope.ScopeTest » Runtime Arquillian has previo...
ContainerLifecycleEventDeliveryNotConcurrentTest.org.jboss.weld.tests.event.lifecycle.concurrent.ContainerLifecycleEventDeliveryNotConcurrentTest » Runtime
ContainerLifecycleEventInvocationOutsideObserverTest.org.jboss.weld.tests.event.lifecycle.phase.ContainerLifecycleEventInvocationOutsideObserverTest » Runtime
ContainerLifecycleEventNotFiredIntoBeanTest.org.jboss.weld.tests.event.lifecycle.ContainerLifecycleEventNotFiredIntoBeanTest » Runtime
SimpleEventTest.org.jboss.weld.tests.event.SimpleEventTest » Runtime Arquillia...
SuperclassObserversTest.org.jboss.weld.tests.event.observer.superclass.SuperclassObserversTest » Runtime
SuperclassObservers1Test.org.jboss.weld.tests.event.observer.superclass.SuperclassObservers1Test » Runtime
SuperclassObservers2Test.org.jboss.weld.tests.event.observer.superclass.SuperclassObservers2Test » Runtime
ConditionalObserverCustomContextTest.org.jboss.weld.tests.event.observer.conditional.ConditionalObserverCustomContextTest » Runtime
InheritedObserverMethodNotInBusinessInterfaceValidationTest.org.jboss.weld.tests.event.observer.validation.enterprise.InheritedObserverMethodNotInBusinessInterfaceValidationTest » Runtime
ObserverMethodParameterInjectionValidationTest.org.jboss.weld.tests.event.observer.validation.ObserverMethodParameterInjectionValidationTest » Runtime
FiringArrayEventTest.org.jboss.weld.tests.event.observer.validation.FiringArrayEventTest » Runtime
TransactionalObserversTest.org.jboss.weld.tests.event.observer.transactional.TransactionalObserversTest » Runtime
EventQualifierTest.org.jboss.weld.tests.event.EventQualifierTest » Runtime Arq...
EventSelectTest.org.jboss.weld.tests.event.subtype.EventSelectTest » Runtime A...
ParameterizedEventTest.org.jboss.weld.tests.event.parameterized.ParameterizedEventTest » Runtime
FiringNullEventTest.org.jboss.weld.tests.event.weld1361.FiringNullEventTest » Runtime
RawEventTypeTest.org.jboss.weld.tests.event.weld1361.RawEventTypeTest » Runtime
TxEventTest.org.jboss.weld.tests.event.tx.TxEventTest » Runtime Arquillian has...
JsfTest.org.jboss.weld.tests.jsf.JsfTest » Runtime Arquillian has previously b...
Weld1247Test.org.jboss.weld.tests.jsf.weld1247.Weld1247Test » Runtime Arquilli...
Weld1037Test.org.jboss.weld.tests.jsf.weld1037.Weld1037Test » Runtime Arquilli...
VetoTest.org.jboss.weld.tests.veto.VetoTest » Runtime Arquillian has previousl...
NonDependentResourceProducerFieldTest.org.jboss.weld.tests.resources.producer.non.dependent.NonDependentResourceProducerFieldTest » Runtime
EMFFactoryTest.org.jboss.weld.tests.resources.EMFFactoryTest » Runtime Arquill...
ResourceTest.org.jboss.weld.tests.resources.ResourceTest » Runtime Arquillian ...
WebServiceResourceTest.org.jboss.weld.tests.resources.ws.WebServiceResourceTest » Runtime
GenericBeanTest.org.jboss.weld.tests.generic.GenericBeanTest » Runtime Arquill...
DisposerMethodThrowsExceptionTest.org.jboss.weld.tests.disposer.exception.DisposerMethodThrowsExceptionTest » Runtime
DisposerMethodValidationTest.org.jboss.weld.tests.disposer.broken.unresolved.DisposerMethodValidationTest » Runtime
DisposerMethodSpecializationTest.org.jboss.weld.tests.disposer.specialization.DisposerMethodSpecializationTest » Runtime
DisposedParameterWithNoRequiredQualifiersTest.org.jboss.weld.tests.disposer.resolution.DisposedParameterWithNoRequiredQualifiersTest » Runtime
DisposedParameterPositionTest.org.jboss.weld.tests.disposer.parameter.position.DisposedParameterPositionTest » Runtime
SmokeNamedTest.org.jboss.weld.tests.named.SmokeNamedTest » Runtime Arquillian ...
JspTest.org.jboss.weld.tests.jsp.JspTest » Runtime Arquillian has previously b...
ResolutionTest.org.jboss.weld.tests.resolution.ResolutionTest » Runtime Arquil...
Weld279Test.org.jboss.weld.tests.resolution.wbri279.Weld279Test » Runtime Arqu...
SelfInjectionBeanTest.org.jboss.weld.tests.resolution.circular.self.SelfInjectionBeanTest » Runtime
CircularDependencyTest.org.jboss.weld.tests.resolution.circular.CircularDependencyTest » Runtime
ResourceCircularDependencyTest.org.jboss.weld.tests.resolution.circular.resource.ResourceCircularDependencyTest » Runtime
LookupInstanceTest.org.jboss.weld.tests.resolution.LookupInstanceTest » Runtime
Weld256Test.org.jboss.weld.tests.resolution.Weld256Test » Runtime Arquillian h...
DependentScopeInjectionTest.org.jboss.weld.tests.resolution.weld911.DependentScopeInjectionTest » Runtime
DecoratorCycleTest.org.jboss.weld.tests.resolution.weld911.DecoratorCycleTest » Runtime
NamedBeanTest.org.jboss.weld.tests.resolution.named.NamedBeanTest » Runtime Ar...
ResolutionTest.org.jboss.weld.tests.resolution.weld1075.ResolutionTest » Runtime
RawBeanTypeTest.org.jboss.weld.tests.resolution.weld1723.RawBeanTypeTest » Runtime
ContextualReferenceTest.org.jboss.weld.tests.resolution.wbri293.ContextualReferenceTest » Runtime
StereotypesTest.org.jboss.weld.tests.stereotypes.StereotypesTest » Runtime Arq...
SingletonStartupTest.org.jboss.weld.tests.ejb.singleton.SingletonStartupTest » Runtime
StatefulSessionBeanRecreatedAfterDestroyTest.org.jboss.weld.tests.ejb.stateful.exception.StatefulSessionBeanRecreatedAfterDestroyTest » Runtime
EJBCallTest.org.jboss.weld.tests.ejb.EJBCallTest » Runtime Arquillian has prev...
EjbBusinessInterfaceTest.org.jboss.weld.tests.ejb.business.view.EjbBusinessInterfaceTest » Runtime
EJBTest.org.jboss.weld.tests.ejb.mdb.dummy.EJBTest » Runtime Arquillian has pr...
DuplicateEJBNamesDiscoveryTest.org.jboss.weld.tests.ejb.duplicatenames.DuplicateEJBNamesDiscoveryTest » Runtime
SessionBeanInterceptorTest.org.jboss.weld.tests.ejb.interceptor.SessionBeanInterceptorTest » Runtime
SessionBeanInterceptorTrulySerializableTest.org.jboss.weld.tests.ejb.interceptor.serializable.SessionBeanInterceptorTrulySerializableTest » Runtime
EJBTest.org.jboss.weld.tests.ejb.EJBTest » Runtime Arquillian has previously b...
MockExampleTest.org.jboss.weld.tests.examples.MockExampleTest » Runtime Arquil...
ExampleTest.org.jboss.weld.tests.examples.ExampleTest » Runtime Arquillian has...
BeansXmlTest.org.jboss.weld.tests.xml.broken.clazz.BeansXmlTest » Runtime Arqu...
BeansXmlTest.org.jboss.weld.tests.xml.broken.stereotype.BeansXmlTest » Runtime
BeansXmlTest.org.jboss.weld.tests.xml.broken.parsing.BeansXmlTest » Runtime Ar...
BeanMetadataAvailableForTransientReferenceTest.org.jboss.weld.tests.transientReference.metadata.BeanMetadataAvailableForTransientReferenceTest » Runtime
TransientReferenceDestroyedAfterInvocationTest.org.jboss.weld.tests.transientReference.TransientReferenceDestroyedAfterInvocationTest » Runtime
Weld930Test.org.jboss.weld.tests.alternatives.weld930.Weld930Test » Runtime Ar...
EnabledClassWithAlternativeStereotypeTest.org.jboss.weld.tests.alternatives.weld1286.EnabledClassWithAlternativeStereotypeTest » Runtime
Alternatives2Test.org.jboss.weld.tests.alternatives.Alternatives2Test » Runtime
AlternativesTest.org.jboss.weld.tests.alternatives.AlternativesTest » Runtime ...
DisabledAlternativeNotValidatedTest.org.jboss.weld.tests.alternatives.weld1438.DisabledAlternativeNotValidatedTest » Runtime
EnabledAlternativeValidatedTest.org.jboss.weld.tests.alternatives.weld1438.broken.EnabledAlternativeValidatedTest » Runtime
AccessibleAlternatives2Test.org.jboss.weld.tests.alternatives.accessible.AccessibleAlternatives2Test » Runtime
AccessibleAlternativesTest.org.jboss.weld.tests.alternatives.accessible.AccessibleAlternativesTest » Runtime
AssignabilityTest.org.jboss.weld.tests.assignability.AssignabilityTest » Runtime
TypeVariableAssignabilityTest.org.jboss.weld.tests.assignability.variable.TypeVariableAssignabilityTest » Runtime
ExceptionHandlingTest.org.jboss.weld.tests.exceptions.ExceptionHandlingTest » Runtime
MultipleBeansTest.org.jboss.weld.tests.extensions.multipleBeans.MultipleBeansTest » Runtime
SuperTypeTest.org.jboss.weld.tests.extensions.supertypes.beans.SuperTypeTest » Runtime
VerifyValuesTest.org.jboss.weld.tests.extensions.lifecycle.processBeanAttributes.VerifyValuesTest » Runtime
SetBeanAttributesTest.org.jboss.weld.tests.extensions.lifecycle.processBeanAttributes.modify.SetBeanAttributesTest » Runtime
InvalidTypesTest.org.jboss.weld.tests.extensions.lifecycle.processBeanAttributes.broken.InvalidTypesTest » Runtime
InvalidScopeTest.org.jboss.weld.tests.extensions.lifecycle.processBeanAttributes.broken.InvalidScopeTest » Runtime
InvalidStereotypeTest.org.jboss.weld.tests.extensions.lifecycle.processBeanAttributes.broken.InvalidStereotypeTest » Runtime
PassivationCapableDependencyErrorCausedByExtensionDetectedTest.org.jboss.weld.tests.extensions.lifecycle.processBeanAttributes.broken.passivation.PassivationCapableDependencyErrorCausedByExtensionDetectedTest » Runtime
PassivationCapabilityErrorCausedByExtensionDetectedTest.org.jboss.weld.tests.extensions.lifecycle.processBeanAttributes.broken.passivation.PassivationCapabilityErrorCausedByExtensionDetectedTest » Runtime
InvalidQualifierTest.org.jboss.weld.tests.extensions.lifecycle.processBeanAttributes.broken.InvalidQualifierTest » Runtime
VetoTest.org.jboss.weld.tests.extensions.lifecycle.processBeanAttributes.specialization.VetoTest » Runtime
SpecializationTest.org.jboss.weld.tests.extensions.lifecycle.processBeanAttributes.specialization.SpecializationTest » Runtime
TypeConflictDetectionTest.org.jboss.weld.tests.extensions.lifecycle.processBeanAttributes.specialization.broken.TypeConflictDetectionTest » Runtime
VetoTest.org.jboss.weld.tests.extensions.lifecycle.processBeanAttributes.veto.VetoTest » Runtime
ProcessBeanAttributesNotFiredTest.org.jboss.weld.tests.extensions.lifecycle.processBeanAttributes.notfired.ProcessBeanAttributesNotFiredTest » Runtime
ProcessSyntheticAnnotatedTypeTest.org.jboss.weld.tests.extensions.lifecycle.processSyntheticAnnotatedType.ProcessSyntheticAnnotatedTypeTest » Runtime
GetDisposedParameterTest.org.jboss.weld.tests.extensions.lifecycle.processProducerField.GetDisposedParameterTest » Runtime
AfterTypeDiscoveryTest.org.jboss.weld.tests.extensions.lifecycle.atd.AfterTypeDiscoveryTest » Runtime
InjectionPointOverridingTest.org.jboss.weld.tests.extensions.lifecycle.processInjectionPoint.modify.InjectionPointOverridingTest » Runtime
ProcessInjectionPointFiredTest.org.jboss.weld.tests.extensions.lifecycle.processInjectionPoint.ProcessInjectionPointFiredTest » Runtime
SubclassConstructorInjectionPointTest.org.jboss.weld.tests.extensions.lifecycle.processInjectionPoint.subclass.SubclassConstructorInjectionPointTest » Runtime
BeforeShutdownExtTest.org.jboss.weld.tests.extensions.lifecycle.BeforeShutdownExtTest » Runtime
ProcessBeanTest.org.jboss.weld.tests.extensions.lifecycle.processBean.annotated.ProcessBeanTest » Runtime
AddPassivationCapableBeanWithNullIdTest.org.jboss.weld.tests.extensions.lifecycle.processBean.passivationCapable.AddPassivationCapableBeanWithNullIdTest » Runtime
WithAnnotationsTest.org.jboss.weld.tests.extensions.annotatedType.withAnnotations.WithAnnotationsTest » Runtime
AnnotatedTypeExtensionTest.org.jboss.weld.tests.extensions.annotatedType.AnnotatedTypeExtensionTest » Runtime
AnnotatedTypeSessionBeanTest.org.jboss.weld.tests.extensions.annotatedType.ejb.AnnotatedTypeSessionBeanTest » Runtime
ExtensionFieldMissingDependencyTest.org.jboss.weld.tests.extensions.missing.dependencies.ExtensionFieldMissingDependencyTest » Runtime
SessionBeanExtensionTest.org.jboss.weld.tests.extensions.sessionbean.SessionBeanExtensionTest » Runtime
EnterpriseExtensionTest.org.jboss.weld.tests.extensions.EnterpriseExtensionTest » Runtime
InterceptorExtensionTest.org.jboss.weld.tests.extensions.interceptors.InterceptorExtensionTest » Runtime
SpiAddedInterceptorBindingTest.org.jboss.weld.tests.extensions.interceptors.annotated.SpiAddedInterceptorBindingTest » Runtime
InjectedExtensionIsPassivationCapableDependencyTest.org.jboss.weld.tests.extensions.injection.InjectedExtensionIsPassivationCapableDependencyTest » Runtime
SpiAddedQualifierTest.org.jboss.weld.tests.extensions.qualifiers.annotated.SpiAddedQualifierTest » Runtime
SpiAddedQualifierTest.org.jboss.weld.tests.extensions.qualifiers.SpiAddedQualifierTest » Runtime
BeforeBeanDiscoveryTest.org.jboss.weld.tests.extensions.validation.BeforeBeanDiscoveryTest » Runtime
WildcardObserverTest.org.jboss.weld.tests.extensions.validation.WildcardObserverTest » Runtime
ProcessAnnotatedTypeTest.org.jboss.weld.tests.extensions.validation.ProcessAnnotatedTypeTest » Runtime
AlternativeMetadataTest.org.jboss.weld.tests.extensions.alternative.metadata.AlternativeMetadataTest » Runtime
WildcardArrayBeanTypeTest.org.jboss.weld.tests.extensions.invalidBeanTypes.WildcardArrayBeanTypeTest » Runtime
WildcardMultiDimensionalArrayBeanTypeTest.org.jboss.weld.tests.extensions.invalidBeanTypes.WildcardMultiDimensionalArrayBeanTypeTest » Runtime
WildcardBeanTypeTest.org.jboss.weld.tests.extensions.invalidBeanTypes.WildcardBeanTypeTest » Runtime
TypeVariableBeanTypeTest.org.jboss.weld.tests.extensions.invalidBeanTypes.TypeVariableBeanTypeTest » Runtime
TypeVariableMultiDimensionalArrayBeanTypeTest.org.jboss.weld.tests.extensions.invalidBeanTypes.TypeVariableMultiDimensionalArrayBeanTypeTest » Runtime
ComplexBeanTypeTest.org.jboss.weld.tests.extensions.invalidBeanTypes.ComplexBeanTypeTest » Runtime
NonDependentBeanWithParameterizedBeanTypeWithTypeVariableTest.org.jboss.weld.tests.extensions.invalidBeanTypes.NonDependentBeanWithParameterizedBeanTypeWithTypeVariableTest » Runtime
TypeVariableArrayBeanTypeTest.org.jboss.weld.tests.extensions.invalidBeanTypes.TypeVariableArrayBeanTypeTest » Runtime
ExtensionTest.org.jboss.weld.tests.extensions.ExtensionTest » Runtime Arquilli...
DestroyingDependentInstanceTest.org.jboss.weld.tests.instance.destroy.dependent.DestroyingDependentInstanceTest » Runtime
DestroyingNormalScopedInstanceTest.org.jboss.weld.tests.instance.destroy.normal.DestroyingNormalScopedInstanceTest » Runtime
InstanceIteratorTest.org.jboss.weld.tests.instance.iterator.dependent.InstanceIteratorTest » Runtime
EventCurrentActivityTest.org.jboss.weld.tests.activities.current.EventCurrentActivityTest » Runtime
NonNormalScopeTest.org.jboss.weld.tests.activities.current.NonNormalScopeTest » Runtime
InactiveScopeTest.org.jboss.weld.tests.activities.current.InactiveScopeTest » Runtime
ELCurrentActivityTest.org.jboss.weld.tests.activities.current.ELCurrentActivityTest » Runtime
InjectedManagerCurrentActivityTest.org.jboss.weld.tests.activities.current.InjectedManagerCurrentActivityTest » Runtime
InstanceCurrentActivityTest.org.jboss.weld.tests.activities.current.InstanceCurrentActivityTest » Runtime
ActivitiesTest.org.jboss.weld.tests.activities.ActivitiesTest » Runtime Arquil...
BootstrapTest.org.jboss.weld.tests.beanDeployment.session.single.BootstrapTest » Runtime
BootstrapTest.org.jboss.weld.tests.beanDeployment.session.multiple.BootstrapTest » Runtime
DependentCircularInjectionTest.org.jboss.weld.tests.beanDeployment.circular.DependentCircularInjectionTest » Runtime
DependentSelfInjectionProducerTest.org.jboss.weld.tests.beanDeployment.circular.DependentSelfInjectionProducerTest » Runtime
DependentSelfInjectionTest.org.jboss.weld.tests.beanDeployment.circular.DependentSelfInjectionTest » Runtime
BootstrapTest.org.jboss.weld.tests.beanDeployment.managed.single.BootstrapTest » Runtime
BootstrapTest.org.jboss.weld.tests.beanDeployment.managed.missingClassDependency.BootstrapTest » Runtime
Bootstrap2Test.org.jboss.weld.tests.beanDeployment.managed.missingClassDependency.Bootstrap2Test » Runtime
BootstrapTest.org.jboss.weld.tests.beanDeployment.managed.multiple.BootstrapTest » Runtime
NoClassDefFoundErrorTest.org.jboss.weld.tests.beanDeployment.noclassdeffound.NoClassDefFoundErrorTest » Runtime
BootstrapTest.org.jboss.weld.tests.beanDeployment.producers.singleProducerMethod.BootstrapTest » Runtime
BootstrapTest.org.jboss.weld.tests.beanDeployment.mixed.BootstrapTest » Runtime
ArrayInjectionTest.org.jboss.weld.tests.arrays.ArrayInjectionTest » Runtime Ar...
AssignabilityTest.org.jboss.weld.tests.arrays.test.AssignabilityTest » Runtime
WebServiceInterceptorTest.org.jboss.weld.tests.ws.interceptors.WebServiceInterceptorTest » Runtime
Tests run: 548, Failures: 0, Errors: 537, Skipped: 11
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 39.860 s
[INFO] Finished at: 2014-09-23T21:44:03+08:00
[INFO] Final Memory: 42M/640M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on project weld-core-test-arquillian: 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
9 years, 11 months
Build failed in Jenkins: Weld-2.x-WF9.x-build-osprey #132
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF9.x-build-...>
Changes:
[jtymel] [BZ1153614] Adding test for remove vault secured attribute
[Darran Lofthouse] [WFLY-4129] Look for a RealmUser first as a realm specific mapping may have occurred.
[Brian Stansberry] [WFLY-4117] Bump jboss-metadata to release with JBMETA-382 fixed
[kkhan] [WFLY-4117] Nested expressions in deployment descriptor and annotation values. Also bring in recursive resolution
------------------------------------------
[...truncated 129 lines...]
[INFO] WildFly: mod_cluster Undertow Integration
[INFO] WildFly: POJO Subsystem
[INFO] WildFly: Service Archive Subsystem
[INFO] WildFly: XTS Subsystem
[INFO] WildFly: Full Feature Pack
[INFO] WildFly: Build
[INFO] WildFly: Distribution
[INFO] WildFly: JSF Multi-JSF installer
[INFO] WildFly: Exported Java EE Specification APIs
[INFO] WildFly: Validation Tests for Exported Java EE Specification APIs
[INFO] WildFly: Build Web
[INFO] WildFly: Web Distribution
[INFO] WildFly: Web Services Tests Integration Subsystem
[INFO] WildFly Test Suite: Shared
[INFO] WildFly Test Suite: Aggregator
[INFO] WildFly Test Suite: Integration
[INFO] WildFly Test Suite: Integration - Web
[INFO] WildFly Test Suite: Integration - Smoke
[INFO]
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building WildFly: Parent Aggregator 9.0.0.Alpha2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ wildfly-parent ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-bad-dependencies) @ wildfly-parent ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-java-version) @ wildfly-parent ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-maven-version) @ wildfly-parent ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (get-build-timestamp) @ wildfly-parent ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (get-scm-revision) @ wildfly-parent ---
[INFO] Executing: /bin/sh -c cd <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF9.x-build-...> && git rev-parse --verify HEAD
[INFO] Working directory: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF9.x-build-...>
[INFO] Storing buildNumber: f5dc9d6b74740b3b07e3c4499ff3e8c3853532ab at timestamp: 1417129417895
[WARNING] Cannot get the branch information from the git repository:
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
[INFO] Executing: /bin/sh -c cd <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF9.x-build-...> && git rev-parse --verify HEAD
[INFO] Working directory: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF9.x-build-...>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- maven-checkstyle-plugin:2.12.1:checkstyle (check-style) @ wildfly-parent ---
[INFO]
[INFO] --- maven-source-plugin:2.3:jar-no-fork (attach-sources) @ wildfly-parent ---
[INFO]
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ wildfly-parent ---
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF9.x-build-...> to /home/hudson/.m2/repository/org/wildfly/wildfly-parent/9.0.0.Alpha2-SNAPSHOT/wildfly-parent-9.0.0.Alpha2-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building WildFly: Naming Subsystem 9.0.0.Alpha2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ wildfly-naming ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-bad-dependencies) @ wildfly-naming ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-java-version) @ wildfly-naming ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-maven-version) @ wildfly-naming ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (get-build-timestamp) @ wildfly-naming ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (get-scm-revision) @ wildfly-naming ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ wildfly-naming ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ wildfly-naming ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 87 source files to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF9.x-build-...>
[WARNING] bootstrap class path not set in conjunction with -source 1.7
[WARNING] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF9.x-build-...>:[27,31] org.jboss.as.controller.ServiceVerificationHandler in org.jboss.as.controller has been deprecated
[WARNING] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF9.x-build-...>:[41,31] org.jboss.as.controller.ServiceVerificationHandler in org.jboss.as.controller has been deprecated
[WARNING] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF9.x-build-...>:[30,31] org.jboss.as.controller.ServiceVerificationHandler in org.jboss.as.controller has been deprecated
[WARNING] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF9.x-build-...>:[27,31] org.jboss.as.controller.ServiceVerificationHandler in org.jboss.as.controller has been deprecated
[WARNING] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF9.x-build-...>:[41,31] org.jboss.as.controller.ServiceVerificationHandler in org.jboss.as.controller has been deprecated
[WARNING] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF9.x-build-...>:[30,31] org.jboss.as.controller.ServiceVerificationHandler in org.jboss.as.controller has been deprecated
[WARNING] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF9.x-build-...>:[27,31] org.jboss.as.controller.ServiceVerificationHandler in org.jboss.as.controller has been deprecated
[WARNING] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF9.x-build-...>:[41,31] org.jboss.as.controller.ServiceVerificationHandler in org.jboss.as.controller has been deprecated
[WARNING] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF9.x-build-...>:[30,31] org.jboss.as.controller.ServiceVerificationHandler in org.jboss.as.controller has been deprecated
[WARNING] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF9.x-build-...>:[27,31] org.jboss.as.controller.ServiceVerificationHandler in org.jboss.as.controller has been deprecated
[WARNING] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF9.x-build-...>:[41,31] org.jboss.as.controller.ServiceVerificationHandler in org.jboss.as.controller has been deprecated
[WARNING] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF9.x-build-...>:[30,31] org.jboss.as.controller.ServiceVerificationHandler in org.jboss.as.controller has been deprecated
[WARNING] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF9.x-build-...>:[65,20] performBoottime(org.jboss.as.controller.OperationContext,org.jboss.dmr.ModelNode,org.jboss.dmr.ModelNode,org.jboss.as.controller.ServiceVerificationHandler,java.util.List<org.jboss.msc.service.ServiceController<?>>) in org.jboss.as.controller.AbstractBoottimeAddStepHandler has been deprecated
[WARNING] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF9.x-build-...>:[65,100] org.jboss.as.controller.ServiceVerificationHandler in org.jboss.as.controller has been deprecated
[WARNING] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF9.x-build-...>:[291,106] OPTIONAL in org.jboss.msc.service.ServiceBuilder.DependencyType has been deprecated
[WARNING] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF9.x-build-...>:[83,20] performRuntime(org.jboss.as.controller.OperationContext,org.jboss.dmr.ModelNode,org.jboss.dmr.ModelNode,org.jboss.as.controller.ServiceVerificationHandler,java.util.List<org.jboss.msc.service.ServiceController<?>>) in org.jboss.as.controller.AbstractAddStepHandler has been deprecated
[WARNING] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF9.x-build-...>:[83,99] org.jboss.as.controller.ServiceVerificationHandler in org.jboss.as.controller has been deprecated
[WARNING] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF9.x-build-...>:[89,107] org.jboss.as.controller.ServiceVerificationHandler in org.jboss.as.controller has been deprecated
[WARNING] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF9.x-build-...>:[115,105] org.jboss.as.controller.ServiceVerificationHandler in org.jboss.as.controller has been deprecated
[WARNING] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF9.x-build-...>:[149,105] org.jboss.as.controller.ServiceVerificationHandler in org.jboss.as.controller has been deprecated
[WARNING] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF9.x-build-...>:[236,107] org.jboss.as.controller.ServiceVerificationHandler in org.jboss.as.controller has been deprecated
[WARNING] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF9.x-build-...>:[306,98] org.jboss.as.controller.ServiceVerificationHandler in org.jboss.as.controller has been deprecated
[WARNING] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF9.x-build-...>:[114,20] isRegisterTransformers() in org.jboss.as.controller.ExtensionContext has been deprecated
[WARNING] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF9.x-build-...>:[54,20] performRuntime(org.jboss.as.controller.OperationContext,org.jboss.dmr.ModelNode,org.jboss.dmr.ModelNode,org.jboss.as.controller.ServiceVerificationHandler,java.util.List<org.jboss.msc.service.ServiceController<?>>) in org.jboss.as.controller.AbstractAddStepHandler has been deprecated
[WARNING] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF9.x-build-...>:[54,99] org.jboss.as.controller.ServiceVerificationHandler in org.jboss.as.controller has been deprecated
[WARNING] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF9.x-build-...>:[59,65] org.jboss.as.controller.ServiceVerificationHandler in org.jboss.as.controller has been deprecated
[WARNING] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF9.x-build-...>:[117,19] OperationFailedException(org.jboss.dmr.ModelNode) in org.jboss.as.controller.OperationFailedException has been deprecated
[WARNING] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF9.x-build-...>: Some input files use unchecked or unsafe operations.
[WARNING] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF9.x-build-...>: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-checkstyle-plugin:2.12.1:checkstyle (check-style) @ wildfly-naming ---
[INFO] Starting audit...
Audit done.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ wildfly-naming ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ wildfly-naming ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF9.x-build-...>
[WARNING] bootstrap class path not set in conjunction with -source 1.7
[INFO]
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ wildfly-naming ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ wildfly-naming ---
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF9.x-build-...>
[INFO]
[INFO] --- maven-source-plugin:2.3:jar-no-fork (attach-sources) @ wildfly-naming ---
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF9.x-build-...>
[INFO]
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ wildfly-naming ---
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF9.x-build-...> to /home/hudson/.m2/repository/org/wildfly/wildfly-naming/9.0.0.Alpha2-SNAPSHOT/wildfly-naming-9.0.0.Alpha2-SNAPSHOT.jar
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF9.x-build-...> to /home/hudson/.m2/repository/org/wildfly/wildfly-naming/9.0.0.Alpha2-SNAPSHOT/wildfly-naming-9.0.0.Alpha2-SNAPSHOT.pom
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF9.x-build-...> to /home/hudson/.m2/repository/org/wildfly/wildfly-naming/9.0.0.Alpha2-SNAPSHOT/wildfly-naming-9.0.0.Alpha2-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building WildFly: EE 9.0.0.Alpha2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://repo.maven.apache.org/maven2/org/jboss/metadata/jboss-metadata-com...
[WARNING] The POM for org.jboss.metadata:jboss-metadata-common:jar:8.1.1.Final is missing, no dependency information available
Downloading: http://repo.maven.apache.org/maven2/org/jboss/metadata/jboss-metadata-ear...
[WARNING] The POM for org.jboss.metadata:jboss-metadata-ear:jar:8.1.1.Final is missing, no dependency information available
Downloading: http://repo.maven.apache.org/maven2/org/jboss/metadata/jboss-metadata-com...
Downloading: http://repo.maven.apache.org/maven2/org/jboss/metadata/jboss-metadata-ear...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] WildFly: Parent Aggregator ........................ SUCCESS [ 0.969 s]
[INFO] WildFly: Naming Subsystem ......................... SUCCESS [ 6.998 s]
[INFO] WildFly: EE ....................................... FAILURE [ 2.324 s]
[INFO] WildFly: JacORB Subsystem ......................... SKIPPED
[INFO] WildFly: Transaction Subsystem .................... SKIPPED
[INFO] WildFly: Clustering Subsystems .................... SKIPPED
[INFO] WildFly: EE clustering ............................ SKIPPED
[INFO] WildFly: EE clustering SPI ........................ SKIPPED
[INFO] WildFly: EE clustering - Infinispan service provider SKIPPED
[INFO] WildFly: Common code for clustering subsystems .... SKIPPED
[INFO] WildFly: Clustering SPI ........................... SKIPPED
[INFO] WildFly: JGroups Subsystem ........................ SKIPPED
[INFO] WildFly: Infinispan Subsystem ..................... SKIPPED
[INFO] WildFly: Security Subsystem parent ................ SKIPPED
[INFO] WildFly: Security Subsystem ....................... SKIPPED
[INFO] WildFly: Connector Subsystem ...................... SKIPPED
[INFO] WildFly: Clustering public API .................... SKIPPED
[INFO] WildFly: SFSB clustering .......................... SKIPPED
[INFO] WildFly: SFSB clustering - SPI .................... SKIPPED
[INFO] WildFly: EJB Subsystem ............................ SKIPPED
[INFO] WildFly: Web Common Classes ....................... SKIPPED
[INFO] WildFly: Web Subsystem ............................ SKIPPED
[INFO] WildFly: Web Services Subsystem ................... SKIPPED
[INFO] WildFly: Web Services Server Integration Subsystem SKIPPED
[INFO] WildFly: Application Client Bootstrap ............. SKIPPED
[INFO] WildFly: Batch Integration ........................ SKIPPED
[INFO] WildFly: JBeret Integration ....................... SKIPPED
[INFO] WildFly: Batch Integration Subsystem .............. SKIPPED
[INFO] WildFly: Bean Validation .......................... SKIPPED
[INFO] WildFly: Security Manager Subsystem ............... SKIPPED
[INFO] WildFly: Undertow ................................. SKIPPED
[INFO] WildFly: Web Feature Pack ......................... SKIPPED
[INFO] WildFly: JPA Subsystem ............................ SKIPPED
[INFO] WildFly: Weld Integration ......................... SKIPPED
[INFO] WildFly: PicketLink Subsystem ..................... SKIPPED
[INFO] WildFly: Security Subsystem API ................... SKIPPED
[INFO] WildFly: JAX-RS Integration ....................... SKIPPED
[INFO] WildFly: RTS Subsystem ............................ SKIPPED
[INFO] WildFly: EJB Client BOM ........................... SKIPPED
[INFO] WildFly: JMS Client BOM ........................... SKIPPED
[INFO] WildFly: EJB and JMS client combined jar .......... SKIPPED
[INFO] WildFly: SFSB clustering - Infinispan integration . SKIPPED
[INFO] WildFly: Singleton service API .................... SKIPPED
[INFO] WildFly: Clustering API implementation ............ SKIPPED
[INFO] WildFly: Web session clustering ................... SKIPPED
[INFO] WildFly: Web session clustering API ............... SKIPPED
[INFO] WildFly: Web session clustering SPI ............... SKIPPED
[INFO] WildFly: Web session clustering - Infinispan service provider SKIPPED
[INFO] WildFly: Web session clustering - Undertow integration SKIPPED
[INFO] WildFly: EJB Container Managed Persistence Subsystem SKIPPED
[INFO] WildFly: Embedded ................................. SKIPPED
[INFO] WildFly: JAXR Client .............................. SKIPPED
[INFO] WildFly: JBoss Diagnostic Reporter ................ SKIPPED
[INFO] WildFly: JDR ...................................... SKIPPED
[INFO] WildFly: JSF ...................................... SKIPPED
[INFO] WildFly: JSF Subsystem ............................ SKIPPED
[INFO] WildFly: JSF Injection Handlers ................... SKIPPED
[INFO] WildFly: JSR-77 Subsystem ......................... SKIPPED
[INFO] WildFly: Mail subsystem ........................... SKIPPED
[INFO] WildFly: Messaging Subsystem ...................... SKIPPED
[INFO] WildFly: mod_cluster Subsystem .................... SKIPPED
[INFO] WildFly: mod_cluster Extension .................... SKIPPED
[INFO] WildFly: mod_cluster Undertow Integration ......... SKIPPED
[INFO] WildFly: POJO Subsystem ........................... SKIPPED
[INFO] WildFly: Service Archive Subsystem ................ SKIPPED
[INFO] WildFly: XTS Subsystem ............................ SKIPPED
[INFO] WildFly: Full Feature Pack ........................ SKIPPED
[INFO] WildFly: Build .................................... SKIPPED
[INFO] WildFly: Distribution ............................. SKIPPED
[INFO] WildFly: JSF Multi-JSF installer .................. SKIPPED
[INFO] WildFly: Exported Java EE Specification APIs ...... SKIPPED
[INFO] WildFly: Validation Tests for Exported Java EE Specification APIs SKIPPED
[INFO] WildFly: Build Web ................................ SKIPPED
[INFO] WildFly: Web Distribution ......................... SKIPPED
[INFO] WildFly: Web Services Tests Integration Subsystem . SKIPPED
[INFO] WildFly Test Suite: Shared ........................ SKIPPED
[INFO] WildFly Test Suite: Aggregator .................... SKIPPED
[INFO] WildFly Test Suite: Integration ................... SKIPPED
[INFO] WildFly Test Suite: Integration - Web ............. SKIPPED
[INFO] WildFly Test Suite: Integration - Smoke ........... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14.339 s
[INFO] Finished at: 2014-11-28T07:03:47+08:00
[INFO] Final Memory: 125M/723M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project wildfly-ee: Could not resolve dependencies for project org.wildfly:wildfly-ee:jar:9.0.0.Alpha2-SNAPSHOT: The following artifacts could not be resolved: org.jboss.metadata:jboss-metadata-common:jar:8.1.1.Final, org.jboss.metadata:jboss-metadata-ear:jar:8.1.1.Final: Could not find artifact org.jboss.metadata:jboss-metadata-common:jar:8.1.1.Final in central (http://repo.maven.apache.org/maven2) -> [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/DependencyResolutionExce...
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :wildfly-ee
Build step 'Execute shell' marked build as failure
9 years, 11 months
Build failed in Jenkins: Weld-2.x-tck-WF8-synchronized #140
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-tck-WF8-sync...>
Changes:
[Jozef Hartinger] WELD-1827 Proxy creation fails for @Named bean when a superclass does not have a no-arg constructor
[Jozef Hartinger] WELD-1834 Testcase
[Jozef Hartinger] WELD-1834 Proxy creation fails when a superclass does not have a no-arg constructor
------------------------------------------
[...truncated 4736 lines...]
INFO: Invoke NonPrivateNonStaticMethodTest.testClassWithPublicFinalMethodCannotBeProxied: 1,546/1,583 (656)
Jan 07, 2015 5:09:32 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.dynamic.broken.raw.RawInstanceDisposerInjectionTest, time: 10 ms]
Jan 07, 2015 5:09:32 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawInstanceDisposerInjectionTest.testDefinitionError: 1,547/1,583 (657)
Jan 07, 2015 5:09:32 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.dynamic.broken.raw.RawInstanceProcessInjectionPointTest, time: 40 ms]
Jan 07, 2015 5:09:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke RawInstanceProcessInjectionPointTest.testDefinitionError: 1,548/1,583 (658)
Jan 07, 2015 5:09:33 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: 10 ms]
Jan 07, 2015 5:09:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke UnsatisfiedInjectionIntoNonContextualComponentTest.testInjectionIntoServlet: 1,549/1,583 (659)
Jan 07, 2015 5:09:33 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: 27 ms]
Jan 07, 2015 5:09:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ParameterizedTypesInjectionRawAmbiguousTest.testInjection: 1,550/1,583 (660)
Jan 07, 2015 5:09:33 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: 10 ms]
Jan 07, 2015 5:09:33 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke NormalScopedBeanWithInjectionPoint.testRequestScopedBeanWithInjectionPoint: 1,551/1,583 (661)
Jan 07, 2015 5:09:33 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.manager.jndi.ManagerTest, time: 16 ms]
Jan 07, 2015 5:09:35 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagerTest.testManagerLookupInJndi: 1,552/1,583 (662)
Jan 07, 2015 5:09:35 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.EnabledManagedBeanInjectionAvailabilityTest, time: 25 ms]
Jan 07, 2015 5:09:35 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: 86f80656-f57f-4edf-9fc7-806653d5fbf3.war, time: 16 ms]
Jan 07, 2015 5:09:36 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EnabledManagedBeanInjectionAvailabilityTest.testInjection: 1,553/1,583 (663)
Jan 07, 2015 5:09:38 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.EnabledSessionBeanInjectionAvailability02Test, time: 28 ms]
Jan 07, 2015 5:09:40 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EnabledSessionBeanInjectionAvailability02Test.testInjection: 1,554/1,583 (664)
Jan 07, 2015 5:09:40 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.InterModuleELResolutionTest, time: 20 ms]
Jan 07, 2015 5:09:40 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: 5553cc26-2920-4d8e-9f06-793b2e0791a7.war, time: 15 ms]
Jan 07, 2015 5:09:41 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterModuleELResolutionTest.testEnabledManagedBeanAvailableForELResolution: 1,555/1,583 (665)
Jan 07, 2015 5:09:43 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.SelectedAlternativeManagedBeanInjectionAvailability02Test, time: 33 ms]
Jan 07, 2015 5:09:44 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SelectedAlternativeManagedBeanInjectionAvailability02Test.testInjection: 1,556/1,583 (666)
Jan 07, 2015 5:09:45 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.SpecializedProducerMethodInjectionNotAvailable02Test, time: 27 ms]
Jan 07, 2015 5:09:46 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializedProducerMethodInjectionNotAvailable02Test.testManagedBeanInjection: 1,557/1,583 (667)
Jan 07, 2015 5:09:46 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.broken.DisabledSessionBeanInjectionNotAvailableTest, time: 24 ms]
Jan 07, 2015 5:09:46 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: 68dade06-8d14-4efd-b18c-5ea35837a88c.war, time: 10 ms]
Jan 07, 2015 5:09:47 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DisabledSessionBeanInjectionNotAvailableTest.testInjection: 1,558/1,583 (668)
Jan 07, 2015 5:09:47 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.specialization.SpecializationModularity02Test, time: 18 ms]
Jan 07, 2015 5:09:47 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: d8c13665-5d30-4c6b-b584-e61d3dadaf1a.war, time: 10 ms]
Jan 07, 2015 5:09:48 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializationModularity02Test.testSpecialization: 1,559/1,583 (669)
Jan 07, 2015 5:09:50 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.specialization.SpecializationModularity07Test, time: 19 ms]
Jan 07, 2015 5:09:50 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: 68326952-0c9a-4114-bff7-6d58dcdab711.war, time: 9 ms]
Jan 07, 2015 5:09:50 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: ca6398b5-b89a-4cfa-a446-228dde9ad28d.war, time: 10 ms]
Jan 07, 2015 5:09:50 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializationModularity07Test.testSpecialization: 1,560/1,583 (670)
Jan 07, 2015 5:09:50 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.specialization.alternative.Specialization04Test, time: 46 ms]
Jan 07, 2015 5:09:51 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke Specialization04Test.testEnabledAlternativeSpecializes: 1,561/1,583 (671)
Jan 07, 2015 5:09:52 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke Specialization04Test.testEvent: 1,562/1,583 (671)
Jan 07, 2015 5:09:52 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.specialization.alternative.Specialization05Test, time: 37 ms]
Jan 07, 2015 5:09:52 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: db2031f3-2fd5-47a4-b665-651151859171.war, time: 10 ms]
Jan 07, 2015 5:09:53 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke Specialization05Test.testEnabledAlternativeSpecializes: 1,563/1,583 (672)
Jan 07, 2015 5:09:55 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke Specialization05Test.testEvent: 1,564/1,583 (672)
Jan 07, 2015 5:09:55 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.specialization.alternative.Specialization06Test, time: 40 ms]
Jan 07, 2015 5:09:55 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: c0875bce-c495-4094-81f8-931b5602a8f3.war, time: 10 ms]
Jan 07, 2015 5:09:56 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke Specialization06Test.testEnabledAlternativeSpecializes: 1,565/1,583 (673)
Jan 07, 2015 5:09:57 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke Specialization06Test.testEvent: 1,566/1,583 (673)
Jan 07, 2015 5:09:57 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.typesafe.resolution.EnterpriseResolutionByTypeTest, time: 18 ms]
Jan 07, 2015 5:09:58 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EnterpriseResolutionByTypeTest.testBeanTypesOnSessionBean: 1,567/1,583 (674)
Jan 07, 2015 5:09:59 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: Intercepting... [methods: 11, testRun: CDI TCK, suiteName: Weld / JBoss AS run of CDI TCK]
Jan 07, 2015 5:09:59 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: tckTest not set [time: 0 ms]
Jan 07, 2015 5:09:59 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.event.resolve.binding.DuplicateBindingTypesWhenResolvingTest, time: 18 ms]
Jan 07, 2015 5:10:01 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DuplicateBindingTypesWhenResolvingTest.testDuplicateBindingTypesWhenResolvingFails: 1,568/1,583 (675)
Jan 07, 2015 5:10:02 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: 10 ms]
Jan 07, 2015 5:10:02 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptedBeanFieldInjectionTest.testDeploymentFails: 1,569/1,583 (676)
Jan 07, 2015 5:10:02 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: 10 ms]
Jan 07, 2015 5:10:02 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke BeanTypeParamProducerTest.testDeploymentFails: 1,570/1,583 (677)
Jan 07, 2015 5:10:02 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: 20 ms]
Jan 07, 2015 5:10:02 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratoredBeanTypeParamFieldTest.testDeploymentFails: 1,571/1,583 (678)
Jan 07, 2015 5:10:02 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.manager.jndi.ManagerTestEar, time: 20 ms]
Jan 07, 2015 5:10:04 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke ManagerTestEar.testManagerLookupInJndi: 1,572/1,583 (679)
Jan 07, 2015 5:10:04 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.EnabledProducerFieldInjectionAvailabilityTest, time: 25 ms]
Jan 07, 2015 5:10:04 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: 29fca0d8-fa8b-4e10-8e38-9ddeb379b068.war, time: 10 ms]
Jan 07, 2015 5:10:06 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EnabledProducerFieldInjectionAvailabilityTest.testInjection: 1,573/1,583 (680)
Jan 07, 2015 5:10:07 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.InterModuleLookup02Test, time: 23 ms]
Jan 07, 2015 5:10:09 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterModuleLookup02Test.testEnabledManagedBeanAvailableForInjection: 1,574/1,583 (681)
Jan 07, 2015 5:10:09 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.SpecializedBeanInjectionNotAvailable02Test, time: 46 ms]
Jan 07, 2015 5:10:10 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializedBeanInjectionNotAvailable02Test.testManagedBeanInjection: 1,575/1,583 (682)
Jan 07, 2015 5:10:12 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke SpecializedBeanInjectionNotAvailable02Test.testSessionBeanInjection: 1,576/1,583 (682)
Jan 07, 2015 5:10:12 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.specialization.alternative.Specialization01Test, time: 53 ms]
Jan 07, 2015 5:10:13 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke Specialization01Test.testEvent: 1,577/1,583 (683)
Jan 07, 2015 5:10:14 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke Specialization01Test.testNotEnabledAlternativeDoesNotSpecialize: 1,578/1,583 (683)
Jan 07, 2015 5:10:14 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: Intercepting... [methods: 4, testRun: CDI TCK, suiteName: Weld / JBoss AS run of CDI TCK]
Jan 07, 2015 5:10:14 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: tckTest not set [time: 0 ms]
Jan 07, 2015 5:10:14 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: 14 ms]
Jan 07, 2015 5:10:14 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke InterceptedBeanConstructorInjectionTest.testDeploymentFails: 1,579/1,583 (684)
Jan 07, 2015 5:10:14 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: 39 ms]
Jan 07, 2015 5:10:14 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorTypeParamFieldTest.testDeploymentFails: 1,580/1,583 (685)
Jan 07, 2015 5:10:14 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.EnabledManagedBeanInjectionAvailability02Test, time: 27 ms]
Jan 07, 2015 5:10:16 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EnabledManagedBeanInjectionAvailability02Test.testInjection: 1,581/1,583 (686)
Jan 07, 2015 5:10:16 AM org.jboss.cdi.tck.shrinkwrap.ArchiveBuilder build
INFO: Test archive built [info: org.jboss.cdi.tck.tests.lookup.modules.EnabledProducerMethodInjectionAvailability02Test, time: 27 ms]
Jan 07, 2015 5:10:19 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke EnabledProducerMethodInjectionAvailability02Test.testInjection: 1,582/1,583 (687)
Jan 07, 2015 5:10:19 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: Intercepting... [methods: 1, testRun: CDI TCK, suiteName: Weld / JBoss AS run of CDI TCK]
Jan 07, 2015 5:10:19 AM org.jboss.cdi.tck.impl.testng.SingleTestClassMethodInterceptor intercept
INFO: tckTest not set [time: 0 ms]
Jan 07, 2015 5:10:19 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: 20 ms]
Jan 07, 2015 5:10:19 AM org.jboss.cdi.tck.impl.testng.ProgressLoggingTestListener beforeInvocation
INFO: Invoke DecoratorTypeParamInitializerTest.testDeploymentFails: 1,583/1,583 (688)
Tests run: 1583, Failures: 4, Errors: 0, Skipped: 0, Time elapsed: 1,363.969 sec <<< FAILURE! - in TestSuite
testApplicationCannotCallRemoveMethodOnNonDependentScopedSessionEnterpriseBean(org.jboss.cdi.tck.tests.implementation.enterprise.remove.EnterpriseBeanRemoveMethodTest) Time elapsed: 0.535 sec <<< FAILURE!
org.testng.TestException:
Expected exception java.lang.UnsupportedOperationException but got org.jboss.arquillian.test.spi.ArquillianProxyException: org.jboss.weld.exceptions.UnsupportedOperationException : WELD-000037: Cannot call EJB remove method directly on non-dependent scoped bean public abstract void org.jboss.cdi.tck.tests.implementation.enterprise.remove.SessionScopedSessionInterface.remove() [Proxied because : Original exception not deserilizable, ClassNotFoundException]
at org.jboss.weld.bean.proxy.EnterpriseBeanProxyMethodHandler.invoke(EnterpriseBeanProxyMethodHandler.java:119)
at org.jboss.weld.bean.proxy.EnterpriseTargetBeanInstance.invoke(EnterpriseTargetBeanInstance.java:56)
at org.jboss.weld.bean.proxy.InjectionPointPropagatingEnterpriseTargetBeanInstance.invoke(InjectionPointPropagatingEnterpriseTargetBeanInstance.java:65)
at org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:100)
at org.jboss.cdi.tck.tests.implementation.enterprise.remove.Serializable$SessionScopedSessionInterface$103949644$Proxy$_$$_Weld$EnterpriseProxy$.remove(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
at org.jboss.weld.bean.proxy.CachedBeanInstance.invoke(CachedBeanInstance.java:81)
at org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:100)
at org.jboss.weld.proxies.Serializable$SessionScopedSessionInterface$103949644$Proxy$_$$_WeldClientProxy.remove(Unknown Source)
at org.jboss.cdi.tck.tests.implementation.enterprise.remove.EnterpriseBeanRemoveMethodTest.testApplicationCannotCallRemoveMethodOnNonDependentScopedSessionEnterpriseBean(EnterpriseBeanRemoveMethodTest.java:72)
testNormalScopedUnproxyableBeanResolution(org.jboss.cdi.tck.tests.implementation.simple.lifecycle.unproxyable.UnproxyableManagedBeanTest) Time elapsed: 1.669 sec <<< FAILURE!
org.testng.TestException:
Expected exception javax.enterprise.inject.UnproxyableResolutionException but got org.jboss.arquillian.test.spi.ArquillianProxyException: org.jboss.weld.exceptions.UnproxyableResolutionException : WELD-001436: Normal scoped bean class org.jboss.cdi.tck.tests.implementation.simple.lifecycle.unproxyable.UnproxyableBean is not proxyable because it has a private constructor private org.jboss.cdi.tck.tests.implementation.simple.lifecycle.unproxyable.UnproxyableBean() - <unknown javax.enterprise.inject.spi.Bean instance>. [Proxied because : Original exception not deserilizable, ClassNotFoundException]
at org.jboss.weld.util.Proxies.getUnproxyableClassException(Proxies.java:224)
at org.jboss.weld.util.Proxies.getUnproxyableTypeException(Proxies.java:178)
at org.jboss.weld.util.Proxies.getUnproxyableTypeException(Proxies.java:140)
at org.jboss.weld.bean.proxy.ClientProxyProvider.getClientProxy(ClientProxyProvider.java:232)
at org.jboss.weld.manager.BeanManagerImpl.getReference(BeanManagerImpl.java:737)
at org.jboss.weld.manager.BeanManagerImpl.getReference(BeanManagerImpl.java:763)
at org.jboss.weld.util.ForwardingBeanManager.getReference(ForwardingBeanManager.java:61)
at org.jboss.weld.bean.builtin.BeanManagerProxy.getReference(BeanManagerProxy.java:89)
at org.jboss.cdi.tck.tests.implementation.simple.lifecycle.unproxyable.UnproxyableManagedBeanTest.testNormalScopedUnproxyableBeanResolution(UnproxyableManagedBeanTest.java:46)
testUnsupportedOperationExceptionThrownIfUnderlyingContextNotAlterable(org.jboss.cdi.tck.tests.lookup.dynamic.destroy.normal.DestroyingNormalScopedInstanceTest) Time elapsed: 0.055 sec <<< FAILURE!
org.testng.TestException:
Expected exception java.lang.UnsupportedOperationException but got org.jboss.arquillian.test.spi.ArquillianProxyException: org.jboss.weld.exceptions.UnsupportedOperationException : WELD-001525: Instance.destroy() is not supported. The underlying context org.jboss.cdi.tck.tests.lookup.dynamic.destroy.normal.CustomNonAlterableContext@4b139990 does not support destroying of contextual instances [Proxied because : Original exception not deserilizable, ClassNotFoundException]
at org.jboss.weld.bean.builtin.InstanceImpl.destroy(InstanceImpl.java:162)
at org.jboss.cdi.tck.tests.lookup.dynamic.destroy.normal.DestroyingNormalScopedInstanceTest.testUnsupportedOperationExceptionThrownIfUnderlyingContextNotAlterable(DestroyingNormalScopedInstanceTest.java:109)
testUnsatisfiedReference(org.jboss.cdi.tck.tests.lookup.injectionpoint.broken.reference.unresolved.UnsatisfiedInjectableReferenceTest) Time elapsed: 0.53 sec <<< FAILURE!
org.testng.TestException:
Expected exception javax.enterprise.inject.UnsatisfiedResolutionException but got org.jboss.arquillian.test.spi.ArquillianProxyException: org.jboss.weld.exceptions.UnsatisfiedResolutionException : WELD-001308: Unable to resolve any beans for Types: [class org.jboss.cdi.tck.tests.lookup.injectionpoint.broken.reference.unresolved.InjectedBean]; Bindings: [QualifierInstance {annotationClass=interface javax.enterprise.inject.Default, values={}}, QualifierInstance {annotationClass=interface javax.enterprise.inject.Any, values={}}] [Proxied because : Original exception not deserilizable, ClassNotFoundException]
at org.jboss.weld.manager.BeanManagerImpl.getBean(BeanManagerImpl.java:864)
at org.jboss.weld.manager.BeanManagerImpl.getInjectableReference(BeanManagerImpl.java:855)
at org.jboss.weld.util.ForwardingBeanManager.getInjectableReference(ForwardingBeanManager.java:66)
at org.jboss.weld.bean.builtin.BeanManagerProxy.getInjectableReference(BeanManagerProxy.java:95)
at org.jboss.cdi.tck.tests.lookup.injectionpoint.broken.reference.unresolved.UnsatisfiedInjectableReferenceTest.testUnsatisfiedReference(UnsatisfiedInjectableReferenceTest.java:57)
Results :
Failed tests:
EnterpriseBeanRemoveMethodTest.testApplicationCannotCallRemoveMethodOnNonDependentScopedSessionEnterpriseBean » Test
UnproxyableManagedBeanTest.testNormalScopedUnproxyableBeanResolution » Test
E...
DestroyingNormalScopedInstanceTest.testUnsupportedOperationExceptionThrownIfUnderlyingContextNotAlterable » Test
UnsatisfiedInjectableReferenceTest.testUnsatisfiedReference » Test
Expected e...
Tests run: 1583, Failures: 4, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 23:16.764s
[INFO] Finished at: Wed Jan 07 05:10:26 EST 2015
[INFO] Final Memory: 44M/107M
[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-tck-WF8-sync...> 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
9 years, 11 months
Build failed in Jenkins: Weld-3.x-CI-osprey #121
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-3.x-CI-osprey/12...>
Changes:
[Jozef Hartinger] WELD-1831 BeanAttributesFactory should ignore illegal bean types
[Jozef Hartinger] WELD-1831 Move isIllegalBeanType() to Types, add micro-optimization
------------------------------------------
[...truncated 524 lines...]
[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-3.x-CI-osprey/ws...>
[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/LICENSE.txt already added, skipping
[INFO] META-INF/DEPENDENCIES.txt already added, skipping
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-3.x-CI-osprey/ws...>
[INFO] META-INF already added, skipping
[INFO] META-INF already added, skipping
[INFO] META-INF/LICENSE.txt already added, skipping
[INFO] META-INF/DEPENDENCIES.txt already added, skipping
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ weld-porting-package-tck ---
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-3.x-CI-osprey/ws...> to /home/hudson/.m2/repository/org/jboss/weld/weld-porting-package-tck/3.0.0-SNAPSHOT/weld-porting-package-tck-3.0.0-SNAPSHOT.jar
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-3.x-CI-osprey/ws...> to /home/hudson/.m2/repository/org/jboss/weld/weld-porting-package-tck/3.0.0-SNAPSHOT/weld-porting-package-tck-3.0.0-SNAPSHOT.pom
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-3.x-CI-osprey/ws...> to /home/hudson/.m2/repository/org/jboss/weld/weld-porting-package-tck/3.0.0-SNAPSHOT/weld-porting-package-tck-3.0.0-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Test Utilities 3.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ weld-core-test-common ---
[INFO] Deleting <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-3.x-CI-osprey/ws...>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-core-test-common ---
[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-common ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-core-test-common ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-core-test-common ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (attach-license) @ weld-core-test-common ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ weld-core-test-common ---
[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-core-test-common ---
[INFO] Compiling 24 source files to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-3.x-CI-osprey/ws...>
[INFO]
[INFO] --- maven-checkstyle-plugin:2.13:checkstyle (check-style) @ weld-core-test-common ---
[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-common ---
[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-3.x-CI-osprey/ws...>
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ weld-core-test-common ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ weld-core-test-common ---
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ weld-core-test-common ---
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-3.x-CI-osprey/ws...>
[INFO]
[INFO] >>> maven-source-plugin:2.1.2:jar (attach-sources) @ weld-core-test-common >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-core-test-common ---
[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-common ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-core-test-common ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-core-test-common ---
[INFO]
[INFO] <<< maven-source-plugin:2.1.2:jar (attach-sources) @ weld-core-test-common <<<
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar (attach-sources) @ weld-core-test-common ---
[INFO] META-INF already added, skipping
[INFO] META-INF already added, skipping
[INFO] META-INF/LICENSE.txt already added, skipping
[INFO] META-INF/DEPENDENCIES.txt already added, skipping
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-3.x-CI-osprey/ws...>
[INFO] META-INF already added, skipping
[INFO] META-INF already added, skipping
[INFO] META-INF/LICENSE.txt already added, skipping
[INFO] META-INF/DEPENDENCIES.txt already added, skipping
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ weld-core-test-common ---
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-3.x-CI-osprey/ws...> to /home/hudson/.m2/repository/org/jboss/weld/weld-core-test-common/3.0.0-SNAPSHOT/weld-core-test-common-3.0.0-SNAPSHOT.jar
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-3.x-CI-osprey/ws...> to /home/hudson/.m2/repository/org/jboss/weld/weld-core-test-common/3.0.0-SNAPSHOT/weld-core-test-common-3.0.0-SNAPSHOT.pom
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-3.x-CI-osprey/ws...> to /home/hudson/.m2/repository/org/jboss/weld/weld-core-test-common/3.0.0-SNAPSHOT/weld-core-test-common-3.0.0-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Unit Tests 3.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[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-3.x-CI-osprey/ws...>
[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-3.x-CI-osprey/ws...>
[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-3.x-CI-osprey/ws...>
[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 96 source files to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-3.x-CI-osprey/ws...>
[INFO]
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ weld-core-test ---
[INFO] Surefire report directory: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-3.x-CI-osprey/ws...>
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running TestSuite
Configuring TestNG with: TestNGMapConfigurator
Jan 09, 2015 3:30:10 PM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 3.0.0 (2015-01-09 15:28)
Jan 09, 2015 3:30:11 PM org.jboss.weld.xml.BeansXmlHandler error
WARN: WELD-001208: Error when validating <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-3.x-CI-osprey/ws...> against xsd. cvc-pattern-valid: Value 'com.acme.*.Foo.**' is not facet-valid with respect to pattern '([a-zA-Z_$][a-zA-Z\d_$]*\.)*([a-zA-Z_$][a-zA-Z\d_$]*|\*|\*\*)' for type '#AnonType_nameexcludescan'.
Jan 09, 2015 3:30:11 PM org.jboss.weld.xml.BeansXmlHandler error
WARN: WELD-001208: Error when validating <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-3.x-CI-osprey/ws...> against xsd. cvc-attribute.3: The value 'com.acme.*.Foo.**' of attribute 'name' on element 'exclude' is not valid with respect to its type, 'null'.
Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.568 sec - in TestSuite
Results :
Tests run: 75, Failures: 0, Errors: 0, Skipped: 0
[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-3.x-CI-osprey/ws...>
[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/LICENSE.txt already added, skipping
[INFO] META-INF/DEPENDENCIES.txt already added, skipping
[INFO] Building jar: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-3.x-CI-osprey/ws...>
[INFO] META-INF already added, skipping
[INFO] META-INF/LICENSE.txt already added, skipping
[INFO] META-INF/DEPENDENCIES.txt already added, skipping
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ weld-core-test ---
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-3.x-CI-osprey/ws...> to /home/hudson/.m2/repository/org/jboss/weld/weld-core-test/3.0.0-SNAPSHOT/weld-core-test-3.0.0-SNAPSHOT.jar
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-3.x-CI-osprey/ws...> to /home/hudson/.m2/repository/org/jboss/weld/weld-core-test/3.0.0-SNAPSHOT/weld-core-test-3.0.0-SNAPSHOT.pom
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-3.x-CI-osprey/ws...> to /home/hudson/.m2/repository/org/jboss/weld/weld-core-test/3.0.0-SNAPSHOT/weld-core-test-3.0.0-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Integration Tests (JBoss AS) 3.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://repo.maven.apache.org/maven2/org/jboss/invocation/jboss-invocation...
[WARNING] The POM for org.jboss.invocation:jboss-invocation:jar:1.2.1.Final is missing, no dependency information available
Downloading: http://repo.maven.apache.org/maven2/org/jboss/invocation/jboss-invocation...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Weld Parent ....................................... SUCCESS [ 4.661 s]
[INFO] Weld Implementation (Core) ........................ SUCCESS [ 59.390 s]
[INFO] Weld Core - JSF ................................... SUCCESS [ 1.548 s]
[INFO] Weld Implementation ............................... SUCCESS [ 1.118 s]
[INFO] Weld Porting Package for the CDI TCK .............. SUCCESS [ 0.725 s]
[INFO] Weld Test Utilities ............................... SUCCESS [ 0.819 s]
[INFO] Weld Unit Tests ................................... SUCCESS [ 4.561 s]
[INFO] Weld Integration Tests (JBoss AS) ................. FAILURE [ 1.114 s]
[INFO] AtInject TCK runner for Weld ...................... SKIPPED
[INFO] CDI TCK runner (2.0) for Weld (WildFly) ........... SKIPPED
[INFO] Weld Environment Common ........................... SKIPPED
[INFO] Weld SE (Core) .................................... SKIPPED
[INFO] Weld SE (Uber Jar) ................................ 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: 01:14 min
[INFO] Finished at: 2015-01-09T15:30:14+08:00
[INFO] Final Memory: 76M/638M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project weld-core-test-arquillian: Could not resolve dependencies for project org.jboss.weld:weld-core-test-arquillian:jar:3.0.0-SNAPSHOT: Could not find artifact org.jboss.invocation:jboss-invocation:jar:1.2.1.Final in central (http://repo.maven.apache.org/maven2) -> [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/DependencyResolutionExce...
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :weld-core-test-arquillian
Build step 'Execute shell' marked build as failure
Recording test results
9 years, 11 months