Skip to content

ci: upgrade tests matrix #208

ci: upgrade tests matrix

ci: upgrade tests matrix #208

Triggered via pull request March 5, 2024 09:06
Status Failure
Total duration 3m 26s
Artifacts

tests.yml

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

Annotations

12 errors and 8 warnings
Tests (3.11, opensearch2)
Process completed with exit code 2.
Tests (3.12, opensearch2)
Process completed with exit code 2.
Tests (3.12, opensearch1)
Process completed with exit code 2.
Tests (3.11, opensearch1)
Process completed with exit code 2.
Tests (3.9, opensearch2): invenio_stats/aggregations.py#L1
Black format check --- /home/runner/work/invenio-stats/invenio-stats/invenio_stats/aggregations.py 2024-03-05 09:06:20.616583+00:00 +++ /home/runner/work/invenio-stats/invenio-stats/invenio_stats/aggregations.py 2024-03-05 09:08:45.782116+00:00 @@ -251,11 +251,13 @@ ).replace(**dict.fromkeys(INTERVAL_ROUNDING[self.interval], 0)) # Skip events that have been previously aggregated. # The`updated_timestamp` field was introduced with v4.0.0, and it will # not exist in events created earlier - last_update_aggr = aggregation["last_update"].get("value_as_string", None) + last_update_aggr = aggregation["last_update"].get( + "value_as_string", None + ) if last_update_aggr and previous_bookmark: last_date = datetime.fromisoformat(last_update_aggr.rstrip("Z")) if last_date < previous_bookmark: continue
Tests (3.9, opensearch2)
Process completed with exit code 1.
Tests (3.9, opensearch1): invenio_stats/aggregations.py#L1
Black format check --- /home/runner/work/invenio-stats/invenio-stats/invenio_stats/aggregations.py 2024-03-05 09:06:22.055764+00:00 +++ /home/runner/work/invenio-stats/invenio-stats/invenio_stats/aggregations.py 2024-03-05 09:08:46.528839+00:00 @@ -251,11 +251,13 @@ ).replace(**dict.fromkeys(INTERVAL_ROUNDING[self.interval], 0)) # Skip events that have been previously aggregated. # The`updated_timestamp` field was introduced with v4.0.0, and it will # not exist in events created earlier - last_update_aggr = aggregation["last_update"].get("value_as_string", None) + last_update_aggr = aggregation["last_update"].get( + "value_as_string", None + ) if last_update_aggr and previous_bookmark: last_date = datetime.fromisoformat(last_update_aggr.rstrip("Z")) if last_date < previous_bookmark: continue
Tests (3.9, opensearch1)
Process completed with exit code 1.
Tests (3.10, opensearch1): invenio_stats/aggregations.py#L1
Black format check --- /home/runner/work/invenio-stats/invenio-stats/invenio_stats/aggregations.py 2024-03-05 09:06:23.083116+00:00 +++ /home/runner/work/invenio-stats/invenio-stats/invenio_stats/aggregations.py 2024-03-05 09:08:49.716008+00:00 @@ -251,11 +251,13 @@ ).replace(**dict.fromkeys(INTERVAL_ROUNDING[self.interval], 0)) # Skip events that have been previously aggregated. # The`updated_timestamp` field was introduced with v4.0.0, and it will # not exist in events created earlier - last_update_aggr = aggregation["last_update"].get("value_as_string", None) + last_update_aggr = aggregation["last_update"].get( + "value_as_string", None + ) if last_update_aggr and previous_bookmark: last_date = datetime.fromisoformat(last_update_aggr.rstrip("Z")) if last_date < previous_bookmark: continue
Tests (3.10, opensearch1)
Process completed with exit code 1.
Tests (3.10, opensearch2): invenio_stats/aggregations.py#L1
Black format check --- /home/runner/work/invenio-stats/invenio-stats/invenio_stats/aggregations.py 2024-03-05 09:06:26.140457+00:00 +++ /home/runner/work/invenio-stats/invenio-stats/invenio_stats/aggregations.py 2024-03-05 09:09:21.421642+00:00 @@ -251,11 +251,13 @@ ).replace(**dict.fromkeys(INTERVAL_ROUNDING[self.interval], 0)) # Skip events that have been previously aggregated. # The`updated_timestamp` field was introduced with v4.0.0, and it will # not exist in events created earlier - last_update_aggr = aggregation["last_update"].get("value_as_string", None) + last_update_aggr = aggregation["last_update"].get( + "value_as_string", None + ) if last_update_aggr and previous_bookmark: last_date = datetime.fromisoformat(last_update_aggr.rstrip("Z")) if last_date < previous_bookmark: continue
Tests (3.10, opensearch2)
Process completed with exit code 1.
Tests (3.11, opensearch2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: ts-graphviz/setup-graphviz@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Tests (3.12, opensearch2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: ts-graphviz/setup-graphviz@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Tests (3.12, opensearch1)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: ts-graphviz/setup-graphviz@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Tests (3.11, opensearch1)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: ts-graphviz/setup-graphviz@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Tests (3.9, opensearch2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: ts-graphviz/setup-graphviz@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Tests (3.9, opensearch1)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: ts-graphviz/setup-graphviz@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Tests (3.10, opensearch1)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: ts-graphviz/setup-graphviz@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Tests (3.10, opensearch2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: ts-graphviz/setup-graphviz@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.