tribuchet-0.1.0
default.checks.aarch64-darwin.package-default
· build #204
· raw
unpackPhase
1unpacking source archive /nix/store/81ki6hk05k3pmblqsyq10k29sn2qdi2v-source2source root is sourcepatchPhase
3Executing configureCargoCommonVars4decompressing cargo artifacts from /nix/store/yz6wqp8nbfj882aadfazd13wdlfmpx9h-tribuchet-deps-0.1.0/target.tar.zst to targetconfigurePhase
5will append /nix/var/nix/builds/nix-39810-738660899/source/.cargo-home/config.toml with contents of /nix/store/gjcnsmpsvwi5s63sqd5l0cda8bcrvphg-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-39810-738660899/source/crates/sandbox-proto)11 Compiling tribuchet v0.1.0 (/nix/var/nix/builds/nix-39810-738660899/source/crates/tribuchet)12 Finished `release` profile [optimized] target(s) in 21.67s13searching for bins/libs to install from cargo build log at cargoBuildLogw0xy.json14installing /nix/var/nix/builds/nix-39810-738660899/source/target/release/tribuchet in postBuildInstallFromCargoBuildLogOutTempbaI/bin15searching for bins/libs completecheckPhase
16+++ command cargo test --release --locked -- --skip=worker::agents::tests::seatbelt_profile_confines_the_builder17 Compiling sandbox-proto v0.1.0 (/nix/var/nix/builds/nix-39810-738660899/source/crates/sandbox-proto)18 Compiling tribuchet v0.1.0 (/nix/var/nix/builds/nix-39810-738660899/source/crates/tribuchet)19 Finished `release` profile [optimized] target(s) in 6.30s20 Running unittests src/lib.rs (target/release/deps/sandbox_proto-3fb6c21651375961)2122running 5 tests23test framing::tests::closed_connection_is_err ... ok24test framing::tests::error_reply_is_err ... ok25test framing::tests::call_roundtrip_with_fds ... ok26test framing::tests::reply_roundtrip ... ok27test framing::tests::large_message_leaves_the_next_one_intact ... ok2829test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s3031 Running unittests src/main.rs (target/release/deps/tribuchet-3492b85c9941c3fe)3233running 54 tests34test build_json::tests::system_features_from_plain_env ... ok35test build_json::tests::system_features_from_structured_attrs ... ok36test build_json::tests::fixed_output_detection ... ok37test hub::metrics::tests::label_escapes_and_truncates ... ok38test config::tests::env_overrides_tls_paths ... ok39test config::tests::worker_defaults_and_emulate_map ... ok40test hub::relay::tests::missing_paths_are_validated_against_the_offer ... ok41test hub::relay::tests::reference_cycles_do_not_loop ... ok42test config::tests::unknown_keys_are_rejected ... ok43test hub::relay::tests::references_are_streamed_before_referrers ... ok44test hub::state::tests::departed_worker_keeps_its_platform_expected ... ok45test hub::state::tests::nix_config_json_escapes_peer_supplied_systems ... ok46test hub::state::tests::nix_config_union_systems_and_capped_oversubscribed_jobs ... ok47test hub::state::tests::nix_config_without_workers_omits_max_jobs ... ok48test hub::state::tests::startup_window_awaits_then_unseen_platform_declines ... ok49test hub::state::tests::worker_caps_feature_matching ... ok50test hub::relay::tests::extras_with_wrong_signature_are_rejected ... ok51test hub::state::tests::queued_job_fails_when_last_capable_worker_leaves ... ok52test hub::submit::tests::dedupe_key_binds_full_request ... ok53test hub::submit::tests::dedupe_key_separates_sections ... ok54test hub::submit::tests::request_validation ... ok55test netpolicy::tests::bad_values_are_rejected ... ok56test netpolicy::tests::default_policy_allows_everything ... ok57test netpolicy::tests::first_match_wins_and_default_applies ... ok58test netpolicy::tests::keywords_and_v6_cidrs ... ok59test store::tests::store_path_validation ... ok60test tailscale::tests::non_200_is_error ... ok61test tailscale::tests::ipv6_addr_is_encoded ... ok62test tailscale::tests::parses_whois_body ... ok63test tmpdir::tests::refuses_a_symlinked_build_dir ... ok64test worker::agent::tests::env_rewrite_replaces_tmp_dir_references ... ok65test sockpath::tests::long_socket_paths_bind_and_connect ... ok66test tmpdir::tests::unpack_does_not_follow_existing_symlinks ... ok67test worker::binfmt::tests::i686_matches_em_386 ... ok68test tmpdir::tests::packs_files_and_skips_symlinks_and_subdirs ... ok69test tmpdir::tests::unpack_fixes_modes_and_refuses_non_basenames ... ok70test worker::binfmt::tests::register_line_format ... ok71test attach::tests::replaces_existing_output_path ... ok72test worker::agent::tests::make_readable_skips_symlinks ... ok73test worker::caps::tests::recursive_nix_advertised_only_when_enabled_and_native ... ok74test worker::caps::tests::uid_range_detection ... ok75test worker::logtail::tests::missing_log_means_no_cursor ... ok76test worker::pins::tests::pins_roots_missing_and_self_referencing_paths ... ok77test worker::pins::tests::references_outside_the_offer_are_ignored ... ok78test worker::tests::sweep_removes_stale_builds_and_legacy_cache ... ok79test nar::tests::root_symlink_round_trip ... ok80test nar::tests::matches_nix_store_dump ... ok81test worker::build::tests::pack_one_nar_finds_references_and_excludes_self ... ok82test worker::logtail::tests::rejected_chunk_keeps_offset_for_retry ... ok83test worker::logtail::tests::cursor_resumes_at_persisted_offset ... ok84test nar::tests::round_trip ... ok85test tmpdir::tests::large_files_round_trip ... ok86test worker::build::tests::assignment_validation ... ok87test worker::agents::tests::agent_runs_a_build_end_to_end ... ok8889test result: ok. 54 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 0.05s9091 Doc-tests sandbox_proto9293running 0 tests9495test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s96installPhase
97actually installing contents of postBuildInstallFromCargoBuildLogOutTempbaI to /nix/store/qygv8vsji4vgkm415yixqm0wn9176dbg-tribuchet-0.1.098stripping references to Rust toolchain99Rust toolchain at: /nix/store/z7m83pil2wjiy0vp3a5xr7q3nz4qx0kb-rustc-1.97.1100stripping Rust toolchain references done101stripping references to cargoVendorDir from:102/nix/store/qygv8vsji4vgkm415yixqm0wn9176dbg-tribuchet-0.1.0/bin/tribuchet103stripping references done104signing files:105signing: /nix/store/qygv8vsji4vgkm415yixqm0wn9176dbg-tribuchet-0.1.0/bin/tribuchet106signing donefixupPhase
107checking for references to /nix/var/nix/builds/nix-39810-738660899/ in /nix/store/qygv8vsji4vgkm415yixqm0wn9176dbg-tribuchet-0.1.0...108/nix/store/cv1d7p48379km6a85h4zp6kr86brh32q-audit-tmpdir.sh: line 39: 40448 Done find "$dir" -type f -not -path '*/.build-id/*' -print0109 40449 Segmentation fault: 11 | while IFS= read -r -d '' file; do110 if isELF "$file"; then111 printf '%s\0' "$file" 1>&3;112 else113 if isScript "$file"; then114 filename=${file##*/}; dir=${file%/*}; if [ -e "$dir/.$filename-wrapped" ]; then115 printf '%s\0' "$file" 1>&4;116 fi;117 fi;118 fi;119done120patching script interpreter paths in /nix/store/qygv8vsji4vgkm415yixqm0wn9176dbg-tribuchet-0.1.0121stripping (with command strip and flags -S) in /nix/store/qygv8vsji4vgkm415yixqm0wn9176dbg-tribuchet-0.1.0/bin