nixbot

builds

failed tribuchet-0.1.0 aarch64-darwin.package-default · build #145 · raw

unpackPhase
1unpacking source archive /nix/store/r6ha1gj3mwn5g9wldz8clfy7igf0zxad-source2source root is source
patchPhase
3Executing configureCargoCommonVars4decompressing cargo artifacts from /nix/store/261p22a7x0h2c8ald24ilm7fjgcfikyd-tribuchet-deps-0.1.0/target.tar.zst to target
configurePhase
5will append /nix/var/nix/builds/nix-51324-2199187096/source/.cargo-home/config.toml with contents of /nix/store/l9d4517qph56lkpawnq1fng12qryjb09-vendor-cargo-deps/config.toml6default configurePhase, nothing to do
buildPhase
7+++ command cargo --version8cargo 1.96.2 (356927216 2026-06-26)9+++ command cargo build --release --message-format json-render-diagnostics --workspace --exclude tribuchet-sandboxd10 Compiling tribuchet v0.1.0 (/nix/var/nix/builds/nix-51324-2199187096/source/crates/tribuchet)11 Compiling sandbox-proto v0.1.0 (/nix/var/nix/builds/nix-51324-2199187096/source/crates/sandbox-proto)12warning: unused import: `std::fs`13 --> crates/tribuchet/src/worker/cgroup.rs:8:514 |158 | use std::fs;16 | ^^^^^^^17 |18 = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default1920warning: unused import: `std::path::PathBuf`21 --> crates/tribuchet/src/worker/cgroup.rs:9:522 |239 | use std::path::PathBuf;24 | ^^^^^^^^^^^^^^^^^^2526error[E0599]: no method named `write_all` found for struct `std::fs::File` in the current scope27 --> crates/tribuchet/src/worker/build/darwin.rs:250:3728 |29250 | ... if dest.write_all(&buf[..n]).is_err() {30 | ^^^^^^^^^31 |32 --> /rustc/31fca3adb283cc9dfd56b49cdee9a96eb9c96ffd/library/std/src/io/mod.rs:1857:733 |34 = note: the method is available for `std::fs::File` here35 |36 = help: items from traits can only be used if the trait is in scope37help: there is a method `write_all_at` with a similar name, but with different arguments38 --> /rustc/31fca3adb283cc9dfd56b49cdee9a96eb9c96ffd/library/std/src/os/unix/fs.rs:330:439help: trait `Write` which provides `write_all` is implemented but not in scope; perhaps you want to import it40 |41 3 + use std::io::Write;42 |4344For more information about this error, try `rustc --explain E0599`.45warning: `tribuchet` (bin "tribuchet") generated 2 warnings46error: could not compile `tribuchet` (bin "tribuchet") due to 1 previous error; 2 warnings emitted