OpenMRS Core Master

Build: #4069 failed Manual run by Rafal Korytkowski

Stages & jobs

  1. Build

  2. Test

  3. Deploy

  4. Release

    Requires a user to start manually

Build result summary

Details

Completed
Queue duration
1 second
Duration
6 minutes
Labels
None
Revisions
openmrs-core
f56569c1c5e93b466a9d06bb957fac22a2a3a965
Release scripts
d5831e94deff58c79f07afa118e3aad928391687
Fixed in
#4071 (Changes by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>)
No failed test found. A possible compilation error occurred.

Responsible

  • Rafal Korytkowski Rafal Korytkowski Automatically assigned

Code commits

openmrs-core
Author Commit Message Commit date
Rafal Korytkowski Rafal Korytkowski f56569c1c5e93b466a9d06bb957fac22a2a3a965 Fix indentation for docker.image.tag.version
Rafal Korytkowski Rafal Korytkowski 90ca582b0ad3e4b1c40bd27e763df3097d9db90a Fix indentation for IMAGE_VERSION export
Rafal Korytkowski Rafal Korytkowski fd196c43750bf277c01597cd1d56b761fd56b3f1 Add nightly version docker tag

Configuration changes

Plan configuration has changed since the last successful build. See the plan audit log for more details.

Error summary for Build

The job generated some errors, drill down into the full build log for more details.

#26 203.3 [INFO] --- jar:3.5.0:test-jar (default) @ openmrs-test-module-omod ---
#26 203.3 [INFO] Building jar: /openmrs_core/test-module/omod/target/openmrs-test-module-3.0.0-SNAPSHOT-tests.jar
#26 203.3 [INFO]
#26 203.3 [INFO] --- license:3.0:check (default) @ openmrs-test-module-omod ---
#26 203.3 [INFO] Checking licenses...
#26 203.3 [INFO]
#26 203.3 [INFO] --- install:3.1.2:install (default-install) @ openmrs-test-module-omod ---
#26 203.3 [INFO] Installing /openmrs_core/test-module/omod/pom.xml to /usr/share/maven/ref/repository/org/openmrs/module/openmrs-test-module-omod/3.0.0-SNAPSHOT/openmrs-test-module-omod-3.0.0-SNAPSHOT.pom
#26 203.4 [INFO] Installing /openmrs_core/test-module/omod/target/openmrs-test-module-3.0.0-SNAPSHOT.omod to /usr/share/maven/ref/repository/org/openmrs/module/openmrs-test-module-omod/3.0.0-SNAPSHOT/openmrs-test-module-omod-3.0.0-SNAPSHOT.jar
#26 203.4 [INFO] Installing /openmrs_core/test-module/omod/target/openmrs-test-module-3.0.0-SNAPSHOT-tests.jar to /usr/share/maven/ref/repository/org/openmrs/module/openmrs-test-module-omod/3.0.0-SNAPSHOT/openmrs-test-module-omod-3.0.0-SNAPSHOT-tests.jar
#26 203.4 [INFO] ------------------------------------------------------------------------
#26 203.4 [INFO] Reactor Summary for OpenMRS 3.0.0-SNAPSHOT:
#26 203.4 [INFO]
#26 203.4 [INFO] OpenMRS ............................................ SUCCESS [ 25.998 s]
#26 203.4 [INFO] openmrs-tools ...................................... SUCCESS [  6.973 s]
#26 203.4 [INFO] openmrs-test ....................................... SUCCESS [ 12.360 s]
#26 203.4 [INFO] openmrs-api ........................................ SUCCESS [01:27 min]
#26 203.4 [INFO] openmrs-web ........................................ SUCCESS [ 11.815 s]
#26 203.4 [INFO] openmrs-webapp ..................................... SUCCESS [ 21.181 s]
#26 203.4 [INFO] openmrs-liquibase .................................. SUCCESS [  7.339 s]
#26 203.4 [INFO] openmrs-test-module ................................ SUCCESS [  1.438 s]
#26 203.4 [INFO] openmrs-test-module-api ............................ SUCCESS [  5.817 s]
#26 203.4 [INFO] openmrs-test-module-omod ........................... SUCCESS [ 10.393 s]
#26 203.4 [INFO] ------------------------------------------------------------------------
#26 203.4 [INFO] BUILD SUCCESS
#26 203.4 [INFO] ------------------------------------------------------------------------
#26 203.4 [INFO] Total time:  03:19 min
#26 203.4 [INFO] Finished at: 2025-12-02T13:54:04Z
#26 203.4 [INFO] ------------------------------------------------------------------------
#26 DONE 203.8s

