Buildbot-status
Threads by month
- ----- 2026 -----
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
January 2021
- 2 participants
- 191 discussions
Buildbot failure in Python on AMD64 Arch Linux VintageParser 3.9
by buildbot@python.org Jan. 16, 2021
by buildbot@python.org Jan. 16, 2021
Jan. 16, 2021
The Buildbot has detected a failed build on builder AMD64 Arch Linux VintageParser 3.9 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#builders/495/builds/109
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: pablogsal-arch-x86_64
Build Reason: <unknown>
Blamelist:
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 41 sec
- test_multiprocessing_spawn: 1 min 16 sec
- test_subprocess: 1 min 14 sec
- test_tokenize: 1 min 6 sec
- test_multiprocessing_forkserver: 1 min 3 sec
- test_peg_generator: 1 min 3 sec
- test_unparse: 1 min 1 sec
- test_largefile: 57.6 sec
- test_asyncio: 57.2 sec
- test_multiprocessing_fork: 53.7 sec
2 tests failed:
test_named_expressions test_nntplib
13 tests skipped:
test_devpoll test_ioctl test_kqueue test_msilib test_ossaudiodev
test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio
test_winreg test_winsound test_zipfile64
2 re-run tests:
test_named_expressions test_nntplib
Total duration: 14 min 19 sec
Captured traceback
==================
Traceback (most recent call last):
File "/buildbot/buildarea/3.9.pablogsal-arch-x86_64.oldparser/build/Lib/test/test_nntplib.py", line 250, in wrapped
meth(self)
File "/buildbot/buildarea/3.9.pablogsal-arch-x86_64.oldparser/build/Lib/test/test_nntplib.py", line 85, in test_description
self.assertIn("Python", desc)
AssertionError: 'Python' not found in ''
Traceback (most recent call last):
File "/buildbot/buildarea/3.9.pablogsal-arch-x86_64.oldparser/build/Lib/test/test_nntplib.py", line 250, in wrapped
meth(self)
File "/buildbot/buildarea/3.9.pablogsal-arch-x86_64.oldparser/build/Lib/test/test_nntplib.py", line 99, in test_descriptions
desc = descs[self.GROUP_NAME]
KeyError: 'comp.lang.python'
Traceback (most recent call last):
File "/buildbot/buildarea/3.9.pablogsal-arch-x86_64.oldparser/build/Lib/test/test_named_expressions.py", line 218, in test_named_expression_invalid_set_comprehension_iterable_expression
exec(code, {}) # Module scope
AssertionError: "assignment expression cannot be used in a comprehension iterable expression" does not match "invalid syntax (<string>, line 1)"
Traceback (most recent call last):
File "/buildbot/buildarea/3.9.pablogsal-arch-x86_64.oldparser/build/Lib/test/test_named_expressions.py", line 185, in test_named_expression_invalid_rebinding_set_comprehension_iteration_variable
exec(code, {}, {})
AssertionError: "assignment expression cannot rebind comprehension iteration variable 'i'" does not match "invalid syntax (<string>, line 1)"
Test report
===========
Failed tests:
- test_named_expressions
- test_nntplib
Failed subtests:
- test_named_expression_invalid_set_comprehension_iterable_expression - test.test_named_expressions.NamedExpressionInvalidTest
- test_description - test.test_nntplib.NetworkedNNTP_SSLTests
- test_descriptions - test.test_nntplib.NetworkedNNTP_SSLTests
- test_named_expression_invalid_rebinding_set_comprehension_iteration_variable - test.test_named_expressions.NamedExpressionInvalidTest
Sincerely,
-The Buildbot
1
0
Jan. 16, 2021
The Buildbot has detected a failed build on builder AMD64 Arch Linux TraceRefs 3.9 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#builders/23/builds/107
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: pablogsal-arch-x86_64
Build Reason: <unknown>
Blamelist:
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
== Tests result: FAILURE then FAILURE ==
411 tests OK.
10 slowest tests:
- test_concurrent_futures: 2 min 42 sec
- test_multiprocessing_spawn: 1 min 19 sec
- test_subprocess: 1 min 15 sec
- test_tokenize: 1 min 7 sec
- test_unparse: 1 min 3 sec
- test_multiprocessing_forkserver: 1 min 3 sec
- test_asyncio: 1 min 2 sec
- test_peg_generator: 59.9 sec
- test_capi: 56.5 sec
- test_multiprocessing_fork: 53.9 sec
1 test failed:
test_nntplib
13 tests skipped:
test_devpoll test_ioctl test_kqueue test_msilib test_ossaudiodev
test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio
test_winreg test_winsound test_zipfile64
1 re-run test:
test_nntplib
Total duration: 14 min 26 sec
Captured traceback
==================
Traceback (most recent call last):
File "/buildbot/buildarea/3.9.pablogsal-arch-x86_64/build/Lib/test/test_nntplib.py", line 250, in wrapped
meth(self)
File "/buildbot/buildarea/3.9.pablogsal-arch-x86_64/build/Lib/test/test_nntplib.py", line 85, in test_description
self.assertIn("Python", desc)
AssertionError: 'Python' not found in ''
Traceback (most recent call last):
File "/buildbot/buildarea/3.9.pablogsal-arch-x86_64/build/Lib/test/test_nntplib.py", line 250, in wrapped
meth(self)
File "/buildbot/buildarea/3.9.pablogsal-arch-x86_64/build/Lib/test/test_nntplib.py", line 99, in test_descriptions
desc = descs[self.GROUP_NAME]
KeyError: 'comp.lang.python'
Test report
===========
Failed tests:
- test_nntplib
Failed subtests:
- test_descriptions - test.test_nntplib.NetworkedNNTP_SSLTests
- test_description - test.test_nntplib.NetworkedNNTP_SSLTests
Sincerely,
-The Buildbot
1
0
Jan. 16, 2021
The Buildbot has detected a new failure on builder AMD64 Arch Linux Asan Debug 3.9 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#builders/588/builds/15
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: pablogsal-arch-x86_64
Build Reason: <unknown>
Blamelist:
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
== Tests result: FAILURE then FAILURE ==
406 tests OK.
10 slowest tests:
- test_concurrent_futures: 3 min 20 sec
- test_unparse: 3 min 4 sec
- test_subprocess: 3 min 2 sec
- test_tokenize: 2 min 33 sec
- test_multiprocessing_spawn: 1 min 58 sec
- test_peg_generator: 1 min 48 sec
- test_lib2to3: 1 min 44 sec
- test_unicodedata: 1 min 30 sec
- test_asyncio: 1 min 24 sec
- test_multiprocessing_forkserver: 1 min 19 sec
1 test failed:
test_nntplib
13 tests skipped:
test_devpoll test_ioctl test_kqueue test_msilib test_ossaudiodev
test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio
test_winreg test_winsound test_zipfile64
1 re-run test:
test_nntplib
Total duration: 48 min 26 sec
Captured traceback
==================
Traceback (most recent call last):
File "/buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan_debug/build/Lib/test/test_nntplib.py", line 250, in wrapped
meth(self)
File "/buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan_debug/build/Lib/test/test_nntplib.py", line 99, in test_descriptions
desc = descs[self.GROUP_NAME]
KeyError: 'comp.lang.python'
Traceback (most recent call last):
File "/buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan_debug/build/Lib/test/test_nntplib.py", line 250, in wrapped
meth(self)
File "/buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan_debug/build/Lib/test/test_nntplib.py", line 85, in test_description
self.assertIn("Python", desc)
AssertionError: 'Python' not found in ''
Test report
===========
Failed tests:
- test_nntplib
Failed subtests:
- test_descriptions - test.test_nntplib.NetworkedNNTP_SSLTests
- test_description - test.test_nntplib.NetworkedNNTP_SSLTests
Sincerely,
-The Buildbot
1
0
Jan. 16, 2021
The Buildbot has detected a new failure on builder AMD64 Arch Linux Asan 3.9 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#builders/579/builds/99
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: pablogsal-arch-x86_64
Build Reason: <unknown>
Blamelist:
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
== Tests result: FAILURE then FAILURE ==
406 tests OK.
10 slowest tests:
- test_peg_generator: 3 min 47 sec
- test_concurrent_futures: 3 min 2 sec
- test_subprocess: 2 min 6 sec
- test_unparse: 1 min 57 sec
- test_tokenize: 1 min 46 sec
- test_multiprocessing_spawn: 1 min 37 sec
- test_lib2to3: 1 min 11 sec
- test_multiprocessing_forkserver: 1 min 10 sec
- test_asyncio: 1 min 8 sec
- test_multiprocessing_fork: 59.5 sec
1 test failed:
test_nntplib
13 tests skipped:
test_devpoll test_ioctl test_kqueue test_msilib test_ossaudiodev
test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio
test_winreg test_winsound test_zipfile64
1 re-run test:
test_nntplib
Total duration: 39 min 5 sec
Captured traceback
==================
Traceback (most recent call last):
File "/buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Lib/test/test_nntplib.py", line 250, in wrapped
meth(self)
File "/buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Lib/test/test_nntplib.py", line 99, in test_descriptions
desc = descs[self.GROUP_NAME]
KeyError: 'comp.lang.python'
Traceback (most recent call last):
File "/buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Lib/test/test_nntplib.py", line 250, in wrapped
meth(self)
File "/buildbot/buildarea/3.9.pablogsal-arch-x86_64.asan/build/Lib/test/test_nntplib.py", line 85, in test_description
self.assertIn("Python", desc)
AssertionError: 'Python' not found in ''
Test report
===========
Failed tests:
- test_nntplib
Failed subtests:
- test_descriptions - test.test_nntplib.NetworkedNNTP_SSLTests
- test_description - test.test_nntplib.NetworkedNNTP_SSLTests
Sincerely,
-The Buildbot
1
0
Jan. 15, 2021
The Buildbot has detected a failed build on builder AMD64 Arch Linux TraceRefs 3.7 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#builders/263/builds/4
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: pablogsal-arch-x86_64
Build Reason: <unknown>
Blamelist:
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
== Tests result: FAILURE then FAILURE ==
402 tests OK.
10 slowest tests:
- test_concurrent_futures: 2 min 20 sec
- test_multiprocessing_spawn: 1 min 31 sec
- test_subprocess: 1 min 17 sec
- test_multiprocessing_forkserver: 1 min 12 sec
- test_multiprocessing_fork: 1 min 5 sec
- test_tokenize: 59.8 sec
- test_tools: 43.9 sec
- test_lib2to3: 42.8 sec
- test_io: 42.1 sec
- test_asyncio: 39.7 sec
1 test failed:
test_nntplib
13 tests skipped:
test_devpoll test_ioctl test_kqueue test_msilib test_ossaudiodev
test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio
test_winreg test_winsound test_zipfile64
1 re-run test:
test_nntplib
Total duration: 11 min
Captured traceback
==================
Traceback (most recent call last):
File "/buildbot/buildarea/3.7.pablogsal-arch-x86_64/build/Lib/test/test_nntplib.py", line 250, in wrapped
meth(self)
File "/buildbot/buildarea/3.7.pablogsal-arch-x86_64/build/Lib/test/test_nntplib.py", line 99, in test_descriptions
desc = descs[self.GROUP_NAME]
KeyError: 'comp.lang.python'
Traceback (most recent call last):
File "/buildbot/buildarea/3.7.pablogsal-arch-x86_64/build/Lib/test/test_nntplib.py", line 250, in wrapped
meth(self)
File "/buildbot/buildarea/3.7.pablogsal-arch-x86_64/build/Lib/test/test_nntplib.py", line 85, in test_description
self.assertIn("Python", desc)
AssertionError: 'Python' not found in ''
Test report
===========
Failed tests:
- test_nntplib
Failed subtests:
- test_descriptions - test.test_nntplib.NetworkedNNTP_SSLTests
- test_description - test.test_nntplib.NetworkedNNTP_SSLTests
Sincerely,
-The Buildbot
1
0
Jan. 15, 2021
The Buildbot has detected a new failure on builder AMD64 Arch Linux Asan 3.7 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#builders/583/builds/3
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: pablogsal-arch-x86_64
Build Reason: <unknown>
Blamelist:
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
== Tests result: FAILURE then FAILURE ==
397 tests OK.
10 slowest tests:
- test_concurrent_futures: 2 min 32 sec
- test_subprocess: 2 min 9 sec
- test_multiprocessing_spawn: 2 min 1 sec
- test_tokenize: 1 min 41 sec
- test_tools: 1 min 35 sec
- test_multiprocessing_forkserver: 1 min 21 sec
- test_multiprocessing_fork: 1 min 15 sec
- test_lib2to3: 1 min 15 sec
- test_io: 50.9 sec
- test_asyncio: 50.4 sec
1 test failed:
test_nntplib
13 tests skipped:
test_devpoll test_ioctl test_kqueue test_msilib test_ossaudiodev
test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio
test_winreg test_winsound test_zipfile64
1 re-run test:
test_nntplib
Total duration: 30 min 12 sec
Captured traceback
==================
Traceback (most recent call last):
File "/buildbot/buildarea/3.7.pablogsal-arch-x86_64.asan/build/Lib/test/test_nntplib.py", line 250, in wrapped
meth(self)
File "/buildbot/buildarea/3.7.pablogsal-arch-x86_64.asan/build/Lib/test/test_nntplib.py", line 99, in test_descriptions
desc = descs[self.GROUP_NAME]
KeyError: 'comp.lang.python'
Traceback (most recent call last):
File "/buildbot/buildarea/3.7.pablogsal-arch-x86_64.asan/build/Lib/test/test_nntplib.py", line 250, in wrapped
meth(self)
File "/buildbot/buildarea/3.7.pablogsal-arch-x86_64.asan/build/Lib/test/test_nntplib.py", line 85, in test_description
self.assertIn("Python", desc)
AssertionError: 'Python' not found in ''
Test report
===========
Failed tests:
- test_nntplib
Failed subtests:
- test_descriptions - test.test_nntplib.NetworkedNNTP_SSLTests
- test_description - test.test_nntplib.NetworkedNNTP_SSLTests
Sincerely,
-The Buildbot
1
0
The Buildbot working for 'Python' has noticed that the worker named koobs-freebsd-564d went away.
It last disconnected at Fri Jan 15 05:11:31 2021.
The admin on record (as reported by WORKER:info/admin) was Kubilay Kocak <irc://chat.freenode.net/koobs,isnick>
.
Sincerely,
-The Buildbot
1
0
Jan. 13, 2021
The Buildbot has detected a new failure on builder s390x RHEL8 Refleaks 3.8 while building Python.
Full details are available at:
https://buildbot.python.org/all/#builders/523/builds/146
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-rhel8-z
Build Reason: <unknown>
Blamelist:
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
./home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
./home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
./home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
./home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
./home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers
finalizer()
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
.
Test report
===========
Failed tests:
- test_multiprocessing_fork
Sincerely,
-The Buildbot
1
0
Jan. 13, 2021
The Buildbot has detected a failed build 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/498
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-x86_64
Build Reason: <unknown>
Blamelist: Dong-hee Na <donghee.na(a)python.org>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
remote: Enumerating objects: 1
remote: Enumerating objects: 3, done.
remote: Counting objects: 33% (1/3)
remote: Counting objects: 66% (2/3)
remote: Counting objects: 100% (3/3)
remote: Counting objects: 100% (3/3), done.
remote: Total 4 (delta 3), reused 3 (delta 3), pack-reused 1
From https://github.com/python/cpython
* branch master -> FETCH_HEAD
Reset branch 'master'
lto1: internal compiler error: in lto_read_decls, at lto/lto-common.c:1957
0x13dee99 diagnostic_impl(rich_location*, diagnostic_metadata const*, int, char const*, __va_list_tag (*) [1], diagnostic_t)
???:0
0xe6dff7 internal_error(char const*, ...)
???:0
0xe6e033 fancy_abort(char const*, int, char const*)
???:0
0x5d89bc read_cgraph_and_symbols(unsigned int, char const**) [clone .cold]
???:0
0x122d426 lto_main()
???:0
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://bugzilla.redhat.com/bugzilla> for instructions.
lto-wrapper: fatal error: /usr/bin/gcc returned 1 exit status
compilation terminated.
/usr/bin/ld: error: lto-wrapper failed
collect2: error: ld returned 1 exit status
lto1: internal compiler error: in lto_read_decls, at lto/lto-common.c:1957
0x13dee99 diagnostic_impl(rich_location*, diagnostic_metadata const*, int, char const*, __va_list_tag (*) [1], diagnostic_t)
???:0
0xe6dff7 internal_error(char const*, ...)
???:0
0xe6e033 fancy_abort(char const*, int, char const*)
???:0
0x5d89bc read_cgraph_and_symbols(unsigned int, char const**) [clone .cold]
???:0
0x122d426 lto_main()
???:0
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://bugzilla.redhat.com/bugzilla> for instructions.
lto-wrapper: fatal error: /usr/bin/gcc returned 1 exit status
compilation terminated.
/usr/bin/ld: error: lto-wrapper failed
collect2: error: ld returned 1 exit status
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c: In function ‘Tkapp_CallProc’:
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:264:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
264 | if(tcl_lock) \
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:1490:5: note: in expansion of macro ‘ENTER_PYTHON’
1490 | ENTER_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:265:44: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
265 | PyThread_release_lock(tcl_lock); PyEval_RestoreThread((tstate)); }
| ^~~~~~~~~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:1490:5: note: in expansion of macro ‘ENTER_PYTHON’
1490 | ENTER_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:269:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
269 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate; }
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:1496:5: note: in expansion of macro ‘LEAVE_PYTHON’
1496 | LEAVE_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:243:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
243 | (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
| ^
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:269:57: note: in expansion of macro ‘tcl_tstate’
269 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate; }
| ^~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:1496:5: note: in expansion of macro ‘LEAVE_PYTHON’
1496 | LEAVE_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:264:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
264 | if(tcl_lock) \
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:1500:5: note: in expansion of macro ‘ENTER_PYTHON’
1500 | ENTER_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:265:44: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
265 | PyThread_release_lock(tcl_lock); PyEval_RestoreThread((tstate)); }
| ^~~~~~~~~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:1500:5: note: in expansion of macro ‘ENTER_PYTHON’
1500 | ENTER_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:269:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
269 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate; }
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:1510:5: note: in expansion of macro ‘LEAVE_PYTHON’
1510 | LEAVE_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:243:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
243 | (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
| ^
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:269:57: note: in expansion of macro ‘tcl_tstate’
269 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate; }
| ^~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:1510:5: note: in expansion of macro ‘LEAVE_PYTHON’
1510 | LEAVE_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c: In function ‘Tkapp_Call’:
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:250:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
250 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:1589:9: note: in expansion of macro ‘ENTER_TCL’
1589 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:243:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
243 | (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
| ^
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:250:57: note: in expansion of macro ‘tcl_tstate’
250 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:1589:9: note: in expansion of macro ‘ENTER_TCL’
1589 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c: In function ‘_tkinter_tkapp_eval_impl’:
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:250:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
250 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:1626:5: note: in expansion of macro ‘ENTER_TCL’
1626 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:243:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
243 | (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
| ^
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:250:57: note: in expansion of macro ‘tcl_tstate’
250 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:1626:5: note: in expansion of macro ‘ENTER_TCL’
1626 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c: In function ‘_tkinter_tkapp_evalfile_impl’:
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:250:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
250 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:1655:5: note: in expansion of macro ‘ENTER_TCL’
1655 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:243:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
243 | (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
| ^
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:250:57: note: in expansion of macro ‘tcl_tstate’
250 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:1655:5: note: in expansion of macro ‘ENTER_TCL’
1655 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c: In function ‘_tkinter_tkapp_record_impl’:
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:250:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
250 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:1684:5: note: in expansion of macro ‘ENTER_TCL’
1684 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:243:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
243 | (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
| ^
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:250:57: note: in expansion of macro ‘tcl_tstate’
250 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:1684:5: note: in expansion of macro ‘ENTER_TCL’
1684 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c: In function ‘_tkinter_tkapp_adderrorinfo_impl’:
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:250:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
250 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:1710:5: note: in expansion of macro ‘ENTER_TCL’
1710 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:243:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
243 | (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
| ^
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:250:57: note: in expansion of macro ‘tcl_tstate’
250 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:1710:5: note: in expansion of macro ‘ENTER_TCL’
1710 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:254:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
254 | if(tcl_lock)PyThread_release_lock(tcl_lock); Py_END_ALLOW_THREADS}
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:1712:5: note: in expansion of macro ‘LEAVE_TCL’
1712 | LEAVE_TCL
| ^~~~~~~~~
In file included from ./Include/Python.h:146,
from /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:26:
./Include/ceval.h:137:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
137 | #define Py_END_ALLOW_THREADS PyEval_RestoreThread(_save); \
| ^~~~~~~~~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:254:50: note: in expansion of macro ‘Py_END_ALLOW_THREADS’
254 | if(tcl_lock)PyThread_release_lock(tcl_lock); Py_END_ALLOW_THREADS}
| ^~~~~~~~~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:1712:5: note: in expansion of macro ‘LEAVE_TCL’
1712 | LEAVE_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c: In function ‘var_proc’:
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:264:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
264 | if(tcl_lock) \
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:1810:5: note: in expansion of macro ‘ENTER_PYTHON’
1810 | ENTER_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:265:44: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
265 | PyThread_release_lock(tcl_lock); PyEval_RestoreThread((tstate)); }
| ^~~~~~~~~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:1810:5: note: in expansion of macro ‘ENTER_PYTHON’
1810 | ENTER_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:269:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
269 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate; }
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:1815:5: note: in expansion of macro ‘LEAVE_PYTHON’
1815 | LEAVE_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:243:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
243 | (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
| ^
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:269:57: note: in expansion of macro ‘tcl_tstate’
269 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate; }
| ^~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:1815:5: note: in expansion of macro ‘LEAVE_PYTHON’
1815 | LEAVE_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c: In function ‘SetVar’:
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:250:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
250 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:1880:9: note: in expansion of macro ‘ENTER_TCL’
1880 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:243:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
243 | (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
| ^
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:250:57: note: in expansion of macro ‘tcl_tstate’
250 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:1880:9: note: in expansion of macro ‘ENTER_TCL’
1880 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:250:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
250 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:1900:9: note: in expansion of macro ‘ENTER_TCL’
1900 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:243:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
243 | (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
| ^
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:250:57: note: in expansion of macro ‘tcl_tstate’
250 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:1900:9: note: in expansion of macro ‘ENTER_TCL’
1900 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c: In function ‘GetVar’:
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:250:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
250 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:1944:5: note: in expansion of macro ‘ENTER_TCL’
1944 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:243:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
243 | (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
| ^
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:250:57: note: in expansion of macro ‘tcl_tstate’
250 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:1944:5: note: in expansion of macro ‘ENTER_TCL’
1944 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c: In function ‘UnsetVar’:
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:250:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
250 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:1987:5: note: in expansion of macro ‘ENTER_TCL’
1987 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:243:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
243 | (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
| ^
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:250:57: note: in expansion of macro ‘tcl_tstate’
250 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:1987:5: note: in expansion of macro ‘ENTER_TCL’
1987 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c: In function ‘_tkinter_tkapp_exprstring_impl’:
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:250:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
250 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:2160:5: note: in expansion of macro ‘ENTER_TCL’
2160 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:243:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
243 | (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
| ^
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:250:57: note: in expansion of macro ‘tcl_tstate’
250 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:2160:5: note: in expansion of macro ‘ENTER_TCL’
2160 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c: In function ‘_tkinter_tkapp_exprlong_impl’:
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:250:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
250 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:2190:5: note: in expansion of macro ‘ENTER_TCL’
2190 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:243:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
243 | (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
| ^
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:250:57: note: in expansion of macro ‘tcl_tstate’
250 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:2190:5: note: in expansion of macro ‘ENTER_TCL’
2190 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c: In function ‘_tkinter_tkapp_exprdouble_impl’:
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:250:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
250 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:2219:5: note: in expansion of macro ‘ENTER_TCL’
2219 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:243:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
243 | (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
| ^
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:250:57: note: in expansion of macro ‘tcl_tstate’
250 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:2219:5: note: in expansion of macro ‘ENTER_TCL’
2219 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c: In function ‘_tkinter_tkapp_exprboolean_impl’:
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:250:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
250 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:2248:5: note: in expansion of macro ‘ENTER_TCL’
2248 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:243:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
243 | (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
| ^
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:250:57: note: in expansion of macro ‘tcl_tstate’
250 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:2248:5: note: in expansion of macro ‘ENTER_TCL’
2248 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c: In function ‘PythonCmd_Error’:
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:269:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
269 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate; }
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:2416:5: note: in expansion of macro ‘LEAVE_PYTHON’
2416 | LEAVE_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:243:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
243 | (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
| ^
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:269:57: note: in expansion of macro ‘tcl_tstate’
269 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate; }
| ^~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:2416:5: note: in expansion of macro ‘LEAVE_PYTHON’
2416 | LEAVE_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c: In function ‘PythonCmd’:
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:264:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
264 | if(tcl_lock) \
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:2432:5: note: in expansion of macro ‘ENTER_PYTHON’
2432 | ENTER_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:265:44: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
265 | PyThread_release_lock(tcl_lock); PyEval_RestoreThread((tstate)); }
| ^~~~~~~~~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:2432:5: note: in expansion of macro ‘ENTER_PYTHON’
2432 | ENTER_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:269:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
269 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate; }
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:2461:5: note: in expansion of macro ‘LEAVE_PYTHON’
2461 | LEAVE_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:243:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
243 | (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
| ^
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:269:57: note: in expansion of macro ‘tcl_tstate’
269 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate; }
| ^~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:2461:5: note: in expansion of macro ‘LEAVE_PYTHON’
2461 | LEAVE_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c: In function ‘PythonCmdDelete’:
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:264:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
264 | if(tcl_lock) \
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:2472:5: note: in expansion of macro ‘ENTER_PYTHON’
2472 | ENTER_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:265:44: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
265 | PyThread_release_lock(tcl_lock); PyEval_RestoreThread((tstate)); }
| ^~~~~~~~~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:2472:5: note: in expansion of macro ‘ENTER_PYTHON’
2472 | ENTER_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:269:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
269 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate; }
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:2476:5: note: in expansion of macro ‘LEAVE_PYTHON’
2476 | LEAVE_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:243:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
243 | (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
| ^
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:269:57: note: in expansion of macro ‘tcl_tstate’
269 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate; }
| ^~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:2476:5: note: in expansion of macro ‘LEAVE_PYTHON’
2476 | LEAVE_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c: In function ‘_tkinter_tkapp_createcommand_impl’:
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:250:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
250 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:2563:9: note: in expansion of macro ‘ENTER_TCL’
2563 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:243:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
243 | (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
| ^
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:250:57: note: in expansion of macro ‘tcl_tstate’
250 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:2563:9: note: in expansion of macro ‘ENTER_TCL’
2563 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:254:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
254 | if(tcl_lock)PyThread_release_lock(tcl_lock); Py_END_ALLOW_THREADS}
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:2567:9: note: in expansion of macro ‘LEAVE_TCL’
2567 | LEAVE_TCL
| ^~~~~~~~~
In file included from ./Include/Python.h:146,
from /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:26:
./Include/ceval.h:137:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
137 | #define Py_END_ALLOW_THREADS PyEval_RestoreThread(_save); \
| ^~~~~~~~~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:254:50: note: in expansion of macro ‘Py_END_ALLOW_THREADS’
254 | if(tcl_lock)PyThread_release_lock(tcl_lock); Py_END_ALLOW_THREADS}
| ^~~~~~~~~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:2567:9: note: in expansion of macro ‘LEAVE_TCL’
2567 | LEAVE_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c: In function ‘_tkinter_tkapp_deletecommand_impl’:
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:250:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
250 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:2616:9: note: in expansion of macro ‘ENTER_TCL’
2616 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:243:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
243 | (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
| ^
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:250:57: note: in expansion of macro ‘tcl_tstate’
250 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:2616:9: note: in expansion of macro ‘ENTER_TCL’
2616 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:254:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
254 | if(tcl_lock)PyThread_release_lock(tcl_lock); Py_END_ALLOW_THREADS}
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:2618:9: note: in expansion of macro ‘LEAVE_TCL’
2618 | LEAVE_TCL
| ^~~~~~~~~
In file included from ./Include/Python.h:146,
from /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:26:
./Include/ceval.h:137:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
137 | #define Py_END_ALLOW_THREADS PyEval_RestoreThread(_save); \
| ^~~~~~~~~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:254:50: note: in expansion of macro ‘Py_END_ALLOW_THREADS’
254 | if(tcl_lock)PyThread_release_lock(tcl_lock); Py_END_ALLOW_THREADS}
| ^~~~~~~~~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:2618:9: note: in expansion of macro ‘LEAVE_TCL’
2618 | LEAVE_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c: In function ‘FileHandler’:
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:264:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
264 | if(tcl_lock) \
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:2682:5: note: in expansion of macro ‘ENTER_PYTHON’
2682 | ENTER_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:265:44: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
265 | PyThread_release_lock(tcl_lock); PyEval_RestoreThread((tstate)); }
| ^~~~~~~~~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:2682:5: note: in expansion of macro ‘ENTER_PYTHON’
2682 | ENTER_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:269:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
269 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate; }
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:2692:5: note: in expansion of macro ‘LEAVE_PYTHON’
2692 | LEAVE_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:243:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
243 | (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
| ^
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:269:57: note: in expansion of macro ‘tcl_tstate’
269 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate; }
| ^~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:2692:5: note: in expansion of macro ‘LEAVE_PYTHON’
2692 | LEAVE_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c: In function ‘_tkinter_tkapp_createfilehandler_impl’:
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:250:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
250 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:2728:5: note: in expansion of macro ‘ENTER_TCL’
2728 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:243:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
243 | (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
| ^
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:250:57: note: in expansion of macro ‘tcl_tstate’
250 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:2728:5: note: in expansion of macro ‘ENTER_TCL’
2728 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:254:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
254 | if(tcl_lock)PyThread_release_lock(tcl_lock); Py_END_ALLOW_THREADS}
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:2730:5: note: in expansion of macro ‘LEAVE_TCL’
2730 | LEAVE_TCL
| ^~~~~~~~~
In file included from ./Include/Python.h:146,
from /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:26:
./Include/ceval.h:137:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
137 | #define Py_END_ALLOW_THREADS PyEval_RestoreThread(_save); \
| ^~~~~~~~~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:254:50: note: in expansion of macro ‘Py_END_ALLOW_THREADS’
254 | if(tcl_lock)PyThread_release_lock(tcl_lock); Py_END_ALLOW_THREADS}
| ^~~~~~~~~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:2730:5: note: in expansion of macro ‘LEAVE_TCL’
2730 | LEAVE_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c: In function ‘_tkinter_tkapp_deletefilehandler’:
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:250:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
250 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:2757:5: note: in expansion of macro ‘ENTER_TCL’
2757 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:243:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
243 | (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
| ^
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:250:57: note: in expansion of macro ‘tcl_tstate’
250 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:2757:5: note: in expansion of macro ‘ENTER_TCL’
2757 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:254:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
254 | if(tcl_lock)PyThread_release_lock(tcl_lock); Py_END_ALLOW_THREADS}
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:2759:5: note: in expansion of macro ‘LEAVE_TCL’
2759 | LEAVE_TCL
| ^~~~~~~~~
In file included from ./Include/Python.h:146,
from /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:26:
./Include/ceval.h:137:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
137 | #define Py_END_ALLOW_THREADS PyEval_RestoreThread(_save); \
| ^~~~~~~~~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:254:50: note: in expansion of macro ‘Py_END_ALLOW_THREADS’
254 | if(tcl_lock)PyThread_release_lock(tcl_lock); Py_END_ALLOW_THREADS}
| ^~~~~~~~~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:2759:5: note: in expansion of macro ‘LEAVE_TCL’
2759 | LEAVE_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c: In function ‘TimerHandler’:
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:264:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
264 | if(tcl_lock) \
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:2853:5: note: in expansion of macro ‘ENTER_PYTHON’
2853 | ENTER_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:265:44: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
265 | PyThread_release_lock(tcl_lock); PyEval_RestoreThread((tstate)); }
| ^~~~~~~~~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:2853:5: note: in expansion of macro ‘ENTER_PYTHON’
2853 | ENTER_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:269:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
269 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate; }
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:2866:5: note: in expansion of macro ‘LEAVE_PYTHON’
2866 | LEAVE_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:243:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
243 | (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
| ^
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:269:57: note: in expansion of macro ‘tcl_tstate’
269 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate; }
| ^~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:2866:5: note: in expansion of macro ‘LEAVE_PYTHON’
2866 | LEAVE_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c: In function ‘_tkinter_tkapp_mainloop_impl’:
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:250:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
250 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:2930:13: note: in expansion of macro ‘ENTER_TCL’
2930 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:243:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
243 | (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
| ^
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:250:57: note: in expansion of macro ‘tcl_tstate’
250 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:2930:13: note: in expansion of macro ‘ENTER_TCL’
2930 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:254:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
254 | if(tcl_lock)PyThread_release_lock(tcl_lock); Py_END_ALLOW_THREADS}
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:2932:13: note: in expansion of macro ‘LEAVE_TCL’
2932 | LEAVE_TCL
| ^~~~~~~~~
In file included from ./Include/Python.h:146,
from /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:26:
./Include/ceval.h:137:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
137 | #define Py_END_ALLOW_THREADS PyEval_RestoreThread(_save); \
| ^~~~~~~~~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:254:50: note: in expansion of macro ‘Py_END_ALLOW_THREADS’
254 | if(tcl_lock)PyThread_release_lock(tcl_lock); Py_END_ALLOW_THREADS}
| ^~~~~~~~~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:2932:13: note: in expansion of macro ‘LEAVE_TCL’
2932 | LEAVE_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c: In function ‘_tkinter_tkapp_dooneevent_impl’:
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:250:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
250 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:2979:5: note: in expansion of macro ‘ENTER_TCL’
2979 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:243:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
243 | (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
| ^
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:250:57: note: in expansion of macro ‘tcl_tstate’
250 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:2979:5: note: in expansion of macro ‘ENTER_TCL’
2979 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:254:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
254 | if(tcl_lock)PyThread_release_lock(tcl_lock); Py_END_ALLOW_THREADS}
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:2981:5: note: in expansion of macro ‘LEAVE_TCL’
2981 | LEAVE_TCL
| ^~~~~~~~~
In file included from ./Include/Python.h:146,
from /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:26:
./Include/ceval.h:137:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
137 | #define Py_END_ALLOW_THREADS PyEval_RestoreThread(_save); \
| ^~~~~~~~~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:254:50: note: in expansion of macro ‘Py_END_ALLOW_THREADS’
254 | if(tcl_lock)PyThread_release_lock(tcl_lock); Py_END_ALLOW_THREADS}
| ^~~~~~~~~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:2981:5: note: in expansion of macro ‘LEAVE_TCL’
2981 | LEAVE_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c: In function ‘_tkinter_tkapp_loadtk_impl’:
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:250:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
250 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:3034:5: note: in expansion of macro ‘ENTER_TCL’
3034 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:243:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
243 | (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
| ^
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:250:57: note: in expansion of macro ‘tcl_tstate’
250 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:3034:5: note: in expansion of macro ‘ENTER_TCL’
3034 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c: In function ‘Tkapp_Dealloc’:
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:250:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
250 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:3096:5: note: in expansion of macro ‘ENTER_TCL’
3096 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:243:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
243 | (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
| ^
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:250:57: note: in expansion of macro ‘tcl_tstate’
250 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:3096:5: note: in expansion of macro ‘ENTER_TCL’
3096 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:254:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
254 | if(tcl_lock)PyThread_release_lock(tcl_lock); Py_END_ALLOW_THREADS}
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:3098:5: note: in expansion of macro ‘LEAVE_TCL’
3098 | LEAVE_TCL
| ^~~~~~~~~
In file included from ./Include/Python.h:146,
from /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:26:
./Include/ceval.h:137:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
137 | #define Py_END_ALLOW_THREADS PyEval_RestoreThread(_save); \
| ^~~~~~~~~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:254:50: note: in expansion of macro ‘Py_END_ALLOW_THREADS’
254 | if(tcl_lock)PyThread_release_lock(tcl_lock); Py_END_ALLOW_THREADS}
| ^~~~~~~~~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_tkinter.c:3098:5: note: in expansion of macro ‘LEAVE_TCL’
3098 | LEAVE_TCL
| ^~~~~~~~~
In file included from /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/expat/xmltok.c:55:
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/expat/xmltok_ns.c: In function ‘findEncodingNS’:
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/expat/xmltok.h:272:10: warning: ‘buf’ may be used uninitialized [-Wmaybe-uninitialized]
272 | (((enc)->utf8Convert)(enc, fromP, fromLim, toP, toLim))
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<T3ef> (const struct ENCODING *, const char * *, const char *, char * *, const char *)’/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/expat/xmltok.h:272:10: note: by argument 5 of type ‘const char *’ to
In file included from /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/expat/xmltok.c:1657:
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/expat/xmltok_ns.c:92:8: note: ‘buf’ declared here
92 | char buf[ENCODING_MAX];
| ^~~
In file included from /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/expat/xmltok.c:55:
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/expat/xmltok_ns.c: In function ‘findEncoding’:
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/expat/xmltok.h:272:10: warning: ‘buf’ may be used uninitialized [-Wmaybe-uninitialized]
272 | (((enc)->utf8Convert)(enc, fromP, fromLim, toP, toLim))
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<T3ef> (const struct ENCODING *, const char * *, const char *, char * *, const char *)’/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/expat/xmltok.h:272:10: note: by argument 5 of type ‘const char *’ to
In file included from /home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/expat/xmltok.c:1646:
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/expat/xmltok_ns.c:92:8: note: ‘buf’ declared here
92 | char buf[ENCODING_MAX];
| ^~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c: In function ‘word_to_string’:
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:348:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:354:14: note: in expansion of macro ‘EXTRACT_DIGIT’
354 | case 20: EXTRACT_DIGIT(s, x, 10000000000000000000ULL, dot); /* GCOV_NOT_REACHED */
| ^~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:348:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ^
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:354:14: note: in expansion of macro ‘EXTRACT_DIGIT’
354 | case 20: EXTRACT_DIGIT(s, x, 10000000000000000000ULL, dot); /* GCOV_NOT_REACHED */
| ^~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:348:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:355:14: note: in expansion of macro ‘EXTRACT_DIGIT’
355 | case 19: EXTRACT_DIGIT(s, x, 1000000000000000000ULL, dot);
| ^~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:348:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ^
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:355:14: note: in expansion of macro ‘EXTRACT_DIGIT’
355 | case 19: EXTRACT_DIGIT(s, x, 1000000000000000000ULL, dot);
| ^~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:348:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:356:14: note: in expansion of macro ‘EXTRACT_DIGIT’
356 | case 18: EXTRACT_DIGIT(s, x, 100000000000000000ULL, dot);
| ^~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:348:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ^
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:356:14: note: in expansion of macro ‘EXTRACT_DIGIT’
356 | case 18: EXTRACT_DIGIT(s, x, 100000000000000000ULL, dot);
| ^~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:348:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:357:14: note: in expansion of macro ‘EXTRACT_DIGIT’
357 | case 17: EXTRACT_DIGIT(s, x, 10000000000000000ULL, dot);
| ^~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:348:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ^
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:357:14: note: in expansion of macro ‘EXTRACT_DIGIT’
357 | case 17: EXTRACT_DIGIT(s, x, 10000000000000000ULL, dot);
| ^~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:348:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:358:14: note: in expansion of macro ‘EXTRACT_DIGIT’
358 | case 16: EXTRACT_DIGIT(s, x, 1000000000000000ULL, dot);
| ^~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:348:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ^
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:358:14: note: in expansion of macro ‘EXTRACT_DIGIT’
358 | case 16: EXTRACT_DIGIT(s, x, 1000000000000000ULL, dot);
| ^~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:348:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:359:14: note: in expansion of macro ‘EXTRACT_DIGIT’
359 | case 15: EXTRACT_DIGIT(s, x, 100000000000000ULL, dot);
| ^~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:348:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ^
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:359:14: note: in expansion of macro ‘EXTRACT_DIGIT’
359 | case 15: EXTRACT_DIGIT(s, x, 100000000000000ULL, dot);
| ^~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:348:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:360:14: note: in expansion of macro ‘EXTRACT_DIGIT’
360 | case 14: EXTRACT_DIGIT(s, x, 10000000000000ULL, dot);
| ^~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:348:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ^
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:360:14: note: in expansion of macro ‘EXTRACT_DIGIT’
360 | case 14: EXTRACT_DIGIT(s, x, 10000000000000ULL, dot);
| ^~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:348:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:361:14: note: in expansion of macro ‘EXTRACT_DIGIT’
361 | case 13: EXTRACT_DIGIT(s, x, 1000000000000ULL, dot);
| ^~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:348:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ^
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:361:14: note: in expansion of macro ‘EXTRACT_DIGIT’
361 | case 13: EXTRACT_DIGIT(s, x, 1000000000000ULL, dot);
| ^~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:348:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:362:14: note: in expansion of macro ‘EXTRACT_DIGIT’
362 | case 12: EXTRACT_DIGIT(s, x, 100000000000ULL, dot);
| ^~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:348:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ^
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:362:14: note: in expansion of macro ‘EXTRACT_DIGIT’
362 | case 12: EXTRACT_DIGIT(s, x, 100000000000ULL, dot);
| ^~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:348:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:363:14: note: in expansion of macro ‘EXTRACT_DIGIT’
363 | case 11: EXTRACT_DIGIT(s, x, 10000000000ULL, dot);
| ^~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:348:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ^
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:363:14: note: in expansion of macro ‘EXTRACT_DIGIT’
363 | case 11: EXTRACT_DIGIT(s, x, 10000000000ULL, dot);
| ^~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:348:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:365:14: note: in expansion of macro ‘EXTRACT_DIGIT’
365 | case 10: EXTRACT_DIGIT(s, x, 1000000000UL, dot);
| ^~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:348:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ^
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:365:14: note: in expansion of macro ‘EXTRACT_DIGIT’
365 | case 10: EXTRACT_DIGIT(s, x, 1000000000UL, dot);
| ^~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:348:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:366:14: note: in expansion of macro ‘EXTRACT_DIGIT’
366 | case 9: EXTRACT_DIGIT(s, x, 100000000UL, dot);
| ^~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:348:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ^
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:366:14: note: in expansion of macro ‘EXTRACT_DIGIT’
366 | case 9: EXTRACT_DIGIT(s, x, 100000000UL, dot);
| ^~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:348:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:367:14: note: in expansion of macro ‘EXTRACT_DIGIT’
367 | case 8: EXTRACT_DIGIT(s, x, 10000000UL, dot);
| ^~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:348:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ^
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:367:14: note: in expansion of macro ‘EXTRACT_DIGIT’
367 | case 8: EXTRACT_DIGIT(s, x, 10000000UL, dot);
| ^~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:348:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:368:14: note: in expansion of macro ‘EXTRACT_DIGIT’
368 | case 7: EXTRACT_DIGIT(s, x, 1000000UL, dot);
| ^~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:348:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ^
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:368:14: note: in expansion of macro ‘EXTRACT_DIGIT’
368 | case 7: EXTRACT_DIGIT(s, x, 1000000UL, dot);
| ^~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:348:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:369:14: note: in expansion of macro ‘EXTRACT_DIGIT’
369 | case 6: EXTRACT_DIGIT(s, x, 100000UL, dot);
| ^~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:348:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ^
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:369:14: note: in expansion of macro ‘EXTRACT_DIGIT’
369 | case 6: EXTRACT_DIGIT(s, x, 100000UL, dot);
| ^~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:348:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:370:14: note: in expansion of macro ‘EXTRACT_DIGIT’
370 | case 5: EXTRACT_DIGIT(s, x, 10000UL, dot);
| ^~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:348:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ^
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:370:14: note: in expansion of macro ‘EXTRACT_DIGIT’
370 | case 5: EXTRACT_DIGIT(s, x, 10000UL, dot);
| ^~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:348:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:371:14: note: in expansion of macro ‘EXTRACT_DIGIT’
371 | case 4: EXTRACT_DIGIT(s, x, 1000UL, dot);
| ^~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:348:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ^
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:371:14: note: in expansion of macro ‘EXTRACT_DIGIT’
371 | case 4: EXTRACT_DIGIT(s, x, 1000UL, dot);
| ^~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:348:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:372:14: note: in expansion of macro ‘EXTRACT_DIGIT’
372 | case 3: EXTRACT_DIGIT(s, x, 100UL, dot);
| ^~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:348:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ^
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:372:14: note: in expansion of macro ‘EXTRACT_DIGIT’
372 | case 3: EXTRACT_DIGIT(s, x, 100UL, dot);
| ^~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:348:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ^~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:373:14: note: in expansion of macro ‘EXTRACT_DIGIT’
373 | case 2: EXTRACT_DIGIT(s, x, 10UL, dot);
| ^~~~~~~~~~~~~
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:348:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ^
/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-x86_64.lto/build/Modules/_decimal/libmpdec/io.c:373:14: note: in expansion of macro ‘EXTRACT_DIGIT’
373 | case 2: EXTRACT_DIGIT(s, x, 10UL, dot);
| ^~~~~~~~~~~~~
make: *** [Makefile:628: sharedmods] Segmentation fault (core dumped)
Test report
===========
Sincerely,
-The Buildbot
1
0
Jan. 13, 2021
The Buildbot has detected a failed build 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/1003
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-RHEL8-ppc64le
Build Reason: <unknown>
Blamelist: Dong-hee Na <donghee.na(a)python.org>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
== Tests result: ENV CHANGED ==
411 tests OK.
10 slowest tests:
- test_concurrent_futures: 2 min 50 sec
- test_multiprocessing_spawn: 1 min 28 sec
- test_tokenize: 1 min 23 sec
- test_multiprocessing_forkserver: 1 min 19 sec
- test_asyncio: 1 min 9 sec
- test_multiprocessing_fork: 1 min 7 sec
- test_signal: 47.2 sec
- test_unparse: 44.1 sec
- test_io: 43.8 sec
- test_lib2to3: 40.5 sec
1 test altered the execution environment:
test_asyncio
14 tests skipped:
test_devpoll test_gdb test_ioctl test_kqueue test_msilib
test_ossaudiodev test_startfile test_tix test_tk test_ttk_guionly
test_winconsoleio test_winreg test_winsound test_zipfile64
Total duration: 4 min 3 sec
Captured traceback
==================
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/asyncio/sslproto.py", line 321, in __del__
self.close()
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/asyncio/sslproto.py", line 316, in close
self._ssl_protocol._start_shutdown()
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/asyncio/sslproto.py", line 590, in _start_shutdown
self._abort()
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/asyncio/sslproto.py", line 731, in _abort
self._transport.abort()
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/asyncio/selector_events.py", line 680, in abort
self._force_close(None)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/asyncio/selector_events.py", line 731, in _force_close
self._loop.call_soon(self._call_connection_lost, exc)
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/asyncio/base_events.py", line 745, in call_soon
self._check_closed()
File "/home/buildbot/buildarea/3.x.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/asyncio/base_events.py", line 510, in _check_closed
raise RuntimeError('Event loop is closed')
RuntimeError: Event loop is closed
Test report
===========
Sincerely,
-The Buildbot
1
0