OpenMRS Core Master

Build: #3040 failed

Job: Build was successful

Stages & jobs

  1. Build

  2. Test

  3. Deploy

  4. Release

    Requires a user to start manually

Job result summary

Completed
Duration
22 minutes
Revision
158fcceaf694d163a96448e498b7dfec67fdfcaa 158fcceaf694d163a96448e498b7dfec67fdfcaa
Successful since
#3001 ()

Configuration changes

Job Build with key TRUNK-MASTER-JOB1 no longer exists.

Error summary

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

#61 98.53 [INFO] ------------------------------------------------------------------------
#61 DONE 98.7s

#62 [linux/arm64 dev 24/27] COPY webapp/ ./webapp/
#62 DONE 0.1s

#63 [linux/arm64 dev 25/27] RUN mvn -pl webapp -s /usr/share/maven/ref/settings-docker.xml install -DskipTests
#63 12.85 [INFO] Scanning for projects...
#63 15.75 [INFO]
#63 15.75 [INFO] -------------------< org.openmrs.web:openmrs-webapp >-------------------
#63 15.76 [INFO] Building openmrs-webapp 2.6.0-SNAPSHOT
#63 15.76 [INFO] --------------------------------[ war ]---------------------------------
#63 23.15 [INFO]
#63 23.16 [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ openmrs-webapp ---
#63 27.95 [INFO] ShortRevision tag detected. The value is '6'.
#63 28.00 [INFO] Executing: /bin/sh -c cd '/app/webapp' && 'git' 'rev-parse' '--verify' '--short=6' 'HEAD'
#63 28.00 [INFO] Working directory: /app/webapp
#63 28.33 [INFO] Storing buildNumber: 0 at timestamp: 1664409528174
#63 28.40 [WARNING] Cannot get the branch information from the git repository:
#63 28.40 Detecting the current branch failed:
#63 28.40 [INFO] ShortRevision tag detected. The value is '6'.
#63 28.41 [INFO] Executing: /bin/sh -c cd '/app/webapp' && 'git' 'rev-parse' '--verify' '--short=6' 'HEAD'
#63 28.41 [INFO] Working directory: /app/webapp
#63 28.45 [INFO] Storing buildScmBranch: UNKNOWN_BRANCH
#63 28.45 [INFO]
#63 28.45 [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ openmrs-webapp ---
#63 29.42 [INFO]
#63 29.43 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ openmrs-webapp ---
#63 30.30 [INFO] Copying 2 resources
#63 30.34 [INFO] Copying 1 resource to ../jetty
#63 30.63 [INFO]
#63 30.63 [INFO] --- maven-antrun-plugin:3.1.0:run (default) @ openmrs-webapp ---
#63 33.48 [INFO] Executing tasks
#63 33.67 [INFO]     [unzip] Expanding: /app/webapp/src/main/resources/liquibase-demo-data.zip into /app/webapp/target/classes
#63 34.19 [INFO] Executed tasks
#63 34.20 [INFO]
#63 34.20 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ openmrs-webapp ---
#63 37.05 [INFO] No sources to compile
#63 37.05 [INFO]
#63 37.05 [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ openmrs-webapp ---
#63 37.13 [INFO] Copying 1 resource
#63 37.14 [INFO]
#63 37.14 [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ openmrs-webapp ---
#63 37.17 [INFO] No sources to compile
#63 37.17 [INFO]
#63 37.17 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ openmrs-webapp ---
#63 39.33 [INFO] Tests are skipped.
#63 39.34 [INFO]
#63 39.34 [INFO] --- maven-war-plugin:3.3.2:war (default-war) @ openmrs-webapp ---
#63 41.41 [INFO] Packaging webapp
#63 41.43 [INFO] Assembling webapp [openmrs-webapp] in [/app/webapp/target/openmrs]
#63 41.48 [INFO] Processing war project
#63 41.48 [INFO] Copying webapp webResources [/app/webapp/src/main/webapp] to [/app/webapp/target/openmrs]
#63 41.73 [INFO] Copying webapp resources [/app/webapp/src/main/webapp]
#63 43.62 [INFO] Building war: /app/webapp/target/openmrs.war
#63 54.60 [INFO]
#63 54.60 [INFO] --- maven-jar-plugin:3.3.0:test-jar (default) @ openmrs-webapp ---
#63 56.92 [INFO] Building jar: /app/webapp/target/openmrs-tests.jar
#63 57.18 [INFO]
#63 57.18 [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs-webapp ---
#63 57.92 [INFO] Checking licenses...
#63 58.66 [INFO]
#63 58.66 [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs-webapp ---
#63 59.10 [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
#63 59.27 [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
#63 59.31 [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
#63 59.32 [INFO] ------------------------------------------------------------------------
#63 59.33 [INFO] BUILD SUCCESS
#63 59.33 [INFO] ------------------------------------------------------------------------
#63 59.34 [INFO] Total time:  46.633 s
#63 59.34 [INFO] Finished at: 2022-09-28T23:59:19Z
#63 59.34 [INFO] ------------------------------------------------------------------------
#63 DONE 59.7s

#64 [linux/arm64 dev 26/27] COPY wait-for-it.sh startup-init.sh startup.sh startup-dev.sh ./
#64 DONE 0.2s

#65 [linux/arm64 dev 27/27] RUN chmod 755 wait-for-it.sh && chmod 755 startup-init.sh && chmod 755 startup.sh      && chmod 755 startup-dev.sh
#65 DONE 0.4s

#66 exporting to image
#66 exporting layers
#66 exporting layers 40.1s done
#66 exporting manifest sha256:ce9d679d0b500337a01f2db84869dcaee4bfde3913b1888ebdfb5d4ac9a00dae 0.0s done
#66 exporting config sha256:71b0e8ecc26bd126d153d562ea91bb00847e1602a29e0ab7218a317ed7cc47be 0.0s done
#66 exporting manifest sha256:70840caf31ddfce62dd6bfe75ab1740085836ade10d68826e897d698f512cc89 0.0s done
#66 exporting config sha256:ef027b403b09ca8e7925a50584ed7998fc308d39f0b655778cfc58502c2897bd 0.0s done
#66 exporting manifest list sha256:77a1ff8408f329efc45c3663949d5cb15b15330e2e1cc8115585f862bafedde5
#66 exporting manifest list sha256:77a1ff8408f329efc45c3663949d5cb15b15330e2e1cc8115585f862bafedde5 0.0s done
#66 pushing layers
#66 ...

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

#66 exporting to image
#66 pushing layers 19.8s done
#66 pushing manifest for docker.io/openmrs/openmrs-core:dev@sha256:77a1ff8408f329efc45c3663949d5cb15b15330e2e1cc8115585f862bafedde5
#66 pushing manifest for docker.io/openmrs/openmrs-core:dev@sha256:77a1ff8408f329efc45c3663949d5cb15b15330e2e1cc8115585f862bafedde5 0.8s done
#66 DONE 60.8s