See
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.17/895/display/redirect?page=changes>
Changes:
[github] remove pre-existing inline strings when updating value (#962)
------------------------------------------
[...truncated 43.60 KiB...]
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:175:
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:175:
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:177:
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:180:
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\BaseTestCellUtil.java:79:
warning: [deprecation] BORDER_BOTTOM in CellUtil has been deprecated
CellUtil.setCellStyleProperty(c, CellUtil.BORDER_BOTTOM,
BorderStyle.THIN);
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\util\BaseTestCellUtil.java:79:
warning: [deprecation] setCellStyleProperty(Cell,String,Object) in CellUtil
has been deprecated
CellUtil.setCellStyleProperty(c, CellUtil.BORDER_BOTTOM,
BorderStyle.THIN);
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\util\BaseTestCellUtil.java:85:
warning: [deprecation] BORDER_BOTTOM in CellUtil has been deprecated
CellUtil.setCellStyleProperty(c, CellUtil.BORDER_BOTTOM,
BorderStyle.THIN);
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\util\BaseTestCellUtil.java:85:
warning: [deprecation] setCellStyleProperty(Cell,String,Object) in CellUtil
has been deprecated
CellUtil.setCellStyleProperty(c, CellUtil.BORDER_BOTTOM,
BorderStyle.THIN);
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\util\BaseTestCellUtil.java:112:
warning: [deprecation] BORDER_BOTTOM in CellUtil has been deprecated
assertThrows(RuntimeException.class, () ->
CellUtil.setCellStyleProperty(c, CellUtil.BORDER_BOTTOM, 42));
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\util\BaseTestCellUtil.java:112:
warning: [deprecation] setCellStyleProperty(Cell,String,Object) in CellUtil
has been deprecated
assertThrows(RuntimeException.class, () ->
CellUtil.setCellStyleProperty(c, CellUtil.BORDER_BOTTOM, 42));
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\util\BaseTestCellUtil.java:124:
warning: [deprecation] BORDER_BOTTOM in CellUtil has been deprecated
CellUtil.setCellStyleProperty(c, CellUtil.BORDER_BOTTOM,
BorderStyle.DASH_DOT.getCode());
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\util\BaseTestCellUtil.java:124:
warning: [deprecation] setCellStyleProperty(Cell,String,Object) in CellUtil
has been deprecated
CellUtil.setCellStyleProperty(c, CellUtil.BORDER_BOTTOM,
BorderStyle.DASH_DOT.getCode());
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\util\BaseTestCellUtil.java:128:
warning: [deprecation] BORDER_TOP in CellUtil has been deprecated
CellUtil.setCellStyleProperty(c, CellUtil.BORDER_TOP,
BorderStyle.MEDIUM_DASH_DOT);
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\util\BaseTestCellUtil.java:128:
warning: [deprecation] setCellStyleProperty(Cell,String,Object) in CellUtil
has been deprecated
CellUtil.setCellStyleProperty(c, CellUtil.BORDER_TOP,
BorderStyle.MEDIUM_DASH_DOT);
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\util\BaseTestCellUtil.java:177:
warning: [deprecation] SHRINK_TO_FIT in CellUtil has been deprecated
CellUtil.setCellStyleProperty(c, CellUtil.SHRINK_TO_FIT, true);
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\util\BaseTestCellUtil.java:177:
warning: [deprecation] setCellStyleProperty(Cell,String,Object) in CellUtil
has been deprecated
CellUtil.setCellStyleProperty(c, CellUtil.SHRINK_TO_FIT, true);
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\util\BaseTestCellUtil.java:209:
warning: [deprecation] QUOTE_PREFIXED in CellUtil has been deprecated
CellUtil.setCellStyleProperty(c, CellUtil.QUOTE_PREFIXED, true);
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\util\BaseTestCellUtil.java:209:
warning: [deprecation] setCellStyleProperty(Cell,String,Object) in CellUtil
has been deprecated
CellUtil.setCellStyleProperty(c, CellUtil.QUOTE_PREFIXED, true);
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\util\BaseTestCellUtil.java:277:
warning: [deprecation] BORDER_BOTTOM in CellUtil has been deprecated
CellUtil.setCellStyleProperty(c2, CellUtil.BORDER_BOTTOM,
BorderStyle.DOUBLE);
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\util\BaseTestCellUtil.java:277:
warning: [deprecation] setCellStyleProperty(Cell,String,Object) in CellUtil
has been deprecated
CellUtil.setCellStyleProperty(c2, CellUtil.BORDER_BOTTOM,
BorderStyle.DOUBLE);
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\util\BaseTestCellUtil.java:316:
warning: [deprecation] BORDER_TOP in CellUtil has been deprecated
props.put(CellUtil.BORDER_TOP, BorderStyle.THIN);
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\util\BaseTestCellUtil.java:317:
warning: [deprecation] BORDER_BOTTOM in CellUtil has been deprecated
props.put(CellUtil.BORDER_BOTTOM, BorderStyle.THIN);
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\util\BaseTestCellUtil.java:318:
warning: [deprecation] BORDER_LEFT in CellUtil has been deprecated
props.put(CellUtil.BORDER_LEFT, BorderStyle.THIN);
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\util\BaseTestCellUtil.java:319:
warning: [deprecation] BORDER_RIGHT in CellUtil has been deprecated
props.put(CellUtil.BORDER_RIGHT, BorderStyle.THIN);
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\util\BaseTestCellUtil.java:320:
warning: [deprecation] ALIGNMENT in CellUtil has been deprecated
props.put(CellUtil.ALIGNMENT,
HorizontalAlignment.CENTER.getCode()); // try it both with a Short (deprecated)
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\util\BaseTestCellUtil.java:321:
warning: [deprecation] VERTICAL_ALIGNMENT in CellUtil has been deprecated
props.put(CellUtil.VERTICAL_ALIGNMENT, VerticalAlignment.CENTER);
// and with an enum
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\util\BaseTestCellUtil.java:322:
warning: [deprecation] setCellStyleProperties(Cell,Map<String,Object>) in
CellUtil has been deprecated
CellUtil.setCellStyleProperties(c, props);
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\util\BaseTestCellUtil.java:328:
warning: [deprecation] setCellStyleProperties(Cell,Map<String,Object>) in
CellUtil has been deprecated
CellUtil.setCellStyleProperties(c, props);
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\util\BaseTestCellUtil.java:601:
warning: [deprecation] FILL_PATTERN in CellUtil has been deprecated
properties.put(CellUtil.FILL_PATTERN, FillPatternType.BRICKS);
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\util\BaseTestCellUtil.java:602:
warning: [deprecation] FILL_FOREGROUND_COLOR in CellUtil has been deprecated
properties.put(CellUtil.FILL_FOREGROUND_COLOR,
IndexedColors.BLUE.index);
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\util\BaseTestCellUtil.java:603:
warning: [deprecation] FILL_BACKGROUND_COLOR in CellUtil has been deprecated
properties.put(CellUtil.FILL_BACKGROUND_COLOR,
IndexedColors.RED.index);
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\util\BaseTestCellUtil.java:605:
warning: [deprecation] setCellStyleProperties(Cell,Map<String,Object>) in
CellUtil has been deprecated
CellUtil.setCellStyleProperties(A1, properties);
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\util\TestPropertyTemplate.java:91:
warning: [deprecation] BORDER_TOP in CellUtil has been deprecated
pt.getBorderStyle(0, 0, CellUtil.BORDER_TOP));
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\util\TestPropertyTemplate.java:91:
warning: [deprecation] getBorderStyle(int,int,String) in PropertyTemplate has
been deprecated
pt.getBorderStyle(0, 0, CellUtil.BORDER_TOP));
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\util\TestPropertyTemplate.java:94:
warning: [deprecation] BORDER_BOTTOM in CellUtil has been deprecated
pt.getBorderStyle(0, 0, CellUtil.BORDER_BOTTOM));
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\util\TestPropertyTemplate.java:94:
warning: [deprecation] getBorderStyle(int,int,String) in PropertyTemplate has
been deprecated
pt.getBorderStyle(0, 0, CellUtil.BORDER_BOTTOM));
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\util\TestPropertyTemplate.java:97:
warning: [deprecation] TOP_BORDER_COLOR in CellUtil has been deprecated
pt.getTemplateProperty(0, 0, CellUtil.TOP_BORDER_COLOR));
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\util\TestPropertyTemplate.java:97:
warning: [deprecation] getTemplateProperty(int,int,String) in PropertyTemplate
has been deprecated
pt.getTemplateProperty(0, 0, CellUtil.TOP_BORDER_COLOR));
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\util\TestPropertyTemplate.java:100:
warning: [deprecation] BOTTOM_BORDER_COLOR in CellUtil has been deprecated
pt.getTemplateProperty(0, 0, CellUtil.BOTTOM_BORDER_COLOR));
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\util\TestPropertyTemplate.java:100:
warning: [deprecation] getTemplateProperty(int,int,String) in PropertyTemplate
has been deprecated
pt.getTemplateProperty(0, 0, CellUtil.BOTTOM_BORDER_COLOR));
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\util\TestPropertyTemplate.java:440:
warning: [deprecation] BORDER_TOP in CellUtil has been deprecated
pt.getBorderStyle(i, j, CellUtil.BORDER_TOP));
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\util\TestPropertyTemplate.java:440:
warning: [deprecation] getBorderStyle(int,int,String) in PropertyTemplate has
been deprecated
pt.getBorderStyle(i, j, CellUtil.BORDER_TOP));
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\util\TestPropertyTemplate.java:442:
warning: [deprecation] BORDER_BOTTOM in CellUtil has been deprecated
pt.getBorderStyle(i, j, CellUtil.BORDER_BOTTOM));
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\util\TestPropertyTemplate.java:442:
warning: [deprecation] getBorderStyle(int,int,String) in PropertyTemplate has
been deprecated
pt.getBorderStyle(i, j, CellUtil.BORDER_BOTTOM));
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\util\TestPropertyTemplate.java:444:
warning: [deprecation] BORDER_LEFT in CellUtil has been deprecated
pt.getBorderStyle(i, j, CellUtil.BORDER_LEFT));
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\util\TestPropertyTemplate.java:444:
warning: [deprecation] getBorderStyle(int,int,String) in PropertyTemplate has
been deprecated
pt.getBorderStyle(i, j, CellUtil.BORDER_LEFT));
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\util\TestPropertyTemplate.java:446:
warning: [deprecation] BORDER_RIGHT in CellUtil has been deprecated
pt.getBorderStyle(i, j, CellUtil.BORDER_RIGHT));
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\util\TestPropertyTemplate.java:446:
warning: [deprecation] getBorderStyle(int,int,String) in PropertyTemplate has
been deprecated
pt.getBorderStyle(i, j, CellUtil.BORDER_RIGHT));
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\util\TestPropertyTemplate.java:458:
warning: [deprecation] BORDER_TOP in CellUtil has been deprecated
CellUtil.BORDER_TOP));
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\util\TestPropertyTemplate.java:457:
warning: [deprecation] getBorderStyle(int,int,String) in PropertyTemplate has
been deprecated
pt.getBorderStyle(i, j,
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\util\TestPropertyTemplate.java:461:
warning: [deprecation] BORDER_BOTTOM in CellUtil has been deprecated
CellUtil.BORDER_BOTTOM));
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\util\TestPropertyTemplate.java:460:
warning: [deprecation] getBorderStyle(int,int,String) in PropertyTemplate has
been deprecated
pt.getBorderStyle(i, j,
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\util\TestPropertyTemplate.java:464:
warning: [deprecation] BORDER_LEFT in CellUtil has been deprecated
CellUtil.BORDER_LEFT));
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\util\TestPropertyTemplate.java:463:
warning: [deprecation] getBorderStyle(int,int,String) in PropertyTemplate has
been deprecated
pt.getBorderStyle(i, j,
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\util\TestPropertyTemplate.java:467:
warning: [deprecation] BORDER_RIGHT in CellUtil has been deprecated
CellUtil.BORDER_RIGHT));
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\util\TestPropertyTemplate.java:466:
warning: [deprecation] getBorderStyle(int,int,String) in PropertyTemplate has
been deprecated
pt.getBorderStyle(i, j,
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\util\TestPropertyTemplate.java:471:
warning: [deprecation] BORDER_TOP in CellUtil has been deprecated
CellUtil.BORDER_TOP));
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\util\TestPropertyTemplate.java:470:
warning: [deprecation] getBorderStyle(int,int,String) in PropertyTemplate has
been deprecated
pt.getBorderStyle(i, j,
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\util\TestPropertyTemplate.java:474:
warning: [deprecation] BORDER_BOTTOM in CellUtil has been deprecated
CellUtil.BORDER_BOTTOM));
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\util\TestPropertyTemplate.java:473:
warning: [deprecation] getBorderStyle(int,int,String) in PropertyTemplate has
been deprecated
pt.getBorderStyle(i, j,
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\util\TestPropertyTemplate.java:477:
warning: [deprecation] BORDER_LEFT in CellUtil has been deprecated
CellUtil.BORDER_LEFT));
^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\util\TestPropertyTemplate.java:476:
warning: [deprecation] getBorderStyle(int,int,String) in PropertyTemplate has
been deprecated
pt.getBorderStyle(i, j,
^
> Task :poi-ooxml-full:getDeps
> Task :poi:compileTestJava
Note:
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi\src\test\java\org\apache\poi\ss\util\TestPropertyTemplate.java
has additional uses or overrides of a deprecated API.
100 warnings
> Task :poi-ooxml-full:jacocoTestReport SKIPPED
> Task :poi:compileTest9
> Task :poi-ooxml-lite:compileJava FROM-CACHE
> Task :poi-ooxml-lite:compileJava9
> Task :poi:jar
> Task :poi-ooxml:compileJava9 FROM-CACHE
> Task :poi-ooxml:classes
> Task :poi:processTestResources
> Task :poi:testClasses
> Task :poi-ooxml:jar
> Task :poi:testJar
> Task :poi-excelant:compileJava
> Task :poi-scratchpad:compileJava FROM-CACHE
> Task :poi-scratchpad:compileJava9 FROM-CACHE
> Task :poi-scratchpad:classes
> Task :poi:sourcesJar
> Task :poi-ooxml:javadoc
error: error reading
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\build\dist\maven\poi-scratchpad\poi-scratchpad-6.0.0-SNAPSHOT.jar;
zip END header not found
1 error
> Task :poi-ooxml:javadoc FAILED
> Task :poi-ooxml-lite:processResources
> Task :poi-scratchpad:jar
> Task :poi:javadoc
[Incubating] Problems report is available at:
file:///F:/jenkins/jenkins-home/712657a4/workspace/POI/POI-DSL-Windows-1.17/build/reports/problems/problems-report.html
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':poi-ooxml:javadoc'.
> Javadoc generation failed. Generated Javadoc options file (useful for
> troubleshooting):
> 'F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.17\poi-ooxml\build\tmp\javadoc\javadoc.options'
* 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.14.3/userguide/command_line_interface.html#sec:command_line_warnings
in the Gradle documentation.
BUILD FAILED in 15m 7s
63 actionable tasks: 55 executed, 8 from cache
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
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files
were found. Configuration error?
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]