tribuchet: building on eliza Running phase: unpackPhase unpacking source archive /nix/store/rgv4cz8zbdz1y2zx6cas5q74zdv7c9bx-source source root is source Executing cargoSetupPostUnpackHook Finished cargoSetupPostUnpackHook Running phase: patchPhase applying patch /nix/store/4bi5p1scz06q69spq8fvhsb5jkm9klkx-librusty_v8_no_downloads.patch patching file build.rs Hunk #1 succeeded at 289 (offset 38 lines). Hunk #2 succeeded at 609 (offset 149 lines). applying patch /nix/store/c4shffrxva841v8y728n90lkx8zmdq36-llvm22.patch patching file build/config/compiler/BUILD.gn Hunk #1 succeeded at 1590 (offset -326 lines). patching file build/config/compiler/BUILD.gn Hunk #1 succeeded at 589 (offset -12 lines). patching file build/config/sanitizers/sanitizers.gni Hunk #1 succeeded at 536 (offset 1 line). patching file build/config/compiler/BUILD.gn Hunk #1 succeeded at 623 (offset -2 lines). applying patch /nix/store/pkw8qancyl84l1pr2mr0iyacg2ga776z-gn_inputs_fix.patch patching file build/toolchain/gcc_toolchain.gni Hunk #1 succeeded at 756 (offset 44 lines). Hunk #2 succeeded at 788 (offset 44 lines). Hunk #3 succeeded at 809 (offset 44 lines). Hunk #4 succeeded at 831 (offset 44 lines). Hunk #5 succeeded at 855 (offset 44 lines). Hunk #6 succeeded at 877 (offset 44 lines). patching file build/toolchain/apple/toolchain.gni Hunk #1 succeeded at 343 (offset 18 lines). Hunk #2 succeeded at 376 (offset 18 lines). Hunk #3 succeeded at 408 (offset 18 lines). Hunk #4 succeeded at 442 (offset 18 lines). Hunk #5 succeeded at 478 (offset 18 lines). Hunk #6 succeeded at 512 (offset 18 lines). applying patch /nix/store/spyvay9fl5m1b650p80y2bqhw0y0c6wx-c_additional_outputs.patch patching file build/config/compiler/BUILD.gn Hunk #1 succeeded at 2818 (offset -9 lines). 'third_party/rust-toolchain' -> '/nix/store/jyp7nwjfjmnqd9w4jm5zyk1lrhpmka9g-rusty-v8-rust-toolchain' Executing cargoSetupPostPatchHook Validating consistency between /build/source/Cargo.lock and /build/rusty-v8-150.2.0-vendor/Cargo.lock Finished cargoSetupPostPatchHook Running phase: updateAutotoolsGnuConfigScriptsPhase Updating Autotools / GNU config script to a newer upstream version: ./third_party/icu/source/config.sub Updating Autotools / GNU config script to a newer upstream version: ./third_party/icu/source/config.guess Running phase: configurePhase Running phase: buildPhase Executing cargoBuildHook cargoBuildHook flags: -j 24 --target aarch64-unknown-linux-gnu --offline --profile release --features=simdutf warning: /build/source/Cargo.toml: file `/build/source/build.rs` found to be present in multiple build targets: * `integration-test` target `build` * `build-script` target `build-script-build` Compiling unicode-ident v1.0.18 Compiling proc-macro2 v1.0.101 Compiling quote v1.0.45 Compiling stable_deref_trait v1.2.0 Compiling serde_core v1.0.228 Compiling libm v0.2.15 Compiling writeable v0.6.2 Compiling litemap v0.8.0 Compiling cfg-if v1.0.3 Compiling libc v0.2.175 Compiling glob v0.3.3 Compiling icu_locale_data v2.2.0 Compiling prettyplease v0.2.37 Compiling serde v1.0.228 Compiling autocfg v1.5.0 Compiling memchr v2.7.5 Compiling bitflags v2.9.3 Compiling either v1.15.0 Compiling minimal-lexical v0.2.1 Compiling utf8_iter v1.0.4 Compiling rustix v0.38.44 Compiling crc32fast v1.5.0 Compiling regex-syntax v0.8.6 Compiling icu_calendar_data v2.2.0 Compiling libloading v0.8.8 Compiling linux-raw-sys v0.4.15 Compiling bindgen v0.72.0 Compiling itertools v0.13.0 Compiling strck v1.0.0 Compiling home v0.5.11 Compiling smallvec v1.15.1 Compiling shlex v1.3.0 Compiling adler2 v2.0.1 Compiling clang-sys v1.8.1 Compiling rustc-hash v2.1.1 Compiling log v0.4.27 Compiling miniz_oxide v0.8.9 Compiling paste v1.0.15 Compiling nom v7.1.3 Compiling ixdtf v0.6.4 Compiling diplomat-runtime v0.15.1 Compiling num-traits v0.2.19 Compiling gzip-header v1.0.0 Compiling syn v2.0.106 Compiling fslock v0.2.1 Compiling regex-automata v0.4.10 Compiling core_maths v0.1.1 Compiling cexpr v0.6.0 Compiling which v6.0.3 Compiling regex v1.11.2 Compiling synstructure v0.13.2 Compiling zerofrom-derive v0.1.6 Compiling yoke-derive v0.8.2 Compiling zerovec-derive v0.11.3 Compiling displaydoc v0.2.5 Compiling serde_derive v1.0.228 Compiling zerotrie v0.2.4 Compiling calendrical_calculations v0.2.4 Compiling zerofrom v0.1.6 Compiling yoke v0.8.2 Compiling zerovec v0.11.6 Compiling potential_utf v0.1.3 Compiling tinystr v0.8.3 Compiling icu_collections v2.2.0 Compiling resb v0.1.2 Compiling icu_locale_core v2.2.0 Compiling diplomat_core v0.15.0 Compiling icu_provider v2.2.0 Compiling zoneinfo64 v0.3.0 Compiling icu_locale v2.2.0 Compiling timezone_provider v0.2.3 Compiling diplomat v0.15.0 Compiling v8 v150.2.0 (/build/source) Compiling icu_calendar v2.2.1 warning: unused variable: `arch` --> build.rs:611:26 | 611 | fn maybe_install_sysroot(arch: &str) { | ^^^^ help: if this is intentional, prefix it with an underscore: `_arch` | = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default warning: function `download_rust_toolchain` is never used --> build.rs:647:4 | 647 | fn download_rust_toolchain() { | ^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default Compiling temporal_rs v0.2.3 warning: `v8` (build script) generated 2 warnings Compiling temporal_capi v0.2.3 warning: v8@150.2.0: Not using sccache or ccache Finished `release` profile [optimized] target(s) in 12m 39s Finished cargoBuildHook buildPhase completed in 12 minutes 40 seconds Running phase: glibPreInstallPhase Running phase: installPhase Running phase: fixupPhase shrinking RPATHs of ELF executables and libraries in /nix/store/1qc4g2f1m4yyzy411zb6hjbmpq85yvpl-rusty-v8-150.2.0 checking for references to /build/ in /nix/store/1qc4g2f1m4yyzy411zb6hjbmpq85yvpl-rusty-v8-150.2.0... patching script interpreter paths in /nix/store/1qc4g2f1m4yyzy411zb6hjbmpq85yvpl-rusty-v8-150.2.0