tribuchet: building on eliza Running phase: unpackPhase unpacking source archive /nix/store/55c91iy92n0a6rrwkspl4pikvjl9n5in-source source root is source Running phase: patchPhase Executing configureCargoCommonVars decompressing cargo artifacts from /nix/store/9hjn6xbhmzaj4zf3i3ak3xjh3m2kccs0-tribuchet-deps-0.1.0/target.tar.zst to target Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase will append /build/source/.cargo-home/config.toml with contents of /nix/store/ixyfizc32sa96ris5wmnz0ld8y0baca3-vendor-cargo-deps/config.toml default configurePhase, nothing to do Running phase: buildPhase +++ command cargo --version cargo 1.96.2 (356927216 2026-06-26) +++ command cargo build --release --message-format json-render-diagnostics Compiling tribuchet v0.1.0 (/build/source/crates/tribuchet) Compiling sandbox-proto v0.1.0 (/build/source/crates/sandbox-proto) Compiling tribuchet-sandboxd v0.1.0 (/build/source/crates/tribuchet-sandboxd) error[E0061]: this function takes 1 argument but 2 arguments were supplied --> crates/tribuchet-sandboxd/src/main.rs:64:13 | 64 | let _ = sd_notify::notify(false, &[sd_notify::NotifyState::Ready]); | ^^^^^^^^^^^^^^^^^ ----- unexpected argument #1 of type `bool` | note: function defined here --> /nix/store/ixyfizc32sa96ris5wmnz0ld8y0baca3-vendor-cargo-deps/c19b7c6f923b580ac259164a89f2577984ad5ab09ee9d583b888f934adbbe8d0/sd-notify-0.5.0/src/lib.rs:178:8 | 178 | pub fn notify(state: &[NotifyState]) -> io::Result<()> { | ^^^^^^ help: remove the extra argument | 64 - let _ = sd_notify::notify(false, &[sd_notify::NotifyState::Ready]); 64 + let _ = sd_notify::notify(&[sd_notify::NotifyState::Ready]); | For more information about this error, try `rustc --explain E0061`. error: could not compile `tribuchet-sandboxd` (bin "tribuchet-sandboxd") due to 1 previous error warning: build failed, waiting for other jobs to finish...