| 18 Dec 2023 |
matthewcroughan | not sure, it gets evaluated for whatever reason, just ignore it | 16:52:00 |
Julia DeMille | alright, continuing to build | 16:52:10 |
matthewcroughan | also, is it possible to clone disko, and modify the btrfs example and run the test in order to reproduce the behavior you see? | 16:57:23 |
matthewcroughan | that's a more minimal way of doing the same thing you're doing now | 16:57:30 |
matthewcroughan |
- clone disko
- modify
example/btrfs-subvolumes.nix
nix build -f tests/btrfs-subvolumes.nix
| 16:58:08 |
Julia DeMille |  Download image.png | 17:02:09 |
Julia DeMille | this is the state i've reached | 17:02:16 |
matthewcroughan | can you show me your uname -a | 17:02:35 |
matthewcroughan | ls -lah /dev/kvm | 17:02:46 |
matthewcroughan | and also what architecture is callisto? | 17:02:54 |
Julia DeMille | Linux callisto 6.1.65 #1-NixOS SMP Sun Dec 3 06:32:13 UTC 2023 aarch64 GNU/Linux
ls: cannot access '/dev/kvm': No such file or directory | 17:03:12 |
matthewcroughan | that's not your uname -a, that's callisto's uname -a | 17:03:31 |
Julia DeMille | i'm running the build on Callisto since my desktop is x86_64 | 17:03:42 |
Julia DeMille | since right now, it's restored to the generation that is not broken | 17:04:04 |
matthewcroughan | does callisto have /dev/kvm? | 17:04:05 |
Julia DeMille | nope | 17:04:09 |
Julia DeMille | i figure Hetzner doesn't expose nested virtualization | 17:04:18 |
matthewcroughan | then you are running a non-accelerated virtual machine and it might take a very long time to run those VM tests | 17:04:22 |
Julia DeMille | fun | 17:04:47 |
matthewcroughan | If you want to have a faster way of iterating, you need to find a machine that can perform accelerated virtualisation | 17:05:12 |
Julia DeMille | i don't think i have access to any aarch64 machines that can do that | 17:05:29 |
matthewcroughan | I can give you temporary access to one, I'll give you a ping | 17:05:45 |
Julia DeMille | alright | 17:06:08 |
Julia DeMille | it seems to have just stopped doing anything (the command has not returned):
vm-test-run-disko-callisto-disko> machine # [ 12.652693] reboot: Power down
vm-test-run-disko-callisto-disko> (finished: waiting for the VM to power off, in 0.87 seconds)
vm-test-run-disko-callisto-disko> Using legacy create_startcommand(), please use proper nix test vm instrumentation, instead to generate the appropriate nixos test vm qemu startup script
vm-test-run-disko-callisto-disko> booted_machine: starting vm
[1/259/260 built, 332 copied (879.7 MiB), 121.2 MiB DL] building vm-test-run-disko-callisto-disko
[1/259/260 built, 332 copied (879.7 MiB), 121.2 MiB DL] building vm-test-run-disko-callisto-disko
| 17:18:46 |
Julia DeMille | * it seems to have just stopped doing anything (the command has not returned):
vm-test-run-disko-callisto-disko> machine # [ 12.652693] reboot: Power down
vm-test-run-disko-callisto-disko> (finished: waiting for the VM to power off, in 0.87 seconds)
vm-test-run-disko-callisto-disko> Using legacy create_startcommand(), please use proper nix test vm instrumentation, instead to generate the appropriate nixos test vm qemu startup script
vm-test-run-disko-callisto-disko> booted_machine: starting vm
[1/259/260 built, 332 copied (879.7 MiB), 121.2 MiB DL] building vm-test-run-disko-callisto-disko
\[1/259/260 built, 332 copied (879.7 MiB), 121.2 MiB DL\] building vm-test-run-disko-callisto-disko
| 17:18:54 |
Julia DeMille | * it seems to have just stopped doing anything (the command has not returned):
vm-test-run-disko-callisto-disko> machine # [ 12.652693] reboot: Power down
vm-test-run-disko-callisto-disko> (finished: waiting for the VM to power off, in 0.87 seconds)
vm-test-run-disko-callisto-disko> Using legacy create_startcommand(), please use proper nix test vm instrumentation, instead to generate the appropriate nixos test vm qemu startup script
vm-test-run-disko-callisto-disko> booted_machine: starting vm
[1/259/260 built, 332 copied (879.7 MiB), 121.2 MiB DL] building vm-test-run-disko-callisto-disko
[1/259/260 built, 332 copied (879.7 MiB), 121.2 MiB DL] building vm-test-run-disko-callisto-disko
| 17:19:01 |
matthewcroughan | That's because it won't boot | 17:19:04 |
matthewcroughan | so it installs the machine, then it tries to boot into it | 17:19:12 |
matthewcroughan | it powered down the machine, then tried to actually boot it, as if you rebooted | 17:19:21 |
Julia DeMille | so, something about my config is cursed and makes it not boot | 17:19:27 |