Your message dated Thu, 28 Nov 2024 18:49:04 +0000
with message-id <e1tgjzy-00hwaj...@fasolo.debian.org>
and subject line Bug#1088313: fixed in ipdb 0.13.13-3
has caused the Debian Bug report #1088313,
regarding ipdb: FTBFS and autopkgtest failure with Python 3.13
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.)


-- 
1088313: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1088313
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ipdb
Version: 0.13.13-2
Severity: serious
User: debian-pyt...@lists.debian.org
Usertags: python3.13

Hi Maintainer

The autopkgtests of this package fail with Python 3.13 [1].  I've
copied what I hope is the relevant part of the log below.

Regards
Graham


[1] https://ci.debian.net/packages/i/ipdb/testing/amd64/


10077s ======================================================================
10077s ERROR: test_debug_module_script_3_11
(tests.test_opts.OptsTest.test_debug_module_script_3_11)
10077s ----------------------------------------------------------------------
10077s Traceback (most recent call last):
10077s   File "/usr/lib/python3.13/pdb.py", line 219, in __init__
10077s     _, self._spec, self._code = runpy._get_module_details(self._target)
10077s                                 ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
10077s   File "<frozen runpy>", line 142, in _get_module_details
10077s ImportError: No module named my_buggy_module_3_11
10077s
10077s During handling of the above exception, another exception occurred:
10077s
10077s Traceback (most recent call last):
10077s   File "/usr/lib/python3/dist-packages/ipdb/__main__.py", line
316, in main
10077s     pdb._run(stdlib_pdb._ModuleTarget(mainpyfile))
10077s              ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
10077s   File "/usr/lib/python3.13/pdb.py", line 222, in __init__
10077s     sys.exit(1)
10077s     ~~~~~~~~^^^
10077s SystemExit: 1
10077s
10077s During handling of the above exception, another exception occurred:
10077s
10077s Traceback (most recent call last):
10077s   File "/usr/lib/python3.13/unittest/mock.py", line 1423, in patched
10077s     return func(*newargs, **newkeywargs)
10077s   File 
"/tmp/autopkgtest-lxc.k67r3qq9/downtmp/autopkgtest_tmp/build/tests/test_opts.py",
line 63, in test_debug_module_script_3_11
10077s   File "/usr/lib/python3/dist-packages/ipdb/__main__.py", line
332, in main
10077s     print("The program exited via sys.exit(). Exit status: ", end='')
10077s     ~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10077s BrokenPipeError: [Errno 32] Broken pipe
10077s
10077s ======================================================================
10077s ERROR: test_debug_script_3_11
(tests.test_opts.OptsTest.test_debug_script_3_11)
10077s ----------------------------------------------------------------------
10077s Traceback (most recent call last):
10077s   File "/usr/lib/python3.13/unittest/mock.py", line 1423, in patched
10077s     return func(*newargs, **newkeywargs)
10077s   File 
"/tmp/autopkgtest-lxc.k67r3qq9/downtmp/autopkgtest_tmp/build/tests/test_opts.py",
line 77, in test_debug_script_3_11
10077s   File "/usr/lib/python3/dist-packages/ipdb/__main__.py", line
309, in main
10077s     pdb = _init_pdb(commands=commands)
10077s   File "/usr/lib/python3/dist-packages/ipdb/__main__.py", line
53, in _init_pdb
10077s     context = os.getenv("IPDB_CONTEXT_SIZE", get_context_from_config())
10077s                                              ~~~~~~~~~~~~~~~~~~~~~~~^^
10077s   File "/usr/lib/python3/dist-packages/ipdb/__main__.py", line
83, in get_context_from_config
10077s     parser = get_config()
10077s   File "/usr/lib/python3/dist-packages/ipdb/__main__.py", line
146, in get_config
10077s     cwd_filepath = os.path.join(os.getcwd(), cfg_file)
10077s                                 ~~~~~~~~~^^
10077s FileNotFoundError: [Errno 2] No such file or directory
10077s
10077s ======================================================================
10077s ERROR: test_option_m_fallback_on_py36
(tests.test_opts.OptsTest.test_option_m_fallback_on_py36)
10077s ----------------------------------------------------------------------
10077s Traceback (most recent call last):
10077s   File "/usr/lib/python3.13/unittest/mock.py", line 1423, in patched
10077s     return func(*newargs, **newkeywargs)
10077s   File 
"/tmp/autopkgtest-lxc.k67r3qq9/downtmp/autopkgtest_tmp/build/tests/test_opts.py",
line 91, in test_option_m_fallback_on_py36
10077s   File "/usr/lib/python3/dist-packages/ipdb/__main__.py", line
309, in main
10077s     pdb = _init_pdb(commands=commands)
10077s   File "/usr/lib/python3/dist-packages/ipdb/__main__.py", line
53, in _init_pdb
10077s     context = os.getenv("IPDB_CONTEXT_SIZE", get_context_from_config())
10077s                                              ~~~~~~~~~~~~~~~~~~~~~~~^^
10077s   File "/usr/lib/python3/dist-packages/ipdb/__main__.py", line
83, in get_context_from_config
10077s     parser = get_config()
10077s   File "/usr/lib/python3/dist-packages/ipdb/__main__.py", line
146, in get_config
10077s     cwd_filepath = os.path.join(os.getcwd(), cfg_file)
10077s                                 ~~~~~~~~~^^
10077s FileNotFoundError: [Errno 2] No such file or directory
10077s
10077s ----------------------------------------------------------------------
10077s Ran 21 tests in 10011.450s
10077s
10077s FAILED (errors=3, skipped=2)

