See 
<https://builds.apache.org/job/POI-DSL-Maven/520/display/redirect?page=changes>

Changes:

[gwoolsey] A few more places I should never have introduced Cell as a 
parameter, sine CellReference is all that is needed, faster, and allows for 
undefined cells.

Backward compatible for the few people using it so far, with comments to point 
to the faster methods.

------------------------------------------
[...truncated 7.20 KB...]
java version "1.8.0_172"
Java(TM) SE Runtime Environment (build 1.8.0_172-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.172-b11, mixed mode)
+ echo which java
which java
+ which java
/home/jenkins/tools/java/latest1.8/bin/java
+ java -version
java version "1.8.0_172"
Java(TM) SE Runtime Environment (build 1.8.0_172-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.172-b11, mixed mode)
+ echo which javac
which javac
+ which javac
/home/jenkins/tools/java/latest1.8/bin/javac
+ javac -version
javac 1.8.0_172
+ echo '<project default="test"><target name="test"><echo>Java 
${ant.java.version}/${java.version}</echo><exec executable="javac"><arg 
value="-version"/></exec></target></project>'
+ ant -f build.javacheck.xml -v
Apache Ant(TM) version 1.9.6 compiled on July 8 2015
Buildfile: <https://builds.apache.org/job/POI-DSL-Maven/ws/build.javacheck.xml>
Detected Java version: 1.8 in: /usr/local/asfpackages/java/jdk1.8.0_172/jre
Detected OS: Linux
parsing buildfile 
<https://builds.apache.org/job/POI-DSL-Maven/ws/build.javacheck.xml> with URI = 
<https://builds.apache.org/job/POI-DSL-Maven/ws/build.javacheck.xml>
Project base dir set to: <https://builds.apache.org/job/POI-DSL-Maven/ws/>
Build sequence for target(s) `test' is [test]
Complete build sequence is [test, ]

test:
parsing buildfile 
jar:file:/usr/share/ant/lib/ant.jar!/org/apache/tools/ant/antlib.xml with URI = 
jar:file:/usr/share/ant/lib/ant.jar!/org/apache/tools/ant/antlib.xml from a zip 
file
     [echo] Java 1.8/1.8.0_172
     [exec] Current OS is Linux
     [exec] Executing 'javac' with arguments:
     [exec] '-version'
     [exec] 
     [exec] The ' characters around the executable and arguments are
     [exec] not part of the command.
     [exec] #
     [exec] # There is insufficient memory for the Java Runtime Environment to 
continue.
     [exec] # Cannot create GC thread. Out of system resources.
     [exec] # An error report file with more information is saved as:
     [exec] # 
<https://builds.apache.org/job/POI-DSL-Maven/ws/hs_err_pid9910.log>
     [exec] Result: 1

BUILD SUCCESSFUL
Total time: 10 seconds
+ exit 0
[POI-DSL-Maven] $ /home/jenkins/tools/maven/apache-maven-3.2.1/bin/mvn -f 
sonar/pom.xml 
-Dmaven.repo.local=<https://builds.apache.org/job/POI-DSL-Maven/ws/.repository> 
clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Apache POI - the Java API for Microsoft Documents
[INFO] Apache POI Main package
[INFO] Apache POI Scratchpad package
[INFO] Apache POI - Openxmlformats Schema package
[INFO] Apache POI - Openxmlformats Encryption Schema package
[INFO] Apache POI - Openxmlformats Security-Schema package
[INFO] Apache POI OOXML package
[INFO] Apache POI ExcelAnt package
[INFO] Apache POI Examples package
[INFO] 
[INFO] Using the builder 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder
 with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache POI - the Java API for Microsoft Documents 4.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ poi-parent ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache POI Main package 4.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ poi-main ---
[INFO] Deleting 
<https://builds.apache.org/job/POI-DSL-Maven/ws/sonar/main/target>
[INFO] Deleting <https://builds.apache.org/job/POI-DSL-Maven/ws/sonar/main/src> 
(includes = [], excludes = [])
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache POI Scratchpad package 4.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ poi-scratchpad ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache POI - Openxmlformats Schema package 4.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ poi-ooxml-schema ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache POI - Openxmlformats Encryption Schema package 
4.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ 
poi-ooxml-schema-encryption ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache POI - Openxmlformats Security-Schema package 
4.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ 
poi-ooxml-schema-security ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache POI OOXML package 4.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ poi-ooxml ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache POI ExcelAnt package 4.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ poi-excelant ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache POI Examples package 4.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ poi-examples ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache POI - the Java API for Microsoft Documents . SUCCESS [  3.141 s]
[INFO] Apache POI Main package ........................... SUCCESS [ 21.827 s]
[INFO] Apache POI Scratchpad package ..................... SUCCESS [  0.005 s]
[INFO] Apache POI - Openxmlformats Schema package ........ SUCCESS [  0.005 s]
[INFO] Apache POI - Openxmlformats Encryption Schema package  SUCCESS [  0.005 
s]
[INFO] Apache POI - Openxmlformats Security-Schema package  SUCCESS [  0.004 s]
[INFO] Apache POI OOXML package .......................... SUCCESS [  0.005 s]
[INFO] Apache POI ExcelAnt package ....................... SUCCESS [  0.004 s]
[INFO] Apache POI Examples package ....................... SUCCESS [  0.003 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 25.706 s
[INFO] Finished at: 2018-05-08T20:40:16+00:00
[INFO] Final Memory: 20M/1449M
[INFO] ------------------------------------------------------------------------
[POI-DSL-Maven] $ /home/jenkins/tools/maven/apache-maven-3.2.1/bin/mvn -f 
sonar/pom.xml 
-Dmaven.repo.local=<https://builds.apache.org/job/POI-DSL-Maven/ws/.repository> 
package
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Apache POI - the Java API for Microsoft Documents
[INFO] Apache POI Main package
[INFO] Apache POI Scratchpad package
[INFO] Apache POI - Openxmlformats Schema package
[INFO] Apache POI - Openxmlformats Encryption Schema package
[INFO] Apache POI - Openxmlformats Security-Schema package
[INFO] Apache POI OOXML package
[INFO] Apache POI ExcelAnt package
[INFO] Apache POI Examples package
[INFO] 
[INFO] Using the builder 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder
 with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache POI - the Java API for Microsoft Documents 4.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache POI Main package 4.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:3.0.1:copy-resources (copy-sources) @ 
poi-main ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1244 resources
[INFO] 
[INFO] --- maven-resources-plugin:3.0.1:copy-resources (copy-resources) @ 
poi-main ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ 
poi-main ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ poi-main ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1220 source files to 
<https://builds.apache.org/job/POI-DSL-Maven/ws/sonar/main/target/classes>
[INFO] 
<https://builds.apache.org/job/POI-DSL-Maven/ws/sonar/main/src/main/java/org/apache/poi/ss/usermodel/Chart.java>:
 Some input files use or override a deprecated API.
[INFO] 
<https://builds.apache.org/job/POI-DSL-Maven/ws/sonar/main/src/main/java/org/apache/poi/ss/usermodel/Chart.java>:
 Recompile with -Xlint:deprecation for details.
[INFO] 
<https://builds.apache.org/job/POI-DSL-Maven/ws/sonar/main/src/main/java/org/apache/poi/hpsf/CustomProperties.java>:
 Some input files use unchecked or unsafe operations.
[INFO] 
<https://builds.apache.org/job/POI-DSL-Maven/ws/sonar/main/src/main/java/org/apache/poi/hpsf/CustomProperties.java>:
 Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.1:copy-resources (copy-tests) @ poi-main 
---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 551 resources
[INFO] 
[INFO] --- maven-resources-plugin:3.0.1:testResources (default-testResources) @ 
poi-main ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
<https://builds.apache.org/job/POI-DSL-Maven/ws/sonar/main/src/test/resources>
[INFO] 
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ 
poi-main ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 548 source files to 
<https://builds.apache.org/job/POI-DSL-Maven/ws/sonar/main/target/test-classes>
[INFO] 
<https://builds.apache.org/job/POI-DSL-Maven/ws/sonar/main/src/test/java/org/apache/poi/ss/formula/eval/TestMultiSheetEval.java>:
 Some input files use or override a deprecated API.
[INFO] 
<https://builds.apache.org/job/POI-DSL-Maven/ws/sonar/main/src/test/java/org/apache/poi/ss/formula/eval/TestMultiSheetEval.java>:
 Recompile with -Xlint:deprecation for details.
[INFO] 
<https://builds.apache.org/job/POI-DSL-Maven/ws/sonar/main/src/test/java/org/apache/poi/sl/usermodel/BaseTestSlideShow.java>:
 
<https://builds.apache.org/job/POI-DSL-Maven/ws/sonar/main/src/test/java/org/apache/poi/sl/usermodel/BaseTestSlideShow.java>
 uses unchecked or unsafe operations.
[INFO] 
<https://builds.apache.org/job/POI-DSL-Maven/ws/sonar/main/src/test/java/org/apache/poi/sl/usermodel/BaseTestSlideShow.java>:
 Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ poi-main ---

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Cannot create GC thread. Out of system resources.
# An error report file with more information is saved as:
# 
<https://builds.apache.org/job/POI-DSL-Maven/ws/sonar/main/hs_err_pid12328.log>

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache POI - the Java API for Microsoft Documents . SUCCESS [  0.003 s]
[INFO] Apache POI Main package ........................... FAILURE [ 40.295 s]
[INFO] Apache POI Scratchpad package ..................... SKIPPED
[INFO] Apache POI - Openxmlformats Schema package ........ SKIPPED
[INFO] Apache POI - Openxmlformats Encryption Schema package  SKIPPED
[INFO] Apache POI - Openxmlformats Security-Schema package  SKIPPED
[INFO] Apache POI OOXML package .......................... SKIPPED
[INFO] Apache POI ExcelAnt package ....................... SKIPPED
[INFO] Apache POI Examples package ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 40.580 s
[INFO] Finished at: 2018-05-08T20:41:44+00:00
[INFO] Final Memory: 30M/613M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on 
project poi-main: Execution default-test of goal 
org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test failed: The forked 
VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd 
<https://builds.apache.org/job/POI-DSL-Maven/ws/sonar/main> && 
/usr/local/asfpackages/java/jdk1.8.0_172/jre/bin/java -Xmx1024m 
-Duser.language=en -Duser.country=US -Xmx1024m -Djava.io.tmpdir=target/tmp 
-XX:-OmitStackTraceInFastThrow -jar 
<https://builds.apache.org/job/POI-DSL-Maven/ws/sonar/main/target/surefire/surefirebooter1862252284233801650.jar>
 
<https://builds.apache.org/job/POI-DSL-Maven/ws/sonar/main/target/surefire/surefire5180795123273693680tmp>
 
<https://builds.apache.org/job/POI-DSL-Maven/ws/sonar/main/target/surefire/surefire_04530581069339382417tmp>
[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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :poi-main
Build step 'Invoke top-level Maven targets' marked build as failure
Recording test results
ERROR: Step ?Publish JUnit test result report? failed: No test report files 
were found. Configuration error?


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to