See <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/750/display/redirect>
Changes:
------------------------------------------
[...truncated 5.47 KB...]
-rwxr-xr-x 1 root root 16336 Apr 18 2023 keytool
-rwxr-xr-x 1 root root 16344 Apr 18 2023 rmiregistry
-rwxr-xr-x 1 root root 16336 Apr 18 2023 serialver
+ /home/jenkins/tools/java/latest17/bin/java -version
openjdk version "17.0.7" 2023-04-18
OpenJDK Runtime Environment Temurin-17.0.7+7 (build 17.0.7+7)
OpenJDK 64-Bit Server VM Temurin-17.0.7+7 (build 17.0.7+7, mixed mode, sharing)
+ echo which java
which java
+ which java
/home/jenkins/tools/java/latest17/bin/java
+ java -version
openjdk version "17.0.7" 2023-04-18
OpenJDK Runtime Environment Temurin-17.0.7+7 (build 17.0.7+7)
OpenJDK 64-Bit Server VM Temurin-17.0.7+7 (build 17.0.7+7, mixed mode, sharing)
+ echo which javac
which javac
+ which javac
/home/jenkins/tools/java/latest17/bin/javac
+ javac -version
javac 17.0.7
+ echo Ant-Home:
Ant-Home:
+ ls -al
total 520
drwxr-xr-x 22 jenkins jenkins 4096 Sep 13 09:54 .
drwxr-xr-x 4 jenkins jenkins 4096 Aug 11 07:16 ..
-rw-r--r-- 1 jenkins jenkins 520 Jul 2 00:59 .asf.yaml
drwxr-xr-x 3 jenkins jenkins 4096 Sep 13 01:00 build
-rw-r--r-- 1 jenkins jenkins 33427 Sep 13 00:59 build.gradle
-rw-r--r-- 1 jenkins jenkins 151471 Sep 6 01:03 build.xml
-rw-r--r-- 1 jenkins jenkins 7709 Jul 9 13:02 doap_POI.rdf
-rw-r--r-- 1 jenkins jenkins 3261 Jul 2 00:59 file-leak-detector.exclude
-rw-r--r-- 1 jenkins jenkins 6229 Jul 2 01:00 forrest.properties
-rw-r--r-- 1 jenkins jenkins 53 Jul 2 00:59 .gitattributes
drwxr-xr-x 3 jenkins jenkins 4096 Jul 2 00:59 .github
-rw-r--r-- 1 jenkins jenkins 396 Jul 2 00:59 .gitignore
drwxr-xr-x 5 jenkins jenkins 4096 Sep 6 01:16 .gradle
drwxr-xr-x 3 jenkins jenkins 4096 Jul 2 00:59 gradle
-rw-r--r-- 1 jenkins jenkins 494 Jul 2 00:59 gradle.properties
-rwxr-xr-x 1 jenkins jenkins 8762 Sep 6 01:03 gradlew
-rw-r--r-- 1 jenkins jenkins 2966 Sep 6 01:03 gradlew.bat
drwxr-xr-x 2 jenkins jenkins 4096 Jul 2 00:59 jenkins
-rw-r--r-- 1 jenkins jenkins 167947 Jul 2 00:59 KEYS
drwxr-xr-x 2 jenkins jenkins 4096 Jul 2 00:59 legal
drwxr-xr-x 2 jenkins jenkins 4096 Jul 2 00:59 lib.stored
drwxr-xr-x 3 jenkins jenkins 4096 Jul 9 13:02 osgi
-rw-r--r-- 1 jenkins jenkins 4813 Jul 2 00:59 patch.xml
drwxr-xr-x 5 jenkins jenkins 4096 Sep 13 01:00 poi
drwxr-xr-x 4 jenkins jenkins 4096 Sep 13 01:00 poi-examples
drwxr-xr-x 4 jenkins jenkins 4096 Sep 13 01:00 poi-excelant
drwxr-xr-x 4 jenkins jenkins 4096 Sep 13 01:00 poi-integration
drwxr-xr-x 4 jenkins jenkins 4096 Sep 13 01:00 poi-ooxml
drwxr-xr-x 4 jenkins jenkins 4096 Sep 13 01:01 poi-ooxml-full
drwxr-xr-x 4 jenkins jenkins 4096 Sep 13 01:01 poi-ooxml-lite
drwxr-xr-x 4 jenkins jenkins 4096 Sep 13 01:00 poi-ooxml-lite-agent
drwxr-xr-x 5 jenkins jenkins 4096 Sep 13 01:00 poi-scratchpad
-rw-r--r-- 1 jenkins jenkins 4354 Aug 10 00:59 README.rst
-rw-r--r-- 1 jenkins jenkins 428 Jul 2 00:59 SECURITY.md
-rw-r--r-- 1 jenkins jenkins 190 Jul 2 00:59 settings.gradle
drwxr-xr-x 4 jenkins jenkins 4096 Jul 2 01:00 src
drwxr-xr-x 4 jenkins jenkins 4096 Sep 13 09:54 .svn
drwxr-xr-x 15 jenkins jenkins 4096 Jul 2 00:59 test-data
-rw-r--r-- 1 jenkins jenkins 3803 Jul 2 00:59 wrapper.gradle
+ echo which ant
which ant
+ which ant
/usr/bin/ant
+ ant -version
Apache Ant(TM) version 1.10.12 compiled on January 17 1970
+ 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.12 compiled on January 17 1970
Buildfile:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/build.javacheck.xml>
Detected Java version: 17 in: /usr/local/asfpackages/java/adoptium-jdk-17.0.7+7
Detected OS: Linux
parsing buildfile
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/build.javacheck.xml>
with URI =
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/build.javacheck.xml>
Project base dir set to:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/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 17/17.0.7
[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 17.0.7
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-1.17] $ /bin/sh -xe /tmp/jenkins4158085654765449692.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-1.17] $
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.17/ws/gradlew>
-PjdkVersion=17 --refresh-dependencies clean jenkins
To honour the JVM settings for this build a single-use Daemon process will be
forked. For more on this, please refer to
https://docs.gradle.org/8.10/userguide/gradle_daemon.html#sec:disabling_the_daemon
in the Gradle documentation.
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/local/asfpackages/java/oraclejdk-j2sdk1.4.2-19' (Maven Toolchains)
auto-detected. 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-integration:clean
> Task :poi-ooxml-lite-agent:clean
> Task :poi-excelant:clean
> Task :clean
> Task :poi-integration:compileJava NO-SOURCE
> Task :poi-integration:processResources NO-SOURCE
> Task :poi-integration:classes UP-TO-DATE
> Task :poi-examples:clean
> Task :poi-examples:processResources NO-SOURCE
> Task :poi-excelant:processResources
> Task :replaceVersion
> Task :poi-ooxml:clean
> Task :poi-ooxml:cleanupBatik UP-TO-DATE
> Task :poi-scratchpad:clean
> Task :poi-scratchpad:processResources
> Task :poi-scratchpad:processTestResources NO-SOURCE
> Task :poi-ooxml:fixBatik
> Task :poi-integration:jar
> Task :poi-integration:javadoc SKIPPED
> Task :poi-excelant:sourcesJar
> Task :poi-ooxml-lite-agent:compileJava FROM-CACHE
> Task :poi-ooxml:processResources
> Task :poi-ooxml-lite-agent:compileJava9 FROM-CACHE
> Task :poi-ooxml:processTestResources
> Task :poi-ooxml-lite-agent:processResources NO-SOURCE
> Task :poi-ooxml-lite-agent:classes UP-TO-DATE
> Task :poi-excelant:processTestResources
> Task :poi-integration:javadocJar
> Task :poi-integration:sourcesJar SKIPPED
> Task :poi-integration:assemble
> Task :poi-integration:forbiddenApisMain NO-SOURCE
> Task :poi-integration:processTestResources
> Task :poi:clean
> Task :poi-integration:spotbugsMain NO-SOURCE
> Task :poi-integration:getDeps NO-SOURCE
> Task :poi-examples:sourcesJar
> Task :poi-examples:processTestResources NO-SOURCE
> Task :poi:generateVersionJava
> Task :poi-ooxml-lite-agent:jar
> 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 UP-TO-DATE
> 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 UP-TO-DATE
> 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 UP-TO-DATE
> Task :poi-ooxml-lite-agent:build
> Task :poi-ooxml-lite-agent:getDeps
> Task :poi-ooxml-lite-agent:jacocoTestReport SKIPPED
> Task :poi-ooxml:sourcesJar
> Task :poi-scratchpad:sourcesJar
> Task :poi:compileJava FROM-CACHE
> Task :poi:compileJava9 FROM-CACHE
> Task :poi:processResources
> Task :poi:classes
> Task :poi-ooxml-lite:clean
> Task :poi-ooxml-lite:generateModuleInfo UP-TO-DATE
> Task :poi-ooxml-lite:processTestResources NO-SOURCE
> Task :poi:compileTestJava FROM-CACHE
> Task :poi:compileTest9 FROM-CACHE
> Task :poi-ooxml-full:clean
> Task :poi-ooxml-full:copy_xsds
> Task :poi:jar
> Task :poi:processTestResources
> Task :poi:testClasses
> Task :poi-scratchpad:compileJava FROM-CACHE
> Task :poi-scratchpad:compileJava9 FROM-CACHE
> Task :poi-scratchpad:classes
> Task :poi-scratchpad:jar
> Task :poi-scratchpad:forbiddenApisMain UP-TO-DATE
> Task :poi-scratchpad:spotbugsMain FROM-CACHE
> Task :poi:testJar
> Task :poi:sourcesJar
> Task :poi-scratchpad:getDeps
> Task :poi-scratchpad:compileTestJava FROM-CACHE
> Task :poi-scratchpad:compileTest9 FROM-CACHE
> Task :poi-scratchpad:testClasses UP-TO-DATE
> Task :poi-scratchpad:testJar
> Task :poi-scratchpad:forbiddenApisTest UP-TO-DATE
> Task :poi-scratchpad:forbiddenApis UP-TO-DATE
> Task :poi-scratchpad:spotbugsTest FROM-CACHE
> Task :poi-scratchpad:test FAILED
> Task :poi-ooxml-full:generate_beans
Time to build schema type system: 3.832 seconds
> Task :poi:forbiddenApisMain
> Task :poi-ooxml-full:generate_beans
Time to generate code: 7.084 seconds
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':poi-scratchpad:test'.
> Could not resolve all dependencies for configuration
> ':poi-scratchpad:jacocoAgent'.
> Could not load module metadata from
/home/jenkins/.gradle/caches/modules-2/metadata-2.106/descriptors/org.jacoco/org.jacoco.agent/0.8.11/26c913274550a0b2221f47a0fe2d2358/descriptor.bin
* 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 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings
and determine if they come from your own scripts or plugins.
For more on this, please refer to
https://docs.gradle.org/8.10/userguide/command_line_interface.html#sec:command_line_warnings
in the Gradle documentation.
BUILD FAILED in 56s
57 actionable tasks: 40 executed, 12 from cache, 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'
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.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]