On Thu, 18 May 2023 at 13:07, Peter Maydell <peter.mayd...@linaro.org> wrote: > > This is on current head-of-git: > > $ (cd build/arm-clang/ && ./tests/venv/bin/avocado run > ./tests/avocado/tcg_plugins.py:PluginKernelNormal.test_aarch64_virt_mem_icount) > JOB ID : b1d82ead55dbac8c1f17d0217a7572c4378e21e3 > JOB LOG : > /home/petmay01/avocado/job-results/job-2023-05-18T13.02-b1d82ea/job.log > (1/1) > ./tests/avocado/tcg_plugins.py:PluginKernelNormal.test_aarch64_virt_mem_icount: > STARTED > (1/1) > ./tests/avocado/tcg_plugins.py:PluginKernelNormal.test_aarch64_virt_mem_icount: > INTERRUPTED: timeout (120.01 s) > RESULTS : PASS 0 | ERROR 0 | FAIL 0 | SKIP 0 | WARN 0 | INTERRUPT 1 > | CANCEL 0 > JOB TIME : 121.46 s > > The job.log contains no useful information (see complaints > passim). What's going on here ? > > (The other plugin tests pass OK, it's just this one that times out.)
Bisect blames commit fcdab382c8b92bcc ("accel/tcg: Widen plugin_gen_empty_mem_callback to i64") -- see other thread. thanks -- PMM