Skip to content

WIP: Multi root resolver. #3815

WIP: Multi root resolver.

WIP: Multi root resolver. #3815

Triggered via push December 19, 2024 06:39
Status Failure
Total duration 8m 23s
Artifacts 7

test.yml

on: push
Pre-release deployment
0s
Pre-release deployment
Upload coverage
0s
Upload coverage
Fit to window
Zoom out
Zoom in

Annotations

65 errors and 16 warnings
FHIR server (tranche 3)
Credentials could not be loaded, please check your action inputs: Could not load credentials from any providers
R API
This request has been automatically failed because it uses a deprecated version of `actions/upload-artifact: v2`. Learn more: https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/
Docker image
Process completed with exit code 1.
Python API
Process completed with exit code 1.
Site
Process completed with exit code 1.
ManifestConverterTest.convertsManifest: fhir-server/src/test/java/au/csiro/pathling/security/ga4gh/ManifestConverterTest.java#L126
[DATATYPE_MISMATCH.BINARY_OP_DIFF_TYPES] Cannot resolve "(Patient.link.other.reference = id@Patient__ckey)" due to data type mismatch: the left and right operands of the binary operator have incompatible types ("ARRAY<STRING>" and "STRING").; 'Join LeftOuter, (Patient#55209.link.other.reference = id@Patient__ckey#55332) :- Project [id#55156, id_versioned#55157 AS key#55208, struct(id, id#55156, id_versioned, id_versioned#55157, meta, meta#55158, implicitRules, implicitRules#55159, language, language#55160, text, text#55161, identifier, identifier#55162, active, active#55163, name, name#55164, telecom, telecom#55165, gender, gender#55166, birthDate, birthDate#55167, deceasedBoolean, deceasedBoolean#55168, deceasedDateTime, deceasedDateTime#55169, address, address#55170, maritalStatus, maritalStatus#55171, multipleBirthBoolean, multipleBirthBoolean#55172, multipleBirthInteger, multipleBirthInteger#55173, photo, photo#55174, contact, contact#55175, communication, communication#55176, generalPractitioner, generalPractitioner#55177, managingOrganization, managingOrganization#55178, link, link#55179) AS Patient#55209] : +- Relation [id#55156,id_versioned#55157,meta#55158,implicitRules#55159,language#55160,text#55161,identifier#55162,active#55163,name#55164,telecom#55165,gender#55166,birthDate#55167,deceasedBoolean#55168,deceasedDateTime#55169,address#55170,maritalStatus#55171,multipleBirthBoolean#55172,multipleBirthInteger#55173,photo#55174,contact#55175,communication#55176,generalPractitioner#55177,managingOrganization#55178,link#55179,_fid#55180,_extension#55181] parquet +- Project [key#55266 AS id@Patient__ckey#55332, map_from_arrays(array(key#55266), array(Patient#55267)) AS id@Patient#55333] +- Project [id#55214, id_versioned#55215 AS key#55266, struct(id, id#55214, id_versioned, id_versioned#55215, meta, meta#55216, implicitRules, implicitRules#55217, language, language#55218, text, text#55219, identifier, identifier#55220, active, active#55221, name, name#55222, telecom, telecom#55223, gender, gender#55224, birthDate, birthDate#55225, deceasedBoolean, deceasedBoolean#55226, deceasedDateTime, deceasedDateTime#55227, address, address#55228, maritalStatus, maritalStatus#55229, multipleBirthBoolean, multipleBirthBoolean#55230, multipleBirthInteger, multipleBirthInteger#55231, photo, photo#55232, contact, contact#55233, communication, communication#55234, generalPractitioner, generalPractitioner#55235, managingOrganization, managingOrganization#55236, link, link#55237) AS Patient#55267] +- Relation [id#55214,id_versioned#55215,meta#55216,implicitRules#55217,language#55218,text#55219,identifier#55220,active#55221,name#55222,telecom#55223,gender#55224,birthDate#55225,deceasedBoolean#55226,deceasedDateTime#55227,address#55228,maritalStatus#55229,multipleBirthBoolean#55230,multipleBirthInteger#55231,photo#55232,contact#55233,communication#55234,generalPractitioner#55235,managingOrganization#55236,link#55237,_fid#55238,_extension#55239] parquet
AsyncTest.asyncExtract: fhir-server/src/test/java/au/csiro/pathling/test/integration/AsyncTest.java#L84
expected: <202 ACCEPTED> but was: <500 INTERNAL_SERVER_ERROR>
FHIR server (tranche 2)
There were 8 failed tests
ExtractQueryTest.whereInMultipleColumns: fhir-server/src/test/java/au/csiro/pathling/extract/ExtractQueryTest.java#L315
[INTERNAL_ERROR] The Spark SQL phase analysis failed with an internal error. You hit a bug in Spark or the Spark plugins you use. Please, report this bug to the corresponding communities or vendors, and provide the full stack trace.
ExtractQueryTest.multipleIndependentUnnestings: fhir-server/src/test/java/au/csiro/pathling/extract/ExtractQueryTest.java#L367
[INTERNAL_ERROR] The Spark SQL phase analysis failed with an internal error. You hit a bug in Spark or the Spark plugins you use. Please, report this bug to the corresponding communities or vendors, and provide the full stack trace.
ExtractQueryTest.linkedUnnesting: fhir-server/src/test/java/au/csiro/pathling/extract/ExtractQueryTest.java#L349
[INTERNAL_ERROR] The Spark SQL phase analysis failed with an internal error. You hit a bug in Spark or the Spark plugins you use. Please, report this bug to the corresponding communities or vendors, and provide the full stack trace.
ExtractQueryTest.literalColumn: fhir-server/src/test/java/au/csiro/pathling/extract/ExtractQueryTest.java#L185
[INTERNAL_ERROR] The Spark SQL phase analysis failed with an internal error. You hit a bug in Spark or the Spark plugins you use. Please, report this bug to the corresponding communities or vendors, and provide the full stack trace.
ExtractQueryTest.combineWithUnequalCardinalities: fhir-server/src/test/java/au/csiro/pathling/extract/ExtractQueryTest.java#L502
[INTERNAL_ERROR] The Spark SQL phase analysis failed with an internal error. You hit a bug in Spark or the Spark plugins you use. Please, report this bug to the corresponding communities or vendors, and provide the full stack trace.
ExtractQueryTest.multipleNonSingularColumnsWithDifferentTypes: fhir-server/src/test/java/au/csiro/pathling/extract/ExtractQueryTest.java#L331
[INTERNAL_ERROR] The Spark SQL phase analysis failed with an internal error. You hit a bug in Spark or the Spark plugins you use. Please, report this bug to the corresponding communities or vendors, and provide the full stack trace.
ExtractQueryTest.combineResultInSecondFilter: fhir-server/src/test/java/au/csiro/pathling/extract/ExtractQueryTest.java#L299
[INTERNAL_ERROR] The Spark SQL phase analysis failed with an internal error. You hit a bug in Spark or the Spark plugins you use. Please, report this bug to the corresponding communities or vendors, and provide the full stack trace.
ExtractQueryTest.limit: fhir-server/src/test/java/au/csiro/pathling/extract/ExtractQueryTest.java#L270
expected: <[[9360820c-8602-4335-8b50-c88d627a0c20,female]:1, [7001ad9c-34d2-4eb5-8165-5fdc2147f469,female]:1, [121503c8-9564-4b48-9086-a22df717948e,female]:1]> but was: <[[9360820c-8602-4335-8b50-c88d627a0c20,female]:1, [7001ad9c-34d2-4eb5-8165-5fdc2147f469,female]:1, [e62e52ae-2d75-4070-a0ae-3cc78d35ed08,female]:1, [121503c8-9564-4b48-9086-a22df717948e,female]:1]>
FHIR server (tranche 1)
There were 61 failed tests
Site
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
R API
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
FHIR server (tranche 3)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
R API
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
JavaScript client
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Import lambda
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Python API
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Site
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Encoders
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Encoders
No files were found with the provided path: **/*.dump **/*.dumpstream. No artifacts will be uploaded.
FHIR server (tranche 2)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
FHIR server (tranche 2)
No files were found with the provided path: fhir-server/target/timing.log. No artifacts will be uploaded.
FHIR server (tranche 2)
No files were found with the provided path: **/*.dump **/*.dumpstream. No artifacts will be uploaded.
FHIR server (tranche 1)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
FHIR server (tranche 1)
No files were found with the provided path: fhir-server/target/timing.log. No artifacts will be uploaded.
FHIR server (tranche 1)
No files were found with the provided path: **/*.dump **/*.dumpstream. No artifacts will be uploaded.

Artifacts

Produced during runtime
Name Size
encoders-coverage
32 KB
encoders-surefire-reports
57.5 KB
fhir-server-1-coverage
95.3 KB
fhir-server-1-surefire-reports
112 KB
fhir-server-2-coverage
96.7 KB
fhir-server-2-surefire-reports
236 KB
import-lambda
19.6 MB