these 10 derivations will be built: /nix/store/yyb4lrp53dg98g11z9b4s3bzqqbvd1rr-config.toml.drv /nix/store/vpbj52zndpg3sv0h4qwcgwmr8i6c9c2p-pre-start.drv /nix/store/s7irj0lximkcsqmb3ygv0ic0ysrs72vh-unit-telegraf.service.drv /nix/store/9qcdgqndg5lv0js01r3bijibs1ss7xv9-flakelet-agent.json.drv /nix/store/sahhg4793czd7n2nq48va46v03phz68p-flakelet-relay-0.1.0.drv /nix/store/sdd5mfjhjgl6z605hpnnixir82d622r4-unit-flakelet-agent.service.drv /nix/store/851qgy2rdb00462yx449yp5xpdgwdiyd-system-units.drv /nix/store/rqyf247frkwvdnw0b6893gzyfxyd2inp-etc.drv /nix/store/q5jrzxfs1z001hngfgjiawscgbbnqv6m-activate.drv /nix/store/wx75m974p7nbkcj7asif5db5fzz3alfp-nixos-system-eva-26.11.20260903.b21757b.drv Failed to find a machine for remote build! derivation: sahhg4793czd7n2nq48va46v03phz68p-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/yyb4lrp53dg98g11z9b4s3bzqqbvd1rr-config.toml.drv' building '/nix/store/9qcdgqndg5lv0js01r3bijibs1ss7xv9-flakelet-agent.json.drv' building '/nix/store/sahhg4793czd7n2nq48va46v03phz68p-flakelet-relay-0.1.0.drv' config.toml> tribuchet: building on eliza flakelet-agent.json> tribuchet: building on eliza flakelet-relay-0.1.0> tribuchet: building on eliza config.toml> structuredAttrs is enabled flakelet-agent.json> structuredAttrs is enabled building '/nix/store/vpbj52zndpg3sv0h4qwcgwmr8i6c9c2p-pre-start.drv' pre-start> tribuchet: building on eliza flakelet-relay-0.1.0> Running phase: unpackPhase flakelet-relay-0.1.0> unpacking source archive /nix/store/9is681niz5rq3j62s03ms1bdpgr7xzaq-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/k9y87rjr0b4pkhgb60s882s3wqi5p8qj-flakelet-relay-deps-0.1.0/target.tar.zst to target building '/nix/store/s7irj0lximkcsqmb3ygv0ic0ysrs72vh-unit-telegraf.service.drv' 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/r7n6bplmbrw7r5k0yky01dwx2c58ypx3-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 unit-telegraf.service> tribuchet: building on eliza flakelet-relay-0.1.0> Compiling flakelet-relay v0.1.0 (/build/source) unit-telegraf.service> structuredAttrs is enabled 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/r7n6bplmbrw7r5k0yky01dwx2c58ypx3-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/sahhg4793czd7n2nq48va46v03phz68p-flakelet-relay-0.1.0.drv'. Reason: builder failed with exit code 101. Output paths: /nix/store/10k5kg02gfbzqrwhbxk4zxiaisgzf2hd-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/r7n6bplmbrw7r5k0yky01dwx2c58ypx3-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/sahhg4793czd7n2nq48va46v03phz68p-flakelet-relay-0.1.0.drv error: Cannot build '/nix/store/sdd5mfjhjgl6z605hpnnixir82d622r4-unit-flakelet-agent.service.drv'. Reason: 1 dependency failed. Output paths: /nix/store/n93y8n9qz26a97q5cpvms8bkmb5ji1dy-unit-flakelet-agent.service error: Cannot build '/nix/store/851qgy2rdb00462yx449yp5xpdgwdiyd-system-units.drv'. Reason: 1 dependency failed. Output paths: /nix/store/1ysq1zifxdga1zp5aahpsjla05smia1l-system-units error: Cannot build '/nix/store/rqyf247frkwvdnw0b6893gzyfxyd2inp-etc.drv'. Reason: 1 dependency failed. Output paths: /nix/store/acjvi5w1ij5ab5a13x0yxd98lgr8xgzk-etc error: Cannot build '/nix/store/q5jrzxfs1z001hngfgjiawscgbbnqv6m-activate.drv'. Reason: 1 dependency failed. Output paths: /nix/store/pz19m80hyvifd51ygs0d1w6qigkwhgj9-activate error: Cannot build '/nix/store/wx75m974p7nbkcj7asif5db5fzz3alfp-nixos-system-eva-26.11.20260903.b21757b.drv'. Reason: 2 dependencies failed. Output paths: /nix/store/ibzyjyhfixgs7xdz12viwg3hszi76dhz-nixos-system-eva-26.11.20260903.b21757b