CI plan for the uicommons module. More details of the release in https://wiki.openmrs.org/x/i4DTAw

Build: #5 was successful

Job: Build and Test JDK 24 was successful

Job result summary

Completed
Duration
1 minute
Agent
xindi.openmrs.org
Revision
6d5687356e57965644762182037a25ab91b4c4f0

Error summary

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

+ 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/UICM-UCML-BTJ24:/module --rm -w /module maven:3.9.9-amazoncorretto-24 bash -c '
    yum install -y \
      atk \
      at-spi2-atk \
      cups-libs \
      gtk3 \
      libXcomposite \
      libXcursor \
      libXdamage \
      libXext \
      libXi \
      libXrandr \
      libXScrnSaver \
      libXtst \
      pango \
      alsa-lib \
      libdrm \
      xdg-utils \
      nss \
      libxkbcommon && \
    mvn clean package -Pdocker && \
    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