OpenMRS Core Master

Build: #3075 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
45 minutes
Revision
5806028f937739dda5b1c3c532a74af5b1f611a6 5806028f937739dda5b1c3c532a74af5b1f611a6
Total tests
4535
First to pass since
#3074 (Manual run by Daniel Kayiwa)

Configuration changes

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

Tests

  • 4,535 tests in total
  • 1 test was fixed
  • 39 tests were quarantined / skipped
  • 5 minutes taken in total.
Fixed tests 1
Status Test Failing since Duration
Successful ConceptServiceTest getAllConcepts_shouldOrderByAConceptNameField History
Failing since build #3074 (Manual run by Daniel Kayiwa) < 1 sec

Error summary

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

[Fatal Error] :1:67: XML document structures must start and end within the same entity.
[Fatal Error] :-1:-1: Premature end of file.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
[Field error in object 'term' on field 'conceptReferenceTermMaps[1].termB': rejected value [weight term(WGT234)]; codes [ConceptReferenceTerm.termToTerm.alreadyMapped.term.conceptReferenceTermMaps[1].termB,ConceptReferenceTerm.termToTerm.alreadyMapped.term.conceptReferenceTermMaps.termB,ConceptReferenceTerm.termToTerm.alreadyMapped.conceptReferenceTermMaps[1].termB,ConceptReferenceTerm.termToTerm.alreadyMapped.conceptReferenceTermMaps.termB,ConceptReferenceTerm.termToTerm.alreadyMapped.termB,ConceptReferenceTerm.termToTerm.alreadyMapped.org.openmrs.ConceptReferenceTerm,ConceptReferenceTerm.termToTerm.alreadyMapped]; arguments []; default message [Cannot map a reference term multiple times to the same concept reference term]]
#60 101.6 [INFO] ------------------------------------------------------------------------
#60 101.6 [INFO] Total time:  01:29 min
#60 101.6 [INFO] Finished at: 2022-10-10T18:53:33Z
#60 101.6 [INFO] ------------------------------------------------------------------------
#60 DONE 101.9s

#61 [linux/arm64 dev 24/26] COPY webapp/ ./webapp/
#61 DONE 0.2s

#62 [linux/arm64 dev 25/26] RUN mvn -pl webapp -s /usr/share/maven/ref/settings-docker.xml install -DskipTests
#62 12.89 [INFO] Scanning for projects...
#62 15.87 [INFO]
#62 15.87 [INFO] -------------------< org.openmrs.web:openmrs-webapp >-------------------
#62 15.87 [INFO] Building openmrs-webapp 2.6.0-SNAPSHOT
#62 15.87 [INFO] --------------------------------[ war ]---------------------------------
#62 23.54 [INFO]
#62 23.55 [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ openmrs-webapp ---
#62 28.43 [INFO] ShortRevision tag detected. The value is '6'.
#62 28.48 [INFO] Executing: /bin/sh -c cd '/app/webapp' && 'git' 'rev-parse' '--verify' '--short=6' 'HEAD'
#62 28.48 [INFO] Working directory: /app/webapp
#62 28.85 [INFO] Storing buildNumber: 0 at timestamp: 1665428041926
#62 28.91 [WARNING] Cannot get the branch information from the git repository:
#62 28.91 Detecting the current branch failed:
#62 28.91 [INFO] ShortRevision tag detected. The value is '6'.
#62 28.92 [INFO] Executing: /bin/sh -c cd '/app/webapp' && 'git' 'rev-parse' '--verify' '--short=6' 'HEAD'
#62 28.92 [INFO] Working directory: /app/webapp
#62 28.96 [INFO] Storing buildScmBranch: UNKNOWN_BRANCH
#62 28.97 [INFO]
#62 28.97 [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ openmrs-webapp ---
#62 29.95 [INFO]
#62 29.96 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ openmrs-webapp ---
#62 30.53 [INFO] Copying 2 resources
#62 30.61 [INFO] Copying 1 resource to ../jetty
#62 31.02 [INFO]
#62 31.03 [INFO] --- maven-antrun-plugin:3.1.0:run (default) @ openmrs-webapp ---
#62 34.12 [INFO] Executing tasks
#62 34.21 [INFO]     [unzip] Expanding: /app/webapp/src/main/resources/liquibase-demo-data.zip into /app/webapp/target/classes
#62 34.61 [INFO] Executed tasks
#62 34.61 [INFO]
#62 34.62 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ openmrs-webapp ---
#62 37.48 [INFO] No sources to compile
#62 37.49 [INFO]
#62 37.49 [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ openmrs-webapp ---
#62 37.55 [INFO] Copying 1 resource
#62 37.56 [INFO]
#62 37.56 [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ openmrs-webapp ---
#62 37.62 [INFO] No sources to compile
#62 37.62 [INFO]
#62 37.62 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ openmrs-webapp ---
#62 38.99 [INFO] Tests are skipped.
#62 39.00 [INFO]
#62 39.00 [INFO] --- maven-war-plugin:3.3.2:war (default-war) @ openmrs-webapp ---
#62 40.96 [INFO] Packaging webapp
#62 40.97 [INFO] Assembling webapp [openmrs-webapp] in [/app/webapp/target/openmrs]
#62 41.03 [INFO] Processing war project
#62 41.03 [INFO] Copying webapp webResources [/app/webapp/src/main/webapp] to [/app/webapp/target/openmrs]
#62 41.25 [INFO] Copying webapp resources [/app/webapp/src/main/webapp]
#62 43.45 [INFO] Building war: /app/webapp/target/openmrs.war
#62 53.93 [INFO]
#62 53.94 [INFO] --- maven-jar-plugin:3.3.0:test-jar (default) @ openmrs-webapp ---
#62 57.37 [INFO] Building jar: /app/webapp/target/openmrs-tests.jar
#62 58.06 [INFO]
#62 58.07 [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs-webapp ---
#62 59.71 [INFO] Checking licenses...
#62 60.42 [INFO]
#62 60.42 [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs-webapp ---
#62 60.93 [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
#62 61.10 [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
#62 61.77 [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
#62 61.99 [INFO] ------------------------------------------------------------------------
#62 61.99 [INFO] BUILD SUCCESS
#62 62.00 [INFO] ------------------------------------------------------------------------
#62 62.10 [INFO] Total time:  49.313 s
#62 62.11 [INFO] Finished at: 2022-10-10T18:54:35Z
#62 62.12 [INFO] ------------------------------------------------------------------------
#62 DONE 62.5s

