1this derivation will be built:2 /nix/store/nnh0bg47vbcy423k1a5w5cijxyyrsr0r-tribuchet-0.1.0.drv3building '/nix/store/nnh0bg47vbcy423k1a5w5cijxyyrsr0r-tribuchet-0.1.0.drv' on 'ssh-ng://customer@mac02'4building '/nix/store/nnh0bg47vbcy423k1a5w5cijxyyrsr0r-tribuchet-0.1.0.drv'5tribuchet-0.1.0> Running phase: unpackPhase6tribuchet-0.1.0> unpacking source archive /nix/store/n7h9pcc3v7gbbf329j34mfvjz2l93nnm-source7tribuchet-0.1.0> source root is source8tribuchet-0.1.0> Running phase: patchPhase9tribuchet-0.1.0> Executing configureCargoCommonVars10tribuchet-0.1.0> decompressing cargo artifacts from /nix/store/pa156wy5iyx4i739qnvp9m8ryrliqgq6-tribuchet-deps-0.1.0/target.tar.zst to target11tribuchet-0.1.0> Running phase: updateAutotoolsGnuConfigScriptsPhase12tribuchet-0.1.0> Running phase: configurePhase13tribuchet-0.1.0> will append /nix/var/nix/builds/nix-24532-1004080502/source/.cargo-home/config.toml with contents of /nix/store/437y0cid064k7x0xd5c7xkknsx75b1rj-vendor-cargo-deps/config.toml14tribuchet-0.1.0> default configurePhase, nothing to do15tribuchet-0.1.0> Running phase: buildPhase16tribuchet-0.1.0> +++ command cargo --version17tribuchet-0.1.0> cargo 1.97.0 (c980f4866 2026-06-30)18tribuchet-0.1.0> +++ command cargo build --release --message-format json-render-diagnostics --locked19tribuchet-0.1.0> Compiling sandbox-proto v0.1.0 (/nix/var/nix/builds/nix-24532-1004080502/source/crates/sandbox-proto)20tribuchet-0.1.0> Compiling tribuchet v0.1.0 (/nix/var/nix/builds/nix-24532-1004080502/source/crates/tribuchet)21tribuchet-0.1.0> Compiling netbench v0.1.0 (/nix/var/nix/builds/nix-24532-1004080502/source/crates/netbench)22tribuchet-0.1.0> warning: unused import: `std::os::unix::fs::MetadataExt`23tribuchet-0.1.0> --> crates/tribuchet/src/hub.rs:13:524tribuchet-0.1.0> |25tribuchet-0.1.0> 13 | use std::os::unix::fs::MetadataExt;26tribuchet-0.1.0> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^27tribuchet-0.1.0> |28tribuchet-0.1.0> = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default29tribuchet-0.1.0> 30tribuchet-0.1.0> warning: unused import: `std::ffi::CString`31tribuchet-0.1.0> --> crates/tribuchet/src/rt.rs:4:532tribuchet-0.1.0> |33tribuchet-0.1.0> 4 | use std::ffi::CString;34tribuchet-0.1.0> | ^^^^^^^^^^^^^^^^^35tribuchet-0.1.0> 36tribuchet-0.1.0> warning: unused import: `std::ffi::NulError`37tribuchet-0.1.0> --> crates/tribuchet/src/worker/agent.rs:15:538tribuchet-0.1.0> |39tribuchet-0.1.0> 15 | use std::ffi::NulError;40tribuchet-0.1.0> | ^^^^^^^^^^^^^^^^^^41tribuchet-0.1.0> 42tribuchet-0.1.0> warning: unused import: `std::os::unix::process::CommandExt`43tribuchet-0.1.0> --> crates/tribuchet/src/worker/sandbox.rs:21:544tribuchet-0.1.0> |45tribuchet-0.1.0> 21 | use std::os::unix::process::CommandExt;46tribuchet-0.1.0> | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^47tribuchet-0.1.0> 48tribuchet-0.1.0> warning: unused import: `crate::fsutil::io_ctx`49tribuchet-0.1.0> --> crates/tribuchet/src/worker/sandbox.rs:34:550tribuchet-0.1.0> |51tribuchet-0.1.0> 34 | use crate::fsutil::io_ctx;52tribuchet-0.1.0> | ^^^^^^^^^^^^^^^^^^^^^53tribuchet-0.1.0> 54tribuchet-0.1.0> warning: unused import: `std::env`55tribuchet-0.1.0> --> crates/tribuchet/src/main.rs:23:556tribuchet-0.1.0> |57tribuchet-0.1.0> 23 | use std::env;58tribuchet-0.1.0> | ^^^^^^^^59tribuchet-0.1.0>