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

Build failed in Jenkins: POI » POI-DSL-1.11 #122

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

Changes:

[PJ Fanning] xmlbeans 5.0.2 (temporarily from a pre-release location)

[Andreas Beeker] #64716 - wmf display error
update heuristic to respect location of bounding box


------------------------------------------
[...truncated 47.25 KB...]
                                                 ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/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.11/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.11/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.11/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());
                                ^
12 warnings

> Task :poi-ooxml:compileTest9
> Task :poi-ooxml:cacheTest9
> Task :poi-ooxml:processTestResources
> Task :poi-ooxml:testClasses
> Task :poi-ooxml:testJar
> Task :poi-integration:compileTestJava
> Task :poi-integration:compileTest9
> Task :poi-integration:cacheTest9
> Task :poi-integration:processTestResources
> Task :poi-integration:testClasses
> Task :poi-integration:testJar
> Task :allJavaDoc
> Task :zipJavadocs

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

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

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

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

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

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

> Task :poi-excelant:check
> Task :poi-excelant:build
> Task :poi-integration:jar
> Task :poi-integration:javadoc SKIPPED
> Task :poi-integration:javadocJar SKIPPED
> Task :poi-integration:sourcesJar SKIPPED
> Task :poi-integration:assemble
> Task :poi-integration:forbiddenApisMain NO-SOURCE
> Task :poi-integration:forbiddenApisTest
> Task :poi-integration:forbiddenApis
> Task :poi-integration:spotbugsMain NO-SOURCE

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

> Task :poi-ooxml:javadoc
> Task :poi-integration:check
> Task :poi-integration:build
> Task :poi-ooxml:javadocJar
> Task :poi-ooxml:sourcesJar
> Task :poi-ooxml:assemble
> Task :poi-ooxml:forbiddenApisMain
> Task :poi-ooxml:forbiddenApisTest
> Task :poi-ooxml:forbiddenApis
> Task :replaceVersion
> Task :poi-ooxml:spotbugsMain
> Task :poi-ooxml:spotbugsTest
> Task :poi:javadoc
> 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-1.11/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:test
WARNING: Unknown module: org.junit.platform.commons specified to --add-exports
WARNING: Unknown module: org.junit.platform.commons specified to --add-exports

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

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

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

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

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

> Task :poi-ooxml:check
> Task :poi-ooxml:build
> Task :poi-ooxml-lite:generateModuleInfo
> Task :poi-ooxml-lite:compileOoxmlLite
> Task :poi-ooxml-lite:compileJava
> Task :poi-ooxml-lite:compileJava9
> Task :poi-ooxml-lite:cacheJava9
> Task :poi-ooxml-lite:processResources
> Task :poi-ooxml-lite:classes
> Task :poi-ooxml-lite:jar
> Task :binDistTar
> Task :binDistZip
> Task :srcDistTar
> Task :srcDistZip
> Task :fixDistDir
> Task :poi:check
> Task :poi:build
> Task :poi-examples:javadoc
> Task :poi-examples:javadocJar
> Task :poi-examples:sourcesJar
> Task :poi-examples:assemble
> Task :poi-examples:forbiddenApisMain
> Task :poi-examples:compileTestJava
> Task :poi-examples:processTestResources NO-SOURCE
> Task :poi-examples:testClasses
> Task :poi-examples:forbiddenApisTest
> Task :poi-examples:forbiddenApis
> Task :poi-examples:spotbugsTest

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

> Task :poi-ooxml-full:javadoc SKIPPED
> Task :poi-ooxml-full:javadocJar SKIPPED
> Task :poi-ooxml-full:sourcesJar
> Task :poi-ooxml-full:assemble

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

> Task :poi-ooxml-full:forbiddenApisMain
> Task :poi-examples:check
> Task :poi-examples:build
> 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-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-lite:javadoc SKIPPED
> Task :poi-ooxml-lite:javadocJar SKIPPED
> Task :poi-ooxml-lite:sourcesJar
> Task :poi-ooxml-lite:assemble
> Task :poi-ooxml-lite:forbiddenApisMain
> Task :poi-ooxml-lite:compileTestJava NO-SOURCE
> Task :poi-ooxml-lite:processTestResources NO-SOURCE
> Task :poi-ooxml-lite:testClasses UP-TO-DATE
> Task :poi-ooxml-lite:forbiddenApisTest NO-SOURCE
> Task :poi-ooxml-lite:forbiddenApis
> Task :poi-ooxml-lite:spotbugsMain SKIPPED
> Task :poi-ooxml-lite:spotbugsTest SKIPPED
> Task :poi-ooxml-lite:test NO-SOURCE
> Task :poi-ooxml-lite:check
> Task :poi-ooxml-lite:build
> Task :poi-ooxml-lite-agent:javadoc SKIPPED
> Task :poi-ooxml-lite-agent:javadocJar SKIPPED
> Task :poi-ooxml-lite-agent:sourcesJar
> Task :poi-ooxml-lite-agent:assemble
> Task :poi-ooxml-lite-agent:forbiddenApisMain
> Task :poi-ooxml-lite-agent:compileTestJava NO-SOURCE
> Task :poi-ooxml-lite-agent:processTestResources NO-SOURCE
> Task :poi-ooxml-lite-agent:testClasses UP-TO-DATE
> Task :poi-ooxml-lite-agent:forbiddenApisTest NO-SOURCE
> Task :poi-ooxml-lite-agent:forbiddenApis
> Task :poi-ooxml-lite-agent:spotbugsMain SKIPPED
> Task :poi-ooxml-lite-agent:spotbugsTest NO-SOURCE
> Task :poi-ooxml-lite-agent:test NO-SOURCE
> Task :poi-ooxml-lite-agent:check
> Task :poi-ooxml-lite-agent:build
> Task :poi-scratchpad:javadoc FAILED

FAILURE: Build failed with an exception.

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

* What went wrong:
Execution failed for task ':poi-scratchpad:javadoc'.
> Could not resolve all files for configuration ':poi-scratchpad:javadocs'.
   > Could not find org.apache.xmlbeans:xmlbeans:5.0.2.
     Required by:
         project :poi-scratchpad > project :poi-ooxml
         project :poi-scratchpad > project :poi-ooxml > project :poi-ooxml-full

* 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 41m 34s
130 actionable tasks: 130 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
[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-1.11 #123

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


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