See
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...
Changes:
[Jozef Hartinger] Make it possible to force subclassing in the ProxyFactory
[Jozef Hartinger] Improve exception message
[Jozef Hartinger] Use Weld API 2.2.SP1
[Jozef Hartinger] WELD-1667 Add support for EJB containers that use subclassing
[Jozef Hartinger] Make DefaultInjector invoke InjectionServices
[Jozef Hartinger] [maven-release-plugin] prepare release 2.2.1.Final
[Jozef Hartinger] [maven-release-plugin] prepare for next development iteration
------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on dev106-rhel6-x86 in workspace
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...
Checkout:Weld-2.x-interoperability-pax-cdi-070 /
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...
- hudson.remoting.Channel@184b1a12:dev106-rhel6-x86
Using strategy: Default
Last Built Revision: Revision 91d887316e6d2e31fd489498f566b589116c4436 (origin/master)
Fetching changes from 1 remote Git repository
Fetching upstream changes from origin
Commencing build of Revision 86b8ee6e83c38be1b12607a245f92becb157b655 (origin/master)
Checking out Revision 86b8ee6e83c38be1b12607a245f92becb157b655 (origin/master)
Checkout:Weld-2.x-interoperability-pax-cdi-070 /
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...
- hudson.remoting.Channel@184b1a12:dev106-rhel6-x86
Using strategy: Default
Last Built Revision: Revision ae64a1b39430c68d637637495a39f9f91746920c (cdi-0.7.0)
Fetching changes from 1 remote Git repository
Fetching upstream changes from origin
Commencing build of Revision ae64a1b39430c68d637637495a39f9f91746920c (cdi-0.7.0)
Checking out Revision ae64a1b39430c68d637637495a39f9f91746920c (cdi-0.7.0)
[Weld-2.x-interoperability-pax-cdi-070] $ bash -xe /tmp/hudson4327380178181203861.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_51"
Java(TM) SE Runtime Environment (build 1.7.0_51-b13)
Java HotSpot(TM) Server VM (build 24.51-b03, 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_51, vendor: Oracle Corporation
Java home: /qa/tools/opt/jdk1.7.0_51/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "2.6.32-431.1.2.el6.i686", arch:
"i386", 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.2-SNAPSHOT
+ export MVN=/qa/tools/opt/maven-3.0.4/bin/mvn
+ MVN=/qa/tools/opt/maven-3.0.4/bin/mvn
+ /qa/tools/opt/maven-3.0.4/bin/mvn clean -f weld/pom.xml -DskipTests install
[INFO] Scanning for projects...
Downloading:
https://repository.jboss.org/nexus/content/repositories/deprecated/org/jb...
Downloading:
https://repository.jboss.org/nexus/content/groups/developer/org/jboss/wel...
Downloading:
http://snapshots.jboss.org/maven2/org/jboss/weld/weld-api-bom/2.2.SP1/wel...
Downloading:
http://repository.jboss.org/maven2/org/jboss/weld/weld-api-bom/2.2.SP1/we...
Downloading:
http://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-bom/2.2.SP1/w...
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project org.jboss.weld:weld-core-parent:2.2.2-SNAPSHOT
(<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-interoperabi...
has 1 error
[ERROR] Non-resolvable import POM: Could not find artifact
org.jboss.weld:weld-api-bom:pom:2.2.SP1 in jboss-deprecated
(
https://repository.jboss.org/nexus/content/repositories/deprecated/) @ line 315, column
25 -> [Help 2]
[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/ProjectBuildingException
[ERROR] [Help 2]
http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
Build step 'Execute shell' marked build as failure
Recording test results