this derivation will be built: /nix/store/6xy1q3cff096x5vdgvqbsz0098m8zmvf-flakelet-relay-0.1.0.drv building '/nix/store/6xy1q3cff096x5vdgvqbsz0098m8zmvf-flakelet-relay-0.1.0.drv' flakelet-relay-0.1.0> tribuchet: building on jamie flakelet-relay-0.1.0> Running phase: unpackPhase flakelet-relay-0.1.0> unpacking source archive /nix/store/d92km90np7pg1nzdz1h36rrxq0jz2k93-source flakelet-relay-0.1.0> source root is source flakelet-relay-0.1.0> Running phase: patchPhase flakelet-relay-0.1.0> Executing configureCargoCommonVars flakelet-relay-0.1.0> decompressing cargo artifacts from /nix/store/5jghcyr2ypd4cvkmrapp38rqvfg2b98a-flakelet-relay-deps-0.1.0/target.tar.zst to target flakelet-relay-0.1.0> Running phase: updateAutotoolsGnuConfigScriptsPhase flakelet-relay-0.1.0> Running phase: configurePhase flakelet-relay-0.1.0> will append /build/source/.cargo-home/config.toml with contents of /nix/store/1k3vxv1jmzl64miswmvcqni1y6q5q72z-vendor-cargo-deps/config.toml flakelet-relay-0.1.0> default configurePhase, nothing to do flakelet-relay-0.1.0> Running phase: buildPhase flakelet-relay-0.1.0> +++ command cargo --version flakelet-relay-0.1.0> cargo 1.97.0 (c980f4866 2026-06-30) flakelet-relay-0.1.0> +++ command cargo build --release --message-format json-render-diagnostics --locked flakelet-relay-0.1.0> Compiling flakelet-relay v0.1.0 (/build/source) flakelet-relay-0.1.0> error[E0061]: this function takes 1 argument but 2 arguments were supplied flakelet-relay-0.1.0> --> src/agent/conn.rs:41:17 flakelet-relay-0.1.0> | flakelet-relay-0.1.0> 41 | let _ = sd_notify::notify(false, &[sd_notify::NotifyState::Status(&s)]); flakelet-relay-0.1.0> | ^^^^^^^^^^^^^^^^^ ----- unexpected argument #1 of type `bool` flakelet-relay-0.1.0> | flakelet-relay-0.1.0> note: function defined here flakelet-relay-0.1.0> --> /nix/store/1k3vxv1jmzl64miswmvcqni1y6q5q72z-vendor-cargo-deps/c19b7c6f923b580ac259164a89f2577984ad5ab09ee9d583b888f934adbbe8d0/sd-notify-0.5.0/src/lib.rs:178:8 flakelet-relay-0.1.0> | flakelet-relay-0.1.0> 178 | pub fn notify(state: &[NotifyState]) -> io::Result<()> { flakelet-relay-0.1.0> | ^^^^^^ flakelet-relay-0.1.0> help: remove the extra argument flakelet-relay-0.1.0> | flakelet-relay-0.1.0> 41 - let _ = sd_notify::notify(false, &[sd_notify::NotifyState::Status(&s)]); flakelet-relay-0.1.0> 41 + let _ = sd_notify::notify(&[sd_notify::NotifyState::Status(&s)]); flakelet-relay-0.1.0> | flakelet-relay-0.1.0> flakelet-relay-0.1.0> For more information about this error, try `rustc --explain E0061`. flakelet-relay-0.1.0> error: could not compile `flakelet-relay` (lib) due to 1 previous error error: Cannot build '/nix/store/6xy1q3cff096x5vdgvqbsz0098m8zmvf-flakelet-relay-0.1.0.drv'. Reason: builder failed with exit code 101. Output paths: /nix/store/3vhnzi8jdwn6y4a8nl43g38wyjhns85j-flakelet-relay-0.1.0 Last 25 log lines: > default configurePhase, nothing to do > Running phase: buildPhase > +++ command cargo --version > cargo 1.97.0 (c980f4866 2026-06-30) > +++ command cargo build --release --message-format json-render-diagnostics --locked > Compiling flakelet-relay v0.1.0 (/build/source) > error[E0061]: this function takes 1 argument but 2 arguments were supplied > --> src/agent/conn.rs:41:17 > | > 41 | let _ = sd_notify::notify(false, &[sd_notify::NotifyState::Status(&s)]); > | ^^^^^^^^^^^^^^^^^ ----- unexpected argument #1 of type `bool` > | > note: function defined here > --> /nix/store/1k3vxv1jmzl64miswmvcqni1y6q5q72z-vendor-cargo-deps/c19b7c6f923b580ac259164a89f2577984ad5ab09ee9d583b888f934adbbe8d0/sd-notify-0.5.0/src/lib.rs:178:8 > | > 178 | pub fn notify(state: &[NotifyState]) -> io::Result<()> { > | ^^^^^^ > help: remove the extra argument > | > 41 - let _ = sd_notify::notify(false, &[sd_notify::NotifyState::Status(&s)]); > 41 + let _ = sd_notify::notify(&[sd_notify::NotifyState::Status(&s)]); > | > > For more information about this error, try `rustc --explain E0061`. > error: could not compile `flakelet-relay` (lib) due to 1 previous error For full logs, run: nix log /nix/store/6xy1q3cff096x5vdgvqbsz0098m8zmvf-flakelet-relay-0.1.0.drv