nixbot

builds
1these 15 derivations will be built:2 /nix/store/d7xhm75fbnasp9bhjjjvdqcfnh5w71xm-cargo-src-tokio-1.53.0.drv3 /nix/store/jkampnw2k0bs441197khzk9m1547ksxa-cargo-src-presto-pasta-0.0.6.drv4 /nix/store/g5zmd22rmi84q6psd5m7wymmychc769p-cargo-package-presto-pasta-0.0.6.drv5 /nix/store/y8drvqqc2r3qlmv45s8p7rhvcmlr5dw7-cargo-src-clap-4.6.2.drv6 /nix/store/pwcqigbp9ds2fdjk9v8ggz7wlvsxzgwy-cargo-package-clap-4.6.2.drv7 /nix/store/xb1lyyb34wzmrg1c2drrc0s34hl5psry-cargo-src-clap_builder-4.6.2.drv8 /nix/store/sv2mvfaiml6hy1hiv99rpkr87x5kqpmj-cargo-package-clap_builder-4.6.2.drv9 /nix/store/vykli5pmx495rxakwy1akra0q0209p27-cargo-package-tokio-1.53.0.drv10 /nix/store/k1b0w8w1wsqkrsvjjs9ix9p82z93fvzi-vendor-registry.drv11 /nix/store/f3ksxxx5mi49ix3cwd0ps26pb18zikz7-vendor-cargo-deps.drv12 /nix/store/jswcg2m42cpkww61jg9gzi6zkp4qjx2l-Cargo.toml.drv13 /nix/store/yz8a3v9frclmys6jk3w7xkw2gwd9m1sa-Cargo.toml.drv14 /nix/store/ppsr06q9amfv90qjmq7s916ndzafjarj-source.drv15 /nix/store/lx4vjlq5lcr5bqwwlz8dw95ybs9g5123-tribuchet-deps-0.1.0.drv16 /nix/store/rj8xbk0a11flirdnp2y2an8g7915qash-tribuchet-0.1.0.drv17error: Cannot build '/nix/store/rj8xbk0a11flirdnp2y2an8g7915qash-tribuchet-0.1.0.drv'.18 Reason: builder failed with exit code 101.19 Output paths:20 /nix/store/ran59ydd2vnccwi5bgn730jk3ssbhd2y-tribuchet-0.1.021 Last 25 log lines:22 > cargo 1.96.2 (356927216 2026-06-26)23 > +++ command cargo build --release --message-format json-render-diagnostics24 > Compiling sandbox-proto v0.1.0 (/build/source/crates/sandbox-proto)25 > Compiling tribuchet v0.1.0 (/build/source/crates/tribuchet)26 > Compiling tribuchet-sandboxd v0.1.0 (/build/source/crates/tribuchet-sandboxd)27 > error[E0061]: this function takes 1 argument but 2 arguments were supplied28 > --> crates/tribuchet-sandboxd/src/main.rs:64:1329 > |30 > 64 | let _ = sd_notify::notify(false, &[sd_notify::NotifyState::Ready]);31 > | ^^^^^^^^^^^^^^^^^ ----- unexpected argument #1 of type `bool`32 > |33 > note: function defined here34 > --> /nix/store/faqxbv1prhs7cnnldx15zlqa9hm5zc2h-vendor-cargo-deps/c19b7c6f923b580ac259164a89f2577984ad5ab09ee9d583b888f934adbbe8d0/sd-notify-0.5.0/src/lib.rs:178:835 > |36 > 178 | pub fn notify(state: &[NotifyState]) -> io::Result<()> {37 > | ^^^^^^38 > help: remove the extra argument39 > |40 > 64 - let _ = sd_notify::notify(false, &[sd_notify::NotifyState::Ready]);41 > 64 + let _ = sd_notify::notify(&[sd_notify::NotifyState::Ready]);42 > |43 >44 > For more information about this error, try `rustc --explain E0061`.45 > error: could not compile `tribuchet-sandboxd` (bin "tribuchet-sandboxd") due to 1 previous error46 > warning: build failed, waiting for other jobs to finish...47 For full logs, run:48 nix log /nix/store/rj8xbk0a11flirdnp2y2an8g7915qash-tribuchet-0.1.0.drv