setup
checks.x86_64-linux.package
· build #48
· raw
1this derivation will be built:2 /nix/store/512yyyspa8lfb6j23g511zrl2zy7rkj6-flakelet-0.1.0.drv3error: Cannot build '/nix/store/512yyyspa8lfb6j23g511zrl2zy7rkj6-flakelet-0.1.0.drv'.4 Reason: builder failed with exit code 101.5 Output paths:6 /nix/store/idq0s7zid23hjbn1ha2cv1afh8r7k33i-flakelet-0.1.07 Last 25 log lines:8 > --> flakelet-core/src/manager.rs:557:229 > |10 > 557 | systemd::remove(&m.units)?;11 > | ^^^^^^ not found in `systemd`12 >13 > error[E0425]: cannot find function `stop` in module `systemd`14 > --> flakelet-core/src/manager.rs:756:1815 > |16 > 756 | systemd::stop(&units)?;17 > | ^^^^ not found in `systemd`18 >19 > error[E0425]: cannot find function `stop` in module `systemd`20 > --> flakelet-core/src/manager.rs:956:3021 > |22 > 956 | let _ = systemd::stop(&artifact.units);23 > | ^^^^ not found in `systemd`24 >25 > error[E0425]: cannot find function `remove_except` in this scope26 > --> flakelet-core/src/systemd.rs:75:527 > |28 > 75 | remove_except(old, &keep)?;29 > | ^^^^^^^^^^^^^ not found in this scope30 >31 > For more information about this error, try `rustc --explain E0425`.32 > error: could not compile `flakelet-core` (lib) due to 5 previous errors33 For full logs, run:34 nix log /nix/store/512yyyspa8lfb6j23g511zrl2zy7rkj6-flakelet-0.1.0.drv