Build: #32 failed Changes by OpenMRS Administrator

Stages & jobs

  1. Build and push

  2. Validate

  3. Update versions

  4. Release

    Requires a user to start manually
  5. Release 2nd stage

  6. Release 3rd stage

  7. Resolve File Permissions

    Final

Build result summary

Details

Completed
Queue duration
35 minutes
Duration
39 minutes
Labels
None
Revisions
OpenMRS Platform
d0bcda389b84936188d916b0d7eadc60f5e11450
Release scripts
d5831e94deff58c79f07afa118e3aad928391687
openmrs-module-webservices.rest
f9adc81b69e1f8dd608551e536f7a18d7eb38547
Standalone
6fc342ced90a9f6e618730f93a2dd54998020c58
Fixed in
#33 (Changes by Jayasanka Weerasinghe <33048395+jayasanka-sack@users.noreply.github.com>)
No failed test found. A possible compilation error occurred.

Responsible

  • OpenMRS Administrator OpenMRS Administrator Automatically assigned

Code commits

OpenMRS Platform
Author Commit Message Commit date
OpenMRS Administrator OpenMRS Administrator d0bcda389b84936188d916b0d7eadc60f5e11450 "Updated versions"

Error summary for Build standalone

The job generated some errors, drill down into the full build log for more details.

+ export IMAGE=maven:3.9.9-amazoncorretto-17
+ IMAGE=maven:3.9.9-amazoncorretto-17
+ docker pull maven:3.9.9-amazoncorretto-17
+ docker run --rm -v m2-repo:/home/nonrootuser/.m2/repository -v /data/bamboo-agent/xml-data/build-dir/OP-OP2TR-BS/standalone:/home/nonrootuser/standalone -w /home/nonrootuser/standalone maven:3.9.9-amazoncorretto-17 bash -c 'chmod -R 777 .'
+ export IMAGE=maven:3.9.9-amazoncorretto-17
+ IMAGE=maven:3.9.9-amazoncorretto-17
+ docker pull maven:3.9.9-amazoncorretto-17
+ docker run --rm -v m2-repo:/home/nonrootuser/.m2/repository -v /data/bamboo-agent/xml-data/build-dir/OP-OP2TR-BS/standalone:/home/nonrootuser/standalone -w /home/nonrootuser/standalone maven:3.9.9-amazoncorretto-17 bash -c 'useradd --no-create-home nonrootuser && chown -R nonrootuser:nonrootuser /home/nonrootuser && su nonrootuser -s /bin/bash -c "mvn clean && mvn package -DskipTests && chmod -R 777 ."'