tribuchet-0.1.0
aarch64-linux.package-default
· build #124
· raw
1tribuchet: building on eliza
unpackPhase
2unpacking source archive /nix/store/ndm68frhsm4h19swk6jmy2dlax17dqb9-source3source root is sourcepatchPhase
4Executing configureCargoCommonVars5decompressing cargo artifacts from /nix/store/gmxhbgpmyaq86g81086d67wbq27cpj86-tribuchet-deps-0.1.0/target.tar.zst to targetconfigurePhase
6will append /build/source/.cargo-home/config.toml with contents of /nix/store/1qsl83w9bj1yj9w2wqw53j1yz5wwbv8w-vendor-cargo-deps/config.toml7default configurePhase, nothing to dobuildPhase
8+++ command cargo --version9cargo 1.96.2 (356927216 2026-06-26)10+++ command cargo build --release --message-format json-render-diagnostics11 Compiling sandbox-proto v0.1.0 (/build/source/crates/sandbox-proto)12 Compiling tribuchet v0.1.0 (/build/source/crates/tribuchet)13 Compiling tribuchet-sandboxd v0.1.0 (/build/source/crates/tribuchet-sandboxd)14 Finished `release` profile [optimized] target(s) in 20.73s15searching for bins/libs to install from cargo build log at cargoBuildLogKXnr.json16installing /build/source/target/release/tribuchet-sandboxd in postBuildInstallFromCargoBuildLogOutTempYqO/bin17installing /build/source/target/release/tribuchet in postBuildInstallFromCargoBuildLogOutTempYqO/bin18searching for bins/libs completecheckPhase
19+++ command cargo test --release20 Compiling sandbox-proto v0.1.0 (/build/source/crates/sandbox-proto)21 Compiling tribuchet-sandboxd v0.1.0 (/build/source/crates/tribuchet-sandboxd)22 Compiling tribuchet v0.1.0 (/build/source/crates/tribuchet)23 Finished `release` profile [optimized] target(s) in 9.22s24 Running unittests src/lib.rs (target/release/deps/sandbox_proto-fd3371928fda1dd6)2526running 4 tests27test tests::closed_connection_is_err ... ok28test tests::reply_roundtrip ... ok29test tests::call_roundtrip_with_fds ... ok30test tests::error_reply_is_err ... ok3132test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s3334 Running unittests src/main.rs (target/release/deps/tribuchet-fcb81e0fe73eb4d2)3536running 52 tests37test hub::relay::tests::reference_cycles_do_not_loop ... ok38test build_json::tests::system_features_from_plain_env ... ok39test hub::relay::tests::references_are_streamed_before_referrers ... ok40test build_json::tests::system_features_from_structured_attrs ... ok41test build_json::tests::fixed_output_detection ... ok42test config::tests::unknown_keys_are_rejected ... ok43test config::tests::worker_defaults_and_emulate_map ... ok44test hub::state::tests::worker_caps_feature_matching ... ok45test hub::submit::tests::dedupe_key_separates_sections ... ok46test hub::submit::tests::dedupe_key_ignores_per_attempt_top_tmp_dir ... ok47test hub::submit::tests::dedupe_key_binds_full_request ... ok48test hub::state::tests::nix_config_union_systems_and_capped_oversubscribed_jobs ... ok49test hub::state::tests::nix_config_without_workers_omits_max_jobs ... ok50test hub::state::tests::departed_worker_keeps_its_platform_expected ... ok51test hub::state::tests::startup_window_awaits_then_unseen_platform_declines ... ok52test hub::submit::tests::request_validation ... ok53test netpolicy::tests::default_policy_allows_everything ... ok54test store::tests::store_path_validation ... ok55test netpolicy::tests::keywords_and_v6_cidrs ... ok56test tailscale::tests::ipv6_addr_is_encoded ... ok57test netpolicy::tests::first_match_wins_and_default_applies ... ok58test netpolicy::tests::bad_values_are_rejected ... ok59test hub::state::tests::queued_job_fails_when_last_capable_worker_leaves ... ok60test worker::binfmt::tests::i686_matches_em_386 ... ok61test tailscale::tests::parses_whois_body ... ok62test tailscale::tests::non_200_is_error ... ok63test worker::binfmt::tests::register_line_format ... ok64test worker::caps::tests::uid_range_detection ... ok65test worker::caps::tests::recursive_nix_advertised_only_when_enabled_and_native ... ok66test hub::submit::tests::top_tmp_dir_validation_rejects_symlinks_and_foreign_dirs ... ok67test hub::relay::tests::extras_with_wrong_signature_are_rejected ... ok68test worker::imports::tests::dropped_owner_fails_awaiters ... ok69test worker::imports::tests::awaiter_sees_owner_failure ... ok70test worker::imports::tests::second_claim_awaits_owner_success ... ok71test worker::imports::tests::stale_completed_claim_is_reowned ... ok72test worker::build::tests::assignment_validation ... ok73test worker::build::tests::tmp_dir_archive_does_not_follow_planted_symlinks ... ok74test worker::sandboxd::tests::missing_socket_fails ... ok75test worker::build::tests::tmp_dir_archive_strips_setuid_and_rejects_hardlinks ... ok76test nar::tests::matches_nix_store_dump ... ok77test worker::build::tests::tmp_dir_archive_chmod_stays_inside_dest ... ok78test worker::tests::sweep_removes_stale_builds_and_legacy_cache ... ok79test worker::sandbox::tests::derivation_env_stays_off_the_setup_stage ... ok80test hub::relay::tests::tmp_dir_archive_comes_from_the_validated_directory ... ok81test hub::relay::tests::tmp_dir_archive_does_not_follow_symlink_entries ... ok82test worker::build::tests::pack_one_nar_finds_references_and_excludes_self ... ok83test nar::tests::root_symlink_round_trip ... ok84test nar::tests::round_trip ... ok85test worker::sandboxd::tests::error_reply_is_reported ... ok86test worker::reaper::tests::large_spawn_request_reaches_the_reaper ... ok87test worker::sandboxd::tests::allocate_lease ... ok88test worker::sandbox::tests::recursive_nix_adds_the_daemon_socket_bind ... ok8990test result: ok. 52 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s9192 Running unittests src/main.rs (target/release/deps/tribuchet_sandboxd-0e8c31e6f0ae4f5d)9394running 8 tests95test lease::tests::create_cgroup_rejects_bad_build_id ... ok96test pool::tests::blocks_are_disjoint_and_reusable ... ok97test lease::tests::verify_userns_rejects_mismatched_fd ... ok98test lease::tests::pidfd_pid_of_self ... ok99test lease::tests::verify_userns_rejects_already_mapped_ns ... ok100test lease::tests::read_write_at ... ok101test lease::tests::lease_ends_when_the_worker_never_spawned ... ok102test lease::tests::lease_outlives_the_connection_until_the_cgroup_drains ... ok103104test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.60s105106 Doc-tests sandbox_proto107108running 0 tests109110test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s111installPhase
112actually installing contents of postBuildInstallFromCargoBuildLogOutTempYqO to /nix/store/fj5p753km9ayxgxdkk83x1ny82nk5b60-tribuchet-0.1.0113stripping references to Rust toolchain114Rust toolchain at: /nix/store/bx68ph2vqyxvkn4ilchhgx2pqa9wva42-rustc-1.96.1115stripping Rust toolchain references done116stripping references to cargoVendorDir from:117/nix/store/fj5p753km9ayxgxdkk83x1ny82nk5b60-tribuchet-0.1.0/bin/tribuchet118/nix/store/fj5p753km9ayxgxdkk83x1ny82nk5b60-tribuchet-0.1.0/bin/tribuchet-sandboxd119stripping references donefixupPhase
120shrinking RPATHs of ELF executables and libraries in /nix/store/fj5p753km9ayxgxdkk83x1ny82nk5b60-tribuchet-0.1.0121shrinking /nix/store/fj5p753km9ayxgxdkk83x1ny82nk5b60-tribuchet-0.1.0/bin/tribuchet122shrinking /nix/store/fj5p753km9ayxgxdkk83x1ny82nk5b60-tribuchet-0.1.0/bin/tribuchet-sandboxd123checking for references to /build/ in /nix/store/fj5p753km9ayxgxdkk83x1ny82nk5b60-tribuchet-0.1.0...124patching script interpreter paths in /nix/store/fj5p753km9ayxgxdkk83x1ny82nk5b60-tribuchet-0.1.0125stripping (with command strip and flags -S -p) in /nix/store/fj5p753km9ayxgxdkk83x1ny82nk5b60-tribuchet-0.1.0/bin