Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-26053: Fix args echoed by pdb run command #22033

Merged
merged 7 commits into from
Apr 1, 2021

Conversation

iritkatriel
Copy link
Member

@iritkatriel iritkatriel commented Aug 31, 2020

@iritkatriel iritkatriel reopened this Aug 31, 2020
@iritkatriel iritkatriel closed this Sep 1, 2020
@iritkatriel iritkatriel reopened this Sep 1, 2020
@iritkatriel
Copy link
Member Author

@birkenfeld are you able to review this?

@birkenfeld
Copy link
Member

Sorry, not at the moment.

@iritkatriel iritkatriel requested a review from dhellmann November 5, 2020 10:08
Lib/test/test_pdb.py Outdated Show resolved Hide resolved
Copy link
Contributor

@taleinat taleinat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Since I've not worked on pdb before, I'm still considering whether this should be backported.

@gvanrossum
Copy link
Member

This looks like a real bug fix and I am fine with backporting to 3.9 and 3.8.

@iritkatriel iritkatriel added the type-bug An unexpected behavior, bug, or error label Dec 23, 2020
@iritkatriel
Copy link
Member Author

Shall we merge this?

@gvanrossum gvanrossum merged commit 652bfde into python:master Apr 1, 2021
@bedevere-bot
Copy link

@gvanrossum: Please replace # with GH- in the commit message next time. Thanks!

@gvanrossum
Copy link
Member

Does it need a backport?

@iritkatriel
Copy link
Member Author

The bug is in 3.9 and 3.9 as well.

@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot s390x SLES 3.x has failed when building commit 652bfde.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/all/#builders/540/builds/1040) and take a look at the build logs.
  4. Check if the failure is related to this commit (652bfde) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/all/#builders/540/builds/1040

Failed tests:

  • test_pdb

Failed subtests:

  • test_issue26053 - test.test_pdb.PdbTestCase

Summary of the results of the build (if available):

== Tests result: FAILURE then FAILURE ==

412 tests OK.

10 slowest tests:

  • test_concurrent_futures: 2 min 43 sec
  • test_multiprocessing_spawn: 1 min 17 sec
  • test_unparse: 1 min 11 sec
  • test_multiprocessing_forkserver: 1 min 10 sec
  • test_tokenize: 1 min
  • test_peg_generator: 59.5 sec
  • test_capi: 58.3 sec
  • test_asyncio: 57.8 sec
  • test_multiprocessing_fork: 55.6 sec
  • test_signal: 47.6 sec

1 test failed:
test_pdb

14 tests skipped:
test_devpoll test_ioctl test_kqueue test_msilib test_nis
test_ossaudiodev test_startfile test_tix test_tk test_ttk_guionly
test_winconsoleio test_winreg test_winsound test_zipfile64

1 re-run test:
test_pdb

Total duration: 5 min 16 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/test/test_pdb.py", line 1457, in test_issue26053
    self.assertIn("Restarting main.py with arguments:\na b c", output)
AssertionError: 'Restarting main.py with arguments:\na b c' not found in "> /home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/build/test_python_10823æ/test_python_worker_12727æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) (Pdb) hello\nThe program finished and will be restarted\n> /home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/build/test_python_10823æ/test_python_worker_12727æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/build/test_python_10823æ/test_python_worker_12727æ/main.py with arguments:\na b c\n> /home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/build/test_python_10823æ/test_python_worker_12727æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/build/test_python_10823æ/test_python_worker_12727æ/main.py with arguments:\nd e f\n> /home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/build/test_python_10823æ/test_python_worker_12727æ/main.py(1)<module>()\n-> print('hello')\n(Pdb)"


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/test/test_pdb.py", line 1457, in test_issue26053
    self.assertIn("Restarting main.py with arguments:\na b c", output)
AssertionError: 'Restarting main.py with arguments:\na b c' not found in "> /home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/build/test_python_10823æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) (Pdb) hello\nThe program finished and will be restarted\n> /home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/build/test_python_10823æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/build/test_python_10823æ/main.py with arguments:\na b c\n> /home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/build/test_python_10823æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/build/test_python_10823æ/main.py with arguments:\nd e f\n> /home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/build/test_python_10823æ/main.py(1)<module>()\n-> print('hello')\n(Pdb)"

@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot AMD64 RHEL7 LTO + PGO 3.x has failed when building commit 652bfde.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/all/#builders/96/builds/936) and take a look at the build logs.
  4. Check if the failure is related to this commit (652bfde) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/all/#builders/96/builds/936

Failed tests:

  • test_pdb

Failed subtests:

  • test_issue26053 - test.test_pdb.PdbTestCase

Summary of the results of the build (if available):

== Tests result: FAILURE then FAILURE ==

412 tests OK.

10 slowest tests:

  • test_shelve: 4 min 2 sec
  • test_concurrent_futures: 2 min 49 sec
  • test_tarfile: 2 min 3 sec
  • test_multiprocessing_spawn: 1 min 41 sec
  • test_tokenize: 1 min 40 sec
  • test_unparse: 1 min 29 sec
  • test_lib2to3: 1 min 23 sec
  • test_nntplib: 1 min 22 sec
  • test_asyncio: 1 min 17 sec
  • test_multiprocessing_forkserver: 1 min 8 sec

1 test failed:
test_pdb

14 tests skipped:
test_devpoll test_gdb test_ioctl test_kqueue test_msilib
test_ossaudiodev test_startfile test_tix test_tk test_ttk_guionly
test_winconsoleio test_winreg test_winsound test_zipfile64

1 re-run test:
test_pdb

Total duration: 5 min 57 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.lto-pgo/build/Lib/test/test_pdb.py", line 1457, in test_issue26053
    self.assertIn("Restarting main.py with arguments:\na b c", output)
AssertionError: 'Restarting main.py with arguments:\na b c' not found in "> /home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.lto-pgo/build/build/test_python_4427æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) (Pdb) hello\nThe program finished and will be restarted\n> /home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.lto-pgo/build/build/test_python_4427æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.lto-pgo/build/build/test_python_4427æ/main.py with arguments:\na b c\n> /home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.lto-pgo/build/build/test_python_4427æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.lto-pgo/build/build/test_python_4427æ/main.py with arguments:\nd e f\n> /home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.lto-pgo/build/build/test_python_4427æ/main.py(1)<module>()\n-> print('hello')\n(Pdb)"


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.lto-pgo/build/Lib/test/test_pdb.py", line 1457, in test_issue26053
    self.assertIn("Restarting main.py with arguments:\na b c", output)
AssertionError: 'Restarting main.py with arguments:\na b c' not found in "> /home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.lto-pgo/build/build/test_python_4427æ/test_python_worker_4447æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) (Pdb) hello\nThe program finished and will be restarted\n> /home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.lto-pgo/build/build/test_python_4427æ/test_python_worker_4447æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.lto-pgo/build/build/test_python_4427æ/test_python_worker_4447æ/main.py with arguments:\na b c\n> /home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.lto-pgo/build/build/test_python_4427æ/test_python_worker_4447æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.lto-pgo/build/build/test_python_4427æ/test_python_worker_4447æ/main.py with arguments:\nd e f\n> /home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.lto-pgo/build/build/test_python_4427æ/test_python_worker_4447æ/main.py(1)<module>()\n-> print('hello')\n(Pdb)"

@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot s390x RHEL8 LTO 3.x has failed when building commit 652bfde.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/all/#builders/567/builds/1582) and take a look at the build logs.
  4. Check if the failure is related to this commit (652bfde) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/all/#builders/567/builds/1582

Failed tests:

  • test_pdb

Failed subtests:

  • test_issue26053 - test.test_pdb.PdbTestCase

Summary of the results of the build (if available):

== Tests result: FAILURE then FAILURE ==

412 tests OK.

10 slowest tests:

  • test_peg_generator: 3 min 3 sec
  • test_concurrent_futures: 2 min 48 sec
  • test_gdb: 1 min 44 sec
  • test_multiprocessing_spawn: 1 min 13 sec
  • test_multiprocessing_forkserver: 60.0 sec
  • test_multiprocessing_fork: 54.8 sec
  • test_asyncio: 48.7 sec
  • test_signal: 47.4 sec
  • test_imaplib: 33.8 sec
  • test_pydoc: 31.9 sec

1 test failed:
test_pdb

14 tests skipped:
test_devpoll test_ioctl test_kqueue test_msilib test_nis
test_ossaudiodev test_startfile test_tix test_tk test_ttk_guionly
test_winconsoleio test_winreg test_winsound test_zipfile64

