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

Changes:

[PJ Fanning] add xlookup tests

[PJ Fanning] refactor LookupUtils

[PJ Fanning] upgrade byte-buddy

[PJ Fanning] add xlookup tests

[PJ Fanning] add xlookup tests

[PJ Fanning] refactor LookupUtils

[PJ Fanning] refactor LookupUtils

[PJ Fanning] refactor LookupUtils

[PJ Fanning] [github-243] basic version of XLookup

[PJ Fanning] [github-243] basic version of XLookup

[PJ Fanning] jdk 1.18 build just once a week

[PJ Fanning] [bug-65718] Charts imported without blip fills

[PJ Fanning] typo

[PJ Fanning] undo * import

[PJ Fanning] add /* 
====================================================================

[PJ Fanning] bouncycastle 1.70

[PJ Fanning] bouncycastle 1.70

[PJ Fanning] remove unfinished test

[PJ Fanning] fix merge issue

[PJ Fanning] code formatting

[PJ Fanning] spelling of embedded

[PJ Fanning] spelling of embedded

[PJ Fanning] update changes

[PJ Fanning] [bug-65715] fix bug in getDrawingPatriarch

[PJ Fanning] update test assertion


------------------------------------------
[...truncated 465.65 KB...]
> Task :poi-scratchpad:cacheTest9 NO-SOURCE
> Task :poi-scratchpad:javadocJar
> Task :poi-scratchpad:assemble
> Task :poi-scratchpad:forbiddenApisMain
> Task :poi-scratchpad:forbiddenApisTest
> Task :poi-scratchpad:forbiddenApis
> Task :poi-scratchpad:spotbugsMain
> Task :poi-scratchpad:spotbugsTest
> Task :poi-scratchpad:test
> Task :poi-ooxml-full:processResources NO-SOURCE
> Task :poi-ooxml-full:classes
> Task :poi-ooxml-full:sourceJar

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

> Task :poi-ooxml-full:jar
> Task :poi-ooxml-full:compileJava9 SKIPPED
> Task :poi-ooxml-full:cacheJava9 NO-SOURCE
> Task :poi-ooxml-full:javadoc SKIPPED
> Task :poi-ooxml-full:javadocJar SKIPPED
> Task :poi-ooxml-full:sourcesJar
> Task :poi-ooxml-full:assemble

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

> Task :poi-ooxml:compileJava
<https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/facets/XAdESXLSignatureFacet.java>:256:
 warning: [deprecation] getObject() in org.bouncycastle.asn1.ASN1TaggedObject 
has been deprecated
                        ASN1OctetString keyHashOctetString = 
(ASN1OctetString)derTaggedObject.getObject();
                                                                                
             ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/facets/XAdESXLSignatureFacet.java>:260:
 warning: [deprecation] getObject() in org.bouncycastle.asn1.ASN1TaggedObject 
has been deprecated
                        X500Name name = 
X500Name.getInstance(derTaggedObject.getObject());
                                                                            ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/BaseXSSFEvaluationWorkbook.java>:170:
 warning: [deprecation] getNameAt(int) in 
org.apache.poi.xssf.usermodel.XSSFWorkbook has been deprecated
            XSSFName nm = _uBook.getNameAt(i);
                                ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/BaseXSSFEvaluationWorkbook.java>:214:
 warning: [deprecation] getNameIndex(java.lang.String) in 
org.apache.poi.xssf.usermodel.XSSFWorkbook has been deprecated
            int nameIdx = _uBook.getNameIndex(nameName);
                                ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/BaseXSSFEvaluationWorkbook.java>:285:
 warning: [deprecation] getNameAt(int) in 
org.apache.poi.xssf.usermodel.XSSFWorkbook has been deprecated
        XSSFName xname = _uBook.getNameAt(idx);
                               ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/BaseXSSFEvaluationWorkbook.java>:340:
 warning: [deprecation] getNameAt(int) in 
org.apache.poi.xssf.usermodel.XSSFWorkbook has been deprecated
        return _uBook.getNameAt(namePtg.getIndex()).getNameName();
                     ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/BaseXSSFEvaluationWorkbook.java>:345:
 warning: [deprecation] getNameAt(int) in 
org.apache.poi.xssf.usermodel.XSSFWorkbook has been deprecated
        return new Name(_uBook.getNameAt(ix), ix, this);
                              ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/BaseXSSFFormulaEvaluator.java>:85:
 warning: [deprecation] setCellType(org.apache.poi.ss.usermodel.CellType) in 
org.apache.poi.ss.usermodel.Cell has been deprecated
            cell.setCellType(cellType);
                ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/poi-ooxml/src/main/java/org/apache/poi/xssf/streaming/StreamingSheetWriter.java>:52:
 warning: [deprecation] createTempFile() in 
org.apache.poi.xssf.streaming.SheetDataWriter has been deprecated
    public File createTempFile() throws IOException {
                ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/poi-ooxml/src/main/java/org/apache/poi/xssf/streaming/StreamingSheetWriter.java>:57:
 warning: [deprecation] createWriter(java.io.File) in 
org.apache.poi.xssf.streaming.SheetDataWriter has been deprecated
    public Writer createWriter(File fd) throws IOException {
                  ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/poi-ooxml/src/main/java/org/apache/poi/xssf/streaming/GZIPSheetDataWriter.java>:54:
 warning: [deprecation] createTempFile() in 
org.apache.poi.xssf.streaming.SheetDataWriter has been deprecated
    public File createTempFile() throws IOException {
                ^
11 warnings

> Task :poi-ooxml:classes
> Task :poi-ooxml:jar
> Task :poi-excelant:compileJava
> Task :poi-excelant:compileJava9 SKIPPED
> Task :poi-excelant:cacheJava9 NO-SOURCE
> Task :poi-excelant:classes
> Task :poi-excelant:jar

> Task :poi-ooxml:compileTestJava
<https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/poi-ooxml/src/test/java/org/apache/poi/xssf/usermodel/TestXSSFFont.java>:20:
 warning: [deprecation] org.apache.poi.ss.usermodel.FontCharset in 
org.apache.poi.ss.usermodel has been deprecated
import static org.apache.poi.ss.usermodel.FontCharset.*;
                                         ^

> Task :poi-scratchpad:jacocoTestReport
> Task :poi-examples:compileJava
> Task :poi-examples:compileJava9 SKIPPED
> Task :poi-examples:cacheJava9 NO-SOURCE
> Task :poi-examples:classes
> Task :poi-examples:jar

> Task :poi-excelant:javadoc
javadoc: warning - Error fetching URL: https://xmlbeans.apache.org/docs/5.0.0/
1 warning

> Task :poi-ooxml:compileTestJava
<https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/poi-ooxml/src/test/java/org/apache/poi/xddf/usermodel/chart/TestXDDFChartRemoveSeries.java>:129:
 warning: [deprecation] getSeries() in 
org.apache.poi.xddf.usermodel.chart.XDDFChartData has been deprecated
        assertThrows(UnsupportedOperationException.class, () -> 
chartData.getSeries().remove(0));
                                                                         ^

> Task :poi-excelant:javadocJar
> Task :poi-excelant:assemble
> Task :poi-excelant:forbiddenApisMain

> Task :poi-ooxml:compileTestJava
<https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/poi-ooxml/src/test/java/org/apache/poi/xwpf/usermodel/TestXWPFRun.java>:203:
 warning: [deprecation] getFontSize() in org.apache.poi.xwpf.usermodel.XWPFRun 
has been deprecated
        assertEquals(7, run.getFontSize());
                           ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/poi-ooxml/src/test/java/org/apache/poi/xwpf/usermodel/TestXWPFRun.java>:211:
 warning: [deprecation] getFontSize() in org.apache.poi.xwpf.usermodel.XWPFRun 
has been deprecated
        assertEquals(25, run.getFontSize());
                            ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/poi-ooxml/src/test/java/org/apache/poi/xwpf/usermodel/TestXWPFRun.java>:589:
 warning: [deprecation] getFontSize() in org.apache.poi.xwpf.usermodel.XWPFRun 
has been deprecated
            assertEquals(-1, run.getFontSize());
                                ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/poi-ooxml/src/test/java/org/apache/poi/xwpf/usermodel/TestXWPFRun.java>:592:
 warning: [deprecation] getFontSize() in org.apache.poi.xwpf.usermodel.XWPFRun 
has been deprecated
            assertEquals(10, run.getFontSize());
                                ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/poi-ooxml/src/test/java/org/apache/poi/xwpf/usermodel/TestXWPFRun.java>:595:
 warning: [deprecation] getFontSize() in org.apache.poi.xwpf.usermodel.XWPFRun 
has been deprecated
            assertEquals(Short.MAX_VALUE - 1, run.getFontSize());
                                                 ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/poi-ooxml/src/test/java/org/apache/poi/xwpf/usermodel/TestXWPFRun.java>:598:
 warning: [deprecation] getFontSize() in org.apache.poi.xwpf.usermodel.XWPFRun 
has been deprecated
            assertEquals(Short.MAX_VALUE, run.getFontSize());
                                             ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/poi-ooxml/src/test/java/org/apache/poi/xwpf/usermodel/TestXWPFRun.java>:601:
 warning: [deprecation] getFontSize() in org.apache.poi.xwpf.usermodel.XWPFRun 
has been deprecated
            assertEquals(Short.MAX_VALUE + 1, run.getFontSize());
                                                 ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/poi-ooxml/src/test/java/org/apache/poi/xwpf/usermodel/TestXWPFRun.java>:604:
 warning: [deprecation] getFontSize() in org.apache.poi.xwpf.usermodel.XWPFRun 
has been deprecated
            assertEquals(Integer.MAX_VALUE - 1, run.getFontSize());
                                                   ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/poi-ooxml/src/test/java/org/apache/poi/xwpf/usermodel/TestXWPFRun.java>:607:
 warning: [deprecation] getFontSize() in org.apache.poi.xwpf.usermodel.XWPFRun 
has been deprecated
            assertEquals(Integer.MAX_VALUE, run.getFontSize());
                                               ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/poi-ooxml/src/test/java/org/apache/poi/xwpf/usermodel/TestXWPFRun.java>:610:
 warning: [deprecation] getFontSize() in org.apache.poi.xwpf.usermodel.XWPFRun 
has been deprecated
            assertEquals(-1, run.getFontSize());
                                ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/poi-ooxml/src/test/java/org/apache/poi/xwpf/usermodel/TestXWPFRun.java>:658:
 warning: [deprecation] getFontSize() in org.apache.poi.xwpf.usermodel.XWPFRun 
has been deprecated
            assertEquals(10, run.getFontSize());
                                ^
13 warnings

> Task :poi-ooxml:testClasses

> Task :poi-examples:javadoc
javadoc: warning - Error fetching URL: https://xmlbeans.apache.org/docs/5.0.0/

> Task :poi-ooxml:testJar

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

> Task :poi-excelant:compileTestJava
> Task :poi-excelant:testClasses

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

> Task :poi-integration:compileTestJava
> Task :poi-integration:compileTest9 SKIPPED
> Task :poi-integration:cacheTest9 NO-SOURCE
> Task :poi-integration:testClasses
> Task :poi-integration:testJar
> Task :poi-excelant:forbiddenApisTest
> Task :poi-excelant:forbiddenApis
> Task :poi-excelant:compileTest9 SKIPPED
> Task :poi-excelant:cacheTest9 NO-SOURCE
> Task :poi-excelant:testJar
> Task :poi-ooxml-full:forbiddenApisMain
> Task :poi-ooxml-full:compileTestJava NO-SOURCE
> Task :poi-ooxml-full:processTestResources NO-SOURCE
> Task :poi-ooxml-full:testClasses UP-TO-DATE
> Task :poi-ooxml-full:forbiddenApisTest NO-SOURCE

> Task :poi-examples:javadoc
1 warning

> Task :poi-examples:javadocJar
> Task :poi-examples:assemble
> Task :poi-examples:forbiddenApisMain
> Task :poi-examples:compileTestJava
> Task :poi-examples:testClasses
> Task :poi-examples:forbiddenApisTest
> Task :poi-examples:forbiddenApis
> Task :poi-excelant:spotbugsTest
> Task :poi-ooxml-full:forbiddenApis
> Task :poi-ooxml-full:spotbugsMain SKIPPED
> Task :poi-ooxml-full:spotbugsTest SKIPPED
> Task :poi-ooxml-full:test NO-SOURCE
> Task :poi-ooxml-full:check
> Task :poi-ooxml-full:build
> Task :poi-ooxml-full:jacocoTestReport SKIPPED
> Task :poi-examples:spotbugsTest

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

> Task :poi-scratchpad:check
> Task :poi-scratchpad:build
> Task :poi-ooxml:test
> Task :allJavaDoc
> Task :poi-integration:test
> Task :poi-excelant:test
> Task :poi-examples:test
> Task :poi-examples:jacocoTestReport
> Task :poi-examples:spotbugsMain

> Task :poi:test

6714 tests completed, 2 failed, 25 skipped

> Task :poi:test FAILED

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

> Task :allJavaDoc
<https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/poi-scratchpad/src/main/java/org/apache/poi/hslf/blip/Bitmap.java>:49:
 warning - Tag @link: can't find addPicture(byte[], PictureType) in 
org.apache.poi.hslf.usermodel.HSLFSlideShow
<https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/poi-scratchpad/src/main/java/org/apache/poi/hslf/blip/DIB.java>:46:
 warning - Tag @link: can't find addPicture(byte[], PictureType) in 
org.apache.poi.hslf.usermodel.HSLFSlideShow
<https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/poi-scratchpad/src/main/java/org/apache/poi/hslf/blip/EMF.java>:49:
 warning - Tag @link: can't find addPicture(byte[], PictureType) in 
org.apache.poi.hslf.usermodel.HSLFSlideShow
<https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/poi-scratchpad/src/main/java/org/apache/poi/hslf/blip/JPEG.java>:43:
 warning - Tag @link: can't find addPicture(byte[], PictureType) in 
org.apache.poi.hslf.usermodel.HSLFSlideShow
<https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/poi-scratchpad/src/main/java/org/apache/poi/hslf/blip/PICT.java>:54:
 warning - Tag @link: can't find addPicture(byte[], PictureType) in 
org.apache.poi.hslf.usermodel.HSLFSlideShow
<https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/poi-scratchpad/src/main/java/org/apache/poi/hslf/blip/PNG.java>:39:
 warning - Tag @link: can't find addPicture(byte[], PictureType) in 
org.apache.poi.hslf.usermodel.HSLFSlideShow
<https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/poi-scratchpad/src/main/java/org/apache/poi/hslf/blip/WMF.java>:49:
 warning - Tag @link: can't find addPicture(byte[], PictureType) in 
org.apache.poi.hslf.usermodel.HSLFSlideShow
<https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/poi/src/main/java/org/apache/poi/poifs/filesystem/POIFSFileSystem.java>:200:
 warning - Tag @see: missing '#': "POIFSFileSystem(FileChannel, boolean, 
boolean) this constructor gives more control over whether to
 close the provided channel"
<https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/poi/src/main/java/org/apache/poi/poifs/filesystem/POIFSFileSystem.java>:220:
 warning - Tag @see: missing '#': "POIFSFileSystem(FileChannel, boolean, 
boolean) this constructor gives more control over whether to
 close the provided channel"
<https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/poi-scratchpad/src/main/java/org/apache/poi/hslf/usermodel/HSLFPictureData.java>:119:
 warning - Tag @link: can't find addPicture(byte[], PictureType) in 
org.apache.poi.hslf.usermodel.HSLFSlideShow
<https://ci-builds.apache.org/job/POI/job/POI-DSL-no-scratchpad/ws/poi-scratchpad/src/main/java/org/apache/poi/hslf/usermodel/HSLFPictureData.java>:261:
 warning - Tag @link: can't find addPicture(byte[], PictureType) in 
org.apache.poi.hslf.usermodel.HSLFSlideShow
11 warnings

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-no-scratchpad/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.3/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 14m 18s
90 actionable tasks: 81 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to