Title: 3.11 branch: `column >= -1` assertion failure with pytest rewriting · Issue #94694 · python/cpython · GitHub
Open Graph Title: 3.11 branch: `column >= -1` assertion failure with pytest rewriting · Issue #94694 · python/cpython
X Title: 3.11 branch: `column >= -1` assertion failure with pytest rewriting · Issue #94694 · python/cpython
Description: Crash report When running pytest in e.g. the pytest repository on the current Python 3.11 branch, it aborts, perhaps similarly to #93387 or #92597 somehow... I've been unable to get a minimal reproducer so far, but this will reproduce it...
Open Graph Description: Crash report When running pytest in e.g. the pytest repository on the current Python 3.11 branch, it aborts, perhaps similarly to #93387 or #92597 somehow... I've been unable to get a minimal repro...
X Description: Crash report When running pytest in e.g. the pytest repository on the current Python 3.11 branch, it aborts, perhaps similarly to #93387 or #92597 somehow... I've been unable to get a minimal r...
Opengraph URL: https://github.com/python/cpython/issues/94694
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"3.11 branch: `column \u003e= -1` assertion failure with pytest rewriting","articleBody":"**Crash report**\r\n\r\nWhen running `pytest` in e.g. the pytest repository on the current Python 3.11 branch, it aborts, perhaps similarly to #93387 or #92597 somehow...\r\n\r\nI've been unable to get a minimal reproducer so far, but this will reproduce it:\r\n\r\n- `git clone https://github.com/pytest-dev/pytest`\r\n- `cd pytest`\r\n- `~/proj/cpython/python -m venv .venv` (with the current `3.11` branch)\r\n- `.venv/bin/pip install -e \".[testing]\"`\r\n- `.venv/bin/pytest`\r\n\r\nI was able to bisect this to df091e14d8c5b25b9094ebb86857e30adc8e5abb:\r\n\r\n\u003e [3.11] GH-93662: Make sure that column offsets are correct in multi-line method calls. (GH-93673) (#93895)\r\n\r\ncc @iritkatriel @markshannon @pablogsal \r\n\r\nNote this (thankfully) only seems to affect `--with-pydebug` builds.\r\n\r\n**Error messages**\r\n\r\nThis assertion seems to fail:\r\n\r\nhttps://github.com/python/cpython/blob/df091e14d8c5b25b9094ebb86857e30adc8e5abb/Python/compile.c#L7584\r\n\r\nUnfortunately I haven't been able to get the `column` value, as it was apparently optimized out...\r\n\r\nPython stack:\r\n\r\n\u003cdetails\u003e\r\n\r\n```pybt\r\nCurrent thread 0x00007f1b72048740 (most recent call first):\r\n File \"/home/florian/tmp/python-pytest/.venv/lib/python3.11/site-packages/_pytest/assertion/rewrite.py\", line 361 in _rewrite_test\r\n File \"/home/florian/tmp/python-pytest/.venv/lib/python3.11/site-packages/_pytest/assertion/rewrite.py\", line 159 in exec_module\r\n File \"\u003cfrozen importlib._bootstrap\u003e\", line 690 in _load_unlocked\r\n File \"\u003cfrozen importlib._bootstrap\u003e\", line 1149 in _find_and_load_unlocked\r\n File \"\u003cfrozen importlib._bootstrap\u003e\", line 1178 in _find_and_load\r\n File \"\u003cfrozen importlib._bootstrap\u003e\", line 1206 in _gcd_import\r\n File \"/home/florian/proj/cpython/Lib/importlib/__init__.py\", line 126 in import_module\r\n File \"/home/florian/tmp/python-pytest/.venv/lib/python3.11/site-packages/_pytest/pathlib.py\", line 533 in import_path\r\n File \"/home/florian/tmp/python-pytest/.venv/lib/python3.11/site-packages/_pytest/python.py\", line 608 in _importtestmodule\r\n File \"/home/florian/tmp/python-pytest/.venv/lib/python3.11/site-packages/_pytest/python.py\", line 519 in _getobj\r\n File \"/home/florian/tmp/python-pytest/.venv/lib/python3.11/site-packages/_pytest/python.py\", line 301 in obj\r\n File \"/home/florian/tmp/python-pytest/.venv/lib/python3.11/site-packages/_pytest/python.py\", line 536 in _inject_setup_module_fixture\r\n File \"/home/florian/tmp/python-pytest/.venv/lib/python3.11/site-packages/_pytest/python.py\", line 522 in collect\r\n File \"/home/florian/tmp/python-pytest/.venv/lib/python3.11/site-packages/_pytest/runner.py\", line 369 in \u003clambda\u003e\r\n File \"/home/florian/tmp/python-pytest/.venv/lib/python3.11/site-packages/_pytest/runner.py\", line 338 in from_call\r\n File \"/home/florian/tmp/python-pytest/.venv/lib/python3.11/site-packages/_pytest/runner.py\", line 369 in pytest_make_collect_report\r\n File \"/home/florian/tmp/python-pytest/.venv/lib/python3.11/site-packages/pluggy/_callers.py\", line 39 in _multicall\r\n File \"/home/florian/tmp/python-pytest/.venv/lib/python3.11/site-packages/pluggy/_manager.py\", line 80 in _hookexec\r\n File \"/home/florian/tmp/python-pytest/.venv/lib/python3.11/site-packages/pluggy/_hooks.py\", line 265 in __call__\r\n File \"/home/florian/tmp/python-pytest/.venv/lib/python3.11/site-packages/_pytest/runner.py\", line 537 in collect_one_node\r\n File \"/home/florian/tmp/python-pytest/.venv/lib/python3.11/site-packages/_pytest/main.py\", line 824 in genitems\r\n File \"/home/florian/tmp/python-pytest/.venv/lib/python3.11/site-packages/_pytest/main.py\", line 657 in perform_collect\r\n File \"/home/florian/tmp/python-pytest/.venv/lib/python3.11/site-packages/_pytest/main.py\", line 332 in pytest_collection\r\n File \"/home/florian/tmp/python-pytest/.venv/lib/python3.11/site-packages/pluggy/_callers.py\", line 39 in _multicall\r\n File \"/home/florian/tmp/python-pytest/.venv/lib/python3.11/site-packages/pluggy/_manager.py\", line 80 in _hookexec\r\n File \"/home/florian/tmp/python-pytest/.venv/lib/python3.11/site-packages/pluggy/_hooks.py\", line 265 in __call__\r\n File \"/home/florian/tmp/python-pytest/.venv/lib/python3.11/site-packages/_pytest/main.py\", line 321 in _main\r\n File \"/home/florian/tmp/python-pytest/.venv/lib/python3.11/site-packages/_pytest/main.py\", line 268 in wrap_session\r\n File \"/home/florian/tmp/python-pytest/.venv/lib/python3.11/site-packages/_pytest/main.py\", line 315 in pytest_cmdline_main\r\n File \"/home/florian/tmp/python-pytest/.venv/lib/python3.11/site-packages/pluggy/_callers.py\", line 39 in _multicall\r\n File \"/home/florian/tmp/python-pytest/.venv/lib/python3.11/site-packages/pluggy/_manager.py\", line 80 in _hookexec\r\n File \"/home/florian/tmp/python-pytest/.venv/lib/python3.11/site-packages/pluggy/_hooks.py\", line 265 in __call__\r\n File \"/home/florian/tmp/python-pytest/.venv/lib/python3.11/site-packages/_pytest/config/__init__.py\", line 164 in main\r\n File \"/home/florian/tmp/python-pytest/.venv/lib/python3.11/site-packages/_pytest/config/__init__.py\", line 187 in console_main\r\n File \"/home/florian/tmp/python-pytest/.venv/bin/pytest\", line 8 in \u003cmodule\u003e\r\n[1] 822828 IOT instruction (core dumped) ~/tmp/python-pytest/.venv/bin/pytest\r\n```\r\n\r\n\u003c/details\u003e\r\n\r\nC stack:\r\n\r\n\u003cdetails\u003e\r\n\r\n```\r\n#0 __pthread_kill_implementation (threadid=\u003coptimized out\u003e, signo=signo@entry=6, no_tid=no_tid@entry=0) at pthread_kill.c:44\r\n#1 0x00007ffff7c8e3d3 in __pthread_kill_internal (signo=6, threadid=\u003coptimized out\u003e) at pthread_kill.c:78\r\n#2 0x00007ffff7c3e838 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26\r\n#3 0x00007ffff7c28535 in __GI_abort () at abort.c:79\r\n#4 0x00007ffff7c2845c in __assert_fail_base (fmt=0x7ffff7dbfe70 \"%s%s%s:%u: %s%sAssertion `%s' failed.\\n%n\", assertion=0x555555916af6 \"column \u003e= -1\", file=0x555555916663 \"Python/compile.c\", line=7584, function=\u003coptimized out\u003e)\r\n at assert.c:92\r\n#5 0x00007ffff7c37366 in __GI___assert_fail (assertion=assertion@entry=0x555555916af6 \"column \u003e= -1\", file=file@entry=0x555555916663 \"Python/compile.c\", line=line@entry=7584, \r\n function=function@entry=0x5555559145b0 \u003c__PRETTY_FUNCTION__.11\u003e \"write_location_info_entry\") at assert.c:101\r\n#6 0x00005555557c7016 in write_location_info_entry (a=a@entry=0x7fffffffa9d0, i=i@entry=0x5555562812f8, isize=isize@entry=8) at Python/compile.c:7584\r\n#7 0x00005555557c7106 in assemble_emit_location (a=a@entry=0x7fffffffa9d0, i=0x5555562812f8) at Python/compile.c:7614\r\n#8 0x00005555557c9a7a in assemble (c=c@entry=0x7fffffffab70, addNone=addNone@entry=1) at Python/compile.c:8425\r\n#9 0x00005555557d0bab in compiler_function (c=0x7fffffffab70, s=\u003coptimized out\u003e, is_async=is_async@entry=0) at Python/compile.c:2656\r\n#10 0x00005555557d0d01 in compiler_visit_stmt (c=c@entry=0x7fffffffab70, s=0x555556318030) at Python/compile.c:4047\r\n#11 0x00005555557d0fc8 in compiler_body (c=c@entry=0x7fffffffab70, stmts=0x55555620bdc0) at Python/compile.c:2164\r\n#12 0x00005555557d1540 in compiler_mod (c=c@entry=0x7fffffffab70, mod=mod@entry=0x555556321b90) at Python/compile.c:2181\r\n#13 0x00005555557d4ab1 in _PyAST_Compile (mod=mod@entry=0x555556321b90, filename=filename@entry='/home/florian/proj/pytest/testing/test_capture.py', flags=flags@entry=0x7fffffffac18, optimize=optimize@entry=-1, \r\n arena=arena@entry=0x7ffff58ec820) at Python/compile.c:581\r\n#14 0x00005555557a4d2b in builtin_compile_impl (module=module@entry=\u003cmodule at remote 0x7ffff779f1d0\u003e, \r\n source=source@entry=\u003cModule(body=[\u003cImport(names=[\u003calias(name='builtins', asname='@py_builtins', lineno=1, col_offset=0) at remote 0x7ffff5d22440\u003e], lineno=1, col_offset=0) at remote 0x7ffff5d22f80\u003e, \u003cImport(names=[\u003calias(name='_pytest.assertion.rewrite', asname='@pytest_ar', lineno=1, col_offset=0) at remote 0x7ffff5d21ef0\u003e], lineno=1, col_offset=0) at remote 0x7ffff5d28460\u003e, \u003cImport(names=[\u003calias(name='contextlib', asname=None, lineno=1, col_offset=7, end_lineno=1, end_col_offset=17) at remote 0x7ffff5dea760\u003e], lineno=1, col_offset=0, end_lineno=1, end_col_offset=17) at remote 0x7ffff5dea7b0\u003e, \u003cImport(names=[\u003calias(name='io', asname=None, lineno=2, col_offset=7, end_lineno=2, end_col_offset=9) at remote 0x7ffff5dea6c0\u003e], lineno=2, col_offset=0, end_lineno=2, end_col_offset=9) at remote 0x7ffff5dea710\u003e, \u003cImport(names=[\u003calias(name='os', asname=None, lineno=3, col_offset=7, end_lineno=3, end_col_offset=9) at remote 0x7ffff5dea620\u003e], lineno=3, col_offset=0, end_lineno=3, end_col_offset=9) at remote 0x7ffff5dea670\u003e, \u003cImport(names=[\u003c...(truncated), filename='/home/florian/proj/pytest/testing/test_capture.py', mode=mode@entry=0x555555af3810 \u003cconst_str_exec+48\u003e \"exec\", \r\n flags=flags@entry=0, dont_inherit=dont_inherit@entry=1, optimize=-1, feature_version=-1) at Python/bltinmodule.c:818\r\n#15 0x00005555557a5008 in builtin_compile (module=\u003cmodule at remote 0x7ffff779f1d0\u003e, args=\u003coptimized out\u003e, args@entry=0x7ffff7e6d7d8, nargs=nargs@entry=3, kwnames=kwnames@entry=('dont_inherit',)) at Python/clinic/bltinmodule.c.h:328\r\n#16 0x0000555555717156 in cfunction_vectorcall_FASTCALL_KEYWORDS (func=\u003cbuilt-in method compile of module object at remote 0x7ffff779f1d0\u003e, args=0x7ffff7e6d7d8, nargsf=\u003coptimized out\u003e, kwnames=('dont_inherit',))\r\n at Objects/methodobject.c:443\r\n#17 0x00005555556d059f in _PyObject_VectorcallTstate (tstate=0x555555b2f5e8 \u003c_PyRuntime+166312\u003e, callable=callable@entry=\u003cbuilt-in method compile of module object at remote 0x7ffff779f1d0\u003e, args=args@entry=0x7ffff7e6d7d8, \r\n nargsf=9223372036854775811, kwnames=kwnames@entry=('dont_inherit',)) at ./Include/internal/pycore_call.h:92\r\n#18 0x00005555556d0676 in PyObject_Vectorcall (callable=callable@entry=\u003cbuilt-in method compile of module object at remote 0x7ffff779f1d0\u003e, args=args@entry=0x7ffff7e6d7d8, nargsf=\u003coptimized out\u003e, kwnames=kwnames@entry=('dont_inherit',))\r\n at Objects/call.c:299\r\n#19 0x00005555557b8fef in _PyEval_EvalFrameDefault (tstate=0x555555b2f5e8 \u003c_PyRuntime+166312\u003e, frame=0x7ffff7e6d748, throwflag=\u003coptimized out\u003e) at Python/ceval.c:4773\r\n#20 0x00005555557bd6cd in _PyEval_EvalFrame (tstate=tstate@entry=0x555555b2f5e8 \u003c_PyRuntime+166312\u003e, frame=frame@entry=0x7ffff7e6d0e8, throwflag=throwflag@entry=0) at ./Include/internal/pycore_ceval.h:72\r\n#21 0x00005555557bd7ce in _PyEval_Vector (tstate=0x555555b2f5e8 \u003c_PyRuntime+166312\u003e, func=0x7ffff6bac7e0, locals=locals@entry=0x0, args=0x7fffffffaf98, argcount=\u003coptimized out\u003e, kwnames=0x0) at Python/ceval.c:6421\r\n#22 0x00005555556d023e in _PyFunction_Vectorcall (func=\u003coptimized out\u003e, stack=\u003coptimized out\u003e, nargsf=\u003coptimized out\u003e, kwnames=\u003coptimized out\u003e) at Objects/call.c:393\r\n#23 0x00005555556d059f in _PyObject_VectorcallTstate (tstate=0x555555b2f5e8 \u003c_PyRuntime+166312\u003e, callable=callable@entry=\u003cfunction at remote 0x7ffff6bac7e0\u003e, args=args@entry=0x7fffffffaf98, nargsf=nargsf@entry=9223372036854775809, \r\n kwnames=kwnames@entry=0x0) at ./Include/internal/pycore_call.h:92\r\n#24 0x00005555556d06e7 in PyObject_CallOneArg (func=func@entry=\u003cfunction at remote 0x7ffff6bac7e0\u003e, \r\n arg=arg@entry=\u003cModule(keywords=\u003cNodeKeywords at remote 0x7ffff6683250\u003e, own_markers=[], extra_keyword_matches=set(), stash=\u003cStash at remote 0x7ffff6698e50\u003e) at remote 0x7ffff66a43c0\u003e) at Objects/call.c:376\r\n#25 0x00005555556dc4aa in property_descr_get (self=self@entry=\u003cproperty at remote 0x7ffff6ba50f0\u003e, \r\n obj=obj@entry=\u003cModule(keywords=\u003cNodeKeywords at remote 0x7ffff6683250\u003e, own_markers=[], extra_keyword_matches=set(), stash=\u003cStash at remote 0x7ffff6698e50\u003e) at remote 0x7ffff66a43c0\u003e, type=\u003coptimized out\u003e)\r\n at Objects/descrobject.c:1630\r\n#26 0x000055555571c830 in _PyObject_GenericGetAttrWithDict (obj=\u003cModule(keywords=\u003cNodeKeywords at remote 0x7ffff6683250\u003e, own_markers=[], extra_keyword_matches=set(), stash=\u003cStash at remote 0x7ffff6698e50\u003e) at remote 0x7ffff66a43c0\u003e, \r\n name='obj', dict=dict@entry=0x0, suppress=suppress@entry=0) at Objects/object.c:1274\r\n#27 0x000055555571cca5 in PyObject_GenericGetAttr (obj=\u003coptimized out\u003e, name=\u003coptimized out\u003e) at Objects/object.c:1362\r\n#28 0x000055555571c317 in PyObject_GetAttr (v=v@entry=\u003cModule(keywords=\u003cNodeKeywords at remote 0x7ffff6683250\u003e, own_markers=[], extra_keyword_matches=set(), stash=\u003cStash at remote 0x7ffff6698e50\u003e) at remote 0x7ffff66a43c0\u003e, name='obj')\r\n Objects/object.c:917\r\n#29 0x00005555557b3781 in _PyEval_EvalFrameDefault (tstate=0x555555b2f5e8 \u003c_PyRuntime+166312\u003e, frame=0x7ffff7e6d048, throwflag=\u003coptimized out\u003e) at Python/ceval.c:3468\r\n#30 0x00005555557bd6cd in _PyEval_EvalFrame (tstate=tstate@entry=0x555555b2f5e8 \u003c_PyRuntime+166312\u003e, frame=frame@entry=0x7ffff7e6cdb0, throwflag=throwflag@entry=0) at ./Include/internal/pycore_ceval.h:72\r\n#31 0x00005555557bd7ce in _PyEval_Vector (tstate=0x555555b2f5e8 \u003c_PyRuntime+166312\u003e, func=0x7ffff6b60b50, locals=locals@entry=0x0, args=0x7ffff6682098, argcount=\u003coptimized out\u003e, kwnames=0x0) at Python/ceval.c:6421\r\n#32 0x00005555556d023e in _PyFunction_Vectorcall (func=\u003coptimized out\u003e, stack=\u003coptimized out\u003e, nargsf=\u003coptimized out\u003e, kwnames=\u003coptimized out\u003e) at Objects/call.c:393\r\n#33 0x00005555556cfde3 in _PyVectorcall_Call (tstate=tstate@entry=0x555555b2f5e8 \u003c_PyRuntime+166312\u003e, func=0x5555556d01ee \u003c_PyFunction_Vectorcall\u003e, callable=callable@entry=\u003cfunction at remote 0x7ffff6b60b50\u003e, tuple=tuple@entry=(\u003cModule(keywords=\u003cNodeKeywords at remote 0x7ffff6683250\u003e, own_markers=[], extra_keyword_matches=set(), stash=\u003cStash at remote 0x7ffff6698e50\u003e) at remote 0x7ffff66a43c0\u003e,), kwargs=kwargs@entry=0x0) at Objects/call.c:245\r\n#34 0x00005555556d0180 in _PyObject_Call (tstate=0x555555b2f5e8 \u003c_PyRuntime+166312\u003e, callable=callable@entry=\u003cfunction at remote 0x7ffff6b60b50\u003e, args=args@entry=(\u003cModule(keywords=\u003cNodeKeywords at remote 0x7ffff6683250\u003e, own_markers=[], extra_keyword_matches=set(), stash=\u003cStash at remote 0x7ffff6698e50\u003e) at remote 0x7ffff66a43c0\u003e,), kwargs=kwargs@entry=0x0) at Objects/call.c:328\r\n#35 0x00005555556d01c8 in PyObject_Call (callable=callable@entry=\u003cfunction at remote 0x7ffff6b60b50\u003e, args=args@entry=(\u003cModule(keywords=\u003cNodeKeywords at remote 0x7ffff6683250\u003e, own_markers=[], extra_keyword_matches=set(), stash=\u003cStash at remote 0x7ffff6698e50\u003e) at remote 0x7ffff66a43c0\u003e,), kwargs=kwargs@entry=0x0) at Objects/call.c:355\r\n#36 0x00005555557ab8c2 in do_call_core (tstate=tstate@entry=0x555555b2f5e8 \u003c_PyRuntime+166312\u003e, func=func@entry=\u003cfunction at remote 0x7ffff6b60b50\u003e, callargs=callargs@entry=(\u003cModule(keywords=\u003cNodeKeywords at remote 0x7ffff6683250\u003e, own_markers=[], extra_keyword_matches=set(), stash=\u003cStash at remote 0x7ffff6698e50\u003e) at remote 0x7ffff66a43c0\u003e,), kwdict=kwdict@entry=0x0, use_tracing=0) at Python/ceval.c:7318\r\n#37 0x00005555557bbc54 in _PyEval_EvalFrameDefault (tstate=0x555555b2f5e8 \u003c_PyRuntime+166312\u003e, frame=0x7ffff7e6ccc0, throwflag=\u003coptimized out\u003e) at Python/ceval.c:5378\r\n#38 0x00005555557bd6cd in _PyEval_EvalFrame (tstate=tstate@entry=0x555555b2f5e8 \u003c_PyRuntime+166312\u003e, frame=frame@entry=0x7ffff7e6cb78, throwflag=throwflag@entry=0) at ./Include/internal/pycore_ceval.h:72\r\n#39 0x00005555557bd7ce in _PyEval_Vector (tstate=0x555555b2f5e8 \u003c_PyRuntime+166312\u003e, func=0x7ffff7242e60, locals=locals@entry=0x0, args=0x7ffff7793e58, argcount=\u003coptimized out\u003e, kwnames=('collector',)) at Python/ceval.c:6421\r\n#40 0x00005555556d023e in _PyFunction_Vectorcall (func=\u003coptimized out\u003e, stack=\u003coptimized out\u003e, nargsf=\u003coptimized out\u003e, kwnames=\u003coptimized out\u003e) at Objects/call.c:393\r\n#41 0x00005555556d1b4a in _PyObject_FastCallDictTstate (tstate=tstate@entry=0x555555b2f5e8 \u003c_PyRuntime+166312\u003e, callable=callable@entry=\u003cfunction at remote 0x7ffff7242e60\u003e, args=args@entry=0x7fffffffb550, nargsf=nargsf@entry=1, kwargs=kwargs@entry={'collector': \u003cModule(keywords=\u003cNodeKeywords at remote 0x7ffff6683250\u003e, own_markers=[], extra_keyword_matches=set(), stash=\u003cStash at remote 0x7ffff6698e50\u003e) at remote 0x7ffff66a43c0\u003e}) at Objects/call.c:152\r\n#42 0x00005555556d1d05 in _PyObject_Call_Prepend (tstate=tstate@entry=0x555555b2f5e8 \u003c_PyRuntime+166312\u003e, callable=callable@entry=\u003cfunction at remote 0x7ffff7242e60\u003e, \r\n obj=obj@entry=\u003c_HookCaller(name='pytest_make_collect_report', _wrappers=[\u003cHookImpl(function=\u003cmethod at remote 0x7ffff67ae630\u003e, argnames=('collector',), kwargnames=(), plugin=\u003cCaptureManager(_method='fd', _global_capturing=\u003cMultiCapture(in_=\u003cFDCapture(targetfd=0, targetfd_invalid=None, targetfd_save=3, tmpfile=\u003c_io.TextIOWrapper at remote 0x7ffff6911400\u003e, syscapture=\u003cSysCapture(_old=\u003c_io.TextIOWrapper at remote 0x7ffff77fe7b0\u003e, name='stdin', tmpfile=\u003cDontReadFromInput() at remote 0x7ffff67b7df0\u003e, _state='started') at remote 0x7ffff67a13c0\u003e, _state='started') at remote 0x7ffff67a1230\u003e, out=\u003cFDCapture(targetfd=1, targetfd_invalid=None, targetfd_save=5, tmpfile=\u003cEncodedFile at remote 0x7ffff6911220\u003e, syscapture=\u003cSysCapture(_old=\u003c_io.TextIOWrapper at remote 0x7ffff77fe8a0\u003e, name='stdout', tmpfile=\u003c...\u003e, _state='started') at remote 0x7ffff67b7e90\u003e, _state='started') at remote 0x7ffff67b7990\u003e, err=\u003cFDCapture(targetfd=2, targetfd_invalid=None, targetfd_save=7, tmpfile=\u003cEncodedFile at remote 0x7ffff67726c0\u003e, syscapture=\u003cSysCapture(...(truncated), args=args@entry=(), kwargs=kwargs@entry={'collector': \u003cModule(keywords=\u003cNodeKeywords at remote 0x7ffff6683250\u003e, own_markers=[], extra_keyword_matches=set(), stash=\u003cStash at remote 0x7ffff6698e50\u003e) at remote 0x7ffff66a43c0\u003e}) at Objects/call.c:482\r\n#43 0x0000555555739abc in slot_tp_call (\r\n self=\u003c_HookCaller(name='pytest_make_collect_report', _wrappers=[\u003cHookImpl(function=\u003cmethod at remote 0x7ffff67ae630\u003e, argnames=('collector',), kwargnames=(), plugin=\u003cCaptureManager(_method='fd', _global_capturing=\u003cMultiCapture(in_=\u003cFDCapture(targetfd=0, targetfd_invalid=None, targetfd_save=3, tmpfile=\u003c_io.TextIOWrapper at remote 0x7ffff6911400\u003e, syscapture=\u003cSysCapture(_old=\u003c_io.TextIOWrapper at remote 0x7ffff77fe7b0\u003e, name='stdin', tmpfile=\u003cDontReadFromInput() at remote 0x7ffff67b7df0\u003e, _state='started') at remote 0x7ffff67a13c0\u003e, _state='started') at remote 0x7ffff67a1230\u003e, out=\u003cFDCapture(targetfd=1, targetfd_invalid=None, targetfd_save=5, tmpfile=\u003cEncodedFile at remote 0x7ffff6911220\u003e, syscapture=\u003cSysCapture(_old=\u003c_io.TextIOWrapper at remote 0x7ffff77fe8a0\u003e, name='stdout', tmpfile=\u003c...\u003e, _state='started') at remote 0x7ffff67b7e90\u003e, _state='started') at remote 0x7ffff67b7990\u003e, err=\u003cFDCapture(targetfd=2, targetfd_invalid=None, targetfd_save=7, tmpfile=\u003cEncodedFile at remote 0x7ffff67726c0\u003e, syscapture=\u003cSysCapture(...(truncated), args=(), kwds={'collector': \u003cModule(keywords=\u003cNodeKeywords at remote 0x7ffff6683250\u003e, own_markers=[], extra_keyword_matches=set(), stash=\u003cStash at remote 0x7ffff6698e50\u003e) at remote 0x7ffff66a43c0\u003e}) at Objects/typeobject.c:7598\r\n#44 0x00005555556d03e3 in _PyObject_MakeTpCall (tstate=tstate@entry=0x555555b2f5e8 \u003c_PyRuntime+166312\u003e, \r\n callable=callable@entry=\u003c_HookCaller(name='pytest_make_collect_report', _wrappers=[\u003cHookImpl(function=\u003cmethod at remote 0x7ffff67ae630\u003e, argnames=('collector',), kwargnames=(), plugin=\u003cCaptureManager(_method='fd', _global_capturing=\u003cMultiCapture(in_=\u003cFDCapture(targetfd=0, targetfd_invalid=None, targetfd_save=3, tmpfile=\u003c_io.TextIOWrapper at remote 0x7ffff6911400\u003e, syscapture=\u003cSysCapture(_old=\u003c_io.TextIOWrapper at remote 0x7ffff77fe7b0\u003e, name='stdin', tmpfile=\u003cDontReadFromInput() at remote 0x7ffff67b7df0\u003e, _state='started') at remote 0x7ffff67a13c0\u003e, _state='started') at remote 0x7ffff67a1230\u003e, out=\u003cFDCapture(targetfd=1, targetfd_invalid=None, targetfd_save=5, tmpfile=\u003cEncodedFile at remote 0x7ffff6911220\u003e, syscapture=\u003cSysCapture(_old=\u003c_io.TextIOWrapper at remote 0x7ffff77fe8a0\u003e, name='stdout', tmpfile=\u003c...\u003e, _state='started') at remote 0x7ffff67b7e90\u003e, _state='started') at remote 0x7ffff67b7990\u003e, err=\u003cFDCapture(targetfd=2, targetfd_invalid=None, targetfd_save=7, tmpfile=\u003cEncodedFile at remote 0x7ffff67726c0\u003e, syscapture=\u003cSysCapture(...(truncated), args=args@entry=0x7ffff7e6cb60, nargs=\u003coptimized out\u003e, keywords=keywords@entry=('collector',)) at Objects/call.c:214\r\n#45 0x00005555556d061f in _PyObject_VectorcallTstate (tstate=0x555555b2f5e8 \u003c_PyRuntime+166312\u003e, \r\n callable=callable@entry=\u003c_HookCaller(name='pytest_make_collect_report', _wrappers=[\u003cHookImpl(function=\u003cmethod at remote 0x7ffff67ae630\u003e, argnames=('collector',), kwargnames=(), plugin=\u003cCaptureManager(_method='fd', _global_capturing=\u003cMultiCapture(in_=\u003cFDCapture(targetfd=0, targetfd_invalid=None, targetfd_save=3, tmpfile=\u003c_io.TextIOWrapper at remote 0x7ffff6911400\u003e, syscapture=\u003cSysCapture(_old=\u003c_io.TextIOWrapper at remote 0x7ffff77fe7b0\u003e, name='stdin', tmpfile=\u003cDontReadFromInput() at remote 0x7ffff67b7df0\u003e, _state='started') at remote 0x7ffff67a13c0\u003e, _state='started') at remote 0x7ffff67a1230\u003e, out=\u003cFDCapture(targetfd=1, targetfd_invalid=None, targetfd_save=5, tmpfile=\u003cEncodedFile at remote 0x7ffff6911220\u003e, syscapture=\u003cSysCapture(_old=\u003c_io.TextIOWrapper at remote 0x7ffff77fe8a0\u003e, name='stdout', tmpfile=\u003c...\u003e, _state='started') at remote 0x7ffff67b7e90\u003e, _state='started') at remote 0x7ffff67b7990\u003e, err=\u003cFDCapture(targetfd=2, targetfd_invalid=None, targetfd_save=7, tmpfile=\u003cEncodedFile at remote 0x7ffff67726c0\u003e, syscapture=\u003cSysCapture(...(truncated), args=args@entry=0x7ffff7e6cb60, nargsf=\u003coptimized out\u003e, kwnames=kwnames@entry=('collector',)) at ./Include/internal/pycore_call.h:90\r\n#46 0x00005555556d0676 in PyObject_Vectorcall (\r\n callable=callable@entry=\u003c_HookCaller(name='pytest_make_collect_report', _wrappers=[\u003cHookImpl(function=\u003cmethod at remote 0x7ffff67ae630\u003e, argnames=('collector',), kwargnames=(), plugin=\u003cCaptureManager(_method='fd', _global_capturing=\u003cMultiCapture(in_=\u003cFDCapture(targetfd=0, targetfd_invalid=None, targetfd_save=3, tmpfile=\u003c_io.TextIOWrapper at remote 0x7ffff6911400\u003e, syscapture=\u003cSysCapture(_old=\u003c_io.TextIOWrapper at remote 0x7ffff77fe7b0\u003e, name='stdin', tmpfile=\u003cDontReadFromInput() at remote 0x7ffff67b7df0\u003e, _state='started') at remote 0x7ffff67a13c0\u003e, _state='started') at remote 0x7ffff67a1230\u003e, out=\u003cFDCapture(targetfd=1, targetfd_invalid=None, targetfd_save=5, tmpfile=\u003cEncodedFile at remote 0x7ffff6911220\u003e, syscapture=\u003cSysCapture(_old=\u003c_io.TextIOWrapper at remote 0x7ffff77fe8a0\u003e, name='stdout', tmpfile=\u003c...\u003e, _state='started') at remote 0x7ffff67b7e90\u003e, _state='started') at remote 0x7ffff67b7990\u003e, err=\u003cFDCapture(targetfd=2, targetfd_invalid=None, targetfd_save=7, tmpfile=\u003cEncodedFile at remote 0x7ffff67726c0\u003e, syscapture=\u003cSysCapture(...(truncated), args=args@entry=0x7ffff7e6cb60, nargsf=\u003coptimized out\u003e, kwnames=kwnames@entry=('collector',)) at Objects/call.c:299\r\n#47 0x00005555557b8fef in _PyEval_EvalFrameDefault (tstate=0x555555b2f5e8 \u003c_PyRuntime+166312\u003e, frame=0x7ffff7e6cae8, throwflag=\u003coptimized out\u003e) at Python/ceval.c:4773\r\n#48 0x00005555556e64ff in _PyEval_EvalFrame (tstate=tstate@entry=0x555555b2f5e8 \u003c_PyRuntime+166312\u003e, frame=frame@entry=0x7ffff6684ca0, throwflag=throwflag@entry=0) at ./Include/internal/pycore_ceval.h:72\r\n#49 0x00005555556e6831 in gen_send_ex2 (gen=0x7ffff6684c50, arg=arg@entry=0x0, presult=presult@entry=0x7fffffffb840, exc=exc@entry=0, closing=closing@entry=0) at Objects/genobject.c:219\r\n#50 0x00005555556e7e64 in gen_iternext (gen=\u003coptimized out\u003e) at Objects/genobject.c:594\r\n#51 0x00005555556f93d3 in list_extend (self=self@entry=0x7ffff676b430, iterable=iterable@entry=\u003cgenerator at remote 0x7ffff6684c50\u003e) at Objects/listobject.c:960\r\n#52 0x00005555557bb04e in _PyEval_EvalFrameDefault (tstate=0x555555b2f5e8 \u003c_PyRuntime+166312\u003e, frame=0x7ffff7e6c9f8, throwflag=\u003coptimized out\u003e) at Python/ceval.c:5223\r\n#53 0x00005555557bd6cd in _PyEval_EvalFrame (tstate=tstate@entry=0x555555b2f5e8 \u003c_PyRuntime+166312\u003e, frame=frame@entry=0x7ffff7e6c998, throwflag=throwflag@entry=0) at ./Include/internal/pycore_ceval.h:72\r\n#54 0x00005555557bd7ce in _PyEval_Vector (tstate=0x555555b2f5e8 \u003c_PyRuntime+166312\u003e, func=0x7ffff6b615a0, locals=locals@entry=0x0, args=0x7ffff6681878, argcount=\u003coptimized out\u003e, kwnames=0x0) at Python/ceval.c:6421\r\n#55 0x00005555556d023e in _PyFunction_Vectorcall (func=\u003coptimized out\u003e, stack=\u003coptimized out\u003e, nargsf=\u003coptimized out\u003e, kwnames=\u003coptimized out\u003e) at Objects/call.c:393\r\n#56 0x00005555556cfde3 in _PyVectorcall_Call (tstate=tstate@entry=0x555555b2f5e8 \u003c_PyRuntime+166312\u003e, func=0x5555556d01ee \u003c_PyFunction_Vectorcall\u003e, callable=callable@entry=\u003cfunction at remote 0x7ffff6b615a0\u003e, tuple=tuple@entry=(\u003cSession at remote 0x7ffff698c180\u003e,), kwargs=kwargs@entry=0x0) at Objects/call.c:245\r\n#57 0x00005555556d0180 in _PyObject_Call (tstate=0x555555b2f5e8 \u003c_PyRuntime+166312\u003e, callable=callable@entry=\u003cfunction at remote 0x7ffff6b615a0\u003e, args=args@entry=(\u003cSession at remote 0x7ffff698c180\u003e,), kwargs=kwargs@entry=0x0) at Objects/call.c:328\r\n#58 0x00005555556d01c8 in PyObject_Call (callable=callable@entry=\u003cfunction at remote 0x7ffff6b615a0\u003e, args=args@entry=(\u003cSession at remote 0x7ffff698c180\u003e,), kwargs=kwargs@entry=0x0) at Objects/call.c:355\r\n#59 0x00005555557ab8c2 in do_call_core (tstate=tstate@entry=0x555555b2f5e8 \u003c_PyRuntime+166312\u003e, func=func@entry=\u003cfunction at remote 0x7ffff6b615a0\u003e, callargs=callargs@entry=(\u003cSession at remote 0x7ffff698c180\u003e,), kwdict=kwdict@entry=0x0, use_tracing=0) at Python/ceval.c:7318\r\n#60 0x00005555557bbc54 in _PyEval_EvalFrameDefault (tstate=0x555555b2f5e8 \u003c_PyRuntime+166312\u003e, frame=0x7ffff7e6c8a8, throwflag=\u003coptimized out\u003e) at Python/ceval.c:5378\r\n#61 0x00005555557bd6cd in _PyEval_EvalFrame (tstate=tstate@entry=0x555555b2f5e8 \u003c_PyRuntime+166312\u003e, frame=frame@entry=0x7ffff7e6c760, throwflag=throwflag@entry=0) at ./Include/internal/pycore_ceval.h:72\r\n#62 0x00005555557bd7ce in _PyEval_Vector (tstate=0x555555b2f5e8 \u003c_PyRuntime+166312\u003e, func=0x7ffff7242e60, locals=locals@entry=0x0, args=0x7ffff7792da8, argcount=\u003coptimized out\u003e, kwnames=('session',)) at Python/ceval.c:6421\r\n#63 0x00005555556d023e in _PyFunction_Vectorcall (func=\u003coptimized out\u003e, stack=\u003coptimized out\u003e, nargsf=\u003coptimized out\u003e, kwnames=\u003coptimized out\u003e) at Objects/call.c:393\r\n#64 0x00005555556d1b4a in _PyObject_FastCallDictTstate (tstate=tstate@entry=0x555555b2f5e8 \u003c_PyRuntime+166312\u003e, callable=callable@entry=\u003cfunction at remote 0x7ffff7242e60\u003e, args=args@entry=0x7fffffffbd50, nargsf=nargsf@entry=1, kwargs=kwargs@entry={'session': \u003cSession at remote 0x7ffff698c180\u003e}) at Objects/call.c:152\r\n#65 0x00005555556d1d05 in _PyObject_Call_Prepend (tstate=tstate@entry=0x555555b2f5e8 \u003c_PyRuntime+166312\u003e, callable=callable@entry=\u003cfunction at remote 0x7ffff7242e60\u003e, \r\n obj=obj@entry=\u003c_HookCaller(name='pytest_collection', _wrappers=[\u003cHookImpl(function=\u003cmethod at remote 0x7ffff68afd10\u003e, argnames=(), kwargnames=(...), plugin=\u003cConfig(option=\u003cNamespace(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=\u003cfloat at remote 0x7ffff7792500\u003e, version=0, plugins=['pytester'], traceconfig=False, showfixtures=False, show_fixtures_per_test=False, verbose=0, no_header=False, no_summary=False, reportchars='fEX', 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, ...(truncated), args=args@entry=(), kwargs=kwargs@entry={'session': \u003cSession at remote 0x7ffff698c180\u003e}) at Objects/call.c:482\r\n#66 0x0000555555739abc in slot_tp_call (\r\n self=\u003c_HookCaller(name='pytest_collection', _wrappers=[\u003cHookImpl(function=\u003cmethod at remote 0x7ffff68afd10\u003e, argnames=(), kwargnames=(...), plugin=\u003cConfig(option=\u003cNamespace(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=\u003cfloat at remote 0x7ffff7792500\u003e, version=0, plugins=['pytester'], traceconfig=False, showfixtures=False, show_fixtures_per_test=False, verbose=0, no_header=False, no_summary=False, reportchars='fEX', 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, ...(truncated), args=(), kwds={'session': \u003cSession at remote 0x7ffff698c180\u003e}) at Objects/typeobject.c:7598\r\n#67 0x00005555556d03e3 in _PyObject_MakeTpCall (tstate=tstate@entry=0x555555b2f5e8 \u003c_PyRuntime+166312\u003e, \r\n callable=callable@entry=\u003c_HookCaller(name='pytest_collection', _wrappers=[\u003cHookImpl(function=\u003cmethod at remote 0x7ffff68afd10\u003e, argnames=(), kwargnames=(...), plugin=\u003cConfig(option=\u003cNamespace(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=\u003cfloat at remote 0x7ffff7792500\u003e, version=0, plugins=['pytester'], traceconfig=False, showfixtures=False, show_fixtures_per_test=False, verbose=0, no_header=False, no_summary=False, reportchars='fEX', 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, ...(truncated), args=args@entry=0x7ffff7e6c758, nargs=\u003coptimized out\u003e, keywords=keywords@entry=('session',)) at Objects/call.c:214\r\n#68 0x00005555556d061f in _PyObject_VectorcallTstate (tstate=0x555555b2f5e8 \u003c_PyRuntime+166312\u003e, \r\n callable=callable@entry=\u003c_HookCaller(name='pytest_collection', _wrappers=[\u003cHookImpl(function=\u003cmethod at remote 0x7ffff68afd10\u003e, argnames=(), kwargnames=(...), plugin=\u003cConfig(option=\u003cNamespace(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=\u003cfloat at remote 0x7ffff7792500\u003e, version=0, plugins=['pytester'], traceconfig=False, showfixtures=False, show_fixtures_per_test=False, verbose=0, no_header=False, no_summary=False, reportchars='fEX', 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, ...(truncated), args=args@entry=0x7ffff7e6c758, nargsf=\u003coptimized out\u003e, kwnames=kwnames@entry=('session',)) at ./Include/internal/pycore_call.h:90\r\n#69 0x00005555556d0676 in PyObject_Vectorcall (\r\n callable=callable@entry=\u003c_HookCaller(name='pytest_collection', _wrappers=[\u003cHookImpl(function=\u003cmethod at remote 0x7ffff68afd10\u003e, argnames=(), kwargnames=(...), plugin=\u003cConfig(option=\u003cNamespace(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=\u003cfloat at remote 0x7ffff7792500\u003e, version=0, plugins=['pytester'], traceconfig=False, showfixtures=False, show_fixtures_per_test=False, verbose=0, no_header=False, no_summary=False, reportchars='fEX', 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, ...(truncated), args=args@entry=0x7ffff7e6c758, nargsf=\u003coptimized out\u003e, kwnames=kwnames@entry=('session',)) at Objects/call.c:299\r\n#70 0x00005555557b8fef in _PyEval_EvalFrameDefault (tstate=0x555555b2f5e8 \u003c_PyRuntime+166312\u003e, frame=0x7ffff7e6c6f0, throwflag=\u003coptimized out\u003e) at Python/ceval.c:4773\r\n#71 0x00005555557bd6cd in _PyEval_EvalFrame (tstate=tstate@entry=0x555555b2f5e8 \u003c_PyRuntime+166312\u003e, frame=frame@entry=0x7ffff7e6c5b8, throwflag=throwflag@entry=0) at ./Include/internal/pycore_ceval.h:72\r\n#72 0x00005555557bd7ce in _PyEval_Vector (tstate=0x555555b2f5e8 \u003c_PyRuntime+166312\u003e, func=0x7ffff6b61440, locals=locals@entry=0x0, args=0x7ffff6775238, argcount=\u003coptimized out\u003e, kwnames=0x0) at Python/ceval.c:6421\r\n#73 0x00005555556d023e in _PyFunction_Vectorcall (func=\u003coptimized out\u003e, stack=\u003coptimized out\u003e, nargsf=\u003coptimized out\u003e, kwnames=\u003coptimized out\u003e) at Objects/call.c:393\r\n#74 0x00005555556cfde3 in _PyVectorcall_Call (tstate=tstate@entry=0x555555b2f5e8 \u003c_PyRuntime+166312\u003e, func=0x5555556d01ee \u003c_PyFunction_Vectorcall\u003e, callable=callable@entry=\u003cfunction at remote 0x7ffff6b61440\u003e, \r\n tuple=tuple@entry=(\u003cConfig(option=\u003cNamespace(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=\u003cfloat at remote 0x7ffff7792500\u003e, version=0, plugins=['pytester'], traceconfig=False, showfixtures=False, show_fixtures_per_test=False, verbose=0, no_header=False, no_summary=False, reportchars='fEX', 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, lsof=False, runpytest='inprocess', markers=False, usepdb=False, usepdb_cls=None, trace=False, lf=False, failedfirst=False, newfirst=False, ca...(truncated), kwargs=kwargs@entry=0x0) at Objects/call.c:245\r\n#75 0x00005555556d0180 in _PyObject_Call (tstate=0x555555b2f5e8 \u003c_PyRuntime+166312\u003e, callable=callable@entry=\u003cfunction at remote 0x7ffff6b61440\u003e, \r\n args=args@entry=(\u003cConfig(option=\u003cNamespace(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=\u003cfloat at remote 0x7ffff7792500\u003e, version=0, plugins=['pytester'], traceconfig=False, showfixtures=False, show_fixtures_per_test=False, verbose=0, no_header=False, no_summary=False, reportchars='fEX', 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, lsof=False, runpytest='inprocess', markers=False, usepdb=False, usepdb_cls=None, trace=False, lf=False, failedfirst=False, newfirst=False, ca...(truncated), kwargs=kwargs@entry=0x0) at Objects/call.c:328\r\n#76 0x00005555556d01c8 in PyObject_Call (callable=callable@entry=\u003cfunction at remote 0x7ffff6b61440\u003e, \r\n args=args@entry=(\u003cConfig(option=\u003cNamespace(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=\u003cfloat at remote 0x7ffff7792500\u003e, version=0, plugins=['pytester'], traceconfig=False, showfixtures=False, show_fixtures_per_test=False, verbose=0, no_header=False, no_summary=False, reportchars='fEX', 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, lsof=False, runpytest='inprocess', markers=False, usepdb=False, usepdb_cls=None, trace=False, lf=False, failedfirst=False, newfirst=False, ca...(truncated), kwargs=kwargs@entry=0x0) at Objects/call.c:355\r\n#77 0x00005555557ab8c2 in do_call_core (tstate=tstate@entry=0x555555b2f5e8 \u003c_PyRuntime+166312\u003e, func=func@entry=\u003cfunction at remote 0x7ffff6b61440\u003e, \r\n callargs=callargs@entry=(\u003cConfig(option=\u003cNamespace(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=\u003cfloat at remote 0x7ffff7792500\u003e, version=0, plugins=['pytester'], traceconfig=False, showfixtures=False, show_fixtures_per_test=False, verbose=0, no_header=False, no_summary=False, reportchars='fEX', 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, lsof=False, runpytest='inprocess', markers=False, usepdb=False, usepdb_cls=None, trace=False, lf=False, failedfirst=False, newfirst=False, ca...(truncated), kwdict=kwdict@entry=0x0, use_tracing=0) at Python/ceval.c:7318\r\n#78 0x00005555557bbc54 in _PyEval_EvalFrameDefault (tstate=0x555555b2f5e8 \u003c_PyRuntime+166312\u003e, frame=0x7ffff7e6c4c8, throwflag=\u003coptimized out\u003e) at Python/ceval.c:5378\r\n#79 0x00005555557bd6cd in _PyEval_EvalFrame (tstate=tstate@entry=0x555555b2f5e8 \u003c_PyRuntime+166312\u003e, frame=frame@entry=0x7ffff7e6c380, throwflag=throwflag@entry=0) at ./Include/internal/pycore_ceval.h:72\r\n#80 0x00005555557bd7ce in _PyEval_Vector (tstate=0x555555b2f5e8 \u003c_PyRuntime+166312\u003e, func=0x7ffff7242e60, locals=locals@entry=0x0, args=0x7ffff7792c28, argcount=\u003coptimized out\u003e, kwnames=('config',)) at Python/ceval.c:6421\r\n--Type \u003cRET\u003e for more, q to quit, c to continue without paging--\r\n#81 0x00005555556d023e in _PyFunction_Vectorcall (func=\u003coptimized out\u003e, stack=\u003coptimized out\u003e, nargsf=\u003coptimized out\u003e, kwnames=\u003coptimized out\u003e) at Objects/call.c:393\r\n#82 0x00005555556d1b4a in _PyObject_FastCallDictTstate (tstate=tstate@entry=0x555555b2f5e8 \u003c_PyRuntime+166312\u003e, callable=callable@entry=\u003cfunction at remote 0x7ffff7242e60\u003e, args=args@entry=0x7fffffffc350, nargsf=nargsf@entry=1, \r\n kwargs=kwargs@entry={'config': \u003cConfig(option=\u003cNamespace(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=\u003cfloat at remote 0x7ffff7792500\u003e, version=0, plugins=['pytester'], traceconfig=False, showfixtures=False, show_fixtures_per_test=False, verbose=0, no_header=False, no_summary=False, reportchars='fEX', 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, lsof=False, runpytest='inprocess', markers=False, usepdb=False, usepdb_cls=None, trace=False, lf=False, failedfirst=False, newfirst...(truncated)) at Objects/call.c:152\r\n#83 0x00005555556d1d05 in _PyObject_Call_Prepend (tstate=tstate@entry=0x555555b2f5e8 \u003c_PyRuntime+166312\u003e, callable=callable@entry=\u003cfunction at remote 0x7ffff7242e60\u003e, \r\n obj=obj@entry=\u003c_HookCaller(name='pytest_cmdline_main', _wrappers=[], _nonwrappers=[\u003cHookImpl(function=\u003cfunction at remote 0x7ffff6b61440\u003e, argnames=('config',), kwargnames=(), plugin=\u003cmodule at remote 0x7ffff6dd0050\u003e, 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 0x7ffff68ba810\u003e, \u003cHookImpl(function=\u003cfunction at remote 0x7ffff68a9230\u003e, argnames=('config',), kwargnames=(...), plugin=\u003cmodule at remote 0x7ffff68c3d70\u003e, 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 0x7ffff68c4b50\u003e, \u003cHookImpl(function=\u003cfunction at remote 0x7ffff6b77e30\u003e, argnames=('config',), kwargnames=(...), plugin=\u003cmodule at remote 0x7ffff6b7ddf0\u003e, opts={'tryfirst': False, 'trylast': False, 'optionalhook': F...(truncated), args=args@entry=(), \r\n kwargs=kwargs@entry={'config': \u003cConfig(option=\u003cNamespace(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=\u003cfloat at remote 0x7ffff7792500\u003e, version=0, plugins=['pytester'], traceconfig=False, showfixtures=False, show_fixtures_per_test=False, verbose=0, no_header=False, no_summary=False, reportchars='fEX', 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, lsof=False, runpytest='inprocess', markers=False, usepdb=False, usepdb_cls=None, trace=False, lf=False, failedfirst=False, newfirst...(truncated)) at Objects/call.c:482\r\n#84 0x0000555555739abc in slot_tp_call (\r\n self=\u003c_HookCaller(name='pytest_cmdline_main', _wrappers=[], _nonwrappers=[\u003cHookImpl(function=\u003cfunction at remote 0x7ffff6b61440\u003e, argnames=('config',), kwargnames=(), plugin=\u003cmodule at remote 0x7ffff6dd0050\u003e, 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 0x7ffff68ba810\u003e, \u003cHookImpl(function=\u003cfunction at remote 0x7ffff68a9230\u003e, argnames=('config',), kwargnames=(...), plugin=\u003cmodule at remote 0x7ffff68c3d70\u003e, 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 0x7ffff68c4b50\u003e, \u003cHookImpl(function=\u003cfunction at remote 0x7ffff6b77e30\u003e, argnames=('config',), kwargnames=(...), plugin=\u003cmodule at remote 0x7ffff6b7ddf0\u003e, opts={'tryfirst': False, 'trylast': False, 'optionalhook': F...(truncated), args=(), \r\n kwds={'config': \u003cConfig(option=\u003cNamespace(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=\u003cfloat at remote 0x7ffff7792500\u003e, version=0, plugins=['pytester'], traceconfig=False, showfixtures=False, show_fixtures_per_test=False, verbose=0, no_header=False, no_summary=False, reportchars='fEX', 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, lsof=False, runpytest='inprocess', markers=False, usepdb=False, usepdb_cls=None, trace=False, lf=False, failedfirst=False, newfirst...(truncated)) at Objects/typeobject.c:7598\r\n#85 0x00005555556d03e3 in _PyObject_MakeTpCall (tstate=tstate@entry=0x555555b2f5e8 \u003c_PyRuntime+166312\u003e, \r\n callable=callable@entry=\u003c_HookCaller(name='pytest_cmdline_main', _wrappers=[], _nonwrappers=[\u003cHookImpl(function=\u003cfunction at remote 0x7ffff6b61440\u003e, argnames=('config',), kwargnames=(), plugin=\u003cmodule at remote 0x7ffff6dd0050\u003e, 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 0x7ffff68ba810\u003e, \u003cHookImpl(function=\u003cfunction at remote 0x7ffff68a9230\u003e, argnames=('config',), kwargnames=(...), plugin=\u003cmodule at remote 0x7ffff68c3d70\u003e, 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 0x7ffff68c4b50\u003e, \u003cHookImpl(function=\u003cfunction at remote 0x7ffff6b77e30\u003e, argnames=('config',), kwargnames=(...), plugin=\u003cmodule at remote 0x7ffff6b7ddf0\u003e, opts={'tryfirst': False, 'trylast': False, 'optionalhook': F...(truncated), args=args@entry=0x7ffff7e6c358, nargs=\u003coptimized out\u003e, keywords=keywords@entry=('config',)) at Objects/call.c:214\r\n#86 0x00005555556d061f in _PyObject_VectorcallTstate (tstate=0x555555b2f5e8 \u003c_PyRuntime+166312\u003e, \r\n callable=callable@entry=\u003c_HookCaller(name='pytest_cmdline_main', _wrappers=[], _nonwrappers=[\u003cHookImpl(function=\u003cfunction at remote 0x7ffff6b61440\u003e, argnames=('config',), kwargnames=(), plugin=\u003cmodule at remote 0x7ffff6dd0050\u003e, 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 0x7ffff68ba810\u003e, \u003cHookImpl(function=\u003cfunction at remote 0x7ffff68a9230\u003e, argnames=('config',), kwargnames=(...), plugin=\u003cmodule at remote 0x7ffff68c3d70\u003e, 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 0x7ffff68c4b50\u003e, \u003cHookImpl(function=\u003cfunction at remote 0x7ffff6b77e30\u003e, argnames=('config',), kwargnames=(...), plugin=\u003cmodule at remote 0x7ffff6b7ddf0\u003e, opts={'tryfirst': False, 'trylast': False, 'optionalhook': F...(truncated), args=args@entry=0x7ffff7e6c358, nargsf=\u003coptimized out\u003e, kwnames=kwnames@entry=('config',)) at ./Include/internal/pycore_call.h:90\r\n#87 0x00005555556d0676 in PyObject_Vectorcall (\r\n callable=callable@entry=\u003c_HookCaller(name='pytest_cmdline_main', _wrappers=[], _nonwrappers=[\u003cHookImpl(function=\u003cfunction at remote 0x7ffff6b61440\u003e, argnames=('config',), kwargnames=(), plugin=\u003cmodule at remote 0x7ffff6dd0050\u003e, 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 0x7ffff68ba810\u003e, \u003cHookImpl(function=\u003cfunction at remote 0x7ffff68a9230\u003e, argnames=('config',), kwargnames=(...), plugin=\u003cmodule at remote 0x7ffff68c3d70\u003e, 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 0x7ffff68c4b50\u003e, \u003cHookImpl(function=\u003cfunction at remote 0x7ffff6b77e30\u003e, argnames=('config',), kwargnames=(...), plugin=\u003cmodule at remote 0x7ffff6b7ddf0\u003e, opts={'tryfirst': False, 'trylast': False, 'optionalhook': F...(truncated), args=args@entry=0x7ffff7e6c358, nargsf=\u003coptimized out\u003e, kwnames=kwnames@entry=('config',)) at Objects/call.c:299\r\n#88 0x00005555557b8fef in _PyEval_EvalFrameDefault (tstate=0x555555b2f5e8 \u003c_PyRuntime+166312\u003e, frame=0x7ffff7e6c2a8, throwflag=\u003coptimized out\u003e) at Python/ceval.c:4773\r\n#89 0x00005555557bd6cd in _PyEval_EvalFrame (tstate=tstate@entry=0x555555b2f5e8 \u003c_PyRuntime+166312\u003e, frame=frame@entry=0x7ffff7e6c1b8, throwflag=throwflag@entry=0) at ./Include/internal/pycore_ceval.h:72\r\n#90 0x00005555557bd7ce in _PyEval_Vector (tstate=tstate@entry=0x555555b2f5e8 \u003c_PyRuntime+166312\u003e, func=func@entry=0x7ffff7681b20, \r\n locals=locals@entry={'__name__': '__main__', '__doc__': 'The pytest entry point.', '__package__': 'pytest', '__loader__': \u003cSourceFileLoader(name='pytest.__main__', path='/home/florian/tmp/python-pytest/.venv/lib/python3.11/site-packages/pytest/__main__.py') at remote 0x7ffff6aa67c0\u003e, '__spec__': \u003cModuleSpec(name='pytest.__main__', loader=\u003c...\u003e, origin='/home/florian/tmp/python-pytest/.venv/lib/python3.11/site-packages/pytest/__main__.py', loader_state=None, submodule_search_locations=None, _uninitialized_submodules=[], _set_fileattr=True, _cached='/home/florian/tmp/python-pytest/.venv/lib/python3.11/site-packages/pytest/__pycache__/__main__.cpython-311.pyc') at remote 0x7ffff75161d0\u003e, '__annotations__': {}, '__builtins__': \u003cmodule at remote 0x7ffff779f1d0\u003e, '__file__': '/home/florian/tmp/python-pytest/.venv/lib/python3.11/site-packages/pytest/__main__.py', '__cached__': '/home/florian/tmp/python-pytest/.venv/lib/python3.11/site-packages/pytest/__pycache__/__main__.cpython-311.pyc', 'pytest': \u003cmodule at remote 0x7ffff7518890\u003e}, args=args@entry=0x0, argcount=argcount@entry=0, kwnames=kwnames@entry=0x0) at Python/ceval.c:6421\r\n#91 0x00005555557bd8e3 in PyEval_EvalCode (co=co@entry=\u003ccode at remote 0x7ffff6a679a0\u003e, \r\n globals=globals@entry={'__name__': '__main__', '__doc__': 'The pytest entry point.', '__package__': 'pytest', '__loader__': \u003cSourceFileLoader(name='pytest.__main__', path='/home/florian/tmp/python-pytest/.venv/lib/python3.11/site-packages/pytest/__main__.py') at remote 0x7ffff6aa67c0\u003e, '__spec__': \u003cModuleSpec(name='pytest.__main__', loader=\u003c...\u003e, origin='/home/florian/tmp/python-pytest/.venv/lib/python3.11/site-packages/pytest/__main__.py', loader_state=None, submodule_search_locations=None, _uninitialized_submodules=[], _set_fileattr=True, _cached='/home/florian/tmp/python-pytest/.venv/lib/python3.11/site-packages/pytest/__pycache__/__main__.cpython-311.pyc') at remote 0x7ffff75161d0\u003e, '__annotations__': {}, '__builtins__': \u003cmodule at remote 0x7ffff779f1d0\u003e, '__file__': '/home/florian/tmp/python-pytest/.venv/lib/python3.11/site-packages/pytest/__main__.py', '__cached__': '/home/florian/tmp/python-pytest/.venv/lib/python3.11/site-packages/pytest/__pycache__/__main__.cpython-311.pyc', 'pytest': \u003cmodule at remote 0x7ffff7518890\u003e}, \r\n locals=locals@entry={'__name__': '__main__', '__doc__': 'The pytest entry point.', '__package__': 'pytest', '__loader__': \u003cSourceFileLoader(name='pytest.__main__', path='/home/florian/tmp/python-pytest/.venv/lib/python3.11/site-packages/pytest/__main__.py') at remote 0x7ffff6aa67c0\u003e, '__spec__': \u003cModuleSpec(name='pytest.__main__', loader=\u003c...\u003e, origin='/home/florian/tmp/python-pytest/.venv/lib/python3.11/site-packages/pytest/__main__.py', loader_state=None, submodule_search_locations=None, _uninitialized_submodules=[], _set_fileattr=True, _cached='/home/florian/tmp/python-pytest/.venv/lib/python3.11/site-packages/pytest/__pycache__/__main__.cpython-311.pyc') at remote 0x7ffff75161d0\u003e, '__annotations__': {}, '__builtins__': \u003cmodule at remote 0x7ffff779f1d0\u003e, '__file__': '/home/florian/tmp/python-pytest/.venv/lib/python3.11/site-packages/pytest/__main__.py', '__cached__': '/home/florian/tmp/python-pytest/.venv/lib/python3.11/site-packages/pytest/__pycache__/__main__.cpython-311.pyc', 'pytest': \u003cmodule at remote 0x7ffff7518890\u003e}) at Python/ceval.c:1155\r\n#92 0x00005555557a459b in builtin_exec_impl (module=module@entry=\u003cmodule at remote 0x7ffff779f1d0\u003e, source=\u003ccode at remote 0x7ffff6a679a0\u003e, \r\n globals={'__name__': '__main__', '__doc__': 'The pytest entry point.', '__package__': 'pytest', '__loader__': \u003cSourceFileLoader(name='pytest.__main__', path='/home/florian/tmp/python-pytest/.venv/lib/python3.11/site-packages/pytest/__main__.py') at remote 0x7ffff6aa67c0\u003e, '__spec__': \u003cModuleSpec(name='pytest.__main__', loader=\u003c...\u003e, origin='/home/florian/tmp/python-pytest/.venv/lib/python3.11/site-packages/pytest/__main__.py', loader_state=None, submodule_search_locations=None, _uninitialized_submodules=[], _set_fileattr=True, _cached='/home/florian/tmp/python-pytest/.venv/lib/python3.11/site-packages/pytest/__pycache__/__main__.cpython-311.pyc') at remote 0x7ffff75161d0\u003e, '__annotations__': {}, '__builtins__': \u003cmodule at remote 0x7ffff779f1d0\u003e, '__file__': '/home/florian/tmp/python-pytest/.venv/lib/python3.11/site-packages/pytest/__main__.py', '__cached__': '/home/florian/tmp/python-pytest/.venv/lib/python3.11/site-packages/pytest/__pycache__/__main__.cpython-311.pyc', 'pytest': \u003cmodule at remote 0x7ffff7518890\u003e}, \r\n locals={'__name__': '__main__', '__doc__': 'The pytest entry point.', '__package__': 'pytest', '__loader__': \u003cSourceFileLoader(name='pytest.__main__', path='/home/florian/tmp/python-pytest/.venv/lib/python3.11/site-packages/pytest/__main__.py') at remote 0x7ffff6aa67c0\u003e, '__spec__': \u003cModuleSpec(name='pytest.__main__', loader=\u003c...\u003e, origin='/home/florian/tmp/python-pytest/.venv/lib/python3.11/site-packages/pytest/__main__.py', loader_state=None, submodule_search_locations=None, _uninitialized_submodules=[], _set_fileattr=True, _cached='/home/florian/tmp/python-pytest/.venv/lib/python3.11/site-packages/pytest/__pycache__/__main__.cpython-311.pyc') at remote 0x7ffff75161d0\u003e, '__annotations__': {}, '__builtins__': \u003cmodule at remote 0x7ffff779f1d0\u003e, '__file__': '/home/florian/tmp/python-pytest/.venv/lib/python3.11/site-packages/pytest/__main__.py', '__cached__': '/home/florian/tmp/python-pytest/.venv/lib/python3.11/site-packages/pytest/__pycache__/__main__.cpython-311.pyc', 'pytest': \u003cmodule at remote 0x7ffff7518890\u003e}, closure=0x0) at Python/bltinmodule.c:1075\r\n#93 0x00005555557a46b4 in builtin_exec (module=\u003cmodule at remote 0x7ffff779f1d0\u003e, args=\u003coptimized out\u003e, args@entry=0x7ffff7e6c180, nargs=nargs@entry=2, kwnames=kwnames@entry=0x0) at Python/clinic/bltinmodule.c.h:465\r\n#94 0x0000555555717156 in cfunction_vectorcall_FASTCALL_KEYWORDS (func=\u003cbuilt-in method exec of module object at remote 0x7ffff779f1d0\u003e, args=0x7ffff7e6c180, nargsf=\u003coptimized out\u003e, kwnames=0x0) at Objects/methodobject.c:443\r\n#95 0x00005555556d059f in _PyObject_VectorcallTstate (tstate=0x555555b2f5e8 \u003c_PyRuntime+166312\u003e, callable=callable@entry=\u003cbuilt-in method exec of module object at remote 0x7ffff779f1d0\u003e, args=args@entry=0x7ffff7e6c180, nargsf=9223372036854775810, kwnames=kwnames@entry=0x0) at ./Include/internal/pycore_call.h:92\r\n#96 0x00005555556d0676 in PyObject_Vectorcall (callable=callable@entry=\u003cbuilt-in method exec of module object at remote 0x7ffff779f1d0\u003e, args=args@entry=0x7ffff7e6c180, nargsf=\u003coptimized out\u003e, kwnames=kwnames@entry=0x0) at Objects/call.c:299\r\n#97 0x00005555557b8fef in _PyEval_EvalFrameDefault (tstate=0x555555b2f5e8 \u003c_PyRuntime+166312\u003e, frame=0x7ffff7e6c0d8, throwflag=\u003coptimized out\u003e) at Python/ceval.c:4773\r\n#98 0x00005555557bd6cd in _PyEval_EvalFrame (tstate=tstate@entry=0x555555b2f5e8 \u003c_PyRuntime+166312\u003e, frame=frame@entry=0x7ffff7e6c020, throwflag=throwflag@entry=0) at ./Include/internal/pycore_ceval.h:72\r\n#99 0x00005555557bd7ce in _PyEval_Vector (tstate=0x555555b2f5e8 \u003c_PyRuntime+166312\u003e, func=0x7ffff751eaf0, locals=locals@entry=0x0, args=0x7ffff7689418, argcount=\u003coptimized out\u003e, kwnames=0x0) at Python/ceval.c:6421\r\n#100 0x00005555556d023e in _PyFunction_Vectorcall (func=\u003coptimized out\u003e, stack=\u003coptimized out\u003e, nargsf=\u003coptimized out\u003e, kwnames=\u003coptimized out\u003e) at Objects/call.c:393\r\n#101 0x00005555556cfde3 in _PyVectorcall_Call (tstate=tstate@entry=0x555555b2f5e8 \u003c_PyRuntime+166312\u003e, func=0x5555556d01ee \u003c_PyFunction_Vectorcall\u003e, callable=callable@entry=\u003cfunction at remote 0x7ffff751eaf0\u003e, tuple=tuple@entry=('pytest', True), kwargs=kwargs@entry=0x0) at Objects/call.c:245\r\n#102 0x00005555556d0180 in _PyObject_Call (tstate=0x555555b2f5e8 \u003c_PyRuntime+166312\u003e, callable=callable@entry=\u003cfunction at remote 0x7ffff751eaf0\u003e, args=args@entry=('pytest', True), kwargs=kwargs@entry=0x0) at Objects/call.c:328\r\n#103 0x00005555556d01c8 in PyObject_Call (callable=callable@entry=\u003cfunction at remote 0x7ffff751eaf0\u003e, args=args@entry=('pytest', True), kwargs=kwargs@entry=0x0) at Objects/call.c:355\r\n#104 0x00005555558223fe in pymain_run_module (modname=\u003coptimized out\u003e, set_argv0=set_argv0@entry=1) at Modules/main.c:300\r\n#105 0x0000555555822edf in pymain_run_python (exitcode=exitcode@entry=0x7fffffffcae4) at Modules/main.c:595\r\n#106 0x000055555582316e in Py_RunMain () at Modules/main.c:680\r\n#107 0x00005555558231e8 in pymain_main (args=args@entry=0x7fffffffcb40) at Modules/main.c:710\r\n#108 0x00005555558232b7 in Py_BytesMain (argc=\u003coptimized out\u003e, argv=\u003coptimized out\u003e) at Modules/main.c:734\r\n#109 0x0000555555644732 in main (argc=\u003coptimized out\u003e, argv=\u003coptimized out\u003e) at ./Programs/python.c:15\r\n```\r\n\r\n\u003c/details\u003e\r\n\r\n\r\n\r\n**Your environment**\r\n\r\n- CPython versions tested on: Current 3.11 branch (cb4359ccfc8f07cce6fbbd81f56fd252e1d7a6f5 and df091e14d8c5b25b9094ebb86857e30adc8e5abb)\r\n- Operating system and architecture: Archlinux x86_64","author":{"url":"https://github.com/The-Compiler","@type":"Person","name":"The-Compiler"},"datePublished":"2022-07-08T19:30:30.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":43},"url":"https://github.com/94694/cpython/issues/94694"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:a6c11bda-86a7-4ff1-44bc-40ba44ee5898 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | 947A:9F506:187DAD:208638:6969768F |
| html-safe-nonce | adcf0dd670042e0281eadd73cde6706835bbf29db1d114b015df3c4a98925025 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5NDdBOjlGNTA2OjE4N0RBRDoyMDg2Mzg6Njk2OTc2OEYiLCJ2aXNpdG9yX2lkIjoiMzU0ODU2MDQ1MjE0NTI5MTY3IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | 9aa9c72b1e5aa6bf85715f26e131118144103c8e565e5ce52c9667a8ceba824e |
| hovercard-subject-tag | issue:1299378024 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/python/cpython/94694/issue_layout |
| twitter:image | https://opengraph.githubassets.com/e7ed6f22f23adce997b55646a153259b6f5278c112ad59a3aaac2ba5d1804602/python/cpython/issues/94694 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/e7ed6f22f23adce997b55646a153259b6f5278c112ad59a3aaac2ba5d1804602/python/cpython/issues/94694 |
| og:image:alt | Crash report When running pytest in e.g. the pytest repository on the current Python 3.11 branch, it aborts, perhaps similarly to #93387 or #92597 somehow... I've been unable to get a minimal repro... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | The-Compiler |
| hostname | github.com |
| expected-hostname | github.com |
| None | c6f193beb8ff08443adc07685d75302ab8aaf0a135f6e251c3ff3112c8deb881 |
| turbo-cache-control | no-preview |
| go-import | github.com/python/cpython git https://github.com/python/cpython.git |
| octolytics-dimension-user_id | 1525981 |
| octolytics-dimension-user_login | python |
| octolytics-dimension-repository_id | 81598961 |
| octolytics-dimension-repository_nwo | python/cpython |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 81598961 |
| octolytics-dimension-repository_network_root_nwo | python/cpython |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 212e3e3d3298bf5b313830edfd2399e869f7ea76 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width