nixbot

builds
unpackPhase
1unpacking source archive /nix/store/x3jdn27a4ks8mzff79y1v2mw1syhdhkp-source2source root is source
patchPhase
3Executing configureCargoCommonVars4decompressing cargo artifacts from /nix/store/jzfl1013q2223lqskcib38sl2cd3sgpm-tribuchet-deps-0.1.0/target.tar.zst to target
configurePhase
5will append /nix/var/nix/builds/nix-2751-88213440/source/.cargo-home/config.toml with contents of /nix/store/md5r7pyzmmc2197gzimdiwzjlf12mibh-vendor-cargo-deps/config.toml6default configurePhase, nothing to do
buildPhase
7+++ command cargo --version8cargo 1.97.0 (c980f4866 2026-06-30)9+++ command cargo build --release --message-format json-render-diagnostics --locked10 Compiling sandbox-proto v0.1.0 (/nix/var/nix/builds/nix-2751-88213440/source/crates/sandbox-proto)11 Compiling tribuchet v0.1.0 (/nix/var/nix/builds/nix-2751-88213440/source/crates/tribuchet)12error[E0432]: unresolved imports `rustix::pipe::PipeFlags`, `rustix::pipe::pipe_with`13 --> crates/tribuchet/src/worker/sandbox.rs:28:2014 |15 28 | use rustix::pipe::{PipeFlags, pipe_with};16 | ^^^^^^^^^ ^^^^^^^^^ no `pipe_with` in `pipe`17 | |18 | no `PipeFlags` in `pipe`19 |20note: found an item that was configured out21 --> /nix/store/md5r7pyzmmc2197gzimdiwzjlf12mibh-vendor-cargo-deps/c19b7c6f923b580ac259164a89f2577984ad5ab09ee9d583b888f934adbbe8d0/rustix-1.1.4/src/pipe.rs:21:3122 |23 20 | #[cfg(not(apple))]24 | ------- the item is gated here25 21 | pub use backend::pipe::types::PipeFlags;26 | ^^^^^^^^^27note: found an item that was configured out28 --> /nix/store/md5r7pyzmmc2197gzimdiwzjlf12mibh-vendor-cargo-deps/c19b7c6f923b580ac259164a89f2577984ad5ab09ee9d583b888f934adbbe8d0/rustix-1.1.4/src/pipe.rs:110:829 |30100 | #[cfg(not(any(31 | __________-32101 | | apple,33102 | | target_os = "aix",34103 | | target_os = "espidf",35... |36106 | | target_os = "nto"37107 | | )))]38 | |__- the item is gated here39...40110 | pub fn pipe_with(flags: PipeFlags) -> io::Result<(OwnedFd, OwnedFd)> {41 | ^^^^^^^^^4243For more information about this error, try `rustc --explain E0432`.44error: could not compile `tribuchet` (bin "tribuchet") due to 1 previous error