Platform 2.5

Build: #148 failed

Job: Release failed

Stages & jobs

  1. Build

  2. Test

  3. Deploy

  4. Release

    Requires a user to start manually

Job result summary

Completed
Duration
19 minutes
Revision
f671310f5922da41b5ef0e1efb98cee1843dd5b5 f671310f5922da41b5ef0e1efb98cee1843dd5b5
Failing since
#121 (Manual run from the stage: Release by Rafal Korytkowski)
Fixed in
#152 (Manual run from the stage: Release by Rafal Korytkowski)
No failed test found. A possible compilation error occurred.

Error summary

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

#80 DONE 0.1s

#41 [linux/amd64 dev 27/30] RUN --mount=type=cache,target=/root/.m2 mvn -pl webapp clean install -DskipTests
#41 16.67 [INFO]
#41 16.68 [INFO] --- maven-jar-plugin:3.2.0:test-jar (default) @ openmrs-webapp ---
#41 17.13 [INFO] Building jar: /openmrs_core/webapp/target/openmrs-tests.jar
#41 17.20 [INFO]
#41 17.20 [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs-webapp ---
#41 17.95 [INFO] Checking licenses...
#41 18.25 [INFO]
#41 18.26 [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs-webapp ---
#41 18.36 [INFO] Installing /openmrs_core/webapp/target/openmrs.war to /root/.m2/repository/org/openmrs/web/openmrs-webapp/2.5.9/openmrs-webapp-2.5.9.war
#41 18.71 [INFO] Installing /openmrs_core/webapp/pom.xml to /root/.m2/repository/org/openmrs/web/openmrs-webapp/2.5.9/openmrs-webapp-2.5.9.pom
#41 18.73 [INFO] Installing /openmrs_core/webapp/target/openmrs-tests.jar to /root/.m2/repository/org/openmrs/web/openmrs-webapp/2.5.9/openmrs-webapp-2.5.9-tests.jar
#41 18.73 [INFO] ------------------------------------------------------------------------
#41 18.73 [INFO] BUILD SUCCESS
#41 18.73 [INFO] ------------------------------------------------------------------------
#41 18.74 [INFO] Total time:  14.754 s
#41 18.74 [INFO] Finished at: 2023-01-09T11:25:45Z
#41 18.74 [INFO] ------------------------------------------------------------------------
#41 DONE 19.2s

#73 [linux/arm64 stage-1  2/10] RUN yum -y update && yum clean all && rm -rf /usr/local/tomcat/webapps/*
#73 ...

#81 [linux/amd64 dev 28/30] RUN mkdir -p /openmrs/distribution/openmrs_core/     && cp /openmrs_core/webapp/target/openmrs.war /openmrs/distribution/openmrs_core/openmrs.war
#81 DONE 0.5s

#73 [linux/arm64 stage-1  2/10] RUN yum -y update && yum clean all && rm -rf /usr/local/tomcat/webapps/*
#73 ...

#82 [linux/amd64 dev 29/30] COPY wait-for-it.sh startup-init.sh startup.sh startup-dev.sh /openmrs/
#82 DONE 0.1s

#83 [linux/amd64 dev 30/30] RUN chmod +x /openmrs/wait-for-it.sh && chmod +x /openmrs/startup-init.sh && chmod +x /openmrs/startup.sh     && chmod +x /openmrs/startup-dev.sh
#83 DONE 0.3s

#73 [linux/arm64 stage-1  2/10] RUN yum -y update && yum clean all && rm -rf /usr/local/tomcat/webapps/*
#73 ...

#84 [linux/amd64 stage-1  9/10] COPY --from=dev /openmrs_core/LICENSE LICENSE
#84 DONE 0.2s

#73 [linux/arm64 stage-1  2/10] RUN yum -y update && yum clean all && rm -rf /usr/local/tomcat/webapps/*
#73 ...

#85 [linux/amd64 stage-1 10/10] COPY --from=dev /openmrs/distribution/openmrs_core/openmrs.war /openmrs/distribution/openmrs_core/openmrs.war
#85 DONE 0.4s

#73 [linux/arm64 stage-1  2/10] RUN yum -y update && yum clean all && rm -rf /usr/local/tomcat/webapps/*
#73 26.76 7 packages excluded due to repository priority protections
#73 28.58 No packages marked for update
#73 30.07 Loaded plugins: ovl, priorities
#73 30.16 Cleaning repos: AmazonCorretto amzn2-core
#73 30.16 Cleaning up everything
#73 30.16 Maybe you want: rm -rf /var/cache/yum, to also free up space taken by orphaned data from disabled or removed repos
#73 DONE 30.4s

