OpenMRS Core 2.7

Build: #6 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
21 minutes
Agent
yu.openmrs.org
Revision
d3b59e85e3cf15927800f4165e56589bf1f2ca23 d3b59e85e3cf15927800f4165e56589bf1f2ca23

Error summary

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

#54 DONE 0.2s

#15 [linux/amd64 stage-2  1/10] FROM docker.io/library/tomcat:9-jdk8-corretto@sha256:691a89b38b0773b35d3eebfff7630c2b09285e1bd6d9d507c5de11768f69cc5b
#15 sha256:899046e4a240e349763e42464f501b60a1bd429af9f38ccd927d9da2124b98de 62.68MB / 62.68MB 0.6s done
#15 sha256:ef5ce8a985a9c6212ebeb32c6c6f4d3c8453942cac9c8699f41b1224c9d9a234 75.58MB / 75.58MB 0.6s done
#15 extracting sha256:899046e4a240e349763e42464f501b60a1bd429af9f38ccd927d9da2124b98de
#15 ...

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

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

#15 [linux/amd64 stage-2  1/10] FROM docker.io/library/tomcat:9-jdk8-corretto@sha256:691a89b38b0773b35d3eebfff7630c2b09285e1bd6d9d507c5de11768f69cc5b
#15 extracting sha256:899046e4a240e349763e42464f501b60a1bd429af9f38ccd927d9da2124b98de 3.0s done
#15 extracting sha256:ef5ce8a985a9c6212ebeb32c6c6f4d3c8453942cac9c8699f41b1224c9d9a234
#15 extracting sha256:ef5ce8a985a9c6212ebeb32c6c6f4d3c8453942cac9c8699f41b1224c9d9a234 1.8s done
#15 extracting sha256:61d06ba4448b49fe5ac5f0c22b541d5b06b8a4038e1b86efa623a53f36b9a5cd 0.0s done
#15 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 0.0s done
#15 extracting sha256:05c65d758e0654c37f7cec1045bd736f46ff65f4847a1834c34798f71b4af287
#15 extracting sha256:05c65d758e0654c37f7cec1045bd736f46ff65f4847a1834c34798f71b4af287 0.5s done
#15 DONE 6.5s

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

#57 [linux/amd64 stage-2  2/10] RUN yum -y update && yum clean all && rm -rf /usr/local/tomcat/webapps/*
#57 0.310 Loaded plugins: ovl, priorities
#57 4.960 17 packages excluded due to repository priority protections
#57 5.402 No packages marked for update
#57 5.619 Loaded plugins: ovl, priorities
#57 5.631 Cleaning repos: AmazonCorretto amzn2-core
#57 5.632 Cleaning up everything
#57 5.632 Maybe you want: rm -rf /var/cache/yum, to also free up space taken by orphaned data from disabled or removed repos
#57 DONE 5.8s

#58 [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
#58 0.356 /usr/bin/tini: OK
#58 DONE 0.4s

#59 [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
#59 DONE 2.6s

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

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

#62 [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
#62 DONE 0.2s

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

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

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

#66 exporting to image
#66 exporting layers
#66 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64
#66 exporting layers 6.3s done
#66 exporting manifest sha256:4b11db2f0b3976b8f9fa2acab47ae5a43fdc413c4a06d4e0e373d531483200ed 0.0s done
#66 exporting config sha256:eee99aae4da84f1a6b27d5aa91e1901bd999658439a1a42364071b5872ba0461 0.0s done
#66 exporting manifest sha256:695ebeab5b08cbb36ea84c219ce86cd22be8af156792e9e55c7870642f08c2d7 0.0s done
#66 exporting config sha256:8c1c7fb9a27cb9519f146754a18e051b216dddfe52314c7f437da3c5e32305a9 0.0s done
#66 exporting manifest list sha256:49287c65e00456316c09a20f1621dfde3b51d54d33c89b8e866b4850218aa850 0.0s done
#66 pushing layers
#66 ...

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

#66 exporting to image
#66 pushing layers 4.3s done
#66 pushing manifest for docker.io/openmrs/openmrs-core:2.7.0-beta@sha256:49287c65e00456316c09a20f1621dfde3b51d54d33c89b8e866b4850218aa850
#66 pushing manifest for docker.io/openmrs/openmrs-core:2.7.0-beta@sha256:49287c65e00456316c09a20f1621dfde3b51d54d33c89b8e866b4850218aa850 0.9s done
#66 DONE 11.7s
------
> importing cache manifest from openmrs/openmrs-core@sha256:de00d4e76adc4b71cd84260980bd0effe151253ba3041e81dac68d14a2b5886f-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-beta -> 2.7.0-beta
remote:
remote: GitHub found 5 vulnerabilities on openmrs/openmrs-core's default branch (2 critical, 3 high). To find out more, visit:       
remote:      https://github.com/openmrs/openmrs-core/security/dependabot       
remote:
To github.com:openmrs/openmrs-core.git
   d3b59e85e..45ad06441  2.7.x -> 2.7.x
Everything up-to-date