tribuchet: building on jamie Running phase: unpackPhase unpacking source archive /nix/store/c7f1d9d4q4nw8zn7nn9si1f0k444vaqf-source source root is source Executing cargoSetupPostUnpackHook Finished cargoSetupPostUnpackHook Running phase: patchPhase Executing cargoSetupPostPatchHook Validating consistency between /build/source/Cargo.lock and /build/cargo-vendor-dir/Cargo.lock Finished cargoSetupPostPatchHook Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase Running phase: buildPhase Executing cargoBuildHook cargoBuildHook flags: -j 24 --target x86_64-unknown-linux-gnu --offline --profile release Compiling proc-macro2 v1.0.107 Compiling quote v1.0.47 Compiling unicode-ident v1.0.24 Compiling serde_core v1.0.229 Compiling libc v0.2.189 Compiling zmij v1.0.23 Compiling rustix v1.1.4 Compiling getrandom v0.4.3 Compiling serde v1.0.229 Compiling bitflags v2.13.1 Compiling cfg-if v1.0.4 Compiling serde_json v1.0.151 Compiling linux-raw-sys v0.12.1 Compiling thiserror v2.0.19 Compiling itoa v1.0.18 Compiling memchr v2.8.3 Compiling once_cell v1.21.4 Compiling fastrand v2.5.0 Compiling lexopt v0.3.2 Compiling syn v3.0.3 Compiling thiserror-impl v2.0.19 Compiling serde_derive v1.0.229 Compiling tempfile v3.27.0 Compiling flakelet-core v0.1.0 (/build/source/flakelet-core) error[E0425]: cannot find function `remove` in module `systemd` --> flakelet-core/src/manager.rs:186:22 | 186 | systemd::remove(&m.units)?; | ^^^^^^ not found in `systemd` error[E0425]: cannot find function `remove` in module `systemd` --> flakelet-core/src/manager.rs:557:22 | 557 | systemd::remove(&m.units)?; | ^^^^^^ not found in `systemd` error[E0425]: cannot find function `stop` in module `systemd` --> flakelet-core/src/manager.rs:756:18 | 756 | systemd::stop(&units)?; | ^^^^ not found in `systemd` error[E0425]: cannot find function `stop` in module `systemd` --> flakelet-core/src/manager.rs:956:30 | 956 | let _ = systemd::stop(&artifact.units); | ^^^^ not found in `systemd` error[E0425]: cannot find function `remove_except` in this scope --> flakelet-core/src/systemd.rs:75:5 | 75 | remove_except(old, &keep)?; | ^^^^^^^^^^^^^ not found in this scope For more information about this error, try `rustc --explain E0425`. error: could not compile `flakelet-core` (lib) due to 5 previous errors