Buildbot failure in Python on whole buildset
The Buildbot has detected a new failure on builder AMD64 Arch Linux Asan 3.10 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/633/builds/208
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: pablogsal-arch-x86_64
Build Reason: <unknown> Blamelist: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
BUILD FAILED: failed test (failure) uploading test-results.xml (failure)
Summary of the results of the build (if available):
Captured traceback
remote: Enumerating objects: 42, done.
remote: Counting objects: 2% (1/40)
remote: Counting objects: 5% (2/40)
remote: Counting objects: 7% (3/40)
remote: Counting objects: 10% (4/40)
remote: Counting objects: 12% (5/40)
remote: Counting objects: 15% (6/40)
remote: Counting objects: 17% (7/40)
remote: Counting objects: 20% (8/40)
remote: Counting objects: 22% (9/40)
remote: Counting objects: 25% (10/40)
remote: Counting objects: 27% (11/40)
remote: Counting objects: 30% (12/40)
remote: Counting objects: 32% (13/40)
remote: Counting objects: 35% (14/40)
remote: Counting objects: 37% (15/40)
remote: Counting objects: 40% (16/40)
remote: Counting objects: 42% (17/40)
remote: Counting objects: 45% (18/40)
remote: Counting objects: 47% (19/40)
remote: Counting objects: 50% (20/40)
remote: Counting objects: 52% (21/40)
remote: Counting objects: 55% (22/40)
remote: Counting objects: 57% (23/40)
remote: Counting objects: 60% (24/40)
remote: Counting objects: 62% (25/40)
remote: Counting objects: 65% (26/40)
remote: Counting objects: 67% (27/40)
remote: Counting objects: 70% (28/40)
remote: Counting objects: 72% (29/40)
remote: Counting objects: 75% (30/40)
remote: Counting objects: 77% (31/40)
remote: Counting objects: 80% (32/40)
remote: Counting objects: 82% (33/40)
remote: Counting objects: 85% (34/40)
remote: Counting objects: 87% (35/40)
remote: Counting objects: 90% (36/40)
remote: Counting objects: 92% (37/40)
remote: Counting objects: 95% (38/40)
remote: Counting objects: 97% (39/40)
remote: Counting objects: 100% (40/40)
remote: Counting objects: 100% (40/40), done.
remote: Compressing objects: 5% (1/19)
remote: Compressing objects: 10% (2/19)
remote: Compressing objects: 15% (3/19)
remote: Compressing objects: 21% (4/19)
remote: Compressing objects: 26% (5/19)
remote: Compressing objects: 31% (6/19)
remote: Compressing objects: 36% (7/19)
remote: Compressing objects: 42% (8/19)
remote: Compressing objects: 47% (9/19)
remote: Compressing objects: 52% (10/19)
remote: Compressing objects: 57% (11/19)
remote: Compressing objects: 63% (12/19)
remote: Compressing objects: 68% (13/19)
remote: Compressing objects: 73% (14/19)
remote: Compressing objects: 78% (15/19)
remote: Compressing objects: 84% (16/19)
remote: Compressing objects: 89% (17/19)
remote: Compressing objects: 94% (18/19)
remote: Compressing objects: 100% (19/19)
remote: Compressing objects: 100% (19/19), done.
remote: Total 42 (delta 21), reused 35 (delta 21), pack-reused 2
From https://github.com/python/cpython
- branch 3.10 -> FETCH_HEAD Note: switching to '7d6a0fe5b8001b63d452af5364422e40d06ac755'.
You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at 7d6a0fe5b8 Upgrade bundled pip and setuptools (GH-27625) Switched to and reset branch '3.10'
./configure: line 11558: PKG_PROG_PKG_CONFIG: command not found
renaming build/scripts-3.10/pydoc3 to build/scripts-3.10/pydoc3.10 renaming build/scripts-3.10/idle3 to build/scripts-3.10/idle3.10 renaming build/scripts-3.10/2to3 to build/scripts-3.10/2to3-3.10
renaming build/scripts-3.10/pydoc3 to build/scripts-3.10/pydoc3.10 renaming build/scripts-3.10/idle3 to build/scripts-3.10/idle3.10 renaming build/scripts-3.10/2to3 to build/scripts-3.10/2to3-3.10
renaming build/scripts-3.10/pydoc3 to build/scripts-3.10/pydoc3.10 renaming build/scripts-3.10/idle3 to build/scripts-3.10/idle3.10 renaming build/scripts-3.10/2to3 to build/scripts-3.10/2to3-3.10 test_tix skipped -- Tk unavailable due to TclError: couldn't connect to display ":99" test_ttk_guionly skipped -- Tk unavailable due to TclError: couldn't connect to display ":99" test_startfile skipped -- object <module 'os' from '/buildbot/buildarea/3.10.pablogsal-arch-x86_64.asan/build/Lib/os.py'> has no attribute 'startfile' test_winsound skipped -- No module named 'winsound' ==27360==WARNING: AddressSanitizer failed to allocate 0x7fffffffffffffff bytes ==27360==WARNING: AddressSanitizer failed to allocate 0x7fffffffffffffff bytes ==27360==WARNING: AddressSanitizer failed to allocate 0x7fffffffffffffff bytes test_flock (__main__.FNTLEINTRTest) ... ok test_lockf (__main__.FNTLEINTRTest) ... ok test_read (__main__.OSEINTRTest) ... ok test_wait (__main__.OSEINTRTest) ... ok test_wait3 (__main__.OSEINTRTest) ... ok test_wait4 (__main__.OSEINTRTest) ... ok test_waitpid (__main__.OSEINTRTest) ... ok test_write (__main__.OSEINTRTest) ... ok test_devpoll (__main__.SelectEINTRTest) ... skipped 'need select.devpoll' test_epoll (__main__.SelectEINTRTest) ... ok test_kqueue (__main__.SelectEINTRTest) ... skipped 'need select.kqueue' test_poll (__main__.SelectEINTRTest) ... ok test_select (__main__.SelectEINTRTest) ... ok test_sigtimedwait (__main__.SignalEINTRTest) ... ok test_sigwaitinfo (__main__.SignalEINTRTest) ... ok test_accept (__main__.SocketEINTRTest) ... ok test_open (__main__.SocketEINTRTest) ... ok test_os_open (__main__.SocketEINTRTest) ... ok test_recv (__main__.SocketEINTRTest) ... ok test_recvmsg (__main__.SocketEINTRTest) ... ok test_send (__main__.SocketEINTRTest) ... ok test_sendall (__main__.SocketEINTRTest) ... ok test_sendmsg (__main__.SocketEINTRTest) ... ok test_sleep (__main__.TimeEINTRTest) ... ok
Ran 24 tests in 7.031s
OK (skipped=2) test_ioctl skipped -- Unable to open /dev/tty test_tk skipped -- Tk unavailable due to TclError: couldn't connect to display ":99" test_devpoll skipped -- test works only on Solaris OS family test_kqueue skipped -- test works only on BSD test_ossaudiodev skipped -- [Errno 2] No such file or directory: '/dev/dsp' test_winreg skipped -- No module named 'winreg' test_msilib skipped -- No module named '_msi' test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run test_badargs (__main__.GeneralTest) ... ok test_bound_methods (__main__.GeneralTest) ... ok test_clear (__main__.GeneralTest) ... ok test_exit (__main__.GeneralTest) ... ok test_order (__main__.GeneralTest) ... ok test_raise (__main__.GeneralTest) ... ok test_raise_unnormalized (__main__.GeneralTest) ... ok test_stress (__main__.GeneralTest) ... ok test_unregister (__main__.GeneralTest) ... ok
Ran 9 tests in 0.002s
OK test_winconsoleio skipped -- test only relevant on win32 make: *** [Makefile:1256: buildbottest] Terminated
Cannot open file '/buildbot/buildarea/3.10.pablogsal-arch-x86_64.asan/build/test-results.xml' for upload
Test report
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder aarch64 RHEL8 3.10 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/612/builds/232
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-RHEL8-aarch64
Build Reason: <unknown> Blamelist: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
BUILD FAILED: failed test (failure)
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 40 sec
- test_asyncio: 1 min 36 sec
- test_peg_generator: 1 min 29 sec
- test_multiprocessing_spawn: 1 min 26 sec
- test_unparse: 1 min 18 sec
- test_capi: 1 min 15 sec
- test_multiprocessing_forkserver: 1 min 13 sec
- test_multiprocessing_fork: 58.5 sec
- test_tokenize: 58.2 sec
- test_gdb: 56.5 sec
1 test failed: test_readline
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
Total duration: 2 min 52 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.10.cstratak-RHEL8-aarch64/build/Lib/test/test_readline.py", line 159, in test_auto_history_enabled self.assertIn(b"History length: 1\r\n", output) AssertionError: b'History length: 1\r\n' not found in bytearray(b'dummy input\r\ndummy input\r\nHistory length: 1')
Test report
Failed tests:
- test_readline
Failed subtests:
- test_auto_history_enabled - test.test_readline.TestReadline
Sincerely, -The Buildbot
participants (1)
-
buildbot@python.org