[Debian-astro-maintainers] Bug#1052891: asdf-transform-schemas: FTBFS: RuntimeError: Missing resources directory
Lucas Nussbaum
lucas at debian.org
Tue Sep 26 14:31:27 BST 2023
Source: asdf-transform-schemas
Version: 0.3.0-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lucas at debian.org
Usertags: ftbfs-20230925 ftbfs-trixie
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> debian/rules binary
> dh binary --with python3 --buildsystem=pybuild
> dh_update_autotools_config -O--buildsystem=pybuild
> dh_autoreconf -O--buildsystem=pybuild
> dh_auto_configure -O--buildsystem=pybuild
> dh_auto_build -O--buildsystem=pybuild
> I: pybuild plugin_pyproject:110: Building wheel for python3.11 with "build" module
> I: pybuild base:291: python3.11 -m build --skip-dependency-check --no-isolation --wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11
> * Building wheel...
> running bdist_wheel
> running build
> running build_py
> creating build
> creating build/lib
> creating build/lib/asdf_transform_schemas
> copying src/asdf_transform_schemas/_version.py -> build/lib/asdf_transform_schemas
> copying src/asdf_transform_schemas/__init__.py -> build/lib/asdf_transform_schemas
> copying src/asdf_transform_schemas/integration.py -> build/lib/asdf_transform_schemas
> running egg_info
> creating src/asdf_transform_schemas.egg-info
> writing src/asdf_transform_schemas.egg-info/PKG-INFO
> writing dependency_links to src/asdf_transform_schemas.egg-info/dependency_links.txt
> writing entry points to src/asdf_transform_schemas.egg-info/entry_points.txt
> writing requirements to src/asdf_transform_schemas.egg-info/requires.txt
> writing top-level names to src/asdf_transform_schemas.egg-info/top_level.txt
> writing manifest file 'src/asdf_transform_schemas.egg-info/SOURCES.txt'
> reading manifest file 'src/asdf_transform_schemas.egg-info/SOURCES.txt'
> adding license file 'LICENSE'
> writing manifest file 'src/asdf_transform_schemas.egg-info/SOURCES.txt'
> installing to build/bdist.linux-x86_64/wheel
> running install
> running install_lib
> creating build/bdist.linux-x86_64
> creating build/bdist.linux-x86_64/wheel
> creating build/bdist.linux-x86_64/wheel/asdf_transform_schemas
> copying build/lib/asdf_transform_schemas/_version.py -> build/bdist.linux-x86_64/wheel/asdf_transform_schemas
> copying build/lib/asdf_transform_schemas/__init__.py -> build/bdist.linux-x86_64/wheel/asdf_transform_schemas
> copying build/lib/asdf_transform_schemas/integration.py -> build/bdist.linux-x86_64/wheel/asdf_transform_schemas
> running install_egg_info
> Copying src/asdf_transform_schemas.egg-info to build/bdist.linux-x86_64/wheel/asdf_transform_schemas-0.3.0.egg-info
> running install_scripts
> creating build/bdist.linux-x86_64/wheel/asdf_transform_schemas-0.3.0.dist-info/WHEEL
> creating '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/.tmp-a6wgzywh/asdf_transform_schemas-0.3.0-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
> adding 'asdf_transform_schemas/__init__.py'
> adding 'asdf_transform_schemas/_version.py'
> adding 'asdf_transform_schemas/integration.py'
> adding 'asdf_transform_schemas-0.3.0.dist-info/LICENSE'
> adding 'asdf_transform_schemas-0.3.0.dist-info/METADATA'
> adding 'asdf_transform_schemas-0.3.0.dist-info/WHEEL'
> adding 'asdf_transform_schemas-0.3.0.dist-info/entry_points.txt'
> adding 'asdf_transform_schemas-0.3.0.dist-info/top_level.txt'
> adding 'asdf_transform_schemas-0.3.0.dist-info/RECORD'
> removing build/bdist.linux-x86_64/wheel
> Successfully built asdf_transform_schemas-0.3.0-py3-none-any.whl
> I: pybuild plugin_pyproject:122: Unpacking wheel built for python3.11 with "installer" module
> dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:291: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build; python3.11 -m pytest tests
> [1m============================= test session starts ==============================[0m
> platform linux -- Python 3.11.5, pytest-7.4.2, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build
> configfile: pyproject.toml
> plugins: asdf-2.15.0
> collected 35 items
>
> tests/test_integration.py [33ms[0m[33ms[0m[33m [ 5%][0m
> tests/test_invalid.py [31mF[0m[31mF[0m[31mF[0m[31mF[0m[31mF[0m[31mF[0m[31mF[0m[31mF[0m[31mF[0m[31mF[0m[31mF[0m[31mF[0m[31mF[0m[31mF[0m[31mF[0m[31mF[0m[31mF[0m[31mF[0m[31mF[0m[31mF[0m[31mF[0m[31mF[0m[31mF[0m[31mF[0m[31mF[0m[31mF[0m[31mF[0m[31mF[0m[31mF[0m[31mF[0m[31mF[0m[31mF[0m[31mF[0m[31m [100%][0m
>
> =================================== FAILURES ===================================
> [31m[1m_ test_failing_schema[\n !transform/shift-1.2.0\n offset: 1\n bounding_box: [1.0, test]\n ] _[0m
>
> yaml = '\n !transform/shift-1.2.0\n offset: 1\n bounding_box: [1.0, test]\n '
>
> @pytest.mark.parametrize("yaml", purposefully_failing)
> def test_failing_schema(yaml):
> buff = helpers.yaml_to_asdf(f"example: {yaml.strip()}")
> > with pytest.raises(asdf.ValidationError, match=r"Failed validating *"):
> [1m[31mE Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>[0m
>
> [1m[31mtests/test_invalid.py[0m:321: Failed
> [31m[1m_ test_failing_schema[\n !transform/shift-1.2.0\n offset: 1\n bounding_box: [1.0]\n ] _[0m
>
> yaml = '\n !transform/shift-1.2.0\n offset: 1\n bounding_box: [1.0]\n '
>
> @pytest.mark.parametrize("yaml", purposefully_failing)
> def test_failing_schema(yaml):
> buff = helpers.yaml_to_asdf(f"example: {yaml.strip()}")
> > with pytest.raises(asdf.ValidationError, match=r"Failed validating *"):
> [1m[31mE Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>[0m
>
> [1m[31mtests/test_invalid.py[0m:321: Failed
> [31m[1m_ test_failing_schema[\n !transform/shift-1.2.0\n offset: 1\n bounding_box: [1.0, 2.0, 3.0]\n ] _[0m
>
> yaml = '\n !transform/shift-1.2.0\n offset: 1\n bounding_box: [1.0, 2.0, 3.0]\n '
>
> @pytest.mark.parametrize("yaml", purposefully_failing)
> def test_failing_schema(yaml):
> buff = helpers.yaml_to_asdf(f"example: {yaml.strip()}")
> > with pytest.raises(asdf.ValidationError, match=r"Failed validating *"):
> [1m[31mE Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>[0m
>
> [1m[31mtests/test_invalid.py[0m:321: Failed
> [31m[1m_ test_failing_schema[\n !transform/shift-1.2.0\n offset: 1\n bounding_box:\n - [1.0, 2.0]\n ] _[0m
>
> yaml = '\n !transform/shift-1.2.0\n offset: 1\n bounding_box:\n - [1.0, 2.0]\n '
>
> @pytest.mark.parametrize("yaml", purposefully_failing)
> def test_failing_schema(yaml):
> buff = helpers.yaml_to_asdf(f"example: {yaml.strip()}")
> > with pytest.raises(asdf.ValidationError, match=r"Failed validating *"):
> [1m[31mE Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>[0m
>
> [1m[31mtests/test_invalid.py[0m:321: Failed
> [31m[1m_ test_failing_schema[\n !transform/shift-1.2.0\n offset: 1\n bounding_box:\n - [1.0, 2.0]\n - [3.0, test]\n ] _[0m
>
> yaml = '\n !transform/shift-1.2.0\n offset: 1\n bounding_box:\n - [1.0, 2.0]\n - [3.0, test]\n '
>
> @pytest.mark.parametrize("yaml", purposefully_failing)
> def test_failing_schema(yaml):
> buff = helpers.yaml_to_asdf(f"example: {yaml.strip()}")
> > with pytest.raises(asdf.ValidationError, match=r"Failed validating *"):
> [1m[31mE Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>[0m
>
> [1m[31mtests/test_invalid.py[0m:321: Failed
> [31m[1m_ test_failing_schema[\n !transform/shift-1.2.0\n offset: 1\n bounding_box:\n - [1.0, 2.0]\n - [3.0]\n ] _[0m
>
> yaml = '\n !transform/shift-1.2.0\n offset: 1\n bounding_box:\n - [1.0, 2.0]\n - [3.0]\n '
>
> @pytest.mark.parametrize("yaml", purposefully_failing)
> def test_failing_schema(yaml):
> buff = helpers.yaml_to_asdf(f"example: {yaml.strip()}")
> > with pytest.raises(asdf.ValidationError, match=r"Failed validating *"):
> [1m[31mE Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>[0m
>
> [1m[31mtests/test_invalid.py[0m:321: Failed
> [31m[1m_ test_failing_schema[\n !transform/shift-1.2.0\n offset: 1\n bounding_box:\n - [1.0, 2.0]\n - [3.0, 4.0, 5.0]\n ] _[0m
>
> yaml = '\n !transform/shift-1.2.0\n offset: 1\n bounding_box:\n - [1.0, 2.0]\n - [3.0, 4.0, 5.0]\n '
>
> @pytest.mark.parametrize("yaml", purposefully_failing)
> def test_failing_schema(yaml):
> buff = helpers.yaml_to_asdf(f"example: {yaml.strip()}")
> > with pytest.raises(asdf.ValidationError, match=r"Failed validating *"):
> [1m[31mE Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>[0m
>
> [1m[31mtests/test_invalid.py[0m:321: Failed
> [31m[1m_ test_failing_schema[\n !transform/property/bounding_box-1.0.0\n ignore: [x, y]\n order: C\n ] _[0m
>
> yaml = '\n !transform/property/bounding_box-1.0.0\n ignore: [x, y]\n order: C\n '
>
> @pytest.mark.parametrize("yaml", purposefully_failing)
> def test_failing_schema(yaml):
> buff = helpers.yaml_to_asdf(f"example: {yaml.strip()}")
> > with pytest.raises(asdf.ValidationError, match=r"Failed validating *"):
> [1m[31mE Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>[0m
>
> [1m[31mtests/test_invalid.py[0m:321: Failed
> [31m[1m_ test_failing_schema[\n !transform/property/bounding_box-1.0.0\n intervals: {}\n ignore: [x, y]\n order: C\n ] _[0m
>
> yaml = '\n !transform/property/bounding_box-1.0.0\n intervals: {}\n ignore: [x, y]\n order: C\n '
>
> @pytest.mark.parametrize("yaml", purposefully_failing)
> def test_failing_schema(yaml):
> buff = helpers.yaml_to_asdf(f"example: {yaml.strip()}")
> > with pytest.raises(asdf.ValidationError, match=r"Failed validating *"):
> [1m[31mE Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>[0m
>
> [1m[31mtests/test_invalid.py[0m:321: Failed
> [31m[1m_ test_failing_schema[\n !transform/property/bounding_box-1.0.0\n intervals:\n x: [1.0, 2.0, 3.0]\n ignore: [x, y]\n order: C\n ] _[0m
>
> yaml = '\n !transform/property/bounding_box-1.0.0\n intervals:\n x: [1.0, 2.0, 3.0]\n ignore: [x, y]\n order: C\n '
>
> @pytest.mark.parametrize("yaml", purposefully_failing)
> def test_failing_schema(yaml):
> buff = helpers.yaml_to_asdf(f"example: {yaml.strip()}")
> > with pytest.raises(asdf.ValidationError, match=r"Failed validating *"):
> [1m[31mE Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>[0m
>
> [1m[31mtests/test_invalid.py[0m:321: Failed
> [31m[1m_ test_failing_schema[\n !transform/property/bounding_box-1.0.0\n intervals:\n x: [1.0, 2.0]\n ignore: [x, y, 3]\n order: C\n ] _[0m
>
> yaml = '\n !transform/property/bounding_box-1.0.0\n intervals:\n x: [1.0, 2.0]\n ignore: [x, y, 3]\n order: C\n '
>
> @pytest.mark.parametrize("yaml", purposefully_failing)
> def test_failing_schema(yaml):
> buff = helpers.yaml_to_asdf(f"example: {yaml.strip()}")
> > with pytest.raises(asdf.ValidationError, match=r"Failed validating *"):
> [1m[31mE Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>[0m
>
> [1m[31mtests/test_invalid.py[0m:321: Failed
> [31m[1m_ test_failing_schema[\n !transform/property/bounding_box-1.0.0\n intervals:\n x: [1.0, 2.0]\n ignore: y\n order: C\n ] _[0m
>
> yaml = '\n !transform/property/bounding_box-1.0.0\n intervals:\n x: [1.0, 2.0]\n ignore: y\n order: C\n '
>
> @pytest.mark.parametrize("yaml", purposefully_failing)
> def test_failing_schema(yaml):
> buff = helpers.yaml_to_asdf(f"example: {yaml.strip()}")
> > with pytest.raises(asdf.ValidationError, match=r"Failed validating *"):
> [1m[31mE Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>[0m
>
> [1m[31mtests/test_invalid.py[0m:321: Failed
> [31m[1m_ test_failing_schema[\n !transform/property/bounding_box-1.0.0\n intervals:\n x: [1.0, 2.0]\n ignore: [x, y]\n order: test\n ] _[0m
>
> yaml = '\n !transform/property/bounding_box-1.0.0\n intervals:\n x: [1.0, 2.0]\n ignore: [x, y]\n order: test\n '
>
> @pytest.mark.parametrize("yaml", purposefully_failing)
> def test_failing_schema(yaml):
> buff = helpers.yaml_to_asdf(f"example: {yaml.strip()}")
> > with pytest.raises(asdf.ValidationError, match=r"Failed validating *"):
> [1m[31mE Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>[0m
>
> [1m[31mtests/test_invalid.py[0m:321: Failed
> [31m[1m_ test_failing_schema[\n !transform/property/compound_bounding_box-1.0.0\n selector_args:\n - argument: x\n cbbox:\n - key: [0]\n bbox: !transform/property/bounding_box-1.0.0\n intervals:\n y: [1.0, 2.0]\n ] _[0m
>
> yaml = '\n !transform/property/compound_bounding_box-1.0.0\n selector_args:\n - argument: x\n cbbox:\n ...[0]\n bbox: !transform/property/bounding_box-1.0.0\n intervals:\n y: [1.0, 2.0]\n '
>
> @pytest.mark.parametrize("yaml", purposefully_failing)
> def test_failing_schema(yaml):
> buff = helpers.yaml_to_asdf(f"example: {yaml.strip()}")
> > with pytest.raises(asdf.ValidationError, match=r"Failed validating *"):
> [1m[31mE Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>[0m
>
> [1m[31mtests/test_invalid.py[0m:321: Failed
> [31m[1m_ test_failing_schema[\n !transform/property/compound_bounding_box-1.0.0\n selector_args:\n - ignore: true\n cbbox:\n - key: [0]\n bbox: !transform/property/bounding_box-1.0.0\n intervals:\n y: [1.0, 2.0]\n ] _[0m
>
> yaml = '\n !transform/property/compound_bounding_box-1.0.0\n selector_args:\n - ignore: true\n cbbox:\n ...[0]\n bbox: !transform/property/bounding_box-1.0.0\n intervals:\n y: [1.0, 2.0]\n '
>
> @pytest.mark.parametrize("yaml", purposefully_failing)
> def test_failing_schema(yaml):
> buff = helpers.yaml_to_asdf(f"example: {yaml.strip()}")
> > with pytest.raises(asdf.ValidationError, match=r"Failed validating *"):
> [1m[31mE Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>[0m
>
> [1m[31mtests/test_invalid.py[0m:321: Failed
> [31m[1m_ test_failing_schema[\n !transform/property/compound_bounding_box-1.0.0\n selector_args:\n - argument: 5\n ignore: true\n cbbox:\n - key: [0]\n bbox: !transform/property/bounding_box-1.0.0\n intervals:\n y: [1.0, 2.0]\n ] _[0m
>
> yaml = '\n !transform/property/compound_bounding_box-1.0.0\n selector_args:\n - argument: 5\n ignore:...[0]\n bbox: !transform/property/bounding_box-1.0.0\n intervals:\n y: [1.0, 2.0]\n '
>
> @pytest.mark.parametrize("yaml", purposefully_failing)
> def test_failing_schema(yaml):
> buff = helpers.yaml_to_asdf(f"example: {yaml.strip()}")
> > with pytest.raises(asdf.ValidationError, match=r"Failed validating *"):
> [1m[31mE Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>[0m
>
> [1m[31mtests/test_invalid.py[0m:321: Failed
> [31m[1m_ test_failing_schema[\n !transform/property/compound_bounding_box-1.0.0\n selector_args:\n - argument: x\n ignore: test\n cbbox:\n - key: [0]\n bbox: !transform/property/bounding_box-1.0.0\n intervals:\n y: [1.0, 2.0]\n ] _[0m
>
> yaml = '\n !transform/property/compound_bounding_box-1.0.0\n selector_args:\n - argument: x\n ignore:...[0]\n bbox: !transform/property/bounding_box-1.0.0\n intervals:\n y: [1.0, 2.0]\n '
>
> @pytest.mark.parametrize("yaml", purposefully_failing)
> def test_failing_schema(yaml):
> buff = helpers.yaml_to_asdf(f"example: {yaml.strip()}")
> > with pytest.raises(asdf.ValidationError, match=r"Failed validating *"):
> [1m[31mE Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>[0m
>
> [1m[31mtests/test_invalid.py[0m:321: Failed
> [31m[1m_ test_failing_schema[\n !transform/property/compound_bounding_box-1.0.0\n selector_args: []\n cbbox:\n - key: [0]\n bbox: !transform/property/bounding_box-1.0.0\n intervals:\n y: [1.0, 2.0]\n ] _[0m
>
> yaml = '\n !transform/property/compound_bounding_box-1.0.0\n selector_args: []\n cbbox:\n - key: [0]\n bbox: !transform/property/bounding_box-1.0.0\n intervals:\n y: [1.0, 2.0]\n '
>
> @pytest.mark.parametrize("yaml", purposefully_failing)
> def test_failing_schema(yaml):
> buff = helpers.yaml_to_asdf(f"example: {yaml.strip()}")
> > with pytest.raises(asdf.ValidationError, match=r"Failed validating *"):
> [1m[31mE Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>[0m
>
> [1m[31mtests/test_invalid.py[0m:321: Failed
> [31m[1m_ test_failing_schema[\n !transform/property/compound_bounding_box-1.0.0\n cbbox:\n - key: [0]\n bbox: !transform/property/bounding_box-1.0.0\n intervals:\n y: [1.0, 2.0]\n ] _[0m
>
> yaml = '\n !transform/property/compound_bounding_box-1.0.0\n cbbox:\n - key: [0]\n bbox: !transform/property/bounding_box-1.0.0\n intervals:\n y: [1.0, 2.0]\n '
>
> @pytest.mark.parametrize("yaml", purposefully_failing)
> def test_failing_schema(yaml):
> buff = helpers.yaml_to_asdf(f"example: {yaml.strip()}")
> > with pytest.raises(asdf.ValidationError, match=r"Failed validating *"):
> [1m[31mE Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>[0m
>
> [1m[31mtests/test_invalid.py[0m:321: Failed
> [31m[1m_ test_failing_schema[\n !transform/property/compound_bounding_box-1.0.0\n selector_args:\n - argument: x\n ignore: true\n cbbox:\n - key: []\n bbox: !transform/property/bounding_box-1.0.0\n intervals:\n y: [1.0, 2.0]\n ] _[0m
>
> yaml = '\n !transform/property/compound_bounding_box-1.0.0\n selector_args:\n - argument: x\n ignore:... []\n bbox: !transform/property/bounding_box-1.0.0\n intervals:\n y: [1.0, 2.0]\n '
>
> @pytest.mark.parametrize("yaml", purposefully_failing)
> def test_failing_schema(yaml):
> buff = helpers.yaml_to_asdf(f"example: {yaml.strip()}")
> > with pytest.raises(asdf.ValidationError, match=r"Failed validating *"):
> [1m[31mE Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>[0m
>
> [1m[31mtests/test_invalid.py[0m:321: Failed
> [31m[1m_ test_failing_schema[\n !transform/property/compound_bounding_box-1.0.0\n selector_args:\n - argument: x\n ignore: true\n cbbox:\n - key: [test]\n bbox: !transform/property/bounding_box-1.0.0\n intervals:\n y: [1.0, 2.0]\n ] _[0m
>
> yaml = '\n !transform/property/compound_bounding_box-1.0.0\n selector_args:\n - argument: x\n ignore:...st]\n bbox: !transform/property/bounding_box-1.0.0\n intervals:\n y: [1.0, 2.0]\n '
>
> @pytest.mark.parametrize("yaml", purposefully_failing)
> def test_failing_schema(yaml):
> buff = helpers.yaml_to_asdf(f"example: {yaml.strip()}")
> > with pytest.raises(asdf.ValidationError, match=r"Failed validating *"):
> [1m[31mE Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>[0m
>
> [1m[31mtests/test_invalid.py[0m:321: Failed
> [31m[1m_ test_failing_schema[\n !transform/property/compound_bounding_box-1.0.0\n selector_args:\n - argument: x\n ignore: true\n cbbox:\n - bbox: !transform/property/bounding_box-1.0.0\n intervals:\n y: [1.0, 2.0]\n ] _[0m
>
> yaml = '\n !transform/property/compound_bounding_box-1.0.0\n selector_args:\n - argument: x\n ignore:...ox:\n - bbox: !transform/property/bounding_box-1.0.0\n intervals:\n y: [1.0, 2.0]\n '
>
> @pytest.mark.parametrize("yaml", purposefully_failing)
> def test_failing_schema(yaml):
> buff = helpers.yaml_to_asdf(f"example: {yaml.strip()}")
> > with pytest.raises(asdf.ValidationError, match=r"Failed validating *"):
> [1m[31mE Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>[0m
>
> [1m[31mtests/test_invalid.py[0m:321: Failed
> [31m[1m_ test_failing_schema[\n !transform/property/compound_bounding_box-1.0.0\n selector_args:\n - argument: x\n ignore: true\n cbbox:\n - key: [0]\n bbox: !transform/property/bounding_box-1.0.0\n intervals:\n y: [1.0, 2.0, 3.0]\n ] _[0m
>
> yaml = '\n !transform/property/compound_bounding_box-1.0.0\n selector_args:\n - argument: x\n ignore:... bbox: !transform/property/bounding_box-1.0.0\n intervals:\n y: [1.0, 2.0, 3.0]\n '
>
> @pytest.mark.parametrize("yaml", purposefully_failing)
> def test_failing_schema(yaml):
> buff = helpers.yaml_to_asdf(f"example: {yaml.strip()}")
> > with pytest.raises(asdf.ValidationError, match=r"Failed validating *"):
> [1m[31mE Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>[0m
>
> [1m[31mtests/test_invalid.py[0m:321: Failed
> [31m[1m_ test_failing_schema[\n !transform/property/compound_bounding_box-1.0.0\n selector_args:\n - argument: x\n ignore: true\n cbbox:\n - key: [0]\n ] _[0m
>
> yaml = '\n !transform/property/compound_bounding_box-1.0.0\n selector_args:\n - argument: x\n ignore: true\n cbbox:\n - key: [0]\n '
>
> @pytest.mark.parametrize("yaml", purposefully_failing)
> def test_failing_schema(yaml):
> buff = helpers.yaml_to_asdf(f"example: {yaml.strip()}")
> > with pytest.raises(asdf.ValidationError, match=r"Failed validating *"):
> [1m[31mE Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>[0m
>
> [1m[31mtests/test_invalid.py[0m:321: Failed
> [31m[1m_ test_failing_schema[\n !transform/property/compound_bounding_box-1.0.0\n selector_args:\n - argument: x\n ignore: true\n cbbox: []\n ] _[0m
>
> yaml = '\n !transform/property/compound_bounding_box-1.0.0\n selector_args:\n - argument: x\n ignore: true\n cbbox: []\n '
>
> @pytest.mark.parametrize("yaml", purposefully_failing)
> def test_failing_schema(yaml):
> buff = helpers.yaml_to_asdf(f"example: {yaml.strip()}")
> > with pytest.raises(asdf.ValidationError, match=r"Failed validating *"):
> [1m[31mE Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>[0m
>
> [1m[31mtests/test_invalid.py[0m:321: Failed
> [31m[1m_ test_failing_schema[\n !transform/property/compound_bounding_box-1.0.0\n selector_args:\n - argument: x\n ignore: true\n ] _[0m
>
> yaml = '\n !transform/property/compound_bounding_box-1.0.0\n selector_args:\n - argument: x\n ignore: true\n '
>
> @pytest.mark.parametrize("yaml", purposefully_failing)
> def test_failing_schema(yaml):
> buff = helpers.yaml_to_asdf(f"example: {yaml.strip()}")
> > with pytest.raises(asdf.ValidationError, match=r"Failed validating *"):
> [1m[31mE Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>[0m
>
> [1m[31mtests/test_invalid.py[0m:321: Failed
> [31m[1m_ test_failing_schema[\n !transform/property/compound_bounding_box-1.0.0\n selector_args:\n - argument: x\n ignore: true\n cbbox:\n - key: [0]\n bbox: !transform/property/bounding_box-1.0.0\n intervals:\n y: [1.0, 2.0]\n ignore: [z, 3]\n ] _[0m
>
> yaml = '\n !transform/property/compound_bounding_box-1.0.0\n selector_args:\n - argument: x\n ignore:...transform/property/bounding_box-1.0.0\n intervals:\n y: [1.0, 2.0]\n ignore: [z, 3]\n '
>
> @pytest.mark.parametrize("yaml", purposefully_failing)
> def test_failing_schema(yaml):
> buff = helpers.yaml_to_asdf(f"example: {yaml.strip()}")
> > with pytest.raises(asdf.ValidationError, match=r"Failed validating *"):
> [1m[31mE Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>[0m
>
> [1m[31mtests/test_invalid.py[0m:321: Failed
> [31m[1m_ test_failing_schema[\n !transform/property/compound_bounding_box-1.0.0\n selector_args:\n - argument: x\n ignore: true\n cbbox:\n - key: [0]\n bbox: !transform/property/bounding_box-1.0.0\n intervals:\n y: [1.0, 2.0]\n ignore: z\n ] _[0m
>
> yaml = '\n !transform/property/compound_bounding_box-1.0.0\n selector_args:\n - argument: x\n ignore:...ox: !transform/property/bounding_box-1.0.0\n intervals:\n y: [1.0, 2.0]\n ignore: z\n '
>
> @pytest.mark.parametrize("yaml", purposefully_failing)
> def test_failing_schema(yaml):
> buff = helpers.yaml_to_asdf(f"example: {yaml.strip()}")
> > with pytest.raises(asdf.ValidationError, match=r"Failed validating *"):
> [1m[31mE Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>[0m
>
> [1m[31mtests/test_invalid.py[0m:321: Failed
> [31m[1m_ test_failing_schema[\n !transform/property/compound_bounding_box-1.0.0\n selector_args:\n - argument: x\n ignore: true\n cbbox:\n - key: [0]\n bbox: !transform/property/bounding_box-1.0.0\n intervals:\n y: [1.0, 2.0]\n ignore: [z]\n order: test\n ] _[0m
>
> yaml = '\n !transform/property/compound_bounding_box-1.0.0\n selector_args:\n - argument: x\n ignore:...ty/bounding_box-1.0.0\n intervals:\n y: [1.0, 2.0]\n ignore: [z]\n order: test\n '
>
> @pytest.mark.parametrize("yaml", purposefully_failing)
> def test_failing_schema(yaml):
> buff = helpers.yaml_to_asdf(f"example: {yaml.strip()}")
> > with pytest.raises(asdf.ValidationError, match=r"Failed validating *"):
> [1m[31mE Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>[0m
>
> [1m[31mtests/test_invalid.py[0m:321: Failed
> [31m[1m_ test_failing_schema[\n !transform/spline1d-1.0.0\n knots: !core/ndarray-1.0.0\n [0.0, 0.5, 1]\n coefficients: !core/ndarray-1.0.0\n [1.2, 0.3, 56.1]\n degree: 6\n ] _[0m
>
> yaml = '\n !transform/spline1d-1.0.0\n knots: !core/ndarray-1.0.0\n [0.0, 0.5, 1]\n coefficients: !core/ndarray-1.0.0\n [1.2, 0.3, 56.1]\n degree: 6\n '
>
> @pytest.mark.parametrize("yaml", purposefully_failing)
> def test_failing_schema(yaml):
> buff = helpers.yaml_to_asdf(f"example: {yaml.strip()}")
> > with pytest.raises(asdf.ValidationError, match=r"Failed validating *"):
> [1m[31mE Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>[0m
>
> [1m[31mtests/test_invalid.py[0m:321: Failed
> [31m[1m_ test_failing_schema[\n !transform/spline1d-1.0.0\n knots: !core/ndarray-1.0.0\n [0.0, 0.5, 1]\n coefficients: !core/ndarray-1.0.0\n [1.2, 0.3, 56.1]\n degree: 0\n ] _[0m
>
> yaml = '\n !transform/spline1d-1.0.0\n knots: !core/ndarray-1.0.0\n [0.0, 0.5, 1]\n coefficients: !core/ndarray-1.0.0\n [1.2, 0.3, 56.1]\n degree: 0\n '
>
> @pytest.mark.parametrize("yaml", purposefully_failing)
> def test_failing_schema(yaml):
> buff = helpers.yaml_to_asdf(f"example: {yaml.strip()}")
> > with pytest.raises(asdf.ValidationError, match=r"Failed validating *"):
> [1m[31mE Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>[0m
>
> [1m[31mtests/test_invalid.py[0m:321: Failed
> [31m[1m_ test_failing_schema[\n !transform/spline1d-1.0.0\n knots: !core/ndarray-1.0.0\n [[0.0, 0.5, 1], [0.0, 0.5, 1]]\n coefficients: !core/ndarray-1.0.0\n [1.2, 0.3, 56.1]\n degree: 3\n ] _[0m
>
> yaml = '\n !transform/spline1d-1.0.0\n knots: !core/ndarray-1.0.0\n [[0.0, 0.5, 1], [0.0, 0.5, 1]]\n coefficients: !core/ndarray-1.0.0\n [1.2, 0.3, 56.1]\n degree: 3\n '
>
> @pytest.mark.parametrize("yaml", purposefully_failing)
> def test_failing_schema(yaml):
> buff = helpers.yaml_to_asdf(f"example: {yaml.strip()}")
> > with pytest.raises(asdf.ValidationError, match=r"Failed validating *"):
> [1m[31mE Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>[0m
>
> [1m[31mtests/test_invalid.py[0m:321: Failed
> [31m[1m_ test_failing_schema[\n !transform/spline1d-1.0.0\n knots: !core/ndarray-1.0.0\n [0.0, 0.5, 1]\n coefficients: !core/ndarray-1.0.0\n [[1.2, 0.3, 56.1], [3.5, 7.1, 4.3]]\n degree: 3\n ] _[0m
>
> yaml = '\n !transform/spline1d-1.0.0\n knots: !core/ndarray-1.0.0\n [0.0, 0.5, 1]\n coefficients: !core/ndarray-1.0.0\n [[1.2, 0.3, 56.1], [3.5, 7.1, 4.3]]\n degree: 3\n '
>
> @pytest.mark.parametrize("yaml", purposefully_failing)
> def test_failing_schema(yaml):
> buff = helpers.yaml_to_asdf(f"example: {yaml.strip()}")
> > with pytest.raises(asdf.ValidationError, match=r"Failed validating *"):
> [1m[31mE Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>[0m
>
> [1m[31mtests/test_invalid.py[0m:321: Failed
> [33m=============================== warnings summary ===============================[0m
> ../../../../../../usr/lib/python3/dist-packages/asdf/tests/helpers.py:11: 4 warnings
> tests/test_invalid.py: 33 warnings
> /usr/lib/python3/dist-packages/asdf/tests/helpers.py:11: AsdfDeprecationWarning: asdf.tests.helpers is deprecated. Please see asdf.testing.helpers
> warnings.warn(
>
> tests/test_invalid.py::test_failing_schema[\n !transform/shift-1.2.0\n offset: 1\n bounding_box: [1.0, test]\n ]
> /usr/lib/python3/dist-packages/asdf/entry_points.py:48: AsdfWarning: asdf.resource_mappings plugin from package asdf-transform-schemas==0.3.0 failed to load:
>
> RuntimeError: Missing resources directory
> warnings.warn(
>
> tests/test_invalid.py::test_failing_schema[\n !transform/shift-1.2.0\n offset: 1\n bounding_box: [1.0, test]\n ]
> tests/test_invalid.py::test_failing_schema[\n !transform/shift-1.2.0\n offset: 1\n bounding_box: [1.0]\n ]
> tests/test_invalid.py::test_failing_schema[\n !transform/shift-1.2.0\n offset: 1\n bounding_box: [1.0, 2.0, 3.0]\n ]
> tests/test_invalid.py::test_failing_schema[\n !transform/shift-1.2.0\n offset: 1\n bounding_box:\n - [1.0, 2.0]\n ]
> tests/test_invalid.py::test_failing_schema[\n !transform/shift-1.2.0\n offset: 1\n bounding_box:\n - [1.0, 2.0]\n - [3.0, test]\n ]
> tests/test_invalid.py::test_failing_schema[\n !transform/shift-1.2.0\n offset: 1\n bounding_box:\n - [1.0, 2.0]\n - [3.0]\n ]
> tests/test_invalid.py::test_failing_schema[\n !transform/shift-1.2.0\n offset: 1\n bounding_box:\n - [1.0, 2.0]\n - [3.0, 4.0, 5.0]\n ]
> /usr/lib/python3/dist-packages/asdf/schema.py:313: AsdfWarning: Unable to locate schema file for 'tag:stsci.edu:asdf/transform/shift-1.2.0': 'http://stsci.edu/schemas/asdf/transform/shift-1.2.0'
> warnings.warn(f"Unable to locate schema file for '{tag}': '{schema_uri}'", AsdfWarning)
>
> tests/test_invalid.py::test_failing_schema[\n !transform/shift-1.2.0\n offset: 1\n bounding_box: [1.0, test]\n ]
> tests/test_invalid.py::test_failing_schema[\n !transform/shift-1.2.0\n offset: 1\n bounding_box: [1.0]\n ]
> tests/test_invalid.py::test_failing_schema[\n !transform/shift-1.2.0\n offset: 1\n bounding_box: [1.0, 2.0, 3.0]\n ]
> tests/test_invalid.py::test_failing_schema[\n !transform/shift-1.2.0\n offset: 1\n bounding_box:\n - [1.0, 2.0]\n ]
> tests/test_invalid.py::test_failing_schema[\n !transform/shift-1.2.0\n offset: 1\n bounding_box:\n - [1.0, 2.0]\n - [3.0, test]\n ]
> tests/test_invalid.py::test_failing_schema[\n !transform/shift-1.2.0\n offset: 1\n bounding_box:\n - [1.0, 2.0]\n - [3.0]\n ]
> tests/test_invalid.py::test_failing_schema[\n !transform/shift-1.2.0\n offset: 1\n bounding_box:\n - [1.0, 2.0]\n - [3.0, 4.0, 5.0]\n ]
> /usr/lib/python3/dist-packages/asdf/yamlutil.py:304: AsdfConversionWarning: tag:stsci.edu:asdf/transform/shift-1.2.0 is not recognized, converting to raw Python data structure
> warnings.warn(
>
> tests/test_invalid.py: 19 warnings
> /usr/lib/python3/dist-packages/asdf/schema.py:313: AsdfWarning: Unable to locate schema file for 'tag:stsci.edu:asdf/transform/property/bounding_box-1.0.0': 'http://stsci.edu/schemas/asdf/transform/property/bounding_box-1.0.0'
> warnings.warn(f"Unable to locate schema file for '{tag}': '{schema_uri}'", AsdfWarning)
>
> tests/test_invalid.py: 19 warnings
> /usr/lib/python3/dist-packages/asdf/yamlutil.py:304: AsdfConversionWarning: tag:stsci.edu:asdf/transform/property/bounding_box-1.0.0 is not recognized, converting to raw Python data structure
> warnings.warn(
>
> tests/test_invalid.py: 16 warnings
> /usr/lib/python3/dist-packages/asdf/schema.py:313: AsdfWarning: Unable to locate schema file for 'tag:stsci.edu:asdf/transform/property/compound_bounding_box-1.0.0': 'http://stsci.edu/schemas/asdf/transform/property/compound_bounding_box-1.0.0'
> warnings.warn(f"Unable to locate schema file for '{tag}': '{schema_uri}'", AsdfWarning)
>
> tests/test_invalid.py: 16 warnings
> /usr/lib/python3/dist-packages/asdf/yamlutil.py:304: AsdfConversionWarning: tag:stsci.edu:asdf/transform/property/compound_bounding_box-1.0.0 is not recognized, converting to raw Python data structure
> warnings.warn(
>
> tests/test_invalid.py::test_failing_schema[\n !transform/spline1d-1.0.0\n knots: !core/ndarray-1.0.0\n [0.0, 0.5, 1]\n coefficients: !core/ndarray-1.0.0\n [1.2, 0.3, 56.1]\n degree: 6\n ]
> tests/test_invalid.py::test_failing_schema[\n !transform/spline1d-1.0.0\n knots: !core/ndarray-1.0.0\n [0.0, 0.5, 1]\n coefficients: !core/ndarray-1.0.0\n [1.2, 0.3, 56.1]\n degree: 0\n ]
> tests/test_invalid.py::test_failing_schema[\n !transform/spline1d-1.0.0\n knots: !core/ndarray-1.0.0\n [[0.0, 0.5, 1], [0.0, 0.5, 1]]\n coefficients: !core/ndarray-1.0.0\n [1.2, 0.3, 56.1]\n degree: 3\n ]
> tests/test_invalid.py::test_failing_schema[\n !transform/spline1d-1.0.0\n knots: !core/ndarray-1.0.0\n [0.0, 0.5, 1]\n coefficients: !core/ndarray-1.0.0\n [[1.2, 0.3, 56.1], [3.5, 7.1, 4.3]]\n degree: 3\n ]
> /usr/lib/python3/dist-packages/asdf/schema.py:313: AsdfWarning: Unable to locate schema file for 'tag:stsci.edu:asdf/transform/spline1d-1.0.0': 'http://stsci.edu/schemas/asdf/transform/spline1d-1.0.0'
> warnings.warn(f"Unable to locate schema file for '{tag}': '{schema_uri}'", AsdfWarning)
>
> tests/test_invalid.py::test_failing_schema[\n !transform/spline1d-1.0.0\n knots: !core/ndarray-1.0.0\n [0.0, 0.5, 1]\n coefficients: !core/ndarray-1.0.0\n [1.2, 0.3, 56.1]\n degree: 6\n ]
> tests/test_invalid.py::test_failing_schema[\n !transform/spline1d-1.0.0\n knots: !core/ndarray-1.0.0\n [0.0, 0.5, 1]\n coefficients: !core/ndarray-1.0.0\n [1.2, 0.3, 56.1]\n degree: 0\n ]
> tests/test_invalid.py::test_failing_schema[\n !transform/spline1d-1.0.0\n knots: !core/ndarray-1.0.0\n [[0.0, 0.5, 1], [0.0, 0.5, 1]]\n coefficients: !core/ndarray-1.0.0\n [1.2, 0.3, 56.1]\n degree: 3\n ]
> tests/test_invalid.py::test_failing_schema[\n !transform/spline1d-1.0.0\n knots: !core/ndarray-1.0.0\n [0.0, 0.5, 1]\n coefficients: !core/ndarray-1.0.0\n [[1.2, 0.3, 56.1], [3.5, 7.1, 4.3]]\n degree: 3\n ]
> /usr/lib/python3/dist-packages/asdf/yamlutil.py:304: AsdfConversionWarning: tag:stsci.edu:asdf/transform/spline1d-1.0.0 is not recognized, converting to raw Python data structure
> warnings.warn(
>
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> [36m[1m=========================== short test summary info ============================[0m
> [31mFAILED[0m tests/test_invalid.py::[1mtest_failing_schema[\n !transform/shift-1.2.0\n offset: 1\n bounding_box: [1.0, test]\n ][0m - Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>
> [31mFAILED[0m tests/test_invalid.py::[1mtest_failing_schema[\n !transform/shift-1.2.0\n offset: 1\n bounding_box: [1.0]\n ][0m - Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>
> [31mFAILED[0m tests/test_invalid.py::[1mtest_failing_schema[\n !transform/shift-1.2.0\n offset: 1\n bounding_box: [1.0, 2.0, 3.0]\n ][0m - Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>
> [31mFAILED[0m tests/test_invalid.py::[1mtest_failing_schema[\n !transform/shift-1.2.0\n offset: 1\n bounding_box:\n - [1.0, 2.0]\n ][0m - Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>
> [31mFAILED[0m tests/test_invalid.py::[1mtest_failing_schema[\n !transform/shift-1.2.0\n offset: 1\n bounding_box:\n - [1.0, 2.0]\n - [3.0, test]\n ][0m - Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>
> [31mFAILED[0m tests/test_invalid.py::[1mtest_failing_schema[\n !transform/shift-1.2.0\n offset: 1\n bounding_box:\n - [1.0, 2.0]\n - [3.0]\n ][0m - Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>
> [31mFAILED[0m tests/test_invalid.py::[1mtest_failing_schema[\n !transform/shift-1.2.0\n offset: 1\n bounding_box:\n - [1.0, 2.0]\n - [3.0, 4.0, 5.0]\n ][0m - Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>
> [31mFAILED[0m tests/test_invalid.py::[1mtest_failing_schema[\n !transform/property/bounding_box-1.0.0\n ignore: [x, y]\n order: C\n ][0m - Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>
> [31mFAILED[0m tests/test_invalid.py::[1mtest_failing_schema[\n !transform/property/bounding_box-1.0.0\n intervals: {}\n ignore: [x, y]\n order: C\n ][0m - Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>
> [31mFAILED[0m tests/test_invalid.py::[1mtest_failing_schema[\n !transform/property/bounding_box-1.0.0\n intervals:\n x: [1.0, 2.0, 3.0]\n ignore: [x, y]\n order: C\n ][0m - Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>
> [31mFAILED[0m tests/test_invalid.py::[1mtest_failing_schema[\n !transform/property/bounding_box-1.0.0\n intervals:\n x: [1.0, 2.0]\n ignore: [x, y, 3]\n order: C\n ][0m - Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>
> [31mFAILED[0m tests/test_invalid.py::[1mtest_failing_schema[\n !transform/property/bounding_box-1.0.0\n intervals:\n x: [1.0, 2.0]\n ignore: y\n order: C\n ][0m - Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>
> [31mFAILED[0m tests/test_invalid.py::[1mtest_failing_schema[\n !transform/property/bounding_box-1.0.0\n intervals:\n x: [1.0, 2.0]\n ignore: [x, y]\n order: test\n ][0m - Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>
> [31mFAILED[0m tests/test_invalid.py::[1mtest_failing_schema[\n !transform/property/compound_bounding_box-1.0.0\n selector_args:\n - argument: x\n cbbox:\n - key: [0]\n bbox: !transform/property/bounding_box-1.0.0\n intervals:\n y: [1.0, 2.0]\n ][0m - Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>
> [31mFAILED[0m tests/test_invalid.py::[1mtest_failing_schema[\n !transform/property/compound_bounding_box-1.0.0\n selector_args:\n - ignore: true\n cbbox:\n - key: [0]\n bbox: !transform/property/bounding_box-1.0.0\n intervals:\n y: [1.0, 2.0]\n ][0m - Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>
> [31mFAILED[0m tests/test_invalid.py::[1mtest_failing_schema[\n !transform/property/compound_bounding_box-1.0.0\n selector_args:\n - argument: 5\n ignore: true\n cbbox:\n - key: [0]\n bbox: !transform/property/bounding_box-1.0.0\n intervals:\n y: [1.0, 2.0]\n ][0m - Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>
> [31mFAILED[0m tests/test_invalid.py::[1mtest_failing_schema[\n !transform/property/compound_bounding_box-1.0.0\n selector_args:\n - argument: x\n ignore: test\n cbbox:\n - key: [0]\n bbox: !transform/property/bounding_box-1.0.0\n intervals:\n y: [1.0, 2.0]\n ][0m - Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>
> [31mFAILED[0m tests/test_invalid.py::[1mtest_failing_schema[\n !transform/property/compound_bounding_box-1.0.0\n selector_args: []\n cbbox:\n - key: [0]\n bbox: !transform/property/bounding_box-1.0.0\n intervals:\n y: [1.0, 2.0]\n ][0m - Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>
> [31mFAILED[0m tests/test_invalid.py::[1mtest_failing_schema[\n !transform/property/compound_bounding_box-1.0.0\n cbbox:\n - key: [0]\n bbox: !transform/property/bounding_box-1.0.0\n intervals:\n y: [1.0, 2.0]\n ][0m - Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>
> [31mFAILED[0m tests/test_invalid.py::[1mtest_failing_schema[\n !transform/property/compound_bounding_box-1.0.0\n selector_args:\n - argument: x\n ignore: true\n cbbox:\n - key: []\n bbox: !transform/property/bounding_box-1.0.0\n intervals:\n y: [1.0, 2.0]\n ][0m - Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>
> [31mFAILED[0m tests/test_invalid.py::[1mtest_failing_schema[\n !transform/property/compound_bounding_box-1.0.0\n selector_args:\n - argument: x\n ignore: true\n cbbox:\n - key: [test]\n bbox: !transform/property/bounding_box-1.0.0\n intervals:\n y: [1.0, 2.0]\n ][0m - Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>
> [31mFAILED[0m tests/test_invalid.py::[1mtest_failing_schema[\n !transform/property/compound_bounding_box-1.0.0\n selector_args:\n - argument: x\n ignore: true\n cbbox:\n - bbox: !transform/property/bounding_box-1.0.0\n intervals:\n y: [1.0, 2.0]\n ][0m - Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>
> [31mFAILED[0m tests/test_invalid.py::[1mtest_failing_schema[\n !transform/property/compound_bounding_box-1.0.0\n selector_args:\n - argument: x\n ignore: true\n cbbox:\n - key: [0]\n bbox: !transform/property/bounding_box-1.0.0\n intervals:\n y: [1.0, 2.0, 3.0]\n ][0m - Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>
> [31mFAILED[0m tests/test_invalid.py::[1mtest_failing_schema[\n !transform/property/compound_bounding_box-1.0.0\n selector_args:\n - argument: x\n ignore: true\n cbbox:\n - key: [0]\n ][0m - Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>
> [31mFAILED[0m tests/test_invalid.py::[1mtest_failing_schema[\n !transform/property/compound_bounding_box-1.0.0\n selector_args:\n - argument: x\n ignore: true\n cbbox: []\n ][0m - Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>
> [31mFAILED[0m tests/test_invalid.py::[1mtest_failing_schema[\n !transform/property/compound_bounding_box-1.0.0\n selector_args:\n - argument: x\n ignore: true\n ][0m - Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>
> [31mFAILED[0m tests/test_invalid.py::[1mtest_failing_schema[\n !transform/property/compound_bounding_box-1.0.0\n selector_args:\n - argument: x\n ignore: true\n cbbox:\n - key: [0]\n bbox: !transform/property/bounding_box-1.0.0\n intervals:\n y: [1.0, 2.0]\n ignore: [z, 3]\n ][0m - Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>
> [31mFAILED[0m tests/test_invalid.py::[1mtest_failing_schema[\n !transform/property/compound_bounding_box-1.0.0\n selector_args:\n - argument: x\n ignore: true\n cbbox:\n - key: [0]\n bbox: !transform/property/bounding_box-1.0.0\n intervals:\n y: [1.0, 2.0]\n ignore: z\n ][0m - Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>
> [31mFAILED[0m tests/test_invalid.py::[1mtest_failing_schema[\n !transform/property/compound_bounding_box-1.0.0\n selector_args:\n - argument: x\n ignore: true\n cbbox:\n - key: [0]\n bbox: !transform/property/bounding_box-1.0.0\n intervals:\n y: [1.0, 2.0]\n ignore: [z]\n order: test\n ][0m - Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>
> [31mFAILED[0m tests/test_invalid.py::[1mtest_failing_schema[\n !transform/spline1d-1.0.0\n knots: !core/ndarray-1.0.0\n [0.0, 0.5, 1]\n coefficients: !core/ndarray-1.0.0\n [1.2, 0.3, 56.1]\n degree: 6\n ][0m - Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>
> [31mFAILED[0m tests/test_invalid.py::[1mtest_failing_schema[\n !transform/spline1d-1.0.0\n knots: !core/ndarray-1.0.0\n [0.0, 0.5, 1]\n coefficients: !core/ndarray-1.0.0\n [1.2, 0.3, 56.1]\n degree: 0\n ][0m - Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>
> [31mFAILED[0m tests/test_invalid.py::[1mtest_failing_schema[\n !transform/spline1d-1.0.0\n knots: !core/ndarray-1.0.0\n [[0.0, 0.5, 1], [0.0, 0.5, 1]]\n coefficients: !core/ndarray-1.0.0\n [1.2, 0.3, 56.1]\n degree: 3\n ][0m - Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>
> [31mFAILED[0m tests/test_invalid.py::[1mtest_failing_schema[\n !transform/spline1d-1.0.0\n knots: !core/ndarray-1.0.0\n [0.0, 0.5, 1]\n coefficients: !core/ndarray-1.0.0\n [[1.2, 0.3, 56.1], [3.5, 7.1, 4.3]]\n degree: 3\n ][0m - Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>
> [31m================= [31m[1m33 failed[0m, [33m2 skipped[0m, [33m130 warnings[0m[31m in 0.65s[0m[31m ==================[0m
> E: pybuild pybuild:395: test: plugin pyproject failed with: exit code=1: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build; python3.11 -m pytest tests
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.11 returned exit code 13
The full build log is available from:
http://qa-logs.debian.net/2023/09/25/asdf-transform-schemas_0.3.0-1_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230925;users=lucas@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230925&fusertaguser=lucas@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
More information about the Debian-astro-maintainers
mailing list