[02:08:30] Configuring KUnit Kernel ... [02:08:30] Building KUnit Kernel ... Populating config with: $ make ARCH=x86_64 O=.kunit olddefconfig Building with: $ make all compile_commands.json scripts_gdb ARCH=x86_64 O=.kunit --jobs=88 [02:08:45] Starting KUnit Kernel (1/1)... [02:08:45] ============================================================ Running tests with: $ qemu-system-x86_64 -nodefaults -m 1024 -kernel .kunit/arch/x86/boot/bzImage -append 'kunit.enable=1 console=ttyS0 kunit_shutdown=reboot' -no-reboot -nographic -accel kvm -accel hvf -accel tcg -serial stdio -bios qboot.rom Command '['qemu-system-x86_64', '-nodefaults', '-m', '1024', '-kernel', '.kunit/arch/x86/boot/bzImage', '-append', 'kunit.enable=1 console=ttyS0 kunit_shutdown=reboot', '-no-reboot', '-nographic', '-accel', 'kvm', '-accel', 'hvf', '-accel', 'tcg', '-serial', 'stdio', '-bios', 'qboot.rom']' timed out after 300 seconds [02:13:45] [ERROR] Test: : Could not find any KTAP output. Did any KUnit tests run? [02:13:45] ============================================================ [02:13:45] Testing complete. Ran 0 tests: errors: 1 { "name": "KUnit Test Group", "sub_groups": [], "test_cases": [], "misc": { "tests": 0, "passed": 0, "failed": 0, "crashed": 0, "skipped": 0, "errors": 1 }, "arch": "x86_64", "defconfig": "kunit_defconfig", "build_environment": ".kunit", "lab_name": null, "kernel": null, "job": null, "git_branch": "kselftest" } [02:13:45] Elapsed time: 314.555s total, 0.002s configuring, 14.521s building, 300.032s running