You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2018/12/09 22:00:31 UTC

Build failed in Jenkins: POI-DSL-IBM-JDK #3

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

Changes:

[kiwiwings] #62994 - IBM JCE workarounds

[kiwiwings] #62966 - init presetShapeDefinitions.xml fail under IBM jdk

[kiwiwings] #62953 - Rendering of FreeformShapes with formula fails

[fanningpj] lgtm issues

[abearez] create chart from scratch by sandeeptiwari32

[fanningpj] [bug-57342] add SXSSFWorkbook setZip64Mode method

[kiwiwings] add 4.0.1 to the doap file

[kiwiwings] POI 4.0.1 download fix

[kiwiwings] update links to POI 4.0.1

[kiwiwings] prepare for 4.0.2

[kiwiwings] release prepare for 4.0.1 - updating build.xml and changes.xml

[kiwiwings] exclude sha256 for nexus upload

[kiwiwings] Fix exception for old powerpoint documents without the usual stream name

[centic] Fix TestFileMagic

[kiwiwings] Fix exception for old powerpoint documents without the usual stream name

[kiwiwings] #60713 - (S)XSSFWorkbook/POIXMLDocument.write(OutputStream) closes the OutputStream

regression

[centic] Add test for FileMagic
JavaDoc warning fixes
Remove some IDE warnings
Reformat code of sample application

[centic] Exclude ooxml-testlib from src-zip/tar.gz

[kiwiwings] fix change log - thanks to Yegor for pointing this out

See
https://bz.apache.org/bugzilla/buglist.cgi?bug_status=RESOLVED&chfield=resolution&chfieldfrom=2018-09-07&chfieldto=Now&order=bug_id&product=POI&query_format=advanced&resolution=FIXED

[kiwiwings] #62951 - FileMagic not correctly identified

[kiwiwings] #62949 - SlideShow rendering - keyframe fractions must be increasing

[fanningpj] fixed escaping of sheet names. Thanks to gallonfizik. This closes #134

[tallison] bug 60316 -- skip the glossary document, not the template document.

[fanningpj] add missing classes to poi-ooxml-schemas

[kiwiwings] Remove duplicated .jar extension when crafting the maven-jar name

[fanningpj] tidy up code formatting

[fanningpj] update related projects

[fanningpj] [bug-62929] add null check for blip fill. Thanks to Mate Borcsok

[kiwiwings] prepare for 4.0.2

[kiwiwings] release prepare for 4.0.1 - updating build.xml and changes.xml

[kiwiwings] Remove commented out System.out calls / Move DummyGraphics2d to testcase area, as it's not used by production code

[kiwiwings] Try to workaround/ignore kept open files of JaCoCo ant task

[kiwiwings] Remove/Minimize references to Scratchpad module from other modules

[kiwiwings] #62921 - Provide OOXMLLite alternative for Java 12+

[kiwiwings] #62921 - Provide OOXMLLite alternative for Java 12+

[kiwiwings] #62921 - Provide OOXMLLite alternative for Java 12+

[kiwiwings] #62921 - Provide OOXMLLite alternative for Java 12+

[kiwiwings] #62921 - Provide OOXMLLite alternative for Java 12+

[kiwiwings] #62921 - Provide OOXMLLite alternative for Java 12+

[kiwiwings] Multiproject test including Windows slaves

[kiwiwings] exclude H35 because of strange file permission errors

[kiwiwings] exclude H35 because of strange file permission errors

[kiwiwings] Try to fix ImageIO cache error

[centic] One more try to avoid the test-failures related to ImageIO-cache dir

[centic] Try to create the temporary directory for ImageIO to see if that makes 
the tests work again when built with Maven

[fanningpj] put back XSSFColor(java.awt.Color clr) constructor

[fanningpj] fix sample code

[fanningpj] remove duplicate attempt to add column headers

[fanningpj] remove unused import

[fanningpj] [bug-62908] populate NamedColors

[fanningpj] fix typo

[fanningpj] add testcase for https://bz.apache.org/bugzilla/show_bug.cgi?id=62906

[fanningpj] add testcase for https://bz.apache.org/bugzilla/show_bug.cgi?id=62906

[kiwiwings] Bug 62872 - Writing large files with 800k rows gives java.io.IOException: This archive contains unclosed entries.

[yegor] Bug 62836: Implementation of Excel TREND function

[tallison] bug 60316 -- until we can implement it properly, gracefully skip the glossary document in XWPF.

[tallison] bug 62624 -- further cleanup

[centic] Remove JavaDoc warnings

[centic] IDE warnings, tried to reproduce Bug 58927, but could not

[Nick] Allow the forrest task to be called from the site sub-project

[tallison] bug 62624 -- ensure streams are closed...thanks to LGTM, and PJ!

[tallison] bug 62624 -- fix loop identified as dodgy by FindBugs; add a other sanity checks.

[tallison] bug 62624 -- fix recursion

[Nick] List additional dependencies from the Ant build file in Eclipse

[Nick] Newer releases first, bit more on dev javadocs

[tallison] bug 62625 -- clean up imports

[tallison] bug 62625 -- add special handling for REFERENCE_NAME record that may only
contain an ascii string, against the spec in VBAMacroReader

[Nick] Correct folder

[Nick] Other release javadoc info

[Nick] Update javadocs references to /apidocs/dev/ , and allow for a real page at /apidocs/index.html

[Nick] More javadoc updates

[Nick] Start on a JavaDocs landing page

[Nick] Update for latest/dev javadocs at /apidocs/dev/

[Nick] Add section on javadocs now we will also keep older ones online

[tallison] bug 62624 -- fix npe by adding processing of module name mapping in VBAMacroReader

[fanningpj] xmlbeans 3.0.2

[fanningpj] update xmlbeans to 3.0.2

[tallison] bug 62859 -- fix two potential NPEs when initializing XWPFSDTContent

[centic] IDE warnings, slightly more tests and fix test to not leave a modified file behind

[centic] Adjust sample for creating comments to also create a .xlsx file
Enhance workbook factory to allow to create new empty workbooks as well

[centic] Typos and IDE warnings

[centic] Set NOSONAR, adjust test slightly and reformat code

[centic] Ignore directory ooxml-testlib

[centic] Set NOSONAR and reformat code

[centic] Jenkins DSL: Adjust the view-description, but it is still commented out

[centic] Remove the workaround for a bug in JDK 11 which was fixed in ea+28

[fanningpj] fix class cast issur recently introduced in BaseXSSFFormulaEvaluator

[gwoolsey] #62834 FormulaEvaluator.evaluateInCell() throws Exception

added cell type = formula check when looping through the shared formula range, to ignore any non-formula cells.

Also refactored a bit to enable passing in the evaluation context, as getCellFormula() uses it behind the scenes when evaluating a shared formula cell (has to shift the formula references based on the master cell).  Review of these changes is welcome, as always.

Checked all other code referencing the "SHARED" enum, and didn't see anything else that dealt with formula cell values and thus would need to notice non-formula cells.

Added unit test based on the failing file from Bugzilla.  Test failed until the fixed code was in place.

[Nick] Don't fail on comments which contain the word 'modules' (or similar)

[Nick] Have the status generator say more what it is doing, and more in the readme on how (I think...) to use it

[Nick] Couple more changelog updates

[yegor] Bug 62373: Support for FREQUENCY function

[Nick] #62831 Fix WorkbookFactory.create with a subclass of File, eg from JFileChooser

[Nick] Failing unit test for bug #62831

[abearez] fix more LGTM alerts, in tests

[tallison] 62815 -- some numeric values not correctly extracted from xlsb

[abearez] fix most alerts reported by LGTM on OOXML

[fanningpj] update release notes

[kiwiwings] add ignored resources

[kiwiwings] Fix encrypted stream usage

[fanningpj] [bug-62807] fix typo in XSLFTableCell#removeBorder

[fanningpj] add stax entries to forbidden apis due to android issues

[fanningpj] small adjustments to byte sizes in TestPackage zip-bomb tests to try fix test that fails on old-xerces harness

[fanningpj] use jaxp transformer instead of dom serializer to try fix old-xerces test failure

[fanningpj] use jaxp transformer instead of dom serializer to try fix old-xerces test failure

[abearez] adding tricks from other answers on StackOverflow

[abearez] example from StackOverflow question 47065690

[abearez] more XDDF improvements based on SO examples

[fanningpj] [bug-62800] Fix null pointer exception if a picture shape has no blip id

[abearez] XDDF improvements based on StackOverflow examples

[abearez] fix lgtm alerts in examples

[abearez] fixed bug 59625

[abearez] change chart data to experiment diverse scripts

[fanningpj] deprecate unused Nullable class

[fanningpj] change method to get XMLEventFactory due to issues seen on Android SDK

[fanningpj] disable junit xml collection

[fanningpj] get xmlbeans job to build dist artifacts

[fanningpj] get xmlbeans job to build dist artifacts

[fanningpj] rename xmlbeans job

[fanningpj] [bug-62796] remove use of Stax Namespace class from PackagePropertiesMarshaller

[fanningpj] try to fix xmlbeans jenkins job

[fanningpj] try to set up xmlbeans build

[abearez] fix bug 60509

[abearez] extract valuable code from 54470 submitted patch

[fanningpj] use SAXHelper in example

[fanningpj] use StaxHelper to get event factory

[fanningpj] lgtm issues

[centic] Jenkins DSL: Remove JDK 9 and adjust location of image for the project-logo

[centic] Remove outdated comment for japicmp

[fanningpj] fix lgtm issues

[fanningpj] fix gradle build issue

[fanningpj] fix lgtm issues

[fanningpj] make OPCPackage#close() unsynchronized and add javadoc note saying method is not thread-safe

[fanningpj] [bug-62768] synchronize OPCPackage#close()

[fanningpj] [bug-62736] Relations on XSLFPictureShape are removed unconditionally. Thanks to Mate Borcsok

[abearez] register XDDF changes for 4.0.1

[abearez] adapting some contributions by Axel Richter on SO

[fanningpj] fix javadoc

[fanningpj] add some 4.0.1 doc

[fanningpj] lgtm warnings

[fanningpj] update grammar in related projects text

[centic] Adjust wording of takeover by Apache POI as discussed on the board-mailing list

[fanningpj] [bug-62747] bouncycastle 1.60

[fanningpj] [bug-62747] bouncycastle 1.60

[fanningpj] update related projects

[fanningpj] [bug-62742] add commons-compress jar to bin zip

[gwoolsey] Bug 62740 - XSSFTable constructor automatically assigns invalid (non-unique) column IDs

fix the logic and update the unit test to check for and catch the problem.

[Nick] Mention Commons Compress is needed for OOXML, bump xmlbeans and ooxml-schemas versions referenced

[fanningpj] [bug-62738] make int cast a long cast in randbetween

[fanningpj] add reflections jar to mvn sonar build

[fanningpj] fix forbidden-apis check

[fanningpj] add ooxml-schemas enum classes to poi-ooxml-schemas

[fanningpj] [bug-62730] include all inner list classes in poi-ooxml-schemas.jar

[fanningpj] update commons-codec dependency in pom.xml to 1.11 (to match compile time)

[fanningpj] move commons-math3 dependency to poi pom.xml

[fanningpj] [bug-62690] change poi-ooxml pom.xml to have explicit dependency on commons-math3 3.6.1

[fanningpj] [bug-62735] change poi-ooxml pom.xml to have dependency on curvesapi 1.05

[fanningpj] [bug-62733] XSLFBackground setFill() can corrupt the document

[fanningpj] handle test issues when running with old xerces

[kiwiwings] #62699 - Download page must link to https://www.apache.org/dist/poi/KEYS

[centic] Use different directory for xerces-jar so we do not remove it again as part of check-jars

[kiwiwings] update 3.17 leftovers and provide a new build target to update those in the next release
remove final / beta tags, as we (try to) use semver now

[fanningpj] [bug-62692] issue when using widlfy xml parser

[kiwiwings] update docs to 4.0.0 - fix 3.17 leftovers

[kiwiwings] update docs to 4.0.0

[abearez] import existing chart on current drawing

[kiwiwings] update docs to Java 1.8

[kiwiwings] remove reference to Piccolo parser

