Your message dated Sun, 06 Mar 2022 16:34:30 +0000
with message-id <e1nqtq2-000bph...@fasolo.debian.org>
and subject line Bug#1006330: fixed in python-mitogen 0.3.1-3
has caused the Debian Bug report #1006330,
regarding broken by python3-distro 1.7.0-1
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.)


-- 
1006330: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1006330
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ansible-mitogen
Version: 0.3.1-2
Severity: grave
Tags: upstream

Works with 1.6.0-2, is totally broken with 1.7.0-1.

[mux  685121] 14:38:50.354759 D mitogen: PkgutilMethod(): loading 
'ansible.module_utils.distro' using 
<_frozen_importlib_external.SourceFileLoader object at 0x7fa6329f7700> failed: 
loader for distro cannot handle ansible.module_utils.distro
[mux  685121] 14:38:50.354915 D mitogen: 
_get_module_via_sys_modules('ansible.module_utils.distro') -> <module 'distro' 
from '/usr/lib/python3/dist-packages/distro/__init__.py'>
[mux  685121] 14:38:50.355021 D mitogen: 
sys.modules['ansible.module_utils.distro'].__name__ is incorrect, assuming this 
is a hacky module alias and ignoring it. Got 'distro', module object: <module 
'distro' from '/usr/lib/python3/dist-packages/distro/__init__.py'>
[mux  685121] 14:38:50.355142 D mitogen: ParentEnumerationMethod(): 
'ansible.module_utils.distro' is PKG_DIRECTORY: 
'/usr/lib/python3/dist-packages/ansible/module_utils/distro/__init__.py'
...
[mux  685121] 14:38:51.209954 D mitogen: SysModulesMethod(): 
sys.modules['ansible.module_utils.distro._distro'] absent or not a regular 
module
[mux  685121] 14:38:51.210217 D mitogen: ParentEnumerationMethod(): 
imp.find_module('_distro', [['/usr/lib/python3/dist-packages/distro']]) -> No 
module named '_distro'
[mux  685121] 14:38:51.210346 D mitogen: 
get_module_source('ansible.module_utils.distro._distro'): cannot find source
[mux  685121] 14:38:51.210449 D mitogen.responder: could not find source for 
'ansible.module_utils.distro._distro'
[mux  685121] 14:38:51.210566 D mitogen.responder: sending 
ansible.module_utils.distro._distro (0.05 KiB) to ssh.proxy.glacom.eu
[mux  685121] 14:38:51.224181 D mitogen.importer.[ssh.proxy.glacom.eu]: 
received ansible.module_utils.distro._distro
...
[mux  685121] 14:38:51.232206 D mitogen: MitogenProtocol(unix_client.685155): 
disconnecting
The full traceback is:
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/ansible/executor/task_executor.py", line 
158, in run
    res = self._execute()
  File "/usr/lib/python3/dist-packages/ansible/executor/task_executor.py", line 
663, in _execute
    result = self._handler.run(task_vars=variables)
  File "/usr/lib/python3/dist-packages/ansible_mitogen/mixins.py", line 144, in 
run
    return super(ActionModuleMixin, self).run(tmp, task_vars)
  File "/usr/lib/python3/dist-packages/ansible/plugins/action/normal.py", line 
47, in run
    result = merge_hash(result, self._execute_module(task_vars=task_vars, 
wrap_async=wrap_async))
  File "/usr/lib/python3/dist-packages/ansible_mitogen/mixins.py", line 374, in 
_execute_module
    self._set_temp_file_args(module_args, wrap_async)
  File "/usr/lib/python3/dist-packages/ansible_mitogen/mixins.py", line 353, in 
_set_temp_file_args
    self._connection.get_good_temp_dir()
  File "/usr/lib/python3/dist-packages/ansible_mitogen/connection.py", line 
817, in get_good_temp_dir
    self._connect()
  File "/usr/lib/python3/dist-packages/ansible_mitogen/connection.py", line 
839, in _connect
    self._connect_stack(stack)
  File "/usr/lib/python3/dist-packages/ansible_mitogen/connection.py", line 
