tribuchet-0.1.0
checks.x86_64-linux.package-default
· build #318
· raw
unpackPhase
1unpacking source archive /nix/store/6p5yg3w3w8d8jr84gz9qrwpkpxq7rfa0-source2source root is sourcepatchPhase
3Executing configureCargoCommonVars4decompressing cargo artifacts from /nix/store/wgk75c1y82djm4wyqpfd3z9v1svk0lza-tribuchet-deps-0.1.0/target.tar.zst to targetconfigurePhase
5will append /build/source/.cargo-home/config.toml with contents of /nix/store/4flzw8ga4pn18n2hwfic5fi4p30hwzb0-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 (/build/source/crates/sandbox-proto)11 Compiling tribuchet v0.1.0 (/build/source/crates/tribuchet)12 Compiling netbench v0.1.0 (/build/source/crates/netbench)13 Finished `release` profile [optimized] target(s) in 27.56s14searching for bins/libs to install from cargo build log at cargoBuildLogLoaq.json15installing /build/source/target/release/netbench in postBuildInstallFromCargoBuildLogOutTempGwb/bin16installing /build/source/target/release/tribuchet in postBuildInstallFromCargoBuildLogOutTempGwb/bin17searching for bins/libs completecheckPhase
18+++ command cargo test --release --locked19 Compiling sandbox-proto v0.1.0 (/build/source/crates/sandbox-proto)20 Compiling netbench v0.1.0 (/build/source/crates/netbench)21 Compiling tribuchet v0.1.0 (/build/source/crates/tribuchet)22 Finished `release` profile [optimized] target(s) in 12.77s23 Running unittests src/main.rs (target/release/deps/netbench-a7167207c3a26bda)2425running 0 tests2627test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s2829 Running unittests src/lib.rs (target/release/deps/sandbox_proto-1560eb0bd17a8fb6)3031running 5 tests32test framing::tests::closed_connection_is_err ... ok33test framing::tests::error_reply_is_err ... ok34test framing::tests::reply_roundtrip ... ok35test framing::tests::call_roundtrip_with_fds ... ok36test framing::tests::large_message_leaves_the_next_one_intact ... ok3738test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s3940 Running unittests src/main.rs (target/release/deps/tribuchet-4678a5053fef541a)4142running 79 tests43test build_json::tests::system_features_from_plain_env ... ok44test build_json::tests::system_features_from_structured_attrs ... ok45test build_json::tests::network_detection ... ok46test hub::metrics::tests::label_escapes_and_truncates ... ok47test hub::relay::staging::tests::references_are_streamed_before_referrers ... ok48test hub::relay::staging::tests::largest_ready_path_streams_first ... ok49test hub::relay::staging::tests::reference_cycles_do_not_loop ... ok50test chunkstore::tests::roundtrip_and_contains ... ok51test hub::state::tests::nix_config_without_workers_omits_max_jobs ... ok52test fsutil::tests::force_remove_read_only_tree ... ok53test chunkstore::tests::reopen_truncates_torn_tail ... ok54test hub::chunkcache::tests::recipe_is_bound_to_nar_hash ... ok55test config::tests::worker_defaults_and_emulate_map ... ok56test config::tests::env_overrides_tls_paths ... ok57test hub::state::tests::nix_config_union_systems_and_capped_oversubscribed_jobs ... ok58test config::tests::unknown_keys_are_rejected ... ok59test hub::state::tests::departed_worker_keeps_its_platform_expected ... ok60test hub::state::tests::nix_config_json_escapes_peer_supplied_systems ... ok61test hub::state::tests::worker_caps_feature_matching ... ok62test hub::state::tests::startup_window_awaits_then_unseen_platform_declines ... ok63test hub::state::tests::queued_job_fails_when_last_capable_worker_leaves ... ok64test hub::state::tests::queued_job_survives_worker_restart_within_grace ... ok65test hub::submit::tests::dedupe_key_separates_sections ... ok66test hub::submit::tests::dedupe_key_binds_full_request ... ok67test chunkstore::tests::survives_reopen_via_recovery ... ok68test chunkstore::tests::reopen_drops_corrupt_payload ... ok69test hub::relay::serve::tests::serve_cached_skips_repack_and_reports_leftovers ... ok70test hub::state::tests::take_job_leaves_held_keys_to_their_holder ... ok71test nar::pack::tests::fifo_is_rejected ... ok72test netpolicy::tests::default_policy_allows_everything ... ok73test store::tests::store_path_validation ... ok74test tailscale::tests::non_200_is_error ... ok75test hub::submit::tests::request_validation ... ok76test tailscale::tests::ipv6_addr_is_encoded ... ok77test netpolicy::tests::first_match_wins_and_default_applies ... ok78test tailscale::tests::parses_whois_body ... ok79test netpolicy::tests::keywords_and_v6_cidrs ... ok80test nar::pack::tests::early_stop_terminates ... ok81test hub::state::replay::tests::slow_subscriber_paces_publish ... ok82test netpolicy::tests::bad_values_are_rejected ... ok83test worker::agent::tests::env_rewrite_replaces_tmp_dir_references ... ok84test tmpdir::tests::refuses_a_symlinked_build_dir ... ok85test tmpdir::tests::unpack_does_not_follow_existing_symlinks ... ok86test tmpdir::tests::packs_files_and_skips_symlinks_and_subdirs ... ok87test worker::agent::tests::make_readable_skips_symlinks ... ok88test worker::binfmt::tests::register_line_format ... ok89test tmpdir::tests::unpack_fixes_modes_and_refuses_non_basenames ... ok90test nar::pack::tests::matches_nix_store_dump ... ok91test nar::tests::root_symlink_round_trip ... ok92test worker::binfmt::tests::i686_matches_em_386 ... ok93test worker::build::claims::tests::abandoned_claim_reads_as_failed ... ok94test worker::agent::platform::tests::confined_agent_refuses_an_unsandboxed_start ... ok95test worker::build::chunks::tests::feed_import_forgets_corrupt_and_missing_chunks ... ok96test nar::pack::tests::root_file_and_symlink ... ok97test sockpath::tests::long_socket_paths_bind_and_connect ... ok98test worker::caps::tests::uid_range_detection ... ok99test attach::tests::replaces_existing_output_path ... ok100test worker::caps::tests::recursive_nix_advertised_only_when_enabled_and_native ... ok101test worker::build::claims::tests::second_build_waits_and_is_woken ... ok102test nar::tests::round_trip ... ok103test worker::logtail::tests::missing_log_means_no_cursor ... ok104test worker::logtail::tests::cursor_resumes_at_persisted_offset ... ok105test worker::build::tests::assignment_validation ... ok106test worker::sandbox::tests::recursive_nix_adds_the_daemon_socket_bind ... ok107test worker::logtail::tests::rejected_chunk_keeps_offset_for_retry ... ok108test worker::sandbox::tests::derivation_env_stays_off_the_setup_stage ... ok109test worker::tests::sweep_removes_stale_builds_and_keeps_adoptable_ones ... ok110test worker::resume::tests::persisted_running_state_round_trips ... ok111test worker::build::outputs::tests::pack_one_nar_finds_references_and_excludes_self ... ok112test nar::pack::tests::matches_harmonia ... ok113test worker::pins::tests::references_outside_the_offer_are_ignored ... ok114test worker::pins::tests::pins_roots_missing_and_self_referencing_paths ... ok115test worker::agents::tests::agent_runs_a_build_end_to_end ... ok116test tmpdir::tests::large_files_round_trip ... ok117test chunkstore::tests::scan_resistance ... ok118test chunkstore::tests::ghost_readmission_goes_to_main ... ok119test hub::relay::staging::tests::manifest_survives_full_channel ... ok120test chunker::tests::concatenation_is_the_nar ... ok121test chunkstore::tests::pinned_survives_eviction ... ok122123test result: ok. 79 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.57s124125 Doc-tests sandbox_proto126127running 0 tests128129test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s130installPhase
131actually installing contents of postBuildInstallFromCargoBuildLogOutTempGwb to /nix/store/767ahkzjxbcrs9zb6650mjf8673mpqpf-tribuchet-0.1.0132stripping references to Rust toolchain133Rust toolchain at: /nix/store/cqlx62f919g8xf2f39bmykslpjdh9z0j-rustc-1.97.1134stripping Rust toolchain references done135stripping references to cargoVendorDir from:136/nix/store/767ahkzjxbcrs9zb6650mjf8673mpqpf-tribuchet-0.1.0/bin/netbench137/nix/store/767ahkzjxbcrs9zb6650mjf8673mpqpf-tribuchet-0.1.0/bin/tribuchet138stripping references donefixupPhase
139shrinking RPATHs of ELF executables and libraries in /nix/store/767ahkzjxbcrs9zb6650mjf8673mpqpf-tribuchet-0.1.0140shrinking /nix/store/767ahkzjxbcrs9zb6650mjf8673mpqpf-tribuchet-0.1.0/bin/tribuchet141shrinking /nix/store/767ahkzjxbcrs9zb6650mjf8673mpqpf-tribuchet-0.1.0/bin/netbench142checking for references to /build/ in /nix/store/767ahkzjxbcrs9zb6650mjf8673mpqpf-tribuchet-0.1.0...143patching script interpreter paths in /nix/store/767ahkzjxbcrs9zb6650mjf8673mpqpf-tribuchet-0.1.0144stripping (with command strip and flags -S -p) in /nix/store/767ahkzjxbcrs9zb6650mjf8673mpqpf-tribuchet-0.1.0/bin