OpenMRS Core Master

Build: #3090 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
47 minutes
Revision
78c7dab0c5a39e54916573b1fae62a4d4bcf9393 78c7dab0c5a39e54916573b1fae62a4d4bcf9393
Total tests
4535
Successful since
#3078 ()

Configuration changes

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

Tests

  • 4,535 tests in total
  • 39 tests were quarantined / skipped
  • 5 minutes taken in total.

Error summary

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

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.
#60 104.4 [INFO] ------------------------------------------------------------------------
#60 104.4 [INFO] Total time:  01:32 min
#60 104.4 [INFO] Finished at: 2022-10-12T11:09:49Z
#60 104.4 [INFO] ------------------------------------------------------------------------
#60 DONE 104.6s

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

#62 [linux/arm64 dev 25/26] RUN mvn -pl webapp -s /usr/share/maven/ref/settings-docker.xml install -DskipTests
#62 12.19 [INFO] Scanning for projects...
#62 16.13 [INFO]
#62 16.13 [INFO] -------------------< org.openmrs.web:openmrs-webapp >-------------------
#62 16.14 [INFO] Building openmrs-webapp 2.6.0-SNAPSHOT
#62 16.14 [INFO] --------------------------------[ war ]---------------------------------
#62 22.95 [INFO]
#62 22.96 [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ openmrs-webapp ---
#62 28.58 [INFO] ShortRevision tag detected. The value is '6'.
#62 28.68 [INFO] Executing: /bin/sh -c cd '/app/webapp' && 'git' 'rev-parse' '--verify' '--short=6' 'HEAD'
#62 28.69 [INFO] Working directory: /app/webapp
#62 29.14 [INFO] Storing buildNumber: 0 at timestamp: 1665573018197
#62 29.21 [WARNING] Cannot get the branch information from the git repository:
#62 29.21 Detecting the current branch failed:
#62 29.21 [INFO] ShortRevision tag detected. The value is '6'.
#62 29.21 [INFO] Executing: /bin/sh -c cd '/app/webapp' && 'git' 'rev-parse' '--verify' '--short=6' 'HEAD'
#62 29.22 [INFO] Working directory: /app/webapp
#62 29.26 [INFO] Storing buildScmBranch: UNKNOWN_BRANCH
#62 29.27 [INFO]
#62 29.27 [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (parse-version) @ openmrs-webapp ---
#62 30.37 [INFO]
#62 30.37 [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ openmrs-webapp ---
#62 30.98 [INFO] Copying 2 resources
#62 31.04 [INFO] Copying 1 resource to ../jetty
#62 31.30 [INFO]
#62 31.30 [INFO] --- maven-antrun-plugin:3.1.0:run (default) @ openmrs-webapp ---
#62 33.76 [INFO] Executing tasks
#62 33.85 [INFO]     [unzip] Expanding: /app/webapp/src/main/resources/liquibase-demo-data.zip into /app/webapp/target/classes
#62 34.19 [INFO] Executed tasks
#62 34.20 [INFO]
#62 34.20 [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ openmrs-webapp ---
#62 34.85 [INFO] No sources to compile
#62 34.86 [INFO]
#62 34.86 [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ openmrs-webapp ---
#62 35.29 [INFO] Copying 1 resource
#62 35.34 [INFO]
#62 35.34 [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ openmrs-webapp ---
#62 35.53 [INFO] No sources to compile
#62 35.54 [INFO]
#62 35.54 [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ openmrs-webapp ---
#62 38.52 [INFO] Tests are skipped.
#62 38.52 [INFO]
#62 38.53 [INFO] --- maven-war-plugin:3.3.2:war (default-war) @ openmrs-webapp ---
#62 40.47 [INFO] Packaging webapp
#62 40.48 [INFO] Assembling webapp [openmrs-webapp] in [/app/webapp/target/openmrs]
#62 40.54 [INFO] Processing war project
#62 40.54 [INFO] Copying webapp webResources [/app/webapp/src/main/webapp] to [/app/webapp/target/openmrs]
#62 40.79 [INFO] Copying webapp resources [/app/webapp/src/main/webapp]
#62 43.70 [INFO] Building war: /app/webapp/target/openmrs.war
#62 52.89 [INFO]
#62 52.89 [INFO] --- maven-jar-plugin:3.3.0:test-jar (default) @ openmrs-webapp ---
#62 56.26 [INFO] Building jar: /app/webapp/target/openmrs-tests.jar
#62 57.10 [INFO]
#62 57.11 [INFO] --- license-maven-plugin:3.0:check (default) @ openmrs-webapp ---
#62 59.07 [INFO] Checking licenses...
#62 59.80 [INFO]
#62 59.80 [INFO] --- maven-install-plugin:2.4:install (default-install) @ openmrs-webapp ---
#62 60.22 [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 60.37 [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 60.43 [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 60.45 [INFO] ------------------------------------------------------------------------
#62 60.46 [INFO] BUILD SUCCESS
#62 60.46 [INFO] ------------------------------------------------------------------------
#62 60.47 [INFO] Total time:  48.575 s
#62 60.47 [INFO] Finished at: 2022-10-12T11:10:50Z
#62 60.47 [INFO] ------------------------------------------------------------------------
#62 DONE 60.7s

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

#64 exporting to image
#64 exporting layers
#64 exporting layers 40.7s done
#64 exporting manifest sha256:12924b9d746549f0ab98bf6e96c485c001a1e2f201a1cb2318b23db39fbcfc50 0.0s done
#64 exporting config sha256:3bafec6d02c62812905902b4c69eb089cc07b50f6bd0ef5a9b0353b0aa1fe1e1 0.0s done
#64 exporting manifest sha256:7e8e0a557cda441bfa0346740b9d5f8eec72fe63c281df92215d8b250fc9407f 0.0s done
#64 exporting config sha256:3306590b020d9d17ff81f35176d240e2bad4211cb4e8b820ef7fb10a1c76059b
#64 exporting config sha256:3306590b020d9d17ff81f35176d240e2bad4211cb4e8b820ef7fb10a1c76059b 0.0s done
#64 exporting manifest list sha256:c66472d74c3267a39309f919bab1440356baa735d95f55c080013406d4052068 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 21.5s done
#64 pushing manifest for docker.io/openmrs/openmrs-core:dev@sha256:c66472d74c3267a39309f919bab1440356baa735d95f55c080013406d4052068
#64 pushing manifest for docker.io/openmrs/openmrs-core:dev@sha256:c66472d74c3267a39309f919bab1440356baa735d95f55c080013406d4052068 0.9s done
#64 DONE 63.2s
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]]
[Fatal Error] :1:67: XML document structures must start and end within the same entity.
[Fatal Error] :-1:-1: Premature end of file.