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

Changes:

[PJ Fanning] woodstox upgrade


------------------------------------------
[...truncated 2.47 MB...]
        at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: org.gradle.process.internal.ExecException: Process 'Gradle Test 
Executor 48' finished with non-zero exit value 1
        at 
org.gradle.process.internal.DefaultExecHandle$ExecResultImpl.assertNormalExitValue(DefaultExecHandle.java:431)
        at 
org.gradle.process.internal.worker.DefaultWorkerProcess.onProcessStop(DefaultWorkerProcess.java:145)
        at 
org.gradle.process.internal.worker.DefaultWorkerProcess.access$000(DefaultWorkerProcess.java:42)
        at 
org.gradle.process.internal.worker.DefaultWorkerProcess$1.executionFinished(DefaultWorkerProcess.java:98)
        at jdk.internal.reflect.GeneratedMethodAccessor390.invoke(Unknown 
Source)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:568)
        at 
org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
        at 
org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
        at 
org.gradle.internal.event.AbstractBroadcastDispatch.dispatch(AbstractBroadcastDispatch.java:43)
        at 
org.gradle.internal.event.BroadcastDispatch$SingletonDispatch.dispatch(BroadcastDispatch.java:268)
        at 
org.gradle.internal.event.BroadcastDispatch$SingletonDispatch.dispatch(BroadcastDispatch.java:170)
        at 
org.gradle.internal.event.ListenerBroadcast.dispatch(ListenerBroadcast.java:148)
        at 
org.gradle.internal.event.ListenerBroadcast.dispatch(ListenerBroadcast.java:37)
        at 
org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
        at jdk.proxy1/jdk.proxy1.$Proxy94.executionFinished(Unknown Source)
        at 
org.gradle.process.internal.DefaultExecHandle.setEndStateInfo(DefaultExecHandle.java:221)
        at 
org.gradle.process.internal.DefaultExecHandle.finished(DefaultExecHandle.java:371)
        at 
org.gradle.process.internal.ExecHandleRunner.completed(ExecHandleRunner.java:134)
        at 
org.gradle.process.internal.ExecHandleRunner.lambda$run$2(ExecHandleRunner.java:97)
        at 
org.gradle.internal.operations.CurrentBuildOperationRef.with(CurrentBuildOperationRef.java:80)
        at 
org.gradle.process.internal.ExecHandleRunner.run(ExecHandleRunner.java:95)
        ... 5 more

> Task :poi-excelant:spotbugsMain
M V EI2: 
org.apache.poi.ss.excelant.ExcelAntSet.setWorkbookUtil(ExcelAntWorkbookUtil) 
may expose internal representation by storing an externally mutable object into 
ExcelAntSet.wbUtil  At ExcelAntSet.java:[line 39]
M V EI: org.apache.poi.ss.excelant.util.ExcelAntWorkbookUtil.getWorkbook() may 
expose internal representation by returning ExcelAntWorkbookUtil.workbook  At 
ExcelAntWorkbookUtil.java:[line 193]
M V EI2: 
org.apache.poi.ss.excelant.ExcelAntTest.setWorkbookUtil(ExcelAntWorkbookUtil) 
may expose internal representation by storing an externally mutable object into 
ExcelAntTest.workbookUtil  At ExcelAntTest.java:[line 67]
M D DCN: Do not catch NullPointerException like in 
org.apache.poi.ss.excelant.ExcelAntTest.execute()  At ExcelAntTest.java:[line 
180]
M V EI2: 
org.apache.poi.ss.excelant.ExcelAntTask.addPrecision(ExcelAntPrecision) may 
expose internal representation by storing an externally mutable object into 
ExcelAntTask.precision  At ExcelAntTask.java:[line 55]
SpotBugs ended with exit code 1

> Task :poi-excelant:test
org.apache.poi.ss.excelant.util.TestExcelAntEvaluationResult 
testCompletedWithErrorMessage() PASSED
org.apache.poi.ss.excelant.util.TestExcelAntEvaluationResult 
testDelta() PASSED
org.apache.poi.ss.excelant.util.TestExcelAntEvaluationResult 
testCellId() PASSED
org.apache.poi.ss.excelant.util.TestExcelAntEvaluationResult 
testPassed() PASSED
org.apache.poi.ss.excelant.TestExcelAntPrecision 
testVerifyPrecision() PASSED
org.apache.poi.ss.excelant.TestExcelAntUserDefinedFunction 
testSetClassName() PASSED
org.apache.poi.ss.excelant.TestExcelAntUserDefinedFunction 
testSetFunction() PASSED
org.apache.poi.ss.excelant.TestBuildFile 
testFailOnErrorNoDetails() PASSED (2.9s)

> Task :poi-integration:test FAILED
Error occurred during initialization of boot layer
java.lang.module.ResolutionException: Module com.ctc.wstx does not read a 
module that exports com.ctc.wstx.shaded.msv.org_isorelax.verifier
Could not stop 
org.gradle.internal.actor.internal.DefaultActorFactory$NonBlockingActor@61b67f16.
org.gradle.internal.dispatch.DispatchException: Could not dispatch message 
[MethodInvocation method: 
processTestClass(DefaultTestClassRunInfo(org.apache.poi.stress.TestAllFiles))].
        at 
org.gradle.internal.dispatch.ExceptionTrackingFailureHandler.dispatchFailed(ExceptionTrackingFailureHandler.java:35)
        at 
org.gradle.internal.dispatch.FailureHandlingDispatch.dispatch(FailureHandlingDispatch.java:32)
        at 
org.gradle.internal.dispatch.AsyncDispatch.dispatchMessages(AsyncDispatch.java:87)
        at 
org.gradle.internal.dispatch.AsyncDispatch.access$000(AsyncDispatch.java:36)
        at 
org.gradle.internal.dispatch.AsyncDispatch$1.run(AsyncDispatch.java:71)
        at 
org.gradle.internal.concurrent.InterruptibleRunnable.run(InterruptibleRunnable.java:42)
        at 
org.gradle.internal.operations.CurrentBuildOperationRef.with(CurrentBuildOperationRef.java:80)
        at 
org.gradle.internal.operations.CurrentBuildOperationPreservingRunnable.run(CurrentBuildOperationPreservingRunnable.java:51)
        at 
org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
        at 
org.gradle.internal.concurrent.AbstractManagedExecutor$1.run(AbstractManagedExecutor.java:47)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
        at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: org.gradle.process.internal.ExecException: Process 'Gradle Test 
Executor 49' finished with non-zero exit value 1
        at 
org.gradle.process.internal.DefaultExecHandle$ExecResultImpl.assertNormalExitValue(DefaultExecHandle.java:431)
        at 
org.gradle.process.internal.worker.DefaultWorkerProcess.onProcessStop(DefaultWorkerProcess.java:145)
        at 
org.gradle.process.internal.worker.DefaultWorkerProcess.access$000(DefaultWorkerProcess.java:42)
        at 
org.gradle.process.internal.worker.DefaultWorkerProcess$1.executionFinished(DefaultWorkerProcess.java:98)
        at jdk.internal.reflect.GeneratedMethodAccessor390.invoke(Unknown 
Source)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:568)
        at 
org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
        at 
org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
        at 
org.gradle.internal.event.AbstractBroadcastDispatch.dispatch(AbstractBroadcastDispatch.java:43)
        at 
org.gradle.internal.event.BroadcastDispatch$SingletonDispatch.dispatch(BroadcastDispatch.java:268)
        at 
org.gradle.internal.event.BroadcastDispatch$SingletonDispatch.dispatch(BroadcastDispatch.java:170)
        at 
org.gradle.internal.event.ListenerBroadcast.dispatch(ListenerBroadcast.java:148)
        at 
org.gradle.internal.event.ListenerBroadcast.dispatch(ListenerBroadcast.java:37)
        at 
org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
        at jdk.proxy1/jdk.proxy1.$Proxy94.executionFinished(Unknown Source)
        at 
org.gradle.process.internal.DefaultExecHandle.setEndStateInfo(DefaultExecHandle.java:221)
        at 
org.gradle.process.internal.DefaultExecHandle.finished(DefaultExecHandle.java:371)
        at 
org.gradle.process.internal.ExecHandleRunner.completed(ExecHandleRunner.java:134)
        at 
org.gradle.process.internal.ExecHandleRunner.lambda$run$2(ExecHandleRunner.java:97)
        at 
org.gradle.internal.operations.CurrentBuildOperationRef.with(CurrentBuildOperationRef.java:80)
        at 
org.gradle.process.internal.ExecHandleRunner.run(ExecHandleRunner.java:95)
        ... 5 more

SUCCESS: Executed 0 tests in 14s


> Task :poi-examples:test


OpenJDK 64-Bit Server VM warning: Ignoring option --illegal-access=warn; 
support was removed in 17.0
WARNING: Unknown module: org.junit.platform.commons specified to --add-exports
WARNING: Unknown module: org.junit.platform.commons specified to --add-exports
org.apache.poi.integration.TestXLSX2CSV testInvalidFile() 
PASSED
org.apache.poi.integration.TestXLSX2CSV testNoArgument() 
PASSED

> Task :poi-ooxml-lite:compileJava

> Task :poi-examples:test
org.apache.poi.integration.TestXLSX2CSV testSampleFile() 
PASSED (6s)
org.apache.poi.integration.TestXLSX2CSV testMinColumns() 
PASSED
org.apache.poi.integration.TestXLSX2CSV 
testInvalidSampleFile() PASSED

SUCCESS: Executed 5 tests in 16.5s


> Task :poi-scratchpad:javadoc
1 warning

> Task :poi-ooxml:javadoc
warning: URL https://docs.oracle.com/javase/8/docs/api/element-list was 
redirected to https://docs.oracle.com/en/java/javase/21/ -- Update the 
command-line options to suppress this warning.
warning: URL https://docs.oracle.com/javase/8/docs/api/element-list was 
redirected to https://docs.oracle.com/en/java/javase/21/ -- Update the 
command-line options to suppress this warning.

> Task :poi-excelant:spotbugsTest
M B PA: Primitive field 
org.apache.poi.ss.excelant.MockExcelAntWorkbookHandler.workbook is public and 
set from inside the class, which makes it too exposed. Consider making it 
private to limit external accessibility.  At 
MockExcelAntWorkbookHandler.java:[line 26]
M B PA: Primitive field 
org.apache.poi.ss.excelant.MockExcelAntWorkbookHandler.executed is public and 
set from inside the class, which makes it too exposed. Consider making it 
private to limit external accessibility.  At 
MockExcelAntWorkbookHandler.java:[line 25]
SpotBugs ended with exit code 1

> Task :poi-excelant:test
org.apache.poi.ss.excelant.TestExcelAntSet 
testSetWorkbookUtil() PASSED (6.5s)
org.apache.poi.ss.excelant.TestExcelAntSet testSetter() 
PASSED
org.apache.poi.ss.excelant.TestExcelAntSetDoubleCell 
testSetDouble() PASSED (6.5s)
org.apache.poi.ss.excelant.util.TestExcelAntWorkbookUtilFactory 
testGetNewWorkbookUtilInstance() PASSED (6.4s)
org.apache.poi.ss.excelant.util.TestExcelAntWorkbookUtilFactory 
testVerifyEquivalence() PASSED
org.apache.poi.ss.excelant.util.TestExcelAntWorkbookUtil 
testWorkbookConstructor() PASSED (6.5s)
org.apache.poi.ss.excelant.util.TestExcelAntWorkbookUtil 
testAddFunctionInvalidClassName() PASSED
org.apache.poi.ss.excelant.util.TestExcelAntWorkbookUtil 
testGetEvaluatorWithUDF() PASSED
org.apache.poi.ss.excelant.util.TestExcelAntWorkbookUtil 
testSetDoubleValue() PASSED
org.apache.poi.ss.excelant.util.TestExcelAntWorkbookUtil 
testEvaluateCellWithError() PASSED
org.apache.poi.ss.excelant.util.TestExcelAntWorkbookUtil 
testLoadNotExistingFile() PASSED
org.apache.poi.ss.excelant.util.TestExcelAntWorkbookUtil 
testAddFunctionClassName() PASSED
org.apache.poi.ss.excelant.util.TestExcelAntWorkbookUtil 
testGetNonexistingDouble() PASSED
org.apache.poi.ss.excelant.util.TestExcelAntWorkbookUtil 
testAddFunction() PASSED
org.apache.poi.ss.excelant.util.TestExcelAntWorkbookUtil 
testFileName() PASSED
org.apache.poi.ss.excelant.util.TestExcelAntWorkbookUtil 
testGetNonexistingString() PASSED
org.apache.poi.ss.excelant.util.TestExcelAntWorkbookUtil 
testSetNotExistingSheet() PASSED
org.apache.poi.ss.excelant.TestBuildFile testUdf() 
PASSED (5.3s)
org.apache.poi.ss.excelant.TestBuildFile testPrecision() 
PASSED
org.apache.poi.ss.excelant.TestBuildFile testPassOnError() 
PASSED
org.apache.poi.ss.excelant.TestBuildFile 
testMissingFilename() PASSED
org.apache.poi.ss.excelant.TestBuildFile 
testAddHandlerWrongClass() PASSED
org.apache.poi.ss.excelant.TestBuildFile testEvaluate() 
PASSED
org.apache.poi.ss.excelant.TestBuildFile testFileNotFound() 
PASSED
org.apache.poi.ss.excelant.util.TestExcelAntWorkbookUtil 
testGetEvaluatorXLSXWithFunction() PASSED (2.9s)
org.apache.poi.ss.excelant.TestBuildFile 
testEvaluateNoDetails() PASSED
org.apache.poi.ss.excelant.util.TestExcelAntWorkbookUtil 
testStringConstructor() PASSED
org.apache.poi.ss.excelant.util.TestExcelAntWorkbookUtil 
testEvaluateCellFailedPrecision() PASSED
org.apache.poi.ss.excelant.util.TestExcelAntWorkbookUtil 
testSetString() PASSED
org.apache.poi.ss.excelant.util.TestExcelAntWorkbookUtil 
testEvaluateCell() PASSED
org.apache.poi.ss.excelant.TestBuildFile 
testAddHandlerFails() PASSED
org.apache.poi.ss.excelant.util.TestExcelAntWorkbookUtil 
testGetWorkbook() PASSED
org.apache.poi.ss.excelant.util.TestExcelAntWorkbookUtil 
testGetSheets() PASSED
org.apache.poi.ss.excelant.util.TestExcelAntWorkbookUtil 
testSetFormula() PASSED
org.apache.poi.ss.excelant.TestBuildFile testPrecisionFail() 
PASSED
org.apache.poi.ss.excelant.util.TestExcelAntWorkbookUtil 
testSetDate() PASSED
org.apache.poi.ss.excelant.util.TestExcelAntWorkbookUtil 
testGetEvaluator() PASSED
org.apache.poi.ss.excelant.TestBuildFile testSetText() 
PASSED

> Task :poi-examples:spotbugsTest
H C RV: org.junit.jupiter.api.Assertions.assertThrows(Class, Executable) not 
thrown in org.apache.poi.integration.TestXLSX2CSV.testInvalidSampleFile()  At 
TestXLSX2CSV.java:[line 107]
SpotBugs ended with exit code 1

> Task :poi-excelant:test
org.apache.poi.ss.excelant.util.TestExcelAntWorkbookUtil 
testGetEvaluatorXLSX() PASSED
org.apache.poi.ss.excelant.TestBuildFile testAddHandler() 
PASSED
org.apache.poi.ss.excelant.TestBuildFile testFailOnError() 
PASSED

SUCCESS: Executed 49 tests in 22.5s


