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

Changes:

[Dominik Stadler] Bug 66425: Avoid a ClassCastException found via oss-fuzz

We try to avoid throwing ClassCastException, but it was possible
to trigger one here with a specially crafted input-file

Should fix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=61400

[Dominik Stadler] Bug 66425: Avoid a NullPointerException found via oss-fuzz

We try to avoid throwing NullPointerException, but it was possible
to trigger one here with a specially crafted input-file

Should fix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=61390

[Dominik Stadler] Jenkins DSL: Adjust nodes for job Test-Environment

[Dominik Stadler] Jenkins DSL: Add JDK 20, 21 and 22, disable JDK 18 and 19, 
remove JDK 10, 12, 13, 14

[PJ Fanning] curvesapi 1.08

[PJ Fanning] curvesapi 1.08

[Dominik Stadler] Bug 66425: Avoid a NullPointerException found via oss-fuzz

We try to avoid throwing NullPointerException, but it was possible
to trigger one here with a specially crafted input-file

Should fix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=61372

[PJ Fanning] [bug-66855] Formula parser incorrectly handles sheet name 
containing multiple single quotes in a row. Thanks to Kirill lebedev. This 
closes #496

[PJ Fanning] add check for number of files inside zip

[Dominik Stadler] Bug 66425: Avoid a ClassCastException found via oss-fuzz

We try to avoid throwing ClassCastException, but it was possible
to trigger one here with a specially crafted input-file

Should fix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=61330

[Dominik Stadler] Bug 66425: Avoid a NullPointerException found via oss-fuzz

Handle some data that can be missing properly.

Should fix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=61332

[Dominik Stadler] Jenkins DSL: Add JDK 20 and 21 to Test-Environment job

[Dominik Stadler] Bug 66425: Avoid a StackOverflowException found via oss-fuzz

We try to avoid causing StackOverflow, but it was possible
to trigger one here with a specially crafted input-file.

This puts a limit on the number of nested children in place
and logs a warning when the Stream is not fully parsed.

Should fix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=61256

[Dominik Stadler] Bug 66425: Avoid a ClassCastException found via oss-fuzz

We try to avoid throwing ClassCastException, but it was possible
to trigger one here with a specially crafted input-file

Should fix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=61306

[Dominik Stadler] Try to adjust for strange null-message for 
ArrayIndexOutOfBoundsException

Some CI runs seem to throw the exception with an empty message instead of 
the expected text.

I could not reproduce this consistently and so we only can disable a
check in this case.

[Dominik Stadler] Bug 66425: Avoid a ClassCastException found via oss-fuzz

We try to avoid throwing ClassCastException, but it was possible
to trigger one here with a specially crafted input-file

Should fix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=61317

[Dominik Stadler] Combine steps for tasks "jenkins" and "jenkinsLite" in one 
place

[Dominik Stadler] Bug 66425: Avoid a StackOverflowException found via oss-fuzz

We try to avoid causing StackOverflow, but it was possible
to trigger one here with a specially crafted input-file.

This puts a limit on the number of nested properties in place
and logs a warning when the StyleSheet is not fully parsed.

Should fix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=61252

[Dominik Stadler] Do not disable all files for poi-integration in build.gradle

It seems doing it this way can kick in even when using JDK 11+ due 
to the Gradle toolchain.

Let's rather do a more specific exclusion in code to only exclude files
which actually cause JDK 8 to hang.

[Dominik Stadler] Bug 66425: Avoid a ClassCastException found via oss-fuzz

We try to avoid throwing ClassCastException, but it was possible
to trigger one here with a specially crafted input-file

Should fix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=61276

[Dominik Stadler] Bug 66425: Add memory-safeguard in one more place

We try to generally avoid overly large allocations in places
where arrays are allocated. 

We add one more such check for pictures in HSLF.

We might need to increase the used value of 10MB if users report 
larger files being used frequently. 

Overriding this check via IOUtils is possible.

[Dominik Stadler] Bug 66425: Avoid a ClassCastException found via oss-fuzz

We try to avoid throwing NullPointerException, but it was possible
to trigger one here with a specially crafted input-file

Should fix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=61266

[Dominik Stadler] Bug 66425: Avoid a ClassCastException found via oss-fuzz

Fix previous changes

[PJ Fanning] use of junit internal StringUtils is causing build issues

[PJ Fanning] use of junit internal StringUtils is causing build issues

[Dominik Stadler] Bug 66425: Avoid a ClassCastException found via oss-fuzz

We try to avoid throwing ClassCastException, but it was possible
to trigger one here with a specially crafted input-file

Should fix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=61259

