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 2022/02/22 01:05:11 UTC

Build failed in Jenkins: POI » POI-DSL-1.17 #212

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

Changes:

[PJ Fanning] re-enable test but make it less stressful - now goes OOM very easily

[PJ Fanning] add test

[PJ Fanning] disable test again

[PJ Fanning] refactor IOUtils.toByteArray

[PJ Fanning] refactor IOUtils.toByteArray

[PJ Fanning] refactor IOUtils.toByteArray

[Andreas Beeker] quote typo

[Andreas Beeker] Use gradle toolchain to specify the jdk version and vendor, e.g.
> gradle -no-build-cache -PjdkVersion=16 -PjdkVendor=oracle clean check

[Andreas Beeker] #65908 - XAdES-XL modifications due to specification check errors

[PJ Fanning] formatting

[PJ Fanning] add tests

[PJ Fanning] update changes

[PJ Fanning] update changes

[PJ Fanning] add tests

[PJ Fanning] add tests

[PJ Fanning] fix issue

[PJ Fanning] add tests

[PJ Fanning] case insensitive r1c1 refs

[PJ Fanning] remove test (added accidentally)

[PJ Fanning] add tests


------------------------------------------
[...truncated 32.66 KB...]
> Task :poi:cacheJava9 NO-SOURCE
> Task :poi:processResources
> Task :poi:classes
> Task :poi:jar

