[prev in list] [next in list] [prev in thread] [next in thread] 

List:       poi-dev
Subject:    Build failed in Jenkins: POI-DSL-1.14 #18
From:       Apache Jenkins Server  <jenkins () builds ! apache ! org>
Date:       2020-04-19 16:55:18
Message-ID: 235282063.7122.1587315318599.JavaMail.jenkins () jenkins02
[Download RAW message or body]

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

Changes:

[Nick] Add unit tests for new Name.isHidden method

[Nick] Inspired by Stackoverflow #61292598 - Expose if a Named Range is hidden or not

[Nick] Inspired by Stackoverflow #61292598 - Expose if a Named Range is hidden or not

[kiwiwings] Sonar fixes - Ignore System.out-calls and args checks in examples
Remove superfluous internal methods

[kiwiwings] #57843 - RuntimeException on extracting text from Word 97-2004 Document

[kiwiwings] Replace Allocate+System.arraycopy with Array.copyOf/Range and \
IOUtils.safelyClone

[kiwiwings] Sonar fix - Child class methods named for parent class methods should be \
overrides

[kiwiwings] #64350 - Sonar fix - "Iterator.next()" methods should throw \
"NoSuchElementException"

[fanningpj] [bug-64348] partial fix for IndexOutOfBoundsException

[fanningpj] [bug-64348] partial fix for IndexOutOfBoundsException

[kiwiwings] #64036 - Replace reflection calls in factories for Java 9+ (HSSF Record \
Factory)

[kiwiwings] #63745 - Add traversing and debugging interface to HSSF

This makes toString() implementations obsolete.

This also contains preparation for #64036 to (maybe) change the record factory \
interface of HSSF. 

Remove duplicated record SeriesToChartGroupRecord, which is a duplicate of \
SeriesChartGroupIndexRecord.

[abearez] Improvements for paragraphs in XSLF and XWPF


