tribuchet-0.1.0
x86_64-linux.package-default
· build #145
· raw
1tribuchet: building on jamie
unpackPhase
2unpacking source archive /nix/store/r6ha1gj3mwn5g9wldz8clfy7igf0zxad-source3source root is sourcepatchPhase
4Executing configureCargoCommonVars5decompressing cargo artifacts from /nix/store/kqa9zw0fc7zq11d6iqz38z4an4vqp7qk-tribuchet-deps-0.1.0/target.tar.zst to targetconfigurePhase
6will append /build/source/.cargo-home/config.toml with contents of /nix/store/faqxbv1prhs7cnnldx15zlqa9hm5zc2h-vendor-cargo-deps/config.toml7default configurePhase, nothing to dobuildPhase
8+++ command cargo --version9cargo 1.96.2 (356927216 2026-06-26)10+++ command cargo build --release --message-format json-render-diagnostics11 Compiling tribuchet v0.1.0 (/build/source/crates/tribuchet)12 Compiling sandbox-proto v0.1.0 (/build/source/crates/sandbox-proto)13 Compiling tribuchet-sandboxd v0.1.0 (/build/source/crates/tribuchet-sandboxd)14 Finished `release` profile [optimized] target(s) in 18.61s15searching for bins/libs to install from cargo build log at cargoBuildLogfcix.json16installing /build/source/target/release/tribuchet-sandboxd in postBuildInstallFromCargoBuildLogOutTempp58/bin17installing /build/source/target/release/tribuchet in postBuildInstallFromCargoBuildLogOutTempp58/bin18searching for bins/libs completecheckPhase
19+++ command cargo test --release20 Compiling sandbox-proto v0.1.0 (/build/source/crates/sandbox-proto)21 Compiling tribuchet-sandboxd v0.1.0 (/build/source/crates/tribuchet-sandboxd)22 Compiling tribuchet v0.1.0 (/build/source/crates/tribuchet)23 Finished `release` profile [optimized] target(s) in 7.78s24 Running unittests src/lib.rs (target/release/deps/sandbox_proto-8e868fe149f0dc68)2526running 4 tests27test framing::tests::closed_connection_is_err ... ok28test framing::tests::call_roundtrip_with_fds ... ok29test framing::tests::reply_roundtrip ... ok30test framing::tests::error_reply_is_err ... ok3132test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s3334 Running unittests src/main.rs (target/release/deps/tribuchet-2c4310d59588a0e7)3536running 49 tests37test hub::relay::tests::already_streamed_paths_are_skipped_and_reset_on_failure ... ok38test build_json::tests::system_features_from_plain_env ... ok39test hub::metrics::tests::label_escapes_and_truncates ... ok40test build_json::tests::fixed_output_detection ... ok41test build_json::tests::system_features_from_structured_attrs ... ok42test config::tests::worker_defaults_and_emulate_map ... ok43test config::tests::env_overrides_tls_paths ... ok44test hub::state::tests::nix_config_json_escapes_peer_supplied_systems ... ok45test hub::state::tests::nix_config_without_workers_omits_max_jobs ... ok46test hub::state::tests::worker_caps_feature_matching ... ok47test config::tests::unknown_keys_are_rejected ... ok48test hub::state::tests::nix_config_union_systems_and_capped_oversubscribed_jobs ... ok49test hub::state::tests::startup_window_awaits_then_unseen_platform_declines ... ok50test hub::state::tests::departed_worker_keeps_its_platform_expected ... ok51test hub::submit::tests::dedupe_key_separates_sections ... ok52test hub::submit::tests::dedupe_key_binds_full_request ... ok53test hub::relay::tests::references_are_streamed_before_referrers ... ok54test hub::submit::tests::request_validation ... ok55test hub::relay::tests::reference_cycles_do_not_loop ... ok56test netpolicy::tests::default_policy_allows_everything ... ok57test hub::state::tests::queued_job_fails_when_last_capable_worker_leaves ... ok58test netpolicy::tests::first_match_wins_and_default_applies ... ok59test netpolicy::tests::bad_values_are_rejected ... ok60test netpolicy::tests::keywords_and_v6_cidrs ... ok61test store::tests::store_path_validation ... ok62test tailscale::tests::ipv6_addr_is_encoded ... ok63test tailscale::tests::non_200_is_error ... ok64test tailscale::tests::parses_whois_body ... ok65test hub::relay::tests::extras_with_wrong_signature_are_rejected ... ok66test worker::binfmt::tests::register_line_format ... ok67test worker::binfmt::tests::i686_matches_em_386 ... ok68test tmptar::tests::unpack_does_not_follow_planted_symlinks ... ok69test worker::caps::tests::recursive_nix_advertised_only_when_enabled_and_native ... ok70test worker::build::tests::assignment_validation ... ok71test worker::caps::tests::uid_range_detection ... ok72test tmptar::tests::unpack_chmod_stays_inside_dest ... ok73test worker::tests::sweep_removes_stale_builds_and_legacy_cache ... ok74test nar::tests::matches_nix_store_dump ... ok75test tmptar::tests::unpack_strips_setuid_and_rejects_hardlinks ... ok76test tmptar::tests::refuses_a_symlinked_build_dir ... ok77test worker::sandboxd::tests::missing_socket_fails ... ok78test worker::sandbox::tests::derivation_env_stays_off_the_setup_stage ... ok79test tmptar::tests::archives_files_dirs_and_symlink_entries_without_following_them ... ok80test nar::tests::root_symlink_round_trip ... ok81test worker::sandboxd::tests::error_reply_is_reported ... ok82test worker::build::tests::pack_one_nar_finds_references_and_excludes_self ... ok83test worker::sandboxd::tests::allocate_lease ... ok84test nar::tests::round_trip ... ok85test worker::sandbox::tests::recursive_nix_adds_the_daemon_socket_bind ... ok8687test result: ok. 49 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s8889 Running unittests src/main.rs (target/release/deps/tribuchet_sandboxd-318f30b39bfa4a67)9091running 10 tests92test idmap::tests::open_presents_the_block_as_the_worker ... ok93test lease::tests::create_cgroup_rejects_bad_build_id ... ok94test lease::tests::pidfd_pid_of_self ... ok95test lease::tests::verify_userns_rejects_already_mapped_ns ... ok96test pool::tests::blocks_are_disjoint_and_reusable ... ok97test lease::tests::verify_userns_rejects_mismatched_fd ... ok98test lease::tests::lease_ends_when_the_worker_never_spawned ... ok99test lease::tests::chown_tree_walks_and_skips_symlink_targets ... ok100test lease::tests::read_write_at ... ok101test lease::tests::lease_outlives_the_connection_until_the_cgroup_drains ... ok102103test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.60s104105 Doc-tests sandbox_proto106107running 0 tests108109test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s110installPhase
111actually installing contents of postBuildInstallFromCargoBuildLogOutTempp58 to /nix/store/7g4fylhq0ynr254j8apw6s8nfg0cdqs1-tribuchet-0.1.0112stripping references to Rust toolchain113Rust toolchain at: /nix/store/fgqnmsl4258zcxfngak3nnzj27gyrmph-rustc-1.96.1114stripping Rust toolchain references done115stripping references to cargoVendorDir from:116/nix/store/7g4fylhq0ynr254j8apw6s8nfg0cdqs1-tribuchet-0.1.0/bin/tribuchet117/nix/store/7g4fylhq0ynr254j8apw6s8nfg0cdqs1-tribuchet-0.1.0/bin/tribuchet-sandboxd118stripping references donefixupPhase
119shrinking RPATHs of ELF executables and libraries in /nix/store/7g4fylhq0ynr254j8apw6s8nfg0cdqs1-tribuchet-0.1.0120shrinking /nix/store/7g4fylhq0ynr254j8apw6s8nfg0cdqs1-tribuchet-0.1.0/bin/tribuchet121shrinking /nix/store/7g4fylhq0ynr254j8apw6s8nfg0cdqs1-tribuchet-0.1.0/bin/tribuchet-sandboxd122checking for references to /build/ in /nix/store/7g4fylhq0ynr254j8apw6s8nfg0cdqs1-tribuchet-0.1.0...123patching script interpreter paths in /nix/store/7g4fylhq0ynr254j8apw6s8nfg0cdqs1-tribuchet-0.1.0124stripping (with command strip and flags -S -p) in /nix/store/7g4fylhq0ynr254j8apw6s8nfg0cdqs1-tribuchet-0.1.0/bin