The Buildbot has detected a new failure on builder AMD64 Fedora Rawhide Refleaks 3.9 while building Python. Full details are available at: https://buildbot.python.org/all/#builders/85/builds/3
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-x86_64
Build Reason: <unknown> Blamelist:
BUILD FAILED: failed test (failure)
remote: Enumerating objects: 16, done.
remote: Counting objects: 6% (1/16)
remote: Counting objects: 12% (2/16)
remote: Counting objects: 18% (3/16)
remote: Counting objects: 25% (4/16)
remote: Counting objects: 31% (5/16)
remote: Counting objects: 37% (6/16)
remote: Counting objects: 43% (7/16)
remote: Counting objects: 50% (8/16)
remote: Counting objects: 56% (9/16)
remote: Counting objects: 62% (10/16)
remote: Counting objects: 68% (11/16)
remote: Counting objects: 75% (12/16)
remote: Counting objects: 81% (13/16)
remote: Counting objects: 87% (14/16)
remote: Counting objects: 93% (15/16)
remote: Counting objects: 100% (16/16)
remote: Counting objects: 100% (16/16), done.
remote: Compressing objects: 25% (1/4)
remote: Compressing objects: 50% (2/4)
remote: Compressing objects: 75% (3/4)
remote: Compressing objects: 100% (4/4)
remote: Compressing objects: 100% (4/4), done.
remote: Total 16 (delta 12), reused 14 (delta 12), pack-reused 0
From https://github.com/python/cpython
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 87a392db40 bpo-28724: Doc: Move socket.send_fds and socket.recv_fds docs to right section (GH-22608) Switched to and 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.refleak/build/Modules/_tkinter.c: In function ‘Tkapp_CallProc’:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/build/Modules/_tkinter.c: In function ‘Tkapp_Call’:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/build/Modules/_tkinter.c: In function ‘_tkinter_tkapp_eval_impl’:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/build/Modules/_tkinter.c: In function ‘_tkinter_tkapp_evalfile_impl’:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/build/Modules/_tkinter.c: In function ‘_tkinter_tkapp_record_impl’:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/build/Modules/_tkinter.c: In function ‘_tkinter_tkapp_adderrorinfo_impl’:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/build/Modules/_tkinter.c: In function ‘var_proc’:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/build/Modules/_tkinter.c: In function ‘SetVar’:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/build/Modules/_tkinter.c: In function ‘GetVar’:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/build/Modules/_tkinter.c: In function ‘UnsetVar’:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/build/Modules/_tkinter.c: In function ‘_tkinter_tkapp_exprstring_impl’:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/build/Modules/_tkinter.c: In function ‘_tkinter_tkapp_exprlong_impl’:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/build/Modules/_tkinter.c: In function ‘_tkinter_tkapp_exprdouble_impl’:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/build/Modules/_tkinter.c: In function ‘_tkinter_tkapp_exprboolean_impl’:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/build/Modules/_tkinter.c: In function ‘PythonCmd_Error’:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/build/Modules/_tkinter.c: In function ‘PythonCmd’:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/build/Modules/_tkinter.c: In function ‘PythonCmdDelete’:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/build/Modules/_tkinter.c: In function ‘_tkinter_tkapp_createcommand_impl’:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/build/Modules/_tkinter.c: In function ‘_tkinter_tkapp_deletecommand_impl’:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/build/Modules/_tkinter.c: In function ‘FileHandler’:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/build/Modules/_tkinter.c: In function ‘_tkinter_tkapp_createfilehandler_impl’:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/build/Modules/_tkinter.c: In function ‘_tkinter_tkapp_deletefilehandler’:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/build/Modules/_tkinter.c: In function ‘TimerHandler’:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/build/Modules/_tkinter.c: In function ‘_tkinter_tkapp_mainloop_impl’:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/build/Modules/_tkinter.c: In function ‘_tkinter_tkapp_dooneevent_impl’:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/build/Modules/_tkinter.c: In function ‘_tkinter_tkapp_loadtk_impl’:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/build/Modules/_tkinter.c: In function ‘Tkapp_Dealloc’:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/build/Modules/expat/xmltok.c:55:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/build/Modules/expat/xmltok_ns.c: In function ‘findEncoding’:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/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.refleak/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.refleak/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.refleak/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.refleak/build/Modules/expat/xmltok.c:1646:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/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.refleak/build/Modules/expat/xmltok.c:55:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/build/Modules/expat/xmltok_ns.c: In function ‘findEncodingNS’:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/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.refleak/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.refleak/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.refleak/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.refleak/build/Modules/expat/xmltok.c:1657:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/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.refleak/build/Modules/_decimal/libmpdec/io.c: In function ‘word_to_string’:
/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/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.refleak/build/Modules/_decimal/libmpdec/io.c:373:14: note: in expansion of macro ‘EXTRACT_DIGIT’
373 | case 2: EXTRACT_DIGIT(s, x, 10UL, dot);
| ^~~~~~~~~~~~~
WARNING: Disable --verbose3 because it's incompatible with --huntrleaks: see http://bugs.python.org/issue27103 beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 <string>:2: PendingDeprecationWarning: lib2to3 package is deprecated and may not be able to parse Python 3.10+ .<string>:2: PendingDeprecationWarning: lib2to3 package is deprecated and may not be able to parse Python 3.10+ .<string>:2: PendingDeprecationWarning: lib2to3 package is deprecated and may not be able to parse Python 3.10+ .<string>:2: PendingDeprecationWarning: lib2to3 package is deprecated and may not be able to parse Python 3.10+ .<string>:2: PendingDeprecationWarning: lib2to3 package is deprecated and may not be able to parse Python 3.10+ .<string>:2: PendingDeprecationWarning: lib2to3 package is deprecated and may not be able to parse Python 3.10+ . beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 /home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/build/Lib/subprocess.py:1052: ResourceWarning: subprocess 2899898 is still running _warn("subprocess %s is still running" % self.pid, ResourceWarning: Enable tracemalloc to get the object allocation traceback ./home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/build/Lib/subprocess.py:1052: ResourceWarning: subprocess 2905944 is still running _warn("subprocess %s is still running" % self.pid, ResourceWarning: Enable tracemalloc to get the object allocation traceback ./home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/build/Lib/subprocess.py:1052: ResourceWarning: subprocess 2913831 is still running _warn("subprocess %s is still running" % self.pid, ResourceWarning: Enable tracemalloc to get the object allocation traceback ./home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/build/Lib/subprocess.py:1052: ResourceWarning: subprocess 2922571 is still running _warn("subprocess %s is still running" % self.pid, ResourceWarning: Enable tracemalloc to get the object allocation traceback ./home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/build/Lib/subprocess.py:1052: ResourceWarning: subprocess 2929607 is still running _warn("subprocess %s is still running" % self.pid, ResourceWarning: Enable tracemalloc to get the object allocation traceback ./home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/build/Lib/subprocess.py:1052: ResourceWarning: subprocess 2935256 is still running _warn("subprocess %s is still running" % self.pid, ResourceWarning: Enable tracemalloc to get the object allocation traceback . beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 /home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/build/Lib/_collections_abc.py:433: DeprecationWarning: Callable must be used as Callable[[arg, ...], result]. (This will raise a TypeError in Python 3.10.) warnings.warn(f'{str(exc)} ' ./home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/build/Lib/_collections_abc.py:433: DeprecationWarning: Callable must be used as Callable[[arg, ...], result]. (This will raise a TypeError in Python 3.10.) warnings.warn(f'{str(exc)} ' ./home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/build/Lib/_collections_abc.py:433: DeprecationWarning: Callable must be used as Callable[[arg, ...], result]. (This will raise a TypeError in Python 3.10.) warnings.warn(f'{str(exc)} ' ./home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/build/Lib/_collections_abc.py:433: DeprecationWarning: Callable must be used as Callable[[arg, ...], result]. (This will raise a TypeError in Python 3.10.) warnings.warn(f'{str(exc)} ' ./home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/build/Lib/_collections_abc.py:433: DeprecationWarning: Callable must be used as Callable[[arg, ...], result]. (This will raise a TypeError in Python 3.10.) warnings.warn(f'{str(exc)} ' ./home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/build/Lib/_collections_abc.py:433: DeprecationWarning: Callable must be used as Callable[[arg, ...], result]. (This will raise a TypeError in Python 3.10.) warnings.warn(f'{str(exc)} ' . beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 /home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/build/Lib/test/support/__init__.py:3105: ResourceWarning: unclosed <ssl.SSLSocket fd=5, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 51275), raddr=('127.0.0.1', 41774)> del self.thread ResourceWarning: Enable tracemalloc to get the object allocation traceback Resource 'ipv6.google.com' is not available ./home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/build/Lib/test/support/__init__.py:3105: ResourceWarning: unclosed <ssl.SSLSocket fd=5, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 36049), raddr=('127.0.0.1', 59026)> del self.thread ResourceWarning: Enable tracemalloc to get the object allocation traceback Resource 'ipv6.google.com' is not available ./home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/build/Lib/test/support/__init__.py:3105: ResourceWarning: unclosed <ssl.SSLSocket fd=5, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 55813), raddr=('127.0.0.1', 40974)> del self.thread ResourceWarning: Enable tracemalloc to get the object allocation traceback Resource 'ipv6.google.com' is not available ./home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/build/Lib/test/support/__init__.py:3105: ResourceWarning: unclosed <ssl.SSLSocket fd=5, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 57399), raddr=('127.0.0.1', 52958)> del self.thread ResourceWarning: Enable tracemalloc to get the object allocation traceback Resource 'ipv6.google.com' is not available ./home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/build/Lib/test/support/__init__.py:3105: ResourceWarning: unclosed <ssl.SSLSocket fd=5, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 41073), raddr=('127.0.0.1', 38054)> del self.thread ResourceWarning: Enable tracemalloc to get the object allocation traceback Resource 'ipv6.google.com' is not available ./home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/build/Lib/test/support/__init__.py:3105: ResourceWarning: unclosed <ssl.SSLSocket fd=5, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 35123), raddr=('127.0.0.1', 47158)> del self.thread ResourceWarning: Enable tracemalloc to get the object allocation traceback Resource 'ipv6.google.com' is not available . beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 Function "meth_varargs" not defined. Function "meth_varargs" not defined. Function "meth_varargs" not defined. Function "meth_varargs" not defined. Function "meth_varargs" not defined. Function "meth_varargs" not defined. Function "meth_varargs" not defined. Function "meth_varargs" not defined. Function "meth_varargs_keywords" not defined. Function "meth_varargs_keywords" not defined. Function "meth_varargs_keywords" not defined. Function "meth_varargs_keywords" not defined. Function "meth_varargs_keywords" not defined. Function "meth_varargs_keywords" not defined. Function "meth_varargs_keywords" not defined. Function "meth_varargs_keywords" not defined. Function "meth_o" not defined. Function "meth_o" not defined. Function "meth_o" not defined. Function "meth_o" not defined. Function "meth_o" not defined. Function "meth_o" not defined. Function "meth_o" not defined. Function "meth_o" not defined. Function "meth_noargs" not defined. Function "meth_noargs" not defined. Function "meth_noargs" not defined. Function "meth_noargs" not defined. Function "meth_noargs" not defined. Function "meth_noargs" not defined. Function "meth_noargs" not defined. Function "meth_noargs" not defined. Function "meth_fastcall" not defined. Function "meth_fastcall" not defined. Function "meth_fastcall" not defined. Function "meth_fastcall" not defined. Function "meth_fastcall" not defined. Function "meth_fastcall" not defined. Function "meth_fastcall" not defined. Function "meth_fastcall" not defined. Function "meth_fastcall_keywords" not defined. Function "meth_fastcall_keywords" not defined. Function "meth_fastcall_keywords" not defined. Function "meth_fastcall_keywords" not defined. Function "meth_fastcall_keywords" not defined. Function "meth_fastcall_keywords" not defined. Function "meth_fastcall_keywords" not defined. Function "meth_fastcall_keywords" not defined. .Function "meth_varargs" not defined. Function "meth_varargs" not defined. Function "meth_varargs" not defined. Function "meth_varargs" not defined. Function "meth_varargs" not defined. Function "meth_varargs" not defined. Function "meth_varargs" not defined. Function "meth_varargs" not defined. Function "meth_varargs_keywords" not defined. Function "meth_varargs_keywords" not defined. Function "meth_varargs_keywords" not defined. Function "meth_varargs_keywords" not defined. Function "meth_varargs_keywords" not defined. Function "meth_varargs_keywords" not defined. Function "meth_varargs_keywords" not defined. Function "meth_varargs_keywords" not defined. Function "meth_o" not defined. Function "meth_o" not defined. Function "meth_o" not defined. Function "meth_o" not defined. Function "meth_o" not defined. Function "meth_o" not defined. Function "meth_o" not defined. Function "meth_o" not defined. Function "meth_noargs" not defined. Function "meth_noargs" not defined. Function "meth_noargs" not defined. Function "meth_noargs" not defined. Function "meth_noargs" not defined. Function "meth_noargs" not defined. Function "meth_noargs" not defined. Function "meth_noargs" not defined. Function "meth_fastcall" not defined. Function "meth_fastcall" not defined. Function "meth_fastcall" not defined. Function "meth_fastcall" not defined. Function "meth_fastcall" not defined. Function "meth_fastcall" not defined. Function "meth_fastcall" not defined. Function "meth_fastcall" not defined. Function "meth_fastcall_keywords" not defined. Function "meth_fastcall_keywords" not defined. Function "meth_fastcall_keywords" not defined. Function "meth_fastcall_keywords" not defined. Function "meth_fastcall_keywords" not defined. Function "meth_fastcall_keywords" not defined. Function "meth_fastcall_keywords" not defined. Function "meth_fastcall_keywords" not defined. .Function "meth_varargs" not defined. Function "meth_varargs" not defined. Function "meth_varargs" not defined. Function "meth_varargs" not defined. Function "meth_varargs" not defined. Function "meth_varargs" not defined. Function "meth_varargs" not defined. Function "meth_varargs" not defined. Function "meth_varargs_keywords" not defined. Function "meth_varargs_keywords" not defined. Function "meth_varargs_keywords" not defined. Function "meth_varargs_keywords" not defined. Function "meth_varargs_keywords" not defined. Function "meth_varargs_keywords" not defined. Function "meth_varargs_keywords" not defined. Function "meth_varargs_keywords" not defined. Function "meth_o" not defined. Function "meth_o" not defined. Function "meth_o" not defined. Function "meth_o" not defined. Function "meth_o" not defined. Function "meth_o" not defined. Function "meth_o" not defined. Function "meth_o" not defined. Function "meth_noargs" not defined. Function "meth_noargs" not defined. Function "meth_noargs" not defined. Function "meth_noargs" not defined. Function "meth_noargs" not defined. Function "meth_noargs" not defined. Function "meth_noargs" not defined. Function "meth_noargs" not defined. Function "meth_fastcall" not defined. Function "meth_fastcall" not defined. Function "meth_fastcall" not defined. Function "meth_fastcall" not defined. Function "meth_fastcall" not defined. Function "meth_fastcall" not defined. Function "meth_fastcall" not defined. Function "meth_fastcall" not defined. Function "meth_fastcall_keywords" not defined. Function "meth_fastcall_keywords" not defined. Function "meth_fastcall_keywords" not defined. Function "meth_fastcall_keywords" not defined. Function "meth_fastcall_keywords" not defined. Function "meth_fastcall_keywords" not defined. Function "meth_fastcall_keywords" not defined. Function "meth_fastcall_keywords" not defined. .Function "meth_varargs" not defined. Function "meth_varargs" not defined. Function "meth_varargs" not defined. Function "meth_varargs" not defined. Function "meth_varargs" not defined. Function "meth_varargs" not defined. Function "meth_varargs" not defined. Function "meth_varargs" not defined. Function "meth_varargs_keywords" not defined. Function "meth_varargs_keywords" not defined. Function "meth_varargs_keywords" not defined. Function "meth_varargs_keywords" not defined. Function "meth_varargs_keywords" not defined. Function "meth_varargs_keywords" not defined. Function "meth_varargs_keywords" not defined. Function "meth_varargs_keywords" not defined. Function "meth_o" not defined. Function "meth_o" not defined. Function "meth_o" not defined. Function "meth_o" not defined. Function "meth_o" not defined. Function "meth_o" not defined. Function "meth_o" not defined. Function "meth_o" not defined. Function "meth_noargs" not defined. Function "meth_noargs" not defined. Function "meth_noargs" not defined. Function "meth_noargs" not defined. Function "meth_noargs" not defined. Function "meth_noargs" not defined. Function "meth_noargs" not defined. Function "meth_noargs" not defined. Function "meth_fastcall" not defined. Function "meth_fastcall" not defined. Function "meth_fastcall" not defined. Function "meth_fastcall" not defined. Function "meth_fastcall" not defined. Function "meth_fastcall" not defined. Function "meth_fastcall" not defined. Function "meth_fastcall" not defined. Function "meth_fastcall_keywords" not defined. Function "meth_fastcall_keywords" not defined. Function "meth_fastcall_keywords" not defined. Function "meth_fastcall_keywords" not defined. Function "meth_fastcall_keywords" not defined. Function "meth_fastcall_keywords" not defined. Function "meth_fastcall_keywords" not defined. Function "meth_fastcall_keywords" not defined. .Function "meth_varargs" not defined. Function "meth_varargs" not defined. Function "meth_varargs" not defined. Function "meth_varargs" not defined. Function "meth_varargs" not defined. Function "meth_varargs" not defined. Function "meth_varargs" not defined. Function "meth_varargs" not defined. Function "meth_varargs_keywords" not defined. Function "meth_varargs_keywords" not defined. Function "meth_varargs_keywords" not defined. Function "meth_varargs_keywords" not defined. Function "meth_varargs_keywords" not defined. Function "meth_varargs_keywords" not defined. Function "meth_varargs_keywords" not defined. Function "meth_varargs_keywords" not defined. Function "meth_o" not defined. Function "meth_o" not defined. Function "meth_o" not defined. Function "meth_o" not defined. Function "meth_o" not defined. Function "meth_o" not defined. Function "meth_o" not defined. Function "meth_o" not defined. Function "meth_noargs" not defined. Function "meth_noargs" not defined. Function "meth_noargs" not defined. Function "meth_noargs" not defined. Function "meth_noargs" not defined. Function "meth_noargs" not defined. Function "meth_noargs" not defined. Function "meth_noargs" not defined. Function "meth_fastcall" not defined. Function "meth_fastcall" not defined. Function "meth_fastcall" not defined. Function "meth_fastcall" not defined. Function "meth_fastcall" not defined. Function "meth_fastcall" not defined. Function "meth_fastcall" not defined. Function "meth_fastcall" not defined. Function "meth_fastcall_keywords" not defined. Function "meth_fastcall_keywords" not defined. Function "meth_fastcall_keywords" not defined. Function "meth_fastcall_keywords" not defined. Function "meth_fastcall_keywords" not defined. Function "meth_fastcall_keywords" not defined. Function "meth_fastcall_keywords" not defined. Function "meth_fastcall_keywords" not defined. .Function "meth_varargs" not defined. Function "meth_varargs" not defined. Function "meth_varargs" not defined. Function "meth_varargs" not defined. Function "meth_varargs" not defined. Function "meth_varargs" not defined. Function "meth_varargs" not defined. Function "meth_varargs" not defined. Function "meth_varargs_keywords" not defined. Function "meth_varargs_keywords" not defined. Function "meth_varargs_keywords" not defined. Function "meth_varargs_keywords" not defined. Function "meth_varargs_keywords" not defined. Function "meth_varargs_keywords" not defined. Function "meth_varargs_keywords" not defined. Function "meth_varargs_keywords" not defined. Function "meth_o" not defined. Function "meth_o" not defined. Function "meth_o" not defined. Function "meth_o" not defined. Function "meth_o" not defined. Function "meth_o" not defined. Function "meth_o" not defined. Function "meth_o" not defined. Function "meth_noargs" not defined. Function "meth_noargs" not defined. Function "meth_noargs" not defined. Function "meth_noargs" not defined. Function "meth_noargs" not defined. Function "meth_noargs" not defined. Function "meth_noargs" not defined. Function "meth_noargs" not defined. Function "meth_fastcall" not defined. Function "meth_fastcall" not defined. Function "meth_fastcall" not defined. Function "meth_fastcall" not defined. Function "meth_fastcall" not defined. Function "meth_fastcall" not defined. Function "meth_fastcall" not defined. Function "meth_fastcall" not defined. Function "meth_fastcall_keywords" not defined. Function "meth_fastcall_keywords" not defined. Function "meth_fastcall_keywords" not defined. Function "meth_fastcall_keywords" not defined. Function "meth_fastcall_keywords" not defined. Function "meth_fastcall_keywords" not defined. Function "meth_fastcall_keywords" not defined. Function "meth_fastcall_keywords" not defined. . beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 Resource 'nntp.aioe.org' is not available .Resource 'nntp.aioe.org' is not available .Resource 'nntp.aioe.org' is not available .Resource 'nntp.aioe.org' is not available .Resource 'nntp.aioe.org' is not available .Resource 'nntp.aioe.org' is not available . beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 /home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/build/Lib/test/test_collections.py:1508: DeprecationWarning: Please use assertEqual instead. self.assertEquals(len(s), len(items) - 1) ./home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/build/Lib/test/test_collections.py:1508: DeprecationWarning: Please use assertEqual instead. self.assertEquals(len(s), len(items) - 1) ./home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/build/Lib/test/test_collections.py:1508: DeprecationWarning: Please use assertEqual instead. self.assertEquals(len(s), len(items) - 1) ./home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/build/Lib/test/test_collections.py:1508: DeprecationWarning: Please use assertEqual instead. self.assertEquals(len(s), len(items) - 1) ./home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/build/Lib/test/test_collections.py:1508: DeprecationWarning: Please use assertEqual instead. self.assertEquals(len(s), len(items) - 1) ./home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/build/Lib/test/test_collections.py:1508: DeprecationWarning: Please use assertEqual instead. self.assertEquals(len(s), len(items) - 1) . beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 Task was destroyed but it is pending! task: <Task pending name='Task-9' coro=<<async_generator_athrow without __name__>()>> Task was destroyed but it is pending! task: <Task pending name='Task-11' coro=<<async_generator_athrow without __name__>()>> Task was destroyed but it is pending! task: <Task pending name='Task-16' coro=<<async_generator_athrow without __name__>()>> .Task was destroyed but it is pending! task: <Task pending name='Task-68' coro=<<async_generator_athrow without __name__>()>> Task was destroyed but it is pending! task: <Task pending name='Task-70' coro=<<async_generator_athrow without __name__>()>> Task was destroyed but it is pending! task: <Task pending name='Task-75' coro=<<async_generator_athrow without __name__>()>> .Task was destroyed but it is pending! task: <Task pending name='Task-127' coro=<<async_generator_athrow without __name__>()>> Task was destroyed but it is pending! task: <Task pending name='Task-129' coro=<<async_generator_athrow without __name__>()>> Task was destroyed but it is pending! task: <Task pending name='Task-134' coro=<<async_generator_athrow without __name__>()>> .Task was destroyed but it is pending! task: <Task pending name='Task-186' coro=<<async_generator_athrow without __name__>()>> Task was destroyed but it is pending! task: <Task pending name='Task-188' coro=<<async_generator_athrow without __name__>()>> Task was destroyed but it is pending! task: <Task pending name='Task-193' coro=<<async_generator_athrow without __name__>()>> .Task was destroyed but it is pending! task: <Task pending name='Task-245' coro=<<async_generator_athrow without __name__>()>> Task was destroyed but it is pending! task: <Task pending name='Task-247' coro=<<async_generator_athrow without __name__>()>> Task was destroyed but it is pending! task: <Task pending name='Task-252' coro=<<async_generator_athrow without __name__>()>> .Task was destroyed but it is pending! task: <Task pending name='Task-304' coro=<<async_generator_athrow without __name__>()>> Task was destroyed but it is pending! task: <Task pending name='Task-306' coro=<<async_generator_athrow without __name__>()>> Task was destroyed but it is pending! task: <Task pending name='Task-311' coro=<<async_generator_athrow without __name__>()>> . beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... beginning 6 repetitions 123456 ...... make: *** [Makefile:1237: buildbottest] Terminated
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder aarch64 Fedora Stable Refleaks 3.9 while building Python. Full details are available at: https://buildbot.python.org/all/#builders/329/builds/3
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-stable-aarch64
Build Reason: <unknown> Blamelist:
BUILD FAILED: failed test (failure)
Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory ./home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown warnings.warn('resource_tracker: There appear to be %d ' Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory ./home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown warnings.warn('resource_tracker: There appear to be %d ' Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory ./home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown warnings.warn('resource_tracker: There appear to be %d ' Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory ./home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown warnings.warn('resource_tracker: There appear to be %d ' Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory ./home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown warnings.warn('resource_tracker: There appear to be %d ' Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/buildbot/buildarea/3.9.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory .
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder s390x RHEL8 Refleaks 3.9 while building Python. Full details are available at: https://buildbot.python.org/all/#builders/326/builds/3
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-rhel8-z
Build Reason: <unknown> Blamelist:
BUILD FAILED: failed test (failure)
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory ./home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown warnings.warn('resource_tracker: There appear to be %d ' Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory ./home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown warnings.warn('resource_tracker: There appear to be %d ' Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory ./home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown warnings.warn('resource_tracker: There appear to be %d ' Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory ./home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown warnings.warn('resource_tracker: There appear to be %d ' Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory ./home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects to clean up at shutdown warnings.warn('resource_tracker: There appear to be %d ' Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 300, in _run_finalizers finalizer() File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/util.py", line 224, in __call__ res = self._callback(*self._args, **self._kwargs) File "/home/dje/cpython-buildarea/3.9.edelsohn-rhel8-z.refleak/build/Lib/multiprocessing/synchronize.py", line 87, in _cleanup sem_unlink(name) FileNotFoundError: [Errno 2] No such file or directory .
Sincerely, -The Buildbot