#63 [linux/arm64 dev 26/26] WORKDIR /app/webapp
#63 DONE 0.1s

#64 exporting to image
#64 exporting layers
#64 exporting layers 33.1s done
#64 exporting manifest sha256:3cef1c7e9d4806c70a182a452ff776e6c322642c4ca6933f3dc2ddcc0b75f21d 0.0s done
#64 exporting config sha256:7e37fcbe8043f92b91b1c36d3f41452f0363a0eda67b5b4edba7b2ed50741508
#64 exporting config sha256:7e37fcbe8043f92b91b1c36d3f41452f0363a0eda67b5b4edba7b2ed50741508 0.0s done
#64 exporting manifest sha256:f76a97f35e8a91b6a68eeb0fae20f75bd317c4defb0fe4acb122cdaedb3d33da 0.0s done
#64 exporting config sha256:e6c14a47a836c282ae4cf4edc86e993e0b1b398a4011549619c6ae7879dce0ae 0.0s done
#64 exporting manifest list sha256:ffa9027c0cd27aa502b5520d1e3fd78e9410aa5520a10a033c052a74a2d9852f 0.0s done
#64 pushing layers
#64 ...

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

#64 exporting to image
#64 pushing layers 17.8s done
#64 pushing manifest for docker.io/openmrs/openmrs-core:dev@sha256:ffa9027c0cd27aa502b5520d1e3fd78e9410aa5520a10a033c052a74a2d9852f
#64 pushing manifest for docker.io/openmrs/openmrs-core:dev@sha256:ffa9027c0cd27aa502b5520d1e3fd78e9410aa5520a10a033c052a74a2d9852f 0.9s done
#64 DONE 52.0s
[Fatal Error] :1:67: XML document structures must start and end within the same entity.
[Fatal Error] :-1:-1: Premature end of file.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
[Field error in object 'term' on field 'conceptReferenceTermMaps[1].termB': rejected value [weight term(WGT234)]; codes [ConceptReferenceTerm.termToTerm.alreadyMapped.term.conceptReferenceTermMaps[1].termB,ConceptReferenceTerm.termToTerm.alreadyMapped.term.conceptReferenceTermMaps.termB,ConceptReferenceTerm.termToTerm.alreadyMapped.conceptReferenceTermMaps[1].termB,ConceptReferenceTerm.termToTerm.alreadyMapped.conceptReferenceTermMaps.termB,ConceptReferenceTerm.termToTerm.alreadyMapped.termB,ConceptReferenceTerm.termToTerm.alreadyMapped.org.openmrs.ConceptReferenceTerm,ConceptReferenceTerm.termToTerm.alreadyMapped]; arguments []; default message [Cannot map a reference term multiple times to the same concept reference term]]
[Fatal Error] :1:67: XML document structures must start and end within the same entity.
[Fatal Error] :-1:-1: Premature end of file.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
Security framework of XStream not explicitly initialized, using predefined black list on your own risk.
[Field error in object 'term' on field 'conceptReferenceTermMaps[1].termB': rejected value [weight term(WGT234)]; codes [ConceptReferenceTerm.termToTerm.alreadyMapped.term.conceptReferenceTermMaps[1].termB,ConceptReferenceTerm.termToTerm.alreadyMapped.term.conceptReferenceTermMaps.termB,ConceptReferenceTerm.termToTerm.alreadyMapped.conceptReferenceTermMaps[1].termB,ConceptReferenceTerm.termToTerm.alreadyMapped.conceptReferenceTermMaps.termB,ConceptReferenceTerm.termToTerm.alreadyMapped.termB,ConceptReferenceTerm.termToTerm.alreadyMapped.org.openmrs.ConceptReferenceTerm,ConceptReferenceTerm.termToTerm.alreadyMapped]; arguments []; default message [Cannot map a reference term multiple times to the same concept reference term]]