☠ Buildbot (Python): python/cpython - failed test (failure) (main)
The Buildbot has detected a new failure on builder s390x Fedora Rawhide LTO 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/323/builds/941
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-rawhide-z
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
419 tests OK.
10 slowest tests:
- test_tools: 5 min 38 sec
- test_concurrent_futures: 2 min 47 sec
- test_multiprocessing_spawn: 2 min 23 sec
- test_multiprocessing_forkserver: 1 min 50 sec
- test_multiprocessing_fork: 1 min 24 sec
- test_asyncio: 1 min 23 sec
- test_largefile: 1 min 9 sec
- test_signal: 49.3 sec
- test_subprocess: 39.8 sec
- test_socket: 39.5 sec
2 tests failed: test_enum test_tools
15 tests skipped: test_devpoll test_gdb test_ioctl test_kqueue test_launcher test_msilib test_nis test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
2 re-run tests: test_enum test_tools
Total duration: 13 min 15 sec
Captured traceback
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_23e79aa1'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_cff9139a'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/test/test_tools/test_freeze.py", line 28, in test_freeze_simple_script executable = helper.freeze(python, scriptfile, outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Tools/freeze/test/freeze.py", line 176, in freeze _run_quiet([python, '-E', FREEZE, '-o', outdir, scriptfile], outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Tools/freeze/test/freeze.py", line 25, in _run_quiet return subprocess.run( ^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/subprocess.py", line 558, in run raise CalledProcessError(retcode, process.args, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ subprocess.CalledProcessError: Command '['/tmp/tmpw9u3p215/python-installation/bin/python3', '-E', '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Tools/freeze/freeze.py', '-o', '/tmp/tmpw9u3p215', '/tmp/tmpw9u3p215/app.py']' returned non-zero exit status 1.
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_5facb884'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/test/test_tools/test_freeze.py", line 28, in test_freeze_simple_script executable = helper.freeze(python, scriptfile, outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Tools/freeze/test/freeze.py", line 176, in freeze _run_quiet([python, '-E', FREEZE, '-o', outdir, scriptfile], outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Tools/freeze/test/freeze.py", line 25, in _run_quiet return subprocess.run( ^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/subprocess.py", line 558, in run raise CalledProcessError(retcode, process.args, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ subprocess.CalledProcessError: Command '['/tmp/tmp3xhm0l0d/python-installation/bin/python3', '-E', '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Tools/freeze/freeze.py', '-o', '/tmp/tmp3xhm0l0d', '/tmp/tmp3xhm0l0d/app.py']' returned non-zero exit status 1.
Test report
Failed tests:
- test_enum
- test_tools
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_freeze_simple_script - test.test_tools.test_freeze.TestFreeze.test_freeze_simple_script
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder s390x RHEL7 LTO 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/402/builds/2301
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-rhel-z
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
414 tests OK.
10 slowest tests:
- test_tools: 2 min 45 sec
- test_concurrent_futures: 2 min 25 sec
- test_multiprocessing_spawn: 2 min 7 sec
- test_tokenize: 1 min 50 sec
- test_multiprocessing_forkserver: 1 min 24 sec
- test_peg_generator: 1 min 17 sec
- test_asyncio: 1 min 12 sec
- test_multiprocessing_fork: 1 min 11 sec
- test_lib2to3: 59.4 sec
- test_unparse: 54.5 sec
2 tests failed: test_enum test_tools
20 tests skipped: test_devpoll test_gdb test_idle test_ioctl test_kqueue test_launcher test_msilib test_smtpnet test_ssl test_startfile test_tcl test_tix test_tk test_ttk_guionly test_ttk_textonly test_turtle test_winconsoleio test_winreg test_winsound test_zipfile64
2 re-run tests: test_enum test_tools
Total duration: 8 min 46 sec
Captured traceback
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_0ca36a55'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_tools/test_freeze.py", line 28, in test_freeze_simple_script executable = helper.freeze(python, scriptfile, outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Tools/freeze/test/freeze.py", line 176, in freeze _run_quiet([python, '-E', FREEZE, '-o', outdir, scriptfile], outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Tools/freeze/test/freeze.py", line 25, in _run_quiet return subprocess.run( ^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/subprocess.py", line 558, in run raise CalledProcessError(retcode, process.args, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ subprocess.CalledProcessError: Command '['/tmp/tmpt0dyw2d4/python-installation/bin/python3', '-E', '/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Tools/freeze/freeze.py', '-o', '/tmp/tmpt0dyw2d4', '/tmp/tmpt0dyw2d4/app.py']' returned non-zero exit status 1.
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_tools/test_freeze.py", line 28, in test_freeze_simple_script executable = helper.freeze(python, scriptfile, outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Tools/freeze/test/freeze.py", line 176, in freeze _run_quiet([python, '-E', FREEZE, '-o', outdir, scriptfile], outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Tools/freeze/test/freeze.py", line 25, in _run_quiet return subprocess.run( ^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/subprocess.py", line 558, in run raise CalledProcessError(retcode, process.args, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ subprocess.CalledProcessError: Command '['/tmp/tmpjt5rk_vz/python-installation/bin/python3', '-E', '/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Tools/freeze/freeze.py', '-o', '/tmp/tmpjt5rk_vz', '/tmp/tmpjt5rk_vz/app.py']' returned non-zero exit status 1.
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_daa355ca'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Test report
Failed tests:
- test_enum
- test_tools
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_freeze_simple_script - test.test_tools.test_freeze.TestFreeze.test_freeze_simple_script
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder s390x Fedora Rawhide LTO + PGO 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/341/builds/1053
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-rawhide-z
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
419 tests OK.
10 slowest tests:
- test_tools: 5 min 53 sec
- test_concurrent_futures: 2 min 37 sec
- test_multiprocessing_spawn: 2 min 19 sec
- test_multiprocessing_forkserver: 1 min 36 sec
- test_multiprocessing_fork: 1 min 20 sec
- test_asyncio: 1 min 16 sec
- test_subprocess: 1 min 10 sec
- test_largefile: 1 min 8 sec
- test_signal: 49.1 sec
- test_socket: 41.8 sec
2 tests failed: test_enum test_tools
15 tests skipped: test_devpoll test_gdb test_ioctl test_kqueue test_launcher test_msilib test_nis test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
2 re-run tests: test_enum test_tools
Total duration: 14 min 17 sec
Captured traceback
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_c3cc6264'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_8dc3a931'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/test/test_tools/test_freeze.py", line 28, in test_freeze_simple_script executable = helper.freeze(python, scriptfile, outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Tools/freeze/test/freeze.py", line 176, in freeze _run_quiet([python, '-E', FREEZE, '-o', outdir, scriptfile], outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Tools/freeze/test/freeze.py", line 25, in _run_quiet return subprocess.run( ^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/subprocess.py", line 558, in run raise CalledProcessError(retcode, process.args, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ subprocess.CalledProcessError: Command '['/tmp/tmpvs_02han/python-installation/bin/python3', '-E', '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Tools/freeze/freeze.py', '-o', '/tmp/tmpvs_02han', '/tmp/tmpvs_02han/app.py']' returned non-zero exit status 1.
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/test/test_tools/test_freeze.py", line 28, in test_freeze_simple_script executable = helper.freeze(python, scriptfile, outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Tools/freeze/test/freeze.py", line 176, in freeze _run_quiet([python, '-E', FREEZE, '-o', outdir, scriptfile], outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Tools/freeze/test/freeze.py", line 25, in _run_quiet return subprocess.run( ^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/subprocess.py", line 558, in run raise CalledProcessError(retcode, process.args, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ subprocess.CalledProcessError: Command '['/tmp/tmp9q_0ay6u/python-installation/bin/python3', '-E', '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Tools/freeze/freeze.py', '-o', '/tmp/tmp9q_0ay6u', '/tmp/tmp9q_0ay6u/app.py']' returned non-zero exit status 1.
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_8765c11e'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Test report
Failed tests:
- test_enum
- test_tools
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_freeze_simple_script - test.test_tools.test_freeze.TestFreeze.test_freeze_simple_script
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 CentOS9 LTO 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/831/builds/781
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-CentOS9-x86_64
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
421 tests OK.
10 slowest tests:
- test_concurrent_futures: 2 min 25 sec
- test_gdb: 2 min 1 sec
- test_multiprocessing_spawn: 1 min 39 sec
- test_asyncio: 1 min 19 sec
- test_multiprocessing_forkserver: 1 min 14 sec
- test_multiprocessing_fork: 1 min 8 sec
- test_signal: 47.6 sec
- test_io: 35.1 sec
- test_xmlrpc: 27.6 sec
- test_socket: 26.4 sec
1 test failed: test_enum
14 tests skipped: test_devpoll test_ioctl test_kqueue test_launcher test_msilib test_nis test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_enum
Total duration: 4 min 18 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_c7f5059b'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_42f08d11'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_2e90b30e'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Test report
Failed tests:
- test_enum
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 Fedora Rawhide LTO 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/375/builds/1965
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-x86_64
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
422 tests OK.
10 slowest tests:
- test_gdb: 2 min 56 sec
- test_concurrent_futures: 2 min 30 sec
- test_multiprocessing_spawn: 1 min 51 sec
- test_multiprocessing_forkserver: 1 min 23 sec
- test_asyncio: 1 min 18 sec
- test_multiprocessing_fork: 1 min 17 sec
- test_signal: 48.1 sec
- test_io: 39.2 sec
- test_socket: 39.1 sec
- test_subprocess: 31.9 sec
1 test failed: test_enum
13 tests skipped: test_devpoll test_ioctl test_kqueue test_launcher test_msilib test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_enum
Total duration: 3 min 41 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_0dbb3df8'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_56644b3f'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_c2bae766'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Test report
Failed tests:
- test_enum
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder s390x RHEL7 LTO + PGO 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/244/builds/2316
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-rhel-z
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
414 tests OK.
10 slowest tests:
- test_multiprocessing_spawn: 2 min 45 sec
- test_concurrent_futures: 2 min 37 sec
- test_tools: 2 min 36 sec
- test_multiprocessing_forkserver: 1 min 42 sec
- test_multiprocessing_fork: 1 min 14 sec
- test_tokenize: 1 min 9 sec
- test_lib2to3: 1 min 8 sec
- test_asyncio: 59.0 sec
- test_signal: 49.0 sec
- test_unparse: 45.6 sec
2 tests failed: test_enum test_tools
20 tests skipped: test_devpoll test_gdb test_idle test_ioctl test_kqueue test_launcher test_msilib test_smtpnet test_ssl test_startfile test_tcl test_tix test_tk test_ttk_guionly test_ttk_textonly test_turtle test_winconsoleio test_winreg test_winsound test_zipfile64
2 re-run tests: test_enum test_tools
Total duration: 7 min 23 sec
Captured traceback
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto-pgo/build/Lib/test/test_tools/test_freeze.py", line 28, in test_freeze_simple_script executable = helper.freeze(python, scriptfile, outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto-pgo/build/Tools/freeze/test/freeze.py", line 176, in freeze _run_quiet([python, '-E', FREEZE, '-o', outdir, scriptfile], outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto-pgo/build/Tools/freeze/test/freeze.py", line 25, in _run_quiet return subprocess.run( ^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto-pgo/build/Lib/subprocess.py", line 558, in run raise CalledProcessError(retcode, process.args, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ subprocess.CalledProcessError: Command '['/tmp/tmpg67ehctp/python-installation/bin/python3', '-E', '/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto-pgo/build/Tools/freeze/freeze.py', '-o', '/tmp/tmpg67ehctp', '/tmp/tmpg67ehctp/app.py']' returned non-zero exit status 1.
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto-pgo/build/Lib/test/test_tools/test_freeze.py", line 28, in test_freeze_simple_script executable = helper.freeze(python, scriptfile, outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto-pgo/build/Tools/freeze/test/freeze.py", line 176, in freeze _run_quiet([python, '-E', FREEZE, '-o', outdir, scriptfile], outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto-pgo/build/Tools/freeze/test/freeze.py", line 25, in _run_quiet return subprocess.run( ^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto-pgo/build/Lib/subprocess.py", line 558, in run raise CalledProcessError(retcode, process.args, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ subprocess.CalledProcessError: Command '['/tmp/tmpktapyesp/python-installation/bin/python3', '-E', '/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto-pgo/build/Tools/freeze/freeze.py', '-o', '/tmp/tmpktapyesp', '/tmp/tmpktapyesp/app.py']' returned non-zero exit status 1.
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_49baea46'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_dcee00ba'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto-pgo/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z.lto-pgo/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Test report
Failed tests:
- test_enum
- test_tools
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_freeze_simple_script - test.test_tools.test_freeze.TestFreeze.test_freeze_simple_script
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 CentOS9 LTO + PGO 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/864/builds/823
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-CentOS9-x86_64
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
420 tests OK.
10 slowest tests:
- test_concurrent_futures: 2 min 20 sec
- test_multiprocessing_spawn: 1 min 26 sec
- test_multiprocessing_forkserver: 1 min 9 sec
- test_asyncio: 1 min 3 sec
- test_multiprocessing_fork: 1 min 3 sec
- test_signal: 47.1 sec
- test_io: 33.4 sec
- test_xmlrpc: 27.6 sec
- test_socket: 26.7 sec
- test_subprocess: 23.7 sec
1 test failed: test_enum
15 tests skipped: test_devpoll test_gdb test_ioctl test_kqueue test_launcher test_msilib test_nis test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_enum
Total duration: 3 min 55 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_0febd9f9'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_d25147d2'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_d387a0bd'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Test report
Failed tests:
- test_enum
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 Fedora Rawhide LTO + PGO 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/79/builds/2264
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-x86_64
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
421 tests OK.
10 slowest tests:
- test_concurrent_futures: 2 min 25 sec
- test_multiprocessing_spawn: 1 min 46 sec
- test_multiprocessing_forkserver: 1 min 22 sec
- test_asyncio: 1 min 18 sec
- test_multiprocessing_fork: 1 min 12 sec
- test_signal: 48.1 sec
- test_socket: 38.1 sec
- test_io: 37.3 sec
- test_subprocess: 30.9 sec
- test_xmlrpc: 27.8 sec
1 test failed: test_enum
14 tests skipped: test_devpoll test_gdb test_ioctl test_kqueue test_launcher test_msilib test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_enum
Total duration: 3 min 2 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_77d86be5'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_3f2425b3'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_e268e7d1'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Test report
Failed tests:
- test_enum
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 Arch Linux Usan 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/719/builds/1026
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: pablogsal-arch-x86_64
Build Reason: <unknown> Blamelist: Abhigyan Bose <abhigyandeepbose@gmail.com>, Alex Waygood <Alex.Waygood@Gmail.com>, Alexey Izbyshev <izbyshev@ispras.ru>, Antonio Andrade <andrade.antonio@gmail.com>, Antony Lee <anntzer.lee@gmail.com>, Benjamin Peterson <benjamin@python.org>, Brandt Bucher <brandtbucher@gmail.com>, Carey Metcalfe <carey@cmetcalfe.ca>, Carl Meyer <carl@oddbird.net>, Christian Heimes <christian@python.org>, David CARLIER <devnexen@gmail.com>, David Gilbertson <gilbertson.david@gmail.com>, Dennis Sweeney <36520290+sweeneyde@users.noreply.github.com>, DjMorgul <jmfo1982@gmail.com>, Eric Snow <ericsnowcurrently@gmail.com>, Eric V. Smith <ericvsmith@users.noreply.github.com>, Erlend Egeberg Aasland <erlend.aasland@innova.no>, Erlend Egeberg Aasland <erlend.aasland@protonmail.com>, Ethan Furman <ethan@stoneleaf.us>, Ethan Smith <ethan@ethanhs.me>, Ganesh Kathiresan <ganesh3597@gmail.com>, Gregory P. Smith <greg@krypto.org>, Géry Ogam <gery.ogam@gmail.com>, Hai Shi <shihai1992@gmail.com>, Harsh < 65716674+Harsh-br0@users.noreply.github.com>, Hugo van Kemenade <hugovk@users.noreply.github.com>, Humbled Drugman <humbled.drugman@gmail.com>, Inada Naoki <songofacandy@gmail.com>, Irit Katriel <1055913+iritkatriel@users.noreply.github.com>, Itai Steinherz <itaisteinherz@gmail.com>, Jelle Zijlstra <jelle.zijlstra@gmail.com>, Joshua Herman <30265+zitterbewegung@users.noreply.github.com>, Kabir Kwatra <kabir@kwatra.me>, Ken Jin <kenjin4096@gmail.com>, Kossi GLOKPOR <83467320+glk0@users.noreply.github.com>, Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>, Ma Lin <animalize@users.noreply.github.com>, Mariusz Felisiak <felisiak.mariusz@gmail.com>, Mark Dickinson <dickinsm@gmail.com>, Mark Shannon <mark@hotpy.org>, Matt Harding <majaharding@gmail.com>, Matt Wozniski <godlygeek@gmail.com>, Meer Suri <46469858+meersuri@users.noreply.github.com>, Michael Droettboom <mdboom@gmail.com>, Michael J. Sullivan <sully@msully.net>, Motoki Naruse <motoki@naru.se>, Nikita Sobolev <mai l@sobolevn.me>, Pablo Galindo <pablogsal@gmail.com>, Paul Ganssle <1377457+pganssle@users.noreply.github.com>, Pieter Eendebak <pieter.eendebak@gmail.com>, Raymond Hettinger <rhettinger@users.noreply.github.com>, Robert Howlett <robert@howletts.org.uk>, Robert Yang <35813883+robert861212@users.noreply.github.com>, Ruben Vorderman <r.h.p.vorderman@lumc.nl>, Sam Bull <aa6bs0@sambull.org>, Sam Denton <samwyse@gmail.com>, Sam Ezeh <sam.z.ezeh@gmail.com>, Samodya Abey <379594+sransara@users.noreply.github.com>, Sebastian Rittau <srittau@rittau.biz>, Serhiy Storchaka <storchaka@gmail.com>, Shantanu <12621235+hauntsaninja@users.noreply.github.com>, Soumendra Ganguly <67527439+8vasu@users.noreply.github.com>, Thaddeus1499 <104600742+Thaddeus1499@users.noreply.github.com>, Thomas Cellerier <thomascellerier@gmail.com>, Thomas Miedema <thomasmiedema@gmail.com>, Tim Peters <tim.peters@gmail.com>, Toshio Kuratomi <a.badger@gmail.com>, Victor Stinner <vstinner@python.org>, Vlad Hoi <hoivladyslav@ yahoo.com>, Yassir Karroum <ukarroum17@gmail.com>, Yiannis Hadjicharalambous <hadjicharalambous.yiannis@gmail.com>, Yurii Karabas <1998uriyyo@gmail.com>, Zac Hatfield-Dodds <zac.hatfield.dodds@gmail.com>, cibofo <53799417+cibofo@users.noreply.github.com>, dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>, gophra <105054704+gophra@users.noreply.github.com>, kbeldan <kbeldan@users.noreply.github.com>, kixorz <kixorz@users.noreply.github.com>, larryhastings <larry@hastings.org>, slateny <46876382+slateny@users.noreply.github.com>, themylogin <themylogin@gmail.com>, vainaijr <43755000+vainaijr@users.noreply.github.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 ==
422 tests OK.
10 slowest tests:
- test_concurrent_futures: 2 min 26 sec
- test_multiprocessing_spawn: 1 min 33 sec
- test_subprocess: 1 min 15 sec
- test_multiprocessing_forkserver: 1 min 8 sec
- test_asyncio: 1 min 6 sec
- test_multiprocessing_fork: 1 min 2 sec
- test_signal: 47.6 sec
- test_tokenize: 44.2 sec
- test_io: 39.0 sec
- test_lib2to3: 31.2 sec
1 test failed: test_enum
13 tests skipped: test_devpoll test_ioctl test_kqueue test_launcher test_msilib test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_enum
Total duration: 12 min 14 sec
Captured traceback
Traceback (most recent call last): File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64.clang-ubsan/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64.clang-ubsan/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64.clang-ubsan/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_6c45d172'
Traceback (most recent call last): File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64.clang-ubsan/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64.clang-ubsan/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64.clang-ubsan/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64.clang-ubsan/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64.clang-ubsan/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_9538a1a7'
Traceback (most recent call last): File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64.clang-ubsan/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64.clang-ubsan/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64.clang-ubsan/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_bba25d96'
Traceback (most recent call last): File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64.clang-ubsan/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64.clang-ubsan/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64.clang-ubsan/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Test report
Failed tests:
- test_enum
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder s390x RHEL8 LTO 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/567/builds/2163
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-rhel8-z
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
420 tests OK.
10 slowest tests:
- test_concurrent_futures: 2 min 40 sec
- test_gdb: 2 min 26 sec
- test_tools: 2 min 5 sec
- test_multiprocessing_spawn: 1 min 32 sec
- test_multiprocessing_forkserver: 1 min 23 sec
- test_multiprocessing_fork: 1 min 14 sec
- test_asyncio: 1 min 7 sec
- test_signal: 47.4 sec
- test_imaplib: 35.4 sec
- test_threading: 35.3 sec
2 tests failed: test_enum test_tools
14 tests skipped: test_devpoll test_ioctl test_kqueue test_launcher test_msilib test_nis test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
2 re-run tests: test_enum test_tools
Total duration: 6 min 52 sec
Captured traceback
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto/build/Lib/test/test_tools/test_freeze.py", line 28, in test_freeze_simple_script executable = helper.freeze(python, scriptfile, outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto/build/Tools/freeze/test/freeze.py", line 176, in freeze _run_quiet([python, '-E', FREEZE, '-o', outdir, scriptfile], outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto/build/Tools/freeze/test/freeze.py", line 25, in _run_quiet return subprocess.run( ^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto/build/Lib/subprocess.py", line 558, in run raise CalledProcessError(retcode, process.args, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ subprocess.CalledProcessError: Command '['/tmp/tmpgnd9g6kj/python-installation/bin/python3', '-E', '/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto/build/Tools/freeze/freeze.py', '-o', '/tmp/tmpgnd9g6kj', '/tmp/tmpgnd9g6kj/app.py']' returned non-zero exit status 1.
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_3fd0a534'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_24263a8d'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_65cd27e4'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto/build/Lib/test/test_tools/test_freeze.py", line 28, in test_freeze_simple_script executable = helper.freeze(python, scriptfile, outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto/build/Tools/freeze/test/freeze.py", line 176, in freeze _run_quiet([python, '-E', FREEZE, '-o', outdir, scriptfile], outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto/build/Tools/freeze/test/freeze.py", line 25, in _run_quiet return subprocess.run( ^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto/build/Lib/subprocess.py", line 558, in run raise CalledProcessError(retcode, process.args, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ subprocess.CalledProcessError: Command '['/tmp/tmphwa2ogue/python-installation/bin/python3', '-E', '/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto/build/Tools/freeze/freeze.py', '-o', '/tmp/tmphwa2ogue', '/tmp/tmphwa2ogue/app.py']' returned non-zero exit status 1.
Test report
Failed tests:
- test_enum
- test_tools
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_freeze_simple_script - test.test_tools.test_freeze.TestFreeze.test_freeze_simple_script
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder s390x RHEL7 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/179/builds/2331
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-rhel-z
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
414 tests OK.
10 slowest tests:
- test_concurrent_futures: 2 min 41 sec
- test_tools: 2 min 35 sec
- test_multiprocessing_spawn: 2 min 6 sec
- test_multiprocessing_forkserver: 1 min 28 sec
- test_multiprocessing_fork: 1 min 27 sec
- test_tokenize: 1 min 5 sec
- test_lib2to3: 1 min 3 sec
- test_unicodedata: 1 min 2 sec
- test_asyncio: 58.8 sec
- test_capi: 52.1 sec
2 tests failed: test_enum test_tools
20 tests skipped: test_devpoll test_gdb test_idle test_ioctl test_kqueue test_launcher test_msilib test_smtpnet test_ssl test_startfile test_tcl test_tix test_tk test_ttk_guionly test_ttk_textonly test_turtle test_winconsoleio test_winreg test_winsound test_zipfile64
2 re-run tests: test_enum test_tools
Total duration: 7 min 35 sec
Captured traceback
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_aeb9c1c3'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_tools/test_freeze.py", line 28, in test_freeze_simple_script executable = helper.freeze(python, scriptfile, outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Tools/freeze/test/freeze.py", line 176, in freeze _run_quiet([python, '-E', FREEZE, '-o', outdir, scriptfile], outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Tools/freeze/test/freeze.py", line 25, in _run_quiet return subprocess.run( ^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/subprocess.py", line 558, in run raise CalledProcessError(retcode, process.args, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ subprocess.CalledProcessError: Command '['/tmp/tmpsko6trij/python-installation/bin/python3', '-E', '/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Tools/freeze/freeze.py', '-o', '/tmp/tmpsko6trij', '/tmp/tmpsko6trij/app.py']' returned non-zero exit status 1.
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_3a62b379'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_tools/test_freeze.py", line 28, in test_freeze_simple_script executable = helper.freeze(python, scriptfile, outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Tools/freeze/test/freeze.py", line 176, in freeze _run_quiet([python, '-E', FREEZE, '-o', outdir, scriptfile], outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Tools/freeze/test/freeze.py", line 25, in _run_quiet return subprocess.run( ^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/subprocess.py", line 558, in run raise CalledProcessError(retcode, process.args, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ subprocess.CalledProcessError: Command '['/tmp/tmp9u65a0fk/python-installation/bin/python3', '-E', '/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Tools/freeze/freeze.py', '-o', '/tmp/tmp9u65a0fk', '/tmp/tmp9u65a0fk/app.py']' returned non-zero exit status 1.
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Test report
Failed tests:
- test_enum
- test_tools
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_freeze_simple_script - test.test_tools.test_freeze.TestFreeze.test_freeze_simple_script
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder s390x RHEL8 LTO + PGO 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/442/builds/2190
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-rhel8-z
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
419 tests OK.
10 slowest tests:
- test_concurrent_futures: 2 min 30 sec
- test_multiprocessing_spawn: 2 min 6 sec
- test_tools: 2 min 5 sec
- test_multiprocessing_forkserver: 1 min 10 sec
- test_multiprocessing_fork: 1 min 10 sec
- test_asyncio: 58.5 sec
- test_signal: 48.2 sec
- test_subprocess: 47.7 sec
- test_socket: 43.0 sec
- test_imaplib: 34.5 sec
2 tests failed: test_enum test_tools
15 tests skipped: test_devpoll test_gdb test_ioctl test_kqueue test_launcher test_msilib test_nis test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
2 re-run tests: test_enum test_tools
Total duration: 5 min 55 sec
Captured traceback
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_ead5c7b2'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/test/test_tools/test_freeze.py", line 28, in test_freeze_simple_script executable = helper.freeze(python, scriptfile, outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Tools/freeze/test/freeze.py", line 176, in freeze _run_quiet([python, '-E', FREEZE, '-o', outdir, scriptfile], outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Tools/freeze/test/freeze.py", line 25, in _run_quiet return subprocess.run( ^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/subprocess.py", line 558, in run raise CalledProcessError(retcode, process.args, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ subprocess.CalledProcessError: Command '['/tmp/tmp7w9287hy/python-installation/bin/python3', '-E', '/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Tools/freeze/freeze.py', '-o', '/tmp/tmp7w9287hy', '/tmp/tmp7w9287hy/app.py']' returned non-zero exit status 1.
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_0e9e8167'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_27cb3543'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/test/test_tools/test_freeze.py", line 28, in test_freeze_simple_script executable = helper.freeze(python, scriptfile, outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Tools/freeze/test/freeze.py", line 176, in freeze _run_quiet([python, '-E', FREEZE, '-o', outdir, scriptfile], outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Tools/freeze/test/freeze.py", line 25, in _run_quiet return subprocess.run( ^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/subprocess.py", line 558, in run raise CalledProcessError(retcode, process.args, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ subprocess.CalledProcessError: Command '['/tmp/tmpu3c1my9a/python-installation/bin/python3', '-E', '/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Tools/freeze/freeze.py', '-o', '/tmp/tmpu3c1my9a', '/tmp/tmpu3c1my9a/app.py']' returned non-zero exit status 1.
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Test report
Failed tests:
- test_enum
- test_tools
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_freeze_simple_script - test.test_tools.test_freeze.TestFreeze.test_freeze_simple_script
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 Fedora Rawhide Clang Installed 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/536/builds/2088
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-x86_64
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed './target/bin/python3.11 -m ...' (failure) test (failure)
Summary of the results of the build (if available):
Captured traceback
remote: Enumerating objects: 48, done.
remote: Counting objects: 2% (1/44)
remote: Counting objects: 4% (2/44)
remote: Counting objects: 6% (3/44)
remote: Counting objects: 9% (4/44)
remote: Counting objects: 11% (5/44)
remote: Counting objects: 13% (6/44)
remote: Counting objects: 15% (7/44)
remote: Counting objects: 18% (8/44)
remote: Counting objects: 20% (9/44)
remote: Counting objects: 22% (10/44)
remote: Counting objects: 25% (11/44)
remote: Counting objects: 27% (12/44)
remote: Counting objects: 29% (13/44)
remote: Counting objects: 31% (14/44)
remote: Counting objects: 34% (15/44)
remote: Counting objects: 36% (16/44)
remote: Counting objects: 38% (17/44)
remote: Counting objects: 40% (18/44)
remote: Counting objects: 43% (19/44)
remote: Counting objects: 45% (20/44)
remote: Counting objects: 47% (21/44)
remote: Counting objects: 50% (22/44)
remote: Counting objects: 52% (23/44)
remote: Counting objects: 54% (24/44)
remote: Counting objects: 56% (25/44)
remote: Counting objects: 59% (26/44)
remote: Counting objects: 61% (27/44)
remote: Counting objects: 63% (28/44)
remote: Counting objects: 65% (29/44)
remote: Counting objects: 68% (30/44)
remote: Counting objects: 70% (31/44)
remote: Counting objects: 72% (32/44)
remote: Counting objects: 75% (33/44)
remote: Counting objects: 77% (34/44)
remote: Counting objects: 79% (35/44)
remote: Counting objects: 81% (36/44)
remote: Counting objects: 84% (37/44)
remote: Counting objects: 86% (38/44)
remote: Counting objects: 88% (39/44)
remote: Counting objects: 90% (40/44)
remote: Counting objects: 93% (41/44)
remote: Counting objects: 95% (42/44)
remote: Counting objects: 97% (43/44)
remote: Counting objects: 100% (44/44)
remote: Counting objects: 100% (44/44), done.
remote: Compressing objects: 4% (1/22)
remote: Compressing objects: 9% (2/22)
remote: Compressing objects: 13% (3/22)
remote: Compressing objects: 18% (4/22)
remote: Compressing objects: 22% (5/22)
remote: Compressing objects: 27% (6/22)
remote: Compressing objects: 31% (7/22)
remote: Compressing objects: 36% (8/22)
remote: Compressing objects: 40% (9/22)
remote: Compressing objects: 45% (10/22)
remote: Compressing objects: 50% (11/22)
remote: Compressing objects: 54% (12/22)
remote: Compressing objects: 59% (13/22)
remote: Compressing objects: 63% (14/22)
remote: Compressing objects: 68% (15/22)
remote: Compressing objects: 72% (16/22)
remote: Compressing objects: 77% (17/22)
remote: Compressing objects: 81% (18/22)
remote: Compressing objects: 86% (19/22)
remote: Compressing objects: 90% (20/22)
remote: Compressing objects: 95% (21/22)
remote: Compressing objects: 100% (22/22)
remote: Compressing objects: 100% (22/22), done.
remote: Total 48 (delta 22), reused 43 (delta 22), pack-reused 4
From https://github.com/python/cpython
- branch main -> FETCH_HEAD
- [new tag] v3.11.0b1 -> v3.11.0b1 Note: switching to '75de8e69b4351e1b80c7ce1c20d804b7199dab0b'.
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 75de8e69b4 Merge remote-tracking branch 'upstream/main' Switched to and reset branch 'main'
Python/pytime.c:297:10: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] if (!_Py_InIntegralTypeRange(time_t, intpart)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/internal/pycore_pymath.h:76:45: note: expanded from macro '_Py_InIntegralTypeRange' (_Py_IntegralTypeMin(type) <= v && v <= _Py_IntegralTypeMax(type)) ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/internal/pycore_pymath.h:65:94: note: expanded from macro '_Py_IntegralTypeMax' ((_Py_IntegralTypeSigned(type)) ? (((((type)1 << (sizeof(type)*CHAR_BIT - 2)) - 1) << 1) + 1) : ~(type)0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ Python/pytime.c:352:14: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] if (!_Py_InIntegralTypeRange(time_t, intpart)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/internal/pycore_pymath.h:76:45: note: expanded from macro '_Py_InIntegralTypeRange' (_Py_IntegralTypeMin(type) <= v && v <= _Py_IntegralTypeMax(type)) ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/internal/pycore_pymath.h:65:94: note: expanded from macro '_Py_IntegralTypeMax' ((_Py_IntegralTypeSigned(type)) ? (((((type)1 << (sizeof(type)*CHAR_BIT - 2)) - 1) << 1) + 1) : ~(type)0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ Python/pytime.c:510:10: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] if (!_Py_InIntegralTypeRange(_PyTime_t, d)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/internal/pycore_pymath.h:76:45: note: expanded from macro '_Py_InIntegralTypeRange' (_Py_IntegralTypeMin(type) <= v && v <= _Py_IntegralTypeMax(type)) ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/internal/pycore_pymath.h:65:94: note: expanded from macro '_Py_IntegralTypeMax' ((_Py_IntegralTypeSigned(type)) ? (((((type)1 << (sizeof(type)*CHAR_BIT - 2)) - 1) << 1) + 1) : ~(type)0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ Python/specialize.c:1909:13: warning: code will never be executed [-Wunreachable-code] if (next_opcode == EXTENDED_ARG) { ^~~~~~~~~~~ 3 warnings generated. 1 warning generated. ./Modules/timemodule.c:151:13: warning: code will never be executed [-Wunreachable-code] PyErr_SetString(PyExc_OverflowError, ^~~~~~~~~~~~~~~ 1 warning generated. ./Modules/expat/xmlparse.c:3107:9: warning: code will never be executed [-Wunreachable-code] parser->m_characterDataHandler(parser->m_handlerArg, parser->m_dataBuf, ^~~~~~ ./Modules/expat/xmlparse.c:3106:16: note: silence by adding parentheses to mark code as explicitly dead else if (0 && parser->m_characterDataHandler) ^ /* DISABLES CODE */ ( ) ./Modules/expat/xmlparse.c:4050:9: warning: code will never be executed [-Wunreachable-code] parser->m_characterDataHandler(parser->m_handlerArg, parser->m_dataBuf, ^~~~~~ ./Modules/expat/xmlparse.c:4049:16: note: silence by adding parentheses to mark code as explicitly dead else if (0 && parser->m_characterDataHandler) ^ /* DISABLES CODE */ ( ) 2 warnings generated. renaming build/scripts-3.12/pydoc3 to build/scripts-3.12/pydoc3.12 renaming build/scripts-3.12/idle3 to build/scripts-3.12/idle3.12 renaming build/scripts-3.12/2to3 to build/scripts-3.12/2to3-3.12
renaming build/scripts-3.12/pydoc3 to build/scripts-3.12/pydoc3.12 renaming build/scripts-3.12/idle3 to build/scripts-3.12/idle3.12 renaming build/scripts-3.12/2to3 to build/scripts-3.12/2to3-3.12 renaming build/scripts-3.12/pydoc3 to build/scripts-3.12/pydoc3.12 renaming build/scripts-3.12/idle3 to build/scripts-3.12/idle3.12 renaming build/scripts-3.12/2to3 to build/scripts-3.12/2to3-3.12 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_blake2.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/grp.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/readline.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/select.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_dbm.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/binascii.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_multibytecodec.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/nis.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_statistics.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_posixshmem.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_opcode.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_crypt.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_gdbm.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_pickle.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_hashlib.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_codecs_kr.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_codecs_tw.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_zoneinfo.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_sha256.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_csv.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/math.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_datetime.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_typing.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_bisect.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_struct.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_sha3.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/termios.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_sqlite3.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_decimal.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/cmath.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_contextvars.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_md5.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_curses_panel.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_lzma.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_testbuffer.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_ctypes_test.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/__pycache__/_sysconfigdata__linux_x86_64-linux-gnu.cpython-312.pyc to 644 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_asyncio.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_queue.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_xxtestfuzz.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/array.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_curses.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/ossaudiodev.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/spwd.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_multiprocessing.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/mmap.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_json.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_sysconfigdata__linux_x86_64-linux-gnu.py to 644 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_socket.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/xxlimited_35.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_codecs_cn.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_ctypes.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_testimportmultiple.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_posixsubprocess.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/unicodedata.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/xxlimited.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/fcntl.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_codecs_iso2022.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_bz2.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_codecs_jp.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_uuid.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_lsprof.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_xxsubinterpreters.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_tkinter.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_testmultiphase.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_testinternalcapi.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_random.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/zlib.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/syslog.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_heapq.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/pyexpat.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/audioop.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_ssl.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_codecs_hk.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_elementtree.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_sha1.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_testcapi.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_sha512.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/resource.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/ to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/__pycache__ to 755 WARNING: The scripts pip3 and pip3.12 are installed in '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Could not find platform independent libraries <prefix> Could not find platform dependent libraries <exec_prefix> Python path configuration: PYTHONHOME = (not set) PYTHONPATH = (not set) program name = './target/bin/python3.11' isolated = 0 environment = 1 user site = 1 safe_path = 0 import site = 1 is in build tree = 0 stdlib dir = '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.12' sys._base_executable = '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/bin/python3.11' sys.base_prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target' sys.base_exec_prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target' sys.platlibdir = 'lib' sys.executable = '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/bin/python3.11' sys.prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target' sys.exec_prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target' sys.path = [ '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python312.zip', '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.12', '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.12/lib-dynload', ] Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding Python runtime state: core initialized ModuleNotFoundError: No module named 'encodings'
Current thread 0x00007ff327039740 (most recent call first): <no Python frame>
Could not find platform independent libraries <prefix> Could not find platform dependent libraries <exec_prefix> Python path configuration: PYTHONHOME = (not set) PYTHONPATH = (not set) program name = './target/bin/python3.11' isolated = 0 environment = 0 user site = 1 safe_path = 0 import site = 1 is in build tree = 0 stdlib dir = '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.12' sys._base_executable = '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/bin/python3.11' sys.base_prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target' sys.base_exec_prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target' sys.platlibdir = 'lib' sys.executable = '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/bin/python3.11' sys.prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target' sys.exec_prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target' sys.path = [ '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python312.zip', '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.12', '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang-installed/build/target/lib/python3.12/lib-dynload', ] Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding Python runtime state: core initialized ModuleNotFoundError: No module named 'encodings'
Current thread 0x00007f10b24e1740 (most recent call first): <no Python frame>
Test report
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder aarch64 Fedora Rawhide LTO 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/307/builds/1783
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-aarch64
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
422 tests OK.
10 slowest tests:
- test_gdb: 3 min 56 sec
- test_concurrent_futures: 2 min 45 sec
- test_multiprocessing_spawn: 2 min 39 sec
- test_asyncio: 1 min 43 sec
- test_multiprocessing_forkserver: 1 min 36 sec
- test_multiprocessing_fork: 1 min 25 sec
- test_nntplib: 1 min 6 sec
- test_largefile: 1 min 4 sec
- test_signal: 50.9 sec
- test_io: 48.0 sec
1 test failed: test_enum
13 tests skipped: test_devpoll test_ioctl test_kqueue test_launcher test_msilib test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_enum
Total duration: 3 min 56 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_dcfe7d1b'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_9c7010c1'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.lto/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_bb226a36'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.lto/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Test report
Failed tests:
- test_enum
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder PPC64LE RHEL8 LTO 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/361/builds/1895
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-RHEL8-ppc64le
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
422 tests OK.
10 slowest tests:
- test_gdb: 3 min 37 sec
- test_concurrent_futures: 2 min 48 sec
- test_multiprocessing_spawn: 1 min 50 sec
- test_multiprocessing_forkserver: 1 min 15 sec
- test_asyncio: 1 min 13 sec
- test_multiprocessing_fork: 1 min 10 sec
- test_tokenize: 1 min 6 sec
- test_signal: 48.6 sec
- test_lib2to3: 39.7 sec
- test_io: 39.3 sec
1 test failed: test_enum
13 tests skipped: test_devpoll test_ioctl test_kqueue test_launcher test_msilib test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_enum
Total duration: 3 min 56 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_8a148ff4'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_2229a048'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_2d1414cb'
Test report
Failed tests:
- test_enum
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 Arch Linux TraceRefs 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/484/builds/1457
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: pablogsal-arch-x86_64
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
421 tests OK.
10 slowest tests:
- test_concurrent_futures: 2 min 26 sec
- test_multiprocessing_spawn: 1 min 49 sec
- test_subprocess: 1 min 29 sec
- test_asyncio: 1 min 15 sec
- test_multiprocessing_forkserver: 1 min 13 sec
- test_multiprocessing_fork: 1 min 4 sec
- test_tokenize: 55.1 sec
- test_signal: 47.7 sec
- test_capi: 44.9 sec
- test_io: 40.7 sec
1 test failed: test_enum
14 tests skipped: test_devpoll test_ioctl test_kqueue test_launcher test_msilib test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_xxlimited test_zipfile64
1 re-run test: test_enum
Total duration: 13 min 44 sec
Captured traceback
Traceback (most recent call last): File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_a10a422a'
Traceback (most recent call last): File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_f4933175'
Traceback (most recent call last): File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_66f6e019'
Traceback (most recent call last): File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Test report
Failed tests:
- test_enum
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 Fedora Rawhide Clang 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/188/builds/2179
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-x86_64
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
422 tests OK.
10 slowest tests:
- test_concurrent_futures: 2 min 35 sec
- test_multiprocessing_spawn: 2 min 7 sec
- test_asyncio: 1 min 36 sec
- test_multiprocessing_forkserver: 1 min 25 sec
- test_multiprocessing_fork: 1 min 20 sec
- test_capi: 1 min 16 sec
- test_gdb: 1 min 13 sec
- test_zipfile: 1 min 6 sec
- test_signal: 48.7 sec
- test_tokenize: 45.8 sec
1 test failed: test_enum
13 tests skipped: test_devpoll test_ioctl test_kqueue test_launcher test_msilib test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_enum
Total duration: 4 min 25 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_59d0fc8c'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_46ca71b9'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_e8628d66'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.clang/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Test report
Failed tests:
- test_enum
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder PPC64LE Fedora Rawhide LTO 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/448/builds/1965
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-ppc64le
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
422 tests OK.
10 slowest tests:
- test_gdb: 3 min
- test_concurrent_futures: 2 min 30 sec
- test_multiprocessing_spawn: 1 min 53 sec
- test_asyncio: 1 min 20 sec
- test_multiprocessing_forkserver: 1 min 18 sec
- test_multiprocessing_fork: 1 min 12 sec
- test_tokenize: 1 min 3 sec
- test_signal: 48.3 sec
- test_io: 40.0 sec
- test_socket: 39.5 sec
1 test failed: test_enum
13 tests skipped: test_devpoll test_ioctl test_kqueue test_launcher test_msilib test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_enum
Total duration: 3 min 49 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_3673e6fb'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_f5f46457'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_58f8d275'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Test report
Failed tests:
- test_enum
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 CentOS9 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/838/builds/743
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-CentOS9-x86_64
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
421 tests OK.
10 slowest tests:
- test_gdb: 3 min 14 sec
- test_concurrent_futures: 2 min 49 sec
- test_multiprocessing_spawn: 2 min 9 sec
- test_asyncio: 1 min 40 sec
- test_capi: 1 min 28 sec
- test_multiprocessing_forkserver: 1 min 20 sec
- test_multiprocessing_fork: 1 min 12 sec
- test_tokenize: 58.6 sec
- test_signal: 48.9 sec
- test_unparse: 47.9 sec
1 test failed: test_enum
14 tests skipped: test_devpoll test_ioctl test_kqueue test_launcher test_msilib test_nis test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_enum
Total duration: 6 min 31 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_01db44aa'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_85f7f110'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-x86_64/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Test report
Failed tests:
- test_enum
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder aarch64 Fedora Stable LTO 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/336/builds/1789
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-aarch64
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
422 tests OK.
10 slowest tests:
- test_gdb: 2 min 38 sec
- test_concurrent_futures: 2 min 35 sec
- test_asyncio: 2 min 20 sec
- test_multiprocessing_spawn: 2 min 1 sec
- test_multiprocessing_forkserver: 1 min 23 sec
- test_multiprocessing_fork: 1 min 16 sec
- test_nntplib: 1 min 6 sec
- test_signal: 47.5 sec
- test_io: 44.7 sec
- test_socket: 38.6 sec
1 test failed: test_enum
13 tests skipped: test_devpoll test_ioctl test_kqueue test_launcher test_msilib test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_enum
Total duration: 2 min 39 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_c2c0b962'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_87ad48a9'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_3b65974d'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Test report
Failed tests:
- test_enum
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder PPC64LE Fedora Stable LTO 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/541/builds/1467
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-ppc64le
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
422 tests OK.
10 slowest tests:
- test_gdb: 3 min 3 sec
- test_concurrent_futures: 2 min 31 sec
- test_multiprocessing_spawn: 1 min 50 sec
- test_multiprocessing_forkserver: 1 min 26 sec
- test_asyncio: 1 min 21 sec
- test_tokenize: 1 min 7 sec
- test_multiprocessing_fork: 1 min 3 sec
- test_nntplib: 1 min 2 sec
- test_signal: 47.8 sec
- test_lib2to3: 43.0 sec
1 test failed: test_enum
13 tests skipped: test_devpoll test_ioctl test_kqueue test_launcher test_msilib test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_enum
Total duration: 3 min 42 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_bbc468bb'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_910c817f'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_2006ee81'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Test report
Failed tests:
- test_enum
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 Fedora Rawhide 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/285/builds/2165
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-x86_64
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
422 tests OK.
10 slowest tests:
- test_gdb: 3 min 53 sec
- test_concurrent_futures: 2 min 53 sec
- test_multiprocessing_spawn: 2 min 40 sec
- test_asyncio: 1 min 48 sec
- test_multiprocessing_forkserver: 1 min 43 sec
- test_capi: 1 min 23 sec
- test_multiprocessing_fork: 1 min 20 sec
- test_tokenize: 1 min 7 sec
- test_zipfile: 56.2 sec
- test_signal: 49.1 sec
1 test failed: test_enum
13 tests skipped: test_devpoll test_ioctl test_kqueue test_launcher test_msilib test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_enum
Total duration: 6 min 5 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_2df656b6'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_a96d7016'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_1b27850f'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Test report
Failed tests:
- test_enum
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder PPC64LE RHEL7 LTO 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/503/builds/1824
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-RHEL7-ppc64le
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
415 tests OK.
10 slowest tests:
- test_concurrent_futures: 2 min 25 sec
- test_multiprocessing_spawn: 2 min 24 sec
- test_multiprocessing_fork: 1 min 40 sec
- test_multiprocessing_forkserver: 1 min 21 sec
- test_tokenize: 1 min 13 sec
- test_asyncio: 1 min 12 sec
- test_signal: 50.2 sec
- test_lib2to3: 45.9 sec
- test_io: 41.6 sec
- test_unparse: 39.5 sec
1 test failed: test_enum
20 tests skipped: test_devpoll test_gdb test_idle test_ioctl test_kqueue test_launcher test_msilib test_smtpnet test_ssl test_startfile test_tcl test_tix test_tk test_ttk_guionly test_ttk_textonly test_turtle test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_enum
Total duration: 3 min 34 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_57a4b38c'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_3ea79e1c'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_74bc1ac1'
Test report
Failed tests:
- test_enum
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder s390x Fedora LTO 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/55/builds/1805
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-z
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
419 tests OK.
10 slowest tests:
- test_tools: 2 min 41 sec
- test_concurrent_futures: 2 min 15 sec
- test_gdb: 2 min 8 sec
- test_multiprocessing_spawn: 1 min 22 sec
- test_multiprocessing_forkserver: 1 min 16 sec
- test_multiprocessing_fork: 1 min 11 sec
- test_nntplib: 1 min 5 sec
- test_asyncio: 1 min 2 sec
- test_signal: 47.2 sec
- test_socket: 37.6 sec
2 tests failed: test_enum test_tools
15 tests skipped: test_devpoll test_ioctl test_kqueue test_launcher test_msilib test_nis test_readline test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
2 re-run tests: test_enum test_tools
Total duration: 7 min 1 sec
Captured traceback
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_951565e5'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_80ef002f'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto/build/Lib/test/test_tools/test_freeze.py", line 28, in test_freeze_simple_script executable = helper.freeze(python, scriptfile, outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto/build/Tools/freeze/test/freeze.py", line 176, in freeze _run_quiet([python, '-E', FREEZE, '-o', outdir, scriptfile], outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto/build/Tools/freeze/test/freeze.py", line 25, in _run_quiet return subprocess.run( ^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto/build/Lib/subprocess.py", line 558, in run raise CalledProcessError(retcode, process.args, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ subprocess.CalledProcessError: Command '['/tmp/tmpz2lphdo8/python-installation/bin/python3', '-E', '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto/build/Tools/freeze/freeze.py', '-o', '/tmp/tmpz2lphdo8', '/tmp/tmpz2lphdo8/app.py']' returned non-zero exit status 1.
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_ce9d9085'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto/build/Lib/test/test_tools/test_freeze.py", line 28, in test_freeze_simple_script executable = helper.freeze(python, scriptfile, outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto/build/Tools/freeze/test/freeze.py", line 176, in freeze _run_quiet([python, '-E', FREEZE, '-o', outdir, scriptfile], outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto/build/Tools/freeze/test/freeze.py", line 25, in _run_quiet return subprocess.run( ^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto/build/Lib/subprocess.py", line 558, in run raise CalledProcessError(retcode, process.args, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ subprocess.CalledProcessError: Command '['/tmp/tmprlistcrx/python-installation/bin/python3', '-E', '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto/build/Tools/freeze/freeze.py', '-o', '/tmp/tmprlistcrx', '/tmp/tmprlistcrx/app.py']' returned non-zero exit status 1.
Test report
Failed tests:
- test_enum
- test_tools
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_freeze_simple_script - test.test_tools.test_freeze.TestFreeze.test_freeze_simple_script
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder PPC64LE RHEL8 LTO + PGO 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/458/builds/1889
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-RHEL8-ppc64le
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
421 tests OK.
10 slowest tests:
- test_concurrent_futures: 2 min 37 sec
- test_multiprocessing_spawn: 1 min 41 sec
- test_multiprocessing_forkserver: 1 min 15 sec
- test_asyncio: 1 min 8 sec
- test_tokenize: 1 min 8 sec
- test_multiprocessing_fork: 1 min 7 sec
- test_signal: 48.1 sec
- test_io: 39.7 sec
- test_imaplib: 32.4 sec
- test_lib2to3: 31.4 sec
1 test failed: test_enum
14 tests skipped: test_devpoll test_gdb test_ioctl test_kqueue test_launcher test_msilib test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_enum
Total duration: 3 min 33 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_7f65de87'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_50006bdb'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_d81e1377'
Test report
Failed tests:
- test_enum
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder PPC64LE Fedora Rawhide LTO + PGO 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/494/builds/1972
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-ppc64le
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
421 tests OK.
10 slowest tests:
- test_concurrent_futures: 2 min 24 sec
- test_multiprocessing_spawn: 1 min 54 sec
- test_multiprocessing_forkserver: 1 min 23 sec
- test_asyncio: 1 min 18 sec
- test_multiprocessing_fork: 1 min 12 sec
- test_tokenize: 59.0 sec
- test_signal: 49.0 sec
- test_socket: 39.4 sec
- test_io: 37.1 sec
- test_lib2to3: 31.9 sec
1 test failed: test_enum
14 tests skipped: test_devpoll test_gdb test_ioctl test_kqueue test_launcher test_msilib test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_enum
Total duration: 4 min 38 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_1ee784ac'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto-pgo/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_ec4e93bd'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto-pgo/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_23e4b594'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Test report
Failed tests:
- test_enum
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder aarch64 Fedora Rawhide Clang Installed 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/374/builds/1886
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-aarch64
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed './target/bin/python3.11 -m ...' (failure) test (failure)
Summary of the results of the build (if available):
Captured traceback
remote: Enumerating objects: 48, done.
remote: Counting objects: 2% (1/44)
remote: Counting objects: 4% (2/44)
remote: Counting objects: 6% (3/44)
remote: Counting objects: 9% (4/44)
remote: Counting objects: 11% (5/44)
remote: Counting objects: 13% (6/44)
remote: Counting objects: 15% (7/44)
remote: Counting objects: 18% (8/44)
remote: Counting objects: 20% (9/44)
remote: Counting objects: 22% (10/44)
remote: Counting objects: 25% (11/44)
remote: Counting objects: 27% (12/44)
remote: Counting objects: 29% (13/44)
remote: Counting objects: 31% (14/44)
remote: Counting objects: 34% (15/44)
remote: Counting objects: 36% (16/44)
remote: Counting objects: 38% (17/44)
remote: Counting objects: 40% (18/44)
remote: Counting objects: 43% (19/44)
remote: Counting objects: 45% (20/44)
remote: Counting objects: 47% (21/44)
remote: Counting objects: 50% (22/44)
remote: Counting objects: 52% (23/44)
remote: Counting objects: 54% (24/44)
remote: Counting objects: 56% (25/44)
remote: Counting objects: 59% (26/44)
remote: Counting objects: 61% (27/44)
remote: Counting objects: 63% (28/44)
remote: Counting objects: 65% (29/44)
remote: Counting objects: 68% (30/44)
remote: Counting objects: 70% (31/44)
remote: Counting objects: 72% (32/44)
remote: Counting objects: 75% (33/44)
remote: Counting objects: 77% (34/44)
remote: Counting objects: 79% (35/44)
remote: Counting objects: 81% (36/44)
remote: Counting objects: 84% (37/44)
remote: Counting objects: 86% (38/44)
remote: Counting objects: 88% (39/44)
remote: Counting objects: 90% (40/44)
remote: Counting objects: 93% (41/44)
remote: Counting objects: 95% (42/44)
remote: Counting objects: 97% (43/44)
remote: Counting objects: 100% (44/44)
remote: Counting objects: 100% (44/44), done.
remote: Compressing objects: 4% (1/22)
remote: Compressing objects: 9% (2/22)
remote: Compressing objects: 13% (3/22)
remote: Compressing objects: 18% (4/22)
remote: Compressing objects: 22% (5/22)
remote: Compressing objects: 27% (6/22)
remote: Compressing objects: 31% (7/22)
remote: Compressing objects: 36% (8/22)
remote: Compressing objects: 40% (9/22)
remote: Compressing objects: 45% (10/22)
remote: Compressing objects: 50% (11/22)
remote: Compressing objects: 54% (12/22)
remote: Compressing objects: 59% (13/22)
remote: Compressing objects: 63% (14/22)
remote: Compressing objects: 68% (15/22)
remote: Compressing objects: 72% (16/22)
remote: Compressing objects: 77% (17/22)
remote: Compressing objects: 81% (18/22)
remote: Compressing objects: 86% (19/22)
remote: Compressing objects: 90% (20/22)
remote: Compressing objects: 95% (21/22)
remote: Compressing objects: 100% (22/22)
remote: Compressing objects: 100% (22/22), done.
remote: Total 48 (delta 22), reused 43 (delta 22), pack-reused 4
From https://github.com/python/cpython
- branch main -> FETCH_HEAD
- [new tag] v3.11.0b1 -> v3.11.0b1 Note: switching to '75de8e69b4351e1b80c7ce1c20d804b7199dab0b'.
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 75de8e69b4 Merge remote-tracking branch 'upstream/main' Switched to and reset branch 'main'
Python/pytime.c:297:10: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] if (!_Py_InIntegralTypeRange(time_t, intpart)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/internal/pycore_pymath.h:76:45: note: expanded from macro '_Py_InIntegralTypeRange' (_Py_IntegralTypeMin(type) <= v && v <= _Py_IntegralTypeMax(type)) ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/internal/pycore_pymath.h:65:94: note: expanded from macro '_Py_IntegralTypeMax' ((_Py_IntegralTypeSigned(type)) ? (((((type)1 << (sizeof(type)*CHAR_BIT - 2)) - 1) << 1) + 1) : ~(type)0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ Python/pytime.c:352:14: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] if (!_Py_InIntegralTypeRange(time_t, intpart)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/internal/pycore_pymath.h:76:45: note: expanded from macro '_Py_InIntegralTypeRange' (_Py_IntegralTypeMin(type) <= v && v <= _Py_IntegralTypeMax(type)) ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/internal/pycore_pymath.h:65:94: note: expanded from macro '_Py_IntegralTypeMax' ((_Py_IntegralTypeSigned(type)) ? (((((type)1 << (sizeof(type)*CHAR_BIT - 2)) - 1) << 1) + 1) : ~(type)0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ Python/pytime.c:510:10: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] if (!_Py_InIntegralTypeRange(_PyTime_t, d)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/internal/pycore_pymath.h:76:45: note: expanded from macro '_Py_InIntegralTypeRange' (_Py_IntegralTypeMin(type) <= v && v <= _Py_IntegralTypeMax(type)) ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/internal/pycore_pymath.h:65:94: note: expanded from macro '_Py_IntegralTypeMax' ((_Py_IntegralTypeSigned(type)) ? (((((type)1 << (sizeof(type)*CHAR_BIT - 2)) - 1) << 1) + 1) : ~(type)0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ Python/specialize.c:1909:13: warning: code will never be executed [-Wunreachable-code] if (next_opcode == EXTENDED_ARG) { ^~~~~~~~~~~ 3 warnings generated. 1 warning generated. ./Modules/timemodule.c:151:13: warning: code will never be executed [-Wunreachable-code] PyErr_SetString(PyExc_OverflowError, ^~~~~~~~~~~~~~~ ./Modules/expat/xmlparse.c:3107:9: warning: code will never be executed [-Wunreachable-code] parser->m_characterDataHandler(parser->m_handlerArg, parser->m_dataBuf, ^~~~~~ ./Modules/expat/xmlparse.c:3106:16: note: silence by adding parentheses to mark code as explicitly dead else if (0 && parser->m_characterDataHandler) ^ /* DISABLES CODE */ ( ) ./Modules/expat/xmlparse.c:4050:9: warning: code will never be executed [-Wunreachable-code] parser->m_characterDataHandler(parser->m_handlerArg, parser->m_dataBuf, ^~~~~~ ./Modules/expat/xmlparse.c:4049:16: note: silence by adding parentheses to mark code as explicitly dead else if (0 && parser->m_characterDataHandler) ^ /* DISABLES CODE */ ( ) 1 warning generated. 2 warnings generated. renaming build/scripts-3.12/pydoc3 to build/scripts-3.12/pydoc3.12 renaming build/scripts-3.12/idle3 to build/scripts-3.12/idle3.12 renaming build/scripts-3.12/2to3 to build/scripts-3.12/2to3-3.12
renaming build/scripts-3.12/pydoc3 to build/scripts-3.12/pydoc3.12 renaming build/scripts-3.12/idle3 to build/scripts-3.12/idle3.12 renaming build/scripts-3.12/2to3 to build/scripts-3.12/2to3-3.12 renaming build/scripts-3.12/pydoc3 to build/scripts-3.12/pydoc3.12 renaming build/scripts-3.12/idle3 to build/scripts-3.12/idle3.12 renaming build/scripts-3.12/2to3 to build/scripts-3.12/2to3-3.12 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_sysconfigdata__linux_aarch64-linux-gnu.py to 644 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/__pycache__/_sysconfigdata__linux_aarch64-linux-gnu.cpython-312.pyc to 644 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_heapq.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/fcntl.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_typing.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_random.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/mmap.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/spwd.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_testmultiphase.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/readline.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_crypt.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_contextvars.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_testimportmultiple.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/syslog.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_bisect.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_opcode.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/cmath.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_statistics.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/array.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_queue.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_testinternalcapi.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_testbuffer.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_asyncio.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_curses_panel.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_posixsubprocess.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/grp.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_socket.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_sha1.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_xxtestfuzz.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/select.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_lsprof.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_sha256.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_dbm.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_gdbm.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/termios.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/resource.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_hashlib.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_datetime.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_csv.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_md5.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_curses.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_bz2.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/unicodedata.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_lzma.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_codecs_kr.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_codecs_cn.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_xxsubinterpreters.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_posixshmem.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/binascii.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_struct.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_sha3.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_uuid.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_ctypes_test.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_codecs_iso2022.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/nis.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/zlib.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_codecs_hk.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/xxlimited.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_ssl.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_zoneinfo.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_codecs_tw.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_json.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_sha512.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/math.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/ossaudiodev.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_multibytecodec.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/xxlimited_35.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/audioop.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_multiprocessing.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_pickle.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_testcapi.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_tkinter.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_codecs_jp.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/pyexpat.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_blake2.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_elementtree.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_ctypes.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_sqlite3.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_decimal.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/ to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/__pycache__ to 755 WARNING: The scripts pip3 and pip3.12 are installed in '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Could not find platform independent libraries <prefix> Could not find platform dependent libraries <exec_prefix> Python path configuration: PYTHONHOME = (not set) PYTHONPATH = (not set) program name = './target/bin/python3.11' isolated = 0 environment = 1 user site = 1 safe_path = 0 import site = 1 is in build tree = 0 stdlib dir = '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.12' sys._base_executable = '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/bin/python3.11' sys.base_prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target' sys.base_exec_prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target' sys.platlibdir = 'lib' sys.executable = '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/bin/python3.11' sys.prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target' sys.exec_prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target' sys.path = [ '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python312.zip', '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.12', '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.12/lib-dynload', ] Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding Python runtime state: core initialized ModuleNotFoundError: No module named 'encodings'
Current thread 0x0000ffff9cb11020 (most recent call first): <no Python frame>
Could not find platform independent libraries <prefix> Could not find platform dependent libraries <exec_prefix> Python path configuration: PYTHONHOME = (not set) PYTHONPATH = (not set) program name = './target/bin/python3.11' isolated = 0 environment = 0 user site = 1 safe_path = 0 import site = 1 is in build tree = 0 stdlib dir = '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.12' sys._base_executable = '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/bin/python3.11' sys.base_prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target' sys.base_exec_prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target' sys.platlibdir = 'lib' sys.executable = '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/bin/python3.11' sys.prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target' sys.exec_prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target' sys.path = [ '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python312.zip', '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.12', '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang-installed/build/target/lib/python3.12/lib-dynload', ] Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding Python runtime state: core initialized ModuleNotFoundError: No module named 'encodings'
Current thread 0x0000ffffbefd2020 (most recent call first): <no Python frame>
Test report
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder s390x RHEL8 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/509/builds/2163
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-rhel8-z
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
420 tests OK.
10 slowest tests:
- test_concurrent_futures: 2 min 42 sec
- test_tools: 2 min 29 sec
- test_multiprocessing_fork: 2 min 9 sec
- test_multiprocessing_forkserver: 2 min 8 sec
- test_multiprocessing_spawn: 2 min 3 sec
- test_gdb: 1 min 28 sec
- test_tokenize: 1 min 18 sec
- test_asyncio: 1 min 12 sec
- test_capi: 58.1 sec
- test_signal: 50.2 sec
2 tests failed: test_enum test_tools
14 tests skipped: test_devpoll test_ioctl test_kqueue test_launcher test_msilib test_nis test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
2 re-run tests: test_enum test_tools
Total duration: 7 min 48 sec
Captured traceback
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_6fd20430'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_1ad07b4f'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/test/test_tools/test_freeze.py", line 28, in test_freeze_simple_script executable = helper.freeze(python, scriptfile, outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Tools/freeze/test/freeze.py", line 176, in freeze _run_quiet([python, '-E', FREEZE, '-o', outdir, scriptfile], outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Tools/freeze/test/freeze.py", line 25, in _run_quiet return subprocess.run( ^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/subprocess.py", line 558, in run raise CalledProcessError(retcode, process.args, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ subprocess.CalledProcessError: Command '['/tmp/tmp9ttgwdqn/python-installation/bin/python3', '-E', '/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Tools/freeze/freeze.py', '-o', '/tmp/tmp9ttgwdqn', '/tmp/tmp9ttgwdqn/app.py']' returned non-zero exit status 1.
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/test/test_tools/test_freeze.py", line 28, in test_freeze_simple_script executable = helper.freeze(python, scriptfile, outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Tools/freeze/test/freeze.py", line 176, in freeze _run_quiet([python, '-E', FREEZE, '-o', outdir, scriptfile], outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Tools/freeze/test/freeze.py", line 25, in _run_quiet return subprocess.run( ^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/subprocess.py", line 558, in run raise CalledProcessError(retcode, process.args, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ subprocess.CalledProcessError: Command '['/tmp/tmp2zbfgs0z/python-installation/bin/python3', '-E', '/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Tools/freeze/freeze.py', '-o', '/tmp/tmp2zbfgs0z', '/tmp/tmp2zbfgs0z/app.py']' returned non-zero exit status 1.
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_0f100715'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Test report
Failed tests:
- test_enum
- test_tools
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_freeze_simple_script - test.test_tools.test_freeze.TestFreeze.test_freeze_simple_script
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder PPC64LE CentOS9 LTO 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/868/builds/1125
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-CentOS9-ppc64le
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
421 tests OK.
10 slowest tests:
- test_gdb: 2 min 54 sec
- test_concurrent_futures: 2 min 22 sec
- test_multiprocessing_spawn: 2 min 1 sec
- test_asyncio: 1 min 23 sec
- test_multiprocessing_forkserver: 1 min 18 sec
- test_tokenize: 1 min 11 sec
- test_multiprocessing_fork: 1 min 10 sec
- test_signal: 48.1 sec
- test_io: 44.4 sec
- test_unparse: 40.8 sec
1 test failed: test_enum
14 tests skipped: test_devpoll test_ioctl test_kqueue test_launcher test_msilib test_nis test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_enum
Total duration: 4 min 22 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_56ce0bdd'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_f6f5cd64'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_af501d1a'
Test report
Failed tests:
- test_enum
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 RHEL8 LTO + PGO 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/568/builds/1891
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-RHEL8-x86_64
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
421 tests OK.
10 slowest tests:
- test_concurrent_futures: 2 min 26 sec
- test_compileall: 2 min 13 sec
- test_largefile: 2 min 9 sec
- test_zipfile: 1 min 39 sec
- test_multiprocessing_spawn: 1 min 38 sec
- test_multiprocessing_forkserver: 1 min 14 sec
- test_asyncio: 1 min 8 sec
- test_posix: 1 min 8 sec
- test_multiprocessing_fork: 1 min 7 sec
- test_mailbox: 1 min 6 sec
1 test failed: test_enum
14 tests skipped: test_devpoll test_gdb test_ioctl test_kqueue test_launcher test_msilib test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_enum
Total duration: 4 min 27 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_35c4ec35'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_a37af380'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_363a4140'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Test report
Failed tests:
- test_enum
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe 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/2330
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: koobs-freebsd-564d
Build Reason: <unknown> Blamelist: Alex Waygood <Alex.Waygood@Gmail.com>, Brandt Bucher <brandtbucher@gmail.com>, Christian Heimes <christian@python.org>, Erlend Egeberg Aasland <erlend.aasland@innova.no>, Ethan Furman <ethan@stoneleaf.us>, Gregory P. Smith <greg@krypto.org>, Hugo van Kemenade <hugovk@users.noreply.github.com>, Inada Naoki <songofacandy@gmail.com>, Mariusz Felisiak <felisiak.mariusz@gmail.com>, Matt Wozniski <godlygeek@gmail.com>, Pablo Galindo <pablogsal@gmail.com>, Raymond Hettinger <rhettinger@users.noreply.github.com>, Serhiy Storchaka <storchaka@gmail.com>, Victor Stinner <vstinner@python.org>, gophra <105054704+gophra@users.noreply.github.com>, larryhastings <larry@hastings.org>, slateny <46876382+slateny@users.noreply.github.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
415 tests OK.
10 slowest tests:
- test_tokenize: 11 min 13 sec
- test_multiprocessing_spawn: 8 min 50 sec
- test_unparse: 7 min 7 sec
- test_lib2to3: 6 min 36 sec
- test_asyncio: 6 min 16 sec
- test_gdb: 6 min 5 sec
- test_unicodedata: 5 min 34 sec
- test_capi: 5 min
- test_subprocess: 4 min 19 sec
- test_multiprocessing_fork: 4 min 14 sec
1 test failed: test_enum
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
1 re-run test: test_enum
Total duration: 38 min 25 sec
Captured traceback
Traceback (most recent call last): File "/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Test report
Failed tests:
- test_enum
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 Arch Linux Asan Debug 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/585/builds/1450
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: pablogsal-arch-x86_64
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
410 tests OK.
10 slowest tests:
- test_subprocess: 3 min 13 sec
- test_tokenize: 2 min 27 sec
- test_unparse: 1 min 52 sec
- test_capi: 1 min 49 sec
- test_asyncio: 1 min 43 sec
- test_lib2to3: 1 min 32 sec
- test_unicodedata: 1 min 27 sec
- test_gdb: 1 min 19 sec
- test_logging: 1 min 14 sec
- test_signal: 1 min 12 sec
1 test failed: test_enum
25 tests skipped: test___all__ test_check_c_globals test_clinic test_concurrent_futures test_crypt test_devpoll test_distutils test_idle test_ioctl test_kqueue test_launcher test_msilib test_multiprocessing_fork test_multiprocessing_forkserver test_multiprocessing_spawn test_peg_generator test_startfile test_tix test_tk test_tools test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
2 re-run tests: test_enum test_logging
Total duration: 22 min 24 sec
Captured traceback
Traceback (most recent call last): File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64.asan_debug/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64.asan_debug/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64.asan_debug/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64.asan_debug/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64.asan_debug/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64.asan_debug/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64.asan_debug/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64.asan_debug/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64.asan_debug/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64.asan_debug/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64.asan_debug/build/Lib/test/test_logging.py", line 756, in test_post_fork_child_no_deadlock support.wait_process(pid, exitcode=0) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64.asan_debug/build/Lib/test/support/__init__.py", line 2091, in wait_process raise AssertionError(f"process {pid} is still running " ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: process 282063 is still running after 52.6 seconds
Traceback (most recent call last): File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64.asan_debug/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Test report
Failed tests:
- test_enum
- test_logging
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_post_fork_child_no_deadlock - test.test_logging.HandlerTest.test_post_fork_child_no_deadlock
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder aarch64 Fedora Stable LTO + PGO 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/524/builds/1923
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-aarch64
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
421 tests OK.
10 slowest tests:
- test_asyncio: 2 min 58 sec
- test_concurrent_futures: 2 min 35 sec
- test_multiprocessing_spawn: 2 min 7 sec
- test_multiprocessing_forkserver: 1 min 20 sec
- test_multiprocessing_fork: 1 min 12 sec
- test_nntplib: 1 min 6 sec
- test_signal: 47.7 sec
- test_io: 43.5 sec
- test_socket: 39.9 sec
- test_subprocess: 28.5 sec
1 test failed: test_enum
14 tests skipped: test_devpoll test_gdb test_ioctl test_kqueue test_launcher test_msilib test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_enum
Total duration: 3 min 8 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_9101eb9d'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_76c0a17a'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_a04e4c5c'
Test report
Failed tests:
- test_enum
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder aarch64 Fedora Rawhide 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/339/builds/1879
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-aarch64
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
422 tests OK.
10 slowest tests:
- test_gdb: 5 min 59 sec
- test_multiprocessing_spawn: 3 min 14 sec
- test_concurrent_futures: 3 min
- test_asyncio: 2 min 10 sec
- test_multiprocessing_forkserver: 1 min 48 sec
- test_multiprocessing_fork: 1 min 36 sec
- test_capi: 1 min 22 sec
- test_lib2to3: 1 min 21 sec
- test_zipfile: 1 min 18 sec
- test_tokenize: 1 min 14 sec
1 test failed: test_enum
13 tests skipped: test_devpoll test_ioctl test_kqueue test_launcher test_msilib test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_enum
Total duration: 6 min 4 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_34c2d8f3'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Test report
Failed tests:
- test_enum
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder PPC64LE Fedora Stable LTO + PGO 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/101/builds/1572
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-ppc64le
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
421 tests OK.
10 slowest tests:
- test_concurrent_futures: 2 min 24 sec
- test_multiprocessing_spawn: 1 min 32 sec
- test_multiprocessing_forkserver: 1 min 8 sec
- test_asyncio: 1 min 7 sec
- test_multiprocessing_fork: 1 min 2 sec
- test_nntplib: 1 min 2 sec
- test_tokenize: 54.7 sec
- test_signal: 47.9 sec
- test_io: 39.3 sec
- test_socket: 38.9 sec
1 test failed: test_enum
14 tests skipped: test_devpoll test_gdb test_ioctl test_kqueue test_launcher test_msilib test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_enum
Total duration: 3 min 16 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_8cb5fe09'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto-pgo/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_373069c9'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto-pgo/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_0f99b5ff'
Test report
Failed tests:
- test_enum
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder PPC64LE RHEL7 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/446/builds/1812
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-RHEL7-ppc64le
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
415 tests OK.
10 slowest tests:
- test_multiprocessing_spawn: 2 min 52 sec
- test_concurrent_futures: 2 min 52 sec
- test_tokenize: 2 min 29 sec
- test_multiprocessing_forkserver: 1 min 55 sec
- test_lib2to3: 1 min 32 sec
- test_unparse: 1 min 30 sec
- test_capi: 1 min 24 sec
- test_asyncio: 1 min 23 sec
- test_multiprocessing_fork: 1 min 21 sec
- test_unicodedata: 1 min 18 sec
1 test failed: test_enum
20 tests skipped: test_devpoll test_gdb test_idle test_ioctl test_kqueue test_launcher test_msilib test_smtpnet test_ssl test_startfile test_tcl test_tix test_tk test_ttk_guionly test_ttk_textonly test_turtle test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_enum
Total duration: 6 min 53 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Test report
Failed tests:
- test_enum
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder s390x Fedora LTO + PGO 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/545/builds/1974
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-z
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
418 tests OK.
10 slowest tests:
- test_concurrent_futures: 2 min 15 sec
- test_tools: 2 min 10 sec
- test_multiprocessing_spawn: 1 min 27 sec
- test_multiprocessing_forkserver: 1 min 17 sec
- test_nntplib: 1 min 5 sec
- test_multiprocessing_fork: 1 min 3 sec
- test_asyncio: 56.1 sec
- test_signal: 47.1 sec
- test_socket: 37.3 sec
- test_io: 31.5 sec
2 tests failed: test_enum test_tools
16 tests skipped: test_devpoll test_gdb test_ioctl test_kqueue test_launcher test_msilib test_nis test_readline test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
2 re-run tests: test_enum test_tools
Total duration: 6 min 35 sec
Captured traceback
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_8dcdbee9'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/test_tools/test_freeze.py", line 28, in test_freeze_simple_script executable = helper.freeze(python, scriptfile, outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/freeze/test/freeze.py", line 176, in freeze _run_quiet([python, '-E', FREEZE, '-o', outdir, scriptfile], outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/freeze/test/freeze.py", line 25, in _run_quiet return subprocess.run( ^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/subprocess.py", line 558, in run raise CalledProcessError(retcode, process.args, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ subprocess.CalledProcessError: Command '['/tmp/tmpon0bbvga/python-installation/bin/python3', '-E', '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/freeze/freeze.py', '-o', '/tmp/tmpon0bbvga', '/tmp/tmpon0bbvga/app.py']' returned non-zero exit status 1.
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/test_tools/test_freeze.py", line 28, in test_freeze_simple_script executable = helper.freeze(python, scriptfile, outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/freeze/test/freeze.py", line 176, in freeze _run_quiet([python, '-E', FREEZE, '-o', outdir, scriptfile], outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/freeze/test/freeze.py", line 25, in _run_quiet return subprocess.run( ^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/subprocess.py", line 558, in run raise CalledProcessError(retcode, process.args, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ subprocess.CalledProcessError: Command '['/tmp/tmpvhc1fwcz/python-installation/bin/python3', '-E', '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Tools/freeze/freeze.py', '-o', '/tmp/tmpvhc1fwcz', '/tmp/tmpvhc1fwcz/app.py']' returned non-zero exit status 1.
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_91efd894'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_e51b6314'
Test report
Failed tests:
- test_enum
- test_tools
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_freeze_simple_script - test.test_tools.test_freeze.TestFreeze.test_freeze_simple_script
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 Fedora Stable LTO 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/271/builds/1779
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-x86_64
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
422 tests OK.
10 slowest tests:
- test_concurrent_futures: 2 min 18 sec
- test_gdb: 1 min 58 sec
- test_multiprocessing_spawn: 1 min 30 sec
- test_multiprocessing_forkserver: 1 min 9 sec
- test_multiprocessing_fork: 1 min 3 sec
- test_asyncio: 1 min 3 sec
- test_signal: 47.1 sec
- test_socket: 37.8 sec
- test_io: 37.1 sec
- test_xmlrpc: 27.5 sec
1 test failed: test_enum
13 tests skipped: test_devpoll test_ioctl test_kqueue test_launcher test_msilib test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_enum
Total duration: 3 min 38 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_636ffabe'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_1a2afc4c'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_d34e1fdb'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Test report
Failed tests:
- test_enum
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder PPC64LE RHEL7 LTO + PGO 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/43/builds/1973
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-RHEL7-ppc64le
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
415 tests OK.
10 slowest tests:
- test_concurrent_futures: 2 min 19 sec
- test_multiprocessing_spawn: 2 min 5 sec
- test_multiprocessing_forkserver: 1 min 15 sec
- test_tokenize: 1 min 10 sec
- test_asyncio: 1 min 6 sec
- test_multiprocessing_fork: 1 min 5 sec
- test_signal: 48.4 sec
- test_io: 41.7 sec
- test_lib2to3: 40.0 sec
- test_faulthandler: 29.9 sec
1 test failed: test_enum
20 tests skipped: test_devpoll test_gdb test_idle test_ioctl test_kqueue test_launcher test_msilib test_smtpnet test_ssl test_startfile test_tcl test_tix test_tk test_ttk_guionly test_ttk_textonly test_turtle test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_enum
Total duration: 3 min 22 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_0a05dbfe'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_e892004e'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_f9ef165c'
Test report
Failed tests:
- test_enum
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder aarch64 RHEL8 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/529/builds/2062
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-RHEL8-aarch64
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
422 tests OK.
10 slowest tests:
- test_gdb: 5 min 35 sec
- test_asyncio: 3 min 18 sec
- test_multiprocessing_spawn: 3 min 12 sec
- test_concurrent_futures: 2 min 58 sec
- test_capi: 1 min 51 sec
- test_multiprocessing_forkserver: 1 min 46 sec
- test_multiprocessing_fork: 1 min 29 sec
- test_unparse: 1 min 10 sec
- test_tokenize: 1 min 9 sec
- test_nntplib: 1 min 7 sec
1 test failed: test_enum
13 tests skipped: test_devpoll test_ioctl test_kqueue test_launcher test_msilib test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_enum
Total duration: 5 min 36 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_51663df3'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_f2394067'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_9f9c9864'
Test report
Failed tests:
- test_enum
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder aarch64 CentOS9 LTO 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/882/builds/1261
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-CentOS9-aarch64
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
421 tests OK.
10 slowest tests:
- test_concurrent_futures: 2 min 24 sec
- test_gdb: 2 min 2 sec
- test_multiprocessing_spawn: 1 min 41 sec
- test_asyncio: 1 min 29 sec
- test_multiprocessing_forkserver: 1 min 14 sec
- test_nntplib: 1 min 6 sec
- test_multiprocessing_fork: 1 min 6 sec
- test_signal: 47.7 sec
- test_io: 39.2 sec
- test_xmlrpc: 27.7 sec
1 test failed: test_enum
14 tests skipped: test_devpoll test_ioctl test_kqueue test_launcher test_msilib test_nis test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_enum
Total duration: 2 min 37 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-aarch64.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_a0b35e9a'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-aarch64.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-aarch64.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-aarch64.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-aarch64.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-aarch64.lto/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-aarch64.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-aarch64.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-aarch64.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-aarch64.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_53ed71b3'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-aarch64.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-aarch64.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-aarch64.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_9d87efc9'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-aarch64.lto/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Test report
Failed tests:
- test_enum
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 Fedora Stable Clang Installed 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/350/builds/1986
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-x86_64
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed './target/bin/python3.11 -m ...' (failure) test (failure)
Summary of the results of the build (if available):
Captured traceback
remote: Enumerating objects: 135, done.
remote: Counting objects: 1% (1/100)
remote: Counting objects: 2% (2/100)
remote: Counting objects: 3% (3/100)
remote: Counting objects: 4% (4/100)
remote: Counting objects: 5% (5/100)
remote: Counting objects: 6% (6/100)
remote: Counting objects: 7% (7/100)
remote: Counting objects: 8% (8/100)
remote: Counting objects: 9% (9/100)
remote: Counting objects: 10% (10/100)
remote: Counting objects: 11% (11/100)
remote: Counting objects: 12% (12/100)
remote: Counting objects: 13% (13/100)
remote: Counting objects: 14% (14/100)
remote: Counting objects: 15% (15/100)
remote: Counting objects: 16% (16/100)
remote: Counting objects: 17% (17/100)
remote: Counting objects: 18% (18/100)
remote: Counting objects: 19% (19/100)
remote: Counting objects: 20% (20/100)
remote: Counting objects: 21% (21/100)
remote: Counting objects: 22% (22/100)
remote: Counting objects: 23% (23/100)
remote: Counting objects: 24% (24/100)
remote: Counting objects: 25% (25/100)
remote: Counting objects: 26% (26/100)
remote: Counting objects: 27% (27/100)
remote: Counting objects: 28% (28/100)
remote: Counting objects: 29% (29/100)
remote: Counting objects: 30% (30/100)
remote: Counting objects: 31% (31/100)
remote: Counting objects: 32% (32/100)
remote: Counting objects: 33% (33/100)
remote: Counting objects: 34% (34/100)
remote: Counting objects: 35% (35/100)
remote: Counting objects: 36% (36/100)
remote: Counting objects: 37% (37/100)
remote: Counting objects: 38% (38/100)
remote: Counting objects: 39% (39/100)
remote: Counting objects: 40% (40/100)
remote: Counting objects: 41% (41/100)
remote: Counting objects: 42% (42/100)
remote: Counting objects: 43% (43/100)
remote: Counting objects: 44% (44/100)
remote: Counting objects: 45% (45/100)
remote: Counting objects: 46% (46/100)
remote: Counting objects: 47% (47/100)
remote: Counting objects: 48% (48/100)
remote: Counting objects: 49% (49/100)
remote: Counting objects: 50% (50/100)
remote: Counting objects: 51% (51/100)
remote: Counting objects: 52% (52/100)
remote: Counting objects: 53% (53/100)
remote: Counting objects: 54% (54/100)
remote: Counting objects: 55% (55/100)
remote: Counting objects: 56% (56/100)
remote: Counting objects: 57% (57/100)
remote: Counting objects: 58% (58/100)
remote: Counting objects: 59% (59/100)
remote: Counting objects: 60% (60/100)
remote: Counting objects: 61% (61/100)
remote: Counting objects: 62% (62/100)
remote: Counting objects: 63% (63/100)
remote: Counting objects: 64% (64/100)
remote: Counting objects: 65% (65/100)
remote: Counting objects: 66% (66/100)
remote: Counting objects: 67% (67/100)
remote: Counting objects: 68% (68/100)
remote: Counting objects: 69% (69/100)
remote: Counting objects: 70% (70/100)
remote: Counting objects: 71% (71/100)
remote: Counting objects: 72% (72/100)
remote: Counting objects: 73% (73/100)
remote: Counting objects: 74% (74/100)
remote: Counting objects: 75% (75/100)
remote: Counting objects: 76% (76/100)
remote: Counting objects: 77% (77/100)
remote: Counting objects: 78% (78/100)
remote: Counting objects: 79% (79/100)
remote: Counting objects: 80% (80/100)
remote: Counting objects: 81% (81/100)
remote: Counting objects: 82% (82/100)
remote: Counting objects: 83% (83/100)
remote: Counting objects: 84% (84/100)
remote: Counting objects: 85% (85/100)
remote: Counting objects: 86% (86/100)
remote: Counting objects: 87% (87/100)
remote: Counting objects: 88% (88/100)
remote: Counting objects: 89% (89/100)
remote: Counting objects: 90% (90/100)
remote: Counting objects: 91% (91/100)
remote: Counting objects: 92% (92/100)
remote: Counting objects: 93% (93/100)
remote: Counting objects: 94% (94/100)
remote: Counting objects: 95% (95/100)
remote: Counting objects: 96% (96/100)
remote: Counting objects: 97% (97/100)
remote: Counting objects: 98% (98/100)
remote: Counting objects: 99% (99/100)
remote: Counting objects: 100% (100/100)
remote: Counting objects: 100% (100/100), done.
remote: Compressing objects: 3% (1/27)
remote: Compressing objects: 7% (2/27)
remote: Compressing objects: 11% (3/27)
remote: Compressing objects: 14% (4/27)
remote: Compressing objects: 18% (5/27)
remote: Compressing objects: 22% (6/27)
remote: Compressing objects: 25% (7/27)
remote: Compressing objects: 29% (8/27)
remote: Compressing objects: 33% (9/27)
remote: Compressing objects: 37% (10/27)
remote: Compressing objects: 40% (11/27)
remote: Compressing objects: 44% (12/27)
remote: Compressing objects: 48% (13/27)
remote: Compressing objects: 51% (14/27)
remote: Compressing objects: 55% (15/27)
remote: Compressing objects: 59% (16/27)
remote: Compressing objects: 62% (17/27)
remote: Compressing objects: 66% (18/27)
remote: Compressing objects: 70% (19/27)
remote: Compressing objects: 74% (20/27)
remote: Compressing objects: 77% (21/27)
remote: Compressing objects: 81% (22/27)
remote: Compressing objects: 85% (23/27)
remote: Compressing objects: 88% (24/27)
remote: Compressing objects: 92% (25/27)
remote: Compressing objects: 96% (26/27)
remote: Compressing objects: 100% (27/27)
remote: Compressing objects: 100% (27/27), done.
remote: Total 59 (delta 38), reused 43 (delta 22), pack-reused 0
From https://github.com/python/cpython
- branch main -> FETCH_HEAD
- [new tag] v3.11.0b1 -> v3.11.0b1 Note: switching to '75de8e69b4351e1b80c7ce1c20d804b7199dab0b'.
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 75de8e69b4 Merge remote-tracking branch 'upstream/main' Switched to and reset branch 'main'
Python/pytime.c:297:10: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] if (!_Py_InIntegralTypeRange(time_t, intpart)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/internal/pycore_pymath.h:76:45: note: expanded from macro '_Py_InIntegralTypeRange' (_Py_IntegralTypeMin(type) <= v && v <= _Py_IntegralTypeMax(type)) ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/internal/pycore_pymath.h:65:94: note: expanded from macro '_Py_IntegralTypeMax' ((_Py_IntegralTypeSigned(type)) ? (((((type)1 << (sizeof(type)*CHAR_BIT - 2)) - 1) << 1) + 1) : ~(type)0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ Python/pytime.c:352:14: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] if (!_Py_InIntegralTypeRange(time_t, intpart)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/internal/pycore_pymath.h:76:45: note: expanded from macro '_Py_InIntegralTypeRange' (_Py_IntegralTypeMin(type) <= v && v <= _Py_IntegralTypeMax(type)) ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/internal/pycore_pymath.h:65:94: note: expanded from macro '_Py_IntegralTypeMax' ((_Py_IntegralTypeSigned(type)) ? (((((type)1 << (sizeof(type)*CHAR_BIT - 2)) - 1) << 1) + 1) : ~(type)0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ Python/pytime.c:510:10: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] if (!_Py_InIntegralTypeRange(_PyTime_t, d)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/internal/pycore_pymath.h:76:45: note: expanded from macro '_Py_InIntegralTypeRange' (_Py_IntegralTypeMin(type) <= v && v <= _Py_IntegralTypeMax(type)) ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/internal/pycore_pymath.h:65:94: note: expanded from macro '_Py_IntegralTypeMax' ((_Py_IntegralTypeSigned(type)) ? (((((type)1 << (sizeof(type)*CHAR_BIT - 2)) - 1) << 1) + 1) : ~(type)0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ Python/specialize.c:1909:13: warning: code will never be executed [-Wunreachable-code] if (next_opcode == EXTENDED_ARG) { ^~~~~~~~~~~ 3 warnings generated. 1 warning generated. ./Modules/timemodule.c:151:13: warning: code will never be executed [-Wunreachable-code] PyErr_SetString(PyExc_OverflowError, ^~~~~~~~~~~~~~~ 1 warning generated. ./Modules/expat/xmlparse.c:3107:9: warning: code will never be executed [-Wunreachable-code] parser->m_characterDataHandler(parser->m_handlerArg, parser->m_dataBuf, ^~~~~~ ./Modules/expat/xmlparse.c:3106:16: note: silence by adding parentheses to mark code as explicitly dead else if (0 && parser->m_characterDataHandler) ^ /* DISABLES CODE */ ( ) ./Modules/expat/xmlparse.c:4050:9: warning: code will never be executed [-Wunreachable-code] parser->m_characterDataHandler(parser->m_handlerArg, parser->m_dataBuf, ^~~~~~ ./Modules/expat/xmlparse.c:4049:16: note: silence by adding parentheses to mark code as explicitly dead else if (0 && parser->m_characterDataHandler) ^ /* DISABLES CODE */ ( ) 2 warnings generated. renaming build/scripts-3.12/pydoc3 to build/scripts-3.12/pydoc3.12 renaming build/scripts-3.12/idle3 to build/scripts-3.12/idle3.12 renaming build/scripts-3.12/2to3 to build/scripts-3.12/2to3-3.12
renaming build/scripts-3.12/pydoc3 to build/scripts-3.12/pydoc3.12 renaming build/scripts-3.12/idle3 to build/scripts-3.12/idle3.12 renaming build/scripts-3.12/2to3 to build/scripts-3.12/2to3-3.12 renaming build/scripts-3.12/pydoc3 to build/scripts-3.12/pydoc3.12 renaming build/scripts-3.12/idle3 to build/scripts-3.12/idle3.12 renaming build/scripts-3.12/2to3 to build/scripts-3.12/2to3-3.12 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_typing.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_random.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_csv.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/pyexpat.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_multiprocessing.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_heapq.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_lsprof.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/xxlimited_35.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_curses.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_ctypes.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_codecs_jp.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_codecs_kr.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_sha256.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_tkinter.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_ctypes_test.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_xxsubinterpreters.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_testinternalcapi.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_sqlite3.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_opcode.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/grp.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_curses_panel.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/resource.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_decimal.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_lzma.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/syslog.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_testcapi.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_hashlib.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_posixshmem.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_json.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_struct.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_ssl.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_md5.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/fcntl.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_elementtree.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/nis.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_statistics.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_sysconfigdata__linux_x86_64-linux-gnu.py to 644 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_xxtestfuzz.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/spwd.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/zlib.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_multibytecodec.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/xxlimited.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_dbm.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_sha3.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_gdbm.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_codecs_tw.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/audioop.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_pickle.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/binascii.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_testmultiphase.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_socket.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_sha1.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/unicodedata.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_crypt.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_contextvars.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_testimportmultiple.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_uuid.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_bz2.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/__pycache__/_sysconfigdata__linux_x86_64-linux-gnu.cpython-312.pyc to 644 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_asyncio.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_queue.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/termios.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/ossaudiodev.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/readline.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_zoneinfo.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_posixsubprocess.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_codecs_hk.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_bisect.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_codecs_iso2022.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_datetime.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/select.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/mmap.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_blake2.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/array.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_sha512.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_codecs_cn.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/math.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/cmath.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/_testbuffer.cpython-311-x86_64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/ to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.11/lib-dynload/__pycache__ to 755 WARNING: The scripts pip3 and pip3.12 are installed in '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Could not find platform independent libraries <prefix> Could not find platform dependent libraries <exec_prefix> Python path configuration: PYTHONHOME = (not set) PYTHONPATH = (not set) program name = './target/bin/python3.11' isolated = 0 environment = 1 user site = 1 safe_path = 0 import site = 1 is in build tree = 0 stdlib dir = '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.12' sys._base_executable = '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/bin/python3.11' sys.base_prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target' sys.base_exec_prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target' sys.platlibdir = 'lib' sys.executable = '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/bin/python3.11' sys.prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target' sys.exec_prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target' sys.path = [ '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python312.zip', '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.12', '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.12/lib-dynload', ] Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding Python runtime state: core initialized ModuleNotFoundError: No module named 'encodings'
Current thread 0x00007fd096c6d740 (most recent call first): <no Python frame>
Could not find platform independent libraries <prefix> Could not find platform dependent libraries <exec_prefix> Python path configuration: PYTHONHOME = (not set) PYTHONPATH = (not set) program name = './target/bin/python3.11' isolated = 0 environment = 0 user site = 1 safe_path = 0 import site = 1 is in build tree = 0 stdlib dir = '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.12' sys._base_executable = '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/bin/python3.11' sys.base_prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target' sys.base_exec_prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target' sys.platlibdir = 'lib' sys.executable = '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/bin/python3.11' sys.prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target' sys.exec_prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target' sys.path = [ '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python312.zip', '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.12', '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/python3.12/lib-dynload', ] Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding Python runtime state: core initialized ModuleNotFoundError: No module named 'encodings'
Current thread 0x00007fbd8607f740 (most recent call first): <no Python frame>
Test report
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder ARM Raspbian 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/424/builds/1796
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: gps-raspbian
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
418 tests OK.
10 slowest tests:
- test_largefile: 6 min 2 sec
- test_venv: 5 min 5 sec
- test_multiprocessing_spawn: 3 min 46 sec
- test_asyncio: 3 min 29 sec
- test_concurrent_futures: 3 min 5 sec
- test_codecs: 2 min 26 sec
- test_zipfile: 2 min 6 sec
- test_decimal: 2 min 6 sec
- test_tokenize: 2 min 1 sec
- test_multiprocessing_fork: 1 min 49 sec
1 test failed: test_enum
17 tests skipped: test_devpoll test_idle test_ioctl test_kqueue test_launcher test_msilib test_startfile test_tcl test_tix test_tk test_ttk_guionly test_ttk_textonly test_turtle test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_enum
Total duration: 25 min 22 sec
Captured traceback
Traceback (most recent call last): File "/var/lib/buildbot/workers/3.x.gps-raspbian.nondebug/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/var/lib/buildbot/workers/3.x.gps-raspbian.nondebug/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/var/lib/buildbot/workers/3.x.gps-raspbian.nondebug/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/buildbot/workers/3.x.gps-raspbian.nondebug/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/var/lib/buildbot/workers/3.x.gps-raspbian.nondebug/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/var/lib/buildbot/workers/3.x.gps-raspbian.nondebug/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/buildbot/workers/3.x.gps-raspbian.nondebug/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/var/lib/buildbot/workers/3.x.gps-raspbian.nondebug/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/buildbot/workers/3.x.gps-raspbian.nondebug/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/var/lib/buildbot/workers/3.x.gps-raspbian.nondebug/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/buildbot/workers/3.x.gps-raspbian.nondebug/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Test report
Failed tests:
- test_enum
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 Fedora Stable Clang 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/441/builds/1981
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-x86_64
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
422 tests OK.
10 slowest tests:
- test_concurrent_futures: 2 min 24 sec
- test_multiprocessing_spawn: 2 min 1 sec
- test_asyncio: 1 min 23 sec
- test_capi: 1 min 19 sec
- test_multiprocessing_forkserver: 1 min 19 sec
- test_multiprocessing_fork: 1 min 13 sec
- test_gdb: 49.0 sec
- test_signal: 48.0 sec
- test_tokenize: 45.0 sec
- test_io: 41.2 sec
1 test failed: test_enum
13 tests skipped: test_devpoll test_ioctl test_kqueue test_launcher test_msilib test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_enum
Total duration: 4 min 27 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_18fc4c5c'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_bb0fd6ab'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_c79afdb6'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Test report
Failed tests:
- test_enum
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 RHEL8 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/185/builds/1959
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-RHEL8-x86_64
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
422 tests OK.
10 slowest tests:
- test_gdb: 6 min 36 sec
- test_shelve: 2 min 43 sec
- test_concurrent_futures: 2 min 39 sec
- test_multiprocessing_spawn: 2 min 34 sec
- test_importlib: 1 min 56 sec
- test_largefile: 1 min 49 sec
- test_asyncio: 1 min 47 sec
- test_multiprocessing_forkserver: 1 min 37 sec
- test_multiprocessing_fork: 1 min 22 sec
- test_tokenize: 1 min 17 sec
1 test failed: test_enum
13 tests skipped: test_devpoll test_ioctl test_kqueue test_launcher test_msilib test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_enum
Total duration: 7 min 4 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_29734ad2'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_e2ccd2af'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Test report
Failed tests:
- test_enum
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder x86 Gentoo Non-Debug with X 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/58/builds/2307
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: ware-gentoo-x86
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
425 tests OK.
10 slowest tests:
- test_multiprocessing_spawn: 3 min 22 sec
- test_concurrent_futures: 2 min 47 sec
- test_asyncio: 2 min 22 sec
- test_tokenize: 1 min 33 sec
- test_unparse: 1 min 32 sec
- test_multiprocessing_forkserver: 1 min 30 sec
- test_signal: 1 min 14 sec
- test_multiprocessing_fork: 1 min 12 sec
- test_lib2to3: 1 min 5 sec
- test_io: 56.1 sec
1 test failed: test_enum
10 tests skipped: test_devpoll test_ioctl test_kqueue test_launcher test_msilib test_startfile test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_enum
Total duration: 21 min 44 sec
Captured traceback
Traceback (most recent call last): File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.nondebug/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.nondebug/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.nondebug/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.nondebug/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.nondebug/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.nondebug/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.nondebug/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.nondebug/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_95c0684e'
Traceback (most recent call last): File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.nondebug/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_65719907'
Traceback (most recent call last): File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.nondebug/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.nondebug/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.nondebug/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.nondebug/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Test report
Failed tests:
- test_enum
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 Ubuntu 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/708/builds/2276
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: skumaran-ubuntu-x86_64
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
421 tests OK.
10 slowest tests:
- test_multiprocessing_spawn: 3 min 16 sec
- test_concurrent_futures: 3 min 2 sec
- test_asyncio: 2 min 38 sec
- test_tokenize: 1 min 36 sec
- test_multiprocessing_forkserver: 1 min 33 sec
- test_multiprocessing_fork: 1 min 23 sec
- test_capi: 1 min 20 sec
- test_unparse: 1 min 19 sec
- test_lib2to3: 1 min 3 sec
- test_zipfile: 57.2 sec
1 test failed: test_enum
14 tests skipped: test_devpoll test_gdb test_ioctl test_kqueue test_launcher test_msilib test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_enum
Total duration: 20 min 54 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.skumaran-ubuntu-x86_64/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.skumaran-ubuntu-x86_64/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.skumaran-ubuntu-x86_64/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.skumaran-ubuntu-x86_64/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.skumaran-ubuntu-x86_64/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.skumaran-ubuntu-x86_64/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.skumaran-ubuntu-x86_64/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.skumaran-ubuntu-x86_64/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.skumaran-ubuntu-x86_64/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.skumaran-ubuntu-x86_64/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.skumaran-ubuntu-x86_64/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Test report
Failed tests:
- test_enum
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder aarch64 RHEL8 LTO + PGO 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/78/builds/2252
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-RHEL8-aarch64
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
421 tests OK.
10 slowest tests:
- test_concurrent_futures: 2 min 32 sec
- test_asyncio: 2 min
- test_multiprocessing_spawn: 1 min 49 sec
- test_multiprocessing_forkserver: 1 min 17 sec
- test_multiprocessing_fork: 1 min 8 sec
- test_nntplib: 1 min 7 sec
- test_signal: 47.6 sec
- test_io: 39.5 sec
- test_imaplib: 32.7 sec
- test_xmlrpc: 27.9 sec
1 test failed: test_enum
14 tests skipped: test_devpoll test_gdb test_ioctl test_kqueue test_launcher test_msilib test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_enum
Total duration: 2 min 42 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_58cee029'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_175508b2'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_96ff5992'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64.lto-pgo/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64.lto-pgo/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Test report
Failed tests:
- test_enum
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder PPC64LE Fedora Rawhide Clang Installed 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/312/builds/1964
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-ppc64le
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed './target/bin/python3.11 -m ...' (failure) test (failure)
Summary of the results of the build (if available):
Captured traceback
remote: Enumerating objects: 135, done.
remote: Counting objects: 1% (1/100)
remote: Counting objects: 2% (2/100)
remote: Counting objects: 3% (3/100)
remote: Counting objects: 4% (4/100)
remote: Counting objects: 5% (5/100)
remote: Counting objects: 6% (6/100)
remote: Counting objects: 7% (7/100)
remote: Counting objects: 8% (8/100)
remote: Counting objects: 9% (9/100)
remote: Counting objects: 10% (10/100)
remote: Counting objects: 11% (11/100)
remote: Counting objects: 12% (12/100)
remote: Counting objects: 13% (13/100)
remote: Counting objects: 14% (14/100)
remote: Counting objects: 15% (15/100)
remote: Counting objects: 16% (16/100)
remote: Counting objects: 17% (17/100)
remote: Counting objects: 18% (18/100)
remote: Counting objects: 19% (19/100)
remote: Counting objects: 20% (20/100)
remote: Counting objects: 21% (21/100)
remote: Counting objects: 22% (22/100)
remote: Counting objects: 23% (23/100)
remote: Counting objects: 24% (24/100)
remote: Counting objects: 25% (25/100)
remote: Counting objects: 26% (26/100)
remote: Counting objects: 27% (27/100)
remote: Counting objects: 28% (28/100)
remote: Counting objects: 29% (29/100)
remote: Counting objects: 30% (30/100)
remote: Counting objects: 31% (31/100)
remote: Counting objects: 32% (32/100)
remote: Counting objects: 33% (33/100)
remote: Counting objects: 34% (34/100)
remote: Counting objects: 35% (35/100)
remote: Counting objects: 36% (36/100)
remote: Counting objects: 37% (37/100)
remote: Counting objects: 38% (38/100)
remote: Counting objects: 39% (39/100)
remote: Counting objects: 40% (40/100)
remote: Counting objects: 41% (41/100)
remote: Counting objects: 42% (42/100)
remote: Counting objects: 43% (43/100)
remote: Counting objects: 44% (44/100)
remote: Counting objects: 45% (45/100)
remote: Counting objects: 46% (46/100)
remote: Counting objects: 47% (47/100)
remote: Counting objects: 48% (48/100)
remote: Counting objects: 49% (49/100)
remote: Counting objects: 50% (50/100)
remote: Counting objects: 51% (51/100)
remote: Counting objects: 52% (52/100)
remote: Counting objects: 53% (53/100)
remote: Counting objects: 54% (54/100)
remote: Counting objects: 55% (55/100)
remote: Counting objects: 56% (56/100)
remote: Counting objects: 57% (57/100)
remote: Counting objects: 58% (58/100)
remote: Counting objects: 59% (59/100)
remote: Counting objects: 60% (60/100)
remote: Counting objects: 61% (61/100)
remote: Counting objects: 62% (62/100)
remote: Counting objects: 63% (63/100)
remote: Counting objects: 64% (64/100)
remote: Counting objects: 65% (65/100)
remote: Counting objects: 66% (66/100)
remote: Counting objects: 67% (67/100)
remote: Counting objects: 68% (68/100)
remote: Counting objects: 69% (69/100)
remote: Counting objects: 70% (70/100)
remote: Counting objects: 71% (71/100)
remote: Counting objects: 72% (72/100)
remote: Counting objects: 73% (73/100)
remote: Counting objects: 74% (74/100)
remote: Counting objects: 75% (75/100)
remote: Counting objects: 76% (76/100)
remote: Counting objects: 77% (77/100)
remote: Counting objects: 78% (78/100)
remote: Counting objects: 79% (79/100)
remote: Counting objects: 80% (80/100)
remote: Counting objects: 81% (81/100)
remote: Counting objects: 82% (82/100)
remote: Counting objects: 83% (83/100)
remote: Counting objects: 84% (84/100)
remote: Counting objects: 85% (85/100)
remote: Counting objects: 86% (86/100)
remote: Counting objects: 87% (87/100)
remote: Counting objects: 88% (88/100)
remote: Counting objects: 89% (89/100)
remote: Counting objects: 90% (90/100)
remote: Counting objects: 91% (91/100)
remote: Counting objects: 92% (92/100)
remote: Counting objects: 93% (93/100)
remote: Counting objects: 94% (94/100)
remote: Counting objects: 95% (95/100)
remote: Counting objects: 96% (96/100)
remote: Counting objects: 97% (97/100)
remote: Counting objects: 98% (98/100)
remote: Counting objects: 99% (99/100)
remote: Counting objects: 100% (100/100)
remote: Counting objects: 100% (100/100), done.
remote: Compressing objects: 7% (1/13)
remote: Compressing objects: 15% (2/13)
remote: Compressing objects: 23% (3/13)
remote: Compressing objects: 30% (4/13)
remote: Compressing objects: 38% (5/13)
remote: Compressing objects: 46% (6/13)
remote: Compressing objects: 53% (7/13)
remote: Compressing objects: 61% (8/13)
remote: Compressing objects: 69% (9/13)
remote: Compressing objects: 76% (10/13)
remote: Compressing objects: 84% (11/13)
remote: Compressing objects: 92% (12/13)
remote: Compressing objects: 100% (13/13)
remote: Compressing objects: 100% (13/13), done.
remote: Total 59 (delta 38), reused 57 (delta 36), pack-reused 0
From https://github.com/python/cpython
- branch main -> FETCH_HEAD
- [new tag] v3.11.0b1 -> v3.11.0b1 Note: switching to '75de8e69b4351e1b80c7ce1c20d804b7199dab0b'.
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 75de8e69b4 Merge remote-tracking branch 'upstream/main' Switched to and reset branch 'main'
Python/pytime.c:297:10: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] if (!_Py_InIntegralTypeRange(time_t, intpart)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/internal/pycore_pymath.h:76:45: note: expanded from macro '_Py_InIntegralTypeRange' (_Py_IntegralTypeMin(type) <= v && v <= _Py_IntegralTypeMax(type)) ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/internal/pycore_pymath.h:65:94: note: expanded from macro '_Py_IntegralTypeMax' ((_Py_IntegralTypeSigned(type)) ? (((((type)1 << (sizeof(type)*CHAR_BIT - 2)) - 1) << 1) + 1) : ~(type)0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ Python/pytime.c:352:14: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] if (!_Py_InIntegralTypeRange(time_t, intpart)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/internal/pycore_pymath.h:76:45: note: expanded from macro '_Py_InIntegralTypeRange' (_Py_IntegralTypeMin(type) <= v && v <= _Py_IntegralTypeMax(type)) ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/internal/pycore_pymath.h:65:94: note: expanded from macro '_Py_IntegralTypeMax' ((_Py_IntegralTypeSigned(type)) ? (((((type)1 << (sizeof(type)*CHAR_BIT - 2)) - 1) << 1) + 1) : ~(type)0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ Python/pytime.c:510:10: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] if (!_Py_InIntegralTypeRange(_PyTime_t, d)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/internal/pycore_pymath.h:76:45: note: expanded from macro '_Py_InIntegralTypeRange' (_Py_IntegralTypeMin(type) <= v && v <= _Py_IntegralTypeMax(type)) ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/internal/pycore_pymath.h:65:94: note: expanded from macro '_Py_IntegralTypeMax' ((_Py_IntegralTypeSigned(type)) ? (((((type)1 << (sizeof(type)*CHAR_BIT - 2)) - 1) << 1) + 1) : ~(type)0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ Python/specialize.c:1909:13: warning: code will never be executed [-Wunreachable-code] if (next_opcode == EXTENDED_ARG) { ^~~~~~~~~~~ 1 warning generated. 3 warnings generated. ./Modules/timemodule.c:151:13: warning: code will never be executed [-Wunreachable-code] PyErr_SetString(PyExc_OverflowError, ^~~~~~~~~~~~~~~ 1 warning generated. ./Modules/expat/xmlparse.c:3107:9: warning: code will never be executed [-Wunreachable-code] parser->m_characterDataHandler(parser->m_handlerArg, parser->m_dataBuf, ^~~~~~ ./Modules/expat/xmlparse.c:3106:16: note: silence by adding parentheses to mark code as explicitly dead else if (0 && parser->m_characterDataHandler) ^ /* DISABLES CODE */ ( ) ./Modules/expat/xmlparse.c:4050:9: warning: code will never be executed [-Wunreachable-code] parser->m_characterDataHandler(parser->m_handlerArg, parser->m_dataBuf, ^~~~~~ ./Modules/expat/xmlparse.c:4049:16: note: silence by adding parentheses to mark code as explicitly dead else if (0 && parser->m_characterDataHandler) ^ /* DISABLES CODE */ ( ) 2 warnings generated. renaming build/scripts-3.12/pydoc3 to build/scripts-3.12/pydoc3.12 renaming build/scripts-3.12/idle3 to build/scripts-3.12/idle3.12 renaming build/scripts-3.12/2to3 to build/scripts-3.12/2to3-3.12
renaming build/scripts-3.12/pydoc3 to build/scripts-3.12/pydoc3.12 renaming build/scripts-3.12/idle3 to build/scripts-3.12/idle3.12 renaming build/scripts-3.12/2to3 to build/scripts-3.12/2to3-3.12 renaming build/scripts-3.12/pydoc3 to build/scripts-3.12/pydoc3.12 renaming build/scripts-3.12/idle3 to build/scripts-3.12/idle3.12 renaming build/scripts-3.12/2to3 to build/scripts-3.12/2to3-3.12 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_sysconfigdata__linux_powerpc64le-linux-gnu.py to 644 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/__pycache__/_sysconfigdata__linux_powerpc64le-linux-gnu.cpython-312.pyc to 644 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_contextvars.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_bisect.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_random.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_heapq.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_zoneinfo.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/cmath.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/array.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/math.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_opcode.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_lsprof.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_statistics.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_queue.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_json.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_typing.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/fcntl.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/grp.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_struct.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_datetime.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_asyncio.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/spwd.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/syslog.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/mmap.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/select.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_xxsubinterpreters.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_posixsubprocess.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_socket.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_csv.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_testimportmultiple.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/audioop.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_testinternalcapi.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_testmultiphase.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/unicodedata.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_crypt.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_xxtestfuzz.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_curses_panel.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/readline.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_pickle.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_testbuffer.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_md5.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_sha1.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_testcapi.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_hashlib.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_sha3.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_sha256.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_dbm.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_sha512.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_gdbm.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_curses.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/resource.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/termios.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/nis.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_bz2.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/ossaudiodev.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_ssl.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/binascii.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/zlib.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_lzma.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_blake2.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_codecs_kr.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_multibytecodec.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_codecs_cn.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_codecs_tw.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/pyexpat.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_codecs_iso2022.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_codecs_hk.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_codecs_jp.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_elementtree.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_ctypes_test.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_uuid.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_posixshmem.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/xxlimited.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_multiprocessing.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/xxlimited_35.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_tkinter.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_sqlite3.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_decimal.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_ctypes.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/ to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/__pycache__ to 755 WARNING: The scripts pip3 and pip3.12 are installed in '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Could not find platform independent libraries <prefix> Could not find platform dependent libraries <exec_prefix> Python path configuration: PYTHONHOME = (not set) PYTHONPATH = (not set) program name = './target/bin/python3.11' isolated = 0 environment = 1 user site = 1 safe_path = 0 import site = 1 is in build tree = 0 stdlib dir = '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.12' sys._base_executable = '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/bin/python3.11' sys.base_prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target' sys.base_exec_prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target' sys.platlibdir = 'lib' sys.executable = '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/bin/python3.11' sys.prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target' sys.exec_prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target' sys.path = [ '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python312.zip', '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.12', '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.12/lib-dynload', ] Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding Python runtime state: core initialized ModuleNotFoundError: No module named 'encodings'
Current thread 0x00007fffb4db36a0 (most recent call first): <no Python frame>
Could not find platform independent libraries <prefix> Could not find platform dependent libraries <exec_prefix> Python path configuration: PYTHONHOME = (not set) PYTHONPATH = (not set) program name = './target/bin/python3.11' isolated = 0 environment = 0 user site = 1 safe_path = 0 import site = 1 is in build tree = 0 stdlib dir = '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.12' sys._base_executable = '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/bin/python3.11' sys.base_prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target' sys.base_exec_prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target' sys.platlibdir = 'lib' sys.executable = '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/bin/python3.11' sys.prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target' sys.exec_prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target' sys.path = [ '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python312.zip', '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.12', '/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.12/lib-dynload', ] Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding Python runtime state: core initialized ModuleNotFoundError: No module named 'encodings'
Current thread 0x00007fffab8536a0 (most recent call first): <no Python frame>
Test report
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder x86-64 macOS 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/366/builds/2509
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: billenstein-macos
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
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: 3 min
- test_multiprocessing_spawn: 2 min 56 sec
- test_multiprocessing_forkserver: 1 min 59 sec
- test_tokenize: 1 min 49 sec
- test_asyncio: 1 min 39 sec
- test_capi: 1 min 7 sec
- test_unparse: 1 min 6 sec
- test_unicodedata: 1 min 2 sec
- test_logging: 59.2 sec
- test_lib2to3: 54.2 sec
1 test failed: test_enum
23 tests skipped: test_devpoll test_epoll test_gdb test_idle test_ioctl test_launcher test_msilib test_multiprocessing_fork test_ossaudiodev test_smtpnet test_spwd test_ssl test_startfile test_tcl test_tix test_tk test_ttk_guionly test_ttk_textonly test_turtle test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_enum
Total duration: 19 min 56 sec
Captured traceback
Traceback (most recent call last): File "/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_9f8d5fa8'
Traceback (most recent call last): File "/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/Users/buildbot/buildarea/3.x.billenstein-macos/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_df9d1228'
Test report
Failed tests:
- test_enum
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 Fedora Stable 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/543/builds/1982
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-x86_64
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
422 tests OK.
10 slowest tests:
- test_gdb: 3 min 11 sec
- test_concurrent_futures: 2 min 35 sec
- test_multiprocessing_spawn: 1 min 56 sec
- test_asyncio: 1 min 35 sec
- test_multiprocessing_forkserver: 1 min 23 sec
- test_capi: 1 min 18 sec
- test_multiprocessing_fork: 1 min 11 sec
- test_tokenize: 55.4 sec
- test_signal: 48.0 sec
- test_unparse: 46.1 sec
1 test failed: test_enum
13 tests skipped: test_devpoll test_ioctl test_kqueue test_launcher test_msilib test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_enum
Total duration: 5 min 11 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_ef2c7b6a'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_aa19fd35'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_33dae80c'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Test report
Failed tests:
- test_enum
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder s390x Fedora Clang Installed 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/531/builds/1972
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-z
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed './target/bin/python3.11 -m ...' (failure) test (failure)
Summary of the results of the build (if available):
Captured traceback
remote: Enumerating objects: 135, done.
remote: Counting objects: 1% (1/100)
remote: Counting objects: 2% (2/100)
remote: Counting objects: 3% (3/100)
remote: Counting objects: 4% (4/100)
remote: Counting objects: 5% (5/100)
remote: Counting objects: 6% (6/100)
remote: Counting objects: 7% (7/100)
remote: Counting objects: 8% (8/100)
remote: Counting objects: 9% (9/100)
remote: Counting objects: 10% (10/100)
remote: Counting objects: 11% (11/100)
remote: Counting objects: 12% (12/100)
remote: Counting objects: 13% (13/100)
remote: Counting objects: 14% (14/100)
remote: Counting objects: 15% (15/100)
remote: Counting objects: 16% (16/100)
remote: Counting objects: 17% (17/100)
remote: Counting objects: 18% (18/100)
remote: Counting objects: 19% (19/100)
remote: Counting objects: 20% (20/100)
remote: Counting objects: 21% (21/100)
remote: Counting objects: 22% (22/100)
remote: Counting objects: 23% (23/100)
remote: Counting objects: 24% (24/100)
remote: Counting objects: 25% (25/100)
remote: Counting objects: 26% (26/100)
remote: Counting objects: 27% (27/100)
remote: Counting objects: 28% (28/100)
remote: Counting objects: 29% (29/100)
remote: Counting objects: 30% (30/100)
remote: Counting objects: 31% (31/100)
remote: Counting objects: 32% (32/100)
remote: Counting objects: 33% (33/100)
remote: Counting objects: 34% (34/100)
remote: Counting objects: 35% (35/100)
remote: Counting objects: 36% (36/100)
remote: Counting objects: 37% (37/100)
remote: Counting objects: 38% (38/100)
remote: Counting objects: 39% (39/100)
remote: Counting objects: 40% (40/100)
remote: Counting objects: 41% (41/100)
remote: Counting objects: 42% (42/100)
remote: Counting objects: 43% (43/100)
remote: Counting objects: 44% (44/100)
remote: Counting objects: 45% (45/100)
remote: Counting objects: 46% (46/100)
remote: Counting objects: 47% (47/100)
remote: Counting objects: 48% (48/100)
remote: Counting objects: 49% (49/100)
remote: Counting objects: 50% (50/100)
remote: Counting objects: 51% (51/100)
remote: Counting objects: 52% (52/100)
remote: Counting objects: 53% (53/100)
remote: Counting objects: 54% (54/100)
remote: Counting objects: 55% (55/100)
remote: Counting objects: 56% (56/100)
remote: Counting objects: 57% (57/100)
remote: Counting objects: 58% (58/100)
remote: Counting objects: 59% (59/100)
remote: Counting objects: 60% (60/100)
remote: Counting objects: 61% (61/100)
remote: Counting objects: 62% (62/100)
remote: Counting objects: 63% (63/100)
remote: Counting objects: 64% (64/100)
remote: Counting objects: 65% (65/100)
remote: Counting objects: 66% (66/100)
remote: Counting objects: 67% (67/100)
remote: Counting objects: 68% (68/100)
remote: Counting objects: 69% (69/100)
remote: Counting objects: 70% (70/100)
remote: Counting objects: 71% (71/100)
remote: Counting objects: 72% (72/100)
remote: Counting objects: 73% (73/100)
remote: Counting objects: 74% (74/100)
remote: Counting objects: 75% (75/100)
remote: Counting objects: 76% (76/100)
remote: Counting objects: 77% (77/100)
remote: Counting objects: 78% (78/100)
remote: Counting objects: 79% (79/100)
remote: Counting objects: 80% (80/100)
remote: Counting objects: 81% (81/100)
remote: Counting objects: 82% (82/100)
remote: Counting objects: 83% (83/100)
remote: Counting objects: 84% (84/100)
remote: Counting objects: 85% (85/100)
remote: Counting objects: 86% (86/100)
remote: Counting objects: 87% (87/100)
remote: Counting objects: 88% (88/100)
remote: Counting objects: 89% (89/100)
remote: Counting objects: 90% (90/100)
remote: Counting objects: 91% (91/100)
remote: Counting objects: 92% (92/100)
remote: Counting objects: 93% (93/100)
remote: Counting objects: 94% (94/100)
remote: Counting objects: 95% (95/100)
remote: Counting objects: 96% (96/100)
remote: Counting objects: 97% (97/100)
remote: Counting objects: 98% (98/100)
remote: Counting objects: 99% (99/100)
remote: Counting objects: 100% (100/100)
remote: Counting objects: 100% (100/100), done.
remote: Compressing objects: 7% (1/13)
remote: Compressing objects: 15% (2/13)
remote: Compressing objects: 23% (3/13)
remote: Compressing objects: 30% (4/13)
remote: Compressing objects: 38% (5/13)
remote: Compressing objects: 46% (6/13)
remote: Compressing objects: 53% (7/13)
remote: Compressing objects: 61% (8/13)
remote: Compressing objects: 69% (9/13)
remote: Compressing objects: 76% (10/13)
remote: Compressing objects: 84% (11/13)
remote: Compressing objects: 92% (12/13)
remote: Compressing objects: 100% (13/13)
remote: Compressing objects: 100% (13/13), done.
remote: Total 59 (delta 38), reused 57 (delta 36), pack-reused 0
From https://github.com/python/cpython
- branch main -> FETCH_HEAD
- [new tag] v3.11.0b1 -> v3.11.0b1 Note: switching to '75de8e69b4351e1b80c7ce1c20d804b7199dab0b'.
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 75de8e69b4 Merge remote-tracking branch 'upstream/main' Switched to and reset branch 'main'
Python/pytime.c:297:10: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] if (!_Py_InIntegralTypeRange(time_t, intpart)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/internal/pycore_pymath.h:76:45: note: expanded from macro '_Py_InIntegralTypeRange' (_Py_IntegralTypeMin(type) <= v && v <= _Py_IntegralTypeMax(type)) ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/internal/pycore_pymath.h:65:94: note: expanded from macro '_Py_IntegralTypeMax' ((_Py_IntegralTypeSigned(type)) ? (((((type)1 << (sizeof(type)*CHAR_BIT - 2)) - 1) << 1) + 1) : ~(type)0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ Python/pytime.c:352:14: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] if (!_Py_InIntegralTypeRange(time_t, intpart)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/internal/pycore_pymath.h:76:45: note: expanded from macro '_Py_InIntegralTypeRange' (_Py_IntegralTypeMin(type) <= v && v <= _Py_IntegralTypeMax(type)) ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/internal/pycore_pymath.h:65:94: note: expanded from macro '_Py_IntegralTypeMax' ((_Py_IntegralTypeSigned(type)) ? (((((type)1 << (sizeof(type)*CHAR_BIT - 2)) - 1) << 1) + 1) : ~(type)0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ Python/pytime.c:510:10: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] if (!_Py_InIntegralTypeRange(_PyTime_t, d)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/internal/pycore_pymath.h:76:45: note: expanded from macro '_Py_InIntegralTypeRange' (_Py_IntegralTypeMin(type) <= v && v <= _Py_IntegralTypeMax(type)) ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/internal/pycore_pymath.h:65:94: note: expanded from macro '_Py_IntegralTypeMax' ((_Py_IntegralTypeSigned(type)) ? (((((type)1 << (sizeof(type)*CHAR_BIT - 2)) - 1) << 1) + 1) : ~(type)0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ Python/specialize.c:1909:13: warning: code will never be executed [-Wunreachable-code] if (next_opcode == EXTENDED_ARG) { ^~~~~~~~~~~ 3 warnings generated. 1 warning generated. ./Modules/timemodule.c:151:13: warning: code will never be executed [-Wunreachable-code] PyErr_SetString(PyExc_OverflowError, ^~~~~~~~~~~~~~~ 1 warning generated. ./Modules/expat/xmlparse.c:3107:9: warning: code will never be executed [-Wunreachable-code] parser->m_characterDataHandler(parser->m_handlerArg, parser->m_dataBuf, ^~~~~~ ./Modules/expat/xmlparse.c:3106:16: note: silence by adding parentheses to mark code as explicitly dead else if (0 && parser->m_characterDataHandler) ^ /* DISABLES CODE */ ( ) ./Modules/expat/xmlparse.c:4050:9: warning: code will never be executed [-Wunreachable-code] parser->m_characterDataHandler(parser->m_handlerArg, parser->m_dataBuf, ^~~~~~ ./Modules/expat/xmlparse.c:4049:16: note: silence by adding parentheses to mark code as explicitly dead else if (0 && parser->m_characterDataHandler) ^ /* DISABLES CODE */ ( ) 2 warnings generated. renaming build/scripts-3.12/pydoc3 to build/scripts-3.12/pydoc3.12 renaming build/scripts-3.12/idle3 to build/scripts-3.12/idle3.12 renaming build/scripts-3.12/2to3 to build/scripts-3.12/2to3-3.12
renaming build/scripts-3.12/pydoc3 to build/scripts-3.12/pydoc3.12 renaming build/scripts-3.12/idle3 to build/scripts-3.12/idle3.12 renaming build/scripts-3.12/2to3 to build/scripts-3.12/2to3-3.12 renaming build/scripts-3.12/pydoc3 to build/scripts-3.12/pydoc3.12 renaming build/scripts-3.12/idle3 to build/scripts-3.12/idle3.12 renaming build/scripts-3.12/2to3 to build/scripts-3.12/2to3-3.12 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_sysconfigdata__linux_s390x-linux-gnu.py to 644 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/__pycache__/_sysconfigdata__linux_s390x-linux-gnu.cpython-312.pyc to 644 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_contextvars.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/math.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/array.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/cmath.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_random.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_bisect.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_zoneinfo.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_heapq.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_lsprof.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_json.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_datetime.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_opcode.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_queue.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_statistics.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_asyncio.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_typing.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_struct.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/fcntl.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/grp.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/unicodedata.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/spwd.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/select.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/mmap.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_pickle.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/syslog.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_socket.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_posixsubprocess.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_xxsubinterpreters.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_csv.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_testinternalcapi.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/audioop.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_testimportmultiple.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_testmultiphase.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_xxtestfuzz.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_testbuffer.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_crypt.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_curses_panel.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_testcapi.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_md5.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_hashlib.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_sha1.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_curses.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_sha3.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_sha256.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_sha512.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_ssl.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_dbm.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_gdbm.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/termios.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/resource.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/ossaudiodev.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/zlib.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_blake2.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/binascii.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_bz2.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_lzma.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/pyexpat.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_multibytecodec.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_sqlite3.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_codecs_kr.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_elementtree.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_codecs_cn.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_codecs_tw.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_codecs_jp.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_codecs_hk.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_codecs_iso2022.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_ctypes_test.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_posixshmem.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_uuid.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_multiprocessing.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/xxlimited.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/xxlimited_35.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_tkinter.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_decimal.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/_ctypes.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/ to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.11/lib-dynload/__pycache__ to 755 WARNING: The scripts pip3 and pip3.12 are installed in '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Could not find platform independent libraries <prefix> Could not find platform dependent libraries <exec_prefix> Python path configuration: PYTHONHOME = (not set) PYTHONPATH = (not set) program name = './target/bin/python3.11' isolated = 0 environment = 1 user site = 1 safe_path = 0 import site = 1 is in build tree = 0 stdlib dir = '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.12' sys._base_executable = '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/bin/python3.11' sys.base_prefix = '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target' sys.base_exec_prefix = '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target' sys.platlibdir = 'lib' sys.executable = '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/bin/python3.11' sys.prefix = '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target' sys.exec_prefix = '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target' sys.path = [ '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python312.zip', '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.12', '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.12/lib-dynload', ] Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding Python runtime state: core initialized ModuleNotFoundError: No module named 'encodings'
Current thread 0x000003ffa6d76710 (most recent call first): <no Python frame>
Could not find platform independent libraries <prefix> Could not find platform dependent libraries <exec_prefix> Python path configuration: PYTHONHOME = (not set) PYTHONPATH = (not set) program name = './target/bin/python3.11' isolated = 0 environment = 0 user site = 1 safe_path = 0 import site = 1 is in build tree = 0 stdlib dir = '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.12' sys._base_executable = '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/bin/python3.11' sys.base_prefix = '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target' sys.base_exec_prefix = '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target' sys.platlibdir = 'lib' sys.executable = '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/bin/python3.11' sys.prefix = '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target' sys.exec_prefix = '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target' sys.path = [ '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python312.zip', '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.12', '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/lib/python3.12/lib-dynload', ] Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding Python runtime state: core initialized ModuleNotFoundError: No module named 'encodings'
Current thread 0x000003ffbd2f6710 (most recent call first): <no Python frame>
Test report
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder PPC64LE Fedora Rawhide 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/455/builds/1955
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-ppc64le
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
422 tests OK.
10 slowest tests:
- test_multiprocessing_spawn: 4 min 31 sec
- test_gdb: 4 min 7 sec
- test_concurrent_futures: 3 min 27 sec
- test_tokenize: 2 min 58 sec
- test_asyncio: 2 min 17 sec
- test_lib2to3: 2 min 4 sec
- test_multiprocessing_forkserver: 2 min 3 sec
- test_capi: 1 min 46 sec
- test_unparse: 1 min 34 sec
- test_multiprocessing_fork: 1 min 30 sec
1 test failed: test_enum
13 tests skipped: test_devpoll test_ioctl test_kqueue test_launcher test_msilib test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_enum
Total duration: 8 min 55 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Test report
Failed tests:
- test_enum
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder PPC64LE Fedora Stable Clang Installed 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/451/builds/1501
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-ppc64le
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed './target/bin/python3.11 -m ...' (failure) test (failure)
Summary of the results of the build (if available):
Captured traceback
remote: Enumerating objects: 135, done.
remote: Counting objects: 1% (1/100)
remote: Counting objects: 2% (2/100)
remote: Counting objects: 3% (3/100)
remote: Counting objects: 4% (4/100)
remote: Counting objects: 5% (5/100)
remote: Counting objects: 6% (6/100)
remote: Counting objects: 7% (7/100)
remote: Counting objects: 8% (8/100)
remote: Counting objects: 9% (9/100)
remote: Counting objects: 10% (10/100)
remote: Counting objects: 11% (11/100)
remote: Counting objects: 12% (12/100)
remote: Counting objects: 13% (13/100)
remote: Counting objects: 14% (14/100)
remote: Counting objects: 15% (15/100)
remote: Counting objects: 16% (16/100)
remote: Counting objects: 17% (17/100)
remote: Counting objects: 18% (18/100)
remote: Counting objects: 19% (19/100)
remote: Counting objects: 20% (20/100)
remote: Counting objects: 21% (21/100)
remote: Counting objects: 22% (22/100)
remote: Counting objects: 23% (23/100)
remote: Counting objects: 24% (24/100)
remote: Counting objects: 25% (25/100)
remote: Counting objects: 26% (26/100)
remote: Counting objects: 27% (27/100)
remote: Counting objects: 28% (28/100)
remote: Counting objects: 29% (29/100)
remote: Counting objects: 30% (30/100)
remote: Counting objects: 31% (31/100)
remote: Counting objects: 32% (32/100)
remote: Counting objects: 33% (33/100)
remote: Counting objects: 34% (34/100)
remote: Counting objects: 35% (35/100)
remote: Counting objects: 36% (36/100)
remote: Counting objects: 37% (37/100)
remote: Counting objects: 38% (38/100)
remote: Counting objects: 39% (39/100)
remote: Counting objects: 40% (40/100)
remote: Counting objects: 41% (41/100)
remote: Counting objects: 42% (42/100)
remote: Counting objects: 43% (43/100)
remote: Counting objects: 44% (44/100)
remote: Counting objects: 45% (45/100)
remote: Counting objects: 46% (46/100)
remote: Counting objects: 47% (47/100)
remote: Counting objects: 48% (48/100)
remote: Counting objects: 49% (49/100)
remote: Counting objects: 50% (50/100)
remote: Counting objects: 51% (51/100)
remote: Counting objects: 52% (52/100)
remote: Counting objects: 53% (53/100)
remote: Counting objects: 54% (54/100)
remote: Counting objects: 55% (55/100)
remote: Counting objects: 56% (56/100)
remote: Counting objects: 57% (57/100)
remote: Counting objects: 58% (58/100)
remote: Counting objects: 59% (59/100)
remote: Counting objects: 60% (60/100)
remote: Counting objects: 61% (61/100)
remote: Counting objects: 62% (62/100)
remote: Counting objects: 63% (63/100)
remote: Counting objects: 64% (64/100)
remote: Counting objects: 65% (65/100)
remote: Counting objects: 66% (66/100)
remote: Counting objects: 67% (67/100)
remote: Counting objects: 68% (68/100)
remote: Counting objects: 69% (69/100)
remote: Counting objects: 70% (70/100)
remote: Counting objects: 71% (71/100)
remote: Counting objects: 72% (72/100)
remote: Counting objects: 73% (73/100)
remote: Counting objects: 74% (74/100)
remote: Counting objects: 75% (75/100)
remote: Counting objects: 76% (76/100)
remote: Counting objects: 77% (77/100)
remote: Counting objects: 78% (78/100)
remote: Counting objects: 79% (79/100)
remote: Counting objects: 80% (80/100)
remote: Counting objects: 81% (81/100)
remote: Counting objects: 82% (82/100)
remote: Counting objects: 83% (83/100)
remote: Counting objects: 84% (84/100)
remote: Counting objects: 85% (85/100)
remote: Counting objects: 86% (86/100)
remote: Counting objects: 87% (87/100)
remote: Counting objects: 88% (88/100)
remote: Counting objects: 89% (89/100)
remote: Counting objects: 90% (90/100)
remote: Counting objects: 91% (91/100)
remote: Counting objects: 92% (92/100)
remote: Counting objects: 93% (93/100)
remote: Counting objects: 94% (94/100)
remote: Counting objects: 95% (95/100)
remote: Counting objects: 96% (96/100)
remote: Counting objects: 97% (97/100)
remote: Counting objects: 98% (98/100)
remote: Counting objects: 99% (99/100)
remote: Counting objects: 100% (100/100)
remote: Counting objects: 100% (100/100), done.
remote: Compressing objects: 7% (1/13)
remote: Compressing objects: 15% (2/13)
remote: Compressing objects: 23% (3/13)
remote: Compressing objects: 30% (4/13)
remote: Compressing objects: 38% (5/13)
remote: Compressing objects: 46% (6/13)
remote: Compressing objects: 53% (7/13)
remote: Compressing objects: 61% (8/13)
remote: Compressing objects: 69% (9/13)
remote: Compressing objects: 76% (10/13)
remote: Compressing objects: 84% (11/13)
remote: Compressing objects: 92% (12/13)
remote: Compressing objects: 100% (13/13)
remote: Compressing objects: 100% (13/13), done.
remote: Total 59 (delta 38), reused 57 (delta 36), pack-reused 0
From https://github.com/python/cpython
- branch main -> FETCH_HEAD
- [new tag] v3.11.0b1 -> v3.11.0b1 Note: switching to '75de8e69b4351e1b80c7ce1c20d804b7199dab0b'.
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 75de8e69b4 Merge remote-tracking branch 'upstream/main' Switched to and reset branch 'main'
Python/pytime.c:297:10: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] if (!_Py_InIntegralTypeRange(time_t, intpart)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/internal/pycore_pymath.h:76:45: note: expanded from macro '_Py_InIntegralTypeRange' (_Py_IntegralTypeMin(type) <= v && v <= _Py_IntegralTypeMax(type)) ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/internal/pycore_pymath.h:65:94: note: expanded from macro '_Py_IntegralTypeMax' ((_Py_IntegralTypeSigned(type)) ? (((((type)1 << (sizeof(type)*CHAR_BIT - 2)) - 1) << 1) + 1) : ~(type)0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ Python/pytime.c:352:14: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] if (!_Py_InIntegralTypeRange(time_t, intpart)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/internal/pycore_pymath.h:76:45: note: expanded from macro '_Py_InIntegralTypeRange' (_Py_IntegralTypeMin(type) <= v && v <= _Py_IntegralTypeMax(type)) ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/internal/pycore_pymath.h:65:94: note: expanded from macro '_Py_IntegralTypeMax' ((_Py_IntegralTypeSigned(type)) ? (((((type)1 << (sizeof(type)*CHAR_BIT - 2)) - 1) << 1) + 1) : ~(type)0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ Python/pytime.c:510:10: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] if (!_Py_InIntegralTypeRange(_PyTime_t, d)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/internal/pycore_pymath.h:76:45: note: expanded from macro '_Py_InIntegralTypeRange' (_Py_IntegralTypeMin(type) <= v && v <= _Py_IntegralTypeMax(type)) ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/internal/pycore_pymath.h:65:94: note: expanded from macro '_Py_IntegralTypeMax' ((_Py_IntegralTypeSigned(type)) ? (((((type)1 << (sizeof(type)*CHAR_BIT - 2)) - 1) << 1) + 1) : ~(type)0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ Python/specialize.c:1909:13: warning: code will never be executed [-Wunreachable-code] if (next_opcode == EXTENDED_ARG) { ^~~~~~~~~~~ 1 warning generated. 3 warnings generated. ./Modules/timemodule.c:151:13: warning: code will never be executed [-Wunreachable-code] PyErr_SetString(PyExc_OverflowError, ^~~~~~~~~~~~~~~ 1 warning generated. ./Modules/expat/xmlparse.c:3107:9: warning: code will never be executed [-Wunreachable-code] parser->m_characterDataHandler(parser->m_handlerArg, parser->m_dataBuf, ^~~~~~ ./Modules/expat/xmlparse.c:3106:16: note: silence by adding parentheses to mark code as explicitly dead else if (0 && parser->m_characterDataHandler) ^ /* DISABLES CODE */ ( ) ./Modules/expat/xmlparse.c:4050:9: warning: code will never be executed [-Wunreachable-code] parser->m_characterDataHandler(parser->m_handlerArg, parser->m_dataBuf, ^~~~~~ ./Modules/expat/xmlparse.c:4049:16: note: silence by adding parentheses to mark code as explicitly dead else if (0 && parser->m_characterDataHandler) ^ /* DISABLES CODE */ ( ) 2 warnings generated. renaming build/scripts-3.12/pydoc3 to build/scripts-3.12/pydoc3.12 renaming build/scripts-3.12/idle3 to build/scripts-3.12/idle3.12 renaming build/scripts-3.12/2to3 to build/scripts-3.12/2to3-3.12
renaming build/scripts-3.12/pydoc3 to build/scripts-3.12/pydoc3.12 renaming build/scripts-3.12/idle3 to build/scripts-3.12/idle3.12 renaming build/scripts-3.12/2to3 to build/scripts-3.12/2to3-3.12 renaming build/scripts-3.12/pydoc3 to build/scripts-3.12/pydoc3.12 renaming build/scripts-3.12/idle3 to build/scripts-3.12/idle3.12 renaming build/scripts-3.12/2to3 to build/scripts-3.12/2to3-3.12 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_sysconfigdata__linux_powerpc64le-linux-gnu.py to 644 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/__pycache__/_sysconfigdata__linux_powerpc64le-linux-gnu.cpython-312.pyc to 644 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_contextvars.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_bisect.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_random.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_heapq.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/cmath.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_lsprof.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_zoneinfo.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/math.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/array.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_opcode.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_queue.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_statistics.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_typing.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/fcntl.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/grp.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_json.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/spwd.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_struct.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_asyncio.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_datetime.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/syslog.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/select.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/mmap.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_posixsubprocess.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_xxsubinterpreters.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_csv.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_socket.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_testimportmultiple.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_testinternalcapi.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/audioop.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_testmultiphase.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_xxtestfuzz.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/readline.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_curses_panel.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/unicodedata.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_crypt.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_testbuffer.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_md5.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_sha1.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_testcapi.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_pickle.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_hashlib.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_sha3.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_sha256.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_dbm.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_curses.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_gdbm.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_sha512.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/termios.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/resource.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/nis.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/ossaudiodev.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_bz2.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_ssl.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/binascii.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/zlib.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_lzma.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_blake2.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_multibytecodec.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_codecs_kr.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_codecs_cn.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/pyexpat.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_codecs_tw.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_codecs_iso2022.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_ctypes_test.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_codecs_hk.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_codecs_jp.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_posixshmem.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_uuid.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_elementtree.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_multiprocessing.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/xxlimited.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/xxlimited_35.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_sqlite3.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_tkinter.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_decimal.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/_ctypes.cpython-311-powerpc64le-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/ to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.11/lib-dynload/__pycache__ to 755 WARNING: The scripts pip3 and pip3.12 are installed in '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Could not find platform independent libraries <prefix> Could not find platform dependent libraries <exec_prefix> Python path configuration: PYTHONHOME = (not set) PYTHONPATH = (not set) program name = './target/bin/python3.11' isolated = 0 environment = 1 user site = 1 safe_path = 0 import site = 1 is in build tree = 0 stdlib dir = '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.12' sys._base_executable = '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/bin/python3.11' sys.base_prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target' sys.base_exec_prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target' sys.platlibdir = 'lib' sys.executable = '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/bin/python3.11' sys.prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target' sys.exec_prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target' sys.path = [ '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python312.zip', '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.12', '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.12/lib-dynload', ] Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding Python runtime state: core initialized ModuleNotFoundError: No module named 'encodings'
Current thread 0x00007fff92b134e0 (most recent call first): <no Python frame>
Could not find platform independent libraries <prefix> Could not find platform dependent libraries <exec_prefix> Python path configuration: PYTHONHOME = (not set) PYTHONPATH = (not set) program name = './target/bin/python3.11' isolated = 0 environment = 0 user site = 1 safe_path = 0 import site = 1 is in build tree = 0 stdlib dir = '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.12' sys._base_executable = '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/bin/python3.11' sys.base_prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target' sys.base_exec_prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target' sys.platlibdir = 'lib' sys.executable = '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/bin/python3.11' sys.prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target' sys.exec_prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target' sys.path = [ '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python312.zip', '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.12', '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang-installed/build/target/lib/python3.12/lib-dynload', ] Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding Python runtime state: core initialized ModuleNotFoundError: No module named 'encodings'
Current thread 0x00007fff93bf34e0 (most recent call first): <no Python frame>
Test report
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder s390x Fedora Rawhide 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/538/builds/1026
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-rawhide-z
Build Reason: <unknown> Blamelist: Alex Waygood <Alex.Waygood@Gmail.com>, Brandt Bucher <brandtbucher@gmail.com>, Erlend Egeberg Aasland <erlend.aasland@innova.no>, Pablo Galindo <pablogsal@gmail.com>, Serhiy Storchaka <storchaka@gmail.com>, Victor Stinner <vstinner@python.org>, gophra <105054704+gophra@users.noreply.github.com>, larryhastings <larry@hastings.org>, slateny <46876382+slateny@users.noreply.github.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
419 tests OK.
10 slowest tests:
- test_tools: 5 min 41 sec
- test_multiprocessing_spawn: 3 min 42 sec
- test_concurrent_futures: 3 min 4 sec
- test_multiprocessing_forkserver: 1 min 58 sec
- test_multiprocessing_fork: 1 min 56 sec
- test_asyncio: 1 min 52 sec
- test_zipfile: 1 min 45 sec
- test_capi: 1 min 19 sec
- test_tokenize: 1 min 15 sec
- test_largefile: 1 min 6 sec
2 tests failed: test_enum test_tools
15 tests skipped: test_devpoll test_gdb test_ioctl test_kqueue test_launcher test_msilib test_nis test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
2 re-run tests: test_enum test_tools
Total duration: 16 min 59 sec
Captured traceback
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_a4e36ae9'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_ec1151b1'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_tools/test_freeze.py", line 28, in test_freeze_simple_script executable = helper.freeze(python, scriptfile, outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Tools/freeze/test/freeze.py", line 176, in freeze _run_quiet([python, '-E', FREEZE, '-o', outdir, scriptfile], outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Tools/freeze/test/freeze.py", line 25, in _run_quiet return subprocess.run( ^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/subprocess.py", line 558, in run raise CalledProcessError(retcode, process.args, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ subprocess.CalledProcessError: Command '['/tmp/tmp7s6w2odv/python-installation/bin/python3', '-E', '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Tools/freeze/freeze.py', '-o', '/tmp/tmp7s6w2odv', '/tmp/tmp7s6w2odv/app.py']' returned non-zero exit status 1.
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/test/test_tools/test_freeze.py", line 28, in test_freeze_simple_script executable = helper.freeze(python, scriptfile, outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Tools/freeze/test/freeze.py", line 176, in freeze _run_quiet([python, '-E', FREEZE, '-o', outdir, scriptfile], outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Tools/freeze/test/freeze.py", line 25, in _run_quiet return subprocess.run( ^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Lib/subprocess.py", line 558, in run raise CalledProcessError(retcode, process.args, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ subprocess.CalledProcessError: Command '['/tmp/tmptw02m2qs/python-installation/bin/python3', '-E', '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z/build/Tools/freeze/freeze.py', '-o', '/tmp/tmptw02m2qs', '/tmp/tmptw02m2qs/app.py']' returned non-zero exit status 1.
Test report
Failed tests:
- test_enum
- test_tools
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_freeze_simple_script - test.test_tools.test_freeze.TestFreeze.test_freeze_simple_script
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 RHEL8 FIPS Only Blake2 Builtin Hash 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/469/builds/2608
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-RHEL8-fips-x86_64
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
422 tests OK.
10 slowest tests:
- test_gdb: 5 min 55 sec
- test_concurrent_futures: 2 min 40 sec
- test_asyncio: 1 min 54 sec
- test_multiprocessing_spawn: 1 min 39 sec
- test_capi: 1 min 34 sec
- test_multiprocessing_forkserver: 1 min 10 sec
- test_multiprocessing_fork: 1 min 1 sec
- test_tokenize: 56.3 sec
- test_signal: 54.1 sec
- test_unparse: 43.8 sec
1 test failed: test_enum
13 tests skipped: test_devpoll test_ioctl test_kqueue test_launcher test_msilib test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_enum
Total duration: 6 min 45 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-fips-x86_64.no-builtin-hashes-except-blake2/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Test report
Failed tests:
- test_enum
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder aarch64 CentOS9 LTO + PGO 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/847/builds/1014
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-CentOS9-aarch64
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
420 tests OK.
10 slowest tests:
- test_concurrent_futures: 2 min 24 sec
- test_multiprocessing_spawn: 1 min 41 sec
- test_asyncio: 1 min 18 sec
- test_multiprocessing_forkserver: 1 min 11 sec
- test_nntplib: 1 min 6 sec
- test_multiprocessing_fork: 1 min 4 sec
- test_signal: 47.3 sec
- test_io: 37.9 sec
- test_xmlrpc: 27.7 sec
- test_socket: 27.1 sec
1 test failed: test_enum
15 tests skipped: test_devpoll test_gdb test_ioctl test_kqueue test_launcher test_msilib test_nis test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_enum
Total duration: 2 min 24 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-aarch64.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-aarch64.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-aarch64.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_9e625a32'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-aarch64.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-aarch64.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-aarch64.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-aarch64.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-aarch64.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_e3a2f48d'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-aarch64.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_39926317'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-aarch64.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-aarch64.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-aarch64.lto-pgo/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-aarch64.lto-pgo/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-aarch64.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Test report
Failed tests:
- test_enum
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 Arch Linux Asan 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/582/builds/1447
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: pablogsal-arch-x86_64
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
410 tests OK.
10 slowest tests:
- test_subprocess: 1 min 52 sec
- test_tokenize: 1 min 34 sec
- test_asyncio: 1 min 18 sec
- test_unparse: 1 min 13 sec
- test_signal: 1 min 11 sec
- test_lib2to3: 1 min 1 sec
- test_unicodedata: 49.2 sec
- test_io: 46.9 sec
- test_compileall: 41.9 sec
- test_venv: 39.9 sec
1 test failed: test_enum
25 tests skipped: test___all__ test_check_c_globals test_clinic test_concurrent_futures test_crypt test_devpoll test_distutils test_idle test_ioctl test_kqueue test_launcher test_msilib test_multiprocessing_fork test_multiprocessing_forkserver test_multiprocessing_spawn test_peg_generator test_startfile test_tix test_tk test_tools test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_enum
Total duration: 14 min 33 sec
Captured traceback
Traceback (most recent call last): File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64.asan/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64.asan/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64.asan/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64.asan/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64.asan/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64.asan/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64.asan/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64.asan/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64.asan/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64.asan/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64.asan/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Test report
Failed tests:
- test_enum
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 Debian PGO 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/249/builds/2652
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: gps-debian-profile-opt
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
421 tests OK.
10 slowest tests:
- test_concurrent_futures: 2 min 19 sec
- test_multiprocessing_spawn: 1 min 40 sec
- test_multiprocessing_forkserver: 1 min 14 sec
- test_multiprocessing_fork: 1 min 10 sec
- test_asyncio: 1 min 4 sec
- test_signal: 47.2 sec
- test_io: 31.5 sec
- test_subprocess: 31.3 sec
- test_imaplib: 30.2 sec
- test_xmlrpc: 27.5 sec
1 test failed: test_enum
14 tests skipped: test_devpoll test_gdb test_ioctl test_kqueue test_launcher test_msilib test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_enum
Total duration: 10 min 48 sec
Captured traceback
Traceback (most recent call last): File "/var/lib/buildbot/workers/enable-optimizations-bot/3.x.gps-debian-profile-opt.pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/buildbot/workers/enable-optimizations-bot/3.x.gps-debian-profile-opt.pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/var/lib/buildbot/workers/enable-optimizations-bot/3.x.gps-debian-profile-opt.pgo/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/var/lib/buildbot/workers/enable-optimizations-bot/3.x.gps-debian-profile-opt.pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/var/lib/buildbot/workers/enable-optimizations-bot/3.x.gps-debian-profile-opt.pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/buildbot/workers/enable-optimizations-bot/3.x.gps-debian-profile-opt.pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/var/lib/buildbot/workers/enable-optimizations-bot/3.x.gps-debian-profile-opt.pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/buildbot/workers/enable-optimizations-bot/3.x.gps-debian-profile-opt.pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/var/lib/buildbot/workers/enable-optimizations-bot/3.x.gps-debian-profile-opt.pgo/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/var/lib/buildbot/workers/enable-optimizations-bot/3.x.gps-debian-profile-opt.pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_1b880b1d'
Traceback (most recent call last): File "/var/lib/buildbot/workers/enable-optimizations-bot/3.x.gps-debian-profile-opt.pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/buildbot/workers/enable-optimizations-bot/3.x.gps-debian-profile-opt.pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/var/lib/buildbot/workers/enable-optimizations-bot/3.x.gps-debian-profile-opt.pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_0d410928'
Traceback (most recent call last): File "/var/lib/buildbot/workers/enable-optimizations-bot/3.x.gps-debian-profile-opt.pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_6d0cd29c'
Test report
Failed tests:
- test_enum
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder s390x Fedora 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/223/builds/1963
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-z
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
419 tests OK.
10 slowest tests:
- test_tools: 3 min 22 sec
- test_concurrent_futures: 2 min 28 sec
- test_multiprocessing_spawn: 2 min 20 sec
- test_asyncio: 1 min 26 sec
- test_multiprocessing_forkserver: 1 min 17 sec
- test_multiprocessing_fork: 1 min 13 sec
- test_nntplib: 1 min 5 sec
- test_gdb: 1 min 1 sec
- test_capi: 1 min 1 sec
- test_signal: 48.2 sec
2 tests failed: test_enum test_tools
15 tests skipped: test_devpoll test_ioctl test_kqueue test_launcher test_msilib test_nis test_readline test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
2 re-run tests: test_enum test_tools
Total duration: 7 min 16 sec
Captured traceback
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_12859e5f'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_f1b3ece3'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_tools/test_freeze.py", line 28, in test_freeze_simple_script executable = helper.freeze(python, scriptfile, outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Tools/freeze/test/freeze.py", line 176, in freeze _run_quiet([python, '-E', FREEZE, '-o', outdir, scriptfile], outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Tools/freeze/test/freeze.py", line 25, in _run_quiet return subprocess.run( ^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/subprocess.py", line 558, in run raise CalledProcessError(retcode, process.args, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ subprocess.CalledProcessError: Command '['/tmp/tmpvda_2tq0/python-installation/bin/python3', '-E', '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Tools/freeze/freeze.py', '-o', '/tmp/tmpvda_2tq0', '/tmp/tmpvda_2tq0/app.py']' returned non-zero exit status 1.
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_tools/test_freeze.py", line 28, in test_freeze_simple_script executable = helper.freeze(python, scriptfile, outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Tools/freeze/test/freeze.py", line 176, in freeze _run_quiet([python, '-E', FREEZE, '-o', outdir, scriptfile], outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Tools/freeze/test/freeze.py", line 25, in _run_quiet return subprocess.run( ^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/subprocess.py", line 558, in run raise CalledProcessError(retcode, process.args, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ subprocess.CalledProcessError: Command '['/tmp/tmpa5nkaxnt/python-installation/bin/python3', '-E', '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Tools/freeze/freeze.py', '-o', '/tmp/tmpa5nkaxnt', '/tmp/tmpa5nkaxnt/app.py']' returned non-zero exit status 1.
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_9b424104'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Test report
Failed tests:
- test_enum
- test_tools
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_freeze_simple_script - test.test_tools.test_freeze.TestFreeze.test_freeze_simple_script
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder PPC64LE Fedora Stable Clang 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/435/builds/1503
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-ppc64le
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
422 tests OK.
10 slowest tests:
- test_concurrent_futures: 2 min 46 sec
- test_multiprocessing_spawn: 2 min 44 sec
- test_tokenize: 2 min 22 sec
- test_gdb: 2 min 14 sec
- test_multiprocessing_forkserver: 1 min 46 sec
- test_asyncio: 1 min 37 sec
- test_lib2to3: 1 min 26 sec
- test_multiprocessing_fork: 1 min 22 sec
- test_capi: 1 min 19 sec
- test_unparse: 1 min 18 sec
1 test failed: test_enum
13 tests skipped: test_devpoll test_ioctl test_kqueue test_launcher test_msilib test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_enum
Total duration: 5 min 52 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_4ae099d7'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le.clang/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Test report
Failed tests:
- test_enum
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder PPC64LE RHEL8 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/559/builds/1823
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-RHEL8-ppc64le
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
422 tests OK.
10 slowest tests:
- test_gdb: 10 min 13 sec
- test_tokenize: 3 min 46 sec
- test_concurrent_futures: 3 min 37 sec
- test_multiprocessing_spawn: 3 min 22 sec
- test_unparse: 2 min 22 sec
- test_lib2to3: 2 min 22 sec
- test_unicodedata: 2 min 21 sec
- test_multiprocessing_forkserver: 2 min 1 sec
- test_asyncio: 1 min 55 sec
- test_capi: 1 min 51 sec
1 test failed: test_enum
13 tests skipped: test_devpoll test_ioctl test_kqueue test_launcher test_msilib test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_enum
Total duration: 13 min 48 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Test report
Failed tests:
- test_enum
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 RHEL7 LTO 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/507/builds/2172
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-RHEL7-x86_64
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
415 tests OK.
10 slowest tests:
- test_concurrent_futures: 2 min 21 sec
- test_mailbox: 2 min
- test_shelve: 1 min 56 sec
- test_multiprocessing_spawn: 1 min 44 sec
- test_multiprocessing_forkserver: 1 min 15 sec
- test_multiprocessing_fork: 1 min 7 sec
- test_asyncio: 54.3 sec
- test_io: 50.2 sec
- test_signal: 47.6 sec
- test_tokenize: 33.9 sec
1 test failed: test_enum
20 tests skipped: test_devpoll test_gdb test_idle test_ioctl test_kqueue test_launcher test_msilib test_smtpnet test_ssl test_startfile test_tcl test_tix test_tk test_ttk_guionly test_ttk_textonly test_turtle test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_enum
Total duration: 4 min 30 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.lto/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.lto/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_d82caedd'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_2c3fb6bc'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_42d598f0'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Test report
Failed tests:
- test_enum
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 Fedora Stable LTO + PGO 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/29/builds/2111
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-x86_64
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
421 tests OK.
10 slowest tests:
- test_concurrent_futures: 2 min 19 sec
- test_multiprocessing_spawn: 1 min 30 sec
- test_multiprocessing_forkserver: 1 min 10 sec
- test_asyncio: 1 min 7 sec
- test_multiprocessing_fork: 1 min 4 sec
- test_signal: 47.4 sec
- test_socket: 37.9 sec
- test_io: 37.7 sec
- test_xmlrpc: 27.6 sec
- test_subprocess: 23.9 sec
1 test failed: test_enum
14 tests skipped: test_devpoll test_gdb test_ioctl test_kqueue test_launcher test_msilib test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_enum
Total duration: 3 min 3 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto-pgo/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_0708e2e1'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto-pgo/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_1b7d301a'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_04691ed4'
Test report
Failed tests:
- test_enum
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder aarch64 Fedora Stable Clang 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/234/builds/1920
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-aarch64
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
422 tests OK.
10 slowest tests:
- test_multiprocessing_spawn: 3 min 2 sec
- test_concurrent_futures: 2 min 52 sec
- test_asyncio: 2 min 2 sec
- test_multiprocessing_forkserver: 1 min 40 sec
- test_multiprocessing_fork: 1 min 26 sec
- test_gdb: 1 min 14 sec
- test_nntplib: 1 min 6 sec
- test_capi: 1 min 2 sec
- test_tokenize: 52.2 sec
- test_io: 49.8 sec
1 test failed: test_enum
13 tests skipped: test_devpoll test_ioctl test_kqueue test_launcher test_msilib test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_enum
Total duration: 3 min 21 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_c2a4fd11'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_984ebe77'
Test report
Failed tests:
- test_enum
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 RHEL8 LTO 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/64/builds/2013
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-RHEL8-x86_64
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
422 tests OK.
10 slowest tests:
- test_mailbox: 3 min 55 sec
- test_shelve: 3 min 27 sec
- test_gdb: 2 min 54 sec
- test_largefile: 2 min 49 sec
- test_concurrent_futures: 2 min 23 sec
- test_dbm: 2 min 7 sec
- test_gzip: 1 min 58 sec
- test_dbm_ndbm: 1 min 48 sec
- test_multiprocessing_spawn: 1 min 41 sec
- test_zipfile: 1 min 23 sec
1 test failed: test_enum
13 tests skipped: test_devpoll test_ioctl test_kqueue test_launcher test_msilib test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_enum
Total duration: 6 min 57 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_7aae2075'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_58c886b9'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_c653d74e'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-x86_64.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Test report
Failed tests:
- test_enum
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder PPC64LE CentOS9 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/852/builds/698
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-CentOS9-ppc64le
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
421 tests OK.
10 slowest tests:
- test_gdb: 5 min 25 sec
- test_multiprocessing_spawn: 3 min 44 sec
- test_concurrent_futures: 3 min 29 sec
- test_tokenize: 3 min 12 sec
- test_unparse: 2 min 27 sec
- test_multiprocessing_forkserver: 2 min 8 sec
- test_lib2to3: 2 min 6 sec
- test_asyncio: 1 min 58 sec
- test_unicodedata: 1 min 55 sec
- test_multiprocessing_fork: 1 min 50 sec
1 test failed: test_enum
14 tests skipped: test_devpoll test_ioctl test_kqueue test_launcher test_msilib test_nis test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_enum
Total duration: 8 min 15 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Test report
Failed tests:
- test_enum
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder PPC64LE Fedora Stable 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/90/builds/1585
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-ppc64le
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
422 tests OK.
10 slowest tests:
- test_gdb: 7 min 24 sec
- test_multiprocessing_spawn: 4 min 41 sec
- test_concurrent_futures: 3 min 33 sec
- test_tokenize: 3 min 29 sec
- test_lib2to3: 2 min 20 sec
- test_multiprocessing_forkserver: 2 min 8 sec
- test_unparse: 2 min 5 sec
- test_unicodedata: 2 min 4 sec
- test_capi: 1 min 55 sec
- test_asyncio: 1 min 51 sec
1 test failed: test_enum
13 tests skipped: test_devpoll test_ioctl test_kqueue test_launcher test_msilib test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_enum
Total duration: 7 min 56 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-ppc64le/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Test report
Failed tests:
- test_enum
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder s390x Fedora Clang 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/3/builds/2040
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-z
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
419 tests OK.
10 slowest tests:
- test_concurrent_futures: 3 min 15 sec
- test_multiprocessing_spawn: 3 min 9 sec
- test_tools: 2 min 32 sec
- test_tokenize: 1 min 55 sec
- test_multiprocessing_forkserver: 1 min 49 sec
- test_asyncio: 1 min 31 sec
- test_unicodedata: 1 min 25 sec
- test_multiprocessing_fork: 1 min 16 sec
- test_capi: 1 min 11 sec
- test_lib2to3: 1 min 11 sec
2 tests failed: test_enum test_tools
15 tests skipped: test_devpoll test_ioctl test_kqueue test_launcher test_msilib test_nis test_readline test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
2 re-run tests: test_enum test_tools
Total duration: 9 min 56 sec
Captured traceback
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/test/test_tools/test_freeze.py", line 28, in test_freeze_simple_script executable = helper.freeze(python, scriptfile, outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Tools/freeze/test/freeze.py", line 176, in freeze _run_quiet([python, '-E', FREEZE, '-o', outdir, scriptfile], outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Tools/freeze/test/freeze.py", line 25, in _run_quiet return subprocess.run( ^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/subprocess.py", line 558, in run raise CalledProcessError(retcode, process.args, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ subprocess.CalledProcessError: Command '['/tmp/tmpjmje1uq4/python-installation/bin/python3', '-E', '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Tools/freeze/freeze.py', '-o', '/tmp/tmpjmje1uq4', '/tmp/tmpjmje1uq4/app.py']' returned non-zero exit status 1.
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_d0386915'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_b1427769'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/test/test_tools/test_freeze.py", line 28, in test_freeze_simple_script executable = helper.freeze(python, scriptfile, outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Tools/freeze/test/freeze.py", line 176, in freeze _run_quiet([python, '-E', FREEZE, '-o', outdir, scriptfile], outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Tools/freeze/test/freeze.py", line 25, in _run_quiet return subprocess.run( ^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Lib/subprocess.py", line 558, in run raise CalledProcessError(retcode, process.args, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ subprocess.CalledProcessError: Command '['/tmp/tmpkpbg0kp5/python-installation/bin/python3', '-E', '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang/build/Tools/freeze/freeze.py', '-o', '/tmp/tmpkpbg0kp5', '/tmp/tmpkpbg0kp5/app.py']' returned non-zero exit status 1.
Test report
Failed tests:
- test_enum
- test_tools
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_freeze_simple_script - test.test_tools.test_freeze.TestFreeze.test_freeze_simple_script
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 Windows10 Pro 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/596/builds/2686
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: kloth-win64
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
Captured traceback
remote: Enumerating objects: 109, done.
remote: Counting objects: 1% (1/82)
remote: Counting objects: 2% (2/82)
remote: Counting objects: 3% (3/82)
remote: Counting objects: 4% (4/82)
remote: Counting objects: 6% (5/82)
remote: Counting objects: 7% (6/82)
remote: Counting objects: 8% (7/82)
remote: Counting objects: 9% (8/82)
remote: Counting objects: 10% (9/82)
remote: Counting objects: 12% (10/82)
remote: Counting objects: 13% (11/82)
remote: Counting objects: 14% (12/82)
remote: Counting objects: 15% (13/82)
remote: Counting objects: 17% (14/82)
remote: Counting objects: 18% (15/82)
remote: Counting objects: 19% (16/82)
remote: Counting objects: 20% (17/82)
remote: Counting objects: 21% (18/82)
remote: Counting objects: 23% (19/82)
remote: Counting objects: 24% (20/82)
remote: Counting objects: 25% (21/82)
remote: Counting objects: 26% (22/82)
remote: Counting objects: 28% (23/82)
remote: Counting objects: 29% (24/82)
remote: Counting objects: 30% (25/82)
remote: Counting objects: 31% (26/82)
remote: Counting objects: 32% (27/82)
remote: Counting objects: 34% (28/82)
remote: Counting objects: 35% (29/82)
remote: Counting objects: 36% (30/82)
remote: Counting objects: 37% (31/82)
remote: Counting objects: 39% (32/82)
remote: Counting objects: 40% (33/82)
remote: Counting objects: 41% (34/82)
remote: Counting objects: 42% (35/82)
remote: Counting objects: 43% (36/82)
remote: Counting objects: 45% (37/82)
remote: Counting objects: 46% (38/82)
remote: Counting objects: 47% (39/82)
remote: Counting objects: 48% (40/82)
remote: Counting objects: 50% (41/82)
remote: Counting objects: 51% (42/82)
remote: Counting objects: 52% (43/82)
remote: Counting objects: 53% (44/82)
remote: Counting objects: 54% (45/82)
remote: Counting objects: 56% (46/82)
remote: Counting objects: 57% (47/82)
remote: Counting objects: 58% (48/82)
remote: Counting objects: 59% (49/82)
remote: Counting objects: 60% (50/82)
remote: Counting objects: 62% (51/82)
remote: Counting objects: 63% (52/82)
remote: Counting objects: 64% (53/82)
remote: Counting objects: 65% (54/82)
remote: Counting objects: 67% (55/82)
remote: Counting objects: 68% (56/82)
remote: Counting objects: 69% (57/82)
remote: Counting objects: 70% (58/82)
remote: Counting objects: 71% (59/82)
remote: Counting objects: 73% (60/82)
remote: Counting objects: 74% (61/82)
remote: Counting objects: 75% (62/82)
remote: Counting objects: 76% (63/82)
remote: Counting objects: 78% (64/82)
remote: Counting objects: 79% (65/82)
remote: Counting objects: 80% (66/82)
remote: Counting objects: 81% (67/82)
remote: Counting objects: 82% (68/82)
remote: Counting objects: 84% (69/82)
remote: Counting objects: 85% (70/82)
remote: Counting objects: 86% (71/82)
remote: Counting objects: 87% (72/82)
remote: Counting objects: 89% (73/82)
remote: Counting objects: 90% (74/82)
remote: Counting objects: 91% (75/82)
remote: Counting objects: 92% (76/82)
remote: Counting objects: 93% (77/82)
remote: Counting objects: 95% (78/82)
remote: Counting objects: 96% (79/82)
remote: Counting objects: 97% (80/82)
remote: Counting objects: 98% (81/82)
remote: Counting objects: 100% (82/82)
remote: Counting objects: 100% (82/82), done.
remote: Compressing objects: 11% (1/9)
remote: Compressing objects: 22% (2/9)
remote: Compressing objects: 33% (3/9)
remote: Compressing objects: 44% (4/9)
remote: Compressing objects: 55% (5/9)
remote: Compressing objects: 66% (6/9)
remote: Compressing objects: 77% (7/9)
remote: Compressing objects: 88% (8/9)
remote: Compressing objects: 100% (9/9)
remote: Compressing objects: 100% (9/9), done.
remote: Total 49 (delta 30), reused 49 (delta 30), pack-reused 0
From https://github.com/python/cpython
- branch main -> FETCH_HEAD
- [new tag] v3.11.0b1 -> v3.11.0b1 Note: switching to '75de8e69b4351e1b80c7ce1c20d804b7199dab0b'.
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 75de8e69b4 Merge remote-tracking branch 'upstream/main' Switched to and reset branch 'main'
Could Not Find C:\buildbot.python.org\3.x.kloth-win64\build\Lib\*.pyc The system cannot find the file specified. Could Not Find C:\buildbot.python.org\3.x.kloth-win64\build\PCbuild\python*.zip
Could Not Find C:\buildbot.python.org\3.x.kloth-win64\build\Lib\*.pyc The system cannot find the file specified. Could Not Find C:\buildbot.python.org\3.x.kloth-win64\build\PCbuild\python*.zip
Test report
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder s390x SLES 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/540/builds/2751
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-sles-z
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
420 tests OK.
10 slowest tests:
- test_concurrent_futures: 2 min 25 sec
- test_multiprocessing_spawn: 2 min 13 sec
- test_tools: 2 min 12 sec
- test_multiprocessing_fork: 1 min 42 sec
- test_multiprocessing_forkserver: 1 min 30 sec
- test_asyncio: 1 min 19 sec
- test_nntplib: 1 min 5 sec
- test_tokenize: 53.1 sec
- test_signal: 48.1 sec
- test_capi: 43.8 sec
2 tests failed: test_enum test_tools
14 tests skipped: test_devpoll test_ioctl test_kqueue test_launcher test_msilib test_nis test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
2 re-run tests: test_enum test_tools
Total duration: 8 min 1 sec
Captured traceback
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_f19b6cb3'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_f247a31d'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/test/test_tools/test_freeze.py", line 28, in test_freeze_simple_script executable = helper.freeze(python, scriptfile, outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Tools/freeze/test/freeze.py", line 176, in freeze _run_quiet([python, '-E', FREEZE, '-o', outdir, scriptfile], outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Tools/freeze/test/freeze.py", line 25, in _run_quiet return subprocess.run( ^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/subprocess.py", line 558, in run raise CalledProcessError(retcode, process.args, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ subprocess.CalledProcessError: Command '['/tmp/tmp8v00eqt0/python-installation/bin/python3', '-E', '/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Tools/freeze/freeze.py', '-o', '/tmp/tmp8v00eqt0', '/tmp/tmp8v00eqt0/app.py']' returned non-zero exit status 1.
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_8f02b58b'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/test/test_tools/test_freeze.py", line 28, in test_freeze_simple_script executable = helper.freeze(python, scriptfile, outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Tools/freeze/test/freeze.py", line 176, in freeze _run_quiet([python, '-E', FREEZE, '-o', outdir, scriptfile], outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Tools/freeze/test/freeze.py", line 25, in _run_quiet return subprocess.run( ^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/subprocess.py", line 558, in run raise CalledProcessError(retcode, process.args, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ subprocess.CalledProcessError: Command '['/tmp/tmpso55k5wb/python-installation/bin/python3', '-E', '/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Tools/freeze/freeze.py', '-o', '/tmp/tmpso55k5wb', '/tmp/tmpso55k5wb/app.py']' returned non-zero exit status 1.
Test report
Failed tests:
- test_enum
- test_tools
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_freeze_simple_script - test.test_tools.test_freeze.TestFreeze.test_freeze_simple_script
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder aarch64 Fedora Stable 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/125/builds/1915
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-aarch64
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
422 tests OK.
10 slowest tests:
- test_gdb: 3 min 35 sec
- test_concurrent_futures: 2 min 46 sec
- test_multiprocessing_spawn: 2 min 45 sec
- test_asyncio: 2 min 2 sec
- test_multiprocessing_forkserver: 1 min 49 sec
- test_capi: 1 min 30 sec
- test_multiprocessing_fork: 1 min 20 sec
- test_nntplib: 1 min 7 sec
- test_tokenize: 1 min 1 sec
- test_unparse: 59.3 sec
1 test failed: test_enum
13 tests skipped: test_devpoll test_ioctl test_kqueue test_launcher test_msilib test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_enum
Total duration: 3 min 45 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_5e261162'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_d24f5c16'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Test report
Failed tests:
- test_enum
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder ARM64 macOS 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/725/builds/1757
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: pablogsal-macos-m1
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
410 tests OK.
10 slowest tests:
- test_concurrent_futures: 2 min 46 sec
- test_multiprocessing_spawn: 2 min 9 sec
- test_multiprocessing_forkserver: 1 min 38 sec
- test_asyncio: 1 min 26 sec
- test_logging: 1 min 8 sec
- test_ssl: 45.5 sec
- test_signal: 44.3 sec
- test_io: 39.4 sec
- test_tokenize: 38.9 sec
- test_capi: 34.2 sec
1 test failed: test_enum
22 tests skipped: test_dbm_gnu test_devpoll test_epoll test_gdb test_idle test_ioctl test_launcher test_msilib test_multiprocessing_fork test_ossaudiodev 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
1 re-run test: test_enum
Total duration: 7 min 26 sec
Captured traceback
Traceback (most recent call last): File "/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_810ab355'
Traceback (most recent call last): File "/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_63ea7d27'
Traceback (most recent call last): File "/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Test report
Failed tests:
- test_enum
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder PPC64LE Fedora Rawhide Clang 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/33/builds/2040
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-ppc64le
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
422 tests OK.
10 slowest tests:
- test_multiprocessing_spawn: 3 min 45 sec
- test_gdb: 2 min 59 sec
- test_concurrent_futures: 2 min 51 sec
- test_multiprocessing_fork: 1 min 53 sec
- test_unparse: 1 min 51 sec
- test_asyncio: 1 min 46 sec
- test_tokenize: 1 min 43 sec
- test_multiprocessing_forkserver: 1 min 38 sec
- test_unicodedata: 1 min 27 sec
- test_lib2to3: 1 min 14 sec
1 test failed: test_enum
13 tests skipped: test_devpoll test_ioctl test_kqueue test_launcher test_msilib test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_enum
Total duration: 5 min 30 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-ppc64le.clang/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Test report
Failed tests:
- test_enum
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder s390x Debian 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/49/builds/2766
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-debian-z
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
420 tests OK.
10 slowest tests:
- test_concurrent_futures: 2 min 24 sec
- test_multiprocessing_spawn: 2 min 1 sec
- test_tools: 1 min 56 sec
- test_gdb: 1 min 26 sec
- test_multiprocessing_forkserver: 1 min 21 sec
- test_asyncio: 1 min 16 sec
- test_multiprocessing_fork: 1 min 9 sec
- test_tokenize: 1 min 5 sec
- test_subprocess: 51.2 sec
- test_signal: 48.6 sec
2 tests failed: test_enum test_tools
14 tests skipped: test_dbm_ndbm test_devpoll test_ioctl test_kqueue test_launcher test_msilib test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
2 re-run tests: test_enum test_tools
Total duration: 7 min 5 sec
Captured traceback
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-debian-z/build/Lib/test/test_tools/test_freeze.py", line 28, in test_freeze_simple_script executable = helper.freeze(python, scriptfile, outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-debian-z/build/Tools/freeze/test/freeze.py", line 176, in freeze _run_quiet([python, '-E', FREEZE, '-o', outdir, scriptfile], outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-debian-z/build/Tools/freeze/test/freeze.py", line 25, in _run_quiet return subprocess.run( ^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-debian-z/build/Lib/subprocess.py", line 558, in run raise CalledProcessError(retcode, process.args, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ subprocess.CalledProcessError: Command '['/tmp/tmpqfr1bkp2/python-installation/bin/python3', '-E', '/home/dje/cpython-buildarea/3.x.edelsohn-debian-z/build/Tools/freeze/freeze.py', '-o', '/tmp/tmpqfr1bkp2', '/tmp/tmpqfr1bkp2/app.py']' returned non-zero exit status 1.
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-debian-z/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-debian-z/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-debian-z/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-debian-z/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-debian-z/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-debian-z/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-debian-z/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-debian-z/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-debian-z/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-debian-z/build/Lib/test/test_tools/test_freeze.py", line 28, in test_freeze_simple_script executable = helper.freeze(python, scriptfile, outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-debian-z/build/Tools/freeze/test/freeze.py", line 176, in freeze _run_quiet([python, '-E', FREEZE, '-o', outdir, scriptfile], outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-debian-z/build/Tools/freeze/test/freeze.py", line 25, in _run_quiet return subprocess.run( ^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-debian-z/build/Lib/subprocess.py", line 558, in run raise CalledProcessError(retcode, process.args, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ subprocess.CalledProcessError: Command '['/tmp/tmpeqd410qm/python-installation/bin/python3', '-E', '/home/dje/cpython-buildarea/3.x.edelsohn-debian-z/build/Tools/freeze/freeze.py', '-o', '/tmp/tmpeqd410qm', '/tmp/tmpeqd410qm/app.py']' returned non-zero exit status 1.
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-debian-z/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_2de89f2c'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-debian-z/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-debian-z/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Test report
Failed tests:
- test_enum
- test_tools
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_freeze_simple_script - test.test_tools.test_freeze.TestFreeze.test_freeze_simple_script
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder aarch64 Fedora Rawhide Clang 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/40/builds/2049
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-aarch64
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
422 tests OK.
10 slowest tests:
- test_multiprocessing_spawn: 3 min
- test_concurrent_futures: 2 min 52 sec
- test_asyncio: 2 min 2 sec
- test_multiprocessing_forkserver: 1 min 41 sec
- test_gdb: 1 min 39 sec
- test_multiprocessing_fork: 1 min 26 sec
- test_capi: 1 min 9 sec
- test_nntplib: 1 min 8 sec
- test_zipfile: 1 min 7 sec
- test_tokenize: 52.4 sec
1 test failed: test_enum
13 tests skipped: test_devpoll test_ioctl test_kqueue test_launcher test_msilib test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_enum
Total duration: 3 min 25 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_e083a2c8'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.clang/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_926669d9'
Test report
Failed tests:
- test_enum
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder ARM64 Windows Non-Debug Azure 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/897/builds/245
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: linaro2-win-arm64
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
Captured traceback
remote: Enumerating objects: 106, done.
remote: Counting objects: 1% (1/79)
remote: Counting objects: 2% (2/79)
remote: Counting objects: 3% (3/79)
remote: Counting objects: 5% (4/79)
remote: Counting objects: 6% (5/79)
remote: Counting objects: 7% (6/79)
remote: Counting objects: 8% (7/79)
remote: Counting objects: 10% (8/79)
remote: Counting objects: 11% (9/79)
remote: Counting objects: 12% (10/79)
remote: Counting objects: 13% (11/79)
remote: Counting objects: 15% (12/79)
remote: Counting objects: 16% (13/79)
remote: Counting objects: 17% (14/79)
remote: Counting objects: 18% (15/79)
remote: Counting objects: 20% (16/79)
remote: Counting objects: 21% (17/79)
remote: Counting objects: 22% (18/79)
remote: Counting objects: 24% (19/79)
remote: Counting objects: 25% (20/79)
remote: Counting objects: 26% (21/79)
remote: Counting objects: 27% (22/79)
remote: Counting objects: 29% (23/79)
remote: Counting objects: 30% (24/79)
remote: Counting objects: 31% (25/79)
remote: Counting objects: 32% (26/79)
remote: Counting objects: 34% (27/79)
remote: Counting objects: 35% (28/79)
remote: Counting objects: 36% (29/79)
remote: Counting objects: 37% (30/79)
remote: Counting objects: 39% (31/79)
remote: Counting objects: 40% (32/79)
remote: Counting objects: 41% (33/79)
remote: Counting objects: 43% (34/79)
remote: Counting objects: 44% (35/79)
remote: Counting objects: 45% (36/79)
remote: Counting objects: 46% (37/79)
remote: Counting objects: 48% (38/79)
remote: Counting objects: 49% (39/79)
remote: Counting objects: 50% (40/79)
remote: Counting objects: 51% (41/79)
remote: Counting objects: 53% (42/79)
remote: Counting objects: 54% (43/79)
remote: Counting objects: 55% (44/79)
remote: Counting objects: 56% (45/79)
remote: Counting objects: 58% (46/79)
remote: Counting objects: 59% (47/79)
remote: Counting objects: 60% (48/79)
remote: Counting objects: 62% (49/79)
remote: Counting objects: 63% (50/79)
remote: Counting objects: 64% (51/79)
remote: Counting objects: 65% (52/79)
remote: Counting objects: 67% (53/79)
remote: Counting objects: 68% (54/79)
remote: Counting objects: 69% (55/79)
remote: Counting objects: 70% (56/79)
remote: Counting objects: 72% (57/79)
remote: Counting objects: 73% (58/79)
remote: Counting objects: 74% (59/79)
remote: Counting objects: 75% (60/79)
remote: Counting objects: 77% (61/79)
remote: Counting objects: 78% (62/79)
remote: Counting objects: 79% (63/79)
remote: Counting objects: 81% (64/79)
remote: Counting objects: 82% (65/79)
remote: Counting objects: 83% (66/79)
remote: Counting objects: 84% (67/79)
remote: Counting objects: 86% (68/79)
remote: Counting objects: 87% (69/79)
remote: Counting objects: 88% (70/79)
remote: Counting objects: 89% (71/79)
remote: Counting objects: 91% (72/79)
remote: Counting objects: 92% (73/79)
remote: Counting objects: 93% (74/79)
remote: Counting objects: 94% (75/79)
remote: Counting objects: 96% (76/79)
remote: Counting objects: 97% (77/79)
remote: Counting objects: 98% (78/79)
remote: Counting objects: 100% (79/79)
remote: Counting objects: 100% (79/79), done.
remote: Compressing objects: 12% (1/8)
remote: Compressing objects: 25% (2/8)
remote: Compressing objects: 37% (3/8)
remote: Compressing objects: 50% (4/8)
remote: Compressing objects: 62% (5/8)
remote: Compressing objects: 75% (6/8)
remote: Compressing objects: 87% (7/8)
remote: Compressing objects: 100% (8/8)
remote: Compressing objects: 100% (8/8), done.
remote: Total 46 (delta 28), reused 46 (delta 28), pack-reused 0
From https://github.com/python/cpython
- branch main -> FETCH_HEAD
- [new tag] v3.11.0b1 -> v3.11.0b1 Note: switching to '75de8e69b4351e1b80c7ce1c20d804b7199dab0b'.
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 75de8e69b4 Merge remote-tracking branch 'upstream/main' Switched to and reset branch 'main'
Could Not Find C:\Workspace\buildarea\3.x.linaro2-win-arm64.nondebug\build\Lib\*.pyc The system cannot find the file specified. Could Not Find C:\Workspace\buildarea\3.x.linaro2-win-arm64.nondebug\build\PCbuild\python*.zip
Could Not Find C:\Workspace\buildarea\3.x.linaro2-win-arm64.nondebug\build\Lib\*.pyc The system cannot find the file specified. Could Not Find C:\Workspace\buildarea\3.x.linaro2-win-arm64.nondebug\build\PCbuild\python*.zip
Test report
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 RHEL7 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/15/builds/2269
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-RHEL7-x86_64
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
415 tests OK.
10 slowest tests:
- test_concurrent_futures: 2 min 40 sec
- test_multiprocessing_spawn: 2 min 38 sec
- test_asyncio: 1 min 30 sec
- test_multiprocessing_forkserver: 1 min 28 sec
- test_tokenize: 1 min 17 sec
- test_capi: 1 min 15 sec
- test_multiprocessing_fork: 1 min 14 sec
- test_unparse: 1 min 4 sec
- test_mailbox: 59.5 sec
- test_signal: 49.7 sec
1 test failed: test_enum
20 tests skipped: test_devpoll test_gdb test_idle test_ioctl test_kqueue test_launcher test_msilib test_smtpnet test_ssl test_startfile test_tcl test_tix test_tk test_ttk_guionly test_ttk_textonly test_turtle test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_enum
Total duration: 3 min 46 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_bcc85477'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_523d95ec'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-x86_64/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Test report
Failed tests:
- test_enum
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder ARM64 Windows Non-Debug 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/730/builds/4679
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: linaro-win-arm64
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
Captured traceback
remote: Enumerating objects: 106, done.
remote: Counting objects: 1% (1/79)
remote: Counting objects: 2% (2/79)
remote: Counting objects: 3% (3/79)
remote: Counting objects: 5% (4/79)
remote: Counting objects: 6% (5/79)
remote: Counting objects: 7% (6/79)
remote: Counting objects: 8% (7/79)
remote: Counting objects: 10% (8/79)
remote: Counting objects: 11% (9/79)
remote: Counting objects: 12% (10/79)
remote: Counting objects: 13% (11/79)
remote: Counting objects: 15% (12/79)
remote: Counting objects: 16% (13/79)
remote: Counting objects: 17% (14/79)
remote: Counting objects: 18% (15/79)
remote: Counting objects: 20% (16/79)
remote: Counting objects: 21% (17/79)
remote: Counting objects: 22% (18/79)
remote: Counting objects: 24% (19/79)
remote: Counting objects: 25% (20/79)
remote: Counting objects: 26% (21/79)
remote: Counting objects: 27% (22/79)
remote: Counting objects: 29% (23/79)
remote: Counting objects: 30% (24/79)
remote: Counting objects: 31% (25/79)
remote: Counting objects: 32% (26/79)
remote: Counting objects: 34% (27/79)
remote: Counting objects: 35% (28/79)
remote: Counting objects: 36% (29/79)
remote: Counting objects: 37% (30/79)
remote: Counting objects: 39% (31/79)
remote: Counting objects: 40% (32/79)
remote: Counting objects: 41% (33/79)
remote: Counting objects: 43% (34/79)
remote: Counting objects: 44% (35/79)
remote: Counting objects: 45% (36/79)
remote: Counting objects: 46% (37/79)
remote: Counting objects: 48% (38/79)
remote: Counting objects: 49% (39/79)
remote: Counting objects: 50% (40/79)
remote: Counting objects: 51% (41/79)
remote: Counting objects: 53% (42/79)
remote: Counting objects: 54% (43/79)
remote: Counting objects: 55% (44/79)
remote: Counting objects: 56% (45/79)
remote: Counting objects: 58% (46/79)
remote: Counting objects: 59% (47/79)
remote: Counting objects: 60% (48/79)
remote: Counting objects: 62% (49/79)
remote: Counting objects: 63% (50/79)
remote: Counting objects: 64% (51/79)
remote: Counting objects: 65% (52/79)
remote: Counting objects: 67% (53/79)
remote: Counting objects: 68% (54/79)
remote: Counting objects: 69% (55/79)
remote: Counting objects: 70% (56/79)
remote: Counting objects: 72% (57/79)
remote: Counting objects: 73% (58/79)
remote: Counting objects: 74% (59/79)
remote: Counting objects: 75% (60/79)
remote: Counting objects: 77% (61/79)
remote: Counting objects: 78% (62/79)
remote: Counting objects: 79% (63/79)
remote: Counting objects: 81% (64/79)
remote: Counting objects: 82% (65/79)
remote: Counting objects: 83% (66/79)
remote: Counting objects: 84% (67/79)
remote: Counting objects: 86% (68/79)
remote: Counting objects: 87% (69/79)
remote: Counting objects: 88% (70/79)
remote: Counting objects: 89% (71/79)
remote: Counting objects: 91% (72/79)
remote: Counting objects: 92% (73/79)
remote: Counting objects: 93% (74/79)
remote: Counting objects: 94% (75/79)
remote: Counting objects: 96% (76/79)
remote: Counting objects: 97% (77/79)
remote: Counting objects: 98% (78/79)
remote: Counting objects: 100% (79/79)
remote: Counting objects: 100% (79/79), done.
remote: Compressing objects: 12% (1/8)
remote: Compressing objects: 25% (2/8)
remote: Compressing objects: 37% (3/8)
remote: Compressing objects: 50% (4/8)
remote: Compressing objects: 62% (5/8)
remote: Compressing objects: 75% (6/8)
remote: Compressing objects: 87% (7/8)
remote: Compressing objects: 100% (8/8)
remote: Compressing objects: 100% (8/8), done.
remote: Total 46 (delta 28), reused 46 (delta 28), pack-reused 0
From https://github.com/python/cpython
- branch main -> FETCH_HEAD
- [new tag] v3.11.0b1 -> v3.11.0b1 Note: switching to '75de8e69b4351e1b80c7ce1c20d804b7199dab0b'.
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 75de8e69b4 Merge remote-tracking branch 'upstream/main' Switched to and reset branch 'main'
Could Not Find C:\Workspace\buildarea\3.x.linaro-win-arm64.nondebug\build\Lib\*.pyc The system cannot find the file specified. Could Not Find C:\Workspace\buildarea\3.x.linaro-win-arm64.nondebug\build\PCbuild\python*.zip
Could Not Find C:\Workspace\buildarea\3.x.linaro-win-arm64.nondebug\build\Lib\*.pyc The system cannot find the file specified. Could Not Find C:\Workspace\buildarea\3.x.linaro-win-arm64.nondebug\build\PCbuild\python*.zip
Test report
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder x86 Gentoo Installed with X 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/464/builds/2315
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: ware-gentoo-x86
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed './target/bin/python3.11 -m ...' (failure) test (failure)
Summary of the results of the build (if available):
Captured traceback
remote: Enumerating objects: 106, done.
remote: Counting objects: 1% (1/79)
remote: Counting objects: 2% (2/79)
remote: Counting objects: 3% (3/79)
remote: Counting objects: 5% (4/79)
remote: Counting objects: 6% (5/79)
remote: Counting objects: 7% (6/79)
remote: Counting objects: 8% (7/79)
remote: Counting objects: 10% (8/79)
remote: Counting objects: 11% (9/79)
remote: Counting objects: 12% (10/79)
remote: Counting objects: 13% (11/79)
remote: Counting objects: 15% (12/79)
remote: Counting objects: 16% (13/79)
remote: Counting objects: 17% (14/79)
remote: Counting objects: 18% (15/79)
remote: Counting objects: 20% (16/79)
remote: Counting objects: 21% (17/79)
remote: Counting objects: 22% (18/79)
remote: Counting objects: 24% (19/79)
remote: Counting objects: 25% (20/79)
remote: Counting objects: 26% (21/79)
remote: Counting objects: 27% (22/79)
remote: Counting objects: 29% (23/79)
remote: Counting objects: 30% (24/79)
remote: Counting objects: 31% (25/79)
remote: Counting objects: 32% (26/79)
remote: Counting objects: 34% (27/79)
remote: Counting objects: 35% (28/79)
remote: Counting objects: 36% (29/79)
remote: Counting objects: 37% (30/79)
remote: Counting objects: 39% (31/79)
remote: Counting objects: 40% (32/79)
remote: Counting objects: 41% (33/79)
remote: Counting objects: 43% (34/79)
remote: Counting objects: 44% (35/79)
remote: Counting objects: 45% (36/79)
remote: Counting objects: 46% (37/79)
remote: Counting objects: 48% (38/79)
remote: Counting objects: 49% (39/79)
remote: Counting objects: 50% (40/79)
remote: Counting objects: 51% (41/79)
remote: Counting objects: 53% (42/79)
remote: Counting objects: 54% (43/79)
remote: Counting objects: 55% (44/79)
remote: Counting objects: 56% (45/79)
remote: Counting objects: 58% (46/79)
remote: Counting objects: 59% (47/79)
remote: Counting objects: 60% (48/79)
remote: Counting objects: 62% (49/79)
remote: Counting objects: 63% (50/79)
remote: Counting objects: 64% (51/79)
remote: Counting objects: 65% (52/79)
remote: Counting objects: 67% (53/79)
remote: Counting objects: 68% (54/79)
remote: Counting objects: 69% (55/79)
remote: Counting objects: 70% (56/79)
remote: Counting objects: 72% (57/79)
remote: Counting objects: 73% (58/79)
remote: Counting objects: 74% (59/79)
remote: Counting objects: 75% (60/79)
remote: Counting objects: 77% (61/79)
remote: Counting objects: 78% (62/79)
remote: Counting objects: 79% (63/79)
remote: Counting objects: 81% (64/79)
remote: Counting objects: 82% (65/79)
remote: Counting objects: 83% (66/79)
remote: Counting objects: 84% (67/79)
remote: Counting objects: 86% (68/79)
remote: Counting objects: 87% (69/79)
remote: Counting objects: 88% (70/79)
remote: Counting objects: 89% (71/79)
remote: Counting objects: 91% (72/79)
remote: Counting objects: 92% (73/79)
remote: Counting objects: 93% (74/79)
remote: Counting objects: 94% (75/79)
remote: Counting objects: 96% (76/79)
remote: Counting objects: 97% (77/79)
remote: Counting objects: 98% (78/79)
remote: Counting objects: 100% (79/79)
remote: Counting objects: 100% (79/79), done.
remote: Compressing objects: 12% (1/8)
remote: Compressing objects: 25% (2/8)
remote: Compressing objects: 37% (3/8)
remote: Compressing objects: 50% (4/8)
remote: Compressing objects: 62% (5/8)
remote: Compressing objects: 75% (6/8)
remote: Compressing objects: 87% (7/8)
remote: Compressing objects: 100% (8/8)
remote: Compressing objects: 100% (8/8), done.
remote: Total 46 (delta 28), reused 46 (delta 28), pack-reused 0
From https://github.com/python/cpython
- branch main -> FETCH_HEAD
- [new tag] v3.11.0b1 -> v3.11.0b1 Note: switching to '75de8e69b4351e1b80c7ce1c20d804b7199dab0b'.
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 75de8e69b4 Merge remote-tracking branch 'upstream/main' Switched to and reset branch 'main'
In file included from Objects/bytes_methods.c:435: Objects/stringlib/fastsearch.h: In function ‘stringlib__preprocess’: Objects/stringlib/fastsearch.h:348:30: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘int’} and ‘unsigned int’ [-Wsign-compare] 348 | for (Py_ssize_t i = 0; i < TABLE_SIZE; i++) { | ^ In file included from Objects/bytearrayobject.c:1101: Objects/stringlib/fastsearch.h: In function ‘stringlib__preprocess’: Objects/stringlib/fastsearch.h:348:30: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘int’} and ‘unsigned int’ [-Wsign-compare] 348 | for (Py_ssize_t i = 0; i < TABLE_SIZE; i++) { | ^ In file included from Objects/bytesobject.c:1271: Objects/stringlib/fastsearch.h: In function ‘stringlib__preprocess’: Objects/stringlib/fastsearch.h:348:30: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘int’} and ‘unsigned int’ [-Wsign-compare] 348 | for (Py_ssize_t i = 0; i < TABLE_SIZE; i++) { | ^ In file included from Objects/unicodeobject.c:926: Objects/stringlib/fastsearch.h: In function ‘asciilib__preprocess’: Objects/stringlib/fastsearch.h:348:30: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘int’} and ‘unsigned int’ [-Wsign-compare] 348 | for (Py_ssize_t i = 0; i < TABLE_SIZE; i++) { | ^ In file included from Objects/unicodeobject.c:935: Objects/stringlib/fastsearch.h: In function ‘ucs1lib__preprocess’: Objects/stringlib/fastsearch.h:348:30: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘int’} and ‘unsigned int’ [-Wsign-compare] 348 | for (Py_ssize_t i = 0; i < TABLE_SIZE; i++) { | ^ In file included from Objects/unicodeobject.c:945: Objects/stringlib/fastsearch.h: In function ‘ucs2lib__preprocess’: Objects/stringlib/fastsearch.h:348:30: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘int’} and ‘unsigned int’ [-Wsign-compare] 348 | for (Py_ssize_t i = 0; i < TABLE_SIZE; i++) { | ^ In file included from Objects/unicodeobject.c:955: Objects/stringlib/fastsearch.h: In function ‘ucs4lib__preprocess’: Objects/stringlib/fastsearch.h:348:30: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘int’} and ‘unsigned int’ [-Wsign-compare] 348 | for (Py_ssize_t i = 0; i < TABLE_SIZE; i++) { | ^ In file included from Objects/unicodeobject.c:967: Objects/stringlib/fastsearch.h: In function ‘stringlib__preprocess’: Objects/stringlib/fastsearch.h:348:30: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘int’} and ‘unsigned int’ [-Wsign-compare] 348 | for (Py_ssize_t i = 0; i < TABLE_SIZE; i++) { | ^ not a dynamic executable /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/Modules/_sqlite/connection.c: In function ‘deserialize_impl’: /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/Modules/_sqlite/connection.c:2169:19: warning: comparison is always false due to limited range of data type [-Wtype-limits] 2169 | if (data->len > 9223372036854775807) { // (1 << 63) - 1 | ^ renaming build/scripts-3.12/pydoc3 to build/scripts-3.12/pydoc3.12 renaming build/scripts-3.12/idle3 to build/scripts-3.12/idle3.12 renaming build/scripts-3.12/2to3 to build/scripts-3.12/2to3-3.12
not a dynamic executable
renaming build/scripts-3.12/pydoc3 to build/scripts-3.12/pydoc3.12 renaming build/scripts-3.12/idle3 to build/scripts-3.12/idle3.12 renaming build/scripts-3.12/2to3 to build/scripts-3.12/2to3-3.12 not a dynamic executable renaming build/scripts-3.12/pydoc3 to build/scripts-3.12/pydoc3.12 renaming build/scripts-3.12/idle3 to build/scripts-3.12/idle3.12 renaming build/scripts-3.12/2to3 to build/scripts-3.12/2to3-3.12 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/_bisect.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/_queue.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/_codecs_iso2022.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/select.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/_tkinter.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/_testbuffer.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/_asyncio.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/_datetime.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/audioop.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/_posixsubprocess.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/nis.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/_testmultiphase.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/_decimal.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/_struct.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/_json.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/syslog.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/binascii.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/_contextvars.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/_uuid.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/_ctypes_test.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/pyexpat.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/_sha512.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/_testcapi.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/_gdbm.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/_dbm.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/_curses_panel.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/_sha1.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/_multibytecodec.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/_codecs_kr.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/_codecs_tw.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/_md5.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/_testimportmultiple.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/_socket.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/array.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/_csv.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/_hashlib.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/readline.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/_crypt.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/resource.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/_pickle.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/_blake2.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/_sysconfigdata__linux_i386-linux-gnu.py to 644 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/_codecs_hk.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/zlib.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/_posixshmem.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/_sha3.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/math.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/_lzma.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/_sha256.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/ossaudiodev.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/_sqlite3.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/_opcode.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/_zoneinfo.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/cmath.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/_ctypes.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/_codecs_cn.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/termios.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/fcntl.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/_lsprof.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/xxlimited_35.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/_ssl.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/_random.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/grp.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/unicodedata.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/xxlimited.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/_multiprocessing.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/_xxtestfuzz.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/_codecs_jp.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/_typing.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/_curses.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/_elementtree.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/_testinternalcapi.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/_xxsubinterpreters.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/_statistics.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/__pycache__/_sysconfigdata__linux_i386-linux-gnu.cpython-312.pyc to 644 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/mmap.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/_heapq.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/_bz2.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/spwd.cpython-311-i386-linux-gnu.so to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/ to 755 changing mode of /buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.11/lib-dynload/__pycache__ to 755 WARNING: The scripts pip3 and pip3.12 are installed in '/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Could not find platform independent libraries <prefix> Could not find platform dependent libraries <exec_prefix> Python path configuration: PYTHONHOME = (not set) PYTHONPATH = (not set) program name = './target/bin/python3.11' isolated = 0 environment = 1 user site = 1 safe_path = 0 import site = 1 is in build tree = 0 stdlib dir = '/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12' sys._base_executable = '/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/bin/python3.11' sys.base_prefix = '/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target' sys.base_exec_prefix = '/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target' sys.platlibdir = 'lib' sys.executable = '/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/bin/python3.11' sys.prefix = '/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target' sys.exec_prefix = '/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target' sys.path = [ '/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python312.zip', '/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12', '/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.installed/build/target/lib/python3.12/lib-dynload', ] Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding Python runtime state: core initialized ModuleNotFoundError: No module named 'encodings'
Current thread 0xb7f3d680 (most recent call first): <no Python frame>
Test report
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 Windows11 Non-Debug 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/914/builds/212
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: ware-win11
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
Captured traceback
remote: Enumerating objects: 106, done.
remote: Counting objects: 1% (1/79)
remote: Counting objects: 2% (2/79)
remote: Counting objects: 3% (3/79)
remote: Counting objects: 5% (4/79)
remote: Counting objects: 6% (5/79)
remote: Counting objects: 7% (6/79)
remote: Counting objects: 8% (7/79)
remote: Counting objects: 10% (8/79)
remote: Counting objects: 11% (9/79)
remote: Counting objects: 12% (10/79)
remote: Counting objects: 13% (11/79)
remote: Counting objects: 15% (12/79)
remote: Counting objects: 16% (13/79)
remote: Counting objects: 17% (14/79)
remote: Counting objects: 18% (15/79)
remote: Counting objects: 20% (16/79)
remote: Counting objects: 21% (17/79)
remote: Counting objects: 22% (18/79)
remote: Counting objects: 24% (19/79)
remote: Counting objects: 25% (20/79)
remote: Counting objects: 26% (21/79)
remote: Counting objects: 27% (22/79)
remote: Counting objects: 29% (23/79)
remote: Counting objects: 30% (24/79)
remote: Counting objects: 31% (25/79)
remote: Counting objects: 32% (26/79)
remote: Counting objects: 34% (27/79)
remote: Counting objects: 35% (28/79)
remote: Counting objects: 36% (29/79)
remote: Counting objects: 37% (30/79)
remote: Counting objects: 39% (31/79)
remote: Counting objects: 40% (32/79)
remote: Counting objects: 41% (33/79)
remote: Counting objects: 43% (34/79)
remote: Counting objects: 44% (35/79)
remote: Counting objects: 45% (36/79)
remote: Counting objects: 46% (37/79)
remote: Counting objects: 48% (38/79)
remote: Counting objects: 49% (39/79)
remote: Counting objects: 50% (40/79)
remote: Counting objects: 51% (41/79)
remote: Counting objects: 53% (42/79)
remote: Counting objects: 54% (43/79)
remote: Counting objects: 55% (44/79)
remote: Counting objects: 56% (45/79)
remote: Counting objects: 58% (46/79)
remote: Counting objects: 59% (47/79)
remote: Counting objects: 60% (48/79)
remote: Counting objects: 62% (49/79)
remote: Counting objects: 63% (50/79)
remote: Counting objects: 64% (51/79)
remote: Counting objects: 65% (52/79)
remote: Counting objects: 67% (53/79)
remote: Counting objects: 68% (54/79)
remote: Counting objects: 69% (55/79)
remote: Counting objects: 70% (56/79)
remote: Counting objects: 72% (57/79)
remote: Counting objects: 73% (58/79)
remote: Counting objects: 74% (59/79)
remote: Counting objects: 75% (60/79)
remote: Counting objects: 77% (61/79)
remote: Counting objects: 78% (62/79)
remote: Counting objects: 79% (63/79)
remote: Counting objects: 81% (64/79)
remote: Counting objects: 82% (65/79)
remote: Counting objects: 83% (66/79)
remote: Counting objects: 84% (67/79)
remote: Counting objects: 86% (68/79)
remote: Counting objects: 87% (69/79)
remote: Counting objects: 88% (70/79)
remote: Counting objects: 89% (71/79)
remote: Counting objects: 91% (72/79)
remote: Counting objects: 92% (73/79)
remote: Counting objects: 93% (74/79)
remote: Counting objects: 94% (75/79)
remote: Counting objects: 96% (76/79)
remote: Counting objects: 97% (77/79)
remote: Counting objects: 98% (78/79)
remote: Counting objects: 100% (79/79)
remote: Counting objects: 100% (79/79), done.
remote: Compressing objects: 12% (1/8)
remote: Compressing objects: 25% (2/8)
remote: Compressing objects: 37% (3/8)
remote: Compressing objects: 50% (4/8)
remote: Compressing objects: 62% (5/8)
remote: Compressing objects: 75% (6/8)
remote: Compressing objects: 87% (7/8)
remote: Compressing objects: 100% (8/8)
remote: Compressing objects: 100% (8/8), done.
remote: Total 46 (delta 28), reused 46 (delta 28), pack-reused 0
From https://github.com/python/cpython
- branch main -> FETCH_HEAD
- [new tag] v3.11.0b1 -> v3.11.0b1 Note: switching to '75de8e69b4351e1b80c7ce1c20d804b7199dab0b'.
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 75de8e69b4 Merge remote-tracking branch 'upstream/main' Switched to and reset branch 'main'
Could Not Find b:\uildarea\3.x.ware-win11.nondebug\build\Lib\*.pyc The system cannot find the file specified. Could Not Find b:\uildarea\3.x.ware-win11.nondebug\build\PCbuild\python*.zip
Could Not Find b:\uildarea\3.x.ware-win11.nondebug\build\Lib\*.pyc The system cannot find the file specified. Could Not Find b:\uildarea\3.x.ware-win11.nondebug\build\PCbuild\python*.zip
Test report
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder ARM64 Windows Azure 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/898/builds/223
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: linaro2-win-arm64
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
Captured traceback
remote: Enumerating objects: 106, done.
remote: Counting objects: 1% (1/79)
remote: Counting objects: 2% (2/79)
remote: Counting objects: 3% (3/79)
remote: Counting objects: 5% (4/79)
remote: Counting objects: 6% (5/79)
remote: Counting objects: 7% (6/79)
remote: Counting objects: 8% (7/79)
remote: Counting objects: 10% (8/79)
remote: Counting objects: 11% (9/79)
remote: Counting objects: 12% (10/79)
remote: Counting objects: 13% (11/79)
remote: Counting objects: 15% (12/79)
remote: Counting objects: 16% (13/79)
remote: Counting objects: 17% (14/79)
remote: Counting objects: 18% (15/79)
remote: Counting objects: 20% (16/79)
remote: Counting objects: 21% (17/79)
remote: Counting objects: 22% (18/79)
remote: Counting objects: 24% (19/79)
remote: Counting objects: 25% (20/79)
remote: Counting objects: 26% (21/79)
remote: Counting objects: 27% (22/79)
remote: Counting objects: 29% (23/79)
remote: Counting objects: 30% (24/79)
remote: Counting objects: 31% (25/79)
remote: Counting objects: 32% (26/79)
remote: Counting objects: 34% (27/79)
remote: Counting objects: 35% (28/79)
remote: Counting objects: 36% (29/79)
remote: Counting objects: 37% (30/79)
remote: Counting objects: 39% (31/79)
remote: Counting objects: 40% (32/79)
remote: Counting objects: 41% (33/79)
remote: Counting objects: 43% (34/79)
remote: Counting objects: 44% (35/79)
remote: Counting objects: 45% (36/79)
remote: Counting objects: 46% (37/79)
remote: Counting objects: 48% (38/79)
remote: Counting objects: 49% (39/79)
remote: Counting objects: 50% (40/79)
remote: Counting objects: 51% (41/79)
remote: Counting objects: 53% (42/79)
remote: Counting objects: 54% (43/79)
remote: Counting objects: 55% (44/79)
remote: Counting objects: 56% (45/79)
remote: Counting objects: 58% (46/79)
remote: Counting objects: 59% (47/79)
remote: Counting objects: 60% (48/79)
remote: Counting objects: 62% (49/79)
remote: Counting objects: 63% (50/79)
remote: Counting objects: 64% (51/79)
remote: Counting objects: 65% (52/79)
remote: Counting objects: 67% (53/79)
remote: Counting objects: 68% (54/79)
remote: Counting objects: 69% (55/79)
remote: Counting objects: 70% (56/79)
remote: Counting objects: 72% (57/79)
remote: Counting objects: 73% (58/79)
remote: Counting objects: 74% (59/79)
remote: Counting objects: 75% (60/79)
remote: Counting objects: 77% (61/79)
remote: Counting objects: 78% (62/79)
remote: Counting objects: 79% (63/79)
remote: Counting objects: 81% (64/79)
remote: Counting objects: 82% (65/79)
remote: Counting objects: 83% (66/79)
remote: Counting objects: 84% (67/79)
remote: Counting objects: 86% (68/79)
remote: Counting objects: 87% (69/79)
remote: Counting objects: 88% (70/79)
remote: Counting objects: 89% (71/79)
remote: Counting objects: 91% (72/79)
remote: Counting objects: 92% (73/79)
remote: Counting objects: 93% (74/79)
remote: Counting objects: 94% (75/79)
remote: Counting objects: 96% (76/79)
remote: Counting objects: 97% (77/79)
remote: Counting objects: 98% (78/79)
remote: Counting objects: 100% (79/79)
remote: Counting objects: 100% (79/79), done.
remote: Compressing objects: 12% (1/8)
remote: Compressing objects: 25% (2/8)
remote: Compressing objects: 37% (3/8)
remote: Compressing objects: 50% (4/8)
remote: Compressing objects: 62% (5/8)
remote: Compressing objects: 75% (6/8)
remote: Compressing objects: 87% (7/8)
remote: Compressing objects: 100% (8/8)
remote: Compressing objects: 100% (8/8), done.
remote: Total 46 (delta 28), reused 46 (delta 28), pack-reused 0
From https://github.com/python/cpython
- branch main -> FETCH_HEAD
- [new tag] v3.11.0b1 -> v3.11.0b1 Note: switching to '75de8e69b4351e1b80c7ce1c20d804b7199dab0b'.
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 75de8e69b4 Merge remote-tracking branch 'upstream/main' Switched to and reset branch 'main'
Could Not Find C:\Workspace\buildarea\3.x.linaro2-win-arm64\build\Lib\*.pyc The system cannot find the file specified. Could Not Find C:\Workspace\buildarea\3.x.linaro2-win-arm64\build\PCbuild\python*.zip
Could Not Find C:\Workspace\buildarea\3.x.linaro2-win-arm64\build\Lib\*.pyc The system cannot find the file specified. Could Not Find C:\Workspace\buildarea\3.x.linaro2-win-arm64\build\PCbuild\python*.zip
Test report
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder ARM64 Windows 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/729/builds/1538
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: linaro-win-arm64
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
Captured traceback
remote: Enumerating objects: 106, done.
remote: Counting objects: 1% (1/79)
remote: Counting objects: 2% (2/79)
remote: Counting objects: 3% (3/79)
remote: Counting objects: 5% (4/79)
remote: Counting objects: 6% (5/79)
remote: Counting objects: 7% (6/79)
remote: Counting objects: 8% (7/79)
remote: Counting objects: 10% (8/79)
remote: Counting objects: 11% (9/79)
remote: Counting objects: 12% (10/79)
remote: Counting objects: 13% (11/79)
remote: Counting objects: 15% (12/79)
remote: Counting objects: 16% (13/79)
remote: Counting objects: 17% (14/79)
remote: Counting objects: 18% (15/79)
remote: Counting objects: 20% (16/79)
remote: Counting objects: 21% (17/79)
remote: Counting objects: 22% (18/79)
remote: Counting objects: 24% (19/79)
remote: Counting objects: 25% (20/79)
remote: Counting objects: 26% (21/79)
remote: Counting objects: 27% (22/79)
remote: Counting objects: 29% (23/79)
remote: Counting objects: 30% (24/79)
remote: Counting objects: 31% (25/79)
remote: Counting objects: 32% (26/79)
remote: Counting objects: 34% (27/79)
remote: Counting objects: 35% (28/79)
remote: Counting objects: 36% (29/79)
remote: Counting objects: 37% (30/79)
remote: Counting objects: 39% (31/79)
remote: Counting objects: 40% (32/79)
remote: Counting objects: 41% (33/79)
remote: Counting objects: 43% (34/79)
remote: Counting objects: 44% (35/79)
remote: Counting objects: 45% (36/79)
remote: Counting objects: 46% (37/79)
remote: Counting objects: 48% (38/79)
remote: Counting objects: 49% (39/79)
remote: Counting objects: 50% (40/79)
remote: Counting objects: 51% (41/79)
remote: Counting objects: 53% (42/79)
remote: Counting objects: 54% (43/79)
remote: Counting objects: 55% (44/79)
remote: Counting objects: 56% (45/79)
remote: Counting objects: 58% (46/79)
remote: Counting objects: 59% (47/79)
remote: Counting objects: 60% (48/79)
remote: Counting objects: 62% (49/79)
remote: Counting objects: 63% (50/79)
remote: Counting objects: 64% (51/79)
remote: Counting objects: 65% (52/79)
remote: Counting objects: 67% (53/79)
remote: Counting objects: 68% (54/79)
remote: Counting objects: 69% (55/79)
remote: Counting objects: 70% (56/79)
remote: Counting objects: 72% (57/79)
remote: Counting objects: 73% (58/79)
remote: Counting objects: 74% (59/79)
remote: Counting objects: 75% (60/79)
remote: Counting objects: 77% (61/79)
remote: Counting objects: 78% (62/79)
remote: Counting objects: 79% (63/79)
remote: Counting objects: 81% (64/79)
remote: Counting objects: 82% (65/79)
remote: Counting objects: 83% (66/79)
remote: Counting objects: 84% (67/79)
remote: Counting objects: 86% (68/79)
remote: Counting objects: 87% (69/79)
remote: Counting objects: 88% (70/79)
remote: Counting objects: 89% (71/79)
remote: Counting objects: 91% (72/79)
remote: Counting objects: 92% (73/79)
remote: Counting objects: 93% (74/79)
remote: Counting objects: 94% (75/79)
remote: Counting objects: 96% (76/79)
remote: Counting objects: 97% (77/79)
remote: Counting objects: 98% (78/79)
remote: Counting objects: 100% (79/79)
remote: Counting objects: 100% (79/79), done.
remote: Compressing objects: 12% (1/8)
remote: Compressing objects: 25% (2/8)
remote: Compressing objects: 37% (3/8)
remote: Compressing objects: 50% (4/8)
remote: Compressing objects: 62% (5/8)
remote: Compressing objects: 75% (6/8)
remote: Compressing objects: 87% (7/8)
remote: Compressing objects: 100% (8/8)
remote: Compressing objects: 100% (8/8), done.
remote: Total 46 (delta 28), reused 46 (delta 28), pack-reused 0
From https://github.com/python/cpython
- branch main -> FETCH_HEAD
- [new tag] v3.11.0b1 -> v3.11.0b1 Note: switching to '75de8e69b4351e1b80c7ce1c20d804b7199dab0b'.
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 75de8e69b4 Merge remote-tracking branch 'upstream/main' Switched to and reset branch 'main'
Could Not Find C:\Workspace\buildarea\3.x.linaro-win-arm64\build\Lib\*.pyc The system cannot find the file specified. Could Not Find C:\Workspace\buildarea\3.x.linaro-win-arm64\build\PCbuild\python*.zip
Could Not Find C:\Workspace\buildarea\3.x.linaro-win-arm64\build\Lib\*.pyc The system cannot find the file specified. Could Not Find C:\Workspace\buildarea\3.x.linaro-win-arm64\build\PCbuild\python*.zip
Test report
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder aarch64 Fedora Stable Clang Installed 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/14/builds/1981
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-aarch64
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed './target/bin/python3.11 -m ...' (failure) test (failure)
Summary of the results of the build (if available):
Captured traceback
remote: Enumerating objects: 106, done.
remote: Counting objects: 1% (1/79)
remote: Counting objects: 2% (2/79)
remote: Counting objects: 3% (3/79)
remote: Counting objects: 5% (4/79)
remote: Counting objects: 6% (5/79)
remote: Counting objects: 7% (6/79)
remote: Counting objects: 8% (7/79)
remote: Counting objects: 10% (8/79)
remote: Counting objects: 11% (9/79)
remote: Counting objects: 12% (10/79)
remote: Counting objects: 13% (11/79)
remote: Counting objects: 15% (12/79)
remote: Counting objects: 16% (13/79)
remote: Counting objects: 17% (14/79)
remote: Counting objects: 18% (15/79)
remote: Counting objects: 20% (16/79)
remote: Counting objects: 21% (17/79)
remote: Counting objects: 22% (18/79)
remote: Counting objects: 24% (19/79)
remote: Counting objects: 25% (20/79)
remote: Counting objects: 26% (21/79)
remote: Counting objects: 27% (22/79)
remote: Counting objects: 29% (23/79)
remote: Counting objects: 30% (24/79)
remote: Counting objects: 31% (25/79)
remote: Counting objects: 32% (26/79)
remote: Counting objects: 34% (27/79)
remote: Counting objects: 35% (28/79)
remote: Counting objects: 36% (29/79)
remote: Counting objects: 37% (30/79)
remote: Counting objects: 39% (31/79)
remote: Counting objects: 40% (32/79)
remote: Counting objects: 41% (33/79)
remote: Counting objects: 43% (34/79)
remote: Counting objects: 44% (35/79)
remote: Counting objects: 45% (36/79)
remote: Counting objects: 46% (37/79)
remote: Counting objects: 48% (38/79)
remote: Counting objects: 49% (39/79)
remote: Counting objects: 50% (40/79)
remote: Counting objects: 51% (41/79)
remote: Counting objects: 53% (42/79)
remote: Counting objects: 54% (43/79)
remote: Counting objects: 55% (44/79)
remote: Counting objects: 56% (45/79)
remote: Counting objects: 58% (46/79)
remote: Counting objects: 59% (47/79)
remote: Counting objects: 60% (48/79)
remote: Counting objects: 62% (49/79)
remote: Counting objects: 63% (50/79)
remote: Counting objects: 64% (51/79)
remote: Counting objects: 65% (52/79)
remote: Counting objects: 67% (53/79)
remote: Counting objects: 68% (54/79)
remote: Counting objects: 69% (55/79)
remote: Counting objects: 70% (56/79)
remote: Counting objects: 72% (57/79)
remote: Counting objects: 73% (58/79)
remote: Counting objects: 74% (59/79)
remote: Counting objects: 75% (60/79)
remote: Counting objects: 77% (61/79)
remote: Counting objects: 78% (62/79)
remote: Counting objects: 79% (63/79)
remote: Counting objects: 81% (64/79)
remote: Counting objects: 82% (65/79)
remote: Counting objects: 83% (66/79)
remote: Counting objects: 84% (67/79)
remote: Counting objects: 86% (68/79)
remote: Counting objects: 87% (69/79)
remote: Counting objects: 88% (70/79)
remote: Counting objects: 89% (71/79)
remote: Counting objects: 91% (72/79)
remote: Counting objects: 92% (73/79)
remote: Counting objects: 93% (74/79)
remote: Counting objects: 94% (75/79)
remote: Counting objects: 96% (76/79)
remote: Counting objects: 97% (77/79)
remote: Counting objects: 98% (78/79)
remote: Counting objects: 100% (79/79)
remote: Counting objects: 100% (79/79), done.
remote: Compressing objects: 12% (1/8)
remote: Compressing objects: 25% (2/8)
remote: Compressing objects: 37% (3/8)
remote: Compressing objects: 50% (4/8)
remote: Compressing objects: 62% (5/8)
remote: Compressing objects: 75% (6/8)
remote: Compressing objects: 87% (7/8)
remote: Compressing objects: 100% (8/8)
remote: Compressing objects: 100% (8/8), done.
remote: Total 46 (delta 28), reused 46 (delta 28), pack-reused 0
From https://github.com/python/cpython
- branch main -> FETCH_HEAD
- [new tag] v3.11.0b1 -> v3.11.0b1 Note: switching to '75de8e69b4351e1b80c7ce1c20d804b7199dab0b'.
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 75de8e69b4 Merge remote-tracking branch 'upstream/main' Switched to and reset branch 'main'
Python/specialize.c:1909:13: warning: code will never be executed [-Wunreachable-code] if (next_opcode == EXTENDED_ARG) { ^~~~~~~~~~~ Python/pytime.c:297:10: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] if (!_Py_InIntegralTypeRange(time_t, intpart)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/internal/pycore_pymath.h:76:45: note: expanded from macro '_Py_InIntegralTypeRange' (_Py_IntegralTypeMin(type) <= v && v <= _Py_IntegralTypeMax(type)) ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/internal/pycore_pymath.h:65:94: note: expanded from macro '_Py_IntegralTypeMax' ((_Py_IntegralTypeSigned(type)) ? (((((type)1 << (sizeof(type)*CHAR_BIT - 2)) - 1) << 1) + 1) : ~(type)0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ Python/pytime.c:352:14: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] if (!_Py_InIntegralTypeRange(time_t, intpart)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/internal/pycore_pymath.h:76:45: note: expanded from macro '_Py_InIntegralTypeRange' (_Py_IntegralTypeMin(type) <= v && v <= _Py_IntegralTypeMax(type)) ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/internal/pycore_pymath.h:65:94: note: expanded from macro '_Py_IntegralTypeMax' ((_Py_IntegralTypeSigned(type)) ? (((((type)1 << (sizeof(type)*CHAR_BIT - 2)) - 1) << 1) + 1) : ~(type)0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ Python/pytime.c:510:10: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] if (!_Py_InIntegralTypeRange(_PyTime_t, d)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/internal/pycore_pymath.h:76:45: note: expanded from macro '_Py_InIntegralTypeRange' (_Py_IntegralTypeMin(type) <= v && v <= _Py_IntegralTypeMax(type)) ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/internal/pycore_pymath.h:65:94: note: expanded from macro '_Py_IntegralTypeMax' ((_Py_IntegralTypeSigned(type)) ? (((((type)1 << (sizeof(type)*CHAR_BIT - 2)) - 1) << 1) + 1) : ~(type)0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ 1 warning generated. 3 warnings generated. ./Modules/timemodule.c:151:13: warning: code will never be executed [-Wunreachable-code] PyErr_SetString(PyExc_OverflowError, ^~~~~~~~~~~~~~~ ./Modules/expat/xmlparse.c:3107:9: warning: code will never be executed [-Wunreachable-code] parser->m_characterDataHandler(parser->m_handlerArg, parser->m_dataBuf, ^~~~~~ ./Modules/expat/xmlparse.c:3106:16: note: silence by adding parentheses to mark code as explicitly dead else if (0 && parser->m_characterDataHandler) ^ /* DISABLES CODE */ ( ) ./Modules/expat/xmlparse.c:4050:9: warning: code will never be executed [-Wunreachable-code] parser->m_characterDataHandler(parser->m_handlerArg, parser->m_dataBuf, ^~~~~~ ./Modules/expat/xmlparse.c:4049:16: note: silence by adding parentheses to mark code as explicitly dead else if (0 && parser->m_characterDataHandler) ^ /* DISABLES CODE */ ( ) 1 warning generated. 2 warnings generated. renaming build/scripts-3.12/pydoc3 to build/scripts-3.12/pydoc3.12 renaming build/scripts-3.12/idle3 to build/scripts-3.12/idle3.12 renaming build/scripts-3.12/2to3 to build/scripts-3.12/2to3-3.12
renaming build/scripts-3.12/pydoc3 to build/scripts-3.12/pydoc3.12 renaming build/scripts-3.12/idle3 to build/scripts-3.12/idle3.12 renaming build/scripts-3.12/2to3 to build/scripts-3.12/2to3-3.12 renaming build/scripts-3.12/pydoc3 to build/scripts-3.12/pydoc3.12 renaming build/scripts-3.12/idle3 to build/scripts-3.12/idle3.12 renaming build/scripts-3.12/2to3 to build/scripts-3.12/2to3-3.12 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_sysconfigdata__linux_aarch64-linux-gnu.py to 644 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/__pycache__/_sysconfigdata__linux_aarch64-linux-gnu.cpython-312.pyc to 644 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_opcode.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/fcntl.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_heapq.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_testimportmultiple.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_bisect.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_random.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_crypt.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_typing.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/syslog.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_queue.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_statistics.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_contextvars.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_testmultiphase.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_testinternalcapi.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/spwd.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_curses_panel.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_posixsubprocess.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_lsprof.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/select.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/grp.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/readline.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_xxtestfuzz.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_xxsubinterpreters.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_csv.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_sha1.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_md5.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_zoneinfo.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/resource.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_struct.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/math.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_dbm.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/termios.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_asyncio.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/mmap.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/nis.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_sha3.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/array.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_gdbm.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_testbuffer.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_bz2.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/ossaudiodev.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_sha256.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/audioop.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_hashlib.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_json.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_sha512.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_socket.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/binascii.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_uuid.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_posixshmem.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_lzma.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/xxlimited.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/xxlimited_35.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_codecs_tw.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_codecs_kr.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_ctypes_test.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_codecs_cn.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_multibytecodec.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_codecs_hk.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_multiprocessing.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/cmath.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/pyexpat.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_curses.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_testcapi.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_codecs_jp.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/unicodedata.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_datetime.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_codecs_iso2022.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_elementtree.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_ssl.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_blake2.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/zlib.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_tkinter.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_decimal.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_sqlite3.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_ctypes.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/_pickle.cpython-311-aarch64-linux-gnu.so to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/ to 755 changing mode of /home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.11/lib-dynload/__pycache__ to 755 WARNING: The scripts pip3 and pip3.12 are installed in '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Could not find platform independent libraries <prefix> Could not find platform dependent libraries <exec_prefix> Python path configuration: PYTHONHOME = (not set) PYTHONPATH = (not set) program name = './target/bin/python3.11' isolated = 0 environment = 1 user site = 1 safe_path = 0 import site = 1 is in build tree = 0 stdlib dir = '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.12' sys._base_executable = '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/bin/python3.11' sys.base_prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target' sys.base_exec_prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target' sys.platlibdir = 'lib' sys.executable = '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/bin/python3.11' sys.prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target' sys.exec_prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target' sys.path = [ '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python312.zip', '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.12', '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.12/lib-dynload', ] Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding Python runtime state: core initialized ModuleNotFoundError: No module named 'encodings'
Current thread 0x0000ffffa239a020 (most recent call first): <no Python frame>
Could not find platform independent libraries <prefix> Could not find platform dependent libraries <exec_prefix> Python path configuration: PYTHONHOME = (not set) PYTHONPATH = (not set) program name = './target/bin/python3.11' isolated = 0 environment = 0 user site = 1 safe_path = 0 import site = 1 is in build tree = 0 stdlib dir = '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.12' sys._base_executable = '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/bin/python3.11' sys.base_prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target' sys.base_exec_prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target' sys.platlibdir = 'lib' sys.executable = '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/bin/python3.11' sys.prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target' sys.exec_prefix = '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target' sys.path = [ '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python312.zip', '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.12', '/home/buildbot/buildarea/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.12/lib-dynload', ] Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding Python runtime state: core initialized ModuleNotFoundError: No module named 'encodings'
Current thread 0x0000ffff81b89020 (most recent call first): <no Python frame>
Test report
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 Windows10 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/146/builds/2718
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: bolen-windows10
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
Captured traceback
remote: Enumerating objects: 106, done.
remote: Counting objects: 1% (1/79)
remote: Counting objects: 2% (2/79)
remote: Counting objects: 3% (3/79)
remote: Counting objects: 5% (4/79)
remote: Counting objects: 6% (5/79)
remote: Counting objects: 7% (6/79)
remote: Counting objects: 8% (7/79)
remote: Counting objects: 10% (8/79)
remote: Counting objects: 11% (9/79)
remote: Counting objects: 12% (10/79)
remote: Counting objects: 13% (11/79)
remote: Counting objects: 15% (12/79)
remote: Counting objects: 16% (13/79)
remote: Counting objects: 17% (14/79)
remote: Counting objects: 18% (15/79)
remote: Counting objects: 20% (16/79)
remote: Counting objects: 21% (17/79)
remote: Counting objects: 22% (18/79)
remote: Counting objects: 24% (19/79)
remote: Counting objects: 25% (20/79)
remote: Counting objects: 26% (21/79)
remote: Counting objects: 27% (22/79)
remote: Counting objects: 29% (23/79)
remote: Counting objects: 30% (24/79)
remote: Counting objects: 31% (25/79)
remote: Counting objects: 32% (26/79)
remote: Counting objects: 34% (27/79)
remote: Counting objects: 35% (28/79)
remote: Counting objects: 36% (29/79)
remote: Counting objects: 37% (30/79)
remote: Counting objects: 39% (31/79)
remote: Counting objects: 40% (32/79)
remote: Counting objects: 41% (33/79)
remote: Counting objects: 43% (34/79)
remote: Counting objects: 44% (35/79)
remote: Counting objects: 45% (36/79)
remote: Counting objects: 46% (37/79)
remote: Counting objects: 48% (38/79)
remote: Counting objects: 49% (39/79)
remote: Counting objects: 50% (40/79)
remote: Counting objects: 51% (41/79)
remote: Counting objects: 53% (42/79)
remote: Counting objects: 54% (43/79)
remote: Counting objects: 55% (44/79)
remote: Counting objects: 56% (45/79)
remote: Counting objects: 58% (46/79)
remote: Counting objects: 59% (47/79)
remote: Counting objects: 60% (48/79)
remote: Counting objects: 62% (49/79)
remote: Counting objects: 63% (50/79)
remote: Counting objects: 64% (51/79)
remote: Counting objects: 65% (52/79)
remote: Counting objects: 67% (53/79)
remote: Counting objects: 68% (54/79)
remote: Counting objects: 69% (55/79)
remote: Counting objects: 70% (56/79)
remote: Counting objects: 72% (57/79)
remote: Counting objects: 73% (58/79)
remote: Counting objects: 74% (59/79)
remote: Counting objects: 75% (60/79)
remote: Counting objects: 77% (61/79)
remote: Counting objects: 78% (62/79)
remote: Counting objects: 79% (63/79)
remote: Counting objects: 81% (64/79)
remote: Counting objects: 82% (65/79)
remote: Counting objects: 83% (66/79)
remote: Counting objects: 84% (67/79)
remote: Counting objects: 86% (68/79)
remote: Counting objects: 87% (69/79)
remote: Counting objects: 88% (70/79)
remote: Counting objects: 89% (71/79)
remote: Counting objects: 91% (72/79)
remote: Counting objects: 92% (73/79)
remote: Counting objects: 93% (74/79)
remote: Counting objects: 94% (75/79)
remote: Counting objects: 96% (76/79)
remote: Counting objects: 97% (77/79)
remote: Counting objects: 98% (78/79)
remote: Counting objects: 100% (79/79)
remote: Counting objects: 100% (79/79), done.
remote: Compressing objects: 12% (1/8)
remote: Compressing objects: 25% (2/8)
remote: Compressing objects: 37% (3/8)
remote: Compressing objects: 50% (4/8)
remote: Compressing objects: 62% (5/8)
remote: Compressing objects: 75% (6/8)
remote: Compressing objects: 87% (7/8)
remote: Compressing objects: 100% (8/8)
remote: Compressing objects: 100% (8/8), done.
remote: Total 46 (delta 28), reused 46 (delta 28), pack-reused 0
From https://github.com/python/cpython
- branch main -> FETCH_HEAD
- [new tag] v3.11.0b1 -> v3.11.0b1 Note: checking out '75de8e69b4351e1b80c7ce1c20d804b7199dab0b'.
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 75de8e6... Merge remote-tracking branch 'upstream/main' Switched to and reset branch 'main'
Could Not Find D:\buildarea\3.x.bolen-windows10\build\Lib\*.pyc The system cannot find the file specified. Could Not Find D:\buildarea\3.x.bolen-windows10\build\PCbuild\python*.zip
Could Not Find D:\buildarea\3.x.bolen-windows10\build\Lib\*.pyc The system cannot find the file specified. Could Not Find D:\buildarea\3.x.bolen-windows10\build\PCbuild\python*.zip
Test report
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 Windows11 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/733/builds/1341
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: kloth-win11
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
Captured traceback
remote: Enumerating objects: 106, done.
remote: Counting objects: 1% (1/79)
remote: Counting objects: 2% (2/79)
remote: Counting objects: 3% (3/79)
remote: Counting objects: 5% (4/79)
remote: Counting objects: 6% (5/79)
remote: Counting objects: 7% (6/79)
remote: Counting objects: 8% (7/79)
remote: Counting objects: 10% (8/79)
remote: Counting objects: 11% (9/79)
remote: Counting objects: 12% (10/79)
remote: Counting objects: 13% (11/79)
remote: Counting objects: 15% (12/79)
remote: Counting objects: 16% (13/79)
remote: Counting objects: 17% (14/79)
remote: Counting objects: 18% (15/79)
remote: Counting objects: 20% (16/79)
remote: Counting objects: 21% (17/79)
remote: Counting objects: 22% (18/79)
remote: Counting objects: 24% (19/79)
remote: Counting objects: 25% (20/79)
remote: Counting objects: 26% (21/79)
remote: Counting objects: 27% (22/79)
remote: Counting objects: 29% (23/79)
remote: Counting objects: 30% (24/79)
remote: Counting objects: 31% (25/79)
remote: Counting objects: 32% (26/79)
remote: Counting objects: 34% (27/79)
remote: Counting objects: 35% (28/79)
remote: Counting objects: 36% (29/79)
remote: Counting objects: 37% (30/79)
remote: Counting objects: 39% (31/79)
remote: Counting objects: 40% (32/79)
remote: Counting objects: 41% (33/79)
remote: Counting objects: 43% (34/79)
remote: Counting objects: 44% (35/79)
remote: Counting objects: 45% (36/79)
remote: Counting objects: 46% (37/79)
remote: Counting objects: 48% (38/79)
remote: Counting objects: 49% (39/79)
remote: Counting objects: 50% (40/79)
remote: Counting objects: 51% (41/79)
remote: Counting objects: 53% (42/79)
remote: Counting objects: 54% (43/79)
remote: Counting objects: 55% (44/79)
remote: Counting objects: 56% (45/79)
remote: Counting objects: 58% (46/79)
remote: Counting objects: 59% (47/79)
remote: Counting objects: 60% (48/79)
remote: Counting objects: 62% (49/79)
remote: Counting objects: 63% (50/79)
remote: Counting objects: 64% (51/79)
remote: Counting objects: 65% (52/79)
remote: Counting objects: 67% (53/79)
remote: Counting objects: 68% (54/79)
remote: Counting objects: 69% (55/79)
remote: Counting objects: 70% (56/79)
remote: Counting objects: 72% (57/79)
remote: Counting objects: 73% (58/79)
remote: Counting objects: 74% (59/79)
remote: Counting objects: 75% (60/79)
remote: Counting objects: 77% (61/79)
remote: Counting objects: 78% (62/79)
remote: Counting objects: 79% (63/79)
remote: Counting objects: 81% (64/79)
remote: Counting objects: 82% (65/79)
remote: Counting objects: 83% (66/79)
remote: Counting objects: 84% (67/79)
remote: Counting objects: 86% (68/79)
remote: Counting objects: 87% (69/79)
remote: Counting objects: 88% (70/79)
remote: Counting objects: 89% (71/79)
remote: Counting objects: 91% (72/79)
remote: Counting objects: 92% (73/79)
remote: Counting objects: 93% (74/79)
remote: Counting objects: 94% (75/79)
remote: Counting objects: 96% (76/79)
remote: Counting objects: 97% (77/79)
remote: Counting objects: 98% (78/79)
remote: Counting objects: 100% (79/79)
remote: Counting objects: 100% (79/79), done.
remote: Compressing objects: 12% (1/8)
remote: Compressing objects: 25% (2/8)
remote: Compressing objects: 37% (3/8)
remote: Compressing objects: 50% (4/8)
remote: Compressing objects: 62% (5/8)
remote: Compressing objects: 75% (6/8)
remote: Compressing objects: 87% (7/8)
remote: Compressing objects: 100% (8/8)
remote: Compressing objects: 100% (8/8), done.
remote: Total 46 (delta 28), reused 46 (delta 28), pack-reused 0
From https://github.com/python/cpython
- branch main -> FETCH_HEAD
- [new tag] v3.11.0b1 -> v3.11.0b1 Note: switching to '75de8e69b4351e1b80c7ce1c20d804b7199dab0b'.
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 75de8e69b4 Merge remote-tracking branch 'upstream/main' Switched to and reset branch 'main'
Could Not Find C:\buildbot\3.x.kloth-win11\build\Lib\*.pyc The system cannot find the file specified. Could Not Find C:\buildbot\3.x.kloth-win11\build\PCbuild\python*.zip
Could Not Find C:\buildbot\3.x.kloth-win11\build\Lib\*.pyc The system cannot find the file specified. Could Not Find C:\buildbot\3.x.kloth-win11\build\PCbuild\python*.zip
Test report
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder aarch64 RHEL8 LTO 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/338/builds/2128
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-RHEL8-aarch64
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
422 tests OK.
10 slowest tests:
- test_concurrent_futures: 2 min 33 sec
- test_gdb: 2 min 19 sec
- test_multiprocessing_spawn: 1 min 57 sec
- test_asyncio: 1 min 49 sec
- test_multiprocessing_forkserver: 1 min 17 sec
- test_multiprocessing_fork: 1 min 11 sec
- test_nntplib: 1 min 7 sec
- test_signal: 48.2 sec
- test_io: 42.1 sec
- test_imaplib: 32.6 sec
1 test failed: test_enum
13 tests skipped: test_devpoll test_ioctl test_kqueue test_launcher test_msilib test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_enum
Total duration: 2 min 52 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_a79fbf79'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_6c9d7a27'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_5828f9c8'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64.lto/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64.lto/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64.lto/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64.lto/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Test report
Failed tests:
- test_enum
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder s390x Fedora Rawhide Clang Installed 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/207/builds/1066
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-rawhide-z
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed './target/bin/python3.11 -m ...' (failure) test (failure)
Summary of the results of the build (if available):
Captured traceback
remote: Enumerating objects: 48, done.
remote: Counting objects: 2% (1/44)
remote: Counting objects: 4% (2/44)
remote: Counting objects: 6% (3/44)
remote: Counting objects: 9% (4/44)
remote: Counting objects: 11% (5/44)
remote: Counting objects: 13% (6/44)
remote: Counting objects: 15% (7/44)
remote: Counting objects: 18% (8/44)
remote: Counting objects: 20% (9/44)
remote: Counting objects: 22% (10/44)
remote: Counting objects: 25% (11/44)
remote: Counting objects: 27% (12/44)
remote: Counting objects: 29% (13/44)
remote: Counting objects: 31% (14/44)
remote: Counting objects: 34% (15/44)
remote: Counting objects: 36% (16/44)
remote: Counting objects: 38% (17/44)
remote: Counting objects: 40% (18/44)
remote: Counting objects: 43% (19/44)
remote: Counting objects: 45% (20/44)
remote: Counting objects: 47% (21/44)
remote: Counting objects: 50% (22/44)
remote: Counting objects: 52% (23/44)
remote: Counting objects: 54% (24/44)
remote: Counting objects: 56% (25/44)
remote: Counting objects: 59% (26/44)
remote: Counting objects: 61% (27/44)
remote: Counting objects: 63% (28/44)
remote: Counting objects: 65% (29/44)
remote: Counting objects: 68% (30/44)
remote: Counting objects: 70% (31/44)
remote: Counting objects: 72% (32/44)
remote: Counting objects: 75% (33/44)
remote: Counting objects: 77% (34/44)
remote: Counting objects: 79% (35/44)
remote: Counting objects: 81% (36/44)
remote: Counting objects: 84% (37/44)
remote: Counting objects: 86% (38/44)
remote: Counting objects: 88% (39/44)
remote: Counting objects: 90% (40/44)
remote: Counting objects: 93% (41/44)
remote: Counting objects: 95% (42/44)
remote: Counting objects: 97% (43/44)
remote: Counting objects: 100% (44/44)
remote: Counting objects: 100% (44/44), done.
remote: Compressing objects: 4% (1/22)
remote: Compressing objects: 9% (2/22)
remote: Compressing objects: 13% (3/22)
remote: Compressing objects: 18% (4/22)
remote: Compressing objects: 22% (5/22)
remote: Compressing objects: 27% (6/22)
remote: Compressing objects: 31% (7/22)
remote: Compressing objects: 36% (8/22)
remote: Compressing objects: 40% (9/22)
remote: Compressing objects: 45% (10/22)
remote: Compressing objects: 50% (11/22)
remote: Compressing objects: 54% (12/22)
remote: Compressing objects: 59% (13/22)
remote: Compressing objects: 63% (14/22)
remote: Compressing objects: 68% (15/22)
remote: Compressing objects: 72% (16/22)
remote: Compressing objects: 77% (17/22)
remote: Compressing objects: 81% (18/22)
remote: Compressing objects: 86% (19/22)
remote: Compressing objects: 90% (20/22)
remote: Compressing objects: 95% (21/22)
remote: Compressing objects: 100% (22/22)
remote: Compressing objects: 100% (22/22), done.
remote: Total 48 (delta 22), reused 43 (delta 22), pack-reused 4
From https://github.com/python/cpython
- branch main -> FETCH_HEAD
- [new tag] v3.11.0b1 -> v3.11.0b1 Note: switching to '75de8e69b4351e1b80c7ce1c20d804b7199dab0b'.
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 75de8e69b4 Merge remote-tracking branch 'upstream/main' Switched to and reset branch 'main'
Python/pytime.c:297:10: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] if (!_Py_InIntegralTypeRange(time_t, intpart)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/internal/pycore_pymath.h:76:45: note: expanded from macro '_Py_InIntegralTypeRange' (_Py_IntegralTypeMin(type) <= v && v <= _Py_IntegralTypeMax(type)) ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/internal/pycore_pymath.h:65:94: note: expanded from macro '_Py_IntegralTypeMax' ((_Py_IntegralTypeSigned(type)) ? (((((type)1 << (sizeof(type)*CHAR_BIT - 2)) - 1) << 1) + 1) : ~(type)0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ Python/pytime.c:352:14: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] if (!_Py_InIntegralTypeRange(time_t, intpart)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/internal/pycore_pymath.h:76:45: note: expanded from macro '_Py_InIntegralTypeRange' (_Py_IntegralTypeMin(type) <= v && v <= _Py_IntegralTypeMax(type)) ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/internal/pycore_pymath.h:65:94: note: expanded from macro '_Py_IntegralTypeMax' ((_Py_IntegralTypeSigned(type)) ? (((((type)1 << (sizeof(type)*CHAR_BIT - 2)) - 1) << 1) + 1) : ~(type)0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ Python/pytime.c:510:10: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] if (!_Py_InIntegralTypeRange(_PyTime_t, d)) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/internal/pycore_pymath.h:76:45: note: expanded from macro '_Py_InIntegralTypeRange' (_Py_IntegralTypeMin(type) <= v && v <= _Py_IntegralTypeMax(type)) ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~ ./Include/internal/pycore_pymath.h:65:94: note: expanded from macro '_Py_IntegralTypeMax' ((_Py_IntegralTypeSigned(type)) ? (((((type)1 << (sizeof(type)*CHAR_BIT - 2)) - 1) << 1) + 1) : ~(type)0) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ 3 warnings generated. Python/specialize.c:1909:13: warning: code will never be executed [-Wunreachable-code] if (next_opcode == EXTENDED_ARG) { ^~~~~~~~~~~ 1 warning generated. ./Modules/timemodule.c:151:13: warning: code will never be executed [-Wunreachable-code] PyErr_SetString(PyExc_OverflowError, ^~~~~~~~~~~~~~~ 1 warning generated. ./Modules/expat/xmlparse.c:3107:9: warning: code will never be executed [-Wunreachable-code] parser->m_characterDataHandler(parser->m_handlerArg, parser->m_dataBuf, ^~~~~~ ./Modules/expat/xmlparse.c:3106:16: note: silence by adding parentheses to mark code as explicitly dead else if (0 && parser->m_characterDataHandler) ^ /* DISABLES CODE */ ( ) ./Modules/expat/xmlparse.c:4050:9: warning: code will never be executed [-Wunreachable-code] parser->m_characterDataHandler(parser->m_handlerArg, parser->m_dataBuf, ^~~~~~ ./Modules/expat/xmlparse.c:4049:16: note: silence by adding parentheses to mark code as explicitly dead else if (0 && parser->m_characterDataHandler) ^ /* DISABLES CODE */ ( ) 2 warnings generated. renaming build/scripts-3.12/pydoc3 to build/scripts-3.12/pydoc3.12 renaming build/scripts-3.12/idle3 to build/scripts-3.12/idle3.12 renaming build/scripts-3.12/2to3 to build/scripts-3.12/2to3-3.12
renaming build/scripts-3.12/pydoc3 to build/scripts-3.12/pydoc3.12 renaming build/scripts-3.12/idle3 to build/scripts-3.12/idle3.12 renaming build/scripts-3.12/2to3 to build/scripts-3.12/2to3-3.12 renaming build/scripts-3.12/pydoc3 to build/scripts-3.12/pydoc3.12 renaming build/scripts-3.12/idle3 to build/scripts-3.12/idle3.12 renaming build/scripts-3.12/2to3 to build/scripts-3.12/2to3-3.12 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/_sysconfigdata__linux_s390x-linux-gnu.py to 644 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/__pycache__/_sysconfigdata__linux_s390x-linux-gnu.cpython-312.pyc to 644 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/_contextvars.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/math.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/array.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/cmath.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/_random.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/_bisect.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/_zoneinfo.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/_heapq.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/_datetime.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/_json.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/_lsprof.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/_opcode.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/_queue.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/_asyncio.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/_pickle.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/_statistics.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/unicodedata.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/_typing.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/_struct.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/fcntl.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/grp.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/spwd.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/select.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/mmap.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/syslog.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/_socket.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/_xxsubinterpreters.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/_posixsubprocess.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/_csv.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/audioop.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/_testinternalcapi.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/_testimportmultiple.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/_testbuffer.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/_testmultiphase.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/_testcapi.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/_xxtestfuzz.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/readline.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/_curses_panel.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/_crypt.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/_curses.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/_md5.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/_hashlib.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/_sha1.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/_ssl.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/_sha256.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/_sha512.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/_sha3.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/_dbm.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/_gdbm.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/termios.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/resource.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/_blake2.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/ossaudiodev.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/zlib.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/_bz2.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/binascii.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/_lzma.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/pyexpat.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/_multibytecodec.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/_elementtree.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/_sqlite3.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/_codecs_kr.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/_codecs_cn.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/_codecs_tw.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/_codecs_jp.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/_codecs_hk.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/_ctypes_test.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/_codecs_iso2022.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/_multiprocessing.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/_posixshmem.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/xxlimited_35.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/xxlimited.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/_tkinter.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/_decimal.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/_ctypes.cpython-311-s390x-linux-gnu.so to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/ to 755 changing mode of /home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.11/lib-dynload/__pycache__ to 755 WARNING: The scripts pip3 and pip3.12 are installed in '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Could not find platform independent libraries <prefix> Could not find platform dependent libraries <exec_prefix> Python path configuration: PYTHONHOME = (not set) PYTHONPATH = (not set) program name = './target/bin/python3.11' isolated = 0 environment = 1 user site = 1 safe_path = 0 import site = 1 is in build tree = 0 stdlib dir = '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.12' sys._base_executable = '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/bin/python3.11' sys.base_prefix = '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target' sys.base_exec_prefix = '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target' sys.platlibdir = 'lib' sys.executable = '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/bin/python3.11' sys.prefix = '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target' sys.exec_prefix = '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target' sys.path = [ '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python312.zip', '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.12', '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.12/lib-dynload', ] Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding Python runtime state: core initialized ModuleNotFoundError: No module named 'encodings'
Current thread 0x000003ffb8079200 (most recent call first): <no Python frame>
Could not find platform independent libraries <prefix> Could not find platform dependent libraries <exec_prefix> Python path configuration: PYTHONHOME = (not set) PYTHONPATH = (not set) program name = './target/bin/python3.11' isolated = 0 environment = 0 user site = 1 safe_path = 0 import site = 1 is in build tree = 0 stdlib dir = '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.12' sys._base_executable = '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/bin/python3.11' sys.base_prefix = '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target' sys.base_exec_prefix = '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target' sys.platlibdir = 'lib' sys.executable = '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/bin/python3.11' sys.prefix = '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target' sys.exec_prefix = '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target' sys.path = [ '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python312.zip', '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.12', '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.12/lib-dynload', ] Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding Python runtime state: core initialized ModuleNotFoundError: No module named 'encodings'
Current thread 0x000003ff8e879200 (most recent call first): <no Python frame>
Test report
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 Ubuntu Shared 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/506/builds/2473
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: bolen-ubuntu
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
417 tests OK.
10 slowest tests:
- test_tools: 8 min 24 sec
- test_concurrent_futures: 5 min 19 sec
- test_multiprocessing_spawn: 4 min 38 sec
- test_asyncio: 2 min 58 sec
- test_gdb: 2 min 45 sec
- test_tokenize: 2 min 21 sec
- test_lib2to3: 2 min 11 sec
- test_capi: 2 min 2 sec
- test_unparse: 1 min 51 sec
- test_multiprocessing_forkserver: 1 min 47 sec
2 tests failed: test_enum test_tools
17 tests skipped: test_devpoll test_idle test_ioctl test_kqueue test_launcher test_msilib test_startfile test_tcl test_tix test_tk test_ttk_guionly test_ttk_textonly test_turtle test_winconsoleio test_winreg test_winsound test_zipfile64
2 re-run tests: test_enum test_tools
Total duration: 38 min 50 sec
Captured traceback
Traceback (most recent call last): File "/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_a1481c33'
Traceback (most recent call last): File "/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Lib/test/test_tools/test_freeze.py", line 28, in test_freeze_simple_script executable = helper.freeze(python, scriptfile, outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Tools/freeze/test/freeze.py", line 176, in freeze _run_quiet([python, '-E', FREEZE, '-o', outdir, scriptfile], outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Tools/freeze/test/freeze.py", line 25, in _run_quiet return subprocess.run( ^^^^^^^^^^^^^^^ File "/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Lib/subprocess.py", line 558, in run raise CalledProcessError(retcode, process.args, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ subprocess.CalledProcessError: Command '['/tmp/tmpfl_a2k5z/python-installation/bin/python3', '-E', '/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Tools/freeze/freeze.py', '-o', '/tmp/tmpfl_a2k5z', '/tmp/tmpfl_a2k5z/app.py']' returned non-zero exit status 1.
Traceback (most recent call last): File "/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_b313d351'
Traceback (most recent call last): File "/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Lib/test/test_tools/test_freeze.py", line 28, in test_freeze_simple_script executable = helper.freeze(python, scriptfile, outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Tools/freeze/test/freeze.py", line 176, in freeze _run_quiet([python, '-E', FREEZE, '-o', outdir, scriptfile], outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Tools/freeze/test/freeze.py", line 25, in _run_quiet return subprocess.run( ^^^^^^^^^^^^^^^ File "/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Lib/subprocess.py", line 558, in run raise CalledProcessError(retcode, process.args, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ subprocess.CalledProcessError: Command '['/tmp/tmpdbhihsn4/python-installation/bin/python3', '-E', '/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Tools/freeze/freeze.py', '-o', '/tmp/tmpdbhihsn4', '/tmp/tmpdbhihsn4/app.py']' returned non-zero exit status 1.
Traceback (most recent call last): File "/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/srv/buildbot/buildarea/3.x.bolen-ubuntu/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Test report
Failed tests:
- test_enum
- test_tools
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_freeze_simple_script - test.test_tools.test_freeze.TestFreeze.test_freeze_simple_script
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder s390x Fedora Rawhide Clang 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/566/builds/1018
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-rawhide-z
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
419 tests OK.
10 slowest tests:
- test_multiprocessing_spawn: 3 min 6 sec
- test_concurrent_futures: 2 min 41 sec
- test_multiprocessing_forkserver: 2 min 2 sec
- test_zipfile: 1 min 58 sec
- test_asyncio: 1 min 44 sec
- test_capi: 1 min 19 sec
- test_multiprocessing_fork: 1 min 19 sec
- test_largefile: 1 min 8 sec
- test_tokenize: 57.1 sec
- test_lzma: 50.8 sec
2 tests failed: test_enum test_tools
15 tests skipped: test_devpoll test_gdb test_ioctl test_kqueue test_launcher test_msilib test_nis test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
2 re-run tests: test_enum test_tools
Total duration: 13 min 7 sec
Captured traceback
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang/build/Lib/test/test_tools/test_freeze.py", line 28, in test_freeze_simple_script executable = helper.freeze(python, scriptfile, outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang/build/Tools/freeze/test/freeze.py", line 176, in freeze _run_quiet([python, '-E', FREEZE, '-o', outdir, scriptfile], outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang/build/Tools/freeze/test/freeze.py", line 25, in _run_quiet return subprocess.run( ^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang/build/Lib/subprocess.py", line 558, in run raise CalledProcessError(retcode, process.args, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ subprocess.CalledProcessError: Command '['/tmp/tmpmrkqwric/python-installation/bin/python3', '-E', '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang/build/Tools/freeze/freeze.py', '-o', '/tmp/tmpmrkqwric', '/tmp/tmpmrkqwric/app.py']' returned non-zero exit status 1.
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_09a010fa'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_0dff902a'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_946f5d00'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang/build/Lib/test/test_tools/test_freeze.py", line 27, in test_freeze_simple_script outdir, scriptfile, python = helper.prepare(script, outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang/build/Tools/freeze/test/freeze.py", line 134, in prepare copy_source_tree(srcdir, SRCDIR) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang/build/Tools/freeze/test/freeze.py", line 83, in copy_source_tree shutil.copytree(oldroot, newroot) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang/build/Lib/shutil.py", line 560, in copytree return _copytree(entries=entries, src=src, dst=dst, symlinks=symlinks, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang/build/Lib/shutil.py", line 514, in _copytree raise Error(errors) ^^^^^^^^^^^^^^^^^^^ shutil.Error: [('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang/build/build/test_python_3503984æ/test_python_worker_3515714æ/@test_3515714_tmpæ2', '/tmp/tmpuaalfqdl/cpython/build/test_python_3503984æ/test_python_worker_3515714æ/@test_3515714_tmpæ2', "[Errno 2] No such file or directory: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang/build/build/test_python_3503984æ/test_python_worker_3515714æ/@test_3515714_tmpæ2'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang/build/build/test_python_3503984æ/test_python_worker_3516371æ', '/tmp/tmpuaalfqdl/cpython/build/test_python_3503984æ/test_python_worker_3516371æ', "[Errno 2] No such file or directory: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang/build/build/test_python_3503984æ/test_python_worker_3516371æ'")]
Test report
Failed tests:
- test_enum
- test_tools
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_freeze_simple_script - test.test_tools.test_freeze.TestFreeze.test_freeze_simple_script
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder PPC64LE CentOS9 LTO + PGO 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/885/builds/983
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-CentOS9-ppc64le
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
420 tests OK.
10 slowest tests:
- test_concurrent_futures: 2 min 23 sec
- test_multiprocessing_spawn: 1 min 40 sec
- test_multiprocessing_forkserver: 1 min 10 sec
- test_asyncio: 1 min 9 sec
- test_multiprocessing_fork: 1 min 4 sec
- test_tokenize: 55.1 sec
- test_signal: 47.6 sec
- test_io: 39.9 sec
- test_lib2to3: 37.2 sec
- test_xmlrpc: 28.6 sec
1 test failed: test_enum
15 tests skipped: test_devpoll test_gdb test_ioctl test_kqueue test_launcher test_msilib test_nis test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_enum
Total duration: 3 min 7 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_94b3b81f'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_35f440de'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_609e1a6b'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-CentOS9-ppc64le.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Test report
Failed tests:
- test_enum
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 FreeBSD Non-Debug 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/172/builds/2085
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: koobs-freebsd-9e36
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
415 tests OK.
10 slowest tests:
- test_smtpnet: 6 min 11 sec
- test_tokenize: 5 min 20 sec
- test_multiprocessing_spawn: 4 min 59 sec
- test_asyncio: 4 min 30 sec
- test_concurrent_futures: 3 min 38 sec
- test_nntplib: 3 min 36 sec
- test_lib2to3: 3 min 35 sec
- test_unparse: 3 min 17 sec
- test_unicodedata: 2 min 47 sec
- test_multiprocessing_forkserver: 2 min 35 sec
1 test failed: test_enum
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
1 re-run test: test_enum
Total duration: 25 min 57 sec
Captured traceback
Traceback (most recent call last): File "/usr/home/buildbot/python/3.x.koobs-freebsd-9e36.nondebug/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/home/buildbot/python/3.x.koobs-freebsd-9e36.nondebug/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/usr/home/buildbot/python/3.x.koobs-freebsd-9e36.nondebug/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/usr/home/buildbot/python/3.x.koobs-freebsd-9e36.nondebug/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/usr/home/buildbot/python/3.x.koobs-freebsd-9e36.nondebug/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/usr/home/buildbot/python/3.x.koobs-freebsd-9e36.nondebug/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/home/buildbot/python/3.x.koobs-freebsd-9e36.nondebug/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/usr/home/buildbot/python/3.x.koobs-freebsd-9e36.nondebug/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/home/buildbot/python/3.x.koobs-freebsd-9e36.nondebug/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Traceback (most recent call last): File "/usr/home/buildbot/python/3.x.koobs-freebsd-9e36.nondebug/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/home/buildbot/python/3.x.koobs-freebsd-9e36.nondebug/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/usr/home/buildbot/python/3.x.koobs-freebsd-9e36.nondebug/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_8f023e93'
Test report
Failed tests:
- test_enum
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder aarch64 Fedora Rawhide LTO + PGO 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/73/builds/2031
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-aarch64
Build Reason: <unknown> Blamelist: Pablo Galindo <pablogsal@gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
421 tests OK.
10 slowest tests:
- test_concurrent_futures: 2 min 42 sec
- test_multiprocessing_spawn: 2 min 30 sec
- test_asyncio: 1 min 30 sec
- test_multiprocessing_forkserver: 1 min 30 sec
- test_multiprocessing_fork: 1 min 20 sec
- test_nntplib: 1 min 6 sec
- test_largefile: 54.7 sec
- test_signal: 50.7 sec
- test_io: 42.3 sec
- test_socket: 39.8 sec
1 test failed: test_enum
14 tests skipped: test_devpoll test_gdb test_ioctl test_kqueue test_launcher test_msilib test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
1 re-run test: test_enum
Total duration: 2 min 53 sec
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.lto-pgo/build/Lib/test/test_enum.py", line 2956, in test_contains_tf self.assertFalse('BLACK' in Color) ^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'float' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_c287dfff'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_d46d9086'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'tuple' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.lto-pgo/build/Lib/test/test_enum.py", line 3518, in test_contains_tf self.assertTrue(Color.GREEN in Open) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: False is not true
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'str' and 'EnumType'
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.lto-pgo/build/Lib/test/test_enum.py", line 366, in test_contains_tf self.assertTrue(self.source_values[0] in MainEnum) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.lto-pgo/build/Lib/enum.py", line 817, in __contains__ raise TypeError( ^^^^^^^^^^^^^^^^ TypeError: unsupported operand type(s) for 'in': 'int' and 'EnumType'
Test report
Failed tests:
- test_enum
Failed subtests:
- test_contains_tf - test.test_enum.TestMixedInt.test_contains_tf
- test_contains_tf - test.test_enum.TestIntEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.OldTestIntFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestStrEnum.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedFloat.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedDate.test_contains_tf
- test_contains_tf - test.test_enum.TestMinimalDate.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainEnum.test_contains_tf
- test_contains_tf - test.test_enum.OldTestFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedStr.test_contains_tf
- test_contains_tf - test.test_enum.TestPlainFlag.test_contains_tf
- test_contains_tf - test.test_enum.TestMixedIntFlag.test_contains_tf
Sincerely, -The Buildbot
participants (1)
-
buildbot@python.org