OpenMRS Core Master

Build: #3057 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
1 minute
Revision
8869fde2e989f10644179c7a4e110bfc96e66966 8869fde2e989f10644179c7a4e110bfc96e66966
Successful since
#2991 ()

Error summary

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

#38 3.256 [WARNING] Cannot get the branch information from the git repository:
#38 3.256 Detecting the current branch failed: fatal: not a git repository (or any of the parent directories): .git
#38 3.256
#38 3.257 [INFO] ShortRevision tag detected. The value is '6'.
#38 3.257 [INFO] Executing: /bin/sh -c cd '/app/webapp' && 'git' 'rev-parse' '--verify' '--short=6' 'HEAD'
#38 3.257 [INFO] Working directory: /app/webapp
#38 3.263 [INFO] Storing buildScmBranch: UNKNOWN_BRANCH
#38 3.264 [INFO]
#38 3.264 [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ openmrs-webapp ---
#38 3.455 [INFO]
#38 3.456 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ openmrs-webapp ---
#38 3.556 [INFO] Copying 2 resources
#38 3.573 [INFO] Copying 1 resource to ../jetty
#38 3.612 [INFO]
#38 3.614 [INFO] --- maven-antrun-plugin:3.1.0:run (default) @ openmrs-webapp ---
#38 4.142 [INFO] Executing tasks
#38 4.175 [INFO]     [unzip] Expanding: /app/webapp/src/main/resources/liquibase-demo-data.zip into /app/webapp/target/classes
#38 4.270 [INFO] Executed tasks
#38 4.271 [INFO]
#38 4.272 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ openmrs-webapp ---
#38 4.360 [INFO] No sources to compile
#38 4.364 [INFO]
#38 4.364 [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ openmrs-webapp ---
#38 4.368 [INFO] Copying 1 resource
#38 4.372 [INFO]
#38 4.373 [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ openmrs-webapp ---
#38 4.376 [INFO] No sources to compile
#38 4.382 [INFO]
#38 4.383 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ openmrs-webapp ---
#38 4.561 [INFO] Tests are skipped.
#38 4.574 [INFO]
#38 4.574 [INFO] --- maven-war-plugin:3.3.2:war (default-war) @ openmrs-webapp ---
#38 4.796 [INFO] Packaging webapp
#38 4.799 [INFO] Assembling webapp [openmrs-webapp] in [/app/webapp/target/openmrs]
#38 4.808 [INFO] Processing war project
#38 4.809 [INFO] Copying webapp webResources [/app/webapp/src/main/webapp] to [/app/webapp/target/openmrs]
#38 4.832 [INFO] Copying webapp resources [/app/webapp/src/main/webapp]
#38 5.556 [INFO] Building war: /app/webapp/target/openmrs.war
#38 7.907 [INFO]
#38 7.908 [INFO] --- maven-jar-plugin:3.3.0:test-jar (default) @ openmrs-webapp ---
#38 8.024 [INFO] Building jar: /app/webapp/target/openmrs-tests.jar
#38 8.052 [INFO]
#38 8.052 [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs-webapp ---
#38 8.109 [INFO] Checking licenses...
#38 8.160 [INFO]
#38 8.161 [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs-webapp ---
#38 8.191 [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.248 [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.252 [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.255 [INFO] ------------------------------------------------------------------------
#38 8.255 [INFO] BUILD SUCCESS
#38 8.255 [INFO] ------------------------------------------------------------------------
#38 8.257 [INFO] Total time:  7.140 s
#38 8.257 [INFO] Finished at: 2022-10-03T08:42:35Z
#38 8.257 [INFO] ------------------------------------------------------------------------
#38 DONE 8.6s

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

#40 [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/*
#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 DONE 3.4s

#42 [stage-1 4/9] COPY wait-for-it.sh startup.sh /usr/local/tomcat/
#42 DONE 0.1s

#43 [stage-1 5/9] RUN chmod -R 755 /usr/local/tomcat/wait-for-it.sh && chmod -R 755 /usr/local/tomcat/startup.sh
#43 DONE 0.2s

#44 [stage-1 6/9] WORKDIR /openmrs
#44 DONE 0.1s

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

#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 exporting layers 3.6s done
#48 exporting manifest sha256:5e69ea8b12f11cff31bf55dcded55b96ad95f2ff110e7450468dee423cd11a02 0.0s done
#48 exporting config sha256:19ec6ff15e10deba931a218c89bef0059c35a62afad3c2c45eafc5aaab84a953 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.2s done
#48 pushing manifest for docker.io/openmrs/openmrs-core:nightly@sha256:5e69ea8b12f11cff31bf55dcded55b96ad95f2ff110e7450468dee423cd11a02
#48 pushing manifest for docker.io/openmrs/openmrs-core:nightly@sha256:5e69ea8b12f11cff31bf55dcded55b96ad95f2ff110e7450468dee423cd11a02 0.3s done
#48 DONE 7.1s