nixbot

builds

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

1tribuchet: building on eliza
unpackPhase
2unpacking source archive /nix/store/wgddd2lsmcavnq788pz3n01nbqm5q05k-source3source root is source
patchPhase
4Executing configureCargoCommonVars5decompressing cargo artifacts from /nix/store/n67hfm4jnlhycr7nwi2dyq9hq1dgcczn-tribuchet-deps-0.1.0/target.tar.zst to target
configurePhase
6will append /build/source/.cargo-home/config.toml with contents of /nix/store/38b8zr784bmmq02p8r20brq0gab8v0is-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 Finished `release` profile [optimized] target(s) in 27.19s14searching for bins/libs to install from cargo build log at cargoBuildLogKAqh.json15installing /build/source/target/release/tribuchet in postBuildInstallFromCargoBuildLogOutTemps3y/bin16searching for bins/libs complete
checkPhase
17+++ command cargo test --release --locked18 Compiling sandbox-proto v0.1.0 (/build/source/crates/sandbox-proto)19 Compiling tribuchet v0.1.0 (/build/source/crates/tribuchet)20 Finished `release` profile [optimized] target(s) in 13.20s21 Running unittests src/lib.rs (target/release/deps/sandbox_proto-6880b933cdb72c49)2223running 5 tests24test framing::tests::reply_roundtrip ... ok25test framing::tests::closed_connection_is_err ... ok26test framing::tests::call_roundtrip_with_fds ... ok27test framing::tests::error_reply_is_err ... ok28test framing::tests::large_message_leaves_the_next_one_intact ... ok2930test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s3132 Running unittests src/main.rs (target/release/deps/tribuchet-e59e609fa6d1cd66)3334running 60 tests35test capwrite::tests::rejects_writes_beyond_the_cap ... ok36test build_json::tests::system_features_from_plain_env ... ok37test capwrite::tests::rejects_writes_past_the_deadline ... ok38test build_json::tests::fixed_output_detection ... ok39test build_json::tests::system_features_from_structured_attrs ... ok40test hub::metrics::tests::label_escapes_and_truncates ... ok41test config::tests::env_overrides_tls_paths ... ok42test hub::relay::staging::tests::missing_paths_are_validated_against_the_offer ... ok43test config::tests::worker_defaults_and_emulate_map ... ok44test hub::relay::staging::tests::references_are_streamed_before_referrers ... ok45test hub::relay::staging::tests::reference_cycles_do_not_loop ... ok46test config::tests::unknown_keys_are_rejected ... ok47test hub::state::tests::departed_worker_keeps_its_platform_expected ... ok48test hub::state::tests::nix_config_without_workers_omits_max_jobs ... ok49test hub::state::tests::nix_config_json_escapes_peer_supplied_systems ... ok50test hub::state::tests::nix_config_union_systems_and_capped_oversubscribed_jobs ... ok51test hub::state::tests::worker_caps_feature_matching ... ok52test hub::state::tests::startup_window_awaits_then_unseen_platform_declines ... ok53test hub::submit::tests::dedupe_key_separates_sections ... ok54test hub::submit::tests::dedupe_key_binds_full_request ... ok55test hub::state::tests::queued_job_fails_when_last_capable_worker_leaves ... ok56test store::tests::store_path_validation ... ok57test tailscale::tests::ipv6_addr_is_encoded ... ok58test tailscale::tests::non_200_is_error ... ok59test tailscale::tests::parses_whois_body ... ok60test netpolicy::tests::default_policy_allows_everything ... ok61test hub::submit::tests::request_validation ... ok62test netpolicy::tests::first_match_wins_and_default_applies ... ok63test netpolicy::tests::keywords_and_v6_cidrs ... ok64test hub::relay::tests::extras_with_wrong_signature_are_rejected ... ok65test netpolicy::tests::bad_values_are_rejected ... ok66test worker::agent::tests::env_rewrite_replaces_tmp_dir_references ... ok67test worker::binfmt::tests::i686_matches_em_386 ... ok68test worker::binfmt::tests::register_line_format ... ok69test tmpdir::tests::unpack_does_not_follow_existing_symlinks ... ok70test worker::caps::tests::uid_range_detection ... ok71test worker::agent::tests::make_readable_skips_symlinks ... ok72test tmpdir::tests::refuses_a_symlinked_build_dir ... ok73test sockpath::tests::long_socket_paths_bind_and_connect ... ok74test worker::logtail::tests::missing_log_means_no_cursor ... ok75test worker::caps::tests::recursive_nix_advertised_only_when_enabled_and_native ... ok76test worker::logtail::tests::rejected_chunk_keeps_offset_for_retry ... ok77test worker::logtail::tests::cursor_resumes_at_persisted_offset ... ok78test worker::build::tests::assignment_validation ... ok79test worker::agent::platform::tests::confined_agent_refuses_an_unsandboxed_start ... ok80test worker::sandbox::tests::derivation_env_stays_off_the_setup_stage ... ok81test worker::resume::tests::persisted_running_state_round_trips ... ok82test nar::tests::matches_nix_store_dump ... ok83test attach::tests::replaces_existing_output_path ... ok84test worker::tests::sweep_removes_stale_builds_and_legacy_cache ... ok85test worker::build::outputs::tests::pack_one_nar_finds_references_and_excludes_self ... ok86test nar::tests::root_symlink_round_trip ... ok87test tmpdir::tests::packs_files_and_skips_symlinks_and_subdirs ... ok88test worker::sandbox::tests::recursive_nix_adds_the_daemon_socket_bind ... ok89test tmpdir::tests::unpack_fixes_modes_and_refuses_non_basenames ... ok90test nar::tests::round_trip ... ok91test worker::pins::tests::references_outside_the_offer_are_ignored ... ok92test worker::pins::tests::pins_roots_missing_and_self_referencing_paths ... ok93test tmpdir::tests::large_files_round_trip ... ok94test worker::agents::tests::agent_runs_a_build_end_to_end ... ok9596test result: ok. 60 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s9798 Doc-tests sandbox_proto99100running 0 tests101102test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s103
installPhase
104actually installing contents of postBuildInstallFromCargoBuildLogOutTemps3y to /nix/store/vdhz5w53f9mc7vnfrvq95x21x2ak0w6k-tribuchet-0.1.0105stripping references to Rust toolchain106Rust toolchain at: /nix/store/mwq2wb1rfqgsckrc85ld0n1wicjr4g9z-rustc-1.97.1107stripping Rust toolchain references done108stripping references to cargoVendorDir from:109/nix/store/vdhz5w53f9mc7vnfrvq95x21x2ak0w6k-tribuchet-0.1.0/bin/tribuchet110stripping references done
fixupPhase
111shrinking RPATHs of ELF executables and libraries in /nix/store/vdhz5w53f9mc7vnfrvq95x21x2ak0w6k-tribuchet-0.1.0112shrinking /nix/store/vdhz5w53f9mc7vnfrvq95x21x2ak0w6k-tribuchet-0.1.0/bin/tribuchet113checking for references to /build/ in /nix/store/vdhz5w53f9mc7vnfrvq95x21x2ak0w6k-tribuchet-0.1.0...114patching script interpreter paths in /nix/store/vdhz5w53f9mc7vnfrvq95x21x2ak0w6k-tribuchet-0.1.0115stripping (with command strip and flags -S -p) in /nix/store/vdhz5w53f9mc7vnfrvq95x21x2ak0w6k-tribuchet-0.1.0/bin