nixbot

builds

succeeded tribuchet-0.1.0 checks.x86_64-linux.package-default · build #296 · raw

unpackPhase
1unpacking source archive /nix/store/4g45dn6kgqa1xlg1l3h9n50p8d4v0n5p-source2source root is source
patchPhase
3Executing configureCargoCommonVars4decompressing cargo artifacts from /nix/store/kxdxxxvnnamc5w73r6nvfkgacl60cdv7-tribuchet-deps-0.1.0/target.tar.zst to target
configurePhase
5will append /build/source/.cargo-home/config.toml with contents of /nix/store/k40jwvvcsgmifqg7p8gwp1qsp26mx3l0-vendor-cargo-deps/config.toml6default configurePhase, nothing to do
buildPhase
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 26.98s14searching for bins/libs to install from cargo build log at cargoBuildLogDbt4.json15installing /build/source/target/release/netbench in postBuildInstallFromCargoBuildLogOutTempvpd/bin16installing /build/source/target/release/tribuchet in postBuildInstallFromCargoBuildLogOutTempvpd/bin17searching for bins/libs complete
checkPhase
18+++ command cargo test --release --locked19 Compiling netbench v0.1.0 (/build/source/crates/netbench)20 Compiling sandbox-proto v0.1.0 (/build/source/crates/sandbox-proto)21 Compiling tribuchet v0.1.0 (/build/source/crates/tribuchet)22 Finished `release` profile [optimized] target(s) in 12.19s23 Running unittests src/main.rs (target/release/deps/netbench-9e983aab1db8fa39)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-f1315f6dddd0e0a2)3031running 5 tests32test framing::tests::closed_connection_is_err ... ok33test framing::tests::call_roundtrip_with_fds ... ok34test framing::tests::error_reply_is_err ... ok35test framing::tests::reply_roundtrip ... 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-17b9aaec13123c09)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::chunkcache::tests::recipe_is_bound_to_nar_hash ... ok48test chunkstore::tests::roundtrip_and_contains ... ok49test hub::relay::staging::tests::largest_ready_path_streams_first ... ok50test hub::relay::staging::tests::references_are_streamed_before_referrers ... ok51test hub::relay::staging::tests::reference_cycles_do_not_loop ... ok52test config::tests::env_overrides_tls_paths ... ok53test config::tests::worker_defaults_and_emulate_map ... ok54test fsutil::tests::force_remove_read_only_tree ... ok55test hub::state::tests::departed_worker_keeps_its_platform_expected ... ok56test hub::state::tests::nix_config_union_systems_and_capped_oversubscribed_jobs ... ok57test hub::state::tests::nix_config_without_workers_omits_max_jobs ... ok58test hub::state::tests::worker_caps_feature_matching ... ok59test config::tests::unknown_keys_are_rejected ... ok60test hub::submit::tests::dedupe_key_separates_sections ... ok61test hub::submit::tests::dedupe_key_binds_full_request ... ok62test hub::state::tests::startup_window_awaits_then_unseen_platform_declines ... ok63test hub::state::tests::nix_config_json_escapes_peer_supplied_systems ... ok64test chunkstore::tests::survives_reopen_via_recovery ... ok65test chunkstore::tests::reopen_truncates_torn_tail ... ok66test chunkstore::tests::reopen_drops_corrupt_payload ... ok67test netpolicy::tests::default_policy_allows_everything ... ok68test nar::pack::tests::fifo_is_rejected ... ok69test hub::relay::serve::tests::serve_cached_skips_repack_and_reports_leftovers ... ok70test hub::state::tests::queued_job_fails_when_last_capable_worker_leaves ... ok71test hub::state::tests::take_job_leaves_held_keys_to_their_holder ... ok72test store::tests::store_path_validation ... ok73test hub::submit::tests::request_validation ... ok74test tailscale::tests::non_200_is_error ... ok75test netpolicy::tests::keywords_and_v6_cidrs ... ok76test hub::state::tests::queued_job_survives_worker_restart_within_grace ... ok77test netpolicy::tests::first_match_wins_and_default_applies ... ok78test tailscale::tests::ipv6_addr_is_encoded ... ok79test netpolicy::tests::bad_values_are_rejected ... ok80test tailscale::tests::parses_whois_body ... ok81test sockpath::tests::long_socket_paths_bind_and_connect ... ok82test tmpdir::tests::refuses_a_symlinked_build_dir ... ok83test worker::agent::tests::make_readable_skips_symlinks ... ok84test nar::pack::tests::root_file_and_symlink ... ok85test worker::agent::tests::env_rewrite_replaces_tmp_dir_references ... ok86test worker::binfmt::tests::i686_matches_em_386 ... ok87test worker::build::claims::tests::second_build_waits_and_is_woken ... ok88test tmpdir::tests::unpack_does_not_follow_existing_symlinks ... ok89test worker::build::claims::tests::abandoned_claim_reads_as_failed ... ok90test worker::binfmt::tests::register_line_format ... ok91test worker::build::chunks::tests::feed_import_forgets_corrupt_and_missing_chunks ... ok92test worker::caps::tests::uid_range_detection ... ok93test tmpdir::tests::unpack_fixes_modes_and_refuses_non_basenames ... ok94test nar::pack::tests::matches_nix_store_dump ... ok95test nar::pack::tests::early_stop_terminates ... ok96test attach::tests::replaces_existing_output_path ... ok97test worker::logtail::tests::missing_log_means_no_cursor ... ok98test nar::tests::root_symlink_round_trip ... ok99test tmpdir::tests::packs_files_and_skips_symlinks_and_subdirs ... ok100test worker::logtail::tests::cursor_resumes_at_persisted_offset ... ok101test worker::logtail::tests::rejected_chunk_keeps_offset_for_retry ... ok102test worker::caps::tests::recursive_nix_advertised_only_when_enabled_and_native ... ok103test worker::build::tests::assignment_validation ... ok104test hub::state::replay::tests::slow_subscriber_paces_publish ... ok105test worker::build::outputs::tests::pack_one_nar_finds_references_and_excludes_self ... ok106test worker::tests::sweep_removes_stale_builds_and_keeps_adoptable_ones ... ok107test worker::sandbox::tests::derivation_env_stays_off_the_setup_stage ... ok108test worker::resume::tests::persisted_running_state_round_trips ... ok109test worker::agent::platform::tests::confined_agent_refuses_an_unsandboxed_start ... ok110test worker::sandbox::tests::recursive_nix_adds_the_daemon_socket_bind ... ok111test nar::tests::round_trip ... ok112test worker::agents::tests::agent_runs_a_build_end_to_end ... ok113test worker::pins::tests::references_outside_the_offer_are_ignored ... ok114test worker::pins::tests::pins_roots_missing_and_self_referencing_paths ... ok115test nar::pack::tests::matches_harmonia ... 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.52s124125 Doc-tests sandbox_proto126127running 0 tests128129test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s130
installPhase
131actually installing contents of postBuildInstallFromCargoBuildLogOutTempvpd to /nix/store/hq20r84mvirm90wpdmk351n592ywnynd-tribuchet-0.1.0132stripping references to Rust toolchain133Rust toolchain at: /nix/store/hjh2pcv59jhxwh6japwx1v437w4yrbp1-rustc-1.97.1134stripping Rust toolchain references done135stripping references to cargoVendorDir from:136/nix/store/hq20r84mvirm90wpdmk351n592ywnynd-tribuchet-0.1.0/bin/netbench137/nix/store/hq20r84mvirm90wpdmk351n592ywnynd-tribuchet-0.1.0/bin/tribuchet138stripping references done
fixupPhase
139shrinking RPATHs of ELF executables and libraries in /nix/store/hq20r84mvirm90wpdmk351n592ywnynd-tribuchet-0.1.0140shrinking /nix/store/hq20r84mvirm90wpdmk351n592ywnynd-tribuchet-0.1.0/bin/tribuchet141shrinking /nix/store/hq20r84mvirm90wpdmk351n592ywnynd-tribuchet-0.1.0/bin/netbench142checking for references to /build/ in /nix/store/hq20r84mvirm90wpdmk351n592ywnynd-tribuchet-0.1.0...143patching script interpreter paths in /nix/store/hq20r84mvirm90wpdmk351n592ywnynd-tribuchet-0.1.0144stripping (with command strip and flags -S -p) in /nix/store/hq20r84mvirm90wpdmk351n592ywnynd-tribuchet-0.1.0/bin