------------------------------------------
[...truncated 36.78 KB...]
openjdk version "14-ea" 2020-03-17
OpenJDK Runtime Environment (build 14-ea+17-721)
OpenJDK 64-Bit Server VM (build 14-ea+17-721, mixed mode, sharing)
+ echo which javac
which javac
+ which javac
/home/jenkins/tools/java/latest14/bin/javac
+ javac -version
javac 14-ea
+ echo Ant-Home:
Ant-Home:
+ ls -al
total 572
drwxr-xr-x  17 jenkins jenkins   4096 Apr 12 17:14 .
drwxr-xr-x 661 jenkins jenkins  65536 Apr 19 15:20 ..
drwxr-xr-x  26 jenkins jenkins   4096 Apr 12 17:28 build
-rw-r--r--   1 jenkins jenkins  12404 Mar  8 16:52 build.gradle
-rw-r--r--   1 jenkins jenkins  11297 Feb 16 16:52 build.gradle.mine
-rw-r--r--   1 jenkins jenkins  11306 Feb 16 16:52 build.gradle.r1873834
-rw-r--r--   1 jenkins jenkins  12306 Feb 16 16:52 build.gradle.r1874085
-rw-r--r--   1 jenkins jenkins    172 Apr 12 16:52 build.javacheck.xml
-rw-r--r--   1 jenkins jenkins 145400 Apr 12 16:52 build.xml
-rw-r--r--   1 jenkins jenkins   3341 Apr 12 16:52 .classpath
drwxr-xr-x   3 jenkins jenkins   4096 Apr 12 16:52 compile-lib
-rw-r--r--   1 jenkins jenkins   6160 Feb 16 16:52 doap_POI.rdf
-rw-r--r--   1 jenkins jenkins   2847 Mar  8 16:52 file-leak-detector.exclude
-rw-r--r--   1 jenkins jenkins   6229 Jan 10 21:11 forrest.properties
-rw-r--r--   1 jenkins jenkins     53 Jan 10 21:11 .gitattributes
-rw-r--r--   1 jenkins jenkins    493 Jan 10 21:11 .gitignore
drwxr-xr-x   3 jenkins jenkins   4096 Jan 10 21:11 gradle
-rwxr-xr-x   1 jenkins jenkins   5917 Jan 10 21:11 gradlew
-rw-r--r--   1 jenkins jenkins   2842 Jan 10 21:11 gradlew.bat
drwxr-xr-x   2 jenkins jenkins   4096 Apr 12 16:52 jenkins
-rw-r--r--   1 jenkins jenkins 166411 Jan 10 21:11 KEYS
drwxr-xr-x   2 jenkins jenkins   4096 Jan 10 21:11 legal
drwxr-xr-x   2 jenkins jenkins   4096 Feb 16 16:52 lib
drwxr-xr-x   2 jenkins jenkins   4096 Mar 15 16:52 maven
drwxr-xr-x   2 jenkins jenkins   4096 Apr 19 16:52 ooxml-lib
drwxr-xr-x   2 jenkins jenkins   4096 Jan 10 21:11 ooxml-testlib
drwxr-xr-x   4 jenkins jenkins   4096 Mar 15 16:52 osgi
-rw-r--r--   1 jenkins jenkins   4813 Jan 10 21:11 patch.xml
-rw-r--r--   1 jenkins jenkins    426 Jan 10 21:11 .project
-rw-r--r--   1 jenkins jenkins   4280 Jan 10 21:11 README.rst
drwxr-xr-x   2 jenkins jenkins   4096 Jan 10 21:11 .settings
-rw-r--r--   1 jenkins jenkins    556 Jan 10 21:11 settings.gradle
drwxr-xr-x  11 jenkins jenkins   4096 Mar 15 16:52 sonar
drwxr-xr-x  15 jenkins jenkins   4096 Jan 10 21:11 src
drwxr-xr-x   4 jenkins jenkins   4096 Apr 19 16:52 .svn
drwxr-xr-x  14 jenkins jenkins   4096 Jan 10 21:11 test-data
-rw-r--r--   1 jenkins jenkins    136 Jan 10 21:11 .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://builds.apache.org/job/POI-DSL-1.14/ws/build.javacheck.xml>
Detected Java version: 14 in: /usr/local/asfpackages/java/openjdk-14-ea+17
Detected OS: Linux
parsing buildfile <https://builds.apache.org/job/POI-DSL-1.14/ws/build.javacheck.xml> \
with URI = <https://builds.apache.org/job/POI-DSL-1.14/ws/build.javacheck.xml> \
Project base dir set to: <https://builds.apache.org/job/POI-DSL-1.14/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 14/14-ea
     [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 14-ea

BUILD SUCCESSFUL
Total time: 0 seconds
+ exit 0
[POI-DSL-1.14] $ /home/jenkins/tools/ant/latest1.9/bin/ant -Dcoverage.enabled=true \
                clean jenkins
Buildfile: <https://builds.apache.org/job/POI-DSL-1.14/ws/build.xml>
[propertyreset] Warning: Nashorn engine is planned to be removed from a future JDK \
release [propertyreset] Warning: Nashorn engine is planned to be removed from a \
future JDK release

clean:
   [delete] Deleting directory <https://builds.apache.org/job/POI-DSL-1.14/ws/build>

replaceVersion:

check-jars:

fetch-jars:

check-ooxml-jars:

fetch-ooxml-jars:

init:
    [mkdir] Created dir: <https://builds.apache.org/job/POI-DSL-1.14/ws/build>
    [mkdir] Created dir: \
<https://builds.apache.org/job/POI-DSL-1.14/ws/build/classes>  [mkdir] Created dir: \
<https://builds.apache.org/job/POI-DSL-1.14/ws/build/test-classes>  [mkdir] Created \
dir: <https://builds.apache.org/job/POI-DSL-1.14/ws/build/test-results>  [mkdir] \
Created dir: <https://builds.apache.org/job/POI-DSL-1.14/ws/build/scratchpad-classes> \
[mkdir] Created dir: \
<https://builds.apache.org/job/POI-DSL-1.14/ws/build/scratchpad-test-classes>  \
[mkdir] Created dir: \
<https://builds.apache.org/job/POI-DSL-1.14/ws/build/scratchpad-test-results>  \
[mkdir] Created dir: \
<https://builds.apache.org/job/POI-DSL-1.14/ws/build/geometry-java>  [mkdir] Created \
dir: <https://builds.apache.org/job/POI-DSL-1.14/ws/build/ooxml-classes>  [mkdir] \
Created dir: <https://builds.apache.org/job/POI-DSL-1.14/ws/build/ooxml-test-classes> \
[mkdir] Created dir: \
<https://builds.apache.org/job/POI-DSL-1.14/ws/build/ooxml-test-results>  [mkdir] \
Created dir: <https://builds.apache.org/job/POI-DSL-1.14/ws/build/excelant-classes>  \
[mkdir] Created dir: \
<https://builds.apache.org/job/POI-DSL-1.14/ws/build/excelant-test-classes>  [mkdir] \
Created dir: <https://builds.apache.org/job/POI-DSL-1.14/ws/build/excelant-test-results>
  [mkdir] Created dir: \
<https://builds.apache.org/job/POI-DSL-1.14/ws/build/examples-classes>  [mkdir] \
Created dir: <https://builds.apache.org/job/POI-DSL-1.14/ws/build/integration-test-classes>
  [mkdir] Created dir: \
<https://builds.apache.org/job/POI-DSL-1.14/18/artifact/build/integration-test-results>
  [mkdir] Created dir: <https://builds.apache.org/job/POI-DSL-1.14/ws/build/dist>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-DSL-1.14/ws/build/site>
     [echo] Using Ant: Apache Ant(TM) version 1.9.14 compiled on March 12 2019 from \
/home/jenkins/tools/ant/latest1.9, Ant detected Java 14 (may be different than actual \
                Java sometimes...)
     [echo] Using Java: 14-ea/14-ea+17-721/14-ea+17-721/OpenJDK 64-Bit Server VM from \
Oracle Corporation on Linux: 4.15.0-58-generic  [echo] Building Apache POI version \
4.1.3-SNAPSHOT and RC: RC1 [release_tag] Warning: Nashorn engine is planned to be \
removed from a future JDK release

compile-main:
    [javac] Compiling 1245 source files to \
<https://builds.apache.org/job/POI-DSL-1.14/ws/build/classes>  [javac] warning: \
[options] bootstrap class path not set in conjunction with -source 8  [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] 1 warning
    [javac] Creating empty \
<https://builds.apache.org/job/POI-DSL-1.14/ws/build/classes/org/apache/poi/ddf/package-info.class>
  [javac] Creating empty \
<https://builds.apache.org/job/POI-DSL-1.14/ws/build/classes/org/apache/poi/hssf/package-info.class>
  [javac] Creating empty \
<https://builds.apache.org/job/POI-DSL-1.14/ws/build/classes/org/apache/poi/poifs/dev/package-info.class>
  [javac] Creating empty \
<https://builds.apache.org/job/POI-DSL-1.14/ws/build/classes/org/apache/poi/util/package-info.class>
  [javac] Creating empty \
<https://builds.apache.org/job/POI-DSL-1.14/ws/build/classes/org/apache/poi/poifs/common/package-info.class>
  [javac] Creating empty \
<https://builds.apache.org/job/POI-DSL-1.14/ws/build/classes/org/apache/poi/hssf/record/package-info.class>
  [javac] Creating empty \
<https://builds.apache.org/job/POI-DSL-1.14/ws/build/classes/org/apache/poi/poifs/package-info.class>
  [javac] Creating empty \
<https://builds.apache.org/job/POI-DSL-1.14/ws/build/classes/org/apache/poi/poifs/crypt/package-info.class>
  [javac] Creating empty \
<https://builds.apache.org/job/POI-DSL-1.14/ws/build/classes/org/apache/poi/hpsf/wellknown/package-info.class>
  [javac] Creating empty \
<https://builds.apache.org/job/POI-DSL-1.14/ws/build/classes/org/apache/poi/hssf/dev/package-info.class>
  [javac] Creating empty \
<https://builds.apache.org/job/POI-DSL-1.14/ws/build/classes/org/apache/poi/ss/formula/package-info.class>
  [javac] Creating empty \
<https://builds.apache.org/job/POI-DSL-1.14/ws/build/classes/org/apache/poi/hpsf/package-info.class>
  [javac] Creating empty \
<https://builds.apache.org/job/POI-DSL-1.14/ws/build/classes/org/apache/poi/poifs/property/package-info.class>
  [javac] Creating empty \
<https://builds.apache.org/job/POI-DSL-1.14/ws/build/classes/org/apache/poi/poifs/filesystem/package-info.class>
  [javac] Creating empty \
<https://builds.apache.org/job/POI-DSL-1.14/ws/build/classes/org/apache/poi/ss/formula/ptg/package-info.class>
  [javac] Creating empty \
<https://builds.apache.org/job/POI-DSL-1.14/ws/build/classes/org/apache/poi/poifs/storage/package-info.class>
  [javac] Creating empty \
<https://builds.apache.org/job/POI-DSL-1.14/ws/build/classes/org/apache/poi/hssf/eventusermodel/package-info.class>
  [javac] Creating empty \
<https://builds.apache.org/job/POI-DSL-1.14/ws/build/classes/org/apache/poi/hssf/record/aggregates/package-info.class>
  [javac] Creating empty \
<https://builds.apache.org/job/POI-DSL-1.14/ws/build/classes/org/apache/poi/ss/format/package-info.class>
  [javac] Creating empty \
<https://builds.apache.org/job/POI-DSL-1.14/ws/build/classes/org/apache/poi/hssf/model/package-info.class>
  [javac] Creating empty \
<https://builds.apache.org/job/POI-DSL-1.14/ws/build/classes/org/apache/poi/hssf/usermodel/package-info.class>
  [javac] Creating empty \
<https://builds.apache.org/job/POI-DSL-1.14/ws/build/classes/org/apache/poi/hssf/util/package-info.class>
  [javac] Creating empty \
<https://builds.apache.org/job/POI-DSL-1.14/ws/build/classes/org/apache/poi/poifs/eventfilesystem/package-info.class>
  [javac] Compiling 547 source files to \
<https://builds.apache.org/job/POI-DSL-1.14/ws/build/test-classes>  [javac] warning: \
[options] bootstrap class path not set in conjunction with -source 8  [javac] Note: \
Some input files use or override a deprecated API.  [javac] Note: Recompile with \
-Xlint:deprecation for details.  [javac] 1 warning
     [copy] Copying 5 files to \
<https://builds.apache.org/job/POI-DSL-1.14/ws/build/classes>

check-ooxml-xsds:

fetch-ooxml-xsds:

generate-geometry:

compile-scratchpad:
    [javac] Compiling 513 source files to \
<https://builds.apache.org/job/POI-DSL-1.14/ws/build/scratchpad-classes>  [javac] \
warning: [options] bootstrap class path not set in conjunction with -source 8  \
[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] 1 warning
    [javac] Compiling 204 source files to \
<https://builds.apache.org/job/POI-DSL-1.14/ws/build/scratchpad-test-classes>  \
[javac] warning: [options] bootstrap class path not set in conjunction with -source 8 \
[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-1.14/ws/src/scratchpad/testcases/org/apache/poi/hslf/usermodel/TestBugs.java> \
uses unchecked or unsafe operations.  [javac] Note: Recompile with -Xlint:unchecked \
for details.  [javac] 1 warning
     [copy] Copying 2 files to \
<https://builds.apache.org/job/POI-DSL-1.14/ws/build/scratchpad-classes>

check-compiled-ooxml-xsds:

compile-ooxml-xsds:
    [mkdir] Created dir: \
<https://builds.apache.org/job/POI-DSL-1.14/ws/build/xmlbean-xsds>  [mkdir] Created \
dir: <https://builds.apache.org/job/POI-DSL-1.14/ws/build/xmlbean-sources>  [mkdir] \
                Created dir: \
                <https://builds.apache.org/job/POI-DSL-1.14/ws/build/xmlbean-classes>
     [copy] Copying 3 files to \
                <https://builds.apache.org/job/POI-DSL-1.14/ws/build/xmlbean-xsds>
     [copy] Copying 87 resources to \
<https://builds.apache.org/job/POI-DSL-1.14/ws/build/xmlbean-xsds>  [xmlbean] Time to \
build schema type system: 2.308 seconds  [xmlbean] Time to generate code: 5.388 \
seconds  [echo] Forking javac with max heap size 1536m
    [javac] Compiling 4576 source files to \
<https://builds.apache.org/job/POI-DSL-1.14/ws/build/xmlbean-classes>  [javac] \
warning: [options] bootstrap class path not set in conjunction with -source 8  \
[javac] Note: Some input files use unchecked or unsafe operations.  [javac] Note: \
Recompile with -Xlint:unchecked for details.  [javac] 1 warning
      [jar] Building jar: \
<https://builds.apache.org/job/POI-DSL-1.14/18/artifact/ooxml-lib/ooxml-schemas-1.4.jar>
                
      [jar] Building jar: \
<https://builds.apache.org/job/POI-DSL-1.14/18/artifact/ooxml-lib/ooxml-schemas-1.4-sources.jar>
  [delete] Deleting directory \
<https://builds.apache.org/job/POI-DSL-1.14/ws/build/xmlbean-xsds>  [delete] Deleting \
directory <https://builds.apache.org/job/POI-DSL-1.14/ws/build/xmlbean-sources>  \
[delete] Deleting directory \
<https://builds.apache.org/job/POI-DSL-1.14/ws/build/xmlbean-classes>  [mkdir] \
Created dir: <https://builds.apache.org/job/POI-DSL-1.14/ws/build/xmlbean-xsds>  \
[mkdir] Created dir: \
<https://builds.apache.org/job/POI-DSL-1.14/ws/build/xmlbean-sources>  [mkdir] \
                Created dir: \
                <https://builds.apache.org/job/POI-DSL-1.14/ws/build/xmlbean-classes>
     [copy] Copying 11 files to \
                <https://builds.apache.org/job/POI-DSL-1.14/ws/build/xmlbean-xsds>
     [copy] Copying 2 resources to \
<https://builds.apache.org/job/POI-DSL-1.14/ws/build/xmlbean-xsds>  [xmlbean] Time to \
build schema type system: 0.551 seconds  [xmlbean] Time to generate code: 0.332 \
seconds  [echo] Forking javac with max heap size 1536m
    [javac] Compiling 372 source files to \
<https://builds.apache.org/job/POI-DSL-1.14/ws/build/xmlbean-classes>  [javac] \
warning: [options] bootstrap class path not set in conjunction with -source 8  \
[javac] Note: Some input files use unchecked or unsafe operations.  [javac] Note: \
Recompile with -Xlint:unchecked for details.  [javac] 1 warning
      [jar] Building jar: \
<https://builds.apache.org/job/POI-DSL-1.14/18/artifact/ooxml-lib/ooxml-security-1.1.jar>
                
      [jar] Building jar: \
<https://builds.apache.org/job/POI-DSL-1.14/18/artifact/ooxml-lib/ooxml-security-1.1-sources.jar>
  [delete] Deleting directory \
<https://builds.apache.org/job/POI-DSL-1.14/ws/build/xmlbean-xsds>  [delete] Deleting \
directory <https://builds.apache.org/job/POI-DSL-1.14/ws/build/xmlbean-sources>  \
[delete] Deleting directory \
<https://builds.apache.org/job/POI-DSL-1.14/ws/build/xmlbean-classes>

compile-ooxml:
    [javac] Compiling 627 source files to \
<https://builds.apache.org/job/POI-DSL-1.14/ws/build/ooxml-classes>  [javac] warning: \
[options] bootstrap class path not set in conjunction with -source 8  [javac] \
<https://builds.apache.org/job/POI-DSL-1.14/ws/src/ooxml/java/org/apache/poi/xssf/model/ExternalLinksTable.java>:146: \
error: ExternalLinksTable.ExternalName is not abstract and does not override abstract \
method isHidden() in Name  [javac]     protected class ExternalName implements Name {
    [javac]               ^
    [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] 1 error
    [javac] 1 warning

BUILD FAILED
<https://builds.apache.org/job/POI-DSL-1.14/ws/build.xml>:1195: Compile failed; see \
the compiler error output for details.

Total time: 2 minutes 19 seconds
Build step 'Invoke Ant' marked build as failure
Skipping publisher since build result is FAILURE
Archiving artifacts
[Fast Archiver] Compressed 60.04 MB of artifacts by 59.4% relative to #17
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: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic