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

Build failed in Jenkins: POI » POI-DSL-IBM-JDK #76

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

Changes:

[PJ Fanning] include copy of LICENSE in root dir as well as legal dir (so github will find it)

[PJ Fanning] revert README change

[PJ Fanning] add SECURITY.md

[PJ Fanning] CaseInsensitiveMap is not thread-safe

[PJ Fanning] case insensitive map

[PJ Fanning] javadoc

[PJ Fanning] [bug-65669] proper handling of apostrophe escaping in table column names

[PJ Fanning] log4j

[PJ Fanning] remove ref to nightly builds - Announce list team asked us not to refer to nighlies on this page

[PJ Fanning] xmlsec upgrade

[Andreas Beeker] #65668 - upgrade to xmlsec 2.3.0 - make secure validation configurable

[PJ Fanning] forbidden api

[PJ Fanning] forbidden api

[PJ Fanning] forbidden api

[PJ Fanning] [github-270] Draw correct XDGF circular arc. Thanks to Dmitry Komarov. This closes #270

[PJ Fanning] [github-269] more work on external workbook links (formulas). Thanks to @aspojo. This closes #269

[PJ Fanning] revert xmlsec upgrade

[PJ Fanning] xmlsec 2.3.0

[PJ Fanning] compile issue

[PJ Fanning] use package revert due to new warning log about using revert

[Dominik Stadler] Adjust version to 5.1.1-SNAPSHOT, adjust version replacing

[Dominik Stadler] Add slightly more output if signature-test fails

[Dominik Stadler] Check and fix issue when sheets are added while an existing workbook-evaluator is used.

[Dominik Stadler] Add some more JavaDoc

[Dominik Stadler] Keep junit-versions in sync between Ant and Gradle

Also remove outdated versions of junit 5 jars
This breaks CI builds in strange ways otherwise

[Dominik Stadler] Switch to Gradle build for recomplication-test in poi-integration

[Dominik Stadler] Do not fail on different count of categories and points and fix cloning charts

We see many cases where documents have charts with a difference here, so
downgrade the exception to a warning for now

Also handle cloning charts in workbooks where the parts have unexpected names
by making sure that the chosen part-name is not yet taken.

[Dominik Stadler] Optimize formula evaluation of row-references

We currently walk 1 million rows for every formula which
uses a column-reference like "$A"

Execution time of test-case TestVlookup.testFullColumnAreaRef61841
went from more than 16 seconds to around 2 seconds

[PJ Fanning] POI 5.1.0 release

[PJ Fanning] snapshot version

[PJ Fanning] POI 5.1.0 release

[PJ Fanning] javadoc


