OpenMRS Core Master

Build: #3018 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
10 minutes
Revision
10f389123bd8f81456a7ee5b405b9bcc8167a41b 10f389123bd8f81456a7ee5b405b9bcc8167a41b
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 90.98 [INFO] ------------------------------------------------------------------------
#60 91.01 [INFO] Total time:  01:19 min
#60 91.01 [INFO] Finished at: 2022-09-22T22:31:21Z
#60 91.01 [INFO] ------------------------------------------------------------------------
#60 DONE 91.2s

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

#62 [linux/arm64 dev 25/26] RUN mvn -pl webapp -s /usr/share/maven/ref/settings-docker.xml install -DskipTests
#62 12.02 [INFO] Scanning for projects...
#62 14.87 [INFO]
#62 14.87 [INFO] -------------------< org.openmrs.web:openmrs-webapp >-------------------
#62 14.88 [INFO] Building openmrs-webapp 2.6.0-SNAPSHOT
#62 14.88 [INFO] --------------------------------[ war ]---------------------------------
#62 21.51 [INFO]
#62 21.51 [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ openmrs-webapp ---
#62 25.84 [INFO] ShortRevision tag detected. The value is '6'.
#62 25.89 [INFO] Executing: /bin/sh -c cd '/app/webapp' && 'git' 'rev-parse' '--verify' '--short=6' 'HEAD'
#62 25.89 [INFO] Working directory: /app/webapp
#62 26.21 [INFO] Storing buildNumber: 0 at timestamp: 1663885907211
#62 26.28 [WARNING] Cannot get the branch information from the git repository:
#62 26.28 Detecting the current branch failed:
#62 26.28 [INFO] ShortRevision tag detected. The value is '6'.
#62 26.28 [INFO] Executing: /bin/sh -c cd '/app/webapp' && 'git' 'rev-parse' '--verify' '--short=6' 'HEAD'
#62 26.28 [INFO] Working directory: /app/webapp
#62 26.31 [INFO] Storing buildScmBranch: UNKNOWN_BRANCH
#62 26.31 [INFO]
#62 26.31 [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ openmrs-webapp ---
#62 27.09 [INFO]
#62 27.09 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ openmrs-webapp ---
#62 27.62 [INFO] Copying 2 resources
#62 27.72 [INFO] Copying 1 resource to ../jetty
#62 27.99 [INFO]
#62 27.99 [INFO] --- maven-antrun-plugin:3.1.0:run (default) @ openmrs-webapp ---
#62 30.35 [INFO] Executing tasks
#62 30.47 [INFO]     [unzip] Expanding: /app/webapp/src/main/resources/liquibase-demo-data.zip into /app/webapp/target/classes
#62 30.80 [INFO] Executed tasks
#62 30.81 [INFO]
#62 30.81 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ openmrs-webapp ---
#62 31.64 [INFO] No sources to compile
#62 31.65 [INFO]
#62 31.65 [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ openmrs-webapp ---
#62 31.73 [INFO] Copying 1 resource
#62 31.73 [INFO]
#62 31.73 [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ openmrs-webapp ---
#62 31.77 [INFO] No sources to compile
#62 31.78 [INFO]
#62 31.78 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ openmrs-webapp ---
#62 34.89 [INFO] Tests are skipped.
#62 34.91 [INFO]
#62 34.91 [INFO] --- maven-war-plugin:3.3.2:war (default-war) @ openmrs-webapp ---
#62 36.89 [INFO] Packaging webapp
#62 36.91 [INFO] Assembling webapp [openmrs-webapp] in [/app/webapp/target/openmrs]
#62 36.98 [INFO] Processing war project
#62 36.98 [INFO] Copying webapp webResources [/app/webapp/src/main/webapp] to [/app/webapp/target/openmrs]
#62 37.21 [INFO] Copying webapp resources [/app/webapp/src/main/webapp]
#62 39.53 [INFO] Building war: /app/webapp/target/openmrs.war
#62 48.89 [INFO]
#62 48.90 [INFO] --- maven-jar-plugin:3.3.0:test-jar (default) @ openmrs-webapp ---
#62 52.05 [INFO] Building jar: /app/webapp/target/openmrs-tests.jar
#62 52.38 [INFO]
#62 52.38 [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs-webapp ---
#62 53.63 [INFO] Checking licenses...
#62 54.66 [INFO]
#62 54.66 [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs-webapp ---
#62 55.24 [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 55.37 [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 55.43 [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 55.46 [INFO] ------------------------------------------------------------------------
#62 55.46 [INFO] BUILD SUCCESS
#62 55.46 [INFO] ------------------------------------------------------------------------
#62 55.47 [INFO] Total time:  43.610 s
#62 55.47 [INFO] Finished at: 2022-09-22T22:32:16Z
#62 55.47 [INFO] ------------------------------------------------------------------------
#62 DONE 55.8s

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

#64 exporting to image
#64 exporting layers
#64 exporting layers 16.2s done
#64 exporting manifest sha256:4c2beaa37baa454e6faf400607ef562c70302f40d3401b9eff7f04f2c7812588 0.0s done
#64 exporting config sha256:d73c184a79000b42135e3ce50c880868da3f0c4e124082eb6986fdf49a7a137a 0.0s done
#64 exporting manifest sha256:12f2bd2fbd2cecb5f67090166fb491b099265968e7905b05e0b4d7c4c500f35c 0.0s done
#64 exporting config sha256:3e456f6367bdd3b615910558bcd0e38d7c54d87c864308c8a7f4255395413a5f
#64 exporting config sha256:3e456f6367bdd3b615910558bcd0e38d7c54d87c864308c8a7f4255395413a5f 0.0s done
#64 exporting manifest list sha256:fe48b5e19d585bcef2b44fb2cae3a1dea42d56cb0bcb54ef8e905fc85f96b89e 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 10.8s done
#64 pushing manifest for docker.io/openmrs/openmrs-core:dev@sha256:fe48b5e19d585bcef2b44fb2cae3a1dea42d56cb0bcb54ef8e905fc85f96b89e
#64 pushing manifest for docker.io/openmrs/openmrs-core:dev@sha256:fe48b5e19d585bcef2b44fb2cae3a1dea42d56cb0bcb54ef8e905fc85f96b89e 1.0s done
#64 DONE 28.2s