tribuchet: building on eliza Running phase: unpackPhase unpacking source archive /nix/store/x0pqp5klsz5vlg0896r7iyhy6fkpsy0a-source source root is source Running phase: patchPhase Executing configureCargoCommonVars decompressing cargo artifacts from /nix/store/9hjn6xbhmzaj4zf3i3ak3xjh3m2kccs0-tribuchet-deps-0.1.0/target.tar.zst to target Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase will append /build/source/.cargo-home/config.toml with contents of /nix/store/ixyfizc32sa96ris5wmnz0ld8y0baca3-vendor-cargo-deps/config.toml default configurePhase, nothing to do Running phase: buildPhase +++ command cargo --version cargo 1.96.2 (356927216 2026-06-26) +++ command cargo build --release --message-format json-render-diagnostics Compiling sandbox-proto v0.1.0 (/build/source/crates/sandbox-proto) Compiling tribuchet v0.1.0 (/build/source/crates/tribuchet) Compiling tribuchet-sandboxd v0.1.0 (/build/source/crates/tribuchet-sandboxd) Finished `release` profile [optimized] target(s) in 20.42s searching for bins/libs to install from cargo build log at cargoBuildLogeUSv.json installing /build/source/target/release/tribuchet-sandboxd in postBuildInstallFromCargoBuildLogOutTemp1zi/bin installing /build/source/target/release/tribuchet in postBuildInstallFromCargoBuildLogOutTemp1zi/bin searching for bins/libs complete Running phase: checkPhase +++ command cargo test --release Compiling sandbox-proto v0.1.0 (/build/source/crates/sandbox-proto) Compiling tribuchet-sandboxd v0.1.0 (/build/source/crates/tribuchet-sandboxd) Compiling tribuchet v0.1.0 (/build/source/crates/tribuchet) Finished `release` profile [optimized] target(s) in 9.46s Running unittests src/lib.rs (target/release/deps/sandbox_proto-112ba71a08ecab57) running 4 tests test tests::closed_connection_is_err ... ok test tests::reply_roundtrip ... ok test tests::call_roundtrip_with_fds ... ok test tests::error_reply_is_err ... ok test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running unittests src/main.rs (target/release/deps/tribuchet-56fa28394b7bccc0) running 52 tests test build_json::tests::system_features_from_plain_env ... ok test hub::metrics::tests::label_escapes_and_truncates ... ok test build_json::tests::fixed_output_detection ... ok test build_json::tests::system_features_from_structured_attrs ... ok test config::tests::worker_defaults_and_emulate_map ... ok test hub::relay::tests::already_streamed_paths_are_skipped_and_reset_on_failure ... ok test hub::state::tests::nix_config_json_escapes_peer_supplied_systems ... ok test hub::state::tests::nix_config_without_workers_omits_max_jobs ... ok test hub::relay::tests::references_are_streamed_before_referrers ... ok test hub::state::tests::nix_config_union_systems_and_capped_oversubscribed_jobs ... ok test hub::relay::tests::reference_cycles_do_not_loop ... ok test config::tests::env_overrides_tls_paths ... ok test config::tests::unknown_keys_are_rejected ... ok test hub::state::tests::worker_caps_feature_matching ... ok test hub::submit::tests::dedupe_key_ignores_per_attempt_top_tmp_dir ... ok test hub::submit::tests::dedupe_key_binds_full_request ... ok test hub::submit::tests::dedupe_key_separates_sections ... ok test hub::state::tests::startup_window_awaits_then_unseen_platform_declines ... ok test hub::state::tests::departed_worker_keeps_its_platform_expected ... ok test hub::submit::tests::request_validation ... ok test netpolicy::tests::default_policy_allows_everything ... ok test store::tests::store_path_validation ... ok test netpolicy::tests::keywords_and_v6_cidrs ... ok test netpolicy::tests::first_match_wins_and_default_applies ... ok test tailscale::tests::ipv6_addr_is_encoded ... ok test netpolicy::tests::bad_values_are_rejected ... ok test hub::state::tests::queued_job_fails_when_last_capable_worker_leaves ... ok test worker::binfmt::tests::i686_matches_em_386 ... ok test tailscale::tests::non_200_is_error ... ok test tailscale::tests::parses_whois_body ... ok test worker::binfmt::tests::register_line_format ... ok test hub::submit::tests::top_tmp_dir_validation_rejects_symlinks_and_foreign_dirs ... ok test hub::relay::tests::extras_with_wrong_signature_are_rejected ... ok test worker::caps::tests::recursive_nix_advertised_only_when_enabled_and_native ... ok test worker::caps::tests::uid_range_detection ... ok test worker::build::tests::assignment_validation ... ok test worker::build::tests::tmp_dir_archive_does_not_follow_planted_symlinks ... ok test worker::tests::sweep_removes_stale_builds_and_legacy_cache ... ok test worker::build::tests::tmp_dir_archive_strips_setuid_and_rejects_hardlinks ... ok test worker::build::tests::tmp_dir_archive_chmod_stays_inside_dest ... ok test nar::tests::matches_nix_store_dump ... ok test worker::sandbox::tests::derivation_env_stays_off_the_setup_stage ... ok test worker::sandboxd::tests::missing_socket_fails ... ok test hub::relay::tests::tmp_dir_archive_comes_from_the_validated_directory ... ok test nar::tests::root_symlink_round_trip ... ok test worker::sandboxd::tests::error_reply_is_reported ... ok test worker::build::tests::pack_one_nar_finds_references_and_excludes_self ... ok test hub::relay::tests::tmp_dir_archive_does_not_follow_symlink_entries ... ok test worker::sandboxd::tests::allocate_lease ... ok test worker::reaper::tests::large_spawn_request_reaches_the_reaper ... ok test worker::sandbox::tests::recursive_nix_adds_the_daemon_socket_bind ... ok test nar::tests::round_trip ... ok test result: ok. 52 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s Running unittests src/main.rs (target/release/deps/tribuchet_sandboxd-98f7ad2805206ae5) running 9 tests test lease::tests::verify_userns_rejects_already_mapped_ns ... ok test lease::tests::create_cgroup_rejects_bad_build_id ... ok test lease::tests::verify_userns_rejects_mismatched_fd ... ok test lease::tests::pidfd_pid_of_self ... ok test pool::tests::blocks_are_disjoint_and_reusable ... ok test lease::tests::read_write_at ... ok test lease::tests::lease_ends_when_the_worker_never_spawned ... ok test lease::tests::chown_tree_walks_and_skips_symlink_targets ... ok test lease::tests::lease_outlives_the_connection_until_the_cgroup_drains ... ok test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.60s 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 postBuildInstallFromCargoBuildLogOutTemp1zi to /nix/store/1a2papfl5kzkawmdic0m6gpjxsnn7pfx-tribuchet-0.1.0 stripping references to Rust toolchain Rust toolchain at: /nix/store/bx68ph2vqyxvkn4ilchhgx2pqa9wva42-rustc-1.96.1 stripping Rust toolchain references done stripping references to cargoVendorDir from: /nix/store/1a2papfl5kzkawmdic0m6gpjxsnn7pfx-tribuchet-0.1.0/bin/tribuchet /nix/store/1a2papfl5kzkawmdic0m6gpjxsnn7pfx-tribuchet-0.1.0/bin/tribuchet-sandboxd stripping references done Running phase: fixupPhase shrinking RPATHs of ELF executables and libraries in /nix/store/1a2papfl5kzkawmdic0m6gpjxsnn7pfx-tribuchet-0.1.0 shrinking /nix/store/1a2papfl5kzkawmdic0m6gpjxsnn7pfx-tribuchet-0.1.0/bin/tribuchet-sandboxd shrinking /nix/store/1a2papfl5kzkawmdic0m6gpjxsnn7pfx-tribuchet-0.1.0/bin/tribuchet checking for references to /build/ in /nix/store/1a2papfl5kzkawmdic0m6gpjxsnn7pfx-tribuchet-0.1.0... patching script interpreter paths in /nix/store/1a2papfl5kzkawmdic0m6gpjxsnn7pfx-tribuchet-0.1.0 stripping (with command strip and flags -S -p) in /nix/store/1a2papfl5kzkawmdic0m6gpjxsnn7pfx-tribuchet-0.1.0/bin