tribuchet-0.1.0
aarch64-darwin.package-default
· build #162
· raw
unpackPhase
1unpacking source archive /nix/store/87gbyf6njxsaazqbrf9nhj4qdqy0xn6x-source2source root is sourcepatchPhase
3Executing configureCargoCommonVars4decompressing cargo artifacts from /nix/store/pvwbm7z7vdds7la0578jbz9gpngs5snw-tribuchet-deps-0.1.0/target.tar.zst to targetconfigurePhase
5will append /nix/var/nix/builds/nix-87444-1638955975/source/.cargo-home/config.toml with contents of /nix/store/l9d4517qph56lkpawnq1fng12qryjb09-vendor-cargo-deps/config.toml6default configurePhase, nothing to dobuildPhase
7+++ command cargo --version8cargo 1.96.2 (356927216 2026-06-26)9+++ command cargo build --release --message-format json-render-diagnostics --locked10 Compiling tribuchet v0.1.0 (/nix/var/nix/builds/nix-87444-1638955975/source/crates/tribuchet)11 Compiling sandbox-proto v0.1.0 (/nix/var/nix/builds/nix-87444-1638955975/source/crates/sandbox-proto)12warning: field `agent_uid_base` is never read13 --> crates/tribuchet/src/config.rs:187:914 |15120 | pub struct WorkerConfig {16 | ------------ field in this struct17...18187 | pub agent_uid_base: Option<u32>,19 | ^^^^^^^^^^^^^^20 |21 = note: `WorkerConfig` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis22 = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default2324warning: fields `sandbox_bin_sh`, `fod_isolation`, and `fod_network` are never read25 --> crates/tribuchet/src/worker.rs:60:526 |2758 | struct WorkerCtx {28 | --------- fields in this struct2959 | state_dir: PathBuf,3060 | sandbox_bin_sh: Option<PathBuf>,31 | ^^^^^^^^^^^^^^32...3374 | fod_isolation: bool,34 | ^^^^^^^^^^^^^3575 | /// Flow policy for that network, from the fod-network setting.3676 | fod_network: crate::netpolicy::NetPolicy,37 | ^^^^^^^^^^^3839warning: field `uid_base` is never read40 --> crates/tribuchet/src/worker/agent.rs:64:941 |4254 | pub struct Options {43 | ------- field in this struct44...4564 | pub uid_base: Option<u32>,46 | ^^^^^^^^4748warning: `tribuchet` (bin "tribuchet") generated 3 warnings49 Finished `release` profile [optimized] target(s) in 15.15s50searching for bins/libs to install from cargo build log at cargoBuildLogHZUm.json51installing /nix/var/nix/builds/nix-87444-1638955975/source/target/release/tribuchet in postBuildInstallFromCargoBuildLogOutTempKVt/bin52searching for bins/libs completecheckPhase
53+++ command cargo test --release --locked -- --skip=worker::agents::tests::seatbelt_profile_confines_the_builder54 Compiling sandbox-proto v0.1.0 (/nix/var/nix/builds/nix-87444-1638955975/source/crates/sandbox-proto)55 Compiling tribuchet v0.1.0 (/nix/var/nix/builds/nix-87444-1638955975/source/crates/tribuchet)56warning: field `agent_uid_base` is never read57 --> crates/tribuchet/src/config.rs:187:958 |59120 | pub struct WorkerConfig {60 | ------------ field in this struct61...62187 | pub agent_uid_base: Option<u32>,63 | ^^^^^^^^^^^^^^64 |65 = note: `WorkerConfig` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis66 = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default6768warning: fields `sandbox_bin_sh`, `fod_isolation`, and `fod_network` are never read69 --> crates/tribuchet/src/worker.rs:60:570 |7158 | struct WorkerCtx {72 | --------- fields in this struct7359 | state_dir: PathBuf,7460 | sandbox_bin_sh: Option<PathBuf>,75 | ^^^^^^^^^^^^^^76...7774 | fod_isolation: bool,78 | ^^^^^^^^^^^^^7975 | /// Flow policy for that network, from the fod-network setting.8076 | fod_network: crate::netpolicy::NetPolicy,81 | ^^^^^^^^^^^8283warning: field `uid_base` is never read84 --> crates/tribuchet/src/worker/agent.rs:64:985 |8654 | pub struct Options {87 | ------- field in this struct88...8964 | pub uid_base: Option<u32>,90 | ^^^^^^^^9192warning: `tribuchet` (bin "tribuchet" test) generated 3 warnings93 Finished `release` profile [optimized] target(s) in 4.19s94 Running unittests src/lib.rs (target/release/deps/sandbox_proto-e468509d8822a60d)9596running 5 tests97test framing::tests::closed_connection_is_err ... ok98test framing::tests::call_roundtrip_with_fds ... ok99test framing::tests::error_reply_is_err ... ok100test framing::tests::reply_roundtrip ... ok101test framing::tests::large_message_leaves_the_next_one_intact ... ok102103test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s104105 Running unittests src/main.rs (target/release/deps/tribuchet-60937f9b3f69a3dc)106107running 47 tests108test hub::metrics::tests::label_escapes_and_truncates ... ok109test build_json::tests::system_features_from_plain_env ... ok110test config::tests::env_overrides_tls_paths ... ok111test config::tests::worker_defaults_and_emulate_map ... ok112test build_json::tests::fixed_output_detection ... ok113test build_json::tests::system_features_from_structured_attrs ... ok114test hub::relay::tests::reference_cycles_do_not_loop ... ok115test hub::relay::tests::references_are_streamed_before_referrers ... ok116test config::tests::unknown_keys_are_rejected ... ok117test hub::relay::tests::missing_paths_are_validated_against_the_offer ... ok118test hub::state::tests::departed_worker_keeps_its_platform_expected ... ok119test hub::state::tests::nix_config_without_workers_omits_max_jobs ... ok120test hub::state::tests::nix_config_union_systems_and_capped_oversubscribed_jobs ... ok121test hub::state::tests::nix_config_json_escapes_peer_supplied_systems ... ok122test hub::state::tests::startup_window_awaits_then_unseen_platform_declines ... ok123test hub::state::tests::queued_job_fails_when_last_capable_worker_leaves ... ok124test hub::state::tests::worker_caps_feature_matching ... ok125test hub::submit::tests::dedupe_key_binds_full_request ... ok126test hub::submit::tests::dedupe_key_separates_sections ... ok127test hub::relay::tests::extras_with_wrong_signature_are_rejected ... ok128test hub::submit::tests::request_validation ... ok129test netpolicy::tests::bad_values_are_rejected ... ok130test netpolicy::tests::default_policy_allows_everything ... ok131test netpolicy::tests::keywords_and_v6_cidrs ... ok132test tailscale::tests::ipv6_addr_is_encoded ... ok133test store::tests::store_path_validation ... ok134test netpolicy::tests::first_match_wins_and_default_applies ... ok135test tailscale::tests::non_200_is_error ... ok136test tailscale::tests::parses_whois_body ... ok137test worker::agent::tests::env_rewrite_replaces_tmp_dir_references ... ok138test tmptar::tests::unpack_does_not_follow_planted_symlinks ... ok139test tmptar::tests::unpack_strips_setuid_and_rejects_hardlinks ... ok140test worker::binfmt::tests::i686_matches_em_386 ... ok141test tmptar::tests::refuses_a_symlinked_build_dir ... ok142test worker::agent::tests::make_readable_skips_symlinks ... ok143test worker::binfmt::tests::register_line_format ... ok144test worker::caps::tests::recursive_nix_advertised_only_when_enabled_and_native ... ok145test worker::caps::tests::uid_range_detection ... ok146test tmptar::tests::archives_files_dirs_and_symlink_entries_without_following_them ... ok147test worker::build::tests::pack_one_nar_finds_references_and_excludes_self ... ok148test worker::tests::sweep_removes_stale_builds_and_legacy_cache ... ok149test tmptar::tests::unpack_chmod_stays_inside_dest ... ok150test worker::build::tests::assignment_validation ... ok151test nar::tests::round_trip ... ok152test nar::tests::matches_nix_store_dump ... ok153test nar::tests::root_symlink_round_trip ... ok154test worker::agents::tests::agent_runs_a_build_end_to_end ... ok155156test result: ok. 47 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 0.07s157158 Doc-tests sandbox_proto159160running 0 tests161162test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s163installPhase
164actually installing contents of postBuildInstallFromCargoBuildLogOutTempKVt to /nix/store/qpzzwa21cjwx189dcfaji5da0jnpfnfi-tribuchet-0.1.0165stripping references to Rust toolchain166Rust toolchain at: /nix/store/3yl4ywygwb6j82dvnlx2sy1nmgy3vc0y-rustc-1.96.1167stripping Rust toolchain references done168stripping references to cargoVendorDir from:169/nix/store/qpzzwa21cjwx189dcfaji5da0jnpfnfi-tribuchet-0.1.0/bin/tribuchet170stripping references done171signing files:172signing: /nix/store/qpzzwa21cjwx189dcfaji5da0jnpfnfi-tribuchet-0.1.0/bin/tribuchet173signing donefixupPhase
174checking for references to /nix/var/nix/builds/nix-87444-1638955975/ in /nix/store/qpzzwa21cjwx189dcfaji5da0jnpfnfi-tribuchet-0.1.0...175patching script interpreter paths in /nix/store/qpzzwa21cjwx189dcfaji5da0jnpfnfi-tribuchet-0.1.0176stripping (with command strip and flags -S) in /nix/store/qpzzwa21cjwx189dcfaji5da0jnpfnfi-tribuchet-0.1.0/bin