> Task :poi-integration:spotbugsTest
M D RV: Return value of org.apache.poi.extractor.POIOLE2TextExtractor.getRoot() 
ignored, but method has no side effect  At AbstractFileHandler.java:[line 113]
M B PI: Class name ?>?1/1??? in source file ?>?2/1??? shadows the publicly 
available identifier from the Java Standard Library.  In FileHandler.java
M V MS: org.apache.poi.stress.AbstractFileHandler.EXPECTED_EXTRACTOR_FAILURES 
is a mutable collection which should be package protected  At 
AbstractFileHandler.java:[line 47]
M V MS: org.apache.poi.stress.TestAllFiles.SCAN_EXCLUDES should be package 
protected  At TestAllFiles.java:[line 86]
M V MS: org.apache.poi.stress.TestAllFiles.SCAN_EXCLUDES_NOSCRATCHPAD should be 
package protected  At TestAllFiles.java:[line 102]
SpotBugs ended with exit code 1

> Task :poi:javadoc
3 warnings

> Task :poi-examples:spotbugsMain
M B CT: Exception thrown in class 
org.apache.poi.examples.xssf.streaming.HybridStreaming$1 at new 
org.apache.poi.examples.xssf.streaming.HybridStreaming$1(InputStream) will 
leave the constructor. The object under construction remains partially 
initialized and may be vulnerable to Finalizer attacks.  At 
HybridStreaming.java:[line 43]

> Task :poi-ooxml:javadoc
2 warnings

> Task :poi-examples:spotbugsMain
M B PI: Class name ?>?1/1??? in source file ?>?2/1??? shadows the publicly 
available identifier from the Java Standard Library.  At Alignment.java:[lines 
35-69]
M V EI2: new org.apache.poi.examples.hwpf.Word2Forrest(HWPFDocument, 
OutputStream) may expose internal representation by storing an externally 
mutable object into Word2Forrest._doc  At Word2Forrest.java:[line 46]
M B PI: Class name ?>?1/1??? in source file ?>?2/1??? shadows the publicly 
available identifier from the Java Standard Library.  At 
ExcelComparator.java:[line 88]
M B CT: Exception thrown in class 
org.apache.poi.examples.xwpf.usermodel.UpdateEmbeddedDoc at new 
org.apache.poi.examples.xwpf.usermodel.UpdateEmbeddedDoc(String) will leave the 
constructor. The object under construction remains partially initialized and 
may be vulnerable to Finalizer attacks.  At UpdateEmbeddedDoc.java:[line 83]
H B Nm: The class name 
org.apache.poi.examples.hssf.usermodel.AddDimensionedImage shadows the simple 
name of the superclass org.apache.poi.examples.ss.AddDimensionedImage  At 
AddDimensionedImage.java:[line 29]
M D RCN: Redundant nullcheck of wb which is known to be null in 
org.apache.poi.examples.ss.CellStyleDetails.main(String[])  Redundant null 
check at CellStyleDetails.java:[line 90]
M D NP: Load of known null value in 
org.apache.poi.examples.ss.CellStyleDetails.main(String[])  At 
CellStyleDetails.java:[line 90]
M V EI2: 
org.apache.poi.examples.hssf.usermodel.EventExample.processRecord(Record) may 
expose internal representation by storing an externally mutable object into 
EventExample.sstrec  At EventExample.java:[line 80]
M D SF: Switch statement found in 
org.apache.poi.examples.hssf.usermodel.EventExample.processRecord(Record) where 
default case is missing  At EventExample.java:[lines 50-88]
M D RCN: Redundant nullcheck of workbook which is known to be null in 
org.apache.poi.examples.ss.formula.UserDefinedFunctionExample.main(String[])  
Redundant null check at UserDefinedFunctionExample.java:[line 82]
M D NP: Load of known null value in 
org.apache.poi.examples.ss.formula.UserDefinedFunctionExample.main(String[])  
At UserDefinedFunctionExample.java:[line 82]
M B CT: Exception thrown in class org.apache.poi.examples.hsmf.Msg2txt at new 
org.apache.poi.examples.hsmf.Msg2txt(String) will leave the constructor. The 
object under construction remains partially initialized and may be vulnerable 
to Finalizer attacks.  At Msg2txt.java:[line 55]
M V EI2: new 
org.apache.poi.examples.hssf.eventusermodel.XLS2CSVmra(POIFSFileSystem, 
PrintStream, int) may expose internal representation by storing an externally 
mutable object into XLS2CSVmra.output  At XLS2CSVmra.java:[line 92]
M V EI2: 
org.apache.poi.examples.hssf.eventusermodel.XLS2CSVmra.processRecord(Record) 
may expose internal representation by storing an externally mutable object into 
XLS2CSVmra.sstRecord  At XLS2CSVmra.java:[line 172]
M V EI2: new 
org.apache.poi.examples.hssf.eventusermodel.XLS2CSVmra(POIFSFileSystem, 
PrintStream, int) may expose internal representation by storing an externally 
mutable object into XLS2CSVmra.fs  At XLS2CSVmra.java:[line 91]
M B CT: Exception thrown in class 
org.apache.poi.examples.hssf.eventusermodel.XLS2CSVmra at new 
org.apache.poi.examples.hssf.eventusermodel.XLS2CSVmra(String, int) will leave 
the constructor. The object under construction remains partially initialized 
and may be vulnerable to Finalizer attacks.  At XLS2CSVmra.java:[line 108]
M B CT: Exception thrown in class 
org.apache.poi.examples.ss.LinkedDropDownLists at new 
org.apache.poi.examples.ss.LinkedDropDownLists(String) will leave the 
constructor. The object under construction remains partially initialized and 
may be vulnerable to Finalizer attacks.  At LinkedDropDownLists.java:[line 108]
M C FL: Using floating-point loop counters can lead to unexpected behavior.  At 
OfficeDrawingWithGraphics.java:[line 93]
M V EI2: new org.apache.poi.examples.ss.html.HSSFHtmlHelper(HSSFWorkbook) may 
expose internal representation by storing an externally mutable object into 
HSSFHtmlHelper.wb  At HSSFHtmlHelper.java:[line 38]
M V EI: 
org.apache.poi.examples.hssf.usermodel.InCellLists$MultiLevelListItem.getLowerLevelItems()
 may expose internal representation by returning 