Also fix handling of NullPointerException

[Dominik Stadler] Reduce log4j2 level for integration tests to ERROR

Otherwise there is lots of output that is likely rarely useful. 

This can be changed locally for testing easily whenever necessary.

[Dominik Stadler] Bug 66425: Avoid a ClassCastException found via oss-fuzz

We try to avoid throwing ClassCastException, but it was possible
to trigger one here with a specially crafted input-file

Should fix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=61242

Also enhance output of some test-failures and allow an empty exception message

[Dominik Stadler] Bug 66425: Avoid an AssertionError found via oss-fuzz

We try to avoid throwing AssertionError to be triggered by input data, but it 
was possible
to trigger one here with a specially crafted input-file

Should fix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=61251

[Dominik Stadler] Bug 66425: Avoid a ClassCastException found via oss-fuzz

We try to avoid throwing ClassCastException, but it was possible
to trigger one here with a specially crafted input-file

Should fix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=61243

[Dominik Stadler] Open configuration file for integration-tests read-only to 
not fail if the file is opened by an Application locally

[Dominik Stadler] Bug 66425: Avoid a ClassCastException found via oss-fuzz

Add exception details and fix expected exceptions to make tests run again

[Dominik Stadler] Bug 66425: Avoid a ClassCastException found via oss-fuzz

We try to avoid throwing ClassCastException, but it was possible
to trigger one here with a specially crafted input-file

Should fix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=61249

[Dominik Stadler] Fix expected exception text and print out which FileHandler 
failed in integration-tests

[Dominik Stadler] Bug 66425: Avoid a ClassCastException found via oss-fuzz

We try to avoid throwing ClassCastException, but it was possible
to trigger one here with a specially crafted input-file

Also rework test a bit to use try-with-resources and proper formatting

Should fix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=61221

[PJ Fanning] upgrade junit


------------------------------------------
[...truncated 3.83 MB...]
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2555 
spreadsheet/multibookFormulaB.xls HSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2512 
spreadsheet/ex45978-extraLinkTableSheets.xls HSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2544 
spreadsheet/link-external-workbook-b.xlsx OPC PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2525 
spreadsheet/external_image.xls HPSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2546 
spreadsheet/maxindextest.xls HPSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2531 
spreadsheet/florida_data.ashx.xls HPSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2539 spreadsheet/intercept.xls 
HSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2548 spreadsheet/mirrTest.xls 
HPSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2550 
spreadsheet/missingFuncs44675.xls HPSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2547 spreadsheet/mirrTest.xls 
HSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2543 
spreadsheet/link-external-workbook-b.xlsx XSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2549 
spreadsheet/missingFuncs44675.xls HSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2552 
spreadsheet/mortgage-calculation.xls HPSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2545 
spreadsheet/maxindextest.xls HSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2554 
spreadsheet/multibookFormulaA.xls HPSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2556 
spreadsheet/multibookFormulaB.xls HPSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2551 
spreadsheet/mortgage-calculation.xls HSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2518 
spreadsheet/excel_with_embeded.xls HSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2560 
spreadsheet/named-cell-in-formula-test.xls HPSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2561 
spreadsheet/named-cell-test.xls HSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2532 
spreadsheet/formula-eval.xlsx XSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2553 
spreadsheet/multibookFormulaA.xls HSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2564 spreadsheet/namedinput.xls 
HPSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2566 
spreadsheet/noHeaderFooter47244.xls HPSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2582 
spreadsheet/poc-xmlbomb-empty.xlsx OPC PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2565 
spreadsheet/noHeaderFooter47244.xls HSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2568 
spreadsheet/noSharedStringTable.xlsx OPC PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2534 spreadsheet/github-321.xlsx 
XSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2559 
spreadsheet/named-cell-in-formula-test.xls HSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2585 spreadsheet/poi-fuzz.xls 
HSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2563 spreadsheet/namedinput.xls 
HSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2562 
spreadsheet/named-cell-test.xls HPSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2536 
spreadsheet/headerFooterTest.xlsx XSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2572 
spreadsheet/ole2-embedding.xls HPSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2591 spreadsheet/rank.xls 
HPSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2595 spreadsheet/ref2-56737.xlsx 
OPC PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2574 
spreadsheet/overlapSharedFormula.xls HPSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2573 
spreadsheet/overlapSharedFormula.xls HSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2597 
spreadsheet/reordered_sheets.xlsx OPC PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2576 spreadsheet/password.xls 
HPSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2558 
spreadsheet/mv-calculator-final-2-20-2013.xlsm OPC PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2571 
spreadsheet/ole2-embedding.xls HSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2578 spreadsheet/picture.xlsx 
OPC PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2575 spreadsheet/password.xls 
HSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2581 
spreadsheet/poc-xmlbomb-empty.xlsx XSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2583 
spreadsheet/poc-xmlbomb.xlsx XSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2524 
spreadsheet/external_image.xls HSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2587 
spreadsheet/protected_passtika.xlsb XSSFB PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2586 spreadsheet/poi-fuzz.xls 
HPSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2584 
spreadsheet/poc-xmlbomb.xlsx OPC PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2589 
spreadsheet/protected_passtika.xlsx OPC PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2570 
spreadsheet/no_drawing_patriarch.xlsx OPC PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2593 spreadsheet/ref-56737.xlsx 
OPC PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2567 
spreadsheet/noSharedStringTable.xlsx XSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2580 
spreadsheet/poc-shared-strings.xlsx OPC PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2590 spreadsheet/rank.xls 
HSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2598 
spreadsheet/resize_compare.xls HSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2599 
spreadsheet/resize_compare.xls HPSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2600 
spreadsheet/resize_compare.xlsx XSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2601 
spreadsheet/resize_compare.xlsx OPC PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2603 
spreadsheet/right-to-left.xlsx OPC PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2588 
spreadsheet/protected_passtika.xlsx XSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2604 spreadsheet/rk.xls 
HSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2526 
spreadsheet/external_name.xls HSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2605 spreadsheet/rk.xls 
HPSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2606 
spreadsheet/sample-beta.xlsx XSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2609 
spreadsheet/sample.strict.xlsx OPC PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2596 
spreadsheet/reordered_sheets.xlsx XSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2608 
spreadsheet/sample.strict.xlsx XSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2607 
spreadsheet/sample-beta.xlsx OPC PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2612 spreadsheet/sample.xlsx 
OPC PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2614 
spreadsheet/shared_formulas.xls HPSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2610 spreadsheet/sample.xlsb 
XSSFB PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2616 
spreadsheet/shared_formulas.xlsx OPC PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2613 
spreadsheet/shared_formulas.xls HSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2592 spreadsheet/ref-56737.xlsx 
XSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2618 
spreadsheet/sharedhyperlink.xlsx OPC PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2620 
spreadsheet/sheetProtection_allLocked.xlsx OPC PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2594 spreadsheet/ref2-56737.xlsx 
XSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2511 
spreadsheet/ex45698-22488.xls HPSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2617 
spreadsheet/sharedhyperlink.xlsx XSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2621 
spreadsheet/sheetProtection_not_protected.xlsx XSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2624 
spreadsheet/simple-monthly-budget.xlsx OPC PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2626 
spreadsheet/simple-table-named-range.xlsx OPC PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2602 
spreadsheet/right-to-left.xlsx XSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2622 
spreadsheet/sheetProtection_not_protected.xlsx OPC PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2628 spreadsheet/stress.xls 
HPSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2630 
spreadsheet/style-alternate-content.xlsx OPC PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2638 spreadsheet/sumifs.xls 
HPSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2577 spreadsheet/picture.xlsx 
XSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2649 
spreadsheet/testArraysAndTables.xls HSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2619 
spreadsheet/sheetProtection_allLocked.xlsx XSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2652 spreadsheet/testEXCEL_3.xls 
HPSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2653 spreadsheet/testEXCEL_4.xls 
HSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2654 spreadsheet/testEXCEL_4.xls 
HPSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2655 spreadsheet/testEXCEL_5.xls 
HSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2656 spreadsheet/testEXCEL_5.xls 
HPSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2657 
spreadsheet/testEXCEL_95.xls HSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2658 
spreadsheet/testEXCEL_95.xls HPSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2627 spreadsheet/stress.xls 
HSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2634 spreadsheet/styles.xlsx 
OPC PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2635 
spreadsheet/sumifformula.xls HSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2611 spreadsheet/sample.xlsx 
XSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2636 
spreadsheet/sumifformula.xls HPSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2659 spreadsheet/testNames.xls 
HSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2632 spreadsheet/styles-3563.xls 
HPSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2640 
spreadsheet/table-sample.xlsx OPC PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2625 
spreadsheet/simple-table-named-range.xlsx XSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2637 spreadsheet/sumifs.xls 
HSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2642 spreadsheet/tableStyle.xlsx 
OPC PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2644 spreadsheet/template.xlsx 
OPC PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2645 
spreadsheet/templateExcelWithAutofilter.xls HSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2646 
spreadsheet/templateExcelWithAutofilter.xls HPSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2615 
spreadsheet/shared_formulas.xlsx XSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2648 spreadsheet/test.xltx 
OPC PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2650 
spreadsheet/testArraysAndTables.xls HPSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2651 spreadsheet/testEXCEL_3.xls 
HSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2530 
spreadsheet/florida_data.ashx.xls HSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2665 spreadsheet/testRVA.xls 
HSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2660 spreadsheet/testNames.xls 
HPSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2662 spreadsheet/testNames.xlsm 
OPC PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2663 spreadsheet/testRRaC.xls 
HSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2664 spreadsheet/testRRaC.xls 
HPSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2666 spreadsheet/testRVA.xls 
HPSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2643 spreadsheet/template.xlsx 
XSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2668 
spreadsheet/testSharedFormulasSetBlank.xlsx OPC PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2669 
spreadsheet/testVarious.xlsb XSSFB PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2633 spreadsheet/styles.xlsx 
XSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2671 
spreadsheet/test_conditional_formatting.xlsx OPC PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2639 
spreadsheet/table-sample.xlsx XSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2673 spreadsheet/text.xls 
HPSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2672 spreadsheet/text.xls 
HSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2674 
spreadsheet/tile-range-test.xls HSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2675 
spreadsheet/tile-range-test.xls HPSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2677 
spreadsheet/tile-range-test.xlsx OPC PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2678 
spreadsheet/unicodeNameRecord.xls HSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2679 
spreadsheet/unicodeNameRecord.xls HPSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2661 spreadsheet/testNames.xlsm 
XSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2647 spreadsheet/test.xltx 
XSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2680 
spreadsheet/unicodeSheetName.xlsx XSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2683 
spreadsheet/workbookProtection-sheet_password-2013.xlsx OPC PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2681 
spreadsheet/unicodeSheetName.xlsx OPC PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2685 
spreadsheet/workbookProtection-workbook_password-2013.xlsx OPC PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2703 
spreadsheet/xlsx-corrupted.xlsx OPC PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2629 
spreadsheet/style-alternate-content.xlsx XSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2687 
spreadsheet/workbookProtection-workbook_password_user_range-2010.xlsx OPC 
PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2641 spreadsheet/tableStyle.xlsx 
XSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2689 
spreadsheet/workbookProtection_not_protected.xlsx OPC PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2667 
spreadsheet/testSharedFormulasSetBlank.xlsx XSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2691 
spreadsheet/workbookProtection_workbook_revision_protected.xlsx OPC 
PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2670 
spreadsheet/test_conditional_formatting.xlsx XSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2693 
spreadsheet/workbookProtection_workbook_structure_protected.xlsx OPC 
PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2704 spreadsheet/xlsx-jdbc.xlsx 
XSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2713 
xmldsign/Office2010-SP1-XAdES-X-L.docx OPC PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2684 
spreadsheet/workbookProtection-workbook_password-2013.xlsx XSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2695 
spreadsheet/workbookProtection_workbook_windows_protected.xlsx OPC 
PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2623 
spreadsheet/simple-monthly-budget.xlsx XSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2697 
spreadsheet/workbookProtection_worksheet_protected.xlsx OPC PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2688 
spreadsheet/workbookProtection_not_protected.xlsx XSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2676 
spreadsheet/tile-range-test.xlsx XSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2699 spreadsheet/xlmmacro.xlsm 
OPC PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2701 spreadsheet/xlookup.xlsx 
OPC PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2682 
spreadsheet/workbookProtection-sheet_password-2013.xlsx XSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2702 
spreadsheet/xlsx-corrupted.xlsx XSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2692 
spreadsheet/workbookProtection_workbook_structure_protected.xlsx XSSF 
PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2705 spreadsheet/xlsx-jdbc.xlsx 
OPC PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2707 
spreadsheet/xor-encryption-abc.xls HPSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2686 
spreadsheet/workbookProtection-workbook_password_user_range-2010.xlsx XSSF 
PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2709 
spreadsheet/xxe_in_schema.xlsx OPC PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2711 
spreadsheet/yearfracExamples.xls HPSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2694 
spreadsheet/workbookProtection_workbook_windows_protected.xlsx XSSF 
PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2706 
spreadsheet/xor-encryption-abc.xls HSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2696 
spreadsheet/workbookProtection_worksheet_protected.xlsx XSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2710 
spreadsheet/yearfracExamples.xls HSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2712 
xmldsign/Office2010-SP1-XAdES-X-L.docx XWPF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2690 
spreadsheet/workbookProtection_workbook_revision_protected.xlsx XSSF 
PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2698 spreadsheet/xlmmacro.xlsm 
XSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2708 
spreadsheet/xxe_in_schema.xlsx XSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2700 spreadsheet/xlookup.xlsx 
XSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2714 
xmldsign/PPT2016withComment.pptx XSLF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2717 xmldsign/bug58630.xlsx 
OPC PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2719 
xmldsign/hello-world-office-2010-technical-preview-unsigned.docx OPC 
PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2723 
xmldsign/hello-world-signed-twice.docx OPC PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2725 
xmldsign/hello-world-signed.docx OPC PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2715 
xmldsign/PPT2016withComment.pptx OPC PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2721 
xmldsign/hello-world-office-2010-technical-preview.docx OPC PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2718 
xmldsign/hello-world-office-2010-technical-preview-unsigned.docx XWPF 
PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2738 
xmldsign/ms-office-2010-signed.docx XWPF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2727 
xmldsign/hello-world-signed.pptx OPC PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2731 
xmldsign/hello-world-unsigned.docx OPC PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2729 
xmldsign/hello-world-signed.xlsx OPC PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2720 
xmldsign/hello-world-office-2010-technical-preview.docx XWPF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2722 
xmldsign/hello-world-signed-twice.docx XWPF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2735 
xmldsign/hello-world-unsigned.xlsx OPC PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2733 
xmldsign/hello-world-unsigned.pptx OPC PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2737 
xmldsign/hyperlink-example-signed.docx OPC PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2739 
xmldsign/ms-office-2010-signed.docx OPC PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2730 
xmldsign/hello-world-unsigned.docx XWPF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2724 
xmldsign/hello-world-signed.docx XWPF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2743 
xmldsign/ms-office-2010-signed.xlsx OPC PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2741 
xmldsign/ms-office-2010-signed.pptx OPC PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2745 
xmldsign/office2007prettyPrintedRels.docx OPC PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2744 
xmldsign/office2007prettyPrintedRels.docx XWPF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2747 xmldsign/signed.docx 
OPC PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2736 
xmldsign/hyperlink-example-signed.docx XWPF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2746 xmldsign/signed.docx 
XWPF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2734 
xmldsign/hello-world-unsigned.xlsx XSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2716 xmldsign/bug58630.xlsx 
XSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2742 
xmldsign/ms-office-2010-signed.xlsx XSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2728 
xmldsign/hello-world-signed.xlsx XSSF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2732 
xmldsign/hello-world-unsigned.pptx XSLF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2726 
xmldsign/hello-world-signed.pptx XSLF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2740 
xmldsign/ms-office-2010-signed.pptx XSLF PASSED
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2631 spreadsheet/styles-3563.xls 
HSSF PASSED (2.1s)
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2579 
spreadsheet/poc-shared-strings.xlsx XSSF PASSED (9s)
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2557 
spreadsheet/mv-calculator-final-2-20-2013.xlsm XSSF PASSED (15.3s)
org.apache.poi.stress.TestAllFiles > handleAdditional(String, 
FileHandlerKnown, String, Class, String) Additional - #2569 
spreadsheet/no_drawing_patriarch.xlsx XSSF PASSED (3m 10s)
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #1640 spreadsheet/51585.xlsx 
XSSF PASSED (3m 1s)
org.apache.poi.stress.TestAllFiles > handleFile(String, 
FileHandlerKnown, String, Class, String) #2569 
spreadsheet/no_drawing_patriarch.xlsx XSSF PASSED (33.1s)

SUCCESS: Executed 8241 tests in 9m 13s


FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':poi-ooxml:test'.
> There were failing tests. See the report at: 
> file://<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.19/ws/poi-ooxml/build/reports/tests/test/index.html>

* Try:
> Run with --scan to get full insights.

Deprecated Gradle features were used in this build, making it incompatible with 
Gradle 9.0.

You can use '--warning-mode all' to show the individual deprecation warnings 
and determine if they come from your own scripts or plugins.

For more on this, please refer to 
https://docs.gradle.org/8.2.1/userguide/command_line_interface.html#sec:command_line_warnings
 in the Gradle documentation.

BUILD FAILED in 16m 40s
135 actionable tasks: 130 executed, 5 up-to-date
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
ERROR: Not all environment variables could be successfully injected. Check for 
similarly-named environment variables.
Archiving artifacts
ERROR: Not all environment variables could be successfully injected. Check for 
similarly-named environment variables.
Recording test results
ERROR: Not all environment variables could be successfully injected. Check for 
similarly-named environment variables.
[Checks API] No suitable checks publisher found.
ERROR: Not all environment variables could be successfully injected. Check for 
similarly-named environment variables.

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

Reply via email to