--- End Message ---
--- Begin Message ---
Source: ipdb
Source-Version: 0.13.13-3
Done: Andrey Rakhmatullin <w...@debian.org>

We believe that the bug you reported is fixed in the latest version of
ipdb, 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 1088...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andrey Rakhmatullin <w...@debian.org> (supplier of updated ipdb 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: Thu, 28 Nov 2024 23:30:51 +0500
Source: ipdb
Architecture: source
Version: 0.13.13-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Andrey Rakhmatullin <w...@debian.org>
Closes: 1088313
Changes:
 ipdb (0.13.13-3) unstable; urgency=medium
 .
   * Disable tests that are broken On Python 3.13 (Closes: #1088313).
   * Bump Standards-Version to 4.7.0.
Checksums-Sha1:
 44577aff4bb5bcf91d4811f7aff5398dcfcf6fd5 2037 ipdb_0.13.13-3.dsc
 be9cc5fd7dc39ab02d099130c344bf3823af7114 4172 ipdb_0.13.13-3.debian.tar.xz
 2b1701b8a95918bab06ec8f110d207123c27072f 7773 ipdb_0.13.13-3_amd64.buildinfo
Checksums-Sha256:
 e51b5d4edafafc7c46e032dd937b44bedb288c486c6f1d329e9e0fd149eba11a 2037 
ipdb_0.13.13-3.dsc
 ff32486940a50f4c6f50372af5e1948ad580d1177573bf3b546256d9cc4b47dc 4172 
ipdb_0.13.13-3.debian.tar.xz
 38db98bbfd100ecce9b58f4207425e18968e40f179b0cb9e59f5bcf1c8ad7e3b 7773 
ipdb_0.13.13-3_amd64.buildinfo
Files:
 eae996d2a6bb3059538d793c95f44fb2 2037 python optional ipdb_0.13.13-3.dsc
 8b78ebe007ca518715782e669fc678af 4172 python optional 
ipdb_0.13.13-3.debian.tar.xz
 68c5fee64a2a9f76fd16fc068cc16809 7773 python optional 
ipdb_0.13.13-3_amd64.buildinfo

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

iQIzBAEBCgAdFiEEolIP6gqGcKZh3YxVM2L3AxpJkuEFAmdIt9cACgkQM2L3AxpJ
kuH2mw/+NM1SzVqKn/ynW8PZXJhp3nY0u+3cKcQlLmeXPPFjfHYgoVwjKKHBPJaT
EPQQQ5mBkqNqllJr+9oqxgvP55piqVAtjDiMQqk1izRrZxCRLjJR//4yELidp94D
jcBSxt4mwtVRQJfFgTo2uZEsyCU/ZOVojCszT60O3Fe2vhtc481sEC0nF4psPenI
OxBYx935PK1c48i4IU2ian5lGe8kPKLfnKUX8Anz6zmA+80O5DB+oZ32n/F6dlmF
3V1Q5FWNtSwl8b7Jl09r++3Nfh6B0fCHETyh7mwfYAk8eQ9Vtymt7+Oz0QFYbHkk
WvU0wIE+3/4XSkmYqppybcA/H4ZOpZjzwN5iw+o+GfOTGV8+M2hOV5pz8Ax+2r7M
gGbHPxD3pFWQwZo6GffLqx9yzC1PJm6HGSmwPukFSdqIKIeyuAR2DUWDXjAOCE6b
SZ3SyoWzPTQ7jkTmaI4Jhl5gqRXK40pu8GyQSCqy/f0QGwz6N3ogPTEg0raEecFY
4iZ9iQtYI3iFYqYPqfc2pdmacBRWJkkFD1FnZN9i+EVHj3xqSI+zs8UI619xodW1
0EbSNJJwmVsY7n/RpMveWCm1Bgm6tfpsSbPNZN0W1Nv/jTx0+dkW7lH/J7CFRbi8
P4gu7ABjPefJVLbUIG+8Jk4luwtsrXu8ZNOlxsOvT/C+JCrZDz4=
=t3Ch
-----END PGP SIGNATURE-----

Attachment: pgpQoJc0wJFbK.pgp
Description: PGP signature


--- End Message ---

Reply via email to