nixbot

builds

Mic92/flakelet-relay build #1 failed

branch main · commit 9dd07e9cc4 · · took 1m 0s · eval 14s

3 failed
failed attributes
status attribute duration
failed checks.aarch64-linux.package 53s
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 38s
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
4 succeeded
succeeded attributes
status attribute duration
loading…