nixbot

builds

Mic92/flakelet-relay build #3 failed

branch main · PR #3 · commit ec7b442a7f · · took 13s · eval 11s

3 failed
failed attributes
status attribute duration
failed checks.aarch64-linux.package 4s
flakelet-relay-0.1.0: | ^^^^^^ help: remove the extra argument | 41 - let _ = sd_notify::notify(false, &[sd_notify::NotifyState::Status( …
flakelet-relay-0.1.0:
    |        ^^^^^^
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
dependency failed checks.x86_64-linux.nixos-test
failed checks.x86_64-linux.package 4s
flakelet-relay-0.1.0: | ^^^^^^ help: remove the extra argument | 41 - let _ = sd_notify::notify(false, &[sd_notify::NotifyState::Status( …
flakelet-relay-0.1.0:
    |        ^^^^^^
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
2 succeeded
succeeded attributes
status attribute duration
loading…
2 already built
skipped attributes
status attribute duration
loading…