OpenMRS Core Master

Build: #3060 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
21 minutes
Revision
7803d2c751fea7a7c7fc102e8d3ea334ef2fd5e5 7803d2c751fea7a7c7fc102e8d3ea334ef2fd5e5
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 99.97 [INFO] Total time:  01:26 min
#60 99.97 [INFO] Finished at: 2022-10-04T20:20:22Z
#60 99.97 [INFO] ------------------------------------------------------------------------
#60 DONE 100.1s

#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 12.73 [INFO] Scanning for projects...
#62 15.74 [INFO]
#62 15.74 [INFO] -------------------< org.openmrs.web:openmrs-webapp >-------------------
#62 15.74 [INFO] Building openmrs-webapp 2.6.0-SNAPSHOT
#62 15.74 [INFO] --------------------------------[ war ]---------------------------------
#62 23.04 [INFO]
#62 23.06 [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ openmrs-webapp ---
#62 27.98 [INFO] ShortRevision tag detected. The value is '6'.
#62 28.16 [INFO] Executing: /bin/sh -c cd '/app/webapp' && 'git' 'rev-parse' '--verify' '--short=6' 'HEAD'
#62 28.16 [INFO] Working directory: /app/webapp
#62 29.04 [INFO] Storing buildNumber: 0 at timestamp: 1664914850516
#62 29.21 [WARNING] Cannot get the branch information from the git repository:
#62 29.21 Detecting the current branch failed:
#62 29.23 [INFO] ShortRevision tag detected. The value is '6'.
#62 29.23 [INFO] Executing: /bin/sh -c cd '/app/webapp' && 'git' 'rev-parse' '--verify' '--short=6' 'HEAD'
#62 29.23 [INFO] Working directory: /app/webapp
#62 29.29 [INFO] Storing buildScmBranch: UNKNOWN_BRANCH
#62 29.29 [INFO]
#62 29.29 [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ openmrs-webapp ---
#62 30.52 [INFO]
#62 30.52 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ openmrs-webapp ---
#62 31.06 [INFO] Copying 2 resources
#62 31.11 [INFO] Copying 1 resource to ../jetty
#62 31.32 [INFO]
#62 31.33 [INFO] --- maven-antrun-plugin:3.1.0:run (default) @ openmrs-webapp ---
#62 34.29 [INFO] Executing tasks
#62 34.39 [INFO]     [unzip] Expanding: /app/webapp/src/main/resources/liquibase-demo-data.zip into /app/webapp/target/classes
#62 34.69 [INFO] Executed tasks
#62 34.70 [INFO]
#62 34.70 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ openmrs-webapp ---
#62 38.41 [INFO] No sources to compile
#62 38.44 [INFO]
#62 38.44 [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ openmrs-webapp ---
#62 38.63 [INFO] Copying 1 resource
#62 38.65 [INFO]
#62 38.65 [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ openmrs-webapp ---
#62 38.72 [INFO] No sources to compile
#62 38.74 [INFO]
#62 38.74 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ openmrs-webapp ---
#62 40.51 [INFO] Tests are skipped.
#62 40.52 [INFO]
#62 40.52 [INFO] --- maven-war-plugin:3.3.2:war (default-war) @ openmrs-webapp ---
#62 42.45 [INFO] Packaging webapp
#62 42.46 [INFO] Assembling webapp [openmrs-webapp] in [/app/webapp/target/openmrs]
#62 42.52 [INFO] Processing war project
#62 42.52 [INFO] Copying webapp webResources [/app/webapp/src/main/webapp] to [/app/webapp/target/openmrs]
#62 42.69 [INFO] Copying webapp resources [/app/webapp/src/main/webapp]
#62 44.29 [INFO] Building war: /app/webapp/target/openmrs.war
#62 55.35 [INFO]
#62 55.36 [INFO] --- maven-jar-plugin:3.3.0:test-jar (default) @ openmrs-webapp ---
#62 58.43 [INFO] Building jar: /app/webapp/target/openmrs-tests.jar
#62 58.83 [INFO]
#62 58.84 [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs-webapp ---
#62 60.22 [INFO] Checking licenses...
#62 60.83 [INFO]
#62 60.83 [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs-webapp ---
#62 62.27 [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 62.45 [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 62.53 [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 62.58 [INFO] ------------------------------------------------------------------------
#62 62.59 [INFO] BUILD SUCCESS
#62 62.59 [INFO] ------------------------------------------------------------------------
#62 62.60 [INFO] Total time:  50.008 s
#62 62.61 [INFO] Finished at: 2022-10-04T20:21:25Z
#62 62.61 [INFO] ------------------------------------------------------------------------
#62 DONE 63.0s

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

#64 exporting to image
#64 exporting layers
#64 exporting layers 37.2s done
#64 exporting manifest sha256:d90c7c65055a6b6586ec1981b0bd6e40723a74c615a323023e94ad2337ab67c6
#64 exporting manifest sha256:d90c7c65055a6b6586ec1981b0bd6e40723a74c615a323023e94ad2337ab67c6 0.0s done
#64 exporting config sha256:60ef56d91a0297f320f055a285ad7e8c4e2a89f38b9debb44d0a017f3c64a1e2 0.0s done
#64 exporting manifest sha256:cc3d2f9cfaadc8e82386cc5aafa3f2df2d690f98d8aaadd77ec99715e2b8e7c4 0.0s done
#64 exporting config sha256:61f2481ffde859559c74322878f401975dabcf7208b3ddaba90adb14e993c717 0.0s done
#64 exporting manifest list sha256:fc387741e7c29721e1a3e57dfce1f92f743fb261b4846e1b4e78b7bda9836e1a
#64 exporting manifest list sha256:fc387741e7c29721e1a3e57dfce1f92f743fb261b4846e1b4e78b7bda9836e1a 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 21.9s done
#64 pushing manifest for docker.io/openmrs/openmrs-core:dev@sha256:fc387741e7c29721e1a3e57dfce1f92f743fb261b4846e1b4e78b7bda9836e1a
#64 pushing manifest for docker.io/openmrs/openmrs-core:dev@sha256:fc387741e7c29721e1a3e57dfce1f92f743fb261b4846e1b4e78b7bda9836e1a 0.9s done
#64 DONE 60.2s