1 re-run test:
test_pdb

Total duration: 4 min 19 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto/build/Lib/test/test_pdb.py", line 1457, in test_issue26053
    self.assertIn("Restarting main.py with arguments:\na b c", output)
AssertionError: 'Restarting main.py with arguments:\na b c' not found in "> /home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto/build/build/test_python_3798355æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) (Pdb) hello\nThe program finished and will be restarted\n> /home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto/build/build/test_python_3798355æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto/build/build/test_python_3798355æ/main.py with arguments:\na b c\n> /home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto/build/build/test_python_3798355æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto/build/build/test_python_3798355æ/main.py with arguments:\nd e f\n> /home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto/build/build/test_python_3798355æ/main.py(1)<module>()\n-> print('hello')\n(Pdb)"


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto/build/Lib/test/test_pdb.py", line 1457, in test_issue26053
    self.assertIn("Restarting main.py with arguments:\na b c", output)
AssertionError: 'Restarting main.py with arguments:\na b c' not found in "> /home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto/build/build/test_python_3798355æ/test_python_worker_3800855æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) (Pdb) hello\nThe program finished and will be restarted\n> /home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto/build/build/test_python_3798355æ/test_python_worker_3800855æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto/build/build/test_python_3798355æ/test_python_worker_3800855æ/main.py with arguments:\na b c\n> /home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto/build/build/test_python_3798355æ/test_python_worker_3800855æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto/build/build/test_python_3798355æ/test_python_worker_3800855æ/main.py with arguments:\nd e f\n> /home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto/build/build/test_python_3798355æ/test_python_worker_3800855æ/main.py(1)<module>()\n-> print('hello')\n(Pdb)"

@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot AMD64 RHEL8 3.x has failed when building commit 652bfde.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/all/#builders/185/builds/901) and take a look at the build logs.
  4. Check if the failure is related to this commit (652bfde) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/all/#builders/185/builds/901

Failed tests:

  • test_pdb

Failed subtests:

  • test_issue26053 - test.test_pdb.PdbTestCase

Summary of the results of the build (if available):

== Tests result: FAILURE then FAILURE ==

413 tests OK.

10 slowest tests:

  • test_peg_generator: 3 min 36 sec
  • test_concurrent_futures: 3 min 3 sec
  • test_largefile: 2 min 56 sec
  • test_importlib: 2 min 2 sec
  • test_shelve: 1 min 55 sec
  • test_dbm_ndbm: 1 min 47 sec
  • test_multiprocessing_spawn: 1 min 45 sec
  • test_capi: 1 min 41 sec
  • test_asyncio: 1 min 40 sec
  • test_gdb: 1 min 40 sec

1 test failed:
test_pdb

13 tests skipped:
test_devpoll test_ioctl test_kqueue test_msilib test_ossaudiodev
test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio
test_winreg test_winsound test_zipfile64

1 re-run test:
test_pdb

Total duration: 7 min 8 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64/build/Lib/test/test_pdb.py", line 1457, in test_issue26053
    self.assertIn("Restarting main.py with arguments:\na b c", output)
AssertionError: 'Restarting main.py with arguments:\na b c' not found in "> /home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64/build/build/test_python_4145011æ/test_python_worker_4155018æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) (Pdb) hello\nThe program finished and will be restarted\n> /home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64/build/build/test_python_4145011æ/test_python_worker_4155018æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64/build/build/test_python_4145011æ/test_python_worker_4155018æ/main.py with arguments:\na b c\n> /home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64/build/build/test_python_4145011æ/test_python_worker_4155018æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64/build/build/test_python_4145011æ/test_python_worker_4155018æ/main.py with arguments:\nd e f\n> /home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64/build/build/test_python_4145011æ/test_python_worker_4155018æ/main.py(1)<module>()\n-> print('hello')\n(Pdb)"


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64/build/Lib/test/test_pdb.py", line 1457, in test_issue26053
    self.assertIn("Restarting main.py with arguments:\na b c", output)
AssertionError: 'Restarting main.py with arguments:\na b c' not found in "> /home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64/build/build/test_python_4145011æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) (Pdb) hello\nThe program finished and will be restarted\n> /home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64/build/build/test_python_4145011æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64/build/build/test_python_4145011æ/main.py with arguments:\na b c\n> /home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64/build/build/test_python_4145011æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64/build/build/test_python_4145011æ/main.py with arguments:\nd e f\n> /home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64/build/build/test_python_4145011æ/main.py(1)<module>()\n-> print('hello')\n(Pdb)"

@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot s390x Fedora Clang 3.x has failed when building commit 652bfde.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/all/#builders/3/builds/908) and take a look at the build logs.
  4. Check if the failure is related to this commit (652bfde) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/all/#builders/3/builds/908

Failed tests:

  • test_pdb

Failed subtests:

  • test_issue26053 - test.test_pdb.PdbTestCase

Summary of the results of the build (if available):

== Tests result: FAILURE then FAILURE ==

411 tests OK.

10 slowest tests:

  • test_concurrent_futures: 2 min 34 sec
  • test_peg_generator: 2 min 25 sec
  • test_multiprocessing_spawn: 1 min 3 sec
  • test_multiprocessing_forkserver: 1 min
  • test_multiprocessing_fork: 54.9 sec
  • test_signal: 47.0 sec
  • test_asyncio: 46.2 sec
  • test_io: 32.8 sec
  • test_pydoc: 31.3 sec
  • test_unparse: 30.2 sec

1 test failed:
test_pdb

15 tests skipped:
test_devpoll test_ioctl test_kqueue test_msilib test_nis
test_ossaudiodev test_readline test_startfile test_tix test_tk
test_ttk_guionly test_winconsoleio test_winreg test_winsound
test_zipfile64

1 re-run test:
test_pdb

Total duration: 4 min 3 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/test/test_pdb.py", line 1457, in test_issue26053
    self.assertIn("Restarting main.py with arguments:\na b c", output)
AssertionError: 'Restarting main.py with arguments:\na b c' not found in "> /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/build/test_python_3187585æ/test_python_worker_3189172æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) (Pdb) hello\nThe program finished and will be restarted\n> /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/build/test_python_3187585æ/test_python_worker_3189172æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/build/test_python_3187585æ/test_python_worker_3189172æ/main.py with arguments:\na b c\n> /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/build/test_python_3187585æ/test_python_worker_3189172æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/build/test_python_3187585æ/test_python_worker_3189172æ/main.py with arguments:\nd e f\n> /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/build/test_python_3187585æ/test_python_worker_3189172æ/main.py(1)<module>()\n-> print('hello')\n(Pdb)"


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/test/test_pdb.py", line 1457, in test_issue26053
    self.assertIn("Restarting main.py with arguments:\na b c", output)
AssertionError: 'Restarting main.py with arguments:\na b c' not found in "> /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/build/test_python_3187585æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) (Pdb) hello\nThe program finished and will be restarted\n> /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/build/test_python_3187585æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/build/test_python_3187585æ/main.py with arguments:\na b c\n> /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/build/test_python_3187585æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/build/test_python_3187585æ/main.py with arguments:\nd e f\n> /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/build/test_python_3187585æ/main.py(1)<module>()\n-> print('hello')\n(Pdb)"

@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot x86-64 macOS 3.x has failed when building commit 652bfde.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/all/#builders/366/builds/1031) and take a look at the build logs.
  4. Check if the failure is related to this commit (652bfde) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/all/#builders/366/builds/1031

Failed tests:

  • test_pdb

Failed subtests:

  • test_issue26053 - test.test_pdb.PdbTestCase

Summary of the results of the build (if available):

== Tests result: FAILURE then FAILURE ==

408 tests OK.

10 slowest tests:

  • test_concurrent_futures: 3 min 40 sec
  • test_unparse: 3 min 12 sec
  • test_multiprocessing_spawn: 2 min 28 sec
  • test_tokenize: 2 min 27 sec
  • test_lib2to3: 2 min 2 sec
  • test_unicodedata: 1 min 50 sec
  • test_multiprocessing_forkserver: 1 min 47 sec
  • test_asyncio: 1 min 46 sec
  • test_capi: 1 min 36 sec
  • test_logging: 1 min 2 sec

1 test failed:
test_pdb

18 tests skipped:
test_devpoll test_epoll test_gdb test_ioctl test_msilib
test_multiprocessing_fork test_ossaudiodev test_smtpnet test_spwd
test_ssl test_startfile test_tix test_tk test_ttk_guionly
test_winconsoleio test_winreg test_winsound test_zipfile64

