OpenMRS Core Master

Build: #3032 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
59 seconds
Revision
deb2b89b22b863c48ea9bd402a9ee99a9cc28d12 deb2b89b22b863c48ea9bd402a9ee99a9cc28d12
Successful since
#2991 ()

Error summary

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

#38 3.461 Detecting the current branch failed: fatal: not a git repository (or any of the parent directories): .git
#38 3.461
#38 3.462 [INFO] ShortRevision tag detected. The value is '6'.
#38 3.462 [INFO] Executing: /bin/sh -c cd '/app/webapp' && 'git' 'rev-parse' '--verify' '--short=6' 'HEAD'
#38 3.463 [INFO] Working directory: /app/webapp
#38 3.470 [INFO] Storing buildScmBranch: UNKNOWN_BRANCH
#38 3.471 [INFO]
#38 3.471 [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ openmrs-webapp ---
#38 3.530 [INFO]
#38 3.531 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ openmrs-webapp ---
#38 3.595 [INFO] Copying 2 resources
#38 3.601 [INFO] Copying 1 resource to ../jetty
#38 3.621 [INFO]
#38 3.622 [INFO] --- maven-antrun-plugin:3.1.0:run (default) @ openmrs-webapp ---
#38 3.891 [INFO] Executing tasks
#38 3.902 [INFO]     [unzip] Expanding: /app/webapp/src/main/resources/liquibase-demo-data.zip into /app/webapp/target/classes
#38 3.949 [INFO] Executed tasks
#38 3.950 [INFO]
#38 3.951 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ openmrs-webapp ---
#38 4.002 [INFO] No sources to compile
#38 4.003 [INFO]
#38 4.004 [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ openmrs-webapp ---
#38 4.006 [INFO] Copying 1 resource
#38 4.007 [INFO]
#38 4.008 [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ openmrs-webapp ---
#38 4.011 [INFO] No sources to compile
#38 4.012 [INFO]
#38 4.012 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ openmrs-webapp ---
#38 4.167 [INFO] Tests are skipped.
#38 4.170 [INFO]
#38 4.174 [INFO] --- maven-war-plugin:3.3.2:war (default-war) @ openmrs-webapp ---
#38 4.378 [INFO] Packaging webapp
#38 4.381 [INFO] Assembling webapp [openmrs-webapp] in [/app/webapp/target/openmrs]
#38 4.389 [INFO] Processing war project
#38 4.390 [INFO] Copying webapp webResources [/app/webapp/src/main/webapp] to [/app/webapp/target/openmrs]
#38 4.409 [INFO] Copying webapp resources [/app/webapp/src/main/webapp]
#38 5.150 [INFO] Building war: /app/webapp/target/openmrs.war
#38 7.602 [INFO]
#38 7.602 [INFO] --- maven-jar-plugin:3.3.0:test-jar (default) @ openmrs-webapp ---
#38 7.732 [INFO] Building jar: /app/webapp/target/openmrs-tests.jar
#38 7.800 [INFO]
#38 7.801 [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs-webapp ---
#38 7.889 [INFO] Checking licenses...
#38 7.946 [INFO]
#38 7.946 [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs-webapp ---
#38 8.002 [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
#38 8.098 [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
#38 8.107 [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
#38 8.110 [INFO] ------------------------------------------------------------------------
#38 8.111 [INFO] BUILD SUCCESS
#38 8.111 [INFO] ------------------------------------------------------------------------
#38 8.112 [INFO] Total time:  6.394 s
#38 8.113 [INFO] Finished at: 2022-09-27T17:12:37Z
#38 8.114 [INFO] ------------------------------------------------------------------------
#38 DONE 8.5s

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

#40 [stage-1 6/9] WORKDIR /openmrs
#40 CACHED

#41 [stage-1 3/9] RUN groupadd -r openmrs      && useradd --no-log-init -r -g openmrs openmrs      && chown -R openmrs /usr/local/tomcat      && mkdir -p /openmrs/data/modules     && mkdir -p /openmrs/data/owa      && mkdir -p /openmrs/data/configuration      && chown -R openmrs /openmrs
#41 CACHED

#42 [stage-1 5/9] RUN chmod -R 755 /usr/local/tomcat/wait-for-it.sh && chmod -R 755 /usr/local/tomcat/startup.sh
#42 CACHED

#43 [stage-1 7/9] RUN sed -i '/Connector port="8080"/a URIEncoding="UTF-8" relaxedPathChars="[]|" relaxedQueryChars="[]|{}^\`"<>"' /usr/local/tomcat/conf/server.xml
#43 CACHED

#44 [stage-1 2/9] RUN apt-get update && apt-get install -y zip dumb-init     && apt-get clean      && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/local/tomcat/webapps/*
#44 CACHED

#45 [stage-1 4/9] COPY wait-for-it.sh startup.sh /usr/local/tomcat/
#45 CACHED

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

#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.2s done
#48 exporting manifest sha256:f559877c22eef0a9c8a78ea5323de20f92ee70f1902087bcab79b7644c7f5622 0.0s done
#48 exporting config sha256:0c948f20838f2d126f4db1dc0cadcbe2baf376e896b6da6181b50cb38d93624b
#48 exporting config sha256:0c948f20838f2d126f4db1dc0cadcbe2baf376e896b6da6181b50cb38d93624b 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 3.4s done
#48 pushing manifest for docker.io/openmrs/openmrs-core:nightly@sha256:f559877c22eef0a9c8a78ea5323de20f92ee70f1902087bcab79b7644c7f5622
#48 pushing manifest for docker.io/openmrs/openmrs-core:nightly@sha256:f559877c22eef0a9c8a78ea5323de20f92ee70f1902087bcab79b7644c7f5622 0.3s done
#48 DONE 7.0s