Your message dated Sun, 25 Dec 2022 14:34:57 -0400
with message-id <20221225183457.2yk442e34rbah...@haydn.kardiogramm.net>
and subject line Re: Bug#1025179: pyvows: (autopkgtest) needs update for
python3.11: No module named 'gevent._gevent_c_hub_local'
has caused the Debian Bug report #1025179,
regarding pyvows: (autopkgtest) needs update for python3.11: No module named
'gevent._gevent_c_hub_local'
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
1025179: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1025179
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pyvows
Version: 3.0.0-3
Severity: serious
Tags: sid bookworm
User: debian...@lists.debian.org
Usertags: needs-update
User: debian-pyt...@lists.debian.org
Usertags: python3.11
Control: affects -1 src:python3-defaults
Dear maintainer(s),
We are in the transition of adding python3.11 as a supported Python
version [0]. With a recent upload of python3-defaults the autopkgtest of
pyvows fails in testing when that autopkgtest is run with the binary
packages of python3-defaults from unstable. It passes when run with only
packages from testing. In tabular form:
pass fail
python3-defaults from testing 3.10.6-3
pyvows from testing 3.0.0-3
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 of python3-defaults
to testing [1]. https://docs.python.org/3/whatsnew/3.11.html lists
what's new in Python3.11, it may help to identify what needs to be updated.
More information about this bug and the reason for filing it can be found on
https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation
Paul
[0] https://bugs.debian.org/1021984
[1] https://qa.debian.org/excuses.php?package=python3-defaults
https://ci.debian.net/data/autopkgtest/testing/amd64/p/pyvows/28796433/log.gz
=== python3.11 ===
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "/usr/lib/python3/dist-packages/pyvows/__main__.py", line 12, in
<module>
sys.exit(main())
^^^^^^
File "/usr/lib/python3/dist-packages/pyvows/cli.py", line 184, in main
result = run(
^^^^
File "/usr/lib/python3/dist-packages/pyvows/cli.py", line 136, in run
from pyvows.core import Vows
File "/usr/lib/python3/dist-packages/pyvows/core.py", line 20, in
<module>
from pyvows.decorators import _batch, async_topic, capture_error,
skip_if
File "/usr/lib/python3/dist-packages/pyvows/decorators.py", line 15,
in <module>
from pyvows.runner import SkipTest
File "/usr/lib/python3/dist-packages/pyvows/runner/__init__.py", line
10, in <module>
from pyvows.runner.gevent import VowsParallelRunner as VowsRunner
File "/usr/lib/python3/dist-packages/pyvows/runner/gevent.py", line
27, in <module>
from gevent.pool import Pool
File "/usr/lib/python3/dist-packages/gevent/__init__.py", line 86, in
<module>
from gevent._hub_local import get_hub
File "/usr/lib/python3/dist-packages/gevent/_hub_local.py", line 101,
in <module>
import_c_accel(globals(), 'gevent.__hub_local')
File "/usr/lib/python3/dist-packages/gevent/_util.py", line 148, in
import_c_accel
mod = importlib.import_module(cname)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/importlib/__init__.py", line 126, in
import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'gevent._gevent_c_hub_local'
autopkgtest [01:16:00]: test unittests
OpenPGP_signature
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Hi Paul (2022.11.30_15:58:04_-0400)
> ModuleNotFoundError: No module named 'gevent._gevent_c_hub_local'
This seems to have been resolved. Presumably it was an issue in the
gevent stack.
SR
--
Stefano Rivera
http://tumbleweed.org.za/
+1 415 683 3272
--- End Message ---