Source: ipykernel Version: 6.13.0-1 Severity: serious User: debian...@lists.debian.org Usertags: regression
Dear maintainer(s),With a recent upload of ipykernel the autopkgtest of ipykernel fails in testing when that autopkgtest is run with the binary packages of ipykernel from unstable. It passes when run with only packages from testing. In tabular form:
pass fail ipykernel from testing 6.13.0-1 all others from testing from testing I copied some of the output at the bottom of this report.Currently this regression is blocking the migration to testing [1]. Can you please investigate the situation and fix it?
More information about this bug and the reason for filing it can be found on https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation Paul [1] https://qa.debian.org/excuses.php?package=ipykernel https://ci.debian.net/data/autopkgtest/testing/amd64/i/ipykernel/22160991/log.gz[31m[1m___________________ ERROR at setup of test_asyncio_interrupt ___________________[0m
cls = <class '_pytest.runner.CallInfo'> func = <function call_runtest_hook.<locals>.<lambda> at 0x7fdd6d273b50> when = 'setup' reraise = (<class '_pytest.outcomes.Exit'>, <class 'KeyboardInterrupt'>) [37m@classmethod[39;49;00m [94mdef[39;49;00m [92mfrom_call[39;49;00m( [96mcls[39;49;00m,func: [33m"[39;49;00m[33mCallable[[], TResult][39;49;00m[33m"[39;49;00m, when: [33m"[39;49;00m[33mLiteral[[39;49;00m[33m'[39;49;00m[33mcollect[39;49;00m[33m'[39;49;00m[33m, [39;49;00m[33m'[39;49;00m[33msetup[39;49;00m[33m'[39;49;00m[33m, [39;49;00m[33m'[39;49;00m[33mcall[39;49;00m[33m'[39;49;00m[33m, [39;49;00m[33m'[39;49;00m[33mteardown[39;49;00m[33m'[39;49;00m[33m][39;49;00m[33m"[39;49;00m,
reraise: Optional[Union[Type[[96mBaseException[39;49;00m], Tuple[Type[[96mBaseException[39;49;00m], ...]]
] = [94mNone[39;49;00m,) -> [33m"[39;49;00m[33mCallInfo[TResult][39;49;00m[33m"[39;49;00m:
excinfo = [94mNone[39;49;00m start = timing.time() precise_start = timing.perf_counter() [94mtry[39;49;00m:
result: Optional[TResult] = func()
[1m[31m/usr/lib/python3/dist-packages/_pytest/runner.py[0m:311: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ [1m[31m/usr/lib/python3/dist-packages/_pytest/runner.py[0m:255: in <lambda> [94mlambda[39;49;00m: ihook(item=item, **kwds), when=when, reraise=reraise [1m[31m/usr/lib/python3/dist-packages/pluggy/_hooks.py[0m:265: in __call__ [94mreturn[39;49;00m [96mself[39;49;00m._hookexec([96mself[39;49;00m.name, [96mself[39;49;00m.get_hookimpls(), kwargs, firstresult) [1m[31m/usr/lib/python3/dist-packages/pluggy/_manager.py[0m:80: in _hookexec [94mreturn[39;49;00m [96mself[39;49;00m._inner_hookexec(hook_name, methods, kwargs, firstresult) [1m[31m/usr/lib/python3/dist-packages/_pytest/unraisableexception.py[0m:83: in pytest_runtest_setup
[94myield from[39;49;00m unraisable_exception_runtest_hook()_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ [94mdef[39;49;00m [92munraisable_exception_runtest_hook[39;49;00m() -> Generator[[94mNone[39;49;00m, [94mNone[39;49;00m, [94mNone[39;49;00m]: [94mwith[39;49;00m catch_unraisable_exception() [94mas[39;49;00m cm:
[94myield[39;49;00m [94mif[39;49;00m cm.unraisable:[94mif[39;49;00m cm.unraisable.err_msg [95mis[39;49;00m [95mnot[39;49;00m [94mNone[39;49;00m:
err_msg = cm.unraisable.err_msg [94melse[39;49;00m:err_msg = [33m"[39;49;00m[33mException ignored in[39;49;00m[33m"[39;49;00m msg = [33mf[39;49;00m[33m"[39;49;00m[33m{[39;49;00merr_msg[33m}[39;49;00m[33m: [39;49;00m[33m{[39;49;00mcm.unraisable.object[33m!r}[39;49;00m[33m\n[39;49;00m[33m\n[39;49;00m[33m"[39;49;00m
msg += [33m"[39;49;00m[33m"[39;49;00m.join( traceback.format_exception( cm.unraisable.exc_type, cm.unraisable.exc_value, cm.unraisable.exc_traceback, ) )
[1m[31mE pytest.PytestUnraisableExceptionWarning: Exception ignored in: <function Context.__del__ at 0x7fdda0bb2290>[0mwarnings.warn(pytest.PytestUnraisableExceptionWarning(msg))
[1m[31mE [0m [1m[31mE Traceback (most recent call last):[0m[1m[31mE File "/usr/lib/python3/dist-packages/zmq/sugar/context.py", line 65, in __del__[0m
[1m[31mE warnings.warn([0m[1m[31mE ResourceWarning: unclosed context <zmq.asyncio.Context() at 0x7fdd6d226250>[0m
[1m[31m/usr/lib/python3/dist-packages/_pytest/unraisableexception.py[0m:78: PytestUnraisableExceptionWarning ---------------------------- Captured stdout setup ----------------------------- [IPKernelApp] WARNING | debugpy_stream undefined, debugging will not be enabled =================================== FAILURES =================================== [31m[1m________________________ test_async_interrupt[asyncio] _________________________[0m
cls = <class '_pytest.runner.CallInfo'> func = <function call_runtest_hook.<locals>.<lambda> at 0x7fdd8813ac20> when = 'call' reraise = (<class '_pytest.outcomes.Exit'>, <class 'KeyboardInterrupt'>) [37m@classmethod[39;49;00m [94mdef[39;49;00m [92mfrom_call[39;49;00m( [96mcls[39;49;00m,func: [33m"[39;49;00m[33mCallable[[], TResult][39;49;00m[33m"[39;49;00m, when: [33m"[39;49;00m[33mLiteral[[39;49;00m[33m'[39;49;00m[33mcollect[39;49;00m[33m'[39;49;00m[33m, [39;49;00m[33m'[39;49;00m[33msetup[39;49;00m[33m'[39;49;00m[33m, [39;49;00m[33m'[39;49;00m[33mcall[39;49;00m[33m'[39;49;00m[33m, [39;49;00m[33m'[39;49;00m[33mteardown[39;49;00m[33m'[39;49;00m[33m][39;49;00m[33m"[39;49;00m,
reraise: Optional[Union[Type[[96mBaseException[39;49;00m], Tuple[Type[[96mBaseException[39;49;00m], ...]]
] = [94mNone[39;49;00m,) -> [33m"[39;49;00m[33mCallInfo[TResult][39;49;00m[33m"[39;49;00m:
excinfo = [94mNone[39;49;00m start = timing.time() precise_start = timing.perf_counter() [94mtry[39;49;00m:
result: Optional[TResult] = func()
[1m[31m/usr/lib/python3/dist-packages/_pytest/runner.py[0m:311: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ [1m[31m/usr/lib/python3/dist-packages/_pytest/runner.py[0m:255: in <lambda> [94mlambda[39;49;00m: ihook(item=item, **kwds), when=when, reraise=reraise [1m[31m/usr/lib/python3/dist-packages/pluggy/_hooks.py[0m:265: in __call__ [94mreturn[39;49;00m [96mself[39;49;00m._hookexec([96mself[39;49;00m.name, [96mself[39;49;00m.get_hookimpls(), kwargs, firstresult) [1m[31m/usr/lib/python3/dist-packages/pluggy/_manager.py[0m:80: in _hookexec [94mreturn[39;49;00m [96mself[39;49;00m._inner_hookexec(hook_name, methods, kwargs, firstresult) [1m[31m/usr/lib/python3/dist-packages/_pytest/unraisableexception.py[0m:88: in pytest_runtest_call
[94myield from[39;49;00m unraisable_exception_runtest_hook()_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ [94mdef[39;49;00m [92munraisable_exception_runtest_hook[39;49;00m() -> Generator[[94mNone[39;49;00m, [94mNone[39;49;00m, [94mNone[39;49;00m]: [94mwith[39;49;00m catch_unraisable_exception() [94mas[39;49;00m cm:
[94myield[39;49;00m [94mif[39;49;00m cm.unraisable:[94mif[39;49;00m cm.unraisable.err_msg [95mis[39;49;00m [95mnot[39;49;00m [94mNone[39;49;00m:
err_msg = cm.unraisable.err_msg [94melse[39;49;00m:err_msg = [33m"[39;49;00m[33mException ignored in[39;49;00m[33m"[39;49;00m msg = [33mf[39;49;00m[33m"[39;49;00m[33m{[39;49;00merr_msg[33m}[39;49;00m[33m: [39;49;00m[33m{[39;49;00mcm.unraisable.object[33m!r}[39;49;00m[33m\n[39;49;00m[33m\n[39;49;00m[33m"[39;49;00m
msg += [33m"[39;49;00m[33m"[39;49;00m.join( traceback.format_exception( cm.unraisable.exc_type, cm.unraisable.exc_value, cm.unraisable.exc_traceback, ) )
[1m[31mE pytest.PytestUnraisableExceptionWarning: Exception ignored in: <function Context.__del__ at 0x7fdda0bb2290>[0mwarnings.warn(pytest.PytestUnraisableExceptionWarning(msg))
[1m[31mE [0m [1m[31mE Traceback (most recent call last):[0m[1m[31mE File "/usr/lib/python3/dist-packages/zmq/sugar/context.py", line 65, in __del__[0m
[1m[31mE warnings.warn([0m[1m[31mE ResourceWarning: unclosed context <zmq.asyncio.Context() at 0x7fdd6d2a7510>[0m
[1m[31m/usr/lib/python3/dist-packages/_pytest/unraisableexception.py[0m:78: PytestUnraisableExceptionWarning ---------------------------- Captured stdout setup ----------------------------- [IPKernelApp] WARNING | debugpy_stream undefined, debugging will not be enabled [31m[1m_________________________ test_embed_kernel_namespace __________________________[0m
cls = <class '_pytest.runner.CallInfo'> func = <function call_runtest_hook.<locals>.<lambda> at 0x7fdd6d273ac0> when = 'call' reraise = (<class '_pytest.outcomes.Exit'>, <class 'KeyboardInterrupt'>) [37m@classmethod[39;49;00m [94mdef[39;49;00m [92mfrom_call[39;49;00m( [96mcls[39;49;00m,func: [33m"[39;49;00m[33mCallable[[], TResult][39;49;00m[33m"[39;49;00m, when: [33m"[39;49;00m[33mLiteral[[39;49;00m[33m'[39;49;00m[33mcollect[39;49;00m[33m'[39;49;00m[33m, [39;49;00m[33m'[39;49;00m[33msetup[39;49;00m[33m'[39;49;00m[33m, [39;49;00m[33m'[39;49;00m[33mcall[39;49;00m[33m'[39;49;00m[33m, [39;49;00m[33m'[39;49;00m[33mteardown[39;49;00m[33m'[39;49;00m[33m][39;49;00m[33m"[39;49;00m,
reraise: Optional[Union[Type[[96mBaseException[39;49;00m], Tuple[Type[[96mBaseException[39;49;00m], ...]]
] = [94mNone[39;49;00m,) -> [33m"[39;49;00m[33mCallInfo[TResult][39;49;00m[33m"[39;49;00m:
excinfo = [94mNone[39;49;00m start = timing.time() precise_start = timing.perf_counter() [94mtry[39;49;00m:
result: Optional[TResult] = func()
[1m[31m/usr/lib/python3/dist-packages/_pytest/runner.py[0m:311: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ [1m[31m/usr/lib/python3/dist-packages/_pytest/runner.py[0m:255: in <lambda> [94mlambda[39;49;00m: ihook(item=item, **kwds), when=when, reraise=reraise [1m[31m/usr/lib/python3/dist-packages/pluggy/_hooks.py[0m:265: in __call__ [94mreturn[39;49;00m [96mself[39;49;00m._hookexec([96mself[39;49;00m.name, [96mself[39;49;00m.get_hookimpls(), kwargs, firstresult) [1m[31m/usr/lib/python3/dist-packages/pluggy/_manager.py[0m:80: in _hookexec [94mreturn[39;49;00m [96mself[39;49;00m._inner_hookexec(hook_name, methods, kwargs, firstresult) [1m[31m/usr/lib/python3/dist-packages/_pytest/unraisableexception.py[0m:88: in pytest_runtest_call
[94myield from[39;49;00m unraisable_exception_runtest_hook()_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ [94mdef[39;49;00m [92munraisable_exception_runtest_hook[39;49;00m() -> Generator[[94mNone[39;49;00m, [94mNone[39;49;00m, [94mNone[39;49;00m]: [94mwith[39;49;00m catch_unraisable_exception() [94mas[39;49;00m cm:
[94myield[39;49;00m [94mif[39;49;00m cm.unraisable:[94mif[39;49;00m cm.unraisable.err_msg [95mis[39;49;00m [95mnot[39;49;00m [94mNone[39;49;00m:
err_msg = cm.unraisable.err_msg [94melse[39;49;00m:err_msg = [33m"[39;49;00m[33mException ignored in[39;49;00m[33m"[39;49;00m msg = [33mf[39;49;00m[33m"[39;49;00m[33m{[39;49;00merr_msg[33m}[39;49;00m[33m: [39;49;00m[33m{[39;49;00mcm.unraisable.object[33m!r}[39;49;00m[33m\n[39;49;00m[33m\n[39;49;00m[33m"[39;49;00m
msg += [33m"[39;49;00m[33m"[39;49;00m.join( traceback.format_exception( cm.unraisable.exc_type, cm.unraisable.exc_value, cm.unraisable.exc_traceback, ) )
[1m[31mE pytest.PytestUnraisableExceptionWarning: Exception ignored in: <function Context.__del__ at 0x7fdda0bb2290>[0mwarnings.warn(pytest.PytestUnraisableExceptionWarning(msg))
[1m[31mE [0m [1m[31mE Traceback (most recent call last):[0m[1m[31mE File "/usr/lib/python3/dist-packages/zmq/sugar/context.py", line 65, in __del__[0m
[1m[31mE warnings.warn([0m[1m[31mE ResourceWarning: unclosed context <zmq.asyncio.Context() at 0x7fdd6d291620>[0m
[1m[31m/usr/lib/python3/dist-packages/_pytest/unraisableexception.py[0m:78: PytestUnraisableExceptionWarning [31m[1m_________________________ test_embed_kernel_reentrant __________________________[0m
cls = <class '_pytest.runner.CallInfo'> func = <function call_runtest_hook.<locals>.<lambda> at 0x7fdd6d2731c0> when = 'call' reraise = (<class '_pytest.outcomes.Exit'>, <class 'KeyboardInterrupt'>) [37m@classmethod[39;49;00m [94mdef[39;49;00m [92mfrom_call[39;49;00m( [96mcls[39;49;00m,func: [33m"[39;49;00m[33mCallable[[], TResult][39;49;00m[33m"[39;49;00m, when: [33m"[39;49;00m[33mLiteral[[39;49;00m[33m'[39;49;00m[33mcollect[39;49;00m[33m'[39;49;00m[33m, [39;49;00m[33m'[39;49;00m[33msetup[39;49;00m[33m'[39;49;00m[33m, [39;49;00m[33m'[39;49;00m[33mcall[39;49;00m[33m'[39;49;00m[33m, [39;49;00m[33m'[39;49;00m[33mteardown[39;49;00m[33m'[39;49;00m[33m][39;49;00m[33m"[39;49;00m,
reraise: Optional[Union[Type[[96mBaseException[39;49;00m], Tuple[Type[[96mBaseException[39;49;00m], ...]]
] = [94mNone[39;49;00m,) -> [33m"[39;49;00m[33mCallInfo[TResult][39;49;00m[33m"[39;49;00m:
excinfo = [94mNone[39;49;00m start = timing.time() precise_start = timing.perf_counter() [94mtry[39;49;00m:
result: Optional[TResult] = func()
[1m[31m/usr/lib/python3/dist-packages/_pytest/runner.py[0m:311: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ [1m[31m/usr/lib/python3/dist-packages/_pytest/runner.py[0m:255: in <lambda> [94mlambda[39;49;00m: ihook(item=item, **kwds), when=when, reraise=reraise [1m[31m/usr/lib/python3/dist-packages/pluggy/_hooks.py[0m:265: in __call__ [94mreturn[39;49;00m [96mself[39;49;00m._hookexec([96mself[39;49;00m.name, [96mself[39;49;00m.get_hookimpls(), kwargs, firstresult) [1m[31m/usr/lib/python3/dist-packages/pluggy/_manager.py[0m:80: in _hookexec [94mreturn[39;49;00m [96mself[39;49;00m._inner_hookexec(hook_name, methods, kwargs, firstresult) [1m[31m/usr/lib/python3/dist-packages/_pytest/unraisableexception.py[0m:88: in pytest_runtest_call
[94myield from[39;49;00m unraisable_exception_runtest_hook()_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ [94mdef[39;49;00m [92munraisable_exception_runtest_hook[39;49;00m() -> Generator[[94mNone[39;49;00m, [94mNone[39;49;00m, [94mNone[39;49;00m]: [94mwith[39;49;00m catch_unraisable_exception() [94mas[39;49;00m cm:
[94myield[39;49;00m [94mif[39;49;00m cm.unraisable:[94mif[39;49;00m cm.unraisable.err_msg [95mis[39;49;00m [95mnot[39;49;00m [94mNone[39;49;00m:
err_msg = cm.unraisable.err_msg [94melse[39;49;00m:err_msg = [33m"[39;49;00m[33mException ignored in[39;49;00m[33m"[39;49;00m msg = [33mf[39;49;00m[33m"[39;49;00m[33m{[39;49;00merr_msg[33m}[39;49;00m[33m: [39;49;00m[33m{[39;49;00mcm.unraisable.object[33m!r}[39;49;00m[33m\n[39;49;00m[33m\n[39;49;00m[33m"[39;49;00m
msg += [33m"[39;49;00m[33m"[39;49;00m.join( traceback.format_exception( cm.unraisable.exc_type, cm.unraisable.exc_value, cm.unraisable.exc_traceback, ) )
[1m[31mE pytest.PytestUnraisableExceptionWarning: Exception ignored in: <function Context.__del__ at 0x7fdda0bb2290>[0mwarnings.warn(pytest.PytestUnraisableExceptionWarning(msg))
[1m[31mE [0m [1m[31mE Traceback (most recent call last):[0m[1m[31mE File "/usr/lib/python3/dist-packages/zmq/sugar/context.py", line 65, in __del__[0m
[1m[31mE warnings.warn([0m[1m[31mE ResourceWarning: unclosed context <zmq.asyncio.Context() at 0x7fdd6d3cb790>[0m
[1m[31m/usr/lib/python3/dist-packages/_pytest/unraisableexception.py[0m:78: PytestUnraisableExceptionWarning [31m[1m___________________________ test_smoke_faulthandler ____________________________[0m
cls = <class '_pytest.runner.CallInfo'> func = <function call_runtest_hook.<locals>.<lambda> at 0x7fdd6d218e50> when = 'call' reraise = (<class '_pytest.outcomes.Exit'>, <class 'KeyboardInterrupt'>) [37m@classmethod[39;49;00m [94mdef[39;49;00m [92mfrom_call[39;49;00m( [96mcls[39;49;00m,func: [33m"[39;49;00m[33mCallable[[], TResult][39;49;00m[33m"[39;49;00m, when: [33m"[39;49;00m[33mLiteral[[39;49;00m[33m'[39;49;00m[33mcollect[39;49;00m[33m'[39;49;00m[33m, [39;49;00m[33m'[39;49;00m[33msetup[39;49;00m[33m'[39;49;00m[33m, [39;49;00m[33m'[39;49;00m[33mcall[39;49;00m[33m'[39;49;00m[33m, [39;49;00m[33m'[39;49;00m[33mteardown[39;49;00m[33m'[39;49;00m[33m][39;49;00m[33m"[39;49;00m,
reraise: Optional[Union[Type[[96mBaseException[39;49;00m], Tuple[Type[[96mBaseException[39;49;00m], ...]]
] = [94mNone[39;49;00m,) -> [33m"[39;49;00m[33mCallInfo[TResult][39;49;00m[33m"[39;49;00m:
excinfo = [94mNone[39;49;00m start = timing.time() precise_start = timing.perf_counter() [94mtry[39;49;00m:
result: Optional[TResult] = func()
[1m[31m/usr/lib/python3/dist-packages/_pytest/runner.py[0m:311: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ [1m[31m/usr/lib/python3/dist-packages/_pytest/runner.py[0m:255: in <lambda> [94mlambda[39;49;00m: ihook(item=item, **kwds), when=when, reraise=reraise [1m[31m/usr/lib/python3/dist-packages/pluggy/_hooks.py[0m:265: in __call__ [94mreturn[39;49;00m [96mself[39;49;00m._hookexec([96mself[39;49;00m.name, [96mself[39;49;00m.get_hookimpls(), kwargs, firstresult) [1m[31m/usr/lib/python3/dist-packages/pluggy/_manager.py[0m:80: in _hookexec [94mreturn[39;49;00m [96mself[39;49;00m._inner_hookexec(hook_name, methods, kwargs, firstresult) [1m[31m/usr/lib/python3/dist-packages/_pytest/unraisableexception.py[0m:88: in pytest_runtest_call
[94myield from[39;49;00m unraisable_exception_runtest_hook()_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ [94mdef[39;49;00m [92munraisable_exception_runtest_hook[39;49;00m() -> Generator[[94mNone[39;49;00m, [94mNone[39;49;00m, [94mNone[39;49;00m]: [94mwith[39;49;00m catch_unraisable_exception() [94mas[39;49;00m cm:
[94myield[39;49;00m [94mif[39;49;00m cm.unraisable:[94mif[39;49;00m cm.unraisable.err_msg [95mis[39;49;00m [95mnot[39;49;00m [94mNone[39;49;00m:
err_msg = cm.unraisable.err_msg [94melse[39;49;00m:err_msg = [33m"[39;49;00m[33mException ignored in[39;49;00m[33m"[39;49;00m msg = [33mf[39;49;00m[33m"[39;49;00m[33m{[39;49;00merr_msg[33m}[39;49;00m[33m: [39;49;00m[33m{[39;49;00mcm.unraisable.object[33m!r}[39;49;00m[33m\n[39;49;00m[33m\n[39;49;00m[33m"[39;49;00m
msg += [33m"[39;49;00m[33m"[39;49;00m.join( traceback.format_exception( cm.unraisable.exc_type, cm.unraisable.exc_value, cm.unraisable.exc_traceback, ) )
[1m[31mE pytest.PytestUnraisableExceptionWarning: Exception ignored in: <function Context.__del__ at 0x7fdda0bb2290>[0mwarnings.warn(pytest.PytestUnraisableExceptionWarning(msg))
[1m[31mE [0m [1m[31mE Traceback (most recent call last):[0m[1m[31mE File "/usr/lib/python3/dist-packages/zmq/sugar/context.py", line 65, in __del__[0m
[1m[31mE warnings.warn([0m[1m[31mE ResourceWarning: unclosed context <zmq.asyncio.Context() at 0x7fdd6d3c8360>[0m
[1m[31m/usr/lib/python3/dist-packages/_pytest/unraisableexception.py[0m:78: PytestUnraisableExceptionWarning [31m[1m_____________________ test_interrupt_during_pdb_set_trace ______________________[0m
cls = <class '_pytest.runner.CallInfo'> func = <function call_runtest_hook.<locals>.<lambda> at 0x7fdd6d21b760> when = 'call' reraise = (<class '_pytest.outcomes.Exit'>, <class 'KeyboardInterrupt'>) [37m@classmethod[39;49;00m [94mdef[39;49;00m [92mfrom_call[39;49;00m( [96mcls[39;49;00m,func: [33m"[39;49;00m[33mCallable[[], TResult][39;49;00m[33m"[39;49;00m, when: [33m"[39;49;00m[33mLiteral[[39;49;00m[33m'[39;49;00m[33mcollect[39;49;00m[33m'[39;49;00m[33m, [39;49;00m[33m'[39;49;00m[33msetup[39;49;00m[33m'[39;49;00m[33m, [39;49;00m[33m'[39;49;00m[33mcall[39;49;00m[33m'[39;49;00m[33m, [39;49;00m[33m'[39;49;00m[33mteardown[39;49;00m[33m'[39;49;00m[33m][39;49;00m[33m"[39;49;00m,
reraise: Optional[Union[Type[[96mBaseException[39;49;00m], Tuple[Type[[96mBaseException[39;49;00m], ...]]
] = [94mNone[39;49;00m,) -> [33m"[39;49;00m[33mCallInfo[TResult][39;49;00m[33m"[39;49;00m:
excinfo = [94mNone[39;49;00m start = timing.time() precise_start = timing.perf_counter() [94mtry[39;49;00m:
result: Optional[TResult] = func()
[1m[31m/usr/lib/python3/dist-packages/_pytest/runner.py[0m:311: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ [1m[31m/usr/lib/python3/dist-packages/_pytest/runner.py[0m:255: in <lambda> [94mlambda[39;49;00m: ihook(item=item, **kwds), when=when, reraise=reraise [1m[31m/usr/lib/python3/dist-packages/pluggy/_hooks.py[0m:265: in __call__ [94mreturn[39;49;00m [96mself[39;49;00m._hookexec([96mself[39;49;00m.name, [96mself[39;49;00m.get_hookimpls(), kwargs, firstresult) [1m[31m/usr/lib/python3/dist-packages/pluggy/_manager.py[0m:80: in _hookexec [94mreturn[39;49;00m [96mself[39;49;00m._inner_hookexec(hook_name, methods, kwargs, firstresult) [1m[31m/usr/lib/python3/dist-packages/_pytest/unraisableexception.py[0m:88: in pytest_runtest_call
[94myield from[39;49;00m unraisable_exception_runtest_hook()_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ [94mdef[39;49;00m [92munraisable_exception_runtest_hook[39;49;00m() -> Generator[[94mNone[39;49;00m, [94mNone[39;49;00m, [94mNone[39;49;00m]: [94mwith[39;49;00m catch_unraisable_exception() [94mas[39;49;00m cm:
[94myield[39;49;00m [94mif[39;49;00m cm.unraisable:[94mif[39;49;00m cm.unraisable.err_msg [95mis[39;49;00m [95mnot[39;49;00m [94mNone[39;49;00m:
err_msg = cm.unraisable.err_msg [94melse[39;49;00m:err_msg = [33m"[39;49;00m[33mException ignored in[39;49;00m[33m"[39;49;00m msg = [33mf[39;49;00m[33m"[39;49;00m[33m{[39;49;00merr_msg[33m}[39;49;00m[33m: [39;49;00m[33m{[39;49;00mcm.unraisable.object[33m!r}[39;49;00m[33m\n[39;49;00m[33m\n[39;49;00m[33m"[39;49;00m
msg += [33m"[39;49;00m[33m"[39;49;00m.join( traceback.format_exception( cm.unraisable.exc_type, cm.unraisable.exc_value, cm.unraisable.exc_traceback, ) )
[1m[31mE pytest.PytestUnraisableExceptionWarning: Exception ignored in: <function Context.__del__ at 0x7fdda0bb2290>[0mwarnings.warn(pytest.PytestUnraisableExceptionWarning(msg))
[1m[31mE [0m [1m[31mE Traceback (most recent call last):[0m[1m[31mE File "/usr/lib/python3/dist-packages/zmq/sugar/context.py", line 65, in __del__[0m
[1m[31mE warnings.warn([0m[1m[31mE ResourceWarning: unclosed context <zmq.asyncio.Context() at 0x7fdd6d349cb0>[0m
[1m[31m/usr/lib/python3/dist-packages/_pytest/unraisableexception.py[0m:78: PytestUnraisableExceptionWarning ----------------------------- Captured stdout call ----------------------------- [IPKernelApp] WARNING | debugpy_stream undefined, debugging will not be enabled [31m[1m_________________________________ test_install _________________________________[0m
cls = <class '_pytest.runner.CallInfo'> func = <function call_runtest_hook.<locals>.<lambda> at 0x7fdd6d394a60> when = 'call' reraise = (<class '_pytest.outcomes.Exit'>, <class 'KeyboardInterrupt'>) [37m@classmethod[39;49;00m [94mdef[39;49;00m [92mfrom_call[39;49;00m( [96mcls[39;49;00m,func: [33m"[39;49;00m[33mCallable[[], TResult][39;49;00m[33m"[39;49;00m, when: [33m"[39;49;00m[33mLiteral[[39;49;00m[33m'[39;49;00m[33mcollect[39;49;00m[33m'[39;49;00m[33m, [39;49;00m[33m'[39;49;00m[33msetup[39;49;00m[33m'[39;49;00m[33m, [39;49;00m[33m'[39;49;00m[33mcall[39;49;00m[33m'[39;49;00m[33m, [39;49;00m[33m'[39;49;00m[33mteardown[39;49;00m[33m'[39;49;00m[33m][39;49;00m[33m"[39;49;00m,
reraise: Optional[Union[Type[[96mBaseException[39;49;00m], Tuple[Type[[96mBaseException[39;49;00m], ...]]
] = [94mNone[39;49;00m,) -> [33m"[39;49;00m[33mCallInfo[TResult][39;49;00m[33m"[39;49;00m:
excinfo = [94mNone[39;49;00m start = timing.time() precise_start = timing.perf_counter() [94mtry[39;49;00m:
result: Optional[TResult] = func()
[1m[31m/usr/lib/python3/dist-packages/_pytest/runner.py[0m:311: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ [1m[31m/usr/lib/python3/dist-packages/_pytest/runner.py[0m:255: in <lambda> [94mlambda[39;49;00m: ihook(item=item, **kwds), when=when, reraise=reraise [1m[31m/usr/lib/python3/dist-packages/pluggy/_hooks.py[0m:265: in __call__ [94mreturn[39;49;00m [96mself[39;49;00m._hookexec([96mself[39;49;00m.name, [96mself[39;49;00m.get_hookimpls(), kwargs, firstresult) [1m[31m/usr/lib/python3/dist-packages/pluggy/_manager.py[0m:80: in _hookexec [94mreturn[39;49;00m [96mself[39;49;00m._inner_hookexec(hook_name, methods, kwargs, firstresult) [1m[31m/usr/lib/python3/dist-packages/_pytest/unraisableexception.py[0m:88: in pytest_runtest_call
[94myield from[39;49;00m unraisable_exception_runtest_hook()_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ [94mdef[39;49;00m [92munraisable_exception_runtest_hook[39;49;00m() -> Generator[[94mNone[39;49;00m, [94mNone[39;49;00m, [94mNone[39;49;00m]: [94mwith[39;49;00m catch_unraisable_exception() [94mas[39;49;00m cm:
[94myield[39;49;00m [94mif[39;49;00m cm.unraisable:[94mif[39;49;00m cm.unraisable.err_msg [95mis[39;49;00m [95mnot[39;49;00m [94mNone[39;49;00m:
err_msg = cm.unraisable.err_msg [94melse[39;49;00m:err_msg = [33m"[39;49;00m[33mException ignored in[39;49;00m[33m"[39;49;00m msg = [33mf[39;49;00m[33m"[39;49;00m[33m{[39;49;00merr_msg[33m}[39;49;00m[33m: [39;49;00m[33m{[39;49;00mcm.unraisable.object[33m!r}[39;49;00m[33m\n[39;49;00m[33m\n[39;49;00m[33m"[39;49;00m
msg += [33m"[39;49;00m[33m"[39;49;00m.join( traceback.format_exception( cm.unraisable.exc_type, cm.unraisable.exc_value, cm.unraisable.exc_traceback, ) )
[1m[31mE pytest.PytestUnraisableExceptionWarning: Exception ignored in: <function Context.__del__ at 0x7fdda0bb2290>[0mwarnings.warn(pytest.PytestUnraisableExceptionWarning(msg))
[1m[31mE [0m [1m[31mE Traceback (most recent call last):[0m[1m[31mE File "/usr/lib/python3/dist-packages/zmq/sugar/context.py", line 65, in __del__[0m
[1m[31mE warnings.warn([0m[1m[31mE ResourceWarning: unclosed context <zmq.asyncio.Context() at 0x7fdd6d3805e0>[0m
[1m[31m/usr/lib/python3/dist-packages/_pytest/unraisableexception.py[0m:78: PytestUnraisableExceptionWarning ------------------------------ Captured log call ------------------------------- [33mWARNING [0m traitlets:kernelspec.py:396 Installing to /tmp/tmpciaaqiiw/kernels, which is not in ['/tmp/autopkgtest-lxc.nxe7urb5/downtmp/autopkgtest_tmp/.local/share/jupyter/kernels', '/usr/local/share/jupyter/kernels', '/usr/share/jupyter/kernels', '/tmp/autopkgtest-lxc.nxe7urb5/downtmp/autopkgtest_tmp/.ipython/kernels']. The kernelspec may not be found.
OpenPGP_signature
Description: OpenPGP digital signature