Skip to content

Implemented Any support with wildcards instead of downcast; improved … #632

Implemented Any support with wildcards instead of downcast; improved …

Implemented Any support with wildcards instead of downcast; improved … #632

Triggered via pull request October 27, 2024 20:55
Status Failure
Total duration 6m 45s
Artifacts

check-pr.yml

on: pull_request
Matrix: gradle
Fit to window
Zoom out
Zoom in

Annotations

36 errors
CqlStringOperatorsTest.all_string_operators(): Src/java/engine/src/test/java/org/opencds/cqf/cql/engine/execution/CqlStringOperatorsTest.java#L16
org.opencds.cqf.cql.engine.exception.CqlException: library CqlStringOperatorsTest loaded, but had errors: Could not resolve call to operator Combine with signature (list<System.Any>).
CQLOperationsDstu3Test.stu3/tests-fhir-r3/testConcatenate({} & 'b' = 'b'): Src/java/engine-fhir/src/test/java/org/hl7/fhirpath/CQLOperationsDstu3Test.java#L161
java.lang.RuntimeException: Couldn't translate library and was expecting a result. null.
CQLOperationsR4Test.r4/tests-fhir-r4/testBooleanLogicAnd/testBooleanLogicAnd3: Src/java/engine-fhir/src/test/java/org/hl7/fhirpath/CQLOperationsR4Test.java#L290
java.lang.RuntimeException: Couldn't translate library and was expecting a result. testBooleanLogicAnd3.
CQLOperationsR4Test.r4/tests-fhir-r4/testBooleanLogicAnd/testBooleanLogicAnd6: Src/java/engine-fhir/src/test/java/org/hl7/fhirpath/CQLOperationsR4Test.java#L290
java.lang.RuntimeException: Couldn't translate library and was expecting a result. testBooleanLogicAnd6.
CQLOperationsR4Test.r4/tests-fhir-r4/testBooleanLogicAnd/testBooleanLogicAnd7: Src/java/engine-fhir/src/test/java/org/hl7/fhirpath/CQLOperationsR4Test.java#L290
java.lang.RuntimeException: Couldn't translate library and was expecting a result. testBooleanLogicAnd7.
CQLOperationsR4Test.r4/tests-fhir-r4/testBooleanLogicAnd/testBooleanLogicAnd8: Src/java/engine-fhir/src/test/java/org/hl7/fhirpath/CQLOperationsR4Test.java#L290
java.lang.RuntimeException: Couldn't translate library and was expecting a result. testBooleanLogicAnd8.
CQLOperationsR4Test.r4/tests-fhir-r4/testBooleanLogicAnd/testBooleanLogicAnd9: Src/java/engine-fhir/src/test/java/org/hl7/fhirpath/CQLOperationsR4Test.java#L290
java.lang.RuntimeException: Couldn't translate library and was expecting a result. testBooleanLogicAnd9.
CQLOperationsR4Test.r4/tests-fhir-r4/testBooleanLogicOr/testBooleanLogicOr3: Src/java/engine-fhir/src/test/java/org/hl7/fhirpath/CQLOperationsR4Test.java#L290
java.lang.RuntimeException: Couldn't translate library and was expecting a result. testBooleanLogicOr3.
CQLOperationsR4Test.r4/tests-fhir-r4/testBooleanLogicOr/testBooleanLogicOr6: Src/java/engine-fhir/src/test/java/org/hl7/fhirpath/CQLOperationsR4Test.java#L290
java.lang.RuntimeException: Couldn't translate library and was expecting a result. testBooleanLogicOr6.
CQLOperationsR4Test.r4/tests-fhir-r4/testBooleanLogicOr/testBooleanLogicOr7: Src/java/engine-fhir/src/test/java/org/hl7/fhirpath/CQLOperationsR4Test.java#L290
java.lang.RuntimeException: Couldn't translate library and was expecting a result. testBooleanLogicOr7.
CQLOperationsR4Test.r4/tests-fhir-r4/testBooleanLogicOr/testBooleanLogicOr8: Src/java/engine-fhir/src/test/java/org/hl7/fhirpath/CQLOperationsR4Test.java#L290
java.lang.RuntimeException: Couldn't translate library and was expecting a result. testBooleanLogicOr8.
CQLOperationsR4Test.r4/tests-fhir-r4/testBooleanLogicOr/testBooleanLogicOr9: Src/java/engine-fhir/src/test/java/org/hl7/fhirpath/CQLOperationsR4Test.java#L290
java.lang.RuntimeException: Couldn't translate library and was expecting a result. testBooleanLogicOr9.
CQLOperationsR4Test.r4/tests-fhir-r4/testBooleanLogicXOr/testBooleanLogicXOr3: Src/java/engine-fhir/src/test/java/org/hl7/fhirpath/CQLOperationsR4Test.java#L290
java.lang.RuntimeException: Couldn't translate library and was expecting a result. testBooleanLogicXOr3.
CQLOperationsR4Test.r4/tests-fhir-r4/testBooleanLogicXOr/testBooleanLogicXOr6: Src/java/engine-fhir/src/test/java/org/hl7/fhirpath/CQLOperationsR4Test.java#L290
java.lang.RuntimeException: Couldn't translate library and was expecting a result. testBooleanLogicXOr6.
CQLOperationsR4Test.r4/tests-fhir-r4/testBooleanLogicXOr/testBooleanLogicXOr7: Src/java/engine-fhir/src/test/java/org/hl7/fhirpath/CQLOperationsR4Test.java#L290
java.lang.RuntimeException: Couldn't translate library and was expecting a result. testBooleanLogicXOr7.
CQLOperationsR4Test.r4/tests-fhir-r4/testBooleanLogicXOr/testBooleanLogicXOr8: Src/java/engine-fhir/src/test/java/org/hl7/fhirpath/CQLOperationsR4Test.java#L290
java.lang.RuntimeException: Couldn't translate library and was expecting a result. testBooleanLogicXOr8.
CQLOperationsR4Test.r4/tests-fhir-r4/testBooleanLogicXOr/testBooleanLogicXOr9: Src/java/engine-fhir/src/test/java/org/hl7/fhirpath/CQLOperationsR4Test.java#L290
java.lang.RuntimeException: Couldn't translate library and was expecting a result. testBooleanLogicXOr9.
CQLOperationsR4Test.r4/tests-fhir-r4/testBooleanImplies/testBooleanImplies3: Src/java/engine-fhir/src/test/java/org/hl7/fhirpath/CQLOperationsR4Test.java#L290
java.lang.RuntimeException: Couldn't translate library and was expecting a result. testBooleanImplies3.
CQLOperationsR4Test.r4/tests-fhir-r4/testBooleanImplies/testBooleanImplies6: Src/java/engine-fhir/src/test/java/org/hl7/fhirpath/CQLOperationsR4Test.java#L290
java.lang.RuntimeException: Couldn't translate library and was expecting a result. testBooleanImplies6.
CQLOperationsR4Test.r4/tests-fhir-r4/testBooleanImplies/testBooleanImplies7: Src/java/engine-fhir/src/test/java/org/hl7/fhirpath/CQLOperationsR4Test.java#L290
java.lang.RuntimeException: Couldn't translate library and was expecting a result. testBooleanImplies7.
CQLOperationsR4Test.r4/tests-fhir-r4/testBooleanImplies/testBooleanImplies8: Src/java/engine-fhir/src/test/java/org/hl7/fhirpath/CQLOperationsR4Test.java#L290
java.lang.RuntimeException: Couldn't translate library and was expecting a result. testBooleanImplies8.
CQLOperationsR4Test.r4/tests-fhir-r4/testBooleanImplies/testBooleanImplies9: Src/java/engine-fhir/src/test/java/org/hl7/fhirpath/CQLOperationsR4Test.java#L290
java.lang.RuntimeException: Couldn't translate library and was expecting a result. testBooleanImplies9.
CQLOperationsR4Test.r4/tests-fhir-r4/testConcatenate/testConcatenate2: Src/java/engine-fhir/src/test/java/org/hl7/fhirpath/CQLOperationsR4Test.java#L290
java.lang.RuntimeException: Couldn't translate library and was expecting a result. testConcatenate2.
CQLOperationsR4Test.r4/tests-fhir-r4/testConcatenate/testConcatenate3: Src/java/engine-fhir/src/test/java/org/hl7/fhirpath/CQLOperationsR4Test.java#L290
java.lang.RuntimeException: Couldn't translate library and was expecting a result. testConcatenate3.
CQLOperationsR4Test.cql/CqlAggregateFunctionsTest/AllTrue/AllTrueEmptyList: Src/java/engine-fhir/src/test/java/org/hl7/fhirpath/CQLOperationsR4Test.java#L290
java.lang.RuntimeException: Couldn't translate library and was expecting a result. AllTrueEmptyList.
CQLOperationsR4Test.cql/CqlAggregateFunctionsTest/AnyTrue/AnyTrueEmptyList: Src/java/engine-fhir/src/test/java/org/hl7/fhirpath/CQLOperationsR4Test.java#L290
java.lang.RuntimeException: Couldn't translate library and was expecting a result. AnyTrueEmptyList.
CQLOperationsR4Test.cql/CqlStringOperatorsTest/Combine/CombineEmptyList: Src/java/engine-fhir/src/test/java/org/hl7/fhirpath/CQLOperationsR4Test.java#L290
java.lang.RuntimeException: Couldn't translate library and was expecting a result. CombineEmptyList.
gradle (ubuntu-latest)
Process completed with exit code 1.
gradle (windows-latest)
The job was canceled because "ubuntu-latest" failed.
gradle (windows-latest)
The operation was canceled.