See 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.16/246/display/redirect>

Changes:


------------------------------------------
[...truncated 5.39 KB...]
svn: E155010: The node 
'F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi*\src\*'
 was not found.
Java-Home: f:\\jenkins\\tools\\java\\latest16
 Volume in drive F is Data
 Volume Serial Number is BE2C-B98F

 Directory of f:\jenkins\tools\java\latest16

08/03/2021  02:47 PM    <DIR>          .
08/03/2021  02:47 PM    <DIR>          ..
08/03/2021  02:47 PM    <DIR>          bin
08/03/2021  02:47 PM    <DIR>          conf
08/03/2021  02:47 PM    <DIR>          include
08/03/2021  02:47 PM    <DIR>          jmods
08/03/2021  02:47 PM    <DIR>          legal
08/03/2021  02:47 PM    <DIR>          lib
11/11/2020  08:41 PM             1,165 release
               1 File(s)          1,165 bytes
               8 Dir(s)  1,020,771,569,664 bytes free
openjdk version "16-ea" 2021-03-16
OpenJDK Runtime Environment (build 16-ea+24-1553)
OpenJDK 64-Bit Server VM (build 16-ea+24-1553, mixed mode, sharing)
[Gradle] - Launching build.
[POI-DSL-Windows-1.16] $ cmd.exe /C 
"<https://ci-builds.apache.org/job/POI/job/POI-DSL-Windows-1.16/ws/gradlew.bat> 
clean jenkins && exit %%ERRORLEVEL%%"
Starting a Gradle Daemon (subsequent builds will be faster)

> Configure project :
Trying to override old definition of datatype junit

> Task :clean
> Task :poi:clean
> Task :poi-examples:clean
> Task :poi-excelant:clean
> Task :poi-integration:clean
> Task :poi-ooxml:clean
> Task :poi-ooxml-full:clean
> Task :poi-ooxml-lite:clean
> Task :poi-ooxml-lite-agent:clean
> Task :poi-scratchpad:clean
> Task :poi:generateVersionJava

> Task :poi:compileJava
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi\src\main\java\org\apache\poi\util\GenericRecordUtil.java:131:
 warning: [unchecked] unchecked cast
                m.putAll((Map<String,Supplier<?>>)baseMap);
                                                  ^
  required: Map<String,Supplier<?>>
  found:    Object
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi\src\main\java\org\apache\poi\hssf\record\NameRecord.java:466:
 warning: [deprecation] readAllContinuedRemainder() in RecordInputStream has 
been deprecated
        byte[] remainder = ris.readAllContinuedRemainder();
                              ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi\src\main\java\org\apache\poi\hssf\record\AbstractEscherHolderRecord.java:62:
 warning: [deprecation] readAllContinuedRemainder() in RecordInputStream has 
