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