nixbot

builds

failed tribuchet-0.1.0 x86_64-linux.package-default · build #136 · raw

1tribuchet: building on jamie
unpackPhase
2unpacking source archive /nix/store/55c91iy92n0a6rrwkspl4pikvjl9n5in-source3source root is source
patchPhase
4Executing configureCargoCommonVars5decompressing cargo artifacts from /nix/store/bix74wldbsvmrcjv6q84wblyjs76i43x-tribuchet-deps-0.1.0/target.tar.zst to target
configurePhase
6will append /build/source/.cargo-home/config.toml with contents of /nix/store/faqxbv1prhs7cnnldx15zlqa9hm5zc2h-vendor-cargo-deps/config.toml7default configurePhase, nothing to do
buildPhase
8+++ command cargo --version9cargo 1.96.2 (356927216 2026-06-26)10+++ command cargo build --release --message-format json-render-diagnostics11 Compiling sandbox-proto v0.1.0 (/build/source/crates/sandbox-proto)12 Compiling tribuchet v0.1.0 (/build/source/crates/tribuchet)13 Compiling tribuchet-sandboxd v0.1.0 (/build/source/crates/tribuchet-sandboxd)14error[E0061]: this function takes 1 argument but 2 arguments were supplied15 --> crates/tribuchet-sandboxd/src/main.rs:64:1316 |17 64 | let _ = sd_notify::notify(false, &[sd_notify::NotifyState::Ready]);18 | ^^^^^^^^^^^^^^^^^ ----- unexpected argument #1 of type `bool`19 |20note: function defined here21 --> /nix/store/faqxbv1prhs7cnnldx15zlqa9hm5zc2h-vendor-cargo-deps/c19b7c6f923b580ac259164a89f2577984ad5ab09ee9d583b888f934adbbe8d0/sd-notify-0.5.0/src/lib.rs:178:822 |23178 | pub fn notify(state: &[NotifyState]) -> io::Result<()> {24 | ^^^^^^25help: remove the extra argument26 |27 64 - let _ = sd_notify::notify(false, &[sd_notify::NotifyState::Ready]);28 64 + let _ = sd_notify::notify(&[sd_notify::NotifyState::Ready]);29 |3031For more information about this error, try `rustc --explain E0061`.32error: could not compile `tribuchet-sandboxd` (bin "tribuchet-sandboxd") due to 1 previous error33warning: build failed, waiting for other jobs to finish...