Buildbot failure in Python on whole buildset
The Buildbot has detected a new failure on builder AMD64 FreeBSD Shared 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/483/builds/655
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: koobs-freebsd-564d
Build Reason: <unknown> Blamelist: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>, Jake Stockwin <jake.stockwin@optimorlabs.com>, Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>, Mark Shannon <mark@hotpy.org>, Miguel Brito <5544985+miguendes@users.noreply.github.com>, Noah <33094578+coolreader18@users.noreply.github.com>, Pablo Galindo Salgado <Pablogsal@gmail.com>, Raymond Hettinger <rhettinger@users.noreply.github.com>, Serhiy Storchaka <storchaka@gmail.com>, Steve Dower <steve.dower@python.org>, andrei kulakov <andrei.avk@gmail.com>, dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>, partev <petrosyan@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
406 tests OK.
10 slowest tests:
- test_smtpnet: 6 min 6 sec
- test_nntplib: 3 min 49 sec
- test_concurrent_futures: 3 min 1 sec
- test_unparse: 2 min 17 sec
- test_multiprocessing_spawn: 2 min 1 sec
- test_urllib2: 2 min 1 sec
- test_multiprocessing_forkserver: 2 min
- test_asyncio: 1 min 27 sec
- test_multiprocessing_fork: 1 min 22 sec
- test_ssl: 1 min 19 sec
1 test failed: test_os
20 tests skipped: test_dbm_gnu test_devpoll test_epoll test_idle test_ioctl test_msilib test_ossaudiodev 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: 13 min 46 sec
Captured traceback
Traceback (most recent call last): File "/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/test/test_os.py", line 3898, in test_get_set_inheritable_o_path os.set_inheritable(fd, True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 9] Bad file descriptor
Test report
Failed tests:
- test_os
Failed subtests:
- test_get_set_inheritable_o_path - test.test_os.FDInheritanceTests
Sincerely, -The Buildbot
https://bugs.python.org/issue44849 test_os: test_get_set_inheritable_o_path() failed on AMD64 FreeBSD Shared 3.x
====================================================================== ERROR: test_get_set_inheritable_o_path (test.test_os.FDInheritanceTests)
Traceback (most recent call last): File "/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/test/test_os.py", line 3898, in test_get_set_inheritable_o_path os.set_inheritable(fd, True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 9] Bad file descriptor
participants (2)
-
buildbot@python.org
-
Victor Stinner