OpenMRS Core Master

Build: #3095 was successful

Job: Deploy to docker was successful

Stages & jobs

  1. Build

  2. Test

  3. Deploy

  4. Release

    Requires a user to start manually

Job result summary

Completed
Duration
8 minutes
Revision
36590537ef3c23a1c06b115a0b30bc2390bd4ab2 36590537ef3c23a1c06b115a0b30bc2390bd4ab2
Successful since
#2991 ()

Error summary

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

#43 8.202 [INFO] ------------------------------------------------------------------------
#43 DONE 8.3s

#44 [dev 24/26] COPY webapp/ ./webapp/
#44 DONE 0.2s

#45 [dev 25/26] RUN mvn -pl webapp -s /usr/share/maven/ref/settings-docker.xml install -DskipTests
#45 1.953 [INFO] Scanning for projects...
#45 2.259 [INFO]
#45 2.264 [INFO] -------------------< org.openmrs.web:openmrs-webapp >-------------------
#45 2.264 [INFO] Building openmrs-webapp 2.6.0-SNAPSHOT
#45 2.265 [INFO] --------------------------------[ war ]---------------------------------
#45 3.315 [INFO]
#45 3.315 [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ openmrs-webapp ---
#45 3.936 [INFO] ShortRevision tag detected. The value is '6'.
#45 3.946 [INFO] Executing: /bin/sh -c cd '/app/webapp' && 'git' 'rev-parse' '--verify' '--short=6' 'HEAD'
#45 3.950 [INFO] Working directory: /app/webapp
#45 4.017 [INFO] Storing buildNumber: 0 at timestamp: 1666558721090
#45 4.024 [WARNING] Cannot get the branch information from the git repository:
#45 4.024 Detecting the current branch failed: fatal: not a git repository (or any of the parent directories): .git
#45 4.024
#45 4.024 [INFO] ShortRevision tag detected. The value is '6'.
#45 4.024 [INFO] Executing: /bin/sh -c cd '/app/webapp' && 'git' 'rev-parse' '--verify' '--short=6' 'HEAD'
#45 4.024 [INFO] Working directory: /app/webapp
#45 4.033 [INFO] Storing buildScmBranch: UNKNOWN_BRANCH
#45 4.037 [INFO]
#45 4.037 [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ openmrs-webapp ---
#45 4.120 [INFO]
#45 4.121 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ openmrs-webapp ---
#45 4.157 [INFO] Copying 2 resources
#45 4.162 [INFO] Copying 1 resource to ../jetty
#45 4.182 [INFO]
#45 4.182 [INFO] --- maven-antrun-plugin:3.1.0:run (default) @ openmrs-webapp ---
#45 4.456 [INFO] Executing tasks
#45 4.465 [INFO]     [unzip] Expanding: /app/webapp/src/main/resources/liquibase-demo-data.zip into /app/webapp/target/classes
#45 4.524 [INFO] Executed tasks
#45 4.525 [INFO]
#45 4.526 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ openmrs-webapp ---
#45 4.597 [INFO] No sources to compile
#45 4.597 [INFO]
#45 4.598 [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ openmrs-webapp ---
#45 4.602 [INFO] Copying 1 resource
#45 4.603 [INFO]
#45 4.603 [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ openmrs-webapp ---
#45 4.611 [INFO] No sources to compile
#45 4.611 [INFO]
#45 4.612 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ openmrs-webapp ---
#45 4.744 [INFO] Tests are skipped.
#45 4.747 [INFO]
#45 4.750 [INFO] --- maven-war-plugin:3.3.2:war (default-war) @ openmrs-webapp ---
#45 4.926 [INFO] Packaging webapp
#45 4.928 [INFO] Assembling webapp [openmrs-webapp] in [/app/webapp/target/openmrs]
#45 4.935 [INFO] Processing war project
#45 4.936 [INFO] Copying webapp webResources [/app/webapp/src/main/webapp] to [/app/webapp/target/openmrs]
#45 4.953 [INFO] Copying webapp resources [/app/webapp/src/main/webapp]
#45 5.362 [INFO] Building war: /app/webapp/target/openmrs.war
#45 7.845 [INFO]
#45 7.846 [INFO] --- maven-jar-plugin:3.3.0:test-jar (default) @ openmrs-webapp ---
#45 7.966 [INFO] Building jar: /app/webapp/target/openmrs-tests.jar
#45 7.995 [INFO]
#45 7.996 [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs-webapp ---
#45 8.054 [INFO] Checking licenses...
#45 8.108 [INFO]
#45 8.109 [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs-webapp ---
#45 8.142 [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
#45 8.221 [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
#45 8.226 [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
#45 8.228 [INFO] ------------------------------------------------------------------------
#45 8.229 [INFO] BUILD SUCCESS
#45 8.230 [INFO] ------------------------------------------------------------------------
#45 8.231 [INFO] Total time:  6.334 s
#45 8.232 [INFO] Finished at: 2022-10-23T20:58:45Z
#45 8.233 [INFO] ------------------------------------------------------------------------
#45 DONE 8.6s

#46 [dev 26/26] WORKDIR /app/webapp
#46 DONE 0.2s

#47 [stage-1 8/9] COPY --from=dev /app/LICENSE LICENSE
#47 DONE 0.1s

#48 [stage-1 9/9] COPY --from=dev /app/webapp/target/openmrs.war /openmrs/distribution/openmrs_core/openmrs.war
#48 DONE 0.2s

#49 exporting to image
#49 exporting layers
#49 exporting layers 3.7s done
#49 exporting manifest sha256:208a0d0c1d028f85b6af529e519ead4580a55c3873c1d539f0d3154725249771 0.0s done
#49 exporting config sha256:ec40f1d9fa2f8fb93320c241f0669f7dc43f581053454fa1a5ef7acfa5661149 0.0s done
#49 pushing layers
#49 ...

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

#49 exporting to image
#49 pushing layers 3.4s done
#49 pushing manifest for docker.io/openmrs/openmrs-core:nightly@sha256:208a0d0c1d028f85b6af529e519ead4580a55c3873c1d539f0d3154725249771
#49 pushing manifest for docker.io/openmrs/openmrs-core:nightly@sha256:208a0d0c1d028f85b6af529e519ead4580a55c3873c1d539f0d3154725249771 0.3s done
#49 DONE 7.5s