been deprecated
            byte[] data = in.readAllContinuedRemainder();
                            ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi\src\main\java\org\apache\poi\ss\usermodel\CellBase.java:39:
 warning: [deprecation] setCellType(CellType) in Cell has been deprecated
    public final void setCellType(CellType cellType) {
                      ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi\src\main\java\org\apache\poi\ss\formula\BaseFormulaEvaluator.java:225:
 warning: [deprecation] setCellType(CellType) in Cell has been deprecated
        cell.setCellType(cellType);
            ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi\src\main\java\org\apache\poi\hssf\record\RecordFactoryInputStream.java:335:
 warning: [deprecation] processContinueRecord(byte[]) in DrawingRecord has been 
deprecated
                _lastDrawingRecord.processContinueRecord(contRec.getData());
                                  ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi\src\main\java\org\apache\poi\ss\format\CellNumberFormatter.java:726:
 warning: [unchecked] Possible heap pollution from parameterized vararg type 
List<Special>
    private static boolean hasChar(char ch, List<Special>... numSpecials) {
                                        ^
7 warnings

> Task :poi:compileJava9
> Task :poi:cacheJava9 UP-TO-DATE
> Task :poi:processResources
> Task :poi:classes
> Task :poi:jar
> Task :poi-ooxml:fixBatik
> Task :poi-ooxml-full:copy_xsds
> Task :poi-ooxml-full:generate_beans
> Task :poi-ooxml-full:compileJava
> Task :poi-ooxml-full:compileJava9
> Task :poi-ooxml-full:cacheJava9 UP-TO-DATE
> Task :poi-ooxml-full:processResources NO-SOURCE
> Task :poi-ooxml-full:classes
> Task :poi-ooxml-full:sourceJar
> Task :poi-ooxml-full:jar

> Task :poi-ooxml:compileJava
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi-ooxml\src\main\java\org\apache\poi\xssf\usermodel\BaseXSSFEvaluationWorkbook.java:171:
 warning: [deprecation] getNameAt(int) in XSSFWorkbook has been deprecated
            XSSFName nm = _uBook.getNameAt(i);
                                ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi-ooxml\src\main\java\org\apache\poi\xssf\usermodel\BaseXSSFEvaluationWorkbook.java:215:
 warning: [deprecation] getNameIndex(String) in XSSFWorkbook has been deprecated
            int nameIdx = _uBook.getNameIndex(nameName);
                                ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi-ooxml\src\main\java\org\apache\poi\xssf\usermodel\BaseXSSFEvaluationWorkbook.java:286:
 warning: [deprecation] getNameAt(int) in XSSFWorkbook has been deprecated
        XSSFName xname = _uBook.getNameAt(idx);
                               ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi-ooxml\src\main\java\org\apache\poi\xssf\usermodel\BaseXSSFEvaluationWorkbook.java:341:
 warning: [deprecation] getNameAt(int) in XSSFWorkbook has been deprecated
        return _uBook.getNameAt(namePtg.getIndex()).getNameName();
                     ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi-ooxml\src\main\java\org\apache\poi\xssf\usermodel\BaseXSSFEvaluationWorkbook.java:346:
 warning: [deprecation] getNameAt(int) in XSSFWorkbook has been deprecated
        return new Name(_uBook.getNameAt(ix), ix, this);
                              ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi-ooxml\src\main\java\org\apache\poi\xssf\usermodel\BaseXSSFFormulaEvaluator.java:85:
 warning: [deprecation] setCellType(CellType) in Cell has been deprecated
            cell.setCellType(cellType);
                ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi-ooxml\src\main\java\org\apache\poi\poifs\crypt\dsig\SignaturePart.java:202:
 warning: [unchecked] getPrefixes(String) in SignaturePart.XPathNSContext 
implements getPrefixes(String) in NamespaceContext
        public Iterator getPrefixes(String val) {
                        ^
  return type requires unchecked conversion from Iterator to Iterator<String>
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi-ooxml\src\main\java\org\apache\poi\poifs\crypt\dsig\services\RelationshipTransformService.java:102:
 warning: [deprecation] Provider(String,double,String) in Provider has been 
deprecated
            super(NAME, 1d, NAME);
            ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi-ooxml\src\main\java\org\apache\poi\poifs\crypt\dsig\facets\XAdESSignatureFacet.java:284:
 warning: [deprecation] getIssuerDN() in X509Certificate has been deprecated
            issuerName = certificate.getIssuerDN().getName().replace(",", ", ");
                                    ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi-ooxml\src\main\java\org\apache\poi\poifs\crypt\dsig\facets\XAdESXLSignatureFacet.java:201:
 warning: [deprecation] getIssuerDN() in X509CRL has been deprecated
                String issuerName = crl.getIssuerDN().getName().replace(",", ", 
");
                                       ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi-ooxml\src\main\java\org\apache\poi\xssf\streaming\SheetDataWriter.java:187:
 warning: [deprecation] finalize() in Object has been deprecated
    protected void finalize() throws Throwable {
                   ^
11 warnings

> Task :poi-ooxml:compileJava9
> Task :poi-ooxml:cacheJava9 UP-TO-DATE
> Task :poi-ooxml:processResources
> Task :poi-ooxml:classes
> Task :poi-ooxml:jar

> Task :poi-scratchpad:compileJava
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\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;
               ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi-scratchpad\src\main\java\org\apache\poi\hwpf\HWPFDocument.java:315:
 warning: [deprecation] 
PicturesTable(HWPFDocument,byte[],byte[],FSPATable,OfficeArtContent) in 
PicturesTable has been deprecated
        _pictures = new PicturesTable(this, _dataStream, _mainStream, 
_fspaMain, officeArtContent);
                    ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\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;
               ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\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
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\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
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\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 );
                                              ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\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 );
                                              ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\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 );
                   ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi-scratchpad\src\main\java\org\apache\poi\hwpf\HWPFOldDocument.java:133:
 warning: [deprecation] OldSectionTable(byte[],int,int,int,TextPieceTable) in 
OldSectionTable has been deprecated
        _st = new OldSectionTable(
              ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi-scratchpad\src\main\java\org\apache\poi\hwpf\model\SinglentonTextPiece.java:39:
 warning: [deprecation] characterLength() in TextPiece has been deprecated
    public int characterLength()
               ^
10 warnings

> Task :poi-scratchpad:compileJava9
> Task :poi-scratchpad:cacheJava9 UP-TO-DATE
> Task :poi-scratchpad:processResources
> Task :poi-scratchpad:classes
> Task :poi-scratchpad:jar
> Task :poi-examples:compileJava
> Task :poi-examples:compileJava9
> Task :poi-examples:cacheJava9 UP-TO-DATE
> Task :poi-examples:processResources NO-SOURCE
> Task :poi-examples:classes
> Task :poi-examples:jar

> Task :poi:compileTestJava
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi\src\test\java\org\apache\poi\hssf\record\TestFormulaRecord.java:89:
 warning: [deprecation] getCode() in CellType has been deprecated
        assertEquals(CellType.ERROR.getCode(), record.getCachedResultType());
                                   ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi\src\test\java\org\apache\poi\hssf\record\TestFormulaRecord.java:89:
 warning: [deprecation] getCachedResultType() in FormulaRecord has been 
deprecated
        assertEquals(CellType.ERROR.getCode(), record.getCachedResultType());
                                                     ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\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);
                ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\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);
                ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\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);
                ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\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);
                ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\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);
                ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\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);
                ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\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);
                ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\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);
                ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\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);
                ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\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);
                ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\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);
                 ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\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));
                                                                                
               ^
F:\jenkins\jenkins-home\712657a4\workspace\POI\POI-DSL-Windows-1.16\poi\src\test\java\org\apache\poi\ss\util\TestSheetUtil.java:212:
 warning: [deprecation] setCellType(CellType) in Cell has been deprecated
            cell.setCellType(CellType.STRING);
                ^
15 warnings

> Task :poi:compileTest9 FAILED
error: module not found: org.apiguardian.api
1 error

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':poi:compileTest9'.
> Compilation failed; see the compiler error output for details.

* 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 5m 50s
40 actionable tasks: 35 executed, 5 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-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to