OpenMRS Core Master

Build: #3041 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
158fcceaf694d163a96448e498b7dfec67fdfcaa 158fcceaf694d163a96448e498b7dfec67fdfcaa
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 100.8 [INFO] ------------------------------------------------------------------------
#61 DONE 101.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 13.20 [INFO] Scanning for projects...
#63 16.54 [INFO]
#63 16.54 [INFO] -------------------< org.openmrs.web:openmrs-webapp >-------------------
#63 16.54 [INFO] Building openmrs-webapp 2.6.0-SNAPSHOT
#63 16.54 [INFO] --------------------------------[ war ]---------------------------------
#63 24.58 [INFO]
#63 24.60 [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ openmrs-webapp ---
#63 29.29 [INFO] ShortRevision tag detected. The value is '6'.
#63 29.35 [INFO] Executing: /bin/sh -c cd '/app/webapp' && 'git' 'rev-parse' '--verify' '--short=6' 'HEAD'
#63 29.35 [INFO] Working directory: /app/webapp
#63 29.67 [INFO] Storing buildNumber: 0 at timestamp: 1664439396451
#63 29.74 [WARNING] Cannot get the branch information from the git repository:
#63 29.74 Detecting the current branch failed:
#63 29.74 [INFO] ShortRevision tag detected. The value is '6'.
#63 29.75 [INFO] Executing: /bin/sh -c cd '/app/webapp' && 'git' 'rev-parse' '--verify' '--short=6' 'HEAD'
#63 29.75 [INFO] Working directory: /app/webapp
#63 29.79 [INFO] Storing buildScmBranch: UNKNOWN_BRANCH
#63 29.80 [INFO]
#63 29.80 [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ openmrs-webapp ---
#63 30.64 [INFO]
#63 30.64 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ openmrs-webapp ---
#63 31.16 [INFO] Copying 2 resources
#63 31.23 [INFO] Copying 1 resource to ../jetty
#63 31.47 [INFO]
#63 31.47 [INFO] --- maven-antrun-plugin:3.1.0:run (default) @ openmrs-webapp ---
#63 33.93 [INFO] Executing tasks
#63 34.04 [INFO]     [unzip] Expanding: /app/webapp/src/main/resources/liquibase-demo-data.zip into /app/webapp/target/classes
#63 34.33 [INFO] Executed tasks
#63 34.34 [INFO]
#63 34.34 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ openmrs-webapp ---
#63 35.14 [INFO] No sources to compile
#63 35.15 [INFO]
#63 35.15 [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ openmrs-webapp ---
#63 35.19 [INFO] Copying 1 resource
#63 35.20 [INFO]
#63 35.20 [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ openmrs-webapp ---
#63 35.24 [INFO] No sources to compile
#63 35.25 [INFO]
#63 35.25 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ openmrs-webapp ---
#63 39.04 [INFO] Tests are skipped.
#63 39.04 [INFO]
#63 39.06 [INFO] --- maven-war-plugin:3.3.2:war (default-war) @ openmrs-webapp ---
#63 40.98 [INFO] Packaging webapp
#63 41.00 [INFO] Assembling webapp [openmrs-webapp] in [/app/webapp/target/openmrs]
#63 41.06 [INFO] Processing war project
#63 41.06 [INFO] Copying webapp webResources [/app/webapp/src/main/webapp] to [/app/webapp/target/openmrs]
#63 41.27 [INFO] Copying webapp resources [/app/webapp/src/main/webapp]
#63 43.42 [INFO] Building war: /app/webapp/target/openmrs.war
#63 52.67 [INFO]
#63 52.68 [INFO] --- maven-jar-plugin:3.3.0:test-jar (default) @ openmrs-webapp ---
#63 56.32 [INFO] Building jar: /app/webapp/target/openmrs-tests.jar
#63 56.81 [INFO]
#63 56.81 [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs-webapp ---
#63 58.59 [INFO] Checking licenses...
#63 59.72 [INFO]
#63 59.72 [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs-webapp ---
#63 60.39 [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 60.57 [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 60.61 [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 60.63 [INFO] ------------------------------------------------------------------------
#63 60.63 [INFO] BUILD SUCCESS
#63 60.63 [INFO] ------------------------------------------------------------------------
#63 60.64 [INFO] Total time:  47.638 s
#63 60.65 [INFO] Finished at: 2022-09-29T08:17:07Z
#63 60.65 [INFO] ------------------------------------------------------------------------
#63 DONE 61.0s

#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 41.3s done
#66 exporting manifest sha256:54944a492cbf0f17b67a88e501c583fbc793faabafea4f73741808ef45e2ec41 0.0s done
#66 exporting config sha256:b98f14508cd705141508c760982163bc9fd0f4d6bdc73d72b2d97753753773bc 0.0s done
#66 exporting manifest sha256:8cd04481e68f525577e0a6713d52d65f0ab04514b47598ad368d46d5e810b2ea 0.0s done
#66 exporting config sha256:e49dca05f683ec83e53e660ef6949208b219574bcbcad1275465f5a486de8393 0.0s done
#66 exporting manifest list sha256:69375915f11dd1b0865b63e7101a0f9968d72c3af538d64cceb5265af0062c7a
#66 exporting manifest list sha256:69375915f11dd1b0865b63e7101a0f9968d72c3af538d64cceb5265af0062c7a 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:69375915f11dd1b0865b63e7101a0f9968d72c3af538d64cceb5265af0062c7a
#66 pushing manifest for docker.io/openmrs/openmrs-core:dev@sha256:69375915f11dd1b0865b63e7101a0f9968d72c3af538d64cceb5265af0062c7a 0.8s done
#66 DONE 62.0s