1tribuchet: building on eliza
unpackPhase
2unpacking source archive /nix/store/wgjrxal9ap3jjyqyfy078rjxx1rv43ss-source3source root is source4Executing cargoSetupPostUnpackHook5Finished cargoSetupPostUnpackHookpatchPhase
6Executing cargoSetupPostPatchHook7Validating consistency between /build/source/Cargo.lock and /build/cargo-vendor-dir/Cargo.lock8Finished cargoSetupPostPatchHookbuildPhase
9Executing cargoBuildHook10cargoBuildHook flags: -j 24 --target aarch64-unknown-linux-gnu --offline --profile release11 Compiling proc-macro2 v1.0.10712 Compiling unicode-ident v1.0.2413 Compiling rustix v1.1.4 (https://github.com/Mic92/rustix?branch=errno-core-error#cd60ba83)14 Compiling quote v1.0.4715 Compiling linux-raw-sys v0.12.116 Compiling bitflags v2.9.017 Compiling scopeguard v1.2.018 Compiling thiserror v2.0.1919 Compiling cfg-if v1.0.020 Compiling cntr v2.0.0 (/build/source)21 Compiling linux-raw-sys v0.9.422 Compiling foldhash v0.2.023 Compiling typed-path v0.12.324 Compiling log v0.4.3025 Compiling lock_api v0.4.1426 Compiling hashbrown v0.17.127 Compiling syn v3.0.328 Compiling thiserror-impl v2.0.1929 Compiling rustix-futex-sync v0.4.030 Compiling origin v0.26.231 Compiling rustix-dlmalloc v0.2.232error: linking with `/nix/store/xvvipinc7wngr82akl5i61bxdh10rajw-gcc-wrapper-15.2.0/bin/cc` failed: exit status: 133 |34 = note: "/nix/store/xvvipinc7wngr82akl5i61bxdh10rajw-gcc-wrapper-15.2.0/bin/cc" "/build/source/target/aarch64-unknown-linux-gnu/release/deps/rustcfB6R4a/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/build/source/target/aarch64-unknown-linux-gnu/release/deps/{libcntr-0fb1537df7ed535d,librustix_dlmalloc-e39874dfef88af8f,librustix_futex_sync-e3fe22e6a690b3ff,liblock_api-29fac15510b8a28d,libscopeguard-75bcf1f34cec2424,libcfg_if-4974b7b8f6be508c,libhashbrown-5d2be0d073ab0272,libfoldhash-f5533ec4f0743e4b,liblog-a42c832465197f58,libthiserror-4b7c6dd4dc38e8fa,libtyped_path-f7bad2bdf174c2da,liborigin-cd61d4c46f21c83c,librustix-c38c506856610c75,libbitflags-2a1a1494fde91828,liblinux_raw_sys-d5519dde0831780f,liblinux_raw_sys-3c1a8f24a124cc4c}.rlib" "<sysroot>/lib/rustlib/aarch64-unknown-linux-gnu/lib/{liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-L" "/build/source/target/aarch64-unknown-linux-gnu/release/deps/rustcfB6R4a/raw-dylibs" "-Wl,-Bdynamic" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/aarch64-unknown-linux-gnu/lib" "-o" "/build/source/target/aarch64-unknown-linux-gnu/release/deps/cntr-f6f0ec16bdcde851" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-Wl,-O1" "-nodefaultlibs" "-nostartfiles" "-nodefaultlibs" "-static" "/build/source/target/aarch64-unknown-linux-gnu/release/deps/cntr_audit_data.o" "-Wl,--undefined=AUDITABLE_VERSION_INFO"35 = note: some arguments are omitted. use `--verbose` to show all linker arguments36 = note: /nix/store/lp42hn5ax7xf2j5vlyfggjrj9hdmddpi-binutils-2.46/bin/ld.bfd: /nix/store/r8hkxrl2y25sfiqzv8x2hhlzdzjl3c1d-rustc-1.94.1/lib/rustlib/aarch64-unknown-linux-gnu/lib/libcompiler_builtins-c39e071ddb14c432.rlib(af31f06a59a4d73e-aarch64.o): in function `__init_cpu_features':37 aarch64.c:(.text.startup.__init_cpu_features+0x8): undefined reference to `__stack_chk_guard'38 /nix/store/lp42hn5ax7xf2j5vlyfggjrj9hdmddpi-binutils-2.46/bin/ld.bfd: aarch64.c:(.text.startup.__init_cpu_features+0xc): undefined reference to `__stack_chk_guard'39 /nix/store/lp42hn5ax7xf2j5vlyfggjrj9hdmddpi-binutils-2.46/bin/ld.bfd: aarch64.c:(.text.startup.__init_cpu_features+0x64): undefined reference to `__stack_chk_guard'40 /nix/store/lp42hn5ax7xf2j5vlyfggjrj9hdmddpi-binutils-2.46/bin/ld.bfd: aarch64.c:(.text.startup.__init_cpu_features+0x68): undefined reference to `__stack_chk_guard'41 /nix/store/lp42hn5ax7xf2j5vlyfggjrj9hdmddpi-binutils-2.46/bin/ld.bfd: aarch64.c:(.text.startup.__init_cpu_features+0xa8): undefined reference to `__stack_chk_fail'42 collect2: error: ld returned 1 exit status43 44 = note: some `extern` functions couldn't be found; some native libraries may need to be installed or have their path specified45 = note: use the `-l` flag to specify native libraries to link46 = note: use the `cargo:rustc-link-lib` directive to specify the native libraries to link with Cargo (see https://doc.rust-lang.org/cargo/reference/build-scripts.html#rustc-link-lib)4748error: could not compile `cntr` (bin "cntr") due to 1 previous error