See
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/21/display/redirect>
------------------------------------------
[...truncated 5.21 KB...]
-rwxr-xr-x 1 root root 8584 Oct 6 2018 rmic
-rwxr-xr-x 1 root root 8584 Oct 6 2018 rmid
-rwxr-xr-x 1 root root 8592 Oct 6 2018 rmiregistry
-rwxr-xr-x 1 root root 8584 Oct 6 2018 schemagen
-rwxr-xr-x 1 root root 8584 Oct 6 2018 serialver
-rwxr-xr-x 1 root root 8592 Oct 6 2018 servertool
-rwxr-xr-x 1 root root 8656 Oct 6 2018 tnameserv
-rwxr-xr-x 1 root root 182536 Oct 6 2018 unpack200
-rwxr-xr-x 1 root root 8584 Oct 6 2018 wsgen
-rwxr-xr-x 1 root root 8584 Oct 6 2018 wsimport
-rwxr-xr-x 1 root root 8584 Oct 6 2018 xjc
+ /home/jenkins/tools/java/latest1.8/bin/java -version
java version "1.8.0_191"
Java(TM) SE Runtime Environment (build 1.8.0_191-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.191-b12, mixed mode)
+ echo which java
which java
+ which java
/home/jenkins/tools/java/latest1.8/bin/java
+ java -version
java version "1.8.0_191"
Java(TM) SE Runtime Environment (build 1.8.0_191-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.191-b12, mixed mode)
+ echo which javac
which javac
+ which javac
/home/jenkins/tools/java/latest1.8/bin/javac
+ javac -version
javac 1.8.0_191
+ echo Ant-Home:
Ant-Home:
+ ls -al
total 504
drwxr-xr-x 17 jenkins jenkins 4096 May 13 19:05 .
drwxr-xr-x 570 jenkins jenkins 53248 May 13 23:50 ..
drwxr-xr-x 20 jenkins jenkins 4096 May 13 19:07 build
-rw-r--r-- 1 jenkins jenkins 11323 May 13 19:05 build.gradle
-rw-r--r-- 1 jenkins jenkins 172 May 13 19:05 build.javacheck.xml
-rw-r--r-- 1 jenkins jenkins 142499 May 13 19:05 build.xml
-rw-r--r-- 1 jenkins jenkins 3278 May 13 19:05 .classpath
drwxr-xr-x 2 jenkins jenkins 4096 May 13 19:05 compile-lib
-rw-r--r-- 1 jenkins jenkins 5814 May 13 19:05 doap_POI.rdf
-rw-r--r-- 1 jenkins jenkins 2596 May 13 19:05 file-leak-detector.exclude
drwxr-xr-x 8 jenkins jenkins 4096 May 13 23:55 .git
-rw-r--r-- 1 jenkins jenkins 53 May 13 19:05 .gitattributes
-rw-r--r-- 1 jenkins jenkins 493 May 13 19:05 .gitignore
drwxr-xr-x 3 jenkins jenkins 4096 May 13 19:05 gradle
-rwxr-xr-x 1 jenkins jenkins 5299 May 13 19:05 gradlew
-rw-r--r-- 1 jenkins jenkins 2260 May 13 19:05 gradlew.bat
drwxr-xr-x 2 jenkins jenkins 4096 May 13 23:55 jenkins
-rw-r--r-- 1 jenkins jenkins 166411 May 13 19:05 KEYS
drwxr-xr-x 2 jenkins jenkins 4096 May 13 19:05 legal
drwxr-xr-x 2 jenkins jenkins 4096 May 13 19:05 lib
drwxr-xr-x 2 jenkins jenkins 4096 May 13 19:05 maven
drwxr-xr-x 2 jenkins jenkins 4096 May 13 23:55 ooxml-lib
drwxr-xr-x 2 jenkins jenkins 4096 May 13 19:05 ooxml-testlib
drwxr-xr-x 3 jenkins jenkins 4096 May 13 19:05 osgi
-rw-r--r-- 1 jenkins jenkins 4813 May 13 19:05 patch.xml
-rw-r--r-- 1 jenkins jenkins 426 May 13 19:05 .project
-rw-r--r-- 1 jenkins jenkins 4280 May 13 19:05 README.rst
drwxr-xr-x 2 jenkins jenkins 4096 May 13 19:05 .settings
-rw-r--r-- 1 jenkins jenkins 556 May 13 19:05 settings.gradle
drwxr-xr-x 10 jenkins jenkins 4096 May 13 19:05 sonar
drwxr-xr-x 15 jenkins jenkins 4096 May 13 19:05 src
drwxr-xr-x 14 jenkins jenkins 4096 May 13 19:05 test-data
-rw-r--r-- 1 jenkins jenkins 136 May 13 19:05 .travis.yml
+ echo which ant
which ant
+ which ant
/usr/bin/ant
+ ant -version
Apache Ant(TM) version 1.9.6 compiled on July 20 2018
+ 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 20 2018
Buildfile:
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build.javacheck.xml>
Detected Java version: 1.8 in: /usr/local/asfpackages/java/jdk1.8.0_191/jre
Detected OS: Linux
parsing buildfile
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build.javacheck.xml>
with URI =
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build.javacheck.xml>
Project base dir set to:
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/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_191
[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 1.8.0_191
BUILD SUCCESSFUL
Total time: 3 seconds
+ exit 0
[POI-DSL-Github-PullRequests] $ /bin/bash -xe /tmp/jenkins8460132267998821356.sh
+ mkdir -p src/documentation
+ touch src/documentation/RELEASE-NOTES.txt
[POI-DSL-Github-PullRequests] $ /home/jenkins/tools/ant/latest1.9/bin/ant
[email protected] -DghprbTriggerAuthorLogin=
-DghprbGhRepository=apache/poi -DghprbTargetBranch=trunk -DghprbPullId=147
-DghprbCredentialsId=c09f9fd9-1eef-4129-b5ac-047de7d90d04
-DghprbAuthorRepoGitUrl=https://github.com/cuali/poi.git -DghprbTriggerAuthor=
[email protected]
-DghprbPullLink=https://github.com/apache/poi/pull/147
-Dsha1=origin/pr/147/merge -DghprbPullAuthorLoginMention=@Alain-Bearez
"-DghprbPullDescription=GitHub pull request #147 of commit
101b20580477410ee9489da985ec7442521298b2, no merge conflicts."
-DghprbActualCommit=101b20580477410ee9489da985ec7442521298b2
-DghprbPullAuthorLogin=Alain-Bearez -DghprbSourceBranch=more-xddf-charts
"-DghprbActualCommitAuthor=Alain FAGOT BEAREZ"
-DghprbTriggerAuthorLoginMention= "-DghprbPullLongDescription=The code in this
pull request builds on code from Sandeep Tiwari in
https://github.com/apache/poi/pull/144\r\n\r\nSome code formatting and code
patterns have been improved, as well as some light improvements in overall
functionalities." -DghprbTriggerAuthorEmail= -DGIT_BRANCH=more-xddf-charts
"-DghprbPullTitle=Seven more XDDF charts and bug fixes" -DghprbCommentBody=null
-Dcoverage.enabled=true clean jenkins
Buildfile:
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build.xml>
clean:
[delete] Deleting directory
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build>
replaceVersion:
check-jars:
fetch-jars:
check-ooxml-jars:
fetch-ooxml-jars:
init:
[mkdir] Created dir:
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build>
[mkdir] Created dir:
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/classes>
[mkdir] Created dir:
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/test-classes>
[mkdir] Created dir:
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/test-results>
[mkdir] Created dir:
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/scratchpad-classes>
[mkdir] Created dir:
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/scratchpad-test-classes>
[mkdir] Created dir:
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/scratchpad-test-results>
[mkdir] Created dir:
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/geometry-java>
[mkdir] Created dir:
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/ooxml-classes>
[mkdir] Created dir:
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/ooxml-test-classes>
[mkdir] Created dir:
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/ooxml-test-results>
[mkdir] Created dir:
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/excelant-classes>
[mkdir] Created dir:
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/excelant-test-classes>
[mkdir] Created dir:
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/excelant-test-results>
[mkdir] Created dir:
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/examples-classes>
[mkdir] Created dir:
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/integration-test-classes>
[mkdir] Created dir:
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/21/artifact/build/integration-test-results>
[mkdir] Created dir:
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/dist>
[mkdir] Created dir:
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/site>
[echo] Using Ant: Apache Ant(TM) version 1.9.13 compiled on July 10 2018
from /home/jenkins/tools/ant/latest1.9, Ant detected Java 1.8 (may be different
than actual Java sometimes...)
[echo] Using Java: 1.8.0_191/1.8.0_191-b12/25.191-b12/Java HotSpot(TM)
64-Bit Server VM from Oracle Corporation on Linux: 4.4.0-137-generic
compile-main:
[javac] Compiling 1216 source files to
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/classes>
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] Creating empty
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/classes/org/apache/poi/poifs/dev/package-info.class>
[javac] Creating empty
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/classes/org/apache/poi/poifs/common/package-info.class>
[javac] Creating empty
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/classes/org/apache/poi/poifs/filesystem/package-info.class>
[javac] Creating empty
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/classes/org/apache/poi/poifs/storage/package-info.class>
[javac] Creating empty
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/classes/org/apache/poi/poifs/package-info.class>
[javac] Creating empty
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/classes/org/apache/poi/poifs/crypt/package-info.class>
[javac] Creating empty
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/classes/org/apache/poi/poifs/eventfilesystem/package-info.class>
[javac] Creating empty
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/classes/org/apache/poi/poifs/property/package-info.class>
[javac] Compiling 548 source files to
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/test-classes>
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[copy] Copying 5 files to
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/classes>
check-ooxml-xsds:
fetch-ooxml-xsds:
generate-geometry:
compile-scratchpad:
[javac] Compiling 510 source files to
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/scratchpad-classes>
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] Compiling 203 source files to
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/scratchpad-test-classes>
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note:
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/src/scratchpad/testcases/org/apache/poi/hslf/usermodel/TestBugs.java>
uses unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[copy] Copying 2 files to
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/scratchpad-classes>
check-compiled-ooxml-xsds:
compile-ooxml-xsds:
[mkdir] Created dir:
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/xmlbean-xsds>
[mkdir] Created dir:
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/xmlbean-sources>
[mkdir] Created dir:
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/xmlbean-classes>
[copy] Copying 3 files to
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/xmlbean-xsds>
[copy] Copying 87 resources to
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/xmlbean-xsds>
[xmlbean] Time to build schema type system: 2.285 seconds
[xmlbean] Time to generate code: 4.738 seconds
[echo] Forking javac with max heap size 1536m
[javac] Compiling 4576 source files to
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/xmlbean-classes>
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[jar] Building jar:
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/21/artifact/ooxml-lib/ooxml-schemas-1.4.jar>
[jar] Building jar:
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/21/artifact/ooxml-lib/ooxml-schemas-1.4-sources.jar>
[delete] Deleting directory
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/xmlbean-xsds>
[delete] Deleting directory
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/xmlbean-sources>
[delete] Deleting directory
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/xmlbean-classes>
[mkdir] Created dir:
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/xmlbean-xsds>
[mkdir] Created dir:
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/xmlbean-sources>
[mkdir] Created dir:
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/xmlbean-classes>
[copy] Copying 10 files to
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/xmlbean-xsds>
[copy] Copying 2 resources to
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/xmlbean-xsds>
[xmlbean] Time to build schema type system: 0.577 seconds
[xmlbean] Time to generate code: 0.31 seconds
[echo] Forking javac with max heap size 1536m
[javac] Compiling 372 source files to
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/xmlbean-classes>
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[jar] Building jar:
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/21/artifact/ooxml-lib/ooxml-security-1.1.jar>
[jar] Building jar:
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/21/artifact/ooxml-lib/ooxml-security-1.1-sources.jar>
[delete] Deleting directory
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/xmlbean-xsds>
[delete] Deleting directory
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/xmlbean-sources>
[delete] Deleting directory
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/xmlbean-classes>
compile-ooxml:
[javac] Compiling 604 source files to
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/ooxml-classes>
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] Compiling 268 source files to
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/ooxml-test-classes>
[javac]
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/src/ooxml/testcases/org/apache/poi/xslf/usermodel/TestXSLFChart.java>:71:
error: incompatible types: int cannot be converted to Long
[javac] firstSeries.setExplosion(25);
[javac] ^
[javac]
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/src/ooxml/testcases/org/apache/poi/xslf/usermodel/TestXSLFChart.java>:72:
error: reference to assertEquals is ambiguous
[javac] assertEquals(25, firstSeries.getExplosion());
[javac] ^
[javac] both method assertEquals(long,long) in Assert and method
assertEquals(Object,Object) in Assert match
[javac]
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/src/ooxml/testcases/org/apache/poi/xslf/usermodel/TestXSLFChart.java>:90:
error: reference to assertEquals is ambiguous
[javac] assertEquals(100, bar.getGapWidth());
[javac] ^
[javac] both method assertEquals(long,long) in Assert and method
assertEquals(Object,Object) in Assert match
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note:
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/src/ooxml/testcases/org/apache/poi/sl/TestOleShape.java>
uses unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] Note: Some messages have been simplified; recompile with
-Xdiags:verbose to get full output
[javac] 3 errors
BUILD FAILED
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build.xml>:1199:
Compile failed; see the compiler error output for details.
Total time: 2 minutes 42 seconds
Build step 'Invoke Ant' marked build as failure
Skipping publisher since build result is FAILURE
Archiving artifacts
[Fast Archiver] Compressed 59.99 MB of artifacts by 59.4% relative to #9
Skipping publisher since build result is FAILURE
Recording test results
ERROR: Step ?Publish JUnit test result report? failed: No test report files
were found. Configuration error?
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]