tribuchet-0.1.0
default.checks.aarch64-darwin.package-default
· build #173
· raw
unpackPhase
1unpacking source archive /nix/store/gpxcf8q9rb9r4yqliwwhx7wcv0ky4xw3-source2source root is sourcepatchPhase
3Executing configureCargoCommonVars4decompressing cargo artifacts from /nix/store/z5s8c1s9gqg8cgz6wid6rlprvf2m36qc-tribuchet-deps-0.1.0/target.tar.zst to targetconfigurePhase
5will append /nix/var/nix/builds/nix-61715-351155241/source/.cargo-home/config.toml with contents of /nix/store/pi2ihv86r805s1pl6n0k9w74y2ms0pbl-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 tribuchet v0.1.0 (/nix/var/nix/builds/nix-61715-351155241/source/crates/tribuchet)11 Compiling sandbox-proto v0.1.0 (/nix/var/nix/builds/nix-61715-351155241/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:61:526 |2759 | struct WorkerCtx {28 | --------- fields in this struct2960 | state_dir: PathBuf,3061 | sandbox_bin_sh: Option<PathBuf>,31 | ^^^^^^^^^^^^^^32...3375 | fod_isolation: bool,34 | ^^^^^^^^^^^^^3576 | /// Flow policy for that network, from the fod-network setting.3677 | 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 30.77s50searching for bins/libs to install from cargo build log at cargoBuildLogk9MB.json51installing /nix/var/nix/builds/nix-61715-351155241/source/target/release/tribuchet in postBuildInstallFromCargoBuildLogOutTempYns/bin52searching for bins/libs complete53buildPhase completed in 31 secondscheckPhase
54+++ command cargo test --release --locked -- --skip=worker::agents::tests::seatbelt_profile_confines_the_builder55 Compiling sandbox-proto v0.1.0 (/nix/var/nix/builds/nix-61715-351155241/source/crates/sandbox-proto)56 Compiling tribuchet v0.1.0 (/nix/var/nix/builds/nix-61715-351155241/source/crates/tribuchet)57warning: field `agent_uid_base` is never read58 --> crates/tribuchet/src/config.rs:187:959 |60120 | pub struct WorkerConfig {61 | ------------ field in this struct62...63187 | pub agent_uid_base: Option<u32>,64 | ^^^^^^^^^^^^^^65 |66 = note: `WorkerConfig` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis67 = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default6869warning: fields `sandbox_bin_sh`, `fod_isolation`, and `fod_network` are never read70 --> crates/tribuchet/src/worker.rs:61:571 |7259 | struct WorkerCtx {73 | --------- fields in this struct7460 | state_dir: PathBuf,7561 | sandbox_bin_sh: Option<PathBuf>,76 | ^^^^^^^^^^^^^^77...7875 | fod_isolation: bool,79 | ^^^^^^^^^^^^^8076 | /// Flow policy for that network, from the fod-network setting.8177 | fod_network: crate::netpolicy::NetPolicy,82 | ^^^^^^^^^^^8384warning: field `uid_base` is never read85 --> crates/tribuchet/src/worker/agent.rs:64:986 |8754 | pub struct Options {88 | ------- field in this struct89...9064 | pub uid_base: Option<u32>,91 | ^^^^^^^^9293warning: `tribuchet` (bin "tribuchet" test) generated 3 warnings94 Finished `release` profile [optimized] target(s) in 4.64s95 Running unittests src/lib.rs (target/release/deps/sandbox_proto-98ce4c9d2a168a21)9697running 5 tests98test framing::tests::closed_connection_is_err ... ok99test framing::tests::error_reply_is_err ... ok100test framing::tests::call_roundtrip_with_fds ... ok101test framing::tests::reply_roundtrip ... ok102test framing::tests::large_message_leaves_the_next_one_intact ... ok103104test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s105106 Running unittests src/main.rs (target/release/deps/tribuchet-f38a2bcaf3f073de)107108running 49 tests109test build_json::tests::system_features_from_plain_env ... ok110test hub::metrics::tests::label_escapes_and_truncates ... ok111test config::tests::worker_defaults_and_emulate_map ... ok112test build_json::tests::system_features_from_structured_attrs ... ok113test hub::relay::tests::reference_cycles_do_not_loop ... ok114test config::tests::env_overrides_tls_paths ... ok115test build_json::tests::fixed_output_detection ... ok116test hub::relay::tests::references_are_streamed_before_referrers ... ok117test hub::relay::tests::missing_paths_are_validated_against_the_offer ... ok118test config::tests::unknown_keys_are_rejected ... ok119test hub::state::tests::nix_config_json_escapes_peer_supplied_systems ... ok120test hub::state::tests::nix_config_union_systems_and_capped_oversubscribed_jobs ... ok121test hub::state::tests::departed_worker_keeps_its_platform_expected ... ok122test hub::state::tests::nix_config_without_workers_omits_max_jobs ... ok123test hub::state::tests::startup_window_awaits_then_unseen_platform_declines ... ok124test hub::state::tests::queued_job_fails_when_last_capable_worker_leaves ... ok125test hub::state::tests::worker_caps_feature_matching ... ok126test hub::submit::tests::dedupe_key_binds_full_request ... ok127test hub::submit::tests::dedupe_key_separates_sections ... ok128test hub::relay::tests::extras_with_wrong_signature_are_rejected ... ok129test hub::submit::tests::request_validation ... ok130test netpolicy::tests::default_policy_allows_everything ... ok131test netpolicy::tests::bad_values_are_rejected ... ok132test netpolicy::tests::first_match_wins_and_default_applies ... ok133test netpolicy::tests::keywords_and_v6_cidrs ... ok134test store::tests::store_path_validation ... ok135test tailscale::tests::ipv6_addr_is_encoded ... ok136test tailscale::tests::non_200_is_error ... ok137test tailscale::tests::parses_whois_body ... ok138test worker::agent::tests::env_rewrite_replaces_tmp_dir_references ... ok139test tmptar::tests::refuses_a_symlinked_build_dir ... ok140test tmptar::tests::unpack_does_not_follow_planted_symlinks ... ok141test tmptar::tests::unpack_strips_setuid_and_rejects_hardlinks ... ok142test worker::agent::tests::make_readable_skips_symlinks ... ok143test worker::binfmt::tests::i686_matches_em_386 ... ok144test worker::binfmt::tests::register_line_format ... ok145test tmptar::tests::archives_files_dirs_and_symlink_entries_without_following_them ... ok146test worker::build::tests::assignment_validation ... ok147test worker::caps::tests::uid_range_detection ... ok148test worker::caps::tests::recursive_nix_advertised_only_when_enabled_and_native ... ok149test tmptar::tests::unpack_chmod_stays_inside_dest ... ok150test worker::tests::sweep_removes_stale_builds_and_legacy_cache ... ok151test worker::build::tests::pack_one_nar_finds_references_and_excludes_self ... ok152test nar::tests::round_trip ... ok153test worker::pins::tests::references_outside_the_offer_are_ignored ... ok154test worker::pins::tests::pins_roots_missing_and_self_referencing_paths ... ok155test nar::tests::matches_nix_store_dump ... ok156test nar::tests::root_symlink_round_trip ... ok157test worker::agents::tests::agent_runs_a_build_end_to_end ... ok158159test result: ok. 49 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 0.10s160161 Doc-tests sandbox_proto162163running 0 tests164165test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s166installPhase
167actually installing contents of postBuildInstallFromCargoBuildLogOutTempYns to /nix/store/4csimyl8ycn3yi8ps7x7as3k88m6gr5m-tribuchet-0.1.0168stripping references to Rust toolchain169Rust toolchain at: /nix/store/hryiwxcrllcsl4zqv6xwd55ryx85p4fh-rustc-1.97.0170stripping Rust toolchain references done171stripping references to cargoVendorDir from:172/nix/store/4csimyl8ycn3yi8ps7x7as3k88m6gr5m-tribuchet-0.1.0/bin/tribuchet173stripping references done174signing files:175signing: /nix/store/4csimyl8ycn3yi8ps7x7as3k88m6gr5m-tribuchet-0.1.0/bin/tribuchet176signing donefixupPhase
177checking for references to /nix/var/nix/builds/nix-61715-351155241/ in /nix/store/4csimyl8ycn3yi8ps7x7as3k88m6gr5m-tribuchet-0.1.0...178patching script interpreter paths in /nix/store/4csimyl8ycn3yi8ps7x7as3k88m6gr5m-tribuchet-0.1.0179stripping (with command strip and flags -S) in /nix/store/4csimyl8ycn3yi8ps7x7as3k88m6gr5m-tribuchet-0.1.0/bin