See <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/73/display/redirect?page=changes>
Changes: [Andreas Beeker] Redirecting System.out/err is bad in concurrent test environment [Andreas Beeker] use gradle for windows builds [Andreas Beeker] use gradle for windows builds [Andreas Beeker] try to fix path issues in Windows build [Andreas Beeker] try to fix concurrent issues in excelant [Andreas Beeker] Bug 65501 - Use viewbox when rendering SVG images [Andreas Beeker] also invoke Java 11 build on gradle [Andreas Beeker] fix Windows gradle build - task allJavaDoc [Andreas Beeker] try to get openjdk working again ... also with gradle [PJ Fanning] [github-242] add support for MAXIFS, MINIFS, AVERAGEIFS functions [PJ Fanning] [github-242] add support for MAXIFS, MINIFS, AVERAGEIFS functions. Thanks to jniewerth. This closes #242 ------------------------------------------ [...truncated 438.31 KB...] ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/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); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/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); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/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); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/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); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/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); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/poi/src/test/java/org/apache/poi/hssf/record/TestFormulaRecord.java>:89: warning: [deprecation] getCode() in CellType has been deprecated assertEquals(CellType.ERROR.getCode(), record.getCachedResultType()); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/poi/src/test/java/org/apache/poi/hssf/record/TestFormulaRecord.java>:89: warning: [deprecation] getCachedResultType() in FormulaRecord has been deprecated assertEquals(CellType.ERROR.getCode(), record.getCachedResultType()); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/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); ^ 15 warnings > Task :poi:compileTest9 > Task :poi:cacheTest9 > Task :poi:processTestResources > Task :poi:testClasses > Task :poi:testJar > Task :poi-integration:compileJava NO-SOURCE > Task :poi-integration:processResources NO-SOURCE > Task :poi-integration:classes UP-TO-DATE > Task :poi-ooxml-lite-agent:compileJava > Task :poi-ooxml-lite-agent:compileJava9 > Task :poi-ooxml-lite-agent:cacheJava9 > Task :poi-ooxml-lite-agent:processResources NO-SOURCE > Task :poi-ooxml-lite-agent:classes > Task :poi-ooxml-lite-agent:jar > Task :poi-scratchpad:compileTestJava <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/poi-scratchpad/src/test/java/org/apache/poi/hslf/extractor/TestExtractor.java>:497: warning: [deprecation] getCodepoints(String,Boolean,Boolean) in SlideShowExtractor has been deprecated BitSet l1 = ppt.getCodepoints(font, null, null); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/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()); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/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()) { ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/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()) { ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/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()) { ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/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()); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/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()); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/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); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/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); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/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); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/poi-scratchpad/src/test/java/org/apache/poi/hwpf/extractor/TestWordExtractorBugs.java>:56: warning: [deprecation] getParagraphText() in Word6Extractor has been deprecated assertNotNull(extractor.getParagraphText()); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/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()); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/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()); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/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()); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/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()); ^ 15 warnings > Task :poi-scratchpad:compileTest9 > Task :poi-scratchpad:cacheTest9 > Task :poi-scratchpad:processTestResources NO-SOURCE > Task :poi-scratchpad:testClasses > Task :poi-scratchpad:testJar > Task :poi-ooxml:compileTestJava <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/poi-ooxml/src/test/java/org/apache/poi/xwpf/usermodel/TestXWPFRun.java>:203: warning: [deprecation] getFontSize() in XWPFRun has been deprecated assertEquals(7, run.getFontSize()); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/poi-ooxml/src/test/java/org/apache/poi/xwpf/usermodel/TestXWPFRun.java>:211: warning: [deprecation] getFontSize() in XWPFRun has been deprecated assertEquals(25, run.getFontSize()); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/poi-ooxml/src/test/java/org/apache/poi/xwpf/usermodel/TestXWPFRun.java>:589: warning: [deprecation] getFontSize() in XWPFRun has been deprecated assertEquals(-1, run.getFontSize()); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/poi-ooxml/src/test/java/org/apache/poi/xwpf/usermodel/TestXWPFRun.java>:592: warning: [deprecation] getFontSize() in XWPFRun has been deprecated assertEquals(10, run.getFontSize()); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/poi-ooxml/src/test/java/org/apache/poi/xwpf/usermodel/TestXWPFRun.java>:595: warning: [deprecation] getFontSize() in XWPFRun has been deprecated assertEquals(Short.MAX_VALUE - 1, run.getFontSize()); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/poi-ooxml/src/test/java/org/apache/poi/xwpf/usermodel/TestXWPFRun.java>:598: warning: [deprecation] getFontSize() in XWPFRun has been deprecated assertEquals(Short.MAX_VALUE, run.getFontSize()); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/poi-ooxml/src/test/java/org/apache/poi/xwpf/usermodel/TestXWPFRun.java>:601: warning: [deprecation] getFontSize() in XWPFRun has been deprecated assertEquals(Short.MAX_VALUE + 1, run.getFontSize()); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/poi-ooxml/src/test/java/org/apache/poi/xwpf/usermodel/TestXWPFRun.java>:604: warning: [deprecation] getFontSize() in XWPFRun has been deprecated assertEquals(Integer.MAX_VALUE - 1, run.getFontSize()); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/poi-ooxml/src/test/java/org/apache/poi/xwpf/usermodel/TestXWPFRun.java>:607: warning: [deprecation] getFontSize() in XWPFRun has been deprecated assertEquals(Integer.MAX_VALUE, run.getFontSize()); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/poi-ooxml/src/test/java/org/apache/poi/xwpf/usermodel/TestXWPFRun.java>:610: warning: [deprecation] getFontSize() in XWPFRun has been deprecated assertEquals(-1, run.getFontSize()); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/poi-ooxml/src/test/java/org/apache/poi/xwpf/usermodel/TestXWPFRun.java>:658: warning: [deprecation] getFontSize() in XWPFRun has been deprecated assertEquals(10, run.getFontSize()); ^ <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/poi-ooxml/src/test/java/org/apache/poi/xddf/usermodel/chart/TestXDDFChartRemoveSeries.java>:129: warning: [deprecation] getSeries() in XDDFChartData has been deprecated assertThrows(UnsupportedOperationException.class, () -> chartData.getSeries().remove(0)); ^ 12 warnings > Task :poi-ooxml:compileTest9 > Task :poi-ooxml:cacheTest9 > Task :poi-ooxml:processTestResources NO-SOURCE > Task :poi-ooxml:testClasses > Task :poi-ooxml:testJar > Task :poi-integration:compileTestJava > Task :poi-integration:compileTest9 > Task :poi-integration:cacheTest9 > Task :poi-integration:processTestResources > Task :poi-integration:testClasses > Task :poi-integration:testJar > Task :allJavaDoc > Task :zipJavadocs > Task :binDistTar > Task :binDistZip > Task :replaceVersion > Task :poi-excelant:compileJava > Task :poi-excelant:compileJava9 > Task :poi-excelant:cacheJava9 > Task :poi-excelant:processResources > Task :poi-excelant:classes > Task :poi-excelant:compileTestJava > Task :poi-excelant:compileTest9 > Task :poi-excelant:cacheTest9 > Task :poi-excelant:jar > Task :poi-excelant:javadoc > Task :poi-excelant:javadocJar > Task :poi-excelant:sourcesJar > Task :poi-excelant:assemble > Task :poi-excelant:forbiddenApisMain > Task :poi-excelant:processTestResources > Task :poi-excelant:testClasses > Task :poi-excelant:forbiddenApisTest > Task :poi-excelant:forbiddenApis > Task :poi-excelant:testJar > Task :poi-excelant:test > Task :poi-excelant:check > Task :poi-excelant:build > Task :poi-integration:jar > Task :poi-integration:javadoc SKIPPED > Task :poi-integration:javadocJar SKIPPED > Task :poi-integration:sourcesJar SKIPPED > Task :poi-integration:assemble > Task :poi-integration:forbiddenApisMain NO-SOURCE > Task :poi-integration:forbiddenApisTest > Task :poi-integration:forbiddenApis > Task :poi-integration:test [124.889s][warning][gc,alloc] ForkJoinPool-1-worker-19: Retried waiting for GCLocker too often allocating 627999 words TestAllFiles > handleAdditional(String, FileHandlerKnown, String, Class, String) > org.apache.poi.stress.TestAllFiles.handleAdditional(String, FileHandlerKnown, String, Class, String)[1984] FAILED org.opentest4j.AssertionFailedError at TestAllFiles.java:187 Caused by: java.nio.channels.ClosedByInterruptException at TestAllFiles.java:156 UnknownClass.JUnit Jupiter > UnknownClass.executionError FAILED org.junit.platform.commons.JUnitException at EngineExecutionOrchestrator.java:114 Caused by: org.junit.platform.commons.JUnitException at HierarchicalTestEngine.java:54 Caused by: java.util.concurrent.ExecutionException at ForkJoinTask.java:1006 Caused by: java.lang.OutOfMemoryError at NativeConstructorAccessorImpl.java:-2 Caused by: java.lang.OutOfMemoryError at DataBufferByte.java:92 UnknownClass.JUnit Jupiter FAILED Running additionals on spreadsheet/Formatting.xlsx Running extractFiles on spreadsheet/comments.xls Running extractFiles on spreadsheet/bug64512_embed.xlsx Running additionals on spreadsheet/FormulaEvalTestData.xls Running additionals on spreadsheet/FormulaSheetRange.xlsx Running additionals on spreadsheet/GroupTest.xlsx Running additionals on spreadsheet/GroupTest.xlsx Running additionals on spreadsheet/HsGetVal.xlsx Running extractFiles on spreadsheet/empty.xls Running additionals on spreadsheet/HsGetVal.xlsx Running additionals on spreadsheet/HyperlinksOnManySheets.xls Running additionals on spreadsheet/HyperlinksOnManySheets.xls Running additionals on spreadsheet/IfFormulaTest.xls Running extractFiles on spreadsheet/ex42564-21503.xls Running extractFiles on spreadsheet/commentTest.xlsx Running additionals on spreadsheet/IfFormulaTest.xls Running additionals on spreadsheet/IfFunctionTestCaseData.xls Running additionals on spreadsheet/IfNaTestCaseData.xls Running extractFiles on spreadsheet/commentTest.xlsx Running extractFiles on spreadsheet/comments.xlsx Running extractFiles on spreadsheet/conditional_formatting_cell_is.xlsx 5203 tests completed, 3 failed, 15 skipped > Task :poi-integration:test FAILED > Task :fixDistDir FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':poi-integration:test'. > There were failing tests. See the report at: > file://<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/poi-integration/build/reports/tests/test/index.html> * 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.1/userguide/command_line_interface.html#sec:command_line_warnings BUILD FAILED in 6m 44s 84 actionable tasks: 75 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' Archiving artifacts Skipping publisher since build result is FAILURE Recording test results [Checks API] No suitable checks publisher found. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org