setup
checks.x86_64-linux.package
· build #2
· raw
1these 6 derivations will be built:2 /nix/store/rqmsn22d43znih50g1692ji7gxzahrgl-vendor-registry.drv3 /nix/store/9mcn9g3862rn8x5xlb6zrqqqza4yp6pa-vendor-cargo-deps.drv4 /nix/store/4z49q1x798aj8himvp2bgw0lrd6pd1l2-Cargo.toml.drv5 /nix/store/hknddnl19bb7d5ycqv4js2rd06kx6d3k-source.drv6 /nix/store/1824cv4491hzlrcmnszx4hry62q2v08v-flakelet-relay-deps-0.1.0.drv7 /nix/store/7f7yswq1ws0q7hj6a7n8r4pcrlsvzs86-flakelet-relay-0.1.0.drv8error: Cannot build '/nix/store/7f7yswq1ws0q7hj6a7n8r4pcrlsvzs86-flakelet-relay-0.1.0.drv'.9 Reason: builder failed with exit code 101.10 Output paths:11 /nix/store/5ggb6afzf0609qr9fdcb03z2k5rlk2hj-flakelet-relay-0.1.012 Last 25 log lines:13 > default configurePhase, nothing to do14 > Running phase: buildPhase15 > +++ command cargo --version16 > cargo 1.97.0 (c980f4866 2026-06-30)17 > +++ command cargo build --release --message-format json-render-diagnostics --locked18 > Compiling flakelet-relay v0.1.0 (/build/source)19 > error[E0061]: this function takes 1 argument but 2 arguments were supplied20 > --> src/agent/conn.rs:41:1721 > |22 > 41 | let _ = sd_notify::notify(false, &[sd_notify::NotifyState::Status(&s)]);23 > | ^^^^^^^^^^^^^^^^^ ----- unexpected argument #1 of type `bool`24 > |25 > note: function defined here26 > --> /nix/store/1k3vxv1jmzl64miswmvcqni1y6q5q72z-vendor-cargo-deps/c19b7c6f923b580ac259164a89f2577984ad5ab09ee9d583b888f934adbbe8d0/sd-notify-0.5.0/src/lib.rs:178:827 > |28 > 178 | pub fn notify(state: &[NotifyState]) -> io::Result<()> {29 > | ^^^^^^30 > help: remove the extra argument31 > |32 > 41 - let _ = sd_notify::notify(false, &[sd_notify::NotifyState::Status(&s)]);33 > 41 + let _ = sd_notify::notify(&[sd_notify::NotifyState::Status(&s)]);34 > |35 >36 > For more information about this error, try `rustc --explain E0061`.37 > error: could not compile `flakelet-relay` (lib) due to 1 previous error38 For full logs, run:39 nix log /nix/store/7f7yswq1ws0q7hj6a7n8r4pcrlsvzs86-flakelet-relay-0.1.0.drv