<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Thu, May 15, 2025 at 1:40 PM David Marchand <<a href="mailto:david.marchand@redhat.com">david.marchand@redhat.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
<br>
Retests show the same error, so I think we are hitting the issue fixed<br>
with dbcd72f3fba0.<br>
<br>
Bumping the minimal version to 0.57.2 seems fine.<br>
I looked and can't find a distrib that ships meson 0.57.<br>
So either a user relies on the distrib version (with a version >=<br>
0.58, from my quick search) or the distrib provided version is too old<br>
and then the user relies on pip.<br><br></blockquote><div><br></div><div><br></div><div>FYI here's the stacktrace below which is not making it to the testlog on the dashboard (something for UNH people to look at). But yes it's the same issue fixed with dbcd72f3fba0babd2d801c2c63ee537df459df66</div><div><br></div><div>---------</div><div><br></div><div><br></div> Exception in callback TestHarness._run_tests.<locals>.test_done(<Task finishe...explicitly.')>) at /usr/local/lib/python3.12/site-packages/mesonbuild/mtest.py:1806<br> handle: <Handle TestHarness._run_tests.<locals>.test_done(<Task finishe...explicitly.')>) at /usr/local/lib/python3.12/site-packages/mesonbuild/mtest.py:1806><br> Traceback (most recent call last):<br> File "/usr/lib64/python3.12/asyncio/events.py", line 88, in _run<br> self._context.run(self._callback, *self._args)<br> File "/usr/local/lib/python3.12/site-packages/mesonbuild/mtest.py", line 1808, in test_done<br> f.result()<br> File "/usr/local/lib/python3.12/site-packages/mesonbuild/mtest.py", line 1803, in run_test<br> res = await test.run(self)<br> ^^^^^^^^^^^^^^^^^^^^<br> File "/usr/local/lib/python3.12/site-packages/mesonbuild/mtest.py", line 1349, in run<br> await self._run_cmd(harness, cmd)<br> File "/usr/local/lib/python3.12/site-packages/mesonbuild/mtest.py", line 1415, in _run_cmd<br> returncode, result, additional_error = await p.wait(self.runobj.timeout)<br> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^<br> File "/usr/local/lib/python3.12/site-packages/mesonbuild/mtest.py", line 1241, in wait<br> await try_wait_one(p.wait(), timeout=timeout)<br> File "/usr/local/lib/python3.12/site-packages/mesonbuild/mtest.py", line 1132, in try_wait_one<br> await asyncio.wait(awaitables,<br> File "/usr/lib64/python3.12/asyncio/tasks.py", line 461, in wait<br> raise TypeError("Passing coroutines is forbidden, use tasks explicitly.")<br> TypeError: Passing coroutines is forbidden, use tasks explicitly.<br> /usr/lib64/python3.12/asyncio/events.py:88: RuntimeWarning: coroutine 'Process.wait' was never awaited<br> self._context.run(self._callback, *self._args)<br> RuntimeWarning: Enable tracemalloc to get the object allocation traceback<br> Traceback (most recent call last):<br> File "/usr/local/lib/python3.12/site-packages/mesonbuild/mesonmain.py", line 132, in run<br> return options.run_func(options)<br> ^^^^^^^^^^^^^^^^^^^^^^^^^<br> File "/usr/local/lib/python3.12/site-packages/mesonbuild/mtest.py", line 1953, in run<br> return th.doit()<br> ^^^^^^^^^<br> File "/usr/local/lib/python3.12/site-packages/mesonbuild/mtest.py", line 1641, in doit<br> self.run_tests(runners)<br> File "/usr/local/lib/python3.12/site-packages/mesonbuild/mtest.py", line 1780, in run_tests<br> loop.run_until_complete(self._run_tests(runners))<br> File "/usr/lib64/python3.12/asyncio/base_events.py", line 687, in run_until_complete<br> return future.result()<br> ^^^^^^^^^^^^^^^<br> File "/usr/local/lib/python3.12/site-packages/mesonbuild/mtest.py", line 1871, in _run_tests<br> await complete(future)<br> File "/usr/local/lib/python3.12/site-packages/mesonbuild/mtest.py", line 1148, in complete<br> await future<br> TypeError: Passing coroutines is forbidden, use tasks explicitly.<br> <br> <br> Ok: 0 <br> Expected Fail: 0 <br> Fail: 0 <br> Unexpected Pass: 0 <br> Skipped: 0 <br><div> Timeout: 0 </div></div></div>