nixbot

builds

succeeded setup checks.x86_64-linux.package · build #4 · raw

1this derivation will be built:2 /nix/store/009z4gqgdcppwpy0z1v3jbzq4jjz788q-flakelet-relay-0.1.0.drv3error: Cannot build '/nix/store/009z4gqgdcppwpy0z1v3jbzq4jjz788q-flakelet-relay-0.1.0.drv'.4 Reason: builder failed with exit code 101.5 Output paths:6 /nix/store/lsj4szs0mxa1xmwrijc8iyi3y8l0xdga-flakelet-relay-0.1.07 Last 25 log lines:8 > default configurePhase, nothing to do9 > Running phase: buildPhase10 > +++ command cargo --version11 > cargo 1.97.0 (c980f4866 2026-06-30)12 > +++ command cargo build --release --message-format json-render-diagnostics --locked13 > Compiling flakelet-relay v0.1.0 (/build/source)14 > error[E0061]: this function takes 1 argument but 2 arguments were supplied15 > --> src/agent/conn.rs:41:1716 > |17 > 41 | let _ = sd_notify::notify(false, &[sd_notify::NotifyState::Status(&s)]);18 > | ^^^^^^^^^^^^^^^^^ ----- unexpected argument #1 of type `bool`19 > |20 > note: function defined here21 > --> /nix/store/1k3vxv1jmzl64miswmvcqni1y6q5q72z-vendor-cargo-deps/c19b7c6f923b580ac259164a89f2577984ad5ab09ee9d583b888f934adbbe8d0/sd-notify-0.5.0/src/lib.rs:178:822 > |23 > 178 | pub fn notify(state: &[NotifyState]) -> io::Result<()> {24 > | ^^^^^^25 > help: remove the extra argument26 > |27 > 41 - let _ = sd_notify::notify(false, &[sd_notify::NotifyState::Status(&s)]);28 > 41 + let _ = sd_notify::notify(&[sd_notify::NotifyState::Status(&s)]);29 > |30 >31 > For more information about this error, try `rustc --explain E0061`.32 > error: could not compile `flakelet-relay` (lib) due to 1 previous error33 For full logs, run:34 nix log /nix/store/009z4gqgdcppwpy0z1v3jbzq4jjz788q-flakelet-relay-0.1.0.drv