OpenMRS Core Master

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
20 minutes
Labels
None
Revisions
openmrs-core
38c066b814e6dabc193a4e9f1c7454f5c22f2e5f 38c066b814e6dabc193a4e9f1c7454f5c22f2e5f
Release scripts
ced9ff00825ca1cb8c744547be4ba8ff994bd71b ced9ff00825ca1cb8c744547be4ba8ff994bd71b
Fixed in
#3423 (Changes by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>)
No failed test found. A possible compilation error occurred.

Responsible

No one has taken responsibility for this failure

Code commits

openmrs-core
Author Commit Message Commit date
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 38c066b814e6dabc193a4e9f1c7454f5c22f2e5f 38c066b814e6dabc193a4e9f1c7454f5c22f2e5f maven(deps): bump org.apache.maven.plugins:maven-jar-plugin (#4622)
Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.4.0 to 3.4.1.
- [Release notes](https://github.com/apache/maven-jar-plugin/releases)
- [Commits](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.4.0...maven-jar-plugin-3.4.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-jar-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Error summary for Deploy to docker

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

#51 [linux/amd64 stage-2  6/10] COPY --from=dev /openmrs/wait-for-it.sh /openmrs/startup-init.sh /openmrs/startup.sh /openmrs/
#51 CACHED

#52 [linux/amd64 stage-2  4/10] RUN sed -i '/Connector port="8080"/a URIEncoding="UTF-8" relaxedPathChars="[]|" relaxedQueryChars="[]|{}^&#x5c;&#x60;&quot;&lt;&gt;"'     /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
#52 CACHED

#53 [linux/amd64 stage-2  7/10] RUN chmod g+x /openmrs/wait-for-it.sh && chmod g+x /openmrs/startup-init.sh && chmod g+x /openmrs/startup.sh
#53 CACHED

#54 [linux/amd64 stage-2  8/10] WORKDIR /openmrs
#54 CACHED

#55 [linux/amd64 stage-2  2/10] RUN yum -y update && yum clean all && rm -rf /usr/local/tomcat/webapps/*
#55 CACHED

#56 [linux/amd64 stage-2  3/10] 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 g+rx /usr/bin/tini
#56 CACHED

#57 [linux/amd64 stage-2  9/10] COPY --from=dev /openmrs_core/LICENSE LICENSE
#57 ...

#48 [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
#48 DONE 1.0s

#58 [linux/arm64 stage-2  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
#58 CACHED

#59 [linux/arm64 stage-2  5/10] RUN mkdir -p /openmrs/data/modules     && mkdir -p /openmrs/data/owa      && mkdir -p /openmrs/data/configuration     && mkdir -p /openmrs/data/configuration_checksums     && chmod -R g+rw /openmrs
#59 CACHED

#60 [linux/arm64 stage-2  6/10] COPY --from=dev /openmrs/wait-for-it.sh /openmrs/startup-init.sh /openmrs/startup.sh /openmrs/
#60 CACHED

#61 [linux/arm64 stage-2  7/10] RUN chmod g+x /openmrs/wait-for-it.sh && chmod g+x /openmrs/startup-init.sh && chmod g+x /openmrs/startup.sh
#61 CACHED

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

#63 [linux/arm64 stage-2  4/10] RUN sed -i '/Connector port="8080"/a URIEncoding="UTF-8" relaxedPathChars="[]|" relaxedQueryChars="[]|{}^&#x5c;&#x60;&quot;&lt;&gt;"'     /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
#63 CACHED

#64 [linux/arm64 stage-2  8/10] WORKDIR /openmrs
#64 CACHED

#65 [linux/arm64 stage-2  9/10] COPY --from=dev /openmrs_core/LICENSE LICENSE
#65 CACHED

#57 [linux/amd64 stage-2  9/10] COPY --from=dev /openmrs_core/LICENSE LICENSE
#57 CACHED

#65 [linux/arm64 stage-2  9/10] COPY --from=dev /openmrs_core/LICENSE LICENSE
#65 sha256:d77a41eb4ddc545f813414af6c49d2b0dd57bb4b071ebabb04fa14566f2a729e 0B / 5.41kB 0.0s
#65 sha256:84ce7e82b5359b481cca707cab8bdd256ac7d730ad376d4cd7ce89619d480742 0B / 199B 0.0s
#65 sha256:930d5c1d456c6f6ed2e6ae40ae7f6e9ff4d95734f00f9afbcefd4e234d251899 0B / 10.44MB
#65 sha256:4ee6d198aace6aa230b3c8d0bfc900b8dcd20b58d08f94f97e2f6f8fac0ea912 0B / 9.10kB
#65 sha256:896f9c7bf50c75d1fa42bd35f7ccfe09c8cd8c58d9b2ac772e95e1b0f381170e 0B / 486.48kB
#65 sha256:666feae96a7cc96599b2c85593a6726babf9041d5e4ada6c0276ae0e5a538c67 0B / 130B
#65 sha256:55985c81827ee1f1c84e9976e3247d8ad1205cdb84a561cbb91f7acc2bb2e87e 0B / 16.02MB
#65 sha256:ff716ac00b4b85cc98ff76359b40f65395de82da8c338c9009395a51f77acc0b 0B / 171B
#65 sha256:083fd6718f20955e2d15035bcf6077732063d01ea1ef5cdefdb6a206913c217f 6.00kB / 6.00kB 0.2s
#65 sha256:f8c4a5dc6036ac4e91c355d4d9d4d4f8f8414c13fe717274aa46b86813710d10 0B / 59.64MB
#65 sha256:1210c2cda2cd148732bb93623044ab07d9ead686e335afc95ffa891e3032d56b 0B / 64.58MB
#65 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 0B / 32B
#65 DONE 1.5s

#57 [linux/amd64 stage-2  9/10] COPY --from=dev /openmrs_core/LICENSE LICENSE
#57 sha256:2984bafcd4450db54f99436a61ff5a484448c563ec4e8f219829dbfc5c0c5418 0B / 200B 0.1s
#57 sha256:033222aa68c61e5691f391cb5f10a8e8fdadf7b2d982e0a186a520699625d148 0B / 10.44MB
#57 sha256:5d3393a37b924789c545f3ce43c04e953d6683e288e1b55486751546c5ce3513 0B / 15.96MB
#57 sha256:a4597ca63732b25bb1dcf04190538ef6f61a8391604f20ac37a4ec0248c505f3 6.00kB / 6.00kB 0.2s
#57 sha256:05b29ff4379c1cfdee47bf145895423d781dcb552cc2b03262bc741f896ffd6e 0B / 172B
#57 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.2s
#57 sha256:de8fb3e842b158f995b64b7e9c9b16fd7309e3efe721677a541055d89e9df989 0B / 75.53MB
#57 sha256:4e5cc28754f774e4f920d762cec9ab2456529a316137bc9c1a2e3e5c130bc60a 5.40kB / 5.40kB 0.2s
#57 sha256:fbbe555f6365629780fee590c2a87f84df704cf88725f26d12c40efd06a20308 0B / 62.65MB
#57 sha256:a4597ca63732b25bb1dcf04190538ef6f61a8391604f20ac37a4ec0248c505f3 6.00kB / 6.00kB 0.2s done
#57 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.2s done
#57 DONE 2.1s

#66 [linux/arm64 stage-2 10/10] COPY --from=dev /openmrs/distribution/openmrs_core/openmrs.war /openmrs/distribution/openmrs_core/openmrs.war
#66 ERROR: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/openmrs/openmrs-core/blobs/sha256:d77a41eb4ddc545f813414af6c49d2b0dd57bb4b071ebabb04fa14566f2a729e: 503 Service Unavailable

#67 [linux/amd64 stage-2 10/10] COPY --from=dev /openmrs/distribution/openmrs_core/openmrs.war /openmrs/distribution/openmrs_core/openmrs.war
#67 ERROR: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/openmrs/openmrs-core/blobs/sha256:2984bafcd4450db54f99436a61ff5a484448c563ec4e8f219829dbfc5c0c5418: 503 Service Unavailable
------
> [linux/arm64 stage-2 10/10] COPY --from=dev /openmrs/distribution/openmrs_core/openmrs.war /openmrs/distribution/openmrs_core/openmrs.war:
------
------
> [linux/amd64 stage-2 10/10] COPY --from=dev /openmrs/distribution/openmrs_core/openmrs.war /openmrs/distribution/openmrs_core/openmrs.war:
------
Dockerfile:130
--------------------
128 |     COPY --from=dev /openmrs_core/LICENSE LICENSE
129 |     # Copy the app
130 | >>> COPY --from=dev /openmrs/distribution/openmrs_core/openmrs.war /openmrs/distribution/openmrs_core/openmrs.war
131 |     
132 |     EXPOSE 8080
--------------------
error: failed to solve: failed to compute cache key: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/openmrs/openmrs-core/blobs/sha256:d77a41eb4ddc545f813414af6c49d2b0dd57bb4b071ebabb04fa14566f2a729e: 503 Service Unavailable