Trying a "make check-functional" I find that the func-arm-arm_aspeed test seems to hit a timeout:
18/18 qemu:func-thorough+func-arm-thorough+thorough / func-arm-arm_aspeed TIMEOUT 600.08s killed by signal 15 SIGTERM This is with commit cea8ac78545a. Does anybody else see this, or is it some oddity happening only on my local dev machine? The "full log" in testlog-thorough.txt doesn't seem to be very full. All it has for this test is: =================================== 18/18 ==================================== test: qemu:func-thorough+func-arm-thorough+thorough / func-arm-arm_aspeed start time: 16:54:50 duration: 600.08s result: killed by signal 15 SIGTERM command: G_TEST_SLOW=1 PYTHONPATH=/mnt/nvmedisk/linaro/qemu-from-laptop/qemu/python:/mnt/nvmedisk/linaro/qemu-from-laptop/qemu/tests/functional UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MALLOC_PERTURB_=238 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MESON_TEST_ITERATION=1 QEMU_TEST_QEMU_IMG=/mnt/nvmedisk/linaro/qemu-from-laptop/qemu/build/arm-clang/qemu-img MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 QEMU_TEST_QEMU_BINARY=/mnt/nvmedisk/linaro/qemu-from-laptop/qemu/build/arm-clang/qemu-system-arm QEMU_BUILD_ROOT=/mnt/nvmedisk/linaro/qemu-from-laptop/qemu/build/arm-clang /mnt/nvmedisk/linaro/qemu-from-laptop/qemu/build/arm-clang/pyvenv/bin/python3 /mnt/nvmedisk/linaro/qemu-from-laptop/qemu/tests/functional/test_arm_aspeed.py ----------------------------------- stdout ----------------------------------- TAP version 13 ok 1 test_arm_aspeed.AST1030Machine.test_ast1030_zephyros_1_04 ok 2 test_arm_aspeed.AST1030Machine.test_ast1030_zephyros_1_07 ok 3 test_arm_aspeed.AST2x00Machine.test_arm_ast2400_palmetto_openbmc_v2_9_0 ============================================================================== Is it possible to get the log to include a pointer to the actual log for the test (including the guest console output)? It's hard to debug tests if they don't report what they're doing. thanks -- PMM