Skip to content

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Nov 25, 2024

(cherry picked from commit 26ff32b)

Co-authored-by: funkyrailroad funkyrailroad@users.noreply.github.com


📚 Documentation preview 📚: https://cpython-previews--127268.org.readthedocs.build/

…s.rst (pythonGH-127267)

(cherry picked from commit 26ff32b)

Co-authored-by: funkyrailroad <funkyrailroad@users.noreply.github.com>
@bedevere-app bedevere-app bot added docs Documentation in the Doc dir skip news labels Nov 25, 2024
@zware zware enabled auto-merge (squash) November 25, 2024 21:35
@zware zware merged commit 619037a into python:3.12 Nov 25, 2024
27 checks passed
@bedevere-bot
Copy link

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

Hi! The buildbot AMD64 FreeBSD Refleaks 3.12 has failed when building commit 619037a.

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/#/builders/1612/builds/201) and take a look at the build logs.
  4. Check if the failure is related to this commit (619037a) 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/#/builders/1612/builds/201

Failed tests:

  • test_threading

Failed subtests:

  • test_start_new_thread_failed - test.test_threading.ThreadTests.test_start_new_thread_failed

Test leaking resources:

  • test_process_pool: memory blocks

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

==

Click to see traceback logs
Traceback (most recent call last):
  File "/buildbot/buildarea/3.12.ware-freebsd.refleak/build/Lib/threading.py", line 1075, in _bootstrap_inner
    self.run()
  File "/buildbot/buildarea/3.12.ware-freebsd.refleak/build/Lib/concurrent/futures/process.py", line 362, in run
    p = self.processes.pop(result_item.exit_pid)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: 5104
Timeout (0:45:00)!
Thread 0x0000000843d68e00 (most recent call first):
  File "/buildbot/buildarea/3.12.ware-freebsd.refleak/build/Lib/threading.py", line 355 in wait
  File "/buildbot/buildarea/3.12.ware-freebsd.refleak/build/Lib/multiprocessing/queues.py", line 251 in _feed
  File "/buildbot/buildarea/3.12.ware-freebsd.refleak/build/Lib/threading.py", line 1012 in run
  File "/buildbot/buildarea/3.12.ware-freebsd.refleak/build/Lib/threading.py", line 1075 in _bootstrap_inner
  File "/buildbot/buildarea/3.12.ware-freebsd.refleak/build/Lib/threading.py", line 1032 in _bootstrap


Traceback (most recent call last):
  File "/buildbot/buildarea/3.12.ware-freebsd.refleak/build/Lib/test/test_threading.py", line 1184, in test_start_new_thread_failed
    self.assertEqual(out, b'ok')
AssertionError: b"skipshouldn't be printed" != b'ok'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip news

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants