nixbot

builds

failed vm-test-debian_13 checks.x86_64-linux.vm-debian-13-sudo · 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.45 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 # GRUB loading.27vm # Welcome to GRUB!28vm # 29vm: Guest root shell did not produce any data yet...30vm: To debug, enter the VM and run 'systemctl status backdoor.service'.31vm # Booting `Debian GNU/Linux'32vm # 33vm # Loading Linux 6.12.107+deb13-amd64 ...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'.46vm # Loading initial ramdisk ...47vm: Guest root shell did not produce any data yet...48vm: To debug, enter the VM and run 'systemctl status backdoor.service'.49vm: Guest root shell did not produce any data yet...50vm: To debug, enter the VM and run 'systemctl status backdoor.service'.51vm: Guest root shell did not produce any data yet...52vm: To debug, enter the VM and run 'systemctl status backdoor.service'.53cleanup54kill QemuMachine (pid 46)55vm # qemu-kvm: terminating on signal 15 from pid 39 (/nix/store/3n4qphl9s728sz8frmpqqrv9b1m87g68-python3-3.14.7/bin/python3.14)56(finished: cleanup, in 0.09 seconds)57Traceback (most recent call last):58 File "/nix/store/s4ypn4qqlzkkl2vp5cpymkx5yvc3bv87-nixos-test-driver-1.1/bin/.nixos-test-driver-wrapped", line 9, in <module>59 sys.exit(main())60 ~~~~^^61 File "/nix/store/s4ypn4qqlzkkl2vp5cpymkx5yvc3bv87-nixos-test-driver-1.1/lib/python3.14/site-packages/test_driver/__init__.py", line 194, in main62 driver.run_tests()63 ~~~~~~~~~~~~~~~~^^64 File "/nix/store/s4ypn4qqlzkkl2vp5cpymkx5yvc3bv87-nixos-test-driver-1.1/lib/python3.14/site-packages/test_driver/driver.py", line 437, in run_tests65 self.test_script()66 ~~~~~~~~~~~~~~~~^^67 File "/nix/store/s4ypn4qqlzkkl2vp5cpymkx5yvc3bv87-nixos-test-driver-1.1/lib/python3.14/site-packages/test_driver/driver.py", line 395, in test_script68 exec(self.tests, symbols, None)69 ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^70 File "<string>", line 5, in <module>71 File "/nix/store/s4ypn4qqlzkkl2vp5cpymkx5yvc3bv87-nixos-test-driver-1.1/lib/python3.14/site-packages/test_driver/machine/__init__.py", line 405, in wait_for_unit72 retry(check_active, as_timedelta(timeout))73 ~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^74 File "/nix/store/s4ypn4qqlzkkl2vp5cpymkx5yvc3bv87-nixos-test-driver-1.1/lib/python3.14/site-packages/test_driver/machine/__init__.py", line 141, in retry75 if fn(False):76 ~~^^^^^^^77 File "/nix/store/s4ypn4qqlzkkl2vp5cpymkx5yvc3bv87-nixos-test-driver-1.1/lib/python3.14/site-packages/test_driver/machine/__init__.py", line 386, in check_active78 state = self.get_unit_property(unit, "ActiveState", user)79 File "/nix/store/s4ypn4qqlzkkl2vp5cpymkx5yvc3bv87-nixos-test-driver-1.1/lib/python3.14/site-packages/test_driver/machine/__init__.py", line 441, in get_unit_property80 status, lines = self.systemctl(81 ~~~~~~~~~~~~~~^82 f'--no-pager show "{unit}" --property="{property}"',83 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^84 user,85 ^^^^^86 )87 ^88 File "/nix/store/s4ypn4qqlzkkl2vp5cpymkx5yvc3bv87-nixos-test-driver-1.1/lib/python3.14/site-packages/test_driver/machine/__init__.py", line 370, in systemctl89 return self.execute(f"systemctl {q}")90 ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^91 File "/nix/store/s4ypn4qqlzkkl2vp5cpymkx5yvc3bv87-nixos-test-driver-1.1/lib/python3.14/site-packages/test_driver/machine/__init__.py", line 722, in execute92 return self._execute(93 ~~~~~~~~~~~~~^94 command=command,95 ^^^^^^^^^^^^^^^^96 ...<2 lines>...97 timeout=as_timedelta(timeout) if timeout is not None else None,98 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^99 )100 ^101 File "/nix/store/s4ypn4qqlzkkl2vp5cpymkx5yvc3bv87-nixos-test-driver-1.1/lib/python3.14/site-packages/test_driver/machine/__init__.py", line 983, in _execute102 self.connect()103 ~~~~~~~~~~~~^^104 File "/nix/store/s4ypn4qqlzkkl2vp5cpymkx5yvc3bv87-nixos-test-driver-1.1/lib/python3.14/site-packages/test_driver/machine/__init__.py", line 1172, in connect105 raise RuntimeError("Shell did not start in time")106RuntimeError: Shell did not start in time