See <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/48/display/redirect?page=changes>
Changes: [Dominik Stadler] Adjust paths in build-files some more and copy svn-libs [Andreas Beeker] move jdk check into doFirst [Andreas Beeker] fix paths for integration build, docs, add site task to main build.gradle [PJ Fanning] try to fix build issue [Dominik Stadler] Store jars for svnant locally Downloading them becomes nearly impossible now that bintray.dl closes down, so let's rather persist the jars as part of the source distribution for now. [PJ Fanning] [bug-65227] add NPE guard in SheetUtil. Thanks to Petr Blaha [Dominik Stadler] Adjust for the new source-directories in some more places [Dominik Stadler] Ensure the cache-directory for ImageIO is set to a valid directory Introduce a helper method to set ImageIO.setCacheDir() to the default temporary directory [Andreas Beeker] fix paths to new gradle directories [Andreas Beeker] fix merge problem [Andreas Beeker] 65206 - Migrate ant / maven to gradle build compile / jar / test of mrJars don't include ants build.xml anymore rename directories to match project and maven artifact names refactor artifacts - so each project has one artifact replace static references in hssf/dev tests with junit5 constructs, which had problems in parallel tests increase gradle heap to 4gb because of OOM - maybe less would also work [Dominik Stadler] Adjust path for archiving JUnit files to capture both locations that are in use Somehow JUnit stores test-results either under test-result or under test-result/test, so let's look at both directories for now [Dominik Stadler] Jenkins DSL: Add a workaround to run "ant init" before building with Gradle Otherwise the Ant-helpers are not compiled properly currently We should remove this as soon as Gradle build is working standalone [Dominik Stadler] Enable Gradle Wrapper to avoid running with an unsupported local version This may cause the strange "PrecompiledProjectScript" failures that we see currently [Dominik Stadler] Add a simple test-case for XLSX2CSV [Dominik Stadler] Add one more directory from Maven build to .gitignore [Dominik Stadler] Fix directory for examples-sources to make Maven build work again [Dominik Stadler] Switch the Ant-build to separate folders under "build/classes" This avoids colliding in strange ways with the default Gradle location "build/classes/main/java" This caused very strange error messages about invalid package names when compiling with Gradle and Ant in one source checkout [Dominik Stadler] Add a Gradle target "allJavaDoc" for an initial combined JavaDoc run [Dominik Stadler] Adjust JavaDoc target to act similar as the one in the build.xml Set memory and set "lint:non" on Java 8 to not be stricter than the Ant-build [Dominik Stadler] Adjust some JavaDoc [Dominik Stadler] XSLX2CSV: Do not double-encode if the value is already having quotes and escape double-quotes Most CSV formats use "" (two quotes) to escape a "-character, we should do this in this example as well to produce files that can be parsed by other CSV processors correctly. Also cases where the value is already enclosed in quotes should not lead to additional quotes Add a simple initial test to module "examples" verify basic functionality of XSLX2CSV as I often rely on it for converting some very large xlsx-files to csv [Dominik Stadler] Also look for test-data in ../test-data for Gradle build This is needed when running tests in the IDE via the Gradle project import [Dominik Stadler] Update JUnit to 5.7.1 and junit-platform to 1.7.1 [Dominik Stadler] Apply some IDE suggestions, improve exception message, add some JavaDoc ------------------------------------------ [...truncated 550.11 KB...] [junitlauncher] Running org.apache.poi.xssf.TestXSSFCloneSheet [junitlauncher] Tests run: 9, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.193000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.xssf.TestXSSFMemoryLeak [junitlauncher] Tests run: 6, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 2.021000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.xssf.TestXSSFOffset [junitlauncher] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.009000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.xssf.binary.TestXSSFBSharedStringsTable [junitlauncher] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.006000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.xssf.binary.TestXSSFBSheetHyperlinkManager [junitlauncher] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.008000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.xssf.eventusermodel.TestReadOnlySharedStringsTable [junitlauncher] Tests run: 4, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.018000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.xssf.eventusermodel.TestXSSFBReader [junitlauncher] Tests run: 4, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.032000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.xssf.eventusermodel.TestXSSFReader [junitlauncher] Tests run: 15, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.091000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.xssf.eventusermodel.TestXSSFSheetXMLHandler [junitlauncher] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.008000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.xssf.extractor.TestXSSFBEventBasedExcelExtractor [junitlauncher] Tests run: 4, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.041000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.xssf.extractor.TestXSSFEventBasedExcelExtractor [junitlauncher] Tests run: 12, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.299000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.xssf.extractor.TestXSSFEventBasedExcelExtractorUsingFactory [junitlauncher] Tests run: 12, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.252000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.xssf.extractor.TestXSSFExcelExtractor [junitlauncher] Tests run: 8, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.293000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.xssf.extractor.TestXSSFExcelExtractorUsingFactory [junitlauncher] Tests run: 8, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.295000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.xssf.extractor.TestXSSFExportToXML [junitlauncher] Tests run: 18, Failures: 0, Aborted: 0, Skipped: 1, Time elapsed: 0.371000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.xssf.extractor.TestXSSFImportFromXML [junitlauncher] Tests run: 5, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 6.102000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.xssf.io.TestLoadSaveXSSF [junitlauncher] Tests run: 3, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.033000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.xssf.model.TestCalculationChain [junitlauncher] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.253000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.xssf.model.TestCommentsTable [junitlauncher] Tests run: 7, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.091000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.xssf.model.TestExternalLinksTable [junitlauncher] Tests run: 4, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.057000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.xssf.model.TestMapInfo [junitlauncher] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.015000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.xssf.model.TestSharedStringsTable [junitlauncher] Tests run: 4, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.074000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.xssf.model.TestStylesTable [junitlauncher] Tests run: 13, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.177000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.xssf.model.TestThemesTable [junitlauncher] Tests run: 3, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.076000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.xssf.streaming.TestAutoSizeColumnTracker [junitlauncher] Tests run: 8, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.032000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.xssf.streaming.TestDeferredSXSSFWorkbook [junitlauncher] Tests run: 28, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.578000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.xssf.streaming.TestOutlining [junitlauncher] Tests run: 6, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.020000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.xssf.streaming.TestSXSSFCell [junitlauncher] Tests run: 53, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.854000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.xssf.streaming.TestSXSSFDataValidation [junitlauncher] Tests run: 2, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.091000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.xssf.streaming.TestSXSSFEvaluationSheet [junitlauncher] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.004000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.xssf.streaming.TestSXSSFFormulaEvaluation [junitlauncher] Tests run: 28, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.822000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.xssf.streaming.TestSXSSFHyperlink [junitlauncher] Tests run: 2, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.020000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.xssf.streaming.TestSXSSFRow [junitlauncher] Tests run: 12, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.177000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.xssf.streaming.TestSXSSFSheet [junitlauncher] Tests run: 49, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.600000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.xssf.streaming.TestSXSSFSheetAutoSizeColumn [junitlauncher] Tests run: 25, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.111000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.xssf.streaming.TestSXSSFUnicodeSurrogates [junitlauncher] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.016000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.xssf.streaming.TestSXSSFWorkbook [junitlauncher] Tests run: 35, Failures: 0, Aborted: 0, Skipped: 1, Time elapsed: 0.833000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.xssf.streaming.TestSXSSFWorkbookWithCustomZipEntrySource [junitlauncher] Tests run: 3, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.070000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.xssf.streaming.TestSheetDataWriter [junitlauncher] Tests run: 3, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.003000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.xssf.usermodel.TestFormulaEvaluatorOnXSSF [junitlauncher] Aborted: [7] IntersectionEval, 46, 47 [junitlauncher] Aborted: [12] PercentEval, 66, 67 [junitlauncher] Aborted: [14] RangeEval, 74, 75 [junitlauncher] Aborted: [23] Addbar, 115, 116 [junitlauncher] Aborted: [24] Addcommand, 119, 120 [junitlauncher] Aborted: [25] Addmenu, 123, 124 [junitlauncher] Aborted: [27] Addtoolbar, 131, 132 [junitlauncher] Aborted: [29] Apptitle, 139, 140 [junitlauncher] Aborted: [40] Averagea, 183, 184 [junitlauncher] Aborted: [44] Call, 199, 200 [junitlauncher] Aborted: [45] Caller, 203, 204 [junitlauncher] Aborted: [50] Checkcommand, 223, 224 [junitlauncher] Aborted: [57] Column, 251, 252 [junitlauncher] Aborted: [70] Createobject, 303, 304 [junitlauncher] Aborted: [73] Customundo, 315, 316 [junitlauncher] Aborted: [74] Date, 319, 320 [junitlauncher] Aborted: [80] Days360, 343, 344 [junitlauncher] Aborted: [81] Db, 347, 348 [junitlauncher] Aborted: [82] Dbcs, 351, 352 [junitlauncher] Aborted: [87] Deletebar, 371, 372 [junitlauncher] Aborted: [88] Deletecommand, 375, 376 [junitlauncher] Aborted: [89] Deletemenu, 379, 380 [junitlauncher] Aborted: [90] Deletetoolbar, 383, 384 [junitlauncher] Aborted: [93] Dget, 395, 396 [junitlauncher] Aborted: [94] Dialogbox, 399, 400 [junitlauncher] Aborted: [98] Documents, 415, 416 [junitlauncher] Aborted: [107] Enablecommand, 451, 452 [junitlauncher] Aborted: [108] Enabletool, 455, 456 [junitlauncher] Aborted: [114] Exec, 479, 480 [junitlauncher] Aborted: [115] Execute, 483, 484 [junitlauncher] Aborted: [118] Externalflag, 495, 496 [junitlauncher] Aborted: [119] Fact, 499, 500 [junitlauncher] Aborted: [121] Fclose, 507, 508 [junitlauncher] Aborted: [123] Files, 515, 516 [junitlauncher] Aborted: [131] Fopen, 547, 548 [junitlauncher] Aborted: [135] Fread, 563, 564 [junitlauncher] Aborted: [136] Freadln, 567, 568 [junitlauncher] Aborted: [138] Fsize, 575, 576 [junitlauncher] Aborted: [147] Getbar, 611, 612 [junitlauncher] Aborted: [148] Getcell, 615, 616 [junitlauncher] Aborted: [149] Getchartitem, 619, 620 [junitlauncher] Aborted: [150] Getdef, 623, 624 [junitlauncher] Aborted: [151] Getdocument, 627, 628 [junitlauncher] Aborted: [152] Getformula, 631, 632 [junitlauncher] Aborted: [153] Getlinkinfo, 635, 636 [junitlauncher] Aborted: [154] Getmovie, 639, 640 [junitlauncher] Aborted: [155] Getname, 643, 644 [junitlauncher] Aborted: [156] Getnote, 647, 648 [junitlauncher] Aborted: [157] Getobject, 651, 652 [junitlauncher] Aborted: [162] Gettool, 671, 672 [junitlauncher] Aborted: [163] Gettoolbar, 675, 676 [junitlauncher] Aborted: [164] Getwindow, 679, 680 [junitlauncher] Aborted: [165] Getworkbook, 683, 684 [junitlauncher] Aborted: [166] Getworkspace, 687, 688 [junitlauncher] Aborted: [230] Moviecommand, 943, 944 [junitlauncher] Aborted: [247] Opendialog, 1011, 1012 [junitlauncher] Aborted: [248] Optionslistsget, 1015, 1016 [junitlauncher] Aborted: [250] Pause, 1023, 1024 [junitlauncher] Aborted: [255] Phonetic, 1043, 1044 [junitlauncher] Aborted: [257] Pivotadddata, 1051, 1052 [junitlauncher] Aborted: [260] Poke, 1063, 1064 [junitlauncher] Aborted: [263] Presstool, 1075, 1076 [junitlauncher] Aborted: [270] Rand, 1103, 1104 [junitlauncher] Aborted: [273] Reftext, 1115, 1116 [junitlauncher] Aborted: [274] Register, 1119, 1120 [junitlauncher] Aborted: [275] Registerid, 1123, 1124 [junitlauncher] Aborted: [276] Relref, 1127, 1128 [junitlauncher] Aborted: [277] Renamecommand, 1131, 1132 [junitlauncher] Aborted: [282] Resettoolbar, 1151, 1152 [junitlauncher] Aborted: [283] Restart, 1155, 1156 [junitlauncher] Aborted: [285] Resume, 1163, 1164 [junitlauncher] Aborted: [292] Row, 1191, 1192 [junitlauncher] Aborted: [295] Savedialog, 1203, 1204 [junitlauncher] Aborted: [296] Savetoolbar, 1207, 1208 [junitlauncher] Aborted: [297] Scenarioget, 1211, 1212 [junitlauncher] Aborted: [303] Setname, 1235, 1236 [junitlauncher] Aborted: [304] Setvalue, 1239, 1240 [junitlauncher] Aborted: [305] Showbar, 1243, 1244 [junitlauncher] Aborted: [313] Spellingcheck, 1275, 1276 [junitlauncher] Aborted: [322] Substitute, 1311, 1312 [junitlauncher] Aborted: [336] Terminate, 1367, 1368 [junitlauncher] Aborted: [338] Textbox, 1375, 1376 [junitlauncher] Aborted: [339] Textref, 1379, 1380 [junitlauncher] Aborted: [340] Time, 1383, 1384 [junitlauncher] Aborted: [346] Trim, 1407, 1408 [junitlauncher] Aborted: [352] Unregister, 1431, 1432 [junitlauncher] Aborted: [355] Value, 1443, 1444 [junitlauncher] Aborted: [361] Viewget, 1467, 1468 [junitlauncher] Aborted: [366] Windows, 1487, 1488 [junitlauncher] Aborted: [367] Windowtitle, 1491, 1492 [junitlauncher] Tests run: 369, Failures: 0, Aborted: 90, Skipped: 0, Time elapsed: 4.225000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.xssf.usermodel.TestMatrixFormulasFromXMLSpreadsheet [junitlauncher] Tests run: 34, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.129000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.xssf.usermodel.TestMissingWorkbookOnXSSF [junitlauncher] Tests run: 3, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.029000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.xssf.usermodel.TestMultiSheetFormulaEvaluatorOnXSSF [junitlauncher] Tests run: 2, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.016000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.xssf.usermodel.TestSXSSFBugs [junitlauncher] Aborted: bug59393_commentsCanHaveSameAnchor() [junitlauncher] Tests run: 39, Failures: 0, Aborted: 1, Skipped: 2, Time elapsed: 3.648000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.xssf.usermodel.TestSXSSFSheetAutosizeColumn [junitlauncher] Tests run: 8, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.044000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.xssf.usermodel.TestSheetHiding [junitlauncher] Tests run: 5, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.071000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.xssf.usermodel.TestTableStyles [junitlauncher] Tests run: 2, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.263000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.xssf.usermodel.TestXSSFBugs [junitlauncher] Aborted: bug59393_commentsCanHaveSameAnchor() [junitlauncher] Failed: testWriteDocumentTwice() [junitlauncher] Tests run: 167, Failures: 1, Aborted: 1, Skipped: 6, Time elapsed: 13.476000 sec BUILD FAILED <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build.xml>:1921: The following error occurred while executing this line: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build.xml>:1737: The following error occurred while executing this line: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/ws/build.xml>:1353: Some test(s) have failure(s) Total time: 19 minutes 19 seconds Build step 'Invoke Ant' 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: [email protected] For additional commands, e-mail: [email protected]
