these 15 derivations will be built: /nix/store/d7xhm75fbnasp9bhjjjvdqcfnh5w71xm-cargo-src-tokio-1.53.0.drv /nix/store/jkampnw2k0bs441197khzk9m1547ksxa-cargo-src-presto-pasta-0.0.6.drv /nix/store/g5zmd22rmi84q6psd5m7wymmychc769p-cargo-package-presto-pasta-0.0.6.drv /nix/store/y8drvqqc2r3qlmv45s8p7rhvcmlr5dw7-cargo-src-clap-4.6.2.drv /nix/store/pwcqigbp9ds2fdjk9v8ggz7wlvsxzgwy-cargo-package-clap-4.6.2.drv /nix/store/xb1lyyb34wzmrg1c2drrc0s34hl5psry-cargo-src-clap_builder-4.6.2.drv /nix/store/sv2mvfaiml6hy1hiv99rpkr87x5kqpmj-cargo-package-clap_builder-4.6.2.drv /nix/store/vykli5pmx495rxakwy1akra0q0209p27-cargo-package-tokio-1.53.0.drv /nix/store/k1b0w8w1wsqkrsvjjs9ix9p82z93fvzi-vendor-registry.drv /nix/store/f3ksxxx5mi49ix3cwd0ps26pb18zikz7-vendor-cargo-deps.drv /nix/store/jswcg2m42cpkww61jg9gzi6zkp4qjx2l-Cargo.toml.drv /nix/store/yz8a3v9frclmys6jk3w7xkw2gwd9m1sa-Cargo.toml.drv /nix/store/ppsr06q9amfv90qjmq7s916ndzafjarj-source.drv /nix/store/lx4vjlq5lcr5bqwwlz8dw95ybs9g5123-tribuchet-deps-0.1.0.drv /nix/store/rj8xbk0a11flirdnp2y2an8g7915qash-tribuchet-0.1.0.drv error: Cannot build '/nix/store/rj8xbk0a11flirdnp2y2an8g7915qash-tribuchet-0.1.0.drv'. Reason: builder failed with exit code 101. Output paths: /nix/store/ran59ydd2vnccwi5bgn730jk3ssbhd2y-tribuchet-0.1.0 Last 25 log lines: > cargo 1.96.2 (356927216 2026-06-26) > +++ command cargo build --release --message-format json-render-diagnostics > Compiling sandbox-proto v0.1.0 (/build/source/crates/sandbox-proto) > Compiling tribuchet v0.1.0 (/build/source/crates/tribuchet) > 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/faqxbv1prhs7cnnldx15zlqa9hm5zc2h-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... For full logs, run: nix log /nix/store/rj8xbk0a11flirdnp2y2an8g7915qash-tribuchet-0.1.0.drv