Just testing something

Build: #1 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
29 minutes
Agent
yu.openmrs.org
Revision
1027b92caba9a0468044502ade1018813cd1dd85 1027b92caba9a0468044502ade1018813cd1dd85

Error summary

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

#17 sha256:23f98ec75772a5afb4429830896d814ecc30676af8a810c821ba9b325d8987f2 0B / 17.98MB 0.2s
#17 sha256:123e82ea8aea352ff3735f32caabfa0161d31ecd379d2bae57b89fe11d1e8c81 137B / 137B 0.1s done
#17 sha256:6bcfc1abc92ca5b6535ba64e45e51a67148ef5e82a5cf13f1fefa3eb27f0982c 4.19MB / 59.67MB 0.2s
#17 sha256:23f98ec75772a5afb4429830896d814ecc30676af8a810c821ba9b325d8987f2 13.63MB / 17.98MB 0.3s
#17 sha256:0a62aca1c7d7ec3e0e098bf23685d8f0fcd19e33577a91dafc6dd30bef06deca 4.19MB / 64.59MB 0.2s
#17 sha256:23f98ec75772a5afb4429830896d814ecc30676af8a810c821ba9b325d8987f2 17.98MB / 17.98MB 0.4s done
#17 sha256:6bcfc1abc92ca5b6535ba64e45e51a67148ef5e82a5cf13f1fefa3eb27f0982c 17.83MB / 59.67MB 0.3s
#17 sha256:0a62aca1c7d7ec3e0e098bf23685d8f0fcd19e33577a91dafc6dd30bef06deca 20.97MB / 64.59MB 0.3s
#17 sha256:6bcfc1abc92ca5b6535ba64e45e51a67148ef5e82a5cf13f1fefa3eb27f0982c 40.94MB / 59.67MB 0.5s
#17 sha256:0a62aca1c7d7ec3e0e098bf23685d8f0fcd19e33577a91dafc6dd30bef06deca 39.56MB / 64.59MB 0.5s
#17 sha256:6bcfc1abc92ca5b6535ba64e45e51a67148ef5e82a5cf13f1fefa3eb27f0982c 59.67MB / 59.67MB 0.6s done
#17 sha256:0a62aca1c7d7ec3e0e098bf23685d8f0fcd19e33577a91dafc6dd30bef06deca 64.59MB / 64.59MB 0.6s
#17 sha256:0a62aca1c7d7ec3e0e098bf23685d8f0fcd19e33577a91dafc6dd30bef06deca 64.59MB / 64.59MB 0.7s done
#17 extracting sha256:0a62aca1c7d7ec3e0e098bf23685d8f0fcd19e33577a91dafc6dd30bef06deca
#17 extracting sha256:0a62aca1c7d7ec3e0e098bf23685d8f0fcd19e33577a91dafc6dd30bef06deca 3.0s done
#17 DONE 4.2s

#17 [linux/arm64 stage-2  1/10] FROM docker.io/library/tomcat:9-jdk8-corretto@sha256:91dda89854719470f2032c99eaf45c2db528ac1d18d0bf59ebea2082ef915e07
#17 extracting sha256:6bcfc1abc92ca5b6535ba64e45e51a67148ef5e82a5cf13f1fefa3eb27f0982c
#17 extracting sha256:6bcfc1abc92ca5b6535ba64e45e51a67148ef5e82a5cf13f1fefa3eb27f0982c 1.2s done
#17 extracting sha256:123e82ea8aea352ff3735f32caabfa0161d31ecd379d2bae57b89fe11d1e8c81 0.0s done
#17 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 0.0s done
#17 extracting sha256:23f98ec75772a5afb4429830896d814ecc30676af8a810c821ba9b325d8987f2
#17 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 0.0s done
#17 extracting sha256:23f98ec75772a5afb4429830896d814ecc30676af8a810c821ba9b325d8987f2 0.4s done
#17 DONE 5.9s

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

#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 1.163 /usr/bin/tini: OK
#58 DONE 1.3s

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

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

#61 [linux/arm64 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/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
#62 DONE 0.4s

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

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

#65 [linux/arm64 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.1s done
#66 exporting manifest sha256:3464b79afffaf19beb6ab7aea2f1352d6c9e7233849aefc01d5afc272f74271f 0.0s done
#66 exporting config sha256:1a88852138e6c46063f941192ff8ed36c8b0ec4bd29ced30a20b0e6e176ea119 0.0s done
#66 exporting manifest sha256:8c789157153327111b84fcb4653b7bfa4c26c1164f2fe653f65d194913f48773 0.0s done
#66 exporting config sha256:53420c384ad9359682f4c5073232c7f53885b7ba0046af36ed7801ca8e7427eb 0.0s done
#66 exporting manifest list sha256:0cd8577985bb54ed87875bc1e3c87d85d0ea688979c4df4628063b2860e5e901
#66 exporting manifest list sha256:0cd8577985bb54ed87875bc1e3c87d85d0ea688979c4df4628063b2860e5e901 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-alpha@sha256:0cd8577985bb54ed87875bc1e3c87d85d0ea688979c4df4628063b2860e5e901
#66 pushing manifest for docker.io/openmrs/openmrs-core:2.7.0-alpha@sha256:0cd8577985bb54ed87875bc1e3c87d85d0ea688979c4df4628063b2860e5e901 0.8s done
#66 DONE 11.4s
------
> importing cache manifest from openmrs/openmrs-core@sha256:b65a013bc1491082650f9eddf976aee37d4269af53cd8ebf86e3ebaf2f8eca1b-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-alpha -> 2.7.0-alpha
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
   1027b92..26b5fc7  2.7.x -> 2.7.x
Everything up-to-date