You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2021/10/03 10:07:12 UTC

Build failed in Jenkins: POI » POI-DSL-Windows-1.16 #213

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

Changes:

[PJ Fanning] sonar issues

[PJ Fanning] build docs

[PJ Fanning] build docs

[PJ Fanning] build docs


------------------------------------------
[...truncated 39.37 KB...]
F:\jenkins\jenkins-slave\712657a4\workspace\POI\POI-DSL-Windows-1.16\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-slave\712657a4\workspace\POI\POI-DSL-Windows-1.16\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-slave\712657a4\workspace\POI\POI-DSL-Windows-1.16\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-slave\712657a4\workspace\POI\POI-DSL-Windows-1.16\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-slave\712657a4\workspace\POI\POI-DSL-Windows-1.16\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-slave\712657a4\workspace\POI\POI-DSL-Windows-1.16\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-scratchpad:compileTest9
> Task :poi-scratchpad:cacheTest9 UP-TO-DATE
> Task :poi-scratchpad:processTestResources NO-SOURCE
> Task :poi-scratchpad:testClasses
> Task :poi-scratchpad:testJar

> Task :poi-ooxml:compileTestJava
F:\jenkins\jenkins-slave\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi-ooxml\src\test\java\org\apache\poi\poifs\crypt\dsig\TestSignatureInfo.java:872: warning: [deprecation] getSubjectDN() in X509Certificate has been deprecated
                assertEquals("CN=Muj Klic", result.get(0).getSubjectDN().toString());
                                                         ^
F:\jenkins\jenkins-slave\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi-ooxml\src\test\java\org\apache\poi\poifs\crypt\dsig\TestSignatureInfo.java:873: warning: [deprecation] getSubjectDN() in X509Certificate has been deprecated
                assertEquals("CN=My Second key", result.get(1).getSubjectDN().toString());
                                                              ^
F:\jenkins\jenkins-slave\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi-ooxml\src\test\java\org\apache\poi\poifs\crypt\dsig\TestSignatureInfo.java:876: warning: [deprecation] getSubjectDN() in X509Certificate has been deprecated
                assertEquals("CN=My Second key", result.get(0).getSubjectDN().toString());
                                                              ^
F:\jenkins\jenkins-slave\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi-ooxml\src\test\java\org\apache\poi\poifs\crypt\dsig\TestSignatureInfo.java:915: warning: [deprecation] getSubjectDN() in X509Certificate has been deprecated
        assertEquals("CN=Test", certs.get(0).getSubjectDN().getName());
                                            ^
F:\jenkins\jenkins-slave\712657a4\workspace\POI\POI-DSL-Windows-1.16\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));
                                                                         ^
F:\jenkins\jenkins-slave\712657a4\workspace\POI\POI-DSL-Windows-1.16\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());
                           ^
F:\jenkins\jenkins-slave\712657a4\workspace\POI\POI-DSL-Windows-1.16\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());
                            ^
F:\jenkins\jenkins-slave\712657a4\workspace\POI\POI-DSL-Windows-1.16\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());
                                ^
F:\jenkins\jenkins-slave\712657a4\workspace\POI\POI-DSL-Windows-1.16\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());
                                ^
F:\jenkins\jenkins-slave\712657a4\workspace\POI\POI-DSL-Windows-1.16\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());
                                                 ^
F:\jenkins\jenkins-slave\712657a4\workspace\POI\POI-DSL-Windows-1.16\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());
                                             ^
F:\jenkins\jenkins-slave\712657a4\workspace\POI\POI-DSL-Windows-1.16\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());
                                                 ^
F:\jenkins\jenkins-slave\712657a4\workspace\POI\POI-DSL-Windows-1.16\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());
                                                   ^
F:\jenkins\jenkins-slave\712657a4\workspace\POI\POI-DSL-Windows-1.16\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());
                                               ^
F:\jenkins\jenkins-slave\712657a4\workspace\POI\POI-DSL-Windows-1.16\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());
                                ^
F:\jenkins\jenkins-slave\712657a4\workspace\POI\POI-DSL-Windows-1.16\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());
                                ^
16 warnings

> Task :poi-ooxml:compileTest9
> Task :poi-ooxml:cacheTest9 UP-TO-DATE
> Task :poi-ooxml:processTestResources
> Task :poi-ooxml:testClasses
> Task :poi-ooxml:testJar

> Task :poi-integration:compileTestJava
F:\jenkins\jenkins-slave\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi-integration\src\test\java\org\apache\poi\stress\FileHandlerKnown.java:48: warning: [deprecation] newInstance() in Class has been deprecated
            return (FileHandler)Class.forName("org.apache.poi.stress." + n + "FileHandler").newInstance();
                                                                                           ^
  where T is a type-variable:
    T extends Object declared in class Class
1 warning

> Task :poi-integration:compileTest9
> Task :poi-integration:cacheTest9 UP-TO-DATE
> Task :poi-integration:processTestResources
> Task :poi-integration:testClasses
> Task :poi-integration:testJar
> Task :allJavaDoc
> Task :zipJavadocs

> Task :poi-integration:test
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.

> Task :poi-ooxml:test
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.

> Task :poi-excelant:compileJava
> Task :poi-excelant:compileJava9
> Task :poi-excelant:cacheJava9 UP-TO-DATE
> Task :poi-excelant:processResources
> Task :poi-excelant:classes
> 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:compileTestJava
> Task :poi-excelant:compileTest9
> Task :poi-excelant:cacheTest9 UP-TO-DATE
> Task :poi-excelant:processTestResources
> Task :poi-excelant:testClasses
> Task :poi-excelant:forbiddenApisTest
> Task :poi-excelant:forbiddenApis
> Task :poi-excelant:testJar

> Task :poi-excelant:test
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.

> 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:spotbugsMain NO-SOURCE

> Task :poi-excelant:spotbugsMain
4 SpotBugs violations were found. See the report at: file:///F:/jenkins/jenkins-slave/712657a4/workspace/POI/POI-DSL-Windows-1.16/poi-excelant/build/reports/spotbugs/main.xml

> Task :poi-excelant:spotbugsTest
4 SpotBugs violations were found. See the report at: file:///F:/jenkins/jenkins-slave/712657a4/workspace/POI/POI-DSL-Windows-1.16/poi-excelant/build/reports/spotbugs/test.xml

> Task :poi-integration:spotbugsTest
7 SpotBugs violations were found. See the report at: file:///F:/jenkins/jenkins-slave/712657a4/workspace/POI/POI-DSL-Windows-1.16/poi-integration/build/reports/spotbugs/test.xml

> Task :poi-ooxml:javadoc
> Task :poi-excelant:check
> Task :poi-excelant:build
> Task :poi-integration:check
> Task :poi-integration:build
> Task :poi-ooxml:javadocJar
> Task :poi-ooxml:sourcesJar
> Task :poi-ooxml:assemble
> Task :poi-ooxml:forbiddenApisMain
> Task :poi-ooxml:forbiddenApisTest
> Task :poi-ooxml:forbiddenApis
> Task :replaceVersion
> Task :poi-ooxml:spotbugsMain
> Task :poi-ooxml:spotbugsTest
> Task :poi:javadoc

> Task :poi-ooxml:spotbugsTest
97 SpotBugs violations were found. See the report at: file:///F:/jenkins/jenkins-slave/712657a4/workspace/POI/POI-DSL-Windows-1.16/poi-ooxml/build/reports/spotbugs/test.xml

> Task :poi-ooxml:spotbugsMain
580 SpotBugs violations were found. See the report at: file:///F:/jenkins/jenkins-slave/712657a4/workspace/POI/POI-DSL-Windows-1.16/poi-ooxml/build/reports/spotbugs/main.xml

> Task :poi-ooxml:check
> Task :poi-ooxml:build
> Task :poi-ooxml-lite:generateModuleInfo
> Task :poi-ooxml-lite:compileOoxmlLite
> Task :poi-ooxml-lite:compileJava
> Task :poi-ooxml-lite:compileJava9
> Task :poi-ooxml-lite:cacheJava9 UP-TO-DATE
> Task :poi-ooxml-lite:processResources
> Task :poi-ooxml-lite:classes
> Task :poi-ooxml-lite:jar
> Task :binDistTar
> Task :binDistZip
> Task :srcDistTar
> Task :srcDistZip
> Task :fixDistDir
> Task :poi:javadocJar

