-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Description
Describe the bug
The Nix manual says this about the uid-range system feature:
uid-rangeOn Linux, Nix can run builds in a user namespace where they run as root (UID 0) and have 65,536 UIDs available.
This is primarily useful for running containers such assystemd-nspawninside a Nix build. For an example, seetests/systemd-nspawn/nix.Included by default on Linux if the
auto-allocate-uidssetting is enabled.
uid-range is not appearing in my list of system features even though I have auto-allocate-uids enabled.
Steps To Reproduce
-
Create a file named
test-uid-range-in-system-features-by-default.nixthat contains this Nix expression:# This file is dedicated to the public domain using 🅭🄍1.0: # <https://creativecommons.org/publicdomain/zero/1.0>. let nixpkgsCommit = "c58bc7f5459328e4afac201c5c4feb7c818d604b"; nixpkgsDirectory = builtins.fetchTarball { url = "https://github.com/NixOS/nixpkgs/archive/${nixpkgsCommit}.tar.gz"; sha256 = "1lypgq8f1v571vgrlqj13yi97bhlw9gsqc0s9di5mn5w5fxjfd6n"; }; pkgs = import nixpkgsDirectory { }; nixosModule = { pkgs, ... }: { nix = { package = pkgs.nixVersions.latest; settings = { experimental-features = [ "auto-allocate-uids" "nix-command" ]; auto-allocate-uids = true; }; }; }; nixosTestModule = { name = "test-uid-range-in-system-features-by-default"; nodes.main = nixosModule; testScript = '' import typing start_all() NIX_VERSION: typing.Final[str] = main.succeed("nix-env --version") NIX_CONFIG_CHECK_OUTPUT: typing.Final[str] = main.succeed("nix config check") NIX_CONFIG_SHOW_OUTPUT: typing.Final[str] = main.succeed("nix config show") print("Nix version:", NIX_VERSION, end="") print("“nix config check” output:") print(NIX_CONFIG_CHECK_OUTPUT) print("Nix config:") print(NIX_CONFIG_SHOW_OUTPUT) line: str for line in NIX_CONFIG_SHOW_OUTPUT.splitlines(): if line.startswith("system-features ="): if "uid-range" not in line: raise RuntimeError("“uid-range” was not in system-features") break ''; }; in pkgs.testers.runNixOSTest nixosTestModule
-
Attempt to build that Nix expression by running this command:
nix-build <path to test-uid-range-in-system-features-by-default.nix>
Expected behavior
That Nix expression builds successfully, or its Nix config fails to validate, or the Nix manual is changed so that it doesn’t say that the uid-range system feature is automatically enabled when the auto-allocate-uids feature is enabled.
Metadata
Nix version used on my host system: nix-env (Nix) 2.28.5
Nix version used in the NixOS test: nix-env (Nix) 2.28.5
Additional context
Click here to show or hide a build log for the previously mentioned Nix expression.
Machine state will be reset. To keep it, pass --keep-vm-state
start all VLans
start vlan
running vlan (pid 9; ctl /build/vde1.ctl)
(finished: start all VLans, in 0.00 seconds)
Test will time out and terminate in 3600 seconds
run the VM test script
additionally exposed symbols:
main,
vlan1,
start_all, test_script, machines, vlans, driver, log, os, create_machine, subtest, run_tests, join_all, retry, serial_stdout_off, serial_stdout_on, polling_condition, Machine, t
start all VMs
main: starting vm
mke2fs 1.47.2 (1-Jan-2025)
main # Disk image do not exist, creating the virtualisation disk image...
main: QEMU running (pid 11)
main # Formatting '/build/vm-state-main/tmp.s8edBpBWNg', fmt=raw size=1073741824
main # Discarding device blocks: 0/262144 done
main # Creating filesystem with 262144 4k blocks and 65536 inodes
main # Filesystem UUID: 20f602f2-fd23-4886-afbb-1cb03d866b7c
main # Superblock backups stored on blocks:
main # 32768, 98304, 163840, 229376
main #
main # Allocating group tables: 0/8 done
main # Writing inode tables: 0/8 done
main # Creating journal (8192 blocks): done
main # Writing superblocks and filesystem accounting information: 0/8 done
main #
main # Virtualisation disk image created.
(finished: start all VMs, in 0.17 seconds)
main: must succeed: nix-env --version
main: waiting for the VM to finish booting
main # SeaBIOS (version rel-1.16.3-0-ga6ed6b701f0a-prebuilt.qemu.org)
main #
main #
main # iPXE (http://ipxe.org) 00:03.0 CA00 PCI2.10 PnP PMM+3EFD0AF0+3EF30AF0 CA00
main # Press Ctrl-B to configure iPXE (PCI 00:03.0)...
main #
main #
main #
main #
main # iPXE (http://ipxe.org) 00:09.0 CB00 PCI2.10 PnP PMM 3EFD0AF0 3EF30AF0 CB00
main # Press Ctrl-B to configure iPXE (PCI 00:09.0)...
main #
main #
main # Booting from ROM...
main # Probing EDD (edd=off to disable)... ok
main # [ 0.000000] Linux version 6.12.58 (nixbld@localhost) (gcc (GCC) 14.3.0, GNU ld (GNU Binutils) 2.44) #1-NixOS SMP PREEMPT_DYNAMIC Thu Nov 13 20:34:41 UTC 2025
main # [ 0.000000] Command line: console=ttyS0 console=tty0 panic=1 boot.panic_on_fail clocksource=acpi_pm loglevel=7 net.ifnames=0 lsm=landlock,yama,bpf init=/nix/store/mjq36r243is0gm3c9m293m1yjpgr87ji-nixos-system-main-test/init regInfo=/nix/store/jrzrlzm263wcypj2vacbhjs0kn3a6ixm-closure-info/registration console=ttyS0,115200n8 console=tty0
main # [ 0.000000] BIOS-provided physical RAM map:
main # [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
main # [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
main # [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
main # [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffdafff] usable
main # [ 0.000000] BIOS-e820: [mem 0x000000003ffdb000-0x000000003fffffff] reserved
main # [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
main # [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
main # [ 0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved
main # [ 0.000000] NX (Execute Disable) protection: active
main # [ 0.000000] APIC: Static calls initialized
main # [ 0.000000] SMBIOS 2.8 present.
main # [ 0.000000] DMI: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.16.3-0-ga6ed6b701f0a-prebuilt.qemu.org 04/01/2014
main # [ 0.000000] DMI: Memory slots populated: 1/1
main # [ 0.000000] Hypervisor detected: KVM
main # [ 0.000000] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000
main # [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
main # [ 0.000000] kvm-clock: using sched offset of 340973439 cycles
main # [ 0.000001] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
main # [ 0.000004] tsc: Detected 3599.998 MHz processor
main # [ 0.000903] last_pfn = 0x3ffdb max_arch_pfn = 0x400000000
main # [ 0.000930] MTRR map: 4 entries (3 fixed + 1 variable; max 19), built from 8 variable MTRRs
main # [ 0.000932] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
main # [ 0.002973] found SMP MP-table at [mem 0x000f5430-0x000f543f]
main # [ 0.002984] Using GB pages for direct mapping
main # [ 0.003061] RAMDISK: [mem 0x3f478000-0x3ffcffff]
main # [ 0.003066] ACPI: Early table checksum verification disabled
main # [ 0.003068] ACPI: RSDP 0x00000000000F5250 000014 (v00 BOCHS )
main # [ 0.003070] ACPI: RSDT 0x000000003FFE2396 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)
main # [ 0.003074] ACPI: FACP 0x000000003FFE224A 000074 (v01 BOCHS BXPC 00000001 BXPC 00000001)
main # [ 0.003078] ACPI: DSDT 0x000000003FFE0040 00220A (v01 BOCHS BXPC 00000001 BXPC 00000001)
main # [ 0.003080] ACPI: FACS 0x000000003FFE0000 000040
main # [ 0.003081] ACPI: APIC 0x000000003FFE22BE 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001)
main # [ 0.003083] ACPI: HPET 0x000000003FFE2336 000038 (v01 BOCHS BXPC 00000001 BXPC 00000001)
main # [ 0.003085] ACPI: WAET 0x000000003FFE236E 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)
main # [ 0.003087] ACPI: Reserving FACP table memory at [mem 0x3ffe224a-0x3ffe22bd]
main # [ 0.003088] ACPI: Reserving DSDT table memory at [mem 0x3ffe0040-0x3ffe2249]
main # [ 0.003089] ACPI: Reserving FACS table memory at [mem 0x3ffe0000-0x3ffe003f]
main # [ 0.003089] ACPI: Reserving APIC table memory at [mem 0x3ffe22be-0x3ffe2335]
main # [ 0.003090] ACPI: Reserving HPET table memory at [mem 0x3ffe2336-0x3ffe236d]
main # [ 0.003090] ACPI: Reserving WAET table memory at [mem 0x3ffe236e-0x3ffe2395]
main # [ 0.003471] No NUMA configuration found
main # [ 0.003473] Faking a node at [mem 0x0000000000000000-0x000000003ffdafff]
main # [ 0.003475] NODE_DATA(0) allocated [mem 0x3ffd58c0-0x3ffdadff]
main # [ 0.003491] Zone ranges:
main # [ 0.003492] DMA [mem 0x0000000000001000-0x0000000000ffffff]
main # [ 0.003493] DMA32 [mem 0x0000000001000000-0x000000003ffdafff]
main # [ 0.003494] Normal empty
main # [ 0.003495] Device empty
main # [ 0.003495] Movable zone start for each node
main # [ 0.003496] Early memory node ranges
main # [ 0.003496] node 0: [mem 0x0000000000001000-0x000000000009efff]
main # [ 0.003497] node 0: [mem 0x0000000000100000-0x000000003ffdafff]
main # [ 0.003498] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffdafff]
main # [ 0.003635] On node 0, zone DMA: 1 pages in unavailable ranges
main # [ 0.003649] On node 0, zone DMA: 97 pages in unavailable ranges
main # [ 0.005208] On node 0, zone DMA32: 37 pages in unavailable ranges
main # [ 0.006015] ACPI: PM-Timer IO Port: 0x608
main # [ 0.006026] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
main # [ 0.006050] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
main # [ 0.006052] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
main # [ 0.006054] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
main # [ 0.006054] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
main # [ 0.006055] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
main # [ 0.006056] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
main # [ 0.006059] ACPI: Using ACPI (MADT) for SMP configuration information
main # [ 0.006060] ACPI: HPET id: 0x8086a201 base: 0xfed00000
main # [ 0.006063] TSC deadline timer available
main # [ 0.006067] CPU topo: Max. logical packages: 1
main # [ 0.006068] CPU topo: Max. logical dies: 1
main # [ 0.006068] CPU topo: Max. dies per package: 1
main # [ 0.006072] CPU topo: Max. threads per core: 1
main # [ 0.006073] CPU topo: Num. cores per package: 1
main # [ 0.006073] CPU topo: Num. threads per package: 1
main # [ 0.006073] CPU topo: Allowing 1 present CPUs plus 0 hotplug CPUs
main # [ 0.006088] kvm-guest: APIC: eoi() replaced with kvm_guest_apic_eoi_write()
main # [ 0.006106] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
main # [ 0.006107] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
main # [ 0.006109] [mem 0x40000000-0xfeffbfff] available for PCI devices
main # [ 0.006110] Booting paravirtualized kernel on KVM
main # [ 0.006112] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
main # [ 0.010476] setup_percpu: NR_CPUS:384 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1
main # [ 0.010769] percpu: Embedded 116 pages/cpu s294912 r65536 d114688 u2097152
main # [ 0.010798] kvm-guest: PV spinlocks disabled, single CPU
main # [ 0.010799] Kernel command line: console=ttyS0 console=tty0 panic=1 boot.panic_on_fail clocksource=acpi_pm loglevel=7 net.ifnames=0 lsm=landlock,yama,bpf init=/nix/store/mjq36r243is0gm3c9m293m1yjpgr87ji-nixos-system-main-test/init regInfo=/nix/store/jrzrlzm263wcypj2vacbhjs0kn3a6ixm-closure-info/registration console=ttyS0,115200n8 console=tty0
main # [ 0.010890] Unknown kernel command line parameters "regInfo=/nix/store/jrzrlzm263wcypj2vacbhjs0kn3a6ixm-closure-info/registration", will be passed to user space.
main # [ 0.010907] random: crng init done
main # [ 0.010942] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
main # [ 0.010961] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
main # [ 0.010977] Fallback order for Node 0: 0
main # [ 0.010979] Built 1 zonelists, mobility grouping on. Total pages: 262009
main # [ 0.010980] Policy zone: DMA32
main # [ 0.011216] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
main # [ 0.013966] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
main # [ 0.014207] allocated 2097152 bytes of page_ext
main # [ 0.014229] ftrace: allocating 46206 entries in 181 pages
main # [ 0.020198] ftrace: allocated 181 pages with 5 groups
main # [ 0.020720] Dynamic Preempt: voluntary
main # [ 0.020887] rcu: Preemptible hierarchical RCU implementation.
main # [ 0.020888] rcu: RCU event tracing is enabled.
main # [ 0.020888] rcu: RCU restricting CPUs from NR_CPUS=384 to nr_cpu_ids=1.
main # [ 0.020889] Trampoline variant of Tasks RCU enabled.
main # [ 0.020889] Rude variant of Tasks RCU enabled.
main # [ 0.020890] Tracing variant of Tasks RCU enabled.
main # [ 0.020890] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
main # [ 0.020891] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
main # [ 0.020899] RCU Tasks: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=1.
main # [ 0.020901] RCU Tasks Rude: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=1.
main # [ 0.020902] RCU Tasks Trace: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=1.
main # [ 0.024883] NR_IRQS: 24832, nr_irqs: 256, preallocated irqs: 16
main # [ 0.025076] rcu: srcu_init: Setting srcu_struct sizes based on contention.
main # [ 0.025151] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
main # [ 0.031198] Console: colour VGA+ 80x25
main # [ 0.031201] printk: legacy console [tty0] enabled
main # [ 0.067642] printk: legacy console [ttyS0] enabled
main # [ 0.214944] ACPI: Core revision 20240827
main # [ 0.216169] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns
main # [ 0.218429] APIC: Switch to symmetric I/O mode setup
main # [ 0.219819] x2apic enabled
main # [ 0.220831] APIC: Switched APIC routing to: physical x2apic
main # [ 0.223108] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
main # [ 0.224572] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x33e451ab1a6, max_idle_ns: 440795278720 ns
main # [ 0.227011] Calibrating delay loop (skipped) preset value.. 7199.99 BogoMIPS (lpj=3599998)
main # [ 0.229081] x86/cpu: User Mode Instruction Prevention (UMIP) activated
main # [ 0.230063] mce: [Firmware Bug]: Your BIOS is not setting up LVT offset 0x2 for deferred error IRQs correctly.
main # [ 0.231014] unchecked MSR access error: RDMSR from 0x852 at rIP: 0xffffffff9dc9e817 (native_read_msr+0x7/0x50)
main # [ 0.233011] Call Trace:
main # [ 0.234466] <TASK>
main # [ 0.235011] native_apic_msr_read+0x20/0x40
main # [ 0.236021] setup_APIC_eilvt+0x47/0x120
main # [ 0.237018] mce_amd_feature_init+0x4a1/0x4f0
main # [ 0.238013] mcheck_cpu_init+0x1cb/0x4a0
main # [ 0.239012] identify_cpu+0x386/0x5d0
main # [ 0.240693] ? mutex_lock+0x12/0x40
main # [ 0.241655] arch_cpu_finalize_init+0x20/0x170
main # [ 0.242012] start_kernel+0x6d0/0x760
main # [ 0.243686] x86_64_start_reservations+0x24/0x30
main # [ 0.245011] x86_64_start_kernel+0x96/0xa0
main # [ 0.246011] common_startup_64+0x13e/0x141
main # [ 0.247012] </TASK>
main # [ 0.247687] LVT offset 2 assigned for vector 0xf4
main # [ 0.249010] [Firmware Bug]: cpu 0, try to use APIC520 (LVT offset 2) for vector 0xf4, but the register is already in use for vector 0x0 on this cpu
main # [ 0.251060] Last level iTLB entries: 4KB 512, 2MB 255, 4MB 127
main # [ 0.252011] Last level dTLB entries: 4KB 512, 2MB 255, 4MB 127, 1GB 0
main # [ 0.253019] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
main # [ 0.255012] Spectre V2 : Mitigation: Retpolines
main # [ 0.256010] Spectre V2 : Spectre v2 / SpectreRSB: Filling RSB on context switch and VMEXIT
main # [ 0.258010] Spectre V2 : Enabling Speculation Barrier for firmware calls
main # [ 0.260010] active return thunk: retbleed_return_thunk
main # [ 0.261010] RETBleed: Mitigation: untrained return thunk
main # [ 0.262012] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
main # [ 0.264012] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
main # [ 0.266024] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
main # [ 0.267010] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
main # [ 0.269011] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
main # [ 0.270011] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
main # [ 0.272011] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
main # [ 0.292643] Freeing SMP alternatives memory: 40K
main # [ 0.293012] pid_max: default: 32768 minimum: 301
main # [ 0.294909] LSM: initializing lsm=capability,landlock,yama,bpf
main # [ 0.296067] landlock: Up and running.
main # [ 0.297010] Yama: becoming mindful.
main # [ 0.298133] LSM support for eBPF active
main # [ 0.299038] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
main # [ 0.300012] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
main # [ 0.301304] smpboot: CPU0: AMD Ryzen 5 3600 6-Core Processor (family: 0x17, model: 0x71, stepping: 0x0)
main # [ 0.302232] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
main # [ 0.303015] ... version: 0
main # [ 0.304013] ... bit width: 48
main # [ 0.305013] ... generic registers: 6
main # [ 0.306013] ... value mask: 0000ffffffffffff
main # [ 0.307013] ... max period: 00007fffffffffff
main # [ 0.308013] ... fixed-purpose events: 0
main # [ 0.309013] ... event mask: 000000000000003f
main # [ 0.310072] signal: max sigframe size: 1776
main # [ 0.311052] rcu: Hierarchical SRCU implementation.
main # [ 0.312013] rcu: Max phase no-delay instances is 400.
main # [ 0.316039] smp: Bringing up secondary CPUs ...
main # [ 0.317022] smp: Brought up 1 node, 1 CPU
main # [ 0.318014] smpboot: Total of 1 processors activated (7199.99 BogoMIPS)
main # [ 0.319091] Memory: 962796K/1048036K available (16384K kernel code, 2645K rwdata, 13032K rodata, 3428K init, 3336K bss, 78152K reserved, 0K cma-reserved)
main # [ 0.320108] devtmpfs: initialized
main # [ 0.321025] x86/mm: Memory block size: 128MB
main # [ 0.322284] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
main # [ 0.323015] futex hash table entries: 256 (order: 2, 16384 bytes, linear)
main # [ 0.324053] pinctrl core: initialized pinctrl subsystem
main # [ 0.325173] PM: RTC time: 21:17:19, date: 2025-11-20
main # [ 0.326417] NET: Registered PF_NETLINK/PF_ROUTE protocol family
main # [ 0.327100] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
main # [ 0.328023] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
main # [ 0.329018] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
main # [ 0.330019] audit: initializing netlink subsys (disabled)
main # [ 0.331043] audit: type=2000 audit(1763673440.081:1): state=initialized audit_enabled=0 res=1
main # [ 0.332128] thermal_sys: Registered thermal governor 'bang_bang'
main # [ 0.332130] thermal_sys: Registered thermal governor 'step_wise'
main # [ 0.333016] thermal_sys: Registered thermal governor 'user_space'
main # [ 0.334025] cpuidle: using governor menu
main # [ 0.336915] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
main # [ 0.338163] PCI: Using configuration type 1 for base access
main # [ 0.339013] PCI: Using configuration type 1 for extended access
main # [ 0.340115] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
main # [ 0.363037] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
main # [ 0.364013] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
main # [ 0.365014] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
main # [ 0.366013] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
main # [ 0.372391] ACPI: Added _OSI(Module Device)
main # [ 0.373019] ACPI: Added _OSI(Processor Device)
main # [ 0.375012] ACPI: Added _OSI(Processor Aggregator Device)
main # [ 0.377211] ACPI: 1 ACPI AML tables successfully acquired and loaded
main # [ 0.379147] ACPI: Interpreter enabled
main # [ 0.380026] ACPI: PM: (supports S0 S3 S4 S5)
main # [ 0.381013] ACPI: Using IOAPIC for interrupt routing
main # [ 0.382026] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
main # [ 0.383013] PCI: Using E820 reservations for host bridge windows
main # [ 0.384108] ACPI: Enabled 2 GPEs in block 00 to 0F
main # [ 0.387111] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
main # [ 0.388018] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
main # [ 0.389223] acpiphp: Slot [3] registered
main # [ 0.390037] acpiphp: Slot [4] registered
main # [ 0.391048] acpiphp: Slot [5] registered
main # [ 0.392046] acpiphp: Slot [6] registered
main # [ 0.393037] acpiphp: Slot [7] registered
main # [ 0.394038] acpiphp: Slot [8] registered
main # [ 0.395041] acpiphp: Slot [9] registered
main # [ 0.396038] acpiphp: Slot [10] registered
main # [ 0.397037] acpiphp: Slot [11] registered
main # [ 0.398041] acpiphp: Slot [12] registered
main # [ 0.399041] acpiphp: Slot [13] registered
main # [ 0.400039] acpiphp: Slot [14] registered
main # [ 0.401036] acpiphp: Slot [15] registered
main # [ 0.402038] acpiphp: Slot [16] registered
main # [ 0.403039] acpiphp: Slot [17] registered
main # [ 0.404041] acpiphp: Slot [18] registered
main # [ 0.405040] acpiphp: Slot [19] registered
main # [ 0.406078] acpiphp: Slot [20] registered
main # [ 0.407037] acpiphp: Slot [21] registered
main # [ 0.408036] acpiphp: Slot [22] registered
main # [ 0.409087] acpiphp: Slot [23] registered
main # [ 0.410064] acpiphp: Slot [24] registered
main # [ 0.411042] acpiphp: Slot [25] registered
main # [ 0.412047] acpiphp: Slot [26] registered
main # [ 0.413040] acpiphp: Slot [27] registered
main # [ 0.414042] acpiphp: Slot [28] registered
main # [ 0.415040] acpiphp: Slot [29] registered
main # [ 0.416042] acpiphp: Slot [30] registered
main # [ 0.417042] acpiphp: Slot [31] registered
main # [ 0.418036] PCI host bridge to bus 0000:00
main # [ 0.419019] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
main # [ 0.420014] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
main # [ 0.421014] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
main # [ 0.422014] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]
main # [ 0.423014] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]
main # [ 0.424014] pci_bus 0000:00: root bus resource [bus 00-ff]
main # [ 0.425264] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000 conventional PCI endpoint
main # [ 0.426641] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100 conventional PCI endpoint
main # [ 0.428839] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180 conventional PCI endpoint
main # [ 0.433423] pci 0000:00:01.1: BAR 4 [io 0xc1e0-0xc1ef]
main # [ 0.434981] pci 0000:00:01.1: BAR 0 [io 0x01f0-0x01f7]: legacy IDE quirk
main # [ 0.436014] pci 0000:00:01.1: BAR 1 [io 0x03f6]: legacy IDE quirk
main # [ 0.437014] pci 0000:00:01.1: BAR 2 [io 0x0170-0x0177]: legacy IDE quirk
main # [ 0.438014] pci 0000:00:01.1: BAR 3 [io 0x0376]: legacy IDE quirk
main # [ 0.439222] pci 0000:00:01.2: [8086:7020] type 00 class 0x0c0300 conventional PCI endpoint
main # [ 0.442615] pci 0000:00:01.2: BAR 4 [io 0xc100-0xc11f]
main # [ 0.445121] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000 conventional PCI endpoint
main # [ 0.446678] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI
main # [ 0.448027] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB
main # [ 0.449315] pci 0000:00:02.0: [1234:1111] type 00 class 0x030000 conventional PCI endpoint
main # [ 0.451529] pci 0000:00:02.0: BAR 0 [mem 0xfd000000-0xfdffffff pref]
main # [ 0.454015] pci 0000:00:02.0: BAR 2 [mem 0xfebd0000-0xfebd0fff]
main # [ 0.459890] pci 0000:00:02.0: ROM [mem 0xfebc0000-0xfebcffff pref]
main # [ 0.461094] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
main # [ 0.462414] pci 0000:00:03.0: [1af4:1000] type 00 class 0x020000 conventional PCI endpoint
main # [ 0.464013] pci 0000:00:03.0: BAR 0 [io 0xc120-0xc13f]
main # [ 0.466013] pci 0000:00:03.0: BAR 1 [mem 0xfebd1000-0xfebd1fff]
main # [ 0.470612] pci 0000:00:03.0: BAR 4 [mem 0xfe000000-0xfe003fff 64bit pref]
main # [ 0.472012] pci 0000:00:03.0: ROM [mem 0xfeb40000-0xfeb7ffff pref]
main # [ 0.474496] pci 0000:00:04.0: [1af4:1005] type 00 class 0x00ff00 conventional PCI endpoint
main # [ 0.476012] pci 0000:00:04.0: BAR 0 [io 0xc140-0xc15f]
main # [ 0.478012] pci 0000:00:04.0: BAR 1 [mem 0xfebd2000-0xfebd2fff]
main # [ 0.483558] pci 0000:00:04.0: BAR 4 [mem 0xfe004000-0xfe007fff 64bit pref]
main # [ 0.486492] pci 0000:00:05.0: [1af4:1009] type 00 class 0x000200 conventional PCI endpoint
main # [ 0.488012] pci 0000:00:05.0: BAR 0 [io 0xc080-0xc0bf]
main # [ 0.490019] pci 0000:00:05.0: BAR 1 [mem 0xfebd3000-0xfebd3fff]
main # [ 0.494014] pci 0000:00:05.0: BAR 4 [mem 0xfe008000-0xfe00bfff 64bit pref]
main # [ 0.499477] pci 0000:00:06.0: [1af4:1009] type 00 class 0x000200 conventional PCI endpoint
main # [ 0.501013] pci 0000:00:06.0: BAR 0 [io 0xc160-0xc17f]
main # [ 0.503019] pci 0000:00:06.0: BAR 1 [mem 0xfebd4000-0xfebd4fff]
main # [ 0.507013] pci 0000:00:06.0: BAR 4 [mem 0xfe00c000-0xfe00ffff 64bit pref]
main # [ 0.510536] pci 0000:00:07.0: [1af4:1009] type 00 class 0x000200 conventional PCI endpoint
main # [ 0.513012] pci 0000:00:07.0: BAR 0 [io 0xc180-0xc19f]
main # [ 0.515012] pci 0000:00:07.0: BAR 1 [mem 0xfebd5000-0xfebd5fff]
main # [ 0.519496] pci 0000:00:07.0: BAR 4 [mem 0xfe010000-0xfe013fff 64bit pref]
main # [ 0.522448] pci 0000:00:08.0: [1af4:1001] type 00 class 0x010000 conventional PCI endpoint
main # [ 0.524012] pci 0000:00:08.0: BAR 0 [io 0xc000-0xc07f]
main # [ 0.526012] pci 0000:00:08.0: BAR 1 [mem 0xfebd6000-0xfebd6fff]
main # [ 0.531021] pci 0000:00:08.0: BAR 4 [mem 0xfe014000-0xfe017fff 64bit pref]
main # [ 0.534473] pci 0000:00:09.0: [1af4:1000] type 00 class 0x020000 conventional PCI endpoint
main # [ 0.536013] pci 0000:00:09.0: BAR 0 [io 0xc1a0-0xc1bf]
main # [ 0.537979] pci 0000:00:09.0: BAR 1 [mem 0xfebd7000-0xfebd7fff]
main # [ 0.541931] pci 0000:00:09.0: BAR 4 [mem 0xfe018000-0xfe01bfff 64bit pref]
main # [ 0.544016] pci 0000:00:09.0: ROM [mem 0xfeb80000-0xfebbffff pref]
main # [ 0.546481] pci 0000:00:0a.0: [1af4:1052] type 00 class 0x090000 conventional PCI endpoint
main # [ 0.548372] pci 0000:00:0a.0: BAR 1 [mem 0xfebd8000-0xfebd8fff]
main # [ 0.551012] pci 0000:00:0a.0: BAR 4 [mem 0xfe01c000-0xfe01ffff 64bit pref]
main # [ 0.554181] pci 0000:00:0b.0: [1af4:1003] type 00 class 0x078000 conventional PCI endpoint
main # [ 0.556012] pci 0000:00:0b.0: BAR 0 [io 0xc0c0-0xc0ff]
main # [ 0.557983] pci 0000:00:0b.0: BAR 1 [mem 0xfebd9000-0xfebd9fff]
main # [ 0.561561] pci 0000:00:0b.0: BAR 4 [mem 0xfe020000-0xfe023fff 64bit pref]
main # [ 0.565489] pci 0000:00:0c.0: [1af4:1005] type 00 class 0x00ff00 conventional PCI endpoint
main # [ 0.567012] pci 0000:00:0c.0: BAR 0 [io 0xc1c0-0xc1df]
main # [ 0.569017] pci 0000:00:0c.0: BAR 1 [mem 0xfebda000-0xfebdafff]
main # [ 0.574021] pci 0000:00:0c.0: BAR 4 [mem 0xfe024000-0xfe027fff 64bit pref]
main # [ 0.577619] ACPI: PCI: Interrupt link LNKA configured for IRQ 10
main # [ 0.578149] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
main # [ 0.579144] ACPI: PCI: Interrupt link LNKC configured for IRQ 11
main # [ 0.580145] ACPI: PCI: Interrupt link LNKD configured for IRQ 11
main # [ 0.581088] ACPI: PCI: Interrupt link LNKS configured for IRQ 9
main # [ 0.582276] iommu: Default domain type: Translated
main # [ 0.583020] iommu: DMA domain TLB invalidation policy: lazy mode
main # [ 0.584061] ACPI: bus type USB registered
main # [ 0.585039] usbcore: registered new interface driver usbfs
main # [ 0.586020] usbcore: registered new interface driver hub
main # [ 0.587021] usbcore: registered new device driver usb
main # [ 0.588268] NetLabel: Initializing
main # [ 0.589012] NetLabel: domain hash size = 128
main # [ 0.590013] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
main # [ 0.591031] NetLabel: unlabeled traffic allowed by default
main # [ 0.592013] PCI: Using ACPI for IRQ routing
main # [ 0.593424] pci 0000:00:02.0: vgaarb: setting as boot VGA device
main # [ 0.594008] pci 0000:00:02.0: vgaarb: bridge control possible
main # [ 0.594008] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
main # [ 0.594014] vgaarb: loaded
main # [ 0.594800] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
main # [ 0.595893] hpet0: 3 comparators, 64-bit 100.000000 MHz counter
main # [ 0.601038] clocksource: Switched to clocksource kvm-clock
main # [ 0.602856] VFS: Disk quotas dquot_6.6.0
main # [ 0.603830] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
main # [ 0.605461] pnp: PnP ACPI init
main # [ 0.606604] pnp: PnP ACPI: found 6 devices
main # [ 0.612940] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
main # [ 0.614990] clocksource: Switched to clocksource acpi_pm
main # [ 0.616346] NET: Registered PF_INET protocol family
main # [ 0.617570] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
main # [ 0.629057] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear)
main # [ 0.631025] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
main # [ 0.633108] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear)
main # [ 0.635128] TCP bind hash table entries: 8192 (order: 6, 262144 bytes, linear)
main # [ 0.636907] TCP: Hash tables configured (established 8192 bind 8192)
main # [ 0.638534] MPTCP token hash table entries: 1024 (order: 2, 24576 bytes, linear)
main # [ 0.640372] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
main # [ 0.641979] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
main # [ 0.643671] NET: Registered PF_UNIX/PF_LOCAL protocol family
main # [ 0.645104] NET: Registered PF_XDP protocol family
main # [ 0.646320] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
main # [ 0.647805] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
main # [ 0.649311] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
main # [ 0.650964] pci_bus 0000:00: resource 7 [mem 0x40000000-0xfebfffff window]
main # [ 0.652559] pci_bus 0000:00: resource 8 [mem 0x100000000-0x17fffffff window]
main # [ 0.654261] pci 0000:00:01.0: PIIX3: Enabling Passive Release
main # [ 0.655664] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
main # [ 0.658011] ACPI: \_SB_.LNKD: Enabled at IRQ 11
main # [ 0.660560] PCI: CLS 0 bytes, default 64
main # [ 0.661788] Trying to unpack rootfs image as initramfs...
main # [ 0.663225] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x33e451ab1a6, max_idle_ns: 440795278720 ns
main # [ 0.689228] Initialise system trusted keyrings
main # [ 0.692198] workingset: timestamp_bits=40 max_order=18 bucket_order=0
main # [ 0.717011] Key type asymmetric registered
main # [ 0.719989] Asymmetric key parser 'x509' registered
main # [ 0.723068] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
main # [ 0.728005] io scheduler mq-deadline registered
main # [ 0.729173] io scheduler kyber registered
main # [ 0.732256] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
main # [ 0.737285] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
main # [ 0.742864] Linux agpgart interface v0.103
main # [ 0.746248] ACPI: bus type drm_connector registered
main # [ 0.749292] usbcore: registered new interface driver usbserial_generic
main # [ 0.754188] usbserial: USB Serial support registered for generic
main # [ 0.755678] amd_pstate: the _CPC object is not present in SBIOS or ACPI disabled
main # [ 0.761033] drop_monitor: Initializing network drop monitor service
main # [ 0.764061] NET: Registered PF_INET6 protocol family
main # [ 0.766302] Freeing initrd memory: 11616K
main # [ 0.768042] Segment Routing with IPv6
main # [ 0.769044] In-situ OAM (IOAM) with IPv6
main # [ 0.770558] IPI shorthand broadcast: enabled
main # [ 0.773072] sched_clock: Marking stable (576026134, 196926682)->(904511632, -131558816)
main # [ 0.775227] registered taskstats version 1
main # [ 0.776394] Loading compiled-in X.509 certificates
main # [ 0.779839] Demotion targets for Node 0: null
main # [ 0.781056] Key type .fscrypt registered
main # [ 0.782110] Key type fscrypt-provisioning registered
main # [ 0.783494] PM: Magic number: 1:483:298
main # [ 0.785293] RAS: Correctable Errors collector initialized.
main # [ 0.789813] clk: Disabling unused clocks
main # [ 0.791180] PM: genpd: Disabling unused power domains
main # [ 0.793489] Freeing unused decrypted memory: 2028K
main # [ 0.794977] Freeing unused kernel image (initmem) memory: 3428K
main # [ 0.796363] Write protecting the kernel read-only data: 30720k
main # [ 0.797980] Freeing unused kernel image (rodata/data gap) memory: 1304K
main # [ 0.833441] x86/mm: Checked W+X mappings: passed, no W+X pages found.
main # [ 0.835008] Run /init as init process
main # [ 0.881510] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
main # [ 0.931674] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
main # [ 0.939351] serio: i8042 KBD port at 0x60,0x64 irq 1
main # [ 0.943363] serio: i8042 AUX port at 0x60,0x64 irq 12
main # [ 0.964297] ACPI: \_SB_.LNKC: Enabled at IRQ 10
main # [ 0.976881] uhci_hcd 0000:00:01.2: UHCI Host Controller
main # [ 0.986969] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1
main # [ 0.989622] ACPI: \_SB_.LNKA: Enabled at IRQ 10
main # [ 0.994214] uhci_hcd 0000:00:01.2: detected 2 ports
main # [ 0.995850] SCSI subsystem initialized
main # [ 0.998729] ACPI: \_SB_.LNKB: Enabled at IRQ 11
main # [ 1.000054] uhci_hcd 0000:00:01.2: irq 11, io port 0x0000c100
main # [ 1.006056] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.12
main # [ 1.008116] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
main # [ 1.010049] usb usb1: Product: UHCI Host Controller
main # [ 1.011294] usb usb1: Manufacturer: Linux 6.12.58 uhci_hcd
main # [ 1.012824] usb usb1: SerialNumber: 0000:00:01.2
main # [ 1.034602] hub 1-0:1.0: USB hub found
main # [ 1.037971] hub 1-0:1.0: 2 ports detected
main # [ 1.054057] scsi host0: ata_piix
main # [ 1.056351] scsi host1: ata_piix
main # [ 1.062328] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc1e0 irq 14 lpm-pol 0
main # [ 1.064466] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc1e8 irq 15 lpm-pol 0
main # [ 1.223426] ata2: found unknown device (class 0)
main # [ 1.225308] ata2.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100
main # [ 1.228111] scsi 1:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5
main # [ 1.263044] usb 1-1: new full-speed USB device number 2 using uhci_hcd
main # [ 1.277170] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
main # [ 1.283080] virtio_blk virtio5: 1/0/0 default/read/poll queues
main # [ 1.303999] virtio_blk virtio5: [vda] 2097152 512-byte logical blocks (1.07 GB/1.00 GiB)
main # [ 1.324514] sr 1:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray
main # [ 1.326294] cdrom: Uniform CD-ROM driver Revision: 3.20
main # [ 1.334035] netfs: FS-Cache loaded
main # [ 1.349124] 9pnet: Installing 9P2000 support
main # [ 1.432267] usb 1-1: New USB device found, idVendor=0627, idProduct=0001, bcdDevice= 0.00
main # [ 1.434307] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=10
main # [ 1.436102] usb 1-1: Product: QEMU USB Tablet
main # [ 1.437236] usb 1-1: Manufacturer: QEMU
main # [ 1.438265] usb 1-1: SerialNumber: 28754-0000:00:01.2-1
main # [ 1.451011] hid: raw HID events driver (C) Jiri Kosina
main # [ 1.459204] usbcore: registered new interface driver usbhid
main # [ 1.460652] usbhid: USB HID core driver
main # [ 1.463201] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input2
main # [ 1.466076] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0
main # [ 1.629970] EXT4-fs (vda): mounted filesystem 20f602f2-fd23-4886-afbb-1cb03d866b7c r/w with ordered data mode. Quota mode: none.
main # [ 1.635967] EXT4-fs (vda): re-mounted 20f602f2-fd23-4886-afbb-1cb03d866b7c.
main # [ 1.647507] 9p: Installing v9fs 9p2000 file system support
main # [ 1.803960] EXT4-fs (vda): re-mounted 20f602f2-fd23-4886-afbb-1cb03d866b7c.
main # [ 1.806501] booting system configuration /nix/store/mjq36r243is0gm3c9m293m1yjpgr87ji-nixos-system-main-test
main # [ 2.922330] systemd[1]: Inserted module 'autofs4'
main # [ 2.959128] systemd[1]: systemd 257.10 running in system mode (+PAM +AUDIT -SELINUX +APPARMOR +IMA +IPE +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK -BTF -XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
main # [ 2.966655] systemd[1]: Detected virtualization kvm.
main # [ 2.967990] systemd[1]: Detected architecture x86-64.
main # [ 2.969315] systemd[1]: Detected first boot.
main # [ 2.973247] systemd[1]: Hostname set to <main>.
main # [ 2.974947] systemd[1]: Initializing machine ID from random generator.
main # [ 3.082685] systemd[1]: bpf-restrict-fs: LSM BPF program attached
main # [ 3.464411] systemd[1]: Populated /etc with preset unit settings.
main # [ 3.758738] systemd[1]: Queued start job for default target Multi-User System.
main # [ 3.778207] systemd[1]: Created slice Slice /system/getty.
main # [ 3.779823] systemd[1]: Created slice Slice /system/modprobe.
main # [ 3.781424] systemd[1]: Created slice User and Session Slice.
main # [ 3.782673] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
main # [ 3.784319] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
main # [ 3.785838] systemd[1]: Expecting device /dev/hvc0...
main # [ 3.786924] systemd[1]: Expecting device /dev/ttyS0...
main # [ 3.787987] systemd[1]: Expecting device /sys/subsystem/net/devices/eth1...
main # [ 3.789328] systemd[1]: Reached target Local Encrypted Volumes.
main # [ 3.790625] systemd[1]: Reached target Containers.
main # [ 3.791725] systemd[1]: Reached target Path Units.
main # [ 3.792767] systemd[1]: Reached target Remote File Systems.
main # [ 3.793965] systemd[1]: Reached target Slice Units.
main # [ 3.795027] systemd[1]: Reached target Swaps.
main # [ 3.798622] systemd[1]: Listening on Process Core Dump Socket.
main # [ 3.801378] systemd[1]: Listening on Credential Encryption/Decryption.
main # [ 3.802996] systemd[1]: Listening on Journal Audit Socket.
main # [ 3.804210] systemd[1]: Listening on Journal Socket (/dev/log).
main # [ 3.805493] systemd[1]: Listening on Journal Sockets.
main # [ 3.806686] systemd[1]: Listening on Userspace Out-Of-Memory (OOM) Killer Socket.
main # [ 3.808206] systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
main # [ 3.810385] systemd[1]: Listening on udev Control Socket.
main # [ 3.811554] systemd[1]: Listening on udev Kernel Socket.
main # [ 3.815203] systemd[1]: Mounting Huge Pages File System...
main # [ 3.818247] systemd[1]: Mounting POSIX Message Queue File System...
main # [ 3.821862] systemd[1]: Mounting Kernel Debug File System...
main # [ 3.826253] systemd[1]: Mounting Kernel Trace File System...
main # [ 3.835053] systemd[1]: Starting Create List of Static Device Nodes...
main # [ 3.848965] systemd[1]: Starting Load Kernel Module 9pnet_virtio...
main # [ 3.856047] systemd[1]: Starting Load Kernel Module configfs...
main # [ 3.861729] systemd[1]: Starting Load Kernel Module drm...
main # [ 3.865306] systemd[1]: Starting Load Kernel Module efi_pstore...
main # [ 3.870211] systemd[1]: Starting Load Kernel Module fuse...
main # [ 3.874378] systemd[1]: Starting mount-pstore.service...
main # [ 3.876745] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
main # [ 3.881465] systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
main # [ 3.895658] systemd[1]: Starting Journal Service...
main # [ 3.900280] systemd[1]: Starting Load Kernel Modules...
main # [ 3.907947] systemd[1]: Starting Userspace Out-Of-Memory (OOM) Killer...
main # [ 3.912230] systemd[1]: Starting Remount Root and Kernel File Systems...
main # [ 3.915963] systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
main # [ 3.927158] systemd[1]: Starting Coldplug All udev Devices...
main # [ 3.933761] systemd[1]: Mounted Huge Pages File System.
main # [ 3.935967] systemd[1]: Mounted POSIX Message Queue File System.
main # [ 3.938735] systemd[1]: Mounted Kernel Debug File System.
main # [ 3.940413] systemd[1]: Mounted Kernel Trace File System.
main # [ 3.944398] systemd[1]: Finished Create List of Static Device Nodes.
main # [ 3.955615] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
main # [ 3.979138] systemd[1]: modprobe@9pnet_virtio.service: Deactivated successfully.
main # [ 3.986209] systemd[1]: Finished Load Kernel Module 9pnet_virtio.
main # [ 4.005474] EXT4-fs (vda): re-mounted 20f602f2-fd23-4886-afbb-1cb03d866b7c.
main # [ 4.009052] systemd[1]: modprobe@drm.service: Deactivated successfully.
main # [ 4.012971] systemd[1]: Finished Load Kernel Module drm.
main # [ 4.017184] systemd[1]: modprobe@configfs.service: Deactivated successfully.
main # [ 4.020488] systemd[1]: Finished Load Kernel Module configfs.
main # [ 4.026375] systemd[1]: Mounting Kernel Configuration File System...
main # [ 4.030402] systemd[1]: Finished Remount Root and Kernel File Systems.
main # [ 4.044471] systemd[1]: Starting Load/Save OS Random Seed...
main # [ 4.047297] systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
main # [ 4.054971] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
main # [ 4.057537] systemd[1]: Finished Load Kernel Module efi_pstore.
main # [ 4.061515] systemd[1]: Mounted Kernel Configuration File System.
main # [ 4.064304] systemd-journald[400]: Collecting audit messages is enabled.
main # [ 4.106516] fuse: init (API version 7.41)
main # [ 4.122179] systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
main # [ 4.129255] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
main # [ 4.136004] systemd[1]: Starting Create Static Device Nodes in /dev...
main # [ 4.138511] systemd[1]: modprobe@fuse.service: Deactivated successfully.
main # [ 4.142733] systemd[1]: Finished Load Kernel Module fuse.
main # [ 4.166370] systemd[1]: Finished Load/Save OS Random Seed.
main # [ 4.170073] systemd[1]: Reached target First Boot Complete.
main # [ 4.176058] tun: Universal TUN/TAP device driver, 1.6
main # [ 4.195014] loop: module loaded
main # [ 4.198432] systemd[1]: Started Userspace Out-Of-Memory (OOM) Killer.
main # [ 4.205976] systemd[1]: Finished Load Kernel Modules.
main # [ 4.211987] systemd[1]: Starting Firewall...
main # [ 4.218697] systemd[1]: Starting Apply Kernel Variables...
main # [ 4.222463] systemd[1]: Finished Create Static Device Nodes in /dev.
main # [ 4.227002] systemd[1]: Reached target Preparation for Local File Systems.
main # [ 4.232095] systemd[1]: Starting Rule-based Manager for Device Events and Files...
main # [ 4.295182] systemd[1]: Finished Apply Kernel Variables.
main # [ 4.331017] systemd[1]: Finished Coldplug All udev Devices.
main # [ 4.380303] systemd[1]: Started Journal Service.
main # [ 4.184937] systemd-modules-load[401]: Inserted module 'bridge'
main # [ 4.188220] systemd-modules-load[401]: Inserted module 'macvlan'
main # [ 4.191838] systemd-modules-load[401]: Inserted module 'tap'
main # [ 4.194798] systemd-modules-load[401]: Inserted module 'tun'
main # [ 4.198336] systemd-oomd[402]: 5:185mNo swap; memory pressure usage will be degraded
main # [ 4.202205] systemd-modules-load[401]: Inserted module 'loop'
main # [ 4.206302] systemd-udevd[422]: Using default interface naming scheme 'v257'.
main # [ 4.210445] systemd[1]: Starting Flush Journal to Persistent Storage...
main # [ 4.442280] systemd-journald[400]: Received client request to flush runtime journal.
main # [ 4.388941] systemd[1]: Started Rule-based Manager for Device Events and Files.
main # [ 4.397061] systemd[1]: Starting Load Kernel Module fuse...
main # [ 4.399662] systemd[1]: modprobe@fuse.service: Deactivated successfully.
main # [ 4.402960] systemd[1]: Finished Load Kernel Module fuse.
main # [ 4.404916] systemd[1]: Starting Load Kernel Module fuse...
main # [ 4.407825] systemd[1]: modprobe@fuse.service: Deactivated successfully.
main # [ 4.409807] systemd[1]: Finished Load Kernel Module fuse.
main # [ 4.411735] systemd[1]: Finished Flush Journal to Persistent Storage.
main # [ 4.483699] systemd[1]: Found device /dev/hvc0.
main # [ 4.492986] systemd[1]: Found device /dev/ttyS0.
main # [ 4.501440] (udev-worker)[487]: 5:185meth1: Config file /etc/systemd/network/40-eth1.link is applied to device based on potentially unpredictable interface name.
main # [ 4.504820] (udev-worker)[487]: Network interface NamePolicy= disabled on kernel command line.
main # [ 4.508205] (udev-worker)[465]: Network interface NamePolicy= disabled on kernel command line.
main # [ 4.583133] systemd[1]: Found device Virtio network device.
main # [ 4.839214] mousedev: PS/2 mouse device common for all mice
main # [ 4.884639] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
main # [ 4.914194] ACPI: button: Power Button [PWRF]
main # [ 4.917456] rtc_cmos 00:05: RTC can wake from S4
main # [ 4.938323] rtc_cmos 00:05: registered as rtc0
main # [ 4.943814] Floppy drive(s): fd0 is 2.88M AMI BIOS
main # [ 4.945756] parport_pc 00:03: reported by Plug and Play ACPI
main # [ 4.753427] systemd[1]: Mounting /run/wrappers...
main # [ 4.755647] systemd[1]: Mounting FUSE Control File System...
main # [ 4.963947] rtc_cmos 00:05: setting system clock to 2025-11-20T21:17:24 UTC (1763673444)
main # [ 4.967842] systemd-journald[400]: Time jumped backwards, rotating.
main # [ 4.976362] parport0: PC-style at 0x378, irq 7 [PCSPP(,...)]
main # [ 4.991285] FDC 0 is a S82078B
main # [ 4.996181] rtc_cmos 00:05: alarms up to one day, y3k, 242 bytes nvram, hpet irqs
main # [ 4.842658] systemd[1]: Mounted FUSE Control File System.
main # [ 4.851611] systemd[1]: Mounted /run/wrappers.
main # [ 4.857507] systemd[1]: Reached target Local File Systems.
main # [ 4.861130] systemd[1]: Listening on Boot Entries Service Socket.
main # [ 4.864825] systemd[1]: Starting Create SUID/SGID Wrappers...
main # [ 4.868148] systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
main # [ 4.872038] systemd[1]: Starting Save Transient machine-id to Disk...
main # [ 4.874429] systemd[1]: Starting Create System Files and Directories...
main # [ 4.898464] systemd[1]: Finished Create System Files and Directories.
main # [ 4.904141] systemd[1]: Starting Rebuild Journal Catalog...
main # [ 4.909907] systemd[1]: Starting Record System Boot/Shutdown in UTMP...
main # [ 5.157465] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0
main # [ 4.971812] systemd[1]: Finished Record System Boot/Shutdown in UTMP.
main # [ 5.006368] systemd[1]: Finished Save Transient machine-id to Disk.
main # [ 5.214988] i2c i2c-0: Memory type 0x07 not supported yet, not instantiating SPD
main # [ 5.022257] systemd[1]: Finished Rebuild Journal Catalog.
main # [ 5.024907] systemd[1]: Starting Update is Completed...
main # [ 5.243036] input: QEMU Virtio Keyboard as /devices/pci0000:00/0000:00:0a.0/virtio7/input/input4
main # [ 5.072907] systemd[1]: Finished Firewall.
main # [ 5.078906] systemd[1]: Finished Update is Completed.
main # [ 5.288818] cryptd: max_cpu_qlen set to 1000
main # [ 5.299309] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input6
main # [ 5.307959] bochs-drm 0000:00:02.0: vgaarb: deactivate vga console
main # [ 5.310543] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input5
main # [ 5.333247] AES CTR mode by8 optimization enabled
main # [ 5.348703] Console: switching to colour dummy device 80x25
main # [ 5.369218] [drm] Found bochs VGA, ID 0xb0c5.
main # [ 5.369989] [drm] Framebuffer size 16384 kB @ 0xfd000000, mmio @ 0xfebd0000.
main # [ 5.402648] [drm] Found EDID data blob.
main # [ 5.412174] [drm] Initialized bochs-drm 1.0.0 for 0000:00:02.0 on minor 0
main # [ 5.219684] systemd[1]: Starting Virtual Console Setup...
main # [ 5.433984] fbcon: bochs-drmdrmfb (fb0) is primary device
main # [ 5.540419] ppdev: user-space parallel port driver
main # [ 5.561945] Console: switching to colour frame buffer device 160x50
main # [ 5.673148] bochs-drm 0000:00:02.0: [drm] fb0: bochs-drmdrmfb frame buffer device
main # [ 5.358811] systemd[1]: suid-sgid-wrappers.service: Deactivated successfully.
main # [ 5.479272] systemd[1]: Finished Create SUID/SGID Wrappers.
main # [ 5.490563] systemd[1]: systemd-vconsole-setup.service: Deactivated successfully.
main # [ 5.493706] systemd[1]: Stopped Virtual Console Setup.
main # [ 5.509765] systemd[1]: Starting Virtual Console Setup...
main # [ 5.786376] kvm_amd: TSC scaling supported
main # [ 5.787041] kvm_amd: Nested Virtualization enabled
main # [ 5.787698] kvm_amd: Nested Paging enabled
main # [ 5.788317] kvm_amd: LBR virtualization supported
main # [ 5.792634] kvm_amd: Virtual VMLOAD VMSAVE supported
main # [ 5.793397] kvm_amd: Virtual GIF supported
main # [ 5.824489] EDAC MC: Ver: 3.0.0
main # [ 5.691351] m2vagna1pkpsyjisnk5kdcg4xmyzhvvv-mount-pstore.sh[407]: Persistent Storage backend was not registered in time.
main # [ 5.695683] systemd[1]: Finished mount-pstore.service.
main # [ 5.697428] systemd[1]: Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
main # [ 5.735296] systemd[1]: etc-machine\x2did.mount: Deactivated successfully.
main # [ 5.881994] systemd[1]: Finished Virtual Console Setup.
main # [ 5.883202] systemd[1]: Reached target System Initialization.
main # [ 5.884393] systemd[1]: Started Discard unused filesystem blocks once a week.
main # [ 5.885849] systemd[1]: Started Daily Cleanup of Temporary Directories.
main # [ 5.887302] systemd[1]: Reached target Timer Units.
main # [ 5.889202] systemd[1]: Listening on D-Bus System Message Bus Socket.
main # [ 5.890553] systemd[1]: Listening on Nix Daemon Socket.
main # [ 5.891869] systemd[1]: Listening on Hostname Service Socket.
main # [ 5.893965] systemd[1]: Reached target Socket Units.
main # [ 5.895102] systemd[1]: Reached target Basic System.
main # [ 5.897704] systemd[1]: Starting Kernel Auditing...
main # [ 5.901168] systemd[1]: Started backdoor.service.
main # [ 5.903668] systemd[1]: Starting Name Service Cache Daemon (nsncd)...
main # [ 5.907944] systemd[1]: Started Reset console on configuration changes.
main # [ 5.911742] systemd[1]: Starting resolvconf update...
main # [ 5.916144] systemd[1]: Starting D-Bus System Message Bus...
main # [ 5.955946] 3rxzdnyvjbdvydfddgywglnx88i4rgrp-audit-disable[699]: No rules
main # [ 5.967906] systemd[1]: Finished Kernel Auditing.
main # connecting to host...
main # [ 5.986548] systemd[1]: Started Name Service Cache Daemon (nsncd).
main # [ 5.989602] systemd[1]: Reached target Host and Network Name Lookups.
main # [ 5.994579] nsncd[694]: Nov 20 21:17:25.718 INFO started, config: Config { ignored_request_types: {}, worker_count: 8, handoff_timeout: 10s }, path: "/var/run/nscd/socket"
main # [ 5.998642] systemd[1]: Reached target User and Group Name Lookups.
main # [ 6.000894] systemd[1]: Starting User Login Management...
main: Guest shell says: b'Spawning backdoor root shell...\n'
main: connected to guest root shell
main: (connecting took 6.69 seconds)
main: (finished: waiting for the VM to finish booting, in 6.69 seconds)
main # [ 6.025221] dbus-daemon[697]: dbus[697]: Unknown username "systemd-timesync" in message bus configuration file
main # [ 6.059256] systemd[1]: Started D-Bus System Message Bus.
main # [ 6.082162] systemd[1]: Stopped target Host and Network Name Lookups.
main # [ 6.083858] systemd[1]: Stopping Host and Network Name Lookups...
main # [ 6.085250] systemd[1]: Stopped target User and Group Name Lookups.
main # [ 6.086562] systemd[1]: Stopping User and Group Name Lookups...
main # [ 6.092114] systemd[1]: Stopping Name Service Cache Daemon (nsncd)...
main # [ 6.097818] systemd[1]: nscd.service: Deactivated successfully.
main # [ 6.100858] systemd[1]: Stopped Name Service Cache Daemon (nsncd).
main # [ 6.103626] systemd[1]: Starting Name Service Cache Daemon (nsncd)...
main # [ 6.131769] systemd-logind[721]: New seat seat0.
main # [ 6.135232] systemd-logind[721]: Watching system buttons on /dev/input/event2 (Power Button)
main # [ 6.138411] systemd-logind[721]: Watching system buttons on /dev/input/event3 (QEMU Virtio Keyboard)
main # [ 6.142543] systemd-logind[721]: Watching system buttons on /dev/input/event0 (AT Translated Set 2 keyboard)
main # [ 6.146918] systemd[1]: Started User Login Management.
main # [ 6.168624] systemd[1]: Finished resolvconf update.
main # [ 6.170414] systemd[1]: Started Name Service Cache Daemon (nsncd).
main # [ 6.174437] nsncd[762]: Nov 20 21:17:25.903 INFO started, config: Config { ignored_request_types: {}, worker_count: 8, handoff_timeout: 10s }, path: "/var/run/nscd/socket"
main # [ 6.179340] systemd[1]: Reached target Preparation for Network.
main # [ 6.181383] systemd[1]: Reached target Host and Network Name Lookups.
main # [ 6.184130] systemd[1]: Reached target User and Group Name Lookups.
main # [ 6.187221] systemd[1]: Starting DHCP Client...
main # [ 6.189122] systemd[1]: Starting Address configuration of eth1...
main: (finished: must succeed: nix-env --version, in 6.90 seconds)
main: must succeed: nix config check
main # [ 6.263594] network-addresses-eth1-start[786]: adding address 192.168.1.1/24... done
main # [ 6.277300] network-addresses-eth1-start[786]: adding address 2001:db8:1::1/64... done
main # [ 6.293152] systemd[1]: Finished Address configuration of eth1.
main # [ 6.297960] systemd[1]: Starting Networking Setup...
main # [ 6.337765] dhcpcd[796]: dhcpcd-10.1.0 starting
main # [ 6.349501] dhcpcd[810]: dev: loaded udev
main # Running checks against store uri: local
main # [PASS] PATH contains only one nix version.
main # [PASS] All profiles are gcroots.
main # [PASS] Client protocol matches store protocol.
main # [INFO] You are trusted by store uri: local
main # [ 6.565506] 8021q: 802.1Q VLAN Support v1.8
main # [ 6.567386] 8021q: adding VLAN 0 to HW filter on device eth1
main: (finished: must succeed: nix config check, in 0.14 seconds)
main: must succeed: nix config show
main # [ 6.403088] systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
main # [ 6.465111] systemd[1]: Finished Networking Setup.
main # [ 6.467324] systemd[1]: Reached target Network.
main # [ 6.691780] cfg80211: Loading compiled-in X.509 certificates for regulatory database
main # [ 6.498567] systemd[1]: Starting Permit User Sessions...
main # [ 6.715122] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
main # [ 6.718000] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
main # [ 6.724229] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
main # [ 6.725460] cfg80211: failed to load regulatory.db
main: (finished: must succeed: nix config show, in 0.16 seconds)
Nix version: nix-env (Nix) 2.28.5
“nix config check” output:
Nix config:
abort-on-warn = false
access-tokens =
allow-dirty = true
allow-import-from-derivation = true
allow-new-privileges = false
allow-symlinked-store = false
allow-unsafe-native-code-during-evaluation = false
allowed-impure-host-deps =
allowed-uris =
allowed-users = *
always-allow-substitutes = false
auto-allocate-uids = true
auto-optimise-store = false
bash-prompt =
bash-prompt-prefix =
bash-prompt-suffix =
build-dir =
build-hook = /nix/store/x92x70hdpnpdblgnvpyar7nbvp8h74nb-nix-2.28.5/bin/nix __build-remote
build-poll-interval = 5
build-users-group = nixbld
builders =
builders-use-substitutes = false
compress-build-log = true
connect-timeout = 0
cores = 0
debugger-on-trace = false
debugger-on-warn = false
diff-hook =
download-attempts = 5
download-buffer-size = 67108864
download-speed = 0
eval-cache = true
eval-system =
experimental-features = auto-allocate-uids nix-command
extra-platforms = i686-linux x86_64-v1-linux x86_64-v2-linux x86_64-v3-linux
fallback = false
filter-syscalls = true
fsync-metadata = true
fsync-store-paths = false
gc-reserved-space = 8388608
hashed-mirrors =
http-connections = 25
http2 = true
id-count = 8388608
ignore-try = false
ignored-acls = security.csm security.selinux system.nfs4_acl
impersonate-linux-26 = false
keep-build-log = true
keep-derivations = true
keep-env-derivations = false
keep-failed = false
keep-going = false
keep-outputs = false
log-lines = 25
max-build-log-size = 0
max-call-depth = 10000
max-free = 9223372036854775807
max-jobs = 1
max-silent-time = 0
max-substitution-jobs = 16
min-free = 0
min-free-check-interval = 5
nar-buffer-size = 33554432
narinfo-cache-negative-ttl = 3600
narinfo-cache-positive-ttl = 2592000
netrc-file = /etc/nix/netrc
nix-path = nixpkgs=/nix/var/nix/profiles/per-user/root/channels/nixos nixos-config=/etc/nixos/configuration.nix /nix/var/nix/profiles/per-user/root/channels
nix-shell-always-looks-for-shell-nix = true
nix-shell-shebang-arguments-relative-to-script = true
plugin-files =
post-build-hook =
pre-build-hook =
preallocate-contents = false
print-missing = true
pure-eval = true
require-drop-supplementary-groups = true
require-sigs = true
restrict-eval = false
run-diff-hook = false
sandbox = true
sandbox-build-dir = /build
sandbox-dev-shm-size = 50%
sandbox-fallback = false
sandbox-paths = /bin/sh=/nix/store/yv4kz5qk38y7x5x5rg8a5lmgd9pcd09n-busybox-1.36.1/bin/busybox
secret-key-files =
show-trace = false
ssl-cert-file = /etc/ssl/certs/ca-certificates.crt
stalled-download-timeout = 300
start-id = 872415232
store = auto
substitute = true
substituters = https://cache.nixos.org/
sync-before-registering = false
system = x86_64-linux
system-features = benchmark big-parallel kvm nixos-test
tarball-ttl = 3600
timeout = 0
trace-function-calls = false
trace-verbose = false
trust-tarballs-from-git-forges = true
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
trusted-substituters =
trusted-users = root
upgrade-nix-store-path-url = https://github.com/NixOS/nixpkgs/raw/master/nixos/modules/installer/tools/nix-fallback-paths.nix
use-case-hack = false
use-cgroups = false
use-sqlite-wal = true
use-xdg-base-directories = false
user-agent-suffix =
warn-dirty = true
warn-large-path-threshold = 0
cleanup
kill machine (pid 11)
qemu-system-x86_64: terminating on signal 15 from pid 8 (/nix/store/jd20rkmqmkfkcvk2wl2lmzz7acq4svlr-python3-3.12.12/bin/python3.12)
kill vlan (pid 9)
(finished: cleanup, in 0.00 seconds)
Traceback (most recent call last):
File "/nix/store/8hd48cx1f75v08n9js2nlw58xk07knav-nixos-test-driver-1.1/bin/.nixos-test-driver-wrapped", line 9, in <module>
sys.exit(main())
^^^^^^
File "/nix/store/8hd48cx1f75v08n9js2nlw58xk07knav-nixos-test-driver-1.1/lib/python3.12/site-packages/test_driver/__init__.py", line 152, in main
driver.run_tests()
File "/nix/store/8hd48cx1f75v08n9js2nlw58xk07knav-nixos-test-driver-1.1/lib/python3.12/site-packages/test_driver/driver.py", line 235, in run_tests
self.test_script()
File "/nix/store/8hd48cx1f75v08n9js2nlw58xk07knav-nixos-test-driver-1.1/lib/python3.12/site-packages/test_driver/driver.py", line 199, in test_script
exec(self.tests, symbols, None)
File "<string>", line 18, in <module>
RuntimeError: “uid-range” was not in system-features
Checklist
- checked latest Nix manual (source)
- checked open bug issues and pull requests for possible duplicates
Add 👍 to issues you find important.