OpenMRS Core Master

Build: #3103 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
7 minutes
Revision
77a44b4c3b6e325df5fc44316aeb6333cf4df157 77a44b4c3b6e325df5fc44316aeb6333cf4df157
Successful since
#2991 ()

Error summary

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

#42 8.885 [INFO] ------------------------------------------------------------------------
#42 DONE 9.0s

#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 2.053 [INFO] Scanning for projects...
#44 2.413 [INFO]
#44 2.415 [INFO] -------------------< org.openmrs.web:openmrs-webapp >-------------------
#44 2.415 [INFO] Building openmrs-webapp 2.6.0-SNAPSHOT
#44 2.419 [INFO] --------------------------------[ war ]---------------------------------
#44 3.569 [INFO]
#44 3.571 [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ openmrs-webapp ---
#44 4.074 [INFO] ShortRevision tag detected. The value is '6'.
#44 4.099 [INFO] Executing: /bin/sh -c cd '/app/webapp' && 'git' 'rev-parse' '--verify' '--short=6' 'HEAD'
#44 4.099 [INFO] Working directory: /app/webapp
#44 4.132 [INFO] Storing buildNumber: 0 at timestamp: 1667424981138
#44 4.137 [WARNING] Cannot get the branch information from the git repository:
#44 4.137 Detecting the current branch failed: fatal: not a git repository (or any of the parent directories): .git
#44 4.137
#44 4.137 [INFO] ShortRevision tag detected. The value is '6'.
#44 4.137 [INFO] Executing: /bin/sh -c cd '/app/webapp' && 'git' 'rev-parse' '--verify' '--short=6' 'HEAD'
#44 4.137 [INFO] Working directory: /app/webapp
#44 4.145 [INFO] Storing buildScmBranch: UNKNOWN_BRANCH
#44 4.146 [INFO]
#44 4.146 [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ openmrs-webapp ---
#44 4.337 [INFO]
#44 4.344 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ openmrs-webapp ---
#44 4.432 [INFO] Copying 2 resources
#44 4.443 [INFO] Copying 1 resource to ../jetty
#44 4.495 [INFO]
#44 4.496 [INFO] --- maven-antrun-plugin:3.1.0:run (default) @ openmrs-webapp ---
#44 4.917 [INFO] Executing tasks
#44 4.932 [INFO]     [unzip] Expanding: /app/webapp/src/main/resources/liquibase-demo-data.zip into /app/webapp/target/classes
#44 4.971 [INFO] Executed tasks
#44 4.973 [INFO]
#44 4.974 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ openmrs-webapp ---
#44 5.066 [INFO] No sources to compile
#44 5.067 [INFO]
#44 5.068 [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ openmrs-webapp ---
#44 5.071 [INFO] Copying 1 resource
#44 5.074 [INFO]
#44 5.075 [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ openmrs-webapp ---
#44 5.078 [INFO] No sources to compile
#44 5.079 [INFO]
#44 5.080 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ openmrs-webapp ---
#44 5.190 [INFO] Tests are skipped.
#44 5.192 [INFO]
#44 5.194 [INFO] --- maven-war-plugin:3.3.2:war (default-war) @ openmrs-webapp ---
#44 5.365 [INFO] Packaging webapp
#44 5.380 [INFO] Assembling webapp [openmrs-webapp] in [/app/webapp/target/openmrs]
#44 5.387 [INFO] Processing war project
#44 5.392 [INFO] Copying webapp webResources [/app/webapp/src/main/webapp] to [/app/webapp/target/openmrs]
#44 5.424 [INFO] Copying webapp resources [/app/webapp/src/main/webapp]
#44 5.805 [INFO] Building war: /app/webapp/target/openmrs.war
#44 8.388 [INFO]
#44 8.389 [INFO] --- maven-jar-plugin:3.3.0:test-jar (default) @ openmrs-webapp ---
#44 8.512 [INFO] Building jar: /app/webapp/target/openmrs-tests.jar
#44 8.548 [INFO]
#44 8.549 [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs-webapp ---
#44 8.603 [INFO] Checking licenses...
#44 8.683 [INFO]
#44 8.683 [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs-webapp ---
#44 8.723 [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 8.797 [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 8.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 8.820 [INFO] ------------------------------------------------------------------------
#44 8.821 [INFO] BUILD SUCCESS
#44 8.822 [INFO] ------------------------------------------------------------------------
#44 8.824 [INFO] Total time:  6.808 s
#44 8.826 [INFO] Finished at: 2022-11-02T21:36:25Z
#44 8.827 [INFO] ------------------------------------------------------------------------
#44 DONE 9.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.3s

#48 exporting to image
#48 exporting layers
#48 exporting layers 3.7s done
#48 exporting manifest sha256:df2cec3e2ffc47a59072a5fa537e4ef962b9ffc8474c0678f55ba91c79b6befb 0.0s done
#48 exporting config sha256:57bc8e28d492310e4eda60cdf6fa796efb6ba482e954341ef9a00dbf01d0d4a6 0.0s done
#48 pushing layers
#48 ...

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

#48 exporting to image
#48 pushing layers 2.9s done
#48 pushing manifest for docker.io/openmrs/openmrs-core:nightly@sha256:df2cec3e2ffc47a59072a5fa537e4ef962b9ffc8474c0678f55ba91c79b6befb
#48 pushing manifest for docker.io/openmrs/openmrs-core:nightly@sha256:df2cec3e2ffc47a59072a5fa537e4ef962b9ffc8474c0678f55ba91c79b6befb 0.3s done
#48 DONE 7.0s