tribuchet-0.1.0
default.checks.aarch64-darwin.package-default
· build #180
· raw
unpackPhase
1unpacking source archive /nix/store/6y6zz79qd6s5fkvp2afgr9i4mpj1i0rf-source2source root is sourcepatchPhase
3Executing configureCargoCommonVars4decompressing cargo artifacts from /nix/store/57xm9p54njs6qg6wxj133nc0vnsffn6k-tribuchet-deps-0.1.0/target.tar.zst to targetconfigurePhase
5will append /nix/var/nix/builds/nix-9474-1284272209/source/.cargo-home/config.toml with contents of /nix/store/7alqr7m8yf3l67x9qs266gy7yki3i8nl-vendor-cargo-deps/config.toml6default configurePhase, nothing to dobuildPhase
7+++ command cargo --version8cargo 1.97.0 (c980f4866 2026-06-30)9+++ command cargo build --release --message-format json-render-diagnostics --locked10 Compiling sandbox-proto v0.1.0 (/nix/var/nix/builds/nix-9474-1284272209/source/crates/sandbox-proto)11 Compiling tribuchet v0.1.0 (/nix/var/nix/builds/nix-9474-1284272209/source/crates/tribuchet)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:63:526 |2761 | struct WorkerCtx {28 | --------- fields in this struct2962 | state_dir: PathBuf,3063 | sandbox_bin_sh: Option<PathBuf>,31 | ^^^^^^^^^^^^^^32...3377 | fod_isolation: bool,34 | ^^^^^^^^^^^^^3578 | /// Flow policy for that network, from the fod-network setting.3679 | fod_network: crate::netpolicy::NetPolicy,37 | ^^^^^^^^^^^3839warning: field `uid_base` is never read40 --> crates/tribuchet/src/worker/agent.rs:62:941 |4252 | pub struct Options {43 | ------- field in this struct44...4562 | pub uid_base: Option<u32>,46 | ^^^^^^^^4748warning: `tribuchet` (bin "tribuchet") generated 3 warnings49 Finished `release` profile [optimized] target(s) in 15.30s50searching for bins/libs to install from cargo build log at cargoBuildLogXLAw.json51installing /nix/var/nix/builds/nix-9474-1284272209/source/target/release/tribuchet in postBuildInstallFromCargoBuildLogOutTempknS/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-9474-1284272209/source/crates/sandbox-proto)55 Compiling tribuchet v0.1.0 (/nix/var/nix/builds/nix-9474-1284272209/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:63:570 |7161 | struct WorkerCtx {72 | --------- fields in this struct7362 | state_dir: PathBuf,7463 | sandbox_bin_sh: Option<PathBuf>,75 | ^^^^^^^^^^^^^^76...7777 | fod_isolation: bool,78 | ^^^^^^^^^^^^^7978 | /// Flow policy for that network, from the fod-network setting.8079 | fod_network: crate::netpolicy::NetPolicy,81 | ^^^^^^^^^^^8283warning: field `uid_base` is never read84 --> crates/tribuchet/src/worker/agent.rs:62:985 |8652 | pub struct Options {87 | ------- field in this struct88...8962 | pub uid_base: Option<u32>,90 | ^^^^^^^^9192warning: `tribuchet` (bin "tribuchet" test) generated 3 warnings93 Finished `release` profile [optimized] target(s) in 4.54s94 Running unittests src/lib.rs (target/release/deps/sandbox_proto-c8b6bce1bdb92c2f)9596running 5 tests97test framing::tests::call_roundtrip_with_fds ... ok98test framing::tests::error_reply_is_err ... ok99test framing::tests::closed_connection_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-357f9e6472902078)106107running 49 tests108test build_json::tests::system_features_from_plain_env ... ok109test build_json::tests::system_features_from_structured_attrs ... ok110test build_json::tests::fixed_output_detection ... ok111test hub::metrics::tests::label_escapes_and_truncates ... ok112test config::tests::env_overrides_tls_paths ... ok113test config::tests::worker_defaults_and_emulate_map ... ok114test config::tests::unknown_keys_are_rejected ... ok115test hub::relay::tests::missing_paths_are_validated_against_the_offer ... ok116test hub::relay::tests::reference_cycles_do_not_loop ... ok117test hub::relay::tests::references_are_streamed_before_referrers ... ok118test hub::state::tests::nix_config_union_systems_and_capped_oversubscribed_jobs ... ok119test hub::state::tests::departed_worker_keeps_its_platform_expected ... ok120test hub::state::tests::nix_config_without_workers_omits_max_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::submit::tests::request_validation ... ok128test hub::relay::tests::extras_with_wrong_signature_are_rejected ... ok129test netpolicy::tests::default_policy_allows_everything ... ok130test netpolicy::tests::bad_values_are_rejected ... ok131test netpolicy::tests::first_match_wins_and_default_applies ... ok132test netpolicy::tests::keywords_and_v6_cidrs ... ok133test store::tests::store_path_validation ... ok134test tailscale::tests::ipv6_addr_is_encoded ... ok135test tailscale::tests::non_200_is_error ... ok136test tailscale::tests::parses_whois_body ... ok137test worker::agent::tests::env_rewrite_replaces_tmp_dir_references ... ok138test tmpdir::tests::unpack_does_not_follow_existing_symlinks ... ok139test worker::agent::tests::make_readable_skips_symlinks ... ok140test tmpdir::tests::refuses_a_symlinked_build_dir ... ok141test worker::binfmt::tests::i686_matches_em_386 ... ok142test worker::binfmt::tests::register_line_format ... ok143test tmpdir::tests::unpack_fixes_modes_and_refuses_non_basenames ... ok144test worker::build::tests::assignment_validation ... ok145test worker::caps::tests::recursive_nix_advertised_only_when_enabled_and_native ... ok146test worker::caps::tests::uid_range_detection ... ok147test tmpdir::tests::packs_files_and_skips_symlinks_and_subdirs ... ok148test worker::build::tests::pack_one_nar_finds_references_and_excludes_self ... ok149test worker::tests::sweep_removes_stale_builds_and_legacy_cache ... ok150test worker::pins::tests::pins_roots_missing_and_self_referencing_paths ... ok151test worker::pins::tests::references_outside_the_offer_are_ignored ... ok152test nar::tests::round_trip ... ok153test nar::tests::matches_nix_store_dump ... ok154test nar::tests::root_symlink_round_trip ... ok155test tmpdir::tests::large_files_round_trip ... ok156test worker::agents::tests::agent_runs_a_build_end_to_end ... ok157158test result: ok. 49 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 0.09s159160 Doc-tests sandbox_proto161162running 0 tests163164test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s165installPhase
166actually installing contents of postBuildInstallFromCargoBuildLogOutTempknS to /nix/store/387qrys4y2jwyh17qawfng6905ddg425-tribuchet-0.1.0167stripping references to Rust toolchain168Rust toolchain at: /nix/store/hryiwxcrllcsl4zqv6xwd55ryx85p4fh-rustc-1.97.0169stripping Rust toolchain references done170stripping references to cargoVendorDir from:171/nix/store/387qrys4y2jwyh17qawfng6905ddg425-tribuchet-0.1.0/bin/tribuchet172stripping references done173signing files:174signing: /nix/store/387qrys4y2jwyh17qawfng6905ddg425-tribuchet-0.1.0/bin/tribuchet175signing donefixupPhase
176checking for references to /nix/var/nix/builds/nix-9474-1284272209/ in /nix/store/387qrys4y2jwyh17qawfng6905ddg425-tribuchet-0.1.0...177patching script interpreter paths in /nix/store/387qrys4y2jwyh17qawfng6905ddg425-tribuchet-0.1.0178stripping (with command strip and flags -S) in /nix/store/387qrys4y2jwyh17qawfng6905ddg425-tribuchet-0.1.0/bin