Running phase: unpackPhase unpacking source archive /nix/store/rpqy7a4zn1p6hccq1i8d6rj8njsp4cm5-source source root is source Running phase: patchPhase Executing configureCargoCommonVars decompressing cargo artifacts from /nix/store/raqqi0ds6364zq2k6civhfb51d55ki8f-tribuchet-deps-0.1.0/target.tar.zst to target Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase will append /nix/var/nix/builds/nix-67322-2313347205/source/.cargo-home/config.toml with contents of /nix/store/437y0cid064k7x0xd5c7xkknsx75b1rj-vendor-cargo-deps/config.toml default configurePhase, nothing to do Running phase: buildPhase +++ command cargo --version cargo 1.97.0 (c980f4866 2026-06-30) +++ command cargo build --release --message-format json-render-diagnostics --locked Compiling sandbox-proto v0.1.0 (/nix/var/nix/builds/nix-67322-2313347205/source/crates/sandbox-proto) Compiling tribuchet v0.1.0 (/nix/var/nix/builds/nix-67322-2313347205/source/crates/tribuchet) warning: unused import: `std::os::unix::fs::MetadataExt` --> crates/tribuchet/src/hub.rs:13:5 | 13 | use std::os::unix::fs::MetadataExt; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default warning: unused import: `std::ffi::CString` --> crates/tribuchet/src/rt.rs:4:5 | 4 | use std::ffi::CString; | ^^^^^^^^^^^^^^^^^ warning: unused import: `std::ffi::NulError` --> crates/tribuchet/src/worker/agent.rs:15:5 | 15 | use std::ffi::NulError; | ^^^^^^^^^^^^^^^^^^ warning: unused import: `std::os::unix::process::CommandExt` --> crates/tribuchet/src/worker/sandbox.rs:21:5 | 21 | use std::os::unix::process::CommandExt; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: unused import: `crate::fsutil::io_ctx` --> crates/tribuchet/src/worker/sandbox.rs:34:5 | 34 | use crate::fsutil::io_ctx; | ^^^^^^^^^^^^^^^^^^^^^ warning: unused import: `std::env` --> crates/tribuchet/src/main.rs:23:5 | 23 | use std::env; | ^^^^^^^^ warning: `tribuchet` (bin "tribuchet") generated 6 warnings (run `cargo fix --bin "tribuchet" -p tribuchet` to apply 6 suggestions) Finished `release` profile [optimized] target(s) in 1m 34s searching for bins/libs to install from cargo build log at cargoBuildLogjSjk.json installing /nix/var/nix/builds/nix-67322-2313347205/source/target/release/tribuchet in postBuildInstallFromCargoBuildLogOutTemptOw/bin searching for bins/libs complete buildPhase completed in 1 minutes 35 seconds Running phase: checkPhase +++ command cargo test --release --locked -- --skip=worker::agents::tests::seatbelt_profile_confines_the_builder Compiling tribuchet v0.1.0 (/nix/var/nix/builds/nix-67322-2313347205/source/crates/tribuchet) Compiling sandbox-proto v0.1.0 (/nix/var/nix/builds/nix-67322-2313347205/source/crates/sandbox-proto) warning: unused import: `std::os::unix::fs::MetadataExt` --> crates/tribuchet/src/hub.rs:13:5 | 13 | use std::os::unix::fs::MetadataExt; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default warning: unused import: `std::ffi::CString` --> crates/tribuchet/src/rt.rs:4:5 | 4 | use std::ffi::CString; | ^^^^^^^^^^^^^^^^^ warning: unused import: `std::ffi::NulError` --> crates/tribuchet/src/worker/agent.rs:15:5 | 15 | use std::ffi::NulError; | ^^^^^^^^^^^^^^^^^^ warning: unused import: `std::os::unix::process::CommandExt` --> crates/tribuchet/src/worker/sandbox.rs:21:5 | 21 | use std::os::unix::process::CommandExt; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: unused import: `crate::fsutil::io_ctx` --> crates/tribuchet/src/worker/sandbox.rs:34:5 | 34 | use crate::fsutil::io_ctx; | ^^^^^^^^^^^^^^^^^^^^^ warning: unused import: `std::env` --> crates/tribuchet/src/main.rs:23:5 | 23 | use std::env; | ^^^^^^^^ warning: `tribuchet` (bin "tribuchet" test) generated 6 warnings (run `cargo fix --bin "tribuchet" -p tribuchet --tests` to apply 6 suggestions) Finished `release` profile [optimized] target(s) in 9.18s Running unittests src/lib.rs (target/release/deps/sandbox_proto-3fb6c21651375961) running 5 tests test framing::tests::closed_connection_is_err ... ok test framing::tests::error_reply_is_err ... ok test framing::tests::call_roundtrip_with_fds ... ok test framing::tests::reply_roundtrip ... ok test framing::tests::large_message_leaves_the_next_one_intact ... ok test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running unittests src/main.rs (target/release/deps/tribuchet-0706c3d051a01ad1) running 66 tests test capwrite::tests::rejects_writes_past_the_deadline ... ok test build_json::tests::system_features_from_plain_env ... ok test capwrite::tests::rejects_writes_beyond_the_cap ... ok test build_json::tests::fixed_output_detection ... ok test build_json::tests::system_features_from_structured_attrs ... ok test config::tests::env_overrides_tls_paths ... ok test config::tests::unknown_keys_are_rejected ... ok test config::tests::worker_defaults_and_emulate_map ... ok test hub::metrics::tests::label_escapes_and_truncates ... ok test hub::relay::extras::tests::extras_with_wrong_signature_are_rejected ... ok test hub::relay::staging::tests::largest_ready_path_streams_first ... ok test hub::relay::staging::tests::missing_paths_are_validated_against_the_offer ... ok test hub::relay::staging::tests::reference_cycles_do_not_loop ... ok test hub::relay::staging::tests::references_are_streamed_before_referrers ... ok test hub::state::tests::departed_worker_keeps_its_platform_expected ... ok test hub::state::tests::nix_config_json_escapes_peer_supplied_systems ... ok test hub::state::tests::nix_config_union_systems_and_capped_oversubscribed_jobs ... ok test hub::state::tests::nix_config_without_workers_omits_max_jobs ... ok test hub::state::tests::queued_job_fails_when_last_capable_worker_leaves ... ok test hub::state::tests::startup_window_awaits_then_unseen_platform_declines ... ok test hub::state::tests::worker_caps_feature_matching ... ok test hub::submit::tests::dedupe_key_binds_full_request ... ok test hub::submit::tests::dedupe_key_separates_sections ... ok test hub::submit::tests::request_validation ... ok test chunkstore::tests::roundtrip_and_contains ... ok test nar::tests::matches_nix_store_dump ... ok test chunkstore::tests::reopen_truncates_torn_tail ... ok test attach::tests::replaces_existing_output_path ... ok test netpolicy::tests::default_policy_allows_everything ... ok test netpolicy::tests::bad_values_are_rejected ... ok test netpolicy::tests::first_match_wins_and_default_applies ... ok test netpolicy::tests::keywords_and_v6_cidrs ... ok test store::tests::store_path_validation ... ok test tailscale::tests::ipv6_addr_is_encoded ... ok test tailscale::tests::non_200_is_error ... ok test tailscale::tests::parses_whois_body ... ok test chunkstore::tests::survives_reopen_via_recovery ... ok test sockpath::tests::long_socket_paths_bind_and_connect ... ok test nar::tests::root_symlink_round_trip ... ok test chunker::tests::identical_file_dedups_across_paths ... ok test tmpdir::tests::refuses_a_symlinked_build_dir ... ok test worker::agent::tests::env_rewrite_replaces_tmp_dir_references ... ok test tmpdir::tests::unpack_does_not_follow_existing_symlinks ... ok test tmpdir::tests::large_files_round_trip ... ok test worker::binfmt::tests::i686_matches_em_386 ... ok test worker::binfmt::tests::register_line_format ... ok test worker::agent::tests::make_readable_skips_symlinks ... ok test tmpdir::tests::packs_files_and_skips_symlinks_and_subdirs ... ok test worker::caps::tests::recursive_nix_advertised_only_when_enabled_and_native ... ok test worker::build::tests::assignment_validation ... ok test worker::caps::tests::uid_range_detection ... ok test tmpdir::tests::unpack_fixes_modes_and_refuses_non_basenames ... ok test worker::logtail::tests::missing_log_means_no_cursor ... ok test worker::pins::tests::pins_roots_missing_and_self_referencing_paths ... ok test worker::pins::tests::references_outside_the_offer_are_ignored ... ok test worker::logtail::tests::cursor_resumes_at_persisted_offset ... ok test nar::tests::round_trip ... ok test worker::build::outputs::tests::pack_one_nar_finds_references_and_excludes_self ... ok test worker::resume::tests::persisted_running_state_round_trips ... ok test worker::logtail::tests::rejected_chunk_keeps_offset_for_retry ... ok test worker::tests::sweep_removes_stale_builds_and_legacy_cache ... ok test worker::agents::tests::agent_runs_a_build_end_to_end ... ok test chunker::tests::concatenation_is_the_nar ... ok test chunkstore::tests::scan_resistance ... ok test chunkstore::tests::ghost_readmission_goes_to_main ... ok test chunker::tests::small_files_coalesce ... ok test result: ok. 66 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 0.69s Doc-tests sandbox_proto running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running phase: installPhase actually installing contents of postBuildInstallFromCargoBuildLogOutTemptOw to /nix/store/f583igwhqvplhpfk0jj2i6gry079lq7y-tribuchet-0.1.0 stripping references to Rust toolchain Rust toolchain at: /nix/store/z7m83pil2wjiy0vp3a5xr7q3nz4qx0kb-rustc-1.97.1 stripping Rust toolchain references done stripping references to cargoVendorDir from: /nix/store/f583igwhqvplhpfk0jj2i6gry079lq7y-tribuchet-0.1.0/bin/tribuchet stripping references done signing files: signing: /nix/store/f583igwhqvplhpfk0jj2i6gry079lq7y-tribuchet-0.1.0/bin/tribuchet signing done Running phase: fixupPhase checking for references to /nix/var/nix/builds/nix-67322-2313347205/ in /nix/store/f583igwhqvplhpfk0jj2i6gry079lq7y-tribuchet-0.1.0... patching script interpreter paths in /nix/store/f583igwhqvplhpfk0jj2i6gry079lq7y-tribuchet-0.1.0 stripping (with command strip and flags -S) in /nix/store/f583igwhqvplhpfk0jj2i6gry079lq7y-tribuchet-0.1.0/bin