#86 [linux/arm64 stage-1  3/10] RUN if [ "arm64" = "arm64" ] ; then TINI_URL="https://github.com/krallin/tini/releases/download/v0.19.0/tini-arm64" TINI_SHA=07952557df20bfd2a95f9bef198b445e006171969499a1d361bd9e6f8e5e0e81 ; fi     && curl -fsSL -o /usr/bin/tini https://github.com/krallin/tini/releases/download/v0.19.0/tini     && echo "93dcc18adc78c65a028a84799ecf8ad40c936fdfc5f2a57b1acda5a8117fa82c  /usr/bin/tini" | sha256sum -c     && chmod g+rx /usr/bin/tini
#86 1.104 /usr/bin/tini: OK
#86 DONE 1.2s

#87 [linux/arm64 stage-1  4/10] RUN sed -i '/Connector port="8080"/a URIEncoding="UTF-8" relaxedPathChars="[]|" relaxedQueryChars="[]|{}^\`"<>"'     /usr/local/tomcat/conf/server.xml     && chmod -R g+rx /usr/local/tomcat     && touch /usr/local/tomcat/bin/setenv.sh && chmod g+w /usr/local/tomcat/bin/setenv.sh     && chmod -R g+w /usr/local/tomcat/webapps /usr/local/tomcat/logs /usr/local/tomcat/work /usr/local/tomcat/temp
#87 DONE 2.9s

#88 [linux/arm64 stage-1  5/10] RUN mkdir -p /openmrs/data/modules     && mkdir -p /openmrs/data/owa      && mkdir -p /openmrs/data/configuration     && chmod -R g+rw /openmrs
#88 DONE 0.4s

#89 [linux/arm64 stage-1  6/10] COPY wait-for-it.sh startup-init.sh startup.sh /openmrs/
#89 DONE 0.1s

#90 [linux/arm64 stage-1  7/10] RUN chmod g+x /openmrs/wait-for-it.sh && chmod g+x /openmrs/startup-init.sh && chmod g+x /openmrs/startup.sh
#90 DONE 0.4s

#91 [linux/arm64 stage-1  8/10] WORKDIR /openmrs
#91 DONE 0.1s

#92 [linux/arm64 stage-1  9/10] COPY --from=dev /openmrs_core/LICENSE LICENSE
#92 DONE 0.1s

#93 [linux/arm64 stage-1 10/10] COPY --from=dev /openmrs/distribution/openmrs_core/openmrs.war /openmrs/distribution/openmrs_core/openmrs.war
#93 DONE 0.3s

#94 exporting to image
#94 exporting layers
#94 exporting layers 5.2s done
#94 exporting manifest sha256:2b3701b951ed40ad6c248271b7735db596bfa8dc8e901d5d9518bd29f7a45231 0.0s done
#94 exporting config sha256:fc1e7d3472a5363b6f0c2a7de3115d83de386685eb38ff64d4bc43e24cf5247e 0.0s done
#94 exporting manifest sha256:937f780e1e6e09de429b6b415c909a15335e216443ef8a13ce61e96514eca360 0.0s done
#94 exporting config sha256:9095abd7dc74f3e81aef3820935d286fe37d3be0ae8a008687073eca1b5c78b7 0.0s done
#94 exporting manifest list sha256:98823fb78411d48415d14ff672a3faba6c4b9098219e350ab938bdc4d7eeb545
#94 exporting manifest list sha256:98823fb78411d48415d14ff672a3faba6c4b9098219e350ab938bdc4d7eeb545 0.0s done
#94 pushing layers
#94 pushing layers 5.2s done
#94 pushing manifest for docker.io/openmrs/openmrs-core:2.5.9@sha256:98823fb78411d48415d14ff672a3faba6c4b9098219e350ab938bdc4d7eeb545
#94 pushing manifest for docker.io/openmrs/openmrs-core:2.5.9@sha256:98823fb78411d48415d14ff672a3faba6c4b9098219e350ab938bdc4d7eeb545 0.7s done
#94 DONE 11.2s
------
> importing cache manifest from openmrs/openmrs-core@sha256:e43cf78040ef6cf7372b2fddef487782f4eae15c41c06257e6bc60e297e578d5-cache:
------