Build: #3 was successful

Job: Build and Test JDK 24 was successful

Job result summary

Completed
Duration
36 seconds
Agent
xiao.openmrs.org
Revision
bbe73c82dab8b5f6737f85f62da83b72ddf34e7a

Error summary

The build generated some errors. See the full build log for more details.

+ export IMAGE=maven:3.9.9-amazoncorretto-21
+ IMAGE=maven:3.9.9-amazoncorretto-21
+ docker pull maven:3.9.9-amazoncorretto-21
+ docker run -v m2-repo:/root/.m2/repository -v /home/bamboo-agent/bamboo-agent/xml-data/build-dir/UIL-ULL-BTJ24:/module --rm -w=/module maven:3.9.9-amazoncorretto-21 bash -c 'chmod -R 777 .'
+ export IMAGE=maven:3.9.9-amazoncorretto-24
+ IMAGE=maven:3.9.9-amazoncorretto-24
+ docker pull maven:3.9.9-amazoncorretto-24
+ docker run -v m2-repo:/root/.m2/repository -v /home/bamboo-agent/bamboo-agent/xml-data/build-dir/UIL-ULL-BTJ24:/module --rm -w=/module maven:3.9.9-amazoncorretto-24 bash -c 'mvn clean package && chmod -R 777 .'
WARNING: A restricted method in java.lang.System has been called
WARNING: java.lang.System::load has been called by org.fusesource.jansi.internal.JansiLoader in an unnamed module (file:/usr/share/maven/lib/jansi-2.4.1.jar)
WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module
WARNING: Restricted methods will be blocked in a future release unless native access is enabled

WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
WARNING: sun.misc.Unsafe::objectFieldOffset has been called by com.google.common.util.concurrent.AbstractFuture$UnsafeAtomicHelper (file:/usr/share/maven/lib/guava-33.2.1-jre.jar)
WARNING: Please consider reporting this to the maintainers of class com.google.common.util.concurrent.AbstractFuture$UnsafeAtomicHelper
WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release