nixbot

builds

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

unpackPhase
1unpacking source archive /nix/store/izgai82clz2s0r8qashs9rccbmj6ddcq-source2source root is source
patchPhase
3Executing configureCargoCommonVars4decompressing cargo artifacts from /nix/store/9i5q5kjavl8ql1andx8rqdh7qzyj3nih-tribuchet-deps-0.1.0/target.tar.zst to target
configurePhase
5will append /nix/var/nix/builds/nix-79534-2310096231/source/.cargo-home/config.toml with contents of /nix/store/2v56bvaw23j958r32w0fk1xp8ivknblc-vendor-cargo-deps/config.toml6default configurePhase, nothing to do
buildPhase
7+++ command cargo --version8cargo 1.95.0 (f2d3ce0bd 2026-03-21)9+++ command cargo build --release --message-format json-render-diagnostics --locked10 Compiling tribuchet v0.1.0 (/nix/var/nix/builds/nix-79534-2310096231/source/crates/tribuchet)11 Finished `release` profile [optimized] target(s) in 40.19s12searching for bins/libs to install from cargo build log at cargoBuildLogs1Zt.json13installing /nix/var/nix/builds/nix-79534-2310096231/source/target/release/tribuchet in postBuildInstallFromCargoBuildLogOutTemp4dP/bin14searching for bins/libs complete15buildPhase completed in 40 seconds
checkPhase
16+++ command cargo test --release --locked -- --skip=worker::sandbox::tests::sandbox_runs_builder17 Compiling tribuchet v0.1.0 (/nix/var/nix/builds/nix-79534-2310096231/source/crates/tribuchet)18 Finished `release` profile [optimized] target(s) in 6.47s19 Running unittests src/main.rs (target/release/deps/tribuchet-63cb0a5562f84306)2021running 42 tests22test build_json::tests::system_features_from_plain_env ... ok23test build_json::tests::system_features_from_structured_attrs ... ok24test build_json::tests::fixed_output_detection ... ok25test hub::relay::tests::reference_cycles_do_not_loop ... ok26test hub::relay::tests::references_are_streamed_before_referrers ... ok27test config::tests::worker_defaults_and_emulate_map ... ok28test config::tests::unknown_keys_are_rejected ... ok29test hub::state::tests::nix_config_union_systems_and_capped_oversubscribed_jobs ... ok30test hub::state::tests::nix_config_without_workers_omits_max_jobs ... ok31test hub::state::tests::departed_worker_keeps_its_platform_expected ... ok32test hub::state::tests::startup_window_awaits_then_unseen_platform_declines ... ok33test hub::state::tests::worker_caps_feature_matching ... ok34test hub::submit::tests::dedupe_key_binds_full_request ... ok35test hub::submit::tests::dedupe_key_ignores_per_attempt_top_tmp_dir ... ok36test hub::state::tests::queued_job_fails_when_last_capable_worker_leaves ... ok37test hub::relay::tests::extras_with_wrong_signature_are_rejected ... ok38test hub::submit::tests::dedupe_key_separates_sections ... ok39test hub::submit::tests::request_validation ... ok40test store::tests::store_path_validation ... ok41test tailscale::tests::ipv6_addr_is_encoded ... ok42test tailscale::tests::non_200_is_error ... ok43test tailscale::tests::parses_whois_body ... ok44test worker::binfmt::tests::i686_matches_em_386 ... ok45test worker::binfmt::tests::register_line_format ... ok46test worker::build::tests::assignment_validation ... ok47test hub::submit::tests::top_tmp_dir_validation_rejects_symlinks_and_foreign_dirs ... ok48test worker::caps::tests::recursive_nix_advertised_only_when_enabled_and_native ... ok49test worker::caps::tests::uid_range_detection ... ok50test worker::imports::tests::awaiter_sees_owner_failure ... ok51test worker::imports::tests::dropped_owner_fails_awaiters ... ok52test worker::imports::tests::second_claim_awaits_owner_success ... ok53test worker::imports::tests::stale_completed_claim_is_reowned ... ok54test hub::relay::tests::tmp_dir_archive_comes_from_the_validated_directory ... ok55test worker::build::tests::tmp_dir_archive_strips_setuid_and_rejects_hardlinks ... ok56test worker::build::tests::tmp_dir_archive_does_not_follow_planted_symlinks ... ok57test hub::relay::tests::tmp_dir_archive_does_not_follow_symlink_entries ... ok58test worker::build::tests::pack_one_nar_finds_references_and_excludes_self ... ok59test worker::tests::sweep_removes_stale_builds_and_legacy_cache ... ok60test nar::tests::matches_nix_store_dump ... ok61test worker::reaper::tests::large_spawn_request_reaches_the_reaper ... ok62test worker::build::tests::tmp_dir_archive_chmod_stays_inside_dest ... ok63test nar::tests::round_trip ... ok6465test result: ok. 42 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 0.00s66
installPhase
67actually installing contents of postBuildInstallFromCargoBuildLogOutTemp4dP to /nix/store/c0phba6jrp1igp4rkh80n6j2bxs0flyx-tribuchet-0.1.068stripping references to Rust toolchain69Rust toolchain at: /nix/store/bkvwlxb72x0qkzm9f3fmnlccr29ijk3j-rustc-1.95.070stripping Rust toolchain references done71stripping references to cargoVendorDir from:72/nix/store/c0phba6jrp1igp4rkh80n6j2bxs0flyx-tribuchet-0.1.0/bin/tribuchet73stripping references done74signing files:75signing: /nix/store/c0phba6jrp1igp4rkh80n6j2bxs0flyx-tribuchet-0.1.0/bin/tribuchet76signing done
fixupPhase
77checking for references to /nix/var/nix/builds/nix-79534-2310096231/ in /nix/store/c0phba6jrp1igp4rkh80n6j2bxs0flyx-tribuchet-0.1.0...78/nix/store/cv1d7p48379km6a85h4zp6kr86brh32q-audit-tmpdir.sh: line 39: 80709 Done find "$dir" -type f -not -path '*/.build-id/*' -print079 80710 Segmentation fault: 11 | while IFS= read -r -d '' file; do80 if isELF "$file"; then81 printf '%s\0' "$file" 1>&3;82 else83 if isScript "$file"; then84 filename=${file##*/}; dir=${file%/*}; if [ -e "$dir/.$filename-wrapped" ]; then85 printf '%s\0' "$file" 1>&4;86 fi;87 fi;88 fi;89done90patching script interpreter paths in /nix/store/c0phba6jrp1igp4rkh80n6j2bxs0flyx-tribuchet-0.1.091stripping (with command strip and flags -S) in /nix/store/c0phba6jrp1igp4rkh80n6j2bxs0flyx-tribuchet-0.1.0/bin