OpenMRS Core 2.6

Build: #122 was successful

Job: Release was successful

Stages & jobs

  1. Build

  2. Test

  3. Deploy

  4. Release

    Requires a user to start manually

Job result summary

Completed
Duration
30 minutes
Agent
xiao.openmrs.org
Revision
000abe717910f4cd2d8f85cb05298e4b8dd704e4 000abe717910f4cd2d8f85cb05298e4b8dd704e4
Successful since
#53 ()

Error summary

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

#57 52.18   Verifying  : glibc-common-2.26-63.amzn2.0.1.aarch64                     23/34
#57 52.18   Verifying  : libdb-5.3.21-24.amzn2.0.4.aarch64                          24/34
#57 52.19   Verifying  : glibc-langpack-en-2.26-63.amzn2.0.1.aarch64                25/34
#57 52.19   Verifying  : rpm-libs-4.11.3-48.amzn2.0.3.aarch64                       26/34
#57 52.19   Verifying  : libcrypt-2.26-63.amzn2.0.1.aarch64                         27/34
#57 52.19   Verifying  : libdb-utils-5.3.21-24.amzn2.0.4.aarch64                    28/34
#57 52.19   Verifying  : krb5-libs-1.15.1-55.amzn2.2.6.aarch64                      29/34
#57 52.20   Verifying  : rpm-build-libs-4.11.3-48.amzn2.0.3.aarch64                 30/34
#57 52.20   Verifying  : libnghttp2-1.41.0-1.amzn2.0.4.aarch64                      31/34
#57 52.20   Verifying  : glibc-minimal-langpack-2.26-63.amzn2.0.1.aarch64           32/34
#57 52.20   Verifying  : glib2-2.56.1-9.amzn2.0.7.aarch64                           33/34
#57 52.20   Verifying  : glibc-2.26-63.amzn2.0.1.aarch64                            34/34
#57 52.32
#57 52.32 Updated:
#57 52.32   curl.aarch64 0:8.3.0-1.amzn2.0.7                                             
#57 52.32   glib2.aarch64 0:2.56.1-9.amzn2.0.8                                           
#57 52.32   glibc.aarch64 0:2.26-64.amzn2.0.2                                             
#57 52.32   glibc-common.aarch64 0:2.26-64.amzn2.0.2                                     
#57 52.32   glibc-langpack-en.aarch64 0:2.26-64.amzn2.0.2                                 
#57 52.32   glibc-minimal-langpack.aarch64 0:2.26-64.amzn2.0.2                           
#57 52.32   java-1.8.0-amazon-corretto-devel.aarch64 1:1.8.0_412.b08-1                   
#57 52.32   krb5-libs.aarch64 0:1.15.1-55.amzn2.2.7                                       
#57 52.32   libcrypt.aarch64 0:2.26-64.amzn2.0.2                                         
#57 52.32   libcurl.aarch64 0:8.3.0-1.amzn2.0.7                                           
#57 52.32   libdb.aarch64 0:5.3.21-24.amzn2.0.5                                           
#57 52.32   libdb-utils.aarch64 0:5.3.21-24.amzn2.0.5                                     
#57 52.32   libnghttp2.aarch64 0:1.41.0-1.amzn2.0.5                                       
#57 52.32   python2-rpm.aarch64 0:4.11.3-48.amzn2.0.4                                     
#57 52.32   rpm.aarch64 0:4.11.3-48.amzn2.0.4                                             
#57 52.32   rpm-build-libs.aarch64 0:4.11.3-48.amzn2.0.4                                 
#57 52.32   rpm-libs.aarch64 0:4.11.3-48.amzn2.0.4                                       
#57 52.32
#57 52.32 Complete!
#57 53.79 Loaded plugins: ovl, priorities
#57 53.87 Cleaning repos: AmazonCorretto amzn2-core
#57 53.87 Cleaning up everything
#57 53.87 Maybe you want: rm -rf /var/cache/yum, to also free up space taken by orphaned data from disabled or removed repos
#57 DONE 54.2s

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

#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.4s

#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 exporting layers 10.7s done
#66 exporting manifest sha256:6d5ba7f66592564c9203f66891f5d2b677b4e5dae23b7c7b44e779b0b66a5022 0.0s done
#66 exporting config sha256:a3f8c96cbdf049e12add8596998e3701ad12e81dd7357e3c3e29b2d4ec015f62 0.0s done
#66 exporting manifest sha256:914bd53a5cbab8cc81f4a5e385bc9f3cb0956455cc4f4fe08880bb32858b6b65 0.0s done
#66 exporting config sha256:59597716ee86c84df82426052b2a799173e0af2dd35e742db267d68548a627ae 0.0s done
#66 exporting manifest list sha256:567db418766b14e0a2996880c510a927968152b2abd5b1dc3faa0132cab72e6f 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 5.4s done
#66 pushing manifest for docker.io/openmrs/openmrs-core:2.6.5@sha256:567db418766b14e0a2996880c510a927968152b2abd5b1dc3faa0132cab72e6f
#66 pushing manifest for docker.io/openmrs/openmrs-core:2.6.5@sha256:567db418766b14e0a2996880c510a927968152b2abd5b1dc3faa0132cab72e6f 0.9s done
#66 DONE 17.1s
------
> importing cache manifest from openmrs/openmrs-core@sha256:d28ec6f28cad009fc0b2c3599aee7e324a7772aa5db835b11dd000f788dce897-cache:
------
To github.com:openmrs/openmrs-core.git
* [new tag]             2.6.5 -> 2.6.5
remote:
remote: GitHub found 22 vulnerabilities on openmrs/openmrs-core's default branch (2 critical, 19 high, 1 moderate). To find out more, visit:       
remote:      https://github.com/openmrs/openmrs-core/security/dependabot       
remote:
To github.com:openmrs/openmrs-core.git
   000abe717..eba002eb6  2.6.x -> 2.6.x
remote:
remote: GitHub found 22 vulnerabilities on openmrs/openmrs-core's default branch (2 critical, 19 high, 1 moderate). To find out more, visit:       
remote:      https://github.com/openmrs/openmrs-core/security/dependabot       
remote:
To github.com:openmrs/openmrs-core.git
   eba002eb6..235cc61e7  2.6.x -> 2.6.x