nixbot

builds

succeeded setup checks.aarch64-linux.package · build #3 · raw

1this derivation will be built:2 /nix/store/zm7n1a2f7sk9dqyfa59mvd0y17sjzfkp-flakelet-relay-0.1.0.drv3Failed to find a machine for remote build!4derivation: zm7n1a2f7sk9dqyfa59mvd0y17sjzfkp-flakelet-relay-0.1.0.drv5required (system, features): (aarch64-linux, [])61 available machines:7(systems, maxjobs, supportedFeatures, mandatoryFeatures)8([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], [])9error: Cannot build '/nix/store/zm7n1a2f7sk9dqyfa59mvd0y17sjzfkp-flakelet-relay-0.1.0.drv'.10 Reason: builder failed with exit code 101.11 Output paths:12 /nix/store/c2dnsifch7hb1784kizpw389xhh1bn3s-flakelet-relay-0.1.013 Last 25 log lines:14 > default configurePhase, nothing to do15 > Running phase: buildPhase16 > +++ command cargo --version17 > cargo 1.97.0 (c980f4866 2026-06-30)18 > +++ command cargo build --release --message-format json-render-diagnostics --locked19 > Compiling flakelet-relay v0.1.0 (/build/source)20 > error[E0061]: this function takes 1 argument but 2 arguments were supplied21 > --> src/agent/conn.rs:41:1722 > |23 > 41 | let _ = sd_notify::notify(false, &[sd_notify::NotifyState::Status(&s)]);24 > | ^^^^^^^^^^^^^^^^^ ----- unexpected argument #1 of type `bool`25 > |26 > note: function defined here27 > --> /nix/store/ch5n9vlhyhxzkqr821k60s0vv89g9kgr-vendor-cargo-deps/c19b7c6f923b580ac259164a89f2577984ad5ab09ee9d583b888f934adbbe8d0/sd-notify-0.5.0/src/lib.rs:178:828 > |29 > 178 | pub fn notify(state: &[NotifyState]) -> io::Result<()> {30 > | ^^^^^^31 > help: remove the extra argument32 > |33 > 41 - let _ = sd_notify::notify(false, &[sd_notify::NotifyState::Status(&s)]);34 > 41 + let _ = sd_notify::notify(&[sd_notify::NotifyState::Status(&s)]);35 > |36 >37 > For more information about this error, try `rustc --explain E0061`.38 > error: could not compile `flakelet-relay` (lib) due to 1 previous error39 For full logs, run:40 nix log /nix/store/zm7n1a2f7sk9dqyfa59mvd0y17sjzfkp-flakelet-relay-0.1.0.drv