Your message dated Mon, 09 Oct 2023 15:19:13 +0000
with message-id <e1qps2l-0068j7...@fasolo.debian.org>
and subject line Bug#1052891: fixed in asdf-transform-schemas 0.3.0-2
has caused the Debian Bug report #1052891,
regarding asdf-transform-schemas: FTBFS:   RuntimeError: Missing resources 
directory
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1052891: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1052891
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: asdf-transform-schemas
Version: 0.3.0-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@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
> ============================= test session starts 
> ==============================
> 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 ss                           
>                   [  5%]
> tests/test_invalid.py 
> FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
>                   [100%]
> 
> =================================== FAILURES 
> ===================================
> _ test_failing_schema[\n    !transform/shift-1.2.0\n      offset: 
> 1\n      bounding_box: [1.0, test]\n    ] _
> 
> 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 
> > *"):
> E       Failed: DID NOT RAISE <class 
> 'jsonschema.exceptions.ValidationError'>
> 
> tests/test_invalid.py:321: Failed
> _ test_failing_schema[\n    !transform/shift-1.2.0\n      offset: 
> 1\n      bounding_box: [1.0]\n    ] _
> 
> 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 
> > *"):
> E       Failed: DID NOT RAISE <class 
> 'jsonschema.exceptions.ValidationError'>
> 
> tests/test_invalid.py:321: Failed
> _ test_failing_schema[\n    !transform/shift-1.2.0\n      offset: 
> 1\n      bounding_box: [1.0, 2.0, 3.0]\n    ] _
> 
> 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 
> > *"):
> E       Failed: DID NOT RAISE <class 
> 'jsonschema.exceptions.ValidationError'>
> 
> tests/test_invalid.py:321: Failed
> _ test_failing_schema[\n    !transform/shift-1.2.0\n      offset: 
> 1\n      bounding_box:\n        - [1.0, 2.0]\n    ] _
> 
> 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 
> > *"):
> E       Failed: DID NOT RAISE <class 
> 'jsonschema.exceptions.ValidationError'>
> 
> tests/test_invalid.py:321: Failed
> _ 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    ] 
> _
> 
> 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 
> > *"):
> E       Failed: DID NOT RAISE <class 
> 'jsonschema.exceptions.ValidationError'>
> 
> tests/test_invalid.py:321: Failed
> _ test_failing_schema[\n    !transform/shift-1.2.0\n      offset: 
> 1\n      bounding_box:\n        - [1.0, 2.0]\n        - [3.0]\n    ] _
> 
> 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 
> > *"):
> E       Failed: DID NOT RAISE <class 
> 'jsonschema.exceptions.ValidationError'>
> 
> tests/test_invalid.py:321: Failed
> _ 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    
> ] _
> 
> 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 
> > *"):
> E       Failed: DID NOT RAISE <class 
> 'jsonschema.exceptions.ValidationError'>
> 
> tests/test_invalid.py:321: Failed
> _ test_failing_schema[\n    !transform/property/bounding_box-1.0.0\n 
>      ignore: [x, y]\n      order: C\n    ] _
> 
> 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 
> > *"):
> E       Failed: DID NOT RAISE <class 
> 'jsonschema.exceptions.ValidationError'>
> 
> tests/test_invalid.py:321: Failed
> _ test_failing_schema[\n    !transform/property/bounding_box-1.0.0\n 
>      intervals: {}\n      ignore: [x, y]\n      order: C\n    ] _
> 
> 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 
> > *"):
> E       Failed: DID NOT RAISE <class 
> 'jsonschema.exceptions.ValidationError'>
> 
> tests/test_invalid.py:321: Failed
> _ 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    ] _
> 
> 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 
> > *"):
> E       Failed: DID NOT RAISE <class 
> 'jsonschema.exceptions.ValidationError'>
> 
> tests/test_invalid.py:321: Failed
> _ 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    ] _
> 
> 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 
> > *"):
> E       Failed: DID NOT RAISE <class 
> 'jsonschema.exceptions.ValidationError'>
> 
> tests/test_invalid.py:321: Failed
> _ 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    
> ] _
> 
> 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 
> > *"):
> E       Failed: DID NOT RAISE <class 
> 'jsonschema.exceptions.ValidationError'>
> 
> tests/test_invalid.py:321: Failed
> _ 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    ] _
> 
> 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 
> > *"):
> E       Failed: DID NOT RAISE <class 
> 'jsonschema.exceptions.ValidationError'>
> 
> tests/test_invalid.py:321: Failed
> _ 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    ] _
> 
> 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 
> > *"):
> E       Failed: DID NOT RAISE <class 
> 'jsonschema.exceptions.ValidationError'>
> 
> tests/test_invalid.py:321: Failed
> _ 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    ] _
> 
> 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 
> > *"):
> E       Failed: DID NOT RAISE <class 
> 'jsonschema.exceptions.ValidationError'>
> 
> tests/test_invalid.py:321: Failed
> _ 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    ] _
> 
> 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 
> > *"):
> E       Failed: DID NOT RAISE <class 
> 'jsonschema.exceptions.ValidationError'>
> 
> tests/test_invalid.py:321: Failed
> _ 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    ] _
> 
> 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 
> > *"):
> E       Failed: DID NOT RAISE <class 
> 'jsonschema.exceptions.ValidationError'>
> 
> tests/test_invalid.py:321: Failed
> _ 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    ] _
> 
> 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 
> > *"):
> E       Failed: DID NOT RAISE <class 
> 'jsonschema.exceptions.ValidationError'>
> 
> tests/test_invalid.py:321: Failed
> _ 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    ] _
> 
> 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 
> > *"):
> E       Failed: DID NOT RAISE <class 
> 'jsonschema.exceptions.ValidationError'>
> 
> tests/test_invalid.py:321: Failed
> _ 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    ] _
> 
> 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 
> > *"):
> E       Failed: DID NOT RAISE <class 
> 'jsonschema.exceptions.ValidationError'>
> 
> tests/test_invalid.py:321: Failed
> _ 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    ] _
> 
> 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 
> > *"):
> E       Failed: DID NOT RAISE <class 
> 'jsonschema.exceptions.ValidationError'>
> 
> tests/test_invalid.py:321: Failed
> _ 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    ] _
> 
> 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 
> > *"):
> E       Failed: DID NOT RAISE <class 
> 'jsonschema.exceptions.ValidationError'>
> 
> tests/test_invalid.py:321: Failed
> _ 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    ] _
> 
> 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 
> > *"):
> E       Failed: DID NOT RAISE <class 
> 'jsonschema.exceptions.ValidationError'>
> 
> tests/test_invalid.py:321: Failed
> _ 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    
> ] _
> 
> 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 
> > *"):
> E       Failed: DID NOT RAISE <class 
> 'jsonschema.exceptions.ValidationError'>
> 
> tests/test_invalid.py:321: Failed
> _ test_failing_schema[\n    
> !transform/property/compound_bounding_box-1.0.0\n      selector_args:\n       
>  - argument: x\n          ignore: true\n      cbbox: []\n    ] _
> 
> 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 
> > *"):
> E       Failed: DID NOT RAISE <class 
> 'jsonschema.exceptions.ValidationError'>
> 
> tests/test_invalid.py:321: Failed
> _ test_failing_schema[\n    
> !transform/property/compound_bounding_box-1.0.0\n      selector_args:\n       
>  - argument: x\n          ignore: true\n    ] _
> 
> 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 
> > *"):
> E       Failed: DID NOT RAISE <class 
> 'jsonschema.exceptions.ValidationError'>
> 
> tests/test_invalid.py:321: Failed
> _ 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    ] _
> 
> 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 
> > *"):
> E       Failed: DID NOT RAISE <class 
> 'jsonschema.exceptions.ValidationError'>
> 
> tests/test_invalid.py:321: Failed
> _ 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    ] _
> 
> 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 
> > *"):
> E       Failed: DID NOT RAISE <class 
> 'jsonschema.exceptions.ValidationError'>
> 
> tests/test_invalid.py:321: Failed
> _ 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    ] _
> 
> 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 
> > *"):
> E       Failed: DID NOT RAISE <class 
> 'jsonschema.exceptions.ValidationError'>
> 
> tests/test_invalid.py:321: Failed
> _ 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    ] _
> 
> 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 
> > *"):
> E       Failed: DID NOT RAISE <class 
> 'jsonschema.exceptions.ValidationError'>
> 
> tests/test_invalid.py:321: Failed
> _ 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    ] _
> 
> 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 
> > *"):
> E       Failed: DID NOT RAISE <class 
> 'jsonschema.exceptions.ValidationError'>
> 
> tests/test_invalid.py:321: Failed
> _ 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    ] _
> 
> 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 
> > *"):
> E       Failed: DID NOT RAISE <class 
> 'jsonschema.exceptions.ValidationError'>
> 
> tests/test_invalid.py:321: Failed
> _ 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    ] _
> 
> 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 
> > *"):
> E       Failed: DID NOT RAISE <class 
> 'jsonschema.exceptions.ValidationError'>
> 
> tests/test_invalid.py:321: Failed
> =============================== warnings summary 
> ===============================
> ../../../../../../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
> =========================== short test summary info 
> ============================
> FAILED tests/test_invalid.py::test_failing_schema[\n    
> !transform/shift-1.2.0\n      offset: 1\n      bounding_box: [1.0, test]\n    
> ] - Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>
> FAILED tests/test_invalid.py::test_failing_schema[\n    
> !transform/shift-1.2.0\n      offset: 1\n      bounding_box: [1.0]\n    ] 
> - Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>
> FAILED 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    ] - Failed: DID NOT RAISE <class 
> 'jsonschema.exceptions.ValidationError'>
> FAILED 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    ] - Failed: DID NOT RAISE <class 
> 'jsonschema.exceptions.ValidationError'>
> FAILED 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    ] - Failed: DID NOT RAISE <class 
> 'jsonschema.exceptions.ValidationError'>
> FAILED 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    ] - Failed: DID NOT RAISE <class 
> 'jsonschema.exceptions.ValidationError'>
> FAILED 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    ] - Failed: DID NOT RAISE <class 
> 'jsonschema.exceptions.ValidationError'>
> FAILED tests/test_invalid.py::test_failing_schema[\n    
> !transform/property/bounding_box-1.0.0\n      ignore: [x, y]\n      order: 
> C\n    ] - Failed: DID NOT RAISE <class 
> 'jsonschema.exceptions.ValidationError'>
> FAILED tests/test_invalid.py::test_failing_schema[\n    
> !transform/property/bounding_box-1.0.0\n      intervals: {}\n      ignore: 
> [x, y]\n      order: C\n    ] - Failed: DID NOT RAISE <class 
> 'jsonschema.exceptions.ValidationError'>
> FAILED tests/test_invalid.py::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    ] - Failed: DID NOT 
> RAISE <class 'jsonschema.exceptions.ValidationError'>
> FAILED tests/test_invalid.py::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    ] - Failed: DID NOT 
> RAISE <class 'jsonschema.exceptions.ValidationError'>
> FAILED tests/test_invalid.py::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    ] - Failed: DID NOT RAISE 
> <class 'jsonschema.exceptions.ValidationError'>
> FAILED tests/test_invalid.py::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    ] - Failed: DID NOT 
> RAISE <class 'jsonschema.exceptions.ValidationError'>
> FAILED tests/test_invalid.py::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    ] - Failed: DID NOT RAISE <class 
> 'jsonschema.exceptions.ValidationError'>
> FAILED tests/test_invalid.py::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    ] - Failed: DID NOT RAISE <class 
> 'jsonschema.exceptions.ValidationError'>
> FAILED tests/test_invalid.py::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    ] - Failed: DID NOT RAISE <class 
> 'jsonschema.exceptions.ValidationError'>
> FAILED tests/test_invalid.py::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    ] - Failed: DID NOT RAISE <class 
> 'jsonschema.exceptions.ValidationError'>
> FAILED tests/test_invalid.py::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    ] - Failed: DID NOT RAISE <class 
> 'jsonschema.exceptions.ValidationError'>
> FAILED tests/test_invalid.py::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    ] - Failed: DID NOT RAISE 
> <class 'jsonschema.exceptions.ValidationError'>
> FAILED tests/test_invalid.py::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    ] - Failed: DID NOT RAISE <class 
> 'jsonschema.exceptions.ValidationError'>
> FAILED tests/test_invalid.py::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    ] - Failed: DID NOT RAISE 
> <class 'jsonschema.exceptions.ValidationError'>
> FAILED tests/test_invalid.py::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    ] - Failed: DID NOT RAISE <class 
> 'jsonschema.exceptions.ValidationError'>
> FAILED tests/test_invalid.py::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    ] - Failed: DID NOT RAISE <class 
> 'jsonschema.exceptions.ValidationError'>
> FAILED tests/test_invalid.py::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    
> ] - Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>
> FAILED tests/test_invalid.py::test_failing_schema[\n    
> !transform/property/compound_bounding_box-1.0.0\n      selector_args:\n       
>  - argument: x\n          ignore: true\n      cbbox: []\n    ] - Failed: 
> DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>
> FAILED tests/test_invalid.py::test_failing_schema[\n    
> !transform/property/compound_bounding_box-1.0.0\n      selector_args:\n       
>  - argument: x\n          ignore: true\n    ] - Failed: DID NOT RAISE 
> <class 'jsonschema.exceptions.ValidationError'>
> FAILED tests/test_invalid.py::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    ] - Failed: DID NOT 
> RAISE <class 'jsonschema.exceptions.ValidationError'>
> FAILED tests/test_invalid.py::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    ] - Failed: DID NOT RAISE 
> <class 'jsonschema.exceptions.ValidationError'>
> FAILED tests/test_invalid.py::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    ] - 
> Failed: DID NOT RAISE <class 'jsonschema.exceptions.ValidationError'>
> FAILED 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    ] - Failed: DID NOT RAISE <class 
> 'jsonschema.exceptions.ValidationError'>
> FAILED 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    ] - Failed: DID NOT RAISE <class 
> 'jsonschema.exceptions.ValidationError'>
> FAILED 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    ] - Failed: DID NOT RAISE <class 
> 'jsonschema.exceptions.ValidationError'>
> FAILED 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    ] - Failed: DID NOT RAISE <class 
> 'jsonschema.exceptions.ValidationError'>
> ================= 33 failed, 2 skipped, 130 
> warnings in 0.65s ==================
> 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=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230925&fusertaguser=lu...@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.

--- End Message ---
--- Begin Message ---
Source: asdf-transform-schemas
Source-Version: 0.3.0-2
Done: Ole Streicher <oleb...@debian.org>

We believe that the bug you reported is fixed in the latest version of
asdf-transform-schemas, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1052...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ole Streicher <oleb...@debian.org> (supplier of updated asdf-transform-schemas 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 09 Oct 2023 16:49:42 +0200
Source: asdf-transform-schemas
Architecture: source
Version: 0.3.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Astronomy Team 
<debian-astro-maintain...@lists.alioth.debian.org>
Changed-By: Ole Streicher <oleb...@debian.org>
Closes: 1052891
Changes:
 asdf-transform-schemas (0.3.0-2) unstable; urgency=medium
 .
   * Add yaml resource files to package (Closes: #1052891)
   * Push Standards-Version to 4.6.2. No changes needed
Checksums-Sha1:
 dc21aca848a370f2f9e77fce43b4a91cbc4e4d2b 2360 
asdf-transform-schemas_0.3.0-2.dsc
 cfd070ebb6f5fb0f8d4cc77ec5e989c29bb243c8 3004 
asdf-transform-schemas_0.3.0-2.debian.tar.xz
Checksums-Sha256:
 3d1d1a5b4f1ed89a67e30a923ef22350587ac5bfa718662b179833a5d8b3bfda 2360 
asdf-transform-schemas_0.3.0-2.dsc
 d4fa665b6dd026c869bac33955b151af3d4b4981b3094a8eb41cd6a5bf7588cc 3004 
asdf-transform-schemas_0.3.0-2.debian.tar.xz
Files:
 31ac9bb4e708280e7c639ff4b7d58ec2 2360 python optional 
asdf-transform-schemas_0.3.0-2.dsc
 43588af3833eae570eb47ff3419ad372 3004 python optional 
asdf-transform-schemas_0.3.0-2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEE7/BpV0Ra2/h0L3qtmk9WvbkOGL0FAmUkFQsACgkQmk9WvbkO
GL0K2w/+MA2fTA6kvzaTrylaiwJ1NVSguJJkSz/l+N5yuCd0tc3SELJzPS91enY1
Ynsp2nm8sAeTUg5r9A5oVjmS4f2hErXAEMbgOJzOnRS5DvZE+Mg0ATZsNHhyhHSo
tNh9CjUWYI88xcVBYQZdQWB5xoLoCR8bJCekvZssEBW98WQWFZTqCeDTXWEUOVj/
W4lvi/4T38uH99T+AX1y1F6miUDjWUd6mucaX6jWC6N6eY9z1ALHVNK5QzZoshk9
LnXRzhLJmX6JZzzDg1yCglDG2NjTpp6Jo0bwKTlNY/trk/xZyCXT0FWotuPZ0FOW
PwdMAgwfGMWd+8pUGcA97cN90SMCQSs1GG2iMXYNOIKa/RW2tGwiiZMtwJooK1x/
F6woR9rgms/U3e2HYfHtC2RyI5Ma82T7zAtSd3uP1BRUZwzHEWQ/eMJwPCfxYZYS
cXNfjIypumBr3pHd2aJLMU9DSnwhFQxVc7lo2tLDp6sMXMMPnZqTgi7I2BurlKbw
Yo+ufo6M4HzAQx0R0MCmOoWlGh3vHw7eCy1xwsZdLmSBTSagEoRjFK9LfxVCRKUv
Hky7NvLv4vmFNp50xJrGYp1RwIpci8KvCB7TX3q8GgjzLRhAMf6bsB50NvYcg3AG
m8WMEHin8WVMOo97eRRcz8Qy2UTmEOdenzAM8GqCtHeOSBZzEdk=
=fDsL
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to