OpenMRS Core Master

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

Error summary

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

#38 3.584 [WARNING] Cannot get the branch information from the git repository:
#38 3.584 Detecting the current branch failed: fatal: not a git repository (or any of the parent directories): .git
#38 3.584
#38 3.584 [INFO] ShortRevision tag detected. The value is '6'.
#38 3.585 [INFO] Executing: /bin/sh -c cd '/app/webapp' && 'git' 'rev-parse' '--verify' '--short=6' 'HEAD'
#38 3.586 [INFO] Working directory: /app/webapp
#38 3.588 [INFO] Storing buildScmBranch: UNKNOWN_BRANCH
#38 3.590 [INFO]
#38 3.590 [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ openmrs-webapp ---
#38 3.677 [INFO]
#38 3.677 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ openmrs-webapp ---
#38 3.750 [INFO] Copying 2 resources
#38 3.760 [INFO] Copying 1 resource to ../jetty
#38 3.788 [INFO]
#38 3.793 [INFO] --- maven-antrun-plugin:3.1.0:run (default) @ openmrs-webapp ---
#38 4.174 [INFO] Executing tasks
#38 4.186 [INFO]     [unzip] Expanding: /app/webapp/src/main/resources/liquibase-demo-data.zip into /app/webapp/target/classes
#38 4.229 [INFO] Executed tasks
#38 4.230 [INFO]
#38 4.231 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ openmrs-webapp ---
#38 4.278 [INFO] No sources to compile
#38 4.279 [INFO]
#38 4.279 [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ openmrs-webapp ---
#38 4.282 [INFO] Copying 1 resource
#38 4.283 [INFO]
#38 4.283 [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ openmrs-webapp ---
#38 4.286 [INFO] No sources to compile
#38 4.287 [INFO]
#38 4.287 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ openmrs-webapp ---
#38 4.445 [INFO] Tests are skipped.
#38 4.446 [INFO]
#38 4.447 [INFO] --- maven-war-plugin:3.3.2:war (default-war) @ openmrs-webapp ---
#38 4.616 [INFO] Packaging webapp
#38 4.621 [INFO] Assembling webapp [openmrs-webapp] in [/app/webapp/target/openmrs]
#38 4.628 [INFO] Processing war project
#38 4.629 [INFO] Copying webapp webResources [/app/webapp/src/main/webapp] to [/app/webapp/target/openmrs]
#38 4.652 [INFO] Copying webapp resources [/app/webapp/src/main/webapp]
#38 5.490 [INFO] Building war: /app/webapp/target/openmrs.war
#38 7.835 [INFO]
#38 7.836 [INFO] --- maven-jar-plugin:3.3.0:test-jar (default) @ openmrs-webapp ---
#38 7.946 [INFO] Building jar: /app/webapp/target/openmrs-tests.jar
#38 7.981 [INFO]
#38 7.983 [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs-webapp ---
#38 8.042 [INFO] Checking licenses...
#38 8.121 [INFO]
#38 8.122 [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs-webapp ---
#38 8.175 [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.231 [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.238 [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.241 [INFO] ------------------------------------------------------------------------
#38 8.242 [INFO] BUILD SUCCESS
#38 8.242 [INFO] ------------------------------------------------------------------------
#38 8.243 [INFO] Total time:  6.526 s
#38 8.244 [INFO] Finished at: 2022-09-27T19:32:21Z
#38 8.245 [INFO] ------------------------------------------------------------------------
#38 DONE 8.6s

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

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

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

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

#43 [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/*
#43 CACHED

#44 [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
#44 CACHED

#45 [stage-1 5/9] RUN chmod -R 755 /usr/local/tomcat/wait-for-it.sh && chmod -R 755 /usr/local/tomcat/startup.sh
#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:9b81a11f9c93b481bf221c8d30e9839ccbebdcdad36060dd8e6570fc21e1a3e7 0.0s done
#48 exporting config sha256:c799b3fe3e21b6eb2a22e00c3b253bc9cce5205b4369cfb792ae93ac9e6151f5 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.1s done
#48 pushing manifest for docker.io/openmrs/openmrs-core:nightly@sha256:9b81a11f9c93b481bf221c8d30e9839ccbebdcdad36060dd8e6570fc21e1a3e7
#48 pushing manifest for docker.io/openmrs/openmrs-core:nightly@sha256:9b81a11f9c93b481bf221c8d30e9839ccbebdcdad36060dd8e6570fc21e1a3e7 0.6s done
#48 DONE 6.9s