Skip to content

Meetings

Meetings #6179

Triggered via pull request April 17, 2025 11:34
Status Failure
Total duration 27m 18s
Artifacts

tests.yml

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

Annotations

8 errors and 26 warnings
JS / Tests (20.x)
Process completed with exit code 1.
JS / Tests (18.x)
Process completed with exit code 1.
Python / Tests (3.9, postgresql14, opensearch2)
Process completed with exit code 1.
Python / Tests (3.9, postgresql14, opensearch2): invenio_rdm_records/contrib/meeting/custom_fields.py#L0
Black format check --- /home/runner/work/invenio-rdm-records/invenio-rdm-records/invenio_rdm_records/contrib/meeting/custom_fields.py 2025-04-17 11:35:01.173875+00:00 +++ /home/runner/work/invenio-rdm-records/invenio-rdm-records/invenio_rdm_records/contrib/meeting/custom_fields.py 2025-04-17 11:57:31.095508+00:00 @@ -42,14 +42,15 @@ "session_part": SanitizedUnicode(), "session": SanitizedUnicode(), "title": SanitizedUnicode(), "identifiers": IdentifierValueSet( fields.Nested( - partial(IdentifierSchema, - allowed_schemes=record_identifiers_schemes) + partial( + IdentifierSchema, allowed_schemes=record_identifiers_schemes + ) ) - ) + ), } ) @Property def mapping(self): @@ -64,15 +65,17 @@ "session": {"type": "keyword"}, "title": { "type": "text", "fields": {"keyword": {"type": "keyword"}}, }, - "identifiers": {"type": "object", - "properties": { - "identifier": {"type": "keyword"}, - "schema": {"type": "keyword"} - }}, + "identifiers": { + "type": "object", + "properties": { + "identifier": {"type": "keyword"}, + "schema": {"type": "keyword"}, + }, + }, }, } MEETING_NAMESPACE = {
Python / Tests (3.9, postgresql14, opensearch2): invenio_rdm_records/contrib/meeting/custom_fields.py#L0
isort-check from invenio_i18n import lazy_gettext as _ from invenio_records_resources.services.custom_fields import BaseCF from marshmallow import fields -from marshmallow_utils.fields import SanitizedUnicode, IdentifierValueSet +from marshmallow_utils.fields import IdentifierValueSet, SanitizedUnicode from marshmallow_utils.schemas import IdentifierSchema from ...services.schemas.metadata import record_identifiers_schemes
Python / Tests (3.12, postgresql14, opensearch2)
Process completed with exit code 1.
Python / Tests (3.12, postgresql14, opensearch2): invenio_rdm_records/contrib/meeting/custom_fields.py#L0
Black format check --- /home/runner/work/invenio-rdm-records/invenio-rdm-records/invenio_rdm_records/contrib/meeting/custom_fields.py 2025-04-17 11:35:01.228621+00:00 +++ /home/runner/work/invenio-rdm-records/invenio-rdm-records/invenio_rdm_records/contrib/meeting/custom_fields.py 2025-04-17 11:59:50.545983+00:00 @@ -42,14 +42,15 @@ "session_part": SanitizedUnicode(), "session": SanitizedUnicode(), "title": SanitizedUnicode(), "identifiers": IdentifierValueSet( fields.Nested( - partial(IdentifierSchema, - allowed_schemes=record_identifiers_schemes) + partial( + IdentifierSchema, allowed_schemes=record_identifiers_schemes + ) ) - ) + ), } ) @Property def mapping(self): @@ -64,15 +65,17 @@ "session": {"type": "keyword"}, "title": { "type": "text", "fields": {"keyword": {"type": "keyword"}}, }, - "identifiers": {"type": "object", - "properties": { - "identifier": {"type": "keyword"}, - "schema": {"type": "keyword"} - }}, + "identifiers": { + "type": "object", + "properties": { + "identifier": {"type": "keyword"}, + "schema": {"type": "keyword"}, + }, + }, }, } MEETING_NAMESPACE = {
Python / Tests (3.12, postgresql14, opensearch2): invenio_rdm_records/contrib/meeting/custom_fields.py#L0
isort-check from invenio_i18n import lazy_gettext as _ from invenio_records_resources.services.custom_fields import BaseCF from marshmallow import fields -from marshmallow_utils.fields import SanitizedUnicode, IdentifierValueSet +from marshmallow_utils.fields import IdentifierValueSet, SanitizedUnicode from marshmallow_utils.schemas import IdentifierSchema from ...services.schemas.metadata import record_identifiers_schemes
JS / Tests (20.x): invenio_rdm_records/assets/semantic-ui/js/invenio_rdm_records/src/deposit/fields/CopyrightsField/CopyrightsField.js#L19
Fragments should contain more than one child - otherwise, there’s no need for a Fragment at all
JS / Tests (20.x): invenio_rdm_records/assets/semantic-ui/js/invenio_rdm_records/src/deposit/fields/AccessField/AccessRightField.js#L101
propType "id" is not required, but has no corresponding defaultProps declaration
JS / Tests (18.x): invenio_rdm_records/assets/semantic-ui/js/invenio_rdm_records/src/deposit/fields/CopyrightsField/CopyrightsField.js#L19
Fragments should contain more than one child - otherwise, there’s no need for a Fragment at all
JS / Tests (18.x): invenio_rdm_records/assets/semantic-ui/js/invenio_rdm_records/src/deposit/fields/AccessField/AccessRightField.js#L101
propType "id" is not required, but has no corresponding defaultProps declaration
Python / Tests (3.9, postgresql14, opensearch2): /opt/hostedtoolcache/Python/3.9.22/x64/lib/python3.9/site-packages/marshmallow/utils.py#L361
`Field` should not be instantiated. Use `fields.Raw` or another field subclass instead.
Python / Tests (3.9, postgresql14, opensearch2): invenio_rdm_records/config.py#L15
Implicit imports (e.g., 'import idutils; idutils.function;') might be removed in the next major version. Please use explicit imports (e.g., 'from idutils import function;') instead.
Python / Tests (3.9, postgresql14, opensearch2): /opt/hostedtoolcache/Python/3.9.22/x64/lib/python3.9/site-packages/marshmallow_utils/fields/generated.py#L12
The '__version_info__' attribute is deprecated and will be removed in in a future version. Use feature detection or 'packaging.Version(importlib.metadata.version("marshmallow")).release' instead.
Python / Tests (3.9, postgresql14, opensearch2): /opt/hostedtoolcache/Python/3.9.22/x64/lib/python3.9/site-packages/marshmallow_utils/fields/generated.py#L12
The '__version_info__' attribute is deprecated and will be removed in in a future version. Use feature detection or 'packaging.Version(importlib.metadata.version("marshmallow")).release' instead.
Python / Tests (3.9, postgresql14, opensearch2): /opt/hostedtoolcache/Python/3.9.22/x64/lib/python3.9/site-packages/invenio_records/resolver.py#L14
jsonschema.RefResolver is deprecated as of v4.18.0, in favor of the https://github.com/python-jsonschema/referencing library, which provides more compliant referencing behavior as well as more flexible APIs for customization. A future release will remove RefResolver. Please file a feature request (on referencing) if you are missing an API for the kind of customization you need.
Python / Tests (3.9, postgresql14, opensearch2): /opt/hostedtoolcache/Python/3.9.22/x64/lib/python3.9/site-packages/invenio_records/resolver.py#L14
jsonschema.exceptions.RefResolutionError is deprecated as of version 4.18.0. If you wish to catch potential reference resolution errors, directly catch referencing.exceptions.Unresolvable.
Python / Tests (3.9, postgresql14, opensearch2): /opt/hostedtoolcache/Python/3.9.22/x64/lib/python3.9/site-packages/invenio_records/resolver.py#L14
jsonschema.RefResolver is deprecated as of v4.18.0, in favor of the https://github.com/python-jsonschema/referencing library, which provides more compliant referencing behavior as well as more flexible APIs for customization. A future release will remove RefResolver. Please file a feature request (on referencing) if you are missing an API for the kind of customization you need.
Python / Tests (3.9, postgresql14, opensearch2): /opt/hostedtoolcache/Python/3.9.22/x64/lib/python3.9/site-packages/invenio_records/resolver.py#L14
jsonschema.exceptions.RefResolutionError is deprecated as of version 4.18.0. If you wish to catch potential reference resolution errors, directly catch referencing.exceptions.Unresolvable.
Python / Tests (3.9, postgresql14, opensearch2): /opt/hostedtoolcache/Python/3.9.22/x64/lib/python3.9/site-packages/jsonresolver/contrib/jsonschema.py#L31
jsonschema.RefResolver is deprecated as of v4.18.0, in favor of the https://github.com/python-jsonschema/referencing library, which provides more compliant referencing behavior as well as more flexible APIs for customization. A future release will remove RefResolver. Please file a feature request (on referencing) if you are missing an API for the kind of customization you need.
Python / Tests (3.9, postgresql14, opensearch2): /opt/hostedtoolcache/Python/3.9.22/x64/lib/python3.9/site-packages/jsonresolver/contrib/jsonschema.py#L31
jsonschema.RefResolver is deprecated as of v4.18.0, in favor of the https://github.com/python-jsonschema/referencing library, which provides more compliant referencing behavior as well as more flexible APIs for customization. A future release will remove RefResolver. Please file a feature request (on referencing) if you are missing an API for the kind of customization you need.
Python / Tests (3.12, postgresql14, opensearch2): /opt/hostedtoolcache/Python/3.12.10/x64/lib/python3.12/site-packages/pkg_resources/__init__.py#L2559
Deprecated call to `pkg_resources.declare_namespace('fs')`. 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
Python / Tests (3.12, postgresql14, opensearch2): /opt/hostedtoolcache/Python/3.12.10/x64/lib/python3.12/site-packages/fs/opener/__init__.py#L6
Deprecated call to `pkg_resources.declare_namespace('fs.opener')`. 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
Python / Tests (3.12, postgresql14, opensearch2): /opt/hostedtoolcache/Python/3.12.10/x64/lib/python3.12/site-packages/fs/__init__.py#L4
Deprecated call to `pkg_resources.declare_namespace('fs')`. 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
Python / Tests (3.12, postgresql14, opensearch2): /opt/hostedtoolcache/Python/3.12.10/x64/lib/python3.12/site-packages/invenio_records/resolver.py#L14
jsonschema.RefResolver is deprecated as of v4.18.0, in favor of the https://github.com/python-jsonschema/referencing library, which provides more compliant referencing behavior as well as more flexible APIs for customization. A future release will remove RefResolver. Please file a feature request (on referencing) if you are missing an API for the kind of customization you need.
Python / Tests (3.12, postgresql14, opensearch2): /opt/hostedtoolcache/Python/3.12.10/x64/lib/python3.12/site-packages/invenio_records/resolver.py#L14
jsonschema.exceptions.RefResolutionError is deprecated as of version 4.18.0. If you wish to catch potential reference resolution errors, directly catch referencing.exceptions.Unresolvable.
Python / Tests (3.12, postgresql14, opensearch2): /opt/hostedtoolcache/Python/3.12.10/x64/lib/python3.12/site-packages/invenio_records/resolver.py#L14
jsonschema.RefResolver is deprecated as of v4.18.0, in favor of the https://github.com/python-jsonschema/referencing library, which provides more compliant referencing behavior as well as more flexible APIs for customization. A future release will remove RefResolver. Please file a feature request (on referencing) if you are missing an API for the kind of customization you need.
Python / Tests (3.12, postgresql14, opensearch2): /opt/hostedtoolcache/Python/3.12.10/x64/lib/python3.12/site-packages/invenio_records/resolver.py#L14
jsonschema.exceptions.RefResolutionError is deprecated as of version 4.18.0. If you wish to catch potential reference resolution errors, directly catch referencing.exceptions.Unresolvable.
Python / Tests (3.12, postgresql14, opensearch2): /opt/hostedtoolcache/Python/3.12.10/x64/lib/python3.12/site-packages/jsonresolver/contrib/jsonschema.py#L31
jsonschema.RefResolver is deprecated as of v4.18.0, in favor of the https://github.com/python-jsonschema/referencing library, which provides more compliant referencing behavior as well as more flexible APIs for customization. A future release will remove RefResolver. Please file a feature request (on referencing) if you are missing an API for the kind of customization you need.
Python / Tests (3.12, postgresql14, opensearch2): /opt/hostedtoolcache/Python/3.12.10/x64/lib/python3.12/site-packages/jsonresolver/contrib/jsonschema.py#L31
jsonschema.RefResolver is deprecated as of v4.18.0, in favor of the https://github.com/python-jsonschema/referencing library, which provides more compliant referencing behavior as well as more flexible APIs for customization. A future release will remove RefResolver. Please file a feature request (on referencing) if you are missing an API for the kind of customization you need.