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/10/29 00:10:30 UTC

Build failed in Jenkins: POI » POI-DSL-OpenJDK #665

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

Changes:

[PJ Fanning] jdk19 build issue

[PJ Fanning] try to disable jacoco for latest JDKs

[PJ Fanning] try to disable spotbugs for latest JDKs

[PJ Fanning] upgrade asm

[PJ Fanning] try Gradle 7.6 RC1

[PJ Fanning] latest sonarqube


------------------------------------------
[...truncated 8.77 KB...]
OpenJDK Runtime Environment (AdoptOpenJDK)(build 1.8.0_282-b08)
OpenJDK 64-Bit Server VM (AdoptOpenJDK)(build 25.282-b08, mixed mode)
+ echo which javac
which javac
+ which javac
/home/jenkins/tools/java/adoptopenjdk-hotspot-8u282-b08/bin/javac
+ javac -version
javac 1.8.0_282
+ echo Ant-Home:
Ant-Home:
+ ls -al
total 528
drwxr-xr-x 22 jenkins jenkins   4096 Oct 29 00:07 .
drwxr-xr-x  6 jenkins jenkins   4096 Oct 16 10:14 ..
-rw-r--r--  1 jenkins jenkins    520 Sep 29 12:07 .asf.yaml
drwxr-xr-x  7 jenkins jenkins   4096 Sep 29 12:16 build
-rw-r--r--  1 jenkins jenkins  33108 Oct 29 00:07 build.gradle
-rw-r--r--  1 jenkins jenkins 168997 Oct 29 00:07 build.xml
-rw-r--r--  1 jenkins jenkins   7190 Sep 29 12:07 doap_POI.rdf
-rw-r--r--  1 jenkins jenkins   3114 Sep 29 12:07 file-leak-detector.exclude
-rw-r--r--  1 jenkins jenkins   6229 Sep 29 12:08 forrest.properties
-rw-r--r--  1 jenkins jenkins     53 Sep 29 12:07 .gitattributes
drwxr-xr-x  3 jenkins jenkins   4096 Sep 29 12:07 .github
-rw-r--r--  1 jenkins jenkins    334 Sep 29 12:07 .gitignore
drwxr-xr-x  3 jenkins jenkins   4096 Sep 29 12:07 gradle
drwxr-xr-x  5 jenkins jenkins   4096 Sep 29 12:09 .gradle
-rw-r--r--  1 jenkins jenkins    599 Sep 29 12:07 gradle.properties
-rwxr-xr-x  1 jenkins jenkins   8188 Sep 29 12:07 gradlew
-rw-r--r--  1 jenkins jenkins   2838 Sep 29 12:07 gradlew.bat
drwxr-xr-x  2 jenkins jenkins   4096 Oct 29 00:07 jenkins
-rw-r--r--  1 jenkins jenkins 167516 Sep 29 12:07 KEYS
drwxr-xr-x  2 jenkins jenkins   4096 Sep 29 12:07 legal
drwxr-xr-x  2 jenkins jenkins   4096 Sep 29 12:07 lib.stored
drwxr-xr-x  3 jenkins jenkins   4096 Sep 29 12:07 osgi
-rw-r--r--  1 jenkins jenkins   4813 Sep 29 12:07 patch.xml
drwxr-xr-x  5 jenkins jenkins   4096 Oct 29 00:07 poi
drwxr-xr-x  4 jenkins jenkins   4096 Oct 29 00:07 poi-examples
drwxr-xr-x  4 jenkins jenkins   4096 Oct 29 00:07 poi-excelant
drwxr-xr-x  4 jenkins jenkins   4096 Sep 29 12:09 poi-integration
drwxr-xr-x  4 jenkins jenkins   4096 Oct 29 00:07 poi-ooxml
drwxr-xr-x  4 jenkins jenkins   4096 Oct 29 00:07 poi-ooxml-full
drwxr-xr-x  4 jenkins jenkins   4096 Sep 29 12:09 poi-ooxml-lite
drwxr-xr-x  4 jenkins jenkins   4096 Oct 29 00:07 poi-ooxml-lite-agent
drwxr-xr-x  5 jenkins jenkins   4096 Sep 29 12:09 poi-scratchpad
-rw-r--r--  1 jenkins jenkins   4351 Sep 29 12:07 README.rst
-rw-r--r--  1 jenkins jenkins    232 Sep 29 12:07 SECURITY.md
-rw-r--r--  1 jenkins jenkins    190 Sep 29 12:07 settings.gradle
drwxr-xr-x  4 jenkins jenkins   4096 Sep 29 12:08 src
drwxr-xr-x  4 jenkins jenkins   4096 Oct 29 00:07 .svn
drwxr-xr-x 15 jenkins jenkins   4096 Sep 29 12:07 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-OpenJDK/ws/build.javacheck.xml>
Detected Java version: 1.8 in: /usr/local/asfpackages/java/adoptopenjdk-hotspot-8u282-b08/jre
Detected OS: Linux
parsing buildfile <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build.javacheck.xml> with URI = <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build.javacheck.xml>
Project base dir set to: <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/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 1.8/1.8.0_282
     [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 1.8.0_282

BUILD SUCCESSFUL
Total time: 0 seconds
+ exit 0
ERROR: Not all environment variables could be successfully injected. Check for similarly-named environment variables.
[POI-DSL-OpenJDK] $ /bin/sh -xe /tmp/jenkins15345382538118361060.sh
+ touch --no-create build/*/build/test-results/TEST-*.xml build/*/build/test-results/test/TEST-*.xml
[Gradle] - Launching build.
ERROR: Not all environment variables could be successfully injected. Check for similarly-named environment variables.
[POI-DSL-OpenJDK] $ <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/gradlew> -PjdkVersion=8 -PjdkVendor=adoptopenjdk --refresh-dependencies clean jenkins
To honour the JVM settings for this build a single-use Daemon process will be forked. See https://docs.gradle.org/7.6-rc-1/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

> Configure project :poi
Invalid Java installation found at '/usr/lib/jvm/openjdk-11' (Common Linux Locations). It will be re-checked in the next build. This might have performance impact if it keeps failing. Run the 'javaToolchains' task for more details.

> Task :poi-ooxml-lite-agent:clean
> Task :poi-excelant:clean
> Task :poi-integration:clean
> Task :poi-integration:compileJava NO-SOURCE
> Task :poi-integration:processResources NO-SOURCE
> Task :poi-integration:classes UP-TO-DATE
> Task :poi-integration:javadoc SKIPPED
> Task :poi-examples:clean
> Task :poi-integration:forbiddenApisMain NO-SOURCE
> Task :poi-examples:processResources NO-SOURCE
> Task :poi-examples:processTestResources NO-SOURCE
> Task :poi-integration:processTestResources
> Task :poi-excelant:processResources
> Task :poi-integration:spotbugsMain NO-SOURCE
> Task :poi-integration:getDeps NO-SOURCE
> Task :poi-excelant:processTestResources
> Task :poi-scratchpad:clean
> Task :poi-scratchpad:processResources
> Task :poi-scratchpad:processTestResources NO-SOURCE
> Task :poi-ooxml:clean
> Task :clean
> Task :poi-ooxml:fixBatik
> Task :poi:clean
> Task :poi:generateVersionJava
> Task :poi-ooxml:processResources
> Task :poi-ooxml:processTestResources
> Task :poi-integration:jar
> Task :poi-excelant:sourcesJar
> Task :poi-integration:javadocJar
> Task :poi-integration:sourcesJar SKIPPED
> Task :poi-integration:assemble
> Task :poi-ooxml-full:clean
> Task :poi-ooxml-full:copy_xsds
> Task :poi-ooxml-lite:clean
> Task :replaceVersion
> Task :poi-ooxml-lite:generateModuleInfo
> Task :poi-ooxml-lite:processTestResources NO-SOURCE

> Task :poi-ooxml-full:generate_beans
SchemaCompiler  Metadata LOAD:org/apache/xmlbeans/metadata GEN:org/apache/poi/schemas/ooxml
ERROR StatusLogger Log4j2 could not find a logging implementation. Please add log4j-core to the classpath. Using SimpleLogger to log to the console...
Time to build schema type system: 2.384 seconds

> Task :poi-examples:sourcesJar

> Task :poi-ooxml-full:generate_beans
Time to generate code: 10.262 seconds

> Task :poi-ooxml-lite:compileOoxmlLite
Execution optimizations have been disabled for task ':poi-ooxml-lite:compileOoxmlLite' 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-OpenJDK/ws/poi-ooxml-full/build'.> Reason: Task ':poi-ooxml-lite:compileOoxmlLite' uses this output of task ':poi-ooxml-full:compileJava' 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.6-rc-1/userguide/validation_problems.html#implicit_dependency for more details about this problem.

> Task :poi-ooxml-lite-agent:compileJava
> Task :poi-ooxml-lite-agent:processResources NO-SOURCE
> Task :poi-ooxml-lite-agent:classes
> Task :poi-ooxml:sourcesJar
> Task :poi-scratchpad:sourcesJar
> Task :poi-ooxml-lite-agent:jar
> Task :poi-ooxml-lite-agent:compileJava9 SKIPPED
> Task :poi-ooxml-lite-agent:cacheJava9 NO-SOURCE
> 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:processResources
> 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-ooxml-lite-agent:getDeps
> Task :poi-ooxml-lite-agent:jacocoTestReport SKIPPED
> Task :poi:compileJava
> Task :poi-ooxml-lite:sourcesJar

> Task :poi:compileJava
<https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/poi/src/main/java/org/apache/poi/util/GenericRecordUtil.java>:132: warning: [unchecked] unchecked cast
                m.putAll((Map<String,Supplier<?>>)baseMap);
                                                  ^
  required: java.util.Map<java.lang.String,java.util.function.Supplier<?>>
  found:    java.lang.Object
<https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/poi/src/main/java/org/apache/poi/hssf/record/AbstractEscherHolderRecord.java>:62: warning: [deprecation] readAllContinuedRemainder() in org.apache.poi.hssf.record.RecordInputStream has been deprecated
            byte[] data = in.readAllContinuedRemainder();
                            ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/poi/src/main/java/org/apache/poi/ss/usermodel/CellBase.java>:39: warning: [deprecation] setCellType(org.apache.poi.ss.usermodel.CellType) in org.apache.poi.ss.usermodel.Cell has been deprecated
    public final void setCellType(CellType cellType) {
                      ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/poi/src/main/java/org/apache/poi/hssf/record/NameRecord.java>:466: warning: [deprecation] readAllContinuedRemainder() in org.apache.poi.hssf.record.RecordInputStream has been deprecated
        byte[] remainder = ris.readAllContinuedRemainder();
                              ^
<https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/poi/src/main/java/org/apache/poi/ss/formula/BaseFormulaEvaluator.java>:225: 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-OpenJDK/ws/poi/src/main/java/org/apache/poi/hssf/record/RecordFactoryInputStream.java>:335: warning: [deprecation] processContinueRecord(byte[]) in org.apache.poi.hssf.record.DrawingRecord has been deprecated
                _lastDrawingRecord.processContinueRecord(contRec.getData());
                                  ^
6 warnings

> Task :poi:compileJava9 FAILED
> Task :poi-ooxml-full:compileJava

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':poi:compileJava9'.
> invalid flag: --module-path

* 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.6-rc-1/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 1m 48s
39 actionable tasks: 39 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'
ERROR: Not all environment variables could be successfully injected. Check for similarly-named environment variables.
Archiving artifacts
ERROR: Not all environment variables could be successfully injected. Check for similarly-named environment variables.
Recording test results
ERROR: Not all environment variables could be successfully injected. Check for similarly-named environment variables.
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
ERROR: Not all environment variables could be successfully injected. Check for similarly-named environment variables.
ERROR: Not all environment variables could be successfully injected. Check for similarly-named environment variables.
ERROR: Not all environment variables could be successfully injected. Check for similarly-named environment variables.

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