setup
checks.aarch64-linux.package
· build #48
· raw
1this derivation will be built:2 /nix/store/9l7ngxw224wp1x8y5qm33wvdshf2iyhz-flakelet-0.1.0.drv3Failed to find a machine for remote build!4derivation: 9l7ngxw224wp1x8y5qm33wvdshf2iyhz-flakelet-0.1.0.drv5required (system, features): (aarch64-linux, [])61 available machines:7(systems, maxjobs, supportedFeatures, mandatoryFeatures)8([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], [])9error: Cannot build '/nix/store/9l7ngxw224wp1x8y5qm33wvdshf2iyhz-flakelet-0.1.0.drv'.10 Reason: builder failed with exit code 101.11 Output paths:12 /nix/store/gfhlma99s4x1qlchfsppizz3sk47c0rx-flakelet-0.1.013 Last 25 log lines:14 > --> flakelet-core/src/manager.rs:557:2215 > |16 > 557 | systemd::remove(&m.units)?;17 > | ^^^^^^ not found in `systemd`18 >19 > error[E0425]: cannot find function `stop` in module `systemd`20 > --> flakelet-core/src/manager.rs:756:1821 > |22 > 756 | systemd::stop(&units)?;23 > | ^^^^ not found in `systemd`24 >25 > error[E0425]: cannot find function `stop` in module `systemd`26 > --> flakelet-core/src/manager.rs:956:3027 > |28 > 956 | let _ = systemd::stop(&artifact.units);29 > | ^^^^ not found in `systemd`30 >31 > error[E0425]: cannot find function `remove_except` in this scope32 > --> flakelet-core/src/systemd.rs:75:533 > |34 > 75 | remove_except(old, &keep)?;35 > | ^^^^^^^^^^^^^ not found in this scope36 >37 > For more information about this error, try `rustc --explain E0425`.38 > error: could not compile `flakelet-core` (lib) due to 5 previous errors39 For full logs, run:40 nix log /nix/store/9l7ngxw224wp1x8y5qm33wvdshf2iyhz-flakelet-0.1.0.drv