See
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.17/170/display/redirect?page=changes>
Changes:
[Andreas Beeker] exclude files failing on windows nodes, because of limited JCE
policies
[Andreas Beeker] fix SSL->TLS and LOG typo
[PJ Fanning] remove unused param
[PJ Fanning] revert gradle memory change
[PJ Fanning] code tidyup
[PJ Fanning] try more memory due to github workflow timeouts
------------------------------------------
[...truncated 41.71 KB...]
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\hssf\extractor\TestOldExcelExtractor.java:314:
warning: [removal] SecurityManager in java.lang has been deprecated and marked
for removal
SecurityManager sm = System.getSecurityManager();
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\hssf\extractor\TestOldExcelExtractor.java:314:
warning: [removal] getSecurityManager() in System has been deprecated and
marked for removal
SecurityManager sm = System.getSecurityManager();
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\hssf\extractor\TestOldExcelExtractor.java:315:
warning: [removal] setSecurityManager(SecurityManager) in System has been
deprecated and marked for removal
System.setSecurityManager(new NoExitSecurityManager());
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\hssf\extractor\TestOldExcelExtractor.java:321:
warning: [removal] setSecurityManager(SecurityManager) in System has been
deprecated and marked for removal
System.setSecurityManager(sm);
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\hssf\extractor\TestOldExcelExtractor.java:366:
warning: [removal] SecurityManager in java.lang has been deprecated and marked
for removal
private static class NoExitSecurityManager extends SecurityManager {
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\hssf\record\TestFormulaRecord.java:90:
warning: [deprecation] getCode() in CellType has been deprecated
assertEquals(CellType.ERROR.getCode(), record.getCachedResultType());
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\hssf\record\TestFormulaRecord.java:90:
warning: [deprecation] getCachedResultType() in FormulaRecord has been
deprecated
assertEquals(CellType.ERROR.getCode(), record.getCachedResultType());
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\hssf\usermodel\TestBugs.java:2362:
warning: [deprecation] setCellType(CellType) in Cell has been deprecated
cell.setCellType(CellType.STRING);
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\hssf\usermodel\TestHSSFCell.java:385:
warning: [deprecation] setCellType(CellType) in Cell has been deprecated
cell.setCellType(CellType.STRING);
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\hssf\usermodel\TestHSSFCell.java:389:
warning: [deprecation] setCellType(CellType) in Cell has been deprecated
cell.setCellType(CellType.BOOLEAN);
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\hssf\usermodel\TestHSSFCell.java:391:
warning: [deprecation] setCellType(CellType) in Cell has been deprecated
cell.setCellType(CellType.BOOLEAN);
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\hssf\usermodel\TestHSSFCell.java:394:
warning: [deprecation] setCellType(CellType) in Cell has been deprecated
cell.setCellType(CellType.BOOLEAN);
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\hssf\usermodel\TestHSSFCell.java:398:
warning: [deprecation] setCellType(CellType) in Cell has been deprecated
cell.setCellType(CellType.BOOLEAN);
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\hssf\usermodel\TestHSSFCell.java:399:
warning: [deprecation] setCellType(CellType) in Cell has been deprecated
cell.setCellType(CellType.STRING);
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\hssf\usermodel\TestHSSFCell.java:400:
warning: [deprecation] setCellType(CellType) in Cell has been deprecated
cell.setCellType(CellType.ERROR);
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\hssf\usermodel\TestHSSFCell.java:401:
warning: [deprecation] setCellType(CellType) in Cell has been deprecated
cell.setCellType(CellType.STRING);
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\hssf\usermodel\TestHSSFCell.java:403:
warning: [deprecation] setCellType(CellType) in Cell has been deprecated
cell.setCellType(CellType.STRING);
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\usermodel\BaseTestSheetUpdateArrayFormulas.java:277:
warning: [deprecation] setCellType(CellType) in Cell has been deprecated
scell.setCellType(CellType.STRING);
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\usermodel\BaseTestSheetUpdateArrayFormulas.java:287:
warning: [deprecation] setCellType(CellType) in Cell has been deprecated
IllegalStateException e =
assertThrows(IllegalStateException.class, () ->
mcell.setCellType(CellType.NUMERIC));
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\poifs\dev\TestPOIFSDump.java:156:
warning: [removal] SecurityManager in java.lang has been deprecated and marked
for removal
private static class TestOverrideSecurityManager extends SecurityManager {
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\poifs\dev\TestPOIFSDump.java:174:
warning: [removal] SecurityManager in java.lang has been deprecated and marked
for removal
SecurityManager sm = System.getSecurityManager();
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\poifs\dev\TestPOIFSDump.java:174:
warning: [removal] getSecurityManager() in System has been deprecated and
marked for removal
SecurityManager sm = System.getSecurityManager();
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\poifs\dev\TestPOIFSDump.java:176:
warning: [removal] setSecurityManager(SecurityManager) in System has been
deprecated and marked for removal
System.setSecurityManager(new TestOverrideSecurityManager());
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\poifs\dev\TestPOIFSDump.java:179:
warning: [removal] setSecurityManager(SecurityManager) in System has been
deprecated and marked for removal
System.setSecurityManager(sm);
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\util\TestSheetUtil.java:212:
warning: [deprecation] setCellType(CellType) in Cell has been deprecated
cell.setCellType(CellType.STRING);
^
26 warnings
> Task :poi:compileTest9 SKIPPED
> Task :poi:cacheTest9 NO-SOURCE
> Task :poi:processTestResources
> Task :poi:testClasses
> Task :poi:testJar
> Task :poi:sourcesJar
> Task :poi-scratchpad:compileTestJava
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi-scratchpad\src\test\java\org\apache\poi\hslf\extractor\TestExtractor.java:498:
warning: [deprecation] getCodepoints(String,Boolean,Boolean) in
SlideShowExtractor has been deprecated
BitSet l1 = ppt.getCodepoints(font, null, null);
^
> Task :poi:forbiddenApisMain
> Task :poi-scratchpad:compileTestJava
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi-scratchpad\src\test\java\org\apache\poi\hwpf\extractor\TestWordExtractor.java:190:
warning: [deprecation] getHeaderText() in WordExtractor has been deprecated
assertEquals("First header column!\tMid header Right header!\n",
extractor1.getHeaderText());
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi-scratchpad\src\test\java\org\apache\poi\hwpf\extractor\TestWordExtractor.java:200:
warning: [deprecation] getHeaderText() in WordExtractor has been deprecated
assertEquals("This is a simple header, with a \u20ac euro symbol in
it.\n\n", extractor2.getHeaderText());
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi-scratchpad\src\test\java\org\apache\poi\hwpf\extractor\TestWordExtractor.java:213:
warning: [deprecation] getFooterText() in WordExtractor has been deprecated
assertEquals("Footer Left\tFooter Middle Footer Right\n",
extractor1.getFooterText());
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi-scratchpad\src\test\java\org\apache\poi\hwpf\extractor\TestWordExtractor.java:223:
warning: [deprecation] getFooterText() in WordExtractor has been deprecated
assertEquals("The footer, with Moli\u00e8re, has Unicode in it.\n",
extractor2.getFooterText());
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi-scratchpad\src\test\java\org\apache\poi\hwpf\extractor\TestWordExtractorBugs.java:56:
warning: [deprecation] getParagraphText() in Word6Extractor has been deprecated
assertNotNull(extractor.getParagraphText());
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi-scratchpad\src\test\java\org\apache\poi\hwpf\model\TestCHPBinTable.java:53:
warning: [deprecation] writeTo(HWPFFileSystem,int,CharIndexTranslator) in
CHPBinTable has been deprecated
_cHPBinTable.writeTo(fileSys, 0, fakeTPT);
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi-scratchpad\src\test\java\org\apache\poi\hwpf\model\TestFontTable.java:47:
warning: [deprecation] writeTo(HWPFFileSystem) in FontTable has been deprecated
_fontTable.writeTo(fileSys);
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi-scratchpad\src\test\java\org\apache\poi\hwpf\model\TestSectionTable.java:50:
warning: [deprecation] writeTo(HWPFFileSystem,int) in SectionTable has been
deprecated
sectionTable.writeTo(fileSys, 0);
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi-scratchpad\src\test\java\org\apache\poi\hwpf\sprm\TestSprms.java:77:
warning: [deprecation] getParagraphStyle(int) in StyleSheet has been deprecated
assertEquals(1,
hwpfDocument.getStyleSheet().getParagraphStyle(8).getJustification());
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi-scratchpad\src\test\java\org\apache\poi\hwpf\sprm\TestSprms.java:80:
warning: [deprecation] getParagraphStyle(int) in StyleSheet has been deprecated
assertEquals(1,
hwpfDocument2.getStyleSheet().getParagraphStyle(8).getJustification());
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi-scratchpad\src\test\java\org\apache\poi\hwpf\usermodel\TestBug49820.java:64:
warning: [deprecation] getParagraphStyle(int) in StyleSheet has been deprecated
assertEquals(expectedStyleLvl,
styleSheet.getParagraphStyle(par.getStyleIndex()).getLvl());
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi-scratchpad\src\test\java\org\apache\poi\hwpf\usermodel\TestHWPFOldDocument.java:186:
warning: [deprecation] getParagraphText() in Word6Extractor has been deprecated
for (String p : ex.getParagraphText()) {
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi-scratchpad\src\test\java\org\apache\poi\hwpf\usermodel\TestHWPFOldDocument.java:203:
warning: [deprecation] getParagraphText() in Word6Extractor has been deprecated
for (String p : ex.getParagraphText()) {
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi-scratchpad\src\test\java\org\apache\poi\hwpf\usermodel\TestHWPFOldDocument.java:240:
warning: [deprecation] getParagraphText() in Word6Extractor has been deprecated
for (String p : ex.getParagraphText()) {
^
15 warnings
> Task :poi:forbiddenApisTest
> Task :poi:forbiddenApis
> Task :poi:spotbugsMain
> Task :poi:spotbugsTest
> Task :poi-scratchpad:compileTest9 SKIPPED
> Task :poi-scratchpad:cacheTest9 NO-SOURCE
> Task :poi-scratchpad:testClasses
> Task :poi-scratchpad:testJar
WARNING: A terminally deprecated method in java.lang.System has been called
WARNING: System::setSecurityManager has been called by
edu.umd.cs.findbugs.ba.jsr305.TypeQualifierValue
(file:/C:/Users/jenkins/.gradle/caches/modules-2/files-2.1/com.github.spotbugs/spotbugs/4.5.0/6bc031deec8506968417da46ba4367d159b99d76/spotbugs-4.5.0.jar)
WARNING: Please consider reporting this to the maintainers of
edu.umd.cs.findbugs.ba.jsr305.TypeQualifierValue
WARNING: System::setSecurityManager will be removed in a future release
> Task :poi: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
WARNING: A terminally deprecated method in java.lang.System has been called
WARNING: System::setSecurityManager has been called by
org.apache.poi.poifs.dev.TestPOIFSDump
(file:/F:/jenkins/jenkins-home/712657a4/workspace/POI/POI-DSL-Windows-1.17/poi/build/classes/java/test/)
WARNING: Please consider reporting this to the maintainers of
org.apache.poi.poifs.dev.TestPOIFSDump
WARNING: System::setSecurityManager will be removed in a future release
WARNING: A terminally deprecated method in java.lang.System has been called
WARNING: System::setSecurityManager has been called by
org.apache.poi.poifs.dev.TestPOIFSDump
(file:/F:/jenkins/jenkins-home/712657a4/workspace/POI/POI-DSL-Windows-1.17/poi/build/classes/java/test/)
WARNING: Please consider reporting this to the maintainers of
org.apache.poi.poifs.dev.TestPOIFSDump
WARNING: System::setSecurityManager will be removed in a future release
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffa03eafc35, pid=14760,
tid=4132
#
# JRE version: OpenJDK Runtime Environment (17.0+28) (build 17-ea+28-2534)
# Java VM: OpenJDK 64-Bit Server VM (17-ea+28-2534, mixed mode, sharing,
tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)
# Problematic frame:
# V [jvm.dll+0x6efc35]
#
# Core dump will be written. Default location:
C:\Users\jenkins\.gradle\workers\hs_err_pid14760.mdmp
#
# An error report file with more information is saved as:
# C:\Users\jenkins\.gradle\workers\hs_err_pid14760.log
#
# Compiler replay data is saved as:
# C:\Users\jenkins\.gradle\workers\replay_pid14760.log
#
# If you would like to submit a bug report, please visit:
# https://bugreport.java.com/bugreport/crash.jsp
#
> Task :poi:spotbugsTest
448 SpotBugs violations were found.See the report at:
file:///F:/jenkins/jenkins-home/712657a4/workspace/POI/POI-DSL-Windows-1.17/poi/build/reports/spotbugs/test.xml
> Task :poi-scratchpad:forbiddenApisTest
> Task :poi-scratchpad:forbiddenApis
Unexpected exception thrown.
org.gradle.internal.remote.internal.MessageIOException: Could not write
'/127.0.0.1:57152'.
at
org.gradle.internal.remote.internal.inet.SocketConnection.flush(SocketConnection.java:140)
at
org.gradle.internal.remote.internal.hub.MessageHub$ConnectionDispatch.run(MessageHub.java:333)
at
org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
at
org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
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: java.io.IOException: Connection reset by peer
at java.base/sun.nio.ch.SocketDispatcher.write0(Native Method)
at java.base/sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:54)
at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:132)
at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:76)
at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:53)
at
java.base/sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:532)
at
org.gradle.internal.remote.internal.inet.SocketConnection$SocketOutputStream.writeWithNonBlockingRetry(SocketConnection.java:279)
at
org.gradle.internal.remote.internal.inet.SocketConnection$SocketOutputStream.writeBufferToChannel(SocketConnection.java:267)
at
org.gradle.internal.remote.internal.inet.SocketConnection$SocketOutputStream.flush(SocketConnection.java:261)
at
org.gradle.internal.remote.internal.inet.SocketConnection.flush(SocketConnection.java:138)
... 6 more
> Task :poi:spotbugsMain FAILED
> Task :poi: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
> Task :poi-scratchpad:spotbugsTest
41 SpotBugs violations were found.See the report at:
file:///F:/jenkins/jenkins-home/712657a4/workspace/POI/POI-DSL-Windows-1.17/poi-scratchpad/build/reports/spotbugs/test.xml
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':poi:spotbugsMain'.
> A failure occurred while executing
> com.github.spotbugs.snom.internal.SpotBugsRunnerForWorker$SpotBugsExecutor
> Failed to run Gradle Worker Daemon
> Process 'Gradle Worker Daemon 1' 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 8.0.
You can use '--warning-mode all' to show the individual deprecation warnings
and determine if they come from your own scripts or plugins.
See
https://docs.gradle.org/7.4/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 28m 40s
51 actionable tasks: 50 executed, 1 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'
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]