Buildbot failure in Python on AMD64 Fedora Rawhide 3.9
The Buildbot has detected a failed build on builder AMD64 Fedora Rawhide 3.9 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/233/builds/148
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-x86_64
Build Reason: <unknown> Blamelist: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>, kj <28750310+Fidget-Spinner@users.noreply.github.com>
BUILD FAILED: failed test (failure) uploading test-results.xml (failure)
Summary of the results of the build (if available):
==
Captured traceback
remote: Enumerating objects: 15, done.
remote: Counting objects: 6% (1/15)
remote: Counting objects: 13% (2/15)
remote: Counting objects: 20% (3/15)
remote: Counting objects: 26% (4/15)
remote: Counting objects: 33% (5/15)
remote: Counting objects: 40% (6/15)
remote: Counting objects: 46% (7/15)
remote: Counting objects: 53% (8/15)
remote: Counting objects: 60% (9/15)
remote: Counting objects: 66% (10/15)
remote: Counting objects: 73% (11/15)
remote: Counting objects: 80% (12/15)
remote: Counting objects: 86% (13/15)
remote: Counting objects: 93% (14/15)
remote: Counting objects: 100% (15/15)
remote: Counting objects: 100% (15/15), done.
remote: Total 21 (delta 14), reused 14 (delta 14), pack-reused 6
From https://github.com/python/cpython
- branch 3.9 -> FETCH_HEAD Reset branch '3.9'
./Modules/signalmodule.c: In function ‘signal_siginterrupt_impl’:
./Modules/signalmodule.c:660:5: warning: ‘siginterrupt’ is deprecated: Use sigaction with SA_RESTART instead [-Wdeprecated-declarations]
660 | if (siginterrupt(signalnum, flag)<0) {
| ^~
In file included from ./Modules/signalmodule.c:28:
/usr/include/signal.h:311:12: note: declared here
311 | extern int siginterrupt (int __sig, int __interrupt) __THROW
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c: In function ‘Tkapp_CallProc’:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:264:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
264 | if(tcl_lock)
| ^~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:1490:5: note: in expansion of macro ‘ENTER_PYTHON’
1490 | ENTER_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:1490:5: note: in expansion of macro ‘ENTER_PYTHON’
1490 | ENTER_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:1496:5: note: in expansion of macro ‘LEAVE_PYTHON’
1496 | LEAVE_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:1496:5: note: in expansion of macro ‘LEAVE_PYTHON’
1496 | LEAVE_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:264:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
264 | if(tcl_lock)
| ^~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:1500:5: note: in expansion of macro ‘ENTER_PYTHON’
1500 | ENTER_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:1500:5: note: in expansion of macro ‘ENTER_PYTHON’
1500 | ENTER_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:1510:5: note: in expansion of macro ‘LEAVE_PYTHON’
1510 | LEAVE_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:1510:5: note: in expansion of macro ‘LEAVE_PYTHON’
1510 | LEAVE_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c: In function ‘Tkapp_Call’:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:1589:9: note: in expansion of macro ‘ENTER_TCL’
1589 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:1589:9: note: in expansion of macro ‘ENTER_TCL’
1589 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c: In function ‘_tkinter_tkapp_eval_impl’:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:1626:5: note: in expansion of macro ‘ENTER_TCL’
1626 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:1626:5: note: in expansion of macro ‘ENTER_TCL’
1626 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c: In function ‘_tkinter_tkapp_evalfile_impl’:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:1655:5: note: in expansion of macro ‘ENTER_TCL’
1655 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:1655:5: note: in expansion of macro ‘ENTER_TCL’
1655 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c: In function ‘_tkinter_tkapp_record_impl’:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:1684:5: note: in expansion of macro ‘ENTER_TCL’
1684 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:1684:5: note: in expansion of macro ‘ENTER_TCL’
1684 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c: In function ‘_tkinter_tkapp_adderrorinfo_impl’:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:1710:5: note: in expansion of macro ‘ENTER_TCL’
1710 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:1710:5: note: in expansion of macro ‘ENTER_TCL’
1710 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:1712:5: note: in expansion of macro ‘LEAVE_TCL’
1712 | LEAVE_TCL
| ^~~~~~~~~
In file included from ./Include/Python.h:145,
from /home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:26:
./Include/ceval.h:145:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
145 | #define Py_END_ALLOW_THREADS PyEval_RestoreThread(_save);
| ^~~~~~~~~~~~~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:1712:5: note: in expansion of macro ‘LEAVE_TCL’
1712 | LEAVE_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c: In function ‘var_proc’:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:264:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
264 | if(tcl_lock)
| ^~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:1810:5: note: in expansion of macro ‘ENTER_PYTHON’
1810 | ENTER_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:1810:5: note: in expansion of macro ‘ENTER_PYTHON’
1810 | ENTER_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:1815:5: note: in expansion of macro ‘LEAVE_PYTHON’
1815 | LEAVE_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:1815:5: note: in expansion of macro ‘LEAVE_PYTHON’
1815 | LEAVE_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c: In function ‘SetVar’:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:1880:9: note: in expansion of macro ‘ENTER_TCL’
1880 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:1880:9: note: in expansion of macro ‘ENTER_TCL’
1880 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:1900:9: note: in expansion of macro ‘ENTER_TCL’
1900 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:1900:9: note: in expansion of macro ‘ENTER_TCL’
1900 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c: In function ‘GetVar’:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:1944:5: note: in expansion of macro ‘ENTER_TCL’
1944 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:1944:5: note: in expansion of macro ‘ENTER_TCL’
1944 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c: In function ‘UnsetVar’:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:1987:5: note: in expansion of macro ‘ENTER_TCL’
1987 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:1987:5: note: in expansion of macro ‘ENTER_TCL’
1987 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c: In function ‘_tkinter_tkapp_exprstring_impl’:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:2160:5: note: in expansion of macro ‘ENTER_TCL’
2160 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:2160:5: note: in expansion of macro ‘ENTER_TCL’
2160 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c: In function ‘_tkinter_tkapp_exprlong_impl’:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:2190:5: note: in expansion of macro ‘ENTER_TCL’
2190 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:2190:5: note: in expansion of macro ‘ENTER_TCL’
2190 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c: In function ‘_tkinter_tkapp_exprdouble_impl’:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:2219:5: note: in expansion of macro ‘ENTER_TCL’
2219 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:2219:5: note: in expansion of macro ‘ENTER_TCL’
2219 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c: In function ‘_tkinter_tkapp_exprboolean_impl’:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:2248:5: note: in expansion of macro ‘ENTER_TCL’
2248 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:2248:5: note: in expansion of macro ‘ENTER_TCL’
2248 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c: In function ‘PythonCmd_Error’:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:2416:5: note: in expansion of macro ‘LEAVE_PYTHON’
2416 | LEAVE_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:2416:5: note: in expansion of macro ‘LEAVE_PYTHON’
2416 | LEAVE_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c: In function ‘PythonCmd’:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:264:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
264 | if(tcl_lock)
| ^~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:2432:5: note: in expansion of macro ‘ENTER_PYTHON’
2432 | ENTER_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:2432:5: note: in expansion of macro ‘ENTER_PYTHON’
2432 | ENTER_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:2461:5: note: in expansion of macro ‘LEAVE_PYTHON’
2461 | LEAVE_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:2461:5: note: in expansion of macro ‘LEAVE_PYTHON’
2461 | LEAVE_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c: In function ‘PythonCmdDelete’:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:264:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
264 | if(tcl_lock)
| ^~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:2472:5: note: in expansion of macro ‘ENTER_PYTHON’
2472 | ENTER_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:2472:5: note: in expansion of macro ‘ENTER_PYTHON’
2472 | ENTER_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:2476:5: note: in expansion of macro ‘LEAVE_PYTHON’
2476 | LEAVE_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:2476:5: note: in expansion of macro ‘LEAVE_PYTHON’
2476 | LEAVE_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c: In function ‘_tkinter_tkapp_createcommand_impl’:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:2563:9: note: in expansion of macro ‘ENTER_TCL’
2563 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:2563:9: note: in expansion of macro ‘ENTER_TCL’
2563 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:2567:9: note: in expansion of macro ‘LEAVE_TCL’
2567 | LEAVE_TCL
| ^~~~~~~~~
In file included from ./Include/Python.h:145,
from /home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:26:
./Include/ceval.h:145:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
145 | #define Py_END_ALLOW_THREADS PyEval_RestoreThread(_save);
| ^~~~~~~~~~~~~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:2567:9: note: in expansion of macro ‘LEAVE_TCL’
2567 | LEAVE_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c: In function ‘_tkinter_tkapp_deletecommand_impl’:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:2616:9: note: in expansion of macro ‘ENTER_TCL’
2616 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:2616:9: note: in expansion of macro ‘ENTER_TCL’
2616 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:2618:9: note: in expansion of macro ‘LEAVE_TCL’
2618 | LEAVE_TCL
| ^~~~~~~~~
In file included from ./Include/Python.h:145,
from /home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:26:
./Include/ceval.h:145:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
145 | #define Py_END_ALLOW_THREADS PyEval_RestoreThread(_save);
| ^~~~~~~~~~~~~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:2618:9: note: in expansion of macro ‘LEAVE_TCL’
2618 | LEAVE_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c: In function ‘FileHandler’:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:264:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
264 | if(tcl_lock)
| ^~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:2682:5: note: in expansion of macro ‘ENTER_PYTHON’
2682 | ENTER_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:2682:5: note: in expansion of macro ‘ENTER_PYTHON’
2682 | ENTER_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:2692:5: note: in expansion of macro ‘LEAVE_PYTHON’
2692 | LEAVE_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:2692:5: note: in expansion of macro ‘LEAVE_PYTHON’
2692 | LEAVE_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c: In function ‘_tkinter_tkapp_createfilehandler_impl’:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:2728:5: note: in expansion of macro ‘ENTER_TCL’
2728 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:2728:5: note: in expansion of macro ‘ENTER_TCL’
2728 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:2730:5: note: in expansion of macro ‘LEAVE_TCL’
2730 | LEAVE_TCL
| ^~~~~~~~~
In file included from ./Include/Python.h:145,
from /home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:26:
./Include/ceval.h:145:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
145 | #define Py_END_ALLOW_THREADS PyEval_RestoreThread(_save);
| ^~~~~~~~~~~~~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:2730:5: note: in expansion of macro ‘LEAVE_TCL’
2730 | LEAVE_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c: In function ‘_tkinter_tkapp_deletefilehandler’:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:2757:5: note: in expansion of macro ‘ENTER_TCL’
2757 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:2757:5: note: in expansion of macro ‘ENTER_TCL’
2757 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:2759:5: note: in expansion of macro ‘LEAVE_TCL’
2759 | LEAVE_TCL
| ^~~~~~~~~
In file included from ./Include/Python.h:145,
from /home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:26:
./Include/ceval.h:145:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
145 | #define Py_END_ALLOW_THREADS PyEval_RestoreThread(_save);
| ^~~~~~~~~~~~~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:2759:5: note: in expansion of macro ‘LEAVE_TCL’
2759 | LEAVE_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c: In function ‘TimerHandler’:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:264:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
264 | if(tcl_lock)
| ^~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:2853:5: note: in expansion of macro ‘ENTER_PYTHON’
2853 | ENTER_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:2853:5: note: in expansion of macro ‘ENTER_PYTHON’
2853 | ENTER_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:2866:5: note: in expansion of macro ‘LEAVE_PYTHON’
2866 | LEAVE_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:2866:5: note: in expansion of macro ‘LEAVE_PYTHON’
2866 | LEAVE_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c: In function ‘_tkinter_tkapp_mainloop_impl’:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:2930:13: note: in expansion of macro ‘ENTER_TCL’
2930 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:2930:13: note: in expansion of macro ‘ENTER_TCL’
2930 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:2932:13: note: in expansion of macro ‘LEAVE_TCL’
2932 | LEAVE_TCL
| ^~~~~~~~~
In file included from ./Include/Python.h:145,
from /home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:26:
./Include/ceval.h:145:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
145 | #define Py_END_ALLOW_THREADS PyEval_RestoreThread(_save);
| ^~~~~~~~~~~~~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:2932:13: note: in expansion of macro ‘LEAVE_TCL’
2932 | LEAVE_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c: In function ‘_tkinter_tkapp_dooneevent_impl’:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:2979:5: note: in expansion of macro ‘ENTER_TCL’
2979 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:2979:5: note: in expansion of macro ‘ENTER_TCL’
2979 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:2981:5: note: in expansion of macro ‘LEAVE_TCL’
2981 | LEAVE_TCL
| ^~~~~~~~~
In file included from ./Include/Python.h:145,
from /home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:26:
./Include/ceval.h:145:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
145 | #define Py_END_ALLOW_THREADS PyEval_RestoreThread(_save);
| ^~~~~~~~~~~~~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:2981:5: note: in expansion of macro ‘LEAVE_TCL’
2981 | LEAVE_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c: In function ‘_tkinter_tkapp_loadtk_impl’:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:3034:5: note: in expansion of macro ‘ENTER_TCL’
3034 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:3034:5: note: in expansion of macro ‘ENTER_TCL’
3034 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c: In function ‘Tkapp_Dealloc’:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:3096:5: note: in expansion of macro ‘ENTER_TCL’
3096 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:3096:5: note: in expansion of macro ‘ENTER_TCL’
3096 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:3098:5: note: in expansion of macro ‘LEAVE_TCL’
3098 | LEAVE_TCL
| ^~~~~~~~~
In file included from ./Include/Python.h:145,
from /home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:26:
./Include/ceval.h:145:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
145 | #define Py_END_ALLOW_THREADS PyEval_RestoreThread(_save);
| ^~~~~~~~~~~~~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_tkinter.c:3098:5: note: in expansion of macro ‘LEAVE_TCL’
3098 | LEAVE_TCL
| ^~~~~~~~~
In file included from /home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/expat/xmltok.c:55:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/expat/xmltok_ns.c: In function ‘findEncoding’:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/expat/xmltok.h:272:10: warning: ‘buf’ may be used uninitialized [-Wmaybe-uninitialized]
272 | (((enc)->utf8Convert)(enc, fromP, fromLim, toP, toLim))
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/expat/xmltok_ns.c:95:3: note: in expansion of macro ‘XmlUtf8Convert’
95 | XmlUtf8Convert(enc, &ptr, end, &p, p + ENCODING_MAX - 1);
| ^~~~~~~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/expat/xmltok.h:272:10: note: by argument 5 of type ‘const char *’ to ‘enum XML_Convert_Result(const ENCODING *, const char **, const char *, char **, const char *)’ {aka ‘enum XML_Convert_Result(const struct encoding *, const char **, const char *, char **, const char *)’}
272 | (((enc)->utf8Convert)(enc, fromP, fromLim, toP, toLim))
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/expat/xmltok_ns.c:95:3: note: in expansion of macro ‘XmlUtf8Convert’
95 | XmlUtf8Convert(enc, &ptr, end, &p, p + ENCODING_MAX - 1);
| ^~~~~~~~~~~~~~
In file included from /home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/expat/xmltok.c:1646:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/expat/xmltok.c:55:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/expat/xmltok_ns.c: In function ‘findEncodingNS’:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/expat/xmltok.h:272:10: warning: ‘buf’ may be used uninitialized [-Wmaybe-uninitialized]
272 | (((enc)->utf8Convert)(enc, fromP, fromLim, toP, toLim))
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/expat/xmltok_ns.c:95:3: note: in expansion of macro ‘XmlUtf8Convert’
95 | XmlUtf8Convert(enc, &ptr, end, &p, p + ENCODING_MAX - 1);
| ^~~~~~~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/expat/xmltok.h:272:10: note: by argument 5 of type ‘const char *’ to ‘enum XML_Convert_Result(const ENCODING *, const char **, const char *, char **, const char *)’ {aka ‘enum XML_Convert_Result(const struct encoding *, const char **, const char *, char **, const char *)’}
272 | (((enc)->utf8Convert)(enc, fromP, fromLim, toP, toLim))
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/expat/xmltok_ns.c:95:3: note: in expansion of macro ‘XmlUtf8Convert’
95 | XmlUtf8Convert(enc, &ptr, end, &p, p + ENCODING_MAX - 1);
| ^~~~~~~~~~~~~~
In file included from /home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/expat/xmltok.c:1657:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/expat/xmltok_ns.c:92:8: note: ‘buf’ declared here
92 | char buf[ENCODING_MAX];
| ^~~
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Modules/_decimal/libmpdec/io.c: In function ‘word_to_string’:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/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.9.cstratak-fedora-rawhide-x86_64/build/Modules/_decimal/libmpdec/io.c:373:14: note: in expansion of macro ‘EXTRACT_DIGIT’
373 | case 2: EXTRACT_DIGIT(s, x, 10UL, dot);
| ^~~~~~~~~~~~~
test_winconsoleio skipped -- test only relevant on win32 test_ossaudiodev skipped -- [Errno 2] No such file or directory: '/dev/dsp' test_tix skipped -- Tk unavailable due to TclError: no display name and no $DISPLAY environment variab [...] test_devpoll skipped -- test works only on Solaris OS family test_kqueue skipped -- test works only on BSD test_ioctl skipped -- Unable to open /dev/tty <string>:2: PendingDeprecationWarning: lib2to3 package is deprecated and may not be able to parse Python 3.10+ test_startfile skipped -- object <module 'os' from '/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Lib/os.py'> has no attribute 'startfile' test_flock (__main__.FNTLEINTRTest) ... ok test_lockf (__main__.FNTLEINTRTest) ... ok test_read (__main__.OSEINTRTest) ... ok test_wait (__main__.OSEINTRTest) ... ok test_wait3 (__main__.OSEINTRTest) ... ok test_wait4 (__main__.OSEINTRTest) ... ok test_waitpid (__main__.OSEINTRTest) ... ok test_write (__main__.OSEINTRTest) ... ok test_devpoll (__main__.SelectEINTRTest) ... skipped 'need select.devpoll' test_epoll (__main__.SelectEINTRTest) ... ok test_kqueue (__main__.SelectEINTRTest) ... skipped 'need select.kqueue' test_poll (__main__.SelectEINTRTest) ... ok test_select (__main__.SelectEINTRTest) ... ok test_sigtimedwait (__main__.SignalEINTRTest) ... ok test_sigwaitinfo (__main__.SignalEINTRTest) ... ok test_accept (__main__.SocketEINTRTest) ... ok test_open (__main__.SocketEINTRTest) ... ok test_os_open (__main__.SocketEINTRTest) ... ok test_recv (__main__.SocketEINTRTest) ... ok test_recvmsg (__main__.SocketEINTRTest) ... ok test_send (__main__.SocketEINTRTest) ... ok test_sendall (__main__.SocketEINTRTest) ... ok test_sendmsg (__main__.SocketEINTRTest) ... ok test_sleep (__main__.TimeEINTRTest) ... ok
Ran 24 tests in 7.176s
OK (skipped=2) test_tk skipped -- Tk unavailable due to TclError: no display name and no $DISPLAY environment variab [...] test_msilib skipped -- No module named '_msi' test_ttk_guionly skipped -- Tk unavailable due to TclError: no display name and no $DISPLAY environment variab [...] test_winsound skipped -- No module named 'winsound' test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run test_winreg skipped -- No module named 'winreg' Timeout (0:15:00)! Thread 0x00007fd3b5e58740 (most recent call first): File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Lib/mailbox.py", line 2130 in _sync_flush File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Lib/mailbox.py", line 2134 in _sync_close File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Lib/mailbox.py", line 981 in add File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Lib/test/test_mailbox.py", line 1284 in test_pack File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Lib/unittest/case.py", line 550 in _callTestMethod File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Lib/unittest/case.py", line 593 in run File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Lib/unittest/case.py", line 653 in __call__ File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Lib/unittest/suite.py", line 122 in run File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Lib/unittest/suite.py", line 84 in __call__ File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Lib/unittest/suite.py", line 122 in run File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Lib/unittest/suite.py", line 84 in __call__ File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Lib/unittest/runner.py", line 176 in run File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Lib/test/support/__init__.py", line 1796 in _run_suite File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Lib/test/support/__init__.py", line 1918 in run_unittest File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Lib/test/test_mailbox.py", line 2308 in test_main File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Lib/test/libregrtest/runtest.py", line 234 in _runtest_inner2 File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Lib/test/libregrtest/runtest.py", line 270 in _runtest_inner File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Lib/test/libregrtest/runtest.py", line 140 in _runtest File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Lib/test/libregrtest/runtest.py", line 193 in runtest File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Lib/test/libregrtest/runtest_mp.py", line 80 in run_tests_worker File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Lib/test/libregrtest/main.py", line 658 in _main File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Lib/test/libregrtest/main.py", line 638 in main File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Lib/test/libregrtest/main.py", line 716 in main File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Lib/test/regrtest.py", line 43 in _main File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Lib/test/regrtest.py", line 47 in <module> File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Lib/runpy.py", line 87 in _run_code File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Lib/runpy.py", line 197 in _run_module_as_main Timeout (0:15:00)! Thread 0x00007f314d7f9740 (most recent call first): File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Lib/mailbox.py", line 2130 in _sync_flush File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Lib/mailbox.py", line 2134 in _sync_close File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Lib/mailbox.py", line 981 in add File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Lib/test/test_mailbox.py", line 1284 in test_pack File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Lib/unittest/case.py", line 550 in _callTestMethod File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Lib/unittest/case.py", line 593 in run File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Lib/unittest/case.py", line 653 in __call__ File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Lib/unittest/suite.py", line 122 in run File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Lib/unittest/suite.py", line 84 in __call__ File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Lib/unittest/suite.py", line 122 in run File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Lib/unittest/suite.py", line 84 in __call__ File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Lib/unittest/runner.py", line 176 in run File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Lib/test/support/__init__.py", line 1796 in _run_suite File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Lib/test/support/__init__.py", line 1918 in run_unittest File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Lib/test/test_mailbox.py", line 2308 in test_main File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Lib/test/libregrtest/runtest.py", line 234 in _runtest_inner2 File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Lib/test/libregrtest/runtest.py", line 270 in _runtest_inner File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Lib/test/libregrtest/runtest.py", line 153 in _runtest File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Lib/test/libregrtest/runtest.py", line 193 in runtest File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Lib/test/libregrtest/main.py", line 318 in rerun_failed_tests File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Lib/test/libregrtest/main.py", line 695 in _main File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Lib/test/libregrtest/main.py", line 638 in main File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Lib/test/libregrtest/main.py", line 716 in main File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Lib/test/__main__.py", line 2 in <module> File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Lib/runpy.py", line 87 in _run_code File "/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/Lib/runpy.py", line 197 in _run_module_as_main make: *** [Makefile:1230: buildbottest] Error 1
Cannot open file '/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64/build/test-results.xml' for upload
Test report
Failed tests:
- test_mailbox
Sincerely, -The Buildbot
participants (1)
-
buildbot@python.org