Running phase: unpackPhase unpacking source archive /nix/store/x3jdn27a4ks8mzff79y1v2mw1syhdhkp-source source root is source Running phase: patchPhase Executing configureCargoCommonVars decompressing cargo artifacts from /nix/store/jzfl1013q2223lqskcib38sl2cd3sgpm-tribuchet-deps-0.1.0/target.tar.zst to target Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase will append /nix/var/nix/builds/nix-2751-88213440/source/.cargo-home/config.toml with contents of /nix/store/md5r7pyzmmc2197gzimdiwzjlf12mibh-vendor-cargo-deps/config.toml default configurePhase, nothing to do Running phase: buildPhase +++ command cargo --version cargo 1.97.0 (c980f4866 2026-06-30) +++ command cargo build --release --message-format json-render-diagnostics --locked Compiling sandbox-proto v0.1.0 (/nix/var/nix/builds/nix-2751-88213440/source/crates/sandbox-proto) Compiling tribuchet v0.1.0 (/nix/var/nix/builds/nix-2751-88213440/source/crates/tribuchet) error[E0432]: unresolved imports `rustix::pipe::PipeFlags`, `rustix::pipe::pipe_with` --> crates/tribuchet/src/worker/sandbox.rs:28:20 | 28 | use rustix::pipe::{PipeFlags, pipe_with}; | ^^^^^^^^^ ^^^^^^^^^ no `pipe_with` in `pipe` | | | no `PipeFlags` in `pipe` | note: found an item that was configured out --> /nix/store/md5r7pyzmmc2197gzimdiwzjlf12mibh-vendor-cargo-deps/c19b7c6f923b580ac259164a89f2577984ad5ab09ee9d583b888f934adbbe8d0/rustix-1.1.4/src/pipe.rs:21:31 | 20 | #[cfg(not(apple))] | ------- the item is gated here 21 | pub use backend::pipe::types::PipeFlags; | ^^^^^^^^^ note: found an item that was configured out --> /nix/store/md5r7pyzmmc2197gzimdiwzjlf12mibh-vendor-cargo-deps/c19b7c6f923b580ac259164a89f2577984ad5ab09ee9d583b888f934adbbe8d0/rustix-1.1.4/src/pipe.rs:110:8 | 100 | #[cfg(not(any( | __________- 101 | | apple, 102 | | target_os = "aix", 103 | | target_os = "espidf", ... | 106 | | target_os = "nto" 107 | | )))] | |__- the item is gated here ... 110 | pub fn pipe_with(flags: PipeFlags) -> io::Result<(OwnedFd, OwnedFd)> { | ^^^^^^^^^ For more information about this error, try `rustc --explain E0432`. error: could not compile `tribuchet` (bin "tribuchet") due to 1 previous error