[weld-builds] Build failed in Jenkins: Weld-3.x-interoperability-deltaspike #788

ci-builds at redhat.com ci-builds at redhat.com
Sun Dec 18 17:44:15 EST 2016


See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-3.x-interoperability-deltaspike/788/>

------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on dev107-rhel6-x86 (RHEL-any mem2G RHEL6 linux x86 general brFF31 brFF eap-sustaining brFF12 mwqa_drives_services RHEL hwavirt mwqa_drives_tools mem4G nodejs unix mem12G mem8G) in workspace <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-3.x-interoperability-deltaspike/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://github.com/apache/deltaspike.git # timeout=10
Fetching upstream changes from git://github.com/apache/deltaspike.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress git://github.com/apache/deltaspike.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 43bdf6ae593aa568e9a40a66215bf0a70659946f (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 43bdf6ae593aa568e9a40a66215bf0a70659946f
 > git rev-list 43bdf6ae593aa568e9a40a66215bf0a70659946f # timeout=10
 > git tag -a -f -m Jenkins Build #788 jenkins-Weld-3.x-interoperability-deltaspike-788 # timeout=10
 > 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/master^{commit} # timeout=10
Checking out Revision 63cebb1b20e1289215d2721052e733d9c76a4012 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 63cebb1b20e1289215d2721052e733d9c76a4012
 > git rev-list 63cebb1b20e1289215d2721052e733d9c76a4012 # timeout=10
 > git tag -a -f -m Jenkins Build #788 jenkins-Weld-3.x-interoperability-deltaspike-788 # timeout=10
[Weld-3.x-interoperability-deltaspike] $ bash -xe /tmp/hudson7870655050789351556.sh
+ source /qa/home/hudson/config_repository/scripts/weld/common.sh
+ setup-environment
+ export MAVEN_VERSION=3.2.1
+ MAVEN_VERSION=3.2.1
+ export 'MAVEN_OPTS=-Xmx1536m -XX:MaxPermSize=512m'
+ MAVEN_OPTS='-Xmx1536m -XX:MaxPermSize=512m'
+ export M2_HOME=/qa/tools/opt/maven-3.2.1
+ M2_HOME=/qa/tools/opt/maven-3.2.1
+ 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.2.1/bin/mvn -Dmaven.repo.local=/qa/home/hudson/private_maven_repos/weld/'
+ MVN='/qa/tools/opt/maven-3.2.1/bin/mvn -Dmaven.repo.local=/qa/home/hudson/private_maven_repos/weld/'
+ java -version
java version "1.8.0_111"
Java(TM) SE Runtime Environment (build 1.8.0_111-b14)
Java HotSpot(TM) Server VM (build 25.111-b14, mixed mode)
+ /qa/tools/opt/maven-3.2.1/bin/mvn -Dmaven.repo.local=/qa/home/hudson/private_maven_repos/weld/ -version
Java HotSpot(TM) Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
Apache Maven 3.2.1 (ea8b2b07643dbb1b84b6d16e1f08391b666bc1e9; 2014-02-14T12:37:52-05:00)
Maven home: /qa/tools/opt/maven-3.2.1
Java version: 1.8.0_111, vendor: Oracle Corporation
Java home: /qa/tools/opt/jdk1.8.0_111/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "2.6.32-642.11.1.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=3.0.0-SNAPSHOT
+ /qa/tools/opt/maven-3.2.1/bin/mvn -Dmaven.repo.local=/qa/home/hudson/private_maven_repos/weld/ clean -f weld/pom.xml -DskipTests install
Java HotSpot(TM) Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Weld Parent
[INFO] Weld Implementation (Core)
[INFO] Weld EJB
[INFO] Weld JSF
[INFO] Weld JTA
[INFO] Weld Web
[INFO] Weld Probe Parent
[INFO] Weld Probe Core
[INFO] Weld Test Utilities
[INFO] weld-probe-tests
[INFO] Weld Core BOM
[INFO] Weld Porting Package for the CDI TCK
[INFO] Weld Unit Tests
[INFO] Weld Integration Tests (JBoss AS)
[INFO] AtInject TCK runner for Weld
[INFO] CDI TCK runner (2.0) for Weld (WildFly)
[INFO] Weld Environment Common
[INFO] Weld SE Parent
[INFO] Weld SE (Core)
[INFO] Weld SE (Uber Jar)
[INFO] Weld SE Tests
[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] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Parent 3.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ weld-core-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ weld-core-parent ---
[WARNING] Rule 0: org.apache.maven.plugins.enforcer.RequireMavenVersion failed with message:
Detected Maven Version: 3.2.1 is not in the allowed range [3.2.5,).
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Weld Parent ....................................... FAILURE [  1.934 s]
[INFO] Weld Implementation (Core) ........................ SKIPPED
[INFO] Weld EJB .......................................... SKIPPED
[INFO] Weld JSF .......................................... SKIPPED
[INFO] Weld JTA .......................................... SKIPPED
[INFO] Weld Web .......................................... SKIPPED
[INFO] Weld Probe Parent ................................. SKIPPED
[INFO] Weld Probe Core ................................... SKIPPED
[INFO] Weld Test Utilities ............................... SKIPPED
[INFO] weld-probe-tests .................................. SKIPPED
[INFO] Weld Core BOM ..................................... SKIPPED
[INFO] Weld Porting Package for the CDI TCK .............. SKIPPED
[INFO] Weld Unit Tests ................................... SKIPPED
[INFO] Weld Integration Tests (JBoss AS) ................. SKIPPED
[INFO] AtInject TCK runner for Weld ...................... SKIPPED
[INFO] CDI TCK runner (2.0) for Weld (WildFly) ........... SKIPPED
[INFO] Weld Environment Common ........................... SKIPPED
[INFO] Weld SE Parent .................................... SKIPPED
[INFO] Weld SE (Core) .................................... SKIPPED
[INFO] Weld SE (Uber Jar) ................................ SKIPPED
[INFO] Weld SE Tests ..................................... SKIPPED
[INFO] Weld Servlet Parent ............................... SKIPPED
[INFO] Weld Servlet Core ................................. SKIPPED
[INFO] Weld Servlet (Uber Jar) ........................... SKIPPED
[INFO] Weld Servlet Integration Tests (Base) ............. SKIPPED
[INFO] Weld Servlet Integration Tests (Tomcat) ........... SKIPPED
[INFO] Weld Servlet Integration Tests (Jetty) ............ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.803 s
[INFO] Finished at: 2016-12-18T17:44:12-05:00
[INFO] Final Memory: 14M/118M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:1.4.1:enforce (enforce) on project weld-core-parent: Some Enforcer rules have failed. Look above for specific messages explaining why the rule failed. -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Build step 'Execute shell' marked build as failure
Recording test results
ERROR: Publisher 'Publish JUnit test result report' failed: 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-3.x-interoperability-deltaspike/ws/deltaspike/deltaspike/cdictrl/impl-owb/target/surefire-reports/TEST-org.apache.deltaspike.cdise.tck.ContainerCtrlTckTest.xml> is 11 days old




More information about the weld-builds mailing list