Build failed in Jenkins: Weld-2.x-WF8.x-build #938
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-1991 Fix invocation of overloaded method on decorator
[Jozef Hartinger] WELD-1991 Fix comment
[Jozef Hartinger] WELD-1948 Bean store leak - add DEBUG log message with the list of
[Jozef Hartinger] WELD-1948 Bean store leak - build bean identifiers string only if debug
[Jozef Hartinger] Move flatmap() to Iterables
[Jozef Hartinger] [maven-release-plugin] prepare release 2.3.0.Beta3
[Jozef Hartinger] [maven-release-plugin] prepare for next development iteration
------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on dev199 (ppc64 RHEL-any mem2G RHEL6 linux general RHEL beaker mwqa_drives_tools mem4G unix) in workspace <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8.x-build/ws/>
Deleting project workspace... done
> git rev-parse --is-inside-work-tree # timeout=10
ERROR: Workspace has a .git repository, but it appears to be corrupt.
hudson.plugins.git.GitException: Command "git rev-parse --is-inside-work-tree" returned status code 128:
stdout:
stderr: fatal: Not a git repository (or any parent up to mount point /qa/hudson_workspace)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1591)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1567)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1563)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1249)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1261)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.hasGitRepo(CliGitAPIImpl.java:216)
at hudson.plugins.git.GitAPI.hasGitRepo(GitAPI.java:232)
at sun.reflect.GeneratedMethodAccessor52.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:611)
at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:320)
at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:295)
at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:254)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:314)
at java.util.concurrent.FutureTask.run(FutureTask.java:149)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at hudson.remoting.Engine$1$1.run(Engine.java:63)
at java.lang.Thread.run(Thread.java:767)
Cloning the remote Git repository
Cloning repository git://github.com/weld/core.git
> git init <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8.x-build/...> # timeout=10
Fetching upstream changes from git://github.com/weld/core.git
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress git://github.com/weld/core.git +refs/heads/*:refs/remotes/origin/*
> git config remote.origin.url git://github.com/weld/core.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url git://github.com/weld/core.git # timeout=10
Fetching upstream changes from git://github.com/weld/core.git
> git -c core.askpass=true fetch --tags --progress git://github.com/weld/core.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/2.3^{commit} # timeout=10
Checking out Revision 3313cd40a3704d03a6f9a4b1940f4ec868564f67 (origin/2.3)
> git config core.sparsecheckout # timeout=10
> git checkout -f 3313cd40a3704d03a6f9a4b1940f4ec868564f67
> git rev-list 3cb42abfe7f358366637afe08fc511ad1a6a547e # timeout=10
> git tag -a -f -m Jenkins Build #938 jenkins-Weld-2.x-WF8.x-build-938 # timeout=10
[Weld-2.x-WF8.x-build] $ bash -xe /tmp/hudson9137040846766575106.sh
+ source /home/hudson/config_repository/scripts/weld/common.sh
+ setup-environment
+ export MAVEN_VERSION=3.3.3-prod
+ MAVEN_VERSION=3.3.3-prod
+ export 'MAVEN_OPTS=-Xmx1536m -XX:MaxPermSize=512m'
+ MAVEN_OPTS='-Xmx1536m -XX:MaxPermSize=512m'
+ export M2_HOME=/qa/tools/opt/maven-3.3.3-prod
+ M2_HOME=/qa/tools/opt/maven-3.3.3-prod
+ 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.3.3-prod/bin/mvn -Dmaven.repo.local=/qa/home/hudson/private_maven_repos/weld/'
+ MVN='/qa/tools/opt/maven-3.3.3-prod/bin/mvn -Dmaven.repo.local=/qa/home/hudson/private_maven_repos/weld/'
+ java -version
java version "1.6.0"
Java(TM) SE Runtime Environment (build pxp6460sr16fp3-20141219_01(SR16 FP3))
IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 Linux ppc64-64 jvmxp6460sr16-20141216_227499 (JIT enabled, AOT enabled)
J9VM - 20141216_227499
JIT - r9_20140523_64469ifx3
GC - GA24_Java6_SR16_20141216_1020_B227499)
JCL - 20141216_01
+ /qa/tools/opt/maven-3.3.3-prod/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/ppc64/jdk1.7.0_last/bin/java
Build step 'Execute shell' marked build as failure
Archiving artifacts
9 years, 5 months
Build failed in Jenkins: Weld-2.x-int-servlet #1081
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet/...>
Changes:
[Jozef Hartinger] [maven-release-plugin] prepare release 2.3.0.Beta3
[Jozef Hartinger] [maven-release-plugin] prepare for next development iteration
------------------------------------------
[...truncated 933 lines...]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Porting Package for the CDI TCK 1.1 2.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://repository.jboss.org/maven2/org/apache/maven/plugins/maven-eclipse...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma...
Downloading: http://snapshots.jboss.org/maven2/org/apache/maven/plugins/maven-eclipse-...
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-eclipse-plug...
741 B
Downloaded: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-eclipse-plug... (741 B at 10.6 KB/sec)
787 B
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma... (787 B at 4.1 KB/sec)
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ weld-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-remote-resources-plugin:1.1:process (attach-license) @ weld-porting-package-tck ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ weld-porting-package-tck ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ weld-porting-package-tck ---
[INFO] Compiling 3 source files to /qa/hudson_ws/workspace/Weld-2.x-int-servlet/porting-package/target/classes
[INFO]
[INFO] --- maven-checkstyle-plugin:2.12.1:checkstyle (check-style) @ weld-porting-package-tck ---
[INFO] Starting audit...
Audit done.
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ weld-porting-package-tck ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /qa/hudson_ws/workspace/Weld-2.x-int-servlet/porting-package/src/test/resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ weld-porting-package-tck ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ weld-porting-package-tck ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ weld-porting-package-tck ---
[INFO] Building jar: /qa/hudson_ws/workspace/Weld-2.x-int-servlet/porting-package/target/weld-porting-package-tck-2.3.0-SNAPSHOT.jar
[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: /qa/hudson_ws/workspace/Weld-2.x-int-servlet/porting-package/target/weld-porting-package-tck-2.3.0-SNAPSHOT-sources.jar
[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 /qa/hudson_ws/workspace/Weld-2.x-int-servlet/porting-package/target/weld-porting-package-tck-2.3.0-SNAPSHOT.jar to /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/weld-porting-package-tck/2.3.0-SNAPSHOT/weld-porting-package-tck-2.3.0-SNAPSHOT.jar
[INFO] Installing /qa/hudson_ws/workspace/Weld-2.x-int-servlet/porting-package/pom.xml to /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/weld-porting-package-tck/2.3.0-SNAPSHOT/weld-porting-package-tck-2.3.0-SNAPSHOT.pom
[INFO] Installing /qa/hudson_ws/workspace/Weld-2.x-int-servlet/porting-package/target/weld-porting-package-tck-2.3.0-SNAPSHOT-sources.jar to /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/weld-porting-package-tck/2.3.0-SNAPSHOT/weld-porting-package-tck-2.3.0-SNAPSHOT-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Unit Tests 2.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://repository.jboss.org/maven2/org/apache/maven/plugins/maven-eclipse...
Downloading: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma...
Downloading: http://snapshots.jboss.org/maven2/org/apache/maven/plugins/maven-eclipse-...
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-eclipse-plug...
741 B
Downloaded: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-eclipse-plug... (741 B at 9.6 KB/sec)
787 B
Downloaded: https://repository.jboss.org/nexus/content/groups/developer/org/apache/ma... (787 B at 4.3 KB/sec)
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ 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-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 /qa/hudson_ws/workspace/Weld-2.x-int-servlet/tests/src/main/resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ weld-core-test ---
[INFO] Compiling 7 source files to /qa/hudson_ws/workspace/Weld-2.x-int-servlet/tests/target/classes
[INFO]
[INFO] --- maven-checkstyle-plugin:2.12.1: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 /qa/hudson_ws/workspace/Weld-2.x-int-servlet/tests/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ weld-core-test ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-surefire-report-plugin:2.17:report-only (generate-test-report) @ weld-core-test ---
[WARNING] Unable to locate Test Source XRef to link to - DISABLED
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ weld-core-test ---
[INFO] Building jar: /qa/hudson_ws/workspace/Weld-2.x-int-servlet/tests/target/weld-core-test-2.3.0-SNAPSHOT.jar
[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: /qa/hudson_ws/workspace/Weld-2.x-int-servlet/tests/target/weld-core-test-2.3.0-SNAPSHOT-sources.jar
[INFO] META-INF already added, skipping
[INFO] META-INF/LICENSE.txt already added, skipping
[INFO] META-INF/DEPENDENCIES.txt already added, skipping
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ weld-core-test ---
[INFO] Installing /qa/hudson_ws/workspace/Weld-2.x-int-servlet/tests/target/weld-core-test-2.3.0-SNAPSHOT.jar to /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/weld-core-test/2.3.0-SNAPSHOT/weld-core-test-2.3.0-SNAPSHOT.jar
[INFO] Installing /qa/hudson_ws/workspace/Weld-2.x-int-servlet/tests/pom.xml to /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/weld-core-test/2.3.0-SNAPSHOT/weld-core-test-2.3.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Weld Parent ....................................... SUCCESS [33.604s]
[INFO] Weld Implementation (Core) ........................ SUCCESS [31.148s]
[INFO] Weld Core - JSF ................................... SUCCESS [1.573s]
[INFO] Weld Implementation ............................... SUCCESS [2.341s]
[INFO] Weld Probe Parent ................................. SUCCESS [0.566s]
[INFO] Weld Probe Core ................................... SUCCESS [11.565s]
[INFO] Weld Test Utilities ............................... SUCCESS [1.812s]
[INFO] weld-probe-integration-tests ...................... SUCCESS [4.341s]
[INFO] Weld Porting Package for the CDI TCK 1.1 .......... SUCCESS [1.382s]
[INFO] Weld Unit Tests ................................... FAILURE [5.210s]
[INFO] Weld Integration Tests (JBoss AS) ................. SKIPPED
[INFO] AtInject TCK runner for Weld ...................... SKIPPED
[INFO] CDI TCK runner (1.1, 1.2) for Weld (WildFly) ...... SKIPPED
[INFO] Weld Environment Common ........................... SKIPPED
[INFO] Weld SE (Core) .................................... SKIPPED
[INFO] Weld SE (Uber Jar) ................................ SKIPPED
[INFO] Weld 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: 1:35.506s
[INFO] Finished at: Tue Jul 21 08:04:05 EDT 2015
[INFO] Final Memory: 55M/309M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.3.1:install (default-install) on project weld-core-test: Failed to install metadata org.jboss.weld:weld-core-test:2.3.0-SNAPSHOT/maven-metadata.xml: Could not read metadata /qa/home/hudson/private_maven_repos/weld/org/jboss/weld/weld-core-test/2.3.0-SNAPSHOT/maven-metadata-local.xml: input contained no data -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :weld-core-test
Build step 'Invoke top-level Maven targets' marked build as failure
Recording test results
ERROR: Publisher hudson.tasks.junit.JUnitResultArchiver aborted due to exception
hudson.AbortException: No test report files were found. Configuration error?
at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:116)
at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:93)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2589)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask$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)
at ......remote call to soa3-RHEL5-x86(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
at hudson.remoting.Channel.call(Channel.java:752)
at hudson.FilePath.act(FilePath.java:969)
at hudson.FilePath.act(FilePath.java:958)
at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:90)
at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:120)
at hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:137)
at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:74)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:770)
at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:734)
at hudson.model.Build$BuildExecution.post2(Build.java:183)
at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:683)
at hudson.model.Run.execute(Run.java:1770)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)
9 years, 5 months
Build failed in Jenkins: Weld-2.x-int-servlet-jetty #1069
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...>
Changes:
[Jozef Hartinger] WELD-1991 Fix invocation of overloaded method on decorator
[Jozef Hartinger] WELD-1991 Fix comment
------------------------------------------
[...truncated 2527 lines...]
Jul 21, 2015 3:36:05 AM org.jboss.shrinkwrap.jetty_7.api.ShrinkWrapWebAppContext <init>
INFO: Webapp archive location: file:/tmp/export60615342142978561809b12e6ba-2fdc-45fd-8fb9-204c326e27e6.war
2015-07-21 03:36:05.461:INFO:oejw.WebInfConfiguration:Extract jar:file:/tmp/export60615342142978561809b12e6ba-2fdc-45fd-8fb9-204c326e27e6.war!/ to /tmp/jetty-localhost-9090-export60615342142978561809b12e6ba-2fdc-45fd-8fb9-204c326e27e6.war-_9b12e6ba-2fdc-45fd-8fb9-204c326e27e6-any-/webapp
2015-07-21 03:36:05.600:INFO:oejpw.PlusConfiguration:No Transaction manager found - if your webapp requires one, please configure one.
2015-07-21 03:36:05.888:INFO:oejw.StandardDescriptorProcessor:NO JSP Support for /9b12e6ba-2fdc-45fd-8fb9-204c326e27e6, did not find org.apache.jasper.servlet.JspServlet
Jul 21, 2015 3:36:05 AM org.jboss.weld.environment.servlet.EnhancedListener onStartup
INFO: WELD-ENV-001008: Initialize Weld using ServletContainerInitializer
Jul 21, 2015 3:36:05 AM 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.
Jul 21, 2015 3:36:05 AM org.jboss.weld.environment.jetty.JettyContainer initialize
INFO: WELD-ENV-001200: Jetty 7.2+ detected, CDI injection will be available in Servlets and Filters. Injection into Listeners should work on Jetty 9.1.1 and newer.
Jul 21, 2015 3:36:06 AM org.jboss.weld.environment.servlet.Listener contextInitialized
INFO: WELD-ENV-001006: org.jboss.weld.environment.servlet.EnhancedListener used for ServletContext notifications
Jul 21, 2015 3:36:06 AM org.jboss.weld.environment.servlet.EnhancedListener contextInitialized
INFO: WELD-ENV-001009: org.jboss.weld.environment.servlet.Listener used for ServletRequest and HttpSession notifications
2015-07-21 03:36:06.089:INFO:oejw.WebAppContext:WebApp@33501357 at http://localhost:9090/9b12e6ba-2fdc-45fd-8fb9-204c326e27e6
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.66 sec - in org.jboss.weld.environment.servlet.test.provider.CustomCDIProviderTest
Running org.jboss.weld.environment.servlet.test.lifecycle.HSCycleTest
Pinger-32679236
Pinger-32679236
2015-07-21 03:36:06.241:INFO:oejsl.ELContextCleaner:javax.el.BeanELResolver purged
2015-07-21 03:36:06.241:INFO:oejsh.ContextHandler:stopped o.j.s.j.a.ShrinkWrapWebAppContext{/9b12e6ba-2fdc-45fd-8fb9-204c326e27e6,file:/tmp/jetty-localhost-9090-export60615342142978561809b12e6ba-2fdc-45fd-8fb9-204c326e27e6.war-_9b12e6ba-2fdc-45fd-8fb9-204c326e27e6-any-/webapp/},file:/tmp/export60615342142978561809b12e6ba-2fdc-45fd-8fb9-204c326e27e6.war
Jul 21, 2015 3:36:06 AM org.jboss.shrinkwrap.jetty_7.api.ShrinkWrapWebAppContext <init>
INFO: Webapp archive location: file:/tmp/export2695501496265079927e1efe556-19c8-4ddb-8739-3cb83ac53647.war
2015-07-21 03:36:06.963:INFO:oejw.WebInfConfiguration:Extract jar:file:/tmp/export2695501496265079927e1efe556-19c8-4ddb-8739-3cb83ac53647.war!/ to /tmp/jetty-localhost-9090-export2695501496265079927e1efe556-19c8-4ddb-8739-3cb83ac53647.war-_e1efe556-19c8-4ddb-8739-3cb83ac53647-any-/webapp
2015-07-21 03:36:07.107:INFO:oejpw.PlusConfiguration:No Transaction manager found - if your webapp requires one, please configure one.
2015-07-21 03:36:07.394:INFO:oejw.StandardDescriptorProcessor:NO JSP Support for /e1efe556-19c8-4ddb-8739-3cb83ac53647, did not find org.apache.jasper.servlet.JspServlet
Jul 21, 2015 3:36:07 AM org.jboss.weld.environment.servlet.EnhancedListener onStartup
INFO: WELD-ENV-001008: Initialize Weld using ServletContainerInitializer
Jul 21, 2015 3:36:07 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery
INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup.
Jul 21, 2015 3:36:07 AM 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.
Jul 21, 2015 3:36:07 AM org.jboss.weld.environment.jetty.JettyContainer initialize
INFO: WELD-ENV-001200: Jetty 7.2+ detected, CDI injection will be available in Servlets and Filters. Injection into Listeners should work on Jetty 9.1.1 and newer.
Jul 21, 2015 3:36:07 AM org.jboss.weld.environment.servlet.Listener contextInitialized
INFO: WELD-ENV-001006: org.jboss.weld.environment.servlet.EnhancedListener used for ServletContext notifications
Jul 21, 2015 3:36:07 AM org.jboss.weld.environment.servlet.EnhancedListener contextInitialized
INFO: WELD-ENV-001009: org.jboss.weld.environment.servlet.Listener used for ServletRequest and HttpSession notifications
2015-07-21 03:36:07.892:INFO:oejw.WebAppContext:WebApp@33501357 at http://localhost:9090/e1efe556-19c8-4ddb-8739-3cb83ac53647
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.795 sec - in org.jboss.weld.environment.servlet.test.lifecycle.HSCycleTest
Running org.jboss.weld.environment.servlet.test.discovery.BeanDiscoveryInjectionTest
2015-07-21 03:36:08.089:INFO:oejsl.ELContextCleaner:javax.el.BeanELResolver purged
2015-07-21 03:36:08.089:INFO:oejsh.ContextHandler:stopped o.j.s.j.a.ShrinkWrapWebAppContext{/e1efe556-19c8-4ddb-8739-3cb83ac53647,file:/tmp/jetty-localhost-9090-export2695501496265079927e1efe556-19c8-4ddb-8739-3cb83ac53647.war-_e1efe556-19c8-4ddb-8739-3cb83ac53647-any-/webapp/},file:/tmp/export2695501496265079927e1efe556-19c8-4ddb-8739-3cb83ac53647.war
Jul 21, 2015 3:36:08 AM org.jboss.shrinkwrap.jetty_7.api.ShrinkWrapWebAppContext <init>
INFO: Webapp archive location: file:/tmp/export792427826139330548941838b15-9657-45d7-9450-74fb6b2452e0.war
2015-07-21 03:36:08.874:INFO:oejw.WebInfConfiguration:Extract jar:file:/tmp/export792427826139330548941838b15-9657-45d7-9450-74fb6b2452e0.war!/ to /tmp/jetty-localhost-9090-export792427826139330548941838b15-9657-45d7-9450-74fb6b2452e0.war-_41838b15-9657-45d7-9450-74fb6b2452e0-any-/webapp
2015-07-21 03:36:09.020:INFO:oejpw.PlusConfiguration:No Transaction manager found - if your webapp requires one, please configure one.
2015-07-21 03:36:09.307:INFO:oejw.StandardDescriptorProcessor:NO JSP Support for /41838b15-9657-45d7-9450-74fb6b2452e0, did not find org.apache.jasper.servlet.JspServlet
Jul 21, 2015 3:36:09 AM org.jboss.weld.environment.servlet.EnhancedListener onStartup
INFO: WELD-ENV-001008: Initialize Weld using ServletContainerInitializer
Jul 21, 2015 3:36:09 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery
INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup.
Jul 21, 2015 3:36:09 AM 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.
Jul 21, 2015 3:36:09 AM org.jboss.weld.environment.jetty.JettyContainer initialize
INFO: WELD-ENV-001200: Jetty 7.2+ detected, CDI injection will be available in Servlets and Filters. Injection into Listeners should work on Jetty 9.1.1 and newer.
Jul 21, 2015 3:36:09 AM org.jboss.weld.environment.servlet.Listener contextInitialized
INFO: WELD-ENV-001006: org.jboss.weld.environment.servlet.EnhancedListener used for ServletContext notifications
Jul 21, 2015 3:36:09 AM org.jboss.weld.environment.servlet.EnhancedListener contextInitialized
INFO: WELD-ENV-001009: org.jboss.weld.environment.servlet.Listener used for ServletRequest and HttpSession notifications
2015-07-21 03:36:09.491:INFO:oejw.WebAppContext:WebApp@33501357 at http://localhost:9090/41838b15-9657-45d7-9450-74fb6b2452e0
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.588 sec - in org.jboss.weld.environment.servlet.test.discovery.BeanDiscoveryInjectionTest
Running org.jboss.weld.environment.servlet.test.discovery.scope.CustomNormalScopeDiscoveryTest
2015-07-21 03:36:09.638:INFO:oejsl.ELContextCleaner:javax.el.BeanELResolver purged
2015-07-21 03:36:09.638:INFO:oejsh.ContextHandler:stopped o.j.s.j.a.ShrinkWrapWebAppContext{/41838b15-9657-45d7-9450-74fb6b2452e0,file:/tmp/jetty-localhost-9090-export792427826139330548941838b15-9657-45d7-9450-74fb6b2452e0.war-_41838b15-9657-45d7-9450-74fb6b2452e0-any-/webapp/},file:/tmp/export792427826139330548941838b15-9657-45d7-9450-74fb6b2452e0.war
Jul 21, 2015 3:36:10 AM org.jboss.shrinkwrap.jetty_7.api.ShrinkWrapWebAppContext <init>
INFO: Webapp archive location: file:/tmp/export6553387995072811222ce73fde-f275-49fe-b798-bcfd5e92a0ee.war
2015-07-21 03:36:10.292:INFO:oejw.WebInfConfiguration:Extract jar:file:/tmp/export6553387995072811222ce73fde-f275-49fe-b798-bcfd5e92a0ee.war!/ to /tmp/jetty-localhost-9090-export6553387995072811222ce73fde-f275-49fe-b798-bcfd5e92a0ee.war-_2ce73fde-f275-49fe-b798-bcfd5e92a0ee-any-/webapp
2015-07-21 03:36:10.428:INFO:oejpw.PlusConfiguration:No Transaction manager found - if your webapp requires one, please configure one.
2015-07-21 03:36:10.664:INFO:oejw.StandardDescriptorProcessor:NO JSP Support for /2ce73fde-f275-49fe-b798-bcfd5e92a0ee, did not find org.apache.jasper.servlet.JspServlet
Jul 21, 2015 3:36:10 AM org.jboss.weld.environment.servlet.EnhancedListener onStartup
INFO: WELD-ENV-001008: Initialize Weld using ServletContainerInitializer
Jul 21, 2015 3:36:10 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery
INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup.
Jul 21, 2015 3:36:10 AM 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.
Jul 21, 2015 3:36:10 AM org.jboss.weld.environment.jetty.JettyContainer initialize
INFO: WELD-ENV-001200: Jetty 7.2+ detected, CDI injection will be available in Servlets and Filters. Injection into Listeners should work on Jetty 9.1.1 and newer.
Jul 21, 2015 3:36:10 AM org.jboss.weld.environment.servlet.Listener contextInitialized
INFO: WELD-ENV-001006: org.jboss.weld.environment.servlet.EnhancedListener used for ServletContext notifications
Jul 21, 2015 3:36:10 AM org.jboss.weld.environment.servlet.EnhancedListener contextInitialized
INFO: WELD-ENV-001009: org.jboss.weld.environment.servlet.Listener used for ServletRequest and HttpSession notifications
2015-07-21 03:36:11.003:INFO:oejw.WebAppContext:WebApp@33501357 at http://localhost:9090/2ce73fde-f275-49fe-b798-bcfd5e92a0ee
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.506 sec - in org.jboss.weld.environment.servlet.test.discovery.scope.CustomNormalScopeDiscoveryTest
Running org.jboss.weld.environment.servlet.test.discovery.alternatives.AlternativeDiscoveryTest
2015-07-21 03:36:11.191:INFO:oejsl.ELContextCleaner:javax.el.BeanELResolver purged
2015-07-21 03:36:11.191:INFO:oejsh.ContextHandler:stopped o.j.s.j.a.ShrinkWrapWebAppContext{/2ce73fde-f275-49fe-b798-bcfd5e92a0ee,file:/tmp/jetty-localhost-9090-export6553387995072811222ce73fde-f275-49fe-b798-bcfd5e92a0ee.war-_2ce73fde-f275-49fe-b798-bcfd5e92a0ee-any-/webapp/},file:/tmp/export6553387995072811222ce73fde-f275-49fe-b798-bcfd5e92a0ee.war
Jul 21, 2015 3:36:11 AM org.jboss.shrinkwrap.jetty_7.api.ShrinkWrapWebAppContext <init>
INFO: Webapp archive location: file:/tmp/export6062482156443160308c2de7b72-cacc-443f-8e01-cfb45bd48648.war
2015-07-21 03:36:11.846:INFO:oejw.WebInfConfiguration:Extract jar:file:/tmp/export6062482156443160308c2de7b72-cacc-443f-8e01-cfb45bd48648.war!/ to /tmp/jetty-localhost-9090-export6062482156443160308c2de7b72-cacc-443f-8e01-cfb45bd48648.war-_c2de7b72-cacc-443f-8e01-cfb45bd48648-any-/webapp
2015-07-21 03:36:11.984:INFO:oejpw.PlusConfiguration:No Transaction manager found - if your webapp requires one, please configure one.
2015-07-21 03:36:12.208:INFO:oejw.StandardDescriptorProcessor:NO JSP Support for /c2de7b72-cacc-443f-8e01-cfb45bd48648, did not find org.apache.jasper.servlet.JspServlet
Jul 21, 2015 3:36:12 AM org.jboss.weld.environment.servlet.EnhancedListener onStartup
INFO: WELD-ENV-001008: Initialize Weld using ServletContainerInitializer
Jul 21, 2015 3:36:12 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery
INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup.
Jul 21, 2015 3:36:12 AM 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.
Jul 21, 2015 3:36:12 AM org.jboss.weld.environment.jetty.JettyContainer initialize
INFO: WELD-ENV-001200: Jetty 7.2+ detected, CDI injection will be available in Servlets and Filters. Injection into Listeners should work on Jetty 9.1.1 and newer.
Jul 21, 2015 3:36:12 AM org.jboss.weld.environment.servlet.Listener contextInitialized
INFO: WELD-ENV-001006: org.jboss.weld.environment.servlet.EnhancedListener used for ServletContext notifications
Jul 21, 2015 3:36:12 AM org.jboss.weld.environment.servlet.EnhancedListener contextInitialized
INFO: WELD-ENV-001009: org.jboss.weld.environment.servlet.Listener used for ServletRequest and HttpSession notifications
2015-07-21 03:36:12.755:INFO:oejw.WebAppContext:WebApp@33501357 at http://localhost:9090/c2de7b72-cacc-443f-8e01-cfb45bd48648
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.746 sec - in org.jboss.weld.environment.servlet.test.discovery.alternatives.AlternativeDiscoveryTest
Running org.jboss.weld.environment.servlet.test.discovery.decorators.DecoratorDiscoveryTest
2015-07-21 03:36:12.910:INFO:oejsl.ELContextCleaner:javax.el.BeanELResolver purged
2015-07-21 03:36:12.910:INFO:oejsh.ContextHandler:stopped o.j.s.j.a.ShrinkWrapWebAppContext{/c2de7b72-cacc-443f-8e01-cfb45bd48648,file:/tmp/jetty-localhost-9090-export6062482156443160308c2de7b72-cacc-443f-8e01-cfb45bd48648.war-_c2de7b72-cacc-443f-8e01-cfb45bd48648-any-/webapp/},file:/tmp/export6062482156443160308c2de7b72-cacc-443f-8e01-cfb45bd48648.war
Jul 21, 2015 3:36:13 AM org.jboss.shrinkwrap.jetty_7.api.ShrinkWrapWebAppContext <init>
INFO: Webapp archive location: file:/tmp/export47296204507493480472a86192a-af59-4aad-b596-a4a330fad56f.war
2015-07-21 03:36:13.537:INFO:oejw.WebInfConfiguration:Extract jar:file:/tmp/export47296204507493480472a86192a-af59-4aad-b596-a4a330fad56f.war!/ to /tmp/jetty-localhost-9090-export47296204507493480472a86192a-af59-4aad-b596-a4a330fad56f.war-_2a86192a-af59-4aad-b596-a4a330fad56f-any-/webapp
2015-07-21 03:36:13.658:INFO:oejpw.PlusConfiguration:No Transaction manager found - if your webapp requires one, please configure one.
2015-07-21 03:36:13.908:INFO:oejw.StandardDescriptorProcessor:NO JSP Support for /2a86192a-af59-4aad-b596-a4a330fad56f, did not find org.apache.jasper.servlet.JspServlet
Jul 21, 2015 3:36:13 AM org.jboss.weld.environment.servlet.EnhancedListener onStartup
INFO: WELD-ENV-001008: Initialize Weld using ServletContainerInitializer
Jul 21, 2015 3:36:14 AM org.jboss.weld.environment.deployment.discovery.ReflectionDiscoveryStrategy processAnnotatedDiscovery
INFO: WELD-ENV-000014: Falling back to Java Reflection for bean-discovery-mode="annotated" discovery. Add org.jboss:jandex to the classpath to speed-up startup.
Jul 21, 2015 3:36:14 AM 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.
Jul 21, 2015 3:36:14 AM org.jboss.weld.environment.jetty.JettyContainer initialize
INFO: WELD-ENV-001200: Jetty 7.2+ detected, CDI injection will be available in Servlets and Filters. Injection into Listeners should work on Jetty 9.1.1 and newer.
Jul 21, 2015 3:36:14 AM org.jboss.weld.environment.servlet.Listener contextInitialized
INFO: WELD-ENV-001006: org.jboss.weld.environment.servlet.EnhancedListener used for ServletContext notifications
Jul 21, 2015 3:36:14 AM org.jboss.weld.environment.servlet.EnhancedListener contextInitialized
INFO: WELD-ENV-001009: org.jboss.weld.environment.servlet.Listener used for ServletRequest and HttpSession notifications
2015-07-21 03:36:14.234:INFO:oejw.WebAppContext:WebApp@33501357 at http://localhost:9090/2a86192a-af59-4aad-b596-a4a330fad56f
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.47 sec - in org.jboss.weld.environment.servlet.test.discovery.decorators.DecoratorDiscoveryTest
Running org.jboss.weld.environment.servlet.test.discovery.interceptors.InterceptorDiscoveryTest
2015-07-21 03:36:14.371:INFO:oejsl.ELContextCleaner:javax.el.BeanELResolver purged
2015-07-21 03:36:14.371:INFO:oejsh.ContextHandler:stopped o.j.s.j.a.ShrinkWrapWebAppContext{/2a86192a-af59-4aad-b596-a4a330fad56f,file:/tmp/jetty-localhost-9090-export47296204507493480472a86192a-af59-4aad-b596-a4a330fad56f.war-_2a86192a-af59-4aad-b596-a4a330fad56f-any-/webapp/},file:/tmp/export47296204507493480472a86192a-af59-4aad-b596-a4a330fad56f.war
Jul 21, 2015 3:36:14 AM org.jboss.shrinkwrap.jetty_7.api.ShrinkWrapWebAppContext <init>
INFO: Webapp archive location: file:/tmp/export6219140044500327817a4527078-0621-4f93-b0e3-a470ec30ac61.war
2015-07-21 03:36:14.932:INFO:oejw.WebInfConfiguration:Extract jar:file:/tmp/export6219140044500327817a4527078-0621-4f93-b0e3-a470ec30ac61.war!/ to /tmp/jetty-localhost-9090-export6219140044500327817a4527078-0621-4f93-b0e3-a470ec30ac61.war-_a4527078-0621-4f93-b0e3-a470ec30ac61-any-/webapp
2015-07-21 03:36:15.048:INFO:oejpw.PlusConfiguration:No Transaction manager found - if your webapp requires one, please configure one.
2015-07-21 03:36:15.251:INFO:oejw.StandardDescriptorProcessor:NO JSP Support for /a4527078-0621-4f93-b0e3-a470ec30ac61, did not find org.apache.jasper.servlet.JspServlet
Jul 21, 2015 3:36:15 AM org.jboss.weld.environment.servlet.EnhancedListener onStartup
INFO: WELD-ENV-001008: Initialize Weld using ServletContainerInitializer
Jul 21, 2015 3:36:15 AM 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.
Jul 21, 2015 3:36:15 AM org.jboss.weld.environment.jetty.JettyContainer initialize
INFO: WELD-ENV-001200: Jetty 7.2+ detected, CDI injection will be available in Servlets and Filters. Injection into Listeners should work on Jetty 9.1.1 and newer.
Jul 21, 2015 3:36:15 AM org.jboss.weld.environment.servlet.Listener contextInitialized
INFO: WELD-ENV-001006: org.jboss.weld.environment.servlet.EnhancedListener used for ServletContext notifications
Jul 21, 2015 3:36:15 AM org.jboss.weld.environment.servlet.EnhancedListener contextInitialized
INFO: WELD-ENV-001009: org.jboss.weld.environment.servlet.Listener used for ServletRequest and HttpSession notifications
2015-07-21 03:36:15.395:INFO:oejw.WebAppContext:WebApp@33501357 at http://localhost:9090/a4527078-0621-4f93-b0e3-a470ec30ac61
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.157 sec - in org.jboss.weld.environment.servlet.test.discovery.interceptors.InterceptorDiscoveryTest
Running org.jboss.weld.environment.servlet.test.config.ConfigTest
2015-07-21 03:36:15.461:INFO:oejsl.ELContextCleaner:javax.el.BeanELResolver purged
2015-07-21 03:36:15.461:INFO:oejsh.ContextHandler:stopped o.j.s.j.a.ShrinkWrapWebAppContext{/a4527078-0621-4f93-b0e3-a470ec30ac61,file:/tmp/jetty-localhost-9090-export6219140044500327817a4527078-0621-4f93-b0e3-a470ec30ac61.war-_a4527078-0621-4f93-b0e3-a470ec30ac61-any-/webapp/},file:/tmp/export6219140044500327817a4527078-0621-4f93-b0e3-a470ec30ac61.war
Jul 21, 2015 3:36:15 AM org.jboss.shrinkwrap.jetty_7.api.ShrinkWrapWebAppContext <init>
INFO: Webapp archive location: file:/tmp/export78149077104762066310640734c-7b8a-47a6-ba57-1837f786a7a4.war
2015-07-21 03:36:15.996:INFO:oejw.WebInfConfiguration:Extract jar:file:/tmp/export78149077104762066310640734c-7b8a-47a6-ba57-1837f786a7a4.war!/ to /tmp/jetty-localhost-9090-export78149077104762066310640734c-7b8a-47a6-ba57-1837f786a7a4.war-_0640734c-7b8a-47a6-ba57-1837f786a7a4-any-/webapp
2015-07-21 03:36:16.116:INFO:oejpw.PlusConfiguration:No Transaction manager found - if your webapp requires one, please configure one.
2015-07-21 03:36:16.318:INFO:oejw.StandardDescriptorProcessor:NO JSP Support for /0640734c-7b8a-47a6-ba57-1837f786a7a4, did not find org.apache.jasper.servlet.JspServlet
Jul 21, 2015 3:36:16 AM org.jboss.weld.environment.servlet.EnhancedListener onStartup
INFO: WELD-ENV-001008: Initialize Weld using ServletContainerInitializer
Jul 21, 2015 3:36:16 AM 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.
Jul 21, 2015 3:36:16 AM org.jboss.weld.environment.jetty.JettyContainer initialize
INFO: WELD-ENV-001200: Jetty 7.2+ detected, CDI injection will be available in Servlets and Filters. Injection into Listeners should work on Jetty 9.1.1 and newer.
Jul 21, 2015 3:36:16 AM org.jboss.weld.environment.servlet.Listener contextInitialized
INFO: WELD-ENV-001006: org.jboss.weld.environment.servlet.EnhancedListener used for ServletContext notifications
Jul 21, 2015 3:36:16 AM org.jboss.weld.environment.servlet.EnhancedListener contextInitialized
INFO: WELD-ENV-001009: org.jboss.weld.environment.servlet.Listener used for ServletRequest and HttpSession notifications
2015-07-21 03:36:16.463:INFO:oejw.WebAppContext:WebApp@33501357 at http://localhost:9090/0640734c-7b8a-47a6-ba57-1837f786a7a4
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.058 sec - in org.jboss.weld.environment.servlet.test.config.ConfigTest
Running org.jboss.weld.environment.servlet.test.bootstrap.BootstrapOrderingTest
2015-07-21 03:36:16.560:INFO:oejsl.ELContextCleaner:javax.el.BeanELResolver purged
2015-07-21 03:36:16.560:INFO:oejsh.ContextHandler:stopped o.j.s.j.a.ShrinkWrapWebAppContext{/0640734c-7b8a-47a6-ba57-1837f786a7a4,file:/tmp/jetty-localhost-9090-export78149077104762066310640734c-7b8a-47a6-ba57-1837f786a7a4.war-_0640734c-7b8a-47a6-ba57-1837f786a7a4-any-/webapp/},file:/tmp/export78149077104762066310640734c-7b8a-47a6-ba57-1837f786a7a4.war
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0xb75c62b1, pid=31428, tid=3061922672
#
# JRE version: Java(TM) SE Runtime Environment (7.0_75-b13) (build 1.7.0_75-b13)
# Java VM: Java HotSpot(TM) Server VM (24.75-b04 mixed mode linux-x86 )
# Problematic frame:
# C [libc.so.6+0x7b2b1] __memcpy_ia32+0x61
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...>
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
/bin/sh: line 1: 31428 Aborted /qa/tools/opt/jdk1.7.0_75/jre/bin/java -jar <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...> <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...> <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...>
Results :
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 49.351 s
[INFO] Finished at: 2015-07-21T03:36:16-04:00
[INFO] Final Memory: 41M/454M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on project weld-servlet-test-jetty: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test failed: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...> && /qa/tools/opt/jdk1.7.0_75/jre/bin/java -jar <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...> <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...> <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-servlet-...>
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
Build step 'Execute shell' marked build as failure
Recording test results
ERROR: Publisher hudson.tasks.junit.JUnitResultArchiver aborted due to exception
hudson.AbortException: No test report files were found. Configuration error?
at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:116)
at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:93)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2589)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask$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)
at ......remote call to dev86-rhel6-x86(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
at hudson.remoting.Channel.call(Channel.java:752)
at hudson.FilePath.act(FilePath.java:969)
at hudson.FilePath.act(FilePath.java:958)
at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:90)
at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:120)
at hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:137)
at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:74)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:770)
at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:734)
at hudson.model.Build$BuildExecution.post2(Build.java:183)
at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:683)
at hudson.model.Run.execute(Run.java:1770)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)
9 years, 5 months
Build failed in Jenkins: Weld-2.x-interoperability-deltaspike #660
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Changes:
[gpetracek] DELTASPIKE-951 validate the content of TestControl#startScopes
[gpetracek] DELTASPIKE-960 use maxWindowIdCount for window-id cookies
[gpetracek] DELTASPIKE-961 release notes for v1.4.2
------------------------------------------
[...truncated 4643 lines...]
Running org.apache.deltaspike.cdise.servlet.test.TomcatTest
Jul 20, 2015 9:50:03 AM 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.
Jul 20, 2015 9:50:03 AM 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@5be1d0a4
Jul 20, 2015 9:50:03 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-5620"]
Jul 20, 2015 9:50:03 AM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Tomcat
Jul 20, 2015 9:50:03 AM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.54
Jul 20, 2015 9:50:03 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-5620"]
Jul 20, 2015 9:50:04 AM org.apache.deltaspike.cdise.servlet.test.content.RequestServlet doGet
WARNING: incoming request http-bio-5620-exec-1
Jul 20, 2015 9:50:04 AM org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Servlet.service() for servlet [RequestServlet] in context with path [/] threw exception
org.jboss.weld.context.ContextNotActiveException: WELD-001303: No active contexts for scope type javax.enterprise.context.RequestScoped
at org.jboss.weld.manager.BeanManagerImpl.getContext(BeanManagerImpl.java:689)
at org.jboss.weld.bean.ContextualInstanceStrategy$DefaultContextualInstanceStrategy.getIfExists(ContextualInstanceStrategy.java:90)
at org.jboss.weld.bean.ContextualInstanceStrategy$CachingContextualInstanceStrategy.getIfExists(ContextualInstanceStrategy.java:165)
at org.jboss.weld.bean.ContextualInstance.getIfExists(ContextualInstance.java:63)
at org.jboss.weld.bean.proxy.ContextBeanInstance.getInstance(ContextBeanInstance.java:83)
at org.jboss.weld.bean.proxy.ProxyMethodHandler.getInstance(ProxyMethodHandler.java:125)
at org.apache.deltaspike.cdise.servlet.test.content.RequestScopedBean$Proxy$_$$_WeldClientProxy.greet(Unknown Source)
at org.apache.deltaspike.cdise.servlet.test.content.RequestServlet.doGet(RequestServlet.java:47)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:575)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:668)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1040)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:607)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:314)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.149 sec <<< FAILURE!
Running org.apache.deltaspike.cdise.servlet.test.JettyTest
Jul 20, 2015 9:50:02 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 2.3.0 (2015-07-20 09:48)
Jul 20, 2015 9:50:02 AM 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.
Jul 20, 2015 9:50:02 AM 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
Jul 20, 2015 9:50:02 AM 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
2015-07-20 09:50:03.000:INFO:oejs.Server:jetty-8.1.9.v201301312015-07-20 09:50:03.073:WARN:oejuc.AbstractLifeCycle:FAILED SelectChannelConnector@0.0.0.0:1022: java.net.SocketException: Permission denied
java.net.SocketException: Permission denied
at sun.nio.ch.Net.bind0(Native Method)
at sun.nio.ch.Net.bind(Net.java:436)
at sun.nio.ch.Net.bind(Net.java:428)
at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:214)
at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
at org.eclipse.jetty.server.nio.SelectChannelConnector.open(SelectChannelConnector.java:187)
at org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:316)
at org.eclipse.jetty.server.nio.SelectChannelConnector.doStart(SelectChannelConnector.java:265)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
at org.eclipse.jetty.server.Server.doStart(Server.java:291)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
at org.apache.deltaspike.cdise.servlet.test.JettyTest.createServer(JettyTest.java:47)
at org.apache.deltaspike.cdise.servlet.test.EmbeddedServletContainer.testBootRequest(EmbeddedServletContainer.java:65)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
at org.junit.runners.Suite.runChild(Suite.java:128)
at org.junit.runners.Suite.runChild(Suite.java:24)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
at org.junit.runner.JUnitCore.run(JUnitCore.java:157)
at org.junit.runner.JUnitCore.run(JUnitCore.java:136)
at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:61)
at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:140)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:188)
at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:166)
at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:86)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:101)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74)2015-07-20 09:50:03.075:WARN:oejuc.AbstractLifeCycle:FAILED org.eclipse.jetty.server.Server@3932c79a: java.net.SocketException: Permission denied
java.net.SocketException: Permission denied
at sun.nio.ch.Net.bind0(Native Method)
at sun.nio.ch.Net.bind(Net.java:436)
at sun.nio.ch.Net.bind(Net.java:428)
at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:214)
at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
at org.eclipse.jetty.server.nio.SelectChannelConnector.open(SelectChannelConnector.java:187)
at org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:316)
at org.eclipse.jetty.server.nio.SelectChannelConnector.doStart(SelectChannelConnector.java:265)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
at org.eclipse.jetty.server.Server.doStart(Server.java:291)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
at org.apache.deltaspike.cdise.servlet.test.JettyTest.createServer(JettyTest.java:47)
at org.apache.deltaspike.cdise.servlet.test.EmbeddedServletContainer.testBootRequest(EmbeddedServletContainer.java:65)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
at org.junit.runners.Suite.runChild(Suite.java:128)
at org.junit.runners.Suite.runChild(Suite.java:24)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
at org.junit.runner.JUnitCore.run(JUnitCore.java:157)
at org.junit.runner.JUnitCore.run(JUnitCore.java:136)
at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:61)
at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:140)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:188)
at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:166)
at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:86)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:101)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74)Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.937 sec <<< FAILURE!
Results :
Failed tests: testBootRequest(org.apache.deltaspike.cdise.servlet.test.TomcatTest): expected:<200> but was:<500>
Tests in error:
testBootRequest(org.apache.deltaspike.cdise.servlet.test.JettyTest): Permission denied
Tests run: 2, Failures: 1, Errors: 1, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache DeltaSpike Sources ......................... SUCCESS [ 0.878 s]
[INFO] Apache DeltaSpike CheckStyle-rules ................ SUCCESS [ 0.667 s]
[INFO] Apache DeltaSpike Parent .......................... SUCCESS [ 2.047 s]
[INFO] Apache DeltaSpike Test-Utils ...................... SUCCESS [ 2.490 s]
[INFO] Apache DeltaSpike Code Parent ..................... SUCCESS [ 0.642 s]
[INFO] Apache DeltaSpike Core ............................ SUCCESS [ 0.450 s]
[INFO] Apache DeltaSpike Core-API ........................ SUCCESS [ 4.489 s]
[INFO] Apache DeltaSpike Core-Implementation ............. SUCCESS [ 16.194 s]
[INFO] Apache DeltaSpike ContainerControl parent ......... SUCCESS [ 0.356 s]
[INFO] Apache DeltaSpike CDI ContainerControl API ........ SUCCESS [ 0.769 s]
[INFO] Apache DeltaSpike CDI ContainerControl TCK ........ SUCCESS [ 0.930 s]
[INFO] Apache DeltaSpike CDI OWB-ContainerControl ........ SUCCESS [ 2.261 s]
[INFO] Apache DeltaSpike CDI Weld-ContainerControl ....... SUCCESS [ 2.991 s]
[INFO] Apache DeltaSpike CDI OpenEJB-ContainerControl .... SUCCESS [ 5.697 s]
[INFO] Apache DeltaSpike CDI Servlet-ContainerControl .... FAILURE [ 3.168 s]
[INFO] Apache DeltaSpike Modules ......................... SKIPPED
[INFO] Apache DeltaSpike Proxy-Module .................... SKIPPED
[INFO] Apache DeltaSpike Proxy-Module API ................ SKIPPED
[INFO] Apache DeltaSpike Proxy-Module Impl ASM5 .......... SKIPPED
[INFO] Apache DeltaSpike Security-Module ................. SKIPPED
[INFO] Apache DeltaSpike Security-Module API ............. SKIPPED
[INFO] Apache DeltaSpike Security-Module Impl ............ SKIPPED
[INFO] Apache DeltaSpike JPA-Module ...................... SKIPPED
[INFO] Apache DeltaSpike JPA-Module API .................. SKIPPED
[INFO] Apache DeltaSpike JPA-Module Impl ................. SKIPPED
[INFO] Apache DeltaSpike Servlet-Module .................. SKIPPED
[INFO] Apache DeltaSpike Servlet-Module API .............. SKIPPED
[INFO] Apache DeltaSpike Servlet-Module Impl ............. SKIPPED
[INFO] Apache DeltaSpike JSF-Module ...................... SKIPPED
[INFO] Apache DeltaSpike JSF-Module API .................. SKIPPED
[INFO] Apache DeltaSpike JSF-Module Impl ................. SKIPPED
[INFO] Apache DeltaSpike JSF-Module Impl (EE6 only) ...... SKIPPED
[INFO] Apache DeltaSpike Partial-Bean-Module ............. SKIPPED
[INFO] Apache DeltaSpike Partial-Bean-Module API ......... SKIPPED
[INFO] Apache DeltaSpike Partial-Bean-Module Impl ........ SKIPPED
[INFO] Apache DeltaSpike BeanValidation-Module ........... SKIPPED
[INFO] Apache DeltaSpike BeanValidation-Module API ....... SKIPPED
[INFO] Apache DeltaSpike BeanValidation-Module Impl ...... SKIPPED
[INFO] Apache DeltaSpike Data-Module ..................... SKIPPED
[INFO] Apache DeltaSpike Data-Module API ................. SKIPPED
[INFO] Apache DeltaSpike Data-Module Impl ................ SKIPPED
[INFO] Apache DeltaSpike Scheduler-Module ................ SKIPPED
[INFO] Apache DeltaSpike Scheduler-Module API ............ SKIPPED
[INFO] Apache DeltaSpike Scheduler-Module Impl ........... SKIPPED
[INFO] Apache DeltaSpike Test-Control-Module ............. SKIPPED
[INFO] Apache DeltaSpike Test-Control-Module API ......... SKIPPED
[INFO] Apache DeltaSpike Test-Control-Module Impl ........ SKIPPED
[INFO] Apache DeltaSpike Examples ........................ SKIPPED
[INFO] Apache DeltaSpike Java-SE Examples ................ SKIPPED
[INFO] Apache DeltaSpike JSF Examples .................... SKIPPED
[INFO] Apache DeltaSpike JSF Playground .................. SKIPPED
[INFO] Apache DeltaSpike Security Example CDI ............ SKIPPED
[INFO] Apache DeltaSpike Security Example PicketLink ..... SKIPPED
[INFO] Apache DeltaSpike Java-SE Scheduler Examples ...... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 45.633 s
[INFO] Finished at: 2015-07-20T09:50:04+08:00
[INFO] Final Memory: 80M/724M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.11:test (default-test) on project deltaspike-cdictrl-servlet: There are test failures.
[ERROR]
[ERROR] Please refer to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...> for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :deltaspike-cdictrl-servlet
Build step 'Execute shell' marked build as failure
Recording test results
9 years, 5 months
Build failed in Jenkins: Weld-2.x-incontainer-WF9-osprey #225
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...>
------------------------------------------
Started by user jharting(a)REDHAT.COM
[EnvInject] - Loading node environment variables.
Building remotely on osprey-08 (jboss_developer) in workspace <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...>
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url git://github.com/weld/core.git # timeout=10
Fetching upstream changes from git://github.com/weld/core.git
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress git://github.com/weld/core.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/2.3^{commit} # timeout=10
Checking out Revision 0181bb3c134ca24b418c7c25606f969b357ab76f (origin/2.3)
> git config core.sparsecheckout # timeout=10
> git checkout -f 0181bb3c134ca24b418c7c25606f969b357ab76f
> git rev-list 0181bb3c134ca24b418c7c25606f969b357ab76f # timeout=10
[Weld-2.x-incontainer-WF9-osprey] $ bash -xe /tmp/hudson3144371594124065889.sh
+ source /mnt/osprey-share/weld/common-osprey.sh
+ setup-environment
+ export WELD_TOOLS=/mnt/osprey-share/weld
+ WELD_TOOLS=/mnt/osprey-share/weld
+ export JAVA_HOME=/mnt/osprey-share/weld/jdk1.8.0_20
+ JAVA_HOME=/mnt/osprey-share/weld/jdk1.8.0_20
+ export M2_HOME=/mnt/osprey-share/weld/apache-maven-3.2.1
+ M2_HOME=/mnt/osprey-share/weld/apache-maven-3.2.1
+ export PATH=/mnt/osprey-share/weld/jdk1.8.0_20/bin:/mnt/osprey-share/weld/apache-maven-3.2.1/bin:/qa/tools/opt/jdk1.7.0_last/bin:/usr/local/bin:/usr/bin:/home/hudson/.rvm/bin
+ PATH=/mnt/osprey-share/weld/jdk1.8.0_20/bin:/mnt/osprey-share/weld/apache-maven-3.2.1/bin:/qa/tools/opt/jdk1.7.0_last/bin:/usr/local/bin:/usr/bin:/home/hudson/.rvm/bin
+ export 'MVN=/mnt/osprey-share/weld/apache-maven-3.2.1/bin/mvn -s /mnt/osprey-share/weld/settings.xml'
+ MVN='/mnt/osprey-share/weld/apache-maven-3.2.1/bin/mvn -s /mnt/osprey-share/weld/settings.xml'
+ mvn -version
Apache Maven 3.2.1 (ea8b2b07643dbb1b84b6d16e1f08391b666bc1e9; 2014-02-15T01:37:52+08:00)
Maven home: /mnt/osprey-share/weld/apache-maven-3.2.1
Java version: 1.8.0_20, vendor: Oracle Corporation
Java home: /mnt/osprey-share/weld/jdk1.8.0_20/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-123.el7.x86_64", arch: "amd64", family: "unix"
+ whoami
hudson
+ prepare-jbossas
+ local zip=/mnt/osprey-share/weld/wildfly-9.0.0.Final.zip
+ export JBOSS_HOME=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...>
+ JBOSS_HOME=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...>
+ rm -rf <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...>
+ rm -rf unzip
+ mkdir unzip
+ unzip -q /mnt/osprey-share/weld/wildfly-9.0.0.Final.zip -d <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...>
unzip: cannot find or open /mnt/osprey-share/weld/wildfly-9.0.0.Final.zip, /mnt/osprey-share/weld/wildfly-9.0.0.Final.zip.zip or /mnt/osprey-share/weld/wildfly-9.0.0.Final.zip.ZIP.
Build step 'Execute shell' marked build as failure
Archiving artifacts
Recording test results
ERROR: Publisher hudson.tasks.junit.JUnitResultArchiver aborted due to exception
hudson.AbortException: Test reports were found but none of them are new. Did tests run?
For example, <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...> is 8 mo 3 days old
at hudson.tasks.junit.TestResult.parse(TestResult.java:178)
at hudson.tasks.junit.TestResult.parse(TestResult.java:146)
at hudson.tasks.junit.TestResult.<init>(TestResult.java:122)
at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:119)
at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:93)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2589)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at hudson.remoting.Engine$1$1.run(Engine.java:63)
at java.lang.Thread.run(Thread.java:744)
at ......remote call to osprey-08(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
at hudson.remoting.Channel.call(Channel.java:752)
at hudson.FilePath.act(FilePath.java:969)
at hudson.FilePath.act(FilePath.java:958)
at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:90)
at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:120)
at hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:137)
at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:74)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:770)
at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:734)
at hudson.model.Build$BuildExecution.post2(Build.java:183)
at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:683)
at hudson.model.Run.execute(Run.java:1770)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:89)
at hudson.model.Executor.run(Executor.java:240)
9 years, 5 months
Build failed in Jenkins: Weld-2.x-WF8.x-build #934
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8.x-build/...>
------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on dev199 (ppc64 RHEL-any mem2G RHEL6 linux general RHEL beaker mwqa_drives_tools mem4G unix) in workspace <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8.x-build/ws/>
Deleting project workspace... done
> git rev-parse --is-inside-work-tree # timeout=10
ERROR: Workspace has a .git repository, but it appears to be corrupt.
hudson.plugins.git.GitException: Command "git rev-parse --is-inside-work-tree" returned status code 128:
stdout:
stderr: fatal: Not a git repository (or any parent up to mount point /qa/hudson_workspace)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1591)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1567)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1563)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1249)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1261)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.hasGitRepo(CliGitAPIImpl.java:216)
at hudson.plugins.git.GitAPI.hasGitRepo(GitAPI.java:232)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:611)
at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:320)
at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:295)
at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:254)
at hudson.remoting.UserRequest.perform(UserRequest.java:121)
at hudson.remoting.UserRequest.perform(UserRequest.java:49)
at hudson.remoting.Request$2.run(Request.java:324)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:314)
at java.util.concurrent.FutureTask.run(FutureTask.java:149)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at hudson.remoting.Engine$1$1.run(Engine.java:63)
at java.lang.Thread.run(Thread.java:767)
Cloning the remote Git repository
Cloning repository git://github.com/weld/core.git
> git init <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8.x-build/...> # timeout=10
Fetching upstream changes from git://github.com/weld/core.git
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress git://github.com/weld/core.git +refs/heads/*:refs/remotes/origin/*
> git config remote.origin.url git://github.com/weld/core.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url git://github.com/weld/core.git # timeout=10
Fetching upstream changes from git://github.com/weld/core.git
> git -c core.askpass=true fetch --tags --progress git://github.com/weld/core.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/2.3^{commit} # timeout=10
Checking out Revision 0181bb3c134ca24b418c7c25606f969b357ab76f (origin/2.3)
> git config core.sparsecheckout # timeout=10
> git checkout -f 0181bb3c134ca24b418c7c25606f969b357ab76f
> git rev-list 0181bb3c134ca24b418c7c25606f969b357ab76f # timeout=10
> git tag -a -f -m Jenkins Build #934 jenkins-Weld-2.x-WF8.x-build-934 # timeout=10
[Weld-2.x-WF8.x-build] $ bash -xe /tmp/hudson5933934874326231058.sh
+ source /home/hudson/config_repository/scripts/weld/common.sh
+ setup-environment
+ export MAVEN_VERSION=3.3.3-prod
+ MAVEN_VERSION=3.3.3-prod
+ export 'MAVEN_OPTS=-Xmx1536m -XX:MaxPermSize=512m'
+ MAVEN_OPTS='-Xmx1536m -XX:MaxPermSize=512m'
+ export M2_HOME=/qa/tools/opt/maven-3.3.3-prod
+ M2_HOME=/qa/tools/opt/maven-3.3.3-prod
+ 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.3.3-prod/bin/mvn -Dmaven.repo.local=/qa/home/hudson/private_maven_repos/weld/'
+ MVN='/qa/tools/opt/maven-3.3.3-prod/bin/mvn -Dmaven.repo.local=/qa/home/hudson/private_maven_repos/weld/'
+ java -version
java version "1.6.0"
Java(TM) SE Runtime Environment (build pxp6460sr16fp3-20141219_01(SR16 FP3))
IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 Linux ppc64-64 jvmxp6460sr16-20141216_227499 (JIT enabled, AOT enabled)
J9VM - 20141216_227499
JIT - r9_20140523_64469ifx3
GC - GA24_Java6_SR16_20141216_1020_B227499)
JCL - 20141216_01
+ /qa/tools/opt/maven-3.3.3-prod/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/ppc64/jdk1.7.0_last/bin/java
Build step 'Execute shell' marked build as failure
Archiving artifacts
9 years, 5 months
Build failed in Jenkins: Weld-2.x-WF8.x-build #932
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8.x-build/...>
------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on dev199 (ppc64 RHEL-any mem2G RHEL beaker RHEL6 mem4G linux unix general) 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
> git init <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF8.x-build/...> # timeout=10
Fetching upstream changes from git://github.com/weld/core.git
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress git://github.com/weld/core.git +refs/heads/*:refs/remotes/origin/*
> git config remote.origin.url git://github.com/weld/core.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url git://github.com/weld/core.git # timeout=10
Fetching upstream changes from git://github.com/weld/core.git
> git -c core.askpass=true fetch --tags --progress git://github.com/weld/core.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/2.3^{commit} # timeout=10
Checking out Revision 0181bb3c134ca24b418c7c25606f969b357ab76f (origin/2.3)
> git config core.sparsecheckout # timeout=10
> git checkout -f 0181bb3c134ca24b418c7c25606f969b357ab76f
> git rev-list 0181bb3c134ca24b418c7c25606f969b357ab76f # timeout=10
> git tag -a -f -m Jenkins Build #932 jenkins-Weld-2.x-WF8.x-build-932 # timeout=10
[Weld-2.x-WF8.x-build] $ bash -xe /tmp/hudson2427871576083399810.sh
+ source /home/hudson/config_repository/scripts/weld/common.sh
+ setup-environment
+ export MAVEN_VERSION=3.3.3-prod
+ MAVEN_VERSION=3.3.3-prod
+ export 'MAVEN_OPTS=-Xmx1536m -XX:MaxPermSize=512m'
+ MAVEN_OPTS='-Xmx1536m -XX:MaxPermSize=512m'
+ export M2_HOME=/qa/tools/opt/maven-3.3.3-prod
+ M2_HOME=/qa/tools/opt/maven-3.3.3-prod
+ 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.3.3-prod/bin/mvn -Dmaven.repo.local=/qa/home/hudson/private_maven_repos/weld/'
+ MVN='/qa/tools/opt/maven-3.3.3-prod/bin/mvn -Dmaven.repo.local=/qa/home/hudson/private_maven_repos/weld/'
+ java -version
java version "1.6.0"
Java(TM) SE Runtime Environment (build pxp6460sr16fp3-20141219_01(SR16 FP3))
IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 Linux ppc64-64 jvmxp6460sr16-20141216_227499 (JIT enabled, AOT enabled)
J9VM - 20141216_227499
JIT - r9_20140523_64469ifx3
GC - GA24_Java6_SR16_20141216_1020_B227499)
JCL - 20141216_01
+ /qa/tools/opt/maven-3.3.3-prod/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/ppc64/jdk1.7.0_last/bin/java
Build step 'Execute shell' marked build as failure
Archiving artifacts
9 years, 5 months
Build failed in Jenkins: Weld-2.x-interoperability-deltaspike-WF8 #526
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Changes:
[tandraschko] DELTASPIKE-932 use isClientWindowRenderEnabled from JSF 2.2 is DELEGATED mode is used
[tandraschko] DELTASPIKE-935 ds:disableClientWindow should also disable JSF 2.2 rendering mode
------------------------------------------
[...truncated 5501 lines...]
Jul 07, 2015 3:43:02 AM org.apache.deltaspike.test.utils.ShrinkWrapArchiveUtil getArchives
INFO: Test org.apache.deltaspike.test.jsf.impl.scope.view.ViewScopedContextTest Adding Java ClassPath URL as JavaArchive jar:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Jul 07, 2015 3:43:02 AM org.apache.deltaspike.test.utils.ShrinkWrapArchiveUtil getArchives
INFO: Test org.apache.deltaspike.test.jsf.impl.scope.view.ViewScopedContextTest Adding Java ClassPath URL as JavaArchive jar:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Jul 07, 2015 3:43:02 AM org.apache.deltaspike.test.utils.ShrinkWrapArchiveUtil getArchives
INFO: Test org.apache.deltaspike.test.jsf.impl.scope.view.ViewScopedContextTest Adding Java ClassPath URL as JavaArchive jar:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Jul 07, 2015 3:43:02 AM org.apache.deltaspike.test.utils.ShrinkWrapArchiveUtil getArchives
INFO: Test org.apache.deltaspike.test.jsf.impl.scope.view.ViewScopedContextTest Adding Java ClassPath URL as JavaArchive jar:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Jul 07, 2015 3:43:02 AM org.apache.deltaspike.test.utils.ShrinkWrapArchiveUtil getArchives
INFO: Test org.apache.deltaspike.test.jsf.impl.scope.view.ViewScopedContextTest Adding Java ClassPath URL as JavaArchive jar:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Jul 07, 2015 3:43:02 AM org.apache.deltaspike.test.utils.ShrinkWrapArchiveUtil getArchives
INFO: Test org.apache.deltaspike.test.jsf.impl.scope.view.ViewScopedContextTest Adding Java ClassPath URL as JavaArchive jar:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Jul 07, 2015 3:43:02 AM org.apache.deltaspike.test.utils.ShrinkWrapArchiveUtil getArchives
INFO: Test org.apache.deltaspike.test.jsf.impl.scope.view.ViewScopedContextTest Adding Java ClassPath URL as JavaArchive jar:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.233 sec <<< FAILURE!
Running org.apache.deltaspike.test.jsf.impl.scope.mapped.MappedJsfContextTest
Jul 07, 2015 3:42:57 AM org.jboss.arquillian.drone.webdriver.factory.AbstractWebDriverFactory createConfiguration
INFO: Property "browser" was not specified, using default value of htmlUnit
Jul 07, 2015 3:42:57 AM org.apache.deltaspike.test.utils.ShrinkWrapArchiveUtil getArchives
INFO: Test org.apache.deltaspike.test.jsf.impl.scope.viewaccess.ViewAccessScopedWebAppTest Adding Java ClassPath URL as JavaArchive <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Jul 07, 2015 3:42:57 AM org.apache.deltaspike.test.utils.ShrinkWrapArchiveUtil getArchives
INFO: Test org.apache.deltaspike.test.jsf.impl.scope.viewaccess.ViewAccessScopedWebAppTest Adding Java ClassPath URL as JavaArchive jar:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Jul 07, 2015 3:42:57 AM org.apache.deltaspike.test.utils.ShrinkWrapArchiveUtil getArchives
INFO: Test org.apache.deltaspike.test.jsf.impl.scope.viewaccess.ViewAccessScopedWebAppTest Adding Java ClassPath URL as JavaArchive jar:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Jul 07, 2015 3:42:57 AM org.apache.deltaspike.test.utils.ShrinkWrapArchiveUtil getArchives
INFO: Test org.apache.deltaspike.test.jsf.impl.scope.viewaccess.ViewAccessScopedWebAppTest Adding Java ClassPath URL as JavaArchive jar:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Jul 07, 2015 3:42:57 AM org.apache.deltaspike.test.utils.ShrinkWrapArchiveUtil getArchives
INFO: Test org.apache.deltaspike.test.jsf.impl.scope.viewaccess.ViewAccessScopedWebAppTest Adding Java ClassPath URL as JavaArchive jar:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Jul 07, 2015 3:42:57 AM org.apache.deltaspike.test.utils.ShrinkWrapArchiveUtil getArchives
INFO: Test org.apache.deltaspike.test.jsf.impl.scope.viewaccess.ViewAccessScopedWebAppTest Adding Java ClassPath URL as JavaArchive jar:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Jul 07, 2015 3:42:57 AM org.apache.deltaspike.test.utils.ShrinkWrapArchiveUtil getArchives
INFO: Test org.apache.deltaspike.test.jsf.impl.scope.viewaccess.ViewAccessScopedWebAppTest Adding Java ClassPath URL as JavaArchive jar:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Jul 07, 2015 3:42:57 AM org.apache.deltaspike.test.utils.ShrinkWrapArchiveUtil getArchives
INFO: Test org.apache.deltaspike.test.jsf.impl.scope.viewaccess.ViewAccessScopedWebAppTest Adding Java ClassPath URL as JavaArchive jar:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.25 sec <<< FAILURE!
Running org.apache.deltaspike.test.jsf.impl.util.JsfUtilsTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.apache.deltaspike.test.jsf.impl.config.view.navigation.parameter.uc006.NavigationParameterTest
Jul 07, 2015 3:42:20 AM org.apache.deltaspike.test.utils.ShrinkWrapArchiveUtil getArchives
INFO: Test org.apache.deltaspike.test.jsf.impl.config.view.navigation.parameter.uc001.NoNavigationParameterWarFileTest Adding Java ClassPath URL as JavaArchive <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Jul 07, 2015 3:42:20 AM org.apache.deltaspike.test.utils.ShrinkWrapArchiveUtil getArchives
INFO: Test org.apache.deltaspike.test.jsf.impl.config.view.navigation.parameter.uc001.NoNavigationParameterWarFileTest Adding Java ClassPath URL as JavaArchive jar:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Jul 07, 2015 3:42:20 AM org.apache.deltaspike.test.utils.ShrinkWrapArchiveUtil getArchives
INFO: Test org.apache.deltaspike.test.jsf.impl.config.view.navigation.parameter.uc001.NoNavigationParameterWarFileTest Adding Java ClassPath URL as JavaArchive jar:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Jul 07, 2015 3:42:20 AM org.apache.deltaspike.test.utils.ShrinkWrapArchiveUtil getArchives
INFO: Test org.apache.deltaspike.test.jsf.impl.config.view.navigation.parameter.uc001.NoNavigationParameterWarFileTest Adding Java ClassPath URL as JavaArchive jar:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Jul 07, 2015 3:42:20 AM org.apache.deltaspike.test.utils.ShrinkWrapArchiveUtil getArchives
INFO: Test org.apache.deltaspike.test.jsf.impl.config.view.navigation.parameter.uc001.NoNavigationParameterWarFileTest Adding Java ClassPath URL as JavaArchive jar:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Jul 07, 2015 3:42:20 AM org.apache.deltaspike.test.utils.ShrinkWrapArchiveUtil getArchives
INFO: Test org.apache.deltaspike.test.jsf.impl.config.view.navigation.parameter.uc001.NoNavigationParameterWarFileTest Adding Java ClassPath URL as JavaArchive jar:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Jul 07, 2015 3:42:20 AM org.apache.deltaspike.test.utils.ShrinkWrapArchiveUtil getArchives
INFO: Test org.apache.deltaspike.test.jsf.impl.config.view.navigation.parameter.uc001.NoNavigationParameterWarFileTest Adding Java ClassPath URL as JavaArchive jar:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Jul 07, 2015 3:42:20 AM org.apache.deltaspike.test.utils.ShrinkWrapArchiveUtil getArchives
INFO: Test org.apache.deltaspike.test.jsf.impl.config.view.navigation.parameter.uc001.NoNavigationParameterWarFileTest Adding Java ClassPath URL as JavaArchive jar:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.298 sec <<< FAILURE!
Running org.apache.deltaspike.test.jsf.impl.injection.uc001.InjectionDroneTest
Jul 07, 2015 3:42:43 AM org.jboss.arquillian.drone.webdriver.factory.AbstractWebDriverFactory createConfiguration
INFO: Property "browser" was not specified, using default value of htmlUnit
Jul 07, 2015 3:42:44 AM org.apache.deltaspike.test.utils.ShrinkWrapArchiveUtil getArchives
INFO: Test org.apache.deltaspike.test.jsf.impl.injection.uc003.InjectionDroneTest Adding Java ClassPath URL as JavaArchive <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Jul 07, 2015 3:42:44 AM org.apache.deltaspike.test.utils.ShrinkWrapArchiveUtil getArchives
INFO: Test org.apache.deltaspike.test.jsf.impl.injection.uc003.InjectionDroneTest Adding Java ClassPath URL as JavaArchive jar:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Jul 07, 2015 3:42:44 AM org.apache.deltaspike.test.utils.ShrinkWrapArchiveUtil getArchives
INFO: Test org.apache.deltaspike.test.jsf.impl.injection.uc003.InjectionDroneTest Adding Java ClassPath URL as JavaArchive jar:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Jul 07, 2015 3:42:44 AM org.apache.deltaspike.test.utils.ShrinkWrapArchiveUtil getArchives
INFO: Test org.apache.deltaspike.test.jsf.impl.injection.uc003.InjectionDroneTest Adding Java ClassPath URL as JavaArchive jar:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Jul 07, 2015 3:42:44 AM org.apache.deltaspike.test.utils.ShrinkWrapArchiveUtil getArchives
INFO: Test org.apache.deltaspike.test.jsf.impl.injection.uc003.InjectionDroneTest Adding Java ClassPath URL as JavaArchive jar:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Jul 07, 2015 3:42:44 AM org.apache.deltaspike.test.utils.ShrinkWrapArchiveUtil getArchives
INFO: Test org.apache.deltaspike.test.jsf.impl.injection.uc003.InjectionDroneTest Adding Java ClassPath URL as JavaArchive jar:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Jul 07, 2015 3:42:44 AM org.apache.deltaspike.test.utils.ShrinkWrapArchiveUtil getArchives
INFO: Test org.apache.deltaspike.test.jsf.impl.injection.uc003.InjectionDroneTest Adding Java ClassPath URL as JavaArchive jar:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Jul 07, 2015 3:42:44 AM org.apache.deltaspike.test.utils.ShrinkWrapArchiveUtil getArchives
INFO: Test org.apache.deltaspike.test.jsf.impl.injection.uc003.InjectionDroneTest Adding Java ClassPath URL as JavaArchive jar:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Tests run: 4, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 1.055 sec <<< FAILURE!
Running org.apache.deltaspike.test.jsf.impl.message.JsfMessageTest
Jul 07, 2015 3:42:40 AM org.jboss.arquillian.drone.webdriver.factory.AbstractWebDriverFactory createConfiguration
INFO: Property "browser" was not specified, using default value of htmlUnit
Jul 07, 2015 3:42:40 AM org.apache.deltaspike.test.utils.ShrinkWrapArchiveUtil getArchives
INFO: Test org.apache.deltaspike.test.jsf.impl.injection.uc001.InjectionDroneTest Adding Java ClassPath URL as JavaArchive <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Jul 07, 2015 3:42:40 AM org.apache.deltaspike.test.utils.ShrinkWrapArchiveUtil getArchives
INFO: Test org.apache.deltaspike.test.jsf.impl.injection.uc001.InjectionDroneTest Adding Java ClassPath URL as JavaArchive jar:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Jul 07, 2015 3:42:40 AM org.apache.deltaspike.test.utils.ShrinkWrapArchiveUtil getArchives
INFO: Test org.apache.deltaspike.test.jsf.impl.injection.uc001.InjectionDroneTest Adding Java ClassPath URL as JavaArchive jar:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Jul 07, 2015 3:42:40 AM org.apache.deltaspike.test.utils.ShrinkWrapArchiveUtil getArchives
INFO: Test org.apache.deltaspike.test.jsf.impl.injection.uc001.InjectionDroneTest Adding Java ClassPath URL as JavaArchive jar:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Jul 07, 2015 3:42:40 AM org.apache.deltaspike.test.utils.ShrinkWrapArchiveUtil getArchives
INFO: Test org.apache.deltaspike.test.jsf.impl.injection.uc001.InjectionDroneTest Adding Java ClassPath URL as JavaArchive jar:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Jul 07, 2015 3:42:40 AM org.apache.deltaspike.test.utils.ShrinkWrapArchiveUtil getArchives
INFO: Test org.apache.deltaspike.test.jsf.impl.injection.uc001.InjectionDroneTest Adding Java ClassPath URL as JavaArchive jar:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Jul 07, 2015 3:42:40 AM org.apache.deltaspike.test.utils.ShrinkWrapArchiveUtil getArchives
INFO: Test org.apache.deltaspike.test.jsf.impl.injection.uc001.InjectionDroneTest Adding Java ClassPath URL as JavaArchive jar:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Jul 07, 2015 3:42:40 AM org.apache.deltaspike.test.utils.ShrinkWrapArchiveUtil getArchives
INFO: Test org.apache.deltaspike.test.jsf.impl.injection.uc001.InjectionDroneTest Adding Java ClassPath URL as JavaArchive jar:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.633 sec <<< FAILURE!
Running org.apache.deltaspike.test.jsf.impl.config.view.navigation.event.uc001.PreViewConfigNavigateEventTest
Jul 07, 2015 3:42:16 AM org.jboss.arquillian.drone.webdriver.factory.AbstractWebDriverFactory createConfiguration
INFO: Property "browser" was not specified, using default value of htmlUnit
Jul 07, 2015 3:42:17 AM org.apache.deltaspike.test.utils.ShrinkWrapArchiveUtil getArchives
INFO: Test org.apache.deltaspike.test.jsf.impl.config.view.navigation.parameter.uc006.NavigationParameterTest Adding Java ClassPath URL as JavaArchive <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Jul 07, 2015 3:42:17 AM org.apache.deltaspike.test.utils.ShrinkWrapArchiveUtil getArchives
INFO: Test org.apache.deltaspike.test.jsf.impl.config.view.navigation.parameter.uc006.NavigationParameterTest Adding Java ClassPath URL as JavaArchive jar:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Jul 07, 2015 3:42:17 AM org.apache.deltaspike.test.utils.ShrinkWrapArchiveUtil getArchives
INFO: Test org.apache.deltaspike.test.jsf.impl.config.view.navigation.parameter.uc006.NavigationParameterTest Adding Java ClassPath URL as JavaArchive jar:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Jul 07, 2015 3:42:17 AM org.apache.deltaspike.test.utils.ShrinkWrapArchiveUtil getArchives
INFO: Test org.apache.deltaspike.test.jsf.impl.config.view.navigation.parameter.uc006.NavigationParameterTest Adding Java ClassPath URL as JavaArchive jar:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Jul 07, 2015 3:42:17 AM org.apache.deltaspike.test.utils.ShrinkWrapArchiveUtil getArchives
INFO: Test org.apache.deltaspike.test.jsf.impl.config.view.navigation.parameter.uc006.NavigationParameterTest Adding Java ClassPath URL as JavaArchive jar:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Jul 07, 2015 3:42:17 AM org.apache.deltaspike.test.utils.ShrinkWrapArchiveUtil getArchives
INFO: Test org.apache.deltaspike.test.jsf.impl.config.view.navigation.parameter.uc006.NavigationParameterTest Adding Java ClassPath URL as JavaArchive jar:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Jul 07, 2015 3:42:17 AM org.apache.deltaspike.test.utils.ShrinkWrapArchiveUtil getArchives
INFO: Test org.apache.deltaspike.test.jsf.impl.config.view.navigation.parameter.uc006.NavigationParameterTest Adding Java ClassPath URL as JavaArchive jar:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Jul 07, 2015 3:42:17 AM org.apache.deltaspike.test.utils.ShrinkWrapArchiveUtil getArchives
INFO: Test org.apache.deltaspike.test.jsf.impl.config.view.navigation.parameter.uc006.NavigationParameterTest Adding Java ClassPath URL as JavaArchive jar:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.505 sec <<< FAILURE!
Running org.apache.deltaspike.test.jsf.impl.config.view.navigation.parameter.uc005.NavigationParameterTest
Jul 07, 2015 3:42:29 AM org.jboss.arquillian.drone.webdriver.factory.AbstractWebDriverFactory createConfiguration
INFO: Property "browser" was not specified, using default value of htmlUnit
Jul 07, 2015 3:42:29 AM org.apache.deltaspike.test.utils.ShrinkWrapArchiveUtil getArchives
INFO: Test org.apache.deltaspike.test.jsf.impl.config.view.navigation.parameter.uc004.NavigationParameterTest Adding Java ClassPath URL as JavaArchive <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Jul 07, 2015 3:42:29 AM org.apache.deltaspike.test.utils.ShrinkWrapArchiveUtil getArchives
INFO: Test org.apache.deltaspike.test.jsf.impl.config.view.navigation.parameter.uc004.NavigationParameterTest Adding Java ClassPath URL as JavaArchive jar:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Jul 07, 2015 3:42:29 AM org.apache.deltaspike.test.utils.ShrinkWrapArchiveUtil getArchives
INFO: Test org.apache.deltaspike.test.jsf.impl.config.view.navigation.parameter.uc004.NavigationParameterTest Adding Java ClassPath URL as JavaArchive jar:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Jul 07, 2015 3:42:29 AM org.apache.deltaspike.test.utils.ShrinkWrapArchiveUtil getArchives
INFO: Test org.apache.deltaspike.test.jsf.impl.config.view.navigation.parameter.uc004.NavigationParameterTest Adding Java ClassPath URL as JavaArchive jar:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Jul 07, 2015 3:42:29 AM org.apache.deltaspike.test.utils.ShrinkWrapArchiveUtil getArchives
INFO: Test org.apache.deltaspike.test.jsf.impl.config.view.navigation.parameter.uc004.NavigationParameterTest Adding Java ClassPath URL as JavaArchive jar:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Jul 07, 2015 3:42:29 AM org.apache.deltaspike.test.utils.ShrinkWrapArchiveUtil getArchives
INFO: Test org.apache.deltaspike.test.jsf.impl.config.view.navigation.parameter.uc004.NavigationParameterTest Adding Java ClassPath URL as JavaArchive jar:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Jul 07, 2015 3:42:29 AM org.apache.deltaspike.test.utils.ShrinkWrapArchiveUtil getArchives
INFO: Test org.apache.deltaspike.test.jsf.impl.config.view.navigation.parameter.uc004.NavigationParameterTest Adding Java ClassPath URL as JavaArchive jar:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Jul 07, 2015 3:42:29 AM org.apache.deltaspike.test.utils.ShrinkWrapArchiveUtil getArchives
INFO: Test org.apache.deltaspike.test.jsf.impl.config.view.navigation.parameter.uc004.NavigationParameterTest Adding Java ClassPath URL as JavaArchive jar:<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.527 sec <<< FAILURE!
Results :
Tests in error:
maxWindowPerSessionTest(org.apache.deltaspike.test.jsf.impl.scope.window.WindowMaxCountTest): Unable to locate element with ID: form:count(..)
testConverter(org.apache.deltaspike.test.jsf.impl.injection.uc003.InjectionDroneTest): Unable to locate element with ID: converter:convertedValue(..)
testValidator(org.apache.deltaspike.test.jsf.impl.injection.uc003.InjectionDroneTest): Unable to locate element with ID: validator:stringValue(..)
testConverterWithError(org.apache.deltaspike.test.jsf.impl.injection.uc003.InjectionDroneTest): Unable to locate element with ID: converter:convertedValue(..)
testValidatorWithError(org.apache.deltaspike.test.jsf.impl.injection.uc003.InjectionDroneTest): Unable to locate element with ID: validator:stringValue(..)
testValidator(org.apache.deltaspike.test.jsf.impl.injection.uc004.InjectionDroneTest): Unable to locate element with ID: validator:stringValue(..)
testValidatorWithError(org.apache.deltaspike.test.jsf.impl.injection.uc004.InjectionDroneTest): Unable to locate element with ID: validator:stringValue(..)
testNavigationActionWithParameter(org.apache.deltaspike.test.jsf.impl.config.view.navigation.parameter.uc004.NavigationParameterTest): Unable to locate element with ID: parameter:pb004ActionMethod(..)
testConverter(org.apache.deltaspike.test.jsf.impl.injection.uc002.InjectionDroneTest): Unable to locate element with ID: converter:convertedValue(..)
testValidator(org.apache.deltaspike.test.jsf.impl.injection.uc002.InjectionDroneTest): Unable to locate element with ID: validator:stringValue(..)
testConverterWithError(org.apache.deltaspike.test.jsf.impl.injection.uc002.InjectionDroneTest): Unable to locate element with ID: converter:convertedValue(..)
testValidatorWithError(org.apache.deltaspike.test.jsf.impl.injection.uc002.InjectionDroneTest): Unable to locate element with ID: validator:stringValue(..)
testWindowId(org.apache.deltaspike.test.jsf.impl.scope.window.WindowScopedContextTest): Unable to locate element with ID: test:valueInput(..)
testNavigationActionWithParameter(org.apache.deltaspike.test.jsf.impl.config.view.navigation.parameter.uc003.NavigationParameterTest): Unable to locate element with ID: parameter:pb003ActionMethod(..)
testViewScopedContext(org.apache.deltaspike.test.jsf.impl.scope.view.ViewScopedContextTest): Unable to locate element with ID: test:valueInput(..)
testForward(org.apache.deltaspike.test.jsf.impl.scope.viewaccess.ViewAccessScopedWebAppTest): Unable to locate element with ID: testForm1:valueInputX(..)
testForward(org.apache.deltaspike.test.jsf.impl.scope.viewaccess.ViewAccessScopedWithFViewActionWebAppTest): Unable to locate element with ID: form:firstValue(..)
testViewScopedContext(org.apache.deltaspike.test.jsf.impl.scope.mapped.MappedJsfContextTest): Unable to locate element with ID: test:reqValue(..)
testNavigationActionWithParameter(org.apache.deltaspike.test.jsf.impl.config.view.navigation.parameter.uc006.NavigationParameterTest): Unable to locate element with ID: parameter:pb006AnyMethod(..)
testConverter(org.apache.deltaspike.test.jsf.impl.injection.uc001.InjectionDroneTest): Unable to locate element with ID: converter:convertedValue(..)
testValidator(org.apache.deltaspike.test.jsf.impl.injection.uc001.InjectionDroneTest): Unable to locate element with ID: validator:stringValue(..)
testConverterWithError(org.apache.deltaspike.test.jsf.impl.injection.uc001.InjectionDroneTest): Unable to locate element with ID: converter:convertedValue(..)
testValidatorWithError(org.apache.deltaspike.test.jsf.impl.injection.uc001.InjectionDroneTest): Unable to locate element with ID: validator:stringValue(..)
testGermanMessages(org.apache.deltaspike.test.jsf.impl.message.JsfMessageTest): Unable to locate a node using id('messages')(..)
testEnglishMessages(org.apache.deltaspike.test.jsf.impl.message.JsfMessageTest): Unable to locate a node using id('messages')(..)
testNavigationActionWithError(org.apache.deltaspike.test.jsf.impl.config.view.navigation.event.uc001.PreViewConfigNavigateEventTest): Unable to locate element with ID: event:pb002ActionWithError(..)
testNavigationActionOverview(org.apache.deltaspike.test.jsf.impl.config.view.navigation.parameter.uc005.NavigationParameterTest): Unable to locate element with ID: parameter:pb005Overview(..)
testNavigationActionIndex(org.apache.deltaspike.test.jsf.impl.config.view.navigation.parameter.uc005.NavigationParameterTest): Unable to locate element with ID: parameter:pb005Index(..)
Tests run: 113, Failures: 0, Errors: 28, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache DeltaSpike Sources ......................... SUCCESS [ 0.871 s]
[INFO] Apache DeltaSpike CheckStyle-rules ................ SUCCESS [ 0.751 s]
[INFO] Apache DeltaSpike Parent .......................... SUCCESS [ 2.079 s]
[INFO] Apache DeltaSpike Test-Utils ...................... SUCCESS [ 2.657 s]
[INFO] Apache DeltaSpike Code Parent ..................... SUCCESS [ 1.337 s]
[INFO] Apache DeltaSpike Core ............................ SUCCESS [ 0.477 s]
[INFO] Apache DeltaSpike Core-API ........................ SUCCESS [ 4.394 s]
[INFO] Apache DeltaSpike Core-Implementation ............. SUCCESS [01:04 min]
[INFO] Apache DeltaSpike ContainerControl parent ......... SUCCESS [ 0.384 s]
[INFO] Apache DeltaSpike CDI ContainerControl API ........ SUCCESS [ 0.711 s]
[INFO] Apache DeltaSpike CDI ContainerControl TCK ........ SUCCESS [ 0.992 s]
[INFO] Apache DeltaSpike CDI OWB-ContainerControl ........ SUCCESS [ 2.122 s]
[INFO] Apache DeltaSpike CDI Weld-ContainerControl ....... SUCCESS [ 2.996 s]
[INFO] Apache DeltaSpike CDI OpenEJB-ContainerControl .... SUCCESS [ 4.871 s]
[INFO] Apache DeltaSpike CDI Servlet-ContainerControl .... SUCCESS [ 2.389 s]
[INFO] Apache DeltaSpike Modules ......................... SUCCESS [ 0.389 s]
[INFO] Apache DeltaSpike Proxy-Module .................... SUCCESS [ 0.395 s]
[INFO] Apache DeltaSpike Proxy-Module API ................ SUCCESS [ 1.231 s]
[INFO] Apache DeltaSpike Proxy-Module Impl ASM5 .......... SUCCESS [ 1.424 s]
[INFO] Apache DeltaSpike Security-Module ................. SUCCESS [ 0.396 s]
[INFO] Apache DeltaSpike Security-Module API ............. SUCCESS [ 1.174 s]
[INFO] Apache DeltaSpike Security-Module Impl ............ SUCCESS [ 20.084 s]
[INFO] Apache DeltaSpike JPA-Module ...................... SUCCESS [ 0.364 s]
[INFO] Apache DeltaSpike JPA-Module API .................. SUCCESS [ 1.137 s]
[INFO] Apache DeltaSpike JPA-Module Impl ................. SUCCESS [ 1.979 s]
[INFO] Apache DeltaSpike Servlet-Module .................. SUCCESS [ 0.350 s]
[INFO] Apache DeltaSpike Servlet-Module API .............. SUCCESS [ 0.818 s]
[INFO] Apache DeltaSpike Servlet-Module Impl ............. SUCCESS [ 22.555 s]
[INFO] Apache DeltaSpike JSF-Module ...................... SUCCESS [ 0.390 s]
[INFO] Apache DeltaSpike JSF-Module API .................. SUCCESS [ 1.183 s]
[INFO] Apache DeltaSpike JSF-Module Impl ................. FAILURE [01:14 min]
[INFO] Apache DeltaSpike JSF-Module Impl (EE6 only) ...... SKIPPED
[INFO] Apache DeltaSpike Partial-Bean-Module ............. SKIPPED
[INFO] Apache DeltaSpike Partial-Bean-Module API ......... SKIPPED
[INFO] Apache DeltaSpike Partial-Bean-Module Impl ........ SKIPPED
[INFO] Apache DeltaSpike BeanValidation-Module ........... SKIPPED
[INFO] Apache DeltaSpike BeanValidation-Module API ....... SKIPPED
[INFO] Apache DeltaSpike BeanValidation-Module Impl ...... SKIPPED
[INFO] Apache DeltaSpike Data-Module ..................... SKIPPED
[INFO] Apache DeltaSpike Data-Module API ................. SKIPPED
[INFO] Apache DeltaSpike Data-Module Impl ................ SKIPPED
[INFO] Apache DeltaSpike Scheduler-Module ................ SKIPPED
[INFO] Apache DeltaSpike Scheduler-Module API ............ SKIPPED
[INFO] Apache DeltaSpike Scheduler-Module Impl ........... SKIPPED
[INFO] Apache DeltaSpike Test-Control-Module ............. SKIPPED
[INFO] Apache DeltaSpike Test-Control-Module API ......... SKIPPED
[INFO] Apache DeltaSpike Test-Control-Module Impl ........ SKIPPED
[INFO] Apache DeltaSpike Examples ........................ SKIPPED
[INFO] Apache DeltaSpike Java-SE Examples ................ SKIPPED
[INFO] Apache DeltaSpike JSF Examples .................... SKIPPED
[INFO] Apache DeltaSpike JSF Playground .................. SKIPPED
[INFO] Apache DeltaSpike Security Example CDI ............ SKIPPED
[INFO] Apache DeltaSpike Security Example PicketLink ..... SKIPPED
[INFO] Apache DeltaSpike Java-SE Scheduler Examples ...... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:41 min
[INFO] Finished at: 2015-07-07T03:43:10+08:00
[INFO] Final Memory: 112M/771M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.11:test (default-test) on project deltaspike-jsf-module-impl: There are test failures.
[ERROR]
[ERROR] Please refer to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...> for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :deltaspike-jsf-module-impl
Build step 'Execute shell' marked build as failure
Recording test results
9 years, 5 months
Build failed in Jenkins: Weld-2.x-interoperability-pax-cdi #526
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...>
Changes:
[unknown]
[unknown]
------------------------------------------
[...truncated 7261 lines...]
09:30:34.607 [Start Level Event Dispatcher] INFO o.o.p.c.e.i.c.ComponentLifecycleManager - component Managed Bean [class org.ops4j.pax.cdi.sample1.BundleEventCollector] with qualifiers [@Any @OsgiServiceProvider] is available
09:30:34.613 [Start Level Event Dispatcher] INFO o.o.p.c.e.i.c.ComponentLifecycleManager - component Managed Bean [class org.ops4j.pax.cdi.sample1.impl.HazelnutService] with qualifiers [@OsgiServiceProvider @Any] is available
constructing HazelnutService
09:30:34.625 [Start Level Event Dispatcher] INFO o.o.p.c.w.AbstractWebAppDependencyManager - registered WebAppDependencyHolder for bundle [pax-cdi-sample1-web_1.0.0.SNAPSHOT [22]]
09:30:35.312 [pool-5-thread-1] WARN o.o.p.w.e.w.i.RegisterWebAppVisitorWC - Jsp support is not enabled. Is org.ops4j.pax.web.jsp bundle installed?
09:30:35.372 [pool-5-thread-1] INFO o.o.p.c.w.i.CdiServletContainerInitializer - storing CdiContainer in ServletContext for [pax-cdi-sample1-web_1.0.0.SNAPSHOT [22]]
09:30:35.374 [pool-5-thread-1] INFO o.o.p.c.e.i.DelegatingCdiContainer - creating CDI container for bean bundle pax-cdi-sample1-web_1.0.0.SNAPSHOT [22] with extension bundles [org.ops4j.pax.cdi.extension_1.0.0.SNAPSHOT [35]]
09:30:35.374 [pool-5-thread-1] INFO o.o.pax.cdi.spi.AbstractCdiContainer - Starting CDI container for bundle pax-cdi-sample1-web_1.0.0.SNAPSHOT [22]
09:30:35.522 [pool-5-thread-1] INFO o.o.p.c.w.w.i.WeldServletContextListener - registered Jetty decorator for JSR-299 injection
************* init MessageServlet
************* init RandomServlet
************* init IceCreamServlet
ResourceDelegatingBundleClassLoader{bundle=pax-cdi-sample1-web_1.0.0.SNAPSHOT [22],parent=BundleClassLoader{bundle=org.ops4j.pax.web.pax-web-jetty_4.0.0 [49],parent=null}}
constructing CappuccinoService
CappuccinoService @PostConstruct
constructing HazelnutService
************* init ApplicationIdServlet
ResourceDelegatingBundleClassLoader{bundle=pax-cdi-sample1-web_1.0.0.SNAPSHOT [22],parent=BundleClassLoader{bundle=org.ops4j.pax.web.pax-web-jetty_4.0.0 [49],parent=null}}
************* init MessageServlet
09:30:36.730 [pool-4-thread-1] INFO o.o.p.c.w.w.i.WeldServletContextListener - servlet context destroyed
09:30:36.731 [pool-4-thread-1] INFO o.o.pax.cdi.spi.AbstractCdiContainer - Stopping CDI container for bundle pax-cdi-sample1-web_1.0.0.SNAPSHOT [22]
09:30:36.745 [System Bundle Shutdown] INFO o.o.p.cdi.extender.impl.CdiExtender - stopping CDI extender org.ops4j.pax.cdi.extender
09:30:36.745 [System Bundle Shutdown] INFO o.o.pax.cdi.spi.AbstractCdiContainer - Stopping CDI container for bundle org.ops4j.pax.cdi.sample1_1.0.0.SNAPSHOT [21]
constructing CappuccinoService
CappuccinoService @PostConstruct
CappuccinoService @PreDestroy
CappuccinoService @PreDestroy
constructing HazelnutService
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.207 sec - in org.ops4j.pax.cdi.test.ServletTest
Running org.ops4j.pax.cdi.test.SingleBundleTest
09:30:38.610 [Start Level Event Dispatcher] INFO o.o.p.cdi.extender.impl.CdiExtender - starting CDI extender org.ops4j.pax.cdi.extender
09:30:38.616 [Start Level Event Dispatcher] INFO o.o.p.cdi.extender.impl.CdiExtender - creating CDI container for bean bundle org.ops4j.pax.cdi.sample1_1.0.0.SNAPSHOT [21] with extension bundles [org.ops4j.pax.cdi.extension_1.0.0.SNAPSHOT [34]]
09:30:38.620 [Start Level Event Dispatcher] INFO o.o.pax.cdi.spi.AbstractCdiContainer - Starting CDI container for bundle org.ops4j.pax.cdi.sample1_1.0.0.SNAPSHOT [21]
09:30:38.806 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
09:30:38.808 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
09:30:39.205 [Start Level Event Dispatcher] INFO o.o.p.c.e.i.c.ComponentLifecycleManager - component Managed Bean [class org.ops4j.pax.cdi.sample1.impl.CappuccinoService] with qualifiers [@OsgiServiceProvider @Any] is available
constructing CappuccinoService
CappuccinoService @PostConstruct
CappuccinoService @PreDestroy
09:30:39.218 [Start Level Event Dispatcher] INFO o.o.p.c.e.i.c.ComponentLifecycleManager - component Managed Bean [class org.ops4j.pax.cdi.sample1.impl.ChocolateService] with qualifiers [@Chocolate @Any @OsgiServiceProvider] is available
constructing ChocolateService
09:30:39.219 [Start Level Event Dispatcher] INFO o.o.p.c.e.i.c.ComponentLifecycleManager - component Managed Bean [class org.ops4j.pax.cdi.sample1.impl.VanillaService] with qualifiers [@Default @Vanilla @Any @OsgiServiceProvider] is available
09:30:39.220 [Start Level Event Dispatcher] INFO o.o.p.c.e.i.c.ComponentLifecycleManager - component Managed Bean [class org.ops4j.pax.cdi.sample1.BundleEventCollector] with qualifiers [@Any @OsgiServiceProvider] is available
09:30:39.226 [Start Level Event Dispatcher] INFO o.o.p.c.e.i.c.ComponentLifecycleManager - component Managed Bean [class org.ops4j.pax.cdi.sample1.impl.HazelnutService] with qualifiers [@OsgiServiceProvider @Any] is available
constructing HazelnutService
constructing ChocolateService
09:30:39.329 [System Bundle Shutdown] INFO o.o.p.cdi.extender.impl.CdiExtender - stopping CDI extender org.ops4j.pax.cdi.extender
09:30:39.329 [System Bundle Shutdown] INFO o.o.pax.cdi.spi.AbstractCdiContainer - Stopping CDI container for bundle org.ops4j.pax.cdi.sample1_1.0.0.SNAPSHOT [21]
constructing CappuccinoService
CappuccinoService @PostConstruct
CappuccinoService @PreDestroy
constructing HazelnutService
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.881 sec - in org.ops4j.pax.cdi.test.SingleBundleTest
Running org.ops4j.pax.cdi.test.TransactionalTest
09:30:41.516 [Start Level Event Dispatcher] INFO o.o.p.cdi.extender.impl.CdiExtender - starting CDI extender org.ops4j.pax.cdi.extender
09:30:41.993 [Start Level Event Dispatcher] INFO o.o.p.cdi.extender.impl.CdiExtender - creating CDI container for bean bundle org.ops4j.pax.cdi.sample2.service_1.0.0.SNAPSHOT [61] with extension bundles [org.apache.deltaspike.modules.deltaspike-data-module-impl_1.4.2.SNAPSHOT [57], org.apache.deltaspike.modules.deltaspike-jpa-module-impl_1.4.2.SNAPSHOT [55], org.apache.deltaspike.core.deltaspike-core-api_1.4.2.SNAPSHOT [48], org.ops4j.pax.cdi.extension_1.0.0.SNAPSHOT [33], org.apache.deltaspike.modules.deltaspike-partial-bean-module-impl_1.4.2.SNAPSHOT [56], org.apache.deltaspike.core.deltaspike-core-impl_1.4.2.SNAPSHOT [49]]
09:30:41.996 [Start Level Event Dispatcher] INFO o.o.pax.cdi.spi.AbstractCdiContainer - Starting CDI container for bundle org.ops4j.pax.cdi.sample2.service_1.0.0.SNAPSHOT [61]
09:30:42.432 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
09:30:42.434 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
09:30:42.509 [Start Level Event Dispatcher] WARN org.jboss.weld.Event - WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.interceptor.GlobalInterceptorExtension.promoteInterceptors(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
09:30:42.513 [Start Level Event Dispatcher] WARN org.jboss.weld.Event - WELD-000411: Observer method [BackedAnnotatedMethod] public org.apache.deltaspike.partialbean.impl.PartialBeanBindingExtension.findInvocationHandlerBindings(@Observes ProcessAnnotatedType<X>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
09:30:42.516 [Start Level Event Dispatcher] WARN org.jboss.weld.Event - WELD-000411: Observer method [BackedAnnotatedMethod] org.apache.deltaspike.data.impl.RepositoryExtension.processAnnotatedType(@Observes ProcessAnnotatedType<X>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
09:30:42.520 [Start Level Event Dispatcher] WARN org.jboss.weld.Event - WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.message.MessageBundleExtension.detectInterfaces(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
09:30:42.541 [Start Level Event Dispatcher] WARN org.jboss.weld.Event - WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.exclude.extension.ExcludeExtension.vetoBeans(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
09:30:43.068 [Start Level Event Dispatcher] WARN org.jboss.weld.Validator - WELD-001478: Interceptor class org.apache.deltaspike.jpa.impl.transaction.TransactionalInterceptor is enabled for the application and for the bean archive pax-cdi-bda61. It will only be invoked in the @Priority part of the chain.
09:30:43.122 [weld-worker-2] WARN org.jboss.weld.Bootstrap - WELD-001125: Illegal bean type java.util.Comparator<org.apache.deltaspike.core.api.exception.control.HandlerMethod<?>> ignored on [EnhancedAnnotatedTypeImpl] public final class org.apache.deltaspike.core.impl.exception.control.ExceptionHandlerComparator
09:30:43.166 [weld-worker-2] WARN org.jboss.weld.Bootstrap - WELD-001125: Illegal bean type org.apache.deltaspike.data.impl.meta.verifier.Verifier<java.lang.Class<?>> ignored on [EnhancedAnnotatedTypeImpl] public class org.apache.deltaspike.data.impl.meta.verifier.EntityVerifier
09:30:53.531 [System Bundle Shutdown] INFO o.o.p.cdi.extender.impl.CdiExtender - stopping CDI extender org.ops4j.pax.cdi.extender
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 13.544 sec <<< FAILURE! - in org.ops4j.pax.cdi.test.TransactionalTest
createAuthorInTransaction(org.ops4j.pax.cdi.test.TransactionalTest) Time elapsed: 10.07 sec <<< ERROR!
org.ops4j.pax.swissbox.tracker.ServiceLookupException: gave up waiting for service org.ops4j.pax.cdi.sample2.service.LibraryServiceClient
at org.ops4j.pax.swissbox.tracker.ServiceLookup.getService(ServiceLookup.java:199)
at org.ops4j.pax.swissbox.tracker.ServiceLookup.getService(ServiceLookup.java:136)
at org.ops4j.pax.exam.inject.internal.ServiceInjector.injectField(ServiceInjector.java:89)
at org.ops4j.pax.exam.inject.internal.ServiceInjector.injectDeclaredFields(ServiceInjector.java:69)
at org.ops4j.pax.exam.inject.internal.ServiceInjector.injectFields(ServiceInjector.java:61)
at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.createTest(ContainerTestRunner.java:61)
at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:266)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:263)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:68)
at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:37)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.invokeViaJUnit(JUnitProbeInvoker.java:124)
at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.findAndInvoke(JUnitProbeInvoker.java:97)
at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.call(JUnitProbeInvoker.java:73)
at org.ops4j.pax.exam.nat.internal.NativeTestContainer.call(NativeTestContainer.java:109)
at org.ops4j.pax.exam.spi.reactors.EagerSingleStagedReactor.invoke(EagerSingleStagedReactor.java:109)
at org.ops4j.pax.exam.junit.impl.ProbeRunner$2.evaluate(ProbeRunner.java:267)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.ops4j.pax.exam.junit.impl.ProbeRunner.run(ProbeRunner.java:98)
at org.ops4j.pax.exam.junit.PaxExam.run(PaxExam.java:93)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Running org.ops4j.pax.cdi.test.WebBeanBundleLifecycleTest
09:30:55.652 [Start Level Event Dispatcher] INFO o.o.p.cdi.extender.impl.CdiExtender - starting CDI extender org.ops4j.pax.cdi.extender
09:30:55.657 [Start Level Event Dispatcher] INFO o.o.p.cdi.extender.impl.CdiExtender - creating CDI container for bean bundle org.ops4j.pax.cdi.sample1_1.0.0.SNAPSHOT [21] with extension bundles [org.ops4j.pax.cdi.extension_1.0.0.SNAPSHOT [35]]
09:30:55.660 [Start Level Event Dispatcher] INFO o.o.pax.cdi.spi.AbstractCdiContainer - Starting CDI container for bundle org.ops4j.pax.cdi.sample1_1.0.0.SNAPSHOT [21]
09:30:55.939 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
09:30:55.941 [Start Level Event Dispatcher] WARN org.jboss.weld.Interceptor - WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
09:30:56.250 [Start Level Event Dispatcher] INFO o.o.p.c.e.i.c.ComponentLifecycleManager - component Managed Bean [class org.ops4j.pax.cdi.sample1.impl.CappuccinoService] with qualifiers [@OsgiServiceProvider @Any] is available
constructing CappuccinoService
CappuccinoService @PostConstruct
CappuccinoService @PreDestroy
09:30:56.260 [Start Level Event Dispatcher] INFO o.o.p.c.e.i.c.ComponentLifecycleManager - component Managed Bean [class org.ops4j.pax.cdi.sample1.impl.ChocolateService] with qualifiers [@Chocolate @Any @OsgiServiceProvider] is available
constructing ChocolateService
09:30:56.260 [Start Level Event Dispatcher] INFO o.o.p.c.e.i.c.ComponentLifecycleManager - component Managed Bean [class org.ops4j.pax.cdi.sample1.impl.VanillaService] with qualifiers [@Vanilla @Default @Any @OsgiServiceProvider] is available
09:30:56.261 [Start Level Event Dispatcher] INFO o.o.p.c.e.i.c.ComponentLifecycleManager - component Managed Bean [class org.ops4j.pax.cdi.sample1.BundleEventCollector] with qualifiers [@Any @OsgiServiceProvider] is available
09:30:56.268 [Start Level Event Dispatcher] INFO o.o.p.c.e.i.c.ComponentLifecycleManager - component Managed Bean [class org.ops4j.pax.cdi.sample1.impl.HazelnutService] with qualifiers [@OsgiServiceProvider @Any] is available
constructing HazelnutService
09:30:56.276 [Start Level Event Dispatcher] INFO o.o.p.c.w.AbstractWebAppDependencyManager - registered WebAppDependencyHolder for bundle [pax-cdi-sample1-web_1.0.0.SNAPSHOT [22]]
09:30:56.826 [pool-5-thread-1] WARN o.o.p.w.e.w.i.RegisterWebAppVisitorWC - Jsp support is not enabled. Is org.ops4j.pax.web.jsp bundle installed?
09:30:56.852 [pool-5-thread-1] INFO o.o.p.c.w.i.CdiServletContainerInitializer - storing CdiContainer in ServletContext for [pax-cdi-sample1-web_1.0.0.SNAPSHOT [22]]
09:30:56.854 [pool-5-thread-1] INFO o.o.p.c.e.i.DelegatingCdiContainer - creating CDI container for bean bundle pax-cdi-sample1-web_1.0.0.SNAPSHOT [22] with extension bundles [org.ops4j.pax.cdi.extension_1.0.0.SNAPSHOT [35]]
09:30:56.854 [pool-5-thread-1] INFO o.o.pax.cdi.spi.AbstractCdiContainer - Starting CDI container for bundle pax-cdi-sample1-web_1.0.0.SNAPSHOT [22]
09:30:57.023 [pool-5-thread-1] INFO o.o.p.c.w.w.i.WeldServletContextListener - registered Jetty decorator for JSR-299 injection
************* init MessageServlet
ResourceDelegatingBundleClassLoader{bundle=pax-cdi-sample1-web_1.0.0.SNAPSHOT [22],parent=BundleClassLoader{bundle=org.ops4j.pax.web.pax-web-jetty_4.0.0 [49],parent=null}}
************* init MessageServlet
09:30:58.350 [main] WARN o.o.p.w.e.w.i.RegisterWebAppVisitorWC - Jsp support is not enabled. Is org.ops4j.pax.web.jsp bundle installed?
09:30:58.353 [main] INFO o.o.p.c.w.i.CdiServletContainerInitializer - storing CdiContainer in ServletContext for [pax-cdi-sample1-web_1.0.0.SNAPSHOT [22]]
09:30:58.354 [main] INFO o.o.p.c.e.i.DelegatingCdiContainer - creating CDI container for bean bundle pax-cdi-sample1-web_1.0.0.SNAPSHOT [22] with extension bundles [org.ops4j.pax.cdi.extension_1.0.0.SNAPSHOT [35]]
09:30:58.354 [main] INFO o.o.pax.cdi.spi.AbstractCdiContainer - Starting CDI container for bundle pax-cdi-sample1-web_1.0.0.SNAPSHOT [22]
09:30:58.481 [main] INFO o.o.p.c.w.w.i.WeldServletContextListener - registered Jetty decorator for JSR-299 injection
************* init MessageServlet
09:30:58.488 [main] INFO o.o.p.c.w.AbstractWebAppDependencyManager - registered WebAppDependencyHolder for bundle [pax-cdi-sample1-web_1.0.0.SNAPSHOT [22]]
ResourceDelegatingBundleClassLoader{bundle=pax-cdi-sample1-web_1.0.0.SNAPSHOT [22],parent=BundleClassLoader{bundle=org.ops4j.pax.web.pax-web-jetty_4.0.0 [49],parent=null}}
************* init MessageServlet
09:30:58.530 [pool-4-thread-1] INFO o.o.p.c.w.w.i.WeldServletContextListener - servlet context destroyed
09:30:58.531 [pool-4-thread-1] INFO o.o.pax.cdi.spi.AbstractCdiContainer - Stopping CDI container for bundle pax-cdi-sample1-web_1.0.0.SNAPSHOT [22]
09:30:58.535 [pool-4-thread-1] ERROR org.jboss.weld.Bean - WELD-000019: Error destroying an instance org.ops4j.pax.cdi.extension.impl.BeanBundleImpl@196c306e of Managed Bean [class org.ops4j.pax.cdi.extension.impl.BeanBundleImpl] with qualifiers [@Any @Default]
09:30:58.540 [pool-4-thread-1] INFO o.o.p.c.w.w.i.WeldServletContextListener - servlet context destroyed
09:30:58.541 [pool-4-thread-1] INFO o.o.pax.cdi.spi.AbstractCdiContainer - Stopping CDI container for bundle pax-cdi-sample1-web_1.0.0.SNAPSHOT [22]
09:30:58.555 [pool-4-thread-1] WARN o.e.j.u.component.AbstractLifeCycle - FAILED HttpServiceContext{httpContext=WebAppHttpContext{pax-cdi-sample1-web - 22}}: java.lang.IllegalStateException: Singleton not set for pax-cdi-sample1-web:22 => [org.ops4j.pax.cdi.sample1:21]
java.lang.IllegalStateException: Singleton not set for pax-cdi-sample1-web:22 => [org.ops4j.pax.cdi.sample1:21]
at org.jboss.weld.bootstrap.api.helpers.RegistrySingletonProvider$RegistrySingleton.get(RegistrySingletonProvider.java:28) ~[weld-osgi-bundle-2.3.0.Beta2-SNAPSHOT.jar:2015-06-20 09:27]
at org.jboss.weld.Container.instance(Container.java:65) ~[weld-osgi-bundle-2.3.0.Beta2-SNAPSHOT.jar:2015-06-20 09:27]
at org.jboss.weld.bootstrap.WeldRuntime.shutdown(WeldRuntime.java:61) ~[weld-osgi-bundle-2.3.0.Beta2-SNAPSHOT.jar:2015-06-20 09:27]
at org.jboss.weld.bootstrap.WeldBootstrap.shutdown(WeldBootstrap.java:113) ~[weld-osgi-bundle-2.3.0.Beta2-SNAPSHOT.jar:2015-06-20 09:27]
at org.ops4j.pax.cdi.weld.impl.WeldCdiContainer$2.call(WeldCdiContainer.java:130) ~[pax-cdi-weld-1.0.0-SNAPSHOT.jar:na]
at org.ops4j.pax.swissbox.core.ContextClassLoaderUtils.doWithClassLoader(ContextClassLoaderUtils.java:60) ~[bundlefile:na]
at org.ops4j.pax.cdi.weld.impl.WeldCdiContainer.doStop(WeldCdiContainer.java:125) ~[pax-cdi-weld-1.0.0-SNAPSHOT.jar:na]
at org.ops4j.pax.cdi.spi.AbstractCdiContainer.stop(AbstractCdiContainer.java:97) ~[pax-cdi-spi-1.0.0-SNAPSHOT.jar:na]
at org.ops4j.pax.cdi.extender.impl.DelegatingCdiContainer.stop(DelegatingCdiContainer.java:72) ~[pax-cdi-extender-1.0.0-SNAPSHOT.jar:na]
at org.ops4j.pax.cdi.web.weld.impl.WeldServletContextListener.contextDestroyed(WeldServletContextListener.java:84) ~[pax-cdi-web-weld-1.0.0-SNAPSHOT.jar:na]
at org.eclipse.jetty.server.handler.ContextHandler.callContextDestroyed(ContextHandler.java:795) ~[bundlefile:9.0.7.v20131107]
at org.eclipse.jetty.servlet.ServletContextHandler.callContextDestroyed(ServletContextHandler.java:447) ~[bundlefile:9.0.7.v20131107]
at org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:829) ~[bundlefile:9.0.7.v20131107]
at org.eclipse.jetty.servlet.ServletContextHandler.doStop(ServletContextHandler.java:212) ~[bundlefile:9.0.7.v20131107]
at org.ops4j.pax.web.service.jetty.internal.HttpServiceContext.doStop(HttpServiceContext.java:228) ~[bundlefile:na]
at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:90) ~[bundlefile:9.0.7.v20131107]
at org.ops4j.pax.web.service.jetty.internal.JettyServerImpl.stop(JettyServerImpl.java:178) [bundlefile:na]
at org.ops4j.pax.web.service.jetty.internal.ServerControllerImpl$Started.stop(ServerControllerImpl.java:277) [bundlefile:na]
at org.ops4j.pax.web.service.jetty.internal.ServerControllerImpl.stop(ServerControllerImpl.java:77) [bundlefile:na]
at org.ops4j.pax.web.service.internal.Activator.updateController(Activator.java:336) [bundlefile:na]
at org.ops4j.pax.web.service.internal.Activator$3.run(Activator.java:291) [bundlefile:na]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [na:1.8.0_20]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [na:1.8.0_20]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [na:1.8.0_20]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [na:1.8.0_20]
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_20]
09:30:58.556 [pool-4-thread-1] ERROR o.o.p.w.s.j.internal.JettyServerImpl - Exception while stopping Jetty:
java.lang.IllegalStateException: Singleton not set for pax-cdi-sample1-web:22 => [org.ops4j.pax.cdi.sample1:21]
at org.jboss.weld.bootstrap.api.helpers.RegistrySingletonProvider$RegistrySingleton.get(RegistrySingletonProvider.java:28) ~[weld-osgi-bundle-2.3.0.Beta2-SNAPSHOT.jar:2015-06-20 09:27]
at org.jboss.weld.Container.instance(Container.java:65) ~[weld-osgi-bundle-2.3.0.Beta2-SNAPSHOT.jar:2015-06-20 09:27]
at org.jboss.weld.bootstrap.WeldRuntime.shutdown(WeldRuntime.java:61) ~[weld-osgi-bundle-2.3.0.Beta2-SNAPSHOT.jar:2015-06-20 09:27]
at org.jboss.weld.bootstrap.WeldBootstrap.shutdown(WeldBootstrap.java:113) ~[weld-osgi-bundle-2.3.0.Beta2-SNAPSHOT.jar:2015-06-20 09:27]
at org.ops4j.pax.cdi.weld.impl.WeldCdiContainer$2.call(WeldCdiContainer.java:130) ~[pax-cdi-weld-1.0.0-SNAPSHOT.jar:na]
at org.ops4j.pax.swissbox.core.ContextClassLoaderUtils.doWithClassLoader(ContextClassLoaderUtils.java:60) ~[bundlefile:na]
at org.ops4j.pax.cdi.weld.impl.WeldCdiContainer.doStop(WeldCdiContainer.java:125) ~[pax-cdi-weld-1.0.0-SNAPSHOT.jar:na]
at org.ops4j.pax.cdi.spi.AbstractCdiContainer.stop(AbstractCdiContainer.java:97) ~[pax-cdi-spi-1.0.0-SNAPSHOT.jar:na]
at org.ops4j.pax.cdi.extender.impl.DelegatingCdiContainer.stop(DelegatingCdiContainer.java:72) ~[pax-cdi-extender-1.0.0-SNAPSHOT.jar:na]
at org.ops4j.pax.cdi.web.weld.impl.WeldServletContextListener.contextDestroyed(WeldServletContextListener.java:84) ~[pax-cdi-web-weld-1.0.0-SNAPSHOT.jar:na]
at org.eclipse.jetty.server.handler.ContextHandler.callContextDestroyed(ContextHandler.java:795) ~[bundlefile:9.0.7.v20131107]
at org.eclipse.jetty.servlet.ServletContextHandler.callContextDestroyed(ServletContextHandler.java:447) ~[bundlefile:9.0.7.v20131107]
at org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:829) ~[bundlefile:9.0.7.v20131107]
at org.eclipse.jetty.servlet.ServletContextHandler.doStop(ServletContextHandler.java:212) ~[bundlefile:9.0.7.v20131107]
at org.ops4j.pax.web.service.jetty.internal.HttpServiceContext.doStop(HttpServiceContext.java:228) ~[bundlefile:na]
at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:90) ~[bundlefile:9.0.7.v20131107]
at org.ops4j.pax.web.service.jetty.internal.JettyServerImpl.stop(JettyServerImpl.java:178) ~[bundlefile:na]
at org.ops4j.pax.web.service.jetty.internal.ServerControllerImpl$Started.stop(ServerControllerImpl.java:277) [bundlefile:na]
at org.ops4j.pax.web.service.jetty.internal.ServerControllerImpl.stop(ServerControllerImpl.java:77) [bundlefile:na]
at org.ops4j.pax.web.service.internal.Activator.updateController(Activator.java:336) [bundlefile:na]
at org.ops4j.pax.web.service.internal.Activator$3.run(Activator.java:291) [bundlefile:na]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [na:1.8.0_20]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [na:1.8.0_20]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [na:1.8.0_20]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [na:1.8.0_20]
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_20]
09:30:58.563 [System Bundle Shutdown] INFO o.o.p.cdi.extender.impl.CdiExtender - stopping CDI extender org.ops4j.pax.cdi.extender
09:30:58.563 [System Bundle Shutdown] INFO o.o.pax.cdi.spi.AbstractCdiContainer - Stopping CDI container for bundle pax-cdi-sample1-web_1.0.0.SNAPSHOT [22]
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.361 sec - in org.ops4j.pax.cdi.test.WebBeanBundleLifecycleTest
Results :
Tests in error:
Jpa21TransactionalTest.createAuthorInTransaction » ServiceLookup gave up waiti...
TransactionalTest.createAuthorInTransaction » ServiceLookup gave up waiting fo...
Tests run: 43, Failures: 0, Errors: 2, Skipped: 1
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] OPS4J Pax CDI Standalone Integration Tests ........ FAILURE [01:29 min]
[INFO] OPS4J Pax CDI 1.2 Integration Tests on Karaf ...... SKIPPED
[INFO] OPS4J Pax CDI OSGi 6.0.0 Integration Tests ........ SKIPPED
[INFO] OPS4J Pax CDI Integration Tests ................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:30 min
[INFO] Finished at: 2015-06-20T09:30:58+08:00
[INFO] Final Memory: 27M/264M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project itest-standalone: There are test failures.
[ERROR]
[ERROR] Please refer to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...> for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Build step 'Execute shell' marked build as failure
Recording test results
9 years, 6 months