786, in _connect_stack
    dct = mitogen.service.call(
  File "/usr/lib/python3/dist-packages/mitogen/service.py", line 126, in call
    return call_context.call_service(service_name, method_name, **kwargs)
  File "/usr/lib/python3/dist-packages/mitogen/core.py", line 2284, in 
call_service
    return recv.get().unpickle()
  File "/usr/lib/python3/dist-packages/mitogen/core.py", line 963, in unpickle
    raise obj
mitogen.core.CallError: builtins.ModuleNotFoundError: The Mitogen master 
process was unable to serve 'ansible.module_utils.distro._distro'. It may be a 
native Python extension, or it may be missing entirely. Check the importer 
debug logs on the master for more information.
  File "<stdin>", line 3669, in _dispatch_one
  File "<stdin>", line 3656, in _parse_request
  File "<stdin>", line 668, in import_module
  File "<stdin>", line 1516, in load_module
  File "master:/usr/lib/python3/dist-packages/ansible_mitogen/target.py", line 
85, in <module>
    import ansible_mitogen.runner
  File "<stdin>", line 1516, in load_module
  File "master:/usr/lib/python3/dist-packages/ansible_mitogen/runner.py", line 
85, in <module>
    import ansible.module_utils.basic
  File "<stdin>", line 1516, in load_module
  File "master:/usr/lib/python3/dist-packages/ansible/module_utils/basic.py", 
line 152, in <module>
    from ansible.module_utils.common.sys_info import (
  File "<stdin>", line 1516, in load_module
  File 
"master:/usr/lib/python3/dist-packages/ansible/module_utils/common/sys_info.py",
 line 10, in <module>
    from ansible.module_utils import distro
  File "<stdin>", line 1516, in load_module
  File 
"master:/usr/lib/python3/dist-packages/ansible/module_utils/distro/__init__.py",
 line 45, in <module>
    from ansible.module_utils.distro import _distro as distro
  File "<stdin>", line 1491, in load_module


-- System Information:
Debian Release: bookworm/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.16.0-1-amd64 (SMP w/4 CPU threads; PREEMPT)
Locale: LANG=it_IT.utf8, LC_CTYPE=it_IT.utf8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages ansible-mitogen depends on:
ii  ansible          2.10.7+merged+base+2.10.8+dfsg-1
ii  python3          3.9.8-1
ii  python3-mitogen  0.3.1-2

ansible-mitogen recommends no packages.

ansible-mitogen suggests no packages.

-- no debconf information

-- 
ciao,
Marco

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: python-mitogen
Source-Version: 0.3.1-3
Done: Stefano Rivera <stefa...@debian.org>

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

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

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

Debian distribution maintenance software
pp.
Stefano Rivera <stefa...@debian.org> (supplier of updated python-mitogen 
package)

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


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

Format: 1.8
Date: Sun, 06 Mar 2022 12:04:58 -0400
Source: python-mitogen
Architecture: source
Version: 0.3.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Stefano Rivera <stefa...@debian.org>
Closes: 1006330
Changes:
 python-mitogen (0.3.1-3) unstable; urgency=medium
 .
   * Patch: Support the presence of distro 1.7.0. (Closes: #1006330)
Checksums-Sha1:
 8b506c3cc946c37b6cf4d5ab6bba6e823181bd0e 1825 python-mitogen_0.3.1-3.dsc
 f7bd951cb0927c4f3923c10b2ad53ce042474bd9 9652 
python-mitogen_0.3.1-3.debian.tar.xz
 64890a8f95251be9f0018bb2d66bb42944ddb86b 6139 
python-mitogen_0.3.1-3_source.buildinfo
Checksums-Sha256:
 cf56df5a43340ec5060a465e658c1ef0c10591b9c098ea39ad86730d938d8f5c 1825 
python-mitogen_0.3.1-3.dsc
 09dab13c7515bba53ba71d6c42af2fbed3e6300309b8d7890bfc75adfb6ed2c8 9652 
python-mitogen_0.3.1-3.debian.tar.xz
 41f87059de9fe127181b9a72826b94672a859289ed51036c7aecc88f20e95674 6139 
python-mitogen_0.3.1-3_source.buildinfo
Files:
 760dc43564dfdadb7c5c5f432eafba83 1825 python optional 
python-mitogen_0.3.1-3.dsc
 3951797a9e38ff6709c0622dc42ae5f4 9652 python optional 
python-mitogen_0.3.1-3.debian.tar.xz
 6ac1b0b6a8ae42c5958a3303ccb3ebcc 6139 python optional 
python-mitogen_0.3.1-3_source.buildinfo

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

iIoEARYKADIWIQTumtb5BSD6EfafSCRHew2wJjpU2AUCYiTbvBQcc3RlZmFub3JA
ZGViaWFuLm9yZwAKCRBHew2wJjpU2KqVAP9AIklhIAKtc4xbAPdYTHpevB3xn8Dq
UyDe1drbsvUawwD+Ptotkch74fKELUx8x6z1wjXtpikgv8SuX15nlgH2MAI=
=j1pa
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to