nixbot

builds

failed flakelet-0.1.0 checks.aarch64-linux.package · build #48 · raw

1tribuchet: building on eliza
unpackPhase
2unpacking source archive /nix/store/c7f1d9d4q4nw8zn7nn9si1f0k444vaqf-source3source root is source4Executing cargoSetupPostUnpackHook5Finished cargoSetupPostUnpackHook
patchPhase
6Executing cargoSetupPostPatchHook7Validating consistency between /build/source/Cargo.lock and /build/cargo-vendor-dir/Cargo.lock8Finished cargoSetupPostPatchHook
buildPhase
9Executing cargoBuildHook10cargoBuildHook flags: -j 24 --target aarch64-unknown-linux-gnu --offline --profile release11 Compiling proc-macro2 v1.0.10712 Compiling unicode-ident v1.0.2413 Compiling quote v1.0.4714 Compiling serde_core v1.0.22915 Compiling libc v0.2.18916 Compiling zmij v1.0.2317 Compiling rustix v1.1.418 Compiling getrandom v0.4.319 Compiling thiserror v2.0.1920 Compiling serde_json v1.0.15121 Compiling serde v1.0.22922 Compiling bitflags v2.13.123 Compiling cfg-if v1.0.424 Compiling linux-raw-sys v0.12.125 Compiling once_cell v1.21.426 Compiling memchr v2.8.327 Compiling itoa v1.0.1828 Compiling fastrand v2.5.029 Compiling lexopt v0.3.230 Compiling syn v3.0.331 Compiling thiserror-impl v2.0.1932 Compiling serde_derive v1.0.22933 Compiling tempfile v3.27.034 Compiling flakelet-core v0.1.0 (/build/source/flakelet-core)35error[E0425]: cannot find function `remove` in module `systemd`36 --> flakelet-core/src/manager.rs:186:2237 |38186 | systemd::remove(&m.units)?;39 | ^^^^^^ not found in `systemd`4041error[E0425]: cannot find function `remove` in module `systemd`42 --> flakelet-core/src/manager.rs:557:2243 |44557 | systemd::remove(&m.units)?;45 | ^^^^^^ not found in `systemd`4647error[E0425]: cannot find function `stop` in module `systemd`48 --> flakelet-core/src/manager.rs:756:1849 |50756 | systemd::stop(&units)?;51 | ^^^^ not found in `systemd`5253error[E0425]: cannot find function `stop` in module `systemd`54 --> flakelet-core/src/manager.rs:956:3055 |56956 | let _ = systemd::stop(&artifact.units);57 | ^^^^ not found in `systemd`5859error[E0425]: cannot find function `remove_except` in this scope60 --> flakelet-core/src/systemd.rs:75:561 |6275 | remove_except(old, &keep)?;63 | ^^^^^^^^^^^^^ not found in this scope6465For more information about this error, try `rustc --explain E0425`.66error: could not compile `flakelet-core` (lib) due to 5 previous errors