OpenMRS Core Master

Build: #3010 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
32 seconds
Revision
3b50fe666e12cfdbdfc055e89130b4e9a4774e12 3b50fe666e12cfdbdfc055e89130b4e9a4774e12
Successful since
#2991 ()

Error summary

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

#36 12.68 [INFO] ------------------------------------------------------------------------
#36 DONE 12.7s

#43 [dev 24/26] COPY webapp/ ./webapp/
#43 DONE 0.1s

#44 [dev 25/26] RUN mvn -pl webapp -s /usr/share/maven/ref/settings-docker.xml install -DskipTests
#44 1.287 [INFO] Scanning for projects...
#44 1.549 [INFO]
#44 1.550 [INFO] -------------------< org.openmrs.web:openmrs-webapp >-------------------
#44 1.550 [INFO] Building openmrs-webapp 2.6.0-SNAPSHOT
#44 1.551 [INFO] --------------------------------[ war ]---------------------------------
#44 2.329 [INFO]
#44 2.330 [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ openmrs-webapp ---
#44 2.717 [INFO] ShortRevision tag detected. The value is '6'.
#44 2.729 [INFO] Executing: /bin/sh -c cd '/app/webapp' && 'git' 'rev-parse' '--verify' '--short=6' 'HEAD'
#44 2.730 [INFO] Working directory: /app/webapp
#44 2.774 [INFO] Storing buildNumber: 0 at timestamp: 1663794893393
#44 2.782 [WARNING] Cannot get the branch information from the git repository:
#44 2.782 Detecting the current branch failed: fatal: not a git repository (or any of the parent directories): .git
#44 2.782
#44 2.783 [INFO] ShortRevision tag detected. The value is '6'.
#44 2.783 [INFO] Executing: /bin/sh -c cd '/app/webapp' && 'git' 'rev-parse' '--verify' '--short=6' 'HEAD'
#44 2.784 [INFO] Working directory: /app/webapp
#44 2.790 [INFO] Storing buildScmBranch: UNKNOWN_BRANCH
#44 2.792 [INFO]
#44 2.794 [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ openmrs-webapp ---
#44 2.885 [INFO]
#44 2.888 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ openmrs-webapp ---
#44 2.937 [INFO] Copying 2 resources
#44 2.945 [INFO] Copying 1 resource to ../jetty
#44 2.968 [INFO]
#44 2.975 [INFO] --- maven-antrun-plugin:3.1.0:run (default) @ openmrs-webapp ---
#44 3.326 [INFO] Executing tasks
#44 3.337 [INFO]     [unzip] Expanding: /app/webapp/src/main/resources/liquibase-demo-data.zip into /app/webapp/target/classes
#44 3.375 [INFO] Executed tasks
#44 3.375 [INFO]
#44 3.376 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ openmrs-webapp ---
#44 3.454 [INFO] No sources to compile
#44 3.454 [INFO]
#44 3.455 [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ openmrs-webapp ---
#44 3.457 [INFO] Copying 1 resource
#44 3.457 [INFO]
#44 3.458 [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ openmrs-webapp ---
#44 3.460 [INFO] No sources to compile
#44 3.461 [INFO]
#44 3.461 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ openmrs-webapp ---
#44 3.570 [INFO] Tests are skipped.
#44 3.576 [INFO]
#44 3.578 [INFO] --- maven-war-plugin:3.3.2:war (default-war) @ openmrs-webapp ---
#44 3.741 [INFO] Packaging webapp
#44 3.743 [INFO] Assembling webapp [openmrs-webapp] in [/app/webapp/target/openmrs]
#44 3.749 [INFO] Processing war project
#44 3.750 [INFO] Copying webapp webResources [/app/webapp/src/main/webapp] to [/app/webapp/target/openmrs]
#44 3.767 [INFO] Copying webapp resources [/app/webapp/src/main/webapp]
#44 4.002 [INFO] Building war: /app/webapp/target/openmrs.war
#44 6.417 [INFO]
#44 6.417 [INFO] --- maven-jar-plugin:3.3.0:test-jar (default) @ openmrs-webapp ---
#44 6.526 [INFO] Building jar: /app/webapp/target/openmrs-tests.jar
#44 6.564 [INFO]
#44 6.564 [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs-webapp ---
#44 6.664 [INFO] Checking licenses...
#44 6.712 [INFO]
#44 6.712 [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs-webapp ---
#44 6.746 [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
#44 6.798 [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
#44 6.803 [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
#44 6.806 [INFO] ------------------------------------------------------------------------
#44 6.807 [INFO] BUILD SUCCESS
#44 6.807 [INFO] ------------------------------------------------------------------------
#44 6.808 [INFO] Total time:  5.540 s
#44 6.809 [INFO] Finished at: 2022-09-21T21:14:57Z
#44 6.809 [INFO] ------------------------------------------------------------------------
#44 DONE 7.2s

#45 [dev 26/26] WORKDIR /app/webapp
#45 DONE 0.1s

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

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

#48 exporting to image
#48 exporting layers
#48 ...

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

#48 exporting to image
#48 exporting layers 3.7s done
#48 exporting manifest sha256:50477f7ca25faffe743c61a9197243fc74a1be3812fad29e28620f924302f6c4 0.0s done
#48 exporting config sha256:cdd757b8867db8e61bb72e1ae697775040390b9758ca4723a54687b6565a0a4a 0.0s done
#48 pushing layers
#48 pushing layers 3.4s done
#48 pushing manifest for docker.io/openmrs/openmrs-core:nightly@sha256:50477f7ca25faffe743c61a9197243fc74a1be3812fad29e28620f924302f6c4
#48 pushing manifest for docker.io/openmrs/openmrs-core:nightly@sha256:50477f7ca25faffe743c61a9197243fc74a1be3812fad29e28620f924302f6c4 0.3s done
#48 DONE 7.5s