Skip to content

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

Implemented Any support with wildcards instead of downcast; improved …

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

Triggered via pull request October 23, 2024 08:07
Status Failure
Total duration 6m 5s
Artifacts

check-pr.yml

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

Annotations

53 errors
SemanticTests.intervalOperators(): Src/java/cql-to-elm/src/test/java/org/cqframework/cql/cql2elm/SemanticTests.java#L89
java.lang.AssertionError: [org.cqframework.cql.cql2elm.CqlSemanticException: Call to operator Collapse(?,System.Quantity) is ambiguous with: - Collapse(list<interval<System.Integer>>,System.Quantity) - Collapse(list<interval<T>>,System.Quantity)] Expected: is <0> but: was <1>
SemanticTests.issue587(): Src/java/cql-to-elm/src/test/java/org/cqframework/cql/cql2elm/SemanticTests.java#L378
java.lang.AssertionError: [org.cqframework.cql.cql2elm.CqlSemanticException: Could not determine signature for invocation of operator System.Collapse.] Expected: is <2> but: was <1>
SemanticTests.listOperators(): Src/java/cql-to-elm/src/test/java/org/cqframework/cql/cql2elm/SemanticTests.java#L113
java.lang.AssertionError: [org.cqframework.cql.cql2elm.CqlSemanticException: Call to operator Distinct(?) is ambiguous with: - Distinct(list<System.Integer>) - Distinct(list<T>), org.cqframework.cql.cql2elm.CqlSemanticException: Call to operator Exists(?) is ambiguous with: - Exists(list<System.Integer>) - Exists(list<T>), org.cqframework.cql.cql2elm.CqlSemanticException: Call to operator Flatten(?) is ambiguous with: - Flatten(list<list<T>>) - Flatten(list<list<System.Integer>>)] Expected: is <0> but: was <3>
TranslationTests.noImplicitCasts(): Src/dotnet/CQL.Translation_UnitTests/TranslationTests.cs#L133
org.opentest4j.AssertionFailedError: expected: <0> but was: <5>
BaseTest.implicitFHIRHelpers(): Src/java/cql-to-elm/src/test/java/org/cqframework/cql/cql2elm/fhir/dstu2/BaseTest.java#L211
java.lang.AssertionError: [org.cqframework.cql.cql2elm.CqlSemanticException: Expected an expression of type 'System.Quantity', but found an expression of type 'System.Any'., org.cqframework.cql.cql2elm.CqlSemanticException: Expected an expression of type 'System.Quantity', but found an expression of type 'System.Any'., org.cqframework.cql.cql2elm.CqlSemanticException: Internal error: could not determine result type, org.cqframework.cql.cql2elm.CqlSemanticException: Internal error: could not determine result type, org.cqframework.cql.cql2elm.CqlSemanticException: Internal error: could not determine result type] Expected: is <0> but: was <5>
BaseTest.fhirWithHelpers(): Src/java/cql-to-elm/src/test/java/org/cqframework/cql/cql2elm/fhir/dstu2/BaseTest.java#L221
java.lang.AssertionError: [org.cqframework.cql.cql2elm.CqlSemanticException: Expected an expression of type 'System.Quantity', but found an expression of type 'System.Any'., org.cqframework.cql.cql2elm.CqlSemanticException: Expected an expression of type 'System.Quantity', but found an expression of type 'System.Any'., org.cqframework.cql.cql2elm.CqlSemanticException: Internal error: could not determine result type, org.cqframework.cql.cql2elm.CqlSemanticException: Internal error: could not determine result type, org.cqframework.cql.cql2elm.CqlSemanticException: Internal error: could not determine result type] Expected: is <0> but: was <5>
BaseTest.intervalImplicitConversion(): Src/java/cql-to-elm/src/test/java/org/cqframework/cql/cql2elm/fhir/dstu2/BaseTest.java#L201
java.lang.AssertionError: [org.cqframework.cql.cql2elm.CqlSemanticException: Expected an expression of type 'System.Quantity', but found an expression of type 'System.Any'., org.cqframework.cql.cql2elm.CqlSemanticException: Expected an expression of type 'System.Quantity', but found an expression of type 'System.Any'., org.cqframework.cql.cql2elm.CqlSemanticException: Internal error: could not determine result type, org.cqframework.cql.cql2elm.CqlSemanticException: Internal error: could not determine result type, org.cqframework.cql.cql2elm.CqlSemanticException: Internal error: could not determine result type] Expected: is <0> but: was <5>
BaseTest.conceptConversion(): Src/java/cql-to-elm/src/test/java/org/cqframework/cql/cql2elm/fhir/dstu2/BaseTest.java#L231
java.lang.AssertionError: [org.cqframework.cql.cql2elm.CqlSemanticException: Expected an expression of type 'System.Quantity', but found an expression of type 'System.Any'., org.cqframework.cql.cql2elm.CqlSemanticException: Expected an expression of type 'System.Quantity', but found an expression of type 'System.Any'., org.cqframework.cql.cql2elm.CqlSemanticException: Internal error: could not determine result type, org.cqframework.cql.cql2elm.CqlSemanticException: Internal error: could not determine result type, org.cqframework.cql.cql2elm.CqlSemanticException: Internal error: could not determine result type] Expected: is <0> but: was <5>
BaseTest.retrieveWithConcept(): Src/java/cql-to-elm/src/test/java/org/cqframework/cql/cql2elm/fhir/dstu2/BaseTest.java#L318
java.lang.AssertionError: [org.cqframework.cql.cql2elm.CqlSemanticException: Expected an expression of type 'System.Quantity', but found an expression of type 'System.Any'., org.cqframework.cql.cql2elm.CqlSemanticException: Expected an expression of type 'System.Quantity', but found an expression of type 'System.Any'., org.cqframework.cql.cql2elm.CqlSemanticException: Internal error: could not determine result type, org.cqframework.cql.cql2elm.CqlSemanticException: Internal error: could not determine result type, org.cqframework.cql.cql2elm.CqlSemanticException: Internal error: could not determine result type] Expected: is <0> but: was <5>
BaseTest.choiceDateRangeOptimization(): Src/java/cql-to-elm/src/test/java/org/cqframework/cql/cql2elm/fhir/dstu2/BaseTest.java#L121
java.lang.AssertionError: [org.cqframework.cql.cql2elm.CqlSemanticException: Expected an expression of type 'System.Quantity', but found an expression of type 'System.Any'., org.cqframework.cql.cql2elm.CqlSemanticException: Expected an expression of type 'System.Quantity', but found an expression of type 'System.Any'., org.cqframework.cql.cql2elm.CqlSemanticException: Internal error: could not determine result type, org.cqframework.cql.cql2elm.CqlSemanticException: Internal error: could not determine result type, org.cqframework.cql.cql2elm.CqlSemanticException: Internal error: could not determine result type] Expected: is <0> but: was <5>
BaseTest.fhirHelpers(): Src/java/cql-to-elm/src/test/java/org/cqframework/cql/cql2elm/fhir/dstu2/BaseTest.java#L206
java.lang.AssertionError: [org.cqframework.cql.cql2elm.CqlSemanticException: Expected an expression of type 'System.Quantity', but found an expression of type 'System.Any'., org.cqframework.cql.cql2elm.CqlSemanticException: Expected an expression of type 'System.Quantity', but found an expression of type 'System.Any'., org.cqframework.cql.cql2elm.CqlSemanticException: Internal error: could not determine result type, org.cqframework.cql.cql2elm.CqlSemanticException: Internal error: could not determine result type, org.cqframework.cql.cql2elm.CqlSemanticException: Internal error: could not determine result type, org.cqframework.cql.cql2elm.CqlSemanticException: Internal error: could not determine result type, org.cqframework.cql.cql2elm.CqlSemanticException: Internal error: could not determine result type, org.cqframework.cql.cql2elm.CqlSemanticException: Internal error: could not determine result type, org.cqframework.cql.cql2elm.CqlSemanticException: Internal error: could not determine result type, org.cqframework.cql.cql2elm.CqlSemanticException: Internal error: could not determine result type, org.cqframework.cql.cql2elm.CqlSemanticException: Internal error: could not determine result type, org.cqframework.cql.cql2elm.CqlSemanticException: Internal error: could not determine result type, org.cqframework.cql.cql2elm.CqlSemanticException: Internal error: could not determine result type, org.cqframework.cql.cql2elm.CqlSemanticException: Internal error: could not determine result type] Expected: is <0> but: was <14>
BaseTest.equalityWithConversions(): Src/java/cql-to-elm/src/test/java/org/cqframework/cql/cql2elm/fhir/dstu2/BaseTest.java#L90
java.lang.IllegalStateException: Expected an expression of type 'System.Quantity', but found an expression of type 'System.Any'. Expected an expression of type 'System.Quantity', but found an expression of type 'System.Any'. Internal error: could not determine result type Internal error: could not determine result type Internal error: could not determine result type
BaseTest.fhirTiming(): Src/java/cql-to-elm/src/test/java/org/cqframework/cql/cql2elm/fhir/dstu2/BaseTest.java#L55
java.lang.IllegalStateException: Expected an expression of type 'System.Quantity', but found an expression of type 'System.Any'. Expected an expression of type 'System.Quantity', but found an expression of type 'System.Any'. Internal error: could not determine result type Internal error: could not determine result type Internal error: could not determine result type
BaseTest.uriConversion(): Src/java/cql-to-elm/src/test/java/org/cqframework/cql/cql2elm/fhir/dstu2/BaseTest.java#L50
java.lang.IllegalStateException: Expected an expression of type 'System.Quantity', but found an expression of type 'System.Any'. Expected an expression of type 'System.Quantity', but found an expression of type 'System.Any'. Internal error: could not determine result type Internal error: could not determine result type Internal error: could not determine result type
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.