See <https://builds.apache.org/job/OpenJPA-trunk/39/display/redirect>

------------------------------------------
Started by user ilgrosso
[EnvInject] - Loading node environment variables.
Building remotely on H36 (ubuntu xenial) in workspace 
<https://builds.apache.org/job/OpenJPA-trunk/ws/>
Cloning the remote Git repository
Cloning repository https://gitbox.apache.org/repos/asf/openjpa.git
 > git init <https://builds.apache.org/job/OpenJPA-trunk/ws/> # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/openjpa.git
 > git --version # timeout=10
 > git fetch --tags --progress https://gitbox.apache.org/repos/asf/openjpa.git 
 > +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/openjpa.git 
 > # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 
 > timeout=10
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/openjpa.git 
 > # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/openjpa.git
 > git fetch --tags --progress https://gitbox.apache.org/repos/asf/openjpa.git 
 > +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 9eb7e2b14521ba8aa40153c4d02f0a40def92b51 
(refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9eb7e2b14521ba8aa40153c4d02f0a40def92b51
Commit message: "OPENJPA-2753 add a profile test-mariadb-docker"
 > git rev-list --no-walk 9eb7e2b14521ba8aa40153c4d02f0a40def92b51 # timeout=10
Setting ANT_1_9_7_HOME=/home/jenkins/tools/ant/apache-ant-1.9.7
Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8
Setting MAVEN_3_3_9_HOME=/home/jenkins/tools/maven/apache-maven-3.3.9
Setting MAVEN_3_3_3_HOME=/home/jenkins/tools/maven/apache-maven-3.3.3
[OpenJPA-trunk] $ /bin/bash -xe /tmp/jenkins6290924634255056550.sh
+ export ANT_HOME=/home/jenkins/tools/ant/apache-ant-1.9.7
+ ANT_HOME=/home/jenkins/tools/ant/apache-ant-1.9.7
+ export JAVA_HOME=/home/jenkins/tools/java/latest1.8
+ JAVA_HOME=/home/jenkins/tools/java/latest1.8
+ export M2_HOME=/home/jenkins/tools/maven/apache-maven-3.3.3
+ M2_HOME=/home/jenkins/tools/maven/apache-maven-3.3.3
+ export 
PATH=/home/jenkins/tools/ant/apache-ant-1.9.7/bin:/home/jenkins/tools/java/latest1.8/bin:/home/jenkins/tools/maven/apache-maven-3.3.3/bin:/home/jenkins/tools/java/latest1.8/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
+ 
PATH=/home/jenkins/tools/ant/apache-ant-1.9.7/bin:/home/jenkins/tools/java/latest1.8/bin:/home/jenkins/tools/maven/apache-maven-3.3.3/bin:/home/jenkins/tools/java/latest1.8/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
+ mvn clean install
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] OpenJPA Parent POM
[INFO] OpenJPA Utilities Library
[INFO] OpenJPA Kernel
[INFO] OpenJPA JDBC
[INFO] OpenJPA Persistence
[INFO] OpenJPA Persistence JDBC
[INFO] OpenJPA Persistence Locking Tests
[INFO] OpenJPA tools
[INFO] OpenJPA Maven Plugin
[INFO] OpenJPA XML Store
[INFO] OpenJPA Slice
[INFO] OpenJPA JEST
[INFO] OpenJPA Aggregate Jar
[INFO] OpenJPA Aggregate Jar with Dependencies
[INFO] OpenJPA Project Docs and Assemblies
[INFO] OpenJPA Examples
[INFO] OpenJPA Examples - Simple
[INFO] OpenJPA Examples - image-gallery
[INFO] OpenJPA Examples - OpenBooks
[INFO] OpenJPA Integration Tests
[INFO] OpenJPA Integration Tests - Daytrader
[INFO] OpenJPA Integration Tests - Examples
[INFO] OpenJPA Integration Tests - SLF4JLogFactory
[INFO] OpenJPA Integration Tests - JPA TCK
[INFO] OpenJPA Integration Tests - Bean Validation
[INFO] OpenJPA Integration Tests - JMX Platform MBeans
[INFO] OpenJPA Fetching Statistic Tool
[INFO] OpenJPA Fetching Statistic Tool -- WAS Bundle
[INFO] OpenJPA Features
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building OpenJPA Parent POM 3.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ openjpa-parent ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ openjpa-parent ---
[INFO] Executing: /bin/sh -c cd 
'<https://builds.apache.org/job/OpenJPA-trunk/ws/'> && 'git' 'rev-parse' 
'--verify' 'HEAD'
[INFO] Working directory: <https://builds.apache.org/job/OpenJPA-trunk/ws/>
[INFO] Storing buildNumber: 9eb7e2b14521ba8aa40153c4d02f0a40def92b51 at 
timestamp: November 30, 2018 at 1:17 PM
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd 
'<https://builds.apache.org/job/OpenJPA-trunk/ws/'> && 'git' 'rev-parse' 
'--verify' 'HEAD'
[INFO] Working directory: <https://builds.apache.org/job/OpenJPA-trunk/ws/>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ 
openjpa-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (default) @ openjpa-parent ---
[WARNING] Rule 0: org.apache.maven.plugins.enforcer.RequireMavenVersion failed 
with message:
Detected Maven Version: 3.3.3 is not in the allowed range [3.3.9,).
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] OpenJPA Parent POM ................................. FAILURE [  0.849 s]
[INFO] OpenJPA Utilities Library .......................... SKIPPED
[INFO] OpenJPA Kernel ..................................... SKIPPED
[INFO] OpenJPA JDBC ....................................... SKIPPED
[INFO] OpenJPA Persistence ................................ SKIPPED
[INFO] OpenJPA Persistence JDBC ........................... SKIPPED
[INFO] OpenJPA Persistence Locking Tests .................. SKIPPED
[INFO] OpenJPA tools ...................................... SKIPPED
[INFO] OpenJPA Maven Plugin ............................... SKIPPED
[INFO] OpenJPA XML Store .................................. SKIPPED
[INFO] OpenJPA Slice ...................................... SKIPPED
[INFO] OpenJPA JEST ....................................... SKIPPED
[INFO] OpenJPA Aggregate Jar .............................. SKIPPED
[INFO] OpenJPA Aggregate Jar with Dependencies ............ SKIPPED
[INFO] OpenJPA Project Docs and Assemblies ................ SKIPPED
[INFO] OpenJPA Examples ................................... SKIPPED
[INFO] OpenJPA Examples - Simple .......................... SKIPPED
[INFO] OpenJPA Examples - image-gallery ................... SKIPPED
[INFO] OpenJPA Examples - OpenBooks ....................... SKIPPED
[INFO] OpenJPA Integration Tests .......................... SKIPPED
[INFO] OpenJPA Integration Tests - Daytrader .............. SKIPPED
[INFO] OpenJPA Integration Tests - Examples ............... SKIPPED
[INFO] OpenJPA Integration Tests - SLF4JLogFactory ........ SKIPPED
[INFO] OpenJPA Integration Tests - JPA TCK ................ SKIPPED
[INFO] OpenJPA Integration Tests - Bean Validation ........ SKIPPED
[INFO] OpenJPA Integration Tests - JMX Platform MBeans .... SKIPPED
[INFO] OpenJPA Fetching Statistic Tool .................... SKIPPED
[INFO] OpenJPA Fetching Statistic Tool -- WAS Bundle ...... SKIPPED
[INFO] OpenJPA Features ................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.214 s
[INFO] Finished at: 2018-11-30T13:17:45+00:00
[INFO] Final Memory: 33M/1827M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-enforcer-plugin:1.4.1:enforce (default) on 
project openjpa-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
Archiving artifacts
Setting ANT_1_9_7_HOME=/home/jenkins/tools/ant/apache-ant-1.9.7
Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8
Setting MAVEN_3_3_9_HOME=/home/jenkins/tools/maven/apache-maven-3.3.9
Setting MAVEN_3_3_3_HOME=/home/jenkins/tools/maven/apache-maven-3.3.3
Recording test results
Setting ANT_1_9_7_HOME=/home/jenkins/tools/ant/apache-ant-1.9.7
Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8
Setting MAVEN_3_3_9_HOME=/home/jenkins/tools/maven/apache-maven-3.3.9
Setting MAVEN_3_3_3_HOME=/home/jenkins/tools/maven/apache-maven-3.3.3
ERROR: Step ?Publish JUnit test result report? failed: No test report files 
were found. Configuration error?
Setting ANT_1_9_7_HOME=/home/jenkins/tools/ant/apache-ant-1.9.7
Setting JDK_1_8_LATEST__HOME=/home/jenkins/tools/java/latest1.8
Setting MAVEN_3_3_9_HOME=/home/jenkins/tools/maven/apache-maven-3.3.9
Setting MAVEN_3_3_3_HOME=/home/jenkins/tools/maven/apache-maven-3.3.3

Reply via email to