#27 [linux/arm64 dev 3/8] 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 +x /usr/bin/tini
#27 CACHED

#28 [linux/arm64 dev 4/8] RUN curl -fL -o /tmp/apache-tomcat.tar.gz "https://www.apache.org/dyn/closer.cgi?action=download&filename=tomcat/tomcat-11/v11.0.11/bin/apache-tomcat-11.0.11.tar.gz"     && echo "a26b2269530fd2fc834e9b1544962f6524cf87925de43b05ad050e66b5eaa76a4ad754a2c5fc4f851baf75a0ea1b0ed8f51082300393a4c35d8c2da0d7c535bd  /tmp/apache-tomcat.tar.gz" | sha512sum -c     && mkdir -p /usr/local/tomcat && gzip -d /tmp/apache-tomcat.tar.gz      && tar -xvf /tmp/apache-tomcat.tar -C /usr/local/tomcat/ --strip-components=1     && rm -rf /tmp/apache-tomcat.tar.gz /usr/local/tomcat/webapps/*
#28 CACHED

#29 [linux/arm64 dev 2/8] RUN apt-get update && apt-get install -y tar gzip git && rm -rf /var/lib/apt/lists/*
#29 CACHED

#30 [linux/arm64 dev 5/8] WORKDIR /openmrs_core
#30 CACHED

#31 [linux/arm64 dev 6/8] COPY --from=compile /usr/share/maven/ref /usr/share/maven/ref
#31 DONE 5.7s

#32 [linux/amd64 dev 4/8] RUN curl -fL -o /tmp/apache-tomcat.tar.gz "https://www.apache.org/dyn/closer.cgi?action=download&filename=tomcat/tomcat-11/v11.0.11/bin/apache-tomcat-11.0.11.tar.gz"     && echo "a26b2269530fd2fc834e9b1544962f6524cf87925de43b05ad050e66b5eaa76a4ad754a2c5fc4f851baf75a0ea1b0ed8f51082300393a4c35d8c2da0d7c535bd  /tmp/apache-tomcat.tar.gz" | sha512sum -c     && mkdir -p /usr/local/tomcat && gzip -d /tmp/apache-tomcat.tar.gz      && tar -xvf /tmp/apache-tomcat.tar -C /usr/local/tomcat/ --strip-components=1     && rm -rf /tmp/apache-tomcat.tar.gz /usr/local/tomcat/webapps/*
#32 CACHED

#33 [linux/amd64 dev 3/8] RUN if [ "amd64" = "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 +x /usr/bin/tini
#33 CACHED

#34 [linux/amd64 dev 2/8] RUN apt-get update && apt-get install -y tar gzip git && rm -rf /var/lib/apt/lists/*
#34 CACHED

#35 [linux/arm64 dev 7/8] COPY --from=compile /openmrs_core /openmrs_core/
#35 ...

#36 [linux/amd64 dev 5/8] WORKDIR /openmrs_core
#36 CACHED

#37 [linux/amd64 dev 6/8] COPY --from=compile /usr/share/maven/ref /usr/share/maven/ref
#37 ...

#35 [linux/arm64 dev 7/8] COPY --from=compile /openmrs_core /openmrs_core/
#35 DONE 5.6s

#38 [linux/arm64 dev 8/8] RUN mkdir -p /openmrs/distribution/openmrs_core/     && cp /openmrs_core/webapp/target/openmrs.war /openmrs/distribution/openmrs_core/openmrs.war     && cp /openmrs_core/wait-for-it.sh /openmrs_core/startup-init.sh /openmrs_core/startup.sh /openmrs_core/startup-dev.sh /openmrs/      && chmod +x /openmrs/wait-for-it.sh && chmod +x /openmrs/startup-init.sh && chmod +x /openmrs/startup.sh     && chmod +x /openmrs/startup-dev.sh
#38 DONE 1.9s

#37 [linux/amd64 dev 6/8] COPY --from=compile /usr/share/maven/ref /usr/share/maven/ref
#37 DONE 11.6s

#39 [linux/amd64 dev 7/8] COPY --from=compile /openmrs_core /openmrs_core/
#39 DONE 7.4s

#40 [linux/amd64 dev 8/8] RUN mkdir -p /openmrs/distribution/openmrs_core/     && cp /openmrs_core/webapp/target/openmrs.war /openmrs/distribution/openmrs_core/openmrs.war     && cp /openmrs_core/wait-for-it.sh /openmrs_core/startup-init.sh /openmrs_core/startup.sh /openmrs_core/startup-dev.sh /openmrs/      && chmod +x /openmrs/wait-for-it.sh && chmod +x /openmrs/startup-init.sh && chmod +x /openmrs/startup.sh     && chmod +x /openmrs/startup-dev.sh
#40 DONE 1.0s

#41 exporting to image
#41 exporting layers
#41 exporting layers 89.9s done
#41 exporting manifest sha256:238776e9634d6b3874de4ee1c043f1863fad11bcc7a7f972ede56c5c2501141e 0.1s done
#41 exporting config sha256:2b960fb813a43059316bddfd05f65445189af9de4ca880a8092a8ba0ce2f45a9
#41 exporting config sha256:2b960fb813a43059316bddfd05f65445189af9de4ca880a8092a8ba0ce2f45a9 0.1s done
#41 exporting attestation manifest sha256:2be483d087f644bbb4e7ae627f611a7b63da82470ebae82a85f0bb364572e6ce
#41 exporting attestation manifest sha256:2be483d087f644bbb4e7ae627f611a7b63da82470ebae82a85f0bb364572e6ce 0.2s done
#41 exporting manifest sha256:f5ecb93c166fa508e5862c1318394919df616e083cf7951942523db9360d2876 0.1s done
#41 exporting config sha256:d5116fd9d102702723cbba876b85790991446f0a8aa0f1c9e684fb1f93118a7d 0.1s done
#41 exporting attestation manifest sha256:eb5961644265c1173a91151083787a8a4121ba28ea4a1ab9eb6322871306390b
#41 exporting attestation manifest sha256:eb5961644265c1173a91151083787a8a4121ba28ea4a1ab9eb6322871306390b 0.2s done
#41 exporting manifest list sha256:0f4ea6318f3bb07d9da0370c8eede04f2b7867c17d456d344d256600f330f371
#41 exporting manifest list sha256:0f4ea6318f3bb07d9da0370c8eede04f2b7867c17d456d344d256600f330f371 0.0s done
#41 pushing layers
#41 pushing layers 25.2s done
#41 ERROR: failed to push openmrs/openmrs-core:dev: failed to do request: Head "https://registry-1.docker.io/v2/openmrs/openmrs-core/blobs/sha256:45eec4ef7c8e7ee7862bc480a7b86a277044124916f49325006849327ec885f4": dial tcp 52.2.233.225:443: connect: no route to host
------
> exporting to image:
------
ERROR: failed to solve: failed to push openmrs/openmrs-core:dev: failed to do request: Head "https://registry-1.docker.io/v2/openmrs/openmrs-core/blobs/sha256:45eec4ef7c8e7ee7862bc480a7b86a277044124916f49325006849327ec885f4": dial tcp 52.2.233.225:443: connect: no route to host