OpenMRS Core 2.7

Build: #16 was successful

Job: Release 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
13 minutes
Agent
yu.openmrs.org
Revision
951ff17a14129300ab5e5d2da22eeac24ee14840 951ff17a14129300ab5e5d2da22eeac24ee14840
First to pass since
#13 (Manual run from the stage: Release by Wikum Chamith Weerakutti)

Error summary

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

#17 sha256:ac443ee34758d1600a5b00a6cdb0786b24d6b89a9b4fb2518f0fdcc1f7353b57 37.75MB / 64.58MB 0.3s
#17 sha256:9349980e3e5732cf987d35efdab287aea11d37f6d1f0b7bb243f916e4ba6c4b2 58.72MB / 59.67MB 1.4s
#17 sha256:9349980e3e5732cf987d35efdab287aea11d37f6d1f0b7bb243f916e4ba6c4b2 59.67MB / 59.67MB 1.5s done
#17 sha256:ac443ee34758d1600a5b00a6cdb0786b24d6b89a9b4fb2518f0fdcc1f7353b57 42.99MB / 64.58MB 1.4s
#17 sha256:ac443ee34758d1600a5b00a6cdb0786b24d6b89a9b4fb2518f0fdcc1f7353b57 64.58MB / 64.58MB 1.6s done
#17 extracting sha256:ac443ee34758d1600a5b00a6cdb0786b24d6b89a9b4fb2518f0fdcc1f7353b57
#17 extracting sha256:ac443ee34758d1600a5b00a6cdb0786b24d6b89a9b4fb2518f0fdcc1f7353b57 2.9s done
#17 extracting sha256:9349980e3e5732cf987d35efdab287aea11d37f6d1f0b7bb243f916e4ba6c4b2
#17 extracting sha256:9349980e3e5732cf987d35efdab287aea11d37f6d1f0b7bb243f916e4ba6c4b2 1.2s done
#17 extracting sha256:e6aeb87d7102ffebd8294470a80bd52654cd6bc1260bbefd7d6c0b315bac18cf 0.0s done
#17 DONE 6.5s

#17 [linux/arm64 stage-2  1/10] FROM docker.io/library/tomcat:9-jdk8-corretto@sha256:691a89b38b0773b35d3eebfff7630c2b09285e1bd6d9d507c5de11768f69cc5b
#17 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 0.0s done
#17 extracting sha256:82693929ce78ebca310bcdc3ee4407368f3116f1f94de86f8055b96670733a1d
#17 extracting sha256:82693929ce78ebca310bcdc3ee4407368f3116f1f94de86f8055b96670733a1d 0.4s done
#17 DONE 6.9s

#17 [linux/arm64 stage-2  1/10] FROM docker.io/library/tomcat:9-jdk8-corretto@sha256:691a89b38b0773b35d3eebfff7630c2b09285e1bd6d9d507c5de11768f69cc5b
#17 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 0.1s done
#17 DONE 7.0s

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

#56 [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
#56 0.946 /usr/bin/tini: OK
#56 DONE 1.0s

#57 [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
#57 DONE 3.3s

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

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

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

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

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

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

#64 exporting to image
#64 exporting layers
#64 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64
#64 exporting layers 4.7s done
#64 exporting manifest sha256:c65336175a214cdb73b2764cba9ed0230268a96cdb12ece034f75649f30c03a9 0.0s done
#64 exporting config sha256:39f87b3507885901664470ee734083ddb1430916724f738bc9ba207eec487d61 0.0s done
#64 exporting manifest sha256:4da158e2791ac1d11d493ea7a6e41110dd13269d717add7cb01a444559c5e45d 0.0s done
#64 exporting config sha256:69d9f3f8e235b4a97f76fc7470620ff4ad9c4033a0049f0846c442c826e0500e
#64 exporting config sha256:69d9f3f8e235b4a97f76fc7470620ff4ad9c4033a0049f0846c442c826e0500e 0.0s done
#64 exporting manifest list sha256:583d7f214f39b3aee27c850f0b2d27725a2e8387e1ea88e424b51ad688fbaa41 0.0s done
#64 pushing layers
#64 ...

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

#64 exporting to image
#64 pushing layers 3.8s done
#64 pushing manifest for docker.io/openmrs/openmrs-core:2.7.0@sha256:583d7f214f39b3aee27c850f0b2d27725a2e8387e1ea88e424b51ad688fbaa41
#64 pushing manifest for docker.io/openmrs/openmrs-core:2.7.0@sha256:583d7f214f39b3aee27c850f0b2d27725a2e8387e1ea88e424b51ad688fbaa41 0.7s done
#64 DONE 9.4s
------
> importing cache manifest from openmrs/openmrs-core@sha256:6e474d19f1f98b385227f7fe8dc557a2062a497cbb12d667fb5cf2ba4d753c40-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
To github.com:openmrs/openmrs-core.git
* [new tag]             2.7.0 -> 2.7.0
remote:
remote: GitHub found 6 vulnerabilities on openmrs/openmrs-core's default branch (2 critical, 4 high). To find out more, visit:       
remote:      https://github.com/openmrs/openmrs-core/security/dependabot       
remote:
To github.com:openmrs/openmrs-core.git
   951ff17a1..fa63fcccd  2.7.x -> 2.7.x
remote:
remote: GitHub found 6 vulnerabilities on openmrs/openmrs-core's default branch (2 critical, 4 high). To find out more, visit:       
remote:      https://github.com/openmrs/openmrs-core/security/dependabot       
remote:
To github.com:openmrs/openmrs-core.git
   fa63fcccd..6c078f88e  2.7.x -> 2.7.x