> Task :poi:sourcesJar
Execution optimizations have been disabled for task ':poi:sourcesJar' to ensure correctness due to the following reasons:
  - Gradle detected a problem with the following location: 'F:\jenkins\jenkins-slave\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi\build\generated-sources'. Reason: Task ':poi:sourcesJar' uses this output of task ':poi:generateVersionJava' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.2/userguide/validation_problems.html#implicit_dependency for more details about this problem.

> Task :poi:assemble
> Task :poi:forbiddenApisMain
> Task :poi:forbiddenApisTest
> Task :poi:forbiddenApis

> Task :poi:test
WARNING: Unknown module: org.junit.platform.commons specified to --add-exports
WARNING: Unknown module: org.junit.platform.commons specified to --add-exports

> Task :poi:spotbugsMain
> Task :poi:spotbugsTest
450 SpotBugs violations were found. See the report at: file:///F:/jenkins/jenkins-slave/712657a4/workspace/POI/POI-DSL-Windows-1.16/poi/build/reports/spotbugs/test.xml

> Task :poi:spotbugsMain
440 SpotBugs violations were found. See the report at: file:///F:/jenkins/jenkins-slave/712657a4/workspace/POI/POI-DSL-Windows-1.16/poi/build/reports/spotbugs/main.xml

> Task :poi:test

TestFractionFormat > testTruthFile() FAILED
    org.opentest4j.AssertionFailedError at TestFractionFormat.java:106

7062 tests completed, 1 failed, 26 skipped

> Task :poi:test FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':poi:test'.
> There were failing tests. See the report at: file:///F:/jenkins/jenkins-slave/712657a4/workspace/POI/POI-DSL-Windows-1.16/poi/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.2/userguide/command_line_interface.html#sec:command_line_warnings

Execution optimizations have been disabled for 1 invalid unit(s) of work during this build to ensure correctness.
Please consult deprecation warnings for more details.

BUILD FAILED in 35m
114 actionable tasks: 101 executed, 13 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: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


Jenkins build is back to normal : POI » POI-DSL-Windows-1.16 #215

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.16/215/display/redirect?page=changes>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


Build failed in Jenkins: POI » POI-DSL-Windows-1.16 #214

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.16/214/display/redirect?page=changes>

Changes:

[PJ Fanning] pointless instanceof


------------------------------------------
[...truncated 36.21 KB...]
F:\jenkins\jenkins-slave\712657a4\workspace\POI\POI-DSL-Windows-1.16\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-slave\712657a4\workspace\POI\POI-DSL-Windows-1.16\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-slave\712657a4\workspace\POI\POI-DSL-Windows-1.16\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-slave\712657a4\workspace\POI\POI-DSL-Windows-1.16\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-slave\712657a4\workspace\POI\POI-DSL-Windows-1.16\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-slave\712657a4\workspace\POI\POI-DSL-Windows-1.16\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-scratchpad:compileTest9
> Task :poi-scratchpad:cacheTest9 UP-TO-DATE
> Task :poi-scratchpad:processTestResources NO-SOURCE
> Task :poi-scratchpad:testClasses
> Task :poi-scratchpad:testJar

> Task :poi-ooxml:compileTestJava
F:\jenkins\jenkins-slave\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi-ooxml\src\test\java\org\apache\poi\poifs\crypt\dsig\TestSignatureInfo.java:872: warning: [deprecation] getSubjectDN() in X509Certificate has been deprecated
                assertEquals("CN=Muj Klic", result.get(0).getSubjectDN().toString());
                                                         ^
F:\jenkins\jenkins-slave\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi-ooxml\src\test\java\org\apache\poi\poifs\crypt\dsig\TestSignatureInfo.java:873: warning: [deprecation] getSubjectDN() in X509Certificate has been deprecated
                assertEquals("CN=My Second key", result.get(1).getSubjectDN().toString());
                                                              ^
F:\jenkins\jenkins-slave\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi-ooxml\src\test\java\org\apache\poi\poifs\crypt\dsig\TestSignatureInfo.java:876: warning: [deprecation] getSubjectDN() in X509Certificate has been deprecated
                assertEquals("CN=My Second key", result.get(0).getSubjectDN().toString());
                                                              ^