------------------------------------------
[...truncated 452.73 KB...]
        for (String p : ex.getParagraphText()) {
                          ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-IBM-JDK/ws/poi-scratchpad/src/test/java/org/apache/poi/hwpf/usermodel/TestHWPFOldDocument.java>:203: warning: [deprecation] getParagraphText() in org.apache.poi.hwpf.extractor.Word6Extractor has been deprecated
        for (String p : ex.getParagraphText()) {
                          ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-IBM-JDK/ws/poi-scratchpad/src/test/java/org/apache/poi/hwpf/usermodel/TestHWPFOldDocument.java>:240: warning: [deprecation] getParagraphText() in org.apache.poi.hwpf.extractor.Word6Extractor has been deprecated
        for (String p : ex.getParagraphText()) {
                          ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-IBM-JDK/ws/poi-scratchpad/src/test/java/org/apache/poi/hwpf/model/TestCHPBinTable.java>:53: warning: [deprecation] writeTo(org.apache.poi.hwpf.model.io.HWPFFileSystem,int,org.apache.poi.hwpf.model.CharIndexTranslator) in org.apache.poi.hwpf.model.CHPBinTable has been deprecated
    _cHPBinTable.writeTo(fileSys, 0, fakeTPT);
                ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-IBM-JDK/ws/poi-scratchpad/src/test/java/org/apache/poi/hwpf/model/TestSectionTable.java>:50: warning: [deprecation] writeTo(org.apache.poi.hwpf.model.io.HWPFFileSystem,int) in org.apache.poi.hwpf.model.SectionTable has been deprecated
    sectionTable.writeTo(fileSys, 0);
                ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-IBM-JDK/ws/poi-scratchpad/src/test/java/org/apache/poi/hwpf/model/TestFontTable.java>:47: warning: [deprecation] writeTo(org.apache.poi.hwpf.model.io.HWPFFileSystem) in org.apache.poi.hwpf.model.FontTable has been deprecated
    _fontTable.writeTo(fileSys);
              ^
15 warnings

> Task :poi-scratchpad:processTestResources NO-SOURCE
> Task :poi-scratchpad:testClasses
> Task :poi-scratchpad:testJar

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

> Task :poi-ooxml:processTestResources
> Task :poi-ooxml:testClasses
> Task :poi-ooxml:testJar
> Task :poi-integration:compileTestJava
> Task :poi-integration:compileTest9 SKIPPED
> Task :poi-integration:cacheTest9 NO-SOURCE
> Task :poi-integration:processTestResources
> Task :poi-integration:testClasses
> Task :poi-integration:testJar
> Task :allJavaDoc
<https://ci-builds.apache.org/job/POI/job/POI-DSL-IBM-JDK/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-IBM-JDK/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-IBM-JDK/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-IBM-JDK/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-IBM-JDK/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-IBM-JDK/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-IBM-JDK/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-IBM-JDK/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-IBM-JDK/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-IBM-JDK/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-IBM-JDK/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

> Task :zipJavadocs
> Task :poi-integration:test
> Task :poi-ooxml:test
> Task :poi-excelant:compileJava
> Task :poi-excelant:compileJava9 SKIPPED
> Task :poi-excelant:cacheJava9 NO-SOURCE
> Task :poi-excelant:processResources
> Task :poi-excelant:classes
> Task :poi-excelant:jar

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

> Task :poi-excelant:javadocJar
> Task :poi-excelant:sourcesJar
> Task :poi-excelant:assemble
> Task :poi-excelant:forbiddenApisMain
> Task :poi-excelant:compileTestJava
> Task :poi-excelant:processTestResources
> Task :poi-excelant:testClasses
> 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-excelant:test
> Task :poi-integration:jar
> Task :poi-integration:javadoc SKIPPED
> Task :poi-integration:javadocJar SKIPPED
> Task :poi-integration:sourcesJar SKIPPED
> Task :poi-integration:assemble
> Task :poi-integration:forbiddenApisMain NO-SOURCE
> Task :poi-integration:forbiddenApisTest
> Task :poi-integration:forbiddenApis
> Task :poi-integration:spotbugsMain NO-SOURCE

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

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

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

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

> Task :poi-ooxml:javadoc
1 warning

> Task :poi-excelant:check
> Task :poi-excelant:build
> Task :poi-integration:check
> Task :poi-integration:build
> Task :poi-ooxml:javadocJar
> Task :poi-ooxml:sourcesJar
> Task :poi-ooxml:assemble
> Task :poi-ooxml:forbiddenApisMain
> Task :poi-ooxml:forbiddenApisTest
> Task :poi-ooxml:forbiddenApis
> Task :replaceVersion
> Task :poi-ooxml:compileJava9 SKIPPED
> Task :poi-ooxml:cacheJava9 NO-SOURCE
> Task :poi-ooxml:compileTest9 SKIPPED
> Task :poi-ooxml:cacheTest9 NO-SOURCE
> Task :poi-ooxml-full:compileJava9 SKIPPED
> Task :poi-ooxml-full:cacheJava9 NO-SOURCE
> Task :poi-ooxml-lite-agent:compileJava9 SKIPPED
> Task :poi-ooxml-lite-agent:cacheJava9 NO-SOURCE
> Task :poi-scratchpad:compileJava9 SKIPPED
> Task :poi-scratchpad:cacheJava9 NO-SOURCE
> Task :poi-scratchpad:compileTest9 SKIPPED
> Task :poi-scratchpad:cacheTest9 NO-SOURCE

> Task :poi:javadoc
javadoc: warning - Error fetching URL: https://xmlbeans.apache.org/docs/5.0.0/
<https://ci-builds.apache.org/job/POI/job/POI-DSL-IBM-JDK/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-IBM-JDK/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"

> Task :poi-ooxml:spotbugsMain
> Task :poi-ooxml:spotbugsTest

> Task :poi:javadoc
3 warnings

> Task :poi:javadocJar

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

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

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

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

> Task :poi:spotbugsMain
> Task :poi:spotbugsTest
> Task :poi:test

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

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

> Task :poi-ooxml:check
> Task :poi-ooxml:build
> Task :poi-ooxml-lite:generateModuleInfo
> Task :poi-ooxml-lite:compileOoxmlLite
> Task :poi-ooxml-lite:compileJava
> Task :poi-ooxml-lite:processResources
> Task :poi-ooxml-lite:classes
> Task :poi-ooxml-lite:jar
> Task :binDistTar
> Task :binDistZip
> Task :poi-ooxml-lite:compileJava9 SKIPPED
> Task :poi-ooxml-lite:cacheJava9 NO-SOURCE
> Task :srcDistTar FAILED
> Task :fixDistDir

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':srcDistTar'.
> Entry poi-src-5.1.1-SNAPSHOT-20211107/LICENSE is a duplicate but no duplicate handling strategy has been set. Please refer to https://docs.gradle.org/7.2/dsl/org.gradle.api.tasks.Copy.html#org.gradle.api.tasks.Copy:duplicatesStrategy 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

Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

See https://docs.gradle.org/7.2/userguide/command_line_interface.html#sec:command_line_warnings

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

BUILD FAILED in 50m 37s
87 actionable tasks: 78 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


Jenkins build is back to normal : POI » POI-DSL-IBM-JDK #77

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


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