nixbot

builds

failed flakelet-relay-0.1.0 checks.x86_64-linux.nixos-eva · build #542 · raw

1tribuchet: building on eliza
unpackPhase
2unpacking source archive /nix/store/9is681niz5rq3j62s03ms1bdpgr7xzaq-source3source root is source
patchPhase
4Executing configureCargoCommonVars5decompressing cargo artifacts from /nix/store/k9y87rjr0b4pkhgb60s882s3wqi5p8qj-flakelet-relay-deps-0.1.0/target.tar.zst to target
configurePhase
6will append /build/source/.cargo-home/config.toml with contents of /nix/store/r7n6bplmbrw7r5k0yky01dwx2c58ypx3-vendor-cargo-deps/config.toml7default configurePhase, nothing to do
buildPhase
8+++ command cargo --version9cargo 1.97.0 (c980f4866 2026-06-30)10+++ command cargo build --release --message-format json-render-diagnostics --locked11 Compiling flakelet-relay v0.1.0 (/build/source)12error[E0061]: this function takes 1 argument but 2 arguments were supplied13 --> src/agent/conn.rs:41:1714 |15 41 | let _ = sd_notify::notify(false, &[sd_notify::NotifyState::Status(&s)]);16 | ^^^^^^^^^^^^^^^^^ ----- unexpected argument #1 of type `bool`17 |18note: function defined here19 --> /nix/store/r7n6bplmbrw7r5k0yky01dwx2c58ypx3-vendor-cargo-deps/c19b7c6f923b580ac259164a89f2577984ad5ab09ee9d583b888f934adbbe8d0/sd-notify-0.5.0/src/lib.rs:178:820 |21178 | pub fn notify(state: &[NotifyState]) -> io::Result<()> {22 | ^^^^^^23help: remove the extra argument24 |25 41 - let _ = sd_notify::notify(false, &[sd_notify::NotifyState::Status(&s)]);26 41 + let _ = sd_notify::notify(&[sd_notify::NotifyState::Status(&s)]);27 |2829For more information about this error, try `rustc --explain E0061`.30error: could not compile `flakelet-relay` (lib) due to 1 previous error