• Bug#1066742: barectf: FTBFS: dh_auto_test: error: pybuild --test --test

    From Lucas Nussbaum@21:1/5 to All on Wed Mar 13 16:10:11 2024
    Source: barectf
    Version: 3.1.2-1
    Severity: serious
    Justification: FTBFS
    Tags: trixie sid ftbfs
    User: lucas@debian.org
    Usertags: ftbfs-20240313 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:129: Building wheel for python3.12 with "build" module
    I: pybuild base:305: python3.12 -m build --skip-dependency-check --no-isolation --wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_barectf
    * Building wheel...
    Successfully built barectf-3.1.2-py3-none-any.whl
    I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.12 with "installer" module
    I: pybuild plugin_pyproject:129: Building wheel for python3.11 with "build" module
    I: pybuild base:305: python3.11 -m build --skip-dependency-check --no-isolation --wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_barectf
    * Building wheel...
    Successfully built barectf-3.1.2-py3-none-any.whl
    I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.11 with "installer" module
    dh_auto_test -O--buildsystem=pybuild
    I: pybuild base:305: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_barectf/build; python3.12 -m pytest tests
    ============================= test session starts ==============================
    platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0
    rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_barectf/build
    plugins: xdist-3.4.0
    collected 1 item / 32 errors

    ==================================== ERRORS ====================================
    ___________ ERROR collecting tests/config/yaml/2/configs/fail/clock ____________
    /usr/lib/python3/dist-packages/_pytest/nodes.py:153: in _create
    return super().__call__(*k, **kw)
    E TypeError: _YamlFile.__init__() got an unexpected keyword argument 'path'

    During handling of the above exception, another exception occurred: /usr/lib/python3/dist-packages/pluggy/_hooks.py:501: in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
    /usr/lib/python3/dist-packages/pluggy/_manager.py:119: in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult) tests/config/yaml/conftest.py:64: in pytest_collect_file
    return _YamlFileFail.from_parent(parent, fspath=path, name=name) /usr/lib/python3/dist-packages/_pytest/nodes.py:660: in from_parent
    return super().from_parent(parent=parent, fspath=fspath, path=path, **kw) /usr/lib/python3/dist-packages/_pytest/nodes.py:276: in from_parent
    return cls._create(parent=parent, **kw) /usr/lib/python3/dist-packages/_pytest/nodes.py:168: in _create
    return super().__call__(*k, **known_kw) tests/config/yaml/conftest.py:102: in __init__
    super().__init__(parent=parent, fspath=fspath) /usr/lib/python3/dist-packages/_pytest/nodes.py:615: in __init__
    path = _imply_path(type(self), path, fspath=fspath) /usr/lib/python3/dist-packages/_pytest/nodes.py:109: in _imply_path
    warnings.warn(
    E pytest.PytestRemovedIn8Warning: The (fspath: py.path.local) argument to _YamlFileFail is deprecated. Please use the (path: pathlib.Path) argument instead.
    E See https://docs.pytest.org/en/latest/deprecations.html#fspath-argument-for-node-constructors-replaced-with-pathlib-path
    ___________ ERROR collecting tests/config/yaml/2/configs/fail/config ___________
    /usr/lib/python3/dist-packages/_pytest/nodes.py:153: in _create
    return super().__call__(*k, **kw)
    E TypeError: _YamlFile.__init__() got an unexpected keyword argument 'path'

    During handling of the above exception, another exception occurred: /usr/lib/python3/dist-packages/pluggy/_hooks.py:501: in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
    /usr/lib/python3/dist-packages/pluggy/_manager.py:119: in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult) tests/config/yaml/conftest.py:64: in pytest_collect_file
    return _YamlFileFail.from_parent(parent, fspath=path, name=name) /usr/lib/python3/dist-packages/_pytest/nodes.py:660: in from_parent
    return super().from_parent(parent=parent, fspath=fspath, path=path, **kw) /usr/lib/python3/dist-packages/_pytest/nodes.py:276: in from_parent
    return cls._create(parent=parent, **kw) /usr/lib/python3/dist-packages/_pytest/nodes.py:168: in _create
    return super().__call__(*k, **known_kw) tests/config/yaml/conftest.py:102: in __init__
    super().__init__(parent=parent, fspath=fspath) /usr/lib/python3/dist-packages/_pytest/nodes.py:615: in __init__
    path = _imply_path(type(self), path, fspath=fspath) /usr/lib/python3/dist-packages/_pytest/nodes.py:109: in _imply_path
    warnings.warn(
    E pytest.PytestRemovedIn8Warning: The (fspath: py.path.local) argument to _YamlFileFail is deprecated. Please use the (path: pathlib.Path) argument instead.
    E See https://docs.pytest.org/en/latest/deprecations.html#fspath-argument-for-node-constructors-replaced-with-pathlib-path
    ___________ ERROR collecting tests/config/yaml/2/configs/fail/event ____________
    /usr/lib/python3/dist-packages/_pytest/nodes.py:153: in _create
    return super().__call__(*k, **kw)
    E TypeError: _YamlFile.__init__() got an unexpected keyword argument 'path'

    During handling of the above exception, another exception occurred: /usr/lib/python3/dist-packages/pluggy/_hooks.py:501: in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
    /usr/lib/python3/dist-packages/pluggy/_manager.py:119: in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult) tests/config/yaml/conftest.py:64: in pytest_collect_file
    return _YamlFileFail.from_parent(parent, fspath=path, name=name) /usr/lib/python3/dist-packages/_pytest/nodes.py:660: in from_parent
    return super().from_parent(parent=parent, fspath=fspath, path=path, **kw) /usr/lib/python3/dist-packages/_pytest/nodes.py:276: in from_parent
    return cls._create(parent=parent, **kw) /usr/lib/python3/dist-packages/_pytest/nodes.py:168: in _create
    return super().__call__(*k, **known_kw) tests/config/yaml/conftest.py:102: in __init__
    super().__init__(parent=parent, fspath=fspath) /usr/lib/python3/dist-packages/_pytest/nodes.py:615: in __init__
    path = _imply_path(type(self), path, fspath=fspath) /usr/lib/python3/dist-packages/_pytest/nodes.py:109: in _imply_path
    warnings.warn(
    E pytest.PytestRemovedIn8Warning: The (fspath: py.path.local) argument to _YamlFileFail is deprecated. Please use the (path: pathlib.Path) argument instead.
    E See https://docs.pytest.org/en/latest/deprecations.html#fspath-argument-for-node-constructors-replaced-with-pathlib-path
    __________ ERROR collecting tests/config/yaml/2/configs/fail/include ___________
    /usr/lib/python3/dist-packages/_pytest/nodes.py:153: in _create
    return super().__call__(*k, **kw)
    E TypeError: _YamlFile.__init__() got an unexpected keyword argument 'path'

    During handling of the above exception, another exception occurred: /usr/lib/python3/dist-packages/pluggy/_hooks.py:501: in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
    /usr/lib/python3/dist-packages/pluggy/_manager.py:119: in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult) tests/config/yaml/conftest.py:64: in pytest_collect_file
    return _YamlFileFail.from_parent(parent, fspath=path, name=name) /usr/lib/python3/dist-packages/_pytest/nodes.py:660: in from_parent
    return super().from_parent(parent=parent, fspath=fspath, path=path, **kw) /usr/lib/python3/dist-packages/_pytest/nodes.py:276: in from_parent
    return cls._create(parent=parent, **kw) /usr/lib/python3/dist-packages/_pytest/nodes.py:168: in _create
    return super().__call__(*k, **known_kw) tests/config/yaml/conftest.py:102: in __init__
    super().__init__(parent=parent, fspath=fspath) /usr/lib/python3/dist-packages/_pytest/nodes.py:615: in __init__
    path = _imply_path(type(self), path, fspath=fspath) /usr/lib/python3/dist-packages/_pytest/nodes.py:109: in _imply_path
    warnings.warn(
    E pytest.PytestRemovedIn8Warning: The (fspath: py.path.local) argument to _YamlFileFail is deprecated. Please use the (path: pathlib.Path) argument instead.
    E See https://docs.pytest.org/en/latest/deprecations.html#fspath-argument-for-node-constructors-replaced-with-pathlib-path
    __________ ERROR collecting tests/config/yaml/2/configs/fail/metadata __________
    /usr/lib/python3/dist-packages/_pytest/nodes.py:153: in _create
    return super().__call__(*k, **kw)
    E TypeError: _YamlFile.__init__() got an unexpected keyword argument 'path'

    During handling of the above exception, another exception occurred: /usr/lib/python3/dist-packages/pluggy/_hooks.py:501: in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
    /usr/lib/python3/dist-packages/pluggy/_manager.py:119: in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult) tests/config/yaml/conftest.py:64: in pytest_collect_file
    return _YamlFileFail.from_parent(parent, fspath=path, name=name) /usr/lib/python3/dist-packages/_pytest/nodes.py:660: in from_parent
    return super().from_parent(parent=parent, fspath=fspath, path=path, **kw) /usr/lib/python3/dist-packages/_pytest/nodes.py:276: in from_parent
    return cls._create(parent=parent, **kw) /usr/lib/python3/dist-packages/_pytest/nodes.py:168: in _create
    return super().__call__(*k, **known_kw) tests/config/yaml/conftest.py:102: in __init__
    super().__init__(parent=parent, fspath=fspath) /usr/lib/python3/dist-packages/_pytest/nodes.py:615: in __init__
    path = _imply_path(type(self), path, fspath=fspath) /usr/lib/python3/dist-packages/_pytest/nodes.py:109: in _imply_path
    warnings.warn(
    E pytest.PytestRemovedIn8Warning: The (fspath: py.path.local) argument to _YamlFileFail is deprecated. Please use the (path: pathlib.Path) argument instead.
    E See https://docs.pytest.org/en/latest/deprecations.html#fspath-argument-for-node-constructors-replaced-with-pathlib-path
    ___________ ERROR collecting tests/config/yaml/2/configs/fail/stream ___________
    /usr/lib/python3/dist-packages/_pytest/nodes.py:153: in _create
    return super().__call__(*k, **kw)
    E TypeError: _YamlFile.__init__() got an unexpected keyword argument 'path'

    During handling of the above exception, another exception occurred: /usr/lib/python3/dist-packages/pluggy/_hooks.py:501: in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
    /usr/lib/python3/dist-packages/pluggy/_manager.py:119: in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult) tests/config/yaml/conftest.py:64: in pytest_collect_file
    return _YamlFileFail.from_parent(parent, fspath=path, name=name) /usr/lib/python3/dist-packages/_pytest/nodes.py:660: in from_parent
    return super().from_parent(parent=parent, fspath=fspath, path=path, **kw) /usr/lib/python3/dist-packages/_pytest/nodes.py:276: in from_parent
    return cls._create(parent=parent, **kw) /usr/lib/python3/dist-packages/_pytest/nodes.py:168: in _create
    return super().__call__(*k, **known_kw) tests/config/yaml/conftest.py:102: in __init__
    super().__init__(parent=parent, fspath=fspath) /usr/lib/python3/dist-packages/_pytest/nodes.py:615: in __init__
    path = _imply_path(type(self), path, fspath=fspath) /usr/lib/python3/dist-packages/_pytest/nodes.py:109: in _imply_path
    warnings.warn(
    E pytest.PytestRemovedIn8Warning: The (fspath: py.path.local) argument to _YamlFileFail is deprecated. Please use the (path: pathlib.Path) argument instead.
    E See https://docs.pytest.org/en/latest/deprecations.html#fspath-argument-for-node-constructors-replaced-with-pathlib-path
    ___________ ERROR collecting tests/config/yaml/2/configs/fail/trace ____________
    /usr/lib/python3/dist-packages/_pytest/nodes.py:153: in _create
    return super().__call__(*k, **kw)
    E TypeError: _YamlFile.__init__() got an unexpected keyword argument 'path'

    During handling of the above exception, another exception occurred: /usr/lib/python3/dist-packages/pluggy/_hooks.py:501: in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
    /usr/lib/python3/dist-packages/pluggy/_manager.py:119: in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult) tests/config/yaml/conftest.py:64: in pytest_collect_file
    return _YamlFileFail.from_parent(parent, fspath=path, name=name) /usr/lib/python3/dist-packages/_pytest/nodes.py:660: in from_parent
    return super().from_parent(parent=parent, fspath=fspath, path=path, **kw) /usr/lib/python3/dist-packages/_pytest/nodes.py:276: in from_parent
    return cls._create(parent=parent, **kw) /usr/lib/python3/dist-packages/_pytest/nodes.py:168: in _create
    return super().__call__(*k, **known_kw) tests/config/yaml/conftest.py:102: in __init__
    super().__init__(parent=parent, fspath=fspath) /usr/lib/python3/dist-packages/_pytest/nodes.py:615: in __init__
    path = _imply_path(type(self), path, fspath=fspath) /usr/lib/python3/dist-packages/_pytest/nodes.py:109: in _imply_path
    warnings.warn(
    E pytest.PytestRemovedIn8Warning: The (fspath: py.path.local) argument to _YamlFileFail is deprecated. Please use the (path: pathlib.Path) argument instead.
    E See https://docs.pytest.org/en/latest/deprecations.html#fspath-argument-for-node-constructors-replaced-with-pathlib-path
    ____________ ERROR collecting tests/config/yaml/2/configs/fail/type ____________
    /usr/lib/python3/dist-packages/_pytest/nodes.py:153: in _create
    return super().__call__(*k, **kw)
    E TypeError: _YamlFile.__init__() got an unexpected keyword argument 'path'

    During handling of the above exception, another exception occurred: /usr/lib/python3/dist-packages/pluggy/_hooks.py:501: in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
    /usr/lib/python3/dist-packages/pluggy/_manager.py:119: in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult) tests/config/yaml/conftest.py:64: in pytest_collect_file
    return _YamlFileFail.from_parent(parent, fspath=path, name=name) /usr/lib/python3/dist-packages/_pytest/nodes.py:660: in from_parent
    return super().from_parent(parent=parent, fspath=fspath, path=path, **kw) /usr/lib/python3/dist-packages/_pytest/nodes.py:276: in from_parent
    return cls._create(parent=parent, **kw) /usr/lib/python3/dist-packages/_pytest/nodes.py:168: in _create
    return super().__call__(*k, **known_kw) tests/config/yaml/conftest.py:102: in __init__
    super().__init__(parent=parent, fspath=fspath) /usr/lib/python3/dist-packages/_pytest/nodes.py:615: in __init__
    path = _imply_path(type(self), path, fspath=fspath) /usr/lib/python3/dist-packages/_pytest/nodes.py:109: in _imply_path
    warnings.warn(
    E pytest.PytestRemovedIn8Warning: The (fspath: py.path.local) argument to _YamlFileFail is deprecated. Please use the (path: pathlib.Path) argument instead.
    E See https://docs.pytest.org/en/latest/deprecations.html#fspath-argument-for-node-constructors-replaced-with-pathlib-path
    _________ ERROR collecting tests/config/yaml/2/configs/fail/type-enum __________
    /usr/lib/python3/dist-packages/_pytest/nodes.py:153: in _create
    return super().__call__(*k, **kw)
    E TypeError: _YamlFile.__init__() got an unexpected keyword argument 'path'

    During handling of the above exception, another exception occurred: /usr/lib/python3/dist-packages/pluggy/_hooks.py:501: in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
    /usr/lib/python3/dist-packages/pluggy/_manager.py:119: in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult) tests/config/yaml/conftest.py:64: in pytest_collect_file
    return _YamlFileFail.from_parent(parent, fspath=path, name=name) /usr/lib/python3/dist-packages/_pytest/nodes.py:660: in from_parent
    return super().from_parent(parent=parent, fspath=fspath, path=path, **kw) /usr/lib/python3/dist-packages/_pytest/nodes.py:276: in from_parent
    return cls._create(parent=parent, **kw) /usr/lib/python3/dist-packages/_pytest/nodes.py:168: in _create
    return super().__call__(*k, **known_kw) tests/config/yaml/conftest.py:102: in __init__
    super().__init__(parent=parent, fspath=fspath) /usr/lib/python3/dist-packages/_pytest/nodes.py:615: in __init__
    path = _imply_path(type(self), path, fspath=fspath) /usr/lib/python3/dist-packages/_pytest/nodes.py:109: in _imply_path
    warnings.warn(
    E pytest.PytestRemovedIn8Warning: The (fspath: py.path.local) argument to _YamlFileFail is deprecated. Please use the (path: pathlib.Path) argument instead.
    E See https://docs.pytest.org/en/latest/deprecations.html#fspath-argument-for-node-constructors-replaced-with-pathlib-path
    _________ ERROR collecting tests/config/yaml/2/configs/fail/type-float _________
    /usr/lib/python3/dist-packages/_pytest/nodes.py:153: in _create
    return super().__call__(*k, **kw)
    E TypeError: _YamlFile.__init__() got an unexpected keyword argument 'path'

    During handling of the above exception, another exception occurred: /usr/lib/python3/dist-packages/pluggy/_hooks.py:501: in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
    /usr/lib/python3/dist-packages/pluggy/_manager.py:119: in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult) tests/config/yaml/conftest.py:64: in pytest_collect_file
    return _YamlFileFail.from_parent(parent, fspath=path, name=name) /usr/lib/python3/dist-packages/_pytest/nodes.py:660: in from_parent
    return super().from_parent(parent=parent, fspath=fspath, path=path, **kw) /usr/lib/python3/dist-packages/_pytest/nodes.py:276: in from_parent
    return cls._create(parent=parent, **kw) /usr/lib/python3/dist-packages/_pytest/nodes.py:168: in _create
    return super().__call__(*k, **known_kw) tests/config/yaml/conftest.py:102: in __init__
    super().__init__(parent=parent, fspath=fspath) /usr/lib/python3/dist-packages/_pytest/nodes.py:615: in __init__
    path = _imply_path(type(self), path, fspath=fspath) /usr/lib/python3/dist-packages/_pytest/nodes.py:109: in _imply_path
    warnings.warn(
    E pytest.PytestRemovedIn8Warning: The (fspath: py.path.local) argument to _YamlFileFail is deprecated. Please use the (path: pathlib.Path) argument instead.
    E See https://docs.pytest.org/en/latest/deprecations.html#fspath-argument-for-node-constructors-replaced-with-pathlib-path
    __________ ERROR collecting tests/config/yaml/2/configs/fail/type-int __________
    /usr/lib/python3/dist-packages/_pytest/nodes.py:153: in _create
    return super().__call__(*k, **kw)
    E TypeError: _YamlFile.__init__() got an unexpected keyword argument 'path'

    During handling of the above exception, another exception occurred: /usr/lib/python3/dist-packages/pluggy/_hooks.py:501: in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
    /usr/lib/python3/dist-packages/pluggy/_manager.py:119: in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult) tests/config/yaml/conftest.py:64: in pytest_collect_file
    return _YamlFileFail.from_parent(parent, fspath=path, name=name) /usr/lib/python3/dist-packages/_pytest/nodes.py:660: in from_parent
    return super().from_parent(parent=parent, fspath=fspath, path=path, **kw) /usr/lib/python3/dist-packages/_pytest/nodes.py:276: in from_parent
    return cls._create(parent=parent, **kw) /usr/lib/python3/dist-packages/_pytest/nodes.py:168: in _create
    return super().__call__(*k, **known_kw) tests/config/yaml/conftest.py:102: in __init__
    super().__init__(parent=parent, fspath=fspath) /usr/lib/python3/dist-packages/_pytest/nodes.py:615: in __init__
    path = _imply_path(type(self), path, fspath=fspath) /usr/lib/python3/dist-packages/_pytest/nodes.py:109: in _imply_path
    warnings.warn(
    E pytest.PytestRemovedIn8Warning: The (fspath: py.path.local) argument to _YamlFileFail is deprecated. Please use the (path: pathlib.Path) argument instead.
    E See https://docs.pytest.org/en/latest/deprecations.html#fspath-argument-for-node-constructors-replaced-with-pathlib-path
    ________ ERROR collecting tests/config/yaml/2/configs/fail/type-string _________
    /usr/lib/python3/dist-packages/_pytest/nodes.py:153: in _create
    return super().__call__(*k, **kw)
    E TypeError: _YamlFile.__init__() got an unexpected keyword argument 'path'

    During handling of the above exception, another exception occurred: /usr/lib/python3/dist-packages/pluggy/_hooks.py:501: in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
    /usr/lib/python3/dist-packages/pluggy/_manager.py:119: in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult) tests/config/yaml/conftest.py:64: in pytest_collect_file
    return _YamlFileFail.from_parent(parent, fspath=path, name=name) /usr/lib/python3/dist-packages/_pytest/nodes.py:660: in from_parent
    return super().from_parent(parent=parent, fspath=fspath, path=path, **kw) /usr/lib/python3/dist-packages/_pytest/nodes.py:276: in from_parent
    return cls._create(parent=parent, **kw) /usr/lib/python3/dist-packages/_pytest/nodes.py:168: in _create
    return super().__call__(*k, **known_kw) tests/config/yaml/conftest.py:102: in __init__
    super().__init__(parent=parent, fspath=fspath) /usr/lib/python3/dist-packages/_pytest/nodes.py:615: in __init__
    path = _imply_path(type(self), path, fspath=fspath) /usr/lib/python3/dist-packages/_pytest/nodes.py:109: in _imply_path
    warnings.warn(
    E pytest.PytestRemovedIn8Warning: The (fspath: py.path.local) argument to _YamlFileFail is deprecated. Please use the (path: pathlib.Path) argument instead.
    E See https://docs.pytest.org/en/latest/deprecations.html#fspath-argument-for-node-constructors-replaced-with-pathlib-path
    ________ ERROR collecting tests/config/yaml/2/configs/fail/type-struct _________
    /usr/lib/python3/dist-packages/_pytest/nodes.py:153: in _create
    return super().__call__(*k, **kw)
    E TypeError: _YamlFile.__init__() got an unexpected keyword argument 'path'

    During handling of the above exception, another exception occurred: /usr/lib/python3/dist-packages/pluggy/_hooks.py:501: in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
    /usr/lib/python3/dist-packages/pluggy/_manager.py:119: in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult) tests/config/yaml/conftest.py:64: in pytest_collect_file
    return _YamlFileFail.from_parent(parent, fspath=path, name=name) /usr/lib/python3/dist-packages/_pytest/nodes.py:660: in from_parent
    return super().from_parent(parent=parent, fspath=fspath, path=path, **kw) /usr/lib/python3/dist-packages/_pytest/nodes.py:276: in from_parent
    return cls._create(parent=parent, **kw) /usr/lib/python3/dist-packages/_pytest/nodes.py:168: in _create
    return super().__call__(*k, **known_kw) tests/config/yaml/conftest.py:102: in __init__
    super().__init__(parent=parent, fspath=fspath) /usr/lib/python3/dist-packages/_pytest/nodes.py:615: in __init__
    path = _imply_path(type(self), path, fspath=fspath) /usr/lib/python3/dist-packages/_pytest/nodes.py:109: in _imply_path
    warnings.warn(
    E pytest.PytestRemovedIn8Warning: The (fspath: py.path.local) argument to _YamlFileFail is deprecated. Please use the (path: pathlib.Path) argument instead.
    E See https://docs.pytest.org/en/latest/deprecations.html#fspath-argument-for-node-constructors-replaced-with-pathlib-path
    ____________ ERROR collecting tests/config/yaml/2/configs/fail/yaml ____________
    /usr/lib/python3/dist-packages/_pytest/nodes.py:153: in _create
    return super().__call__(*k, **kw)
    E TypeError: _YamlFile.__init__() got an unexpected keyword argument 'path'

    During handling of the above exception, another exception occurred: /usr/lib/python3/dist-packages/pluggy/_hooks.py:501: in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
    /usr/lib/python3/dist-packages/pluggy/_manager.py:119: in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult) tests/config/yaml/conftest.py:64: in pytest_collect_file
    return _YamlFileFail.from_parent(parent, fspath=path, name=name) /usr/lib/python3/dist-packages/_pytest/nodes.py:660: in from_parent
    return super().from_parent(parent=parent, fspath=fspath, path=path, **kw) /usr/lib/python3/dist-packages/_pytest/nodes.py:276: in from_parent
    return cls._create(parent=parent, **kw) /usr/lib/python3/dist-packages/_pytest/nodes.py:168: in _create
    return super().__call__(*k, **known_kw) tests/config/yaml/conftest.py:102: in __init__
    super().__init__(parent=parent, fspath=fspath) /usr/lib/python3/dist-packages/_pytest/nodes.py:615: in __init__
    path = _imply_path(type(self), path, fspath=fspath) /usr/lib/python3/dist-packages/_pytest/nodes.py:109: in _imply_path
    warnings.warn(
    E pytest.PytestRemovedIn8Warning: The (fspath: py.path.local) argument to _YamlFileFail is deprecated. Please use the (path: pathlib.Path) argument instead.
    E See https://docs.pytest.org/en/latest/deprecations.html#fspath-argument-for-node-constructors-replaced-with-pathlib-path
    _________ ERROR collecting tests/config/yaml/2/configs/pass/everything _________
    /usr/lib/python3/dist-packages/_pytest/nodes.py:153: in _create
    return super().__call__(*k, **kw)
    E TypeError: _YamlFile.__init__() got an unexpected keyword argument 'path'

    During handling of the above exception, another exception occurred: /usr/lib/python3/dist-packages/pluggy/_hooks.py:501: in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
    /usr/lib/python3/dist-packages/pluggy/_manager.py:119: in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult) tests/config/yaml/conftest.py:66: in pytest_collect_file
    return _YamlFilePass.from_parent(parent, fspath=path, name=name) /usr/lib/python3/dist-packages/_pytest/nodes.py:660: in from_parent
    return super().from_parent(parent=parent, fspath=fspath, path=path, **kw) /usr/lib/python3/dist-packages/_pytest/nodes.py:276: in from_parent
    return cls._create(parent=parent, **kw) /usr/lib/python3/dist-packages/_pytest/nodes.py:168: in _create
    return super().__call__(*k, **known_kw) tests/config/yaml/conftest.py:102: in __init__
    super().__init__(parent=parent, fspath=fspath) /usr/lib/python3/dist-packages/_pytest/nodes.py:615: in __init__
    path = _imply_path(type(self), path, fspath=fspath) /usr/lib/python3/dist-packages/_pytest/nodes.py:109: in _imply_path
    warnings.warn(
    E pytest.PytestRemovedIn8Warning: The (fspath: py.path.local) argument to _YamlFilePass is deprecated. Please use the (path: pathlib.Path) argument instead.
    E See https://docs.pytest.org/en/latest/deprecations.html#fspath-argument-for-node-constructors-replaced-with-pathlib-path
    ____________ ERROR collecting tests/config/yaml/3/configs/fail/type ____________
    /usr/lib/python3/dist-packages/_pytest/nodes.py:153: in _create
    return super().__call__(*k, **kw)
    E TypeError: _YamlFile.__init__() got an unexpected keyword argument 'path'

    During handling of the above exception, another exception occurred: /usr/lib/python3/dist-packages/pluggy/_hooks.py:501: in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
    /usr/lib/python3/dist-packages/pluggy/_manager.py:119: in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult) tests/config/yaml/conftest.py:64: in pytest_collect_file
    return _YamlFileFail.from_parent(parent, fspath=path, name=name) /usr/lib/python3/dist-packages/_pytest/nodes.py:660: in from_parent
    return super().from_parent(parent=parent, fspath=fspath, path=path, **kw) /usr/lib/python3/dist-packages/_pytest/nodes.py:276: in from_parent
    return cls._create(parent=parent, **kw) /usr/lib/python3/dist-packages/_pytest/nodes.py:168: in _create
    return super().__call__(*k, **known_kw) tests/config/yaml/conftest.py:102: in __init__
    super().__init__(parent=parent, fspath=fspath) /usr/lib/python3/dist-packages/_pytest/nodes.py:615: in __init__
    path = _imply_path(type(self), path, fspath=fspath) /usr/lib/python3/dist-packages/_pytest/nodes.py:109: in _imply_path
    warnings.warn(
    E pytest.PytestRemovedIn8Warning: The (fspath: py.path.local) argument to _YamlFileFail is deprecated. Please use the (path: pathlib.Path) argument instead.
    E See https://docs.pytest.org/en/latest/deprecations.html#fspath-argument-for-node-constructors-replaced-with-pathlib-path
    ____________ ERROR collecting tests/config/yaml/3/configs/pass/type ____________
    /usr/lib/python3/dist-packages/_pytest/nodes.py:153: in _create
    return super().__call__(*k, **kw)
    E TypeError: _YamlFile.__init__() got an unexpected keyword argument 'path'

    During handling of the above exception, another exception occurred: /usr/lib/python3/dist-packages/pluggy/_hooks.py:501: in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
    /usr/lib/python3/dist-packages/pluggy/_manager.py:119: in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult) tests/config/yaml/conftest.py:66: in pytest_collect_file
    return _YamlFilePass.from_parent(parent, fspath=path, name=name) /usr/lib/python3/dist-packages/_pytest/nodes.py:660: in from_parent
    return super().from_parent(parent=parent, fspath=fspath, path=path, **kw) /usr/lib/python3/dist-packages/_pytest/nodes.py:276: in from_parent
    return cls._create(parent=parent, **kw) /usr/lib/python3/dist-packages/_pytest/nodes.py:168: in _create
    return super().__call__(*k, **known_kw) tests/config/yaml/conftest.py:102: in __init__
    super().__init__(parent=parent, fspath=fspath) /usr/lib/python3/dist-packages/_pytest/nodes.py:615: in __init__
    path = _imply_path(type(self), path, fspath=fspath) /usr/lib/python3/dist-packages/_pytest/nodes.py:109: in _imply_path
    warnings.warn(
    E pytest.PytestRemovedIn8Warning: The (fspath: py.path.local) argument to _YamlFilePass is deprecated. Please use the (path: pathlib.Path) argument instead.
    E See https://docs.pytest.org/en/latest/deprecations.html#fspath-argument-for-node-constructors-replaced-with-pathlib-path
    ___________ ERROR collecting tests/tracing/configs/basic/byte-order ____________
    /usr/lib/python3/dist-packages/_pytest/nodes.py:153: in _create
    return super().__call__(*k, **kw)
    E TypeError: _YamlFile.__init__() got an unexpected keyword argument 'path'

    During handling of the above exception, another exception occurred:

    [continued in next message]

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Debian Bug Tracking System@21:1/5 to All on Fri Mar 15 22:50:01 2024
    This is a multi-part message in MIME format...

    Your message dated Fri, 15 Mar 2024 21:44:05 +0000
    with message-id <E1rlFLR-001kCK-VA@fasolo.debian.org>
    and subject line Bug#1066742: fixed in barectf 3.1.2-2
    has caused the Debian Bug report #1066742,
    regarding barectf: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 3.11" returned exit code 13
    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 owner@bugs.debian.org
    immediately.)


    --
    1066742: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066742
    Debian Bug Tracking System
    Contact owner@bugs.debian.org with problems

    Received: (at submit) by bugs.debian.org; 13 Mar 2024 15:01:29 +0000 X-Spam-Checker-Version: SpamAssassin 3.4.6-bugs.debian.org_2005_01_02
    (2021-04-09) on buxtehude.debian.org
    X-Spam-Level:
    X-Spam-Status: No, score=-106.2 required=4.0 tests=BAYES_00,DKIMWL_WL_HIGH,
    DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FROMDEVELOPER,
    SPF_HELO_NONE,SPF_NONE,T_SCC_BODY_TEXT_LINE,UNPARSEABLE_RELAY,
    USER_IN_DKIM_WELCOMELIST,USER_IN_DKIM_WHITELIST autolearn=ham
    autolearn_force=no version=3.4.6-bugs.debian.org_2005_01_02 X-Spam-Bayes: score:0.0000 Tokens: new, 36; hammy, 150; neutral, 205; spammy,
    0. spammytokens: hammytokens:0.000-+--python3,
    0.000-+--Hx-spam-relays-external:sk:stravin, 0.000-+--H*RT:sk:stravin,
    0.000-+--Hx-spam-relays-external:311, 0.000-+--H*RT:108
    Return-path: <lucas@debian.org>
    Received: from stravinsky.debian.org ([2001:41b8:202: