☠ Buildbot (Python): python/cpython - failed test (failure) (3.11)
The Buildbot has detected a new failure on builder AMD64 FreeBSD Shared 3.11 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/993/builds/27
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: koobs-freebsd-564d
Build Reason: <unknown> Blamelist: Ezio Melotti <ezio.melotti@gmail.com>, Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>, Victor Stinner <vstinner@python.org>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: ENV CHANGED ==
415 tests OK.
10 slowest tests:
- test_multiprocessing_spawn: 7 min 30 sec
- test_tokenize: 5 min 48 sec
- test_gdb: 5 min 44 sec
- test_concurrent_futures: 3 min 57 sec
- test_asyncio: 3 min 51 sec
- test_multiprocessing_fork: 3 min 41 sec
- test_multiprocessing_forkserver: 3 min 28 sec
- test_capi: 3 min 20 sec
- test_unicodedata: 3 min 6 sec
- test_lib2to3: 2 min 50 sec
1 test altered the execution environment: test_threading
20 tests skipped: test_dbm_gnu test_devpoll test_epoll test_idle test_ioctl test_launcher test_msilib test_readline test_spwd test_startfile test_tcl test_tix test_tk test_ttk_guionly test_ttk_textonly test_turtle test_winconsoleio test_winreg test_winsound test_zipfile64
Total duration: 26 min 42 sec
Captured traceback
Traceback (most recent call last): File "/usr/home/buildbot/python/3.11.koobs-freebsd-564d/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_08e7cf95'
Test report
Sincerely, -The Buildbot
Should be fixed by https://github.com/python/cpython/pull/92885
test_args_argument (test.test_threading.ThreadTests.test_args_argument) ... Warning -- threading_cleanup() failed to cleanup 1 threads (count: 1, dangling: 2) Warning -- Dangling thread: <_MainThread(MainThread, started 35026161664)> Warning -- Dangling thread: <Thread(Thread-134 (), started 35314998016)> ok
participants (2)
-
buildbot@python.org -
Victor Stinner