1 re-run test:
test_pdb

Total duration: 24 min 3 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/test/test_pdb.py", line 1457, in test_issue26053
    self.assertIn("Restarting main.py with arguments:\na b c", output)
AssertionError: 'Restarting main.py with arguments:\na b c' not found in "> /Users/buildbot/buildarea/3.x.billenstein-macos/build/build/test_python_29667æ/test_python_worker_35014æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) (Pdb) hello\nThe program finished and will be restarted\n> /Users/buildbot/buildarea/3.x.billenstein-macos/build/build/test_python_29667æ/test_python_worker_35014æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /Users/buildbot/buildarea/3.x.billenstein-macos/build/build/test_python_29667æ/test_python_worker_35014æ/main.py with arguments:\na b c\n> /Users/buildbot/buildarea/3.x.billenstein-macos/build/build/test_python_29667æ/test_python_worker_35014æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /Users/buildbot/buildarea/3.x.billenstein-macos/build/build/test_python_29667æ/test_python_worker_35014æ/main.py with arguments:\nd e f\n> /Users/buildbot/buildarea/3.x.billenstein-macos/build/build/test_python_29667æ/test_python_worker_35014æ/main.py(1)<module>()\n-> print('hello')\n(Pdb)"


Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/test/test_pdb.py", line 1457, in test_issue26053
    self.assertIn("Restarting main.py with arguments:\na b c", output)
AssertionError: 'Restarting main.py with arguments:\na b c' not found in "> /Users/buildbot/buildarea/3.x.billenstein-macos/build/build/test_python_29667æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) (Pdb) hello\nThe program finished and will be restarted\n> /Users/buildbot/buildarea/3.x.billenstein-macos/build/build/test_python_29667æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /Users/buildbot/buildarea/3.x.billenstein-macos/build/build/test_python_29667æ/main.py with arguments:\na b c\n> /Users/buildbot/buildarea/3.x.billenstein-macos/build/build/test_python_29667æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /Users/buildbot/buildarea/3.x.billenstein-macos/build/build/test_python_29667æ/main.py with arguments:\nd e f\n> /Users/buildbot/buildarea/3.x.billenstein-macos/build/build/test_python_29667æ/main.py(1)<module>()\n-> print('hello')\n(Pdb)"

@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot s390x Fedora Clang Installed 3.x has failed when building commit 652bfde.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/all/#builders/531/builds/875) and take a look at the build logs.
  4. Check if the failure is related to this commit (652bfde) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/all/#builders/531/builds/875

Failed tests:

  • test_pdb

Failed subtests:

  • test_issue26053 - test.test_pdb.PdbTestCase

Summary of the results of the build (if available):

== Tests result: FAILURE then FAILURE ==

407 tests OK.

1 test failed:
test_pdb

19 tests skipped:
test_asdl_parser test_check_c_globals test_clinic test_devpoll
test_gdb test_ioctl test_kqueue test_msilib test_nis
test_ossaudiodev test_readline test_startfile test_tix test_tk
test_ttk_guionly test_winconsoleio test_winreg test_winsound
test_zipfile64

1 re-run test:
test_pdb

Total duration: 3 min 17 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.10/test/test_pdb.py", line 1457, in test_issue26053
    self.assertIn("Restarting main.py with arguments:\na b c", output)
AssertionError: 'Restarting main.py with arguments:\na b c' not found in "> /tmp/test_python_3216331æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) (Pdb) hello\nThe program finished and will be restarted\n> /tmp/test_python_3216331æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /tmp/test_python_3216331æ/main.py with arguments:\na b c\n> /tmp/test_python_3216331æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /tmp/test_python_3216331æ/main.py with arguments:\nd e f\n> /tmp/test_python_3216331æ/main.py(1)<module>()\n-> print('hello')\n(Pdb)"


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.10/test/test_pdb.py", line 1457, in test_issue26053
    self.assertIn("Restarting main.py with arguments:\na b c", output)
AssertionError: 'Restarting main.py with arguments:\na b c' not found in "> /tmp/test_python_3216331æ/test_python_worker_3221255æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) (Pdb) hello\nThe program finished and will be restarted\n> /tmp/test_python_3216331æ/test_python_worker_3221255æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /tmp/test_python_3216331æ/test_python_worker_3221255æ/main.py with arguments:\na b c\n> /tmp/test_python_3216331æ/test_python_worker_3221255æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /tmp/test_python_3216331æ/test_python_worker_3221255æ/main.py with arguments:\nd e f\n> /tmp/test_python_3216331æ/test_python_worker_3221255æ/main.py(1)<module>()\n-> print('hello')\n(Pdb)"

@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot PPC64LE RHEL7 LTO 3.x has failed when building commit 652bfde.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/all/#builders/503/builds/906) and take a look at the build logs.
  4. Check if the failure is related to this commit (652bfde) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/all/#builders/503/builds/906

Failed tests:

  • test_pdb

Failed subtests:

  • test_issue26053 - test.test_pdb.PdbTestCase

Summary of the results of the build (if available):

== Tests result: FAILURE then FAILURE ==

413 tests OK.

10 slowest tests:

  • test_peg_generator: 3 min 34 sec
  • test_concurrent_futures: 3 min 8 sec
  • test_tokenize: 2 min 45 sec
  • test_unparse: 2 min 19 sec
  • test_multiprocessing_spawn: 2 min 7 sec
  • test_lib2to3: 1 min 55 sec
  • test_asyncio: 1 min 37 sec
  • test_multiprocessing_forkserver: 1 min 18 sec
  • test_unicodedata: 1 min 15 sec
  • test_pickle: 1 min 5 sec

1 test failed:
test_pdb

13 tests skipped:
test_devpoll test_ioctl test_kqueue test_msilib test_ossaudiodev
test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio
test_winreg test_winsound test_zipfile64

1 re-run test:
test_pdb

Total duration: 6 min 38 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto/build/Lib/test/test_pdb.py", line 1457, in test_issue26053
    self.assertIn("Restarting main.py with arguments:\na b c", output)
AssertionError: 'Restarting main.py with arguments:\na b c' not found in "> /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto/build/build/test_python_29793æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) (Pdb) hello\nThe program finished and will be restarted\n> /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto/build/build/test_python_29793æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto/build/build/test_python_29793æ/main.py with arguments:\na b c\n> /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto/build/build/test_python_29793æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto/build/build/test_python_29793æ/main.py with arguments:\nd e f\n> /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto/build/build/test_python_29793æ/main.py(1)<module>()\n-> print('hello')\n(Pdb)"


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto/build/Lib/test/test_pdb.py", line 1457, in test_issue26053
    self.assertIn("Restarting main.py with arguments:\na b c", output)
AssertionError: 'Restarting main.py with arguments:\na b c' not found in "> /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto/build/build/test_python_29793æ/test_python_worker_30667æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) (Pdb) hello\nThe program finished and will be restarted\n> /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto/build/build/test_python_29793æ/test_python_worker_30667æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto/build/build/test_python_29793æ/test_python_worker_30667æ/main.py with arguments:\na b c\n> /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto/build/build/test_python_29793æ/test_python_worker_30667æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto/build/build/test_python_29793æ/test_python_worker_30667æ/main.py with arguments:\nd e f\n> /home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto/build/build/test_python_29793æ/test_python_worker_30667æ/main.py(1)<module>()\n-> print('hello')\n(Pdb)"

@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot AMD64 RHEL7 LTO 3.x has failed when building commit 652bfde.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/all/#builders/507/builds/921) and take a look at the build logs.
  4. Check if the failure is related to this commit (652bfde) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/all/#builders/507/builds/921

Failed tests:

  • test_pdb

Failed subtests:

  • test_issue26053 - test.test_pdb.PdbTestCase

Summary of the results of the build (if available):

== Tests result: FAILURE then FAILURE ==

412 tests OK.

10 slowest tests:

  • test_peg_generator: 4 min 10 sec
  • test_concurrent_futures: 3 min 3 sec
  • test_unparse: 2 min 5 sec
  • test_lib2to3: 1 min 43 sec
  • test_tokenize: 1 min 39 sec
  • test_multiprocessing_spawn: 1 min 37 sec
  • test_asyncio: 1 min 26 sec
  • test_nntplib: 1 min 21 sec
  • test_mailbox: 1 min 16 sec
  • test_multiprocessing_forkserver: 1 min 10 sec

1 test failed:
test_pdb

14 tests skipped:
test_devpoll test_gdb test_ioctl test_kqueue test_msilib
test_ossaudiodev test_startfile test_tix test_tk test_ttk_guionly
test_winconsoleio test_winreg test_winsound test_zipfile64

1 re-run test:
test_pdb

Total duration: 6 min 9 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.lto/build/Lib/test/test_pdb.py", line 1457, in test_issue26053
    self.assertIn("Restarting main.py with arguments:\na b c", output)
AssertionError: 'Restarting main.py with arguments:\na b c' not found in "> /home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.lto/build/build/test_python_31437æ/test_python_worker_7207æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) (Pdb) hello\nThe program finished and will be restarted\n> /home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.lto/build/build/test_python_31437æ/test_python_worker_7207æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.lto/build/build/test_python_31437æ/test_python_worker_7207æ/main.py with arguments:\na b c\n> /home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.lto/build/build/test_python_31437æ/test_python_worker_7207æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.lto/build/build/test_python_31437æ/test_python_worker_7207æ/main.py with arguments:\nd e f\n> /home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.lto/build/build/test_python_31437æ/test_python_worker_7207æ/main.py(1)<module>()\n-> print('hello')\n(Pdb)"


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.lto/build/Lib/test/test_pdb.py", line 1457, in test_issue26053
    self.assertIn("Restarting main.py with arguments:\na b c", output)
AssertionError: 'Restarting main.py with arguments:\na b c' not found in "> /home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.lto/build/build/test_python_31437æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) (Pdb) hello\nThe program finished and will be restarted\n> /home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.lto/build/build/test_python_31437æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.lto/build/build/test_python_31437æ/main.py with arguments:\na b c\n> /home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.lto/build/build/test_python_31437æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.lto/build/build/test_python_31437æ/main.py with arguments:\nd e f\n> /home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.lto/build/build/test_python_31437æ/main.py(1)<module>()\n-> print('hello')\n(Pdb)"

@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot AMD64 Ubuntu Shared 3.x has failed when building commit 652bfde.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/all/#builders/506/builds/1017) and take a look at the build logs.
  4. Check if the failure is related to this commit (652bfde) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/all/#builders/506/builds/1017

Failed tests:

  • test_pdb

Failed subtests:

  • test_issue26053 - test.test_pdb.PdbTestCase

Summary of the results of the build (if available):

== Tests result: FAILURE then FAILURE ==

409 tests OK.

10 slowest tests:

  • test_concurrent_futures: 3 min 53 sec
  • test_gdb: 3 min 40 sec
  • test_peg_generator: 2 min 58 sec
  • test_multiprocessing_spawn: 2 min 51 sec
  • test_unparse: 2 min 44 sec
  • test_tokenize: 2 min 23 sec
  • test_lib2to3: 2 min 22 sec
  • test_capi: 2 min 21 sec
  • test_asyncio: 2 min 1 sec
  • test_multiprocessing_forkserver: 1 min 30 sec

1 test failed:
test_pdb

17 tests skipped:
test_devpoll test_idle test_ioctl test_kqueue test_msilib
test_ossaudiodev test_startfile test_tcl test_tix test_tk
test_ttk_guionly test_ttk_textonly test_turtle test_winconsoleio
test_winreg test_winsound test_zipfile64

1 re-run test:
test_pdb

Total duration: 27 min 12 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Lib/test/test_pdb.py", line 1457, in test_issue26053
    self.assertIn("Restarting main.py with arguments:\na b c", output)
AssertionError: 'Restarting main.py with arguments:\na b c' not found in "> /srv/buildbot/buildarea/3.x.bolen-ubuntu/build/build/test_python_12451æ/test_python_worker_28103æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) (Pdb) hello\nThe program finished and will be restarted\n> /srv/buildbot/buildarea/3.x.bolen-ubuntu/build/build/test_python_12451æ/test_python_worker_28103æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /srv/buildbot/buildarea/3.x.bolen-ubuntu/build/build/test_python_12451æ/test_python_worker_28103æ/main.py with arguments:\na b c\n> /srv/buildbot/buildarea/3.x.bolen-ubuntu/build/build/test_python_12451æ/test_python_worker_28103æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /srv/buildbot/buildarea/3.x.bolen-ubuntu/build/build/test_python_12451æ/test_python_worker_28103æ/main.py with arguments:\nd e f\n> /srv/buildbot/buildarea/3.x.bolen-ubuntu/build/build/test_python_12451æ/test_python_worker_28103æ/main.py(1)<module>()\n-> print('hello')\n(Pdb)"


Traceback (most recent call last):
  File "/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Lib/test/test_pdb.py", line 1457, in test_issue26053
    self.assertIn("Restarting main.py with arguments:\na b c", output)
AssertionError: 'Restarting main.py with arguments:\na b c' not found in "> /srv/buildbot/buildarea/3.x.bolen-ubuntu/build/build/test_python_12451æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) (Pdb) hello\nThe program finished and will be restarted\n> /srv/buildbot/buildarea/3.x.bolen-ubuntu/build/build/test_python_12451æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /srv/buildbot/buildarea/3.x.bolen-ubuntu/build/build/test_python_12451æ/main.py with arguments:\na b c\n> /srv/buildbot/buildarea/3.x.bolen-ubuntu/build/build/test_python_12451æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /srv/buildbot/buildarea/3.x.bolen-ubuntu/build/build/test_python_12451æ/main.py with arguments:\nd e f\n> /srv/buildbot/buildarea/3.x.bolen-ubuntu/build/build/test_python_12451æ/main.py(1)<module>()\n-> print('hello')\n(Pdb)"

@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot AMD64 Fedora Stable 3.x has failed when building commit 652bfde.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/all/#builders/543/builds/809) and take a look at the build logs.
  4. Check if the failure is related to this commit (652bfde) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/all/#builders/543/builds/809

Failed tests:

  • test_pdb

Failed subtests:

  • test_issue26053 - test.test_pdb.PdbTestCase

Summary of the results of the build (if available):

== Tests result: FAILURE then FAILURE ==

413 tests OK.

10 slowest tests:

  • test_concurrent_futures: 2 min 51 sec
  • test_unparse: 2 min 5 sec
  • test_multiprocessing_spawn: 1 min 51 sec
  • test_peg_generator: 1 min 43 sec
  • test_io: 1 min 42 sec
  • test_gdb: 1 min 37 sec
  • test_asyncio: 1 min 29 sec
  • test_lib2to3: 1 min 23 sec
  • test_capi: 1 min 19 sec
  • test_tokenize: 1 min 14 sec

1 test failed:
test_pdb

13 tests skipped:
test_devpoll test_ioctl test_kqueue test_msilib test_ossaudiodev
test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio
test_winreg test_winsound test_zipfile64

1 re-run test:
test_pdb

Total duration: 5 min 32 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_pdb.py", line 1457, in test_issue26053
    self.assertIn("Restarting main.py with arguments:\na b c", output)
AssertionError: 'Restarting main.py with arguments:\na b c' not found in "> /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/build/test_python_683665æ/test_python_worker_686286æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) (Pdb) hello\nThe program finished and will be restarted\n> /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/build/test_python_683665æ/test_python_worker_686286æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/build/test_python_683665æ/test_python_worker_686286æ/main.py with arguments:\na b c\n> /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/build/test_python_683665æ/test_python_worker_686286æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/build/test_python_683665æ/test_python_worker_686286æ/main.py with arguments:\nd e f\n> /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/build/test_python_683665æ/test_python_worker_686286æ/main.py(1)<module>()\n-> print('hello')\n(Pdb)"


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_pdb.py", line 1457, in test_issue26053
    self.assertIn("Restarting main.py with arguments:\na b c", output)
AssertionError: 'Restarting main.py with arguments:\na b c' not found in "> /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/build/test_python_683665æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) (Pdb) hello\nThe program finished and will be restarted\n> /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/build/test_python_683665æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/build/test_python_683665æ/main.py with arguments:\na b c\n> /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/build/test_python_683665æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/build/test_python_683665æ/main.py with arguments:\nd e f\n> /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/build/test_python_683665æ/main.py(1)<module>()\n-> print('hello')\n(Pdb)"

@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot s390x RHEL7 LTO 3.x has failed when building commit 652bfde.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/all/#builders/402/builds/947) and take a look at the build logs.
  4. Check if the failure is related to this commit (652bfde) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/all/#builders/402/builds/947

Failed tests:

  • test_pdb

Failed subtests:

  • test_issue26053 - test.test_pdb.PdbTestCase

Summary of the results of the build (if available):

== Tests result: FAILURE then FAILURE ==

413 tests OK.

10 slowest tests:

  • test_concurrent_futures: 2 min 56 sec
  • test_peg_generator: 2 min 37 sec
  • test_multiprocessing_spawn: 1 min 42 sec
  • test_tokenize: 1 min 21 sec
  • test_unparse: 1 min 14 sec
  • test_multiprocessing_forkserver: 1 min 9 sec
  • test_lib2to3: 1 min 8 sec
  • test_asyncio: 1 min 4 sec
  • test_multiprocessing_fork: 1 min
  • test_signal: 48.9 sec

1 test failed:
test_pdb

13 tests skipped:
test_devpoll test_ioctl test_kqueue test_msilib test_ossaudiodev
test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio
test_winreg test_winsound test_zipfile64

1 re-run test:
test_pdb

Total duration: 5 min 41 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_pdb.py", line 1457, in test_issue26053
    self.assertIn("Restarting main.py with arguments:\na b c", output)
AssertionError: 'Restarting main.py with arguments:\na b c' not found in "> /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/build/test_python_19833æ/test_python_worker_28246æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) (Pdb) hello\nThe program finished and will be restarted\n> /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/build/test_python_19833æ/test_python_worker_28246æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/build/test_python_19833æ/test_python_worker_28246æ/main.py with arguments:\na b c\n> /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/build/test_python_19833æ/test_python_worker_28246æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/build/test_python_19833æ/test_python_worker_28246æ/main.py with arguments:\nd e f\n> /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/build/test_python_19833æ/test_python_worker_28246æ/main.py(1)<module>()\n-> print('hello')\n(Pdb)"


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_pdb.py", line 1457, in test_issue26053
    self.assertIn("Restarting main.py with arguments:\na b c", output)
AssertionError: 'Restarting main.py with arguments:\na b c' not found in "> /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/build/test_python_19833æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) (Pdb) hello\nThe program finished and will be restarted\n> /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/build/test_python_19833æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/build/test_python_19833æ/main.py with arguments:\na b c\n> /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/build/test_python_19833æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/build/test_python_19833æ/main.py with arguments:\nd e f\n> /home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/build/test_python_19833æ/main.py(1)<module>()\n-> print('hello')\n(Pdb)"

@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot x86 Gentoo Installed with X 3.x has failed when building commit 652bfde.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/all/#builders/464/builds/965) and take a look at the build logs.
  4. Check if the failure is related to this commit (652bfde) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/all/#builders/464/builds/965

Failed tests:

  • test_pdb

Failed subtests:

  • test_issue26053 - test.test_pdb.PdbTestCase

Summary of the results of the build (if available):

== Tests result: FAILURE then FAILURE ==

413 tests OK.

1 test failed:
test_pdb

13 tests skipped:
test_asdl_parser test_check_c_globals test_clinic test_devpoll
test_gdb test_ioctl test_kqueue test_msilib test_startfile
test_winconsoleio test_winreg test_winsound test_zipfile64

1 re-run test:
test_pdb

Total duration: 27 min 9 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.10/test/test_pdb.py", line 1457, in test_issue26053
    self.assertIn("Restarting main.py with arguments:\na b c", output)
AssertionError: 'Restarting main.py with arguments:\na b c' not found in "> /buildbot/tmp/tmpdir/test_python_29949æ/test_python_worker_29959æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) (Pdb) hello\nThe program finished and will be restarted\n> /buildbot/tmp/tmpdir/test_python_29949æ/test_python_worker_29959æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /buildbot/tmp/tmpdir/test_python_29949æ/test_python_worker_29959æ/main.py with arguments:\na b c\n> /buildbot/tmp/tmpdir/test_python_29949æ/test_python_worker_29959æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /buildbot/tmp/tmpdir/test_python_29949æ/test_python_worker_29959æ/main.py with arguments:\nd e f\n> /buildbot/tmp/tmpdir/test_python_29949æ/test_python_worker_29959æ/main.py(1)<module>()\n-> print('hello')\n(Pdb)"


Traceback (most recent call last):
  File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.10/test/test_pdb.py", line 1457, in test_issue26053
    self.assertIn("Restarting main.py with arguments:\na b c", output)
AssertionError: 'Restarting main.py with arguments:\na b c' not found in "> /buildbot/tmp/tmpdir/test_python_29949æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) (Pdb) hello\nThe program finished and will be restarted\n> /buildbot/tmp/tmpdir/test_python_29949æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /buildbot/tmp/tmpdir/test_python_29949æ/main.py with arguments:\na b c\n> /buildbot/tmp/tmpdir/test_python_29949æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /buildbot/tmp/tmpdir/test_python_29949æ/main.py with arguments:\nd e f\n> /buildbot/tmp/tmpdir/test_python_29949æ/main.py(1)<module>()\n-> print('hello')\n(Pdb)"

@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot AMD64 Fedora Stable Clang 3.x has failed when building commit 652bfde.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/all/#builders/441/builds/809) and take a look at the build logs.
  4. Check if the failure is related to this commit (652bfde) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/all/#builders/441/builds/809

Failed tests:

  • test_pdb

Failed subtests:

  • test_issue26053 - test.test_pdb.PdbTestCase

Summary of the results of the build (if available):

== Tests result: FAILURE then FAILURE ==

413 tests OK.

10 slowest tests:

  • test_peg_generator: 3 min 10 sec
  • test_mailbox: 2 min 36 sec
  • test_concurrent_futures: 2 min 34 sec
  • test_multiprocessing_spawn: 1 min 14 sec
  • test_sqlite: 1 min 10 sec
  • test_multiprocessing_forkserver: 1 min 5 sec
  • test_largefile: 1 min 3 sec
  • test_asyncio: 58.6 sec
  • test_multiprocessing_fork: 53.8 sec
  • test_signal: 47.7 sec

1 test failed:
test_pdb

13 tests skipped:
test_devpoll test_ioctl test_kqueue test_msilib test_ossaudiodev
test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio
test_winreg test_winsound test_zipfile64

1 re-run test:
test_pdb

Total duration: 5 min 40 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang/build/Lib/test/test_pdb.py", line 1457, in test_issue26053
    self.assertIn("Restarting main.py with arguments:\na b c", output)
AssertionError: 'Restarting main.py with arguments:\na b c' not found in "> /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang/build/build/test_python_711958æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) (Pdb) hello\nThe program finished and will be restarted\n> /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang/build/build/test_python_711958æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang/build/build/test_python_711958æ/main.py with arguments:\na b c\n> /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang/build/build/test_python_711958æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang/build/build/test_python_711958æ/main.py with arguments:\nd e f\n> /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang/build/build/test_python_711958æ/main.py(1)<module>()\n-> print('hello')\n(Pdb)"


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang/build/Lib/test/test_pdb.py", line 1457, in test_issue26053
    self.assertIn("Restarting main.py with arguments:\na b c", output)
AssertionError: 'Restarting main.py with arguments:\na b c' not found in "> /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang/build/build/test_python_711958æ/test_python_worker_719710æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) (Pdb) hello\nThe program finished and will be restarted\n> /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang/build/build/test_python_711958æ/test_python_worker_719710æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang/build/build/test_python_711958æ/test_python_worker_719710æ/main.py with arguments:\na b c\n> /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang/build/build/test_python_711958æ/test_python_worker_719710æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang/build/build/test_python_711958æ/test_python_worker_719710æ/main.py with arguments:\nd e f\n> /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang/build/build/test_python_711958æ/test_python_worker_719710æ/main.py(1)<module>()\n-> print('hello')\n(Pdb)"

@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot AMD64 RHEL8 LTO + PGO 3.x has failed when building commit 652bfde.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/all/#builders/568/builds/973) and take a look at the build logs.
  4. Check if the failure is related to this commit (652bfde) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/all/#builders/568/builds/973

Failed tests:

  • test_pdb

Failed subtests:

  • test_issue26053 - test.test_pdb.PdbTestCase

Summary of the results of the build (if available):

== Tests result: FAILURE then FAILURE ==

412 tests OK.

10 slowest tests:

  • test_concurrent_futures: 2 min 37 sec
  • test_multiprocessing_spawn: 1 min 14 sec
  • test_multiprocessing_forkserver: 58.9 sec
  • test_asyncio: 53.7 sec
  • test_multiprocessing_fork: 52.8 sec
  • test_signal: 47.3 sec
  • test_io: 43.8 sec
  • test_tarfile: 41.2 sec
  • test_largefile: 39.8 sec
  • test_tokenize: 36.4 sec

1 test failed:
test_pdb

14 tests skipped:
test_devpoll test_gdb test_ioctl test_kqueue test_msilib
test_ossaudiodev test_startfile test_tix test_tk test_ttk_guionly
test_winconsoleio test_winreg test_winsound test_zipfile64

1 re-run test:
test_pdb

Total duration: 2 min 58 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/test/test_pdb.py", line 1457, in test_issue26053
    self.assertIn("Restarting main.py with arguments:\na b c", output)
AssertionError: 'Restarting main.py with arguments:\na b c' not found in "> /home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto-pgo/build/build/test_python_4177007æ/test_python_worker_4190058æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) (Pdb) hello\nThe program finished and will be restarted\n> /home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto-pgo/build/build/test_python_4177007æ/test_python_worker_4190058æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto-pgo/build/build/test_python_4177007æ/test_python_worker_4190058æ/main.py with arguments:\na b c\n> /home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto-pgo/build/build/test_python_4177007æ/test_python_worker_4190058æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto-pgo/build/build/test_python_4177007æ/test_python_worker_4190058æ/main.py with arguments:\nd e f\n> /home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto-pgo/build/build/test_python_4177007æ/test_python_worker_4190058æ/main.py(1)<module>()\n-> print('hello')\n(Pdb)"


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/test/test_pdb.py", line 1457, in test_issue26053
    self.assertIn("Restarting main.py with arguments:\na b c", output)
AssertionError: 'Restarting main.py with arguments:\na b c' not found in "> /home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto-pgo/build/build/test_python_4177007æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) (Pdb) hello\nThe program finished and will be restarted\n> /home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto-pgo/build/build/test_python_4177007æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto-pgo/build/build/test_python_4177007æ/main.py with arguments:\na b c\n> /home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto-pgo/build/build/test_python_4177007æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto-pgo/build/build/test_python_4177007æ/main.py with arguments:\nd e f\n> /home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto-pgo/build/build/test_python_4177007æ/main.py(1)<module>()\n-> print('hello')\n(Pdb)"

@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot s390x Fedora LTO + PGO 3.x has failed when building commit 652bfde.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/all/#builders/545/builds/1305) and take a look at the build logs.
  4. Check if the failure is related to this commit (652bfde) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/all/#builders/545/builds/1305

Failed tests:

  • test_pdb

Failed subtests:

  • test_issue26053 - test.test_pdb.PdbTestCase

Summary of the results of the build (if available):

== Tests result: FAILURE then FAILURE ==

410 tests OK.

10 slowest tests:

  • test_concurrent_futures: 2 min 28 sec
  • test_multiprocessing_spawn: 1 min 4 sec
  • test_multiprocessing_forkserver: 57.4 sec
  • test_multiprocessing_fork: 51.6 sec
  • test_signal: 47.0 sec
  • test_asyncio: 43.5 sec
  • test_io: 34.5 sec
  • test_pydoc: 30.9 sec
  • test_xmlrpc: 27.5 sec
  • test_socket: 26.0 sec

1 test failed:
test_pdb

16 tests skipped:
test_devpoll test_gdb test_ioctl test_kqueue test_msilib test_nis
test_ossaudiodev test_readline test_startfile test_tix test_tk
test_ttk_guionly test_winconsoleio test_winreg test_winsound
test_zipfile64

1 re-run test:
test_pdb

Total duration: 3 min 11 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/test_pdb.py", line 1457, in test_issue26053
    self.assertIn("Restarting main.py with arguments:\na b c", output)
AssertionError: 'Restarting main.py with arguments:\na b c' not found in "> /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/build/test_python_3244815æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) (Pdb) hello\nThe program finished and will be restarted\n> /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/build/test_python_3244815æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/build/test_python_3244815æ/main.py with arguments:\na b c\n> /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/build/test_python_3244815æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/build/test_python_3244815æ/main.py with arguments:\nd e f\n> /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/build/test_python_3244815æ/main.py(1)<module>()\n-> print('hello')\n(Pdb)"


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/test_pdb.py", line 1457, in test_issue26053
    self.assertIn("Restarting main.py with arguments:\na b c", output)
AssertionError: 'Restarting main.py with arguments:\na b c' not found in "> /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/build/test_python_3244815æ/test_python_worker_3245700æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) (Pdb) hello\nThe program finished and will be restarted\n> /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/build/test_python_3244815æ/test_python_worker_3245700æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/build/test_python_3244815æ/test_python_worker_3245700æ/main.py with arguments:\na b c\n> /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/build/test_python_3244815æ/test_python_worker_3245700æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/build/test_python_3244815æ/test_python_worker_3245700æ/main.py with arguments:\nd e f\n> /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/build/test_python_3244815æ/test_python_worker_3245700æ/main.py(1)<module>()\n-> print('hello')\n(Pdb)"

@iritkatriel
Copy link
Member Author

Following up here: #25139

@bedevere-bot, you make a good point but you're coming on a bit strong.

@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot aarch64 Fedora Stable 3.x has failed when building commit 652bfde.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/all/#builders/125/builds/837) and take a look at the build logs.
  4. Check if the failure is related to this commit (652bfde) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/all/#builders/125/builds/837

Failed tests:

  • test_pdb

Failed subtests:

  • test_issue26053 - test.test_pdb.PdbTestCase

Summary of the results of the build (if available):

== Tests result: FAILURE then FAILURE ==

413 tests OK.

10 slowest tests:

  • test_concurrent_futures: 4 min 1 sec
  • test_peg_generator: 3 min 44 sec
  • test_unparse: 2 min 57 sec
  • test_capi: 2 min 39 sec
  • test_asyncio: 2 min 36 sec
  • test_tokenize: 2 min 29 sec
  • test_lib2to3: 2 min 14 sec
  • test_multiprocessing_spawn: 2 min 10 sec
  • test_multiprocessing_forkserver: 1 min 43 sec
  • test_gdb: 1 min 43 sec

1 test failed:
test_pdb

13 tests skipped:
test_devpoll test_ioctl test_kqueue test_msilib test_ossaudiodev
test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio
test_winreg test_winsound test_zipfile64

1 re-run test:
test_pdb

Total duration: 7 min 29 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/Lib/test/test_pdb.py", line 1457, in test_issue26053
    self.assertIn("Restarting main.py with arguments:\na b c", output)
AssertionError: 'Restarting main.py with arguments:\na b c' not found in "> /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build/test_python_1384012æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) (Pdb) hello\nThe program finished and will be restarted\n> /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build/test_python_1384012æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build/test_python_1384012æ/main.py with arguments:\na b c\n> /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build/test_python_1384012æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build/test_python_1384012æ/main.py with arguments:\nd e f\n> /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build/test_python_1384012æ/main.py(1)<module>()\n-> print('hello')\n(Pdb)"


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/Lib/test/test_pdb.py", line 1457, in test_issue26053
    self.assertIn("Restarting main.py with arguments:\na b c", output)
AssertionError: 'Restarting main.py with arguments:\na b c' not found in "> /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build/test_python_1384012æ/test_python_worker_1385992æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) (Pdb) hello\nThe program finished and will be restarted\n> /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build/test_python_1384012æ/test_python_worker_1385992æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build/test_python_1384012æ/test_python_worker_1385992æ/main.py with arguments:\na b c\n> /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build/test_python_1384012æ/test_python_worker_1385992æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build/test_python_1384012æ/test_python_worker_1385992æ/main.py with arguments:\nd e f\n> /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/build/test_python_1384012æ/test_python_worker_1385992æ/main.py(1)<module>()\n-> print('hello')\n(Pdb)"

@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot x86 Gentoo Non-Debug with X 3.x has failed when building commit 652bfde.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/all/#builders/58/builds/955) and take a look at the build logs.
  4. Check if the failure is related to this commit (652bfde) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/all/#builders/58/builds/955

Failed tests:

  • test_pdb

Failed subtests:

  • test_issue26053 - test.test_pdb.PdbTestCase

Summary of the results of the build (if available):

== Tests result: FAILURE then FAILURE ==

417 tests OK.

10 slowest tests:

  • test_peg_generator: 14 min 5 sec
  • test_concurrent_futures: 3 min 32 sec
  • test_multiprocessing_spawn: 2 min 53 sec
  • test_asyncio: 2 min 45 sec
  • test_lib2to3: 2 min 33 sec
  • test_unparse: 1 min 56 sec
  • test_tokenize: 1 min 56 sec
  • test_unicodedata: 1 min 32 sec
  • test_gdb: 1 min 21 sec
  • test_io: 1 min 13 sec

1 test failed:
test_pdb

9 tests skipped:
test_devpoll test_ioctl test_kqueue test_msilib test_startfile
test_winconsoleio test_winreg test_winsound test_zipfile64

1 re-run test:
test_pdb

Total duration: 33 min 9 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.nondebug/build/Lib/test/test_pdb.py", line 1457, in test_issue26053
    self.assertIn("Restarting main.py with arguments:\na b c", output)
AssertionError: 'Restarting main.py with arguments:\na b c' not found in "> /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.nondebug/build/build/test_python_14809æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) (Pdb) hello\nThe program finished and will be restarted\n> /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.nondebug/build/build/test_python_14809æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.nondebug/build/build/test_python_14809æ/main.py with arguments:\na b c\n> /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.nondebug/build/build/test_python_14809æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.nondebug/build/build/test_python_14809æ/main.py with arguments:\nd e f\n> /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.nondebug/build/build/test_python_14809æ/main.py(1)<module>()\n-> print('hello')\n(Pdb)"


Traceback (most recent call last):
  File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.nondebug/build/Lib/test/test_pdb.py", line 1457, in test_issue26053
    self.assertIn("Restarting main.py with arguments:\na b c", output)
AssertionError: 'Restarting main.py with arguments:\na b c' not found in "> /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.nondebug/build/build/test_python_14809æ/test_python_worker_5770æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) (Pdb) hello\nThe program finished and will be restarted\n> /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.nondebug/build/build/test_python_14809æ/test_python_worker_5770æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.nondebug/build/build/test_python_14809æ/test_python_worker_5770æ/main.py with arguments:\na b c\n> /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.nondebug/build/build/test_python_14809æ/test_python_worker_5770æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.nondebug/build/build/test_python_14809æ/test_python_worker_5770æ/main.py with arguments:\nd e f\n> /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.nondebug/build/build/test_python_14809æ/test_python_worker_5770æ/main.py(1)<module>()\n-> print('hello')\n(Pdb)"

@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot AMD64 Fedora Stable Clang Installed 3.x has failed when building commit 652bfde.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/all/#builders/350/builds/817) and take a look at the build logs.
  4. Check if the failure is related to this commit (652bfde) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/all/#builders/350/builds/817

Failed tests:

  • test_pdb

Failed subtests:

  • test_issue26053 - test.test_pdb.PdbTestCase

Summary of the results of the build (if available):

== Tests result: FAILURE then FAILURE ==

409 tests OK.

1 test failed:
test_pdb

17 tests skipped:
test_asdl_parser test_check_c_globals test_clinic test_devpoll
test_gdb test_ioctl test_kqueue test_msilib test_ossaudiodev
test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio
test_winreg test_winsound test_zipfile64

1 re-run test:
test_pdb

Total duration: 3 min 9 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.10/test/test_pdb.py", line 1457, in test_issue26053
    self.assertIn("Restarting main.py with arguments:\na b c", output)
AssertionError: 'Restarting main.py with arguments:\na b c' not found in "> /tmp/test_python_741347æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) (Pdb) hello\nThe program finished and will be restarted\n> /tmp/test_python_741347æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /tmp/test_python_741347æ/main.py with arguments:\na b c\n> /tmp/test_python_741347æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /tmp/test_python_741347æ/main.py with arguments:\nd e f\n> /tmp/test_python_741347æ/main.py(1)<module>()\n-> print('hello')\n(Pdb)"


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.10/test/test_pdb.py", line 1457, in test_issue26053
    self.assertIn("Restarting main.py with arguments:\na b c", output)
AssertionError: 'Restarting main.py with arguments:\na b c' not found in "> /tmp/test_python_741347æ/test_python_worker_741987æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) (Pdb) hello\nThe program finished and will be restarted\n> /tmp/test_python_741347æ/test_python_worker_741987æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /tmp/test_python_741347æ/test_python_worker_741987æ/main.py with arguments:\na b c\n> /tmp/test_python_741347æ/test_python_worker_741987æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /tmp/test_python_741347æ/test_python_worker_741987æ/main.py with arguments:\nd e f\n> /tmp/test_python_741347æ/test_python_worker_741987æ/main.py(1)<module>()\n-> print('hello')\n(Pdb)"

@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot PPC64LE Fedora Stable LTO + PGO 3.x has failed when building commit 652bfde.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/all/#builders/101/builds/2496) and take a look at the build logs.
  4. Check if the failure is related to this commit (652bfde) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/all/#builders/101/builds/2496

Failed tests:

  • test_pdb

Failed subtests:

  • test_issue26053 - test.test_pdb.PdbTestCase

Summary of the results of the build (if available):

== Tests result: FAILURE then FAILURE ==

412 tests OK.

10 slowest tests:

  • test_concurrent_futures: 2 min 27 sec
  • test_multiprocessing_spawn: 1 min 7 sec
  • test_multiprocessing_forkserver: 1 min
  • test_multiprocessing_fork: 1 min
  • test_tokenize: 52.1 sec
  • test_asyncio: 49.3 sec
  • test_signal: 47.3 sec
  • test_unparse: 38.6 sec
  • test_io: 37.7 sec
  • test_lib2to3: 35.8 sec

1 test failed:
test_pdb

14 tests skipped:
test_devpoll test_gdb test_ioctl test_kqueue test_msilib
test_ossaudiodev test_startfile test_tix test_tk test_ttk_guionly
test_winconsoleio test_winreg test_winsound test_zipfile64

1 re-run test:
test_pdb

Total duration: 3 min 3 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto-pgo/build/Lib/test/test_pdb.py", line 1457, in test_issue26053
    self.assertIn("Restarting main.py with arguments:\na b c", output)
AssertionError: 'Restarting main.py with arguments:\na b c' not found in "> /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto-pgo/build/build/test_python_377552æ/test_python_worker_391919æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) (Pdb) hello\nThe program finished and will be restarted\n> /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto-pgo/build/build/test_python_377552æ/test_python_worker_391919æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto-pgo/build/build/test_python_377552æ/test_python_worker_391919æ/main.py with arguments:\na b c\n> /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto-pgo/build/build/test_python_377552æ/test_python_worker_391919æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto-pgo/build/build/test_python_377552æ/test_python_worker_391919æ/main.py with arguments:\nd e f\n> /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto-pgo/build/build/test_python_377552æ/test_python_worker_391919æ/main.py(1)<module>()\n-> print('hello')\n(Pdb)"


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto-pgo/build/Lib/test/test_pdb.py", line 1457, in test_issue26053
    self.assertIn("Restarting main.py with arguments:\na b c", output)
AssertionError: 'Restarting main.py with arguments:\na b c' not found in "> /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto-pgo/build/build/test_python_377552æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) (Pdb) hello\nThe program finished and will be restarted\n> /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto-pgo/build/build/test_python_377552æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto-pgo/build/build/test_python_377552æ/main.py with arguments:\na b c\n> /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto-pgo/build/build/test_python_377552æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto-pgo/build/build/test_python_377552æ/main.py with arguments:\nd e f\n> /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto-pgo/build/build/test_python_377552æ/main.py(1)<module>()\n-> print('hello')\n(Pdb)"

@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot s390x Fedora LTO 3.x has failed when building commit 652bfde.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/all/#builders/55/builds/866) and take a look at the build logs.
  4. Check if the failure is related to this commit (652bfde) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/all/#builders/55/builds/866

Failed tests:

  • test_pdb

Failed subtests:

  • test_issue26053 - test.test_pdb.PdbTestCase

Summary of the results of the build (if available):

== Tests result: FAILURE then FAILURE ==

411 tests OK.

10 slowest tests:

  • test_peg_generator: 3 min 30 sec
  • test_concurrent_futures: 2 min 31 sec
  • test_gdb: 1 min 29 sec
  • test_multiprocessing_spawn: 1 min 4 sec
  • test_multiprocessing_forkserver: 59.2 sec
  • test_multiprocessing_fork: 53.8 sec
  • test_signal: 47.0 sec
  • test_asyncio: 46.8 sec
  • test_pydoc: 31.2 sec
  • test_io: 30.8 sec

1 test failed:
test_pdb

15 tests skipped:
test_devpoll test_ioctl test_kqueue test_msilib test_nis
test_ossaudiodev test_readline test_startfile test_tix test_tk
test_ttk_guionly test_winconsoleio test_winreg test_winsound
test_zipfile64