InCellLists$MultiLevelListItem.lowerLevelItems  At InCellLists.java:[line 536]
M V EI2: new 
org.apache.poi.examples.hssf.usermodel.InCellLists$MultiLevelListItem(String, 
List) may expose internal representation by storing an externally mutable 
object into InCellLists$MultiLevelListItem.lowerLevelItems  At 
InCellLists.java:[line 516]
M V EI2: new org.apache.poi.examples.xssf.eventusermodel.XLSX2CSV(OPCPackage, 
PrintStream, int) may expose internal representation by storing an externally 
mutable object into XLSX2CSV.xlsxPackage  At XLSX2CSV.java:[line 181]
M V EI2: new org.apache.poi.examples.xssf.eventusermodel.XLSX2CSV(OPCPackage, 
PrintStream, int) may expose internal representation by storing an externally 
mutable object into XLSX2CSV.output  At XLSX2CSV.java:[line 182]
M V EI2: new 
org.apache.poi.examples.ss.formula.CheckFunctionsSupported(Workbook) may expose 
internal representation by storing an externally mutable object into 
CheckFunctionsSupported.workbook  At CheckFunctionsSupported.java:[line 103]
M C UwF: Unwritten field: 
org.apache.poi.examples.hssf.eventusermodel.XLS2CSVmra.workbookBuildingListener 
 At XLS2CSVmra.java:[line 151]
M P SS: Unread field: 
org.apache.poi.examples.hssf.eventusermodel.XLS2CSVmra.outputFormulaValues; 
should this field be static?  At XLS2CSVmra.java:[line 64]
SpotBugs ended with exit code 1

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':poi-integration:test'.
> Process 'Gradle Test Executor 39' finished with non-zero exit value 1

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.

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.5/userguide/command_line_interface.html#sec:command_line_warnings
 in the Gradle documentation.

BUILD FAILED in 3m 6s
113 actionable tasks: 104 executed, 9 up-to-date
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
[SpotBugs] Skipping execution of recorder since overall result is '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