OpenMRS Core Master

Build: #3039 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
fd22c1317b6851e7fd7877cfc07d1ae705479a3d fd22c1317b6851e7fd7877cfc07d1ae705479a3d
Successful since
#2991 ()

Error summary

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

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

#44 [dev 25/27] RUN mvn -pl webapp -s /usr/share/maven/ref/settings-docker.xml install -DskipTests
#44 2.031 [INFO] Scanning for projects...
#44 2.185 [INFO]
#44 2.186 [INFO] -------------------< org.openmrs.web:openmrs-webapp >-------------------
#44 2.186 [INFO] Building openmrs-webapp 2.6.0-SNAPSHOT
#44 2.186 [INFO] --------------------------------[ war ]---------------------------------
#44 3.017 [INFO]
#44 3.019 [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ openmrs-webapp ---
#44 3.282 [INFO] ShortRevision tag detected. The value is '6'.
#44 3.294 [INFO] Executing: /bin/sh -c cd '/app/webapp' && 'git' 'rev-parse' '--verify' '--short=6' 'HEAD'
#44 3.295 [INFO] Working directory: /app/webapp
#44 3.323 [INFO] Storing buildNumber: 0 at timestamp: 1664408163930
#44 3.333 [WARNING] Cannot get the branch information from the git repository:
#44 3.333 Detecting the current branch failed: fatal: not a git repository (or any of the parent directories): .git
#44 3.333
#44 3.333 [INFO] ShortRevision tag detected. The value is '6'.
#44 3.333 [INFO] Executing: /bin/sh -c cd '/app/webapp' && 'git' 'rev-parse' '--verify' '--short=6' 'HEAD'
#44 3.334 [INFO] Working directory: /app/webapp
#44 3.341 [INFO] Storing buildScmBranch: UNKNOWN_BRANCH
#44 3.342 [INFO]
#44 3.342 [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ openmrs-webapp ---
#44 3.448 [INFO]
#44 3.449 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ openmrs-webapp ---
#44 3.519 [INFO] Copying 2 resources
#44 3.533 [INFO] Copying 1 resource to ../jetty
#44 3.564 [INFO]
#44 3.570 [INFO] --- maven-antrun-plugin:3.1.0:run (default) @ openmrs-webapp ---
#44 3.939 [INFO] Executing tasks
#44 3.950 [INFO]     [unzip] Expanding: /app/webapp/src/main/resources/liquibase-demo-data.zip into /app/webapp/target/classes
#44 3.994 [INFO] Executed tasks
#44 3.995 [INFO]
#44 3.996 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ openmrs-webapp ---
#44 4.076 [INFO] No sources to compile
#44 4.077 [INFO]
#44 4.078 [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ openmrs-webapp ---
#44 4.085 [INFO] Copying 1 resource
#44 4.087 [INFO]
#44 4.091 [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ openmrs-webapp ---
#44 4.094 [INFO] No sources to compile
#44 4.099 [INFO]
#44 4.100 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ openmrs-webapp ---
#44 4.241 [INFO] Tests are skipped.
#44 4.248 [INFO]
#44 4.249 [INFO] --- maven-war-plugin:3.3.2:war (default-war) @ openmrs-webapp ---
#44 4.406 [INFO] Packaging webapp
#44 4.409 [INFO] Assembling webapp [openmrs-webapp] in [/app/webapp/target/openmrs]
#44 4.417 [INFO] Processing war project
#44 4.418 [INFO] Copying webapp webResources [/app/webapp/src/main/webapp] to [/app/webapp/target/openmrs]
#44 4.437 [INFO] Copying webapp resources [/app/webapp/src/main/webapp]
#44 4.762 [INFO] Building war: /app/webapp/target/openmrs.war
#44 7.295 [INFO]
#44 7.296 [INFO] --- maven-jar-plugin:3.3.0:test-jar (default) @ openmrs-webapp ---
#44 7.425 [INFO] Building jar: /app/webapp/target/openmrs-tests.jar
#44 7.453 [INFO]
#44 7.454 [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs-webapp ---
#44 7.513 [INFO] Checking licenses...
#44 7.560 [INFO]
#44 7.561 [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs-webapp ---
#44 7.594 [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 7.651 [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 7.657 [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 7.659 [INFO] ------------------------------------------------------------------------
#44 7.659 [INFO] BUILD SUCCESS
#44 7.660 [INFO] ------------------------------------------------------------------------
#44 7.661 [INFO] Total time:  5.647 s
#44 7.662 [INFO] Finished at: 2022-09-28T23:36:08Z
#44 7.662 [INFO] ------------------------------------------------------------------------
#44 DONE 8.0s

#45 [dev 26/27] COPY wait-for-it.sh startup-init.sh startup.sh startup-dev.sh ./
#45 DONE 0.1s

#46 [dev 27/27] RUN chmod 755 wait-for-it.sh && chmod 755 startup-init.sh && chmod 755 startup.sh      && chmod 755 startup-dev.sh
#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.3s

#49 exporting to image
#49 exporting layers
#49 exporting layers 3.8s done
#49 exporting manifest sha256:b50c4bc67cecd4c8b4c5aa253b6d067335339d9e9a1e30c31cf4b7a26db2de88 0.0s done
#49 exporting config sha256:5e6980079e801cbf9ee486eabb7361d0aef758a6caf7c1b21c52a4426f3d0b52 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 4.1s done
#49 pushing manifest for docker.io/openmrs/openmrs-core:nightly@sha256:b50c4bc67cecd4c8b4c5aa253b6d067335339d9e9a1e30c31cf4b7a26db2de88
#49 pushing manifest for docker.io/openmrs/openmrs-core:nightly@sha256:b50c4bc67cecd4c8b4c5aa253b6d067335339d9e9a1e30c31cf4b7a26db2de88 0.3s done
#49 DONE 8.3s