nixbot

builds

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

unpackPhase
1unpacking source archive /nix/store/55c91iy92n0a6rrwkspl4pikvjl9n5in-source2source root is source
patchPhase
3Executing configureCargoCommonVars4decompressing cargo artifacts from /nix/store/35d8l6kkq09sppil2vc7m79m0lvvr1yp-tribuchet-deps-0.1.0/target.tar.zst to target
configurePhase
5will append /nix/var/nix/builds/nix-85076-3530240833/source/.cargo-home/config.toml with contents of /nix/store/l9d4517qph56lkpawnq1fng12qryjb09-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-85076-3530240833/source/crates/tribuchet)11 Compiling sandbox-proto v0.1.0 (/nix/var/nix/builds/nix-85076-3530240833/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:64:528 |2956 | struct WorkerCtx {30 | --------- fields in this struct31...3264 | build_memory_max: Option<u64>,33 | ^^^^^^^^^^^^^^^^34...3588 | 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 30.11s42searching for bins/libs to install from cargo build log at cargoBuildLogZ2HG.json43installing /nix/var/nix/builds/nix-85076-3530240833/source/target/release/tribuchet in postBuildInstallFromCargoBuildLogOutTempQAT/bin44searching for bins/libs complete45buildPhase completed in 31 seconds
checkPhase
46+++ command cargo test --release --workspace --exclude tribuchet-sandboxd -- --skip=worker::sandbox::tests::sandbox_runs_builder47 Compiling sandbox-proto v0.1.0 (/nix/var/nix/builds/nix-85076-3530240833/source/crates/sandbox-proto)48 Compiling tribuchet v0.1.0 (/nix/var/nix/builds/nix-85076-3530240833/source/crates/tribuchet)49warning: unused import: `std::fs`50 --> crates/tribuchet/src/worker/cgroup.rs:8:551 |528 | use std::fs;53 | ^^^^^^^54 |55 = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default5657warning: unused import: `std::path::PathBuf`58 --> crates/tribuchet/src/worker/cgroup.rs:9:559 |609 | use std::path::PathBuf;61 | ^^^^^^^^^^^^^^^^^^6263warning: fields `build_memory_max` and `sandboxd` are never read64 --> crates/tribuchet/src/worker.rs:64:565 |6656 | struct WorkerCtx {67 | --------- fields in this struct68...6964 | build_memory_max: Option<u64>,70 | ^^^^^^^^^^^^^^^^71...7288 | sandboxd: Option<PathBuf>,73 | ^^^^^^^^74 |75 = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default7677warning: `tribuchet` (bin "tribuchet" test) generated 3 warnings (run `cargo fix --bin "tribuchet" -p tribuchet --tests` to apply 2 suggestions)78 Finished `release` profile [optimized] target(s) in 4.43s79 Running unittests src/lib.rs (target/release/deps/sandbox_proto-e468509d8822a60d)8081running 4 tests82test tests::closed_connection_is_err ... ok83test tests::reply_roundtrip ... ok84test tests::call_roundtrip_with_fds ... ok85test tests::error_reply_is_err ... ok8687test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s8889 Running unittests src/main.rs (target/release/deps/tribuchet-e2eb15cb041ba46a)9091running 47 tests92test hub::metrics::tests::label_escapes_and_truncates ... ok93test build_json::tests::system_features_from_plain_env ... ok94test build_json::tests::fixed_output_detection ... ok95test hub::relay::tests::already_streamed_paths_are_skipped_and_reset_on_failure ... ok96test config::tests::env_overrides_tls_paths ... ok97test config::tests::worker_defaults_and_emulate_map ... ok98test build_json::tests::system_features_from_structured_attrs ... ok99test hub::relay::tests::reference_cycles_do_not_loop ... ok100test config::tests::unknown_keys_are_rejected ... ok101test hub::relay::tests::references_are_streamed_before_referrers ... ok102test hub::state::tests::departed_worker_keeps_its_platform_expected ... ok103test hub::state::tests::nix_config_json_escapes_peer_supplied_systems ... ok104test hub::state::tests::nix_config_union_systems_and_capped_oversubscribed_jobs ... ok105test hub::state::tests::nix_config_without_workers_omits_max_jobs ... ok106test hub::state::tests::startup_window_awaits_then_unseen_platform_declines ... ok107test hub::state::tests::worker_caps_feature_matching ... ok108test hub::state::tests::queued_job_fails_when_last_capable_worker_leaves ... ok109test hub::submit::tests::dedupe_key_binds_full_request ... ok110test hub::submit::tests::dedupe_key_ignores_per_attempt_top_tmp_dir ... ok111test hub::submit::tests::dedupe_key_separates_sections ... ok112test hub::relay::tests::extras_with_wrong_signature_are_rejected ... ok113test hub::submit::tests::request_validation ... ok114test netpolicy::tests::default_policy_allows_everything ... ok115test netpolicy::tests::bad_values_are_rejected ... ok116test netpolicy::tests::first_match_wins_and_default_applies ... ok117test netpolicy::tests::keywords_and_v6_cidrs ... ok118test store::tests::store_path_validation ... ok119test tailscale::tests::ipv6_addr_is_encoded ... ok120test tailscale::tests::non_200_is_error ... ok121test tailscale::tests::parses_whois_body ... ok122test worker::binfmt::tests::i686_matches_em_386 ... ok123test hub::submit::tests::top_tmp_dir_validation_rejects_symlinks_and_foreign_dirs ... ok124test worker::binfmt::tests::register_line_format ... ok125test worker::build::tests::assignment_validation ... ok126test worker::caps::tests::recursive_nix_advertised_only_when_enabled_and_native ... ok127test worker::build::tests::tmp_dir_archive_does_not_follow_planted_symlinks ... ok128test worker::caps::tests::uid_range_detection ... ok129test hub::relay::tests::tmp_dir_archive_does_not_follow_symlink_entries ... ok130test hub::relay::tests::tmp_dir_archive_comes_from_the_validated_directory ... ok131test worker::build::tests::tmp_dir_archive_strips_setuid_and_rejects_hardlinks ... ok132test worker::build::tests::pack_one_nar_finds_references_and_excludes_self ... ok133test worker::reaper::tests::large_spawn_request_reaches_the_reaper ... ok134test worker::tests::sweep_removes_stale_builds_and_legacy_cache ... ok135test worker::build::tests::tmp_dir_archive_chmod_stays_inside_dest ... ok136test nar::tests::round_trip ... ok137test nar::tests::matches_nix_store_dump ... ok138test nar::tests::root_symlink_round_trip ... ok139140test result: ok. 47 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 0.01s141142 Doc-tests sandbox_proto143144running 0 tests145146test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s147
installPhase
148actually installing contents of postBuildInstallFromCargoBuildLogOutTempQAT to /nix/store/amrlxzhh8ivwafj4l2dk3vrj91vx1n05-tribuchet-0.1.0149stripping references to Rust toolchain150Rust toolchain at: /nix/store/3yl4ywygwb6j82dvnlx2sy1nmgy3vc0y-rustc-1.96.1151stripping Rust toolchain references done152stripping references to cargoVendorDir from:153/nix/store/amrlxzhh8ivwafj4l2dk3vrj91vx1n05-tribuchet-0.1.0/bin/tribuchet154stripping references done155signing files:156signing: /nix/store/amrlxzhh8ivwafj4l2dk3vrj91vx1n05-tribuchet-0.1.0/bin/tribuchet157signing done
fixupPhase
158checking for references to /nix/var/nix/builds/nix-85076-3530240833/ in /nix/store/amrlxzhh8ivwafj4l2dk3vrj91vx1n05-tribuchet-0.1.0...159/nix/store/cv1d7p48379km6a85h4zp6kr86brh32q-audit-tmpdir.sh: line 39: 85635 Done find "$dir" -type f -not -path '*/.build-id/*' -print0160 85636 Segmentation fault: 11 | while IFS= read -r -d '' file; do161 if isELF "$file"; then162 printf '%s\0' "$file" 1>&3;163 else164 if isScript "$file"; then165 filename=${file##*/}; dir=${file%/*}; if [ -e "$dir/.$filename-wrapped" ]; then166 printf '%s\0' "$file" 1>&4;167 fi;168 fi;169 fi;170done171patching script interpreter paths in /nix/store/amrlxzhh8ivwafj4l2dk3vrj91vx1n05-tribuchet-0.1.0172stripping (with command strip and flags -S) in /nix/store/amrlxzhh8ivwafj4l2dk3vrj91vx1n05-tribuchet-0.1.0/bin