OpenMRS Core Master

Build: #3038 was successful

Job: Build was successful

Stages & jobs

  1. Build

  2. Test

  3. Deploy

  4. Release

    Requires a user to start manually

Job result summary

Completed
Duration
23 minutes
Revision
6a34e811a7442219a592a997b056120048f8b987 6a34e811a7442219a592a997b056120048f8b987
Successful since
#3001 ()

Configuration changes

Job Build with key TRUNK-MASTER-JOB1 no longer exists.

Error summary

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

#61 102.8 [INFO] ------------------------------------------------------------------------
#61 DONE 103.0s

#62 [linux/arm64 dev 24/27] COPY webapp/ ./webapp/
#62 DONE 0.1s

#63 [linux/arm64 dev 25/27] RUN mvn -pl webapp -s /usr/share/maven/ref/settings-docker.xml install -DskipTests
#63 12.93 [INFO] Scanning for projects...
#63 16.00 [INFO]
#63 16.00 [INFO] -------------------< org.openmrs.web:openmrs-webapp >-------------------
#63 16.00 [INFO] Building openmrs-webapp 2.6.0-SNAPSHOT
#63 16.00 [INFO] --------------------------------[ war ]---------------------------------
#63 22.66 [INFO]
#63 22.66 [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ openmrs-webapp ---
#63 28.06 [INFO] ShortRevision tag detected. The value is '6'.
#63 28.14 [INFO] Executing: /bin/sh -c cd '/app/webapp' && 'git' 'rev-parse' '--verify' '--short=6' 'HEAD'
#63 28.14 [INFO] Working directory: /app/webapp
#63 28.46 [INFO] Storing buildNumber: 0 at timestamp: 1664404683803
#63 28.52 [WARNING] Cannot get the branch information from the git repository:
#63 28.52 Detecting the current branch failed:
#63 28.52 [INFO] ShortRevision tag detected. The value is '6'.
#63 28.52 [INFO] Executing: /bin/sh -c cd '/app/webapp' && 'git' 'rev-parse' '--verify' '--short=6' 'HEAD'
#63 28.53 [INFO] Working directory: /app/webapp
#63 28.58 [INFO] Storing buildScmBranch: UNKNOWN_BRANCH
#63 28.58 [INFO]
#63 28.59 [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ openmrs-webapp ---
#63 29.86 [INFO]
#63 29.86 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ openmrs-webapp ---
#63 30.36 [INFO] Copying 2 resources
#63 30.43 [INFO] Copying 1 resource to ../jetty
#63 30.64 [INFO]
#63 30.65 [INFO] --- maven-antrun-plugin:3.1.0:run (default) @ openmrs-webapp ---
#63 32.84 [INFO] Executing tasks
#63 32.92 [INFO]     [unzip] Expanding: /app/webapp/src/main/resources/liquibase-demo-data.zip into /app/webapp/target/classes
#63 33.25 [INFO] Executed tasks
#63 33.25 [INFO]
#63 33.25 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ openmrs-webapp ---
#63 34.14 [INFO] No sources to compile
#63 34.15 [INFO]
#63 34.15 [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ openmrs-webapp ---
#63 34.24 [INFO] Copying 1 resource
#63 34.24 [INFO]
#63 34.24 [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ openmrs-webapp ---
#63 34.27 [INFO] No sources to compile
#63 34.28 [INFO]
#63 34.29 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ openmrs-webapp ---
#63 37.19 [INFO] Tests are skipped.
#63 37.19 [INFO]
#63 37.19 [INFO] --- maven-war-plugin:3.3.2:war (default-war) @ openmrs-webapp ---
#63 39.72 [INFO] Packaging webapp
#63 39.74 [INFO] Assembling webapp [openmrs-webapp] in [/app/webapp/target/openmrs]
#63 39.85 [INFO] Processing war project
#63 39.86 [INFO] Copying webapp webResources [/app/webapp/src/main/webapp] to [/app/webapp/target/openmrs]
#63 40.32 [INFO] Copying webapp resources [/app/webapp/src/main/webapp]
#63 42.05 [INFO] Building war: /app/webapp/target/openmrs.war
#63 51.66 [INFO]
#63 51.66 [INFO] --- maven-jar-plugin:3.3.0:test-jar (default) @ openmrs-webapp ---
#63 55.26 [INFO] Building jar: /app/webapp/target/openmrs-tests.jar
#63 55.58 [INFO]
#63 55.58 [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs-webapp ---
#63 57.25 [INFO] Checking licenses...
#63 58.03 [INFO]
#63 58.03 [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs-webapp ---
#63 58.48 [INFO] Installing /app/webapp/target/openmrs.war to /usr/share/maven/ref/repository/org/openmrs/web/openmrs-webapp/2.6.0-SNAPSHOT/openmrs-webapp-2.6.0-SNAPSHOT.war
#63 58.62 [INFO] Installing /app/webapp/pom.xml to /usr/share/maven/ref/repository/org/openmrs/web/openmrs-webapp/2.6.0-SNAPSHOT/openmrs-webapp-2.6.0-SNAPSHOT.pom
#63 58.68 [INFO] Installing /app/webapp/target/openmrs-tests.jar to /usr/share/maven/ref/repository/org/openmrs/web/openmrs-webapp/2.6.0-SNAPSHOT/openmrs-webapp-2.6.0-SNAPSHOT-tests.jar
#63 58.70 [INFO] ------------------------------------------------------------------------
#63 58.70 [INFO] BUILD SUCCESS
#63 58.70 [INFO] ------------------------------------------------------------------------
#63 58.71 [INFO] Total time:  45.950 s
#63 58.72 [INFO] Finished at: 2022-09-28T22:38:34Z
#63 58.72 [INFO] ------------------------------------------------------------------------
#63 DONE 59.1s

#64 [linux/arm64 dev 26/27] COPY wait-for-it.sh startup-init.sh startup.sh startup-dev.sh ./
#64 DONE 0.1s

#65 [linux/arm64 dev 27/27] RUN chmod 755 wait-for-it.sh && chmod 755 startup-init.sh && chmod 755 startup.sh      && chmod 755 startup-dev.sh
#65 DONE 0.4s

#66 exporting to image
#66 exporting layers
#66 exporting layers 39.5s done
#66 exporting manifest sha256:178cd3e1cc0143a51e751602788ada8cf3f669b71abaabbd59629c0641b63148 0.0s done
#66 exporting config sha256:e7f069190e210ee0873b80d1ec061cdc18e2cafbd997e802c391db9e12e02045 0.0s done
#66 exporting manifest sha256:0e487a0c02930903c0b365f77580235d9c73e9ed7506f1d4647ece9efd006f1c
#66 exporting manifest sha256:0e487a0c02930903c0b365f77580235d9c73e9ed7506f1d4647ece9efd006f1c 0.0s done
#66 exporting config sha256:e27c6c2b0149bf72d58f5c8bad5dd68db58a593e1cea4dc50b35a7dcf44e38e8 0.0s done
#66 exporting manifest list sha256:9b9f9b48899637493e337266e40ccfe4fd099100ef35ce65a36e5ddf20e19264 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 19.7s done
#66 pushing manifest for docker.io/openmrs/openmrs-core:dev@sha256:9b9f9b48899637493e337266e40ccfe4fd099100ef35ce65a36e5ddf20e19264
#66 pushing manifest for docker.io/openmrs/openmrs-core:dev@sha256:9b9f9b48899637493e337266e40ccfe4fd099100ef35ce65a36e5ddf20e19264 0.9s done
#66 DONE 60.3s