F:\jenkins\jenkins-slave\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi-ooxml\src\test\java\org\apache\poi\poifs\crypt\dsig\TestSignatureInfo.java:915: warning: [deprecation] getSubjectDN() in X509Certificate has been deprecated
        assertEquals("CN=Test", certs.get(0).getSubjectDN().getName());
                                            ^
F:\jenkins\jenkins-slave\712657a4\workspace\POI\POI-DSL-Windows-1.16\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));
                                                                         ^
F:\jenkins\jenkins-slave\712657a4\workspace\POI\POI-DSL-Windows-1.16\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());
                           ^
F:\jenkins\jenkins-slave\712657a4\workspace\POI\POI-DSL-Windows-1.16\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());
                            ^
F:\jenkins\jenkins-slave\712657a4\workspace\POI\POI-DSL-Windows-1.16\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());
                                ^
F:\jenkins\jenkins-slave\712657a4\workspace\POI\POI-DSL-Windows-1.16\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());
                                ^
F:\jenkins\jenkins-slave\712657a4\workspace\POI\POI-DSL-Windows-1.16\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());
                                                 ^
F:\jenkins\jenkins-slave\712657a4\workspace\POI\POI-DSL-Windows-1.16\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());
                                             ^
F:\jenkins\jenkins-slave\712657a4\workspace\POI\POI-DSL-Windows-1.16\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());
                                                 ^
F:\jenkins\jenkins-slave\712657a4\workspace\POI\POI-DSL-Windows-1.16\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());
                                                   ^
F:\jenkins\jenkins-slave\712657a4\workspace\POI\POI-DSL-Windows-1.16\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());
                                               ^
F:\jenkins\jenkins-slave\712657a4\workspace\POI\POI-DSL-Windows-1.16\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());
                                ^
F:\jenkins\jenkins-slave\712657a4\workspace\POI\POI-DSL-Windows-1.16\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());
                                ^
16 warnings

> Task :poi-ooxml:compileTest9
> Task :poi-ooxml:cacheTest9 UP-TO-DATE
> Task :poi-ooxml:processTestResources
> Task :poi-ooxml:testClasses
> Task :poi-ooxml:testJar

> Task :poi-integration:compileTestJava
F:\jenkins\jenkins-slave\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi-integration\src\test\java\org\apache\poi\stress\FileHandlerKnown.java:48: warning: [deprecation] newInstance() in Class has been deprecated
            return (FileHandler)Class.forName("org.apache.poi.stress." + n + "FileHandler").newInstance();
                                                                                           ^
  where T is a type-variable:
    T extends Object declared in class Class
1 warning

> Task :poi-integration:compileTest9
> Task :poi-integration:cacheTest9 UP-TO-DATE
> Task :poi-integration:processTestResources
> Task :poi-integration:testClasses
> Task :poi-integration:testJar
> Task :allJavaDoc
> Task :zipJavadocs

> Task :poi-integration:test
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.

> Task :poi-ooxml:test
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.

> Task :poi-excelant:compileJava
> Task :poi-excelant:compileJava9
> Task :poi-excelant:cacheJava9 UP-TO-DATE
> Task :poi-excelant:processResources
> Task :poi-excelant:classes
> Task :poi-excelant:jar
> Task :poi-excelant:javadoc
> Task :poi-excelant:javadocJar
> Task :poi-excelant:sourcesJar
> Task :poi-excelant:assemble
> Task :poi-excelant:forbiddenApisMain UP-TO-DATE
> Task :poi-excelant:compileTestJava
> Task :poi-excelant:compileTest9
> Task :poi-excelant:cacheTest9 UP-TO-DATE
> Task :poi-excelant:processTestResources
> Task :poi-excelant:testClasses
> Task :poi-excelant:forbiddenApisTest UP-TO-DATE
> Task :poi-excelant:forbiddenApis UP-TO-DATE
> Task :poi-excelant:testJar

> Task :poi-excelant:test
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.

> Task :poi-excelant:spotbugsTest
4 SpotBugs violations were found. See the report at: file:///F:/jenkins/jenkins-slave/712657a4/workspace/POI/POI-DSL-Windows-1.16/poi-excelant/build/reports/spotbugs/test.xml

> Task :poi-excelant:spotbugsMain
4 SpotBugs violations were found. See the report at: file:///F:/jenkins/jenkins-slave/712657a4/workspace/POI/POI-DSL-Windows-1.16/poi-excelant/build/reports/spotbugs/main.xml

