Your message dated Tue, 02 Jan 2024 00:20:40 +0000
with message-id <[email protected]>
and subject line Bug#1056481: fixed in python-mbed-host-tests 1.4.4-9
has caused the Debian Bug report #1056481,
regarding python-mbed-host-tests autopkg tests fail with Python 3.12
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 [email protected]
immediately.)


-- 
1056481: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1056481
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:python-mbed-host-tests
Version: 1.4.4-8
Severity: important
Tags: sid trixie
User: [email protected]
Usertags: python3.12

python-mbed-host-tests autopkg tests fail with Python 3.12:

[...]
204s autopkgtest [19:06:13]: test python3-mbed-host-tests: [----------------------- 204s '/tmp/autopkgtest.ZBPnJ0/build.Sdq/src/test' -> '/tmp/autopkgtest.ZBPnJ0/autopkgtest_tmp/test' 204s '/tmp/autopkgtest.ZBPnJ0/build.Sdq/src/test/__init__.py' -> '/tmp/autopkgtest.ZBPnJ0/autopkgtest_tmp/test/__init__.py' 204s '/tmp/autopkgtest.ZBPnJ0/build.Sdq/src/test/basic.py' -> '/tmp/autopkgtest.ZBPnJ0/autopkgtest_tmp/test/basic.py' 204s '/tmp/autopkgtest.ZBPnJ0/build.Sdq/src/test/basic_ht.py' -> '/tmp/autopkgtest.ZBPnJ0/autopkgtest_tmp/test/basic_ht.py' 204s '/tmp/autopkgtest.ZBPnJ0/build.Sdq/src/test/conn_primitive_remote.py' -> '/tmp/autopkgtest.ZBPnJ0/autopkgtest_tmp/test/conn_primitive_remote.py' 204s '/tmp/autopkgtest.ZBPnJ0/build.Sdq/src/test/event_callback_decorator.py' -> '/tmp/autopkgtest.ZBPnJ0/autopkgtest_tmp/test/event_callback_decorator.py' 204s '/tmp/autopkgtest.ZBPnJ0/build.Sdq/src/test/host_registry.py' -> '/tmp/autopkgtest.ZBPnJ0/autopkgtest_tmp/test/host_registry.py' 204s '/tmp/autopkgtest.ZBPnJ0/build.Sdq/src/test/host_test_base.py' -> '/tmp/autopkgtest.ZBPnJ0/autopkgtest_tmp/test/host_test_base.py' 204s '/tmp/autopkgtest.ZBPnJ0/build.Sdq/src/test/host_test_os_detect.py' -> '/tmp/autopkgtest.ZBPnJ0/autopkgtest_tmp/test/host_test_os_detect.py' 204s '/tmp/autopkgtest.ZBPnJ0/build.Sdq/src/test/host_test_plugins.py' -> '/tmp/autopkgtest.ZBPnJ0/autopkgtest_tmp/test/host_test_plugins.py' 204s '/tmp/autopkgtest.ZBPnJ0/build.Sdq/src/test/host_test_scheme.py' -> '/tmp/autopkgtest.ZBPnJ0/autopkgtest_tmp/test/host_test_scheme.py' 204s '/tmp/autopkgtest.ZBPnJ0/build.Sdq/src/test/mps2_copy.py' -> '/tmp/autopkgtest.ZBPnJ0/autopkgtest_tmp/test/mps2_copy.py' 204s '/tmp/autopkgtest.ZBPnJ0/build.Sdq/src/test/mps2_reset.py' -> '/tmp/autopkgtest.ZBPnJ0/autopkgtest_tmp/test/mps2_reset.py' 204s /tmp/autopkgtest.ZBPnJ0/autopkgtest_tmp/test/host_test_os_detect.py:33: SyntaxWarning: invalid escape sequence '\d'
204s   self.re_float = re.compile("^\d+\.\d+$")
204s test_example (test.basic.BasicTestCase.test_example) ... ok
204s test.basic_ht (unittest.loader._FailedTest.test.basic_ht) ... ERROR
204s test.conn_primitive_remote (unittest.loader._FailedTest.test.conn_primitive_remote) ... ERROR 204s test.event_callback_decorator (unittest.loader._FailedTest.test.event_callback_decorator) ... ERROR 204s test.host_registry (unittest.loader._FailedTest.test.host_registry) ... ERROR 204s test.host_test_base (unittest.loader._FailedTest.test.host_test_base) ... ERROR 204s test.host_test_os_detect (unittest.loader._FailedTest.test.host_test_os_detect) ... ERROR 204s test.host_test_plugins (unittest.loader._FailedTest.test.host_test_plugins) ... ERROR 204s test.host_test_scheme (unittest.loader._FailedTest.test.host_test_scheme) ... ERROR
204s test.mps2_copy (unittest.loader._FailedTest.test.mps2_copy) ... ERROR
204s test.mps2_reset (unittest.loader._FailedTest.test.mps2_reset) ... ERROR
204s
204s ======================================================================
204s ERROR: test.basic_ht (unittest.loader._FailedTest.test.basic_ht)
204s ----------------------------------------------------------------------
204s ImportError: Failed to import test module: test.basic_ht
204s Traceback (most recent call last):
204s File "/usr/lib/python3.12/unittest/loader.py", line 394, in _find_test_path
204s     module = self._get_module_from_name(name)
204s              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
204s File "/usr/lib/python3.12/unittest/loader.py", line 337, in _get_module_from_name
204s     __import__(name)
204s File "/tmp/autopkgtest.ZBPnJ0/autopkgtest_tmp/test/basic_ht.py", line 21, in <module>
204s     from mbed_host_tests import get_plugin_caps
204s File "/usr/lib/python3/dist-packages/mbed_host_tests/__init__.py", line 30, in <module>
204s     import imp
204s ModuleNotFoundError: No module named 'imp'
204s
204s
204s ======================================================================
204s ERROR: test.conn_primitive_remote (unittest.loader._FailedTest.test.conn_primitive_remote)
204s ----------------------------------------------------------------------
204s ImportError: Failed to import test module: test.conn_primitive_remote
204s Traceback (most recent call last):
204s File "/usr/lib/python3.12/unittest/loader.py", line 394, in _find_test_path
204s     module = self._get_module_from_name(name)
204s              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
204s File "/usr/lib/python3.12/unittest/loader.py", line 337, in _get_module_from_name
204s     __import__(name)
204s File "/tmp/autopkgtest.ZBPnJ0/autopkgtest_tmp/test/conn_primitive_remote.py", line 22, in <module> 204s from mbed_host_tests.host_tests_conn_proxy.conn_primitive_remote import RemoteConnectorPrimitive 204s File "/usr/lib/python3/dist-packages/mbed_host_tests/__init__.py", line 30, in <module>
204s     import imp
204s ModuleNotFoundError: No module named 'imp'
204s
204s
204s ======================================================================
204s ERROR: test.event_callback_decorator (unittest.loader._FailedTest.test.event_callback_decorator)
204s ----------------------------------------------------------------------
204s ImportError: Failed to import test module: test.event_callback_decorator
204s Traceback (most recent call last):
204s File "/usr/lib/python3.12/unittest/loader.py", line 394, in _find_test_path
204s     module = self._get_module_from_name(name)
204s              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
204s File "/usr/lib/python3.12/unittest/loader.py", line 337, in _get_module_from_name
204s     __import__(name)
204s File "/tmp/autopkgtest.ZBPnJ0/autopkgtest_tmp/test/event_callback_decorator.py", line 17, in <module> 204s from mbed_host_tests.host_tests.base_host_test import BaseHostTest, event_callback 204s File "/usr/lib/python3/dist-packages/mbed_host_tests/__init__.py", line 30, in <module>
204s     import imp
204s ModuleNotFoundError: No module named 'imp'
204s
204s
204s ======================================================================
204s ERROR: test.host_registry (unittest.loader._FailedTest.test.host_registry)
204s ----------------------------------------------------------------------
204s ImportError: Failed to import test module: test.host_registry
204s Traceback (most recent call last):
204s File "/usr/lib/python3.12/unittest/loader.py", line 394, in _find_test_path
204s     module = self._get_module_from_name(name)
204s              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
204s File "/usr/lib/python3.12/unittest/loader.py", line 337, in _get_module_from_name
204s     __import__(name)
204s File "/tmp/autopkgtest.ZBPnJ0/autopkgtest_tmp/test/host_registry.py", line 20, in <module>
204s     from mbed_host_tests.host_tests_registry import HostRegistry
204s File "/usr/lib/python3/dist-packages/mbed_host_tests/__init__.py", line 30, in <module>
204s     import imp
204s ModuleNotFoundError: No module named 'imp'
204s
204s
204s ======================================================================
204s ERROR: test.host_test_base (unittest.loader._FailedTest.test.host_test_base)
204s ----------------------------------------------------------------------
204s ImportError: Failed to import test module: test.host_test_base
204s Traceback (most recent call last):
204s File "/usr/lib/python3.12/unittest/loader.py", line 394, in _find_test_path
204s     module = self._get_module_from_name(name)
204s              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
204s File "/usr/lib/python3.12/unittest/loader.py", line 337, in _get_module_from_name
204s     __import__(name)
204s File "/tmp/autopkgtest.ZBPnJ0/autopkgtest_tmp/test/host_test_base.py", line 21, in <module>
204s     from mbed_host_tests.host_tests_registry import HostRegistry
204s File "/usr/lib/python3/dist-packages/mbed_host_tests/__init__.py", line 30, in <module>
204s     import imp
204s ModuleNotFoundError: No module named 'imp'
204s
204s
204s ======================================================================
204s ERROR: test.host_test_os_detect (unittest.loader._FailedTest.test.host_test_os_detect)
204s ----------------------------------------------------------------------
204s ImportError: Failed to import test module: test.host_test_os_detect
204s Traceback (most recent call last):
204s File "/usr/lib/python3.12/unittest/loader.py", line 394, in _find_test_path
204s     module = self._get_module_from_name(name)
204s              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
204s File "/usr/lib/python3.12/unittest/loader.py", line 337, in _get_module_from_name
204s     __import__(name)
204s File "/tmp/autopkgtest.ZBPnJ0/autopkgtest_tmp/test/host_test_os_detect.py", line 25, in <module> 204s from mbed_host_tests.host_tests_plugins.host_test_plugins import HostTestPluginBase 204s File "/usr/lib/python3/dist-packages/mbed_host_tests/__init__.py", line 30, in <module>
204s     import imp
204s ModuleNotFoundError: No module named 'imp'
204s
204s
204s ======================================================================
204s ERROR: test.host_test_plugins (unittest.loader._FailedTest.test.host_test_plugins)
204s ----------------------------------------------------------------------
204s ImportError: Failed to import test module: test.host_test_plugins
204s Traceback (most recent call last):
204s File "/usr/lib/python3.12/unittest/loader.py", line 394, in _find_test_path
204s     module = self._get_module_from_name(name)
204s              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
204s File "/usr/lib/python3.12/unittest/loader.py", line 337, in _get_module_from_name
204s     __import__(name)
204s File "/tmp/autopkgtest.ZBPnJ0/autopkgtest_tmp/test/host_test_plugins.py", line 21, in <module> 204s from mbed_host_tests.host_tests_plugins.module_reset_mbed import HostTestPluginResetMethod_Mbed 204s File "/usr/lib/python3/dist-packages/mbed_host_tests/__init__.py", line 30, in <module>
204s     import imp
204s ModuleNotFoundError: No module named 'imp'
204s
204s
204s ======================================================================
204s ERROR: test.host_test_scheme (unittest.loader._FailedTest.test.host_test_scheme)
204s ----------------------------------------------------------------------
204s ImportError: Failed to import test module: test.host_test_scheme
204s Traceback (most recent call last):
204s File "/usr/lib/python3.12/unittest/loader.py", line 394, in _find_test_path
204s     module = self._get_module_from_name(name)
204s              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
204s File "/usr/lib/python3.12/unittest/loader.py", line 337, in _get_module_from_name
204s     __import__(name)
204s File "/tmp/autopkgtest.ZBPnJ0/autopkgtest_tmp/test/host_test_scheme.py", line 21, in <module>
204s     from mbed_host_tests.host_tests_registry import HostRegistry
204s File "/usr/lib/python3/dist-packages/mbed_host_tests/__init__.py", line 30, in <module>
204s     import imp
204s ModuleNotFoundError: No module named 'imp'
204s
204s
204s ======================================================================
204s ERROR: test.mps2_copy (unittest.loader._FailedTest.test.mps2_copy)
204s ----------------------------------------------------------------------
204s ImportError: Failed to import test module: test.mps2_copy
204s Traceback (most recent call last):
204s File "/usr/lib/python3.12/unittest/loader.py", line 394, in _find_test_path
204s     module = self._get_module_from_name(name)
204s              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
204s File "/usr/lib/python3.12/unittest/loader.py", line 337, in _get_module_from_name
204s     __import__(name)
204s File "/tmp/autopkgtest.ZBPnJ0/autopkgtest_tmp/test/mps2_copy.py", line 22, in <module> 204s from mbed_host_tests.host_tests_plugins.module_copy_mps2 import HostTestPluginCopyMethod_MPS2 204s File "/usr/lib/python3/dist-packages/mbed_host_tests/__init__.py", line 30, in <module>
204s     import imp
204s ModuleNotFoundError: No module named 'imp'
204s
204s
204s ======================================================================
204s ERROR: test.mps2_reset (unittest.loader._FailedTest.test.mps2_reset)
204s ----------------------------------------------------------------------
204s ImportError: Failed to import test module: test.mps2_reset
204s Traceback (most recent call last):
204s File "/usr/lib/python3.12/unittest/loader.py", line 394, in _find_test_path
204s     module = self._get_module_from_name(name)
204s              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
204s File "/usr/lib/python3.12/unittest/loader.py", line 337, in _get_module_from_name
204s     __import__(name)
204s File "/tmp/autopkgtest.ZBPnJ0/autopkgtest_tmp/test/mps2_reset.py", line 24, in <module> 204s from mbed_host_tests.host_tests_plugins.module_reset_mps2 import HostTestPluginResetMethod_MPS2 204s File "/usr/lib/python3/dist-packages/mbed_host_tests/__init__.py", line 30, in <module>
204s     import imp
204s ModuleNotFoundError: No module named 'imp'
204s
204s
204s ----------------------------------------------------------------------
204s Ran 11 tests in 0.001s
204s
204s FAILED (errors=10)

--- End Message ---
--- Begin Message ---
Source: python-mbed-host-tests
Source-Version: 1.4.4-9
Done: Alexandre Detiste <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-mbed-host-tests, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alexandre Detiste <[email protected]> (supplier of updated 
python-mbed-host-tests 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 [email protected])


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

Format: 1.8
Date: Tue, 02 Jan 2024 00:52:41 +0100
Source: python-mbed-host-tests
Architecture: source
Version: 1.4.4-9
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Alexandre Detiste <[email protected]>
Closes: 1056481 1058199
Changes:
 python-mbed-host-tests (1.4.4-9) unstable; urgency=medium
 .
   * Team upload.
   * fix FTBFS on Python3.12:
     * patch-out import of python3-future
     * depends on python3-zombie-imp (Closes: #1056481, #1058199)
Checksums-Sha1:
 a6c56280dc22f7c8fa094935b88d429a314cabdd 2436 
python-mbed-host-tests_1.4.4-9.dsc
 1169492af902a0e7516399bffdaa12b503f8b4c5 9220 
python-mbed-host-tests_1.4.4-9.debian.tar.xz
 74c1d72fcef2a4d66176d1096aa1b8e243770506 7909 
python-mbed-host-tests_1.4.4-9_source.buildinfo
Checksums-Sha256:
 4c70b2f07b9d4dc9fd5394d212cc68a548d1920566ed15adbbb388fc2a24e71c 2436 
python-mbed-host-tests_1.4.4-9.dsc
 adb1ee21e96f82aefddca257bc170ddab5a1fd3b8e9fa43bddc924e3f6cb8595 9220 
python-mbed-host-tests_1.4.4-9.debian.tar.xz
 de1927dd5023e9c616b1c083305feb8b07464fe3c495ec7d60a6a75270745892 7909 
python-mbed-host-tests_1.4.4-9_source.buildinfo
Files:
 ca162838dc585b84de91b3e8c6433ee7 2436 python optional 
python-mbed-host-tests_1.4.4-9.dsc
 6b2a336e8f9a134fc7f4a6a314a81c54 9220 python optional 
python-mbed-host-tests_1.4.4-9.debian.tar.xz
 57622fe505b15e0966af03164a82c0d9 7909 python optional 
python-mbed-host-tests_1.4.4-9_source.buildinfo

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

iQJFBAEBCgAvFiEEj23hBDd/OxHnQXSHMfMURUShdBoFAmWTUvQRHHRjaGV0QGRl
Ymlhbi5vcmcACgkQMfMURUShdBpUlg/9FlynmNkN9ik6rfRkbDcUE1GqM4l/GADC
J5uIdh05Bu8Az6yRQ1N4IYAzxhoLwCYAMjlcEYePFfD0NQ+eVWWuFQqyVdYAsvvG
LQcpwuSWHTrjo4e29DOywA8pKedXb9xLaifNU2oYF1Yu76STcj8U3PJDmBfnUecG
He2pEQmHenlTKf2pXjjIHZAQdO9p5Bi8fLcDcl0lx1TeY3iYMhFB6gVro+97YJ0X
tTsx3svMd20SRb589JEjvOMjzDIHkpu8euy+knMEmxyQve/WxpDg7U4o5LwH0dyy
gI5OkJV9qeS6LS2e3Zcl5H0JIdXlNFulhhcci1Ww0r7JjoP+L4JvYhiXw0RXRN7W
4NJM0Re7Y5OpL3Ae1PAnKBYQWoBxLVl2avAtiHXvKW+ps8I6U+X+hyVL8PeuKJGJ
oGi+30NKh5IE5XVEdgjlCeqtW8q0z8epLp3lMkIa82maoEeG1z2oF2fBxerkwP3E
hyhDUbb/4XsbCVCGmyJde4gICenSQsEutYnFGXoty6Lo8m+MhrYJLB9ZxTqcxVLt
JtLT1kWiASWPHRn3qHJd32DZRvgrdk8fbmtp6PyZhhiW2ff52uPrvaxduQjf4hai
GjbyodCQ8igDNr+nk/3O4C4q7/CEeULKJ1mu8Gig7/SDv7aH/dnpdjN0jElaWuPZ
KL2cOESpZqA=
=yNGB
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to