Skip to content

fix: Align server default for system_created #474

fix: Align server default for system_created

fix: Align server default for system_created #474

Triggered via pull request April 25, 2026 16:21
Status Failure
Total duration 2m 14s
Artifacts

tests.yml

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

Annotations

6 errors and 30 warnings
Tests / Tests (3.14.0, postgresql14, opensearch2)
Process completed with exit code 1.
Tests / Tests (3.14.0, postgresql14, opensearch2): tests/test_alembic.py#L33
test_alembic KeyError: 'f9843093f686'
Tests / Tests (3.11, postgresql14, opensearch2)
Process completed with exit code 1.
Tests / Tests (3.11, postgresql14, opensearch2): tests/test_alembic.py#L33
test_alembic KeyError: 'f9843093f686'
Tests / Tests (3.9, postgresql14, opensearch2)
Process completed with exit code 1.
Tests / Tests (3.9, postgresql14, opensearch2): tests/test_alembic.py#L33
test_alembic KeyError: 'f9843093f686'
Tests / Tests (3.14.0, postgresql14, opensearch2): tests/test_verbs.py#L263
nested transaction already deassociated from connection
Tests / Tests (3.14.0, postgresql14, opensearch2): invenio_oaiserver/ext.py#L169
Please specify the OAISERVER_ID_PREFIX configuration.default value is: oai:runnervmeorf1:
Tests / Tests (3.14.0, postgresql14, opensearch2): /opt/hostedtoolcache/Python/3.14.0/x64/lib/python3.14/site-packages/alembic/script/revision.py#L241
Revision f9843093f686 referenced from f9843093f686 -> 037afe10e9ff (head), Add user moderation fields. is not present
Tests / Tests (3.14.0, postgresql14, opensearch2): /opt/hostedtoolcache/Python/3.14.0/x64/lib/python3.14/site-packages/alembic/config.py#L580
No path_separator found in configuration; falling back to legacy splitting on spaces/commas for version_locations. Consider adding path_separator=os to Alembic config.
Tests / Tests (3.14.0, postgresql14, opensearch2): /opt/hostedtoolcache/Python/3.14.0/x64/lib/python3.14/site-packages/flask_admin/contrib/sqla/view.py#L1119
The Query.get() method is considered legacy as of the 1.x series of SQLAlchemy and becomes a legacy construct in 2.0. The method is now available as Session.get() (deprecated since: 2.0) (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)
Tests / Tests (3.11, postgresql14, opensearch2): invenio_oaiserver/ext.py#L169
Please specify the OAISERVER_ID_PREFIX configuration.default value is: oai:runnervmeorf1:
Tests / Tests (3.11, postgresql14, opensearch2): /opt/hostedtoolcache/Python/3.11.15/x64/lib/python3.11/site-packages/alembic/script/revision.py#L241
Revision f9843093f686 referenced from f9843093f686 -> 037afe10e9ff (head), Add user moderation fields. is not present
Tests / Tests (3.11, postgresql14, opensearch2): /opt/hostedtoolcache/Python/3.11.15/x64/lib/python3.11/site-packages/alembic/config.py#L580
No path_separator found in configuration; falling back to legacy splitting on spaces/commas for version_locations. Consider adding path_separator=os to Alembic config.
Tests / Tests (3.11, postgresql14, opensearch2): /opt/hostedtoolcache/Python/3.11.15/x64/lib/python3.11/site-packages/flask_admin/contrib/sqla/view.py#L1119
The Query.get() method is considered legacy as of the 1.x series of SQLAlchemy and becomes a legacy construct in 2.0. The method is now available as Session.get() (deprecated since: 2.0) (Background on SQLAlchemy 2.0 at: https://sqlalche.me/e/b8d9)
Tests / Tests (3.11, postgresql14, opensearch2): /opt/hostedtoolcache/Python/3.11.15/x64/lib/python3.11/site-packages/pkg_resources/__init__.py#L2559
Deprecated call to `pkg_resources.declare_namespace('flask_admin')`. Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
Tests / Tests (3.11, postgresql14, opensearch2): /opt/hostedtoolcache/Python/3.11.15/x64/lib/python3.11/site-packages/flask_admin/contrib/__init__.py#L2
Deprecated call to `pkg_resources.declare_namespace('flask_admin.contrib')`. Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
Tests / Tests (3.11, postgresql14, opensearch2): /opt/hostedtoolcache/Python/3.11.15/x64/lib/python3.11/site-packages/pkg_resources/__init__.py#L3147
Deprecated call to `pkg_resources.declare_namespace('sphinxcontrib')`. Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
Tests / Tests (3.11, postgresql14, opensearch2): /opt/hostedtoolcache/Python/3.11.15/x64/lib/python3.11/site-packages/flask_admin/contrib/__init__.py#L2
pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
Tests / Tests (3.9, postgresql14, opensearch2): invenio_oaiserver/ext.py#L169
Please specify the OAISERVER_ID_PREFIX configuration.default value is: oai:runnervmeorf1:
Tests / Tests (3.9, postgresql14, opensearch2): /opt/hostedtoolcache/Python/3.9.25/x64/lib/python3.9/site-packages/alembic/script/revision.py#L241
Revision f9843093f686 referenced from f9843093f686 -> 037afe10e9ff (head), Add user moderation fields. is not present
Tests / Tests (3.9, postgresql14, opensearch2): /opt/hostedtoolcache/Python/3.9.25/x64/lib/python3.9/site-packages/alembic/config.py#L566
No path_separator found in configuration; falling back to legacy splitting on spaces/commas for version_locations. Consider adding path_separator=os to Alembic config.
Tests / Tests (3.9, postgresql14, opensearch2): /opt/hostedtoolcache/Python/3.9.25/x64/lib/python3.9/site-packages/flask_admin/contrib/sqla/view.py#L1119
The Query.get() method is considered legacy as of the 1.x series of SQLAlchemy and becomes a legacy construct in 2.0. The method is now available as Session.get() (deprecated since: 2.0)
Tests / Tests (3.9, postgresql14, opensearch2): /opt/hostedtoolcache/Python/3.9.25/x64/lib/python3.9/site-packages/pkg_resources/__init__.py#L2559
Deprecated call to `pkg_resources.declare_namespace('flask_admin')`. Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
Tests / Tests (3.9, postgresql14, opensearch2): /opt/hostedtoolcache/Python/3.9.25/x64/lib/python3.9/site-packages/flask_admin/contrib/__init__.py#L2
Deprecated call to `pkg_resources.declare_namespace('flask_admin.contrib')`. Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
Tests / Tests (3.9, postgresql14, opensearch2): /opt/hostedtoolcache/Python/3.9.25/x64/lib/python3.9/site-packages/pkg_resources/__init__.py#L3147
Deprecated call to `pkg_resources.declare_namespace('sphinxcontrib')`. Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
Tests / Tests (3.9, postgresql14, opensearch2): /opt/hostedtoolcache/Python/3.9.25/x64/lib/python3.9/site-packages/flask_admin/contrib/__init__.py#L2
pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html