OpenMRS Core Master

Build: #3030 failed

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
20 minutes
Revision
deac275eb4996033b6e17dda5b3e7cb3dab26b7a deac275eb4996033b6e17dda5b3e7cb3dab26b7a
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.

#60 97.44 [INFO] BUILD SUCCESS
#60 97.44 [INFO] ------------------------------------------------------------------------
#60 97.45 [INFO] Total time:  01:25 min
#60 97.45 [INFO] Finished at: 2022-09-27T15:38:03Z
#60 97.45 [INFO] ------------------------------------------------------------------------
#60 DONE 97.6s

#61 [linux/arm64 dev 24/26] COPY webapp/ ./webapp/
#61 DONE 0.1s

#62 [linux/arm64 dev 25/26] RUN mvn -pl webapp -s /usr/share/maven/ref/settings-docker.xml install -DskipTests
#62 11.54 [INFO] Scanning for projects...
#62 15.16 [INFO]
#62 15.16 [INFO] -------------------< org.openmrs.web:openmrs-webapp >-------------------
#62 15.16 [INFO] Building openmrs-webapp 2.6.0-SNAPSHOT
#62 15.16 [INFO] --------------------------------[ war ]---------------------------------
#62 21.74 [INFO]
#62 21.75 [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ openmrs-webapp ---
#62 26.14 [INFO] ShortRevision tag detected. The value is '6'.
#62 26.19 [INFO] Executing: /bin/sh -c cd '/app/webapp' && 'git' 'rev-parse' '--verify' '--short=6' 'HEAD'
#62 26.20 [INFO] Working directory: /app/webapp
#62 26.48 [INFO] Storing buildNumber: 0 at timestamp: 1664293109849
#62 26.54 [WARNING] Cannot get the branch information from the git repository:
#62 26.54 Detecting the current branch failed:
#62 26.55 [INFO] ShortRevision tag detected. The value is '6'.
#62 26.55 [INFO] Executing: /bin/sh -c cd '/app/webapp' && 'git' 'rev-parse' '--verify' '--short=6' 'HEAD'
#62 26.55 [INFO] Working directory: /app/webapp
#62 26.61 [INFO] Storing buildScmBranch: UNKNOWN_BRANCH
#62 26.61 [INFO]
#62 26.61 [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ openmrs-webapp ---
#62 28.36 [INFO]
#62 28.36 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ openmrs-webapp ---
#62 29.09 [INFO] Copying 2 resources
#62 29.14 [INFO] Copying 1 resource to ../jetty
#62 29.37 [INFO]
#62 29.38 [INFO] --- maven-antrun-plugin:3.1.0:run (default) @ openmrs-webapp ---
#62 31.74 [INFO] Executing tasks
#62 31.83 [INFO]     [unzip] Expanding: /app/webapp/src/main/resources/liquibase-demo-data.zip into /app/webapp/target/classes
#62 32.15 [INFO] Executed tasks
#62 32.16 [INFO]
#62 32.16 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ openmrs-webapp ---
#62 34.08 [INFO] No sources to compile
#62 34.09 [INFO]
#62 34.09 [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ openmrs-webapp ---
#62 34.20 [INFO] Copying 1 resource
#62 34.21 [INFO]
#62 34.21 [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ openmrs-webapp ---
#62 34.26 [INFO] No sources to compile
#62 34.26 [INFO]
#62 34.27 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ openmrs-webapp ---
#62 36.38 [INFO] Tests are skipped.
#62 36.38 [INFO]
#62 36.38 [INFO] --- maven-war-plugin:3.3.2:war (default-war) @ openmrs-webapp ---
#62 38.16 [INFO] Packaging webapp
#62 38.17 [INFO] Assembling webapp [openmrs-webapp] in [/app/webapp/target/openmrs]
#62 38.23 [INFO] Processing war project
#62 38.23 [INFO] Copying webapp webResources [/app/webapp/src/main/webapp] to [/app/webapp/target/openmrs]
#62 38.42 [INFO] Copying webapp resources [/app/webapp/src/main/webapp]
#62 40.41 [INFO] Building war: /app/webapp/target/openmrs.war
#62 50.58 [INFO]
#62 50.58 [INFO] --- maven-jar-plugin:3.3.0:test-jar (default) @ openmrs-webapp ---
#62 54.26 [INFO] Building jar: /app/webapp/target/openmrs-tests.jar
#62 54.74 [INFO]
#62 54.74 [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs-webapp ---
#62 56.19 [INFO] Checking licenses...
#62 57.59 [INFO]
#62 57.59 [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs-webapp ---
#62 59.67 [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
#62 59.80 [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
#62 59.89 [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
#62 59.93 [INFO] ------------------------------------------------------------------------
#62 59.93 [INFO] BUILD SUCCESS
#62 59.93 [INFO] ------------------------------------------------------------------------
#62 59.94 [INFO] Total time:  48.595 s
#62 59.94 [INFO] Finished at: 2022-09-27T15:39:03Z
#62 59.94 [INFO] ------------------------------------------------------------------------
#62 DONE 60.2s

#63 [linux/arm64 dev 26/26] WORKDIR /app/webapp
#63 DONE 0.1s

#64 exporting to image
#64 exporting layers
#64 exporting layers 36.3s done
#64 exporting manifest sha256:042b87b903cfe4af6876dca79ef31d59c46bab601dfcb40735c12019e9ed9d2d 0.0s done
#64 exporting config sha256:2f48616894052615b004863fa06e8a527b7de51d44c9610ace68a31b49075fe5 0.0s done
#64 exporting manifest sha256:077415710d7930c76557705dc66c3a8d6942b05a1436e90fa03b0d809316467b 0.0s done
#64 exporting config sha256:b128e897688683ac6aff1abb9d67b43d36778a5bd26075523f167d2e08c9f12d 0.0s done
#64 exporting manifest list sha256:7e09adac21ad5617c6ccd0ad9654077ea9e2b1f1a42e3c80b6ac64ce32ac0984 0.0s done
#64 pushing layers
#64 ...

#65 [auth] openmrs/openmrs-core:pull,push token for registry-1.docker.io
#65 DONE 0.0s

#64 exporting to image
#64 pushing layers 18.7s done
#64 pushing manifest for docker.io/openmrs/openmrs-core:dev@sha256:7e09adac21ad5617c6ccd0ad9654077ea9e2b1f1a42e3c80b6ac64ce32ac0984
#64 pushing manifest for docker.io/openmrs/openmrs-core:dev@sha256:7e09adac21ad5617c6ccd0ad9654077ea9e2b1f1a42e3c80b6ac64ce32ac0984 0.8s done
#64 DONE 55.8s