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