Your message dated Fri, 15 Mar 2024 21:44:05 +0000
with message-id <e1rlflr-001kck...@fasolo.debian.org>
and subject line Bug#1066742: fixed in barectf 3.1.2-2
has caused the Debian Bug report #1066742,
regarding barectf: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i 
python{version} -p "3.12 3.11" returned exit code 13
to be marked as done.

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

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


-- 
1066742: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066742
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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.

--- End Message ---
--- Begin Message ---
Source: barectf
Source-Version: 3.1.2-2
Done: Michael Jeanson <mjean...@debian.org>

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

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

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

Debian distribution maintenance software
pp.
Michael Jeanson <mjean...@debian.org> (supplier of updated barectf package)

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


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

Format: 1.8
Date: Fri, 15 Mar 2024 15:55:53 -0400
Source: barectf
Architecture: source
Version: 3.1.2-2
Distribution: unstable
Urgency: medium
Maintainer: Michael Jeanson <mjean...@debian.org>
Changed-By: Michael Jeanson <mjean...@debian.org>
Closes: 1063951 1066742
Changes:
 barectf (3.1.2-2) unstable; urgency=medium
 .
   * [2375fb4] Disable pytest8 deprecation warnings (Closes: #1063951)
     - Also (Closes: #1066742) built with pytest8
   * [06b29a2] Bump standard to 4.6.2, no changes necessary
Checksums-Sha1:
 95aee9716fe5afc3a99d12c1e919a99f9b85037e 2254 barectf_3.1.2-2.dsc
 53eacc31cc2432c9f79b84e7c1e658509c8035da 267773 barectf_3.1.2.orig.tar.gz
 6e99d31bebb43d3d1586fe3d25e8b872048b5c0d 4208 barectf_3.1.2-2.debian.tar.xz
 764e8523c7b4e355099bfdb220e27cf2177b3431 8476 barectf_3.1.2-2_source.buildinfo
Checksums-Sha256:
 606bab128b2adf0693fe963bf0f0ffc5f17b1b6419080b4d7b268fc7d4e35846 2254 
barectf_3.1.2-2.dsc
 bad30bee4370408a101e6cca7af325cf9875e1a1a0fd712219603f44ac2e7ec8 267773 
barectf_3.1.2.orig.tar.gz
 631bf39a97269241836cb498237e8ad2b5221de16223f42745149cb1eeb9a805 4208 
barectf_3.1.2-2.debian.tar.xz
 46aa3ada85ca85a6186ea35b245b5e0b8f4e9a0331a6164a3b150a54b6ba4b60 8476 
barectf_3.1.2-2_source.buildinfo
Files:
 ee47e292257f30d75d85063145131b7d 2254 python optional barectf_3.1.2-2.dsc
 6d2b2e24ecac4c1081685fd802552105 267773 python optional 
barectf_3.1.2.orig.tar.gz
 58c37ef5b5b78acbd3346ed9c07ee284 4208 python optional 
barectf_3.1.2-2.debian.tar.xz
 820ba25dd9064de368681ea2b404953f 8476 python optional 
barectf_3.1.2-2_source.buildinfo

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

iQJIBAEBCgAyFiEEmGYkMkK2Qid54gtihlYfRSGA/P4FAmX0qZcUHG1qZWFuc29u
QGRlYmlhbi5vcmcACgkQhlYfRSGA/P4exA//YzcpE/yvJIvTaovwp12oOsnfLxez
vfrljwrkNszTc1a0YclZy9Gn98yugksx1sXZ8dX+IIz/WU5K2Y4Iba0UpTR6T9/Y
TnZCtKsJ5Q6QZJl94L4M5K3+Zv/VRZdPZCOM1PdK/CTv3yBpsoU+Iho2vH1ZoQdO
jJLSuu7MOy2BwHLCrr/lSmlP6ejDS9r+n1kDba8Tj9a/bcbTrdQW/ORbn2YOtFEZ
TZ53kVoowk2FcWdxfFw5YxPXsHb2M0pBe2UktDB5YVxpGiC0R/wRpH2J2JpxIfn+
zrGvqSDyFixJrOPu2ans5QwGHc1xVJlTA2hXgzyu79p127ruDIIEF8B7FIZhm7fB
+P/ts51NhS0jFRWOm9BVN5VCx1K1Ttmze5Y48MvmWwzj0wgBku2VZRqY/zm6S3ie
ZF2R1rjpaJk+2jX+XC0ubKiZxGSdhFh7SNNd1oDpEiWQ6x78M9jYj8R+bu1V8msU
DPg8Vsp0IZmnwsyuFGe+glSpIM0bE1FPGxtGjmpU2I3oEqC5lb2tXLIjTgQNWl0Q
2hc4p7K7oRQQtH/oNdiVuplTj9pl7gGHf7Aogh/ghDFMd/4XpX9WqsmzCWhbleeu
vljqKGhcg1iwCNEO3YvPmDRIFlaWAgcZyXjOxtIrXeznFaL8luJJrbrYIaW8t/st
WNo1+QJDDEOBT+4=
=cfXU
-----END PGP SIGNATURE-----

Attachment: pgpEDO8f37dYM.pgp
Description: PGP signature


--- End Message ---

Reply via email to