Builds the O3 backend

Build: #78 failed Rebuilt by Ian Bacher

Logs

The following logs have been generated by the jobs in this plan.
  • Expand all
  • Collapse all
Job Logs
Collapse Build and Publish the Backend Image Default Stage Download or View
06-Sep-2024 09:59:01
06-Sep-2024 09:59:01 #22 [linux/arm64 dev  5/10] RUN --mount=type=secret,id=m2settings,target=/usr/share/maven/ref/settings-docker.xml if [[ "deploy" != "deploy" || "$(arch)" = "x86_64" ]]; then mvn -s /usr/share/maven/ref/settings-docker.xml -U -P distro deploy; else mvn -s /usr/share/maven/ref/settings-docker.xml -U -P distro install; fi
06-Sep-2024 09:59:02 #22 CANCELED
06-Sep-2024 09:59:02 ------
06-Sep-2024 09:59:02 > [linux/amd64 dev  5/10] RUN --mount=type=secret,id=m2settings,target=/usr/share/maven/ref/settings-docker.xml if [[ "deploy" != "deploy" || "$(arch)" = "x86_64" ]]; then mvn -s /usr/share/maven/ref/settings-docker.xml -U -P distro deploy; else mvn -s /usr/share/maven/ref/settings-docker.xml -U -P distro install; fi:
06-Sep-2024 09:59:02 #23 22.42 [INFO] Total time:  17.754 s
06-Sep-2024 09:59:02 #23 22.42 [INFO] Finished at: 2024-09-06T09:59:01Z
06-Sep-2024 09:59:02 #23 22.43 [INFO] ------------------------------------------------------------------------
06-Sep-2024 09:59:02 #23 22.43 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:3.0.0:deploy (default-deploy) on project distro-emr: Failed to deploy artifacts: Could not find artifact org.openmrs:distro-emr:pom:3.2.0-rc in openmrs-repo-releases (https://mavenrepo.openmrs.org/releases) -> [Help 1]
06-Sep-2024 09:59:02 #23 22.43 [ERROR]
06-Sep-2024 09:59:02 #23 22.43 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
06-Sep-2024 09:59:02 #23 22.43 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
06-Sep-2024 09:59:02 #23 22.43 [ERROR]
06-Sep-2024 09:59:02 #23 22.43 [ERROR] For more information about the errors and possible solutions, please read the following articles:
06-Sep-2024 09:59:02 #23 22.43 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
06-Sep-2024 09:59:02 ------
06-Sep-2024 09:59:02 Dockerfile:15
06-Sep-2024 09:59:02 --------------------
06-Sep-2024 09:59:02   13 |     
06-Sep-2024 09:59:02   14 |     # Build the distro, but only deploy from the amd64 build
06-Sep-2024 09:59:02   15 | >>> RUN --mount=type=secret,id=m2settings,target=/usr/share/maven/ref/settings-docker.xml if [[ "$MVN_ARGS" != "deploy" || "$(arch)" = "x86_64" ]]; then mvn $MVN_ARGS_SETTINGS $MVN_ARGS; else mvn $MVN_ARGS_SETTINGS install; fi
06-Sep-2024 09:59:02   16 |     
06-Sep-2024 09:59:02   17 |     RUN cp /openmrs_distro/distro/target/sdk-distro/web/openmrs.war /openmrs/distribution/openmrs_core/
06-Sep-2024 09:59:02 --------------------
06-Sep-2024 09:59:02 error: failed to solve: process "/bin/sh -c if [[ \"$MVN_ARGS\" != \"deploy\" || \"$(arch)\" = \"x86_64\" ]]; then mvn $MVN_ARGS_SETTINGS $MVN_ARGS; else mvn $MVN_ARGS_SETTINGS install; fi" did not complete successfully: exit code: 1