nixbot

builds

succeeded tribuchet-0.1.0 aarch64-darwin.package-default · build #123 · raw

unpackPhase
1unpacking source archive /nix/store/cigyab6882rqj3vqhifsf28337hmrvx3-source2source root is source
patchPhase
3Executing configureCargoCommonVars4decompressing cargo artifacts from /nix/store/lv6jf7l9gx5kvand2gw296h0ijiii5w6-tribuchet-deps-0.1.0/target.tar.zst to target
configurePhase
5will append /nix/var/nix/builds/nix-82506-455081154/source/.cargo-home/config.toml with contents of /nix/store/qhw7xgns7my1k3z4kv25g14m87q3g1xx-vendor-cargo-deps/config.toml6default configurePhase, nothing to do
buildPhase
7+++ command cargo --version8cargo 1.96.2 (356927216 2026-06-26)9+++ command cargo build --release --message-format json-render-diagnostics --workspace --exclude tribuchet-sandboxd10 Compiling tribuchet v0.1.0 (/nix/var/nix/builds/nix-82506-455081154/source/crates/tribuchet)11 Compiling sandbox-proto v0.1.0 (/nix/var/nix/builds/nix-82506-455081154/source/crates/sandbox-proto)12warning: unused import: `std::fs`13 --> crates/tribuchet/src/worker/cgroup.rs:8:514 |158 | use std::fs;16 | ^^^^^^^17 |18 = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default1920warning: unused import: `std::path::PathBuf`21 --> crates/tribuchet/src/worker/cgroup.rs:9:522 |239 | use std::path::PathBuf;24 | ^^^^^^^^^^^^^^^^^^2526warning: fields `build_memory_max` and `sandboxd` are never read27 --> crates/tribuchet/src/worker.rs:66:528 |2958 | struct WorkerCtx {30 | --------- fields in this struct31...3266 | build_memory_max: Option<u64>,33 | ^^^^^^^^^^^^^^^^34...3589 | sandboxd: Option<PathBuf>,36 | ^^^^^^^^37 |38 = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default3940warning: `tribuchet` (bin "tribuchet") generated 3 warnings (run `cargo fix --bin "tribuchet" -p tribuchet` to apply 2 suggestions)41 Finished `release` profile [optimized] target(s) in 16.05s42searching for bins/libs to install from cargo build log at cargoBuildLogl6YA.json43installing /nix/var/nix/builds/nix-82506-455081154/source/target/release/tribuchet in postBuildInstallFromCargoBuildLogOutTempheq/bin44searching for bins/libs complete
checkPhase
45+++ command cargo test --release --workspace --exclude tribuchet-sandboxd -- --skip=worker::sandbox::tests::sandbox_runs_builder46 Compiling sandbox-proto v0.1.0 (/nix/var/nix/builds/nix-82506-455081154/source/crates/sandbox-proto)47 Compiling tribuchet v0.1.0 (/nix/var/nix/builds/nix-82506-455081154/source/crates/tribuchet)48warning: unused import: `std::fs`49 --> crates/tribuchet/src/worker/cgroup.rs:8:550 |518 | use std::fs;52 | ^^^^^^^53 |54 = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default5556warning: unused import: `std::path::PathBuf`57 --> crates/tribuchet/src/worker/cgroup.rs:9:558 |599 | use std::path::PathBuf;60 | ^^^^^^^^^^^^^^^^^^6162warning: fields `build_memory_max` and `sandboxd` are never read63 --> crates/tribuchet/src/worker.rs:66:564 |6558 | struct WorkerCtx {66 | --------- fields in this struct67...6866 | build_memory_max: Option<u64>,69 | ^^^^^^^^^^^^^^^^70...7189 | sandboxd: Option<PathBuf>,72 | ^^^^^^^^73 |74 = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default7576warning: `tribuchet` (bin "tribuchet" test) generated 3 warnings (run `cargo fix --bin "tribuchet" -p tribuchet --tests` to apply 2 suggestions)77 Finished `release` profile [optimized] target(s) in 4.31s78 Running unittests src/lib.rs (target/release/deps/sandbox_proto-66fbceac47f349b6)7980running 4 tests81test tests::closed_connection_is_err ... ok82test tests::error_reply_is_err ... ok83test tests::reply_roundtrip ... ok84test tests::call_roundtrip_with_fds ... ok8586test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s8788 Running unittests src/main.rs (target/release/deps/tribuchet-2b814c51c67ef7bc)8990running 47 tests91test build_json::tests::system_features_from_plain_env ... ok92test hub::relay::tests::reference_cycles_do_not_loop ... ok93test build_json::tests::fixed_output_detection ... ok94test hub::relay::tests::references_are_streamed_before_referrers ... ok95test build_json::tests::system_features_from_structured_attrs ... ok96test config::tests::worker_defaults_and_emulate_map ... ok97test config::tests::unknown_keys_are_rejected ... ok98test hub::state::tests::departed_worker_keeps_its_platform_expected ... ok99test hub::state::tests::nix_config_without_workers_omits_max_jobs ... ok100test hub::state::tests::nix_config_union_systems_and_capped_oversubscribed_jobs ... ok101test hub::state::tests::startup_window_awaits_then_unseen_platform_declines ... ok102test hub::state::tests::worker_caps_feature_matching ... ok103test hub::state::tests::queued_job_fails_when_last_capable_worker_leaves ... ok104test hub::submit::tests::dedupe_key_binds_full_request ... ok105test hub::submit::tests::dedupe_key_ignores_per_attempt_top_tmp_dir ... ok106test hub::submit::tests::dedupe_key_separates_sections ... ok107test hub::relay::tests::extras_with_wrong_signature_are_rejected ... ok108test hub::submit::tests::request_validation ... ok109test netpolicy::tests::bad_values_are_rejected ... ok110test netpolicy::tests::default_policy_allows_everything ... ok111test netpolicy::tests::first_match_wins_and_default_applies ... ok112test netpolicy::tests::keywords_and_v6_cidrs ... ok113test store::tests::store_path_validation ... ok114test tailscale::tests::ipv6_addr_is_encoded ... ok115test tailscale::tests::non_200_is_error ... ok116test tailscale::tests::parses_whois_body ... ok117test hub::submit::tests::top_tmp_dir_validation_rejects_symlinks_and_foreign_dirs ... ok118test worker::binfmt::tests::i686_matches_em_386 ... ok119test worker::binfmt::tests::register_line_format ... ok120test worker::build::tests::assignment_validation ... ok121test worker::build::tests::tmp_dir_archive_does_not_follow_planted_symlinks ... ok122test worker::caps::tests::recursive_nix_advertised_only_when_enabled_and_native ... ok123test worker::caps::tests::uid_range_detection ... ok124test worker::imports::tests::awaiter_sees_owner_failure ... ok125test worker::imports::tests::dropped_owner_fails_awaiters ... ok126test hub::relay::tests::tmp_dir_archive_comes_from_the_validated_directory ... ok127test hub::relay::tests::tmp_dir_archive_does_not_follow_symlink_entries ... ok128test worker::imports::tests::second_claim_awaits_owner_success ... ok129test worker::imports::tests::stale_completed_claim_is_reowned ... ok130test worker::build::tests::tmp_dir_archive_strips_setuid_and_rejects_hardlinks ... ok131test worker::build::tests::pack_one_nar_finds_references_and_excludes_self ... ok132test worker::build::tests::tmp_dir_archive_chmod_stays_inside_dest ... ok133test worker::tests::sweep_removes_stale_builds_and_legacy_cache ... ok134test worker::reaper::tests::large_spawn_request_reaches_the_reaper ... ok135test nar::tests::round_trip ... ok136test nar::tests::matches_nix_store_dump ... ok137test nar::tests::root_symlink_round_trip ... ok138139test result: ok. 47 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 0.01s140141 Doc-tests sandbox_proto142143running 0 tests144145test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s146
installPhase
147actually installing contents of postBuildInstallFromCargoBuildLogOutTempheq to /nix/store/hm8a2f1hxkrbnrfdcch7jh5j3f9jwdzc-tribuchet-0.1.0148stripping references to Rust toolchain149Rust toolchain at: /nix/store/3yl4ywygwb6j82dvnlx2sy1nmgy3vc0y-rustc-1.96.1150stripping Rust toolchain references done151stripping references to cargoVendorDir from:152/nix/store/hm8a2f1hxkrbnrfdcch7jh5j3f9jwdzc-tribuchet-0.1.0/bin/tribuchet153stripping references done154signing files:155signing: /nix/store/hm8a2f1hxkrbnrfdcch7jh5j3f9jwdzc-tribuchet-0.1.0/bin/tribuchet156signing done
fixupPhase
157checking for references to /nix/var/nix/builds/nix-82506-455081154/ in /nix/store/hm8a2f1hxkrbnrfdcch7jh5j3f9jwdzc-tribuchet-0.1.0...158patching script interpreter paths in /nix/store/hm8a2f1hxkrbnrfdcch7jh5j3f9jwdzc-tribuchet-0.1.0159stripping (with command strip and flags -S) in /nix/store/hm8a2f1hxkrbnrfdcch7jh5j3f9jwdzc-tribuchet-0.1.0/bin