OpenMRS Core 2.7

Build: #46 was successful

Job: Release JDK 11 image was successful

Stages & jobs

  1. Build

  2. Test

  3. Deploy

  4. Release

    Requires a user to start manually
  5. Release image variants

Job result summary

Completed
Duration
10 minutes
Agent
xindi.openmrs.org
Revision
b479da7a44f2799b957b28a9ea2ecdcabc595c4d
First to pass since
#41 (Manual run by Ian Bacher)

Error summary

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

#48 ...

#47 [linux/amd64 stage-2  2/10] RUN yum -y update && yum clean all && rm -rf /usr/local/tomcat/webapps/*
#47 6.437 18 packages excluded due to repository priority protections
#47 7.091 No packages marked for update
#47 7.614 Loaded plugins: ovl, priorities
#47 7.636 Cleaning repos: AmazonCorretto amzn2-core
#47 7.637 Cleaning up everything
#47 7.638 Maybe you want: rm -rf /var/cache/yum, to also free up space taken by orphaned data from disabled or removed repos
#47 DONE 8.1s

#49 [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
#49 0.582 /usr/bin/tini: OK
#49 DONE 0.8s

#50 [linux/amd64 stage-2  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
#50 DONE 3.8s

#51 [linux/amd64 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
#51 DONE 0.3s

#52 [linux/amd64 stage-2  6/10] COPY --from=dev /openmrs/wait-for-it.sh /openmrs/startup-init.sh /openmrs/startup.sh /openmrs/
#52 DONE 0.2s

#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 DONE 0.3s

#54 [linux/amd64 stage-2  8/10] WORKDIR /openmrs
#54 DONE 0.1s

#55 [linux/amd64 stage-2  9/10] COPY --from=dev /openmrs_core/LICENSE LICENSE
#55 DONE 0.1s

#56 [linux/amd64 stage-2 10/10] COPY --from=dev /openmrs/distribution/openmrs_core/openmrs.war /openmrs/distribution/openmrs_core/openmrs.war
#56 DONE 0.7s

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

#57 [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
#57 0.851 /usr/bin/tini: OK
#57 DONE 0.9s

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

#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 DONE 0.5s

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

#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 DONE 0.4s

#62 [linux/arm64 stage-2  8/10] WORKDIR /openmrs
#62 DONE 0.1s

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

#64 [linux/arm64 stage-2 10/10] COPY --from=dev /openmrs/distribution/openmrs_core/openmrs.war /openmrs/distribution/openmrs_core/openmrs.war
#64 DONE 0.6s

#65 exporting to image
#65 exporting layers
#65 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64
#65 exporting layers 5.8s done
#65 exporting manifest sha256:538ca7bdfcd3c78eb43254992d392619d4f25e86110c10e590e82601f2084d58 0.0s done
#65 exporting config sha256:ab952dc464033844594e66835142f642c4708202ee202e9b1da338d76ed70025
#65 exporting config sha256:ab952dc464033844594e66835142f642c4708202ee202e9b1da338d76ed70025 0.0s done
#65 exporting manifest sha256:d1067d2dd35767d18111113927e0917a1afa5a84deaab0faf4da1ee77d94771d 0.0s done
#65 exporting config sha256:3e69506a81024afd993a22250c68d5c9018fb289b9b722c8928bd29825413668 0.0s done
#65 exporting manifest list sha256:712f5e5aaecb2ae5abf22e4d91e0b03122d73fbae23bca8d5e078c517467a0e3
#65 exporting manifest list sha256:712f5e5aaecb2ae5abf22e4d91e0b03122d73fbae23bca8d5e078c517467a0e3 0.0s done
#65 pushing layers
#65 ...

#66 [auth] openmrs/openmrs-core:pull,push token for registry-1.docker.io
#66 DONE 0.0s

#65 exporting to image
#65 pushing layers 7.4s done
#65 pushing manifest for docker.io/openmrs/openmrs-core:2.7.3-amazoncorretto-11@sha256:712f5e5aaecb2ae5abf22e4d91e0b03122d73fbae23bca8d5e078c517467a0e3
#65 pushing manifest for docker.io/openmrs/openmrs-core:2.7.3-amazoncorretto-11@sha256:712f5e5aaecb2ae5abf22e4d91e0b03122d73fbae23bca8d5e078c517467a0e3 1.7s done
#65 DONE 15.0s
------
> importing cache manifest from openmrs/openmrs-core:2.7.3-dev-amazoncorretto-11-cache:
------

3 warnings found (use --debug to expand):
 - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 15)
- FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 52)
- Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64