Skip to content

Instantly share code, notes, and snippets.

@mcepl
Created May 21, 2022 18:32
Show Gist options
  • Save mcepl/7c0cba8a3b41780dbb3e56ed31bbf299 to your computer and use it in GitHub Desktop.
Save mcepl/7c0cba8a3b41780dbb3e56ed31bbf299 to your computer and use it in GitHub Desktop.
stitny~/r/t/python-xmlsec (master)$ python3.10 -mvenv .
stitny~/r/t/python-xmlsec (master)$ source bin/activate.fish
(python-xmlsec) stitny~/r/t/python-xmlsec (master)$ python3.10 -mpip install -r requirements-test.txt
Collecting lxml!=4.7.0,>=3.8.0
Using cached lxml-4.8.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (7.0 MB)
Collecting pytest>=4.6.9
Downloading pytest-7.1.2-py3-none-any.whl (297 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 297.0/297.0 KB 1.4 MB/s eta 0:00:00
Collecting hypothesis
Downloading hypothesis-6.46.7-py3-none-any.whl (384 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 384.4/384.4 KB 1.9 MB/s eta 0:00:00
Collecting lxml-stubs
Downloading lxml_stubs-0.4.0-py3-none-any.whl (13 kB)
Collecting packaging
Using cached packaging-21.3-py3-none-any.whl (40 kB)
Collecting tomli>=1.0.0
Using cached tomli-2.0.1-py3-none-any.whl (12 kB)
Collecting py>=1.8.2
Using cached py-1.11.0-py2.py3-none-any.whl (98 kB)
Collecting iniconfig
Using cached iniconfig-1.1.1-py2.py3-none-any.whl (5.0 kB)
Collecting attrs>=19.2.0
Using cached attrs-21.4.0-py2.py3-none-any.whl (60 kB)
Collecting pluggy<2.0,>=0.12
Using cached pluggy-1.0.0-py2.py3-none-any.whl (13 kB)
Collecting sortedcontainers<3.0.0,>=2.1.0
Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB)
Collecting pyparsing!=3.0.5,>=2.0.2
Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB)
Installing collected packages: sortedcontainers, lxml-stubs, iniconfig, tomli, pyparsing, py, pluggy, lxml, attrs, packaging, hypothesis, pytest
Successfully installed attrs-21.4.0 hypothesis-6.46.7 iniconfig-1.1.1 lxml-4.8.0 lxml-stubs-0.4.0 packaging-21.3 pluggy-1.0.0 py-1.11.0 pyparsing-3.0.9 pytest-7.1.2 sortedcontainers-2.4.0 tomli-2.0.1
WARNING: You are using pip version 22.0.4; however, version 22.1.1 is available.
You should consider upgrading via the '/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/bin/python3.10 -m pip install --upgrade pip' command.
(python-xmlsec) stitny~/r/t/python-xmlsec (master)$ python3.10 -mpip install --upgrade pip
Requirement already satisfied: pip in ./lib/python3.10/site-packages (22.0.4)
Collecting pip
Downloading pip-22.1.1-py3-none-any.whl (2.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 1.5 MB/s eta 0:00:00
Installing collected packages: pip
Attempting uninstall: pip
Found existing installation: pip 22.0.4
Uninstalling pip-22.0.4:
Successfully uninstalled pip-22.0.4
Successfully installed pip-22.1.1
(python-xmlsec) stitny~/r/t/python-xmlsec (master)$ python3.10 -mpip install -r requirements-test.txt
Requirement already satisfied: lxml!=4.7.0,>=3.8.0 in ./lib/python3.10/site-packages (from -r requirements.txt (line 1)) (4.8.0)
Requirement already satisfied: pytest>=4.6.9 in ./lib/python3.10/site-packages (from -r requirements-test.txt (line 2)) (7.1.2)
Requirement already satisfied: hypothesis in ./lib/python3.10/site-packages (from -r requirements-test.txt (line 3)) (6.46.7)
Requirement already satisfied: lxml-stubs in ./lib/python3.10/site-packages (from -r requirements-test.txt (line 4)) (0.4.0)
Requirement already satisfied: pluggy<2.0,>=0.12 in ./lib/python3.10/site-packages (from pytest>=4.6.9->-r requirements-test.txt (line 2)) (1.0.0)
Requirement already satisfied: py>=1.8.2 in ./lib/python3.10/site-packages (from pytest>=4.6.9->-r requirements-test.txt (line 2)) (1.11.0)
Requirement already satisfied: attrs>=19.2.0 in ./lib/python3.10/site-packages (from pytest>=4.6.9->-r requirements-test.txt (line 2)) (21.4.0)
Requirement already satisfied: packaging in ./lib/python3.10/site-packages (from pytest>=4.6.9->-r requirements-test.txt (line 2)) (21.3)
Requirement already satisfied: iniconfig in ./lib/python3.10/site-packages (from pytest>=4.6.9->-r requirements-test.txt (line 2)) (1.1.1)
Requirement already satisfied: tomli>=1.0.0 in ./lib/python3.10/site-packages (from pytest>=4.6.9->-r requirements-test.txt (line 2)) (2.0.1)
Requirement already satisfied: sortedcontainers<3.0.0,>=2.1.0 in ./lib/python3.10/site-packages (from hypothesis->-r requirements-test.txt (line 3)) (2.4.0)
Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in ./lib/python3.10/site-packages (from packaging->pytest>=4.6.9->-r requirements-test.txt (line 2)) (3.0.9)
(python-xmlsec) stitny~/r/t/python-xmlsec (master)$ python3.10 -mpip install -v .
Using pip 22.1.1 from /home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/pip (python 3.10)
Processing /home/matej/archiv/knihovna/repos/tmp/python-xmlsec
Running command pip subprocess to install build dependencies
Collecting setuptools>=42
Using cached setuptools-62.3.2-py3-none-any.whl (1.2 MB)
Collecting wheel
Using cached wheel-0.37.1-py2.py3-none-any.whl (35 kB)
Collecting setuptools_scm[toml]>=3.4
Using cached setuptools_scm-6.4.2-py3-none-any.whl (37 kB)
Collecting pkgconfig>=1.5.1
Using cached pkgconfig-1.5.5-py3-none-any.whl (6.7 kB)
Collecting lxml!=4.7.0,>=3.8
Using cached lxml-4.8.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (7.0 MB)
Collecting tomli>=1.0.0
Using cached tomli-2.0.1-py3-none-any.whl (12 kB)
Collecting packaging>=20.0
Using cached packaging-21.3-py3-none-any.whl (40 kB)
Collecting pyparsing!=3.0.5,>=2.0.2
Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB)
Installing collected packages: wheel, tomli, setuptools, pyparsing, pkgconfig, lxml, packaging, setuptools_scm
Successfully installed lxml-4.8.0 packaging-21.3 pkgconfig-1.5.5 pyparsing-3.0.9 setuptools-62.3.2 setuptools_scm-6.4.2 tomli-2.0.1 wheel-0.37.1
Installing build dependencies ... done
Running command Getting requirements to build wheel
Getting requirements to build wheel ... done
Running command Preparing metadata (pyproject.toml)
running dist_info
creating /tmp/pip-modern-metadata-gwj4wx7u/xmlsec.egg-info
writing /tmp/pip-modern-metadata-gwj4wx7u/xmlsec.egg-info/PKG-INFO
writing dependency_links to /tmp/pip-modern-metadata-gwj4wx7u/xmlsec.egg-info/dependency_links.txt
writing requirements to /tmp/pip-modern-metadata-gwj4wx7u/xmlsec.egg-info/requires.txt
writing top-level names to /tmp/pip-modern-metadata-gwj4wx7u/xmlsec.egg-info/top_level.txt
writing manifest file '/tmp/pip-modern-metadata-gwj4wx7u/xmlsec.egg-info/SOURCES.txt'
package init file 'src/xmlsec/__init__.py' not found (or not a regular file)
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file '/tmp/pip-modern-metadata-gwj4wx7u/xmlsec.egg-info/SOURCES.txt'
creating '/tmp/pip-modern-metadata-gwj4wx7u/xmlsec-1.3.13.dev5+gbf6984a.dist-info'
adding license file "LICENSE" (matched pattern "LICEN[CS]E*")
Preparing metadata (pyproject.toml) ... done
Requirement already satisfied: lxml>=3.8 in ./lib/python3.10/site-packages (from xmlsec==1.3.13.dev5+gbf6984a) (4.8.0)
Building wheels for collected packages: xmlsec
Running command Building wheel for xmlsec (pyproject.toml)
running bdist_wheel
running build
running build_py
package init file 'src/xmlsec/__init__.py' not found (or not a regular file)
running build_ext
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/xmlsec
copying build/lib.linux-x86_64-cpython-310/xmlsec/py.typed -> build/bdist.linux-x86_64/wheel/xmlsec
copying build/lib.linux-x86_64-cpython-310/xmlsec/__init__.pyi -> build/bdist.linux-x86_64/wheel/xmlsec
copying build/lib.linux-x86_64-cpython-310/xmlsec/constants.pyi -> build/bdist.linux-x86_64/wheel/xmlsec
copying build/lib.linux-x86_64-cpython-310/xmlsec/template.pyi -> build/bdist.linux-x86_64/wheel/xmlsec
copying build/lib.linux-x86_64-cpython-310/xmlsec/tree.pyi -> build/bdist.linux-x86_64/wheel/xmlsec
copying build/lib.linux-x86_64-cpython-310/xmlsec.cpython-310-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel
running install_egg_info
running egg_info
writing src/xmlsec.egg-info/PKG-INFO
writing dependency_links to src/xmlsec.egg-info/dependency_links.txt
writing requirements to src/xmlsec.egg-info/requires.txt
writing top-level names to src/xmlsec.egg-info/top_level.txt
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'src/xmlsec.egg-info/SOURCES.txt'
Copying src/xmlsec.egg-info to build/bdist.linux-x86_64/wheel/xmlsec-1.3.13.dev5+gbf6984a-py3.10.egg-info
running install_scripts
adding license file "LICENSE" (matched pattern "LICEN[CS]E*")
creating build/bdist.linux-x86_64/wheel/xmlsec-1.3.13.dev5+gbf6984a.dist-info/WHEEL
creating '/tmp/pip-wheel-wtq4f4pq/tmp0gncio8j/xmlsec-1.3.13.dev5+gbf6984a-cp310-cp310-linux_x86_64.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'xmlsec.cpython-310-x86_64-linux-gnu.so'
adding 'xmlsec/__init__.pyi'
adding 'xmlsec/constants.pyi'
adding 'xmlsec/py.typed'
adding 'xmlsec/template.pyi'
adding 'xmlsec/tree.pyi'
adding 'xmlsec-1.3.13.dev5+gbf6984a.dist-info/LICENSE'
adding 'xmlsec-1.3.13.dev5+gbf6984a.dist-info/METADATA'
adding 'xmlsec-1.3.13.dev5+gbf6984a.dist-info/WHEEL'
adding 'xmlsec-1.3.13.dev5+gbf6984a.dist-info/top_level.txt'
adding 'xmlsec-1.3.13.dev5+gbf6984a.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Building wheel for xmlsec (pyproject.toml) ... done
Created wheel for xmlsec: filename=xmlsec-1.3.13.dev5+gbf6984a-cp310-cp310-linux_x86_64.whl size=157414 sha256=9939fcb119cda68c94fe8cb41cb69ccffc7914f274bb6fc4de15706d012d26f3
Stored in directory: /home/matej/.cache/pip/wheels/d2/84/f7/1b00538c81b29a6a6778edf12d1aba1080870f7e60b2c00927
Successfully built xmlsec
Installing collected packages: xmlsec
Successfully installed xmlsec-1.3.13.dev5+gbf6984a
(python-xmlsec) stitny~/r/t/python-xmlsec (master)$ python3.10 -mpytest -v tests/
=================================== test session starts ===================================
platform linux -- Python 3.10.4, pytest-7.1.2, pluggy-1.0.0 -- /home/matej/archiv/knihovna/repos/tmp/python-xmlsec/bin/python3.10
cachedir: .pytest_cache
hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/.hypothesis/examples')
rootdir: /home/matej/archiv/knihovna/repos/tmp/python-xmlsec
plugins: hypothesis-6.46.7
collected 171 items / 1 skipped
tests/test_xmlsec.py::TestModule::test_reinitialize_module PASSED [ 0%]
tests/test_constants.py::test_transform_str Fatal Python error: Segmentation fault
Current thread 0x00007ff987d00440 (most recent call first):
File "/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/tests/test_constants.py", line 24 in test_transform_str
File "/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/hypothesis/core.py", line 599 in test
File "/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/tests/test_constants.py", line 22 in test_transform_str
File "/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/hypothesis/core.py", line 658 in run
File "/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/hypothesis/executors.py", line 47 in default_new_style_executor
File "/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/hypothesis/core.py", line 662 in execute_once
File "/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/hypothesis/core.py", line 724 in _execute_once_for_engine
File "/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/hypothesis/internal/conjecture/engine.py", line 184 in __stoppable_test_function
File "/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/hypothesis/internal/conjecture/engine.py", line 208 in test_function
File "/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/hypothesis/internal/conjecture/engine.py", line 1055 in cached_test_function
File "/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/hypothesis/internal/conjecture/engine.py", line 548 in reuse_existing_examples
File "/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/hypothesis/internal/conjecture/engine.py", line 874 in _run
File "/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/hypothesis/internal/conjecture/engine.py", line 470 in run
File "/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/hypothesis/core.py", line 801 in run_engine
File "/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/hypothesis/core.py", line 1204 in wrapped_test
File "/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/tests/test_constants.py", line 22 in test_transform_str
File "/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/_pytest/python.py", line 192 in pytest_pyfunc_call
File "/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/pluggy/_callers.py", line 39 in _multicall
File "/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/pluggy/_manager.py", line 80 in _hookexec
File "/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/pluggy/_hooks.py", line 265 in __call__
File "/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/_pytest/python.py", line 1761 in runtest
File "/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/_pytest/runner.py", line 166 in pytest_runtest_call
File "/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/pluggy/_callers.py", line 39 in _multicall
File "/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/pluggy/_manager.py", line 80 in _hookexec
File "/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/pluggy/_hooks.py", line 265 in __call__
File "/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/_pytest/runner.py", line 259 in <lambda>
File "/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/_pytest/runner.py", line 338 in from_call
File "/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/_pytest/runner.py", line 258 in call_runtest_hook
File "/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/_pytest/runner.py", line 219 in call_and_report
File "/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/_pytest/runner.py", line 130 in runtestprotocol
File "/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/_pytest/runner.py", line 111 in pytest_runtest_protocol
File "/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/pluggy/_callers.py", line 39 in _multicall
File "/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/pluggy/_manager.py", line 80 in _hookexec
File "/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/pluggy/_hooks.py", line 265 in __call__
File "/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/_pytest/main.py", line 347 in pytest_runtestloop
File "/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/pluggy/_callers.py", line 39 in _multicall
File "/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/pluggy/_manager.py", line 80 in _hookexec
File "/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/pluggy/_hooks.py", line 265 in __call__
File "/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/_pytest/main.py", line 322 in _main
File "/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/_pytest/main.py", line 268 in wrap_session
File "/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/_pytest/main.py", line 315 in pytest_cmdline_main
File "/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/pluggy/_callers.py", line 39 in _multicall
File "/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/pluggy/_manager.py", line 80 in _hookexec
File "/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/pluggy/_hooks.py", line 265 in __call__
File "/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/_pytest/config/__init__.py", line 164 in main
File "/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/_pytest/config/__init__.py", line 187 in console_main
File "/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/pytest/__main__.py", line 5 in <module>
File "/usr/lib64/python3.10/runpy.py", line 86 in _run_code
File "/usr/lib64/python3.10/runpy.py", line 196 in _run_module_as_main
Extension modules: lxml._elementpath, lxml.etree, xmlsec (total: 3)
fish: Job 1, 'python3.10 -mpytest -v tests/' terminated by signal SIGSEGV (Address boundary error)
(python-xmlsec) stitny~/r/t/python-xmlsec (master)$
(python-xmlsec) stitny~/r/t/python-xmlsec (master)$ gdb python3.10
GNU gdb (GDB; openSUSE Tumbleweed) 11.1
Copyright (C) 2021 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-suse-linux".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://bugs.opensuse.org/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from python3.10...
Reading symbols from /usr/lib/debug/usr/bin/python3.10-3.10.4-1.4.x86_64.debug...
(gdb) -mpytest -vv tests/
(gdb) -mpytest -vv tests/
Undefined command: "-mpytest". Try "help".
(gdb) run -mpytest -vv tests/
Starting program: /home/matej/archiv/knihovna/repos/tmp/python-xmlsec/bin/python3.10 -mpytest -vv tests/
Missing separate debuginfos, use: zypper install glibc-debuginfo-2.35-2.4.x86_64
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
================================================================================= test session starts ==================================================================================
platform linux -- Python 3.10.4, pytest-7.1.2, pluggy-1.0.0 -- /home/matej/archiv/knihovna/repos/tmp/python-xmlsec/bin/python3.10
cachedir: .pytest_cache
hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/.hypothesis/examples')
rootdir: /home/matej/archiv/knihovna/repos/tmp/python-xmlsec
plugins: hypothesis-6.46.7
collected 171 items / 1 skipped
tests/test_xmlsec.py::TestModule::test_reinitialize_module PASSED [ 0%]
tests/test_constants.py::test_transform_str
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff60cbfef in PyXmlSec_Transform__str__ (self=<xmlsec.constants.__Transform at remote 0x7ffff5d33830>) at /home/matej/archiv/knihovna/repos/tmp/python-xmlsec/src/constants.c:25
25 if (transform->id->href != NULL)
(gdb) bt
#0 0x00007ffff60cbfef in PyXmlSec_Transform__str__ (self=<xmlsec.constants.__Transform at remote 0x7ffff5d33830>)
at /home/matej/archiv/knihovna/repos/tmp/python-xmlsec/src/constants.c:25
#1 0x00007ffff7d8d894 in PyObject_Str (v=<xmlsec.constants.__Transform at remote 0x7ffff5d33830>) at Objects/object.c:499
#2 0x00007ffff7db11db in unicode_new_impl (errors=<optimized out>, encoding=<optimized out>, x=<optimized out>, type=<optimized out>) at Objects/unicodeobject.c:15619
#3 unicode_new (type=0x7ffff7f93d80 <PyUnicode_Type>, args=<optimized out>, kwargs=<optimized out>) at Objects/clinic/unicodeobject.c.h:1325
#4 0x00007ffff7d7bf89 in type_call (type=type@entry=0x7ffff7f93d80 <PyUnicode_Type>, args=args@entry=(<xmlsec.constants.__Transform at remote 0x7ffff5d33830>,), kwds=kwds@entry=0x0)
at Objects/typeobject.c:1121
#5 0x00007ffff7d7be04 in _PyObject_MakeTpCall (tstate=0x555555577670, callable=<type at remote 0x7ffff7f93d80>, args=0x555555a85ba8, nargs=1, keywords=0x0) at Objects/call.c:215
#6 0x00007ffff7d78a60 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=<optimized out>, callable=<optimized out>, tstate=<optimized out>)
at ./Include/cpython/abstract.h:112
#7 _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=<optimized out>, callable=<optimized out>, tstate=<optimized out>) at ./Include/cpython/abstract.h:99
#8 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=<optimized out>, callable=<optimized out>) at ./Include/cpython/abstract.h:123
#9 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7fffffff5ad0, tstate=<optimized out>) at Python/ceval.c:5867
#10 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=<optimized out>, throwflag=<optimized out>) at Python/ceval.c:4213
#11 0x00007ffff7d73183 in _PyEval_EvalFrame (throwflag=0,
f=Frame 0x555555a859f0, for file /home/matej/archiv/knihovna/repos/tmp/python-xmlsec/tests/test_constants.py, line 24, in test_transform_str (transform=<xmlsec.constants.__Transform at remote 0x7ffff5d33830>), tstate=0x555555577670) at ./Include/internal/pycore_ceval.h:46
#12 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=1, kwnames=<optimized out>) at Python/ceval.c:5065
#13 0x00007ffff7d76d5a in _PyEval_EvalFrameDefault (tstate=<optimized out>, f=<optimized out>, throwflag=<optimized out>) at Python/ceval.c:4277
#14 0x00007ffff7d73183 in _PyEval_EvalFrame (throwflag=0,
f=Frame 0x7ffff5e06440, for file /home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/hypothesis/core.py, line 599, in test (args=(<xmlsec.constants.__Transform at remote 0x7ffff5d33830>,), kwargs={}, initial_draws=1, start=<float at remote 0x7ffff6341050>), tstate=0x555555577670) at ./Include/internal/pycore_ceval.h:46
#15 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=1, kwnames=<optimized out>) at Python/ceval.c:5065
#16 0x00007ffff7d742a8 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=<optimized out>, callable=<function at remote 0x7ffff51330a0>, tstate=0x555555577670)
at ./Include/cpython/abstract.h:114
#17 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=<optimized out>, callable=<function at remote 0x7ffff51330a0>) at ./Include/cpython/abstract.h:123
#18 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7fffffff5f50, tstate=<optimized out>) at Python/ceval.c:5867
#19 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=<optimized out>, throwflag=<optimized out>) at Python/ceval.c:4213
#20 0x00007ffff7d73183 in _PyEval_EvalFrame (throwflag=0,
f=Frame 0x7ffff51152d0, for file /home/matej/archiv/knihovna/repos/tmp/python-xmlsec/tests/test_constants.py, line 22, in test_transform_str (transform=<xmlsec.constants.__Transform at remote 0x7ffff5d33830>), tstate=0x555555577670) at ./Include/internal/pycore_ceval.h:46
#21 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=0, kwnames=<optimized out>) at Python/ceval.c:5065
#22 0x00007ffff7d86292 in PyVectorcall_Call (callable=<function at remote 0x7ffff5133250>, tuple=<optimized out>, kwargs=<optimized out>) at Objects/call.c:267
#23 0x00007ffff7d76d5a in _PyEval_EvalFrameDefault (tstate=<optimized out>, f=<optimized out>, throwflag=<optimized out>) at Python/ceval.c:4277
#24 0x00007ffff7d73183 in _PyEval_EvalFrame (throwflag=0,
f=Frame 0x555555a7e510, for file /home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/hypothesis/core.py, line 658, in run (data=<ConjectureData(_ConjectureData__bytes_drawn=1, observer=<TreeRecordingObserver(_TreeRecordingObserver__current_node=<TreeNode at remote 0x7ffff512aa20>, _TreeRecordingObserver__index_in_current_node=1, _TreeRecordingObserver__trail=[<...>], killed=False) at remote 0x7ffff5e02740>, max_length=1, is_find=False, overdraw=0, _ConjectureData__prefix=b'\x00', _ConjectureData__random=<Random(gauss_next=None) at remote 0x555555a77b90>, blocks=<Blocks at remote 0x7ffff512acf0>, buffer=<bytearray at remote 0x7ffff6ae2430>, index=1, output='', status=<Status(_value_=2, _name_='VALID', __objclass__=<EnumMeta(_generate_next_value_=<function at remote 0x7ffff75ced40>, __module__='hypothesis.internal.conjecture.data', __repr__=<function at remote 0x7ffff633cdc0>, __doc__='An enumeration.', _member_names_=['OVERRUN', 'INVALID', 'VALID', 'INTERESTING'], _member_map_={'OV...(truncated), tstate=0x555555577670)
at ./Include/internal/pycore_ceval.h:46
#25 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=1, kwnames=<optimized out>) at Python/ceval.c:5065
#26 0x00007ffff7d742a8 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=<optimized out>, callable=<function at remote 0x7ffff5133010>, tstate=0x555555577670)
at ./Include/cpython/abstract.h:114
#27 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=<optimized out>, callable=<function at remote 0x7ffff5133010>) at ./Include/cpython/abstract.h:123
#28 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7fffffff6420, tstate=<optimized out>) at Python/ceval.c:5867
#29 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=<optimized out>, throwflag=<optimized out>) at Python/ceval.c:4213
--Type <RET> for more, q to quit, c to continue without paging--run -mpytest -vv tests/c
#30 0x00007ffff7d73183 in _PyEval_EvalFrame (throwflag=0,
f=Frame 0x7ffff5111700, for file /home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/hypothesis/executors.py, line 47, in default_new_style_executor (data=<ConjectureData(_ConjectureData__bytes_drawn=1, observer=<TreeRecordingObserver(_TreeRecordingObserver__current_node=<TreeNode at remote 0x7ffff512aa20>, _TreeRecordingObserver__index_in_current_node=1, _TreeRecordingObserver__trail=[<...>], killed=False) at remote 0x7ffff5e02740>, max_length=1, is_find=False, overdraw=0, _ConjectureData__prefix=b'\x00', _ConjectureData__random=<Random(gauss_next=None) at remote 0x555555a77b90>, blocks=<Blocks at remote 0x7ffff512acf0>, buffer=<bytearray at remote 0x7ffff6ae2430>, index=1, output='', status=<Status(_value_=2, _name_='VALID', __objclass__=<EnumMeta(_generate_next_value_=<function at remote 0x7ffff75ced40>, __module__='hypothesis.internal.conjecture.data', __repr__=<function at remote 0x7ffff633cdc0>, __doc__='An enumeration.', _member_names_=['OVERRUN', 'INVALID', 'VALID', 'INTER...(truncated), tstate=0x555555577670)
at ./Include/internal/pycore_ceval.h:46
#31 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=<optimized out>,
args=<optimized out>, argcount=2, kwnames=<optimized out>) at Python/ceval.c:5065
#32 0x00007ffff7d787e1 in _PyObject_VectorcallTstate (kwnames=0x0,
nargsf=<optimized out>, args=0x555555a790f0,
callable=<function at remote 0x7ffff62a9cf0>, tstate=0x555555577670)
at ./Include/cpython/abstract.h:114
#33 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x555555a790f0,
callable=<function at remote 0x7ffff62a9cf0>) at ./Include/cpython/abstract.h:123
#34 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>,
trace_info=0x7fffffff6660, tstate=<optimized out>) at Python/ceval.c:5867
#35 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=<optimized out>,
throwflag=<optimized out>) at Python/ceval.c:4181
#36 0x00007ffff7d73183 in _PyEval_EvalFrame (throwflag=0,
f=Frame 0x555555a78f00, for file /home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/hypothesis/core.py, line 662, in execute_once (run=<function at remote 0x7ffff5133010>), tstate=0x555555577670) at ./Include/internal/pycore_ceval.h:46
#37 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=<optimized out>,
args=<optimized out>, argcount=2, kwnames=<optimized out>) at Python/ceval.c:5065
#38 0x00007ffff7d74627 in _PyObject_VectorcallTstate (kwnames=0x0,
nargsf=<optimized out>, args=0x555555a83cb0,
callable=<function at remote 0x7ffff6168430>, tstate=0x555555577670)
at ./Include/cpython/abstract.h:114
#39 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x555555a83cb0,
callable=<function at remote 0x7ffff6168430>) at ./Include/cpython/abstract.h:123
#40 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>,
trace_info=0x7fffffff68a0, tstate=<optimized out>) at Python/ceval.c:5867
#41 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=<optimized out>,
throwflag=<optimized out>) at Python/ceval.c:4198
#42 0x00007ffff7d73183 in _PyEval_EvalFrame (throwflag=0,
f=Frame 0x555555a83b00, for file /home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/hypothesis/core.py, line 724, in _execute_once_for_engine (self=<StateForActualGivenExecution(test_runner=<function at remote 0x7ffff62a9cf0>, search_strategy=<TupleStrategy(element_strategies=(<JustStrategy(elements=((),), repr_=None, _transformations=(...), validate_called=True, cached_is_empty=False, cached_has_reusable_values=Tru--Type <RET> for more, q to quit, c to continue without paging--c
e, _SearchStrategy__label=5270529717440949645) at remote 0x7ffff5e00790>, <MappedSearchStrategy(mapped_strategy=<LazyStrategy(_LazyStrategy__wrapped_strategy=<FixedKeysDictStrategy(dict_type=<type at remote 0x7ffff7f98620>, keys=('transform',), mapped_strategy=<TupleStrategy(element_strategies=(<SampledFromStrategy(elements=(<xmlsec.constants.__Transform at remote 0x7ffff5d33830>, <xmlsec.constants.__Transform at remote 0x7ffff5d33c90>, <xmlsec.constants.__Transform at remote 0x7ffff5d33850>, <xmlsec.constants.__Transform at remote 0x7ffff5d33cb0>, <xmlsec.constants.__...(truncated), tstate=0x555555577670) at ./Include/internal/pycore_ceval.h:46
#43 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=2, kwnames=<optimized out>) at Python/ceval.c:5065
#44 0x00007ffff7d85c04 in _PyFunction_Vectorcall (kwnames=<optimized out>, nargsf=2, stack=0x555555a7efe8, func=<function at remote 0x7ffff61684c0>) at Objects/call.c:342
#45 _PyObject_VectorcallTstate (kwnames=<optimized out>, nargsf=2, args=0x555555a7efe8, callable=<function at remote 0x7ffff61684c0>, tstate=0x555555577670) at ./Include/cpython/abstract.h:114
#46 method_vectorcall (method=<optimized out>, args=0x555555a7eff0, nargsf=<optimized out>, kwnames=<optimized out>) at Objects/classobject.c:53
#47 0x00007ffff7d787e1 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x555555a7eff0, callable=<method at remote 0x7ffff7437140>, tstate=0x555555577670) at ./Include/cpython/abstract.h:114
#48 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x555555a7eff0, callable=<method at remote 0x7ffff7437140>) at ./Include/cpython/abstract.h:123
#49 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7fffffff6b80, tstate=<optimized out>) at Python/ceval.c:5867
#50 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=<optimized out>, throwflag=<optimized out>) at Python/ceval.c:4181
#51 0x00007ffff7d73183 in _PyEval_EvalFrame (throwflag=0, f=Frame 0x555555a7ee40, for file /home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/hypothesis/internal/conjecture/engine.py, line 184, in __stoppable_test_function (self=<ConjectureRunner(_test_function=<method at remote 0x7ffff7437140>, settings=<settings(max_examples=100, derandomize=False, database=<UniqueIdentifier(identifier='not_set') at remote 0x7ffff69a5840>, verbosity=<Verbosity(_value_=1, _name_='normal', __objclass__=<EnumMeta(_generate_next_value_=<function at remote 0x7ffff75ced40>, __module__='hypothesis._settings', __repr__=<function at remote 0x7ffff63055a0>, __doc__='An enumeration.', _member_names_=['quiet', 'normal', 'verbose', 'debug'], _member_map_={'quiet': <Verbosity(_value_=0, _name_='quiet', __objclass__=<...>) at remote 0x7ffff6309a00>, 'normal': <...>, 'verbose': <Verbosity(_value_=2, _name_='verbose', __objclass__=<...>) at remote 0x7ffff6309b80>, 'debug': <Verbosity(_value_=3, _name_='debug', __objclass__=<...>) at remote 0x7ffff6309c00>}, _member_ty...(truncated), tstate=0x555555577670) at ./Include/internal/pycore_ceval.h:46
#52 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=2, kwnames=<optimized out>) at Python/ceval.c:5065
#53 0x00007ffff7d74627 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x555555a7edc0, callable=<function at remote 0x7ffff6143370>, tstate=0x555555577670) at ./Include/cpython/abstract.h:114
#54 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x555555a7edc0, callable=<function at remote 0x7ffff6143370>) at ./Include/cpython/abstract.h:123
#55 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7fffffff6dc0, tstate=<optimized out>) at Python/ceval.c:5867
#56 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=<optimized out>, throwflag=<optimized out>) at Python/ceval.c:4198
#57 0x00007ffff7d73183 in _PyEval_EvalFrame (throwflag=0, f=Frame 0x555555a7ebc0, for file /home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/hypothesis/internal/conjecture/engine.py, line 208, in test_function (data=<ConjectureData(_ConjectureData__bytes_drawn=1, observer=<TreeRecordingObserver(_TreeRecordingObserver__current_node=<TreeNode at remote 0x7ffff512aa20>, _TreeRecordingObserver__index_in_current_node=1, _TreeRecordingObserver__trail=[<...>], killed=False) at remote 0x7ffff5e02740>, max_length=1, is_find=False, overdraw=0, _ConjectureData__prefix=b'\x00', _ConjectureData__random=<Random(gauss_next=None) at remote 0x555555a77b90>, blocks=<Blocks at remote 0x7ffff512acf0>, buffer=<bytearray at remote 0x7ffff6ae2430>, index=1, output='', status=<Status(_value_=2, _name_='VALID', __objclass__=<EnumMeta(_generate_next_value_=<function at remote 0x7ffff75ced40>, __module__='hypothesis.internal.conjecture.data', __repr__=<function at remote 0x7ffff633cdc0>, __doc__='An enumeration.', _member_names_=['OVERRUN', 'INVALID', 'VALID', '...(truncated), tstate=0x555555577670) at ./Include/internal/pycore_ceval.h:46
#58 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=2, kwnames=<optimized out>) at Python/ceval.c:5065
#59 0x00007ffff7d74627 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x555555a7d248, callable=<function at remote 0x7ffff6143400>, tstate=0x555555577670) at ./Include/cpython/abstract.h:114
#60 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x555555a7d248, callable=<function at remote 0x7ffff6143400>) at ./Include/cpython/abstract.h:123
#61 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7fffffff7000, tstate=<optimized out>) at Python/ceval.c:5867
#62 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=<optimized out>, throwflag=<optimized out>) at Python/ceval.c:4198
#63 0x00007ffff7d73183 in _PyEval_EvalFrame (throwflag=0, f=Frame 0x555555a7d080, for file /home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/hypothesis/internal/conjecture/engine.py, line 1055, in cached_test_function (self=<ConjectureRunner(_test_function=<method at remote 0x7ffff7437140>, settings=<settings(max_examples=100, derandomize=False, database=<UniqueIdentifier(identifier='not_set') at remote 0x7ffff69a5840>, verbosity=<Verbosity(_value_=1, _name_='normal', __objclass__=<EnumMeta(_generate_next_value_=<function at remote 0x7ffff75ced40>, __module__='hypothesis._settings', __repr__=<function at remote 0x7ffff63055a0>, __doc__='An enumeration.', _member_names_=['quiet', 'normal', 'verbose', 'debug'], _member_map_={'quiet': <Verbosity(_value_=0, _name_='quiet', __objclass__=<...>) at remote 0x7ffff6309a00>, 'normal': <...>, 'verbose': <Verbosity(_value_=2, _name_='verbose', __objclass__=<...>) at remote 0x7ffff6309b80>, 'debug': <Verbosity(_value_=3, _name_='debug', __objclass__=<...>) at remote 0x7ffff6309c00>}, _member_type_=...(truncated), tstate=0x555555577670) at ./Include/internal/pycore_ceval.h:46
#64 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=2, kwnames=<optimized out>) at Python/ceval.c:5065
#65 0x00007ffff7d74627 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x7ffff5e05e08, callable=<function at remote 0x7ffff61484c0>, tstate=0x555555577670) at ./Include/cpython/abstract.h:114
#66 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x7ffff5e05e08, callable=<function at remote 0x7ffff61484c0>) at ./Include/cpython/abstract.h:123
#67 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7fffffff7240, tstate=<optimized out>) at Python/ceval.c:5867
#68 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=<optimized out>, throwflag=<optimized out>) at Python/ceval.c:4198
#69 0x00007ffff7d73183 in _PyEval_EvalFrame (throwflag=0, f=Frame 0x7ffff5e05c40, for file /home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/hypothesis/internal/conjecture/engine.py, line 548, in reuse_existing_examples (self=<ConjectureRunner(_test_function=<method at remote 0x7ffff7437140>, settings=<settings(max_examples=100, derandomize=False, database=<UniqueIdentifier(identifier='not_set') at remote 0x7ffff69a5840>, verbosity=<Verbosity(_value_=1, _name_='normal', __objclass__=<EnumMeta(_generate_next_value_=<function at remote 0x7ffff75ced40>, __module__='hypothesis._settings', __repr__=<function at remote 0x7ffff63055a0>, __doc__='An enumeration.', _member_names_=['quiet', 'normal', 'verbose', 'debug'], _member_map_={'quiet': <Verbosity(_value_=0, _name_='quiet', __objclass__=<...>) at remote 0x7ffff6309a00>, 'normal': <...>, 'verbose': <Verbosity(_value_=2, _name_='verbose', __objclass__=<...>) at remote 0x7ffff6309b80>, 'debug': <Verbosity(_value_=3, _name_='debug', __objclass__=<...>) at remote 0x7ffff6309c00>}, _member_type...(truncated), tstate=0x555555577670) at ./Include/internal/pycore_ceval.h:46
#70 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=1, kwnames=<optimized out>) at Python/ceval.c:5065
#71 0x00007ffff7d74627 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x7ffff5df7ef8, callable=<function at remote 0x7ffff6143c70>, tstate=0x555555577670) at ./Include/cpython/abstract.h:114
#72 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x7ffff5df7ef8, callable=<function at remote 0x7ffff6143c70>) at ./Include/cpython/abstract.h:123
#73 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7fffffff7480, tstate=<optimized out>) at Python/ceval.c:5867
#74 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=<optimized out>, throwflag=<optimized out>) at Python/ceval.c:4198
#75 0x00007ffff7d73183 in _PyEval_EvalFrame (throwflag=0, f=Frame 0x7ffff5df7d80, for file /home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/hypothesis/internal/conjecture/engine.py, line 874, in _run (self=<ConjectureRunner(_test_function=<method at remote 0x7ffff7437140>, settings=<settings(max_examples=100, derandomize=False, database=<UniqueIdentifier(identifier='not_set') at remote 0x7ffff69a5840>, verbosity=<Verbosity(_value_=1, _name_='normal', __objclass__=<EnumMeta(_generate_next_value_=<function at remote 0x7ffff75ced40>, __module__='hypothesis._settings', __repr__=<function at remote 0x7ffff63055a0>, __doc__='An enumeration.', _member_names_=['quiet', 'normal', 'verbose', 'debug'], _member_map_={'quiet': <Verbosity(_value_=0, _name_='quiet', __objclass__=<...>) at remote 0x7ffff6309a00>, 'normal': <...>, 'verbose': <Verbosity(_value_=2, _name_='verbose', __objclass__=<...>) at remote 0x7ffff6309b80>, 'debug': <Verbosity(_value_=3, _name_='debug', __objclass__=<...>) at remote 0x7ffff6309c00>}, _member_type_=<type at remote 0...(truncated), tstate=0x555555577670) at ./Include/internal/pycore_ceval.h:46
#76 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=1, kwnames=<optimized out>) at Python/ceval.c:5065
#77 0x00007ffff7d74627 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x7ffff510a7d0, callable=<function at remote 0x7ffff61480d0>, tstate=0x555555577670) at ./Include/cpython/abstract.h:114
#78 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x7ffff510a7d0, callable=<function at remote 0x7ffff61480d0>) at ./Include/cpython/abstract.h:123
#79 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7fffffff76c0, tstate=<optimized out>) at Python/ceval.c:5867
#80 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=<optimized out>, throwflag=<optimized out>) at Python/ceval.c:4198
#81 0x00007ffff7d73183 in _PyEval_EvalFrame (throwflag=0, f=Frame 0x7ffff510a650, for file /home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/hypothesis/internal/conjecture/engine.py, line 470, in run (self=<ConjectureRunner(_test_function=<method at remote 0x7ffff7437140>, settings=<settings(max_examples=100, derandomize=False, database=<UniqueIdentifier(identifier='not_set') at remote 0x7ffff69a5840>, verbosity=<Verbosity(_value_=1, _name_='normal', __objclass__=<EnumMeta(_generate_next_value_=<function at remote 0x7ffff75ced40>, __module__='hypothesis._settings', __repr__=<function at remote 0x7ffff63055a0>, __doc__='An enumeration.', _member_names_=['quiet', 'normal', 'verbose', 'debug'], _member_map_={'quiet': <Verbosity(_value_=0, _name_='quiet', __objclass__=<...>) at remote 0x7ffff6309a00>, 'normal': <...>, 'verbose': <Verbosity(_value_=2, _name_='verbose', __objclass__=<...>) at remote 0x7ffff6309b80>, 'debug': <Verbosity(_value_=3, _name_='debug', __objclass__=<...>) at remote 0x7ffff6309c00>}, _member_type_=<type at remote 0x...(truncated), tstate=0x555555577670) at ./Include/internal/pycore_ceval.h:46
#82 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=1, kwnames=<optimized out>) at Python/ceval.c:5065
#83 0x00007ffff7d74627 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x555555a81fa0, callable=<function at remote 0x7ffff6143ac0>, tstate=0x555555577670) at ./Include/cpython/abstract.h:114
#84 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x555555a81fa0, callable=<function at remote 0x7ffff6143ac0>) at ./Include/cpython/abstract.h:123
#85 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7fffffff7900, tstate=<optimized out>) at Python/ceval.c:5867
#86 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=<optimized out>, throwflag=<optimized out>) at Python/ceval.c:4198
#87 0x00007ffff7d73183 in _PyEval_EvalFrame (throwflag=0, f=Frame 0x555555a81d80, for file /home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/hypothesis/core.py, line 801, in run_engine (self=<StateForActualGivenExecution(test_runner=<function at remote 0x7ffff62a9cf0>, search_strategy=<TupleStrategy(element_strategies=(<JustStrategy(elements=((),), repr_=None, _transformations=(...), validate_called=True, cached_is_empty=False, cached_has_reusable_values=True, _SearchStrategy__label=5270529717440949645) at remote 0x7ffff5e00790>, <MappedSearchStrategy(mapped_strategy=<LazyStrategy(_LazyStrategy__wrapped_strategy=<FixedKeysDictStrategy(dict_type=<type at remote 0x7ffff7f98620>, keys=('transform',), mapped_strategy=<TupleStrategy(element_strategies=(<SampledFromStrategy(elements=(<xmlsec.constants.__Transform at remote 0x7ffff5d33830>, <xmlsec.constants.__Transform at remote 0x7ffff5d33c90>, <xmlsec.constants.__Transform at remote 0x7ffff5d33850>, <xmlsec.constants.__Transform at remote 0x7ffff5d33cb0>, <xmlsec.constants.__Transform at r...(truncated), tstate=0x555555577670) at ./Include/internal/pycore_ceval.h:46
#88 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=1, kwnames=<optimized out>) at Python/ceval.c:5065
#89 0x00007ffff7d74627 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x555555a77120, callable=<function at remote 0x7ffff6168550>, tstate=0x555555577670) at ./Include/cpython/abstract.h:114
#90 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x555555a77120, callable=<function at remote 0x7ffff6168550>) at ./Include/cpython/abstract.h:123
#91 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7fffffff7b40, tstate=<optimized out>) at Python/ceval.c:5867
#92 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=<optimized out>, throwflag=<optimized out>) at Python/ceval.c:4198
#93 0x00007ffff7d73183 in _PyEval_EvalFrame (throwflag=0, f=Frame 0x555555a76ed0, for file /home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/hypothesis/core.py, line 1204, in wrapped_test (arguments=(), kwargs={}, __tracebackhide__=True, test=<function at remote 0x7ffff616b250>, settings=<settings(max_examples=100, derandomize=False, database=<UniqueIdentifier(identifier='not_set') at remote 0x7ffff69a5840>, verbosity=<Verbosity(_value_=1, _name_='normal', __objclass__=<EnumMeta(_generate_next_value_=<function at remote 0x7ffff75ced40>, __module__='hypothesis._settings', __repr__=<function at remote 0x7ffff63055a0>, __doc__='An enumeration.', _member_names_=['quiet', 'normal', 'verbose', 'debug'], _member_map_={'quiet': <Verbosity(_value_=0, _name_='quiet', __objclass__=<...>) at remote 0x7ffff6309a00>, 'normal': <...>, 'verbose': <Verbosity(_value_=2, _name_='verbose', __objclass__=<...>) at remote 0x7ffff6309b80>, 'debug': <Verbosity(_value_=3, _name_='debug', __objclass__=<...>) at remote 0x7ffff6309c00>}, _member_type_=<type at rem...(truncated), tstate=0x555555577670) at ./Include/internal/pycore_ceval.h:46
#94 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=0, kwnames=<optimized out>) at Python/ceval.c:5065
#95 0x00007ffff7d742a8 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=<optimized out>, callable=<function at remote 0x7ffff616b400>, tstate=0x555555577670) at ./Include/cpython/abstract.h:114
#96 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=<optimized out>, callable=<function at remote 0x7ffff616b400>) at ./Include/cpython/abstract.h:123
#97 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7fffffff7d80, tstate=<optimized out>) at Python/ceval.c:5867
#98 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=<optimized out>, throwflag=<optimized out>) at Python/ceval.c:4213
#99 0x00007ffff7d73183 in _PyEval_EvalFrame (throwflag=0, f=Frame 0x7ffff5104b30, for file /home/matej/archiv/knihovna/repos/tmp/python-xmlsec/tests/test_constants.py, line 22, in test_transform_str (), tstate=0x555555577670) at ./Include/internal/pycore_ceval.h:46
#100 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=0, kwnames=<optimized out>) at Python/ceval.c:5065
#101 0x00007ffff7d76d5a in _PyEval_EvalFrameDefault (tstate=<optimized out>, f=<optimized out>, throwflag=<optimized out>) at Python/ceval.c:4277
#102 0x00007ffff7d73183 in _PyEval_EvalFrame (throwflag=0, f=Frame 0x7ffff5df6a40, for file /home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/_pytest/python.py, line 192, in pytest_pyfunc_call (pyfuncitem=<Function(keywords=<NodeKeywords at remote 0x7ffff6b18600>, own_markers=[<Mark(name='hypothesis', args=(), kwargs={}, _param_ids_from=None, _param_ids_generated=None) at remote 0x7ffff5d9bd00>], extra_keyword_matches=set(), stash=<Stash at remote 0x7ffff61d5a50>, _report_sections=[], user_properties=[], originalname='test_transform_str', _obj=<function at remote 0x7ffff616b520>, _fixtureinfo=<FuncFixtureInfo at remote 0x7ffff616f470>, fixturenames=[], funcargs={}, _request=<FixtureRequest(_pyfuncitem=<...>, fixturename=None, _scope=<Scope(_value_='function', _name_='Function', __objclass__=<EnumMeta(_generate_next_value_=<function at remote 0x7ffff75ced40>, __module__='_pytest.scope', __annotations__={'Function': '_ScopeName', 'Class': '_ScopeName', 'Module': '_ScopeName', 'Package': '_ScopeName', 'Session': '_ScopeName'}, __doc__='\n ...(truncated), tstate=0x555555577670) at ./Include/internal/pycore_ceval.h:46
#103 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=1, kwnames=<optimized out>) at Python/ceval.c:5065
#104 0x00007ffff7d76d5a in _PyEval_EvalFrameDefault (tstate=<optimized out>, f=<optimized out>, throwflag=<optimized out>) at Python/ceval.c:4277
#105 0x00007ffff7d73183 in _PyEval_EvalFrame (throwflag=0, f=Frame 0x555555a76c60, for file /home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/pluggy/_callers.py, line 39, in _multicall (hook_name='pytest_pyfunc_call', hook_impls=[<HookImpl(function=<function at remote 0x7ffff6cef010>, argnames=('pyfuncitem',), kwargnames=(), plugin=<module at remote 0x7ffff6d09120>, opts={'hookwrapper': False, 'optionalhook': False, 'tryfirst': False, 'trylast': True, 'specname': None}, plugin_name='python', hookwrapper=False, optionalhook=False, tryfirst=False, trylast=True, specname=None) at remote 0x7ffff6c74e20>], firstresult=True, __tracebackhide__=True, results=[], excinfo=None, teardowns=[], hook_impl=<...>, args=[<Function(keywords=<NodeKeywords at remote 0x7ffff6b18600>, own_markers=[<Mark(name='hypothesis', args=(...), kwargs={}, _param_ids_from=None, _param_ids_generated=None) at remote 0x7ffff5d9bd00>], extra_keyword_matches=set(), stash=<Stash at remote 0x7ffff61d5a50>, _report_sections=[], user_properties=[], originalname='test_transform_s...(truncated), tstate=0x555555577670) at ./Include/internal/pycore_ceval.h:46
#106 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=4, kwnames=<optimized out>) at Python/ceval.c:5065
#107 0x00007ffff7d787e1 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x7ffff5108ae8, callable=<function at remote 0x7ffff7400700>, tstate=0x555555577670) at ./Include/cpython/abstract.h:114
#108 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x7ffff5108ae8, callable=<function at remote 0x7ffff7400700>) at ./Include/cpython/abstract.h:123
#109 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7fffffff8440, tstate=<optimized out>) at Python/ceval.c:5867
#110 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=<optimized out>, throwflag=<optimized out>) at Python/ceval.c:4181
#111 0x00007ffff7d73183 in _PyEval_EvalFrame (throwflag=0, f=Frame 0x7ffff5108950, for file /home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/pluggy/_manager.py, line 80, in _hookexec (self=<PytestPluginManager(project_name='pytest', _name2plugin={'140737344960448': <...>, 'pytestconfig': <Config(option=<Namespace(keyword='', markexpr='', maxfail=0, continue_on_collection_errors=False, confcutdir=None, noconftest=False, keepduplicates=False, collect_in_virtualenv=False, importmode='prepend', basetemp=None, durations=None, durations_min=<float at remote 0x7ffff70a9b50>, version=0, plugins=[], traceconfig=False, showfixtures=False, show_fixtures_per_test=False, verbose=2, no_header=False, no_summary=False, reportchars='fE', disable_warnings=False, showlocals=False, tbstyle='auto', showcapture='all', fulltrace=False, color='auto', code_highlight='yes', capture='fd', runxfail=False, pastebin=None, assertmode='rewrite', xmlpath=None, junitprefix=None, doctestmodules=False, doctestreport='udiff', doctestglob=[], doctest_ignore_import_errors=F...(truncated), tstate=0x555555577670) at ./Include/internal/pycore_ceval.h:46
#112 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=5, kwnames=<optimized out>) at Python/ceval.c:5065
#113 0x00007ffff7d85c04 in _PyFunction_Vectorcall (kwnames=<optimized out>, nargsf=5, stack=0x7ffff5d17478, func=<function at remote 0x7ffff707e440>) at Objects/call.c:342
#114 _PyObject_VectorcallTstate (kwnames=<optimized out>, nargsf=5, args=0x7ffff5d17478, callable=<function at remote 0x7ffff707e440>, tstate=0x555555577670) at ./Include/cpython/abstract.h:114
#115 method_vectorcall (method=<optimized out>, args=0x7ffff5d17480, nargsf=<optimized out>, kwnames=<optimized out>) at Objects/classobject.c:53
#116 0x00007ffff7d787e1 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x7ffff5d17480, callable=<method at remote 0x7ffff6c4fb40>, tstate=0x555555577670) at ./Include/cpython/abstract.h:114
#117 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x7ffff5d17480, callable=<method at remote 0x7ffff6c4fb40>) at ./Include/cpython/abstract.h:123
#118 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7fffffff8720, tstate=<optimized out>) at Python/ceval.c:5867
#119 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=<optimized out>, throwflag=<optimized out>) at Python/ceval.c:4181
#120 0x00007ffff7d73183 in _PyEval_EvalFrame (throwflag=0, f=Frame 0x7ffff5d172e0, for file /home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/pluggy/_hooks.py, line 265, in __call__ (self=<_HookCaller(name='pytest_pyfunc_call', _wrappers=[], _nonwrappers=[<HookImpl(function=<function at remote 0x7ffff6cef010>, argnames=('pyfuncitem',), kwargnames=(), plugin=<module at remote 0x7ffff6d09120>, opts={'hookwrapper': False, 'optionalhook': False, 'tryfirst': False, 'trylast': True, 'specname': None}, plugin_name='python', hookwrapper=False, optionalhook=False, tryfirst=False, trylast=True, specname=None) at remote 0x7ffff6c74e20>], _hookexec=<method at remote 0x7ffff6c4fb40>, _call_history=None, spec=<HookSpec(namespace=<module at remote 0x7ffff6e01da0>, function=<function at remote 0x7ffff6e1d000>, name='pytest_pyfunc_call', argnames=('pyfuncitem',), kwargnames=(...), opts={'firstresult': True, 'historic': False, 'warn_on_impl': None}, warn_on_impl=None) at remote 0x7ffff6c331f0>) at remote 0x7ffff6c331c0>, args=(...), kwargs={'pyfuncitem':...(truncated), tstate=0x555555577670) at ./Include/internal/pycore_ceval.h:46
#121 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=1, kwnames=<optimized out>) at Python/ceval.c:5065
#122 0x00007ffff7d7b735 in _PyObject_FastCallDictTstate (tstate=0x555555577670, callable=<function at remote 0x7ffff7401990>, args=<optimized out>, nargsf=<optimized out>, kwargs=<optimized out>) at Objects/call.c:153
#123 0x00007ffff7d844f8 in _PyObject_Call_Prepend (tstate=0x555555577670, callable=<function at remote 0x7ffff7401990>, obj=<_HookCaller(name='pytest_pyfunc_call', _wrappers=[], _nonwrappers=[<HookImpl(function=<function at remote 0x7ffff6cef010>, argnames=('pyfuncitem',), kwargnames=(), plugin=<module at remote 0x7ffff6d09120>, opts={'hookwrapper': False, 'optionalhook': False, 'tryfirst': False, 'trylast': True, 'specname': None}, plugin_name='python', hookwrapper=False, optionalhook=False, tryfirst=False, trylast=True, specname=None) at remote 0x7ffff6c74e20>], _hookexec=<method at remote 0x7ffff6c4fb40>, _call_history=None, spec=<HookSpec(namespace=<module at remote 0x7ffff6e01da0>, function=<function at remote 0x7ffff6e1d000>, name='pytest_pyfunc_call', argnames=('pyfuncitem',), kwargnames=(...), opts={'firstresult': True, 'historic': False, 'warn_on_impl': None}, warn_on_impl=None) at remote 0x7ffff6c331f0>) at remote 0x7ffff6c331c0>, args=<optimized out>, kwargs={'pyfuncitem': <Function(keywords=<NodeKeywords at remote 0x7ffff6b18600>, own_markers=[<Mark(name='hypothesis', args=(), kwargs={}, _param_ids_from=None, _param_ids_generated=None) at remote 0x7ffff5d9bd00>], extra_keyword_matches=set(), stash=<Stash at remote 0x7ffff61d5a50>, _report_sections=[], user_properties=[], originalname='test_transform_str', _obj=<function at remote 0x7ffff616b520>, _fixtureinfo=<FuncFixtureInfo at remote 0x7ffff616f470>, fixturenames=[], funcargs={}, _request=<FixtureRequest(_pyfuncitem=<...>, fixturename=None, _scope=<Scope(_value_='function', _name_='Function', __objclass__=<EnumMeta(_generate_next_value_=<function at remote 0x7ffff75ced40>, __module__='_pytest.scope', __annotations__={'Function': '_ScopeName', 'Class': '_ScopeName', 'Module': '_ScopeName', 'Package': '_ScopeName', 'Session': '_ScopeName'}, __doc__='\n Represents one of the possible fixture scopes in pytest.\n\n Scopes are ordered from lower to higher, that is:\n\n ->>> higher ->>>\n\n Func...(truncated)) at Objects/call.c:431
#124 0x00007ffff7e23b1e in slot_tp_call (self=<_HookCaller(name='pytest_pyfunc_call', _wrappers=[], _nonwrappers=[<HookImpl(function=<function at remote 0x7ffff6cef010>, argnames=('pyfuncitem',), kwargnames=(), plugin=<module at remote 0x7ffff6d09120>, opts={'hookwrapper': False, 'optionalhook': False, 'tryfirst': False, 'trylast': True, 'specname': None}, plugin_name='python', hookwrapper=False, optionalhook=False, tryfirst=False, trylast=True, specname=None) at remote 0x7ffff6c74e20>], _hookexec=<method at remote 0x7ffff6c4fb40>, _call_history=None, spec=<HookSpec(namespace=<module at remote 0x7ffff6e01da0>, function=<function at remote 0x7ffff6e1d000>, name='pytest_pyfunc_call', argnames=('pyfuncitem',), kwargnames=(...), opts={'firstresult': True, 'historic': False, 'warn_on_impl': None}, warn_on_impl=None) at remote 0x7ffff6c331f0>) at remote 0x7ffff6c331c0>, args=(), kwds={'pyfuncitem': <Function(keywords=<NodeKeywords at remote 0x7ffff6b18600>, own_markers=[<Mark(name='hypothesis', args=(), kwargs={}, _param_ids_from=None, _param_ids_generated=None) at remote 0x7ffff5d9bd00>], extra_keyword_matches=set(), stash=<Stash at remote 0x7ffff61d5a50>, _report_sections=[], user_properties=[], originalname='test_transform_str', _obj=<function at remote 0x7ffff616b520>, _fixtureinfo=<FuncFixtureInfo at remote 0x7ffff616f470>, fixturenames=[], funcargs={}, _request=<FixtureRequest(_pyfuncitem=<...>, fixturename=None, _scope=<Scope(_value_='function', _name_='Function', __objclass__=<EnumMeta(_generate_next_value_=<function at remote 0x7ffff75ced40>, __module__='_pytest.scope', __annotations__={'Function': '_ScopeName', 'Class': '_ScopeName', 'Module': '_ScopeName', 'Package': '_ScopeName', 'Session': '_ScopeName'}, __doc__='\n Represents one of the possible fixture scopes in pytest.\n\n Scopes are ordered from lower to higher, that is:\n\n ->>> higher ->>>\n\n Func...(truncated)) at Objects/typeobject.c:7489
#125 0x00007ffff7d7bec3 in _PyObject_MakeTpCall (tstate=0x555555577670, callable=<_HookCaller(name='pytest_pyfunc_call', _wrappers=[], _nonwrappers=[<HookImpl(function=<function at remote 0x7ffff6cef010>, argnames=('pyfuncitem',), kwargnames=(), plugin=<module at remote 0x7ffff6d09120>, opts={'hookwrapper': False, 'optionalhook': False, 'tryfirst': False, 'trylast': True, 'specname': None}, plugin_name='python', hookwrapper=False, optionalhook=False, tryfirst=False, trylast=True, specname=None) at remote 0x7ffff6c74e20>], _hookexec=<method at remote 0x7ffff6c4fb40>, _call_history=None, spec=<HookSpec(namespace=<module at remote 0x7ffff6e01da0>, function=<function at remote 0x7ffff6e1d000>, name='pytest_pyfunc_call', argnames=('pyfuncitem',), kwargnames=(...), opts={'firstresult': True, 'historic': False, 'warn_on_impl': None}, warn_on_impl=None) at remote 0x7ffff6c331f0>) at remote 0x7ffff6c331c0>, args=<optimized out>, nargs=0, keywords=<optimized out>) at Objects/call.c:215
#126 0x00007ffff7d7b161 in _PyObject_VectorcallTstate (kwnames=<optimized out>, nargsf=<optimized out>, args=<optimized out>, callable=<_HookCaller(name='pytest_pyfunc_call', _wrappers=[], _nonwrappers=[<HookImpl(function=<function at remote 0x7ffff6cef010>, argnames=('pyfuncitem',), kwargnames=(), plugin=<module at remote 0x7ffff6d09120>, opts={'hookwrapper': False, 'optionalhook': False, 'tryfirst': False, 'trylast': True, 'specname': None}, plugin_name='python', hookwrapper=False, optionalhook=False, tryfirst=False, trylast=True, specname=None) at remote 0x7ffff6c74e20>], _hookexec=<method at remote 0x7ffff6c4fb40>, _call_history=None, spec=<HookSpec(namespace=<module at remote 0x7ffff6e01da0>, function=<function at remote 0x7ffff6e1d000>, name='pytest_pyfunc_call', argnames=('pyfuncitem',), kwargnames=(...), opts={'firstresult': True, 'historic': False, 'warn_on_impl': None}, warn_on_impl=None) at remote 0x7ffff6c331f0>) at remote 0x7ffff6c331c0>, tstate=0x555555577670) at ./Include/cpython/abstract.h:112
#127 _PyObject_VectorcallTstate (kwnames=<optimized out>, nargsf=<optimized out>, args=<optimized out>, callable=<_HookCaller(name='pytest_pyfunc_call', _wrappers=[], _nonwrappers=[<HookImpl(function=<function at remote 0x7ffff6cef010>, argnames=('pyfuncitem',), kwargnames=(), plugin=<module at remote 0x7ffff6d09120>, opts={'hookwrapper': False, 'optionalhook': False, 'tryfirst': False, 'trylast': True, 'specname': None}, plugin_name='python', hookwrapper=False, optionalhook=False, tryfirst=False, trylast=True, specname=None) at remote 0x7ffff6c74e20>], _hookexec=<method at remote 0x7ffff6c4fb40>, _call_history=None, spec=<HookSpec(namespace=<module at remote 0x7ffff6e01da0>, function=<function at remote 0x7ffff6e1d000>, name='pytest_pyfunc_call', argnames=('pyfuncitem',), kwargnames=(...), opts={'firstresult': True, 'historic': False, 'warn_on_impl': None}, warn_on_impl=None) at remote 0x7ffff6c331f0>) at remote 0x7ffff6c331c0>, tstate=0x555555577670) at ./Include/cpython/abstract.h:99
#128 PyObject_Vectorcall (kwnames=<optimized out>, nargsf=<optimized out>, args=<optimized out>, callable=<_HookCaller(name='pytest_pyfunc_call', _wrappers=[], _nonwrappers=[<HookImpl(function=<function at remote 0x7ffff6cef010>, argnames=('pyfuncitem',), kwargnames=(), plugin=<module at remote 0x7ffff6d09120>, opts={'hookwrapper': False, 'optionalhook': False, 'tryfirst': False, 'trylast': True, 'specname': None}, plugin_name='python', hookwrapper=False, optionalhook=False, tryfirst=False, trylast=True, specname=None) at remote 0x7ffff6c74e20>], _hookexec=<method at remote 0x7ffff6c4fb40>, _call_history=None, spec=<HookSpec(namespace=<module at remote 0x7ffff6e01da0>, function=<function at remote 0x7ffff6e1d000>, name='pytest_pyfunc_call', argnames=('pyfuncitem',), kwargnames=(...), opts={'firstresult': True, 'historic': False, 'warn_on_impl': None}, warn_on_impl=None) at remote 0x7ffff6c331f0>) at remote 0x7ffff6c331c0>) at ./Include/cpython/abstract.h:123
#129 call_function (tstate=<optimized out>, trace_info=<optimized out>, pp_stack=0x7fffffff8b00, oparg=<optimized out>, kwnames=<optimized out>) at Python/ceval.c:5867
#130 0x00007ffff7d752b9 in _PyEval_EvalFrameDefault (tstate=<optimized out>, f=<optimized out>, throwflag=<optimized out>) at Python/ceval.c:4231
#131 0x00007ffff7d73183 in _PyEval_EvalFrame (throwflag=0, f=Frame 0x7ffff5dff5e0, for file /home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/_pytest/python.py, line 1761, in runtest (self=<Function(keywords=<NodeKeywords at remote 0x7ffff6b18600>, own_markers=[<Mark(name='hypothesis', args=(), kwargs={}, _param_ids_from=None, _param_ids_generated=None) at remote 0x7ffff5d9bd00>], extra_keyword_matches=set(), stash=<Stash at remote 0x7ffff61d5a50>, _report_sections=[], user_properties=[], originalname='test_transform_str', _obj=<function at remote 0x7ffff616b520>, _fixtureinfo=<FuncFixtureInfo at remote 0x7ffff616f470>, fixturenames=[], funcargs={}, _request=<FixtureRequest(_pyfuncitem=<...>, fixturename=None, _scope=<Scope(_value_='function', _name_='Function', __objclass__=<EnumMeta(_generate_next_value_=<function at remote 0x7ffff75ced40>, __module__='_pytest.scope', __annotations__={'Function': '_ScopeName', 'Class': '_ScopeName', 'Module': '_ScopeName', 'Package': '_ScopeName', 'Session': '_ScopeName'}, __doc__='\n Represents on...(truncated), tstate=0x555555577670) at ./Include/internal/pycore_ceval.h:46
#132 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=1, kwnames=<optimized out>) at Python/ceval.c:5065
#133 0x00007ffff7d74627 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x7ffff5d16558, callable=<function at remote 0x7ffff6d2a9e0>, tstate=0x555555577670) at ./Include/cpython/abstract.h:114
#134 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x7ffff5d16558, callable=<function at remote 0x7ffff6d2a9e0>) at ./Include/cpython/abstract.h:123
#135 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7fffffff8d60, tstate=<optimized out>) at Python/ceval.c:5867
#136 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=<optimized out>, throwflag=<optimized out>) at Python/ceval.c:4198
#137 0x00007ffff7d73183 in _PyEval_EvalFrame (throwflag=0, f=Frame 0x7ffff5d163e0, for file /home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/_pytest/runner.py, line 166, in pytest_runtest_call (item=<Function(keywords=<NodeKeywords at remote 0x7ffff6b18600>, own_markers=[<Mark(name='hypothesis', args=(), kwargs={}, _param_ids_from=None, _param_ids_generated=None) at remote 0x7ffff5d9bd00>], extra_keyword_matches=set(), stash=<Stash at remote 0x7ffff61d5a50>, _report_sections=[], user_properties=[], originalname='test_transform_str', _obj=<function at remote 0x7ffff616b520>, _fixtureinfo=<FuncFixtureInfo at remote 0x7ffff616f470>, fixturenames=[], funcargs={}, _request=<FixtureRequest(_pyfuncitem=<...>, fixturename=None, _scope=<Scope(_value_='function', _name_='Function', __objclass__=<EnumMeta(_generate_next_value_=<function at remote 0x7ffff75ced40>, __module__='_pytest.scope', __annotations__={'Function': '_ScopeName', 'Class': '_ScopeName', 'Module': '_ScopeName', 'Package': '_ScopeName', 'Session': '_ScopeName'}, __doc__='\n Re...(truncated), tstate=0x555555577670) at ./Include/internal/pycore_ceval.h:46
#138 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=1, kwnames=<optimized out>) at Python/ceval.c:5065
#139 0x00007ffff7d76d5a in _PyEval_EvalFrameDefault (tstate=<optimized out>, f=<optimized out>, throwflag=<optimized out>) at Python/ceval.c:4277
#140 0x00007ffff7d73183 in _PyEval_EvalFrame (throwflag=0, f=Frame 0x555555a76980, for file /home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/pluggy/_callers.py, line 39, in _multicall (hook_name='pytest_runtest_call', hook_impls=[<HookImpl(function=<function at remote 0x7ffff6cdc5e0>, argnames=('item',), kwargnames=(), plugin=<module at remote 0x7ffff6cbc900>, opts={'tryfirst': False, 'trylast': False, 'optionalhook': False, 'hookwrapper': False, 'specname': None}, plugin_name='runner', tryfirst=False, trylast=False, optionalhook=False, hookwrapper=False, specname=None) at remote 0x7ffff6c746a0>, <HookImpl(function=<function at remote 0x7ffff6c43b50>, argnames=('item',), kwargnames=(...), plugin=<module at remote 0x7ffff6c5b290>, opts={'hookwrapper': True, 'optionalhook': False, 'tryfirst': False, 'trylast': False, 'specname': None}, plugin_name='skipping', hookwrapper=True, optionalhook=False, tryfirst=False, trylast=False, specname=None) at remote 0x7ffff6c75f90>, <HookImpl(function=<function at remote 0x7ffff6ae5cf0>, argnames=('ite...(truncated), tstate=0x555555577670) at ./Include/internal/pycore_ceval.h:46
#141 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=4, kwnames=<optimized out>) at Python/ceval.c:5065
#142 0x00007ffff7d787e1 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x7ffff5daba08, callable=<function at remote 0x7ffff7400700>, tstate=0x555555577670) at ./Include/cpython/abstract.h:114
#143 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x7ffff5daba08, callable=<function at remote 0x7ffff7400700>) at ./Include/cpython/abstract.h:123
#144 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7fffffff91e0, tstate=<optimized out>) at Python/ceval.c:5867
#145 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=<optimized out>, throwflag=<optimized out>) at Python/ceval.c:4181
#146 0x00007ffff7d73183 in _PyEval_EvalFrame (throwflag=0, f=Frame 0x7ffff5dab870, for file /home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/pluggy/_manager.py, line 80, in _hookexec (self=<PytestPluginManager(project_name='pytest', _name2plugin={'140737344960448': <...>, 'pytestconfig': <Config(option=<Namespace(keyword='', markexpr='', maxfail=0, continue_on_collection_errors=False, confcutdir=None, noconftest=False, keepduplicates=False, collect_in_virtualenv=False, importmode='prepend', basetemp=None, durations=None, durations_min=<float at remote 0x7ffff70a9b50>, version=0, plugins=[], traceconfig=False, showfixtures=False, show_fixtures_per_test=False, verbose=2, no_header=False, no_summary=False, reportchars='fE', disable_warnings=False, showlocals=False, tbstyle='auto', showcapture='all', fulltrace=False, color='auto', code_highlight='yes', capture='fd', runxfail=False, pastebin=None, assertmode='rewrite', xmlpath=None, junitprefix=None, doctestmodules=False, doctestreport='udiff', doctestglob=[], doctest_ignore_import_errors=F...(truncated), tstate=0x555555577670) at ./Include/internal/pycore_ceval.h:46
#147 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=5, kwnames=<optimized out>) at Python/ceval.c:5065
#148 0x00007ffff7d85c04 in _PyFunction_Vectorcall (kwnames=<optimized out>, nargsf=5, stack=0x7ffff5d17298, func=<function at remote 0x7ffff707e440>) at Objects/call.c:342
#149 _PyObject_VectorcallTstate (kwnames=<optimized out>, nargsf=5, args=0x7ffff5d17298, callable=<function at remote 0x7ffff707e440>, tstate=0x555555577670) at ./Include/cpython/abstract.h:114
#150 method_vectorcall (method=<optimized out>, args=0x7ffff5d172a0, nargsf=<optimized out>, kwnames=<optimized out>) at Objects/classobject.c:53
#151 0x00007ffff7d787e1 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x7ffff5d172a0, callable=<method at remote 0x7ffff6c60740>, tstate=0x555555577670) at ./Include/cpython/abstract.h:114
#152 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x7ffff5d172a0, callable=<method at remote 0x7ffff6c60740>) at ./Include/cpython/abstract.h:123
#153 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7fffffff94c0, tstate=<optimized out>) at Python/ceval.c:5867
#154 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=<optimized out>, throwflag=<optimized out>) at Python/ceval.c:4181
#155 0x00007ffff7d73183 in _PyEval_EvalFrame (throwflag=0, f=Frame 0x7ffff5d17100, for file /home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/pluggy/_hooks.py, line 265, in __call__ (self=<_HookCaller(name='pytest_runtest_call', _wrappers=[<HookImpl(function=<function at remote 0x7ffff6c43b50>, argnames=('item',), kwargnames=(), plugin=<module at remote 0x7ffff6c5b290>, opts={'hookwrapper': True, 'optionalhook': False, 'tryfirst': False, 'trylast': False, 'specname': None}, plugin_name='skipping', hookwrapper=True, optionalhook=False, tryfirst=False, trylast=False, specname=None) at remote 0x7ffff6c75f90>, <HookImpl(function=<function at remote 0x7ffff6ae5cf0>, argnames=('item',), kwargnames=(...), plugin=<module at remote 0x7ffff6aabe70>, opts={'hookwrapper': True, 'optionalhook': False, 'tryfirst': False, 'trylast': False, 'specname': None}, plugin_name='hypothesispytest', hookwrapper=True, optionalhook=False, tryfirst=False, trylast=False, specname=None) at remote 0x7ffff6acb1c0>, <HookImpl(function=<method at remote 0x7ffff6b19f40>,...(truncated), tstate=0x555555577670) at ./Include/internal/pycore_ceval.h:46
#156 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=1, kwnames=<optimized out>) at Python/ceval.c:5065
#157 0x00007ffff7d7b735 in _PyObject_FastCallDictTstate (tstate=0x555555577670, callable=<function at remote 0x7ffff7401990>, args=<optimized out>, nargsf=<optimized out>, kwargs=<optimized out>) at Objects/call.c:153
#158 0x00007ffff7d844f8 in _PyObject_Call_Prepend (tstate=0x555555577670, callable=<function at remote 0x7ffff7401990>, obj=<_HookCaller(name='pytest_runtest_call', _wrappers=[<HookImpl(function=<function at remote 0x7ffff6c43b50>, argnames=('item',), kwargnames=(), plugin=<module at remote 0x7ffff6c5b290>, opts={'hookwrapper': True, 'optionalhook': False, 'tryfirst': False, 'trylast': False, 'specname': None}, plugin_name='skipping', hookwrapper=True, optionalhook=False, tryfirst=False, trylast=False, specname=None) at remote 0x7ffff6c75f90>, <HookImpl(function=<function at remote 0x7ffff6ae5cf0>, argnames=('item',), kwargnames=(...), plugin=<module at remote 0x7ffff6aabe70>, opts={'hookwrapper': True, 'optionalhook': False, 'tryfirst': False, 'trylast': False, 'specname': None}, plugin_name='hypothesispytest', hookwrapper=True, optionalhook=False, tryfirst=False, trylast=False, specname=None) at remote 0x7ffff6acb1c0>, <HookImpl(function=<method at remote 0x7ffff6b19f40>, argnames=('item',), kwargnames=(...), plugin=<CaptureManager(_method='fd', _global_capturing=<MultiCapture(in_=<FDCapture(targetfd=0, targetfd_invalid=None, ta...(truncated), args=<optimized out>, kwargs={'item': <Function(keywords=<NodeKeywords at remote 0x7ffff6b18600>, own_markers=[<Mark(name='hypothesis', args=(), kwargs={}, _param_ids_from=None, _param_ids_generated=None) at remote 0x7ffff5d9bd00>], extra_keyword_matches=set(), stash=<Stash at remote 0x7ffff61d5a50>, _report_sections=[], user_properties=[], originalname='test_transform_str', _obj=<function at remote 0x7ffff616b520>, _fixtureinfo=<FuncFixtureInfo at remote 0x7ffff616f470>, fixturenames=[], funcargs={}, _request=<FixtureRequest(_pyfuncitem=<...>, fixturename=None, _scope=<Scope(_value_='function', _name_='Function', __objclass__=<EnumMeta(_generate_next_value_=<function at remote 0x7ffff75ced40>, __module__='_pytest.scope', __annotations__={'Function': '_ScopeName', 'Class': '_ScopeName', 'Module': '_ScopeName', 'Package': '_ScopeName', 'Session': '_ScopeName'}, __doc__='\n Represents one of the possible fixture scopes in pytest.\n\n Scopes are ordered from lower to higher, that is:\n\n ->>> higher ->>>\n\n Function <...(truncated)) at Objects/call.c:431
#159 0x00007ffff7e23b1e in slot_tp_call (self=self@entry=<_HookCaller(name='pytest_runtest_call', _wrappers=[<HookImpl(function=<function at remote 0x7ffff6c43b50>, argnames=('item',), kwargnames=(), plugin=<module at remote 0x7ffff6c5b290>, opts={'hookwrapper': True, 'optionalhook': False, 'tryfirst': False, 'trylast': False, 'specname': None}, plugin_name='skipping', hookwrapper=True, optionalhook=False, tryfirst=False, trylast=False, specname=None) at remote 0x7ffff6c75f90>, <HookImpl(function=<function at remote 0x7ffff6ae5cf0>, argnames=('item',), kwargnames=(...), plugin=<module at remote 0x7ffff6aabe70>, opts={'hookwrapper': True, 'optionalhook': False, 'tryfirst': False, 'trylast': False, 'specname': None}, plugin_name='hypothesispytest', hookwrapper=True, optionalhook=False, tryfirst=False, trylast=False, specname=None) at remote 0x7ffff6acb1c0>, <HookImpl(function=<method at remote 0x7ffff6b19f40>, argnames=('item',), kwargnames=(...), plugin=<CaptureManager(_method='fd', _global_capturing=<MultiCapture(in_=<FDCapture(targetfd=0, targetfd_invalid=None, ta...(truncated), args=args@entry=(), kwds={'item': <Function(keywords=<NodeKeywords at remote 0x7ffff6b18600>, own_markers=[<Mark(name='hypothesis', args=(), kwargs={}, _param_ids_from=None, _param_ids_generated=None) at remote 0x7ffff5d9bd00>], extra_keyword_matches=set(), stash=<Stash at remote 0x7ffff61d5a50>, _report_sections=[], user_properties=[], originalname='test_transform_str', _obj=<function at remote 0x7ffff616b520>, _fixtureinfo=<FuncFixtureInfo at remote 0x7ffff616f470>, fixturenames=[], funcargs={}, _request=<FixtureRequest(_pyfuncitem=<...>, fixturename=None, _scope=<Scope(_value_='function', _name_='Function', __objclass__=<EnumMeta(_generate_next_value_=<function at remote 0x7ffff75ced40>, __module__='_pytest.scope', __annotations__={'Function': '_ScopeName', 'Class': '_ScopeName', 'Module': '_ScopeName', 'Package': '_ScopeName', 'Session': '_ScopeName'}, __doc__='\n Represents one of the possible fixture scopes in pytest.\n\n Scopes are ordered from lower to higher, that is:\n\n ->>> higher ->>>\n\n Function <...(truncated)) at Objects/typeobject.c:7489
#160 0x00007ffff7d86154 in _PyObject_Call (tstate=0x555555577670, callable=<_HookCaller(name='pytest_runtest_call', _wrappers=[<HookImpl(function=<function at remote 0x7ffff6c43b50>, argnames=('item',), kwargnames=(), plugin=<module at remote 0x7ffff6c5b290>, opts={'hookwrapper': True, 'optionalhook': False, 'tryfirst': False, 'trylast': False, 'specname': None}, plugin_name='skipping', hookwrapper=True, optionalhook=False, tryfirst=False, trylast=False, specname=None) at remote 0x7ffff6c75f90>, <HookImpl(function=<function at remote 0x7ffff6ae5cf0>, argnames=('item',), kwargnames=(...), plugin=<module at remote 0x7ffff6aabe70>, opts={'hookwrapper': True, 'optionalhook': False, 'tryfirst': False, 'trylast': False, 'specname': None}, plugin_name='hypothesispytest', hookwrapper=True, optionalhook=False, tryfirst=False, trylast=False, specname=None) at remote 0x7ffff6acb1c0>, <HookImpl(function=<method at remote 0x7ffff6b19f40>, argnames=('item',), kwargnames=(...), plugin=<CaptureManager(_method='fd', _global_capturing=<MultiCapture(in_=<FDCapture(targetfd=0, targetfd_invalid=None, ta...(truncated), args=(), kwargs=<optimized out>) at Objects/call.c:305
#161 0x00007ffff7d76d5a in _PyEval_EvalFrameDefault (tstate=<optimized out>, f=<optimized out>, throwflag=<optimized out>) at Python/ceval.c:4277
#162 0x00007ffff7d73183 in _PyEval_EvalFrame (throwflag=0, f=Frame 0x7ffff5e08700, for file /home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/_pytest/runner.py, line 259, in <lambda> (), tstate=0x555555577670) at ./Include/internal/pycore_ceval.h:46
#163 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=0, kwnames=<optimized out>) at Python/ceval.c:5065
#164 0x00007ffff7d742a8 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=<optimized out>, callable=<function at remote 0x7ffff6b54700>, tstate=0x555555577670) at ./Include/cpython/abstract.h:114
#165 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=<optimized out>, callable=<function at remote 0x7ffff6b54700>) at ./Include/cpython/abstract.h:123
#166 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7fffffff9ab0, tstate=<optimized out>) at Python/ceval.c:5867
#167 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=<optimized out>, throwflag=<optimized out>) at Python/ceval.c:4213
#168 0x00007ffff7d73183 in _PyEval_EvalFrame (throwflag=0, f=Frame 0x555555936690, for file /home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/_pytest/runner.py, line 338, in from_call (cls=<type at remote 0x5555557ea940>, func=<function at remote 0x7ffff6b54700>, when='call', reraise=(<type at remote 0x55555578fcf0>, <type at remote 0x7ffff7f89560>), excinfo=None, start=<float at remote 0x7ffff6341090>, precise_start=<float at remote 0x7ffff6341250>), tstate=0x555555577670) at ./Include/internal/pycore_ceval.h:46
#169 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=2, kwnames=<optimized out>) at Python/ceval.c:5065
#170 0x00007ffff7d85c04 in _PyFunction_Vectorcall (kwnames=<optimized out>, nargsf=2, stack=0x7ffff5d15df8, func=<function at remote 0x7ffff6cdcc10>) at Objects/call.c:342
#171 _PyObject_VectorcallTstate (kwnames=<optimized out>, nargsf=2, args=0x7ffff5d15df8, callable=<function at remote 0x7ffff6cdcc10>, tstate=0x555555577670) at ./Include/cpython/abstract.h:114
#172 method_vectorcall (method=<optimized out>, args=0x7ffff5d15e00, nargsf=<optimized out>, kwnames=<optimized out>) at Objects/classobject.c:53
#173 0x00007ffff7d7b0b1 in _PyObject_VectorcallTstate (kwnames=<optimized out>, nargsf=<optimized out>, args=<optimized out>, callable=<method at remote 0x7ffff61c5680>, tstate=0x555555577670) at ./Include/cpython/abstract.h:114
#174 PyObject_Vectorcall (kwnames=<optimized out>, nargsf=<optimized out>, args=<optimized out>, callable=<method at remote 0x7ffff61c5680>) at ./Include/cpython/abstract.h:123
#175 call_function (tstate=<optimized out>, trace_info=<optimized out>, pp_stack=0x7fffffff9db0, oparg=<optimized out>, kwnames=<optimized out>) at Python/ceval.c:5867
#176 0x00007ffff7d752b9 in _PyEval_EvalFrameDefault (tstate=<optimized out>, f=<optimized out>, throwflag=<optimized out>) at Python/ceval.c:4231
#177 0x00007ffff7d73183 in _PyEval_EvalFrame (throwflag=0, f=Frame 0x7ffff5d15c60, for file /home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/_pytest/runner.py, line 258, in call_runtest_hook (when='call', reraise=(<type at remote 0x55555578fcf0>, <type at remote 0x7ffff7f89560>)), tstate=0x555555577670) at ./Include/internal/pycore_ceval.h:46
#178 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=2, kwnames=<optimized out>) at Python/ceval.c:5065
#179 0x00007ffff7d76d5a in _PyEval_EvalFrameDefault (tstate=<optimized out>, f=<optimized out>, throwflag=<optimized out>) at Python/ceval.c:4277
#180 0x00007ffff7d73183 in _PyEval_EvalFrame (throwflag=0, f=Frame 0x7ffff5d15a80, for file /home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/_pytest/runner.py, line 219, in call_and_report (item=<Function(keywords=<NodeKeywords at remote 0x7ffff6b18600>, own_markers=[<Mark(name='hypothesis', args=(), kwargs={}, _param_ids_from=None, _param_ids_generated=None) at remote 0x7ffff5d9bd00>], extra_keyword_matches=set(), stash=<Stash at remote 0x7ffff61d5a50>, _report_sections=[], user_properties=[], originalname='test_transform_str', _obj=<function at remote 0x7ffff616b520>, _fixtureinfo=<FuncFixtureInfo at remote 0x7ffff616f470>, fixturenames=[], funcargs={}, _request=<FixtureRequest(_pyfuncitem=<...>, fixturename=None, _scope=<Scope(_value_='function', _name_='Function', __objclass__=<EnumMeta(_generate_next_value_=<function at remote 0x7ffff75ced40>, __module__='_pytest.scope', __annotations__={'Function': '_ScopeName', 'Class': '_ScopeName', 'Module': '_ScopeName', 'Package': '_ScopeName', 'Session': '_ScopeName'}, __doc__='\n Repres...(truncated), tstate=0x555555577670) at ./Include/internal/pycore_ceval.h:46
#181 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=3, kwnames=<optimized out>) at Python/ceval.c:5065
#182 0x00007ffff7d742a8 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=<optimized out>, callable=<function at remote 0x7ffff6cdc820>, tstate=0x555555577670) at ./Include/cpython/abstract.h:114
#183 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=<optimized out>, callable=<function at remote 0x7ffff6cdc820>) at ./Include/cpython/abstract.h:123
#184 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7fffffffa250, tstate=<optimized out>) at Python/ceval.c:5867
#185 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=<optimized out>, throwflag=<optimized out>) at Python/ceval.c:4213
#186 0x00007ffff7d73183 in _PyEval_EvalFrame (throwflag=0, f=Frame 0x7ffff6217680, for file /home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/_pytest/runner.py, line 130, in runtestprotocol (item=<Function(keywords=<NodeKeywords at remote 0x7ffff6b18600>, own_markers=[<Mark(name='hypothesis', args=(), kwargs={}, _param_ids_from=None, _param_ids_generated=None) at remote 0x7ffff5d9bd00>], extra_keyword_matches=set(), stash=<Stash at remote 0x7ffff61d5a50>, _report_sections=[], user_properties=[], originalname='test_transform_str', _obj=<function at remote 0x7ffff616b520>, _fixtureinfo=<FuncFixtureInfo at remote 0x7ffff616f470>, fixturenames=[], funcargs={}, _request=<FixtureRequest(_pyfuncitem=<...>, fixturename=None, _scope=<Scope(_value_='function', _name_='Function', __objclass__=<EnumMeta(_generate_next_value_=<function at remote 0x7ffff75ced40>, __module__='_pytest.scope', __annotations__={'Function': '_ScopeName', 'Class': '_ScopeName', 'Module': '_ScopeName', 'Package': '_ScopeName', 'Session': '_ScopeName'}, __doc__='\n Repres...(truncated), tstate=0x555555577670) at ./Include/internal/pycore_ceval.h:46
#187 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=1, kwnames=<optimized out>) at Python/ceval.c:5065
#188 0x00007ffff7d7b0b1 in _PyObject_VectorcallTstate (kwnames=<optimized out>, nargsf=<optimized out>, args=<optimized out>, callable=<function at remote 0x7ffff6cdc430>, tstate=0x555555577670) at ./Include/cpython/abstract.h:114
#189 PyObject_Vectorcall (kwnames=<optimized out>, nargsf=<optimized out>, args=<optimized out>, callable=<function at remote 0x7ffff6cdc430>) at ./Include/cpython/abstract.h:123
#190 call_function (tstate=<optimized out>, trace_info=<optimized out>, pp_stack=0x7fffffffa4b0, oparg=<optimized out>, kwnames=<optimized out>) at Python/ceval.c:5867
#191 0x00007ffff7d752b9 in _PyEval_EvalFrameDefault (tstate=<optimized out>, f=<optimized out>, throwflag=<optimized out>) at Python/ceval.c:4231
#192 0x00007ffff7d73183 in _PyEval_EvalFrame (throwflag=0, f=Frame 0x7ffff5d47d00, for file /home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/_pytest/runner.py, line 111, in pytest_runtest_protocol (item=<Function(keywords=<NodeKeywords at remote 0x7ffff6b18600>, own_markers=[<Mark(name='hypothesis', args=(), kwargs={}, _param_ids_from=None, _param_ids_generated=None) at remote 0x7ffff5d9bd00>], extra_keyword_matches=set(), stash=<Stash at remote 0x7ffff61d5a50>, _report_sections=[], user_properties=[], originalname='test_transform_str', _obj=<function at remote 0x7ffff616b520>, _fixtureinfo=<FuncFixtureInfo at remote 0x7ffff616f470>, fixturenames=[], funcargs={}, _request=<FixtureRequest(_pyfuncitem=<...>, fixturename=None, _scope=<Scope(_value_='function', _name_='Function', __objclass__=<EnumMeta(_generate_next_value_=<function at remote 0x7ffff75ced40>, __module__='_pytest.scope', __annotations__={'Function': '_ScopeName', 'Class': '_ScopeName', 'Module': '_ScopeName', 'Package': '_ScopeName', 'Session': '_ScopeName'}, __doc__='\n ...(truncated), tstate=0x555555577670) at ./Include/internal/pycore_ceval.h:46
#193 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=2, kwnames=<optimized out>) at Python/ceval.c:5065
#194 0x00007ffff7d76d5a in _PyEval_EvalFrameDefault (tstate=<optimized out>, f=<optimized out>, throwflag=<optimized out>) at Python/ceval.c:4277
#195 0x00007ffff7d73183 in _PyEval_EvalFrame (throwflag=0, f=Frame 0x555555a76710, for file /home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/pluggy/_callers.py, line 39, in _multicall (hook_name='pytest_runtest_protocol', hook_impls=[<HookImpl(function=<function at remote 0x7ffff6cdc3a0>, argnames=('item', 'nextitem'), kwargnames=(), plugin=<module at remote 0x7ffff6cbc900>, opts={'tryfirst': False, 'trylast': False, 'optionalhook': False, 'hookwrapper': False, 'specname': None}, plugin_name='runner', tryfirst=False, trylast=False, optionalhook=False, hookwrapper=False, specname=None) at remote 0x7ffff6c747c0>, <HookImpl(function=<function at remote 0x7ffff6a96b90>, argnames=('item',), kwargnames=(...), plugin=<module at remote 0x7ffff6aa88b0>, opts={'hookwrapper': True, 'optionalhook': False, 'tryfirst': False, 'trylast': True, 'specname': None}, plugin_name='faulthandler', hookwrapper=True, optionalhook=False, tryfirst=False, trylast=True, specname=None) at remote 0x7ffff6a92710>, <HookImpl(function=<function at remote 0x7ffff6c424d0...(truncated), tstate=0x555555577670) at ./Include/internal/pycore_ceval.h:46
#196 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=4, kwnames=<optimized out>) at Python/ceval.c:5065
#197 0x00007ffff7d787e1 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x7ffff5d16938, callable=<function at remote 0x7ffff7400700>, tstate=0x555555577670) at ./Include/cpython/abstract.h:114
#198 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x7ffff5d16938, callable=<function at remote 0x7ffff7400700>) at ./Include/cpython/abstract.h:123
#199 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7fffffffa950, tstate=<optimized out>) at Python/ceval.c:5867
#200 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=<optimized out>, throwflag=<optimized out>) at Python/ceval.c:4181
#201 0x00007ffff7d73183 in _PyEval_EvalFrame (throwflag=0, f=Frame 0x7ffff5d167a0, for file /home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/pluggy/_manager.py, line 80, in _hookexec (self=<PytestPluginManager(project_name='pytest', _name2plugin={'140737344960448': <...>, 'pytestconfig': <Config(option=<Namespace(keyword='', markexpr='', maxfail=0, continue_on_collection_errors=False, confcutdir=None, noconftest=False, keepduplicates=False, collect_in_virtualenv=False, importmode='prepend', basetemp=None, durations=None, durations_min=<float at remote 0x7ffff70a9b50>, version=0, plugins=[], traceconfig=False, showfixtures=False, show_fixtures_per_test=False, verbose=2, no_header=False, no_summary=False, reportchars='fE', disable_warnings=False, showlocals=False, tbstyle='auto', showcapture='all', fulltrace=False, color='auto', code_highlight='yes', capture='fd', runxfail=False, pastebin=None, assertmode='rewrite', xmlpath=None, junitprefix=None, doctestmodules=False, doctestreport='udiff', doctestglob=[], doctest_ignore_import_errors=F...(truncated), tstate=0x555555577670) at ./Include/internal/pycore_ceval.h:46
#202 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=5, kwnames=<optimized out>) at Python/ceval.c:5065
#203 0x00007ffff7d85c04 in _PyFunction_Vectorcall (kwnames=<optimized out>, nargsf=5, stack=0x7ffff5d170b8, func=<function at remote 0x7ffff707e440>) at Objects/call.c:342
#204 _PyObject_VectorcallTstate (kwnames=<optimized out>, nargsf=5, args=0x7ffff5d170b8, callable=<function at remote 0x7ffff707e440>, tstate=0x555555577670) at ./Include/cpython/abstract.h:114
#205 method_vectorcall (method=<optimized out>, args=0x7ffff5d170c0, nargsf=<optimized out>, kwnames=<optimized out>) at Objects/classobject.c:53
#206 0x00007ffff7d787e1 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x7ffff5d170c0, callable=<method at remote 0x7ffff6c611c0>, tstate=0x555555577670) at ./Include/cpython/abstract.h:114
#207 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x7ffff5d170c0, callable=<method at remote 0x7ffff6c611c0>) at ./Include/cpython/abstract.h:123
#208 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7fffffffac30, tstate=<optimized out>) at Python/ceval.c:5867
#209 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=<optimized out>, throwflag=<optimized out>) at Python/ceval.c:4181
#210 0x00007ffff7d73183 in _PyEval_EvalFrame (throwflag=0, f=Frame 0x7ffff5d16f20, for file /home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/pluggy/_hooks.py, line 265, in __call__ (self=<_HookCaller(name='pytest_runtest_protocol', _wrappers=[<HookImpl(function=<function at remote 0x7ffff6a96b90>, argnames=('item',), kwargnames=(), plugin=<module at remote 0x7ffff6aa88b0>, opts={'hookwrapper': True, 'optionalhook': False, 'tryfirst': False, 'trylast': True, 'specname': None}, plugin_name='faulthandler', hookwrapper=True, optionalhook=False, tryfirst=False, trylast=True, specname=None) at remote 0x7ffff6a92710>, <HookImpl(function=<function at remote 0x7ffff6c424d0>, argnames=('item',), kwargnames=(...), plugin=<module at remote 0x7ffff6c5a390>, opts={'hookwrapper': True, 'optionalhook': False, 'tryfirst': False, 'trylast': False, 'specname': None}, plugin_name='unittest', hookwrapper=True, optionalhook=False, tryfirst=False, trylast=False, specname=None) at remote 0x7ffff6c752a0>, <HookImpl(function=<function at remote 0x7ffff6cece50>,...(truncated), tstate=0x555555577670) at ./Include/internal/pycore_ceval.h:46
#211 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=1, kwnames=<optimized out>) at Python/ceval.c:5065
#212 0x00007ffff7d7b735 in _PyObject_FastCallDictTstate (tstate=0x555555577670, callable=<function at remote 0x7ffff7401990>, args=<optimized out>, nargsf=<optimized out>, kwargs=<optimized out>) at Objects/call.c:153
#213 0x00007ffff7d844f8 in _PyObject_Call_Prepend (tstate=0x555555577670, callable=<function at remote 0x7ffff7401990>, obj=<_HookCaller(name='pytest_runtest_protocol', _wrappers=[<HookImpl(function=<function at remote 0x7ffff6a96b90>, argnames=('item',), kwargnames=(), plugin=<module at remote 0x7ffff6aa88b0>, opts={'hookwrapper': True, 'optionalhook': False, 'tryfirst': False, 'trylast': True, 'specname': None}, plugin_name='faulthandler', hookwrapper=True, optionalhook=False, tryfirst=False, trylast=True, specname=None) at remote 0x7ffff6a92710>, <HookImpl(function=<function at remote 0x7ffff6c424d0>, argnames=('item',), kwargnames=(...), plugin=<module at remote 0x7ffff6c5a390>, opts={'hookwrapper': True, 'optionalhook': False, 'tryfirst': False, 'trylast': False, 'specname': None}, plugin_name='unittest', hookwrapper=True, optionalhook=False, tryfirst=False, trylast=False, specname=None) at remote 0x7ffff6c752a0>, <HookImpl(function=<function at remote 0x7ffff6cece50>, argnames=('item',), kwargnames=(...), plugin=<module at remote 0x7ffff77db240>, opts={'hookwrapper': True, 'optionalhook': False, 'tryfirst': True, 'trylast': ...(truncated), args=<optimized out>, kwargs={'item': <Function(keywords=<NodeKeywords at remote 0x7ffff6b18600>, own_markers=[<Mark(name='hypothesis', args=(), kwargs={}, _param_ids_from=None, _param_ids_generated=None) at remote 0x7ffff5d9bd00>], extra_keyword_matches=set(), stash=<Stash at remote 0x7ffff61d5a50>, _report_sections=[], user_properties=[], originalname='test_transform_str', _obj=<function at remote 0x7ffff616b520>, _fixtureinfo=<FuncFixtureInfo at remote 0x7ffff616f470>, fixturenames=[], funcargs={}, _request=<FixtureRequest(_pyfuncitem=<...>, fixturename=None, _scope=<Scope(_value_='function', _name_='Function', __objclass__=<EnumMeta(_generate_next_value_=<function at remote 0x7ffff75ced40>, __module__='_pytest.scope', __annotations__={'Function': '_ScopeName', 'Class': '_ScopeName', 'Module': '_ScopeName', 'Package': '_ScopeName', 'Session': '_ScopeName'}, __doc__='\n Represents one of the possible fixture scopes in pytest.\n\n Scopes are ordered from lower to higher, that is:\n\n ->>> higher ->>>\n\n Function <...(truncated)) at Objects/call.c:431
#214 0x00007ffff7e23b1e in slot_tp_call (self=<_HookCaller(name='pytest_runtest_protocol', _wrappers=[<HookImpl(function=<function at remote 0x7ffff6a96b90>, argnames=('item',), kwargnames=(), plugin=<module at remote 0x7ffff6aa88b0>, opts={'hookwrapper': True, 'optionalhook': False, 'tryfirst': False, 'trylast': True, 'specname': None}, plugin_name='faulthandler', hookwrapper=True, optionalhook=False, tryfirst=False, trylast=True, specname=None) at remote 0x7ffff6a92710>, <HookImpl(function=<function at remote 0x7ffff6c424d0>, argnames=('item',), kwargnames=(...), plugin=<module at remote 0x7ffff6c5a390>, opts={'hookwrapper': True, 'optionalhook': False, 'tryfirst': False, 'trylast': False, 'specname': None}, plugin_name='unittest', hookwrapper=True, optionalhook=False, tryfirst=False, trylast=False, specname=None) at remote 0x7ffff6c752a0>, <HookImpl(function=<function at remote 0x7ffff6cece50>, argnames=('item',), kwargnames=(...), plugin=<module at remote 0x7ffff77db240>, opts={'hookwrapper': True, 'optionalhook': False, 'tryfirst': True, 'trylast': ...(truncated), args=(), kwds={'item': <Function(keywords=<NodeKeywords at remote 0x7ffff6b18600>, own_markers=[<Mark(name='hypothesis', args=(), kwargs={}, _param_ids_from=None, _param_ids_generated=None) at remote 0x7ffff5d9bd00>], extra_keyword_matches=set(), stash=<Stash at remote 0x7ffff61d5a50>, _report_sections=[], user_properties=[], originalname='test_transform_str', _obj=<function at remote 0x7ffff616b520>, _fixtureinfo=<FuncFixtureInfo at remote 0x7ffff616f470>, fixturenames=[], funcargs={}, _request=<FixtureRequest(_pyfuncitem=<...>, fixturename=None, _scope=<Scope(_value_='function', _name_='Function', __objclass__=<EnumMeta(_generate_next_value_=<function at remote 0x7ffff75ced40>, __module__='_pytest.scope', __annotations__={'Function': '_ScopeName', 'Class': '_ScopeName', 'Module': '_ScopeName', 'Package': '_ScopeName', 'Session': '_ScopeName'}, __doc__='\n Represents one of the possible fixture scopes in pytest.\n\n Scopes are ordered from lower to higher, that is:\n\n ->>> higher ->>>\n\n Function <...(truncated)) at Objects/typeobject.c:7489
#215 0x00007ffff7d7bec3 in _PyObject_MakeTpCall (tstate=0x555555577670, callable=<_HookCaller(name='pytest_runtest_protocol', _wrappers=[<HookImpl(function=<function at remote 0x7ffff6a96b90>, argnames=('item',), kwargnames=(), plugin=<module at remote 0x7ffff6aa88b0>, opts={'hookwrapper': True, 'optionalhook': False, 'tryfirst': False, 'trylast': True, 'specname': None}, plugin_name='faulthandler', hookwrapper=True, optionalhook=False, tryfirst=False, trylast=True, specname=None) at remote 0x7ffff6a92710>, <HookImpl(function=<function at remote 0x7ffff6c424d0>, argnames=('item',), kwargnames=(...), plugin=<module at remote 0x7ffff6c5a390>, opts={'hookwrapper': True, 'optionalhook': False, 'tryfirst': False, 'trylast': False, 'specname': None}, plugin_name='unittest', hookwrapper=True, optionalhook=False, tryfirst=False, trylast=False, specname=None) at remote 0x7ffff6c752a0>, <HookImpl(function=<function at remote 0x7ffff6cece50>, argnames=('item',), kwargnames=(...), plugin=<module at remote 0x7ffff77db240>, opts={'hookwrapper': True, 'optionalhook': False, 'tryfirst': True, 'trylast': ...(truncated), args=<optimized out>, nargs=0, keywords=<optimized out>) at Objects/call.c:215
#216 0x00007ffff7d7b161 in _PyObject_VectorcallTstate (kwnames=<optimized out>, nargsf=<optimized out>, args=<optimized out>, callable=<_HookCaller(name='pytest_runtest_protocol', _wrappers=[<HookImpl(function=<function at remote 0x7ffff6a96b90>, argnames=('item',), kwargnames=(), plugin=<module at remote 0x7ffff6aa88b0>, opts={'hookwrapper': True, 'optionalhook': False, 'tryfirst': False, 'trylast': True, 'specname': None}, plugin_name='faulthandler', hookwrapper=True, optionalhook=False, tryfirst=False, trylast=True, specname=None) at remote 0x7ffff6a92710>, <HookImpl(function=<function at remote 0x7ffff6c424d0>, argnames=('item',), kwargnames=(...), plugin=<module at remote 0x7ffff6c5a390>, opts={'hookwrapper': True, 'optionalhook': False, 'tryfirst': False, 'trylast': False, 'specname': None}, plugin_name='unittest', hookwrapper=True, optionalhook=False, tryfirst=False, trylast=False, specname=None) at remote 0x7ffff6c752a0>, <HookImpl(function=<function at remote 0x7ffff6cece50>, argnames=('item',), kwargnames=(...), plugin=<module at remote 0x7ffff77db240>, opts={'hookwrapper': True, 'optionalhook': False, 'tryfirst': True, 'trylast': ...(truncated), tstate=0x555555577670) at ./Include/cpython/abstract.h:112
#217 _PyObject_VectorcallTstate (kwnames=<optimized out>, nargsf=<optimized out>, args=<optimized out>, callable=<_HookCaller(name='pytest_runtest_protocol', _wrappers=[<HookImpl(function=<function at remote 0x7ffff6a96b90>, argnames=('item',), kwargnames=(), plugin=<module at remote 0x7ffff6aa88b0>, opts={'hookwrapper': True, 'optionalhook': False, 'tryfirst': False, 'trylast': True, 'specname': None}, plugin_name='faulthandler', hookwrapper=True, optionalhook=False, tryfirst=False, trylast=True, specname=None) at remote 0x7ffff6a92710>, <HookImpl(function=<function at remote 0x7ffff6c424d0>, argnames=('item',), kwargnames=(...), plugin=<module at remote 0x7ffff6c5a390>, opts={'hookwrapper': True, 'optionalhook': False, 'tryfirst': False, 'trylast': False, 'specname': None}, plugin_name='unittest', hookwrapper=True, optionalhook=False, tryfirst=False, trylast=False, specname=None) at remote 0x7ffff6c752a0>, <HookImpl(function=<function at remote 0x7ffff6cece50>, argnames=('item',), kwargnames=(...), plugin=<module at remote 0x7ffff77db240>, opts={'hookwrapper': True, 'optionalhook': False, 'tryfirst': True, 'trylast': ...(truncated), tstate=0x555555577670) at ./Include/cpython/abstract.h:99
#218 PyObject_Vectorcall (kwnames=<optimized out>, nargsf=<optimized out>, args=<optimized out>, callable=<_HookCaller(name='pytest_runtest_protocol', _wrappers=[<HookImpl(function=<function at remote 0x7ffff6a96b90>, argnames=('item',), kwargnames=(), plugin=<module at remote 0x7ffff6aa88b0>, opts={'hookwrapper': True, 'optionalhook': False, 'tryfirst': False, 'trylast': True, 'specname': None}, plugin_name='faulthandler', hookwrapper=True, optionalhook=False, tryfirst=False, trylast=True, specname=None) at remote 0x7ffff6a92710>, <HookImpl(function=<function at remote 0x7ffff6c424d0>, argnames=('item',), kwargnames=(...), plugin=<module at remote 0x7ffff6c5a390>, opts={'hookwrapper': True, 'optionalhook': False, 'tryfirst': False, 'trylast': False, 'specname': None}, plugin_name='unittest', hookwrapper=True, optionalhook=False, tryfirst=False, trylast=False, specname=None) at remote 0x7ffff6c752a0>, <HookImpl(function=<function at remote 0x7ffff6cece50>, argnames=('item',), kwargnames=(...), plugin=<module at remote 0x7ffff77db240>, opts={'hookwrapper': True, 'optionalhook': False, 'tryfirst': True, 'trylast': ...(truncated)) at ./Include/cpython/abstract.h:123
#219 call_function (tstate=<optimized out>, trace_info=<optimized out>, pp_stack=0x7fffffffb010, oparg=<optimized out>, kwnames=<optimized out>) at Python/ceval.c:5867
#220 0x00007ffff7d752b9 in _PyEval_EvalFrameDefault (tstate=<optimized out>, f=<optimized out>, throwflag=<optimized out>) at Python/ceval.c:4231
#221 0x00007ffff7d73183 in _PyEval_EvalFrame (throwflag=0, f=Frame 0x55555586ec80, for file /home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/_pytest/main.py, line 347, in pytest_runtestloop (session=<Session(keywords=<NodeKeywords at remote 0x7ffff6ac0200>, own_markers=[], extra_keyword_matches=set(), stash=<Stash at remote 0x7ffff6b0c550>, testsfailed=0, testscollected=171, shouldstop=False, shouldfail=False, trace=<TagTracerSub(root=<TagTracer(_tags2proc={}, _writer=None, indent=0) at remote 0x7ffff773f6d0>, tags=('collection',)) at remote 0x7ffff6a92770>, _initialpaths=frozenset({<PosixPath at remote 0x7ffff6b46440>}), _bestrelpathcache=<_bestrelpath_cache at remote 0x7ffff6b02ca0>, exitstatus=<ExitCode(_value_=0, _name_='OK', __objclass__=<EnumMeta(_generate_next_value_=<function at remote 0x7ffff75ced40>, __module__='_pytest.config', __doc__='Encodes the valid exit codes by pytest.\n\n Currently users and plugins may supply other exit codes as well.\n\n .. versionadded:: 5.0\n ', _member_names_=['OK', 'TESTS_FAILED', 'INT...(truncated), tstate=0x555555577670) at ./Include/internal/pycore_ceval.h:46
#222 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=1, kwnames=<optimized out>) at Python/ceval.c:5065
#223 0x00007ffff7d76d5a in _PyEval_EvalFrameDefault (tstate=<optimized out>, f=<optimized out>, throwflag=<optimized out>) at Python/ceval.c:4277
#224 0x00007ffff7d73183 in _PyEval_EvalFrame (throwflag=0, f=Frame 0x555555a6f950, for file /home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/pluggy/_callers.py, line 39, in _multicall (hook_name='pytest_runtestloop', hook_impls=[<HookImpl(function=<function at remote 0x7ffff6cdd7e0>, argnames=('session',), kwargnames=(), plugin=<module at remote 0x7ffff6e2bec0>, opts={'tryfirst': False, 'trylast': False, 'optionalhook': False, 'hookwrapper': False, 'specname': None}, plugin_name='main', tryfirst=False, trylast=False, optionalhook=False, hookwrapper=False, specname=None) at remote 0x7ffff6c745e0>, <HookImpl(function=<method at remote 0x7ffff6b4ef40>, argnames=('session',), kwargnames=(...), plugin=<LoggingPlugin(_config=<Config(option=<Namespace(keyword='', markexpr='', maxfail=0, continue_on_collection_errors=False, confcutdir=None, noconftest=False, keepduplicates=False, collect_in_virtualenv=False, importmode='prepend', basetemp=None, durations=None, durations_min=<float at remote 0x7ffff70a9b50>, version=0, plugins=[], traceconfig=F...(truncated), tstate=0x555555577670) at ./Include/internal/pycore_ceval.h:46
#225 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=4, kwnames=<optimized out>) at Python/ceval.c:5065
#226 0x00007ffff7d787e1 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x7ffff5da9b38, callable=<function at remote 0x7ffff7400700>, tstate=0x555555577670) at ./Include/cpython/abstract.h:114
#227 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x7ffff5da9b38, callable=<function at remote 0x7ffff7400700>) at ./Include/cpython/abstract.h:123
#228 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7fffffffb4b0, tstate=<optimized out>) at Python/ceval.c:5867
#229 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=<optimized out>, throwflag=<optimized out>) at Python/ceval.c:4181
#230 0x00007ffff7d73183 in _PyEval_EvalFrame (throwflag=0, f=Frame 0x7ffff5da99a0, for file /home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/pluggy/_manager.py, line 80, in _hookexec (self=<PytestPluginManager(project_name='pytest', _name2plugin={'140737344960448': <...>, 'pytestconfig': <Config(option=<Namespace(keyword='', markexpr='', maxfail=0, continue_on_collection_errors=False, confcutdir=None, noconftest=False, keepduplicates=False, collect_in_virtualenv=False, importmode='prepend', basetemp=None, durations=None, durations_min=<float at remote 0x7ffff70a9b50>, version=0, plugins=[], traceconfig=False, showfixtures=False, show_fixtures_per_test=False, verbose=2, no_header=False, no_summary=False, reportchars='fE', disable_warnings=False, showlocals=False, tbstyle='auto', showcapture='all', fulltrace=False, color='auto', code_highlight='yes', capture='fd', runxfail=False, pastebin=None, assertmode='rewrite', xmlpath=None, junitprefix=None, doctestmodules=False, doctestreport='udiff', doctestglob=[], doctest_ignore_import_errors=F...(truncated), tstate=0x555555577670) at ./Include/internal/pycore_ceval.h:46
#231 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=5, kwnames=<optimized out>) at Python/ceval.c:5065
#232 0x00007ffff7d85c04 in _PyFunction_Vectorcall (kwnames=<optimized out>, nargsf=5, stack=0x7ffff5d15678, func=<function at remote 0x7ffff707e440>) at Objects/call.c:342
#233 _PyObject_VectorcallTstate (kwnames=<optimized out>, nargsf=5, args=0x7ffff5d15678, callable=<function at remote 0x7ffff707e440>, tstate=0x555555577670) at ./Include/cpython/abstract.h:114
#234 method_vectorcall (method=<optimized out>, args=0x7ffff5d15680, nargsf=<optimized out>, kwnames=<optimized out>) at Objects/classobject.c:53
#235 0x00007ffff7d787e1 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x7ffff5d15680, callable=<method at remote 0x7ffff6c61840>, tstate=0x555555577670) at ./Include/cpython/abstract.h:114
#236 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x7ffff5d15680, callable=<method at remote 0x7ffff6c61840>) at ./Include/cpython/abstract.h:123
#237 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7fffffffb790, tstate=<optimized out>) at Python/ceval.c:5867
#238 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=<optimized out>, throwflag=<optimized out>) at Python/ceval.c:4181
#239 0x00007ffff7d73183 in _PyEval_EvalFrame (throwflag=0, f=Frame 0x7ffff5d154e0, for file /home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/pluggy/_hooks.py, line 265, in __call__ (self=<_HookCaller(name='pytest_runtestloop', _wrappers=[<HookImpl(function=<method at remote 0x7ffff6b4ef40>, argnames=('session',), kwargnames=(), plugin=<LoggingPlugin(_config=<Config(option=<Namespace(keyword='', markexpr='', maxfail=0, continue_on_collection_errors=False, confcutdir=None, noconftest=False, keepduplicates=False, collect_in_virtualenv=False, importmode='prepend', basetemp=None, durations=None, durations_min=<float at remote 0x7ffff70a9b50>, version=0, plugins=[], traceconfig=False, showfixtures=False, show_fixtures_per_test=False, verbose=2, no_header=False, no_summary=False, reportchars='fE', disable_warnings=False, showlocals=False, tbstyle='auto', showcapture='all', fulltrace=False, color='auto', code_highlight='yes', capture='fd', runxfail=False, pastebin=None, assertmode='rewrite', xmlpath=None, junitprefix=None, doctestmodules=False...(truncated), tstate=0x555555577670) at ./Include/internal/pycore_ceval.h:46
#240 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=1, kwnames=<optimized out>) at Python/ceval.c:5065
#241 0x00007ffff7d7b735 in _PyObject_FastCallDictTstate (tstate=0x555555577670, callable=<function at remote 0x7ffff7401990>, args=<optimized out>, nargsf=<optimized out>, kwargs=<optimized out>) at Objects/call.c:153
#242 0x00007ffff7d844f8 in _PyObject_Call_Prepend (tstate=0x555555577670, callable=<function at remote 0x7ffff7401990>, obj=<_HookCaller(name='pytest_runtestloop', _wrappers=[<HookImpl(function=<method at remote 0x7ffff6b4ef40>, argnames=('session',), kwargnames=(), plugin=<LoggingPlugin(_config=<Config(option=<Namespace(keyword='', markexpr='', maxfail=0, continue_on_collection_errors=False, confcutdir=None, noconftest=False, keepduplicates=False, collect_in_virtualenv=False, importmode='prepend', basetemp=None, durations=None, durations_min=<float at remote 0x7ffff70a9b50>, version=0, plugins=[], traceconfig=False, showfixtures=False, show_fixtures_per_test=False, verbose=2, no_header=False, no_summary=False, reportchars='fE', disable_warnings=False, showlocals=False, tbstyle='auto', showcapture='all', fulltrace=False, color='auto', code_highlight='yes', capture='fd', runxfail=False, pastebin=None, assertmode='rewrite', xmlpath=None, junitprefix=None, doctestmodules=False, doctestreport='udiff', doctestglob=[], doctest_ignore_import_errors=False, doctest_continue_on_failure=False, last_failed_no_failures='all', stepwise=False, s...(truncated), args=<optimized out>, kwargs={'session': <Session(keywords=<NodeKeywords at remote 0x7ffff6ac0200>, own_markers=[], extra_keyword_matches=set(), stash=<Stash at remote 0x7ffff6b0c550>, testsfailed=0, testscollected=171, shouldstop=False, shouldfail=False, trace=<TagTracerSub(root=<TagTracer(_tags2proc={}, _writer=None, indent=0) at remote 0x7ffff773f6d0>, tags=('collection',)) at remote 0x7ffff6a92770>, _initialpaths=frozenset({<PosixPath at remote 0x7ffff6b46440>}), _bestrelpathcache=<_bestrelpath_cache at remote 0x7ffff6b02ca0>, exitstatus=<ExitCode(_value_=0, _name_='OK', __objclass__=<EnumMeta(_generate_next_value_=<function at remote 0x7ffff75ced40>, __module__='_pytest.config', __doc__='Encodes the valid exit codes by pytest.\n\n Currently users and plugins may supply other exit codes as well.\n\n .. versionadded:: 5.0\n ', _member_names_=['OK', 'TESTS_FAILED', 'INTERRUPTED', 'INTERNAL_ERROR', 'USAGE_ERROR', 'NO_TESTS_COLLECTED'], _member_map_={'OK': <...>, 'TESTS_FAILED': <ExitCode(_value_=1, _name_='TESTS_FAILED', __objc...(truncated)) at Objects/call.c:431
#243 0x00007ffff7e23b1e in slot_tp_call (self=<_HookCaller(name='pytest_runtestloop', _wrappers=[<HookImpl(function=<method at remote 0x7ffff6b4ef40>, argnames=('session',), kwargnames=(), plugin=<LoggingPlugin(_config=<Config(option=<Namespace(keyword='', markexpr='', maxfail=0, continue_on_collection_errors=False, confcutdir=None, noconftest=False, keepduplicates=False, collect_in_virtualenv=False, importmode='prepend', basetemp=None, durations=None, durations_min=<float at remote 0x7ffff70a9b50>, version=0, plugins=[], traceconfig=False, showfixtures=False, show_fixtures_per_test=False, verbose=2, no_header=False, no_summary=False, reportchars='fE', disable_warnings=False, showlocals=False, tbstyle='auto', showcapture='all', fulltrace=False, color='auto', code_highlight='yes', capture='fd', runxfail=False, pastebin=None, assertmode='rewrite', xmlpath=None, junitprefix=None, doctestmodules=False, doctestreport='udiff', doctestglob=[], doctest_ignore_import_errors=False, doctest_continue_on_failure=False, last_failed_no_failures='all', stepwise=False, s...(truncated), args=(), kwds={'session': <Session(keywords=<NodeKeywords at remote 0x7ffff6ac0200>, own_markers=[], extra_keyword_matches=set(), stash=<Stash at remote 0x7ffff6b0c550>, testsfailed=0, testscollected=171, shouldstop=False, shouldfail=False, trace=<TagTracerSub(root=<TagTracer(_tags2proc={}, _writer=None, indent=0) at remote 0x7ffff773f6d0>, tags=('collection',)) at remote 0x7ffff6a92770>, _initialpaths=frozenset({<PosixPath at remote 0x7ffff6b46440>}), _bestrelpathcache=<_bestrelpath_cache at remote 0x7ffff6b02ca0>, exitstatus=<ExitCode(_value_=0, _name_='OK', __objclass__=<EnumMeta(_generate_next_value_=<function at remote 0x7ffff75ced40>, __module__='_pytest.config', __doc__='Encodes the valid exit codes by pytest.\n\n Currently users and plugins may supply other exit codes as well.\n\n .. versionadded:: 5.0\n ', _member_names_=['OK', 'TESTS_FAILED', 'INTERRUPTED', 'INTERNAL_ERROR', 'USAGE_ERROR', 'NO_TESTS_COLLECTED'], _member_map_={'OK': <...>, 'TESTS_FAILED': <ExitCode(_value_=1, _name_='TESTS_FAILED', __objc...(truncated)) at Objects/typeobject.c:7489
#244 0x00007ffff7d7bec3 in _PyObject_MakeTpCall (tstate=0x555555577670, callable=<_HookCaller(name='pytest_runtestloop', _wrappers=[<HookImpl(function=<method at remote 0x7ffff6b4ef40>, argnames=('session',), kwargnames=(), plugin=<LoggingPlugin(_config=<Config(option=<Namespace(keyword='', markexpr='', maxfail=0, continue_on_collection_errors=False, confcutdir=None, noconftest=False, keepduplicates=False, collect_in_virtualenv=False, importmode='prepend', basetemp=None, durations=None, durations_min=<float at remote 0x7ffff70a9b50>, version=0, plugins=[], traceconfig=False, showfixtures=False, show_fixtures_per_test=False, verbose=2, no_header=False, no_summary=False, reportchars='fE', disable_warnings=False, showlocals=False, tbstyle='auto', showcapture='all', fulltrace=False, color='auto', code_highlight='yes', capture='fd', runxfail=False, pastebin=None, assertmode='rewrite', xmlpath=None, junitprefix=None, doctestmodules=False, doctestreport='udiff', doctestglob=[], doctest_ignore_import_errors=False, doctest_continue_on_failure=False, last_failed_no_failures='all', stepwise=False, s...(truncated), args=<optimized out>, nargs=0, keywords=<optimized out>) at Objects/call.c:215
#245 0x00007ffff7d7b161 in _PyObject_VectorcallTstate (kwnames=<optimized out>, nargsf=<optimized out>, args=<optimized out>, callable=<_HookCaller(name='pytest_runtestloop', _wrappers=[<HookImpl(function=<method at remote 0x7ffff6b4ef40>, argnames=('session',), kwargnames=(), plugin=<LoggingPlugin(_config=<Config(option=<Namespace(keyword='', markexpr='', maxfail=0, continue_on_collection_errors=False, confcutdir=None, noconftest=False, keepduplicates=False, collect_in_virtualenv=False, importmode='prepend', basetemp=None, durations=None, durations_min=<float at remote 0x7ffff70a9b50>, version=0, plugins=[], traceconfig=False, showfixtures=False, show_fixtures_per_test=False, verbose=2, no_header=False, no_summary=False, reportchars='fE', disable_warnings=False, showlocals=False, tbstyle='auto', showcapture='all', fulltrace=False, color='auto', code_highlight='yes', capture='fd', runxfail=False, pastebin=None, assertmode='rewrite', xmlpath=None, junitprefix=None, doctestmodules=False, doctestreport='udiff', doctestglob=[], doctest_ignore_import_errors=False, doctest_continue_on_failure=False, last_failed_no_failures='all', stepwise=False, s...(truncated), tstate=0x555555577670) at ./Include/cpython/abstract.h:112
#246 _PyObject_VectorcallTstate (kwnames=<optimized out>, nargsf=<optimized out>, args=<optimized out>, callable=<_HookCaller(name='pytest_runtestloop', _wrappers=[<HookImpl(function=<method at remote 0x7ffff6b4ef40>, argnames=('session',), kwargnames=(), plugin=<LoggingPlugin(_config=<Config(option=<Namespace(keyword='', markexpr='', maxfail=0, continue_on_collection_errors=False, confcutdir=None, noconftest=False, keepduplicates=False, collect_in_virtualenv=False, importmode='prepend', basetemp=None, durations=None, durations_min=<float at remote 0x7ffff70a9b50>, version=0, plugins=[], traceconfig=False, showfixtures=False, show_fixtures_per_test=False, verbose=2, no_header=False, no_summary=False, reportchars='fE', disable_warnings=False, showlocals=False, tbstyle='auto', showcapture='all', fulltrace=False, color='auto', code_highlight='yes', capture='fd', runxfail=False, pastebin=None, assertmode='rewrite', xmlpath=None, junitprefix=None, doctestmodules=False, doctestreport='udiff', doctestglob=[], doctest_ignore_import_errors=False, doctest_continue_on_failure=False, last_failed_no_failures='all', stepwise=False, s...(truncated), tstate=0x555555577670) at ./Include/cpython/abstract.h:99
#247 PyObject_Vectorcall (kwnames=<optimized out>, nargsf=<optimized out>, args=<optimized out>, callable=<_HookCaller(name='pytest_runtestloop', _wrappers=[<HookImpl(function=<method at remote 0x7ffff6b4ef40>, argnames=('session',), kwargnames=(), plugin=<LoggingPlugin(_config=<Config(option=<Namespace(keyword='', markexpr='', maxfail=0, continue_on_collection_errors=False, confcutdir=None, noconftest=False, keepduplicates=False, collect_in_virtualenv=False, importmode='prepend', basetemp=None, durations=None, durations_min=<float at remote 0x7ffff70a9b50>, version=0, plugins=[], traceconfig=False, showfixtures=False, show_fixtures_per_test=False, verbose=2, no_header=False, no_summary=False, reportchars='fE', disable_warnings=False, showlocals=False, tbstyle='auto', showcapture='all', fulltrace=False, color='auto', code_highlight='yes', capture='fd', runxfail=False, pastebin=None, assertmode='rewrite', xmlpath=None, junitprefix=None, doctestmodules=False, doctestreport='udiff', doctestglob=[], doctest_ignore_import_errors=False, doctest_continue_on_failure=False, last_failed_no_failures='all', stepwise=False, s...(truncated)) at ./Include/cpython/abstract.h:123
#248 call_function (tstate=<optimized out>, trace_info=<optimized out>, pp_stack=0x7fffffffbb70, oparg=<optimized out>, kwnames=<optimized out>) at Python/ceval.c:5867
#249 0x00007ffff7d752b9 in _PyEval_EvalFrameDefault (tstate=<optimized out>, f=<optimized out>, throwflag=<optimized out>) at Python/ceval.c:4231
#250 0x00007ffff7d73183 in _PyEval_EvalFrame (throwflag=0, f=Frame 0x7ffff6b289a0, for file /home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/_pytest/main.py, line 322, in _main (config=<Config(option=<Namespace(keyword='', markexpr='', maxfail=0, continue_on_collection_errors=False, confcutdir=None, noconftest=False, keepduplicates=False, collect_in_virtualenv=False, importmode='prepend', basetemp=None, durations=None, durations_min=<float at remote 0x7ffff70a9b50>, version=0, plugins=[], traceconfig=False, showfixtures=False, show_fixtures_per_test=False, verbose=2, no_header=False, no_summary=False, reportchars='fE', disable_warnings=False, showlocals=False, tbstyle='auto', showcapture='all', fulltrace=False, color='auto', code_highlight='yes', capture='fd', runxfail=False, pastebin=None, assertmode='rewrite', xmlpath=None, junitprefix=None, doctestmodules=False, doctestreport='udiff', doctestglob=[], doctest_ignore_import_errors=False, doctest_continue_on_failure=False, last_failed_no_failures='all', stepwise=False, stepwise_skip=Fa...(truncated), tstate=0x555555577670) at ./Include/internal/pycore_ceval.h:46
#251 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=2, kwnames=<optimized out>) at Python/ceval.c:5065
#252 0x00007ffff7d742a8 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=<optimized out>, callable=<function at remote 0x7ffff6cdd6c0>, tstate=0x555555577670) at ./Include/cpython/abstract.h:114
#253 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=<optimized out>, callable=<function at remote 0x7ffff6cdd6c0>) at ./Include/cpython/abstract.h:123
#254 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7fffffffbdd0, tstate=<optimized out>) at Python/ceval.c:5867
#255 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=<optimized out>, throwflag=<optimized out>) at Python/ceval.c:4213
#256 0x00007ffff7d73183 in _PyEval_EvalFrame (throwflag=0, f=Frame 0x555555892b50, for file /home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/_pytest/main.py, line 268, in wrap_session (config=<Config(option=<Namespace(keyword='', markexpr='', maxfail=0, continue_on_collection_errors=False, confcutdir=None, noconftest=False, keepduplicates=False, collect_in_virtualenv=False, importmode='prepend', basetemp=None, durations=None, durations_min=<float at remote 0x7ffff70a9b50>, version=0, plugins=[], traceconfig=False, showfixtures=False, show_fixtures_per_test=False, verbose=2, no_header=False, no_summary=False, reportchars='fE', disable_warnings=False, showlocals=False, tbstyle='auto', showcapture='all', fulltrace=False, color='auto', code_highlight='yes', capture='fd', runxfail=False, pastebin=None, assertmode='rewrite', xmlpath=None, junitprefix=None, doctestmodules=False, doctestreport='udiff', doctestglob=[], doctest_ignore_import_errors=False, doctest_continue_on_failure=False, last_failed_no_failures='all', stepwise=False, stepwise_...(truncated), tstate=0x555555577670) at ./Include/internal/pycore_ceval.h:46
#257 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=2, kwnames=<optimized out>) at Python/ceval.c:5065
#258 0x00007ffff7d742a8 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=<optimized out>, callable=<function at remote 0x7ffff6cdd5a0>, tstate=0x555555577670) at ./Include/cpython/abstract.h:114
#259 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=<optimized out>, callable=<function at remote 0x7ffff6cdd5a0>) at ./Include/cpython/abstract.h:123
#260 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7fffffffc010, tstate=<optimized out>) at Python/ceval.c:5867
#261 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=<optimized out>, throwflag=<optimized out>) at Python/ceval.c:4213
#262 0x00007ffff7d73183 in _PyEval_EvalFrame (throwflag=0, f=Frame 0x7ffff6afdd80, for file /home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/_pytest/main.py, line 315, in pytest_cmdline_main (config=<Config(option=<Namespace(keyword='', markexpr='', maxfail=0, continue_on_collection_errors=False, confcutdir=None, noconftest=False, keepduplicates=False, collect_in_virtualenv=False, importmode='prepend', basetemp=None, durations=None, durations_min=<float at remote 0x7ffff70a9b50>, version=0, plugins=[], traceconfig=False, showfixtures=False, show_fixtures_per_test=False, verbose=2, no_header=False, no_summary=False, reportchars='fE', disable_warnings=False, showlocals=False, tbstyle='auto', showcapture='all', fulltrace=False, color='auto', code_highlight='yes', capture='fd', runxfail=False, pastebin=None, assertmode='rewrite', xmlpath=None, junitprefix=None, doctestmodules=False, doctestreport='udiff', doctestglob=[], doctest_ignore_import_errors=False, doctest_continue_on_failure=False, last_failed_no_failures='all', stepwise=False, st...(truncated), tstate=0x555555577670) at ./Include/internal/pycore_ceval.h:46
#263 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=1, kwnames=<optimized out>) at Python/ceval.c:5065
#264 0x00007ffff7d76d5a in _PyEval_EvalFrameDefault (tstate=<optimized out>, f=<optimized out>, throwflag=<optimized out>) at Python/ceval.c:4277
#265 0x00007ffff7d73183 in _PyEval_EvalFrame (throwflag=0, f=Frame 0x55555587d5e0, for file /home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/pluggy/_callers.py, line 39, in _multicall (hook_name='pytest_cmdline_main', hook_impls=[<HookImpl(function=<function at remote 0x7ffff6cdd630>, argnames=('config',), kwargnames=(), plugin=<module at remote 0x7ffff6e2bec0>, opts={'tryfirst': False, 'trylast': False, 'optionalhook': False, 'hookwrapper': False, 'specname': None}, plugin_name='main', tryfirst=False, trylast=False, optionalhook=False, hookwrapper=False, specname=None) at remote 0x7ffff6c740a0>, <HookImpl(function=<function at remote 0x7ffff6c41480>, argnames=('config',), kwargnames=(...), plugin=<module at remote 0x7ffff6c59a80>, opts={'tryfirst': False, 'trylast': False, 'optionalhook': False, 'hookwrapper': False, 'specname': None}, plugin_name='helpconfig', tryfirst=False, trylast=False, optionalhook=False, hookwrapper=False, specname=None) at remote 0x7ffff6c74a30>, <HookImpl(function=<function at remote 0x7ffff6ceed40>, argnames...(truncated), tstate=0x555555577670) at ./Include/internal/pycore_ceval.h:46
#266 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=4, kwnames=<optimized out>) at Python/ceval.c:5065
#267 0x00007ffff7d787e1 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x55555588c938, callable=<function at remote 0x7ffff7400700>, tstate=0x555555577670) at ./Include/cpython/abstract.h:114
#268 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x55555588c938, callable=<function at remote 0x7ffff7400700>) at ./Include/cpython/abstract.h:123
#269 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7fffffffc490, tstate=<optimized out>) at Python/ceval.c:5867
#270 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=<optimized out>, throwflag=<optimized out>) at Python/ceval.c:4181
#271 0x00007ffff7d73183 in _PyEval_EvalFrame (throwflag=0, f=Frame 0x55555588c7a0, for file /home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/pluggy/_manager.py, line 80, in _hookexec (self=<PytestPluginManager(project_name='pytest', _name2plugin={'140737344960448': <...>, 'pytestconfig': <Config(option=<Namespace(keyword='', markexpr='', maxfail=0, continue_on_collection_errors=False, confcutdir=None, noconftest=False, keepduplicates=False, collect_in_virtualenv=False, importmode='prepend', basetemp=None, durations=None, durations_min=<float at remote 0x7ffff70a9b50>, version=0, plugins=[], traceconfig=False, showfixtures=False, show_fixtures_per_test=False, verbose=2, no_header=False, no_summary=False, reportchars='fE', disable_warnings=False, showlocals=False, tbstyle='auto', showcapture='all', fulltrace=False, color='auto', code_highlight='yes', capture='fd', runxfail=False, pastebin=None, assertmode='rewrite', xmlpath=None, junitprefix=None, doctestmodules=False, doctestreport='udiff', doctestglob=[], doctest_ignore_import_errors=F...(truncated), tstate=0x555555577670) at ./Include/internal/pycore_ceval.h:46
#272 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=5, kwnames=<optimized out>) at Python/ceval.c:5065
#273 0x00007ffff7d85c04 in _PyFunction_Vectorcall (kwnames=<optimized out>, nargsf=5, stack=0x7ffff6ab6938, func=<function at remote 0x7ffff707e440>) at Objects/call.c:342
#274 _PyObject_VectorcallTstate (kwnames=<optimized out>, nargsf=5, args=0x7ffff6ab6938, callable=<function at remote 0x7ffff707e440>, tstate=0x555555577670) at ./Include/cpython/abstract.h:114
#275 method_vectorcall (method=<optimized out>, args=0x7ffff6ab6940, nargsf=<optimized out>, kwnames=<optimized out>) at Objects/classobject.c:53
#276 0x00007ffff7d787e1 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x7ffff6ab6940, callable=<method at remote 0x7ffff6c4c740>, tstate=0x555555577670) at ./Include/cpython/abstract.h:114
#277 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x7ffff6ab6940, callable=<method at remote 0x7ffff6c4c740>) at ./Include/cpython/abstract.h:123
#278 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7fffffffc770, tstate=<optimized out>) at Python/ceval.c:5867
#279 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=<optimized out>, throwflag=<optimized out>) at Python/ceval.c:4181
#280 0x00007ffff7d73183 in _PyEval_EvalFrame (throwflag=0, f=Frame 0x7ffff6ab67a0, for file /home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/pluggy/_hooks.py, line 265, in __call__ (self=<_HookCaller(name='pytest_cmdline_main', _wrappers=[], _nonwrappers=[<HookImpl(function=<function at remote 0x7ffff6cdd630>, argnames=('config',), kwargnames=(), plugin=<module at remote 0x7ffff6e2bec0>, opts={'tryfirst': False, 'trylast': False, 'optionalhook': False, 'hookwrapper': False, 'specname': None}, plugin_name='main', tryfirst=False, trylast=False, optionalhook=False, hookwrapper=False, specname=None) at remote 0x7ffff6c740a0>, <HookImpl(function=<function at remote 0x7ffff6c41480>, argnames=('config',), kwargnames=(...), plugin=<module at remote 0x7ffff6c59a80>, opts={'tryfirst': False, 'trylast': False, 'optionalhook': False, 'hookwrapper': False, 'specname': None}, plugin_name='helpconfig', tryfirst=False, trylast=False, optionalhook=False, hookwrapper=False, specname=None) at remote 0x7ffff6c74a30>, <HookImpl(function=<function at remote...(truncated), tstate=0x555555577670) at ./Include/internal/pycore_ceval.h:46
#281 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=1, kwnames=<optimized out>) at Python/ceval.c:5065
#282 0x00007ffff7d7b735 in _PyObject_FastCallDictTstate (tstate=0x555555577670, callable=<function at remote 0x7ffff7401990>, args=<optimized out>, nargsf=<optimized out>, kwargs=<optimized out>) at Objects/call.c:153
#283 0x00007ffff7d844f8 in _PyObject_Call_Prepend (tstate=0x555555577670, callable=<function at remote 0x7ffff7401990>, obj=<_HookCaller(name='pytest_cmdline_main', _wrappers=[], _nonwrappers=[<HookImpl(function=<function at remote 0x7ffff6cdd630>, argnames=('config',), kwargnames=(), plugin=<module at remote 0x7ffff6e2bec0>, opts={'tryfirst': False, 'trylast': False, 'optionalhook': False, 'hookwrapper': False, 'specname': None}, plugin_name='main', tryfirst=False, trylast=False, optionalhook=False, hookwrapper=False, specname=None) at remote 0x7ffff6c740a0>, <HookImpl(function=<function at remote 0x7ffff6c41480>, argnames=('config',), kwargnames=(...), plugin=<module at remote 0x7ffff6c59a80>, opts={'tryfirst': False, 'trylast': False, 'optionalhook': False, 'hookwrapper': False, 'specname': None}, plugin_name='helpconfig', tryfirst=False, trylast=False, optionalhook=False, hookwrapper=False, specname=None) at remote 0x7ffff6c74a30>, <HookImpl(function=<function at remote 0x7ffff6ceed40>, argnames=('config',), kwargnames=(...), plugin=<module at remote 0x7ffff6d09120>, opts={'tryfirst': False, 'trylast': False, 'optionalhook': F...(truncated), args=<optimized out>, kwargs={'config': <Config(option=<Namespace(keyword='', markexpr='', maxfail=0, continue_on_collection_errors=False, confcutdir=None, noconftest=False, keepduplicates=False, collect_in_virtualenv=False, importmode='prepend', basetemp=None, durations=None, durations_min=<float at remote 0x7ffff70a9b50>, version=0, plugins=[], traceconfig=False, showfixtures=False, show_fixtures_per_test=False, verbose=2, no_header=False, no_summary=False, reportchars='fE', disable_warnings=False, showlocals=False, tbstyle='auto', showcapture='all', fulltrace=False, color='auto', code_highlight='yes', capture='fd', runxfail=False, pastebin=None, assertmode='rewrite', xmlpath=None, junitprefix=None, doctestmodules=False, doctestreport='udiff', doctestglob=[], doctest_ignore_import_errors=False, doctest_continue_on_failure=False, last_failed_no_failures='all', stepwise=False, stepwise_skip=False, hypothesis_show_statistics=False, hypothesis_explain=False, markers=False, usepdb=False, usepdb_cls=None, trace=False, lf=False, failedfirst=F...(truncated)) at Objects/call.c:431
#284 0x00007ffff7e23b1e in slot_tp_call (self=<_HookCaller(name='pytest_cmdline_main', _wrappers=[], _nonwrappers=[<HookImpl(function=<function at remote 0x7ffff6cdd630>, argnames=('config',), kwargnames=(), plugin=<module at remote 0x7ffff6e2bec0>, opts={'tryfirst': False, 'trylast': False, 'optionalhook': False, 'hookwrapper': False, 'specname': None}, plugin_name='main', tryfirst=False, trylast=False, optionalhook=False, hookwrapper=False, specname=None) at remote 0x7ffff6c740a0>, <HookImpl(function=<function at remote 0x7ffff6c41480>, argnames=('config',), kwargnames=(...), plugin=<module at remote 0x7ffff6c59a80>, opts={'tryfirst': False, 'trylast': False, 'optionalhook': False, 'hookwrapper': False, 'specname': None}, plugin_name='helpconfig', tryfirst=False, trylast=False, optionalhook=False, hookwrapper=False, specname=None) at remote 0x7ffff6c74a30>, <HookImpl(function=<function at remote 0x7ffff6ceed40>, argnames=('config',), kwargnames=(...), plugin=<module at remote 0x7ffff6d09120>, opts={'tryfirst': False, 'trylast': False, 'optionalhook': F...(truncated), args=(), kwds={'config': <Config(option=<Namespace(keyword='', markexpr='', maxfail=0, continue_on_collection_errors=False, confcutdir=None, noconftest=False, keepduplicates=False, collect_in_virtualenv=False, importmode='prepend', basetemp=None, durations=None, durations_min=<float at remote 0x7ffff70a9b50>, version=0, plugins=[], traceconfig=False, showfixtures=False, show_fixtures_per_test=False, verbose=2, no_header=False, no_summary=False, reportchars='fE', disable_warnings=False, showlocals=False, tbstyle='auto', showcapture='all', fulltrace=False, color='auto', code_highlight='yes', capture='fd', runxfail=False, pastebin=None, assertmode='rewrite', xmlpath=None, junitprefix=None, doctestmodules=False, doctestreport='udiff', doctestglob=[], doctest_ignore_import_errors=False, doctest_continue_on_failure=False, last_failed_no_failures='all', stepwise=False, stepwise_skip=False, hypothesis_show_statistics=False, hypothesis_explain=False, markers=False, usepdb=False, usepdb_cls=None, trace=False, lf=False, failedfirst=F...(truncated)) at Objects/typeobject.c:7489
#285 0x00007ffff7d7bec3 in _PyObject_MakeTpCall (tstate=0x555555577670, callable=<_HookCaller(name='pytest_cmdline_main', _wrappers=[], _nonwrappers=[<HookImpl(function=<function at remote 0x7ffff6cdd630>, argnames=('config',), kwargnames=(), plugin=<module at remote 0x7ffff6e2bec0>, opts={'tryfirst': False, 'trylast': False, 'optionalhook': False, 'hookwrapper': False, 'specname': None}, plugin_name='main', tryfirst=False, trylast=False, optionalhook=False, hookwrapper=False, specname=None) at remote 0x7ffff6c740a0>, <HookImpl(function=<function at remote 0x7ffff6c41480>, argnames=('config',), kwargnames=(...), plugin=<module at remote 0x7ffff6c59a80>, opts={'tryfirst': False, 'trylast': False, 'optionalhook': False, 'hookwrapper': False, 'specname': None}, plugin_name='helpconfig', tryfirst=False, trylast=False, optionalhook=False, hookwrapper=False, specname=None) at remote 0x7ffff6c74a30>, <HookImpl(function=<function at remote 0x7ffff6ceed40>, argnames=('config',), kwargnames=(...), plugin=<module at remote 0x7ffff6d09120>, opts={'tryfirst': False, 'trylast': False, 'optionalhook': F...(truncated), args=<optimized out>, nargs=0, keywords=<optimized out>) at Objects/call.c:215
#286 0x00007ffff7d7b161 in _PyObject_VectorcallTstate (kwnames=<optimized out>, nargsf=<optimized out>, args=<optimized out>, callable=<_HookCaller(name='pytest_cmdline_main', _wrappers=[], _nonwrappers=[<HookImpl(function=<function at remote 0x7ffff6cdd630>, argnames=('config',), kwargnames=(), plugin=<module at remote 0x7ffff6e2bec0>, opts={'tryfirst': False, 'trylast': False, 'optionalhook': False, 'hookwrapper': False, 'specname': None}, plugin_name='main', tryfirst=False, trylast=False, optionalhook=False, hookwrapper=False, specname=None) at remote 0x7ffff6c740a0>, <HookImpl(function=<function at remote 0x7ffff6c41480>, argnames=('config',), kwargnames=(...), plugin=<module at remote 0x7ffff6c59a80>, opts={'tryfirst': False, 'trylast': False, 'optionalhook': False, 'hookwrapper': False, 'specname': None}, plugin_name='helpconfig', tryfirst=False, trylast=False, optionalhook=False, hookwrapper=False, specname=None) at remote 0x7ffff6c74a30>, <HookImpl(function=<function at remote 0x7ffff6ceed40>, argnames=('config',), kwargnames=(...), plugin=<module at remote 0x7ffff6d09120>, opts={'tryfirst': False, 'trylast': False, 'optionalhook': F...(truncated), tstate=0x555555577670) at ./Include/cpython/abstract.h:112
#287 _PyObject_VectorcallTstate (kwnames=<optimized out>, nargsf=<optimized out>, args=<optimized out>, callable=<_HookCaller(name='pytest_cmdline_main', _wrappers=[], _nonwrappers=[<HookImpl(function=<function at remote 0x7ffff6cdd630>, argnames=('config',), kwargnames=(), plugin=<module at remote 0x7ffff6e2bec0>, opts={'tryfirst': False, 'trylast': False, 'optionalhook': False, 'hookwrapper': False, 'specname': None}, plugin_name='main', tryfirst=False, trylast=False, optionalhook=False, hookwrapper=False, specname=None) at remote 0x7ffff6c740a0>, <HookImpl(function=<function at remote 0x7ffff6c41480>, argnames=('config',), kwargnames=(...), plugin=<module at remote 0x7ffff6c59a80>, opts={'tryfirst': False, 'trylast': False, 'optionalhook': False, 'hookwrapper': False, 'specname': None}, plugin_name='helpconfig', tryfirst=False, trylast=False, optionalhook=False, hookwrapper=False, specname=None) at remote 0x7ffff6c74a30>, <HookImpl(function=<function at remote 0x7ffff6ceed40>, argnames=('config',), kwargnames=(...), plugin=<module at remote 0x7ffff6d09120>, opts={'tryfirst': False, 'trylast': False, 'optionalhook': F...(truncated), tstate=0x555555577670) at ./Include/cpython/abstract.h:99
#288 PyObject_Vectorcall (kwnames=<optimized out>, nargsf=<optimized out>, args=<optimized out>, callable=<_HookCaller(name='pytest_cmdline_main', _wrappers=[], _nonwrappers=[<HookImpl(function=<function at remote 0x7ffff6cdd630>, argnames=('config',), kwargnames=(), plugin=<module at remote 0x7ffff6e2bec0>, opts={'tryfirst': False, 'trylast': False, 'optionalhook': False, 'hookwrapper': False, 'specname': None}, plugin_name='main', tryfirst=False, trylast=False, optionalhook=False, hookwrapper=False, specname=None) at remote 0x7ffff6c740a0>, <HookImpl(function=<function at remote 0x7ffff6c41480>, argnames=('config',), kwargnames=(...), plugin=<module at remote 0x7ffff6c59a80>, opts={'tryfirst': False, 'trylast': False, 'optionalhook': False, 'hookwrapper': False, 'specname': None}, plugin_name='helpconfig', tryfirst=False, trylast=False, optionalhook=False, hookwrapper=False, specname=None) at remote 0x7ffff6c74a30>, <HookImpl(function=<function at remote 0x7ffff6ceed40>, argnames=('config',), kwargnames=(...), plugin=<module at remote 0x7ffff6d09120>, opts={'tryfirst': False, 'trylast': False, 'optionalhook': F...(truncated)) at ./Include/cpython/abstract.h:123
#289 call_function (tstate=<optimized out>, trace_info=<optimized out>, pp_stack=0x7fffffffcb50, oparg=<optimized out>, kwnames=<optimized out>) at Python/ceval.c:5867
#290 0x00007ffff7d752b9 in _PyEval_EvalFrameDefault (tstate=<optimized out>, f=<optimized out>, throwflag=<optimized out>) at Python/ceval.c:4231
#291 0x00007ffff7d73183 in _PyEval_EvalFrame (throwflag=0, f=Frame 0x55555572de40, for file /home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/_pytest/config/__init__.py, line 164, in main (args=None, plugins=None, config=<Config(option=<Namespace(keyword='', markexpr='', maxfail=0, continue_on_collection_errors=False, confcutdir=None, noconftest=False, keepduplicates=False, collect_in_virtualenv=False, importmode='prepend', basetemp=None, durations=None, durations_min=<float at remote 0x7ffff70a9b50>, version=0, plugins=[], traceconfig=False, showfixtures=False, show_fixtures_per_test=False, verbose=2, no_header=False, no_summary=False, reportchars='fE', disable_warnings=False, showlocals=False, tbstyle='auto', showcapture='all', fulltrace=False, color='auto', code_highlight='yes', capture='fd', runxfail=False, pastebin=None, assertmode='rewrite', xmlpath=None, junitprefix=None, doctestmodules=False, doctestreport='udiff', doctestglob=[], doctest_ignore_import_errors=False, doctest_continue_on_failure=False, last_failed_no_failures='all...(truncated), tstate=0x555555577670) at ./Include/internal/pycore_ceval.h:46
#292 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=0, kwnames=<optimized out>) at Python/ceval.c:5065
#293 0x00007ffff7d742a8 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=<optimized out>, callable=<function at remote 0x7ffff6e1f880>, tstate=0x555555577670) at ./Include/cpython/abstract.h:114
#294 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=<optimized out>, callable=<function at remote 0x7ffff6e1f880>) at ./Include/cpython/abstract.h:123
#295 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7fffffffcdb0, tstate=<optimized out>) at Python/ceval.c:5867
#296 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=<optimized out>, throwflag=<optimized out>) at Python/ceval.c:4213
#297 0x00007ffff7d73183 in _PyEval_EvalFrame (throwflag=0, f=Frame 0x7ffff7788640, for file /home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/_pytest/config/__init__.py, line 187, in console_main (), tstate=0x555555577670) at ./Include/internal/pycore_ceval.h:46
#298 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=0, kwnames=<optimized out>) at Python/ceval.c:5065
#299 0x00007ffff7d787e1 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=0x7ffff77883b8, callable=<function at remote 0x7ffff6e1f910>, tstate=0x555555577670) at ./Include/cpython/abstract.h:114
#300 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=0x7ffff77883b8, callable=<function at remote 0x7ffff6e1f910>) at ./Include/cpython/abstract.h:123
#301 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7fffffffcff0, tstate=<optimized out>) at Python/ceval.c:5867
#302 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=<optimized out>, throwflag=<optimized out>) at Python/ceval.c:4181
#303 0x00007ffff7d73183 in _PyEval_EvalFrame (throwflag=0, f=Frame 0x7ffff7788240, for file /home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/pytest/__main__.py, line 5, in <module> (), tstate=0x555555577670) at ./Include/internal/pycore_ceval.h:46
#304 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=0, kwnames=<optimized out>) at Python/ceval.c:5065
#305 0x00007ffff7deab20 in PyEval_EvalCode (co=<code at remote 0x7ffff6c0e970>, globals={'__name__': '__main__', '__doc__': 'The pytest entry point.', '__package__': 'pytest', '__loader__': <SourceFileLoader(name='pytest.__main__', path='/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/pytest/__main__.py') at remote 0x7ffff6be3550>, '__spec__': <ModuleSpec(name='pytest.__main__', loader=<...>, origin='/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/pytest/__main__.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/pytest/__pycache__/__main__.cpython-310.pyc') at remote 0x7ffff77bb010>, '__annotations__': {}, '__builtins__': <module at remote 0x7ffff7878590>, '__file__': '/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/pytest/__main__.py', '__cached__': '/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/pytest/__pycache__/__main__.cpython-310.pyc...(truncated), locals={'__name__': '__main__', '__doc__': 'The pytest entry point.', '__package__': 'pytest', '__loader__': <SourceFileLoader(name='pytest.__main__', path='/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/pytest/__main__.py') at remote 0x7ffff6be3550>, '__spec__': <ModuleSpec(name='pytest.__main__', loader=<...>, origin='/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/pytest/__main__.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/pytest/__pycache__/__main__.cpython-310.pyc') at remote 0x7ffff77bb010>, '__annotations__': {}, '__builtins__': <module at remote 0x7ffff7878590>, '__file__': '/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/pytest/__main__.py', '__cached__': '/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/pytest/__pycache__/__main__.cpython-310.pyc...(truncated)) at Python/ceval.c:1134
#306 0x00007ffff7df2177 in builtin_exec_impl (module=<optimized out>, locals={'__name__': '__main__', '__doc__': 'The pytest entry point.', '__package__': 'pytest', '__loader__': <SourceFileLoader(name='pytest.__main__', path='/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/pytest/__main__.py') at remote 0x7ffff6be3550>, '__spec__': <ModuleSpec(name='pytest.__main__', loader=<...>, origin='/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/pytest/__main__.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/pytest/__pycache__/__main__.cpython-310.pyc') at remote 0x7ffff77bb010>, '__annotations__': {}, '__builtins__': <module at remote 0x7ffff7878590>, '__file__': '/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/pytest/__main__.py', '__cached__': '/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/pytest/__pycache__/__main__.cpython-310.pyc...(truncated), globals={'__name__': '__main__', '__doc__': 'The pytest entry point.', '__package__': 'pytest', '__loader__': <SourceFileLoader(name='pytest.__main__', path='/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/pytest/__main__.py') at remote 0x7ffff6be3550>, '__spec__': <ModuleSpec(name='pytest.__main__', loader=<...>, origin='/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/pytest/__main__.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/pytest/__pycache__/__main__.cpython-310.pyc') at remote 0x7ffff77bb010>, '__annotations__': {}, '__builtins__': <module at remote 0x7ffff7878590>, '__file__': '/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/pytest/__main__.py', '__cached__': '/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/pytest/__pycache__/__main__.cpython-310.pyc...(truncated), source=<code at remote 0x7ffff6c0e970>) at Python/bltinmodule.c:1056
#307 builtin_exec (module=<optimized out>, args=<optimized out>, nargs=<optimized out>) at Python/clinic/bltinmodule.c.h:371
#308 0x00007ffff7d7f37b in cfunction_vectorcall_FASTCALL (func=<built-in method exec of module object at remote 0x7ffff7878590>, args=0x5555555f7398, nargsf=<optimized out>, kwnames=<optimized out>) at Objects/methodobject.c:430
#309 0x00007ffff7d742a8 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=<optimized out>, callable=<built-in method exec of module object at remote 0x7ffff7878590>, tstate=0x555555577670) at ./Include/cpython/abstract.h:114
#310 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=<optimized out>, callable=<built-in method exec of module object at remote 0x7ffff7878590>) at ./Include/cpython/abstract.h:123
#311 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7fffffffd350, tstate=<optimized out>) at Python/ceval.c:5867
#312 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=<optimized out>, throwflag=<optimized out>) at Python/ceval.c:4213
#313 0x00007ffff7d73183 in _PyEval_EvalFrame (throwflag=0, f=Frame 0x5555555f71e0, for file /usr/lib64/python3.10/runpy.py, line 86, in _run_code (code=<code at remote 0x7ffff6c0e970>, run_globals={'__name__': '__main__', '__doc__': 'The pytest entry point.', '__package__': 'pytest', '__loader__': <SourceFileLoader(name='pytest.__main__', path='/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/pytest/__main__.py') at remote 0x7ffff6be3550>, '__spec__': <ModuleSpec(name='pytest.__main__', loader=<...>, origin='/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/pytest/__main__.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/pytest/__pycache__/__main__.cpython-310.pyc') at remote 0x7ffff77bb010>, '__annotations__': {}, '__builtins__': <module at remote 0x7ffff7878590>, '__file__': '/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/pytest/__main__.py', '__ca...(truncated), tstate=0x555555577670) at ./Include/internal/pycore_ceval.h:46
#314 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=5, kwnames=<optimized out>) at Python/ceval.c:5065
#315 0x00007ffff7d742a8 in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=<optimized out>, args=<optimized out>, callable=<function at remote 0x7ffff7772290>, tstate=0x555555577670) at ./Include/cpython/abstract.h:114
#316 PyObject_Vectorcall (kwnames=0x0, nargsf=<optimized out>, args=<optimized out>, callable=<function at remote 0x7ffff7772290>) at ./Include/cpython/abstract.h:123
#317 call_function (kwnames=0x0, oparg=<optimized out>, pp_stack=<synthetic pointer>, trace_info=0x7fffffffd590, tstate=<optimized out>) at Python/ceval.c:5867
#318 _PyEval_EvalFrameDefault (tstate=<optimized out>, f=<optimized out>, throwflag=<optimized out>) at Python/ceval.c:4213
#319 0x00007ffff7d73183 in _PyEval_EvalFrame (throwflag=0, f=Frame 0x7ffff780fa40, for file /usr/lib64/python3.10/runpy.py, line 196, in _run_module_as_main (mod_name='pytest.__main__', alter_argv=True, mod_spec=<ModuleSpec(name='pytest.__main__', loader=<SourceFileLoader(name='pytest.__main__', path='/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/pytest/__main__.py') at remote 0x7ffff6be3550>, origin='/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/pytest/__main__.py', loader_state=None, submodule_search_locations=None, _set_fileattr=True, _cached='/home/matej/archiv/knihovna/repos/tmp/python-xmlsec/lib64/python3.10/site-packages/pytest/__pycache__/__main__.cpython-310.pyc') at remote 0x7ffff77bb010>, code=<code at remote 0x7ffff6c0e970>, main_globals={'__name__': '__main__', '__doc__': 'The pytest entry point.', '__package__': 'pytest', '__loader__': <...>, '__spec__': <...>, '__annotations__': {}, '__builtins__': <module at remote 0x7ffff7878590>, '__file__': '/home/matej/archiv/knihovna/repos/tm...(truncated), tstate=0x555555577670) at ./Include/internal/pycore_ceval.h:46
#320 _PyEval_Vector (tstate=<optimized out>, con=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=2, kwnames=<optimized out>) at Python/ceval.c:5065
#321 0x00007ffff7e10118 in pymain_run_module (modname=<optimized out>, set_argv0=<optimized out>) at Modules/main.c:293
#322 0x00007ffff7e080ba in pymain_run_python (exitcode=0x7fffffffd774) at Modules/main.c:581
#323 Py_RunMain () at Modules/main.c:666
#324 0x00007ffff7ddca57 in Py_BytesMain (argc=<optimized out>, argv=<optimized out>) at Modules/main.c:720
#325 0x00007ffff7a625b0 in __libc_start_call_main () from /lib64/libc.so.6
#326 0x00007ffff7a62679 in __libc_start_main_impl () from /lib64/libc.so.6
#327 0x0000555555555075 in _start () at ../sysdeps/x86_64/start.S:115
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment