tribuchet-0.1.0
aarch64-darwin.package-default
· build #117
· raw
unpackPhase
1unpacking source archive /nix/store/r73zfjlc7zrpjcdzgi5z0adpi57lpd4a-source2source root is sourcepatchPhase
3Executing configureCargoCommonVars4decompressing cargo artifacts from /nix/store/yri9hdiydrhykrfw9yzjfk47lrbjw2sm-tribuchet-deps-0.1.0/target.tar.zst to targetconfigurePhase
5will append /nix/var/nix/builds/nix-93001-1736133589/source/.cargo-home/config.toml with contents of /nix/store/4zw6mpjdrp7hzh9mlly0h426cppaq3fq-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 --workspace --exclude tribuchet-sandboxd10 Compiling tribuchet v0.1.0 (/nix/var/nix/builds/nix-93001-1736133589/source/crates/tribuchet)11 Compiling sandbox-proto v0.1.0 (/nix/var/nix/builds/nix-93001-1736133589/source/crates/sandbox-proto)12warning: variable does not need to be mutable13 --> crates/tribuchet/src/worker/build.rs:393:1314 |15393 | let mut spec = sandbox::prepare(16 | ----^^^^17 | |18 | help: remove this `mut`19 |20 = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default2122warning: fields `build_memory_max` and `sandboxd` are never read23 --> crates/tribuchet/src/worker.rs:67:524 |2558 | struct WorkerCtx {26 | --------- fields in this struct27...2867 | build_memory_max: Option<u64>,29 | ^^^^^^^^^^^^^^^^30...3190 | sandboxd: Option<PathBuf>,32 | ^^^^^^^^33 |34 = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default3536warning: `tribuchet` (bin "tribuchet") generated 2 warnings (run `cargo fix --bin "tribuchet" -p tribuchet` to apply 1 suggestion)37 Finished `release` profile [optimized] target(s) in 14.07s38searching for bins/libs to install from cargo build log at cargoBuildLog3T4u.json39installing /nix/var/nix/builds/nix-93001-1736133589/source/target/release/tribuchet in postBuildInstallFromCargoBuildLogOutTempSHW/bin40searching for bins/libs completecheckPhase
41+++ command cargo test --release --workspace --exclude tribuchet-sandboxd -- --skip=worker::sandbox::tests::sandbox_runs_builder42 Compiling sandbox-proto v0.1.0 (/nix/var/nix/builds/nix-93001-1736133589/source/crates/sandbox-proto)43 Compiling tribuchet v0.1.0 (/nix/var/nix/builds/nix-93001-1736133589/source/crates/tribuchet)44warning: variable does not need to be mutable45 --> crates/tribuchet/src/worker/build.rs:393:1346 |47393 | let mut spec = sandbox::prepare(48 | ----^^^^49 | |50 | help: remove this `mut`51 |52 = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default5354warning: fields `build_memory_max` and `sandboxd` are never read55 --> crates/tribuchet/src/worker.rs:67:556 |5758 | struct WorkerCtx {58 | --------- fields in this struct59...6067 | build_memory_max: Option<u64>,61 | ^^^^^^^^^^^^^^^^62...6390 | sandboxd: Option<PathBuf>,64 | ^^^^^^^^65 |66 = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default6768warning: `tribuchet` (bin "tribuchet" test) generated 2 warnings (run `cargo fix --bin "tribuchet" -p tribuchet --tests` to apply 1 suggestion)69 Finished `release` profile [optimized] target(s) in 4.31s70 Running unittests src/lib.rs (target/release/deps/sandbox_proto-66fbceac47f349b6)7172running 4 tests73test tests::closed_connection_is_err ... ok74test tests::reply_roundtrip ... ok75test tests::error_reply_is_err ... ok76test tests::call_roundtrip_with_fds ... ok7778test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s7980 Running unittests src/main.rs (target/release/deps/tribuchet-2b814c51c67ef7bc)8182running 47 tests83test build_json::tests::system_features_from_plain_env ... ok84test hub::relay::tests::reference_cycles_do_not_loop ... ok85test hub::relay::tests::references_are_streamed_before_referrers ... ok86test build_json::tests::fixed_output_detection ... ok87test build_json::tests::system_features_from_structured_attrs ... ok88test config::tests::worker_defaults_and_emulate_map ... ok89test config::tests::unknown_keys_are_rejected ... ok90test hub::state::tests::nix_config_union_systems_and_capped_oversubscribed_jobs ... ok91test hub::state::tests::nix_config_without_workers_omits_max_jobs ... ok92test hub::state::tests::departed_worker_keeps_its_platform_expected ... ok93test hub::state::tests::startup_window_awaits_then_unseen_platform_declines ... ok94test hub::state::tests::worker_caps_feature_matching ... ok95test hub::state::tests::queued_job_fails_when_last_capable_worker_leaves ... ok96test hub::submit::tests::dedupe_key_binds_full_request ... ok97test hub::submit::tests::dedupe_key_ignores_per_attempt_top_tmp_dir ... ok98test hub::submit::tests::dedupe_key_separates_sections ... ok99test hub::submit::tests::request_validation ... ok100test hub::relay::tests::extras_with_wrong_signature_are_rejected ... ok101test netpolicy::tests::bad_values_are_rejected ... ok102test netpolicy::tests::default_policy_allows_everything ... ok103test netpolicy::tests::first_match_wins_and_default_applies ... ok104test store::tests::store_path_validation ... ok105test netpolicy::tests::keywords_and_v6_cidrs ... ok106test tailscale::tests::ipv6_addr_is_encoded ... ok107test tailscale::tests::non_200_is_error ... ok108test tailscale::tests::parses_whois_body ... ok109test worker::binfmt::tests::i686_matches_em_386 ... ok110test worker::binfmt::tests::register_line_format ... ok111test hub::submit::tests::top_tmp_dir_validation_rejects_symlinks_and_foreign_dirs ... ok112test worker::build::tests::assignment_validation ... ok113test worker::caps::tests::recursive_nix_advertised_only_when_enabled_and_native ... ok114test worker::build::tests::tmp_dir_archive_does_not_follow_planted_symlinks ... ok115test worker::caps::tests::uid_range_detection ... ok116test worker::build::tests::tmp_dir_archive_strips_setuid_and_rejects_hardlinks ... ok117test worker::imports::tests::awaiter_sees_owner_failure ... ok118test worker::imports::tests::dropped_owner_fails_awaiters ... ok119test hub::relay::tests::tmp_dir_archive_comes_from_the_validated_directory ... ok120test worker::build::tests::pack_one_nar_finds_references_and_excludes_self ... ok121test worker::imports::tests::stale_completed_claim_is_reowned ... ok122test worker::imports::tests::second_claim_awaits_owner_success ... ok123test hub::relay::tests::tmp_dir_archive_does_not_follow_symlink_entries ... ok124test worker::tests::sweep_removes_stale_builds_and_legacy_cache ... ok125test worker::build::tests::tmp_dir_archive_chmod_stays_inside_dest ... ok126test worker::reaper::tests::large_spawn_request_reaches_the_reaper ... ok127test nar::tests::round_trip ... ok128test nar::tests::matches_nix_store_dump ... ok129test nar::tests::root_symlink_round_trip ... ok130131test result: ok. 47 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 0.01s132133 Doc-tests sandbox_proto134135running 0 tests136137test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s138installPhase
139actually installing contents of postBuildInstallFromCargoBuildLogOutTempSHW to /nix/store/prwz9rlrjbc96yvzd48myqzs3z5d57v7-tribuchet-0.1.0140stripping references to Rust toolchain141Rust toolchain at: /nix/store/3yl4ywygwb6j82dvnlx2sy1nmgy3vc0y-rustc-1.96.1142stripping Rust toolchain references done143stripping references to cargoVendorDir from:144/nix/store/prwz9rlrjbc96yvzd48myqzs3z5d57v7-tribuchet-0.1.0/bin/tribuchet145stripping references done146signing files:147signing: /nix/store/prwz9rlrjbc96yvzd48myqzs3z5d57v7-tribuchet-0.1.0/bin/tribuchet148signing donefixupPhase
149checking for references to /nix/var/nix/builds/nix-93001-1736133589/ in /nix/store/prwz9rlrjbc96yvzd48myqzs3z5d57v7-tribuchet-0.1.0...150/nix/store/cv1d7p48379km6a85h4zp6kr86brh32q-audit-tmpdir.sh: line 39: 93575 Done find "$dir" -type f -not -path '*/.build-id/*' -print0151 93576 Segmentation fault: 11 | while IFS= read -r -d '' file; do152 if isELF "$file"; then153 printf '%s\0' "$file" 1>&3;154 else155 if isScript "$file"; then156 filename=${file##*/}; dir=${file%/*}; if [ -e "$dir/.$filename-wrapped" ]; then157 printf '%s\0' "$file" 1>&4;158 fi;159 fi;160 fi;161done162patching script interpreter paths in /nix/store/prwz9rlrjbc96yvzd48myqzs3z5d57v7-tribuchet-0.1.0163stripping (with command strip and flags -S) in /nix/store/prwz9rlrjbc96yvzd48myqzs3z5d57v7-tribuchet-0.1.0/bin