☠ Buildbot (Python): - failed compile (failure) (d35af52caae844cb4ea0aff06fa3fc5328708af1)
The Buildbot has detected a new failure on builder aarch64 Fedora Stable Refleaks 3.8 while building Python. Full details are available at: https://buildbot.python.org/all/#builders/521/builds/376
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-aarch64
Build Reason: <unknown> Blamelist:
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
Captured traceback
From https://github.com/python/cpython
- branch 3.8 -> FETCH_HEAD Note: switching to 'FETCH_HEAD'.
You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at d35af52caa [3.8] bpo-47138: Fix documentation build by pinning Jinja version to 3.0.3 (GH-32109) Switched to and reset branch '3.8'
./Modules/signalmodule.c: In function ‘signal_siginterrupt_impl’:
./Modules/signalmodule.c:661:5: warning: ‘siginterrupt’ is deprecated: Use sigaction with SA_RESTART instead [-Wdeprecated-declarations]
661 | if (siginterrupt(signalnum, flag)<0) {
| ^~
In file included from ./Modules/signalmodule.c:26:
/usr/include/signal.h:324:12: note: declared here
324 | extern int siginterrupt (int __sig, int __interrupt) __THROW
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_testcapimodule.c: In function ‘PyInit__testcapi’:
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_testcapimodule.c:6328:5: warning: ‘tp_print’ is deprecated [-Wdeprecated-declarations]
6328 | MyList_Type.tp_print = 0;
| ^~~~~~~~~~~
In file included from ./Include/object.h:746,
from ./Include/pytime.h:6,
from ./Include/Python.h:85,
from /home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_testcapimodule.c:15:
./Include/cpython/object.h:260:30: note: declared here
260 | Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int);
| ^~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c: In function ‘Tkapp_CallProc’:
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:266:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
266 | if(tcl_lock)
| ^~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:1492:5: note: in expansion of macro ‘ENTER_PYTHON’
1492 | ENTER_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:267:44: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
267 | PyThread_release_lock(tcl_lock); PyEval_RestoreThread((tstate)); }
| ^~~~~~~~~~~~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:1492:5: note: in expansion of macro ‘ENTER_PYTHON’
1492 | ENTER_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:271:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
271 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate; }
| ^~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:1498:5: note: in expansion of macro ‘LEAVE_PYTHON’
1498 | LEAVE_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:245:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
245 | (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
| ^
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:271:57: note: in expansion of macro ‘tcl_tstate’
271 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate; }
| ^~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:1498:5: note: in expansion of macro ‘LEAVE_PYTHON’
1498 | LEAVE_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:266:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
266 | if(tcl_lock)
| ^~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:1502:5: note: in expansion of macro ‘ENTER_PYTHON’
1502 | ENTER_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:267:44: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
267 | PyThread_release_lock(tcl_lock); PyEval_RestoreThread((tstate)); }
| ^~~~~~~~~~~~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:1502:5: note: in expansion of macro ‘ENTER_PYTHON’
1502 | ENTER_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:271:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
271 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate; }
| ^~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:1512:5: note: in expansion of macro ‘LEAVE_PYTHON’
1512 | LEAVE_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:245:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
245 | (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
| ^
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:271:57: note: in expansion of macro ‘tcl_tstate’
271 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate; }
| ^~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:1512:5: note: in expansion of macro ‘LEAVE_PYTHON’
1512 | LEAVE_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c: In function ‘Tkapp_Call’:
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:252:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
252 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:1591:9: note: in expansion of macro ‘ENTER_TCL’
1591 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:245:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
245 | (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
| ^
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:252:57: note: in expansion of macro ‘tcl_tstate’
252 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:1591:9: note: in expansion of macro ‘ENTER_TCL’
1591 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c: In function ‘_tkinter_tkapp_eval_impl’:
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:252:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
252 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:1628:5: note: in expansion of macro ‘ENTER_TCL’
1628 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:245:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
245 | (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
| ^
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:252:57: note: in expansion of macro ‘tcl_tstate’
252 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:1628:5: note: in expansion of macro ‘ENTER_TCL’
1628 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c: In function ‘_tkinter_tkapp_evalfile_impl’:
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:252:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
252 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:1657:5: note: in expansion of macro ‘ENTER_TCL’
1657 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:245:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
245 | (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
| ^
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:252:57: note: in expansion of macro ‘tcl_tstate’
252 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:1657:5: note: in expansion of macro ‘ENTER_TCL’
1657 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c: In function ‘_tkinter_tkapp_record_impl’:
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:252:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
252 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:1686:5: note: in expansion of macro ‘ENTER_TCL’
1686 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:245:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
245 | (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
| ^
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:252:57: note: in expansion of macro ‘tcl_tstate’
252 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:1686:5: note: in expansion of macro ‘ENTER_TCL’
1686 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c: In function ‘_tkinter_tkapp_adderrorinfo_impl’:
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:252:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
252 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:1712:5: note: in expansion of macro ‘ENTER_TCL’
1712 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:245:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
245 | (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
| ^
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:252:57: note: in expansion of macro ‘tcl_tstate’
252 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:1712:5: note: in expansion of macro ‘ENTER_TCL’
1712 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:256:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
256 | if(tcl_lock)PyThread_release_lock(tcl_lock); Py_END_ALLOW_THREADS}
| ^~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:1714:5: note: in expansion of macro ‘LEAVE_TCL’
1714 | LEAVE_TCL
| ^~~~~~~~~
In file included from ./Include/Python.h:141,
from /home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:26:
./Include/ceval.h:211:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
211 | #define Py_END_ALLOW_THREADS PyEval_RestoreThread(_save);
| ^~~~~~~~~~~~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:256:50: note: in expansion of macro ‘Py_END_ALLOW_THREADS’
256 | if(tcl_lock)PyThread_release_lock(tcl_lock); Py_END_ALLOW_THREADS}
| ^~~~~~~~~~~~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:1714:5: note: in expansion of macro ‘LEAVE_TCL’
1714 | LEAVE_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c: In function ‘var_proc’:
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:266:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
266 | if(tcl_lock)
| ^~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:1812:5: note: in expansion of macro ‘ENTER_PYTHON’
1812 | ENTER_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:267:44: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
267 | PyThread_release_lock(tcl_lock); PyEval_RestoreThread((tstate)); }
| ^~~~~~~~~~~~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:1812:5: note: in expansion of macro ‘ENTER_PYTHON’
1812 | ENTER_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:271:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
271 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate; }
| ^~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:1817:5: note: in expansion of macro ‘LEAVE_PYTHON’
1817 | LEAVE_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:245:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
245 | (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
| ^
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:271:57: note: in expansion of macro ‘tcl_tstate’
271 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate; }
| ^~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:1817:5: note: in expansion of macro ‘LEAVE_PYTHON’
1817 | LEAVE_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c: In function ‘SetVar’:
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:252:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
252 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:1882:9: note: in expansion of macro ‘ENTER_TCL’
1882 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:245:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
245 | (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
| ^
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:252:57: note: in expansion of macro ‘tcl_tstate’
252 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:1882:9: note: in expansion of macro ‘ENTER_TCL’
1882 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:252:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
252 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:1902:9: note: in expansion of macro ‘ENTER_TCL’
1902 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:245:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
245 | (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
| ^
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:252:57: note: in expansion of macro ‘tcl_tstate’
252 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:1902:9: note: in expansion of macro ‘ENTER_TCL’
1902 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c: In function ‘GetVar’:
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:252:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
252 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:1946:5: note: in expansion of macro ‘ENTER_TCL’
1946 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:245:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
245 | (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
| ^
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:252:57: note: in expansion of macro ‘tcl_tstate’
252 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:1946:5: note: in expansion of macro ‘ENTER_TCL’
1946 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c: In function ‘UnsetVar’:
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:252:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
252 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:1989:5: note: in expansion of macro ‘ENTER_TCL’
1989 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:245:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
245 | (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
| ^
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:252:57: note: in expansion of macro ‘tcl_tstate’
252 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:1989:5: note: in expansion of macro ‘ENTER_TCL’
1989 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c: In function ‘_tkinter_tkapp_exprstring_impl’:
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:252:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
252 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:2162:5: note: in expansion of macro ‘ENTER_TCL’
2162 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:245:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
245 | (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
| ^
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:252:57: note: in expansion of macro ‘tcl_tstate’
252 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:2162:5: note: in expansion of macro ‘ENTER_TCL’
2162 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c: In function ‘_tkinter_tkapp_exprlong_impl’:
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:252:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
252 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:2192:5: note: in expansion of macro ‘ENTER_TCL’
2192 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:245:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
245 | (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
| ^
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:252:57: note: in expansion of macro ‘tcl_tstate’
252 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:2192:5: note: in expansion of macro ‘ENTER_TCL’
2192 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c: In function ‘_tkinter_tkapp_exprdouble_impl’:
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:252:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
252 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:2222:5: note: in expansion of macro ‘ENTER_TCL’
2222 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:245:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
245 | (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
| ^
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:252:57: note: in expansion of macro ‘tcl_tstate’
252 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:2222:5: note: in expansion of macro ‘ENTER_TCL’
2222 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c: In function ‘_tkinter_tkapp_exprboolean_impl’:
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:252:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
252 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:2252:5: note: in expansion of macro ‘ENTER_TCL’
2252 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:245:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
245 | (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
| ^
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:252:57: note: in expansion of macro ‘tcl_tstate’
252 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:2252:5: note: in expansion of macro ‘ENTER_TCL’
2252 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c: In function ‘PythonCmd_Error’:
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:271:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
271 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate; }
| ^~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:2414:5: note: in expansion of macro ‘LEAVE_PYTHON’
2414 | LEAVE_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:245:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
245 | (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
| ^
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:271:57: note: in expansion of macro ‘tcl_tstate’
271 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate; }
| ^~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:2414:5: note: in expansion of macro ‘LEAVE_PYTHON’
2414 | LEAVE_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c: In function ‘PythonCmd’:
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:266:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
266 | if(tcl_lock)
| ^~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:2430:5: note: in expansion of macro ‘ENTER_PYTHON’
2430 | ENTER_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:267:44: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
267 | PyThread_release_lock(tcl_lock); PyEval_RestoreThread((tstate)); }
| ^~~~~~~~~~~~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:2430:5: note: in expansion of macro ‘ENTER_PYTHON’
2430 | ENTER_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:271:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
271 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate; }
| ^~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:2459:5: note: in expansion of macro ‘LEAVE_PYTHON’
2459 | LEAVE_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:245:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
245 | (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
| ^
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:271:57: note: in expansion of macro ‘tcl_tstate’
271 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate; }
| ^~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:2459:5: note: in expansion of macro ‘LEAVE_PYTHON’
2459 | LEAVE_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c: In function ‘PythonCmdDelete’:
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:266:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
266 | if(tcl_lock)
| ^~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:2470:5: note: in expansion of macro ‘ENTER_PYTHON’
2470 | ENTER_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:267:44: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
267 | PyThread_release_lock(tcl_lock); PyEval_RestoreThread((tstate)); }
| ^~~~~~~~~~~~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:2470:5: note: in expansion of macro ‘ENTER_PYTHON’
2470 | ENTER_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:271:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
271 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate; }
| ^~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:2474:5: note: in expansion of macro ‘LEAVE_PYTHON’
2474 | LEAVE_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:245:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
245 | (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
| ^
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:271:57: note: in expansion of macro ‘tcl_tstate’
271 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate; }
| ^~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:2474:5: note: in expansion of macro ‘LEAVE_PYTHON’
2474 | LEAVE_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c: In function ‘_tkinter_tkapp_createcommand_impl’:
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:252:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
252 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:2561:9: note: in expansion of macro ‘ENTER_TCL’
2561 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:245:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
245 | (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
| ^
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:252:57: note: in expansion of macro ‘tcl_tstate’
252 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:2561:9: note: in expansion of macro ‘ENTER_TCL’
2561 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:256:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
256 | if(tcl_lock)PyThread_release_lock(tcl_lock); Py_END_ALLOW_THREADS}
| ^~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:2565:9: note: in expansion of macro ‘LEAVE_TCL’
2565 | LEAVE_TCL
| ^~~~~~~~~
In file included from ./Include/Python.h:141,
from /home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:26:
./Include/ceval.h:211:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
211 | #define Py_END_ALLOW_THREADS PyEval_RestoreThread(_save);
| ^~~~~~~~~~~~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:256:50: note: in expansion of macro ‘Py_END_ALLOW_THREADS’
256 | if(tcl_lock)PyThread_release_lock(tcl_lock); Py_END_ALLOW_THREADS}
| ^~~~~~~~~~~~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:2565:9: note: in expansion of macro ‘LEAVE_TCL’
2565 | LEAVE_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c: In function ‘_tkinter_tkapp_deletecommand_impl’:
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:252:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
252 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:2614:9: note: in expansion of macro ‘ENTER_TCL’
2614 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:245:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
245 | (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
| ^
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:252:57: note: in expansion of macro ‘tcl_tstate’
252 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:2614:9: note: in expansion of macro ‘ENTER_TCL’
2614 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:256:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
256 | if(tcl_lock)PyThread_release_lock(tcl_lock); Py_END_ALLOW_THREADS}
| ^~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:2616:9: note: in expansion of macro ‘LEAVE_TCL’
2616 | LEAVE_TCL
| ^~~~~~~~~
In file included from ./Include/Python.h:141,
from /home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:26:
./Include/ceval.h:211:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
211 | #define Py_END_ALLOW_THREADS PyEval_RestoreThread(_save);
| ^~~~~~~~~~~~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:256:50: note: in expansion of macro ‘Py_END_ALLOW_THREADS’
256 | if(tcl_lock)PyThread_release_lock(tcl_lock); Py_END_ALLOW_THREADS}
| ^~~~~~~~~~~~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:2616:9: note: in expansion of macro ‘LEAVE_TCL’
2616 | LEAVE_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c: In function ‘FileHandler’:
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:266:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
266 | if(tcl_lock)
| ^~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:2680:5: note: in expansion of macro ‘ENTER_PYTHON’
2680 | ENTER_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:267:44: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
267 | PyThread_release_lock(tcl_lock); PyEval_RestoreThread((tstate)); }
| ^~~~~~~~~~~~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:2680:5: note: in expansion of macro ‘ENTER_PYTHON’
2680 | ENTER_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:271:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
271 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate; }
| ^~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:2690:5: note: in expansion of macro ‘LEAVE_PYTHON’
2690 | LEAVE_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:245:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
245 | (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
| ^
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:271:57: note: in expansion of macro ‘tcl_tstate’
271 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate; }
| ^~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:2690:5: note: in expansion of macro ‘LEAVE_PYTHON’
2690 | LEAVE_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c: In function ‘_tkinter_tkapp_createfilehandler_impl’:
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:252:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
252 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:2726:5: note: in expansion of macro ‘ENTER_TCL’
2726 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:245:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
245 | (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
| ^
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:252:57: note: in expansion of macro ‘tcl_tstate’
252 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:2726:5: note: in expansion of macro ‘ENTER_TCL’
2726 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:256:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
256 | if(tcl_lock)PyThread_release_lock(tcl_lock); Py_END_ALLOW_THREADS}
| ^~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:2728:5: note: in expansion of macro ‘LEAVE_TCL’
2728 | LEAVE_TCL
| ^~~~~~~~~
In file included from ./Include/Python.h:141,
from /home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:26:
./Include/ceval.h:211:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
211 | #define Py_END_ALLOW_THREADS PyEval_RestoreThread(_save);
| ^~~~~~~~~~~~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:256:50: note: in expansion of macro ‘Py_END_ALLOW_THREADS’
256 | if(tcl_lock)PyThread_release_lock(tcl_lock); Py_END_ALLOW_THREADS}
| ^~~~~~~~~~~~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:2728:5: note: in expansion of macro ‘LEAVE_TCL’
2728 | LEAVE_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c: In function ‘_tkinter_tkapp_deletefilehandler’:
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:252:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
252 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:2755:5: note: in expansion of macro ‘ENTER_TCL’
2755 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:245:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
245 | (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
| ^
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:252:57: note: in expansion of macro ‘tcl_tstate’
252 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:2755:5: note: in expansion of macro ‘ENTER_TCL’
2755 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:256:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
256 | if(tcl_lock)PyThread_release_lock(tcl_lock); Py_END_ALLOW_THREADS}
| ^~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:2757:5: note: in expansion of macro ‘LEAVE_TCL’
2757 | LEAVE_TCL
| ^~~~~~~~~
In file included from ./Include/Python.h:141,
from /home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:26:
./Include/ceval.h:211:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
211 | #define Py_END_ALLOW_THREADS PyEval_RestoreThread(_save);
| ^~~~~~~~~~~~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:256:50: note: in expansion of macro ‘Py_END_ALLOW_THREADS’
256 | if(tcl_lock)PyThread_release_lock(tcl_lock); Py_END_ALLOW_THREADS}
| ^~~~~~~~~~~~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:2757:5: note: in expansion of macro ‘LEAVE_TCL’
2757 | LEAVE_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c: In function ‘TimerHandler’:
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:266:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
266 | if(tcl_lock)
| ^~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:2851:5: note: in expansion of macro ‘ENTER_PYTHON’
2851 | ENTER_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:267:44: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
267 | PyThread_release_lock(tcl_lock); PyEval_RestoreThread((tstate)); }
| ^~~~~~~~~~~~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:2851:5: note: in expansion of macro ‘ENTER_PYTHON’
2851 | ENTER_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:271:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
271 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate; }
| ^~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:2864:5: note: in expansion of macro ‘LEAVE_PYTHON’
2864 | LEAVE_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:245:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
245 | (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
| ^
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:271:57: note: in expansion of macro ‘tcl_tstate’
271 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate; }
| ^~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:2864:5: note: in expansion of macro ‘LEAVE_PYTHON’
2864 | LEAVE_PYTHON
| ^~~~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c: In function ‘_tkinter_tkapp_mainloop_impl’:
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:252:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
252 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:2928:13: note: in expansion of macro ‘ENTER_TCL’
2928 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:245:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
245 | (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
| ^
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:252:57: note: in expansion of macro ‘tcl_tstate’
252 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:2928:13: note: in expansion of macro ‘ENTER_TCL’
2928 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:256:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
256 | if(tcl_lock)PyThread_release_lock(tcl_lock); Py_END_ALLOW_THREADS}
| ^~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:2930:13: note: in expansion of macro ‘LEAVE_TCL’
2930 | LEAVE_TCL
| ^~~~~~~~~
In file included from ./Include/Python.h:141,
from /home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:26:
./Include/ceval.h:211:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
211 | #define Py_END_ALLOW_THREADS PyEval_RestoreThread(_save);
| ^~~~~~~~~~~~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:256:50: note: in expansion of macro ‘Py_END_ALLOW_THREADS’
256 | if(tcl_lock)PyThread_release_lock(tcl_lock); Py_END_ALLOW_THREADS}
| ^~~~~~~~~~~~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:2930:13: note: in expansion of macro ‘LEAVE_TCL’
2930 | LEAVE_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c: In function ‘_tkinter_tkapp_dooneevent_impl’:
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:252:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
252 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:2977:5: note: in expansion of macro ‘ENTER_TCL’
2977 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:245:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
245 | (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
| ^
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:252:57: note: in expansion of macro ‘tcl_tstate’
252 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:2977:5: note: in expansion of macro ‘ENTER_TCL’
2977 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:256:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
256 | if(tcl_lock)PyThread_release_lock(tcl_lock); Py_END_ALLOW_THREADS}
| ^~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:2979:5: note: in expansion of macro ‘LEAVE_TCL’
2979 | LEAVE_TCL
| ^~~~~~~~~
In file included from ./Include/Python.h:141,
from /home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:26:
./Include/ceval.h:211:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
211 | #define Py_END_ALLOW_THREADS PyEval_RestoreThread(_save);
| ^~~~~~~~~~~~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:256:50: note: in expansion of macro ‘Py_END_ALLOW_THREADS’
256 | if(tcl_lock)PyThread_release_lock(tcl_lock); Py_END_ALLOW_THREADS}
| ^~~~~~~~~~~~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:2979:5: note: in expansion of macro ‘LEAVE_TCL’
2979 | LEAVE_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c: In function ‘_tkinter_tkapp_loadtk_impl’:
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:252:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
252 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:3032:5: note: in expansion of macro ‘ENTER_TCL’
3032 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:245:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
245 | (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
| ^
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:252:57: note: in expansion of macro ‘tcl_tstate’
252 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:3032:5: note: in expansion of macro ‘ENTER_TCL’
3032 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c: In function ‘Tkapp_Dealloc’:
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:252:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
252 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:3094:5: note: in expansion of macro ‘ENTER_TCL’
3094 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:245:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
245 | (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
| ^
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:252:57: note: in expansion of macro ‘tcl_tstate’
252 | if(tcl_lock)PyThread_acquire_lock(tcl_lock, 1); tcl_tstate = tstate;
| ^~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:3094:5: note: in expansion of macro ‘ENTER_TCL’
3094 | ENTER_TCL
| ^~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:256:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
256 | if(tcl_lock)PyThread_release_lock(tcl_lock); Py_END_ALLOW_THREADS}
| ^~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:3096:5: note: in expansion of macro ‘LEAVE_TCL’
3096 | LEAVE_TCL
| ^~~~~~~~~
In file included from ./Include/Python.h:141,
from /home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:26:
./Include/ceval.h:211:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
211 | #define Py_END_ALLOW_THREADS PyEval_RestoreThread(_save);
| ^~~~~~~~~~~~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:256:50: note: in expansion of macro ‘Py_END_ALLOW_THREADS’
256 | if(tcl_lock)PyThread_release_lock(tcl_lock); Py_END_ALLOW_THREADS}
| ^~~~~~~~~~~~~~~~~~~~
/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_tkinter.c:3096:5: note: in expansion of macro ‘LEAVE_TCL’
3096 | LEAVE_TCL
| ^~~~~~~~~
/tmp/ccXSSDAS.s: Assembler messages:
/tmp/ccXSSDAS.s: Fatal error: build/temp.linux-aarch64-3.8-pydebug/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/expat/xmlparse.o: No space left on device
Assembler messages:
Fatal error: can't create build/temp.linux-aarch64-3.8-pydebug/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_decimal/libmpdec/constants.o: No space left on device
Assembler messages:
Fatal error: can't create build/temp.linux-aarch64-3.8-pydebug/home/buildbot/buildarea/3.8.cstratak-fedora-stable-aarch64.refleak/build/Modules/_ctypes/cfield.o: No space left on device
*** WARNING: renaming "_elementtree" since importing it failed: PyCapsule_Import could not import module "pyexpat"
rror: could not create 'build/scripts-3.8': No space left on device
make: *** [Makefile:617: sharedmods] Error 1
Test report
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder PPC64LE Fedora Stable Refleaks 3.8 while building Python. Full details are available at: https://buildbot.python.org/all/#builders/450/builds/341
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-ppc64le
Build Reason: <unknown> Blamelist:
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
Captured traceback
From https://github.com/python/cpython
- branch 3.8 -> FETCH_HEAD Note: switching to 'FETCH_HEAD'.
You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at d35af52caa [3.8] bpo-47138: Fix documentation build by pinning Jinja version to 3.0.3 (GH-32109) Switched to and reset branch '3.8'
./Modules/signalmodule.c: In function ‘signal_siginterrupt_impl’: ./Modules/signalmodule.c:661:5: warning: ‘siginterrupt’ is deprecated: Use sigaction with SA_RESTART instead [-Wdeprecated-declarations] 661 | if (siginterrupt(signalnum, flag)<0) { | ^~ In file included from ./Modules/signalmodule.c:26: /usr/include/signal.h:324:12: note: declared here 324 | extern int siginterrupt (int __sig, int __interrupt) __THROW | ^~~~~~~~~~~~ ar: libpython3.8d.a: No space left on device make: *** [Makefile:632: libpython3.8d.a] Error 1
find: ‘build’: No such file or directory find: ‘build’: No such file or directory find: ‘build’: No such file or directory find: ‘build’: No such file or directory make: [Makefile:1800: clean] Error 1 (ignored)
Test report
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 RHEL7 Refleaks 3.8 while building Python. Full details are available at: https://buildbot.python.org/all/#builders/386/builds/388
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-RHEL7-x86_64
Build Reason: <unknown> Blamelist:
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
Captured traceback
From https://github.com/python/cpython
- branch 3.8 -> FETCH_HEAD Note: checking out 'FETCH_HEAD'.
You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
HEAD is now at d35af52... [3.8] bpo-47138: Fix documentation build by pinning Jinja version to 3.0.3 (GH-32109) Switched to and reset branch '3.8'
/tmp/ccMLYRZa.s: Assembler messages: /tmp/ccMLYRZa.s: Fatal error: can't write 3885 bytes to section .debug_loc of Python/errors.o: 'No space left on device' /tmp/ccMLYRZa.s: Fatal error: can't close Python/errors.o: No space left on device /tmp/ccCgiKuA.s: Assembler messages: /tmp/ccCgiKuA.s: Fatal error: can't write 8 bytes to section .text of Python/compile.o: 'No space left on device' /opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/as: BFD version 2.30-55.el7.2 assertion fail elf.c:3094 /opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/as: BFD version 2.30-55.el7.2 assertion fail elf.c:3094 /opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/as: BFD version 2.30-55.el7.2 assertion fail elf.c:3094 /opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/as: BFD version 2.30-55.el7.2 assertion fail elf.c:3094 /opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/as: BFD version 2.30-55.el7.2 assertion fail elf.c:3094 /opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/as: BFD version 2.30-55.el7.2 assertion fail elf.c:3094 /opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/as: BFD version 2.30-55.el7.2 assertion fail elf.c:3094 /opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/as: BFD version 2.30-55.el7.2 assertion fail elf.c:3094 /tmp/ccCgiKuA.s: Fatal error: can't close Python/compile.o: No space left on device /tmp/ccLBN0EU.s: Assembler messages: /tmp/ccLBN0EU.s: Fatal error: can't write 40 bytes to section .rodata.str1.8 of Python/getcompiler.o: 'No space left on device' /tmp/ccLBN0EU.s: Fatal error: can't close Python/getcompiler.o: No space left on device make: *** [Makefile:1730: Python/errors.o] Error 1 make: *** Waiting for unfinished jobs.... make: *** [Makefile:1730: Python/compile.o] Error 1 /tmp/ccVGPtW0.s: Assembler messages: /tmp/ccVGPtW0.s: Fatal error: can't write 3888 bytes to section .debug_info of Python/getplatform.o: 'No space left on device' /tmp/ccVGPtW0.s: Fatal error: can't close Python/getplatform.o: No space left on device /tmp/cc5HubW0.s: Assembler messages: /tmp/cc5HubW0.s: Fatal error: can't write 308 bytes to section .rodata of Python/getcopyright.o: 'No space left on device' /tmp/cc5HubW0.s: Fatal error: can't close Python/getcopyright.o: No space left on device make: *** [Makefile:1730: Python/getcompiler.o] Error 1 make: *** [Makefile:896: Python/getplatform.o] Error 1 make: *** [Makefile:1730: Python/getcopyright.o] Error 1 /tmp/ccTrJFgk.s: Assembler messages: /tmp/ccTrJFgk.s: Fatal error: can't write 9 bytes to section .text of Python/Python-ast.o: 'No space left on device' /opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/as: BFD version 2.30-55.el7.2 assertion fail elf.c:3094 /opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/as: BFD version 2.30-55.el7.2 assertion fail elf.c:3094 /opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/as: BFD version 2.30-55.el7.2 assertion fail elf.c:3094 /opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/as: BFD version 2.30-55.el7.2 assertion fail elf.c:3094 /opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/as: BFD version 2.30-55.el7.2 assertion fail elf.c:3094 /opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/as: BFD version 2.30-55.el7.2 assertion fail elf.c:3094 /opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/as: BFD version 2.30-55.el7.2 assertion fail elf.c:3094 /opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/as: BFD version 2.30-55.el7.2 assertion fail elf.c:3094 /tmp/ccTrJFgk.s: Fatal error: can't close Python/Python-ast.o: No space left on device make: *** [Makefile:1730: Python/Python-ast.o] Error 1 /tmp/cc0y4Hcx.s: Assembler messages: /tmp/cc0y4Hcx.s: Fatal error: can't write 52 bytes to section .text of Python/ceval.o: 'No space left on device' /opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/as: BFD version 2.30-55.el7.2 assertion fail elf.c:3094 /opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/as: BFD version 2.30-55.el7.2 assertion fail elf.c:3094 /opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/as: BFD version 2.30-55.el7.2 assertion fail elf.c:3094 /opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/as: BFD version 2.30-55.el7.2 assertion fail elf.c:3094 /opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/as: BFD version 2.30-55.el7.2 assertion fail elf.c:3094 /opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/as: BFD version 2.30-55.el7.2 assertion fail elf.c:3094 /opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/as: BFD version 2.30-55.el7.2 assertion fail elf.c:3094 /opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/as: BFD version 2.30-55.el7.2 assertion fail elf.c:3094 /tmp/cc0y4Hcx.s: Fatal error: can't close Python/ceval.o: No space left on device make: *** [Makefile:1730: Python/ceval.o] Error 1 /tmp/ccVCDGHU.s: Assembler messages: /tmp/ccVCDGHU.s: Fatal error: can't write 43 bytes to section .text of Python/getargs.o: 'No space left on device' /tmp/ccVCDGHU.s: Fatal error: can't close Python/getargs.o: No space left on device make: *** [Makefile:1730: Python/getargs.o] Error 1 /tmp/ccm4ZW7X.s: Assembler messages: /tmp/ccm4ZW7X.s: Fatal error: can't write 32 bytes to section .text of Objects/unicodeobject.o: 'No space left on device' /opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/as: BFD version 2.30-55.el7.2 assertion fail elf.c:3094 /opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/as: BFD version 2.30-55.el7.2 assertion fail elf.c:3094 /opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/as: BFD version 2.30-55.el7.2 assertion fail elf.c:3094 /opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/as: BFD version 2.30-55.el7.2 assertion fail elf.c:3094 /opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/as: BFD version 2.30-55.el7.2 assertion fail elf.c:3094 /opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/as: BFD version 2.30-55.el7.2 assertion fail elf.c:3094 /opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/as: BFD version 2.30-55.el7.2 assertion fail elf.c:3094 /opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/as: BFD version 2.30-55.el7.2 assertion fail elf.c:3094 /tmp/ccm4ZW7X.s: Fatal error: can't close Objects/unicodeobject.o: No space left on device make: *** [Makefile:1730: Objects/unicodeobject.o] Error 1
find: ‘build’: No such file or directory find: ‘build’: No such file or directory find: ‘build’: No such file or directory find: ‘build’: No such file or directory make: [Makefile:1800: clean] Error 1 (ignored)
Test report
Sincerely, -The Buildbot
participants (1)
-
buildbot@python.org