this derivation will be built: /nix/store/h82sykf87m4ivjxw00rrsdmj7xjxha6c-flakelet-relay-0.1.0.drv Failed to find a machine for remote build! derivation: h82sykf87m4ivjxw00rrsdmj7xjxha6c-flakelet-relay-0.1.0.drv required (system, features): (aarch64-linux, []) 1 available machines: (systems, maxjobs, supportedFeatures, mandatoryFeatures) ([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], []) building '/nix/store/h82sykf87m4ivjxw00rrsdmj7xjxha6c-flakelet-relay-0.1.0.drv' flakelet-relay-0.1.0> tribuchet: building on eliza flakelet-relay-0.1.0> Running phase: unpackPhase flakelet-relay-0.1.0> unpacking source archive /nix/store/cy3jd20a5433jrz4sr7qna7pshf8f7zi-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/7z9aj0wappcn9fyrlzbp75ykaj763dab-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/ch5n9vlhyhxzkqr821k60s0vv89g9kgr-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/ch5n9vlhyhxzkqr821k60s0vv89g9kgr-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/h82sykf87m4ivjxw00rrsdmj7xjxha6c-flakelet-relay-0.1.0.drv'. Reason: builder failed with exit code 101. Output paths: /nix/store/n9vk2sp9xa8d0cml5z64iiksm3jyv5dl-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/ch5n9vlhyhxzkqr821k60s0vv89g9kgr-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/h82sykf87m4ivjxw00rrsdmj7xjxha6c-flakelet-relay-0.1.0.drv