See
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/24/display/redirect?page=changes>
Changes:
[Andreas Beeker] update dependencies - make optional dependencies mandatory
------------------------------------------
[...truncated 3.71 KB...]
-rwxr-xr-x 1 root root 8736 Dec 11 2019 jfr
-rwxr-xr-x 1 root root 8736 Dec 11 2019 jhsdb
-rwxr-xr-x 1 root root 8736 Dec 11 2019 jimage
-rwxr-xr-x 1 root root 12880 Dec 11 2019 jinfo
-rwxr-xr-x 1 root root 8784 Dec 11 2019 jjs
-rwxr-xr-x 1 root root 8784 Dec 11 2019 jlink
-rwxr-xr-x 1 root root 12880 Dec 11 2019 jmap
-rwxr-xr-x 1 root root 8736 Dec 11 2019 jmod
-rwxr-xr-x 1 root root 8736 Dec 11 2019 jps
-rwxr-xr-x 1 root root 8792 Dec 11 2019 jrunscript
-rwxr-xr-x 1 root root 8736 Dec 11 2019 jshell
-rwxr-xr-x 1 root root 12880 Dec 11 2019 jstack
-rwxr-xr-x 1 root root 8736 Dec 11 2019 jstat
-rwxr-xr-x 1 root root 8736 Dec 11 2019 jstatd
-rwxr-xr-x 1 root root 8736 Dec 11 2019 keytool
-rwxr-xr-x 1 root root 8736 Dec 11 2019 pack200
-rwxr-xr-x 1 root root 8736 Dec 11 2019 rmic
-rwxr-xr-x 1 root root 8736 Dec 11 2019 rmid
-rwxr-xr-x 1 root root 8744 Dec 11 2019 rmiregistry
-rwxr-xr-x 1 root root 8736 Dec 11 2019 serialver
-rwxr-xr-x 1 root root 117704 Dec 11 2019 unpack200
+ /home/jenkins/tools/java/latest11/bin/java -version
java version "11.0.6" 2020-01-14 LTS
Java(TM) SE Runtime Environment 18.9 (build 11.0.6+8-LTS)
Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.6+8-LTS, mixed mode)
+ echo which java
which java
+ which java
/home/jenkins/tools/java/latest11/bin/java
+ java -version
java version "11.0.6" 2020-01-14 LTS
Java(TM) SE Runtime Environment 18.9 (build 11.0.6+8-LTS)
Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.6+8-LTS, mixed mode)
+ echo which javac
which javac
+ which javac
/home/jenkins/tools/java/latest11/bin/javac
+ javac -version
javac 11.0.6
+ echo Ant-Home:
Ant-Home:
+ ls -al
total 464
drwxr-xr-x 15 jenkins jenkins 4096 Nov 9 20:27 .
drwxr-xr-x 5 jenkins jenkins 4096 Nov 9 20:24 ..
drwxr-xr-x 30 jenkins jenkins 4096 Nov 9 20:27 build
-rw-r--r-- 1 jenkins jenkins 14420 Nov 11 21:54 build.gradle
-rw-r--r-- 1 jenkins jenkins 172 Nov 9 20:27 build.javacheck.xml
-rw-r--r-- 1 jenkins jenkins 150835 Nov 11 21:54 build.xml
-rw-r--r-- 1 jenkins jenkins 3411 Nov 11 21:54 .classpath
-rw-r--r-- 1 jenkins jenkins 6160 Nov 9 20:26 doap_POI.rdf
-rw-r--r-- 1 jenkins jenkins 2847 Nov 9 20:26 file-leak-detector.exclude
-rw-r--r-- 1 jenkins jenkins 6229 Nov 9 20:26 forrest.properties
-rw-r--r-- 1 jenkins jenkins 53 Nov 9 20:26 .gitattributes
-rw-r--r-- 1 jenkins jenkins 493 Nov 9 20:26 .gitignore
drwxr-xr-x 3 jenkins jenkins 4096 Nov 9 20:26 gradle
drwxr-xr-x 5 jenkins jenkins 4096 Nov 9 20:27 .gradle
-rwxr-xr-x 1 jenkins jenkins 5917 Nov 9 20:26 gradlew
-rw-r--r-- 1 jenkins jenkins 2842 Nov 9 20:26 gradlew.bat
drwxr-xr-x 2 jenkins jenkins 4096 Nov 9 20:25 jenkins
-rw-r--r-- 1 jenkins jenkins 167284 Nov 9 20:26 KEYS
drwxr-xr-x 2 jenkins jenkins 4096 Nov 9 20:26 legal
drwxr-xr-x 9 jenkins jenkins 4096 Nov 9 20:27 lib
drwxr-xr-x 2 jenkins jenkins 4096 Nov 11 21:54 maven
drwxr-xr-x 3 jenkins jenkins 4096 Nov 9 20:25 osgi
-rw-r--r-- 1 jenkins jenkins 4813 Nov 9 20:26 patch.xml
-rw-r--r-- 1 jenkins jenkins 426 Nov 9 20:26 .project
-rw-r--r-- 1 jenkins jenkins 4266 Nov 9 20:26 README.rst
drwxr-xr-x 2 jenkins jenkins 4096 Nov 9 20:26 .settings
-rw-r--r-- 1 jenkins jenkins 556 Nov 9 20:26 settings.gradle
drwxr-xr-x 9 jenkins jenkins 4096 Nov 11 21:54 sonar
drwxr-xr-x 16 jenkins jenkins 4096 Nov 9 20:26 src
drwxr-xr-x 4 jenkins jenkins 4096 Nov 11 21:54 .svn
drwxr-xr-x 14 jenkins jenkins 4096 Nov 9 20:26 test-data
-rw-r--r-- 1 jenkins jenkins 136 Nov 9 20:26 .travis.yml
+ echo which ant
which ant
+ which ant
/usr/bin/ant
+ ant -version
Apache Ant(TM) version 1.10.5 compiled on March 28 2019
+ 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.10.5 compiled on March 28 2019
Buildfile:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/build.javacheck.xml>
Detected Java version: 11 in: /usr/local/asfpackages/java/jdk-11.0.6
Detected OS: Linux
parsing buildfile
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/build.javacheck.xml>
with URI =
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/build.javacheck.xml>
Project base dir set to:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/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 11/11.0.6
[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] javac 11.0.6
BUILD SUCCESSFUL
Total time: 0 seconds
+ exit 0
[Gradle] - Launching build.
[POI-DSL-SonarQube-Gradle] $ gradle -PenableSonar -Dsonar.login=****
-Dsonar.organization=apache -Dsonar.projectKey=poi-parent check
jacocoTestReport sonarqube
To honour the JVM settings for this build a new JVM will be forked. Please
consider using the daemon:
https://docs.gradle.org/5.6/userguide/gradle_daemon.html.
Daemon will be stopped at the end of the build stopping after processing
> Configure project :
Enabling Sonar support
Trying to override old definition of datatype junit
[ant:javac] : warning: 'includeantruntime' was not set, defaulting to
build.sysclasspath=last; set to false for repeatable builds
> Task :main:compileJava UP-TO-DATE
> Task :main:processResources UP-TO-DATE
> Task :main:classes UP-TO-DATE
> Task :main:jar UP-TO-DATE
> Task :ooxml:ant-check-jars
> Task :ooxml:ant-fetch-jars
> Task :ooxml:ant-check-ooxml-jars
> Task :ooxml:ant-fetch-ooxml-jars
> Task :ooxml:ant-init
[ant:echo] Using Ant: Apache Ant(TM) version 1.9.14 compiled on March 12 2019
from ${ant.home}, Ant detected Java 11 (may be different than actual Java
sometimes...)
[ant:echo] Using Java: 11.0.6/11.0.6+8-LTS/11.0.6+8-LTS/Java HotSpot(TM) 64-Bit
Server VM from Oracle Corporation on Linux: 4.15.0-74-generic
[ant:echo] Building Apache POI version 5.0.0-SNAPSHOT and RC: RC1
> Task :ooxml:ant-check-compiled-ooxml-xsds
> Task :ooxml:ant-compile-ooxml-xsds
> Task :scratchpad:compileJava UP-TO-DATE
> Task :scratchpad:processResources UP-TO-DATE
> Task :scratchpad:classes UP-TO-DATE
> Task :scratchpad:jar UP-TO-DATE
> Task :ooxml:compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :ooxml:processResources UP-TO-DATE
> Task :ooxml:classes
> Task :ooxml:jar UP-TO-DATE
> Task :examples:compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
> Task :examples:processResources NO-SOURCE
> Task :examples:classes
> Task :examples:compileTestJava NO-SOURCE
> Task :examples:processTestResources NO-SOURCE
> Task :examples:testClasses UP-TO-DATE
> Task :examples:test NO-SOURCE
> Task :examples:check UP-TO-DATE
> Task :excelant:compileJava
> Task :excelant:processResources UP-TO-DATE
> Task :excelant:classes
> Task :main:compileTestJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/testcases/org/apache/poi/sl/usermodel/BaseTestSlideShow.java>
uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :main:processTestResources NO-SOURCE
> Task :main:testClasses
> Task :main:testJar UP-TO-DATE
> Task :excelant:compileTestJava
> Task :excelant:processTestResources NO-SOURCE
> Task :excelant:testClasses
> Task :excelant:test
> Task :excelant:check
> Task :examples:jar UP-TO-DATE
> Task :integrationtest:compileJava NO-SOURCE
> Task :integrationtest:processResources NO-SOURCE
> Task :integrationtest:classes UP-TO-DATE
> Task :ooxml:compileTestJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/src/ooxml/testcases/org/apache/poi/ss/tests/TestWorkbookFactory.java>
uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :ooxml:processTestResources NO-SOURCE
> Task :ooxml:testClasses
> Task :integrationtest:compileTestJava
> Task :integrationtest:processTestResources NO-SOURCE
> Task :integrationtest:testClasses
> Task :integrationtest:test
> Task :integrationtest:check
> Task :main:test
> Task :main:check
> Task :ooxml:test
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007fcf8e059858, pid=30916, tid=30949
#
# JRE version: Java(TM) SE Runtime Environment (11.0.6+8) (build 11.0.6+8-LTS)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (11.0.6+8-LTS, mixed mode, tiered,
compressed oops, g1 gc, linux-amd64)
# Problematic frame:
# J 26778 c2
com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl.importNode(Lorg/w3c/dom/Node;ZZLjava/util/Map;)Lorg/w3c/dom/Node;
[email protected] (1032 bytes) @ 0x00007fcf8e059858
[0x00007fcf8e058cc0+0x0000000000000b98]
#
# No core dump will be written. Core dumps have been disabled. To enable core
dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
#
<https://ci-builds.apache.org/job/POI/job/POI-DSL-SonarQube-Gradle/ws/build/ooxml/hs_err_pid30916.log>
Compiled method (c2) 147121 26778 4
com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl::importNode (1032 bytes)
total in heap [0x00007fcf8e058590,0x00007fcf8e062a18] = 42120
relocation [0x00007fcf8e058708,0x00007fcf8e058cb0] = 1448
main code [0x00007fcf8e058cc0,0x00007fcf8e05e520] = 22624
stub code [0x00007fcf8e05e520,0x00007fcf8e05e7d8] = 696
oops [0x00007fcf8e05e7d8,0x00007fcf8e05e810] = 56
metadata [0x00007fcf8e05e810,0x00007fcf8e05eab8] = 680
scopes data [0x00007fcf8e05eab8,0x00007fcf8e061030] = 9592
scopes pcs [0x00007fcf8e061030,0x00007fcf8e062180] = 4432
dependencies [0x00007fcf8e062180,0x00007fcf8e0621d0] = 80
handler table [0x00007fcf8e0621d0,0x00007fcf8e062800] = 1584
nul chk table [0x00007fcf8e062800,0x00007fcf8e062a18] = 536
Could not load hsdis-amd64.so; library not loadable; PrintAssembly is disabled
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
#
> Task :ooxml:test FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':ooxml:test'.
> Process 'Gradle Test Executor 4' finished with non-zero exit value 134
This problem might be caused by incorrect test process configuration.
Please refer to the test execution section in the User Manual at
https://docs.gradle.org/5.6/userguide/java_testing.html#sec:test_execution
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 6m 31s
29 actionable tasks: 18 executed, 11 up-to-date
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
WARN: Unable to locate 'report-task.txt' in the workspace. Did the SonarScanner
succeed?
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]