See
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...
Changes:
[gpetracek] DELTASPIKE-550 improved proxy detection
[gpetracek] DELTASPIKE-548 alternative scheduler producer
[mkouba] Add test for client proxy methods modifiers
[mkouba] WELD-1636 Update TCK exclude list
[Jozef Hartinger] Use Weld API SNAPSHOT
[Jozef Hartinger] Minor
[Jozef Hartinger] javax.inject.Singleton is not a bean-defining annotation any longer
[Jozef Hartinger] [WELD-1635] EnterpriseBeanProxyMethodHandler creates a new SFSB session
on failover
------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on dev116-rhel5-x86_64 in workspace
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...
Checkout:Weld-2.x-interoperability-deltaspike /
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...
- hudson.remoting.Channel@a12d573:dev116-rhel5-x86_64
Using strategy: Default
Last Built Revision: Revision b671c09c9d2be2c9d4e4af9fb192e23d2359b84e (origin/master)
Cloning the remote Git repository
Cloning repository
git://github.com/apache/deltaspike.git
git --version
git version 1.7.4.1
Fetching upstream changes from origin
Commencing build of Revision 89cad059f68fe5bbc058c4e579c7135eeaf4b20a (origin/master)
Checking out Revision 89cad059f68fe5bbc058c4e579c7135eeaf4b20a (origin/master)
Checkout:Weld-2.x-interoperability-deltaspike /
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...
- hudson.remoting.Channel@a12d573:dev116-rhel5-x86_64
Using strategy: Default
Last Built Revision: Revision 9614376186dc8203f63adfbedd3aeed23cc61fce (origin/master)
Cloning the remote Git repository
Cloning repository
git://github.com/weld/core.git
git --version
git version 1.7.4.1
Fetching upstream changes from origin
Commencing build of Revision c43e2933e27d36ff1ecc6389de0542d30e918438 (origin/master)
Checking out Revision c43e2933e27d36ff1ecc6389de0542d30e918438 (origin/master)
[Weld-2.x-interoperability-deltaspike] $ bash -xe /tmp/hudson379153147783547278.sh
+ source /qa/home/hudson/config_repository/scripts/weld/common.sh
+ setup-environment
+ export MAVEN_VERSION=3.1.0
+ MAVEN_VERSION=3.1.0
+ export 'MAVEN_OPTS=-Xmx1536m -XX:MaxPermSize=512m'
+ MAVEN_OPTS='-Xmx1536m -XX:MaxPermSize=512m'
+ export M2_HOME=/qa/tools/opt/maven-3.1.0
+ M2_HOME=/qa/tools/opt/maven-3.1.0
+ export M2_REPO=/qa/home/hudson/private_maven_repos/weld/
+ M2_REPO=/qa/home/hudson/private_maven_repos/weld/
+ export 'MVN=/qa/tools/opt/maven-3.1.0/bin/mvn
-Dmaven.repo.local=/qa/home/hudson/private_maven_repos/weld/'
+ MVN='/qa/tools/opt/maven-3.1.0/bin/mvn
-Dmaven.repo.local=/qa/home/hudson/private_maven_repos/weld/'
+ java -version
java version "1.7.0_45"
Java(TM) SE Runtime Environment (build 1.7.0_45-b18)
Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode)
+ /qa/tools/opt/maven-3.1.0/bin/mvn
-Dmaven.repo.local=/qa/home/hudson/private_maven_repos/weld/ -version
Apache Maven 3.1.0 (893ca28a1da9d5f51ac03827af98bb730128f9f2; 2013-06-27 22:15:32-0400)
Maven home: /qa/tools/opt/maven-3.1.0
Java version: 1.7.0_45, vendor: Oracle Corporation
Java home: /qa/tools/opt/x86_64/jdk1.7.0_45/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "2.6.18-371.3.1.el5", arch:
"amd64", family: "unix"
+ export JBOSS_ZIP=/qa/home/hudson/static_build_env/as/jboss-as-7.1.1.Final.zip
+ JBOSS_ZIP=/qa/home/hudson/static_build_env/as/jboss-as-7.1.1.Final.zip
++ grep '<version>' weld/pom.xml
++ head -n1
++ grep -o '[0-9].*<'
++ sed 's/<$//'
+ weld_version=2.2.0-SNAPSHOT
+ /qa/tools/opt/maven-3.1.0/bin/mvn
-Dmaven.repo.local=/qa/home/hudson/private_maven_repos/weld/ clean -f weld/pom.xml
-DskipTests install
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Weld Parent
[INFO] Weld Implementation (Core)
[INFO] Weld Core - JSF
[INFO] Weld Implementation
[INFO] Weld Porting Package for the CDI TCK 1.1
[INFO] Weld Test Utilities
[INFO] Weld Unit Tests
[INFO] Weld Integration Tests (JBoss AS)
[INFO] AtInject TCK runner for Weld
[INFO] CDI TCK runner (1.1, 1.2) for Weld (WildFly)
[INFO] Weld SE (Core)
[INFO] Weld SE (Uber Jar)
[INFO] Weld Servlet Parent
[INFO] Weld Servlet Core
[INFO] Weld Servlet (Uber Jar)
[INFO] Weld Servlet Integration Tests (Base)
[INFO] Weld Servlet Integration Tests (Tomcat)
[INFO] Weld Servlet Integration Tests (Jetty)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Parent 2.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ weld-core-parent ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-core-parent ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not
able to perform any checks.
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:maven-version (default) @ weld-core-parent ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-core-parent ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-core-parent
---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...
&& git rev-parse --verify HEAD
[INFO] Working directory:
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...
[INFO] Storing buildNumber: c43e2933e27d36ff1ecc6389de0542d30e918438 at timestamp: March
28, 2014 8:44:48 AM EDT
[INFO] Executing: /bin/sh -c cd
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...
&& git rev-parse --verify HEAD
[INFO] Working directory:
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (attach-license) @ weld-core-parent
---
[INFO] Setting property: classpath.resource.loader.class =>
'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO]
[INFO] --- maven-checkstyle-plugin:2.10:checkstyle (check-style) @ weld-core-parent ---
[INFO]
[INFO] >>> maven-source-plugin:2.1.2:jar (attach-sources) @ weld-core-parent
>>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-core-parent ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not
able to perform any checks.
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:maven-version (default) @ weld-core-parent ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-core-parent ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-core-parent
---
[INFO]
[INFO] <<< maven-source-plugin:2.1.2:jar (attach-sources) @ weld-core-parent
<<<
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar (attach-sources) @ weld-core-parent ---
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ weld-core-parent ---
[INFO] Installing
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...
to
/qa/home/hudson/private_maven_repos/weld/org/jboss/weld/weld-core-parent/2.2.0-SNAPSHOT/weld-core-parent-2.2.0-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Implementation (Core) 2.2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ weld-core-impl ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-core-impl ---
[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-impl ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-core-impl ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-core-impl
---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (attach-license) @ weld-core-impl
---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ weld-core-impl
---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ weld-core-impl ---
[INFO] Compiling 677 source files to
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...
error: cannot find symbol
[ERROR] symbol: static CONVERSATION_CONTEXT_LAZY_PARAM
location: interface
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...
error: cannot find symbol
[INFO] 2 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Weld Parent ....................................... SUCCESS [3.699s]
[INFO] Weld Implementation (Core) ........................ FAILURE [6.075s]
[INFO] Weld Core - JSF ................................... SKIPPED
[INFO] Weld Implementation ............................... SKIPPED
[INFO] Weld Porting Package for the CDI TCK 1.1 .......... SKIPPED
[INFO] Weld Test Utilities ............................... SKIPPED
[INFO] Weld Unit Tests ................................... SKIPPED
[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 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: 10.721s
[INFO] Finished at: Fri Mar 28 08:44:55 EDT 2014
[INFO] Final Memory: 32M/332M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) on project
weld-core-impl: Compilation failure: Compilation failure:
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...
error: cannot find symbol
[ERROR] symbol: static CONVERSATION_CONTEXT_LAZY_PARAM
[ERROR] location: interface
[ERROR]
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...
error: cannot find symbol
[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 :weld-core-impl
Build step 'Execute shell' marked build as failure
Recording test results