tribuchet-0.1.0
checks.x86_64-linux.package-default
· build #290
· raw
unpackPhase
1unpacking source archive /nix/store/90xx52nj4c95953al2qrnhfhqv57c086-source2source root is sourcepatchPhase
3Executing configureCargoCommonVars4decompressing cargo artifacts from /nix/store/m44yb2gx5k4baz7f692wz2qzdpxakw78-tribuchet-deps-0.1.0/target.tar.zst to target5patchPhase completed in 1 minutes 27 secondsconfigurePhase
6will append /build/source/.cargo-home/config.toml with contents of /nix/store/cbpqln88djkh1rh8k9d82kvpkbrd07w1-vendor-cargo-deps/config.toml7default configurePhase, nothing to dobuildPhase
8+++ command cargo --version9cargo 1.97.0 (c980f4866 2026-06-30)10+++ command cargo build --release --message-format json-render-diagnostics --locked11 Compiling sandbox-proto v0.1.0 (/build/source/crates/sandbox-proto)12 Compiling tribuchet v0.1.0 (/build/source/crates/tribuchet)13 Compiling netbench v0.1.0 (/build/source/crates/netbench)14 Finished `release` profile [optimized] target(s) in 3m 53s15searching for bins/libs to install from cargo build log at cargoBuildLognLyl.json16installing /build/source/target/release/netbench in postBuildInstallFromCargoBuildLogOutTempJFl/bin17installing /build/source/target/release/tribuchet in postBuildInstallFromCargoBuildLogOutTempJFl/bin18searching for bins/libs complete19buildPhase completed in 4 minutes 22 secondscheckPhase
20+++ command cargo test --release --locked21 Compiling netbench v0.1.0 (/build/source/crates/netbench)22 Compiling sandbox-proto v0.1.0 (/build/source/crates/sandbox-proto)23 Compiling tribuchet v0.1.0 (/build/source/crates/tribuchet)24 Finished `release` profile [optimized] target(s) in 3m 33s25 Running unittests src/main.rs (target/release/deps/netbench-9e983aab1db8fa39)2627running 0 tests2829test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s3031 Running unittests src/lib.rs (target/release/deps/sandbox_proto-f1315f6dddd0e0a2)3233running 5 tests34test framing::tests::call_roundtrip_with_fds ... ok35test framing::tests::error_reply_is_err ... ok36test framing::tests::closed_connection_is_err ... ok37test framing::tests::reply_roundtrip ... ok38test framing::tests::large_message_leaves_the_next_one_intact ... ok3940test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s4142 Running unittests src/main.rs (target/release/deps/tribuchet-9808ffb709e32a98)4344running 79 tests45test config::tests::env_overrides_tls_paths ... ok46test build_json::tests::system_features_from_plain_env ... ok47test build_json::tests::system_features_from_structured_attrs ... ok48test chunkstore::tests::roundtrip_and_contains ... ok49test build_json::tests::network_detection ... ok50test config::tests::unknown_keys_are_rejected ... ok51test hub::metrics::tests::label_escapes_and_truncates ... ok52test hub::state::tests::departed_worker_keeps_its_platform_expected ... ok53test hub::state::tests::nix_config_json_escapes_peer_supplied_systems ... ok54test hub::chunkcache::tests::recipe_is_bound_to_nar_hash ... ok55test hub::state::tests::nix_config_union_systems_and_capped_oversubscribed_jobs ... ok56test hub::state::tests::nix_config_without_workers_omits_max_jobs ... ok57test hub::relay::serve::tests::serve_cached_skips_repack_and_reports_leftovers ... ok58test hub::state::tests::take_job_leaves_held_keys_to_their_holder ... ok59test hub::state::tests::worker_caps_feature_matching ... ok60test hub::relay::staging::tests::largest_ready_path_streams_first ... ok61test hub::state::tests::queued_job_survives_worker_restart_within_grace ... ok62test hub::relay::staging::tests::reference_cycles_do_not_loop ... ok63test hub::submit::tests::dedupe_key_binds_full_request ... ok64test hub::submit::tests::dedupe_key_separates_sections ... ok65test hub::submit::tests::request_validation ... ok66test netpolicy::tests::bad_values_are_rejected ... ok67test hub::relay::staging::tests::references_are_streamed_before_referrers ... ok68test nar::pack::tests::early_stop_terminates ... ok69test nar::pack::tests::fifo_is_rejected ... ok70test hub::state::tests::queued_job_fails_when_last_capable_worker_leaves ... ok71test netpolicy::tests::default_policy_allows_everything ... ok72test netpolicy::tests::keywords_and_v6_cidrs ... ok73test netpolicy::tests::first_match_wins_and_default_applies ... ok74test store::tests::store_path_validation ... ok75test hub::state::tests::startup_window_awaits_then_unseen_platform_declines ... ok76test config::tests::worker_defaults_and_emulate_map ... ok77test tailscale::tests::ipv6_addr_is_encoded ... ok78test nar::tests::root_symlink_round_trip ... ok79test tailscale::tests::non_200_is_error ... ok80test tailscale::tests::parses_whois_body ... ok81test nar::pack::tests::matches_nix_store_dump ... ok82test tmpdir::tests::refuses_a_symlinked_build_dir ... ok83test hub::state::replay::tests::slow_subscriber_paces_publish ... ok84test nar::pack::tests::root_file_and_symlink ... ok85test nar::tests::round_trip ... ok86test tmpdir::tests::packs_files_and_skips_symlinks_and_subdirs ... ok87test tmpdir::tests::unpack_does_not_follow_existing_symlinks ... ok88test worker::agent::tests::env_rewrite_replaces_tmp_dir_references ... ok89test tmpdir::tests::unpack_fixes_modes_and_refuses_non_basenames ... ok90test hub::relay::staging::tests::manifest_survives_full_channel ... ok91test worker::caps::tests::recursive_nix_advertised_only_when_enabled_and_native ... ok92test worker::agent::tests::make_readable_skips_symlinks ... ok93test attach::tests::replaces_existing_output_path ... ok94test worker::logtail::tests::missing_log_means_no_cursor ... ok95test worker::caps::tests::uid_range_detection ... ok96test worker::logtail::tests::cursor_resumes_at_persisted_offset ... ok97test worker::logtail::tests::rejected_chunk_keeps_offset_for_retry ... ok98test worker::pins::tests::pins_roots_missing_and_self_referencing_paths ... ok99test worker::pins::tests::references_outside_the_offer_are_ignored ... ok100test worker::tests::sweep_removes_stale_builds_and_keeps_adoptable_ones ... ok101test worker::binfmt::tests::register_line_format ... ok102test worker::build::chunks::tests::feed_import_forgets_corrupt_and_missing_chunks ... ok103test worker::resume::tests::persisted_running_state_round_trips ... ok104test worker::build::claims::tests::abandoned_claim_reads_as_failed ... ok105test fsutil::tests::force_remove_read_only_tree ... ok106test worker::build::claims::tests::second_build_waits_and_is_woken ... ok107test worker::build::tests::assignment_validation ... ok108test worker::binfmt::tests::i686_matches_em_386 ... ok109test worker::sandbox::tests::recursive_nix_adds_the_daemon_socket_bind ... ok110test worker::agent::platform::tests::confined_agent_refuses_an_unsandboxed_start ... ok111test worker::sandbox::tests::derivation_env_stays_off_the_setup_stage ... ok112test worker::build::outputs::tests::pack_one_nar_finds_references_and_excludes_self ... ok113test worker::agents::tests::agent_runs_a_build_end_to_end ... ok114test tmpdir::tests::large_files_round_trip ... ok115test sockpath::tests::long_socket_paths_bind_and_connect ... ok116test nar::pack::tests::matches_harmonia ... ok117test chunker::tests::concatenation_is_the_nar ... ok118test chunkstore::tests::survives_reopen_via_recovery ... ok119test chunkstore::tests::reopen_truncates_torn_tail ... ok120test chunkstore::tests::reopen_drops_corrupt_payload ... ok121test chunkstore::tests::scan_resistance ... ok122test chunkstore::tests::ghost_readmission_goes_to_main ... ok123test chunkstore::tests::pinned_survives_eviction has been running for over 60 seconds124test chunkstore::tests::pinned_survives_eviction ... ok125126test result: ok. 79 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 81.57s127128 Doc-tests sandbox_proto129130running 0 tests131132test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s133134checkPhase completed in 4 minutes 57 secondsinstallPhase
135actually installing contents of postBuildInstallFromCargoBuildLogOutTempJFl to /nix/store/w23d2bx7y16wx3nhm3xdb72fwgha2ky4-tribuchet-0.1.0136stripping references to Rust toolchain137Rust toolchain at: /nix/store/hjh2pcv59jhxwh6japwx1v437w4yrbp1-rustc-1.97.1138stripping Rust toolchain references done139stripping references to cargoVendorDir from:140/nix/store/w23d2bx7y16wx3nhm3xdb72fwgha2ky4-tribuchet-0.1.0/bin/netbench141/nix/store/w23d2bx7y16wx3nhm3xdb72fwgha2ky4-tribuchet-0.1.0/bin/tribuchet142stripping references donefixupPhase
143shrinking RPATHs of ELF executables and libraries in /nix/store/w23d2bx7y16wx3nhm3xdb72fwgha2ky4-tribuchet-0.1.0144shrinking /nix/store/w23d2bx7y16wx3nhm3xdb72fwgha2ky4-tribuchet-0.1.0/bin/netbench145shrinking /nix/store/w23d2bx7y16wx3nhm3xdb72fwgha2ky4-tribuchet-0.1.0/bin/tribuchet146checking for references to /build/ in /nix/store/w23d2bx7y16wx3nhm3xdb72fwgha2ky4-tribuchet-0.1.0...147patching script interpreter paths in /nix/store/w23d2bx7y16wx3nhm3xdb72fwgha2ky4-tribuchet-0.1.0148stripping (with command strip and flags -S -p) in /nix/store/w23d2bx7y16wx3nhm3xdb72fwgha2ky4-tribuchet-0.1.0/bin