> 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:spotbugsMain NO-SOURCE

> Task :poi-integration:spotbugsTest
7 SpotBugs violations were found. See the report at: file:///F:/jenkins/jenkins-slave/712657a4/workspace/POI/POI-DSL-Windows-1.16/poi-integration/build/reports/spotbugs/test.xml

> Task :poi-ooxml:javadoc
> Task :poi-integration:check
> Task :poi-integration:build
> Task :poi-ooxml:javadocJar
> Task :poi-ooxml:sourcesJar
> Task :poi-ooxml:assemble
> Task :poi-ooxml:forbiddenApisMain UP-TO-DATE
> Task :poi-ooxml:forbiddenApisTest UP-TO-DATE
> Task :poi-ooxml:forbiddenApis UP-TO-DATE
> Task :replaceVersion
> Task :poi-ooxml:spotbugsMain
> Task :poi-ooxml:spotbugsTest
> Task :poi:javadoc

> Task :poi-ooxml:spotbugsTest
97 SpotBugs violations were found. See the report at: file:///F:/jenkins/jenkins-slave/712657a4/workspace/POI/POI-DSL-Windows-1.16/poi-ooxml/build/reports/spotbugs/test.xml

> Task :poi-ooxml:spotbugsMain
580 SpotBugs violations were found. See the report at: file:///F:/jenkins/jenkins-slave/712657a4/workspace/POI/POI-DSL-Windows-1.16/poi-ooxml/build/reports/spotbugs/main.xml

> Task :poi-ooxml:check
> Task :poi-ooxml:build
> Task :poi-ooxml-lite:generateModuleInfo
> Task :poi-ooxml-lite:compileOoxmlLite
> Task :poi-ooxml-lite:compileJava
> Task :poi-ooxml-lite:compileJava9
> Task :poi-ooxml-lite:cacheJava9 UP-TO-DATE
> Task :poi-ooxml-lite:processResources
> Task :poi-ooxml-lite:classes
> Task :poi-ooxml-lite:jar
> Task :binDistTar
> Task :binDistZip
> Task :srcDistTar
> Task :srcDistZip
> Task :fixDistDir
> Task :poi:javadocJar

> Task :poi:sourcesJar
Execution optimizations have been disabled for task ':poi:sourcesJar' to ensure correctness due to the following reasons:
  - Gradle detected a problem with the following location: 'F:\jenkins\jenkins-slave\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi\build\generated-sources'. Reason: Task ':poi:sourcesJar' uses this output of task ':poi:generateVersionJava' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.2/userguide/validation_problems.html#implicit_dependency for more details about this problem.

> Task :poi:assemble
> Task :poi:forbiddenApisMain UP-TO-DATE
> Task :poi:forbiddenApisTest UP-TO-DATE
> Task :poi:forbiddenApis UP-TO-DATE

> Task :poi:test
WARNING: Unknown module: org.junit.platform.commons specified to --add-exports
WARNING: Unknown module: org.junit.platform.commons specified to --add-exports

> Task :poi:spotbugsMain
> Task :poi:spotbugsTest
450 SpotBugs violations were found. See the report at: file:///F:/jenkins/jenkins-slave/712657a4/workspace/POI/POI-DSL-Windows-1.16/poi/build/reports/spotbugs/test.xml

> Task :poi:spotbugsMain
440 SpotBugs violations were found. See the report at: file:///F:/jenkins/jenkins-slave/712657a4/workspace/POI/POI-DSL-Windows-1.16/poi/build/reports/spotbugs/main.xml

> Task :poi:test

TestFractionFormat > testTruthFile() FAILED
    org.opentest4j.AssertionFailedError at TestFractionFormat.java:106

7062 tests completed, 1 failed, 26 skipped

> Task :poi:test FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':poi:test'.
> There were failing tests. See the report at: file:///F:/jenkins/jenkins-slave/712657a4/workspace/POI/POI-DSL-Windows-1.16/poi/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.2/userguide/command_line_interface.html#sec:command_line_warnings

Execution optimizations have been disabled for 1 invalid unit(s) of work during this build to ensure correctness.
Please consult deprecation warnings for more details.

BUILD FAILED in 30m 8s
114 actionable tasks: 95 executed, 19 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: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org