Buildbot cancelled in Python on whole buildset

The Buildbot has detected a new failure on builder x86-64 macOS 3.10 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/681/builds/370
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: billenstein-macos
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 ==
408 tests OK.
10 slowest tests:
- test_unparse: 5 min 9 sec
- test_multiprocessing_spawn: 5 min 5 sec
- test_tokenize: 4 min 47 sec
- test_concurrent_futures: 4 min 20 sec
- test_lib2to3: 3 min 55 sec
- test_unicodedata: 2 min 56 sec
- test_multiprocessing_forkserver: 2 min 34 sec
- test_capi: 2 min 25 sec
- test_pickle: 2 min 3 sec
- test_asyncio: 1 min 44 sec
1 test failed: test_importlib
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_importlib
Total duration: 38 min 55 sec
Captured traceback
Traceback (most recent call last): File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/test/test_importlib/test_threaded_import.py", line 258, in test_multiprocessing_pool_circular_import script_helper.assert_python_ok(fn) File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/test/support/script_helper.py", line 160, in assert_python_ok return _assert_python(True, *args, **env_vars) File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/test/support/script_helper.py", line 145, in _assert_python res.fail(cmd_line) File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/test/support/script_helper.py", line 72, in fail raise AssertionError("Process return code is %d\n" AssertionError: Process return code is 1 command line: ['/Users/buildbot/buildarea/3.10.billenstein-macos/build/python.exe', '-X', 'faulthandler', '-I', '/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/test/test_importlib/partial/pool_in_threads.py']
Traceback (most recent call last): File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/test/test_importlib/partial/pool_in_threads.py", line 9, in t with multiprocessing.Pool(1): File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/multiprocessing/context.py", line 119, in Pool return Pool(processes, initializer, initargs, maxtasksperchild, File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/multiprocessing/pool.py", line 212, in __init__ self._repopulate_pool() File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/multiprocessing/pool.py", line 303, in _repopulate_pool return self._repopulate_pool_static(self._ctx, self.Process, File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/multiprocessing/pool.py", line 326, in _repopulate_pool_static w.start() File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/multiprocessing/process.py", line 121, in start self._popen = self._Popen(self) File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/multiprocessing/context.py", line 284, in _Popen return Popen(process_obj) File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/multiprocessing/popen_spawn_posix.py", line 32, in __init__ super().__init__(process_obj) File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/multiprocessing/popen_fork.py", line 19, in __init__ self._launch(process_obj) File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/multiprocessing/popen_spawn_posix.py", line 54, in _launch child_r, parent_w = os.pipe() OSError: [Errno 24] Too many open files /Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 116 leaked semaphore objects to clean up at shutdown warnings.warn('resource_tracker: There appear to be %d ' /Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/multiprocessing/resource_tracker.py:237: UserWarning: resource_tracker: '/mp-cybfyhwf': [Errno 2] No such file or directory warnings.warn('resource_tracker: %r: %s' % (name, e)) /Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/multiprocessing/resource_tracker.py:237: UserWarning: resource_tracker: '/mp-pxn1io6q': [Errno 2] No such file or directory warnings.warn('resource_tracker: %r: %s' % (name, e)) /Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/multiprocessing/resource_tracker.py:237: UserWarning: resource_tracker: '/mp-wwsdhgue': [Errno 2] No such file or directory warnings.warn('resource_tracker: %r: %s' % (name, e)) /Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/multiprocessing/resource_tracker.py:237: UserWarning: resource_tracker: '/mp-3pyrvgel': [Errno 2] No such file or directory warnings.warn('resource_tracker: %r: %s' % (name, e)) /Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/multiprocessing/resource_tracker.py:237: UserWarning: resource_tracker: '/mp-j873t1ku': [Errno 2] No such file or directory warnings.warn('resource_tracker: %r: %s' % (name, e))
Traceback (most recent call last): File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/test/test_importlib/partial/pool_in_threads.py", line 9, in t with multiprocessing.Pool(1): File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/multiprocessing/context.py", line 119, in Pool return Pool(processes, initializer, initargs, maxtasksperchild, File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/multiprocessing/pool.py", line 212, in __init__ self._repopulate_pool() File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/multiprocessing/pool.py", line 303, in _repopulate_pool return self._repopulate_pool_static(self._ctx, self.Process, File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/multiprocessing/pool.py", line 326, in _repopulate_pool_static w.start() File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/multiprocessing/process.py", line 121, in start self._popen = self._Popen(self) File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/multiprocessing/context.py", line 284, in _Popen return Popen(process_obj) File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/multiprocessing/popen_spawn_posix.py", line 32, in __init__ super().__init__(process_obj) File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/multiprocessing/popen_fork.py", line 19, in __init__ self._launch(process_obj) File "/Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/multiprocessing/popen_spawn_posix.py", line 53, in _launch parent_r, child_w = os.pipe() OSError: [Errno 24] Too many open files /Users/buildbot/buildarea/3.10.billenstein-macos/build/Lib/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 108 leaked semaphore objects to clean up at shutdown warnings.warn('resource_tracker: There appear to be %d '
Test report
Failed tests:
- test_importlib
Failed subtests:
- test_multiprocessing_pool_circular_import - test.test_importlib.test_threaded_import.ThreadedImportTests
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 Fedora Rawhide LTO + PGO 3.10 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/697/builds/347
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-x86_64
Build Reason: <unknown> Blamelist: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>, Pablo Galindo <pablogsal@gmail.com>, Raymond Hettinger <rhettinger@users.noreply.github.com>, Serhiy Storchaka <storchaka@gmail.com>, Łukasz Langa <lukasz@langa.pl>
BUILD FAILED: failed test (failure)
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 39 sec
- test_multiprocessing_spawn: 1 min 36 sec
- test_multiprocessing_forkserver: 1 min 18 sec
- test_multiprocessing_fork: 1 min 10 sec
- test_asyncio: 55.7 sec
- test_io: 37.4 sec
- test_socket: 35.5 sec
- test_pydoc: 31.7 sec
- test_subprocess: 30.9 sec
- test_mailbox: 28.6 sec
1 test failed: test_signal
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_signal
Total duration: 3 min 42 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 335, in _runtest_inner refleak = _runtest_inner2(ns, test_name) File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 297, in _runtest_inner2 test_runner() File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/test/libregrtest/runtest.py", line 261, in _test_module support.run_unittest(tests) File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/test/support/__init__.py", line 1115, in run_unittest _run_suite(suite) File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/test/support/__init__.py", line 990, in _run_suite result = runner.run(suite) File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/unittest/runner.py", line 176, in run test(result) File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/unittest/suite.py", line 122, in run test(result) File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/unittest/suite.py", line 122, in run test(result) File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/unittest/suite.py", line 122, in run test(result) File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/unittest/case.py", line 650, in __call__ return self.run(*args, **kwds) File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/unittest/case.py", line 596, in run self.doCleanups() File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/unittest/case.py", line 624, in doCleanups def doCleanups(self): File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/test/test_signal.py", line 712, in sig_vtalrm raise signal.ItimerError("setitimer didn't disable ITIMER_VIRTUAL " signal.itimer_error: setitimer didn't disable ITIMER_VIRTUAL timer.
Traceback (most recent call last): File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/test/test_signal.py", line 856, in test_pthread_kill assert_python_ok('-c', code) File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/test/support/script_helper.py", line 160, in assert_python_ok return _assert_python(True, *args, **env_vars) File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/test/support/script_helper.py", line 143, in _assert_python res, cmd_line = run_python_until_end(*args, **env_vars) File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/test/support/script_helper.py", line 91, in run_python_until_end env_required = interpreter_requires_environment() File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/test/support/script_helper.py", line 48, in interpreter_requires_environment subprocess.check_call([sys.executable, '-E', File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/subprocess.py", line 364, in check_call retcode = call(*popenargs, **kwargs) File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/subprocess.py", line 345, in call with Popen(*popenargs, **kwargs) as p: File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/subprocess.py", line 966, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/subprocess.py", line 1775, in _execute_child self.pid = _posixsubprocess.fork_exec( File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/test/test_signal.py", line 712, in sig_vtalrm raise signal.ItimerError("setitimer didn't disable ITIMER_VIRTUAL " signal.itimer_error: setitimer didn't disable ITIMER_VIRTUAL timer.
Test report
Failed tests:
- test_signal
Failed subtests:
- test_pthread_kill - test.test_signal.PendingSignalsTests
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder aarch64 Fedora Rawhide Clang Installed 3.10 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/695/builds/291
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-aarch64
Build Reason: <unknown> Blamelist: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>, Pablo Galindo <pablogsal@gmail.com>, Raymond Hettinger <rhettinger@users.noreply.github.com>, Serhiy Storchaka <storchaka@gmail.com>, Łukasz Langa <lukasz@langa.pl>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
409 tests OK.
1 test failed: test_signal
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_signal
Total duration: 3 min 49 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.10/test/libregrtest/runtest.py", line 335, in _runtest_inner refleak = _runtest_inner2(ns, test_name) File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.10/test/libregrtest/runtest.py", line 297, in _runtest_inner2 test_runner() File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.10/test/libregrtest/runtest.py", line 261, in _test_module support.run_unittest(tests) File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.10/test/support/__init__.py", line 1115, in run_unittest _run_suite(suite) File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.10/test/support/__init__.py", line 990, in _run_suite result = runner.run(suite) File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.10/unittest/runner.py", line 176, in run test(result) File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.10/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.10/unittest/suite.py", line 122, in run test(result) File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.10/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.10/unittest/suite.py", line 122, in run test(result) File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.10/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.10/unittest/suite.py", line 114, in run self._handleClassSetUp(test, result) File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.10/unittest/suite.py", line 143, in _handleClassSetUp previousClass = getattr(result, '_previousTestClass', None) File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.10/test/test_signal.py", line 712, in sig_vtalrm raise signal.ItimerError("setitimer didn't disable ITIMER_VIRTUAL " signal.itimer_error: setitimer didn't disable ITIMER_VIRTUAL timer.
Traceback (most recent call last): File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.10/test/test_signal.py", line 919, in test_sigwaitinfo self.wait_helper(signal.SIGALRM, ''' File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.10/test/test_signal.py", line 902, in wait_helper assert_python_ok('-c', code) File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.10/test/support/script_helper.py", line 160, in assert_python_ok return _assert_python(True, *args, **env_vars) File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.10/test/support/script_helper.py", line 143, in _assert_python res, cmd_line = run_python_until_end(*args, **env_vars) File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.10/test/support/script_helper.py", line 129, in run_python_until_end proc = subprocess.Popen(cmd_line, stdin=subprocess.PIPE, File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.10/subprocess.py", line 966, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.10/subprocess.py", line 1695, in _execute_child elif isinstance(args, os.PathLike): File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.10/abc.py", line 119, in __instancecheck__ return _abc_instancecheck(cls, instance) File "/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.10/test/test_signal.py", line 712, in sig_vtalrm raise signal.ItimerError("setitimer didn't disable ITIMER_VIRTUAL " signal.itimer_error: setitimer didn't disable ITIMER_VIRTUAL timer.
Test report
Failed tests:
- test_signal
Failed subtests:
- test_sigwaitinfo - test.test_signal.PendingSignalsTests
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder s390x Fedora 3.10 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/655/builds/338
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-z
Build Reason: <unknown> Blamelist: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
BUILD FAILED: failed configure (failure) clean (failure)
Summary of the results of the build (if available):
Captured traceback
remote: Enumerating objects: 16, done.
remote: Counting objects: 6% (1/16)
remote: Counting objects: 12% (2/16)
remote: Counting objects: 18% (3/16)
remote: Counting objects: 25% (4/16)
remote: Counting objects: 31% (5/16)
remote: Counting objects: 37% (6/16)
remote: Counting objects: 43% (7/16)
remote: Counting objects: 50% (8/16)
remote: Counting objects: 56% (9/16)
remote: Counting objects: 62% (10/16)
remote: Counting objects: 68% (11/16)
remote: Counting objects: 75% (12/16)
remote: Counting objects: 81% (13/16)
remote: Counting objects: 87% (14/16)
remote: Counting objects: 93% (15/16)
remote: Counting objects: 100% (16/16)
remote: Counting objects: 100% (16/16), done.
remote: Compressing objects: 8% (1/12)
remote: Compressing objects: 16% (2/12)
remote: Compressing objects: 25% (3/12)
remote: Compressing objects: 33% (4/12)
remote: Compressing objects: 41% (5/12)
remote: Compressing objects: 50% (6/12)
remote: Compressing objects: 58% (7/12)
remote: Compressing objects: 66% (8/12)
remote: Compressing objects: 75% (9/12)
remote: Compressing objects: 83% (10/12)
remote: Compressing objects: 91% (11/12)
remote: Compressing objects: 100% (12/12)
remote: Compressing objects: 100% (12/12), done.
remote: Total 16 (delta 4), reused 9 (delta 4), pack-reused 0
From https://github.com/python/cpython
- branch 3.10 -> FETCH_HEAD Note: switching to '23c46778d65870784cb6d4de30f43aac62d71e73'.
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 23c46778d6 bpo-44219: Release the GIL during isatty syscalls (GH-28250) (GH-28255) Switched to and reset branch '3.10'
./configure: line 10530: PKG_PROG_PKG_CONFIG: command not found configure: error: Valgrind support requested but headers not available
make: *** No rule to make target 'distclean'. Stop.
Test report
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder s390x RHEL7 3.10 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/658/builds/351
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-rhel-z
Build Reason: <unknown> Blamelist: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
BUILD FAILED: configure (failure) clean (failure)
Summary of the results of the build (if available):
Captured traceback
remote: Enumerating objects: 16, done.[K remote: Counting objects: 6% (1/16)[K remote: Counting objects: 12% (2/16)[K remote: Counting objects: 18% (3/16)[K remote: Counting objects: 25% (4/16)[K remote: Counting objects: 31% (5/16)[K remote: Counting objects: 37% (6/16)[K remote: Counting objects: 43% (7/16)[K remote: Counting objects: 50% (8/16)[K remote: Counting objects: 56% (9/16)[K remote: Counting objects: 62% (10/16)[K remote: Counting objects: 68% (11/16)[K remote: Counting objects: 75% (12/16)[K remote: Counting objects: 81% (13/16)[K remote: Counting objects: 87% (14/16)[K remote: Counting objects: 93% (15/16)[K remote: Counting objects: 100% (16/16)[K remote: Counting objects: 100% (16/16), done.[K remote: Compressing objects: 8% (1/12)[K remote: Compressing objects: 16% (2/12)[K remote: Compressing objects: 25% (3/12)[K remote: Compressing objects: 33% (4/12)[K remote: Compressing objects: 41% (5/12)[K remote: Compressing objects: 50% (6/12)[K remote: Compressing objects: 58% (7/12)[K remote: Compressing objects: 66% (8/12)[K remote: Compressing objects: 75% (9/12)[K remote: Compressing objects: 83% (10/12)[K remote: Compressing objects: 91% (11/12)[K remote: Compressing objects: 100% (12/12)[K remote: Compressing objects: 100% (12/12), done.[K remote: Total 16 (delta 4), reused 9 (delta 4), pack-reused 0[K From https://github.com/python/cpython
- branch 3.10 -> FETCH_HEAD Note: checking out '23c46778d65870784cb6d4de30f43aac62d71e73'.
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 performing another checkout.
If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
HEAD is now at 23c4677... bpo-44219: Release the GIL during isatty syscalls (GH-28250) (GH-28255) Switched to and reset branch '3.10'
./configure: line 10530: PKG_PROG_PKG_CONFIG: command not found configure: error: Valgrind support requested but headers not available
make: *** No rule to make target `distclean'. Stop.
Test report
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 RHEL7 3.10 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/666/builds/343
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-RHEL7-x86_64
Build Reason: <unknown> Blamelist: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
Captured traceback
remote: Enumerating objects: 16, done.
remote: Counting objects: 6% (1/16)
remote: Counting objects: 12% (2/16)
remote: Counting objects: 18% (3/16)
remote: Counting objects: 25% (4/16)
remote: Counting objects: 31% (5/16)
remote: Counting objects: 37% (6/16)
remote: Counting objects: 43% (7/16)
remote: Counting objects: 50% (8/16)
remote: Counting objects: 56% (9/16)
remote: Counting objects: 62% (10/16)
remote: Counting objects: 68% (11/16)
remote: Counting objects: 75% (12/16)
remote: Counting objects: 81% (13/16)
remote: Counting objects: 87% (14/16)
remote: Counting objects: 93% (15/16)
remote: Counting objects: 100% (16/16)
remote: Counting objects: 100% (16/16), done.
remote: Compressing objects: 8% (1/12)
remote: Compressing objects: 16% (2/12)
remote: Compressing objects: 25% (3/12)
remote: Compressing objects: 33% (4/12)
remote: Compressing objects: 41% (5/12)
remote: Compressing objects: 50% (6/12)
remote: Compressing objects: 58% (7/12)
remote: Compressing objects: 66% (8/12)
remote: Compressing objects: 75% (9/12)
remote: Compressing objects: 83% (10/12)
remote: Compressing objects: 91% (11/12)
remote: Compressing objects: 100% (12/12)
remote: Compressing objects: 100% (12/12), done.
remote: Total 16 (delta 4), reused 9 (delta 4), pack-reused 0
From https://github.com/python/cpython
- branch 3.10 -> FETCH_HEAD Note: checking out '23c46778d65870784cb6d4de30f43aac62d71e73'.
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 performing another checkout.
If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
HEAD is now at 23c4677... bpo-44219: Release the GIL during isatty syscalls (GH-28250) (GH-28255) Switched to and reset branch '3.10'
./configure: line 10530: PKG_PROG_PKG_CONFIG: command not found
Python/ceval.c: In function ‘PyEval_EvalCodeEx’: Python/ceval.c:5169:19: warning: ‘newargs’ may be used uninitialized in this function [-Wmaybe-uninitialized] PyMem_Free(newargs); ^ In file included from ./Include/pydtrace_probes.h:10:0, from ./Include/pydtrace.h:11, from Modules/gcmodule.c:33: Modules/gcmodule.c: In function ‘gc_collect_main’: ./Include/pydtrace_probes.h:98:1: error: impossible constraint in ‘asm’ DTRACE_PROBE1 (python, gc__start, arg1) ^ ./Include/pydtrace_probes.h:109:1: error: impossible constraint in ‘asm’ DTRACE_PROBE1 (python, gc__done, arg1) ^ make: *** [Modules/gcmodule.o] Error 1 make: *** Waiting for unfinished jobs....
find: ‘build’: No such file or directory find: ‘build’: No such file or directory find: ‘build’: No such file or directory find: ‘build’: No such file or directory make: [clean-retain-profile] Error 1 (ignored)
Test report
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder PPC64LE RHEL7 3.10 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/619/builds/311
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-RHEL7-ppc64le
Build Reason: <unknown> Blamelist: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
BUILD FAILED: failed configure (failure) clean (failure)
Summary of the results of the build (if available):
Captured traceback
remote: Enumerating objects: 16, done.
remote: Counting objects: 6% (1/16)
remote: Counting objects: 12% (2/16)
remote: Counting objects: 18% (3/16)
remote: Counting objects: 25% (4/16)
remote: Counting objects: 31% (5/16)
remote: Counting objects: 37% (6/16)
remote: Counting objects: 43% (7/16)
remote: Counting objects: 50% (8/16)
remote: Counting objects: 56% (9/16)
remote: Counting objects: 62% (10/16)
remote: Counting objects: 68% (11/16)
remote: Counting objects: 75% (12/16)
remote: Counting objects: 81% (13/16)
remote: Counting objects: 87% (14/16)
remote: Counting objects: 93% (15/16)
remote: Counting objects: 100% (16/16)
remote: Counting objects: 100% (16/16), done.
remote: Compressing objects: 8% (1/12)
remote: Compressing objects: 16% (2/12)
remote: Compressing objects: 25% (3/12)
remote: Compressing objects: 33% (4/12)
remote: Compressing objects: 41% (5/12)
remote: Compressing objects: 50% (6/12)
remote: Compressing objects: 58% (7/12)
remote: Compressing objects: 66% (8/12)
remote: Compressing objects: 75% (9/12)
remote: Compressing objects: 83% (10/12)
remote: Compressing objects: 91% (11/12)
remote: Compressing objects: 100% (12/12)
remote: Compressing objects: 100% (12/12), done.
remote: Total 16 (delta 4), reused 9 (delta 4), pack-reused 0
From https://github.com/python/cpython
- branch 3.10 -> FETCH_HEAD Note: checking out '23c46778d65870784cb6d4de30f43aac62d71e73'.
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 performing another checkout.
If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
HEAD is now at 23c4677... bpo-44219: Release the GIL during isatty syscalls (GH-28250) (GH-28255) Switched to and reset branch '3.10'
./configure: line 10530: PKG_PROG_PKG_CONFIG: command not found configure: error: Valgrind support requested but headers not available
make: *** No rule to make target `distclean'. Stop.
Test report
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder s390x RHEL8 3.10 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/700/builds/341
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-rhel8-z
Build Reason: <unknown> Blamelist: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
BUILD FAILED: failed configure (failure) clean (failure)
Summary of the results of the build (if available):
Captured traceback
remote: Enumerating objects: 16, done.
remote: Counting objects: 6% (1/16)
remote: Counting objects: 12% (2/16)
remote: Counting objects: 18% (3/16)
remote: Counting objects: 25% (4/16)
remote: Counting objects: 31% (5/16)
remote: Counting objects: 37% (6/16)
remote: Counting objects: 43% (7/16)
remote: Counting objects: 50% (8/16)
remote: Counting objects: 56% (9/16)
remote: Counting objects: 62% (10/16)
remote: Counting objects: 68% (11/16)
remote: Counting objects: 75% (12/16)
remote: Counting objects: 81% (13/16)
remote: Counting objects: 87% (14/16)
remote: Counting objects: 93% (15/16)
remote: Counting objects: 100% (16/16)
remote: Counting objects: 100% (16/16), done.
remote: Compressing objects: 8% (1/12)
remote: Compressing objects: 16% (2/12)
remote: Compressing objects: 25% (3/12)
remote: Compressing objects: 33% (4/12)
remote: Compressing objects: 41% (5/12)
remote: Compressing objects: 50% (6/12)
remote: Compressing objects: 58% (7/12)
remote: Compressing objects: 66% (8/12)
remote: Compressing objects: 75% (9/12)
remote: Compressing objects: 83% (10/12)
remote: Compressing objects: 91% (11/12)
remote: Compressing objects: 100% (12/12)
remote: Compressing objects: 100% (12/12), done.
remote: Total 16 (delta 4), reused 9 (delta 4), pack-reused 0
From https://github.com/python/cpython
- branch 3.10 -> FETCH_HEAD Note: switching to '23c46778d65870784cb6d4de30f43aac62d71e73'.
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 23c46778d6 bpo-44219: Release the GIL during isatty syscalls (GH-28250) (GH-28255) Switched to and reset branch '3.10'
./configure: line 10530: PKG_PROG_PKG_CONFIG: command not found configure: error: Valgrind support requested but headers not available
make: *** No rule to make target 'distclean'. Stop.
Test report
Sincerely, -The Buildbot
participants (1)
-
buildbot@python.org