Source: barectf
Version: 3.1.2-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@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:
> /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/tracing/conftest.py:80: in pytest_collect_file
>     return _YamlFile.from_parent(parent, fspath=path, src_path=src_path,
> /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/tracing/conftest.py:90: 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 
> _YamlFile 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/ds 
> ________________
> /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/tracing/conftest.py:80: in pytest_collect_file
>     return _YamlFile.from_parent(parent, fspath=path, src_path=src_path,
> /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/tracing/conftest.py:90: 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 
> _YamlFile 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/dynamic-array 
> __________
> /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/tracing/conftest.py:80: in pytest_collect_file
>     return _YamlFile.from_parent(parent, fspath=path, src_path=src_path,
> /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/tracing/conftest.py:90: 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 
> _YamlFile 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/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/tracing/conftest.py:80: in pytest_collect_file
>     return _YamlFile.from_parent(parent, fspath=path, src_path=src_path,
> /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/tracing/conftest.py:90: 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 
> _YamlFile 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/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/tracing/conftest.py:80: in pytest_collect_file
>     return _YamlFile.from_parent(parent, fspath=path, src_path=src_path,
> /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/tracing/conftest.py:90: 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 
> _YamlFile 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/real 
> _______________
> /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/tracing/conftest.py:80: in pytest_collect_file
>     return _YamlFile.from_parent(parent, fspath=path, src_path=src_path,
> /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/tracing/conftest.py:90: 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 
> _YamlFile 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/static-array 
> ___________
> /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/tracing/conftest.py:80: in pytest_collect_file
>     return _YamlFile.from_parent(parent, fspath=path, src_path=src_path,
> /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/tracing/conftest.py:90: 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 
> _YamlFile 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/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/tracing/conftest.py:80: in pytest_collect_file
>     return _YamlFile.from_parent(parent, fspath=path, src_path=src_path,
> /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/tracing/conftest.py:90: 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 
> _YamlFile 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/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/tracing/conftest.py:80: in pytest_collect_file
>     return _YamlFile.from_parent(parent, fspath=path, src_path=src_path,
> /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/tracing/conftest.py:90: 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 
> _YamlFile 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-extra-pc-ft-members/extra-pc-ft-members _
> /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/tracing/conftest.py:80: in pytest_collect_file
>     return _YamlFile.from_parent(parent, fspath=path, src_path=src_path,
> /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/tracing/conftest.py:90: 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 
> _YamlFile 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/counter-clock/dst 
> ___________
> /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/tracing/conftest.py:80: in pytest_collect_file
>     return _YamlFile.from_parent(parent, fspath=path, src_path=src_path,
> /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/tracing/conftest.py:90: 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 
> _YamlFile 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/counter-clock/dst-er-features 
> _____
> /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/tracing/conftest.py:80: in pytest_collect_file
>     return _YamlFile.from_parent(parent, fspath=path, src_path=src_path,
> /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/tracing/conftest.py:90: 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 
> _YamlFile 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/counter-clock/dst-packet-features 
> ___
> /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/tracing/conftest.py:80: in pytest_collect_file
>     return _YamlFile.from_parent(parent, fspath=path, src_path=src_path,
> /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/tracing/conftest.py:90: 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 
> _YamlFile 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/counter-clock/ert 
> ___________
> /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/tracing/conftest.py:80: in pytest_collect_file
>     return _YamlFile.from_parent(parent, fspath=path, src_path=src_path,
> /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/tracing/conftest.py:90: 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 
> _YamlFile 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/counter-clock/trace-type-features 
> ___
> /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/tracing/conftest.py:80: in pytest_collect_file
>     return _YamlFile.from_parent(parent, fspath=path, src_path=src_path,
> /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/tracing/conftest.py:90: 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 
> _YamlFile 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
> =============================== warnings summary 
> ===============================
> barectf/config_parse_common.py:24
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_barectf/build/barectf/config_parse_common.py:24:
>  DeprecationWarning: pkg_resources is deprecated as an API. See 
> https://setuptools.pypa.io/en/latest/pkg_resources.html
>     import pkg_resources
> 
> barectf/config_parse_common.py:111
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_barectf/build/barectf/config_parse_common.py:111:
>  DeprecationWarning: jsonschema.RefResolver is deprecated as of v4.18.0, in 
> favor of the https://github.com/python-jsonschema/referencing library, which 
> provides more compliant referencing behavior as well as more flexible APIs 
> for customization. A future release will remove RefResolver. Please file a 
> feature request (on referencing) if you are missing an API for the kind of 
> customization you need.
>     class _RefResolver(jsonschema.RefResolver):
> 
> ../../../../../../usr/lib/python3/dist-packages/_pytest/nodes.py:159: 15 
> warnings
>   /usr/lib/python3/dist-packages/_pytest/nodes.py:159: 
> PytestDeprecationWarning: <class 'conftest._YamlFileFail'> is not using a 
> cooperative constructor and only takes {'name', 'parent', 'fspath'}.
>   See 
> https://docs.pytest.org/en/stable/deprecations.html#constructors-of-custom-pytest-node-subclasses-should-take-kwargs
>  for more details.
>     warnings.warn(
> 
> ../../../../../../usr/lib/python3/dist-packages/_pytest/nodes.py:159
> ../../../../../../usr/lib/python3/dist-packages/_pytest/nodes.py:159
>   /usr/lib/python3/dist-packages/_pytest/nodes.py:159: 
> PytestDeprecationWarning: <class 'conftest._YamlFilePass'> is not using a 
> cooperative constructor and only takes {'name', 'parent', 'fspath'}.
>   See 
> https://docs.pytest.org/en/stable/deprecations.html#constructors-of-custom-pytest-node-subclasses-should-take-kwargs
>  for more details.
>     warnings.warn(
> 
> ../../../../../../usr/lib/python3/dist-packages/_pytest/nodes.py:159: 15 
> warnings
>   /usr/lib/python3/dist-packages/_pytest/nodes.py:159: 
> PytestDeprecationWarning: <class 'conftest._YamlFile'> is not using a 
> cooperative constructor and only takes {'parent', 'fspath', 
> 'metadata_expect_path', 'support_dir_path', 'name', 'src_path', 
> 'data_expect_path'}.
>   See 
> https://docs.pytest.org/en/stable/deprecations.html#constructors-of-custom-pytest-node-subclasses-should-take-kwargs
>  for more details.
>     warnings.warn(
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> =========================== short test summary info 
> ============================
> ERROR tests/config/yaml/2/configs/fail/clock - 
> pytest.PytestRemovedIn8Warning...
> ERROR tests/config/yaml/2/configs/fail/config - 
> pytest.PytestRemovedIn8Warnin...
> ERROR tests/config/yaml/2/configs/fail/event - 
> pytest.PytestRemovedIn8Warning...
> ERROR tests/config/yaml/2/configs/fail/include - 
> pytest.PytestRemovedIn8Warni...
> ERROR tests/config/yaml/2/configs/fail/metadata - 
> pytest.PytestRemovedIn8Warn...
> ERROR tests/config/yaml/2/configs/fail/stream - 
> pytest.PytestRemovedIn8Warnin...
> ERROR tests/config/yaml/2/configs/fail/trace - 
> pytest.PytestRemovedIn8Warning...
> ERROR tests/config/yaml/2/configs/fail/type - 
> pytest.PytestRemovedIn8Warning:...
> ERROR tests/config/yaml/2/configs/fail/type-enum - 
> pytest.PytestRemovedIn8War...
> ERROR tests/config/yaml/2/configs/fail/type-float - 
> pytest.PytestRemovedIn8Wa...
> ERROR tests/config/yaml/2/configs/fail/type-int - 
> pytest.PytestRemovedIn8Warn...
> ERROR tests/config/yaml/2/configs/fail/type-string - 
> pytest.PytestRemovedIn8W...
> ERROR tests/config/yaml/2/configs/fail/type-struct - 
> pytest.PytestRemovedIn8W...
> ERROR tests/config/yaml/2/configs/fail/yaml - 
> pytest.PytestRemovedIn8Warning:...
> ERROR tests/config/yaml/2/configs/pass/everything - 
> pytest.PytestRemovedIn8Wa...
> ERROR tests/config/yaml/3/configs/fail/type - 
> pytest.PytestRemovedIn8Warning:...
> ERROR tests/config/yaml/3/configs/pass/type - 
> pytest.PytestRemovedIn8Warning:...
> ERROR tests/tracing/configs/basic/byte-order - 
> pytest.PytestRemovedIn8Warning...
> ERROR tests/tracing/configs/basic/ds - pytest.PytestRemovedIn8Warning: The 
> (f...
> ERROR tests/tracing/configs/basic/dynamic-array - 
> pytest.PytestRemovedIn8Warn...
> ERROR tests/tracing/configs/basic/enum - pytest.PytestRemovedIn8Warning: The 
> ...
> ERROR tests/tracing/configs/basic/int - pytest.PytestRemovedIn8Warning: The 
> (...
> ERROR tests/tracing/configs/basic/real - pytest.PytestRemovedIn8Warning: The 
> ...
> ERROR tests/tracing/configs/basic/static-array - 
> pytest.PytestRemovedIn8Warni...
> ERROR tests/tracing/configs/basic/string - pytest.PytestRemovedIn8Warning: 
> Th...
> ERROR tests/tracing/configs/basic/struct - pytest.PytestRemovedIn8Warning: 
> Th...
> ERROR tests/tracing/configs/basic-extra-pc-ft-members/extra-pc-ft-members - 
> p...
> ERROR tests/tracing/configs/counter-clock/dst - 
> pytest.PytestRemovedIn8Warnin...
> ERROR tests/tracing/configs/counter-clock/dst-er-features - 
> pytest.PytestRemo...
> ERROR tests/tracing/configs/counter-clock/dst-packet-features - 
> pytest.Pytest...
> ERROR tests/tracing/configs/counter-clock/ert - 
> pytest.PytestRemovedIn8Warnin...
> ERROR tests/tracing/configs/counter-clock/trace-type-features - 
> pytest.Pytest...
> !!!!!!!!!!!!!!!!!!! Interrupted: 32 errors during collection 
> !!!!!!!!!!!!!!!!!!!
> ======================= 34 warnings, 32 errors in 1.91s 
> ========================
> E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=2: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_barectf/build; python3.12 -m pytest 
> tests
> I: pybuild base:305: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_barectf/build; python3.11 -m pytest 
> tests
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.11.8, pytest-8.0.2, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_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:
> /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/tracing/conftest.py:80: in pytest_collect_file
>     return _YamlFile.from_parent(parent, fspath=path, src_path=src_path,
> /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/tracing/conftest.py:90: 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 
> _YamlFile 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/ds 
> ________________
> /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/tracing/conftest.py:80: in pytest_collect_file
>     return _YamlFile.from_parent(parent, fspath=path, src_path=src_path,
> /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/tracing/conftest.py:90: 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 
> _YamlFile 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/dynamic-array 
> __________
> /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/tracing/conftest.py:80: in pytest_collect_file
>     return _YamlFile.from_parent(parent, fspath=path, src_path=src_path,
> /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/tracing/conftest.py:90: 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 
> _YamlFile 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/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/tracing/conftest.py:80: in pytest_collect_file
>     return _YamlFile.from_parent(parent, fspath=path, src_path=src_path,
> /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/tracing/conftest.py:90: 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 
> _YamlFile 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/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/tracing/conftest.py:80: in pytest_collect_file
>     return _YamlFile.from_parent(parent, fspath=path, src_path=src_path,
> /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/tracing/conftest.py:90: 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 
> _YamlFile 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/real 
> _______________
> /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/tracing/conftest.py:80: in pytest_collect_file
>     return _YamlFile.from_parent(parent, fspath=path, src_path=src_path,
> /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/tracing/conftest.py:90: 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 
> _YamlFile 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/static-array 
> ___________
> /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/tracing/conftest.py:80: in pytest_collect_file
>     return _YamlFile.from_parent(parent, fspath=path, src_path=src_path,
> /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/tracing/conftest.py:90: 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 
> _YamlFile 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/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/tracing/conftest.py:80: in pytest_collect_file
>     return _YamlFile.from_parent(parent, fspath=path, src_path=src_path,
> /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/tracing/conftest.py:90: 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 
> _YamlFile 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/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/tracing/conftest.py:80: in pytest_collect_file
>     return _YamlFile.from_parent(parent, fspath=path, src_path=src_path,
> /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/tracing/conftest.py:90: 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 
> _YamlFile 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-extra-pc-ft-members/extra-pc-ft-members _
> /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/tracing/conftest.py:80: in pytest_collect_file
>     return _YamlFile.from_parent(parent, fspath=path, src_path=src_path,
> /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/tracing/conftest.py:90: 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 
> _YamlFile 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/counter-clock/dst 
> ___________
> /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/tracing/conftest.py:80: in pytest_collect_file
>     return _YamlFile.from_parent(parent, fspath=path, src_path=src_path,
> /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/tracing/conftest.py:90: 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 
> _YamlFile 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/counter-clock/dst-er-features 
> _____
> /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/tracing/conftest.py:80: in pytest_collect_file
>     return _YamlFile.from_parent(parent, fspath=path, src_path=src_path,
> /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/tracing/conftest.py:90: 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 
> _YamlFile 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/counter-clock/dst-packet-features 
> ___
> /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/tracing/conftest.py:80: in pytest_collect_file
>     return _YamlFile.from_parent(parent, fspath=path, src_path=src_path,
> /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/tracing/conftest.py:90: 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 
> _YamlFile 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/counter-clock/ert 
> ___________
> /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/tracing/conftest.py:80: in pytest_collect_file
>     return _YamlFile.from_parent(parent, fspath=path, src_path=src_path,
> /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/tracing/conftest.py:90: 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 
> _YamlFile 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/counter-clock/trace-type-features 
> ___
> /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/tracing/conftest.py:80: in pytest_collect_file
>     return _YamlFile.from_parent(parent, fspath=path, src_path=src_path,
> /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/tracing/conftest.py:90: 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 
> _YamlFile 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
> =============================== warnings summary 
> ===============================
> barectf/config_parse_common.py:24
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_barectf/build/barectf/config_parse_common.py:24:
>  DeprecationWarning: pkg_resources is deprecated as an API. See 
> https://setuptools.pypa.io/en/latest/pkg_resources.html
>     import pkg_resources
> 
> barectf/config_parse_common.py:111
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_barectf/build/barectf/config_parse_common.py:111:
>  DeprecationWarning: jsonschema.RefResolver is deprecated as of v4.18.0, in 
> favor of the https://github.com/python-jsonschema/referencing library, which 
> provides more compliant referencing behavior as well as more flexible APIs 
> for customization. A future release will remove RefResolver. Please file a 
> feature request (on referencing) if you are missing an API for the kind of 
> customization you need.
>     class _RefResolver(jsonschema.RefResolver):
> 
> ../../../../../../usr/lib/python3/dist-packages/_pytest/nodes.py:159: 15 
> warnings
>   /usr/lib/python3/dist-packages/_pytest/nodes.py:159: 
> PytestDeprecationWarning: <class 'conftest._YamlFileFail'> is not using a 
> cooperative constructor and only takes {'parent', 'name', 'fspath'}.
>   See 
> https://docs.pytest.org/en/stable/deprecations.html#constructors-of-custom-pytest-node-subclasses-should-take-kwargs
>  for more details.
>     warnings.warn(
> 
> ../../../../../../usr/lib/python3/dist-packages/_pytest/nodes.py:159
> ../../../../../../usr/lib/python3/dist-packages/_pytest/nodes.py:159
>   /usr/lib/python3/dist-packages/_pytest/nodes.py:159: 
> PytestDeprecationWarning: <class 'conftest._YamlFilePass'> is not using a 
> cooperative constructor and only takes {'parent', 'name', 'fspath'}.
>   See 
> https://docs.pytest.org/en/stable/deprecations.html#constructors-of-custom-pytest-node-subclasses-should-take-kwargs
>  for more details.
>     warnings.warn(
> 
> ../../../../../../usr/lib/python3/dist-packages/_pytest/nodes.py:159: 15 
> warnings
>   /usr/lib/python3/dist-packages/_pytest/nodes.py:159: 
> PytestDeprecationWarning: <class 'conftest._YamlFile'> is not using a 
> cooperative constructor and only takes {'support_dir_path', 'fspath', 'name', 
> 'src_path', 'parent', 'data_expect_path', 'metadata_expect_path'}.
>   See 
> https://docs.pytest.org/en/stable/deprecations.html#constructors-of-custom-pytest-node-subclasses-should-take-kwargs
>  for more details.
>     warnings.warn(
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> =========================== short test summary info 
> ============================
> ERROR tests/config/yaml/2/configs/fail/clock - 
> pytest.PytestRemovedIn8Warning...
> ERROR tests/config/yaml/2/configs/fail/config - 
> pytest.PytestRemovedIn8Warnin...
> ERROR tests/config/yaml/2/configs/fail/event - 
> pytest.PytestRemovedIn8Warning...
> ERROR tests/config/yaml/2/configs/fail/include - 
> pytest.PytestRemovedIn8Warni...
> ERROR tests/config/yaml/2/configs/fail/metadata - 
> pytest.PytestRemovedIn8Warn...
> ERROR tests/config/yaml/2/configs/fail/stream - 
> pytest.PytestRemovedIn8Warnin...
> ERROR tests/config/yaml/2/configs/fail/trace - 
> pytest.PytestRemovedIn8Warning...
> ERROR tests/config/yaml/2/configs/fail/type - 
> pytest.PytestRemovedIn8Warning:...
> ERROR tests/config/yaml/2/configs/fail/type-enum - 
> pytest.PytestRemovedIn8War...
> ERROR tests/config/yaml/2/configs/fail/type-float - 
> pytest.PytestRemovedIn8Wa...
> ERROR tests/config/yaml/2/configs/fail/type-int - 
> pytest.PytestRemovedIn8Warn...
> ERROR tests/config/yaml/2/configs/fail/type-string - 
> pytest.PytestRemovedIn8W...
> ERROR tests/config/yaml/2/configs/fail/type-struct - 
> pytest.PytestRemovedIn8W...
> ERROR tests/config/yaml/2/configs/fail/yaml - 
> pytest.PytestRemovedIn8Warning:...
> ERROR tests/config/yaml/2/configs/pass/everything - 
> pytest.PytestRemovedIn8Wa...
> ERROR tests/config/yaml/3/configs/fail/type - 
> pytest.PytestRemovedIn8Warning:...
> ERROR tests/config/yaml/3/configs/pass/type - 
> pytest.PytestRemovedIn8Warning:...
> ERROR tests/tracing/configs/basic/byte-order - 
> pytest.PytestRemovedIn8Warning...
> ERROR tests/tracing/configs/basic/ds - pytest.PytestRemovedIn8Warning: The 
> (f...
> ERROR tests/tracing/configs/basic/dynamic-array - 
> pytest.PytestRemovedIn8Warn...
> ERROR tests/tracing/configs/basic/enum - pytest.PytestRemovedIn8Warning: The 
> ...
> ERROR tests/tracing/configs/basic/int - pytest.PytestRemovedIn8Warning: The 
> (...
> ERROR tests/tracing/configs/basic/real - pytest.PytestRemovedIn8Warning: The 
> ...
> ERROR tests/tracing/configs/basic/static-array - 
> pytest.PytestRemovedIn8Warni...
> ERROR tests/tracing/configs/basic/string - pytest.PytestRemovedIn8Warning: 
> Th...
> ERROR tests/tracing/configs/basic/struct - pytest.PytestRemovedIn8Warning: 
> Th...
> ERROR tests/tracing/configs/basic-extra-pc-ft-members/extra-pc-ft-members - 
> p...
> ERROR tests/tracing/configs/counter-clock/dst - 
> pytest.PytestRemovedIn8Warnin...
> ERROR tests/tracing/configs/counter-clock/dst-er-features - 
> pytest.PytestRemo...
> ERROR tests/tracing/configs/counter-clock/dst-packet-features - 
> pytest.Pytest...
> ERROR tests/tracing/configs/counter-clock/ert - 
> pytest.PytestRemovedIn8Warnin...
> ERROR tests/tracing/configs/counter-clock/trace-type-features - 
> pytest.Pytest...
> !!!!!!!!!!!!!!!!!!! Interrupted: 32 errors during collection 
> !!!!!!!!!!!!!!!!!!!
> ======================= 34 warnings, 32 errors in 2.04s 
> ========================
> E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=2: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_barectf/build; python3.11 -m pytest 
> tests
> 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/2024/03/13/barectf_3.1.2-1_unstable.log

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