Source: orsopy
Version: 1.1.0-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20231212 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
>  debian/rules build
> dh build --with python3 --buildsystem=pybuild
>    dh_update_autotools_config -O--buildsystem=pybuild
>    dh_autoreconf -O--buildsystem=pybuild
>    dh_auto_configure -O--buildsystem=pybuild
> I: pybuild base:310: python3.12 setup.py config 
> /usr/lib/python3/dist-packages/setuptools/dist.py:744: 
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
> 
>         
> ********************************************************************************
>         Usage of dash-separated 'license-file' will not be supported in future
>         versions. Please use the underscore name 'license_file' instead.
> 
>         This deprecation is overdue, please update your project and remove 
> deprecated
>         calls to avoid build errors in the future.
> 
>         See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
>         
> ********************************************************************************
> 
> !!
>   opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/config/setupcfg.py:293: 
> _DeprecatedConfig: Deprecated config in `setup.cfg`
> !!
> 
>         
> ********************************************************************************
>         The license_file parameter is deprecated, use license_files instead.
> 
>         This deprecation is overdue, please update your project and remove 
> deprecated
>         calls to avoid build errors in the future.
> 
>         See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
>         
> ********************************************************************************
> 
> !!
>   parsed = self.parsers.get(option_name, lambda x: x)(value)
> running config
> I: pybuild base:310: python3.11 setup.py config 
> /usr/lib/python3/dist-packages/setuptools/dist.py:744: 
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
> 
>         
> ********************************************************************************
>         Usage of dash-separated 'license-file' will not be supported in future
>         versions. Please use the underscore name 'license_file' instead.
> 
>         This deprecation is overdue, please update your project and remove 
> deprecated
>         calls to avoid build errors in the future.
> 
>         See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
>         
> ********************************************************************************
> 
> !!
>   opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/config/setupcfg.py:293: 
> _DeprecatedConfig: Deprecated config in `setup.cfg`
> !!
> 
>         
> ********************************************************************************
>         The license_file parameter is deprecated, use license_files instead.
> 
>         This deprecation is overdue, please update your project and remove 
> deprecated
>         calls to avoid build errors in the future.
> 
>         See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
>         
> ********************************************************************************
> 
> !!
>   parsed = self.parsers.get(option_name, lambda x: x)(value)
> running config
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:310: /usr/bin/python3.12 setup.py build 
> /usr/lib/python3/dist-packages/setuptools/dist.py:744: 
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
> 
>         
> ********************************************************************************
>         Usage of dash-separated 'license-file' will not be supported in future
>         versions. Please use the underscore name 'license_file' instead.
> 
>         This deprecation is overdue, please update your project and remove 
> deprecated
>         calls to avoid build errors in the future.
> 
>         See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
>         
> ********************************************************************************
> 
> !!
>   opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/config/setupcfg.py:293: 
> _DeprecatedConfig: Deprecated config in `setup.cfg`
> !!
> 
>         
> ********************************************************************************
>         The license_file parameter is deprecated, use license_files instead.
> 
>         This deprecation is overdue, please update your project and remove 
> deprecated
>         calls to avoid build errors in the future.
> 
>         See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
>         
> ********************************************************************************
> 
> !!
>   parsed = self.parsers.get(option_name, lambda x: x)(value)
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/tests
> copying tests/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy
> copying orsopy/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy
> copying orsopy/dataclasses.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/tests/test_slddb
> copying tests/test_slddb/test_dbcreation.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/tests/test_slddb
> copying tests/test_slddb/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/tests/test_slddb
> copying tests/test_slddb/test_webapi.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/tests/test_slddb
> copying tests/test_slddb/test_formula.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/tests/test_slddb
> copying tests/test_slddb/test_converters.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/tests/test_slddb
> copying tests/test_slddb/test_material.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/tests/test_slddb
> copying tests/test_slddb/test_elements.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/tests/test_slddb
> copying tests/test_slddb/test_dbmaterial.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/tests/test_slddb
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/tests/test_fileio
> copying tests/test_fileio/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/tests/test_fileio
> copying tests/test_fileio/test_reduction.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/tests/test_fileio
> copying tests/test_fileio/test_model_language.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/tests/test_fileio
> copying tests/test_fileio/test_base.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/tests/test_fileio
> copying tests/test_fileio/test_data_source.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/tests/test_fileio
> copying tests/test_fileio/test_schema.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/tests/test_fileio
> copying tests/test_fileio/test_orso.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/tests/test_fileio
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/fileio
> copying orsopy/fileio/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/fileio
> copying orsopy/fileio/typing_backport.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/fileio
> copying orsopy/fileio/reduction.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/fileio
> copying orsopy/fileio/base.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/fileio
> copying orsopy/fileio/orso.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/fileio
> copying orsopy/fileio/data_source.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/fileio
> copying orsopy/fileio/model_language.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/fileio
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/utils
> copying orsopy/utils/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/utils
> copying orsopy/utils/resolver_slddb.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/utils
> copying orsopy/utils/density_resolver.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/utils
> copying orsopy/utils/chemical_formula.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/utils
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb
> copying orsopy/slddb/dbconfig.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb
> copying orsopy/slddb/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb
> copying orsopy/slddb/converters.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb
> copying orsopy/slddb/material.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb
> copying orsopy/slddb/database.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb
> copying orsopy/slddb/constants.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb
> copying orsopy/slddb/comparators.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb
> copying orsopy/slddb/importers.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb
> copying orsopy/slddb/webapi.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table
> copying orsopy/slddb/element_table/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table
> copying orsopy/slddb/element_table/masses.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table
> copying orsopy/slddb/element_table/xray_nist.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table
> copying orsopy/slddb/element_table/xray_henke.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table
> copying orsopy/slddb/element_table/nlengths_pt.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table
> copying orsopy/slddb/element_table/nlengths.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table
> copying orsopy/slddb/element_table/element.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table
> copying orsopy/slddb/element_table/nabs_geant4.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table
> running egg_info
> creating orsopy.egg-info
> writing orsopy.egg-info/PKG-INFO
> writing dependency_links to orsopy.egg-info/dependency_links.txt
> writing requirements to orsopy.egg-info/requires.txt
> writing top-level names to orsopy.egg-info/top_level.txt
> writing manifest file 'orsopy.egg-info/SOURCES.txt'
> reading manifest file 'orsopy.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no previously-included files matching '__pycache__' found under 
> directory '*'
> warning: no previously-included files matching '*.py[co]' found under 
> directory '*'
> warning: no files found matching '*.jpg' under directory 'docs'
> warning: no files found matching '*.png' under directory 'docs'
> warning: no files found matching '*.gif' under directory 'docs'
> adding license file 'LICENSE'
> writing manifest file 'orsopy.egg-info/SOURCES.txt'
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:204: _Warning: 
> Package 'orsopy.fileio.schema' is absent from the `packages` configuration.
> !!
> 
>         
> ********************************************************************************
>         ############################
>         # Package would be ignored #
>         ############################
>         Python recognizes 'orsopy.fileio.schema' as an importable package[^1],
>         but it is absent from setuptools' `packages` configuration.
> 
>         This leads to an ambiguous overall configuration. If you want to 
> distribute this
>         package, please make sure that 'orsopy.fileio.schema' is explicitly 
> added
>         to the `packages` configuration field.
> 
>         Alternatively, you can also rely on setuptools' discovery methods
>         (for example by using `find_namespace_packages(...)`/`find_namespace:`
>         instead of `find_packages(...)`/`find:`).
> 
>         You can read more about "package discovery" on setuptools 
> documentation page:
> 
>         - 
> https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
> 
>         If you don't want 'orsopy.fileio.schema' to be distributed and are
>         already explicitly excluding 'orsopy.fileio.schema' via
>         `find_namespace_packages(...)/find_namespace` or 
> `find_packages(...)/find`,
>         you can try to use `exclude_package_data`, or 
> `include-package-data=False` in
>         combination with a more fine grained `package-data` configuration.
> 
>         You can read more about "package data files" on setuptools 
> documentation page:
> 
>         - https://setuptools.pypa.io/en/latest/userguide/datafiles.html
> 
> 
>         [^1]: For Python, any directory (with suitable naming) can be 
> imported,
>               even if it does not contain any `.py` files.
>               On the other hand, currently there is no concept of package data
>               directory, all directories are treated like packages.
>         
> ********************************************************************************
> 
> !!
>   check.warn(importable)
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:204: _Warning: 
> Package 'orsopy.slddb.element_table.nabs_geant4' is absent from the 
> `packages` configuration.
> !!
> 
>         
> ********************************************************************************
>         ############################
>         # Package would be ignored #
>         ############################
>         Python recognizes 'orsopy.slddb.element_table.nabs_geant4' as an 
> importable package[^1],
>         but it is absent from setuptools' `packages` configuration.
> 
>         This leads to an ambiguous overall configuration. If you want to 
> distribute this
>         package, please make sure that 
> 'orsopy.slddb.element_table.nabs_geant4' is explicitly added
>         to the `packages` configuration field.
> 
>         Alternatively, you can also rely on setuptools' discovery methods
>         (for example by using `find_namespace_packages(...)`/`find_namespace:`
>         instead of `find_packages(...)`/`find:`).
> 
>         You can read more about "package discovery" on setuptools 
> documentation page:
> 
>         - 
> https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
> 
>         If you don't want 'orsopy.slddb.element_table.nabs_geant4' to be 
> distributed and are
>         already explicitly excluding 'orsopy.slddb.element_table.nabs_geant4' 
> via
>         `find_namespace_packages(...)/find_namespace` or 
> `find_packages(...)/find`,
>         you can try to use `exclude_package_data`, or 
> `include-package-data=False` in
>         combination with a more fine grained `package-data` configuration.
> 
>         You can read more about "package data files" on setuptools 
> documentation page:
> 
>         - https://setuptools.pypa.io/en/latest/userguide/datafiles.html
> 
> 
>         [^1]: For Python, any directory (with suitable naming) can be 
> imported,
>               even if it does not contain any `.py` files.
>               On the other hand, currently there is no concept of package data
>               directory, all directories are treated like packages.
>         
> ********************************************************************************
> 
> !!
>   check.warn(importable)
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:204: _Warning: 
> Package 'tests.test_slddb.test_data' is absent from the `packages` 
> configuration.
> !!
> 
>         
> ********************************************************************************
>         ############################
>         # Package would be ignored #
>         ############################
>         Python recognizes 'tests.test_slddb.test_data' as an importable 
> package[^1],
>         but it is absent from setuptools' `packages` configuration.
> 
>         This leads to an ambiguous overall configuration. If you want to 
> distribute this
>         package, please make sure that 'tests.test_slddb.test_data' is 
> explicitly added
>         to the `packages` configuration field.
> 
>         Alternatively, you can also rely on setuptools' discovery methods
>         (for example by using `find_namespace_packages(...)`/`find_namespace:`
>         instead of `find_packages(...)`/`find:`).
> 
>         You can read more about "package discovery" on setuptools 
> documentation page:
> 
>         - 
> https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
> 
>         If you don't want 'tests.test_slddb.test_data' to be distributed and 
> are
>         already explicitly excluding 'tests.test_slddb.test_data' via
>         `find_namespace_packages(...)/find_namespace` or 
> `find_packages(...)/find`,
>         you can try to use `exclude_package_data`, or 
> `include-package-data=False` in
>         combination with a more fine grained `package-data` configuration.
> 
>         You can read more about "package data files" on setuptools 
> documentation page:
> 
>         - https://setuptools.pypa.io/en/latest/userguide/datafiles.html
> 
> 
>         [^1]: For Python, any directory (with suitable naming) can be 
> imported,
>               even if it does not contain any `.py` files.
>               On the other hand, currently there is no concept of package data
>               directory, all directories are treated like packages.
>         
> ********************************************************************************
> 
> !!
>   check.warn(importable)
> copying tests/not_orso.ort -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/tests
> copying tests/test_example.ort -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/tests
> copying tests/test_example2.ort -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/tests
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/tests/test_slddb/test_data
> copying tests/test_slddb/test_data/1011267.cif -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/tests/test_slddb/test_data
> copying tests/test_slddb/test_data/2300202.cif -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/tests/test_slddb/test_data
> copying tests/test_slddb/test_data/7lzm.cif -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/tests/test_slddb/test_data
> copying tests/test_slddb/test_data/AMS_DATA.cif -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/tests/test_slddb/test_data
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/fileio/schema
> copying orsopy/fileio/schema/refl_header.schema.json -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/fileio/schema
> copying orsopy/fileio/schema/refl_header.schema.yaml -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/fileio/schema
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_B.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_B10.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_B11.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Cd.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Cd106.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Cd108.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Cd110.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Cd111.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Cd112.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Cd113.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Cd114.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Cd116.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Gd.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Gd152.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Gd154.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Gd155.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Gd156.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Gd157.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Gd158.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Gd160.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Li.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Li6.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Li7.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> I: pybuild base:310: /usr/bin/python3 setup.py build 
> /usr/lib/python3/dist-packages/setuptools/dist.py:744: 
> SetuptoolsDeprecationWarning: Invalid dash-separated options
> !!
> 
>         
> ********************************************************************************
>         Usage of dash-separated 'license-file' will not be supported in future
>         versions. Please use the underscore name 'license_file' instead.
> 
>         This deprecation is overdue, please update your project and remove 
> deprecated
>         calls to avoid build errors in the future.
> 
>         See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
>         
> ********************************************************************************
> 
> !!
>   opt = self.warn_dash_deprecation(opt, section)
> /usr/lib/python3/dist-packages/setuptools/config/setupcfg.py:293: 
> _DeprecatedConfig: Deprecated config in `setup.cfg`
> !!
> 
>         
> ********************************************************************************
>         The license_file parameter is deprecated, use license_files instead.
> 
>         This deprecation is overdue, please update your project and remove 
> deprecated
>         calls to avoid build errors in the future.
> 
>         See 
> https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
> details.
>         
> ********************************************************************************
> 
> !!
>   parsed = self.parsers.get(option_name, lambda x: x)(value)
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/tests
> copying tests/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/tests
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy
> copying orsopy/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy
> copying orsopy/dataclasses.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/tests/test_slddb
> copying tests/test_slddb/test_dbcreation.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/tests/test_slddb
> copying tests/test_slddb/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/tests/test_slddb
> copying tests/test_slddb/test_webapi.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/tests/test_slddb
> copying tests/test_slddb/test_formula.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/tests/test_slddb
> copying tests/test_slddb/test_converters.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/tests/test_slddb
> copying tests/test_slddb/test_material.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/tests/test_slddb
> copying tests/test_slddb/test_elements.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/tests/test_slddb
> copying tests/test_slddb/test_dbmaterial.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/tests/test_slddb
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/tests/test_fileio
> copying tests/test_fileio/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/tests/test_fileio
> copying tests/test_fileio/test_reduction.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/tests/test_fileio
> copying tests/test_fileio/test_model_language.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/tests/test_fileio
> copying tests/test_fileio/test_base.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/tests/test_fileio
> copying tests/test_fileio/test_data_source.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/tests/test_fileio
> copying tests/test_fileio/test_schema.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/tests/test_fileio
> copying tests/test_fileio/test_orso.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/tests/test_fileio
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/fileio
> copying orsopy/fileio/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/fileio
> copying orsopy/fileio/typing_backport.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/fileio
> copying orsopy/fileio/reduction.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/fileio
> copying orsopy/fileio/base.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/fileio
> copying orsopy/fileio/orso.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/fileio
> copying orsopy/fileio/data_source.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/fileio
> copying orsopy/fileio/model_language.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/fileio
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/utils
> copying orsopy/utils/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/utils
> copying orsopy/utils/resolver_slddb.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/utils
> copying orsopy/utils/density_resolver.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/utils
> copying orsopy/utils/chemical_formula.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/utils
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb
> copying orsopy/slddb/dbconfig.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb
> copying orsopy/slddb/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb
> copying orsopy/slddb/converters.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb
> copying orsopy/slddb/material.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb
> copying orsopy/slddb/database.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb
> copying orsopy/slddb/constants.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb
> copying orsopy/slddb/comparators.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb
> copying orsopy/slddb/importers.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb
> copying orsopy/slddb/webapi.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table
> copying orsopy/slddb/element_table/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table
> copying orsopy/slddb/element_table/masses.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table
> copying orsopy/slddb/element_table/xray_nist.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table
> copying orsopy/slddb/element_table/xray_henke.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table
> copying orsopy/slddb/element_table/nlengths_pt.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table
> copying orsopy/slddb/element_table/nlengths.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table
> copying orsopy/slddb/element_table/element.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table
> copying orsopy/slddb/element_table/nabs_geant4.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table
> running egg_info
> writing orsopy.egg-info/PKG-INFO
> writing dependency_links to orsopy.egg-info/dependency_links.txt
> writing requirements to orsopy.egg-info/requires.txt
> writing top-level names to orsopy.egg-info/top_level.txt
> reading manifest file 'orsopy.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no previously-included files matching '__pycache__' found under 
> directory '*'
> warning: no previously-included files matching '*.py[co]' found under 
> directory '*'
> warning: no files found matching '*.jpg' under directory 'docs'
> warning: no files found matching '*.png' under directory 'docs'
> warning: no files found matching '*.gif' under directory 'docs'
> adding license file 'LICENSE'
> writing manifest file 'orsopy.egg-info/SOURCES.txt'
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:204: _Warning: 
> Package 'orsopy.fileio.schema' is absent from the `packages` configuration.
> !!
> 
>         
> ********************************************************************************
>         ############################
>         # Package would be ignored #
>         ############################
>         Python recognizes 'orsopy.fileio.schema' as an importable package[^1],
>         but it is absent from setuptools' `packages` configuration.
> 
>         This leads to an ambiguous overall configuration. If you want to 
> distribute this
>         package, please make sure that 'orsopy.fileio.schema' is explicitly 
> added
>         to the `packages` configuration field.
> 
>         Alternatively, you can also rely on setuptools' discovery methods
>         (for example by using `find_namespace_packages(...)`/`find_namespace:`
>         instead of `find_packages(...)`/`find:`).
> 
>         You can read more about "package discovery" on setuptools 
> documentation page:
> 
>         - 
> https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
> 
>         If you don't want 'orsopy.fileio.schema' to be distributed and are
>         already explicitly excluding 'orsopy.fileio.schema' via
>         `find_namespace_packages(...)/find_namespace` or 
> `find_packages(...)/find`,
>         you can try to use `exclude_package_data`, or 
> `include-package-data=False` in
>         combination with a more fine grained `package-data` configuration.
> 
>         You can read more about "package data files" on setuptools 
> documentation page:
> 
>         - https://setuptools.pypa.io/en/latest/userguide/datafiles.html
> 
> 
>         [^1]: For Python, any directory (with suitable naming) can be 
> imported,
>               even if it does not contain any `.py` files.
>               On the other hand, currently there is no concept of package data
>               directory, all directories are treated like packages.
>         
> ********************************************************************************
> 
> !!
>   check.warn(importable)
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:204: _Warning: 
> Package 'orsopy.slddb.element_table.nabs_geant4' is absent from the 
> `packages` configuration.
> !!
> 
>         
> ********************************************************************************
>         ############################
>         # Package would be ignored #
>         ############################
>         Python recognizes 'orsopy.slddb.element_table.nabs_geant4' as an 
> importable package[^1],
>         but it is absent from setuptools' `packages` configuration.
> 
>         This leads to an ambiguous overall configuration. If you want to 
> distribute this
>         package, please make sure that 
> 'orsopy.slddb.element_table.nabs_geant4' is explicitly added
>         to the `packages` configuration field.
> 
>         Alternatively, you can also rely on setuptools' discovery methods
>         (for example by using `find_namespace_packages(...)`/`find_namespace:`
>         instead of `find_packages(...)`/`find:`).
> 
>         You can read more about "package discovery" on setuptools 
> documentation page:
> 
>         - 
> https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
> 
>         If you don't want 'orsopy.slddb.element_table.nabs_geant4' to be 
> distributed and are
>         already explicitly excluding 'orsopy.slddb.element_table.nabs_geant4' 
> via
>         `find_namespace_packages(...)/find_namespace` or 
> `find_packages(...)/find`,
>         you can try to use `exclude_package_data`, or 
> `include-package-data=False` in
>         combination with a more fine grained `package-data` configuration.
> 
>         You can read more about "package data files" on setuptools 
> documentation page:
> 
>         - https://setuptools.pypa.io/en/latest/userguide/datafiles.html
> 
> 
>         [^1]: For Python, any directory (with suitable naming) can be 
> imported,
>               even if it does not contain any `.py` files.
>               On the other hand, currently there is no concept of package data
>               directory, all directories are treated like packages.
>         
> ********************************************************************************
> 
> !!
>   check.warn(importable)
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:204: _Warning: 
> Package 'tests.test_slddb.test_data' is absent from the `packages` 
> configuration.
> !!
> 
>         
> ********************************************************************************
>         ############################
>         # Package would be ignored #
>         ############################
>         Python recognizes 'tests.test_slddb.test_data' as an importable 
> package[^1],
>         but it is absent from setuptools' `packages` configuration.
> 
>         This leads to an ambiguous overall configuration. If you want to 
> distribute this
>         package, please make sure that 'tests.test_slddb.test_data' is 
> explicitly added
>         to the `packages` configuration field.
> 
>         Alternatively, you can also rely on setuptools' discovery methods
>         (for example by using `find_namespace_packages(...)`/`find_namespace:`
>         instead of `find_packages(...)`/`find:`).
> 
>         You can read more about "package discovery" on setuptools 
> documentation page:
> 
>         - 
> https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
> 
>         If you don't want 'tests.test_slddb.test_data' to be distributed and 
> are
>         already explicitly excluding 'tests.test_slddb.test_data' via
>         `find_namespace_packages(...)/find_namespace` or 
> `find_packages(...)/find`,
>         you can try to use `exclude_package_data`, or 
> `include-package-data=False` in
>         combination with a more fine grained `package-data` configuration.
> 
>         You can read more about "package data files" on setuptools 
> documentation page:
> 
>         - https://setuptools.pypa.io/en/latest/userguide/datafiles.html
> 
> 
>         [^1]: For Python, any directory (with suitable naming) can be 
> imported,
>               even if it does not contain any `.py` files.
>               On the other hand, currently there is no concept of package data
>               directory, all directories are treated like packages.
>         
> ********************************************************************************
> 
> !!
>   check.warn(importable)
> copying tests/not_orso.ort -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/tests
> copying tests/test_example.ort -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/tests
> copying tests/test_example2.ort -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/tests
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/tests/test_slddb/test_data
> copying tests/test_slddb/test_data/1011267.cif -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/tests/test_slddb/test_data
> copying tests/test_slddb/test_data/2300202.cif -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/tests/test_slddb/test_data
> copying tests/test_slddb/test_data/7lzm.cif -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/tests/test_slddb/test_data
> copying tests/test_slddb/test_data/AMS_DATA.cif -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/tests/test_slddb/test_data
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/fileio/schema
> copying orsopy/fileio/schema/refl_header.schema.json -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/fileio/schema
> copying orsopy/fileio/schema/refl_header.schema.yaml -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/fileio/schema
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_B.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_B10.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_B11.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Cd.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Cd106.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Cd108.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Cd110.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Cd111.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Cd112.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Cd113.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Cd114.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Cd116.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Gd.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Gd152.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Gd154.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Gd155.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Gd156.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Gd157.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Gd158.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Gd160.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Li.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Li6.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table/nabs_geant4
> copying orsopy/slddb/element_table/nabs_geant4/nabs_Li7.npz -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build/orsopy/slddb/element_table/nabs_geant4
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:310: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build; 
> python3.12 -m pytest tests
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.12.1, pytest-7.4.3, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>
> collected 88 items / 6 errors
> 
> ==================================== ERRORS 
> ====================================
> _ ERROR collecting 
> .pybuild/cpython3_3.12_orsopy/build/tests/test_fileio/test_base.py _
> /usr/lib/python3/dist-packages/_pytest/runner.py:341: in from_call
>     result: Optional[TResult] = func()
> /usr/lib/python3/dist-packages/_pytest/runner.py:372: in <lambda>
>     call = CallInfo.from_call(lambda: list(collector.collect()), "collect")
> /usr/lib/python3/dist-packages/_pytest/python.py:531: in collect
>     self._inject_setup_module_fixture()
> /usr/lib/python3/dist-packages/_pytest/python.py:545: in 
> _inject_setup_module_fixture
>     self.obj, ("setUpModule", "setup_module")
> /usr/lib/python3/dist-packages/_pytest/python.py:310: in obj
>     self._obj = obj = self._getobj()
> /usr/lib/python3/dist-packages/_pytest/python.py:528: in _getobj
>     return self._importtestmodule()
> /usr/lib/python3/dist-packages/_pytest/python.py:617: in _importtestmodule
>     mod = import_path(self.path, mode=importmode, root=self.config.rootpath)
> /usr/lib/python3/dist-packages/_pytest/pathlib.py:567: in import_path
>     importlib.import_module(module_name)
> /usr/lib/python3.12/importlib/__init__.py:90: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> <frozen importlib._bootstrap>:1387: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1360: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:1331: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:935: in _load_unlocked
>     ???
> /usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:186: in 
> exec_module
>     exec(co, module.__dict__)
> tests/test_fileio/test_base.py:18: in <module>
>     from orsopy.fileio import base, orso
> orsopy/fileio/__init__.py:5: in <module>
>     from .base import (Column, ComplexValue, ErrorColumn, File, Header, 
> Person, Value, ValueRange, ValueVector,
> orsopy/fileio/base.py:441: in <module>
>     @orsodataclass
> orsopy/fileio/base.py:110: in orsodataclass
>     init_fun = _custom_init_fn(flds, False, has_post_init, "self", globals())
> orsopy/fileio/base.py:75: in _custom_init_fn
>     return _create_fn(
> /usr/lib/python3.12/dataclasses.py:474: in _create_fn
>     return ns['__create_fn__'](**locals)
> <string>:2: in __create_fn__
>     ???
> E   NameError: name '__dataclass_type_error_value__' is not defined
> _ ERROR collecting 
> .pybuild/cpython3_3.12_orsopy/build/tests/test_fileio/test_data_source.py _
> /usr/lib/python3/dist-packages/_pytest/runner.py:341: in from_call
>     result: Optional[TResult] = func()
> /usr/lib/python3/dist-packages/_pytest/runner.py:372: in <lambda>
>     call = CallInfo.from_call(lambda: list(collector.collect()), "collect")
> /usr/lib/python3/dist-packages/_pytest/python.py:531: in collect
>     self._inject_setup_module_fixture()
> /usr/lib/python3/dist-packages/_pytest/python.py:545: in 
> _inject_setup_module_fixture
>     self.obj, ("setUpModule", "setup_module")
> /usr/lib/python3/dist-packages/_pytest/python.py:310: in obj
>     self._obj = obj = self._getobj()
> /usr/lib/python3/dist-packages/_pytest/python.py:528: in _getobj
>     return self._importtestmodule()
> /usr/lib/python3/dist-packages/_pytest/python.py:617: in _importtestmodule
>     mod = import_path(self.path, mode=importmode, root=self.config.rootpath)
> /usr/lib/python3/dist-packages/_pytest/pathlib.py:567: in import_path
>     importlib.import_module(module_name)
> /usr/lib/python3.12/importlib/__init__.py:90: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> <frozen importlib._bootstrap>:1387: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1360: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:1331: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:935: in _load_unlocked
>     ???
> /usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:186: in 
> exec_module
>     exec(co, module.__dict__)
> tests/test_fileio/test_data_source.py:10: in <module>
>     from orsopy.fileio import base, data_source
> orsopy/fileio/__init__.py:5: in <module>
>     from .base import (Column, ComplexValue, ErrorColumn, File, Header, 
> Person, Value, ValueRange, ValueVector,
> orsopy/fileio/base.py:441: in <module>
>     @orsodataclass
> orsopy/fileio/base.py:110: in orsodataclass
>     init_fun = _custom_init_fn(flds, False, has_post_init, "self", globals())
> orsopy/fileio/base.py:75: in _custom_init_fn
>     return _create_fn(
> /usr/lib/python3.12/dataclasses.py:474: in _create_fn
>     return ns['__create_fn__'](**locals)
> <string>:2: in __create_fn__
>     ???
> E   NameError: name '__dataclass_type_error_value__' is not defined
> _ ERROR collecting 
> .pybuild/cpython3_3.12_orsopy/build/tests/test_fileio/test_model_language.py _
> /usr/lib/python3/dist-packages/_pytest/runner.py:341: in from_call
>     result: Optional[TResult] = func()
> /usr/lib/python3/dist-packages/_pytest/runner.py:372: in <lambda>
>     call = CallInfo.from_call(lambda: list(collector.collect()), "collect")
> /usr/lib/python3/dist-packages/_pytest/python.py:531: in collect
>     self._inject_setup_module_fixture()
> /usr/lib/python3/dist-packages/_pytest/python.py:545: in 
> _inject_setup_module_fixture
>     self.obj, ("setUpModule", "setup_module")
> /usr/lib/python3/dist-packages/_pytest/python.py:310: in obj
>     self._obj = obj = self._getobj()
> /usr/lib/python3/dist-packages/_pytest/python.py:528: in _getobj
>     return self._importtestmodule()
> /usr/lib/python3/dist-packages/_pytest/python.py:617: in _importtestmodule
>     mod = import_path(self.path, mode=importmode, root=self.config.rootpath)
> /usr/lib/python3/dist-packages/_pytest/pathlib.py:567: in import_path
>     importlib.import_module(module_name)
> /usr/lib/python3.12/importlib/__init__.py:90: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> <frozen importlib._bootstrap>:1387: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1360: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:1331: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:935: in _load_unlocked
>     ???
> /usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:186: in 
> exec_module
>     exec(co, module.__dict__)
> tests/test_fileio/test_model_language.py:14: in <module>
>     from orsopy.fileio import ComplexValue, Value
> orsopy/fileio/__init__.py:5: in <module>
>     from .base import (Column, ComplexValue, ErrorColumn, File, Header, 
> Person, Value, ValueRange, ValueVector,
> orsopy/fileio/base.py:441: in <module>
>     @orsodataclass
> orsopy/fileio/base.py:110: in orsodataclass
>     init_fun = _custom_init_fn(flds, False, has_post_init, "self", globals())
> orsopy/fileio/base.py:75: in _custom_init_fn
>     return _create_fn(
> /usr/lib/python3.12/dataclasses.py:474: in _create_fn
>     return ns['__create_fn__'](**locals)
> <string>:2: in __create_fn__
>     ???
> E   NameError: name '__dataclass_type_error_value__' is not defined
> _ ERROR collecting 
> .pybuild/cpython3_3.12_orsopy/build/tests/test_fileio/test_orso.py _
> /usr/lib/python3/dist-packages/_pytest/runner.py:341: in from_call
>     result: Optional[TResult] = func()
> /usr/lib/python3/dist-packages/_pytest/runner.py:372: in <lambda>
>     call = CallInfo.from_call(lambda: list(collector.collect()), "collect")
> /usr/lib/python3/dist-packages/_pytest/python.py:531: in collect
>     self._inject_setup_module_fixture()
> /usr/lib/python3/dist-packages/_pytest/python.py:545: in 
> _inject_setup_module_fixture
>     self.obj, ("setUpModule", "setup_module")
> /usr/lib/python3/dist-packages/_pytest/python.py:310: in obj
>     self._obj = obj = self._getobj()
> /usr/lib/python3/dist-packages/_pytest/python.py:528: in _getobj
>     return self._importtestmodule()
> /usr/lib/python3/dist-packages/_pytest/python.py:617: in _importtestmodule
>     mod = import_path(self.path, mode=importmode, root=self.config.rootpath)
> /usr/lib/python3/dist-packages/_pytest/pathlib.py:567: in import_path
>     importlib.import_module(module_name)
> /usr/lib/python3.12/importlib/__init__.py:90: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> <frozen importlib._bootstrap>:1387: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1360: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:1331: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:935: in _load_unlocked
>     ???
> /usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:186: in 
> exec_module
>     exec(co, module.__dict__)
> tests/test_fileio/test_orso.py:14: in <module>
>     from orsopy import fileio as fileio
> orsopy/fileio/__init__.py:5: in <module>
>     from .base import (Column, ComplexValue, ErrorColumn, File, Header, 
> Person, Value, ValueRange, ValueVector,
> orsopy/fileio/base.py:441: in <module>
>     @orsodataclass
> orsopy/fileio/base.py:110: in orsodataclass
>     init_fun = _custom_init_fn(flds, False, has_post_init, "self", globals())
> orsopy/fileio/base.py:75: in _custom_init_fn
>     return _create_fn(
> /usr/lib/python3.12/dataclasses.py:474: in _create_fn
>     return ns['__create_fn__'](**locals)
> <string>:2: in __create_fn__
>     ???
> E   NameError: name '__dataclass_type_error_value__' is not defined
> _ ERROR collecting 
> .pybuild/cpython3_3.12_orsopy/build/tests/test_fileio/test_reduction.py _
> /usr/lib/python3/dist-packages/_pytest/runner.py:341: in from_call
>     result: Optional[TResult] = func()
> /usr/lib/python3/dist-packages/_pytest/runner.py:372: in <lambda>
>     call = CallInfo.from_call(lambda: list(collector.collect()), "collect")
> /usr/lib/python3/dist-packages/_pytest/python.py:531: in collect
>     self._inject_setup_module_fixture()
> /usr/lib/python3/dist-packages/_pytest/python.py:545: in 
> _inject_setup_module_fixture
>     self.obj, ("setUpModule", "setup_module")
> /usr/lib/python3/dist-packages/_pytest/python.py:310: in obj
>     self._obj = obj = self._getobj()
> /usr/lib/python3/dist-packages/_pytest/python.py:528: in _getobj
>     return self._importtestmodule()
> /usr/lib/python3/dist-packages/_pytest/python.py:617: in _importtestmodule
>     mod = import_path(self.path, mode=importmode, root=self.config.rootpath)
> /usr/lib/python3/dist-packages/_pytest/pathlib.py:567: in import_path
>     importlib.import_module(module_name)
> /usr/lib/python3.12/importlib/__init__.py:90: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> <frozen importlib._bootstrap>:1387: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1360: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:1331: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:935: in _load_unlocked
>     ???
> /usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:186: in 
> exec_module
>     exec(co, module.__dict__)
> tests/test_fileio/test_reduction.py:8: in <module>
>     from orsopy.fileio import base, reduction
> orsopy/fileio/__init__.py:5: in <module>
>     from .base import (Column, ComplexValue, ErrorColumn, File, Header, 
> Person, Value, ValueRange, ValueVector,
> orsopy/fileio/base.py:441: in <module>
>     @orsodataclass
> orsopy/fileio/base.py:110: in orsodataclass
>     init_fun = _custom_init_fn(flds, False, has_post_init, "self", globals())
> orsopy/fileio/base.py:75: in _custom_init_fn
>     return _create_fn(
> /usr/lib/python3.12/dataclasses.py:474: in _create_fn
>     return ns['__create_fn__'](**locals)
> <string>:2: in __create_fn__
>     ???
> E   NameError: name '__dataclass_type_error_value__' is not defined
> _ ERROR collecting 
> .pybuild/cpython3_3.12_orsopy/build/tests/test_fileio/test_schema.py _
> /usr/lib/python3/dist-packages/_pytest/runner.py:341: in from_call
>     result: Optional[TResult] = func()
> /usr/lib/python3/dist-packages/_pytest/runner.py:372: in <lambda>
>     call = CallInfo.from_call(lambda: list(collector.collect()), "collect")
> /usr/lib/python3/dist-packages/_pytest/python.py:531: in collect
>     self._inject_setup_module_fixture()
> /usr/lib/python3/dist-packages/_pytest/python.py:545: in 
> _inject_setup_module_fixture
>     self.obj, ("setUpModule", "setup_module")
> /usr/lib/python3/dist-packages/_pytest/python.py:310: in obj
>     self._obj = obj = self._getobj()
> /usr/lib/python3/dist-packages/_pytest/python.py:528: in _getobj
>     return self._importtestmodule()
> /usr/lib/python3/dist-packages/_pytest/python.py:617: in _importtestmodule
>     mod = import_path(self.path, mode=importmode, root=self.config.rootpath)
> /usr/lib/python3/dist-packages/_pytest/pathlib.py:567: in import_path
>     importlib.import_module(module_name)
> /usr/lib/python3.12/importlib/__init__.py:90: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> <frozen importlib._bootstrap>:1387: in _gcd_import
>     ???
> <frozen importlib._bootstrap>:1360: in _find_and_load
>     ???
> <frozen importlib._bootstrap>:1331: in _find_and_load_unlocked
>     ???
> <frozen importlib._bootstrap>:935: in _load_unlocked
>     ???
> /usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:186: in 
> exec_module
>     exec(co, module.__dict__)
> tests/test_fileio/test_schema.py:8: in <module>
>     from orsopy import fileio
> orsopy/fileio/__init__.py:5: in <module>
>     from .base import (Column, ComplexValue, ErrorColumn, File, Header, 
> Person, Value, ValueRange, ValueVector,
> orsopy/fileio/base.py:441: in <module>
>     @orsodataclass
> orsopy/fileio/base.py:110: in orsodataclass
>     init_fun = _custom_init_fn(flds, False, has_post_init, "self", globals())
> orsopy/fileio/base.py:75: in _custom_init_fn
>     return _create_fn(
> /usr/lib/python3.12/dataclasses.py:474: in _create_fn
>     return ns['__create_fn__'](**locals)
> <string>:2: in __create_fn__
>     ???
> E   NameError: name '__dataclass_type_error_value__' is not defined
> =========================== short test summary info 
> ============================
> ERROR tests/test_fileio/test_base.py - NameError: name 
> '__dataclass_type_erro...
> ERROR tests/test_fileio/test_data_source.py - NameError: name 
> '__dataclass_ty...
> ERROR tests/test_fileio/test_model_language.py - NameError: name 
> '__dataclass...
> ERROR tests/test_fileio/test_orso.py - NameError: name 
> '__dataclass_type_erro...
> ERROR tests/test_fileio/test_reduction.py - NameError: name 
> '__dataclass_type...
> ERROR tests/test_fileio/test_schema.py - NameError: name 
> '__dataclass_type_er...
> !!!!!!!!!!!!!!!!!!! Interrupted: 6 errors during collection 
> !!!!!!!!!!!!!!!!!!!!
> ============================== 6 errors in 2.28s 
> ===============================
> E: pybuild pybuild:395: test: plugin distutils failed with: exit code=2: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_orsopy/build; python3.12 -m pytest 
> tests
> I: pybuild base:310: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_orsopy/build; 
> python3.11 -m pytest tests
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.11.7, pytest-7.4.3, pluggy-1.3.0
> rootdir: /<<PKGBUILDDIR>>
> collected 205 items
> 
> tests/test_fileio/test_base.py ......................................... [ 
> 20%]
> ................                                                         [ 
> 27%]
> tests/test_fileio/test_data_source.py ..................                 [ 
> 36%]
> tests/test_fileio/test_model_language.py .s................s...s         [ 
> 47%]
> tests/test_fileio/test_orso.py .........                                 [ 
> 52%]
> tests/test_fileio/test_reduction.py .........                            [ 
> 56%]
> tests/test_fileio/test_schema.py .                                       [ 
> 57%]
> tests/test_slddb/test_converters.py ....................                 [ 
> 66%]
> tests/test_slddb/test_dbcreation.py ....                                 [ 
> 68%]
> tests/test_slddb/test_dbmaterial.py ...............                      [ 
> 76%]
> tests/test_slddb/test_elements.py .......                                [ 
> 79%]
> tests/test_slddb/test_formula.py ........                                [ 
> 83%]
> tests/test_slddb/test_material.py ........................               [ 
> 95%]
> tests/test_slddb/test_webapi.py ..........                               
> [100%]
> 
> =============================== warnings summary 
> ===============================
> .pybuild/cpython3_3.11_orsopy/build/tests/test_fileio/test_base.py::TestValue::test_unit_conversion
>   /usr/lib/python3/dist-packages/pint/parser.py:264: DeprecationWarning: path 
> is deprecated. Use files() instead. Refer to 
> https://importlib-resources.readthedocs.io/en/latest/using.html#migrating-from-legacy
>  for migration advice.
>     with resources.path(__package__, resource_name) as p:
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> ================== 202 passed, 3 skipped, 1 warning in 2.22s 
> ===================
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 
> 3.11" returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2023/12/12/orsopy_1.1.0-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231212;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20231212&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.

Reply via email to