See
<https://ci-builds.apache.org/job/POI/job/POI-XMLBeans-DSL-1.17/102/display/redirect?page=changes>
Changes:
[PJ Fanning] update test deps
------------------------------------------
[...truncated 3.54 KB...]
-rwxr-xr-x 1 root root 16336 Jul 16 22:35 jmod
-rwxr-xr-x 1 root root 16336 Jul 16 22:35 jpackage
-rwxr-xr-x 1 root root 16336 Jul 16 22:35 jps
-rwxr-xr-x 1 root root 16376 Jul 16 22:35 jrunscript
-rwxr-xr-x 1 root root 16336 Jul 16 22:35 jshell
-rwxr-xr-x 1 root root 16368 Jul 16 22:35 jstack
-rwxr-xr-x 1 root root 16336 Jul 16 22:35 jstat
-rwxr-xr-x 1 root root 16336 Jul 16 22:35 jstatd
-rwxr-xr-x 1 root root 16336 Jul 16 22:35 keytool
-rwxr-xr-x 1 root root 16344 Jul 16 22:35 rmiregistry
-rwxr-xr-x 1 root root 16336 Jul 16 22:35 serialver
+ /home/jenkins/tools/java/latest17/bin/java -version
openjdk version "17.0.12" 2024-07-16
OpenJDK Runtime Environment Temurin-17.0.12+7 (build 17.0.12+7)
OpenJDK 64-Bit Server VM Temurin-17.0.12+7 (build 17.0.12+7, mixed mode,
sharing)
+ echo which java
which java
+ which java
/home/jenkins/tools/java/latest17/bin/java
+ java -version
openjdk version "17.0.12" 2024-07-16
OpenJDK Runtime Environment Temurin-17.0.12+7 (build 17.0.12+7)
OpenJDK 64-Bit Server VM Temurin-17.0.12+7 (build 17.0.12+7, mixed mode,
sharing)
+ echo which javac
which javac
+ which javac
/home/jenkins/tools/java/latest17/bin/javac
+ javac -version
javac 17.0.12
+ echo Ant-Home:
Ant-Home:
+ ls -al
total 420
drwxr-xr-x 12 jenkins jenkins 4096 Nov 20 12:21 .
drwxr-xr-x 4 jenkins jenkins 4096 Nov 12 08:37 ..
drwxr-xr-x 17 jenkins jenkins 4096 Nov 20 00:30 build
-rw-r--r-- 1 jenkins jenkins 28505 Nov 20 12:21 build.gradle
-rw-r--r-- 1 jenkins jenkins 54159 Nov 12 12:21 build.xml
-rw-r--r-- 1 jenkins jenkins 11963 Sep 28 00:21 CHANGES.txt
drwxr-xr-x 3 jenkins jenkins 4096 Sep 28 00:21 .github
-rw-r--r-- 1 jenkins jenkins 21 Sep 28 00:21 .gitignore
drwxr-xr-x 5 jenkins jenkins 4096 Sep 28 00:24 .gradle
drwxr-xr-x 3 jenkins jenkins 4096 Sep 28 00:21 gradle
-rw-r--r-- 1 jenkins jenkins 1338 Nov 12 12:21 gradle.properties
-rwxr-xr-x 1 jenkins jenkins 9177 Sep 28 00:21 gradlew
-rw-r--r-- 1 jenkins jenkins 176588 Sep 28 00:21 KEYS
drwxr-xr-x 2 jenkins jenkins 4096 Sep 28 00:21 legal
-rwxr-xr-x 1 jenkins jenkins 12458 Nov 12 12:21 LICENSE-binary.txt
-rwxr-xr-x 1 jenkins jenkins 15242 Sep 28 00:21 LICENSE.txt
-rw-r--r-- 1 jenkins jenkins 2561 Sep 28 00:21 NOTICE-binary.txt
-rw-r--r-- 1 jenkins jenkins 1592 Sep 28 00:21 NOTICE.txt
-rw-r--r-- 1 jenkins jenkins 2480 Sep 28 00:21 README.md
-rw-r--r-- 1 jenkins jenkins 11208 Sep 28 00:21 release-guide.txt
drwxr-xr-x 16 jenkins jenkins 4096 Sep 28 00:21 samples
-rw-r--r-- 1 jenkins jenkins 238 Sep 28 00:21 SECURITY.md
-rw-r--r-- 1 jenkins jenkins 661 Sep 28 00:21 settings.gradle
drwxr-xr-x 4 jenkins jenkins 4096 Sep 28 00:21 src
-rw-r--r-- 1 jenkins jenkins 359 Sep 28 00:21 STATUS
drwxr-xr-x 4 jenkins jenkins 4096 Nov 20 12:21 .svn
drwxr-xr-x 4 jenkins jenkins 4096 Sep 28 00:21 test
-rw-r--r-- 1 jenkins jenkins 3803 Sep 28 00:21 wrapper.gradle
-rw-r--r-- 1 jenkins jenkins 25 Sep 28 00:21 xbeanenv.cmd
-rwxr-xr-x 1 jenkins jenkins 27 Sep 28 00:21 xbeanenv.sh
drwxr-xr-x 2 jenkins jenkins 4096 Sep 28 00:21 xkit
+ 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-XMLBeans-DSL-1.17/ws/build.javacheck.xml>
Detected Java version: 17 in: /usr/local/asfpackages/java/adoptium-jdk-17.0.12+7
Detected OS: Linux
parsing buildfile
<https://ci-builds.apache.org/job/POI/job/POI-XMLBeans-DSL-1.17/ws/build.javacheck.xml>
with URI =
<https://ci-builds.apache.org/job/POI/job/POI-XMLBeans-DSL-1.17/ws/build.javacheck.xml>
Project base dir set to:
<https://ci-builds.apache.org/job/POI/job/POI-XMLBeans-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.12
[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.12
BUILD SUCCESSFUL
Total time: 0 seconds
+ exit 0
[Gradle] - Launching build.
ERROR: Not all environment variables could be successfully injected. Check for
similarly-named environment variables.
[POI-XMLBeans-DSL-1.17] $
<https://ci-builds.apache.org/job/POI/job/POI-XMLBeans-DSL-1.17/ws/gradlew>
clean jenkins jacocoTestReport
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.2/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.
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 :clean
> Task :cyclonedxBom
> Task :bootstrap_SchemaGen
XMLSchema.xsd:1318:111: warning: Schema <notation> is not yet supported for
this release.
> Task :bootstrapMigrate FROM-CACHE
> Task :base_SchemaGen FROM-CACHE
> Task :compileJava FROM-CACHE
> Task :processResources
> Task :classes
> Task :compileJava9 FROM-CACHE
> Task :writeBuildInfo
> Task :jar
> Task :export4anttest
> Task :javadoc
warning: URL https://docs.oracle.com/javase/8/docs/api/element-list was
redirected to https://docs.oracle.com/javase/8/docs/api/ -- Update the
command-line options to suppress this warning.
<https://ci-builds.apache.org/job/POI/job/POI-XMLBeans-DSL-1.17/ws/src/main/java/org/apache/xmlbeans/XmlObject.java>:260:
warning: empty <p> tag
* <p>
^
<https://ci-builds.apache.org/job/POI/job/POI-XMLBeans-DSL-1.17/ws/src/main/java/org/apache/xmlbeans/impl/soap/SOAPElement.java>:133:
warning: empty <p> tag
* <p>
^
<https://ci-builds.apache.org/job/POI/job/POI-XMLBeans-DSL-1.17/ws/src/main/java/org/apache/xmlbeans/impl/soap/SOAPElement.java>:147:
warning: empty <p> tag
* <p>
^
4 warnings
> Task :javadocJar
> Task :sourcesJar
> Task :binDistTar
> Task :binDistZip
> Task :animalsnifferMain UP-TO-DATE
> Task :sDOM_SchemaGen
> Task :sEXT0_SchemaGen
> Task :sEXT1_SchemaGen
> Task :sEXT2_SchemaGen
> Task :sEXT3_SchemaGen
> Task :sEXT4_SchemaGen
> Task :sEXT5_SchemaGen
> Task :sJIRA_SchemaGen
warning: SchemaType Enumeration found with too many enumeration values to
create a Java enumeration. The base SchemaType
"T=MoreThanAllowedEnumType@http://XMLBEANS-307" will be used instead
> Task :sLAX_SchemaGen
> Task :sSCOMP_SchemaGen
> Task :sSIMPLE_SchemaGen
> Task :sTOKENSOURCE_SchemaGen
> Task :sTOOLS_SchemaGen
Could not find any xsd or wsdl files to process.
> Task :unpackTranXml
> Task :sTRANXML_SchemaGen
> Task :sUSERTYPE_SchemaGen
> Task :sVALIDATE_SchemaGen
> Task :sXMLCURSOR_SchemaGen
xstypes/person.xsd:23:43: warning: Schema <notation> is not yet supported for
this release.
xstypes/person.xsd:98:33: warning: notation-facets: The use of length on
datatypes derived from NOTATION ('NOTATION@http://www.w3.org/2001/XMLSchema')
is deprecated.
xstypes/person.xsd:93:37: warning: notation-targetns-attr: For compatibility,
NOTATION should only be used in schemas with no target namespace (attribute
'notationAtt').
xstypes/person.xsd:46:34: warning: notation-targetns-elem: For compatibility,
NOTATION should only be used in schemas with no target namespace (element
'notation@http://openuri.org/xstypes/test').
warning: id-idref-idrefs-entity-entities-notation: For compatibility, type
'NOTATION' should only be used for attributes (used for element
'notation@http://openuri.org/xstypes/test').
warning: id-idref-idrefs-entity-entities-notation: For compatibility, type
'IDREF' should only be used for attributes (used for element 'input-file').
xstypes/person.xsd:93:37: warning: notation-targetns-attr: For compatibility,
NOTATION should only be used in schemas with no target namespace (attribute
'notationAtt').
xstypes/person.xsd:46:34: warning: notation-targetns-elem: For compatibility,
NOTATION should only be used in schemas with no target namespace (element
'notation@http://openuri.org/xstypes/test').
warning: id-idref-idrefs-entity-entities-notation: For compatibility, type
'NOTATION' should only be used for attributes (used for element
'notation@http://openuri.org/xstypes/test').
> Task :sXMLOBJECT_SchemaGen
> Task :compileTestJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :processTestResources
> Task :testClasses
> Task :animalsnifferTest
> Task :forbiddenApisMain UP-TO-DATE
> Task :forbiddenApisTest SKIPPED
> Task :forbiddenApis UP-TO-DATE
> Task :spotbugsMain FROM-CACHE
> Task :rat
> Task :spotbugsTest
> Task :test
> Task :spotbugsTest
SpotBugs ended with exit code 1
> Task :test
AttributeSyncTest > testSetNodeValue() FAILED
org.opentest4j.AssertionFailedError at NodeWithChildrenTest.java:354
AttributeTest > testSetNodeValue() FAILED
org.opentest4j.AssertionFailedError at NodeWithChildrenTest.java:354
DocumentSyncTest > testReplaceChildFront() FAILED
org.apache.xmlbeans.impl.store.DomImpl$HierarchyRequestErr at
DomImpl.java:299
DocumentSyncTest > testNormalize() FAILED
org.apache.xmlbeans.impl.store.DomImpl$HierarchyRequestErr at
DomImpl.java:299
DocumentSyncTest > testReplaceChildEnd() FAILED
org.apache.xmlbeans.impl.store.DomImpl$HierarchyRequestErr at
DomImpl.java:299
DocumentTest > testReplaceChildFront() FAILED
org.apache.xmlbeans.impl.store.DomImpl$HierarchyRequestErr at
DomImpl.java:299
DocumentTest > testNormalize() FAILED
org.apache.xmlbeans.impl.store.DomImpl$HierarchyRequestErr at
DomImpl.java:299
DocumentTest > testReplaceChildEnd() FAILED
org.apache.xmlbeans.impl.store.DomImpl$HierarchyRequestErr at
DomImpl.java:299
2964 tests completed, 8 failed, 169 skipped
> Task :test FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':test'.
> There were failing tests. See the report at:
> file://<https://ci-builds.apache.org/job/POI/job/POI-XMLBeans-DSL-1.17/ws/build/reports/tests/test/index.html>
* Try:
> Run with --scan to get full insights.
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.2/userguide/command_line_interface.html#sec:command_line_warnings
in the Gradle documentation.
BUILD FAILED in 7m 14s
44 actionable tasks: 37 executed, 5 from cache, 2 up-to-date
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as 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.
[Checks API] No suitable checks publisher found.
[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.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]