nixbot

builds

succeeded tribuchet-0.1.0 checks.aarch64-linux.package-default · build #258 · raw

1tribuchet: building on eliza
unpackPhase
2unpacking source archive /nix/store/2d1iiamiab552if9gdkmql0440wk3hbz-source3source root is source
patchPhase
4Executing configureCargoCommonVars5decompressing cargo artifacts from /nix/store/a4xnpmahqp5aax04xkmmc0n7ckwfqsdp-tribuchet-deps-0.1.0/target.tar.zst to target
configurePhase
6will append /build/source/.cargo-home/config.toml with contents of /nix/store/imrw0vvbi9bymfqp4p38w4l3h3hkl3fq-vendor-cargo-deps/config.toml7default configurePhase, nothing to do
buildPhase
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 25.67s15searching for bins/libs to install from cargo build log at cargoBuildLogHjPr.json16installing /build/source/target/release/netbench in postBuildInstallFromCargoBuildLogOutTemprcE/bin17installing /build/source/target/release/tribuchet in postBuildInstallFromCargoBuildLogOutTemprcE/bin18searching for bins/libs complete
checkPhase
19+++ command cargo test --release --locked20 Compiling sandbox-proto v0.1.0 (/build/source/crates/sandbox-proto)21 Compiling netbench v0.1.0 (/build/source/crates/netbench)22 Compiling tribuchet v0.1.0 (/build/source/crates/tribuchet)23 Finished `release` profile [optimized] target(s) in 12.01s24 Running unittests src/main.rs (target/release/deps/netbench-4586c7f9d8632f66)2526running 0 tests2728test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s2930 Running unittests src/lib.rs (target/release/deps/sandbox_proto-6880b933cdb72c49)3132running 5 tests33test framing::tests::closed_connection_is_err ... ok34test framing::tests::error_reply_is_err ... ok35test framing::tests::reply_roundtrip ... ok36test framing::tests::call_roundtrip_with_fds ... ok37test framing::tests::large_message_leaves_the_next_one_intact ... ok3839test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s4041 Running unittests src/main.rs (target/release/deps/tribuchet-a17d6572ab6c0cd6)4243running 68 tests44test build_json::tests::system_features_from_plain_env ... ok45test build_json::tests::fixed_output_detection ... ok46test build_json::tests::system_features_from_structured_attrs ... ok47test hub::metrics::tests::label_escapes_and_truncates ... ok48test hub::relay::staging::tests::reference_cycles_do_not_loop ... ok49test hub::relay::staging::tests::largest_ready_path_streams_first ... ok50test hub::relay::staging::tests::references_are_streamed_before_referrers ... ok51test hub::state::tests::nix_config_json_escapes_peer_supplied_systems ... ok52test hub::state::tests::nix_config_without_workers_omits_max_jobs ... ok53test hub::state::tests::nix_config_union_systems_and_capped_oversubscribed_jobs ... ok54test config::tests::worker_defaults_and_emulate_map ... ok55test config::tests::env_overrides_tls_paths ... ok56test hub::state::tests::worker_caps_feature_matching ... ok57test chunkstore::tests::roundtrip_and_contains ... ok58test config::tests::unknown_keys_are_rejected ... ok59test hub::submit::tests::dedupe_key_separates_sections ... ok60test hub::submit::tests::dedupe_key_binds_full_request ... ok61test hub::state::tests::departed_worker_keeps_its_platform_expected ... ok62test hub::state::tests::startup_window_awaits_then_unseen_platform_declines ... ok63test netpolicy::tests::default_policy_allows_everything ... ok64test store::tests::store_path_validation ... ok65test netpolicy::tests::keywords_and_v6_cidrs ... ok66test netpolicy::tests::first_match_wins_and_default_applies ... ok67test tailscale::tests::ipv6_addr_is_encoded ... ok68test hub::submit::tests::request_validation ... ok69test netpolicy::tests::bad_values_are_rejected ... ok70test tailscale::tests::non_200_is_error ... ok71test hub::state::tests::queued_job_fails_when_last_capable_worker_leaves ... ok72test tailscale::tests::parses_whois_body ... ok73test hub::relay::serve::tests::serve_cached_skips_repack_and_reports_leftovers ... ok74test worker::agent::tests::env_rewrite_replaces_tmp_dir_references ... ok75test chunkstore::tests::reopen_truncates_torn_tail ... ok76test chunkstore::tests::survives_reopen_via_recovery ... ok77test worker::binfmt::tests::register_line_format ... ok78test worker::binfmt::tests::i686_matches_em_386 ... ok79test chunkstore::tests::reopen_drops_corrupt_payload ... ok80test worker::caps::tests::uid_range_detection ... ok81test worker::caps::tests::recursive_nix_advertised_only_when_enabled_and_native ... ok82test worker::agent::tests::make_readable_skips_symlinks ... ok83test sockpath::tests::long_socket_paths_bind_and_connect ... ok84test tmpdir::tests::refuses_a_symlinked_build_dir ... ok85test nar::pack::tests::root_file_and_symlink ... ok86test worker::build::tests::assignment_validation ... ok87test tmpdir::tests::unpack_does_not_follow_existing_symlinks ... ok88test worker::logtail::tests::missing_log_means_no_cursor ... ok89test attach::tests::replaces_existing_output_path ... ok90test worker::logtail::tests::rejected_chunk_keeps_offset_for_retry ... ok91test worker::logtail::tests::cursor_resumes_at_persisted_offset ... ok92test worker::build::outputs::tests::pack_one_nar_finds_references_and_excludes_self ... ok93test worker::resume::tests::persisted_running_state_round_trips ... ok94test tmpdir::tests::packs_files_and_skips_symlinks_and_subdirs ... ok95test tmpdir::tests::unpack_fixes_modes_and_refuses_non_basenames ... ok96test worker::agent::platform::tests::confined_agent_refuses_an_unsandboxed_start ... ok97test nar::tests::root_symlink_round_trip ... ok98test worker::sandbox::tests::derivation_env_stays_off_the_setup_stage ... ok99test worker::tests::sweep_removes_stale_builds_and_legacy_cache ... ok100test worker::sandbox::tests::recursive_nix_adds_the_daemon_socket_bind ... ok101test nar::pack::tests::early_stop_terminates ... ok102test nar::tests::round_trip ... ok103test worker::pins::tests::pins_roots_missing_and_self_referencing_paths ... ok104test worker::pins::tests::references_outside_the_offer_are_ignored ... ok105test nar::pack::tests::matches_nix_store_dump ... ok106test chunkstore::tests::scan_resistance ... ok107test chunkstore::tests::ghost_readmission_goes_to_main ... ok108test tmpdir::tests::large_files_round_trip ... ok109test worker::agents::tests::agent_runs_a_build_end_to_end ... ok110test nar::pack::tests::matches_harmonia ... ok111test chunker::tests::concatenation_is_the_nar ... ok112113test result: ok. 68 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s114115 Doc-tests sandbox_proto116117running 0 tests118119test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s120
installPhase
121actually installing contents of postBuildInstallFromCargoBuildLogOutTemprcE to /nix/store/ygkjhp99y9vqsz89aqijslvkd1prv8y8-tribuchet-0.1.0122stripping references to Rust toolchain123Rust toolchain at: /nix/store/mhnr24iz2z0v0b3lpqpfi2a5jp9dqcln-rustc-1.97.1124stripping Rust toolchain references done125stripping references to cargoVendorDir from:126/nix/store/ygkjhp99y9vqsz89aqijslvkd1prv8y8-tribuchet-0.1.0/bin/netbench127/nix/store/ygkjhp99y9vqsz89aqijslvkd1prv8y8-tribuchet-0.1.0/bin/tribuchet128stripping references done
fixupPhase
129shrinking RPATHs of ELF executables and libraries in /nix/store/ygkjhp99y9vqsz89aqijslvkd1prv8y8-tribuchet-0.1.0130shrinking /nix/store/ygkjhp99y9vqsz89aqijslvkd1prv8y8-tribuchet-0.1.0/bin/tribuchet131shrinking /nix/store/ygkjhp99y9vqsz89aqijslvkd1prv8y8-tribuchet-0.1.0/bin/netbench132checking for references to /build/ in /nix/store/ygkjhp99y9vqsz89aqijslvkd1prv8y8-tribuchet-0.1.0...133patching script interpreter paths in /nix/store/ygkjhp99y9vqsz89aqijslvkd1prv8y8-tribuchet-0.1.0134stripping (with command strip and flags -S -p) in /nix/store/ygkjhp99y9vqsz89aqijslvkd1prv8y8-tribuchet-0.1.0/bin