nixbot

builds

cancelled aarch64-darwin.package-default build #153 · raw · ·

1this derivation will be built:2  /nix/store/kvvvfacl16fmq7d15hih0990abrm7fv0-tribuchet-0.1.0.drv3building '/nix/store/kvvvfacl16fmq7d15hih0990abrm7fv0-tribuchet-0.1.0.drv' on 'ssh-ng://customer@mac02'4building '/nix/store/kvvvfacl16fmq7d15hih0990abrm7fv0-tribuchet-0.1.0.drv'5tribuchet-0.1.0> Running phase: unpackPhase6tribuchet-0.1.0> unpacking source archive /nix/store/327jzy3vr29asf939v2yflbbck3irj8f-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/pvwbm7z7vdds7la0578jbz9gpngs5snw-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-61616-3448036788/source/.cargo-home/config.toml with contents of /nix/store/l9d4517qph56lkpawnq1fng12qryjb09-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.96.2 (356927216 2026-06-26)18tribuchet-0.1.0> +++ command cargo build --release --message-format json-render-diagnostics --locked19tribuchet-0.1.0>    Compiling tribuchet v0.1.0 (/nix/var/nix/builds/nix-61616-3448036788/source/crates/tribuchet)20tribuchet-0.1.0>    Compiling sandbox-proto v0.1.0 (/nix/var/nix/builds/nix-61616-3448036788/source/crates/sandbox-proto)21tribuchet-0.1.0> warning: fields `sandbox_bin_sh`, `fod_isolation`, and `fod_network` are never read22tribuchet-0.1.0>   --> crates/tribuchet/src/worker.rs:58:523tribuchet-0.1.0>    |24tribuchet-0.1.0> 56 | struct WorkerCtx {25tribuchet-0.1.0>    |        --------- fields in this struct26tribuchet-0.1.0> 57 |     state_dir: PathBuf,27tribuchet-0.1.0> 58 |     sandbox_bin_sh: Option<PathBuf>,28tribuchet-0.1.0>    |     ^^^^^^^^^^^^^^29tribuchet-0.1.0> ...30tribuchet-0.1.0> 72 |     fod_isolation: bool,31tribuchet-0.1.0>    |     ^^^^^^^^^^^^^32tribuchet-0.1.0> 73 |     /// Flow policy for that network, from the fod-network setting.33tribuchet-0.1.0> 74 |     fod_network: crate::netpolicy::NetPolicy,34tribuchet-0.1.0>    |     ^^^^^^^^^^^35tribuchet-0.1.0>    |36tribuchet-0.1.0>    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default37tribuchet-0.1.0> 38tribuchet-0.1.0> warning: field `uid_base` is never read39tribuchet-0.1.0>   --> crates/tribuchet/src/worker/agent.rs:64:940tribuchet-0.1.0>    |41tribuchet-0.1.0> 54 | pub struct Options {42tribuchet-0.1.0>    |            ------- field in this struct43tribuchet-0.1.0> ...44tribuchet-0.1.0> 64 |     pub uid_base: Option<u32>,45tribuchet-0.1.0>    |         ^^^^^^^^46tribuchet-0.1.0> 47tribuchet-0.1.0> warning: `tribuchet` (bin "tribuchet") generated 2 warnings48tribuchet-0.1.0>     Finished `release` profile [optimized] target(s) in 16.30s49tribuchet-0.1.0> searching for bins/libs to install from cargo build log at cargoBuildLogvssU.json50tribuchet-0.1.0> installing /nix/var/nix/builds/nix-61616-3448036788/source/target/release/tribuchet in postBuildInstallFromCargoBuildLogOutTempWdk/bin51tribuchet-0.1.0> searching for bins/libs complete52tribuchet-0.1.0> Running phase: checkPhase53tribuchet-0.1.0> +++ command cargo test --release --locked -- --skip=worker::agents::tests::seatbelt_profile_confines_the_builder54tribuchet-0.1.0>    Compiling sandbox-proto v0.1.0 (/nix/var/nix/builds/nix-61616-3448036788/source/crates/sandbox-proto)55tribuchet-0.1.0>    Compiling tribuchet v0.1.0 (/nix/var/nix/builds/nix-61616-3448036788/source/crates/tribuchet)56tribuchet-0.1.0> warning: fields `sandbox_bin_sh`, `fod_isolation`, and `fod_network` are never read57tribuchet-0.1.0>   --> crates/tribuchet/src/worker.rs:58:558tribuchet-0.1.0>    |59tribuchet-0.1.0> 56 | struct WorkerCtx {60tribuchet-0.1.0>    |        --------- fields in this struct61tribuchet-0.1.0> 57 |     state_dir: PathBuf,62tribuchet-0.1.0> 58 |     sandbox_bin_sh: Option<PathBuf>,63tribuchet-0.1.0>    |     ^^^^^^^^^^^^^^64tribuchet-0.1.0> ...65tribuchet-0.1.0> 72 |     fod_isolation: bool,66tribuchet-0.1.0>    |     ^^^^^^^^^^^^^67tribuchet-0.1.0> 73 |     /// Flow policy for that network, from the fod-network setting.68tribuchet-0.1.0> 74 |     fod_network: crate::netpolicy::NetPolicy,69tribuchet-0.1.0>    |     ^^^^^^^^^^^70tribuchet-0.1.0>    |71tribuchet-0.1.0>    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default72tribuchet-0.1.0> 73tribuchet-0.1.0> warning: field `uid_base` is never read74tribuchet-0.1.0>   --> crates/tribuchet/src/worker/agent.rs:64:975tribuchet-0.1.0>    |76tribuchet-0.1.0> 54 | pub struct Options {77tribuchet-0.1.0>    |            ------- field in this struct78tribuchet-0.1.0> ...79tribuchet-0.1.0> 64 |     pub uid_base: Option<u32>,80tribuchet-0.1.0>    |         ^^^^^^^^81tribuchet-0.1.0> 82tribuchet-0.1.0> warning: `tribuchet` (bin "tribuchet" test) generated 2 warnings83tribuchet-0.1.0>     Finished `release` profile [optimized] target(s) in 4.59s84tribuchet-0.1.0>      Running unittests src/lib.rs (target/release/deps/sandbox_proto-e468509d8822a60d)85tribuchet-0.1.0> 86tribuchet-0.1.0> running 5 tests87tribuchet-0.1.0> test framing::tests::error_reply_is_err ... ok88tribuchet-0.1.0> test framing::tests::call_roundtrip_with_fds ... ok89tribuchet-0.1.0> test framing::tests::closed_connection_is_err ... ok90tribuchet-0.1.0> test framing::tests::reply_roundtrip ... ok91tribuchet-0.1.0> test framing::tests::large_message_leaves_the_next_one_intact has been running for over 60 seconds