1 re-run test:
test_pdb

Total duration: 4 min 21 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto/build/Lib/test/test_pdb.py", line 1457, in test_issue26053
    self.assertIn("Restarting main.py with arguments:\na b c", output)
AssertionError: 'Restarting main.py with arguments:\na b c' not found in "> /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto/build/build/test_python_3271840æ/test_python_worker_3272423æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) (Pdb) hello\nThe program finished and will be restarted\n> /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto/build/build/test_python_3271840æ/test_python_worker_3272423æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto/build/build/test_python_3271840æ/test_python_worker_3272423æ/main.py with arguments:\na b c\n> /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto/build/build/test_python_3271840æ/test_python_worker_3272423æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto/build/build/test_python_3271840æ/test_python_worker_3272423æ/main.py with arguments:\nd e f\n> /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto/build/build/test_python_3271840æ/test_python_worker_3272423æ/main.py(1)<module>()\n-> print('hello')\n(Pdb)"


Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto/build/Lib/test/test_pdb.py", line 1457, in test_issue26053
    self.assertIn("Restarting main.py with arguments:\na b c", output)
AssertionError: 'Restarting main.py with arguments:\na b c' not found in "> /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto/build/build/test_python_3271840æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) (Pdb) hello\nThe program finished and will be restarted\n> /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto/build/build/test_python_3271840æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto/build/build/test_python_3271840æ/main.py with arguments:\na b c\n> /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto/build/build/test_python_3271840æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto/build/build/test_python_3271840æ/main.py with arguments:\nd e f\n> /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto/build/build/test_python_3271840æ/main.py(1)<module>()\n-> print('hello')\n(Pdb)"

@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot AMD64 Fedora Stable LTO + PGO 3.x has failed when building commit 652bfde.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/all/#builders/29/builds/1242) and take a look at the build logs.
  4. Check if the failure is related to this commit (652bfde) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/all/#builders/29/builds/1242

Failed tests:

  • test_pdb

Failed subtests:

  • test_issue26053 - test.test_pdb.PdbTestCase

Summary of the results of the build (if available):

== Tests result: FAILURE then FAILURE ==

412 tests OK.

10 slowest tests:

  • test_concurrent_futures: 2 min 27 sec
  • test_multiprocessing_spawn: 1 min 9 sec
  • test_multiprocessing_forkserver: 59.2 sec
  • test_largefile: 54.7 sec
  • test_mailbox: 54.3 sec
  • test_multiprocessing_fork: 53.4 sec
  • test_asyncio: 51.7 sec
  • test_signal: 47.2 sec
  • test_io: 39.1 sec
  • test_pydoc: 37.7 sec

1 test failed:
test_pdb

14 tests skipped:
test_devpoll test_gdb test_ioctl test_kqueue test_msilib
test_ossaudiodev test_startfile test_tix test_tk test_ttk_guionly
test_winconsoleio test_winreg test_winsound test_zipfile64

1 re-run test:
test_pdb

Total duration: 3 min 47 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto-pgo/build/Lib/test/test_pdb.py", line 1457, in test_issue26053
    self.assertIn("Restarting main.py with arguments:\na b c", output)
AssertionError: 'Restarting main.py with arguments:\na b c' not found in "> /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto-pgo/build/build/test_python_770537æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) (Pdb) hello\nThe program finished and will be restarted\n> /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto-pgo/build/build/test_python_770537æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto-pgo/build/build/test_python_770537æ/main.py with arguments:\na b c\n> /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto-pgo/build/build/test_python_770537æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto-pgo/build/build/test_python_770537æ/main.py with arguments:\nd e f\n> /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto-pgo/build/build/test_python_770537æ/main.py(1)<module>()\n-> print('hello')\n(Pdb)"


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto-pgo/build/Lib/test/test_pdb.py", line 1457, in test_issue26053
    self.assertIn("Restarting main.py with arguments:\na b c", output)
AssertionError: 'Restarting main.py with arguments:\na b c' not found in "> /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto-pgo/build/build/test_python_770537æ/test_python_worker_781102æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) (Pdb) hello\nThe program finished and will be restarted\n> /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto-pgo/build/build/test_python_770537æ/test_python_worker_781102æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto-pgo/build/build/test_python_770537æ/test_python_worker_781102æ/main.py with arguments:\na b c\n> /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto-pgo/build/build/test_python_770537æ/test_python_worker_781102æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto-pgo/build/build/test_python_770537æ/test_python_worker_781102æ/main.py with arguments:\nd e f\n> /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto-pgo/build/build/test_python_770537æ/test_python_worker_781102æ/main.py(1)<module>()\n-> print('hello')\n(Pdb)"

@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot AMD64 Fedora Stable LTO 3.x has failed when building commit 652bfde.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/all/#builders/271/builds/1300) and take a look at the build logs.
  4. Check if the failure is related to this commit (652bfde) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/all/#builders/271/builds/1300

Failed tests:

  • test_pdb

Failed subtests:

  • test_issue26053 - test.test_pdb.PdbTestCase

Summary of the results of the build (if available):

== Tests result: FAILURE then FAILURE ==

413 tests OK.

10 slowest tests:

  • test_peg_generator: 4 min 1 sec
  • test_concurrent_futures: 2 min 34 sec
  • test_gdb: 1 min 50 sec
  • test_multiprocessing_spawn: 1 min 13 sec
  • test_shelve: 1 min 8 sec
  • test_largefile: 1 min 3 sec
  • test_tarfile: 1 min
  • test_multiprocessing_forkserver: 1 min
  • test_asyncio: 58.2 sec
  • test_multiprocessing_fork: 54.0 sec

1 test failed:
test_pdb

13 tests skipped:
test_devpoll test_ioctl test_kqueue test_msilib test_ossaudiodev
test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio
test_winreg test_winsound test_zipfile64

1 re-run test:
test_pdb

Total duration: 6 min 33 sec

Click to see traceback logs
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/test/test_pdb.py", line 1457, in test_issue26053
    self.assertIn("Restarting main.py with arguments:\na b c", output)
AssertionError: 'Restarting main.py with arguments:\na b c' not found in "> /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_797731æ/test_python_worker_798192æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) (Pdb) hello\nThe program finished and will be restarted\n> /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_797731æ/test_python_worker_798192æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_797731æ/test_python_worker_798192æ/main.py with arguments:\na b c\n> /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_797731æ/test_python_worker_798192æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_797731æ/test_python_worker_798192æ/main.py with arguments:\nd e f\n> /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_797731æ/test_python_worker_798192æ/main.py(1)<module>()\n-> print('hello')\n(Pdb)"


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/test/test_pdb.py", line 1457, in test_issue26053
    self.assertIn("Restarting main.py with arguments:\na b c", output)
AssertionError: 'Restarting main.py with arguments:\na b c' not found in "> /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_797731æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) (Pdb) hello\nThe program finished and will be restarted\n> /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_797731æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_797731æ/main.py with arguments:\na b c\n> /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_797731æ/main.py(1)<module>()\n-> print('hello')\n(Pdb) Restarting /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_797731æ/main.py with arguments:\nd e f\n> /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/build/test_python_797731æ/main.py(1)<module>()\n-> print('hello')\n(Pdb)"

iritkatriel added a commit to iritkatriel/cpython that referenced this pull request Apr 2, 2021
vstinner pushed a commit that referenced this pull request Apr 2, 2021
* bpo-26053: Fix args echoed by pdb run command (GH-22033)

(cherry picked from commit 652bfde)

* bpo-26053: Fix test_pdb.test_issue26053() (GH-25139)

(cherry picked from commit bd4ab8e)
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Apr 2, 2021
* bpo-26053: Fix args echoed by pdb run command (pythonGH-22033)

(cherry picked from commit 652bfde)

* bpo-26053: Fix test_pdb.test_issue26053() (pythonGH-25139)

(cherry picked from commit bd4ab8e)
(cherry picked from commit 7ad56e2)

Co-authored-by: Irit Katriel <iritkatriel@yahoo.com>
miss-islington added a commit that referenced this pull request Apr 2, 2021
* bpo-26053: Fix args echoed by pdb run command (GH-22033)

(cherry picked from commit 652bfde)

* bpo-26053: Fix test_pdb.test_issue26053() (GH-25139)

(cherry picked from commit bd4ab8e)
(cherry picked from commit 7ad56e2)

Co-authored-by: Irit Katriel <iritkatriel@yahoo.com>
@iritkatriel iritkatriel deleted the pdb-run branch June 18, 2021 19:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants