vm-test-ubuntu_24_04
checks.x86_64-linux.vm-ubuntu-24_04-example
· build #29
· raw
1Machine state will be reset. To keep it, pass --keep-machine-state2start all VLans3(finished: start all VLans, in 0.02 seconds)4Test will time out and terminate in 3600.0 seconds5run the VM test script6additionally exposed symbols:7 vm,8 vlan1,9 start_all, test_script, machines, machines_qemu, machines_nspawn, vlans, driver, log, os, create_machine, subtest, run_tests, join_all, retry, serial_stdout_off, serial_stdout_on, polling_condition, BaseMachine, QemuMachine, NspawnMachine, t, debug, dump_machine_ssh10start all VMs11vm: starting vm12vm # /build /build/vm-state-vm13vm # /build/vm-state-vm14vm: QEMU running (pid 46)15(finished: start all VMs, in 0.70 seconds)16vm: waiting for unit default.target17vm: waiting for the VM to finish booting18vm # SeaBIOS (version rel-1.17.0-0-gb52ca86e094d-prebuilt.qemu.org)19vm # 20vm # 21vm # iPXE (http://ipxe.org) 00:04.0 CA00 PCI2.10 PnP PMM+3EFD1BE0+3EF31BE0 CA0022vm # Press Ctrl-B to configure iPXE (PCI 00:04.0)...23vm # 24vm # 25vm # Booting from Hard Disk...26vm: Guest root shell did not produce any data yet...27vm: To debug, enter the VM and run 'systemctl status backdoor.service'.28vm: Guest root shell did not produce any data yet...29vm: To debug, enter the VM and run 'systemctl status backdoor.service'.30vm: Guest root shell did not produce any data yet...31vm: To debug, enter the VM and run 'systemctl status backdoor.service'.32vm: Guest root shell did not produce any data yet...33vm: To debug, enter the VM and run 'systemctl status backdoor.service'.34vm: Guest root shell did not produce any data yet...35vm: To debug, enter the VM and run 'systemctl status backdoor.service'.36vm: Guest root shell did not produce any data yet...37vm: To debug, enter the VM and run 'systemctl status backdoor.service'.38vm: Guest root shell did not produce any data yet...39vm: To debug, enter the VM and run 'systemctl status backdoor.service'.40vm: Guest root shell did not produce any data yet...41vm: To debug, enter the VM and run 'systemctl status backdoor.service'.42vm: Guest root shell did not produce any data yet...43vm: To debug, enter the VM and run 'systemctl status backdoor.service'.44vm: Guest root shell did not produce any data yet...45vm: To debug, enter the VM and run 'systemctl status backdoor.service'.46cleanup47kill QemuMachine (pid 46)48vm # qemu-kvm: terminating on signal 15 from pid 39 (/nix/store/3n4qphl9s728sz8frmpqqrv9b1m87g68-python3-3.14.7/bin/python3.14)49(finished: cleanup, in 0.24 seconds)50Traceback (most recent call last):51 File "/nix/store/s4ypn4qqlzkkl2vp5cpymkx5yvc3bv87-nixos-test-driver-1.1/bin/.nixos-test-driver-wrapped", line 9, in <module>52 sys.exit(main())53 ~~~~^^54 File "/nix/store/s4ypn4qqlzkkl2vp5cpymkx5yvc3bv87-nixos-test-driver-1.1/lib/python3.14/site-packages/test_driver/__init__.py", line 194, in main55 driver.run_tests()56 ~~~~~~~~~~~~~~~~^^57 File "/nix/store/s4ypn4qqlzkkl2vp5cpymkx5yvc3bv87-nixos-test-driver-1.1/lib/python3.14/site-packages/test_driver/driver.py", line 437, in run_tests58 self.test_script()59 ~~~~~~~~~~~~~~~~^^60 File "/nix/store/s4ypn4qqlzkkl2vp5cpymkx5yvc3bv87-nixos-test-driver-1.1/lib/python3.14/site-packages/test_driver/driver.py", line 395, in test_script61 exec(self.tests, symbols, None)62 ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^63 File "<string>", line 5, in <module>64 File "/nix/store/s4ypn4qqlzkkl2vp5cpymkx5yvc3bv87-nixos-test-driver-1.1/lib/python3.14/site-packages/test_driver/machine/__init__.py", line 405, in wait_for_unit65 retry(check_active, as_timedelta(timeout))66 ~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^67 File "/nix/store/s4ypn4qqlzkkl2vp5cpymkx5yvc3bv87-nixos-test-driver-1.1/lib/python3.14/site-packages/test_driver/machine/__init__.py", line 141, in retry68 if fn(False):69 ~~^^^^^^^70 File "/nix/store/s4ypn4qqlzkkl2vp5cpymkx5yvc3bv87-nixos-test-driver-1.1/lib/python3.14/site-packages/test_driver/machine/__init__.py", line 386, in check_active71 state = self.get_unit_property(unit, "ActiveState", user)72 File "/nix/store/s4ypn4qqlzkkl2vp5cpymkx5yvc3bv87-nixos-test-driver-1.1/lib/python3.14/site-packages/test_driver/machine/__init__.py", line 441, in get_unit_property73 status, lines = self.systemctl(74 ~~~~~~~~~~~~~~^75 f'--no-pager show "{unit}" --property="{property}"',76 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^77 user,78 ^^^^^79 )80 ^81 File "/nix/store/s4ypn4qqlzkkl2vp5cpymkx5yvc3bv87-nixos-test-driver-1.1/lib/python3.14/site-packages/test_driver/machine/__init__.py", line 370, in systemctl82 return self.execute(f"systemctl {q}")83 ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^84 File "/nix/store/s4ypn4qqlzkkl2vp5cpymkx5yvc3bv87-nixos-test-driver-1.1/lib/python3.14/site-packages/test_driver/machine/__init__.py", line 722, in execute85 return self._execute(86 ~~~~~~~~~~~~~^87 command=command,88 ^^^^^^^^^^^^^^^^89 ...<2 lines>...90 timeout=as_timedelta(timeout) if timeout is not None else None,91 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^92 )93 ^94 File "/nix/store/s4ypn4qqlzkkl2vp5cpymkx5yvc3bv87-nixos-test-driver-1.1/lib/python3.14/site-packages/test_driver/machine/__init__.py", line 983, in _execute95 self.connect()96 ~~~~~~~~~~~~^^97 File "/nix/store/s4ypn4qqlzkkl2vp5cpymkx5yvc3bv87-nixos-test-driver-1.1/lib/python3.14/site-packages/test_driver/machine/__init__.py", line 1172, in connect98 raise RuntimeError("Shell did not start in time")99RuntimeError: Shell did not start in time