[kiwiwings] Add SHA256 to release-prep and legal/* to ooxml-schemas

[kiwiwings] prepare for 4.0.1-beta1

[kiwiwings] release prepare for 4.0.0 - updating build.xml and changes.xml

[kiwiwings] fix changes.xml entries in build.xml

[kiwiwings] sonar fixes - blocker

[kiwiwings] #62108 - ArrayIndexOfBounds exception when getColumnWidth()

[kiwiwings] #62649 - Remove OPOIFS* / rename NPOIFS* to POIFS*

[fanningpj] remove ref to staging repo

[fanningpj] remove stray stacktrace

[fanningpj] add missing classes to poi-ooxml-schema.jar

[abearez] rebase XDDF text package

[abearez] test integration of XDDF text entities

[abearez] complete body properties with insets

[abearez] fill in the text body, its paragraphs and text runs

[kiwiwings] vectorize POI logo

[abearez] add warning message to help reduce duplicates of bug 60102

[kiwiwings] SVG version of project header/logo - scale down to height of 140px to fit for forrest export/conversion

[kiwiwings] add SVG version of project header/logo

[kiwiwings] #62649 - Remove OPOIFS
Fix HPSF UTF-8 encoding error with Bug52311.doc while refactoring CopyCompare/EntryUtils

[centic] Set locale provider to JRE,CLDR for tests to have compatible date formatting in JDK 9+

[centic] Enable periodic run of build against JDK 11
Add build for JDK 12, but still disabled because there is no JDK 12 in CI availalbe yet

[centic] Ensure that file handles are closed for encrypted files

[centic] Use any version of xmlbeans in the assemble step to reduce the number of places that need to be updated

[centic] Adjust test for JDK 9, 10 and 11
fix some IDE/Javadoc warnings

[fanningpj] fix accidental change in test file

[fanningpj] use released version of xmlbeans 3.0.1

[centic] Also update asm to 6.2.1, this is required for JaCoCo 0.8.2

[centic] Exclude some test-suites in build.gradle to not execute tests multiple times

[centic] Update JaCoCo to 0.8.2 in build.gradle to make it work with JDK 10+

[centic] Adjust for JDK 11 ea-26 build, need to add jaxb via normal jar dependency now as it was removed from the JDK
Also needed to remove a few uses of Mockito which fail now with certain abstract classes
Update to Mockito 2.21

[centic] Remove some IDE warnings

[centic] Update to latest Mockito 2.21

[centic] Add staging repo in one more place in Gradle build to make compile succeed on a fresh machine

[centic] Disable some machines that do not yet have JDK 11 installed

[centic] Adjust version of commons-collections4 in the doc, re-generate changes.html with some more entries

[centic] Try to make target "docs" work on Windows again

[centic] Adjust job for JDK 11 to not require module java.xml.bind any more

[fanningpj] [github-122] XWPF: Set table and table cell widths to percentage, twips, or auto. This closes #122

[fanningpj] [bug-62639] make private constructor on DateFormatter public

[fanningpj] allow access to apache staging repo

[fanningpj] uptake xmlbeans 3.0.1 (staging version, pre-release)

[centic] Adjust list of nodes for testing environment

[centic] Add Job for testing with JDK 11, no trigger yet as it does not fully work yet

[centic] Adjust FAQ entry for version 1.4 of ooxml-schemas

[centic] Add related projects for "poi-shared-strings" and "The Wordinator"

[fanningpj] fix issue with commons-compress URL

[tallison] 62630 -- upgrad commons-compress

[tallison] entity_expansion

[fanningpj] [github-121] Fix issue with setting vertical alignment and emphasis mark. This closes #121

[fanningpj] double the \ slashes due to java escaping

[tallison] improve sax reading

[tallison] bug 62597 -- bump max record length for ExOleObjStg based on regression corpus

[kiwiwings] #61589 - Importing content does not copy hyperlink address

[fanningpj] disable dtd processing

[kiwiwings] #62587 - repeated call to XSLFSheet.removeShape leads to java.lang.IllegalArgumentException: partName

[tallison] bug 62591 -- revert to ignoring place holders even if they contain metroblobs in ppt

[fanningpj] try to fix TestAllFiles

[tallison] bug 62608 -- avoid ioobe in VBAMacroReader

[tallison] bug 62592 -- prevent StackOverflowError on corrupt thmx

[tallison] bug 62597 -- bump max record sizes up based on new failures in regression set.  I typically bumped to 2x the max found in regression set.

[fanningpj] fix build issue

[fanningpj] [github-119] extra xpwf formatting support. This closes #119

[fanningpj] [github-120] rename some new xpwf abstract classes. This closes #120

[fanningpj] add CTEm class to poi-ooxml-schemas

[fanningpj] [github-118] Added get/set for mirror margins setting. This closes #118

[fanningpj] add new public method to expose cell addresses that have comments

[fanningpj] ensure xssfsheet getCellComments returns comments with client anchors set

[fanningpj] exclude broken pptx file from integration test

[fanningpj] add null guard in XSSFComment

[fanningpj] add 1 of the pptx files failing in centic regression tests

[fanningpj] Handle NPE issues in POIXMLProperties

[fanningpj] [bug-62275] in vlooup function, treat optional 4th param as true if the value is not provided

[fanningpj] add test case

[fanningpj] make xssf streaming code more extensible

[fanningpj] add missing licenses

[fanningpj] start process of introducing an interface for Styles and Themes Tables

[fanningpj] reduce dependence on CTComment

[fanningpj] reduce dependence on CTComment

[fanningpj] start process of introducing an interface for Comments Table

[fanningpj] add SharedStrings interface to allow our XSSF code to more easily extended by external projects

[fanningpj] [github-117] Add getStyleWithName() to XWPFStyles. This closes #117

[fanningpj] make ReadOnlySharedStringsTable subclassable

[fanningpj] add ref to XWPF footnote/endnote support

[kiwiwings] #62564 - replace Thread.currentThread().getContextClassLoader() with getClass().getClassLoader()

[fanningpj] Add missing apache licenses. This closes #116

[fanningpj] [github-115] implement endnote. This closes #115

[kiwiwings] Added missing reference to commons-compress JAR

[fanningpj] [github-114] Extend docx footnote support. Thanks to Eliot Kimber. This closes #114

[kiwiwings] replaced forrest ant integration with ant invocation - copying xml-resolver.jar in $ANT_HOME/lib isn't necessary anymore

[kiwiwings] add new header logo / move powered by logo under the menu

[kiwiwings] fix forrest path on windows

[kiwiwings] fix new javadocs location in build dir

[kiwiwings] update forrest version info / set FORREST_HOME environment variable

[kiwiwings] add asf license

[kiwiwings] Fix faq-ids to last release of Forrest 0.51

[kiwiwings] Update to Apache Forrest 0.90

[fanningpj] upgrade commons-collections4 to 4.2

[fanningpj] upgrade commons-collections4 to 4.2

[fanningpj] add retest-ooxml target that can be used to verify if we have all the necessary classes in poi-ooxml-schemas jar

[fanningpj] add retest-ooxml target that can be used to verify if we have all the necessary classes in poi-ooxml-schemas jar

[fanningpj] try to get more generated classes into poi-ooxml-schemas

[fanningpj] try to get more generated classes into poi-ooxml-schemas

[fanningpj] code formatting

[fanningpj] more usage of shared rebuildRows

[fanningpj] update indents

[kiwiwings] added verification for sha256/512

[kiwiwings] changed expiry date of kiwiwings entry

[fanningpj] update PGP key

[fanningpj] add pgp key

[fanningpj] [bug-62522] include partName in exception message

[centic] Gradle: Define japicmp settings only once, but still fails due to removed classes in 4.0.0

[centic] Regression tests: Add test which triggers reading header/footer of PPTX files so that we include the related CT classes

[centic] Adjust comments and IDE warnings, duplicate code reduction

[centic] Add a test with a threaded TempFileCreationStrategy, remove duplicated constant.

[centic] Java 9: Add Automatic-Module-Name in Jars built via Gradle

[fanningpj] try to get CTPhonetic included in poi-ooxml-schemas

[fanningpj] mark constructor as public

[kiwiwings] Fix gradle add maven repo again

[kiwiwings] Fix gradle ant-junit dependencies when not using the gradle wrapper / update ant version

[fanningpj] try to get CTPhoneticRun added to poi-ooxml-schemas jar (referenced in excel-streaming-reader codebase)

[kiwiwings] #62513 - Don't try to parse embedded package relationships

[fanningpj] belated ref to 3.17 in doap file

[fanningpj] add release note for xmlbeans 3.0.0

[fanningpj] add release note for xmlbeans 3.0.0

[centic] Slightly adjust afew tests some more

[fanningpj] update xmlbeans repo

[centic] Somehow the WordToHtml converter now produces slightly more than 6000 chars before the <table element for me
 
As there is no description why this substring was in the test in the first place I removed it to make
the test less flaky.

[centic] Gracefully close resources in test if first line in setup causes a problem

[kiwiwings] #59268 - adapt xml schema changes to maven build and add apache staging repository temporarily

[kiwiwings] #59268 - cache typeloader because of OOMs in the jenkins tests

[kiwiwings] #59268 - remove duplicated typeloader in POI and use fixed XmlBeans implementation instead

[fanningpj] add repo definition to pom.xml

[kiwiwings] #59268 - add license header / escape unicode string

[kiwiwings] #59268 - Work on providing an updated version of XMLBeans
(imported from https://github.com/apache/poi/pull/113)

[kiwiwings] #62451 - Document last printed in the year 27321

[kiwiwings] #62451 - Document last printed in the year 27321

[kiwiwings] #60713 - (S)XSSFWorkbook/POIXMLDocument.write(OutputStream) closes the OutputStream

[kiwiwings] #62452 - Extract configuration while verifying XML signatures

[fanningpj] update release notes

[fanningpj] [bug-62438] remove nullable class (and use java.util.Optional). This closes #111

[fanningpj] fix broken link

[fanningpj] add back xmlbeans jar manipulation due to build issue

[kiwiwings] Disabled API-Check for 4.0.0 because of incompatible breaking changes - enable it again, after 4.0.0 is released

[fanningpj] update license notice based on https://apache.org/legal/release-policy.html

[centic] Fix some IDE warnings, Javadoc, useless asserts, ...

[centic] Update Gradle wrapper to 4.6

[centic] Remove the older version of commons-compress and some possible remnants of xmlbeans-2.3.0

[fanningpj] remove unnecessary xmlbeans jar manipulation

[fanningpj] update property names in build.xml

[fanningpj] fix some deprecation warnings

[kiwiwings] remove obsolete dev classes

[fanningpj] fix some deprecation warnings

[fanningpj] fix some javadoc

[fanningpj] fix some javadoc

[fanningpj] use try with resources

[fanningpj] use spaces as indents

[fanningpj] [bug-62435] Rename getAllEmbedds method to getAllEmbeddedParts

[fanningpj] [bug-62435] Rename getAllEmbedds method to getAllEmbeddedParts (getAllEmbedds is retained but deprecated)

[fanningpj] [bug-62435] Rename getAllEmbedds method to getAllEmbeddedParts (getAllEmbedds is retained but deprecated)

[fanningpj] fix test class name

[kiwiwings] fix slaves

[kiwiwings] fix forbidden-apis for jdk10+

[kiwiwings] javadoc fixes

[kiwiwings] add beam slaves or politically correct "proud followers" :)

[kiwiwings] #62187 - missing lib reference on integration build

[kiwiwings] #62187 - Compiling with Java 10 fails with ClassCastException / use commons-compress for zipbomb detection

[kiwiwings] sonar fixes

[kiwiwings] sonar fixes and
disable closing of outputstream in ZipPackage.saveImpl() - see https://stackoverflow.com/questions/50646538/stream-close-exception-occures

[kiwiwings] sonar fixes

[kiwiwings] sonar fixes

[kiwiwings] #62355 - fix class names in maven build

[kiwiwings] clean ooxml-lib jars before build, because the typeloader class has been moved via #62355

[kiwiwings] #62355 - unsplit packages - 4 - open HPSF

[kiwiwings] #62355 - unsplit packages - 3 - only imports

[kiwiwings] #62355 - unsplit packages - 2 - modified classes (not only imports)

[kiwiwings] #62355 - unsplit packages - 1 - moved classes

[fanningpj] fix spelling

[fanningpj] update status.xml

[fanningpj] [githib-110] rename text segment class. This closes #110

[fanningpj] [githib-110] rename text segment class. This closes #110

[fanningpj] [githib-110] rename text segment class. This closes #110

[fanningpj] [githib-110] rename text segment class. This closes #110

[fanningpj] remove xmlbeans source

[kiwiwings] sonar fixes

[kiwiwings] sonar fixes

[kiwiwings] sonar fixes

[kiwiwings] fixed nightly download link

[kiwiwings] sonar fixes - null dereference

[kiwiwings] #62393 - Inconsistent slide import behavior depending on Mac OS X Version

[kiwiwings] #62041 - TestFonts fails on Mac

[kiwiwings] #62051 - Two shapes have the same shapeId within the same slide.

[kiwiwings] #61633 - Zero width shapes aren't rendered

[kiwiwings] remove test code

[kiwiwings] #62037 - SlideNames should not be null but have a default as if accessed by VBA

[kiwiwings] #62381 - Fix rendering of AutoShapes

[Nick] List a few more missing functions as inline-comments, based on definitions from functionMetadata.txt

[kiwiwings] Ignore IntelliJ project files

[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.

[kiwiwings] Random test value/file length resulted in occasionally failures

[kiwiwings] add convenience method for files to FileMagic

[kiwiwings] add additional exception info to failing IOUtils.toByteArray

[kiwiwings] add license header

[kiwiwings] Cleanup Biff8EncryptionKey usage and use HPSF constants instead of duplicated strings

[fanningpj] [githib-107] add areas function support. Thanks to Inji Hanbin. This closes #107

[centic] Allow one more add-opens to silence one more warning seen in Java 9/Java 10 currently
Use latest JDK 10 versions

[centic] Need to switch to ASM 6.0 as well to make the coverage reports to work, unfortunately the asm-all package seems to be gone, so we need to use three jar files now

[centic] Update to JaCoCo 0.8.1 to support Java 10 for JaCoCo runs

[kiwiwings] disable ImageIO cache - probably need to set it in every test class or disable it in the beginning of all tests

[kiwiwings] #59893 - Forbid calls to InputStream.available

[centic] Update FAQ for Java 9 and add preliminary entry for Java 10 and higher

[centic] Streamline assertion-usage in some tests

[centic] Update to forbidden-apis 2.5

[centic] Fix setting active cell in .xls by populating field_6_refs whenever row/column changes, this fixes bug 61905

[kiwiwings] Bug 62187 - commit Commons Compress unrelated changes

[kiwiwings] #62319 - handle slide layouts in extractor

[kiwiwings] #61459 - HSLFShape.getShapeName() returns name of shapeType and not the shape name

[kiwiwings] #62319 - Decommission XSLF-/PowerPointExtractor

[centic] OOXMLLite: improve progress output: count test-classes, not single test-methods

[centic] Fix unit test broken with previous check-in

[kiwiwings] Nullpointer fix for slideshow extractor

[centic] Add some unit-tests for setActiveCell(), although bug 61905 reports that Excel still does not read this correctly for HSSF workbooks

[centic] Add Event-Logo in Menu-Bar and update copyright to 2018 in some more places

[gwoolsey] add some javadoc to warn that stale cached formula cell values may result in incorrect evaluations, and what to do about it (evaluate formula cells before asking the rule if it applies).

Doing it for the user turns out to not be that easy, as the FormulaEvaluator instance in use is not known in this context.

[kiwiwings] Bug 62092 - Text not extracted from grouped text shapes in HSLF

[centic] Bug 61898: Adjust quick-guide some more

[centic] Close resources correctly when opening encrypted documents in the TextExtractor

[centic] Bug 62165: Do not close stream when opening succeeds

[centic] Create some directories if not existing in testcoveragereport

[centic] Try to avoid one NPE that popped up in commoncrawl-corpus tests

[fanningpj] fix error message

[fanningpj] [bug-62254] update offset function to support optional offset values

[centic] Add unit tests to include more required classes in poi-ooxml-schemas, add test for bug 62174 so additional schema-classes are included

[centic] OOXMLLite: IDE warnings and add an additional listener to print out progress during running tests

[centic] Close resources in tests and in case of Exceptions and use try-with-resources. Close the socket-connection during encrpyting/decrypting as soon as it is not needed any more.

[centic] Update excludes in OOXMLLite

[centic] Bug 61267: detect Word v2 files and report that they are not supported in Apache POI

[fanningpj] [bug-62216] add test case

[fanningpj] [bug-62216] Fix issue with SXSSF error cells

[fanningpj] [bug-62121] Fixed Power function of negative numbers. Thanks to Bob van den Berge. This closes #104

[fanningpj] [github-103] take latest changes

[fanningpj] add missing license

[fanningpj] [github-103] hsmf: support writing properties. Thanks to Dominik Hölzl. This closes #103

[fanningpj] [bug-62176] synchronize temp dir creation

[centic] Add test for setters/getters of XWPFRun to include morre generated classes in poi-ooxml-schemas.

See also https://github.com/centic9/poi-on-android/issues/31

[kiwiwings] #62159 - add comment about line breaks in the encryption page

[kiwiwings] #62159 - Support XML signature over windows certificate store

[centic] Reduce testcase some more, add missing license header

[centic] Add unit test which verifies that ThresholdInputStream can be used. This currently fails with Java 10 because the reflection relies on internals of class ZipFile that were changed.

[centic] Some IntelliJ and Javadoc fixes

[centic] Fix compiling with current JDK 10 RC build, OOXML-Tests are still failing due to ThresholdInputStream, though.

[centic] Add job to build with latest available JDK 10 early access build

[fanningpj] use xmlunit for xml diffs in unit tests

[fanningpj] remove some deprecated methods

[centic] Add JDK 10 and new slaves to job POI-DSL-Test-Environment

[fanningpj] remove some casts to short

[fanningpj] fix license check failure

[fanningpj] fix problematic javadoc

[fanningpj] remove XDDFChart workaround that saved workbook to temp file

[fanningpj] [github-98] write data in respective Column in case of XDDFChart. Thanks to Sandeep Tiwari. This closes #98

[fanningpj] use Integer.toString to convert ints to strings

[fanningpj] tidy up API for font index

[fanningpj] [bug-62055] Fix XSSFImportFromXML table resize. Thanks to Leonard Kappe. This closes #99

[gwoolsey] Fix for bug #62130.  Turns out there were cases when a workbook with multiple edit/save cycles on the same instance would save stale cell data, resulting in incorrect copies.

Includes new unit test.

[gwoolsey] The table auto-filter range should not include table footer rows, while the table range does.  POI was using the same for both regardless of footers.

[fanningpj] further uptake of int methods for font lookups

[fanningpj] [bug-62018] use ints to index fonts

[fanningpj] apply changes from com.github.pjfanning:xmlbeans

[fanningpj] add xmlbeans code (latest from xmlbeans svn)

[fanningpj] add apache license to new examples due to rat check failures

[Nick] Unit test to try to reproduce bug #62108 (currenly works though...)

[Nick] Update the groovy example

[Nick] Add some write/change code as well for Groovy

[Nick] Commit examples from the JVM Languages page

[fanningpj] [github-94] Add Range Copier. Thanks to Dragan Jovanović. This closes #94

[centic] Fix some IntelliJ warnings in XDGF area

[abearez] [bug-57369] support for major and minor unit on XDDFChart axes

[abearez] [bug-57369] support for major and minor unit on XDDFChart axes

[onealj] bug 61898: update Spreadsheet Quick Guide: short -> int

[onealj] bug 61898, 59833: update Spreadsheet Quick Guide to use FillPatternType enums:
CellStyle#(SOLID_FOREGROUND|BIG_SPOTS) short constants -> FillPatternType enum

[onealj] bug 61898, 59837: site spreadsheet quick guide javadoc update for cell alignment

[onealj] bug 61898, 59837: update Spreadsheet Quick Guide to use alignment enums:
CellStyle#ALIGN_* short constants -> HorizontalAlignment and VerticalAlignment enums

[jmarkmurphy] #55953 Added methods to position a table

[kiwiwings] Update JAXB classes with fixed javadocs for java 8 doclint

[jmarkmurphy] Added missing table border types to XWPF

[kiwiwings] #61947 - Remove deprecated classes (POI 4.0.0)

[kiwiwings] #62096 - Add support for tabstops

[kiwiwings] FindBugs fixes

[jmarkmurphy] Add ability to set get and remove outer borders for tables

[jmarkmurphy] Corrected spelling on a few classpath entries

[centic] Bug 62042: Adjust gradle build to properly set the locale

[centic] Various smaller adjustments: Remove filename in test, remove unused parameters, fix a few simple typos in JavaDoc and add more JavaDoc and some more tests

[fanningpj] fix further typo in exception message

[centic] Fix small typo, closes PR #97 on Github.

[fanningpj] add mockito dependency to sonar pom.xml to fix maven-dsl build

[fanningpj] fix findbug issues introduced recently

[fanningpj] fix use of forbidden apis in row shift code

[fanningpj] use spaces for indents in some files

[fanningpj] [bug-55713] Wrong ErrorStyle for DataValidations. Thanks to Philemon Schucker. This closes #95

[fanningpj] add missing licenses to source code

[fanningpj] [github-81] Formula adjusting in context of column shifting. Thanks to Dragan Jovanović. This closes #81

[fanningpj] add byte-buddy and objenesis dependencies for mockito

[fanningpj] [bug-62038] add mockito based unit test

[fanningpj] ignore broken test temporarily

[fanningpj] some changes to allow shared string table to be subclassed

[fanningpj] [github-90] change default DSIG algorithm to SHA256. Thanks to Jörn Franke. This closes #90

[fanningpj] add gradle wrapper

[fanningpj] bouncycastle 1.59

[fanningpj] bouncycastle 1.59

[fanningpj] [bug-62038] handle null font size in XSLFTextRun copy

[abearez] code cleaning according to code review recommendations (closes #93)

[tallison] related to Bug 61991 -- include docx in test suite to trigger inclusion of CTPictureBase

[fanningpj] [Bug 61972] Adding chart in Document of MS-Word File without reading Temp MS-Word File. Thanks to Sandeep Tiwari. This closes #91

[fanningpj] Remove use of xmlbeans 2.3.0 in build to simplify our build dependencies

[fanningpj] Remove use of xmlbeans 2.3.0 in build to simplify our build dependencies

[fanningpj] remove unnecessary test override

[abearez] update status for closed github-72

[abearez] Revert "update javadocs for closed github-68"

[abearez] introduce XDDFShapeProperties as user model API (closes #72 from GitHub)

[fanningpj] [github-86] expose language for Text Runs. Thanks to Geoff Baskwill. This closes #86

[centic] Update changelog

[centic] Deprecate methods with typos and provide new ones.

[centic] Remove unused property in build.xml

[centic] Bug 61937: Add more javadoc

[centic] Bug 61543: do not fail with "part already exists" when tables are created/removed

[centic] Bug 61550: Add more information to exception text and verify that it is thrown

[centic] Add .gitattribute file and set lf for one sample-file, see bug 61609

[centic] Bug 61648: Test Sheet.setArrayFormula for SXSSF

[centic] Add test which verifies that bug 61652 is not appearing any more on latest trunk

[centic] Update some tests and IntelliJ warnings
Ignore disabled test instead of not listing it in the test-report at all

[fanningpj] Bug-61947 remove deprecated method

[fanningpj] Bug-61947 remove deprecated method

[fanningpj] Bug-61947 remove deprecated method

[fanningpj] Bug-61947 add back deprecated methods (removed by accident)

[fanningpj] Bug-61947 remove deprecated method

[fanningpj] Bug-61947 remove deprecated method

[kiwiwings] #61797 - Embed Excel / Ole objects into powerpoint

[kiwiwings] #61943 - SL Common: narrow generics definition because of tighter java9 checks

[kiwiwings] #61942 - Refactor PackagePartName handling and add getUnusedPartIndex method

[kiwiwings] #61941 - Move Ole marker generation to Ole10Native

[kiwiwings] #61940 - Replace ClassID statics with enum

[kiwiwings] #61939 - Provide schema for AlternateContent - provide new ooxml-schemas-1.4.jar

[kiwiwings] #61939 - Provide schema for AlternateContent - provide new ooxml-schemas-1.4.jar

[yegor] Bug 58106: when a cell with a 'master' shared formula is removed,  the next cell in the range becomes the master

[yegor] Bugzilla 61116: Formula evaluation fails when using matrix addition within index function call

[centic] Disable test which currently breaks with every little change to the resulting XML

[centic] Bug 61665: Enhance SSPerformanceTest some more to add a warmup run and allow to run with unsynchronized XmlBeans

[centic] Bug 61665: Update FAQ for performance test slightly

[centic] Update changelog

[centic] Fix bug 61787, which was introduced by bug 58067: Change how deleted content is detected to not incorrectly see too much text as deleted.

[centic] Bug 61798: Fix usage of getLastCellNum(), unfortunately this is a bit misleading compared to getFirstCellNum()...

[centic] Bug 61911: Avoid IndexOutOfBounds access when reading pictures

[centic] Fix IntelliJ warnings and code formatting, generalize ExcelToHtmlUtils, use try-with-resources, update/enhance JavaDoc somewhat

[gwoolsey] Added a couple missing null checks.

[gwoolsey] Implement DMAX and DSUM functions, following the pattern from DMIN.  

Refactored the D* function enum to have instances return the function implementation instances rather than using a case construct, now that Java 8 is required.

[fanningpj] Remove misleading SXSSF logging

[yegor] Bug 61869: updating a cell with shared formula produces an unreadable file

[fanningpj] use try with resources

[fanningpj] use try with resources

[fanningpj] use StandardCharsets

[fanningpj] use StandardCharsets

[fanningpj] use non deprecated method for adding string to shared strings table

[yegor] Bug 61859: support for evaluating comparison operators in array mode, detect array mode from formula ptgs

[fanningpj] Bug-61906 fix javadoc issue

[fanningpj] Bug-61906 add API for working with RichStringText and deprecate API methods that use CTRst

[fanningpj] Bug-61792 simplify sxssf code that writes chars

[onealj] bug 61898,59264: update Spreadsheet Quick Guide for BorderStyle enum
CellStyle.BORDER_* -> BorderStyle.*

[onealj] delete commented out code

[onealj] bug 57423: add unit test demonstrating corrupted workbook where CTRow xmlbeans are not in ascending order in the CTWorksheet; unit test adapted from Luca

[Nick] Changelog update

[Nick] #61765 Another HSSF Workbook name found from (unknown) third party software produced files

[gwoolsey] Bug 61882 - Some paths can create an XSSFColor instance with a null CTColor reference

test file

[gwoolsey] Bug 61882 - Some paths can create an XSSFColor instance with a null CTColor reference

Protect against this in the future by introducing a factory method to create XSSFColor instances from a CTColor instance and the associated workbook style indexed color map.

If the CTColor instance is null, the factory returns null.  All callers already are prepared for a null instance, but many had their own null check on the CTColor object.  This centralizes that.

This also further forces the requirement for the indexed color map.  Any time a color is created, the workbook or styleTable is available in the same context, so passing this is extra parameter is trivial and allows XSSFColor to properly reference custom/themed indexed colors.

Did not remove any methods yet, only deprecated them.  Changed the signature to one internal test-only constructor.

[kiwiwings] remove package name to ease the output

[kiwiwings] #61881 - handle invalid font names

[gwoolsey] #61841 

Add @Override annotations, clean up imports

[gwoolsey] #61841 fix typo in method name

Fixing the typo pointed out by PJ Fanning, thanks for the proof read!

[gwoolsey] Bug #61841 - Unnecessary long computation when evaluating VLOOKUP on all column reference

always with the missing license...

[gwoolsey] Bug #61841 - Unnecessary long computation when evaluating VLOOKUP on all column reference

Found some optimizations in the general evaluation framework related to blank cells in rows beyond the last defined row of a sheet.

I don't see any issue with passing a bit of context down deeper into this framework, as it's all POI-internal and only had one calling path.

See the above bug for the performance analysis.  Not specifically related to VLOOKUP, but improves that case by more than 2/3 as well.

[fanningpj] use try-with-resources in more places

[fanningpj] use try-with-resources in more places

[onealj] bug 61840: close workbook to prevent resource leak in unit test

[onealj] bug 61840: add unit test showing that shiftRows does not produce #REF! formula errors if cells are not shifted above the first row

[centic] Add a fix to the changelog and make usage of dots consistent

[abearez] update status and javadocs for closed github-68

[Nick] Javadoc fixes

[Nick] Bump library version to match Ant defined version

[abearez] XDDF usermodel for Charts closes #68 on GitHub

[kiwiwings] #61809 - Infinite loop in SectionIDMap.get() and .put()

[fanningpj] use try with resources in examples

[fanningpj] use try with resources in examples

[centic] Don't try to collect junit results for Maven when we only run Sonar-tasks and thus skip unit tests

[centic] Change order of handling shape-types in copy() as FreeFormShape derives from AutoShape and thus would have not been copied correctly currently
Fix some Javadoc, some warnings and code duplications

[centic] Ensure that the tempdir exists when we use ImageIO in one of the tests

[fanningpj] add TestStringCodepointsIterable

[fanningpj] use codepoint iterator in a few places

[fanningpj] add forbidden api checks for non-Locale toLowerCase and toUpperCase

[fanningpj] add forbidden api checks for non-Locale toLowerCase and toUpperCase

[fanningpj] remove more uses of Character.toUpperCase

[fanningpj] Note the upgrade of commons-codec

[centic] Try to set java.io.tmpdir for tests to avoid the strange permission errors that we see in CI-builds

[centic] Adjust version of commons-codec in docu pages as well

[centic] Ensure that no old version of commons-codec is lingering around and causes hard to find build errors locally

[centic] Try if using a local temporary directory avoids the permission errors in unit tests in the Maven runs:
* Collect JUnit results
* Set java.io.tmpdir in Maven unit test runs

[fanningpj] [bug-61792] basic test

[fanningpj] [bug-61792] some changes to avoid iterating over chars of Strings

[fanningpj] upgrade to commons-codec 1.11

[centic] Handle case where the JaCoCo zip file is available, but the extracted files are missing, not sure how that happens, but we see it on some CI machines...

[jmarkmurphy] javadocs and Quick page improvements for XSSF Header/Footer

[gwoolsey] add Locale awareness to case insensitive conditional comparisons in formatting rule logic.  Needed anyway, and removes forbidden API issues.

[gwoolsey] ignore a unit test that snuck in.  It was created to investigate an open bug report.  It fails, as expected, which broke the build.

[gwoolsey] Fixes Bug 61764 Conditional formatting rules don't evaluate properly for some multi-range rule definitions

Fixes Bug 61761 Conditional formatting rule evaluation doesn't like comparing cells of different types

fixed, with unit tests.

[centic] Fix setting a font-color if no previous color is defined for the font
Add unit-test to verify this

[centic] Fix tests

[onealj] bug 61745: remove String#toString() usage found by forbidden apis check

[onealj] bug 61745: add support for charts in XWPF/docx. Thanks to Sandeep Tiwari for the patch

[onealj] +svn:eol-style native *.java

[onealj] github #81: sheet names are case insensitive

[onealj] XWPFTable#getRows() should return an unmodifiable list unless the method can correctly update xmlbeans in response to modifying the list

[onealj] make tableRows final; initialize where defined rather than in constructor.

[onealj] deprecate XWPFTable#addNewRowBetween(int,int), which has not been implemented since 2008 when this class was first authored. (Unrelated: This closes #82 on github).

[jmarkmurphy] Surface XSSF Header/Footer Attributes (60887)

[centic] Some JavaDoc adjustments, typos, IntelliJ warnings

[onealj] update changelog for bug 61727, 61730

[onealj] bug 61730: remove asSet function from unit test

[onealj] bug 61730: remove CellRangeAddressBase which is eager. The lazy iterator is safer, less likely to cause an OOM/DoS.

[onealj] bug 61730: add javadoc

[onealj] bug 61730: add iterator interface to CellRangeAddressBase for iterating over CellAddresses

[onealj] bug 61727: make TestCellRangeUtil unit tests more explicit

[centic] Enhance unit-test to Verify that bug 58785 is already via via some other change

[onealj] bug 61727: CellRangeUtil Merge cell ranges broken. Thanks for Sven Rieckhoff for the patch

[centic] Adjust some tests to properly close resources

[centic] Bug #57517: Fix various things in HSSFOptimiser to make many more cases work fine: Column styles, row styles, user defined styles, ...
Also call optimise in integration-tests and handle some cases of invalid content in files.

[centic] Add test-case which shows that bug 55814 is fixed already by other changes

[centic] Fix some IntelliJ and JavaDoc warnings and avoid code-duplication and duplicated test-methods
Adjust tests slighlty, close resources

[onealj] bug 61474, github #81: add ShiftMode#ColumnCopy for FormulaShifter

[onealj] bug 61474, github #81: add shiftMergedRegions to BaseRowColShifter interface

[onealj] bug 61474, github #81: bump visibility of abstract methods in BaseRowColShifter abstract class

[onealj] bug 61474, github #81: pull up methods from RowShifter to BaseRowColShifter, since both row and column shifting should be able to shift formulas, comments, merged regions, conditional formatting, etc; add @since decorators for new *ColumnShifter and *RowColShifter classes

[onealj] bug 61474, github #81: remove @Internal RowShifter#updateRowFormulas, move to XSSFRowColShifter; implement ColumnShifter#updateFormulas; remove duplicated JavaDocs (better to inherit)

[onealj] bug 61474, github #81: implement updateConditionalFormatting for ColumnShifter

[onealj] bug 61474, github #81: implement updateNamedRanges for ColumnShifter

[onealj] bug 61474, github #81: fix ColumnShifter#removalNeeded to use columns instead of rows

[onealj] bug 61474, github #81: add ColumnShifter interface; deduplicate some code in RowShifter, CFRecordsAggregate

[onealj] bug 61474, #81 on github: add @Override annotation; rename FormulaShifter shifter to FormulaShifter formulaShifter to reduce confusion with the shifter variable referring to the RowShifter

[onealj] bug 61474,github-81: add FormulaShifter.createForColumnShift and ShiftMode.ColumnMove

[onealj] github-81: extract routines in HSSFRow#shiftRows

[onealj] rename ambiguous variable name shifter -> formulaShifter

[onealj] whitespace

[kiwiwings] #61671 - XSLFSlide does not contain isHidden and setHidden like HSLFSlide does

[Nick] Javadoc fix

[onealj] eventually we want to forbid StringBuffer usage

[fanningpj] use StringBuilder in more places

[onealj] github-68: add @Override to o.a.p.ss.usermodel.charts.DataSources. Thanks to Alain-Bearez.

[fanningpj] add test case for bug 61701

[fanningpj] add test case for bug 61701 and use StringBuilder in more places

[onealj] github-77: Remove the 'public' modifier to make fields package protected (findbugs-MS_PKGPROTECT). Thanks to BruceKuiLiu for the PR. This closes #77 on github.

[onealj] consolidate duplicated code: XSSFWorkbook#setBookViewsIfMissing()

[onealj] bump the Eclipse compile source to Java 1.8

[onealj] bug 61630: Patch from Daniel to fix XSSFExportToXML IllegalArgumentException: Comparison method violates its general contract! (bug 61630, comment 17, attachment 35468). Found during manual testing.

[onealj] remove test-hssf ant target

[onealj] remove test-ss and test-ooxml-ss ant targets, as these were causing problems with the build/ooxml-testokfile.txt being written, requiring test-ooxml to be rerun on subsequent ant calls even if had previously completed successfully and not modifications to the ooxml source had been made.

[onealj] bug 61630: further XSSFExportToXML performance improvements from Daniel (bug 61630 comment 15, attachment 35450)

[onealj] bug 61630: revert r1813240, which failed the integration test with org.apache.poi.stress.XSSFFileHandler on test-data/spreadsheet/59025.xlsx

[onealj] bug 61630: update changelog

[onealj] bug 61630: further XSSFExportToXML performance improvements from Daniel (comment 9, bug 61630 attachment 35450)

[fanningpj] Remove more deprecated code

[fanningpj] Remove more deprecated code

[fanningpj] Remove more deprecated code

[fanningpj] Introduce new BorderFormatting methods to expose border styles

[fanningpj] Remove use of deprecated methods

[fanningpj] Remove use of deprecated methods

[fanningpj] Remove use of deprecated methods

[centic] Add getter/setter for ReadingOrder to XSSF, closes issue #73

[Nick] Bump up the Eclipse JVM version to 8 to match Ant

[Nick] Bump up the Eclipse JVM version

[onealj] bug 61630: performance improvements in XSSFExportToXml. Thanks to Daniel for the patch.

[onealj] cleanup for r1812470: avoid NPEs from string.isEmpty()

[onealj] fix compile error

[onealj] cleanup for r1812475: avoid NPEs from string.isEmpty()

[onealj] cleanup for r1812476: avoid NPEs from string.isEmpty()

[onealj] replace "".equals(string) with string.isEmpty() to avoid null strings silently evaluating to false; most code should probably check string for null  if it is not already

[onealj] prefer literal.equals(variable) over variable.equals(literal)

[onealj] convert "".equals(string) to string.isEmpty()

[onealj] simplfy PackagingURIHelper#combine boolean logic using xor and replacing +FORWARD_SLASH_CHAR with FORWARD_SLASH_STRING

[onealj] fix typo

[onealj] string.equals("") -> string.isEmpty() or "".equals(string)

[onealj] for -> foreach
string.equals() -> string.isEmpty() or .equals(string)
ArrayList -> List

[onealj] IntelliJ: simplify boolean logic

[onealj] remove deprecated XSSFRowShifter.shiftMerged(int,int,int) method; replaced with RowShifter.shiftMergedRegions(int,int,int) in POI 3.15 beta 2

[onealj] ignore gradle/, gradlew, and gradlew.bat

[virtuald] Bug 61584: Fix XDGFPage variable typo causing crash

[onealj] github-79: add String.toString() to forbidden API's

[fanningpj] Make public static members final [thanks to Kui Liu]. This close #78.

[fanningpj] Remove unnecessary toString calls [thanks to Kui Liu]. This close #79.

[fanningpj] Remove unnecessary StringBuilder [thanks to Kui Liu]. This close #80.

[centic] Fix some findbugs-issues and apply some code-cleanup and apply some smaller pull requests.
This closes #74, This closes #75, This closes #76

[centic] Add changelog for recent fixes/additions

[centic] State supported Java versions slightly different

[centic] Fix aparent copy/paste error in XSSFBorderFormatting

[centic] Bug 58068: Add a method to pass the actual Color to StylesTable.findFont().

[centic] adjust tests, javadoc, ...

[centic] Remove "filling" in IntList as this has no effect whatsoever as far as I could see
Fix some IntelliJ warnings, missing JavaDoc, typos, Findbugs issues

[centic] Add more output to the pre-check to help in analysis some strange build-failures in CI, e.g. INFRA-15244

[centic] Fix target compile-ooxml-ss, it needs the crypt-code now

[centic] Add test which shows that bug 51262 is fixed now

[centic] Apply patch from bug 61096: Add support for modules in VBAMacroReader

[centic] Bug 61586: Add test which shows that it works as expected

[centic] Bug 61564: Try to get rid of the Java 9 illegal access warning now that we run Java 8

[centic] Add some more code from the separate integration test project to be able to publish the femaining functionality as separate project at some point

[onealj] BIFF8 was Excel 97-2003, excludes 2007

[onealj] add a note that xmlbeans 2.6.0 may not be good enough; ask on mailing list for current solutions such as pjfanning's fork or an attic release if we ever get around to it

[onealj] commons-math3 added as a dependency in POI 4.0.0

[centic] Bug 61064: Support behavior of function CEILING in newer versions of Microsoft Excel

[centic] Bug 61082: Adjust JavaDoc for getFirst/LastRow/Cell to explain that there might be empty rows/cells included in the counts

[centic] Fix bug 61516: when copying cells with formulas we should properly check for references that are invalid afterwards.

[Nick] Functions list update

[centic] Adjust some unit-tests, use try-with-resource, enable test which works now, ...

[centic] Replace "getEntry() plus catch" by "hasEntry()" in HSSFWorkbook

[centic] Fixup change for CellReference to keep the behavior the same as before

[centic] Remove empty directories beneath "scratchpad"

[centic] Replace deprecated CellReference class and some other warnings fixed

[centic] Fix some Sonar issues

[centic] Replace the incompatible new interface method endSheet() with a Java 8 default method so existing implementations do not need to be adjusted. Also use this for headerFooter() and remove the empty implementations that are now obsolete.

[tallison] Bug 61349 -- bump limits on classes that caused regressions in Dominik's regression corpus.  Many thanks to Dominik Stadler for running the regression tests!!!

[fanningpj] Remove more deprecated classes and methods

[centic] Fix compiling Examples after adding new interface-method, fix compiler warnings and adjust some broken Javadoc

[centic] Tried to enable this test, but it is broken since a long time and I am not sure how this is expected to behave...

[centic] Apply patch to add endSheet() to the XSSFEventBasedExcelExtractor, fixes bug 60737, thanks to user zakim for the patch

[centic] More IntelliJ warnings fixes

[centic] The Gradle-based Sonarqube job does not actually, it completes with success, but the data never appears on Sonarqube itself, we need to investigate this some more later, for now I enabled the Maven based job again.

[centic] Bug 59747: Adjust order of first two entries in the resulting Zip to try to enable some external tools to auto-detect the file-type

[centic] Adjust many examples for Java 8: try-with-resource, multi-catch and other code cleanup.

[centic] Fix some IntelliJ warnings

[centic] Remove Jobs for JDK 1.6/1.7, this should also make the findbugs-hacks obsolete here
The jobs still need to manually removed in Jenkins, though!

[centic] Add changelog entries for the added/updated third party libraries

[Nick] Javadoc fix

[tallison] Bug 61349 -- add more sanity checks when allocating byte[]

[centic] Apply patch from bug 61033 to add a XSSFWorkbook.setCellFormulaValidation(false) to speed up some operations

[fanningpj] Bug 61528 - Pivot Table enhancements, new example [Thanks to R Kietel]. This closes #71

[fanningpj] Bug 61528 - Pivot Table enhancements, new example [Thanks to R Kietel]. This closes #71

[fanningpj] tidy up some test code

[centic] Add test to verify that bug 61532 is fixed as far as I see via the changes for bug 61148.

[centic] Adjust to make forbidden-api-check succeed again

[centic] Bug 61148: Fix calculating formula value, unfortunately we currently need to set the value twice
Also rework related tests to run more of the tests for HSSF, XSSF and SXSSF

[centic] IntelliJ warnings, deprecation

[centic] Fix some IntelliJ warnings

[tallison] 60805 (partial) -- remove/suppress println in tests

[centic] While working on bug 61148 I found that getCellType() and setCellErrorValue() in SXSSFCell are doing different things than the ones in XSSFCell, tried to fix this by mimicking functionality of XSSF in SXSSF as well.
Reformating some small things as well.

[onealj] bug 61454: add column width to example Spreadsheet ToHtml; thanks to Christian Froehler

[onealj] bug 61454: add column width to example Spreadsheet ToHtml; thanks to Christian Froehler

[centic] Bug 61520: Add JavaDoc about name-references in Excel

[centic] Add missing test.jar to test-hssf target

[centic] Bug 61520: Add note about name-references in Excel

[fanningpj] update release notes

[fanningpj] use non-deprecated versions of getCellType

[fanningpj] change CellFormat.ultimateType to return CellType

[fanningpj] change HyperLink getType to return HyperlinkType

[fanningpj] fix compiler warnings

[fanningpj] update getCellType to return CellType enum instead of int

[fanningpj] update getCellType to return CellType enum instead of int

[fanningpj] update getCellType to return CellType enum instead of int

[fanningpj] remove some deprecated code slated for removal in 3.18

[fanningpj] Change getCachedFormulaResultType to return CellType

[onealj] mention Kotlin and JRuby

[onealj] update Jython example to use closing context manager

[kiwiwings] #60499 - Deleting a picture that is used twice on a slide corrupt the slide

[centic] Update for 4.0.0-SNAPSHOT and newer third party libs as well as some other smaller fixes

[centic] Remove deprecated methods from NPOIFSFileSystem/OPOIFSFileSystem
IntelliJ warnings/suggestions

[centic] Fix some warnings in OOXMLLite and move copyFile to IOUtils

[centic] Various code cleanups, "final" for static methods is useless, for-loops, simplify boolean conditions, try-with-resource, javadoc, ...

[centic] Some more code cleanup

[centic] Change version to 4.0.0-SNAPSHOT as discussed on the mailing-list

[centic] MaxPermSize is not used any more in Java 8, so remove it everywhere

[centic] Disable Maven-Sonar run to check if the Gradle-Sonar job is working, some more comments

[kiwiwings] wrong release-notes link

[kiwiwings] 3.17 announcement prepare

------------------------------------------
[...truncated 514.60 KB...]
    [junit] Running org.apache.poi.xssf.streaming.TestSXSSFDataValidation
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 sec
    [junit] Running org.apache.poi.xssf.streaming.TestSXSSFFormulaEvaluation
    [junit] Tests run: 26, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.616 sec
    [junit] Running org.apache.poi.xssf.streaming.TestSXSSFHyperlink
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec
    [junit] Running org.apache.poi.xssf.streaming.TestSXSSFRow
    [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.153 sec
    [junit] Running org.apache.poi.xssf.streaming.TestSXSSFSheet
    [junit] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.633 sec
    [junit] Running org.apache.poi.xssf.streaming.TestSXSSFSheetAutoSizeColumn
    [junit] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec
    [junit] Running org.apache.poi.xssf.streaming.TestSXSSFUnicodeSurrogates
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
    [junit] Running org.apache.poi.xssf.streaming.TestSXSSFWorkbook
    [junit] Tests run: 37, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 1.211 sec
    [junit] Running org.apache.poi.xssf.streaming.TestSXSSFWorkbookWithCustomZipEntrySource
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.208 sec
    [junit] Running org.apache.poi.xssf.streaming.TestSheetDataWriter
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestFormulaEvaluatorOnXSSF
    [junit] Tests run: 369, Failures: 0, Errors: 0, Skipped: 90, Time elapsed: 1.568 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestMatrixFormulasFromXMLSpreadsheet
    [junit] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.198 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestMissingWorkbookOnXSSF
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestMultiSheetFormulaEvaluatorOnXSSF
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestSXSSFBugs
    [junit] Tests run: 41, Failures: 0, Errors: 0, Skipped: 9, Time elapsed: 5.987 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestSheetHiding
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.147 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestTableStyles
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.402 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFBugs
    [junit] Tests run: 147, Failures: 0, Errors: 0, Skipped: 8, Time elapsed: 14.643 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFCell
    [junit] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.064 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFCellStyle
    [junit] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.229 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFChart
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFChartSheet
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFColGrouping
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFColor
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFComment
    [junit] Tests run: 19, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.261 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFConditionalFormatting
    [junit] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.143 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFDataFormat
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFDataValidation
    [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.41 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFDataValidationConstraint
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFDialogSheet
    [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFDrawing
    [junit] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.512 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFEvaluationSheet
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFEvenFooter
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFEvenHeader
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFExternalFunctions
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFFirstFooter
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFFirstHeader
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFFont
    [junit] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFForkedEvaluator
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFFormulaEvaluation
    [junit] Tests run: 36, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.521 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFFormulaParser
    [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.249 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFHeaderFooterProperties
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFHyperlink
    [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.304 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFName
    [junit] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFOddFooter
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFOddHeader
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFPicture
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFPictureData
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFPivotTableName
    [junit] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.6 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFPivotTableRef
    [junit] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.499 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFPrintSetup
    [junit] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFRichTextString
    [junit] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFRow
    [junit] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.13 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFShape
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFSheet
    [junit] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.492 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFSheetAutosizeColumn
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFSheetMergeRegions
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.039 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFSheetRowGrouping
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.307 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFSheetShiftColumns
    [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFSheetShiftRows
    [junit] Tests run: 34, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 32.987 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFSheetUpdateArrayFormulas
    [junit] Tests run: 18, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.057 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFSimpleShape
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFTable
    [junit] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.299 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFTableColumn
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFTextParagraph
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFTextRun
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFUnicodeSurrogates
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFVMLDrawing
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFWorkbook
    [junit] Tests run: 61, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.088 sec
    [junit] Running org.apache.poi.xssf.usermodel.charts.TestXSSFCategoryAxis
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
    [junit] Running org.apache.poi.xssf.usermodel.charts.TestXSSFChartAxis
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
    [junit] Running org.apache.poi.xssf.usermodel.charts.TestXSSFChartLegend
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
    [junit] Running org.apache.poi.xssf.usermodel.charts.TestXSSFChartTitle
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec
    [junit] Running org.apache.poi.xssf.usermodel.charts.TestXSSFDateAxis
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
    [junit] Running org.apache.poi.xssf.usermodel.charts.TestXSSFLineChartData
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
    [junit] Running org.apache.poi.xssf.usermodel.charts.TestXSSFManualLayout
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
    [junit] Running org.apache.poi.xssf.usermodel.charts.TestXSSFScatterChartData
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
    [junit] Running org.apache.poi.xssf.usermodel.charts.TestXSSFValueAxis
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
    [junit] Running org.apache.poi.xssf.usermodel.extensions.TestXSSFBorder
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
    [junit] Running org.apache.poi.xssf.usermodel.extensions.TestXSSFCellFill
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec
    [junit] Running org.apache.poi.xssf.usermodel.extensions.TestXSSFHeaderFooter
    [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
    [junit] Running org.apache.poi.xssf.usermodel.extensions.TestXSSFSheetComments
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
    [junit] Running org.apache.poi.xssf.usermodel.helpers.TestColumnHelper
    [junit] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec
    [junit] Running org.apache.poi.xssf.usermodel.helpers.TestHeaderFooterHelper
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
    [junit] Running org.apache.poi.xssf.usermodel.helpers.TestXSSFColumnShifting
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.poi.xssf.util.TestCTColComparator
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
    [junit] Running org.apache.poi.xssf.util.TestEvilUnclosedBRFixingInputStream
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec
    [junit] Running org.apache.poi.xssf.util.TestNumericRanges
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
    [junit] Running org.apache.poi.xwpf.TestAllExtendedProperties
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
    [junit] Running org.apache.poi.xwpf.TestDocumentProtection
    [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.381 sec
    [junit] Running org.apache.poi.xwpf.TestNecessaryOOXMLClasses
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
    [junit] Running org.apache.poi.xwpf.TestPackageCorePropertiesGetKeywords
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
    [junit] Running org.apache.poi.xwpf.TestXWPFBugs
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.133 sec
    [junit] Running org.apache.poi.xwpf.extractor.TestExternalEntities
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
    [junit] Running org.apache.poi.xwpf.extractor.TestXWPFWordExtractor
    [junit] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.722 sec
    [junit] Running org.apache.poi.xwpf.model.TestXWPFDecorators
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec
    [junit] Running org.apache.poi.xwpf.model.TestXWPFHeaderFooterPolicy
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.219 sec
    [junit] Running org.apache.poi.xwpf.usermodel.TestChangeTracking
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
    [junit] Running org.apache.poi.xwpf.usermodel.TestXWPFBugs
    [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.254 sec
    [junit] Running org.apache.poi.xwpf.usermodel.TestXWPFChart
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 sec
    [junit] Running org.apache.poi.xwpf.usermodel.TestXWPFDocument
    [junit] Tests run: 20, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.373 sec
    [junit] Running org.apache.poi.xwpf.usermodel.TestXWPFEndnote
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
    [junit] Running org.apache.poi.xwpf.usermodel.TestXWPFEndnotes
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
    [junit] Running org.apache.poi.xwpf.usermodel.TestXWPFFootnote
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
    [junit] Running org.apache.poi.xwpf.usermodel.TestXWPFFootnotes
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec
    [junit] Running org.apache.poi.xwpf.usermodel.TestXWPFHeader
    [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 sec
    [junit] Running org.apache.poi.xwpf.usermodel.TestXWPFHeadings
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec
    [junit] Running org.apache.poi.xwpf.usermodel.TestXWPFNumbering
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec
    [junit] Running org.apache.poi.xwpf.usermodel.TestXWPFParagraph
    [junit] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.169 sec
    [junit] Running org.apache.poi.xwpf.usermodel.TestXWPFPictureData
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 sec
    [junit] Running org.apache.poi.xwpf.usermodel.TestXWPFRun
    [junit] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 sec
    [junit] Running org.apache.poi.xwpf.usermodel.TestXWPFSDT
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 sec
    [junit] Running org.apache.poi.xwpf.usermodel.TestXWPFSmartTag
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
    [junit] Running org.apache.poi.xwpf.usermodel.TestXWPFStyles
    [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.184 sec
    [junit] Running org.apache.poi.xwpf.usermodel.TestXWPFTable
    [junit] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 sec
    [junit] Running org.apache.poi.xwpf.usermodel.TestXWPFTableCell
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.033 sec
    [junit] Running org.apache.poi.xwpf.usermodel.TestXWPFTableRow
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
[jacoco:coverage] Enhancing junit with coverage
    [junit] Running org.apache.poi.poifs.crypt.TestSignatureInfo
    [junit] Tests run: 14, Failures: 0, Errors: 1, Skipped: 1, Time elapsed: 11.12 sec

BUILD FAILED
<https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/build.xml>:1633: The following error occurred while executing this line:
<https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/build.xml>:1600: Test org.apache.poi.poifs.crypt.TestSignatureInfo failed

Total time: 10 minutes 9 seconds
Build step 'Invoke Ant' marked build as failure
Skipping publisher since build result is FAILURE
Archiving artifacts
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
Skipping publisher since build result is FAILURE
Recording test results

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


Jenkins build is back to normal : POI-DSL-IBM-JDK #9

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/POI-DSL-IBM-JDK/9/display/redirect?page=changes>


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


Build failed in Jenkins: POI-DSL-IBM-JDK #8

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/POI-DSL-IBM-JDK/8/display/redirect?page=changes>

Changes:

[kiwiwings] disable findbugs for IBM JDK

------------------------------------------
[...truncated 580.58 KB...]
  [javadoc]  &lt;si>
  [javadoc]        ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/eventusermodel/ReadOnlySharedStringsTable.java>:53: error: bad use of '>'
  [javadoc]    &lt;r>
  [javadoc]         ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/eventusermodel/ReadOnlySharedStringsTable.java>:54: error: bad use of '>'
  [javadoc]      &lt;rPr>
  [javadoc]             ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/eventusermodel/ReadOnlySharedStringsTable.java>:55: error: bad use of '>'
  [javadoc]        &lt;b />
  [javadoc]               ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/eventusermodel/ReadOnlySharedStringsTable.java>:56: error: bad use of '>'
  [javadoc]        &lt;sz val="11" />
  [javadoc]                         ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/eventusermodel/ReadOnlySharedStringsTable.java>:57: error: bad use of '>'
  [javadoc]        &lt;color theme="1" />
  [javadoc]                             ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/eventusermodel/ReadOnlySharedStringsTable.java>:58: error: bad use of '>'
  [javadoc]        &lt;rFont val="Calibri" />
  [javadoc]                                 ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/eventusermodel/ReadOnlySharedStringsTable.java>:59: error: bad use of '>'
  [javadoc]        &lt;family val="2" />
  [javadoc]                            ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/eventusermodel/ReadOnlySharedStringsTable.java>:60: error: bad use of '>'
  [javadoc]        &lt;scheme val="minor" />
  [javadoc]                                ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/eventusermodel/ReadOnlySharedStringsTable.java>:61: error: bad use of '>'
  [javadoc]      &lt;/rPr>
  [javadoc]              ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/eventusermodel/ReadOnlySharedStringsTable.java>:62: error: bad use of '>'
  [javadoc]      &lt;t>This:&lt;/t>
  [javadoc]           ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/eventusermodel/ReadOnlySharedStringsTable.java>:62: error: bad use of '>'
  [javadoc]      &lt;t>This:&lt;/t>
  [javadoc]                       ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/eventusermodel/ReadOnlySharedStringsTable.java>:63: error: bad use of '>'
  [javadoc]    &lt;/r>
  [javadoc]          ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/eventusermodel/ReadOnlySharedStringsTable.java>:64: error: bad use of '>'
  [javadoc]    &lt;r>
  [javadoc]         ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/eventusermodel/ReadOnlySharedStringsTable.java>:65: error: bad use of '>'
  [javadoc]      &lt;rPr>
  [javadoc]             ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/eventusermodel/ReadOnlySharedStringsTable.java>:66: error: bad use of '>'
  [javadoc]        &lt;sz val="11" />
  [javadoc]                         ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/eventusermodel/ReadOnlySharedStringsTable.java>:67: error: bad use of '>'
  [javadoc]        &lt;color theme="1" />
  [javadoc]                             ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/eventusermodel/ReadOnlySharedStringsTable.java>:68: error: bad use of '>'
  [javadoc]        &lt;rFont val="Calibri" />
  [javadoc]                                 ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/eventusermodel/ReadOnlySharedStringsTable.java>:69: error: bad use of '>'
  [javadoc]        &lt;family val="2" />
  [javadoc]                            ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/eventusermodel/ReadOnlySharedStringsTable.java>:70: error: bad use of '>'
  [javadoc]        &lt;scheme val="minor" />
  [javadoc]                                ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/eventusermodel/ReadOnlySharedStringsTable.java>:71: error: bad use of '>'
  [javadoc]      &lt;/rPr>
  [javadoc]              ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/eventusermodel/ReadOnlySharedStringsTable.java>:72: error: bad use of '>'
  [javadoc]      &lt;t xml:space="preserve">Causes Problems&lt;/t>
  [javadoc]                                ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/eventusermodel/ReadOnlySharedStringsTable.java>:72: error: bad use of '>'
  [javadoc]      &lt;t xml:space="preserve">Causes Problems&lt;/t>
  [javadoc]                                                      ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/eventusermodel/ReadOnlySharedStringsTable.java>:73: error: bad use of '>'
  [javadoc]    &lt;/r>
  [javadoc]          ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/eventusermodel/ReadOnlySharedStringsTable.java>:74: error: bad use of '>'
  [javadoc]  &lt;/si>
  [javadoc]         ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/eventusermodel/ReadOnlySharedStringsTable.java>:75: error: bad use of '>'
  [javadoc]  &lt;si>
  [javadoc]        ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/eventusermodel/ReadOnlySharedStringsTable.java>:76: error: bad use of '>'
  [javadoc]    &lt;t>This does not&lt;/t>
  [javadoc]         ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/eventusermodel/ReadOnlySharedStringsTable.java>:76: error: bad use of '>'
  [javadoc]    &lt;t>This does not&lt;/t>
  [javadoc]                             ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/eventusermodel/ReadOnlySharedStringsTable.java>:77: error: bad use of '>'
  [javadoc]  &lt;/si>
  [javadoc]         ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/eventusermodel/ReadOnlySharedStringsTable.java>:78: error: bad use of '>'
  [javadoc] &lt;/sst>
  [javadoc]         ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/model/StylesTable.java>:92: error: malformed HTML
  [javadoc]      * @throws IllegalArgumentException if <code>num</code> < 0
  [javadoc]                                                             ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/model/StylesTable.java>:93: error: malformed HTML
  [javadoc]      * @throws IllegalStateException if <code>num</code> < current number of data formats in the style table.
  [javadoc]                                                          ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/streaming/SXSSFRow.java>:118: error: malformed HTML
  [javadoc]      * @throws IllegalArgumentException if columnIndex < 0 or greater than the maximum number of supported columns
  [javadoc]                                                        ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/streaming/SXSSFRow.java>:135: error: malformed HTML
  [javadoc]      * @throws IllegalArgumentException if columnIndex < 0 or greater than a maximum number of supported columns
  [javadoc]                                                        ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/streaming/SXSSFRow.java>:193: error: malformed HTML
  [javadoc]      * @throws IllegalArgumentException if rowNum < 0
  [javadoc]                                                   ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/streaming/SXSSFRow.java>:232: error: malformed HTML
  [javadoc]      * @throws IllegalArgumentException if cellnum < 0 or the specified MissingCellPolicy is invalid
  [javadoc]                                                    ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java>:4083: error: unterminated signature
  [javadoc]      * @deprecated Use {@link #createTable(AreaReference))} instead
  [javadoc]                        ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFColor.java>:267: error: unknown tag: clrScheme
  [javadoc]      * Index into the <clrScheme> collection, referencing a particular <sysClr> or
  [javadoc]                       ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFColor.java>:267: error: unknown tag: sysClr
  [javadoc]      * Index into the <clrScheme> collection, referencing a particular <sysClr> or
  [javadoc]                                                                        ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFColor.java>:268: error: unknown tag: srgbClr
  [javadoc]      *  <srgbClr> value expressed in the Theme part.
  [javadoc]         ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFColor.java>:276: error: unknown tag: clrScheme
  [javadoc]      * Index into the <clrScheme> collection, referencing a particular <sysClr> or
  [javadoc]                       ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFColor.java>:276: error: unknown tag: sysClr
  [javadoc]      * Index into the <clrScheme> collection, referencing a particular <sysClr> or
  [javadoc]                                                                        ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFColor.java>:277: error: unknown tag: srgbClr
  [javadoc]      *  <srgbClr> value expressed in the Theme part.
  [javadoc]         ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFDxfStyleProvider.java>:42: error: bad use of '>'
  [javadoc]      * @param stripeSize 0 for non-stripe styles, > 1 for stripes
  [javadoc]                                                   ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFName.java>:146: error: tag not allowed here: <blockquote>
  [javadoc]      * <pre><blockquote>
  [javadoc]             ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFName.java>:165: error: unexpected end tag: </p>
  [javadoc]     * </p>
  [javadoc]       ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFName.java>:36: error: tag not allowed here: <blockquote>
  [javadoc]  * <pre><blockquote>
  [javadoc]         ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFName.java>:86: error: tag not allowed here: <li>
  [javadoc]      * <li> this defined name refers to a range to which an advanced filter has been
  [javadoc]        ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFName.java>:88: error: tag not allowed here: <li>
  [javadoc]      * <li> This defined name refers to a range to which an AutoFilter has been
  [javadoc]        ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFRichTextString.java>:431: error: bad use of '>'
  [javadoc]      * CTRPrElt --> CTFont adapter
  [javadoc]                   ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFRow.java>:105: error: unknown tag: Cell
  [javadoc]      * for (Iterator<Cell> it = row.cellIterator(); it.hasNext(); ) {
  [javadoc]                     ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFRow.java>:192: error: malformed HTML
  [javadoc]      * @throws IllegalArgumentException if columnIndex < 0 or greater than 16384,
  [javadoc]                                                        ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFRow.java>:206: error: malformed HTML
  [javadoc]      * @throws IllegalArgumentException if the specified cell type is invalid, columnIndex < 0
  [javadoc]                                                                                            ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFRow.java>:385: error: malformed HTML
  [javadoc]      * @throws IllegalArgumentException if rowNum < 0 or greater than 1048575
  [javadoc]                                                   ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheetConditionalFormatting.java>:70: error: unexpected end tag: </p>
  [javadoc]      * </p>
  [javadoc]        ^
  [javadoc] 100 errors
  [javadoc] 100 warnings
      [jar] Building jar: <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/build/dist/maven/poi-ooxml/poi-ooxml-4.0.2-javadoc.jar>

assemble:
      [zip] Building zip: <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/build/dist/poi-bin-4.0.2-20181212.zip>
      [tar] Building tar: <https://builds.apache.org/job/POI-DSL-IBM-JDK/8/artifact/build/dist/poi-bin-4.0.2-20181212.tar.gz>
      [zip] Building zip: <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/build/dist/poi-src-4.0.2-20181212.zip>
      [tar] Building tar: <https://builds.apache.org/job/POI-DSL-IBM-JDK/8/artifact/build/dist/poi-src-4.0.2-20181212.tar.gz>
     [echo] Creating Maven POMs

maven-poms:
     [copy] Copying 6 files to <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/build/dist/maven>
     [echo] Maven POMs are located in <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/build/dist>
     [echo] Use ant dist-nexus to deploy the artifacts in the remote repository
     [echo] Distribution located in <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/build/dist>
     [echo] Use "ant dist-checksum" to create sha256/sha512 checksums and GPG signatures

findbugs:
      [get] Getting: https://downloads.sourceforge.net/project/findbugs/findbugs/3.0.1/findbugs-noUpdateChecks-3.0.1.zip?download=
      [get] To: <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/lib/findbugs-noUpdateChecks-3.0.1.zip>
      [get] Error getting https://downloads.sourceforge.net/project/findbugs/findbugs/3.0.1/findbugs-noUpdateChecks-3.0.1.zip?download= to <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/lib/findbugs-noUpdateChecks-3.0.1.zip>

BUILD FAILED
<https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/build.xml>:2234: The following error occurred while executing this line:
<https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/build.xml>:596: javax.net.ssl.SSLHandshakeException: com.ibm.jsse2.util.h: PKIX path building failed: java.security.cert.CertPathBuilderException: PKIXCertPathBuilderImpl could not build a valid CertPath.; internal cause is: 
	java.security.cert.CertPathValidatorException: The certificate issued by CN=DST Root CA X3, O=Digital Signature Trust Co. is not trusted; internal cause is: 
	java.security.cert.CertPathValidatorException: Certificate chaining error
	at com.ibm.jsse2.k.a(k.java:35)
	at com.ibm.jsse2.at.a(at.java:279)
	at com.ibm.jsse2.D.a(D.java:399)
	at com.ibm.jsse2.D.a(D.java:556)
	at com.ibm.jsse2.E.a(E.java:60)
	at com.ibm.jsse2.E.a(E.java:541)
	at com.ibm.jsse2.D.r(D.java:278)
	at com.ibm.jsse2.D.a(D.java:228)
	at com.ibm.jsse2.at.a(at.java:263)
	at com.ibm.jsse2.at.i(at.java:920)
	at com.ibm.jsse2.at.a(at.java:206)
	at com.ibm.jsse2.at.startHandshake(at.java:816)
	at com.ibm.net.ssl.www2.protocol.https.c.afterConnect(c.java:197)
	at com.ibm.net.ssl.www2.protocol.https.d.connect(d.java:3)
	at com.ibm.net.ssl.www2.protocol.https.b.connect(b.java:78)
	at org.apache.tools.ant.taskdefs.Get$GetThread.openConnection(Get.java:737)
	at org.apache.tools.ant.taskdefs.Get$GetThread.get(Get.java:650)
	at org.apache.tools.ant.taskdefs.Get$GetThread.run(Get.java:640)
Caused by: com.ibm.jsse2.util.h: PKIX path building failed: java.security.cert.CertPathBuilderException: PKIXCertPathBuilderImpl could not build a valid CertPath.; internal cause is: 
	java.security.cert.CertPathValidatorException: The certificate issued by CN=DST Root CA X3, O=Digital Signature Trust Co. is not trusted; internal cause is: 
	java.security.cert.CertPathValidatorException: Certificate chaining error
	at com.ibm.jsse2.util.f.a(f.java:114)
	at com.ibm.jsse2.util.f.b(f.java:51)
	at com.ibm.jsse2.util.e.a(e.java:13)
	at com.ibm.jsse2.aB.a(aB.java:188)
	at com.ibm.jsse2.aB.a(aB.java:65)
	at com.ibm.jsse2.aB.checkServerTrusted(aB.java:199)
	at com.ibm.jsse2.E.a(E.java:483)
	... 13 more
Caused by: java.security.cert.CertPathBuilderException: PKIXCertPathBuilderImpl could not build a valid CertPath.; internal cause is: 
	java.security.cert.CertPathValidatorException: The certificate issued by CN=DST Root CA X3, O=Digital Signature Trust Co. is not trusted; internal cause is: 
	java.security.cert.CertPathValidatorException: Certificate chaining error
	at com.ibm.security.cert.PKIXCertPathBuilderImpl.engineBuild(PKIXCertPathBuilderImpl.java:422)
	at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:268)
	at com.ibm.jsse2.util.f.a(f.java:132)
	... 19 more
Caused by: java.security.cert.CertPathValidatorException: The certificate issued by CN=DST Root CA X3, O=Digital Signature Trust Co. is not trusted; internal cause is: 
	java.security.cert.CertPathValidatorException: Certificate chaining error
	at com.ibm.security.cert.BasicChecker.<init>(BasicChecker.java:111)
	at com.ibm.security.cert.PKIXCertPathValidatorImpl.engineValidate(PKIXCertPathValidatorImpl.java:199)
	at com.ibm.security.cert.PKIXCertPathBuilderImpl.myValidator(PKIXCertPathBuilderImpl.java:749)
	at com.ibm.security.cert.PKIXCertPathBuilderImpl.buildCertPath(PKIXCertPathBuilderImpl.java:661)
	at com.ibm.security.cert.PKIXCertPathBuilderImpl.buildCertPath(PKIXCertPathBuilderImpl.java:607)
	at com.ibm.security.cert.PKIXCertPathBuilderImpl.engineBuild(PKIXCertPathBuilderImpl.java:368)
	... 21 more
Caused by: java.security.cert.CertPathValidatorException: Certificate chaining error
	at com.ibm.security.cert.CertPathUtil.findIssuer(CertPathUtil.java:316)
	at com.ibm.security.cert.BasicChecker.<init>(BasicChecker.java:108)
	... 26 more

Total time: 26 minutes 13 seconds
Build step 'Invoke Ant' marked build as failure
Skipping publisher since build result is FAILURE
Archiving artifacts
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
Skipping publisher since build result is FAILURE
Recording test results

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


Build failed in Jenkins: POI-DSL-IBM-JDK #7

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/POI-DSL-IBM-JDK/7/display/redirect?page=changes>

Changes:

[kiwiwings] add ooxml lite agent again ...

------------------------------------------
[...truncated 580.14 KB...]
  [javadoc]  &lt;si>
  [javadoc]        ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/eventusermodel/ReadOnlySharedStringsTable.java>:53: error: bad use of '>'
  [javadoc]    &lt;r>
  [javadoc]         ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/eventusermodel/ReadOnlySharedStringsTable.java>:54: error: bad use of '>'
  [javadoc]      &lt;rPr>
  [javadoc]             ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/eventusermodel/ReadOnlySharedStringsTable.java>:55: error: bad use of '>'
  [javadoc]        &lt;b />
  [javadoc]               ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/eventusermodel/ReadOnlySharedStringsTable.java>:56: error: bad use of '>'
  [javadoc]        &lt;sz val="11" />
  [javadoc]                         ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/eventusermodel/ReadOnlySharedStringsTable.java>:57: error: bad use of '>'
  [javadoc]        &lt;color theme="1" />
  [javadoc]                             ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/eventusermodel/ReadOnlySharedStringsTable.java>:58: error: bad use of '>'
  [javadoc]        &lt;rFont val="Calibri" />
  [javadoc]                                 ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/eventusermodel/ReadOnlySharedStringsTable.java>:59: error: bad use of '>'
  [javadoc]        &lt;family val="2" />
  [javadoc]                            ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/eventusermodel/ReadOnlySharedStringsTable.java>:60: error: bad use of '>'
  [javadoc]        &lt;scheme val="minor" />
  [javadoc]                                ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/eventusermodel/ReadOnlySharedStringsTable.java>:61: error: bad use of '>'
  [javadoc]      &lt;/rPr>
  [javadoc]              ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/eventusermodel/ReadOnlySharedStringsTable.java>:62: error: bad use of '>'
  [javadoc]      &lt;t>This:&lt;/t>
  [javadoc]           ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/eventusermodel/ReadOnlySharedStringsTable.java>:62: error: bad use of '>'
  [javadoc]      &lt;t>This:&lt;/t>
  [javadoc]                       ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/eventusermodel/ReadOnlySharedStringsTable.java>:63: error: bad use of '>'
  [javadoc]    &lt;/r>
  [javadoc]          ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/eventusermodel/ReadOnlySharedStringsTable.java>:64: error: bad use of '>'
  [javadoc]    &lt;r>
  [javadoc]         ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/eventusermodel/ReadOnlySharedStringsTable.java>:65: error: bad use of '>'
  [javadoc]      &lt;rPr>
  [javadoc]             ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/eventusermodel/ReadOnlySharedStringsTable.java>:66: error: bad use of '>'
  [javadoc]        &lt;sz val="11" />
  [javadoc]                         ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/eventusermodel/ReadOnlySharedStringsTable.java>:67: error: bad use of '>'
  [javadoc]        &lt;color theme="1" />
  [javadoc]                             ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/eventusermodel/ReadOnlySharedStringsTable.java>:68: error: bad use of '>'
  [javadoc]        &lt;rFont val="Calibri" />
  [javadoc]                                 ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/eventusermodel/ReadOnlySharedStringsTable.java>:69: error: bad use of '>'
  [javadoc]        &lt;family val="2" />
  [javadoc]                            ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/eventusermodel/ReadOnlySharedStringsTable.java>:70: error: bad use of '>'
  [javadoc]        &lt;scheme val="minor" />
  [javadoc]                                ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/eventusermodel/ReadOnlySharedStringsTable.java>:71: error: bad use of '>'
  [javadoc]      &lt;/rPr>
  [javadoc]              ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/eventusermodel/ReadOnlySharedStringsTable.java>:72: error: bad use of '>'
  [javadoc]      &lt;t xml:space="preserve">Causes Problems&lt;/t>
  [javadoc]                                ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/eventusermodel/ReadOnlySharedStringsTable.java>:72: error: bad use of '>'
  [javadoc]      &lt;t xml:space="preserve">Causes Problems&lt;/t>
  [javadoc]                                                      ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/eventusermodel/ReadOnlySharedStringsTable.java>:73: error: bad use of '>'
  [javadoc]    &lt;/r>
  [javadoc]          ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/eventusermodel/ReadOnlySharedStringsTable.java>:74: error: bad use of '>'
  [javadoc]  &lt;/si>
  [javadoc]         ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/eventusermodel/ReadOnlySharedStringsTable.java>:75: error: bad use of '>'
  [javadoc]  &lt;si>
  [javadoc]        ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/eventusermodel/ReadOnlySharedStringsTable.java>:76: error: bad use of '>'
  [javadoc]    &lt;t>This does not&lt;/t>
  [javadoc]         ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/eventusermodel/ReadOnlySharedStringsTable.java>:76: error: bad use of '>'
  [javadoc]    &lt;t>This does not&lt;/t>
  [javadoc]                             ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/eventusermodel/ReadOnlySharedStringsTable.java>:77: error: bad use of '>'
  [javadoc]  &lt;/si>
  [javadoc]         ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/eventusermodel/ReadOnlySharedStringsTable.java>:78: error: bad use of '>'
  [javadoc] &lt;/sst>
  [javadoc]         ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/model/StylesTable.java>:92: error: malformed HTML
  [javadoc]      * @throws IllegalArgumentException if <code>num</code> < 0
  [javadoc]                                                             ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/model/StylesTable.java>:93: error: malformed HTML
  [javadoc]      * @throws IllegalStateException if <code>num</code> < current number of data formats in the style table.
  [javadoc]                                                          ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/streaming/SXSSFRow.java>:118: error: malformed HTML
  [javadoc]      * @throws IllegalArgumentException if columnIndex < 0 or greater than the maximum number of supported columns
  [javadoc]                                                        ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/streaming/SXSSFRow.java>:135: error: malformed HTML
  [javadoc]      * @throws IllegalArgumentException if columnIndex < 0 or greater than a maximum number of supported columns
  [javadoc]                                                        ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/streaming/SXSSFRow.java>:193: error: malformed HTML
  [javadoc]      * @throws IllegalArgumentException if rowNum < 0
  [javadoc]                                                   ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/streaming/SXSSFRow.java>:232: error: malformed HTML
  [javadoc]      * @throws IllegalArgumentException if cellnum < 0 or the specified MissingCellPolicy is invalid
  [javadoc]                                                    ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java>:4083: error: unterminated signature
  [javadoc]      * @deprecated Use {@link #createTable(AreaReference))} instead
  [javadoc]                        ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFColor.java>:267: error: unknown tag: clrScheme
  [javadoc]      * Index into the <clrScheme> collection, referencing a particular <sysClr> or
  [javadoc]                       ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFColor.java>:267: error: unknown tag: sysClr
  [javadoc]      * Index into the <clrScheme> collection, referencing a particular <sysClr> or
  [javadoc]                                                                        ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFColor.java>:268: error: unknown tag: srgbClr
  [javadoc]      *  <srgbClr> value expressed in the Theme part.
  [javadoc]         ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFColor.java>:276: error: unknown tag: clrScheme
  [javadoc]      * Index into the <clrScheme> collection, referencing a particular <sysClr> or
  [javadoc]                       ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFColor.java>:276: error: unknown tag: sysClr
  [javadoc]      * Index into the <clrScheme> collection, referencing a particular <sysClr> or
  [javadoc]                                                                        ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFColor.java>:277: error: unknown tag: srgbClr
  [javadoc]      *  <srgbClr> value expressed in the Theme part.
  [javadoc]         ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFDxfStyleProvider.java>:42: error: bad use of '>'
  [javadoc]      * @param stripeSize 0 for non-stripe styles, > 1 for stripes
  [javadoc]                                                   ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFName.java>:146: error: tag not allowed here: <blockquote>
  [javadoc]      * <pre><blockquote>
  [javadoc]             ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFName.java>:165: error: unexpected end tag: </p>
  [javadoc]     * </p>
  [javadoc]       ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFName.java>:36: error: tag not allowed here: <blockquote>
  [javadoc]  * <pre><blockquote>
  [javadoc]         ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFName.java>:86: error: tag not allowed here: <li>
  [javadoc]      * <li> this defined name refers to a range to which an advanced filter has been
  [javadoc]        ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFName.java>:88: error: tag not allowed here: <li>
  [javadoc]      * <li> This defined name refers to a range to which an AutoFilter has been
  [javadoc]        ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFRichTextString.java>:431: error: bad use of '>'
  [javadoc]      * CTRPrElt --> CTFont adapter
  [javadoc]                   ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFRow.java>:105: error: unknown tag: Cell
  [javadoc]      * for (Iterator<Cell> it = row.cellIterator(); it.hasNext(); ) {
  [javadoc]                     ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFRow.java>:192: error: malformed HTML
  [javadoc]      * @throws IllegalArgumentException if columnIndex < 0 or greater than 16384,
  [javadoc]                                                        ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFRow.java>:206: error: malformed HTML
  [javadoc]      * @throws IllegalArgumentException if the specified cell type is invalid, columnIndex < 0
  [javadoc]                                                                                            ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFRow.java>:385: error: malformed HTML
  [javadoc]      * @throws IllegalArgumentException if rowNum < 0 or greater than 1048575
  [javadoc]                                                   ^
  [javadoc] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheetConditionalFormatting.java>:70: error: unexpected end tag: </p>
  [javadoc]      * </p>
  [javadoc]        ^
  [javadoc] 100 errors
  [javadoc] 100 warnings
      [jar] Building jar: <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/build/dist/maven/poi-ooxml/poi-ooxml-4.0.2-javadoc.jar>

assemble:
      [zip] Building zip: <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/build/dist/poi-bin-4.0.2-20181211.zip>
      [tar] Building tar: <https://builds.apache.org/job/POI-DSL-IBM-JDK/7/artifact/build/dist/poi-bin-4.0.2-20181211.tar.gz>
      [zip] Building zip: <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/build/dist/poi-src-4.0.2-20181211.zip>
      [tar] Building tar: <https://builds.apache.org/job/POI-DSL-IBM-JDK/7/artifact/build/dist/poi-src-4.0.2-20181211.tar.gz>
     [echo] Creating Maven POMs

maven-poms:
     [copy] Copying 6 files to <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/build/dist/maven>
     [echo] Maven POMs are located in <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/build/dist>
     [echo] Use ant dist-nexus to deploy the artifacts in the remote repository
     [echo] Distribution located in <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/build/dist>
     [echo] Use "ant dist-checksum" to create sha256/sha512 checksums and GPG signatures

findbugs:
      [get] Getting: https://downloads.sourceforge.net/project/findbugs/findbugs/3.0.1/findbugs-noUpdateChecks-3.0.1.zip?download=
      [get] To: <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/lib/findbugs-noUpdateChecks-3.0.1.zip>
      [get] Error getting https://downloads.sourceforge.net/project/findbugs/findbugs/3.0.1/findbugs-noUpdateChecks-3.0.1.zip?download= to <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/lib/findbugs-noUpdateChecks-3.0.1.zip>

BUILD FAILED
<https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/build.xml>:2231: The following error occurred while executing this line:
<https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/build.xml>:596: javax.net.ssl.SSLHandshakeException: com.ibm.jsse2.util.h: PKIX path building failed: java.security.cert.CertPathBuilderException: PKIXCertPathBuilderImpl could not build a valid CertPath.; internal cause is: 
	java.security.cert.CertPathValidatorException: The certificate issued by CN=DST Root CA X3, O=Digital Signature Trust Co. is not trusted; internal cause is: 
	java.security.cert.CertPathValidatorException: Certificate chaining error
	at com.ibm.jsse2.k.a(k.java:35)
	at com.ibm.jsse2.at.a(at.java:279)
	at com.ibm.jsse2.D.a(D.java:399)
	at com.ibm.jsse2.D.a(D.java:556)
	at com.ibm.jsse2.E.a(E.java:60)
	at com.ibm.jsse2.E.a(E.java:541)
	at com.ibm.jsse2.D.r(D.java:278)
	at com.ibm.jsse2.D.a(D.java:228)
	at com.ibm.jsse2.at.a(at.java:263)
	at com.ibm.jsse2.at.i(at.java:920)
	at com.ibm.jsse2.at.a(at.java:206)
	at com.ibm.jsse2.at.startHandshake(at.java:816)
	at com.ibm.net.ssl.www2.protocol.https.c.afterConnect(c.java:197)
	at com.ibm.net.ssl.www2.protocol.https.d.connect(d.java:3)
	at com.ibm.net.ssl.www2.protocol.https.b.connect(b.java:78)
	at org.apache.tools.ant.taskdefs.Get$GetThread.openConnection(Get.java:737)
	at org.apache.tools.ant.taskdefs.Get$GetThread.get(Get.java:650)
	at org.apache.tools.ant.taskdefs.Get$GetThread.run(Get.java:640)
Caused by: com.ibm.jsse2.util.h: PKIX path building failed: java.security.cert.CertPathBuilderException: PKIXCertPathBuilderImpl could not build a valid CertPath.; internal cause is: 
	java.security.cert.CertPathValidatorException: The certificate issued by CN=DST Root CA X3, O=Digital Signature Trust Co. is not trusted; internal cause is: 
	java.security.cert.CertPathValidatorException: Certificate chaining error
	at com.ibm.jsse2.util.f.a(f.java:114)
	at com.ibm.jsse2.util.f.b(f.java:51)
	at com.ibm.jsse2.util.e.a(e.java:13)
	at com.ibm.jsse2.aB.a(aB.java:188)
	at com.ibm.jsse2.aB.a(aB.java:65)
	at com.ibm.jsse2.aB.checkServerTrusted(aB.java:199)
	at com.ibm.jsse2.E.a(E.java:483)
	... 13 more
Caused by: java.security.cert.CertPathBuilderException: PKIXCertPathBuilderImpl could not build a valid CertPath.; internal cause is: 
	java.security.cert.CertPathValidatorException: The certificate issued by CN=DST Root CA X3, O=Digital Signature Trust Co. is not trusted; internal cause is: 
	java.security.cert.CertPathValidatorException: Certificate chaining error
	at com.ibm.security.cert.PKIXCertPathBuilderImpl.engineBuild(PKIXCertPathBuilderImpl.java:422)
	at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:268)
	at com.ibm.jsse2.util.f.a(f.java:132)
	... 19 more
Caused by: java.security.cert.CertPathValidatorException: The certificate issued by CN=DST Root CA X3, O=Digital Signature Trust Co. is not trusted; internal cause is: 
	java.security.cert.CertPathValidatorException: Certificate chaining error
	at com.ibm.security.cert.BasicChecker.<init>(BasicChecker.java:111)
	at com.ibm.security.cert.PKIXCertPathValidatorImpl.engineValidate(PKIXCertPathValidatorImpl.java:199)
	at com.ibm.security.cert.PKIXCertPathBuilderImpl.myValidator(PKIXCertPathBuilderImpl.java:749)
	at com.ibm.security.cert.PKIXCertPathBuilderImpl.buildCertPath(PKIXCertPathBuilderImpl.java:661)
	at com.ibm.security.cert.PKIXCertPathBuilderImpl.buildCertPath(PKIXCertPathBuilderImpl.java:607)
	at com.ibm.security.cert.PKIXCertPathBuilderImpl.engineBuild(PKIXCertPathBuilderImpl.java:368)
	... 21 more
Caused by: java.security.cert.CertPathValidatorException: Certificate chaining error
	at com.ibm.security.cert.CertPathUtil.findIssuer(CertPathUtil.java:316)
	at com.ibm.security.cert.BasicChecker.<init>(BasicChecker.java:108)
	... 26 more

Total time: 20 minutes 43 seconds
Build step 'Invoke Ant' marked build as failure
Skipping publisher since build result is FAILURE
Archiving artifacts
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
Skipping publisher since build result is FAILURE
Recording test results

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


Build failed in Jenkins: POI-DSL-IBM-JDK #6

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/POI-DSL-IBM-JDK/6/display/redirect?page=changes>

Changes:

[kiwiwings] #62999 - IBM JDK JIT causes AIOOBE in TexturePaintContext
refactor jacoco/junit calls and add more IBM JIT excludes

------------------------------------------
[...truncated 688.07 KB...]
    [junit] Reading spreadsheet/evaluate_formula_with_structured_table_references.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/evaluate_formula_with_structured_table_references.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/evencontinuation.txt with NullFileHandler
    [junit] Reading spreadsheet/ex41187-19267.xls with HSSFFileHandler
    [junit] Reading spreadsheet/ex41187-19267.xls with HPSFFileHandler
    [junit] Reading spreadsheet/ex42564-21435.xls with HSSFFileHandler
    [junit] Reading spreadsheet/ex42564-21435.xls with HPSFFileHandler
    [junit] Reading spreadsheet/ex42564-21503.xls with HSSFFileHandler
    [junit] Reading spreadsheet/ex42564-21503.xls with HPSFFileHandler
    [junit] Reading spreadsheet/ex42564-elementOrder.xls with HSSFFileHandler
    [junit] Reading spreadsheet/ex42564-elementOrder.xls with HPSFFileHandler
    [junit] Reading spreadsheet/ex42570-20305.xls with HSSFFileHandler
    [junit] Reading spreadsheet/ex42570-20305.xls with HPSFFileHandler
    [junit] Reading spreadsheet/ex44921-21902.xls with HSSFFileHandler
    [junit] Reading spreadsheet/ex44921-21902.xls with HPSFFileHandler
    [junit] Reading spreadsheet/ex45046-21984.xls with HSSFFileHandler
    [junit] Reading spreadsheet/ex45046-21984.xls with HPSFFileHandler
    [junit] Reading spreadsheet/ex45582-22397.xls with HSSFFileHandler
    [junit] Reading spreadsheet/ex45582-22397.xls with HPSFFileHandler
    [junit] Reading spreadsheet/ex45672.xls with HSSFFileHandler
    [junit] Reading spreadsheet/ex45672.xls with HPSFFileHandler
    [junit] Reading spreadsheet/ex45698-22488.xls with HSSFFileHandler
    [junit] Reading spreadsheet/ex45698-22488.xls with HPSFFileHandler
    [junit] Reading spreadsheet/ex45978-extraLinkTableSheets.xls with HSSFFileHandler
    [junit] Reading spreadsheet/ex45978-extraLinkTableSheets.xls with HPSFFileHandler
    [junit] Reading spreadsheet/ex46548-23133.xls with HSSFFileHandler
    [junit] Reading spreadsheet/ex46548-23133.xls with HPSFFileHandler
    [junit] Reading spreadsheet/ex47747-sharedFormula.xls with HSSFFileHandler
    [junit] Reading spreadsheet/ex47747-sharedFormula.xls with HPSFFileHandler
    [junit] Reading spreadsheet/excel_with_embeded.xls with HSSFFileHandler
    [junit] Reading spreadsheet/excel_with_embeded.xls with HPSFFileHandler
    [junit] Reading spreadsheet/excelant.xls with HSSFFileHandler
    [junit] Reading spreadsheet/excelant.xls with HPSFFileHandler
    [junit] Reading spreadsheet/extendedtextstrings.txt with NullFileHandler
    [junit] Reading spreadsheet/externalFunctionExample.xls with HSSFFileHandler
    [junit] Reading spreadsheet/externalFunctionExample.xls with HPSFFileHandler
    [junit] Reading spreadsheet/external_image.xls with HSSFFileHandler
    [junit] Reading spreadsheet/external_image.xls with HPSFFileHandler
    [junit] Reading spreadsheet/finance.xls with HSSFFileHandler
    [junit] Reading spreadsheet/finance.xls with HPSFFileHandler
    [junit] Reading spreadsheet/florida_data.ashx.xls with HSSFFileHandler
    [junit] Reading spreadsheet/florida_data.ashx.xls with HPSFFileHandler
    [junit] Reading spreadsheet/headerFooterTest.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/headerFooterTest.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/hyperlink.xlsb with XSSFBFileHandler
    [junit] Reading spreadsheet/intercept.xls with HSSFFileHandler
    [junit] Reading spreadsheet/intercept.xls with HPSFFileHandler
    [junit] Reading spreadsheet/logoKarmokar4.png with NullFileHandler
    [junit] Reading spreadsheet/maxindextest.xls with HSSFFileHandler
    [junit] Reading spreadsheet/maxindextest.xls with HPSFFileHandler
    [junit] Reading spreadsheet/mirrTest.xls with HSSFFileHandler
    [junit] Reading spreadsheet/mirrTest.xls with HPSFFileHandler
    [junit] Reading spreadsheet/missingFuncs44675.xls with HSSFFileHandler
    [junit] Reading spreadsheet/missingFuncs44675.xls with HPSFFileHandler
    [junit] Reading spreadsheet/mortgage-calculation.xls with HSSFFileHandler
    [junit] Reading spreadsheet/mortgage-calculation.xls with HPSFFileHandler
    [junit] Reading spreadsheet/multibookFormulaA.xls with HSSFFileHandler
    [junit] Reading spreadsheet/multibookFormulaA.xls with HPSFFileHandler
    [junit] Reading spreadsheet/multibookFormulaB.xls with HSSFFileHandler
    [junit] Reading spreadsheet/multibookFormulaB.xls with HPSFFileHandler
    [junit] Reading spreadsheet/mv-calculator-final-2-20-2013.xlsm with XSSFFileHandler
    [junit] Reading spreadsheet/mv-calculator-final-2-20-2013.xlsm with OPCFileHandler
    [junit] Reading spreadsheet/named-cell-in-formula-test.xls with HSSFFileHandler
    [junit] Reading spreadsheet/named-cell-in-formula-test.xls with HPSFFileHandler
    [junit] Reading spreadsheet/named-cell-test.xls with HSSFFileHandler
    [junit] Reading spreadsheet/named-cell-test.xls with HPSFFileHandler
    [junit] Reading spreadsheet/namedinput.xls with HSSFFileHandler
    [junit] Reading spreadsheet/namedinput.xls with HPSFFileHandler
    [junit] Reading spreadsheet/noHeaderFooter47244.xls with HSSFFileHandler
    [junit] Reading spreadsheet/noHeaderFooter47244.xls with HPSFFileHandler
    [junit] Reading spreadsheet/noSharedStringTable.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/noSharedStringTable.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/ole2-embedding.xls with HSSFFileHandler
    [junit] Reading spreadsheet/ole2-embedding.xls with HPSFFileHandler
    [junit] Reading spreadsheet/overlapSharedFormula.xls with HSSFFileHandler
    [junit] Reading spreadsheet/overlapSharedFormula.xls with HPSFFileHandler
    [junit] Reading spreadsheet/password.xls with HSSFFileHandler
    [junit] Reading spreadsheet/password.xls with HPSFFileHandler
    [junit] Reading spreadsheet/picture.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/picture.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/poc-shared-strings.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/poc-shared-strings.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/poc-xmlbomb-empty.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/poc-xmlbomb-empty.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/poc-xmlbomb.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/poc-xmlbomb.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/protected_passtika.xlsb with XSSFBFileHandler
    [junit] Reading spreadsheet/protected_passtika.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/protected_passtika.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/rank.xls with HSSFFileHandler
    [junit] Reading spreadsheet/rank.xls with HPSFFileHandler
    [junit] Reading spreadsheet/ref-56737.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/ref-56737.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/ref2-56737.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/ref2-56737.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/reordered_sheets.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/reordered_sheets.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/resize_compare.xls with HSSFFileHandler
    [junit] Reading spreadsheet/resize_compare.xls with HPSFFileHandler
    [junit] Reading spreadsheet/resize_compare.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/resize_compare.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/richtextdata.txt with NullFileHandler
    [junit] Reading spreadsheet/rk.xls with HSSFFileHandler
    [junit] Reading spreadsheet/rk.xls with HPSFFileHandler
    [junit] Reading spreadsheet/sample-beta.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/sample-beta.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/sample.strict.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/sample.strict.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/sample.xlsb with XSSFBFileHandler
    [junit] Reading spreadsheet/sample.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/sample.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/shared_formulas.xls with HSSFFileHandler
    [junit] Reading spreadsheet/shared_formulas.xls with HPSFFileHandler
    [junit] Reading spreadsheet/shared_formulas.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/shared_formulas.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/sheetProtection_allLocked.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/sheetProtection_allLocked.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/sheetProtection_not_protected.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/sheetProtection_not_protected.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/simple-monthly-budget.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/simple-monthly-budget.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/simple-table-named-range.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/simple-table-named-range.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/stringacross2continuations.txt with NullFileHandler
    [junit] Reading spreadsheet/style-alternate-content.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/style-alternate-content.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/styles.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/styles.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/sumifformula.xls with HSSFFileHandler
    [junit] Reading spreadsheet/sumifformula.xls with HPSFFileHandler
    [junit] Reading spreadsheet/sumifs.xls with HSSFFileHandler
    [junit] Reading spreadsheet/sumifs.xls with HPSFFileHandler
    [junit] Reading spreadsheet/tableStyle.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/tableStyle.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/template.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/template.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/templateExcelWithAutofilter.xls with HSSFFileHandler
    [junit] Reading spreadsheet/templateExcelWithAutofilter.xls with HPSFFileHandler
    [junit] Reading spreadsheet/test.xltx with XSSFFileHandler
    [junit] Reading spreadsheet/test.xltx with OPCFileHandler
    [junit] Reading spreadsheet/testArraysAndTables.xls with HSSFFileHandler
    [junit] Reading spreadsheet/testArraysAndTables.xls with HPSFFileHandler
    [junit] Reading spreadsheet/testEXCEL_3.xls with HSSFFileHandler
    [junit] Reading spreadsheet/testEXCEL_3.xls with HPSFFileHandler
    [junit] Reading spreadsheet/testEXCEL_4.xls with HSSFFileHandler
    [junit] Reading spreadsheet/testEXCEL_4.xls with HPSFFileHandler
    [junit] Reading spreadsheet/testEXCEL_5.xls with HSSFFileHandler
    [junit] Reading spreadsheet/testEXCEL_5.xls with HPSFFileHandler
    [junit] Reading spreadsheet/testEXCEL_95.xls with HSSFFileHandler
    [junit] Reading spreadsheet/testEXCEL_95.xls with HPSFFileHandler
    [junit] Reading spreadsheet/testNames.xls with HSSFFileHandler
    [junit] Reading spreadsheet/testNames.xls with HPSFFileHandler
    [junit] Reading spreadsheet/testNames.xlsm with XSSFFileHandler
    [junit] Reading spreadsheet/testNames.xlsm with OPCFileHandler
    [junit] Reading spreadsheet/testRRaC.xls with HSSFFileHandler
    [junit] Reading spreadsheet/testRRaC.xls with HPSFFileHandler
    [junit] Reading spreadsheet/testRVA.xls with HSSFFileHandler
    [junit] Reading spreadsheet/testRVA.xls with HPSFFileHandler
    [junit] Reading spreadsheet/testVarious.xlsb with XSSFBFileHandler
    [junit] Reading spreadsheet/test_conditional_formatting.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/test_conditional_formatting.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/test_properties1 with NullFileHandler
    [junit] Reading spreadsheet/text.xls with HSSFFileHandler
    [junit] Reading spreadsheet/text.xls with HPSFFileHandler
    [junit] Reading spreadsheet/tile-range-test.xls with HSSFFileHandler
    [junit] Reading spreadsheet/tile-range-test.xls with HPSFFileHandler
    [junit] Reading spreadsheet/tile-range-test.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/tile-range-test.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/unicodeNameRecord.xls with HSSFFileHandler
    [junit] Reading spreadsheet/unicodeNameRecord.xls with HPSFFileHandler
    [junit] Reading spreadsheet/unicodeSheetName.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/unicodeSheetName.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/vmlDrawing1.vml with NullFileHandler
    [junit] Reading spreadsheet/workbookProtection-sheet_password-2013.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/workbookProtection-sheet_password-2013.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/workbookProtection-workbook_password-2013.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/workbookProtection-workbook_password-2013.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/workbookProtection-workbook_password_user_range-2010.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/workbookProtection-workbook_password_user_range-2010.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/workbookProtection_not_protected.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/workbookProtection_not_protected.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/workbookProtection_workbook_revision_protected.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/workbookProtection_workbook_revision_protected.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/workbookProtection_workbook_structure_protected.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/workbookProtection_workbook_structure_protected.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/workbookProtection_workbook_windows_protected.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/workbookProtection_workbook_windows_protected.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/workbookProtection_worksheet_protected.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/workbookProtection_worksheet_protected.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/xlsx-jdbc.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/xlsx-jdbc.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/xor-encryption-abc.xls with HSSFFileHandler
    [junit] Reading spreadsheet/xor-encryption-abc.xls with HPSFFileHandler
    [junit] Reading spreadsheet/yearfracExamples.xls with HSSFFileHandler
    [junit] Reading spreadsheet/yearfracExamples.xls with HPSFFileHandler
    [junit] Reading xmldsign/Office2010-SP1-XAdES-X-L.docx with XWPFFileHandler
    [junit] Reading xmldsign/Office2010-SP1-XAdES-X-L.docx with OPCFileHandler
    [junit] Reading xmldsign/PPT2016withComment.pptx with XSLFFileHandler
    [junit] Reading xmldsign/PPT2016withComment.pptx with OPCFileHandler
    [junit] Reading xmldsign/bug58630.xlsx with XSSFFileHandler
    [junit] Reading xmldsign/bug58630.xlsx with OPCFileHandler
    [junit] Reading xmldsign/chaintest.pfx with NullFileHandler
    [junit] Reading xmldsign/hello-world-office-2010-technical-preview-unsigned.docx with XWPFFileHandler
    [junit] Reading xmldsign/hello-world-office-2010-technical-preview-unsigned.docx with OPCFileHandler
    [junit] Reading xmldsign/hello-world-office-2010-technical-preview.docx with XWPFFileHandler
    [junit] Reading xmldsign/hello-world-office-2010-technical-preview.docx with OPCFileHandler
    [junit] Reading xmldsign/hello-world-signed-twice.docx with XWPFFileHandler
    [junit] Reading xmldsign/hello-world-signed-twice.docx with OPCFileHandler
    [junit] Reading xmldsign/hello-world-signed.docx with XWPFFileHandler
    [junit] Reading xmldsign/hello-world-signed.docx with OPCFileHandler
    [junit] Reading xmldsign/hello-world-signed.pptx with XSLFFileHandler
    [junit] Reading xmldsign/hello-world-signed.pptx with OPCFileHandler
    [junit] Reading xmldsign/hello-world-signed.xlsx with XSSFFileHandler
    [junit] Reading xmldsign/hello-world-signed.xlsx with OPCFileHandler
    [junit] Reading xmldsign/hello-world-unsigned.docx with XWPFFileHandler
    [junit] Reading xmldsign/hello-world-unsigned.docx with OPCFileHandler
    [junit] Reading xmldsign/hello-world-unsigned.pptx with XSLFFileHandler
    [junit] Reading xmldsign/hello-world-unsigned.pptx with OPCFileHandler
    [junit] Reading xmldsign/hello-world-unsigned.xlsx with XSSFFileHandler
    [junit] Reading xmldsign/hello-world-unsigned.xlsx with OPCFileHandler
    [junit] Reading xmldsign/hyperlink-example-signed.docx with XWPFFileHandler
    [junit] Reading xmldsign/hyperlink-example-signed.docx with OPCFileHandler
    [junit] Reading xmldsign/ms-office-2010-signed.docx with XWPFFileHandler
    [junit] Reading xmldsign/ms-office-2010-signed.docx with OPCFileHandler
    [junit] Reading xmldsign/ms-office-2010-signed.pptx with XSLFFileHandler
    [junit] Reading xmldsign/ms-office-2010-signed.pptx with OPCFileHandler
    [junit] Reading xmldsign/ms-office-2010-signed.xlsx with XSSFFileHandler
    [junit] Reading xmldsign/ms-office-2010-signed.xlsx with OPCFileHandler
    [junit] Reading xmldsign/office2007prettyPrintedRels.docx with XWPFFileHandler
    [junit] Reading xmldsign/office2007prettyPrintedRels.docx with OPCFileHandler
    [junit] Reading xmldsign/signed.docx with XWPFFileHandler
    [junit] Reading xmldsign/signed.docx with OPCFileHandler
    [junit] Tests run: 2474, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 607.044 sec

-test-integration-write-testfile:

compile-ooxml-lite:
     [echo] Create ooxml-lite schemas

BUILD FAILED
<https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/build.xml>:1625: Warning: Could not find file <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/build/ooxml-lite-report.txt> to copy.

Total time: 22 minutes 20 seconds
Build step 'Invoke Ant' marked build as failure
Skipping publisher since build result is FAILURE
Archiving artifacts
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
Skipping publisher since build result is FAILURE
Recording test results

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


Build failed in Jenkins: POI-DSL-IBM-JDK #5

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/POI-DSL-IBM-JDK/5/display/redirect?page=changes>

Changes:

[kiwiwings] #62999 - IBM JDK JIT causes AIOOBE in TexturePaintContext

[kiwiwings] #62994 - IBM JCE workarounds
add link to IBM policy files

[fanningpj] [bug-62996]try suggested test change

------------------------------------------
[...truncated 687.96 KB...]
    [junit] Reading spreadsheet/duprich2.xls with HPSFFileHandler
    [junit] Reading spreadsheet/dvEmpty.xls with HSSFFileHandler
    [junit] Reading spreadsheet/dvEmpty.xls with HPSFFileHandler
    [junit] Reading spreadsheet/empty.xls with HSSFFileHandler
    [junit] Reading spreadsheet/empty.xls with HPSFFileHandler
    [junit] Reading spreadsheet/evaluate_formula_with_structured_table_references.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/evaluate_formula_with_structured_table_references.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/evencontinuation.txt with NullFileHandler
    [junit] Reading spreadsheet/ex41187-19267.xls with HSSFFileHandler
    [junit] Reading spreadsheet/ex41187-19267.xls with HPSFFileHandler
    [junit] Reading spreadsheet/ex42564-21435.xls with HSSFFileHandler
    [junit] Reading spreadsheet/ex42564-21435.xls with HPSFFileHandler
    [junit] Reading spreadsheet/ex42564-21503.xls with HSSFFileHandler
    [junit] Reading spreadsheet/ex42564-21503.xls with HPSFFileHandler
    [junit] Reading spreadsheet/ex42564-elementOrder.xls with HSSFFileHandler
    [junit] Reading spreadsheet/ex42564-elementOrder.xls with HPSFFileHandler
    [junit] Reading spreadsheet/ex42570-20305.xls with HSSFFileHandler
    [junit] Reading spreadsheet/ex42570-20305.xls with HPSFFileHandler
    [junit] Reading spreadsheet/ex44921-21902.xls with HSSFFileHandler
    [junit] Reading spreadsheet/ex44921-21902.xls with HPSFFileHandler
    [junit] Reading spreadsheet/ex45046-21984.xls with HSSFFileHandler
    [junit] Reading spreadsheet/ex45046-21984.xls with HPSFFileHandler
    [junit] Reading spreadsheet/ex45582-22397.xls with HSSFFileHandler
    [junit] Reading spreadsheet/ex45582-22397.xls with HPSFFileHandler
    [junit] Reading spreadsheet/ex45672.xls with HSSFFileHandler
    [junit] Reading spreadsheet/ex45672.xls with HPSFFileHandler
    [junit] Reading spreadsheet/ex45698-22488.xls with HSSFFileHandler
    [junit] Reading spreadsheet/ex45698-22488.xls with HPSFFileHandler
    [junit] Reading spreadsheet/ex45978-extraLinkTableSheets.xls with HSSFFileHandler
    [junit] Reading spreadsheet/ex45978-extraLinkTableSheets.xls with HPSFFileHandler
    [junit] Reading spreadsheet/ex46548-23133.xls with HSSFFileHandler
    [junit] Reading spreadsheet/ex46548-23133.xls with HPSFFileHandler
    [junit] Reading spreadsheet/ex47747-sharedFormula.xls with HSSFFileHandler
    [junit] Reading spreadsheet/ex47747-sharedFormula.xls with HPSFFileHandler
    [junit] Reading spreadsheet/excel_with_embeded.xls with HSSFFileHandler
    [junit] Reading spreadsheet/excel_with_embeded.xls with HPSFFileHandler
    [junit] Reading spreadsheet/excelant.xls with HSSFFileHandler
    [junit] Reading spreadsheet/excelant.xls with HPSFFileHandler
    [junit] Reading spreadsheet/extendedtextstrings.txt with NullFileHandler
    [junit] Reading spreadsheet/externalFunctionExample.xls with HSSFFileHandler
    [junit] Reading spreadsheet/externalFunctionExample.xls with HPSFFileHandler
    [junit] Reading spreadsheet/external_image.xls with HSSFFileHandler
    [junit] Reading spreadsheet/external_image.xls with HPSFFileHandler
    [junit] Reading spreadsheet/finance.xls with HSSFFileHandler
    [junit] Reading spreadsheet/finance.xls with HPSFFileHandler
    [junit] Reading spreadsheet/florida_data.ashx.xls with HSSFFileHandler
    [junit] Reading spreadsheet/florida_data.ashx.xls with HPSFFileHandler
    [junit] Reading spreadsheet/headerFooterTest.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/headerFooterTest.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/hyperlink.xlsb with XSSFBFileHandler
    [junit] Reading spreadsheet/intercept.xls with HSSFFileHandler
    [junit] Reading spreadsheet/intercept.xls with HPSFFileHandler
    [junit] Reading spreadsheet/logoKarmokar4.png with NullFileHandler
    [junit] Reading spreadsheet/maxindextest.xls with HSSFFileHandler
    [junit] Reading spreadsheet/maxindextest.xls with HPSFFileHandler
    [junit] Reading spreadsheet/mirrTest.xls with HSSFFileHandler
    [junit] Reading spreadsheet/mirrTest.xls with HPSFFileHandler
    [junit] Reading spreadsheet/missingFuncs44675.xls with HSSFFileHandler
    [junit] Reading spreadsheet/missingFuncs44675.xls with HPSFFileHandler
    [junit] Reading spreadsheet/mortgage-calculation.xls with HSSFFileHandler
    [junit] Reading spreadsheet/mortgage-calculation.xls with HPSFFileHandler
    [junit] Reading spreadsheet/multibookFormulaA.xls with HSSFFileHandler
    [junit] Reading spreadsheet/multibookFormulaA.xls with HPSFFileHandler
    [junit] Reading spreadsheet/multibookFormulaB.xls with HSSFFileHandler
    [junit] Reading spreadsheet/multibookFormulaB.xls with HPSFFileHandler
    [junit] Reading spreadsheet/mv-calculator-final-2-20-2013.xlsm with XSSFFileHandler
    [junit] Reading spreadsheet/mv-calculator-final-2-20-2013.xlsm with OPCFileHandler
    [junit] Reading spreadsheet/named-cell-in-formula-test.xls with HSSFFileHandler
    [junit] Reading spreadsheet/named-cell-in-formula-test.xls with HPSFFileHandler
    [junit] Reading spreadsheet/named-cell-test.xls with HSSFFileHandler
    [junit] Reading spreadsheet/named-cell-test.xls with HPSFFileHandler
    [junit] Reading spreadsheet/namedinput.xls with HSSFFileHandler
    [junit] Reading spreadsheet/namedinput.xls with HPSFFileHandler
    [junit] Reading spreadsheet/noHeaderFooter47244.xls with HSSFFileHandler
    [junit] Reading spreadsheet/noHeaderFooter47244.xls with HPSFFileHandler
    [junit] Reading spreadsheet/noSharedStringTable.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/noSharedStringTable.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/ole2-embedding.xls with HSSFFileHandler
    [junit] Reading spreadsheet/ole2-embedding.xls with HPSFFileHandler
    [junit] Reading spreadsheet/overlapSharedFormula.xls with HSSFFileHandler
    [junit] Reading spreadsheet/overlapSharedFormula.xls with HPSFFileHandler
    [junit] Reading spreadsheet/password.xls with HSSFFileHandler
    [junit] Reading spreadsheet/password.xls with HPSFFileHandler
    [junit] Reading spreadsheet/picture.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/picture.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/poc-shared-strings.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/poc-shared-strings.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/poc-xmlbomb-empty.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/poc-xmlbomb-empty.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/poc-xmlbomb.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/poc-xmlbomb.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/protected_passtika.xlsb with XSSFBFileHandler
    [junit] Reading spreadsheet/protected_passtika.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/protected_passtika.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/rank.xls with HSSFFileHandler
    [junit] Reading spreadsheet/rank.xls with HPSFFileHandler
    [junit] Reading spreadsheet/ref-56737.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/ref-56737.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/ref2-56737.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/ref2-56737.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/reordered_sheets.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/reordered_sheets.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/resize_compare.xls with HSSFFileHandler
    [junit] Reading spreadsheet/resize_compare.xls with HPSFFileHandler
    [junit] Reading spreadsheet/resize_compare.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/resize_compare.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/richtextdata.txt with NullFileHandler
    [junit] Reading spreadsheet/rk.xls with HSSFFileHandler
    [junit] Reading spreadsheet/rk.xls with HPSFFileHandler
    [junit] Reading spreadsheet/sample-beta.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/sample-beta.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/sample.strict.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/sample.strict.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/sample.xlsb with XSSFBFileHandler
    [junit] Reading spreadsheet/sample.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/sample.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/shared_formulas.xls with HSSFFileHandler
    [junit] Reading spreadsheet/shared_formulas.xls with HPSFFileHandler
    [junit] Reading spreadsheet/shared_formulas.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/shared_formulas.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/sheetProtection_allLocked.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/sheetProtection_allLocked.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/sheetProtection_not_protected.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/sheetProtection_not_protected.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/simple-monthly-budget.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/simple-monthly-budget.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/simple-table-named-range.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/simple-table-named-range.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/stringacross2continuations.txt with NullFileHandler
    [junit] Reading spreadsheet/style-alternate-content.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/style-alternate-content.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/styles.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/styles.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/sumifformula.xls with HSSFFileHandler
    [junit] Reading spreadsheet/sumifformula.xls with HPSFFileHandler
    [junit] Reading spreadsheet/sumifs.xls with HSSFFileHandler
    [junit] Reading spreadsheet/sumifs.xls with HPSFFileHandler
    [junit] Reading spreadsheet/tableStyle.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/tableStyle.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/template.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/template.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/templateExcelWithAutofilter.xls with HSSFFileHandler
    [junit] Reading spreadsheet/templateExcelWithAutofilter.xls with HPSFFileHandler
    [junit] Reading spreadsheet/test.xltx with XSSFFileHandler
    [junit] Reading spreadsheet/test.xltx with OPCFileHandler
    [junit] Reading spreadsheet/testArraysAndTables.xls with HSSFFileHandler
    [junit] Reading spreadsheet/testArraysAndTables.xls with HPSFFileHandler
    [junit] Reading spreadsheet/testEXCEL_3.xls with HSSFFileHandler
    [junit] Reading spreadsheet/testEXCEL_3.xls with HPSFFileHandler
    [junit] Reading spreadsheet/testEXCEL_4.xls with HSSFFileHandler
    [junit] Reading spreadsheet/testEXCEL_4.xls with HPSFFileHandler
    [junit] Reading spreadsheet/testEXCEL_5.xls with HSSFFileHandler
    [junit] Reading spreadsheet/testEXCEL_5.xls with HPSFFileHandler
    [junit] Reading spreadsheet/testEXCEL_95.xls with HSSFFileHandler
    [junit] Reading spreadsheet/testEXCEL_95.xls with HPSFFileHandler
    [junit] Reading spreadsheet/testNames.xls with HSSFFileHandler
    [junit] Reading spreadsheet/testNames.xls with HPSFFileHandler
    [junit] Reading spreadsheet/testNames.xlsm with XSSFFileHandler
    [junit] Reading spreadsheet/testNames.xlsm with OPCFileHandler
    [junit] Reading spreadsheet/testRRaC.xls with HSSFFileHandler
    [junit] Reading spreadsheet/testRRaC.xls with HPSFFileHandler
    [junit] Reading spreadsheet/testRVA.xls with HSSFFileHandler
    [junit] Reading spreadsheet/testRVA.xls with HPSFFileHandler
    [junit] Reading spreadsheet/testVarious.xlsb with XSSFBFileHandler
    [junit] Reading spreadsheet/test_conditional_formatting.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/test_conditional_formatting.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/test_properties1 with NullFileHandler
    [junit] Reading spreadsheet/text.xls with HSSFFileHandler
    [junit] Reading spreadsheet/text.xls with HPSFFileHandler
    [junit] Reading spreadsheet/tile-range-test.xls with HSSFFileHandler
    [junit] Reading spreadsheet/tile-range-test.xls with HPSFFileHandler
    [junit] Reading spreadsheet/tile-range-test.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/tile-range-test.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/unicodeNameRecord.xls with HSSFFileHandler
    [junit] Reading spreadsheet/unicodeNameRecord.xls with HPSFFileHandler
    [junit] Reading spreadsheet/unicodeSheetName.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/unicodeSheetName.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/vmlDrawing1.vml with NullFileHandler
    [junit] Reading spreadsheet/workbookProtection-sheet_password-2013.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/workbookProtection-sheet_password-2013.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/workbookProtection-workbook_password-2013.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/workbookProtection-workbook_password-2013.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/workbookProtection-workbook_password_user_range-2010.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/workbookProtection-workbook_password_user_range-2010.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/workbookProtection_not_protected.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/workbookProtection_not_protected.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/workbookProtection_workbook_revision_protected.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/workbookProtection_workbook_revision_protected.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/workbookProtection_workbook_structure_protected.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/workbookProtection_workbook_structure_protected.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/workbookProtection_workbook_windows_protected.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/workbookProtection_workbook_windows_protected.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/workbookProtection_worksheet_protected.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/workbookProtection_worksheet_protected.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/xlsx-jdbc.xlsx with XSSFFileHandler
    [junit] Reading spreadsheet/xlsx-jdbc.xlsx with OPCFileHandler
    [junit] Reading spreadsheet/xor-encryption-abc.xls with HSSFFileHandler
    [junit] Reading spreadsheet/xor-encryption-abc.xls with HPSFFileHandler
    [junit] Reading spreadsheet/yearfracExamples.xls with HSSFFileHandler
    [junit] Reading spreadsheet/yearfracExamples.xls with HPSFFileHandler
    [junit] Reading xmldsign/Office2010-SP1-XAdES-X-L.docx with XWPFFileHandler
    [junit] Reading xmldsign/Office2010-SP1-XAdES-X-L.docx with OPCFileHandler
    [junit] Reading xmldsign/PPT2016withComment.pptx with XSLFFileHandler
    [junit] Reading xmldsign/PPT2016withComment.pptx with OPCFileHandler
    [junit] Reading xmldsign/bug58630.xlsx with XSSFFileHandler
    [junit] Reading xmldsign/bug58630.xlsx with OPCFileHandler
    [junit] Reading xmldsign/chaintest.pfx with NullFileHandler
    [junit] Reading xmldsign/hello-world-office-2010-technical-preview-unsigned.docx with XWPFFileHandler
    [junit] Reading xmldsign/hello-world-office-2010-technical-preview-unsigned.docx with OPCFileHandler
    [junit] Reading xmldsign/hello-world-office-2010-technical-preview.docx with XWPFFileHandler
    [junit] Reading xmldsign/hello-world-office-2010-technical-preview.docx with OPCFileHandler
    [junit] Reading xmldsign/hello-world-signed-twice.docx with XWPFFileHandler
    [junit] Reading xmldsign/hello-world-signed-twice.docx with OPCFileHandler
    [junit] Reading xmldsign/hello-world-signed.docx with XWPFFileHandler
    [junit] Reading xmldsign/hello-world-signed.docx with OPCFileHandler
    [junit] Reading xmldsign/hello-world-signed.pptx with XSLFFileHandler
    [junit] Reading xmldsign/hello-world-signed.pptx with OPCFileHandler
    [junit] Reading xmldsign/hello-world-signed.xlsx with XSSFFileHandler
    [junit] Reading xmldsign/hello-world-signed.xlsx with OPCFileHandler
    [junit] Reading xmldsign/hello-world-unsigned.docx with XWPFFileHandler
    [junit] Reading xmldsign/hello-world-unsigned.docx with OPCFileHandler
    [junit] Reading xmldsign/hello-world-unsigned.pptx with XSLFFileHandler
    [junit] Reading xmldsign/hello-world-unsigned.pptx with OPCFileHandler
    [junit] Reading xmldsign/hello-world-unsigned.xlsx with XSSFFileHandler
    [junit] Reading xmldsign/hello-world-unsigned.xlsx with OPCFileHandler
    [junit] Reading xmldsign/hyperlink-example-signed.docx with XWPFFileHandler
    [junit] Reading xmldsign/hyperlink-example-signed.docx with OPCFileHandler
    [junit] Reading xmldsign/ms-office-2010-signed.docx with XWPFFileHandler
    [junit] Reading xmldsign/ms-office-2010-signed.docx with OPCFileHandler
    [junit] Reading xmldsign/ms-office-2010-signed.pptx with XSLFFileHandler
    [junit] Reading xmldsign/ms-office-2010-signed.pptx with OPCFileHandler
    [junit] Reading xmldsign/ms-office-2010-signed.xlsx with XSSFFileHandler
    [junit] Reading xmldsign/ms-office-2010-signed.xlsx with OPCFileHandler
    [junit] Reading xmldsign/office2007prettyPrintedRels.docx with XWPFFileHandler
    [junit] Reading xmldsign/office2007prettyPrintedRels.docx with OPCFileHandler
    [junit] Reading xmldsign/signed.docx with XWPFFileHandler
    [junit] Reading xmldsign/signed.docx with OPCFileHandler
    [junit] Tests run: 2474, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 670.007 sec

BUILD FAILED
<https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/build.xml>:1665: Test org.apache.poi.TestAllFiles failed

Total time: 22 minutes 50 seconds
Build step 'Invoke Ant' marked build as failure
Skipping publisher since build result is FAILURE
Archiving artifacts
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
Skipping publisher since build result is FAILURE
Recording test results

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


Build failed in Jenkins: POI-DSL-IBM-JDK #4

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/POI-DSL-IBM-JDK/4/display/redirect?page=changes>

Changes:

[kiwiwings] #62994 - IBM JCE workarounds
add policy restriction exemption

------------------------------------------
[...truncated 138.22 KB...]
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFColor
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFComment
    [junit] Tests run: 19, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.269 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFConditionalFormatting
    [junit] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFDataFormat
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFDataValidation
    [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.496 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFDataValidationConstraint
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFDialogSheet
    [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFDrawing
    [junit] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.566 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFEvaluationSheet
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFEvenFooter
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFEvenHeader
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFExternalFunctions
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFFirstFooter
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFFirstHeader
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFFont
    [junit] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFForkedEvaluator
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFFormulaEvaluation
    [junit] Tests run: 36, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.6 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFFormulaParser
    [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.379 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFHeaderFooterProperties
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFHyperlink
    [junit] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.37 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFName
    [junit] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.228 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFOddFooter
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFOddHeader
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFPicture
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFPictureData
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFPivotTableName
    [junit] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.722 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFPivotTableRef
    [junit] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.584 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFPrintSetup
    [junit] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFRichTextString
    [junit] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFRow
    [junit] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.183 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFShape
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFSheet
    [junit] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.852 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFSheetAutosizeColumn
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFSheetMergeRegions
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.671 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFSheetRowGrouping
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.273 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFSheetShiftColumns
    [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFSheetShiftRows
    [junit] Tests run: 34, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 33.137 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFSheetUpdateArrayFormulas
    [junit] Tests run: 18, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.047 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFSimpleShape
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFTable
    [junit] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.311 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFTableColumn
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFTextParagraph
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFTextRun
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFUnicodeSurrogates
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFVMLDrawing
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 sec
    [junit] Running org.apache.poi.xssf.usermodel.TestXSSFWorkbook
    [junit] Tests run: 61, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.108 sec
    [junit] Running org.apache.poi.xssf.usermodel.charts.TestXSSFCategoryAxis
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
    [junit] Running org.apache.poi.xssf.usermodel.charts.TestXSSFChartAxis
    [junit] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
    [junit] Running org.apache.poi.xssf.usermodel.charts.TestXSSFChartLegend
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
    [junit] Running org.apache.poi.xssf.usermodel.charts.TestXSSFChartTitle
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec
    [junit] Running org.apache.poi.xssf.usermodel.charts.TestXSSFDateAxis
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
    [junit] Running org.apache.poi.xssf.usermodel.charts.TestXSSFLineChartData
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
    [junit] Running org.apache.poi.xssf.usermodel.charts.TestXSSFManualLayout
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
    [junit] Running org.apache.poi.xssf.usermodel.charts.TestXSSFScatterChartData
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
    [junit] Running org.apache.poi.xssf.usermodel.charts.TestXSSFValueAxis
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
    [junit] Running org.apache.poi.xssf.usermodel.extensions.TestXSSFBorder
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
    [junit] Running org.apache.poi.xssf.usermodel.extensions.TestXSSFCellFill
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
    [junit] Running org.apache.poi.xssf.usermodel.extensions.TestXSSFHeaderFooter
    [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
    [junit] Running org.apache.poi.xssf.usermodel.extensions.TestXSSFSheetComments
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
    [junit] Running org.apache.poi.xssf.usermodel.helpers.TestColumnHelper
    [junit] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
    [junit] Running org.apache.poi.xssf.usermodel.helpers.TestHeaderFooterHelper
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
    [junit] Running org.apache.poi.xssf.usermodel.helpers.TestXSSFColumnShifting
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
    [junit] Running org.apache.poi.xssf.util.TestCTColComparator
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
    [junit] Running org.apache.poi.xssf.util.TestEvilUnclosedBRFixingInputStream
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
    [junit] Running org.apache.poi.xssf.util.TestNumericRanges
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
    [junit] Running org.apache.poi.xwpf.TestAllExtendedProperties
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
    [junit] Running org.apache.poi.xwpf.TestDocumentProtection
    [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.39 sec
    [junit] Running org.apache.poi.xwpf.TestNecessaryOOXMLClasses
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
    [junit] Running org.apache.poi.xwpf.TestPackageCorePropertiesGetKeywords
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec
    [junit] Running org.apache.poi.xwpf.TestXWPFBugs
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.15 sec
    [junit] Running org.apache.poi.xwpf.extractor.TestExternalEntities
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
    [junit] Running org.apache.poi.xwpf.extractor.TestXWPFWordExtractor
    [junit] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.801 sec
    [junit] Running org.apache.poi.xwpf.model.TestXWPFDecorators
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec
    [junit] Running org.apache.poi.xwpf.model.TestXWPFHeaderFooterPolicy
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.246 sec
    [junit] Running org.apache.poi.xwpf.usermodel.TestChangeTracking
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec
    [junit] Running org.apache.poi.xwpf.usermodel.TestXWPFBugs
    [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.237 sec
    [junit] Running org.apache.poi.xwpf.usermodel.TestXWPFChart
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec
    [junit] Running org.apache.poi.xwpf.usermodel.TestXWPFDocument
    [junit] Tests run: 20, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.369 sec
    [junit] Running org.apache.poi.xwpf.usermodel.TestXWPFEndnote
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
    [junit] Running org.apache.poi.xwpf.usermodel.TestXWPFEndnotes
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
    [junit] Running org.apache.poi.xwpf.usermodel.TestXWPFFootnote
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
    [junit] Running org.apache.poi.xwpf.usermodel.TestXWPFFootnotes
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
    [junit] Running org.apache.poi.xwpf.usermodel.TestXWPFHeader
    [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 sec
    [junit] Running org.apache.poi.xwpf.usermodel.TestXWPFHeadings
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec
    [junit] Running org.apache.poi.xwpf.usermodel.TestXWPFNumbering
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec
    [junit] Running org.apache.poi.xwpf.usermodel.TestXWPFParagraph
    [junit] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 sec
    [junit] Running org.apache.poi.xwpf.usermodel.TestXWPFPictureData
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec
    [junit] Running org.apache.poi.xwpf.usermodel.TestXWPFRun
    [junit] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 sec
    [junit] Running org.apache.poi.xwpf.usermodel.TestXWPFSDT
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec
    [junit] Running org.apache.poi.xwpf.usermodel.TestXWPFSmartTag
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
    [junit] Running org.apache.poi.xwpf.usermodel.TestXWPFStyles
    [junit] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 sec
    [junit] Running org.apache.poi.xwpf.usermodel.TestXWPFTable
    [junit] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec
    [junit] Running org.apache.poi.xwpf.usermodel.TestXWPFTableCell
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.031 sec
    [junit] Running org.apache.poi.xwpf.usermodel.TestXWPFTableRow
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
[jacoco:coverage] Enhancing junit with coverage
    [junit] Running org.apache.poi.poifs.crypt.TestSignatureInfo
    [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 11.222 sec

-test-ooxml-write-testfile:

-test-excelant-check:

test-excelant:
[jacoco:coverage] Enhancing junit with coverage
    [junit] Running org.apache.poi.ss.examples.formula.TestExcelAntUserDefinedFunction
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 sec
    [junit] Running org.apache.poi.ss.excelant.TestBuildFile
    [junit] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.636 sec
    [junit] Running org.apache.poi.ss.excelant.TestExcelAntPrecision
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
    [junit] Running org.apache.poi.ss.excelant.TestExcelAntSet
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
    [junit] Running org.apache.poi.ss.excelant.TestExcelAntSetDoubleCell
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
    [junit] Running org.apache.poi.ss.excelant.util.TestExcelAntEvaluationResult
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
    [junit] Running org.apache.poi.ss.excelant.util.TestExcelAntWorkbookUtil
    [junit] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.314 sec
    [junit] Running org.apache.poi.ss.excelant.util.TestExcelAntWorkbookUtilFactory
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec

-test-excelant-write-testfile:

test:

compile-integration:
    [javac] Compiling 25 source files to <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/build/integration-test-classes>
    [javac] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/integrationtest/org/apache/poi/HeapDump.java>:19: error: cannot find symbol
    [javac] import com.sun.management.HotSpotDiagnosticMXBean;
    [javac]                          ^
    [javac]   symbol:   class HotSpotDiagnosticMXBean
    [javac]   location: package com.sun.management
    [javac] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/integrationtest/org/apache/poi/HeapDump.java>:30: error: cannot find symbol
    [javac]     private static volatile HotSpotDiagnosticMXBean hotspotMBean;
    [javac]                             ^
    [javac]   symbol:   class HotSpotDiagnosticMXBean
    [javac]   location: class HeapDump
    [javac] <https://builds.apache.org/job/POI-DSL-IBM-JDK/ws/src/integrationtest/org/apache/poi/HeapDump.java>:58: error: cannot find symbol
    [javac]     private static HotSpotDiagnosticMXBean getHotspotMBean() throws IOException {
    [javac]                    ^
    [javac]   symbol:   class HotSpotDiagnosticMXBean
    [javac]   location: class HeapDump
    [javac] 3 errors

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

Total time: 9 minutes 46 seconds
Build step 'Invoke Ant' marked build as failure
Skipping publisher since build result is FAILURE
Archiving artifacts
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
Skipping publisher since build result is FAILURE
Recording test results

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