> Task :poi:compileTestJava
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/test/java/org/apache/poi/POITestCase.java>:122: warning: [removal] AccessController in java.security has been deprecated and marked for removal
            return AccessController.doPrivileged((PrivilegedExceptionAction<R>) () -> {
                   ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/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);
                 ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/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));
                                                                                               ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/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);
                ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/test/java/org/apache/poi/poifs/dev/TestPOIFSDump.java>:158: warning: [removal] SecurityManager in java.lang has been deprecated and marked for removal
        SecurityManager sm = System.getSecurityManager();
        ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/test/java/org/apache/poi/poifs/dev/TestPOIFSDump.java>:158: warning: [removal] getSecurityManager() in System has been deprecated and marked for removal
        SecurityManager sm = System.getSecurityManager();
                                   ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/test/java/org/apache/poi/poifs/dev/TestPOIFSDump.java>:160: warning: [removal] SecurityManager in java.lang has been deprecated and marked for removal
            System.setSecurityManager(new SecurityManager() {
                                          ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/test/java/org/apache/poi/poifs/dev/TestPOIFSDump.java>:160: warning: [removal] setSecurityManager(SecurityManager) in System has been deprecated and marked for removal
            System.setSecurityManager(new SecurityManager() {
                  ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/test/java/org/apache/poi/poifs/dev/TestPOIFSDump.java>:174: warning: [removal] setSecurityManager(SecurityManager) in System has been deprecated and marked for removal
            System.setSecurityManager(sm);
                  ^

> Task :poi-scratchpad:compileJava
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/hslf/usermodel/HSLFSlide.java>:492: warning: [deprecation] getDisplayPlaceholder(Placeholder) in Slide has been deprecated
    public boolean getDisplayPlaceholder(final Placeholder placeholder) {
                   ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/model/CHPBinTable.java>:69: warning: [dep-ann] deprecated item is not annotated with @Deprecated
    public CHPBinTable( byte[] documentStream, byte[] tableStream, int offset,
           ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/model/BytePropertyNode.java>:35: warning: [unchecked] unchecked method invocation: constructor <init> in class PropertyNode is applied to given types
        super(other);
             ^
  required: PropertyNode<T>
  found:    BytePropertyNode
  where T is a type-variable:
    T extends PropertyNode<T> declared in class PropertyNode
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/model/BytePropertyNode.java>:35: warning: [unchecked] unchecked conversion
        super(other);
              ^
  required: PropertyNode<T>
  found:    BytePropertyNode
  where T is a type-variable:
    T extends PropertyNode<T> declared in class PropertyNode
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/usermodel/Table.java>:89: warning: [deprecation] TYPE_TABLE in Range has been deprecated
        return TYPE_TABLE;
               ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/usermodel/Section.java>:238: warning: [deprecation] TYPE_SECTION in Range has been deprecated
        return TYPE_SECTION;
               ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/usermodel/HWPFList.java>:208: warning: [deprecation] getCharacterStyle(int) in StyleSheet has been deprecated
        CharacterProperties base = _styleSheet.getCharacterStyle( styleIndex );
                                              ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/usermodel/HWPFList.java>:226: warning: [deprecation] getParagraphStyle(int) in StyleSheet has been deprecated
        ParagraphProperties base = _styleSheet.getParagraphStyle( styleIndex );
                                              ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/model/ListFormatOverrideLevel.java>:44: warning: [deprecation] ListLevel(byte[],int) in ListLevel has been deprecated
            _lvl = new ListLevel( buf, offset );
                   ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/HWPFDocument.java>:337: warning: [deprecation] PicturesTable(HWPFDocument,byte[],byte[],FSPATable,OfficeArtContent) in PicturesTable has been deprecated
        _pictures = new PicturesTable(this, _dataStream, _mainStream, _fspaMain, officeArtContent);
                    ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/model/DocumentProperties.java>:36: warning: [dep-ann] deprecated item is not annotated with @Deprecated
    public DocumentProperties( byte[] tableStream, int offset )
           ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/sprm/SprmUtils.java>:52: warning: [dep-ann] deprecated item is not annotated with @Deprecated
    public static byte[] shortArrayToByteArray(short[] convert) {
                         ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/model/SinglentonTextPiece.java>:39: warning: [deprecation] characterLength() in TextPiece has been deprecated
    public int characterLength()
               ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/HWPFOldDocument.java>:147: warning: [deprecation] OldSectionTable(byte[],int,int,int,TextPieceTable) in OldSectionTable has been deprecated
        _st = new OldSectionTable(
              ^
14 warnings

> Task :poi-scratchpad:compileJava9 SKIPPED
> Task :poi-scratchpad:cacheJava9 NO-SOURCE
> Task :poi-scratchpad:classes
> Task :poi-scratchpad:jar
> Task :poi-scratchpad:forbiddenApisMain

> Task :poi:compileTestJava
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/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);
                ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/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);
                ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/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);
                ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/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);
                ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/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);
                ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/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.17/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.17/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.17/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.17/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.17/ws/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());
                                   ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/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());
                                                     ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/test/java/org/apache/poi/hssf/extractor/TestOldExcelExtractor.java>:312: warning: [removal] SecurityManager in java.lang has been deprecated and marked for removal
        SecurityManager sm = System.getSecurityManager();
        ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/test/java/org/apache/poi/hssf/extractor/TestOldExcelExtractor.java>:312: warning: [removal] getSecurityManager() in System has been deprecated and marked for removal
        SecurityManager sm = System.getSecurityManager();
                                   ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/test/java/org/apache/poi/hssf/extractor/TestOldExcelExtractor.java>:313: warning: [removal] setSecurityManager(SecurityManager) in System has been deprecated and marked for removal
        System.setSecurityManager(new NoExitSecurityManager());
              ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/test/java/org/apache/poi/hssf/extractor/TestOldExcelExtractor.java>:319: warning: [removal] setSecurityManager(SecurityManager) in System has been deprecated and marked for removal
            System.setSecurityManager(sm);
                  ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/test/java/org/apache/poi/hssf/extractor/TestOldExcelExtractor.java>:363: warning: [removal] SecurityManager in java.lang has been deprecated and marked for removal
    private static class NoExitSecurityManager extends SecurityManager {
                                                       ^

> Task :poi-ooxml-full:compileJava

> Task :poi:compileTestJava
26 warnings

> Task :poi:compileTest9 SKIPPED
> Task :poi:cacheTest9 NO-SOURCE
> Task :poi:processTestResources
> Task :poi:testClasses
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:/home/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:testJar
> Task :poi:sourcesJar

> Task :poi:forbiddenApisMain
Forbidden class/interface use: java.security.AccessController [Deprecated in Java 17]
  in org.apache.poi.poifs.nio.CleanerUtil (CleanerUtil.java:177)
Forbidden class/interface use: java.security.AccessController [Deprecated in Java 17]
  in org.apache.poi.poifs.nio.CleanerUtil (CleanerUtil.java:77)
Scanned 1636 class file(s) for forbidden API invocations (in 2.59s), 2 error(s).

> Task :poi:forbiddenApisMain FAILED

> Task :poi-scratchpad:compileTestJava
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/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);
                               ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/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.17/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.17/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.17/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.17/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.17/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.17/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.17/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.17/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.17/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.17/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.17/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.17/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.17/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:spotbugsMain
672 SpotBugs violations were found.See the report at: file://<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/build/reports/spotbugs/main.xml>

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':poi:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* 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 2m 24s
44 actionable tasks: 44 executed
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: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


Jenkins build is back to normal : POI » POI-DSL-1.17 #223

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/223/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-1.17 #222

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

Changes:

[PJ Fanning] revert last github actions change

[PJ Fanning] try to fix github actions


------------------------------------------
[...truncated 169.76 KB...]
  location: class ApacheconEU08
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/src/main/java/org/apache/poi/examples/hslf/ApacheconEU08.java>:151: error: cannot find symbol
    public static void slide4(SlideShow<?,?> ppt) throws IOException {
                              ^
  symbol:   class SlideShow
  location: class ApacheconEU08
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/src/main/java/org/apache/poi/examples/hslf/ApacheconEU08.java>:199: error: cannot find symbol
    public static void slide5(SlideShow<?,?> ppt) throws IOException {
                              ^
  symbol:   class SlideShow
  location: class ApacheconEU08
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/src/main/java/org/apache/poi/examples/hslf/ApacheconEU08.java>:216: error: cannot find symbol
    public static void slide6(SlideShow<?,?> ppt) throws IOException {
                              ^
  symbol:   class SlideShow
  location: class ApacheconEU08
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/src/main/java/org/apache/poi/examples/hslf/ApacheconEU08.java>:271: error: cannot find symbol
    public static void slide7(SlideShow<?,?> ppt) throws IOException {
                              ^
  symbol:   class SlideShow
  location: class ApacheconEU08
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/src/main/java/org/apache/poi/examples/hslf/ApacheconEU08.java>:297: error: cannot find symbol
    public static void slide8(SlideShow<?,?> ppt) throws IOException {
                              ^
  symbol:   class SlideShow
  location: class ApacheconEU08
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/src/main/java/org/apache/poi/examples/hslf/ApacheconEU08.java>:315: error: cannot find symbol
    public static void slide9(SlideShow<?,?> ppt) throws IOException {
                              ^
  symbol:   class SlideShow
  location: class ApacheconEU08
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/src/main/java/org/apache/poi/examples/hslf/ApacheconEU08.java>:375: error: cannot find symbol
    public static void slide10(SlideShow<?,?> ppt) throws IOException {
                               ^
  symbol:   class SlideShow
  location: class ApacheconEU08
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/src/main/java/org/apache/poi/examples/hslf/ApacheconEU08.java>:412: error: cannot find symbol
    public static void slide11(SlideShow<?,?> ppt) throws IOException {
                               ^
  symbol:   class SlideShow
  location: class ApacheconEU08
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/src/main/java/org/apache/poi/examples/hslf/ApacheconEU08.java>:443: error: cannot find symbol
    public static void slide12(SlideShow<?,?> ppt) throws IOException {
                               ^
  symbol:   class SlideShow
  location: class ApacheconEU08
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/src/main/java/org/apache/poi/examples/xwpf/usermodel/BetterHeaderFooterExample.java>:24: error: cannot access HeaderFooterType
import org.apache.poi.wp.usermodel.HeaderFooterType;
                                  ^
  bad class file: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/build/dist/maven/poi/poi-5.2.1-SNAPSHOT.jar(/org/apache/poi/wp/usermodel/HeaderFooterType.class)>
    class file has wrong version 61.0, should be 55.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/src/main/java/org/apache/poi/examples/xwpf/usermodel/BetterHeaderFooterExample.java>:25: error: cannot access XWPFDocument
import org.apache.poi.xwpf.usermodel.XWPFDocument;
                                    ^
  bad class file: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-ooxml/build/classes/java/main/org/apache/poi/xwpf/usermodel/XWPFDocument.class>
    class file has wrong version 61.0, should be 55.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/src/main/java/org/apache/poi/examples/xwpf/usermodel/BetterHeaderFooterExample.java>:26: error: cannot access XWPFFooter
import org.apache.poi.xwpf.usermodel.XWPFFooter;
                                    ^
  bad class file: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-ooxml/build/classes/java/main/org/apache/poi/xwpf/usermodel/XWPFFooter.class>
    class file has wrong version 61.0, should be 55.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/src/main/java/org/apache/poi/examples/xwpf/usermodel/BetterHeaderFooterExample.java>:27: error: cannot access XWPFHeader
import org.apache.poi.xwpf.usermodel.XWPFHeader;
                                    ^
  bad class file: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-ooxml/build/classes/java/main/org/apache/poi/xwpf/usermodel/XWPFHeader.class>
    class file has wrong version 61.0, should be 55.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/src/main/java/org/apache/poi/examples/xwpf/usermodel/BetterHeaderFooterExample.java>:28: error: cannot access XWPFParagraph
import org.apache.poi.xwpf.usermodel.XWPFParagraph;
                                    ^
  bad class file: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-ooxml/build/classes/java/main/org/apache/poi/xwpf/usermodel/XWPFParagraph.class>
    class file has wrong version 61.0, should be 55.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/src/main/java/org/apache/poi/examples/xwpf/usermodel/BetterHeaderFooterExample.java>:29: error: cannot access XWPFRun
import org.apache.poi.xwpf.usermodel.XWPFRun;
                                    ^
  bad class file: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-ooxml/build/classes/java/main/org/apache/poi/xwpf/usermodel/XWPFRun.class>
    class file has wrong version 61.0, should be 55.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
100 errors

> Task :poi-examples:javadoc FAILED

> Task :poi-ooxml:compileTestJava
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-ooxml/src/test/java/org/apache/poi/xssf/usermodel/TestXSSFWorkbook.java>:1361: warning: [deprecation] getCTExternalLink() in ExternalLinksTable has been deprecated
                CTExternalLink link = workbook2.getExternalLinksTable().get(0).getCTExternalLink();
                                                                              ^

> Task :poi:spotbugsMain
442 SpotBugs violations were found.See the report at: file://<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/build/reports/spotbugs/main.xml>

> Task :poi:javadoc
error: cannot access XSSFColor

  bad class file: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-ooxml/build/classes/java/main/org/apache/poi/xssf/usermodel/XSSFColor.class>
    class file has wrong version 61.0, should be 55.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/ss/usermodel/ExtendedColor.java>:23: error: reference not found
 *  {@link org.apache.poi.xssf.usermodel.XSSFColor} or a
           ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/ss/usermodel/ExtendedColor.java>:1: error: cannot access XSSFWorkbook
/* ====================================================================
                             ^
  bad class file: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-ooxml/build/classes/java/main/org/apache/poi/xssf/usermodel/XSSFWorkbook.class>
    class file has wrong version 61.0, should be 55.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/ss/formula/eval/forked/ForkedEvaluator.java>:39: error: reference not found
 * 90% of memory consumption is due to loading of the {@link HSSFWorkbook} or {@link org.apache.poi.xssf.usermodel.XSSFWorkbook}.
                                                                                     ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/ss/util/PropertyTemplate.java>:43: error: reference not found
 * {@link org.apache.poi.xssf.streaming.SXSSFWorkbook} Spreadsheets are not
          ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/ss/util/PropertyTemplate.java>:45: error: reference not found
 * {@link HSSFWorkbook} and {@link org.apache.poi.xssf.usermodel.XSSFWorkbook}
                                   ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/ss/usermodel/ExtendedColor.java>:1: error: cannot access POIXMLExtractorFactory
/* ====================================================================
                              ^
  bad class file: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-ooxml/build/classes/java/main/org/apache/poi/ooxml/extractor/POIXMLExtractorFactory.class>
    class file has wrong version 61.0, should be 55.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/extractor/ExtractorFactory.java>:50: error: reference not found
 *  {@link org.apache.poi.ooxml.extractor.POIXMLExtractorFactory} contained within
           ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/extractor/POIOLE2TextExtractor.java>:33: error: reference not found
 * @see org.apache.poi.hdgf.extractor.VisioTextExtractor
        ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/extractor/POIOLE2TextExtractor.java>:34: error: reference not found
 * @see org.apache.poi.hwpf.extractor.WordExtractor
        ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/extractor/POITextExtractor.java>:30: error: reference not found
 * @see org.apache.poi.hdgf.extractor.VisioTextExtractor
        ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/extractor/POITextExtractor.java>:31: error: reference not found
 * @see org.apache.poi.hwpf.extractor.WordExtractor
        ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/ss/usermodel/ExtendedColor.java>:1: error: cannot access ColorSchemeAtom
/* ====================================================================
                          ^
  bad class file: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/build/classes/java/main/org/apache/poi/hslf/record/ColorSchemeAtom.class>
    class file has wrong version 61.0, should be 55.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/ddf/EscherColorRef.java>:285: error: reference not found
     * @see org.apache.poi.hslf.record.ColorSchemeAtom#getColor(int)
            ^

> Task :poi-ooxml:compileTestJava
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-ooxml/src/test/java/org/apache/poi/xssf/extractor/TestXSSFExportToXML.java>:692: warning: [unchecked] getPrefixes(String) in TestXSSFExportToXML.XPathNSContext implements getPrefixes(String) in NamespaceContext
        public Iterator getPrefixes(String val) {
                        ^
  return type requires unchecked conversion from Iterator to Iterator<String>
15 warnings

> Task :poi:javadoc
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/extractor/ExtractorFactory.java>:262: error: reference not found
     *  {@link org.apache.poi.ooxml.extractor.POIXMLExtractorFactory} for that.
               ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/extractor/ExtractorFactory.java>:281: error: reference not found
	 *  {@link org.apache.poi.ooxml.extractor.POIXMLExtractorFactory} for that.
	           ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/ss/formula/OperationEvaluationContext.java>:213: warning: no description for @throws
     * @throws IllegalArgumentException
       ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/ss/formula/OperationEvaluationContext.java>:214: warning: no description for @throws
     * @throws IllegalStateException
       ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/ss/usermodel/ExtendedColor.java>:1: error: cannot access POIXMLDocument
/* ====================================================================
                    ^
  bad class file: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-ooxml/build/classes/java/main/org/apache/poi/ooxml/POIXMLDocument.class>
    class file has wrong version 61.0, should be 55.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/sl/usermodel/SlideShow.java>:133: error: reference not found
     * or {@link org.apache.poi.ooxml.POIXMLDocument}
                 ^
18 errors
2 warnings

> Task :poi:javadoc FAILED

FAILURE: Build completed with 4 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':poi-excelant:javadoc'.
> Javadoc generation failed. Generated Javadoc options file (useful for troubleshooting): '<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-excelant/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.
==============================================================================

2: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':poi-scratchpad:javadoc'.
> Javadoc generation failed. Generated Javadoc options file (useful for troubleshooting): '<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/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.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':poi-examples:javadoc'.
> Javadoc generation failed. Generated Javadoc options file (useful for troubleshooting): '<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/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.
==============================================================================

4: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':poi:javadoc'.
> Javadoc generation failed. Generated Javadoc options file (useful for troubleshooting): '<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/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 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 4m 31s
69 actionable tasks: 67 executed, 2 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


Build failed in Jenkins: POI » POI-DSL-1.17 #221

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

Changes:

[PJ Fanning] try to fix github actions

[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


------------------------------------------
[...truncated 182.41 KB...]
  location: class TimesheetDemo
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/src/main/java/org/apache/poi/examples/ss/html/ToHtml.java>:37: error: cannot access CellFormat
import org.apache.poi.ss.format.CellFormat;
                               ^
  bad class file: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/build/dist/maven/poi/poi-5.2.1-SNAPSHOT.jar(/org/apache/poi/ss/format/CellFormat.class)>
    class file has wrong version 61.0, should be 55.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/src/main/java/org/apache/poi/examples/ss/html/ToHtml.java>:38: error: cannot access CellFormatResult
import org.apache.poi.ss.format.CellFormatResult;
                               ^
  bad class file: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/build/dist/maven/poi/poi-5.2.1-SNAPSHOT.jar(/org/apache/poi/ss/format/CellFormatResult.class)>
    class file has wrong version 61.0, should be 55.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/src/main/java/org/apache/poi/examples/ss/html/ToHtml.java>:42: error: cannot access CellType
import org.apache.poi.ss.usermodel.CellType;
                                  ^
  bad class file: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/build/dist/maven/poi/poi-5.2.1-SNAPSHOT.jar(/org/apache/poi/ss/usermodel/CellType.class)>
    class file has wrong version 61.0, should be 55.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/src/main/java/org/apache/poi/examples/ss/html/ToHtml.java>:50: error: cannot access IOUtils
import org.apache.poi.util.IOUtils;
                          ^
  bad class file: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/build/dist/maven/poi/poi-5.2.1-SNAPSHOT.jar(/org/apache/poi/util/IOUtils.class)>
    class file has wrong version 61.0, should be 55.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/src/main/java/org/apache/poi/examples/ss/html/ToHtml.java>:59: error: cannot find symbol
    private final Workbook wb;
                  ^
  symbol:   class Workbook
  location: class ToHtml
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/src/main/java/org/apache/poi/examples/ss/html/ToHtml.java>:72: error: cannot find symbol
    private static final Map<HorizontalAlignment, String> HALIGN = mapFor(
                             ^
  symbol:   class HorizontalAlignment
  location: class ToHtml
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/src/main/java/org/apache/poi/examples/ss/html/ToHtml.java>:80: error: cannot find symbol
    private static final Map<VerticalAlignment, String> VALIGN = mapFor(
                             ^
  symbol:   class VerticalAlignment
  location: class ToHtml
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/src/main/java/org/apache/poi/examples/ss/html/ToHtml.java>:85: error: cannot find symbol
    private static final Map<BorderStyle, String> BORDER = mapFor(
                             ^
  symbol:   class BorderStyle
  location: class ToHtml
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/src/main/java/org/apache/poi/examples/ss/html/ToHtml.java>:122: error: cannot find symbol
    public static ToHtml create(Workbook wb, Appendable output) {
                                ^
  symbol:   class Workbook
  location: class ToHtml
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/src/main/java/org/apache/poi/examples/ss/html/ToHtml.java>:157: error: cannot find symbol
    private ToHtml(Workbook wb, Appendable output) {
                   ^
  symbol:   class Workbook
  location: class ToHtml
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/src/main/java/org/apache/poi/examples/ss/html/ToHtml.java>:280: error: cannot find symbol
    private void printStyle(CellStyle style) {
                            ^
  symbol:   class CellStyle
  location: class ToHtml
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/src/main/java/org/apache/poi/examples/ss/html/ToHtml.java>:286: error: cannot find symbol
    private void styleContents(CellStyle style) {
                               ^
  symbol:   class CellStyle
  location: class ToHtml
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/src/main/java/org/apache/poi/examples/ss/html/ToHtml.java>:294: error: cannot find symbol
    private void borderStyles(CellStyle style) {
                              ^
  symbol:   class CellStyle
  location: class ToHtml
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/src/main/java/org/apache/poi/examples/ss/html/ToHtml.java>:301: error: cannot find symbol
    private void fontStyle(CellStyle style) {
                           ^
  symbol:   class CellStyle
  location: class ToHtml

> Task :poi-scratchpad:javadoc FAILED
100 errors

> Task :poi-ooxml:compileTestJava
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/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));
                                                                         ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-ooxml/src/test/java/org/apache/poi/xssf/extractor/TestXSSFExportToXML.java>:692: warning: [unchecked] getPrefixes(String) in TestXSSFExportToXML.XPathNSContext implements getPrefixes(String) in NamespaceContext
        public Iterator getPrefixes(String val) {
                        ^
  return type requires unchecked conversion from Iterator to Iterator<String>

> Task :poi-examples:javadoc FAILED
100 errors

> Task :poi:javadoc
error: cannot access SXSSFWorkbook

  bad class file: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-ooxml/build/classes/java/main/org/apache/poi/xssf/streaming/SXSSFWorkbook.class>
    class file has wrong version 61.0, should be 55.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/ss/util/PropertyTemplate.java>:43: error: reference not found
 * {@link org.apache.poi.xssf.streaming.SXSSFWorkbook} Spreadsheets are not
          ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/ss/util/PropertyTemplate.java>:1: error: cannot access XSSFWorkbook
/* ====================================================================
                             ^
  bad class file: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-ooxml/build/classes/java/main/org/apache/poi/xssf/usermodel/XSSFWorkbook.class>
    class file has wrong version 61.0, should be 55.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/ss/util/PropertyTemplate.java>:45: error: reference not found
 * {@link HSSFWorkbook} and {@link org.apache.poi.xssf.usermodel.XSSFWorkbook}
                                   ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/ss/usermodel/ExtendedColor.java>:23: error: reference not found
 *  {@link org.apache.poi.xssf.usermodel.XSSFColor} or a
           ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/ss/formula/eval/forked/ForkedEvaluator.java>:39: error: reference not found
 * 90% of memory consumption is due to loading of the {@link HSSFWorkbook} or {@link org.apache.poi.xssf.usermodel.XSSFWorkbook}.
                                                                                     ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/extractor/POITextExtractor.java>:30: error: reference not found
 * @see org.apache.poi.hdgf.extractor.VisioTextExtractor
        ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/extractor/POITextExtractor.java>:31: error: reference not found
 * @see org.apache.poi.hwpf.extractor.WordExtractor
        ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/extractor/POIOLE2TextExtractor.java>:33: error: reference not found
 * @see org.apache.poi.hdgf.extractor.VisioTextExtractor
        ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/extractor/POIOLE2TextExtractor.java>:34: error: reference not found
 * @see org.apache.poi.hwpf.extractor.WordExtractor
        ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/ss/util/PropertyTemplate.java>:1: error: cannot access POIXMLExtractorFactory
/* ====================================================================
                              ^
  bad class file: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-ooxml/build/classes/java/main/org/apache/poi/ooxml/extractor/POIXMLExtractorFactory.class>
    class file has wrong version 61.0, should be 55.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/extractor/ExtractorFactory.java>:50: error: reference not found
 *  {@link org.apache.poi.ooxml.extractor.POIXMLExtractorFactory} contained within
           ^

> Task :poi:spotbugsMain
442 SpotBugs violations were found.See the report at: file://<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/build/reports/spotbugs/main.xml>

> Task :poi-ooxml:compileTestJava
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-ooxml/src/test/java/org/apache/poi/xssf/usermodel/TestXSSFWorkbook.java>:1361: warning: [deprecation] getCTExternalLink() in ExternalLinksTable has been deprecated
                CTExternalLink link = workbook2.getExternalLinksTable().get(0).getCTExternalLink();
                                                                              ^
15 warnings

> Task :poi:javadoc
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/ss/util/PropertyTemplate.java>:1: error: cannot access ColorSchemeAtom
/* ====================================================================
                          ^
  bad class file: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/build/classes/java/main/org/apache/poi/hslf/record/ColorSchemeAtom.class>
    class file has wrong version 61.0, should be 55.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/ddf/EscherColorRef.java>:285: error: reference not found
     * @see org.apache.poi.hslf.record.ColorSchemeAtom#getColor(int)
            ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/extractor/ExtractorFactory.java>:262: error: reference not found
     *  {@link org.apache.poi.ooxml.extractor.POIXMLExtractorFactory} for that.
               ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/extractor/ExtractorFactory.java>:281: error: reference not found
	 *  {@link org.apache.poi.ooxml.extractor.POIXMLExtractorFactory} for that.
	           ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/ss/formula/OperationEvaluationContext.java>:213: warning: no description for @throws
     * @throws IllegalArgumentException
       ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/ss/formula/OperationEvaluationContext.java>:214: warning: no description for @throws
     * @throws IllegalStateException
       ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/ss/util/PropertyTemplate.java>:1: error: cannot access POIXMLDocument
/* ====================================================================
                    ^
  bad class file: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-ooxml/build/classes/java/main/org/apache/poi/ooxml/POIXMLDocument.class>
    class file has wrong version 61.0, should be 55.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/sl/usermodel/SlideShow.java>:133: error: reference not found
     * or {@link org.apache.poi.ooxml.POIXMLDocument}
                 ^
18 errors
2 warnings

> Task :poi:javadoc FAILED

FAILURE: Build completed with 4 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':poi-excelant:javadoc'.
> Javadoc generation failed. Generated Javadoc options file (useful for troubleshooting): '<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-excelant/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.
==============================================================================

2: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':poi-scratchpad:javadoc'.
> Javadoc generation failed. Generated Javadoc options file (useful for troubleshooting): '<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/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.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':poi-examples:javadoc'.
> Javadoc generation failed. Generated Javadoc options file (useful for troubleshooting): '<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/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.
==============================================================================

4: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':poi:javadoc'.
> Javadoc generation failed. Generated Javadoc options file (useful for troubleshooting): '<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/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 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 3m 53s
69 actionable tasks: 69 executed
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
[Fast Archiver] Compressed 37.39 MB of artifacts by 12.0% relative to #211
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


Build failed in Jenkins: POI » POI-DSL-1.17 #220

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

Changes:

[PJ Fanning] try more memory due to github workflow timeouts

[PJ Fanning] standardise on poi 5.2.1


------------------------------------------
[...truncated 588.79 KB...]
import org.openxmlformats.schemas.presentationml.x2006.main.CTPicture;
                                                           ^
  bad class file: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/build/dist/maven/poi-ooxml-full/poi-ooxml-full-5.2.1-SNAPSHOT.jar(/org/openxmlformats/schemas/presentationml/x2006/main/CTPicture.class)>
    class file has wrong version 61.0, should be 55.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/src/main/java/org/apache/poi/examples/xslf/LinkVideoToPptx.java>:46: error: cannot access CTSlide
import org.openxmlformats.schemas.presentationml.x2006.main.CTSlide;
                                                           ^
  bad class file: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/build/dist/maven/poi-ooxml-full/poi-ooxml-full-5.2.1-SNAPSHOT.jar(/org/openxmlformats/schemas/presentationml/x2006/main/CTSlide.class)>
    class file has wrong version 61.0, should be 55.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/src/main/java/org/apache/poi/examples/xslf/LinkVideoToPptx.java>:47: error: cannot access CTTLCommonMediaNodeData
import org.openxmlformats.schemas.presentationml.x2006.main.CTTLCommonMediaNodeData;
                                                           ^
  bad class file: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/build/dist/maven/poi-ooxml-full/poi-ooxml-full-5.2.1-SNAPSHOT.jar(/org/openxmlformats/schemas/presentationml/x2006/main/CTTLCommonMediaNodeData.class)>
    class file has wrong version 61.0, should be 55.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/src/main/java/org/apache/poi/examples/xslf/LinkVideoToPptx.java>:48: error: cannot access CTTLCommonTimeNodeData
import org.openxmlformats.schemas.presentationml.x2006.main.CTTLCommonTimeNodeData;
                                                           ^
  bad class file: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/build/dist/maven/poi-ooxml-full/poi-ooxml-full-5.2.1-SNAPSHOT.jar(/org/openxmlformats/schemas/presentationml/x2006/main/CTTLCommonTimeNodeData.class)>
    class file has wrong version 61.0, should be 55.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/src/main/java/org/apache/poi/examples/xslf/LinkVideoToPptx.java>:49: error: cannot access CTTimeNodeList
import org.openxmlformats.schemas.presentationml.x2006.main.CTTimeNodeList;
                                                           ^
  bad class file: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/build/dist/maven/poi-ooxml-full/poi-ooxml-full-5.2.1-SNAPSHOT.jar(/org/openxmlformats/schemas/presentationml/x2006/main/CTTimeNodeList.class)>
    class file has wrong version 61.0, should be 55.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/src/main/java/org/apache/poi/examples/xslf/LinkVideoToPptx.java>:50: error: cannot access STTLTimeIndefinite
import org.openxmlformats.schemas.presentationml.x2006.main.STTLTimeIndefinite;
                                                           ^
  bad class file: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/build/dist/maven/poi-ooxml-full/poi-ooxml-full-5.2.1-SNAPSHOT.jar(/org/openxmlformats/schemas/presentationml/x2006/main/STTLTimeIndefinite.class)>
    class file has wrong version 61.0, should be 55.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/src/main/java/org/apache/poi/examples/xslf/LinkVideoToPptx.java>:51: error: cannot access STTLTimeNodeFillType
import org.openxmlformats.schemas.presentationml.x2006.main.STTLTimeNodeFillType;
                                                           ^
  bad class file: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/build/dist/maven/poi-ooxml-full/poi-ooxml-full-5.2.1-SNAPSHOT.jar(/org/openxmlformats/schemas/presentationml/x2006/main/STTLTimeNodeFillType.class)>
    class file has wrong version 61.0, should be 55.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/src/main/java/org/apache/poi/examples/xslf/LinkVideoToPptx.java>:52: error: cannot access STTLTimeNodeRestartType
import org.openxmlformats.schemas.presentationml.x2006.main.STTLTimeNodeRestartType;
                                                           ^
  bad class file: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/build/dist/maven/poi-ooxml-full/poi-ooxml-full-5.2.1-SNAPSHOT.jar(/org/openxmlformats/schemas/presentationml/x2006/main/STTLTimeNodeRestartType.class)>
    class file has wrong version 61.0, should be 55.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/src/main/java/org/apache/poi/examples/xslf/LinkVideoToPptx.java>:53: error: cannot access STTLTimeNodeType
import org.openxmlformats.schemas.presentationml.x2006.main.STTLTimeNodeType;
                                                           ^
  bad class file: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/build/dist/maven/poi-ooxml-full/poi-ooxml-full-5.2.1-SNAPSHOT.jar(/org/openxmlformats/schemas/presentationml/x2006/main/STTLTimeNodeType.class)>
    class file has wrong version 61.0, should be 55.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/src/main/java/org/apache/poi/examples/xslf/Tutorial3.java>:26: error: cannot access Placeholder
import org.apache.poi.sl.usermodel.Placeholder;
                                  ^
  bad class file: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/build/dist/maven/poi/poi-5.2.1-SNAPSHOT.jar(/org/apache/poi/sl/usermodel/Placeholder.class)>
    class file has wrong version 61.0, should be 55.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/src/main/java/org/apache/poi/examples/xslf/Tutorial3.java>:29: error: cannot access XSLFTextShape
import org.apache.poi.xslf.usermodel.XSLFTextShape;
                                    ^
  bad class file: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-ooxml/build/classes/java/main/org/apache/poi/xslf/usermodel/XSLFTextShape.class>
    class file has wrong version 61.0, should be 55.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/src/main/java/org/apache/poi/examples/xslf/ChartFromScratch.java>:34: error: cannot access Units
import org.apache.poi.util.Units;
                          ^
  bad class file: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/build/dist/maven/poi/poi-5.2.1-SNAPSHOT.jar(/org/apache/poi/util/Units.class)>
    class file has wrong version 61.0, should be 55.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
100 errors

> Task :poi-ooxml:compileTestJava
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/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.17/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.17/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.17/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.17/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.17/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.17/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.17/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.17/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.17/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.17/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());
                                ^
15 warnings

> Task :poi:javadoc
error: cannot access POIXMLExtractorFactory

  bad class file: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-ooxml/build/classes/java/main/org/apache/poi/ooxml/extractor/POIXMLExtractorFactory.class>
    class file has wrong version 61.0, should be 55.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/extractor/ExtractorFactory.java>:50: error: reference not found
 *  {@link org.apache.poi.ooxml.extractor.POIXMLExtractorFactory} contained within
           ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/extractor/ExtractorFactory.java>:1: error: cannot access VisioTextExtractor
/* ====================================================================
                             ^
  bad class file: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/build/classes/java/main/org/apache/poi/hdgf/extractor/VisioTextExtractor.class>
    class file has wrong version 61.0, should be 55.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/extractor/POITextExtractor.java>:30: error: reference not found
 * @see org.apache.poi.hdgf.extractor.VisioTextExtractor
        ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/extractor/POITextExtractor.java>:31: error: reference not found
 * @see org.apache.poi.hwpf.extractor.WordExtractor
        ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/extractor/POIOLE2TextExtractor.java>:33: error: reference not found
 * @see org.apache.poi.hdgf.extractor.VisioTextExtractor
        ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/extractor/POIOLE2TextExtractor.java>:34: error: reference not found
 * @see org.apache.poi.hwpf.extractor.WordExtractor
        ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/ss/util/PropertyTemplate.java>:43: error: reference not found
 * {@link org.apache.poi.xssf.streaming.SXSSFWorkbook} Spreadsheets are not
          ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/ss/util/PropertyTemplate.java>:45: error: reference not found
 * {@link HSSFWorkbook} and {@link org.apache.poi.xssf.usermodel.XSSFWorkbook}
                                   ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/ss/usermodel/ExtendedColor.java>:23: error: reference not found
 *  {@link org.apache.poi.xssf.usermodel.XSSFColor} or a
           ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/ss/formula/eval/forked/ForkedEvaluator.java>:39: error: reference not found
 * 90% of memory consumption is due to loading of the {@link HSSFWorkbook} or {@link org.apache.poi.xssf.usermodel.XSSFWorkbook}.
                                                                                     ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/extractor/ExtractorFactory.java>:1: error: cannot access ColorSchemeAtom
/* ====================================================================
                          ^
  bad class file: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/build/classes/java/main/org/apache/poi/hslf/record/ColorSchemeAtom.class>
    class file has wrong version 61.0, should be 55.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/ddf/EscherColorRef.java>:285: error: reference not found
     * @see org.apache.poi.hslf.record.ColorSchemeAtom#getColor(int)
            ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/extractor/ExtractorFactory.java>:262: error: reference not found
     *  {@link org.apache.poi.ooxml.extractor.POIXMLExtractorFactory} for that.
               ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/extractor/ExtractorFactory.java>:281: error: reference not found
	 *  {@link org.apache.poi.ooxml.extractor.POIXMLExtractorFactory} for that.
	           ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/ss/formula/OperationEvaluationContext.java>:213: warning: no description for @throws
     * @throws IllegalArgumentException
       ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/ss/formula/OperationEvaluationContext.java>:214: warning: no description for @throws
     * @throws IllegalStateException
       ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/extractor/ExtractorFactory.java>:1: error: cannot access POIXMLDocument
/* ====================================================================
                    ^
  bad class file: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-ooxml/build/classes/java/main/org/apache/poi/ooxml/POIXMLDocument.class>
    class file has wrong version 61.0, should be 55.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/sl/usermodel/SlideShow.java>:133: error: reference not found
     * or {@link org.apache.poi.ooxml.POIXMLDocument}
                 ^
17 errors
2 warnings

> Task :poi:javadoc FAILED

FAILURE: Build completed with 4 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':poi-excelant:javadoc'.
> Javadoc generation failed. Generated Javadoc options file (useful for troubleshooting): '<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-excelant/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.
==============================================================================

2: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':poi-scratchpad:javadoc'.
> Javadoc generation failed. Generated Javadoc options file (useful for troubleshooting): '<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/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.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':poi-examples:javadoc'.
> Javadoc generation failed. Generated Javadoc options file (useful for troubleshooting): '<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/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.
==============================================================================

4: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':poi:javadoc'.
> Javadoc generation failed. Generated Javadoc options file (useful for troubleshooting): '<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/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 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 5m 29s
69 actionable tasks: 60 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
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


Build failed in Jenkins: POI » POI-DSL-1.17 #219

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

Changes:

[PJ Fanning] get TestIndirectFunctionFromSpreadsheet to pass even though code looks wrong


------------------------------------------
[...truncated 176.29 KB...]
  location: class InCellLists
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/src/main/java/org/apache/poi/examples/hssf/usermodel/InCellLists.java>:215: error: cannot find symbol
    public void listInCell(HSSFWorkbook workbook, List<String> listItems, HSSFCell cell) {
                           ^
  symbol:   class HSSFWorkbook
  location: class InCellLists
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/src/main/java/org/apache/poi/examples/hssf/usermodel/InCellLists.java>:215: error: cannot find symbol
    public void listInCell(HSSFWorkbook workbook, List<String> listItems, HSSFCell cell) {
                                                                          ^
  symbol:   class HSSFCell
  location: class InCellLists
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/src/main/java/org/apache/poi/examples/hssf/usermodel/InCellLists.java>:244: error: cannot find symbol
    public void numberedListInCell(HSSFWorkbook workbook,
                                   ^
  symbol:   class HSSFWorkbook
  location: class InCellLists
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/src/main/java/org/apache/poi/examples/hssf/usermodel/InCellLists.java>:246: error: cannot find symbol
                                   HSSFCell cell,
                                   ^
  symbol:   class HSSFCell
  location: class InCellLists
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/src/main/java/org/apache/poi/examples/hssf/usermodel/InCellLists.java>:280: error: cannot find symbol
    public void bulletedListInCell(HSSFWorkbook workbook,
                                   ^
  symbol:   class HSSFWorkbook
  location: class InCellLists
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/src/main/java/org/apache/poi/examples/hssf/usermodel/InCellLists.java>:282: error: cannot find symbol
                                   HSSFCell cell) {
                                   ^
  symbol:   class HSSFCell
  location: class InCellLists
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/src/main/java/org/apache/poi/examples/hssf/usermodel/InCellLists.java>:316: error: cannot find symbol
    public void multiLevelListInCell(HSSFWorkbook workbook,
                                     ^
  symbol:   class HSSFWorkbook
  location: class InCellLists
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/src/main/java/org/apache/poi/examples/hssf/usermodel/InCellLists.java>:318: error: cannot find symbol
                                     HSSFCell cell) {
                                     ^
  symbol:   class HSSFCell
  location: class InCellLists
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/src/main/java/org/apache/poi/examples/hssf/usermodel/InCellLists.java>:374: error: cannot find symbol
    public void multiLevelNumberedListInCell(HSSFWorkbook workbook,
                                             ^
  symbol:   class HSSFWorkbook
  location: class InCellLists
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/src/main/java/org/apache/poi/examples/hssf/usermodel/InCellLists.java>:376: error: cannot find symbol
                                             HSSFCell cell,
                                             ^
  symbol:   class HSSFCell
  location: class InCellLists
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/src/main/java/org/apache/poi/examples/hssf/usermodel/InCellLists.java>:434: error: cannot find symbol
    public void multiLevelBulletedListInCell(HSSFWorkbook workbook,
                                             ^
  symbol:   class HSSFWorkbook
  location: class InCellLists
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/src/main/java/org/apache/poi/examples/hssf/usermodel/InCellLists.java>:436: error: cannot find symbol
                                             HSSFCell cell) {
                                             ^
  symbol:   class HSSFCell
  location: class InCellLists
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/src/main/java/org/apache/poi/examples/hssf/usermodel/OfficeDrawingWithGraphics.java>:27: error: cannot access EscherGraphics
import org.apache.poi.hssf.usermodel.EscherGraphics;
                                    ^
  bad class file: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/build/dist/maven/poi/poi-5.2.1-SNAPSHOT.jar(/org/apache/poi/hssf/usermodel/EscherGraphics.class)>
    class file has wrong version 61.0, should be 55.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/src/main/java/org/apache/poi/examples/hssf/usermodel/OfficeDrawingWithGraphics.java>:28: error: cannot access EscherGraphics2d
import org.apache.poi.hssf.usermodel.EscherGraphics2d;
                                    ^
  bad class file: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/build/dist/maven/poi/poi-5.2.1-SNAPSHOT.jar(/org/apache/poi/hssf/usermodel/EscherGraphics2d.class)>
    class file has wrong version 61.0, should be 55.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/src/main/java/org/apache/poi/examples/hssf/usermodel/OfficeDrawingWithGraphics.java>:90: error: cannot find symbol
    private static void drawStar( EscherGraphics2d g2d )
                                  ^
  symbol:   class EscherGraphics2d
  location: class OfficeDrawingWithGraphics
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/src/main/java/org/apache/poi/examples/hssf/usermodel/CellComments.java>:23: error: cannot access HSSFComment
import org.apache.poi.hssf.usermodel.HSSFComment;
                                    ^
  bad class file: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/build/dist/maven/poi/poi-5.2.1-SNAPSHOT.jar(/org/apache/poi/hssf/usermodel/HSSFComment.class)>
    class file has wrong version 61.0, should be 55.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
100 errors

> Task :poi-examples:javadoc FAILED

> Task :poi:spotbugsMain
442 SpotBugs violations were found.See the report at: file://<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/build/reports/spotbugs/main.xml>

> Task :poi:javadoc
error: cannot access XSSFColor

  bad class file: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-ooxml/build/classes/java/main/org/apache/poi/xssf/usermodel/XSSFColor.class>
    class file has wrong version 61.0, should be 55.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/ss/usermodel/ExtendedColor.java>:23: error: reference not found
 *  {@link org.apache.poi.xssf.usermodel.XSSFColor} or a
           ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/ss/usermodel/ExtendedColor.java>:1: error: cannot access VisioTextExtractor
/* ====================================================================
                             ^
  bad class file: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/build/classes/java/main/org/apache/poi/hdgf/extractor/VisioTextExtractor.class>
    class file has wrong version 61.0, should be 55.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/extractor/POIOLE2TextExtractor.java>:33: error: reference not found
 * @see org.apache.poi.hdgf.extractor.VisioTextExtractor
        ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/extractor/POIOLE2TextExtractor.java>:34: error: reference not found
 * @see org.apache.poi.hwpf.extractor.WordExtractor
        ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/extractor/POITextExtractor.java>:30: error: reference not found
 * @see org.apache.poi.hdgf.extractor.VisioTextExtractor
        ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/extractor/POITextExtractor.java>:31: error: reference not found
 * @see org.apache.poi.hwpf.extractor.WordExtractor
        ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/ss/usermodel/ExtendedColor.java>:1: error: cannot access POIXMLExtractorFactory
/* ====================================================================
                              ^
  bad class file: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-ooxml/build/classes/java/main/org/apache/poi/ooxml/extractor/POIXMLExtractorFactory.class>
    class file has wrong version 61.0, should be 55.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/extractor/ExtractorFactory.java>:50: error: reference not found
 *  {@link org.apache.poi.ooxml.extractor.POIXMLExtractorFactory} contained within
           ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/ss/formula/eval/forked/ForkedEvaluator.java>:39: error: reference not found
 * 90% of memory consumption is due to loading of the {@link HSSFWorkbook} or {@link org.apache.poi.xssf.usermodel.XSSFWorkbook}.
                                                                                     ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/ss/util/PropertyTemplate.java>:43: error: reference not found
 * {@link org.apache.poi.xssf.streaming.SXSSFWorkbook} Spreadsheets are not
          ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/ss/util/PropertyTemplate.java>:45: error: reference not found
 * {@link HSSFWorkbook} and {@link org.apache.poi.xssf.usermodel.XSSFWorkbook}
                                   ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/ss/usermodel/ExtendedColor.java>:1: error: cannot access ColorSchemeAtom
/* ====================================================================
                          ^
  bad class file: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/build/classes/java/main/org/apache/poi/hslf/record/ColorSchemeAtom.class>
    class file has wrong version 61.0, should be 55.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/ddf/EscherColorRef.java>:285: error: reference not found
     * @see org.apache.poi.hslf.record.ColorSchemeAtom#getColor(int)
            ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/extractor/ExtractorFactory.java>:262: error: reference not found
     *  {@link org.apache.poi.ooxml.extractor.POIXMLExtractorFactory} for that.
               ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/extractor/ExtractorFactory.java>:281: error: reference not found
	 *  {@link org.apache.poi.ooxml.extractor.POIXMLExtractorFactory} for that.
	           ^

> Task :poi-ooxml:compileTestJava
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-ooxml/src/test/java/org/apache/poi/xssf/usermodel/TestXSSFWorkbook.java>:1361: warning: [deprecation] getCTExternalLink() in ExternalLinksTable has been deprecated
                CTExternalLink link = workbook2.getExternalLinksTable().get(0).getCTExternalLink();
                                                                              ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-ooxml/src/test/java/org/apache/poi/xssf/extractor/TestXSSFExportToXML.java>:692: warning: [unchecked] getPrefixes(String) in TestXSSFExportToXML.XPathNSContext implements getPrefixes(String) in NamespaceContext
        public Iterator getPrefixes(String val) {
                        ^
  return type requires unchecked conversion from Iterator to Iterator<String>
15 warnings

> Task :poi:javadoc
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/ss/formula/OperationEvaluationContext.java>:213: warning: no description for @throws
     * @throws IllegalArgumentException
       ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/ss/formula/OperationEvaluationContext.java>:214: warning: no description for @throws
     * @throws IllegalStateException
       ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/ss/usermodel/ExtendedColor.java>:1: error: cannot access POIXMLDocument
/* ====================================================================
                    ^
  bad class file: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-ooxml/build/classes/java/main/org/apache/poi/ooxml/POIXMLDocument.class>
    class file has wrong version 61.0, should be 55.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/sl/usermodel/SlideShow.java>:133: error: reference not found
     * or {@link org.apache.poi.ooxml.POIXMLDocument}
                 ^
18 errors
2 warnings

> Task :poi:javadoc FAILED

FAILURE: Build completed with 4 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':poi-excelant:javadoc'.
> Javadoc generation failed. Generated Javadoc options file (useful for troubleshooting): '<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-excelant/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.
==============================================================================

2: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':poi-scratchpad:javadoc'.
> Javadoc generation failed. Generated Javadoc options file (useful for troubleshooting): '<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/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.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':poi-examples:javadoc'.
> Javadoc generation failed. Generated Javadoc options file (useful for troubleshooting): '<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/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.
==============================================================================

4: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':poi:javadoc'.
> Javadoc generation failed. Generated Javadoc options file (useful for troubleshooting): '<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/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 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 3m 46s
69 actionable tasks: 66 executed, 3 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


Build failed in Jenkins: POI » POI-DSL-1.17 #218

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

Changes:

[PJ Fanning] java 17 build issue

[PJ Fanning] sonar issues


------------------------------------------
[...truncated 43.76 KB...]
> Task :poi:cacheTest9 NO-SOURCE
> Task :poi:processTestResources
> Task :poi:testClasses
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:/home/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:testJar
> Task :poi-ooxml-full:compileJava
> Task :poi:sourcesJar
> Task :poi:forbiddenApisMain

> Task :poi-scratchpad:compileTestJava
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/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:forbiddenApisTest
> Task :poi:forbiddenApis

> Task :poi-scratchpad:compileTestJava
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/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.17/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.17/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.17/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.17/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.17/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.17/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.17/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.17/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.17/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.17/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.17/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.17/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.17/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 SKIPPED
> Task :poi-scratchpad:cacheTest9 NO-SOURCE
> Task :poi-scratchpad:testClasses

> Task :poi:test
Java HotSpot(TM) 64-Bit Server VM warning: Ignoring option --illegal-access=warn; support was removed in 17.0
Java HotSpot(TM) 64-Bit Server VM warning: Ignoring option --illegal-access=warn; support was removed in 17.0
Java HotSpot(TM) 64-Bit Server VM warning: Ignoring option --illegal-access=warn; support was removed in 17.0
Java HotSpot(TM) 64-Bit Server VM warning: Ignoring option --illegal-access=warn; support was removed in 17.0
Java HotSpot(TM) 64-Bit Server VM warning: Ignoring option --illegal-access=warn; support was removed in 17.0
Java HotSpot(TM) 64-Bit Server VM warning: Ignoring option --illegal-access=warn; support was removed in 17.0
Java HotSpot(TM) 64-Bit Server VM warning: Ignoring option --illegal-access=warn; support was removed in 17.0
Java HotSpot(TM) 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: Unknown module: org.junit.platform.commons specified to --add-exports
WARNING: Unknown module: org.junit.platform.commons specified to --add-exports
Java HotSpot(TM) 64-Bit Server VM warning: Ignoring option --illegal-access=warn; support was removed in 17.0
Java HotSpot(TM) 64-Bit Server VM warning: Ignoring option --illegal-access=warn; support was removed in 17.0
Java HotSpot(TM) 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
Java HotSpot(TM) 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: Unknown module: org.junit.platform.commons specified to --add-exports
WARNING: Unknown module: org.junit.platform.commons specified to --add-exports
WARNING: Unknown module: org.junit.platform.commons specified to --add-exports
WARNING: Unknown module: org.junit.platform.commons specified to --add-exports
WARNING: Unknown module: org.junit.platform.commons specified to --add-exports
WARNING: Unknown module: org.junit.platform.commons specified to --add-exports
WARNING: Unknown module: org.junit.platform.commons specified to --add-exports
WARNING: Unknown module: org.junit.platform.commons specified to --add-exports
WARNING: Unknown module: org.junit.platform.commons specified to --add-exports
WARNING: Unknown module: org.junit.platform.commons specified to --add-exports
WARNING: Unknown module: org.junit.platform.commons specified to --add-exports
WARNING: Unknown module: org.junit.platform.commons specified to --add-exports
WARNING: Unknown module: org.junit.platform.commons specified to --add-exports
WARNING: Unknown module: org.junit.platform.commons specified to --add-exports
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:testJar
> Task :poi-scratchpad:forbiddenApisTest
> Task :poi-scratchpad:forbiddenApis

> Task :poi-scratchpad:test
Java HotSpot(TM) 64-Bit Server VM warning: Ignoring option --illegal-access=warn; support was removed in 17.0
Java HotSpot(TM) 64-Bit Server VM warning: Ignoring option --illegal-access=warn; support was removed in 17.0
Java HotSpot(TM) 64-Bit Server VM warning: Ignoring option --illegal-access=warn; support was removed in 17.0
Java HotSpot(TM) 64-Bit Server VM warning: Ignoring option --illegal-access=warn; support was removed in 17.0
Java HotSpot(TM) 64-Bit Server VM warning: Ignoring option --illegal-access=warn; support was removed in 17.0
Java HotSpot(TM) 64-Bit Server VM warning: Ignoring option --illegal-access=warn; support was removed in 17.0
Java HotSpot(TM) 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: Unknown module: org.junit.platform.commons specified to --add-exports
WARNING: Unknown module: org.junit.platform.commons specified to --add-exports
WARNING: Unknown module: org.junit.platform.commons specified to --add-exports
WARNING: Unknown module: org.junit.platform.commons specified to --add-exports
WARNING: Unknown module: org.junit.platform.commons specified to --add-exports
WARNING: Unknown module: org.junit.platform.commons specified to --add-exports
WARNING: Unknown module: org.junit.platform.commons specified to --add-exports
WARNING: Unknown module: org.junit.platform.commons specified to --add-exports
WARNING: Unknown module: org.junit.platform.commons specified to --add-exports
WARNING: Unknown module: org.junit.platform.commons specified to --add-exports
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:spotbugsMain
> Task :poi:spotbugsMain
> Task :poi:spotbugsTest

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:/home/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-scratchpad:spotbugsTest

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:/home/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
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 (<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/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 edu.umd.cs.findbugs.ba.jsr305.TypeQualifierValue (file:/home/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-scratchpad:test
Java HotSpot(TM) 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
Java HotSpot(TM) 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
Java HotSpot(TM) 64-Bit Server VM warning: Ignoring option --illegal-access=warn; support was removed in 17.0
Java HotSpot(TM) 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: Unknown module: org.junit.platform.commons specified to --add-exports
WARNING: Unknown module: org.junit.platform.commons specified to --add-exports
Java HotSpot(TM) 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:test

TestIndirectFunctionFromSpreadsheet > processFunctionRow(String, String, HSSFSheet, int, HSSFFormulaEvaluator, int) > org.apache.poi.ss.formula.functions.TestIndirectFunctionFromSpreadsheet.processFunctionRow(String, String, HSSFSheet, int, HSSFFormulaEvaluator, int)[5] FAILED
    org.opentest4j.AssertionFailedError at AssertionUtils.java:55

TestIndirectFunctionFromSpreadsheet > processFunctionRow(String, String, HSSFSheet, int, HSSFFormulaEvaluator, int) > org.apache.poi.ss.formula.functions.TestIndirectFunctionFromSpreadsheet.processFunctionRow(String, String, HSSFSheet, int, HSSFFormulaEvaluator, int)[6] FAILED
    org.opentest4j.AssertionFailedError at AssertionUtils.java:55

TestIndirectFunctionFromSpreadsheet > processFunctionRow(String, String, HSSFSheet, int, HSSFFormulaEvaluator, int) > org.apache.poi.ss.formula.functions.TestIndirectFunctionFromSpreadsheet.processFunctionRow(String, String, HSSFSheet, int, HSSFFormulaEvaluator, int)[8] FAILED
    org.opentest4j.AssertionFailedError at AssertionUtils.java:55

TestIndirectFunctionFromSpreadsheet > processFunctionRow(String, String, HSSFSheet, int, HSSFFormulaEvaluator, int) > org.apache.poi.ss.formula.functions.TestIndirectFunctionFromSpreadsheet.processFunctionRow(String, String, HSSFSheet, int, HSSFFormulaEvaluator, int)[9] FAILED
    org.opentest4j.AssertionFailedError at AssertionUtils.java:55

TestIndirectFunctionFromSpreadsheet > processFunctionRow(String, String, HSSFSheet, int, HSSFFormulaEvaluator, int) > org.apache.poi.ss.formula.functions.TestIndirectFunctionFromSpreadsheet.processFunctionRow(String, String, HSSFSheet, int, HSSFFormulaEvaluator, int)[11] FAILED
    org.opentest4j.AssertionFailedError at AssertionUtils.java:39

> Task :poi-scratchpad:spotbugsTest
41 SpotBugs violations were found.See the report at: file://<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/build/reports/spotbugs/test.xml>

> Task :poi-scratchpad:spotbugsMain
672 SpotBugs violations were found.See the report at: file://<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/build/reports/spotbugs/main.xml>

> Task :poi-ooxml-full:compileJava9 SKIPPED
> Task :poi-ooxml-full:cacheJava9 NO-SOURCE
> Task :poi-ooxml-full:processResources NO-SOURCE
> Task :poi-ooxml-full:classes
> Task :poi-scratchpad:jacocoTestReport
> Task :poi-scratchpad:check
> Task :poi-ooxml-full:sourceJar

> Task :poi:test

6810 tests completed, 5 failed, 28 skipped

> Task :poi:test FAILED
> Task :poi-ooxml-full:jar

> Task :poi:spotbugsTest
448 SpotBugs violations were found.See the report at: file://<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/build/reports/spotbugs/test.xml>

> Task :poi:spotbugsMain
442 SpotBugs violations were found.See the report at: file://<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/build/reports/spotbugs/main.xml>

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':poi:test'.
> There were failing tests. See the report at: file://<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/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.4/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 4m 3s
55 actionable tasks: 53 executed, 2 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


Build failed in Jenkins: POI » POI-DSL-1.17 #217

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

Changes:

[PJ Fanning] java 17 build issue


------------------------------------------
[...truncated 175.11 KB...]
  bad class file: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/build/dist/maven/poi/poi-5.2.1-SNAPSHOT.jar(/org/apache/poi/extractor/POITextExtractor.class)>
    class file has wrong version 61.0, should be 55.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/extractor/ole2/OLE2ScratchpadExtractorFactory.java>:39: error: cannot access ExcelExtractor
import org.apache.poi.hssf.extractor.ExcelExtractor;
                                    ^
  bad class file: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/build/dist/maven/poi/poi-5.2.1-SNAPSHOT.jar(/org/apache/poi/hssf/extractor/ExcelExtractor.class)>
    class file has wrong version 61.0, should be 55.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/extractor/ole2/OLE2ScratchpadExtractorFactory.java>:40: error: cannot access Biff8EncryptionKey
import org.apache.poi.hssf.record.crypto.Biff8EncryptionKey;
                                        ^
  bad class file: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/build/dist/maven/poi/poi-5.2.1-SNAPSHOT.jar(/org/apache/poi/hssf/record/crypto/Biff8EncryptionKey.class)>
    class file has wrong version 61.0, should be 55.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/extractor/ole2/OLE2ScratchpadExtractorFactory.java>:44: error: cannot access DirectoryEntry
import org.apache.poi.poifs.filesystem.DirectoryEntry;
                                      ^
  bad class file: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/build/dist/maven/poi/poi-5.2.1-SNAPSHOT.jar(/org/apache/poi/poifs/filesystem/DirectoryEntry.class)>
    class file has wrong version 61.0, should be 55.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/extractor/ole2/OLE2ScratchpadExtractorFactory.java>:45: error: cannot access DirectoryNode
import org.apache.poi.poifs.filesystem.DirectoryNode;
                                      ^
  bad class file: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/build/dist/maven/poi/poi-5.2.1-SNAPSHOT.jar(/org/apache/poi/poifs/filesystem/DirectoryNode.class)>
    class file has wrong version 61.0, should be 55.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/extractor/ole2/OLE2ScratchpadExtractorFactory.java>:46: error: cannot access Entry
import org.apache.poi.poifs.filesystem.Entry;
                                      ^
  bad class file: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/build/dist/maven/poi/poi-5.2.1-SNAPSHOT.jar(/org/apache/poi/poifs/filesystem/Entry.class)>
    class file has wrong version 61.0, should be 55.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/extractor/ole2/OLE2ScratchpadExtractorFactory.java>:47: error: cannot access FileMagic
import org.apache.poi.poifs.filesystem.FileMagic;
                                      ^
  bad class file: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/build/dist/maven/poi/poi-5.2.1-SNAPSHOT.jar(/org/apache/poi/poifs/filesystem/FileMagic.class)>
    class file has wrong version 61.0, should be 55.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/extractor/ole2/OLE2ScratchpadExtractorFactory.java>:48: error: cannot access POIFSFileSystem
import org.apache.poi.poifs.filesystem.POIFSFileSystem;
                                      ^
  bad class file: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/build/dist/maven/poi/poi-5.2.1-SNAPSHOT.jar(/org/apache/poi/poifs/filesystem/POIFSFileSystem.class)>
    class file has wrong version 61.0, should be 55.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/extractor/ole2/OLE2ScratchpadExtractorFactory.java>:49: error: cannot access SlideShowExtractor
import org.apache.poi.sl.extractor.SlideShowExtractor;
                                  ^
  bad class file: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/build/dist/maven/poi/poi-5.2.1-SNAPSHOT.jar(/org/apache/poi/sl/extractor/SlideShowExtractor.class)>
    class file has wrong version 61.0, should be 55.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/extractor/ole2/OLE2ScratchpadExtractorFactory.java>:50: error: cannot access SlideShowFactory
import org.apache.poi.sl.usermodel.SlideShowFactory;
                                  ^
  bad class file: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/build/dist/maven/poi/poi-5.2.1-SNAPSHOT.jar(/org/apache/poi/sl/usermodel/SlideShowFactory.class)>
    class file has wrong version 61.0, should be 55.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/extractor/ole2/OLE2ScratchpadExtractorFactory.java>:60: error: cannot find symbol
public class OLE2ScratchpadExtractorFactory implements ExtractorProvider {
                                                       ^
  symbol: class ExtractorProvider
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/extractor/ole2/OLE2ScratchpadExtractorFactory.java>:79: error: cannot find symbol
    public boolean accepts(FileMagic fm) {
                           ^
  symbol:   class FileMagic
  location: class OLE2ScratchpadExtractorFactory
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/extractor/ole2/OLE2ScratchpadExtractorFactory.java>:85: error: cannot find symbol
    public POITextExtractor create(File file, String password) throws IOException {
           ^
  symbol:   class POITextExtractor
  location: class OLE2ScratchpadExtractorFactory
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/extractor/ole2/OLE2ScratchpadExtractorFactory.java>:90: error: cannot find symbol
    public POITextExtractor create(InputStream inputStream, String password) throws IOException {
           ^
  symbol:   class POITextExtractor
  location: class OLE2ScratchpadExtractorFactory
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/extractor/ole2/OLE2ScratchpadExtractorFactory.java>:107: error: cannot find symbol
    public POITextExtractor create(DirectoryNode poifsDir, String password) throws IOException {
                                   ^
  symbol:   class DirectoryNode
  location: class OLE2ScratchpadExtractorFactory
100 errors

> Task :poi:spotbugsTest
448 SpotBugs violations were found.See the report at: file://<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/build/reports/spotbugs/test.xml>

> Task :poi:javadoc
error: cannot access XSSFColor

  bad class file: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-ooxml/build/classes/java/main/org/apache/poi/xssf/usermodel/XSSFColor.class>
    class file has wrong version 61.0, should be 55.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/ss/usermodel/ExtendedColor.java>:23: error: reference not found
 *  {@link org.apache.poi.xssf.usermodel.XSSFColor} or a
           ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/ss/usermodel/ExtendedColor.java>:1: error: cannot access VisioTextExtractor
/* ====================================================================
                             ^
  bad class file: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/build/classes/java/main/org/apache/poi/hdgf/extractor/VisioTextExtractor.class>
    class file has wrong version 61.0, should be 55.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/extractor/POIOLE2TextExtractor.java>:33: error: reference not found
 * @see org.apache.poi.hdgf.extractor.VisioTextExtractor
        ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/extractor/POIOLE2TextExtractor.java>:34: error: reference not found
 * @see org.apache.poi.hwpf.extractor.WordExtractor
        ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/extractor/POITextExtractor.java>:30: error: reference not found
 * @see org.apache.poi.hdgf.extractor.VisioTextExtractor
        ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/extractor/POITextExtractor.java>:31: error: reference not found
 * @see org.apache.poi.hwpf.extractor.WordExtractor
        ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/ss/usermodel/ExtendedColor.java>:1: error: cannot access POIXMLExtractorFactory
/* ====================================================================
                              ^
  bad class file: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-ooxml/build/classes/java/main/org/apache/poi/ooxml/extractor/POIXMLExtractorFactory.class>
    class file has wrong version 61.0, should be 55.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/extractor/ExtractorFactory.java>:50: error: reference not found
 *  {@link org.apache.poi.ooxml.extractor.POIXMLExtractorFactory} contained within
           ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/ss/formula/eval/forked/ForkedEvaluator.java>:39: error: reference not found
 * 90% of memory consumption is due to loading of the {@link HSSFWorkbook} or {@link org.apache.poi.xssf.usermodel.XSSFWorkbook}.
                                                                                     ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/ss/util/PropertyTemplate.java>:43: error: reference not found
 * {@link org.apache.poi.xssf.streaming.SXSSFWorkbook} Spreadsheets are not
          ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/ss/util/PropertyTemplate.java>:45: error: reference not found
 * {@link HSSFWorkbook} and {@link org.apache.poi.xssf.usermodel.XSSFWorkbook}
                                   ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/ss/usermodel/ExtendedColor.java>:1: error: cannot access ColorSchemeAtom
/* ====================================================================
                          ^
  bad class file: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/build/classes/java/main/org/apache/poi/hslf/record/ColorSchemeAtom.class>
    class file has wrong version 61.0, should be 55.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/ddf/EscherColorRef.java>:285: error: reference not found
     * @see org.apache.poi.hslf.record.ColorSchemeAtom#getColor(int)
            ^

> Task :poi-ooxml:compileTestJava
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-ooxml/src/test/java/org/apache/poi/xssf/usermodel/TestXSSFWorkbook.java>:1361: warning: [deprecation] getCTExternalLink() in ExternalLinksTable has been deprecated
                CTExternalLink link = workbook2.getExternalLinksTable().get(0).getCTExternalLink();
                                                                              ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-ooxml/src/test/java/org/apache/poi/xssf/extractor/TestXSSFExportToXML.java>:692: warning: [unchecked] getPrefixes(String) in TestXSSFExportToXML.XPathNSContext implements getPrefixes(String) in NamespaceContext
        public Iterator getPrefixes(String val) {
                        ^
  return type requires unchecked conversion from Iterator to Iterator<String>
15 warnings

> Task :poi:javadoc
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/extractor/ExtractorFactory.java>:262: error: reference not found
     *  {@link org.apache.poi.ooxml.extractor.POIXMLExtractorFactory} for that.
               ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/extractor/ExtractorFactory.java>:281: error: reference not found
	 *  {@link org.apache.poi.ooxml.extractor.POIXMLExtractorFactory} for that.
	           ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/ss/formula/OperationEvaluationContext.java>:213: warning: no description for @throws
     * @throws IllegalArgumentException
       ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/ss/formula/OperationEvaluationContext.java>:214: warning: no description for @throws
     * @throws IllegalStateException
       ^

> Task :poi:spotbugsMain
442 SpotBugs violations were found.See the report at: file://<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/build/reports/spotbugs/main.xml>

> Task :poi:javadoc
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/ss/usermodel/ExtendedColor.java>:1: error: cannot access POIXMLDocument
/* ====================================================================
                    ^
  bad class file: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-ooxml/build/classes/java/main/org/apache/poi/ooxml/POIXMLDocument.class>
    class file has wrong version 61.0, should be 55.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/main/java/org/apache/poi/sl/usermodel/SlideShow.java>:133: error: reference not found
     * or {@link org.apache.poi.ooxml.POIXMLDocument}
                 ^
18 errors
2 warnings

> Task :poi:javadoc FAILED

FAILURE: Build completed with 4 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':poi-excelant:javadoc'.
> Javadoc generation failed. Generated Javadoc options file (useful for troubleshooting): '<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-excelant/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.
==============================================================================

2: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':poi-examples:javadoc'.
> Javadoc generation failed. Generated Javadoc options file (useful for troubleshooting): '<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-examples/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.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':poi-scratchpad:javadoc'.
> Javadoc generation failed. Generated Javadoc options file (useful for troubleshooting): '<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/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.
==============================================================================

4: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':poi:javadoc'.
> Javadoc generation failed. Generated Javadoc options file (useful for troubleshooting): '<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/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 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 4m 44s
68 actionable tasks: 64 executed, 4 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


Build failed in Jenkins: POI » POI-DSL-1.17 #216

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

Changes:

[PJ Fanning] java 17 build issue


------------------------------------------
[...truncated 447.54 KB...]
> Task :poi:compileTestJava
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/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);
                 ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/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));
                                                                                               ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/test/java/org/apache/poi/POITestCase.java>:122: warning: [removal] AccessController in java.security has been deprecated and marked for removal
            return AccessController.doPrivileged((PrivilegedExceptionAction<R>) () -> {
                   ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/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.17/ws/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);
                ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/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);
                ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/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);
                ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/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);
                ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/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);
                ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/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.17/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.17/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.17/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.17/ws/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();
        ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/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();
                                   ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/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());
              ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/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);
                  ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/test/java/org/apache/poi/hssf/extractor/TestOldExcelExtractor.java>:365: warning: [removal] SecurityManager in java.lang has been deprecated and marked for removal
    private static class NoExitSecurityManager extends SecurityManager {
                                                       ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/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());
                                   ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/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());
                                                     ^

> Task :poi-scratchpad:compileJava
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/model/BytePropertyNode.java>:35: warning: [unchecked] unchecked method invocation: constructor <init> in class PropertyNode is applied to given types
        super(other);
             ^
  required: PropertyNode<T>
  found:    BytePropertyNode
  where T is a type-variable:
    T extends PropertyNode<T> declared in class PropertyNode
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/model/BytePropertyNode.java>:35: warning: [unchecked] unchecked conversion
        super(other);
              ^
  required: PropertyNode<T>
  found:    BytePropertyNode
  where T is a type-variable:
    T extends PropertyNode<T> declared in class PropertyNode
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/usermodel/Table.java>:89: warning: [deprecation] TYPE_TABLE in Range has been deprecated
        return TYPE_TABLE;
               ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/usermodel/Section.java>:238: warning: [deprecation] TYPE_SECTION in Range has been deprecated
        return TYPE_SECTION;
               ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/usermodel/HWPFList.java>:208: warning: [deprecation] getCharacterStyle(int) in StyleSheet has been deprecated
        CharacterProperties base = _styleSheet.getCharacterStyle( styleIndex );
                                              ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/usermodel/HWPFList.java>:226: warning: [deprecation] getParagraphStyle(int) in StyleSheet has been deprecated
        ParagraphProperties base = _styleSheet.getParagraphStyle( styleIndex );
                                              ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/model/ListFormatOverrideLevel.java>:44: warning: [deprecation] ListLevel(byte[],int) in ListLevel has been deprecated
            _lvl = new ListLevel( buf, offset );
                   ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/model/CHPBinTable.java>:69: warning: [dep-ann] deprecated item is not annotated with @Deprecated
    public CHPBinTable( byte[] documentStream, byte[] tableStream, int offset,
           ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/HWPFDocument.java>:337: warning: [deprecation] PicturesTable(HWPFDocument,byte[],byte[],FSPATable,OfficeArtContent) in PicturesTable has been deprecated
        _pictures = new PicturesTable(this, _dataStream, _mainStream, _fspaMain, officeArtContent);
                    ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/model/DocumentProperties.java>:36: warning: [dep-ann] deprecated item is not annotated with @Deprecated
    public DocumentProperties( byte[] tableStream, int offset )
           ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/model/SinglentonTextPiece.java>:39: warning: [deprecation] characterLength() in TextPiece has been deprecated
    public int characterLength()
               ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/HWPFOldDocument.java>:147: warning: [deprecation] OldSectionTable(byte[],int,int,int,TextPieceTable) in OldSectionTable has been deprecated
        _st = new OldSectionTable(
              ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/sprm/SprmUtils.java>:52: warning: [dep-ann] deprecated item is not annotated with @Deprecated
    public static byte[] shortArrayToByteArray(short[] convert) {
                         ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/hslf/usermodel/HSLFSlide.java>:492: warning: [deprecation] getDisplayPlaceholder(Placeholder) in Slide has been deprecated
    public boolean getDisplayPlaceholder(final Placeholder placeholder) {
                   ^
14 warnings

> Task :poi-scratchpad:compileJava9 SKIPPED
> Task :poi-scratchpad:cacheJava9 NO-SOURCE
> Task :poi-scratchpad:classes
> Task :poi-scratchpad:jar
> Task :poi-scratchpad:forbiddenApisMain

> Task :poi:compileTestJava
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/test/java/org/apache/poi/poifs/dev/TestPOIFSDump.java>:160: warning: [removal] SecurityManager in java.lang has been deprecated and marked for removal
        SecurityManager sm = System.getSecurityManager();
        ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/test/java/org/apache/poi/poifs/dev/TestPOIFSDump.java>:160: warning: [removal] getSecurityManager() in System has been deprecated and marked for removal
        SecurityManager sm = System.getSecurityManager();
                                   ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/test/java/org/apache/poi/poifs/dev/TestPOIFSDump.java>:162: warning: [removal] SecurityManager in java.lang has been deprecated and marked for removal
            System.setSecurityManager(new SecurityManager() {
                                          ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/test/java/org/apache/poi/poifs/dev/TestPOIFSDump.java>:162: warning: [removal] setSecurityManager(SecurityManager) in System has been deprecated and marked for removal
            System.setSecurityManager(new SecurityManager() {
                  ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/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(sm);
                  ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/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);
                ^
26 warnings

> Task :poi:compileTest9 SKIPPED
> Task :poi:cacheTest9 NO-SOURCE
> Task :poi:processTestResources
> Task :poi:testClasses
> Task :poi:testJar
> Task :poi:sourcesJar
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:/home/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:forbiddenApisMain

> Task :poi-scratchpad:compileTestJava
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/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.17/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.17/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.17/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.17/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.17/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.17/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.17/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.17/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.17/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.17/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.17/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());
                                                                                      ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/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.17/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.17/ws/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-ooxml-full:compileJava

> Task :poi:forbiddenApisTest FAILED
Forbidden class use: java.lang.SecurityManager [Deprecated in Java 17]
  in org.apache.poi.poifs.dev.TestPOIFSDump$1 (TestPOIFSDump.java, class declaration)
Forbidden class/interface use: java.lang.SecurityManager [Deprecated in Java 17]
  in org.apache.poi.poifs.dev.TestPOIFSDump$1 (TestPOIFSDump.java:162)
Forbidden class use: java.lang.SecurityManager [Deprecated in Java 17]
  in org.apache.poi.hssf.extractor.TestOldExcelExtractor$NoExitSecurityManager (TestOldExcelExtractor.java, class declaration)
Forbidden class/interface use: java.lang.SecurityManager [Deprecated in Java 17]
  in org.apache.poi.hssf.extractor.TestOldExcelExtractor$NoExitSecurityManager (TestOldExcelExtractor.java:365)
Forbidden class/interface use: java.lang.SecurityManager [Deprecated in Java 17]
  in org.apache.poi.hssf.extractor.TestOldExcelExtractor$NoExitSecurityManager (TestOldExcelExtractor.java:376)
Scanned 632 class file(s) for forbidden API invocations (in 2.32s), 5 error(s).

> Task :poi-scratchpad:compileTestJava
15 warnings

> Task :poi-scratchpad:spotbugsMain
672 SpotBugs violations were found.See the report at: file://<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/build/reports/spotbugs/main.xml>

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':poi:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* 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 1m 45s
45 actionable tasks: 36 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
Recording test results
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?

---------------------------------------------------------------------
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-1.17 #215

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

Changes:

[PJ Fanning] java 17 build issue

[PJ Fanning] revert java 17 change - even more build trouble


------------------------------------------
[...truncated 32.15 KB...]
    public boolean getDisplayPlaceholder(final Placeholder placeholder) {
                   ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/model/CHPBinTable.java>:69: warning: [dep-ann] deprecated item is not annotated with @Deprecated
    public CHPBinTable( byte[] documentStream, byte[] tableStream, int offset,
           ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/model/BytePropertyNode.java>:35: warning: [unchecked] unchecked method invocation: constructor <init> in class PropertyNode is applied to given types
        super(other);
             ^
  required: PropertyNode<T>
  found:    BytePropertyNode
  where T is a type-variable:
    T extends PropertyNode<T> declared in class PropertyNode
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/model/BytePropertyNode.java>:35: warning: [unchecked] unchecked conversion
        super(other);
              ^
  required: PropertyNode<T>
  found:    BytePropertyNode
  where T is a type-variable:
    T extends PropertyNode<T> declared in class PropertyNode
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/usermodel/Table.java>:89: warning: [deprecation] TYPE_TABLE in Range has been deprecated
        return TYPE_TABLE;
               ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/usermodel/Section.java>:238: warning: [deprecation] TYPE_SECTION in Range has been deprecated
        return TYPE_SECTION;
               ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/usermodel/HWPFList.java>:208: warning: [deprecation] getCharacterStyle(int) in StyleSheet has been deprecated
        CharacterProperties base = _styleSheet.getCharacterStyle( styleIndex );
                                              ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/usermodel/HWPFList.java>:226: warning: [deprecation] getParagraphStyle(int) in StyleSheet has been deprecated
        ParagraphProperties base = _styleSheet.getParagraphStyle( styleIndex );
                                              ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/model/ListFormatOverrideLevel.java>:44: warning: [deprecation] ListLevel(byte[],int) in ListLevel has been deprecated
            _lvl = new ListLevel( buf, offset );
                   ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/HWPFDocument.java>:337: warning: [deprecation] PicturesTable(HWPFDocument,byte[],byte[],FSPATable,OfficeArtContent) in PicturesTable has been deprecated
        _pictures = new PicturesTable(this, _dataStream, _mainStream, _fspaMain, officeArtContent);
                    ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/model/DocumentProperties.java>:36: warning: [dep-ann] deprecated item is not annotated with @Deprecated
    public DocumentProperties( byte[] tableStream, int offset )
           ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/sprm/SprmUtils.java>:52: warning: [dep-ann] deprecated item is not annotated with @Deprecated
    public static byte[] shortArrayToByteArray(short[] convert) {
                         ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/model/SinglentonTextPiece.java>:39: warning: [deprecation] characterLength() in TextPiece has been deprecated
    public int characterLength()
               ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/HWPFOldDocument.java>:147: warning: [deprecation] OldSectionTable(byte[],int,int,int,TextPieceTable) in OldSectionTable has been deprecated
        _st = new OldSectionTable(
              ^
14 warnings

> Task :poi-scratchpad:compileJava9 SKIPPED
> Task :poi-scratchpad:cacheJava9 NO-SOURCE
> Task :poi-scratchpad:classes

> Task :poi:compileTestJava
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/test/java/org/apache/poi/poifs/dev/TestPOIFSDump.java>:158: warning: [removal] SecurityManager in java.lang has been deprecated and marked for removal
        SecurityManager sm = System.getSecurityManager();
        ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/test/java/org/apache/poi/poifs/dev/TestPOIFSDump.java>:158: warning: [removal] getSecurityManager() in System has been deprecated and marked for removal
        SecurityManager sm = System.getSecurityManager();
                                   ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/test/java/org/apache/poi/poifs/dev/TestPOIFSDump.java>:160: warning: [removal] SecurityManager in java.lang has been deprecated and marked for removal
            System.setSecurityManager(new SecurityManager() {
                                          ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/test/java/org/apache/poi/poifs/dev/TestPOIFSDump.java>:160: warning: [removal] setSecurityManager(SecurityManager) in System has been deprecated and marked for removal
            System.setSecurityManager(new SecurityManager() {
                  ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/test/java/org/apache/poi/poifs/dev/TestPOIFSDump.java>:174: warning: [removal] setSecurityManager(SecurityManager) in System has been deprecated and marked for removal
            System.setSecurityManager(sm);
                  ^

> Task :poi-scratchpad:jar
> Task :poi-scratchpad:forbiddenApisMain

> Task :poi:compileTestJava
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/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);
                ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/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);
                ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/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);
                ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/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);
                ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/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);
                ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/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.17/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.17/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.17/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.17/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.17/ws/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());
                                   ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/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());
                                                     ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/test/java/org/apache/poi/hssf/extractor/TestOldExcelExtractor.java>:312: warning: [removal] SecurityManager in java.lang has been deprecated and marked for removal
        SecurityManager sm = System.getSecurityManager();
        ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/test/java/org/apache/poi/hssf/extractor/TestOldExcelExtractor.java>:312: warning: [removal] getSecurityManager() in System has been deprecated and marked for removal
        SecurityManager sm = System.getSecurityManager();
                                   ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/test/java/org/apache/poi/hssf/extractor/TestOldExcelExtractor.java>:313: warning: [removal] setSecurityManager(SecurityManager) in System has been deprecated and marked for removal
        System.setSecurityManager(new NoExitSecurityManager());
              ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/test/java/org/apache/poi/hssf/extractor/TestOldExcelExtractor.java>:319: warning: [removal] setSecurityManager(SecurityManager) in System has been deprecated and marked for removal
            System.setSecurityManager(sm);
                  ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/test/java/org/apache/poi/hssf/extractor/TestOldExcelExtractor.java>:363: warning: [removal] SecurityManager in java.lang has been deprecated and marked for removal
    private static class NoExitSecurityManager extends SecurityManager {
                                                       ^
26 warnings

> Task :poi:compileTest9 SKIPPED
> Task :poi:cacheTest9 NO-SOURCE
> Task :poi:processTestResources
> Task :poi:testClasses
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:/home/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:testJar
> Task :poi-ooxml-full:compileJava
> Task :poi:sourcesJar
> Task :poi:forbiddenApisMain

> Task :poi:forbiddenApisTest FAILED
Forbidden class use: java.lang.SecurityManager [Deprecated in Java 17]
  in org.apache.poi.poifs.dev.TestPOIFSDump$1 (TestPOIFSDump.java, class declaration)
Forbidden class/interface use: java.lang.SecurityManager [Deprecated in Java 17]
  in org.apache.poi.poifs.dev.TestPOIFSDump$1 (TestPOIFSDump.java:160)
Forbidden method invocation: java.lang.System#getSecurityManager() [Deprecated in Java 17]
  in org.apache.poi.poifs.dev.TestPOIFSDump (TestPOIFSDump.java:158)
Forbidden method invocation: java.lang.System#setSecurityManager(java.lang.SecurityManager) [Deprecated in Java 17]
  in org.apache.poi.poifs.dev.TestPOIFSDump (TestPOIFSDump.java:160)
Forbidden method invocation: java.lang.System#setSecurityManager(java.lang.SecurityManager) [Deprecated in Java 17]
  in org.apache.poi.poifs.dev.TestPOIFSDump (TestPOIFSDump.java:174)
Forbidden method invocation: java.lang.System#setSecurityManager(java.lang.SecurityManager) [Deprecated in Java 17]
  in org.apache.poi.poifs.dev.TestPOIFSDump (TestPOIFSDump.java:174)
Forbidden method invocation: java.lang.System#getSecurityManager() [Deprecated in Java 17]
  in org.apache.poi.hssf.extractor.TestOldExcelExtractor (TestOldExcelExtractor.java:312)
Forbidden method invocation: java.lang.System#setSecurityManager(java.lang.SecurityManager) [Deprecated in Java 17]
  in org.apache.poi.hssf.extractor.TestOldExcelExtractor (TestOldExcelExtractor.java:313)
Forbidden method invocation: java.lang.System#setSecurityManager(java.lang.SecurityManager) [Deprecated in Java 17]
  in org.apache.poi.hssf.extractor.TestOldExcelExtractor (TestOldExcelExtractor.java:319)
Forbidden method invocation: java.lang.System#setSecurityManager(java.lang.SecurityManager) [Deprecated in Java 17]
  in org.apache.poi.hssf.extractor.TestOldExcelExtractor (TestOldExcelExtractor.java:319)
Forbidden class use: java.lang.SecurityManager [Deprecated in Java 17]
  in org.apache.poi.hssf.extractor.TestOldExcelExtractor$NoExitSecurityManager (TestOldExcelExtractor.java, class declaration)
Forbidden class/interface use: java.lang.SecurityManager [Deprecated in Java 17]
  in org.apache.poi.hssf.extractor.TestOldExcelExtractor$NoExitSecurityManager (TestOldExcelExtractor.java:363)
Forbidden class/interface use: java.lang.SecurityManager [Deprecated in Java 17]
  in org.apache.poi.hssf.extractor.TestOldExcelExtractor$NoExitSecurityManager (TestOldExcelExtractor.java:374)
Scanned 632 class file(s) for forbidden API invocations (in 1.81s), 13 error(s).

> Task :poi-scratchpad:compileTestJava
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/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);
                               ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/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.17/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.17/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.17/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.17/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.17/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.17/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.17/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.17/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.17/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.17/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.17/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.17/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.17/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:spotbugsMain
672 SpotBugs violations were found.See the report at: file://<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/build/reports/spotbugs/main.xml>

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':poi:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* 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 2m 10s
45 actionable tasks: 43 executed, 2 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
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?

---------------------------------------------------------------------
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-1.17 #214

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

Changes:

[PJ Fanning] java 17 build issue


------------------------------------------
Started by user PJ Fanning
Running as SYSTEM
[EnvInject] - Loading node environment variables.
[EnvInject] - Preparing an environment for the build.
[EnvInject] - Keeping Jenkins system variables.
[EnvInject] - Keeping Jenkins build variables.
[EnvInject] - Injecting as environment variables the properties content 
LANG=en_US.UTF-8
FORREST_HOME=/home/jenkins/tools/forrest/latest
CI_BUILD=TRUE

[EnvInject] - Variables injected successfully.
[EnvInject] - Injecting contributions.
Building remotely on builds35 (ubuntu) in workspace <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Done
Updating https://svn.apache.org/repos/asf/poi/trunk at revision '2022-02-22T01:26:18.058 +0000'
U         build.gradle

<-- Got one external: documentation, svn url: https://svn.apache.org/repos/asf/poi/site/src/documentation -->
Fetching 'https://svn.apache.org/repos/asf/poi/site/src/documentation' at -1 into '<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/src/documentation'>
At revision 1898298


<-- Got one external: forrest.properties, svn url: https://svn.apache.org/repos/asf/poi/site/forrest.properties -->
Fetching 'https://svn.apache.org/repos/asf/poi/site/forrest.properties' at -1 into '<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/forrest.properties'>
At revision 1898298

At revision 1898298

No changes for https://svn.apache.org/repos/asf/poi/site/src/documentation since the previous build
No changes for https://svn.apache.org/repos/asf/poi/site/forrest.properties since the previous build
[POI-DSL-1.17] $ /bin/sh -xe /tmp/jenkins2734249619483286222.sh
+ rm -rf examples excelant integrationtest main ooxml ooxml-schema scratchpad build.javacheck.xml
+ svn status
    X   forrest.properties
X       src/documentation

Performing status on external item at 'src/documentation':
+ svn revert poi-examples/src/main/java9/module-info.class poi-examples/src/main/java9/module-info.java poi-excelant/src/main/java9/module-info.class poi-excelant/src/main/java9/module-info.java poi-excelant/src/test/java9/module-info.class poi-excelant/src/test/java9/module-info.java poi-integration/src/test/java9/module-info.class poi-integration/src/test/java9/module-info.java poi-ooxml-full/src/main/java9/module-info.class poi-ooxml-full/src/main/java9/module-info.java poi-ooxml-lite-agent/src/main/java9/module-info.class poi-ooxml-lite-agent/src/main/java9/module-info.java poi-ooxml-lite/src/main/java9/module-info.class poi-ooxml-lite/src/main/java9/module-info.java poi-ooxml/src/main/java9/module-info.class poi-ooxml/src/main/java9/module-info.java poi-ooxml/src/test/java9/module-info.class poi-ooxml/src/test/java9/module-info.java poi-scratchpad/src/main/java9/module-info.class poi-scratchpad/src/main/java9/module-info.java poi-scratchpad/src/test/java9/module-info.class poi-scratchpad/src/test/java9/module-info.java poi/src/main/java9/module-info.class poi/src/main/java9/module-info.java poi/src/test/java9/module-info.class poi/src/test/java9/module-info.java
+ echo Java-Home: /home/jenkins/tools/java/latest17
Java-Home: /home/jenkins/tools/java/latest17
+ ls -al /home/jenkins/tools/java/latest17/
total 40
drwxrwxr-x  9 root root 4096 Dec 21 18:18 .
drwxr-xr-x 30 root root 4096 Dec 21 18:18 ..
drwxrwxr-x  2 root root 4096 Dec 21 18:18 bin
drwxrwxr-x  5 root root 4096 Dec 21 18:18 conf
drwxrwxr-x  3 root root 4096 Dec 21 18:18 include
drwxrwxr-x  2 root root 4096 Dec 21 18:18 jmods
drwxrwxr-x 72 root root 4096 Dec 21 18:18 legal
drwxrwxr-x  5 root root 4096 Dec 21 18:18 lib
lrwxrwxrwx  1 root root   23 Sep 27 17:41 LICENSE -> legal/java.base/LICENSE
drwxrwxr-x  3 root root 4096 Dec 21 18:18 man
-rw-r--r--  1 root root 1231 Sep 27 17:40 release
+ ls -al /home/jenkins/tools/java/latest17/bin
total 456
drwxrwxr-x 2 root root  4096 Dec 21 18:18 .
drwxrwxr-x 9 root root  4096 Dec 21 18:18 ..
-rwxr-xr-x 1 root root 12384 Sep 27 17:40 jar
-rwxr-xr-x 1 root root 12392 Sep 27 17:40 jarsigner
-rwxr-xr-x 1 root root 12368 Sep 27 17:40 java
-rwxr-xr-x 1 root root 12416 Sep 27 17:40 javac
-rwxr-xr-x 1 root root 12424 Sep 27 17:40 javadoc
-rwxr-xr-x 1 root root 12384 Sep 27 17:40 javap
-rwxr-xr-x 1 root root 12384 Sep 27 17:40 jcmd
-rwxr-xr-x 1 root root 12456 Sep 27 17:40 jconsole
-rwxr-xr-x 1 root root 12384 Sep 27 17:40 jdb
-rwxr-xr-x 1 root root 12392 Sep 27 17:40 jdeprscan
-rwxr-xr-x 1 root root 12384 Sep 27 17:40 jdeps
-rwxr-xr-x 1 root root 12384 Sep 27 17:40 jfr
-rwxr-xr-x 1 root root 12384 Sep 27 17:40 jhsdb
-rwxr-xr-x 1 root root 12392 Sep 27 17:40 jimage
-rwxr-xr-x 1 root root 12416 Sep 27 17:40 jinfo
-rwxr-xr-x 1 root root 12416 Sep 27 17:40 jlink
-rwxr-xr-x 1 root root 12416 Sep 27 17:40 jmap
-rwxr-xr-x 1 root root 12384 Sep 27 17:40 jmod
-rwxr-xr-x 1 root root 12392 Sep 27 17:40 jpackage
-rwxr-xr-x 1 root root 12384 Sep 27 17:40 jps
-rwxr-xr-x 1 root root 12424 Sep 27 17:40 jrunscript
-rwxr-xr-x 1 root root 12392 Sep 27 17:40 jshell
-rwxr-xr-x 1 root root 12424 Sep 27 17:40 jstack
-rwxr-xr-x 1 root root 12384 Sep 27 17:40 jstat
-rwxr-xr-x 1 root root 12392 Sep 27 17:40 jstatd
-rwxr-xr-x 1 root root 12392 Sep 27 17:40 keytool
-rwxr-xr-x 1 root root 12392 Sep 27 17:40 rmiregistry
-rwxr-xr-x 1 root root 12392 Sep 27 17:40 serialver
+ /home/jenkins/tools/java/latest17/bin/java -version
java version "17.0.1" 2021-10-19 LTS
Java(TM) SE Runtime Environment (build 17.0.1+12-LTS-39)
Java HotSpot(TM) 64-Bit Server VM (build 17.0.1+12-LTS-39, mixed mode, sharing)
+ echo which java
which java
+ which java
/home/jenkins/tools/java/latest17/bin/java
+ java -version
java version "17.0.1" 2021-10-19 LTS
Java(TM) SE Runtime Environment (build 17.0.1+12-LTS-39)
Java HotSpot(TM) 64-Bit Server VM (build 17.0.1+12-LTS-39, mixed mode, sharing)
+ echo which javac
which javac
+ which javac
/home/jenkins/tools/java/latest17/bin/javac
+ javac -version
javac 17.0.1
+ echo Ant-Home:
Ant-Home:
+ ls -al
total 520
drwxr-xr-x 22 jenkins jenkins   4096 Feb 22 01:26 .
drwxr-xr-x  3 jenkins jenkins   4096 Jan 18 17:39 ..
-rw-r--r--  1 jenkins jenkins    520 Dec 20 01:02 .asf.yaml
drwxr-xr-x  3 jenkins jenkins   4096 Feb 22 01:16 build
-rw-r--r--  1 jenkins jenkins  30088 Feb 22 01:26 build.gradle
-rw-r--r--  1 jenkins jenkins 166495 Feb  9 00:59 build.xml
-rw-r--r--  1 jenkins jenkins   6671 Jan 15 00:59 doap_POI.rdf
-rw-r--r--  1 jenkins jenkins   3014 Dec 20 01:02 file-leak-detector.exclude
-rw-r--r--  1 jenkins jenkins   6229 Dec 20 01:03 forrest.properties
-rw-r--r--  1 jenkins jenkins     53 Dec 20 01:02 .gitattributes
drwxr-xr-x  3 jenkins jenkins   4096 Dec 20 01:02 .github
-rw-r--r--  1 jenkins jenkins    334 Dec 20 01:02 .gitignore
drwxr-xr-x  3 jenkins jenkins   4096 Dec 20 01:02 gradle
drwxr-xr-x  5 jenkins jenkins   4096 Feb 19 13:26 .gradle
-rw-r--r--  1 jenkins jenkins    599 Dec 20 01:02 gradle.properties
-rwxr-xr-x  1 jenkins jenkins   8070 Dec 20 01:02 gradlew
-rw-r--r--  1 jenkins jenkins   2763 Dec 20 01:02 gradlew.bat
drwxr-xr-x  2 jenkins jenkins   4096 Feb 22 01:02 jenkins
-rw-r--r--  1 jenkins jenkins 167281 Dec 20 01:02 KEYS
drwxr-xr-x  2 jenkins jenkins   4096 Dec 20 01:02 legal
drwxr-xr-x  2 jenkins jenkins   4096 Dec 20 01:02 lib.stored
drwxr-xr-x  3 jenkins jenkins   4096 Jan 22 12:59 osgi
-rw-r--r--  1 jenkins jenkins   4813 Dec 20 01:02 patch.xml
drwxr-xr-x  5 jenkins jenkins   4096 Feb 22 01:16 poi
drwxr-xr-x  4 jenkins jenkins   4096 Feb 22 01:16 poi-examples
drwxr-xr-x  4 jenkins jenkins   4096 Feb 22 01:16 poi-excelant
drwxr-xr-x  4 jenkins jenkins   4096 Feb 22 01:16 poi-integration
drwxr-xr-x  4 jenkins jenkins   4096 Feb 22 01:16 poi-ooxml
drwxr-xr-x  4 jenkins jenkins   4096 Feb 22 01:16 poi-ooxml-full
drwxr-xr-x  3 jenkins jenkins   4096 Feb 22 01:03 poi-ooxml-lite
drwxr-xr-x  4 jenkins jenkins   4096 Feb 22 01:16 poi-ooxml-lite-agent
drwxr-xr-x  5 jenkins jenkins   4096 Feb 22 01:16 poi-scratchpad
-rw-r--r--  1 jenkins jenkins   4351 Dec 22 00:59 README.rst
-rw-r--r--  1 jenkins jenkins    232 Dec 20 01:02 SECURITY.md
-rw-r--r--  1 jenkins jenkins    190 Dec 20 01:02 settings.gradle
drwxr-xr-x  4 jenkins jenkins   4096 Dec 20 01:02 src
drwxr-xr-x  4 jenkins jenkins   4096 Feb 22 01:26 .svn
drwxr-xr-x 15 jenkins jenkins   4096 Dec 20 01:02 test-data
+ echo which ant
which ant
+ which ant
/usr/bin/ant
+ ant -version
Apache Ant(TM) version 1.10.5 compiled on March 28 2019
+ echo <project default="test"><target name="test"><echo>Java ${ant.java.version}/${java.version}</echo><exec executable="javac"><arg value="-version"/></exec></target></project>
+ ant -f build.javacheck.xml -v
Apache Ant(TM) version 1.10.5 compiled on March 28 2019
Buildfile: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/build.javacheck.xml>
Detected Java version: 17 in: /usr/local/asfpackages/java/oraclejdk-17.0.1
Detected OS: Linux
parsing buildfile <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/build.javacheck.xml> with URI = <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/build.javacheck.xml>
Project base dir set to: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/>
Build sequence for target(s) `test' is [test]
Complete build sequence is [test, ]

test:
parsing buildfile jar:file:/usr/share/ant/lib/ant.jar!/org/apache/tools/ant/antlib.xml with URI = jar:file:/usr/share/ant/lib/ant.jar!/org/apache/tools/ant/antlib.xml from a zip file
     [echo] Java 17/17.0.1
     [exec] Current OS is Linux
     [exec] Executing 'javac' with arguments:
     [exec] '-version'
     [exec] 
     [exec] The ' characters around the executable and arguments are
     [exec] not part of the command.
     [exec] javac 17.0.1

BUILD SUCCESSFUL
Total time: 0 seconds
+ exit 0
[POI-DSL-1.17] $ /bin/sh -xe /tmp/jenkins5258145847425969200.sh
+ touch --no-create build/*/build/test-results/TEST-*.xml build/*/build/test-results/test/TEST-*.xml
[Gradle] - Launching build.
[POI-DSL-1.17] $ <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/gradlew> -PjdkVersion=17 clean jenkins
To honour the JVM settings for this build a single-use Daemon process will be forked. See https://docs.gradle.org/7.4/userguide/gradle_daemon.html#sec:disabling_the_daemon.
Daemon will be stopped at the end of the build 
Configuration on demand is an incubating feature.

> Configure project :
Trying to override old definition of datatype junit
Run with reduced parallelism for CI build
Run with reduced parallelism for CI build
Run with reduced parallelism for CI build
Run with reduced parallelism for CI build
Run with reduced parallelism for CI build
Run with reduced parallelism for CI build
Run with reduced parallelism for CI build
Run with reduced parallelism for CI build
Run with reduced parallelism for CI build
[Fatal Error] :1:38: Invalid encoding name "UTF8".

FAILURE: Build failed with an exception.

* Where:
Build file '<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/build.gradle'> line: 91

* What went wrong:
A problem occurred evaluating project ':poi'.
> The new Java toolchain feature cannot be used at the project level in combination with source and/or target compatibility

* 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

BUILD FAILED in 25s
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: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


Build failed in Jenkins: POI » POI-DSL-1.17 #213

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

Changes:

[PJ Fanning] sonar issues


------------------------------------------
[...truncated 30.07 KB...]
> Task :poi:processResources
> Task :poi:classes
> Task :poi:jar

> Task :poi:compileTestJava
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/test/java/org/apache/poi/POITestCase.java>:122: warning: [removal] AccessController in java.security has been deprecated and marked for removal
            return AccessController.doPrivileged((PrivilegedExceptionAction<R>) () -> {
                   ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/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);
                 ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/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));
                                                                                               ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/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);
                ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/test/java/org/apache/poi/poifs/dev/TestPOIFSDump.java>:158: warning: [removal] SecurityManager in java.lang has been deprecated and marked for removal
        SecurityManager sm = System.getSecurityManager();
        ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/test/java/org/apache/poi/poifs/dev/TestPOIFSDump.java>:158: warning: [removal] getSecurityManager() in System has been deprecated and marked for removal
        SecurityManager sm = System.getSecurityManager();
                                   ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/test/java/org/apache/poi/poifs/dev/TestPOIFSDump.java>:160: warning: [removal] SecurityManager in java.lang has been deprecated and marked for removal
            System.setSecurityManager(new SecurityManager() {
                                          ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/test/java/org/apache/poi/poifs/dev/TestPOIFSDump.java>:160: warning: [removal] setSecurityManager(SecurityManager) in System has been deprecated and marked for removal
            System.setSecurityManager(new SecurityManager() {
                  ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/test/java/org/apache/poi/poifs/dev/TestPOIFSDump.java>:174: warning: [removal] setSecurityManager(SecurityManager) in System has been deprecated and marked for removal
            System.setSecurityManager(sm);
                  ^

> Task :poi-scratchpad:compileJava
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/hslf/usermodel/HSLFSlide.java>:492: warning: [deprecation] getDisplayPlaceholder(Placeholder) in Slide has been deprecated
    public boolean getDisplayPlaceholder(final Placeholder placeholder) {
                   ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/model/CHPBinTable.java>:69: warning: [dep-ann] deprecated item is not annotated with @Deprecated
    public CHPBinTable( byte[] documentStream, byte[] tableStream, int offset,
           ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/model/BytePropertyNode.java>:35: warning: [unchecked] unchecked method invocation: constructor <init> in class PropertyNode is applied to given types
        super(other);
             ^
  required: PropertyNode<T>
  found:    BytePropertyNode
  where T is a type-variable:
    T extends PropertyNode<T> declared in class PropertyNode
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/model/BytePropertyNode.java>:35: warning: [unchecked] unchecked conversion
        super(other);
              ^
  required: PropertyNode<T>
  found:    BytePropertyNode
  where T is a type-variable:
    T extends PropertyNode<T> declared in class PropertyNode
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/usermodel/Table.java>:89: warning: [deprecation] TYPE_TABLE in Range has been deprecated
        return TYPE_TABLE;
               ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/usermodel/Section.java>:238: warning: [deprecation] TYPE_SECTION in Range has been deprecated
        return TYPE_SECTION;
               ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/usermodel/HWPFList.java>:208: warning: [deprecation] getCharacterStyle(int) in StyleSheet has been deprecated
        CharacterProperties base = _styleSheet.getCharacterStyle( styleIndex );
                                              ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/usermodel/HWPFList.java>:226: warning: [deprecation] getParagraphStyle(int) in StyleSheet has been deprecated
        ParagraphProperties base = _styleSheet.getParagraphStyle( styleIndex );
                                              ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/model/ListFormatOverrideLevel.java>:44: warning: [deprecation] ListLevel(byte[],int) in ListLevel has been deprecated
            _lvl = new ListLevel( buf, offset );
                   ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/HWPFDocument.java>:337: warning: [deprecation] PicturesTable(HWPFDocument,byte[],byte[],FSPATable,OfficeArtContent) in PicturesTable has been deprecated
        _pictures = new PicturesTable(this, _dataStream, _mainStream, _fspaMain, officeArtContent);
                    ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/model/DocumentProperties.java>:36: warning: [dep-ann] deprecated item is not annotated with @Deprecated
    public DocumentProperties( byte[] tableStream, int offset )
           ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/sprm/SprmUtils.java>:52: warning: [dep-ann] deprecated item is not annotated with @Deprecated
    public static byte[] shortArrayToByteArray(short[] convert) {
                         ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/model/SinglentonTextPiece.java>:39: warning: [deprecation] characterLength() in TextPiece has been deprecated
    public int characterLength()
               ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/HWPFOldDocument.java>:147: warning: [deprecation] OldSectionTable(byte[],int,int,int,TextPieceTable) in OldSectionTable has been deprecated
        _st = new OldSectionTable(
              ^
14 warnings

> Task :poi-scratchpad:compileJava9 SKIPPED
> Task :poi-scratchpad:cacheJava9 NO-SOURCE
> Task :poi-scratchpad:classes
> Task :poi-scratchpad:jar
> Task :poi-scratchpad:forbiddenApisMain

> Task :poi:compileTestJava
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/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);
                ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/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);
                ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/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);
                ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/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);
                ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/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);
                ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/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.17/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.17/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.17/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.17/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.17/ws/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());
                                   ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/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());
                                                     ^

> Task :poi-ooxml-full:compileJava

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:/home/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:compileTestJava
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/test/java/org/apache/poi/hssf/extractor/TestOldExcelExtractor.java>:312: warning: [removal] SecurityManager in java.lang has been deprecated and marked for removal
        SecurityManager sm = System.getSecurityManager();
        ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/test/java/org/apache/poi/hssf/extractor/TestOldExcelExtractor.java>:312: warning: [removal] getSecurityManager() in System has been deprecated and marked for removal
        SecurityManager sm = System.getSecurityManager();
                                   ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/test/java/org/apache/poi/hssf/extractor/TestOldExcelExtractor.java>:313: warning: [removal] setSecurityManager(SecurityManager) in System has been deprecated and marked for removal
        System.setSecurityManager(new NoExitSecurityManager());
              ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/test/java/org/apache/poi/hssf/extractor/TestOldExcelExtractor.java>:319: warning: [removal] setSecurityManager(SecurityManager) in System has been deprecated and marked for removal
            System.setSecurityManager(sm);
                  ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi/src/test/java/org/apache/poi/hssf/extractor/TestOldExcelExtractor.java>:363: warning: [removal] SecurityManager in java.lang has been deprecated and marked for removal
    private static class NoExitSecurityManager extends SecurityManager {
                                                       ^
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:forbiddenApisMain
Forbidden class/interface use: java.security.AccessController [Deprecated in Java 17]
  in org.apache.poi.poifs.nio.CleanerUtil (CleanerUtil.java:177)
Forbidden class/interface use: java.security.AccessController [Deprecated in Java 17]
  in org.apache.poi.poifs.nio.CleanerUtil (CleanerUtil.java:77)
Scanned 1635 class file(s) for forbidden API invocations (in 2.71s), 2 error(s).

> Task :poi:forbiddenApisMain FAILED

> Task :poi-scratchpad:compileTestJava
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/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);
                               ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/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.17/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.17/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.17/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.17/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.17/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.17/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.17/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.17/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.17/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.17/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.17/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.17/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.17/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:spotbugsMain
672 SpotBugs violations were found.See the report at: file://<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/poi-scratchpad/build/reports/spotbugs/main.xml>

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':poi:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* 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 2m 17s
44 actionable tasks: 42 executed, 2 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
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?

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