Mock Version: 5.5 Mock Version: 5.5 Mock Version: 5.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target riscv64 --nodeps /builddir/build/SPECS/rust.spec'], chrootPath='/var/lib/mock/dist-an23-build-452324-73514/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=172800uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target riscv64 --nodeps /builddir/build/SPECS/rust.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1750896000 Wrote: /builddir/build/SRPMS/rust-1.84.1-3.an23.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target riscv64 --nodeps /builddir/build/SPECS/rust.spec'], chrootPath='/var/lib/mock/dist-an23-build-452324-73514/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=172800uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target riscv64 --nodeps /builddir/build/SPECS/rust.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1750896000 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.6lSUnv + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf rustc-1.84.1-src + /usr/lib/rpm/rpmuncompress -x /builddir/build/SOURCES/rustc-1.84.1-src.tar.xz + STATUS=0 + '[' 0 -ne 0 ']' + cd rustc-1.84.1-src + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #1 (0001-Use-lld-provided-by-system.patch):' Patch #1 (0001-Use-lld-provided-by-system.patch): + /usr/bin/patch --no-backup-if-mismatch -f -p1 --fuzz=0 patching file compiler/rustc_target/src/spec/base/wasm.rs patching file compiler/rustc_target/src/spec/targets/aarch64_unknown_none_softfloat.rs patching file compiler/rustc_target/src/spec/targets/aarch64_unknown_uefi.rs patching file compiler/rustc_target/src/spec/targets/x86_64_unknown_none.rs Hunk #1 succeeded at 19 (offset 2 lines). patching file compiler/rustc_target/src/spec/targets/x86_64_unknown_uefi.rs Hunk #1 succeeded at 14 (offset -2 lines). + echo 'Patch #2 (rustc-1.70.0-rust-gdb-substitute-path.patch):' Patch #2 (rustc-1.70.0-rust-gdb-substitute-path.patch): + /usr/bin/patch --no-backup-if-mismatch -f -p1 --fuzz=0 patching file src/etc/rust-gdb + echo 'Patch #3 (0001-Let-environment-variables-override-some-default-CPUs.patch):' Patch #3 (0001-Let-environment-variables-override-some-default-CPUs.patch): + /usr/bin/patch --no-backup-if-mismatch -f -p1 --fuzz=0 patching file compiler/rustc_target/src/spec/targets/powerpc64le_unknown_linux_gnu.rs patching file compiler/rustc_target/src/spec/targets/s390x_unknown_linux_gnu.rs patching file compiler/rustc_target/src/spec/targets/x86_64_unknown_linux_gnu.rs + echo 'Patch #4 (0001-bootstrap-allow-disabling-target-self-contained.patch):' Patch #4 (0001-bootstrap-allow-disabling-target-self-contained.patch): + /usr/bin/patch --no-backup-if-mismatch -f -p1 --fuzz=0 patching file config.example.toml patching file src/bootstrap/src/core/build_steps/compile.rs patching file src/bootstrap/src/core/config/config.rs patching file src/bootstrap/src/lib.rs + echo 'Patch #6 (rustc-1.84.0-unbundle-sqlite.patch):' Patch #6 (rustc-1.84.0-unbundle-sqlite.patch): + /usr/bin/patch --no-backup-if-mismatch -f -p1 --fuzz=0 patching file src/tools/cargo/Cargo.lock patching file src/tools/cargo/Cargo.toml + echo 'Patch #7 (0001-Only-translate-profile-flags-for-Clang.patch):' Patch #7 (0001-Only-translate-profile-flags-for-Clang.patch): + /usr/bin/patch --no-backup-if-mismatch -f -p1 --fuzz=0 -d vendor/cc-1.2.5 patching file src/flags.rs + echo 'Patch #8 (0001-Add-support-for-sw64.patch):' Patch #8 (0001-Add-support-for-sw64.patch): + /usr/bin/patch --no-backup-if-mismatch -f -p1 --fuzz=0 patching file compiler/rustc_codegen_llvm/src/asm.rs patching file compiler/rustc_codegen_ssa/src/back/metadata.rs patching file compiler/rustc_feature/src/unstable.rs patching file compiler/rustc_llvm/build.rs patching file compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp patching file compiler/rustc_llvm/src/lib.rs patching file compiler/rustc_span/src/symbol.rs patching file compiler/rustc_target/src/asm/mod.rs patching file compiler/rustc_target/src/asm/sw64.rs patching file compiler/rustc_target/src/callconv/mod.rs patching file compiler/rustc_target/src/callconv/sw64.rs patching file compiler/rustc_target/src/spec/mod.rs patching file compiler/rustc_target/src/spec/targets/sw_64_sunway_linux_gnu.rs patching file compiler/rustc_target/src/target_features.rs patching file config.example.toml patching file library/core/Cargo.toml patching file library/core/src/ffi/va_list.rs patching file library/core/src/sync/atomic.rs patching file library/std/Cargo.toml patching file library/std/build.rs patching file library/std/src/env.rs patching file library/std/src/os/linux/raw.rs patching file library/std/src/sync/mpmc/utils.rs patching file library/std/src/sys/alloc/mod.rs patching file library/std/src/sys/pal/unix/process/process_unix/tests.rs patching file library/std/src/sys/personality/gcc.rs patching file library/unwind/Cargo.toml patching file library/unwind/src/libunwind.rs patching file src/bootstrap/bootstrap.py patching file src/bootstrap/src/core/build_steps/llvm.rs patching file src/doc/rustc/src/platform-support.md patching file src/tools/build-manifest/src/main.rs patching file src/tools/compiletest/src/directive-list.rs patching file tests/assembly/targets/targets-elf.rs patching file tests/ui/abi/compatibility.rs patching file tests/ui/cfg/conditional-compile-arch.rs patching file tests/ui/check-cfg/well-known-values.stderr patching file tests/ui/stats/input-stats.rs patching file tests/ui/target-feature/gate.rs patching file tests/ui/target-feature/gate.stderr patching file vendor/cc-1.2.5/src/lib.rs patching file vendor/compiler_builtins-0.1.138/src/float/conv.rs patching file vendor/compiler_builtins-0.1.138/src/int/mul.rs patching file vendor/compiler_builtins-0.1.138/src/macros.rs patching file vendor/libc-0.2.155/Cargo.toml patching file vendor/libc-0.2.155/build.rs patching file vendor/libc-0.2.155/src/unix/linux_like/linux/align.rs patching file vendor/libc-0.2.155/src/unix/linux_like/linux/arch/mod.rs patching file vendor/libc-0.2.155/src/unix/linux_like/linux/arch/sw64/mod.rs patching file vendor/libc-0.2.155/src/unix/linux_like/linux/gnu/b64/mod.rs patching file vendor/libc-0.2.155/src/unix/linux_like/linux/gnu/b64/sw64.rs patching file vendor/libc-0.2.155/src/unix/linux_like/linux/gnu/mod.rs patching file vendor/libc-0.2.155/src/unix/linux_like/linux/mod.rs patching file vendor/libc-0.2.155/src/unix/linux_like/linux/no_align.rs patching file vendor/libc-0.2.155/src/unix/linux_like/mod.rs patching file vendor/libc-0.2.158/src/unix/linux_like/linux/align.rs patching file vendor/libc-0.2.158/src/unix/linux_like/linux/arch/mod.rs patching file vendor/libc-0.2.158/src/unix/linux_like/linux/arch/sw64/mod.rs patching file vendor/libc-0.2.158/src/unix/linux_like/linux/gnu/b64/mod.rs patching file vendor/libc-0.2.158/src/unix/linux_like/linux/gnu/b64/sw64.rs patching file vendor/libc-0.2.158/src/unix/linux_like/linux/gnu/mod.rs patching file vendor/libc-0.2.158/src/unix/linux_like/linux/mod.rs patching file vendor/libc-0.2.158/src/unix/linux_like/linux/no_align.rs patching file vendor/libc-0.2.158/src/unix/linux_like/mod.rs patching file vendor/libc-0.2.159/src/unix/linux_like/linux/align.rs patching file vendor/libc-0.2.159/src/unix/linux_like/linux/arch/mod.rs patching file vendor/libc-0.2.159/src/unix/linux_like/linux/arch/sw64/mod.rs patching file vendor/libc-0.2.159/src/unix/linux_like/linux/gnu/b64/mod.rs patching file vendor/libc-0.2.159/src/unix/linux_like/linux/gnu/b64/sw64.rs patching file vendor/libc-0.2.159/src/unix/linux_like/linux/gnu/mod.rs patching file vendor/libc-0.2.159/src/unix/linux_like/linux/mod.rs patching file vendor/libc-0.2.159/src/unix/linux_like/linux/no_align.rs patching file vendor/libc-0.2.159/src/unix/linux_like/mod.rs patching file vendor/libc-0.2.161/src/unix/linux_like/linux/arch/mod.rs patching file vendor/libc-0.2.161/src/unix/linux_like/linux/arch/sw64/mod.rs patching file vendor/libc-0.2.161/src/unix/linux_like/linux/gnu/b64/mod.rs patching file vendor/libc-0.2.161/src/unix/linux_like/linux/gnu/b64/sw64.rs patching file vendor/libc-0.2.161/src/unix/linux_like/linux/gnu/mod.rs patching file vendor/libc-0.2.161/src/unix/linux_like/linux/mod.rs patching file vendor/libc-0.2.161/src/unix/linux_like/linux/no_align.rs patching file vendor/libc-0.2.161/src/unix/linux_like/mod.rs patching file vendor/libc-0.2.162/src/unix/linux_like/linux/arch/mod.rs patching file vendor/libc-0.2.162/src/unix/linux_like/linux/arch/sw64/mod.rs patching file vendor/libc-0.2.162/src/unix/linux_like/linux/gnu/b64/mod.rs patching file vendor/libc-0.2.162/src/unix/linux_like/linux/gnu/b64/sw64.rs patching file vendor/libc-0.2.162/src/unix/linux_like/linux/gnu/mod.rs patching file vendor/libc-0.2.162/src/unix/linux_like/linux/mod.rs patching file vendor/libc-0.2.162/src/unix/linux_like/linux/no_align.rs patching file vendor/libc-0.2.162/src/unix/linux_like/mod.rs patching file vendor/libc-0.2.164/build.rs patching file vendor/libc-0.2.164/src/unix/linux_like/linux/arch/mod.rs patching file vendor/libc-0.2.164/src/unix/linux_like/linux/arch/sw64/mod.rs patching file vendor/libc-0.2.164/src/unix/linux_like/linux/gnu/b64/mod.rs patching file vendor/libc-0.2.164/src/unix/linux_like/linux/gnu/b64/sw64.rs patching file vendor/libc-0.2.164/src/unix/linux_like/linux/gnu/mod.rs patching file vendor/libc-0.2.164/src/unix/linux_like/linux/mod.rs patching file vendor/libc-0.2.164/src/unix/linux_like/linux/no_align.rs patching file vendor/libc-0.2.164/src/unix/linux_like/mod.rs patching file vendor/linux-raw-sys-0.4.14/src/lib.rs patching file vendor/linux-raw-sys-0.4.14/src/sw64/bootparam.rs patching file vendor/linux-raw-sys-0.4.14/src/sw64/errno.rs patching file vendor/linux-raw-sys-0.4.14/src/sw64/general.rs patching file vendor/linux-raw-sys-0.4.14/src/sw64/if_arp.rs patching file vendor/linux-raw-sys-0.4.14/src/sw64/if_ether.rs patching file vendor/linux-raw-sys-0.4.14/src/sw64/if_packet.rs patching file vendor/linux-raw-sys-0.4.14/src/sw64/io_uring.rs patching file vendor/linux-raw-sys-0.4.14/src/sw64/ioctl.rs patching file vendor/linux-raw-sys-0.4.14/src/sw64/loop_device.rs patching file vendor/linux-raw-sys-0.4.14/src/sw64/mempolicy.rs patching file vendor/linux-raw-sys-0.4.14/src/sw64/net.rs patching file vendor/linux-raw-sys-0.4.14/src/sw64/netlink.rs patching file vendor/linux-raw-sys-0.4.14/src/sw64/prctl.rs patching file vendor/linux-raw-sys-0.4.14/src/sw64/system.rs patching file vendor/linux-raw-sys-0.4.14/src/sw64/xdp.rs patching file vendor/nix-0.28.0/src/sys/ioctl/linux.rs patching file vendor/nix-0.28.0/src/sys/signal.rs patching file vendor/nix-0.28.0/src/sys/statfs.rs patching file vendor/nix-0.28.0/src/sys/termios.rs patching file vendor/nix-0.29.0/src/fcntl.rs patching file vendor/nix-0.29.0/src/sys/signal.rs patching file vendor/nix-0.29.0/src/sys/statfs.rs patching file vendor/nix-0.29.0/src/sys/termios.rs patching file vendor/object-0.32.2/src/elf.rs patching file vendor/object-0.36.2/src/common.rs patching file vendor/object-0.36.2/src/elf.rs patching file vendor/object-0.36.2/src/read/elf/file.rs patching file vendor/object-0.36.2/src/write/elf/object.rs patching file vendor/object-0.36.4/src/common.rs patching file vendor/object-0.36.4/src/elf.rs patching file vendor/object-0.36.4/src/read/elf/file.rs patching file vendor/object-0.36.4/src/read/elf/relocation.rs patching file vendor/object-0.36.4/src/write/elf/object.rs patching file vendor/object-0.36.5/src/common.rs patching file vendor/object-0.36.5/src/elf.rs patching file vendor/object-0.36.5/src/read/elf/file.rs patching file vendor/object-0.36.5/src/write/elf/object.rs patching file vendor/psm-0.1.23/build.rs patching file vendor/psm-0.1.23/src/arch/sw64.s patching file vendor/rustix-0.38.37/build.rs patching file vendor/rustix-0.38.37/src/backend/libc/c.rs patching file vendor/rustix-0.38.37/src/ioctl/linux.rs patching file vendor/rustix-0.38.37/src/termios/types.rs patching file vendor/rustix-0.38.38/build.rs patching file vendor/rustix-0.38.38/src/backend/libc/c.rs patching file vendor/rustix-0.38.38/src/ioctl/linux.rs patching file vendor/rustix-0.38.38/src/signal.rs patching file vendor/rustix-0.38.38/src/termios/types.rs + sed -i.try-python -e '/^try python3 /i try "/usr/bin/python3" "$@"' ./configure + sed -i.rust-src -e s#@BUILDDIR@#/builddir/build/BUILD/rustc-1.84.1-src# ./src/etc/rust-gdb + rm -rf src/llvm-project/ + mkdir -p src/llvm-project/libunwind/ + rm -rf src/gcc + rm -rf src/tools/enzyme + rm -rf src/tools/rustc-perf + find ./vendor/curl-sys-0.4.52+curl-7.81.0/curl/ ./vendor/curl-sys-0.4.74+curl-8.9.0/curl/ ./vendor/curl-sys-0.4.77+curl-8.10.1/curl/ -mindepth 1 -delete + find ./vendor/jemalloc-sys-0.3.2/jemalloc/ ./vendor/jemalloc-sys-0.5.3+5.3.0-patched/jemalloc/ ./vendor/jemalloc-sys-0.5.4+5.3.0-patched/jemalloc/ ./vendor/tikv-jemalloc-sys-0.5.4+5.3.0-patched/jemalloc/ -mindepth 1 -delete + find ./vendor/libffi-sys-2.3.0/libffi/ -mindepth 1 -delete + find ./vendor/libmimalloc-sys-0.1.39/c_src/mimalloc/ -mindepth 1 -delete + find ./vendor/libsqlite3-sys-0.25.2/sqlcipher/ ./vendor/libsqlite3-sys-0.30.1/sqlcipher/ -mindepth 1 -delete + find ./vendor/libssh2-sys-0.2.23/libssh2/ ./vendor/libssh2-sys-0.3.0/libssh2/ -mindepth 1 -delete + find ./vendor/libz-sys-1.1.20/src/zlib/ ./vendor/libz-sys-1.1.3/src/zlib/ ./vendor/libz-sys-1.1.20/src/zlib-ng/ ./vendor/libz-sys-1.1.3/src/zlib-ng/ -mindepth 1 -delete + find ./vendor/lzma-sys-0.1.20/xz-5.2/ -mindepth 1 -delete + find ./vendor/openssl-src-111.17.0+1.1.1m/openssl/ ./vendor/openssl-src-111.28.2+1.1.1w/openssl/ -mindepth 1 -delete + find ./vendor/onig_sys-69.8.1/oniguruma/ -mindepth 1 -delete + find ./vendor/libsqlite3-sys-0.22.2/sqlite3/ ./vendor/libsqlite3-sys-0.25.2/sqlite3/ ./vendor/libsqlite3-sys-0.30.1/sqlite3/ -mindepth 1 -delete + sed -i.lzma -e /LZMA_API_STATIC/d src/bootstrap/src/core/build_steps/tool.rs + find vendor -name .cargo-checksum.json -exec sed -i.uncheck -e 's/"files":{[^}]*}/"files":{ }/' '{}' + + find -name '*.rs' -type f -perm /111 -exec chmod -v -x '{}' + mode of './compiler/rustc_codegen_cranelift/scripts/filter_profile.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/brotli-decompressor-2.3.4/src/bin/tests.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/libc-0.2.94/src/vxworks/mod.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/alloc-stdlib-0.2.2/tests/lib.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/alloc-stdlib-0.2.2/src/heap_alloc.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/alloc-stdlib-0.2.2/src/test.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/alloc-stdlib-0.2.2/src/bin/tests.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/alloc-no-stdlib-2.0.4/tests/lib.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/alloc-no-stdlib-2.0.4/src/lib.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/alloc-no-stdlib-2.0.4/src/allocated_memory/index_macro.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/alloc-no-stdlib-2.0.4/src/bin/tests.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/derive-where-1.2.7/src/lib.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/unicode-normalization-0.1.22/src/no_std_prelude.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/tests/criterion_tests.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/benches/benchmarks/mod.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/benches/benchmarks/custom_measurement.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/benches/benchmarks/measurement_overhead.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/benches/benchmarks/iter_with_setup.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/benches/benchmarks/external_process.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/benches/benchmarks/iter_with_large_drop.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/benches/benchmarks/special_characters.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/benches/benchmarks/sampling_mode.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/benches/benchmarks/with_inputs.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/benches/benchmarks/compare_functions.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/benches/benchmarks/iter_with_large_setup.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/benches/benchmarks/async_measurement_overhead.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/benches/bench_main.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/src/routine.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/src/profiler.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/src/plot/plotters_backend/mod.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/src/plot/plotters_backend/iteration_times.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/src/plot/plotters_backend/summary.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/src/plot/plotters_backend/pdf.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/src/plot/plotters_backend/regression.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/src/plot/plotters_backend/t_test.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/src/plot/plotters_backend/distributions.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/src/plot/mod.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/src/plot/gnuplot_backend/mod.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/src/plot/gnuplot_backend/iteration_times.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/src/plot/gnuplot_backend/summary.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/src/plot/gnuplot_backend/pdf.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/src/plot/gnuplot_backend/regression.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/src/plot/gnuplot_backend/t_test.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/src/plot/gnuplot_backend/distributions.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/src/benchmark_group.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/src/benchmark.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/src/measurement.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/src/connection.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/src/async_executor.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/src/macros_private.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/src/macros.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/src/kde.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/src/lib.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/src/html/mod.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/src/estimate.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/src/format.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/src/csv_report.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/src/fs.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/src/bencher.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/src/analysis/compare.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/src/analysis/mod.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/src/report.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/src/stats/univariate/kde/mod.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/src/stats/univariate/kde/kernel.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/src/stats/univariate/sample.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/src/stats/univariate/mixed.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/src/stats/univariate/mod.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/src/stats/univariate/percentiles.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/src/stats/univariate/bootstrap.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/src/stats/univariate/resamples.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/src/stats/univariate/outliers/mod.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/src/stats/univariate/outliers/tukey.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/src/stats/mod.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/src/stats/test.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/src/stats/float.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/src/stats/tuple.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/src/stats/bivariate/mod.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/src/stats/bivariate/bootstrap.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/src/stats/bivariate/resamples.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/src/stats/bivariate/regression.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/src/stats/rand_util.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-0.3.5/src/error.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/process-wrap-8.0.2/tests/multiproc_helper.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/bumpalo-3.16.0/src/lib.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/miniz_oxide-0.4.4/build.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/unicode-normalization-0.1.23/src/no_std_prelude.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/brotli-3.3.4/src/enc/utf8_util.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/brotli-3.3.4/src/enc/block_split.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/brotli-3.3.4/src/enc/literal_cost.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/brotli-3.3.4/src/enc/constants.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/brotli-3.3.4/src/enc/static_dict.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/brotli-3.3.4/src/enc/mod.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/brotli-3.3.4/src/enc/reader.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/brotli-3.3.4/src/enc/brotli_bit_stream.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/brotli-3.3.4/src/enc/test.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/brotli-3.3.4/src/enc/metablock.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/brotli-3.3.4/src/enc/worker_pool.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/brotli-3.3.4/src/enc/compress_fragment.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/brotli-3.3.4/src/enc/static_dict_lut.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/brotli-3.3.4/src/enc/backward_references/hq.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/brotli-3.3.4/src/enc/backward_references/benchmark.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/brotli-3.3.4/src/enc/backward_references/mod.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/brotli-3.3.4/src/enc/backward_references/test.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/brotli-3.3.4/src/enc/backward_references/hash_to_binary_tree.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/brotli-3.3.4/src/enc/compress_fragment_two_pass.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/brotli-3.3.4/src/enc/writer.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/brotli-3.3.4/src/enc/command.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/brotli-3.3.4/src/enc/encode.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/brotli-3.3.4/src/enc/util.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/brotli-3.3.4/src/enc/dictionary_hash.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/brotli-3.3.4/src/enc/block_splitter.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/brotli-3.3.4/src/enc/compat.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/brotli-3.3.4/src/enc/cluster.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/brotli-3.3.4/src/enc/vectorization.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/brotli-3.3.4/src/enc/bit_cost.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/brotli-3.3.4/src/enc/multithreading.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/brotli-3.3.4/src/enc/histogram.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/brotli-3.3.4/src/lib.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/brotli-3.3.4/src/bin/tests.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/brotli-3.3.4/src/bin/brotli.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/brotli-3.3.4/src/bin/test_broccoli.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/brotli-3.3.4/src/bin/integration_tests.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/brotli-3.3.4/src/bin/test_custom_dict.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/brotli-3.3.4/src/bin/test_threading.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/brotli-3.3.4/src/ffi/compressor.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/brotli-3.3.4/src/ffi/multicompress/mod.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/brotli-3.3.4/src/ffi/multicompress/test.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/gimli-0.26.1/tests/parse_self.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/tinytemplate-1.2.1/benches/benchmarks.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/tinytemplate-1.2.1/src/syntax.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/tinytemplate-1.2.1/src/instruction.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/tinytemplate-1.2.1/src/lib.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/tinytemplate-1.2.1/src/compiler.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/tinytemplate-1.2.1/src/template.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/tinytemplate-1.2.1/src/error.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/gix-pack-0.54.0/src/lib.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/type-map-0.5.0/src/lib.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/libc-0.2.97/src/vxworks/mod.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-plot-0.4.4/src/candlestick.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-plot-0.4.4/src/key.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-plot-0.4.4/src/prelude.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-plot-0.4.4/src/filledcurve.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-plot-0.4.4/src/curve.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-plot-0.4.4/src/lib.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-plot-0.4.4/src/data.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-plot-0.4.4/src/traits.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-plot-0.4.4/src/errorbar.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-plot-0.4.4/src/axis.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-plot-0.4.4/src/proxy.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-plot-0.4.4/src/map.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-plot-0.4.4/src/grid.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-plot-0.4.4/src/display.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-plot-0.5.0/src/candlestick.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-plot-0.5.0/src/key.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-plot-0.5.0/src/prelude.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-plot-0.5.0/src/filledcurve.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-plot-0.5.0/src/curve.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-plot-0.5.0/src/lib.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-plot-0.5.0/src/data.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-plot-0.5.0/src/traits.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-plot-0.5.0/src/errorbar.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-plot-0.5.0/src/axis.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-plot-0.5.0/src/proxy.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-plot-0.5.0/src/map.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-plot-0.5.0/src/grid.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './vendor/criterion-plot-0.5.0/src/display.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './src/tools/rust-analyzer/crates/ide/src/folding_ranges.rs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.O2OTbT + umask 022 + cd /builddir/build/BUILD + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/anolis/anolis-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/anolis/anolis-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/anolis/anolis-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/anolis/anolis-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/anolis/anolis-hardened-ld -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -Wl,--build-id=sha1 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd rustc-1.84.1-src + export RUSTC_TARGET_CPU_X86_64=x86-64-v2 RUSTONIG_SYSTEM_LIBONIG=1 LIBSQLITE3_SYS_USE_PKG_CONFIG=1 LIBSSH2_SYS_USE_PKG_CONFIG=1 + RUSTC_TARGET_CPU_X86_64=x86-64-v2 + RUSTONIG_SYSTEM_LIBONIG=1 + LIBSQLITE3_SYS_USE_PKG_CONFIG=1 + LIBSSH2_SYS_USE_PKG_CONFIG=1 + test -r /usr/lib/clang/18/lib/riscv64-anolis-linux-gnu/libclang_rt.profile.a + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/anolis/anolis-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/anolis/anolis-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/anolis/anolis-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/anolis/anolis-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/anolis/anolis-hardened-ld -specs=/usr/lib/rpm/anolis/anolis-annobin-cc1 -Wl,--build-id=sha1 ' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + '[' '-flto=auto -ffat-lto-objectsx' '!=' x ']' ++ find . -type f -name configure -print + for file in $(find . -type f -name configure -print) + /usr/bin/sed -r --in-place=.backup 's/^char \(\*f\) \(\) = /__attribute__ ((used)) char (*f) () = /g' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed -r --in-place=.backup 's/^char \(\*f\) \(\);/__attribute__ ((used)) char (*f) ();/g' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed -r --in-place=.backup 's/^char \$2 \(\);/__attribute__ ((used)) char \$2 ();/g' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed --in-place=.backup '1{$!N;$!N};$!N;s/int x = 1;\nint y = 0;\nint z;\nint nan;/volatile int x = 1; volatile int y = 0; volatile int z, nan;/;P;D' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed --in-place=.backup 's#^lt_cv_sys_global_symbol_to_cdecl=.*#lt_cv_sys_global_symbol_to_cdecl="sed -n -e '\''s/^T .* \\(.*\\)$/extern int \\1();/p'\'' -e '\''s/^$symcode* .* \\(.*\\)$/extern char \\1;/p'\''"#' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + for file in $(find . -type f -name configure -print) + /usr/bin/sed -r --in-place=.backup 's/^char \(\*f\) \(\) = /__attribute__ ((used)) char (*f) () = /g' ./vendor/tikv-jemalloc-sys-0.5.4+5.3.0-patched/configure/configure + diff -u ./vendor/tikv-jemalloc-sys-0.5.4+5.3.0-patched/configure/configure.backup ./vendor/tikv-jemalloc-sys-0.5.4+5.3.0-patched/configure/configure + mv ./vendor/tikv-jemalloc-sys-0.5.4+5.3.0-patched/configure/configure.backup ./vendor/tikv-jemalloc-sys-0.5.4+5.3.0-patched/configure/configure + /usr/bin/sed -r --in-place=.backup 's/^char \(\*f\) \(\);/__attribute__ ((used)) char (*f) ();/g' ./vendor/tikv-jemalloc-sys-0.5.4+5.3.0-patched/configure/configure + diff -u ./vendor/tikv-jemalloc-sys-0.5.4+5.3.0-patched/configure/configure.backup ./vendor/tikv-jemalloc-sys-0.5.4+5.3.0-patched/configure/configure + mv ./vendor/tikv-jemalloc-sys-0.5.4+5.3.0-patched/configure/configure.backup ./vendor/tikv-jemalloc-sys-0.5.4+5.3.0-patched/configure/configure + /usr/bin/sed -r --in-place=.backup 's/^char \$2 \(\);/__attribute__ ((used)) char \$2 ();/g' ./vendor/tikv-jemalloc-sys-0.5.4+5.3.0-patched/configure/configure + diff -u ./vendor/tikv-jemalloc-sys-0.5.4+5.3.0-patched/configure/configure.backup ./vendor/tikv-jemalloc-sys-0.5.4+5.3.0-patched/configure/configure --- ./vendor/tikv-jemalloc-sys-0.5.4+5.3.0-patched/configure/configure.backup 2025-01-27 18:20:59.000000000 -0500 +++ ./vendor/tikv-jemalloc-sys-0.5.4+5.3.0-patched/configure/configure 2025-07-21 08:49:10.304993196 -0400 @@ -2140,7 +2140,7 @@ #ifdef __cplusplus extern "C" #endif -char $2 (); +__attribute__ ((used)) char $2 (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ + /usr/bin/sed --in-place=.backup '1{$!N;$!N};$!N;s/int x = 1;\nint y = 0;\nint z;\nint nan;/volatile int x = 1; volatile int y = 0; volatile int z, nan;/;P;D' ./vendor/tikv-jemalloc-sys-0.5.4+5.3.0-patched/configure/configure + diff -u ./vendor/tikv-jemalloc-sys-0.5.4+5.3.0-patched/configure/configure.backup ./vendor/tikv-jemalloc-sys-0.5.4+5.3.0-patched/configure/configure + mv ./vendor/tikv-jemalloc-sys-0.5.4+5.3.0-patched/configure/configure.backup ./vendor/tikv-jemalloc-sys-0.5.4+5.3.0-patched/configure/configure + /usr/bin/sed --in-place=.backup 's#^lt_cv_sys_global_symbol_to_cdecl=.*#lt_cv_sys_global_symbol_to_cdecl="sed -n -e '\''s/^T .* \\(.*\\)$/extern int \\1();/p'\'' -e '\''s/^$symcode* .* \\(.*\\)$/extern char \\1;/p'\''"#' ./vendor/tikv-jemalloc-sys-0.5.4+5.3.0-patched/configure/configure + diff -u ./vendor/tikv-jemalloc-sys-0.5.4+5.3.0-patched/configure/configure.backup ./vendor/tikv-jemalloc-sys-0.5.4+5.3.0-patched/configure/configure + mv ./vendor/tikv-jemalloc-sys-0.5.4+5.3.0-patched/configure/configure.backup ./vendor/tikv-jemalloc-sys-0.5.4+5.3.0-patched/configure/configure + for file in $(find . -type f -name configure -print) + /usr/bin/sed -r --in-place=.backup 's/^char \(\*f\) \(\) = /__attribute__ ((used)) char (*f) () = /g' ./vendor/jemalloc-sys-0.3.2/rep/configure + diff -u ./vendor/jemalloc-sys-0.3.2/rep/configure.backup ./vendor/jemalloc-sys-0.3.2/rep/configure + mv ./vendor/jemalloc-sys-0.3.2/rep/configure.backup ./vendor/jemalloc-sys-0.3.2/rep/configure + /usr/bin/sed -r --in-place=.backup 's/^char \(\*f\) \(\);/__attribute__ ((used)) char (*f) ();/g' ./vendor/jemalloc-sys-0.3.2/rep/configure + diff -u ./vendor/jemalloc-sys-0.3.2/rep/configure.backup ./vendor/jemalloc-sys-0.3.2/rep/configure + mv ./vendor/jemalloc-sys-0.3.2/rep/configure.backup ./vendor/jemalloc-sys-0.3.2/rep/configure + /usr/bin/sed -r --in-place=.backup 's/^char \$2 \(\);/__attribute__ ((used)) char \$2 ();/g' ./vendor/jemalloc-sys-0.3.2/rep/configure + diff -u ./vendor/jemalloc-sys-0.3.2/rep/configure.backup ./vendor/jemalloc-sys-0.3.2/rep/configure --- ./vendor/jemalloc-sys-0.3.2/rep/configure.backup 2025-01-27 18:20:59.000000000 -0500 +++ ./vendor/jemalloc-sys-0.3.2/rep/configure 2025-07-21 08:49:10.664994304 -0400 @@ -2122,7 +2122,7 @@ #ifdef __cplusplus extern "C" #endif -char $2 (); +__attribute__ ((used)) char $2 (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ + /usr/bin/sed --in-place=.backup '1{$!N;$!N};$!N;s/int x = 1;\nint y = 0;\nint z;\nint nan;/volatile int x = 1; volatile int y = 0; volatile int z, nan;/;P;D' ./vendor/jemalloc-sys-0.3.2/rep/configure + diff -u ./vendor/jemalloc-sys-0.3.2/rep/configure.backup ./vendor/jemalloc-sys-0.3.2/rep/configure + mv ./vendor/jemalloc-sys-0.3.2/rep/configure.backup ./vendor/jemalloc-sys-0.3.2/rep/configure + /usr/bin/sed --in-place=.backup 's#^lt_cv_sys_global_symbol_to_cdecl=.*#lt_cv_sys_global_symbol_to_cdecl="sed -n -e '\''s/^T .* \\(.*\\)$/extern int \\1();/p'\'' -e '\''s/^$symcode* .* \\(.*\\)$/extern char \\1;/p'\''"#' ./vendor/jemalloc-sys-0.3.2/rep/configure + diff -u ./vendor/jemalloc-sys-0.3.2/rep/configure.backup ./vendor/jemalloc-sys-0.3.2/rep/configure + mv ./vendor/jemalloc-sys-0.3.2/rep/configure.backup ./vendor/jemalloc-sys-0.3.2/rep/configure + for file in $(find . -type f -name configure -print) + /usr/bin/sed -r --in-place=.backup 's/^char \(\*f\) \(\) = /__attribute__ ((used)) char (*f) () = /g' ./vendor/jemalloc-sys-0.3.2/configure/configure + diff -u ./vendor/jemalloc-sys-0.3.2/configure/configure.backup ./vendor/jemalloc-sys-0.3.2/configure/configure + mv ./vendor/jemalloc-sys-0.3.2/configure/configure.backup ./vendor/jemalloc-sys-0.3.2/configure/configure + /usr/bin/sed -r --in-place=.backup 's/^char \(\*f\) \(\);/__attribute__ ((used)) char (*f) ();/g' ./vendor/jemalloc-sys-0.3.2/configure/configure + diff -u ./vendor/jemalloc-sys-0.3.2/configure/configure.backup ./vendor/jemalloc-sys-0.3.2/configure/configure + mv ./vendor/jemalloc-sys-0.3.2/configure/configure.backup ./vendor/jemalloc-sys-0.3.2/configure/configure + /usr/bin/sed -r --in-place=.backup 's/^char \$2 \(\);/__attribute__ ((used)) char \$2 ();/g' ./vendor/jemalloc-sys-0.3.2/configure/configure + diff -u ./vendor/jemalloc-sys-0.3.2/configure/configure.backup ./vendor/jemalloc-sys-0.3.2/configure/configure --- ./vendor/jemalloc-sys-0.3.2/configure/configure.backup 2025-01-27 18:20:59.000000000 -0500 +++ ./vendor/jemalloc-sys-0.3.2/configure/configure 2025-07-21 08:49:11.014995381 -0400 @@ -2105,7 +2105,7 @@ #ifdef __cplusplus extern "C" #endif -char $2 (); +__attribute__ ((used)) char $2 (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ + /usr/bin/sed --in-place=.backup '1{$!N;$!N};$!N;s/int x = 1;\nint y = 0;\nint z;\nint nan;/volatile int x = 1; volatile int y = 0; volatile int z, nan;/;P;D' ./vendor/jemalloc-sys-0.3.2/configure/configure + diff -u ./vendor/jemalloc-sys-0.3.2/configure/configure.backup ./vendor/jemalloc-sys-0.3.2/configure/configure + mv ./vendor/jemalloc-sys-0.3.2/configure/configure.backup ./vendor/jemalloc-sys-0.3.2/configure/configure + /usr/bin/sed --in-place=.backup 's#^lt_cv_sys_global_symbol_to_cdecl=.*#lt_cv_sys_global_symbol_to_cdecl="sed -n -e '\''s/^T .* \\(.*\\)$/extern int \\1();/p'\'' -e '\''s/^$symcode* .* \\(.*\\)$/extern char \\1;/p'\''"#' ./vendor/jemalloc-sys-0.3.2/configure/configure + diff -u ./vendor/jemalloc-sys-0.3.2/configure/configure.backup ./vendor/jemalloc-sys-0.3.2/configure/configure + mv ./vendor/jemalloc-sys-0.3.2/configure/configure.backup ./vendor/jemalloc-sys-0.3.2/configure/configure + for file in $(find . -type f -name configure -print) + /usr/bin/sed -r --in-place=.backup 's/^char \(\*f\) \(\) = /__attribute__ ((used)) char (*f) () = /g' ./vendor/jemalloc-sys-0.5.4+5.3.0-patched/configure/configure + diff -u ./vendor/jemalloc-sys-0.5.4+5.3.0-patched/configure/configure.backup ./vendor/jemalloc-sys-0.5.4+5.3.0-patched/configure/configure + mv ./vendor/jemalloc-sys-0.5.4+5.3.0-patched/configure/configure.backup ./vendor/jemalloc-sys-0.5.4+5.3.0-patched/configure/configure + /usr/bin/sed -r --in-place=.backup 's/^char \(\*f\) \(\);/__attribute__ ((used)) char (*f) ();/g' ./vendor/jemalloc-sys-0.5.4+5.3.0-patched/configure/configure + diff -u ./vendor/jemalloc-sys-0.5.4+5.3.0-patched/configure/configure.backup ./vendor/jemalloc-sys-0.5.4+5.3.0-patched/configure/configure + mv ./vendor/jemalloc-sys-0.5.4+5.3.0-patched/configure/configure.backup ./vendor/jemalloc-sys-0.5.4+5.3.0-patched/configure/configure + /usr/bin/sed -r --in-place=.backup 's/^char \$2 \(\);/__attribute__ ((used)) char \$2 ();/g' ./vendor/jemalloc-sys-0.5.4+5.3.0-patched/configure/configure + diff -u ./vendor/jemalloc-sys-0.5.4+5.3.0-patched/configure/configure.backup ./vendor/jemalloc-sys-0.5.4+5.3.0-patched/configure/configure --- ./vendor/jemalloc-sys-0.5.4+5.3.0-patched/configure/configure.backup 2025-01-27 18:20:59.000000000 -0500 +++ ./vendor/jemalloc-sys-0.5.4+5.3.0-patched/configure/configure 2025-07-21 08:49:11.374996488 -0400 @@ -2140,7 +2140,7 @@ #ifdef __cplusplus extern "C" #endif -char $2 (); +__attribute__ ((used)) char $2 (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ + /usr/bin/sed --in-place=.backup '1{$!N;$!N};$!N;s/int x = 1;\nint y = 0;\nint z;\nint nan;/volatile int x = 1; volatile int y = 0; volatile int z, nan;/;P;D' ./vendor/jemalloc-sys-0.5.4+5.3.0-patched/configure/configure + diff -u ./vendor/jemalloc-sys-0.5.4+5.3.0-patched/configure/configure.backup ./vendor/jemalloc-sys-0.5.4+5.3.0-patched/configure/configure + mv ./vendor/jemalloc-sys-0.5.4+5.3.0-patched/configure/configure.backup ./vendor/jemalloc-sys-0.5.4+5.3.0-patched/configure/configure + /usr/bin/sed --in-place=.backup 's#^lt_cv_sys_global_symbol_to_cdecl=.*#lt_cv_sys_global_symbol_to_cdecl="sed -n -e '\''s/^T .* \\(.*\\)$/extern int \\1();/p'\'' -e '\''s/^$symcode* .* \\(.*\\)$/extern char \\1;/p'\''"#' ./vendor/jemalloc-sys-0.5.4+5.3.0-patched/configure/configure + diff -u ./vendor/jemalloc-sys-0.5.4+5.3.0-patched/configure/configure.backup ./vendor/jemalloc-sys-0.5.4+5.3.0-patched/configure/configure + mv ./vendor/jemalloc-sys-0.5.4+5.3.0-patched/configure/configure.backup ./vendor/jemalloc-sys-0.5.4+5.3.0-patched/configure/configure + for file in $(find . -type f -name configure -print) + /usr/bin/sed -r --in-place=.backup 's/^char \(\*f\) \(\) = /__attribute__ ((used)) char (*f) () = /g' ./vendor/jemalloc-sys-0.5.3+5.3.0-patched/configure/configure + diff -u ./vendor/jemalloc-sys-0.5.3+5.3.0-patched/configure/configure.backup ./vendor/jemalloc-sys-0.5.3+5.3.0-patched/configure/configure + mv ./vendor/jemalloc-sys-0.5.3+5.3.0-patched/configure/configure.backup ./vendor/jemalloc-sys-0.5.3+5.3.0-patched/configure/configure + /usr/bin/sed -r --in-place=.backup 's/^char \(\*f\) \(\);/__attribute__ ((used)) char (*f) ();/g' ./vendor/jemalloc-sys-0.5.3+5.3.0-patched/configure/configure + diff -u ./vendor/jemalloc-sys-0.5.3+5.3.0-patched/configure/configure.backup ./vendor/jemalloc-sys-0.5.3+5.3.0-patched/configure/configure + mv ./vendor/jemalloc-sys-0.5.3+5.3.0-patched/configure/configure.backup ./vendor/jemalloc-sys-0.5.3+5.3.0-patched/configure/configure + /usr/bin/sed -r --in-place=.backup 's/^char \$2 \(\);/__attribute__ ((used)) char \$2 ();/g' ./vendor/jemalloc-sys-0.5.3+5.3.0-patched/configure/configure + diff -u ./vendor/jemalloc-sys-0.5.3+5.3.0-patched/configure/configure.backup ./vendor/jemalloc-sys-0.5.3+5.3.0-patched/configure/configure --- ./vendor/jemalloc-sys-0.5.3+5.3.0-patched/configure/configure.backup 2025-01-27 18:20:59.000000000 -0500 +++ ./vendor/jemalloc-sys-0.5.3+5.3.0-patched/configure/configure 2025-07-21 08:49:11.744997626 -0400 @@ -2140,7 +2140,7 @@ #ifdef __cplusplus extern "C" #endif -char $2 (); +__attribute__ ((used)) char $2 (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ + /usr/bin/sed --in-place=.backup '1{$!N;$!N};$!N;s/int x = 1;\nint y = 0;\nint z;\nint nan;/volatile int x = 1; volatile int y = 0; volatile int z, nan;/;P;D' ./vendor/jemalloc-sys-0.5.3+5.3.0-patched/configure/configure + diff -u ./vendor/jemalloc-sys-0.5.3+5.3.0-patched/configure/configure.backup ./vendor/jemalloc-sys-0.5.3+5.3.0-patched/configure/configure + mv ./vendor/jemalloc-sys-0.5.3+5.3.0-patched/configure/configure.backup ./vendor/jemalloc-sys-0.5.3+5.3.0-patched/configure/configure + /usr/bin/sed --in-place=.backup 's#^lt_cv_sys_global_symbol_to_cdecl=.*#lt_cv_sys_global_symbol_to_cdecl="sed -n -e '\''s/^T .* \\(.*\\)$/extern int \\1();/p'\'' -e '\''s/^$symcode* .* \\(.*\\)$/extern char \\1;/p'\''"#' ./vendor/jemalloc-sys-0.5.3+5.3.0-patched/configure/configure + diff -u ./vendor/jemalloc-sys-0.5.3+5.3.0-patched/configure/configure.backup ./vendor/jemalloc-sys-0.5.3+5.3.0-patched/configure/configure + mv ./vendor/jemalloc-sys-0.5.3+5.3.0-patched/configure/configure.backup ./vendor/jemalloc-sys-0.5.3+5.3.0-patched/configure/configure + '[' 1 = 1 ']' +++ dirname ./configure ++ find . -name config.guess -o -name config.sub + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./vendor/jemalloc-sys-0.3.2/rep/build-aux/config.sub + '[' -f /usr/lib/rpm/anolis/config.sub ']' + /usr/bin/rm -f ./vendor/jemalloc-sys-0.3.2/rep/build-aux/config.sub ++ basename ./vendor/jemalloc-sys-0.3.2/rep/build-aux/config.sub + /usr/bin/cp -fv /usr/lib/rpm/anolis/config.sub ./vendor/jemalloc-sys-0.3.2/rep/build-aux/config.sub '/usr/lib/rpm/anolis/config.sub' -> './vendor/jemalloc-sys-0.3.2/rep/build-aux/config.sub' + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./vendor/jemalloc-sys-0.3.2/rep/build-aux/config.guess + '[' -f /usr/lib/rpm/anolis/config.guess ']' + /usr/bin/rm -f ./vendor/jemalloc-sys-0.3.2/rep/build-aux/config.guess ++ basename ./vendor/jemalloc-sys-0.3.2/rep/build-aux/config.guess + /usr/bin/cp -fv /usr/lib/rpm/anolis/config.guess ./vendor/jemalloc-sys-0.3.2/rep/build-aux/config.guess '/usr/lib/rpm/anolis/config.guess' -> './vendor/jemalloc-sys-0.3.2/rep/build-aux/config.guess' + '[' 1 = 1 ']' + '[' x '!=' 'x-Wl,-z,now -specs=/usr/lib/rpm/anolis/anolis-hardened-ld' ']' ++ find . -name ltmain.sh ++ dirname ./configure + /usr/lib/rpm/anolis/force-as-needed-for-shared-lib-in-libtool . Forcing -Wl,--as-needed in configure/libtool to workaround libtool bug (cf http://lists.gnu.org/archive/html/libtool-patches/2004-06/msg00002.html) + /usr/lib/rpm/anolis/fix-libtool-ltmain-from-overlinking ++ dirname ./configure + /usr/lib/rpm/anolis/fix-libtool-from-moving-options-after-libs . + /usr/lib/rpm/anolis/fix-dlsearch-path-in-libtool . lib64 + ./configure --build=riscv64-Anolis-linux --host=riscv64-Anolis-linux --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-option-checking --docdir=/usr/share/doc/rust --libdir=/usr/lib --build=riscv64gc-unknown-linux-gnu --host=riscv64gc-unknown-linux-gnu --target=riscv64gc-unknown-linux-gnu --set target.riscv64gc-unknown-linux-gnu.linker=gcc --set target.riscv64gc-unknown-linux-gnu.cc=gcc --set target.riscv64gc-unknown-linux-gnu.cxx=g++ --set target.riscv64gc-unknown-linux-gnu.ar=ar --set target.riscv64gc-unknown-linux-gnu.ranlib=/usr/bin/ranlib --set target.riscv64gc-unknown-linux-gnu.profiler=/usr/lib/clang/18/lib/riscv64-anolis-linux-gnu/libclang_rt.profile.a --python=/usr/bin/python3 --local-rust-root=/usr --set build.rustfmt=/bin/true --llvm-root=/usr/lib64/llvm18 --disable-codegen-tests --enable-llvm-link-shared --disable-llvm-static-stdcpp --disable-llvm-bitcode-linker --disable-lld --disable-rpath --debuginfo-level=0 --debuginfo-level-std=2 --set rust.codegen-units-std=1 --set build.jobs=30 --set build.build-stage=2 --set build.doc-stage=2 --set build.install-stage=2 --set build.test-stage=2 --set build.optimized-compiler-builtins=false --set rust.llvm-tools=false --enable-extended --tools=cargo,clippy,rls,rust-analyzer,rustfmt,src --enable-vendor --enable-verbose-tests --release-channel=stable '--release-description=Anolis OS 1.84.1-3.an23' configure: processing command line configure: configure: build.configure-args := ['--build=riscv64-Anolis-linux', '--host=riscv ... configure: build.build := riscv64gc-unknown-linux-gnu configure: build.host := ['riscv64gc-unknown-linux-gnu'] configure: install.prefix := /usr configure: install.bindir := /usr/bin configure: install.sysconfdir := /etc configure: install.datadir := /usr/share configure: install.libdir := /usr/lib configure: install.localstatedir := /var configure: install.mandir := /usr/share/man configure: install.infodir := /usr/share/info configure: install.docdir := /usr/share/doc/rust configure: build.target := ['riscv64gc-unknown-linux-gnu'] configure: target.riscv64gc-unknown-linux-gnu.linker := gcc configure: target.riscv64gc-unknown-linux-gnu.cc := gcc configure: target.riscv64gc-unknown-linux-gnu.cxx := g++ configure: target.riscv64gc-unknown-linux-gnu.ar := ar configure: target.riscv64gc-unknown-linux-gnu.ranlib := /usr/bin/ranlib configure: target.riscv64gc-unknown-linux-gnu.profiler := /usr/lib/clang/18/lib/r ... configure: build.rustfmt := /bin/true configure: rust.codegen-units-std := 1 configure: build.jobs := 30 configure: build.build-stage := 2 configure: build.doc-stage := 2 configure: build.install-stage := 2 configure: build.test-stage := 2 configure: build.optimized-compiler-builtins := False configure: rust.llvm-tools := False configure: build.python := /usr/bin/python3 configure: build.rustc := /usr/bin/rustc configure: build.cargo := /usr/bin/cargo configure: target.riscv64gc-unknown-linux-gnu.llvm-config := /usr/lib64/llvm18/bi ... configure: rust.codegen-tests := False configure: llvm.link-shared := True configure: llvm.static-libstdcpp := False configure: rust.llvm-bitcode-linker := False configure: rust.lld := False configure: rust.rpath := False configure: rust.debuginfo-level := 0 configure: rust.debuginfo-level-std := 2 configure: build.extended := True configure: build.tools := ['cargo', 'clippy', 'rls', 'rust-analyzer', 'r ... configure: build.vendor := True configure: rust.verbose-tests := True configure: rust.channel := stable configure: rust.description := Anolis OS 1.84.1-3.an23 configure: profile := dist WARNING: localstatedir will be ignored WARNING: infodir will be ignored configure: configure: writing `config.toml` in current directory configure: configure: run `python /builddir/build/BUILD/rustc-1.84.1-src/x.py --help` + /usr/bin/python3 ./x.py build sysroot Building bootstrap Compiling proc-macro2 v1.0.86 Compiling memchr v2.7.4 Compiling unicode-ident v1.0.13 Compiling version_check v0.9.5 Compiling typenum v1.17.0 Compiling libc v0.2.159 Compiling shlex v1.3.0 Compiling rustix v0.38.37 Compiling regex-syntax v0.8.4 Compiling crossbeam-utils v0.8.20 Compiling serde v1.0.210 Compiling bitflags v2.6.0 Compiling cfg-if v1.0.0 Compiling pkg-config v0.3.31 Compiling linux-raw-sys v0.4.14 Compiling heck v0.5.0 Compiling clap_lex v0.7.2 Compiling anstyle v1.0.8 Compiling semver v1.0.23 Compiling log v0.4.22 Compiling serde_json v1.0.128 Compiling same-file v1.0.6 Compiling itoa v1.0.11 Compiling ryu v1.0.18 Compiling bootstrap v0.0.0 (/builddir/build/BUILD/rustc-1.84.1-src/src/bootstrap) Compiling termcolor v1.4.1 Compiling home v0.5.9 Compiling cc v1.1.22 Compiling walkdir v2.5.0 Compiling clap_builder v4.5.18 Compiling aho-corasick v1.1.3 Compiling object v0.36.4 Compiling generic-array v0.14.7 Compiling cmake v0.1.48 Compiling crossbeam-epoch v0.9.18 Compiling quote v1.0.37 Compiling lzma-sys v0.1.20 Compiling crossbeam-deque v0.8.5 Compiling syn v2.0.79 Compiling filetime v0.2.25 Compiling xz2 v0.1.7 Compiling regex-automata v0.4.7 Compiling crypto-common v0.1.6 Compiling block-buffer v0.10.4 Compiling digest v0.10.7 Compiling sha2 v0.10.8 Compiling xattr v1.3.1 Compiling fd-lock v4.0.2 Compiling tar v0.4.42 Compiling toml v0.5.11 Compiling clap_derive v4.5.18 Compiling serde_derive v1.0.210 Compiling bstr v1.10.0 Compiling globset v0.4.15 Compiling opener v0.5.2 Compiling clap v4.5.18 Compiling clap_complete v4.5.29 Compiling ignore v0.4.23 Compiling build_helper v0.1.0 (/builddir/build/BUILD/rustc-1.84.1-src/src/build_helper) Finished `dev` profile [unoptimized] target(s) in 4m 34s WARNING: The `change-id` is missing in the `config.toml`. This means that you will not be able to track the major changes made to the bootstrap configurations. NOTE: to silence this warning, add `change-id = 133207` at the top of `config.toml` Building stage0 library artifacts (riscv64gc-unknown-linux-gnu) Compiling compiler_builtins v0.1.138 Compiling core v0.0.0 (/builddir/build/BUILD/rustc-1.84.1-src/library/core) Compiling libc v0.2.162 Compiling std v0.0.0 (/builddir/build/BUILD/rustc-1.84.1-src/library/std) Compiling shlex v1.3.0 Compiling cc v1.1.22 Compiling profiler_builtins v0.0.0 (/builddir/build/BUILD/rustc-1.84.1-src/library/profiler_builtins) Compiling rustc-std-workspace-core v1.99.0 (/builddir/build/BUILD/rustc-1.84.1-src/library/rustc-std-workspace-core) Compiling alloc v0.0.0 (/builddir/build/BUILD/rustc-1.84.1-src/library/alloc) Compiling cfg-if v1.0.0 Compiling memchr v2.7.4 Compiling adler v1.0.2 Compiling rustc-demangle v0.1.24 Compiling unwind v0.0.0 (/builddir/build/BUILD/rustc-1.84.1-src/library/unwind) malloc(): unaligned fastbin chunk detected rustc exited with signal: 6 (SIGABRT) (core dumped) error: could not compile `compiler_builtins` (lib) Caused by: process didn't exit successfully: `/builddir/build/BUILD/rustc-1.84.1-src/build/bootstrap/debug/rustc /builddir/build/BUILD/rustc-1.84.1-src/build/bootstrap/debug/rustc --crate-name compiler_builtins --edition=2021 /builddir/build/BUILD/rustc-1.84.1-src/vendor/compiler_builtins-0.1.138/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=10000 -C debuginfo=2 --cfg 'feature="compiler-builtins"' --cfg 'feature="core"' --cfg 'feature="default"' --cfg 'feature="rustc-dep-of-std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("c", "cc", "compiler-builtins", "core", "default", "mangled-names", "mem", "no-asm", "no-f16-f128", "public-test-deps", "rustc-dep-of-std"))' -C metadata=27519df431d31b8c -C extra-filename=-27519df431d31b8c --out-dir /builddir/build/BUILD/rustc-1.84.1-src/build/riscv64gc-unknown-linux-gnu/stage0-std/riscv64gc-unknown-linux-gnu/release/deps --target riscv64gc-unknown-linux-gnu -C linker=gcc -L dependency=/builddir/build/BUILD/rustc-1.84.1-src/build/riscv64gc-unknown-linux-gnu/stage0-std/riscv64gc-unknown-linux-gnu/release/deps -L dependency=/builddir/build/BUILD/rustc-1.84.1-src/build/riscv64gc-unknown-linux-gnu/stage0-std/release/deps --extern core=/builddir/build/BUILD/rustc-1.84.1-src/build/riscv64gc-unknown-linux-gnu/stage0-std/riscv64gc-unknown-linux-gnu/release/deps/librustc_std_workspace_core-d3c7ba5951bc734f.rmeta --cap-lints allow -Csymbol-mangling-version=legacy '--check-cfg=cfg(feature,values(any()))' -Zunstable-options '--check-cfg=cfg(bootstrap)' -Zmacro-backtrace -Csplit-debuginfo=off -Cprefer-dynamic -Zinline-mir -Zinline-mir-preserve-debug -Cforce-unwind-tables=yes -Cforce-frame-pointers=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/1.84.1/")' -Z binary-dep-depinfo --cfg f16_enabled --cfg f128_enabled --cfg 'feature="unstable"' --cfg 'feature="force-soft-floats"' --check-cfg 'cfg(__ashldi3, values("optimized-c"))' --check-cfg 'cfg(__ashlsi3, values("optimized-c"))' --check-cfg 'cfg(__ashrdi3, values("optimized-c"))' --check-cfg 'cfg(__ashrsi3, values("optimized-c"))' --check-cfg 'cfg(__bswapsi2, values("optimized-c"))' --check-cfg 'cfg(__bswapdi2, values("optimized-c"))' --check-cfg 'cfg(__bswapti2, values("optimized-c"))' --check-cfg 'cfg(__divdi3, values("optimized-c"))' --check-cfg 'cfg(__divsi3, values("optimized-c"))' --check-cfg 'cfg(__divmoddi4, values("optimized-c"))' --check-cfg 'cfg(__divmodsi4, values("optimized-c"))' --check-cfg 'cfg(__divmodsi4, values("optimized-c"))' --check-cfg 'cfg(__divmodti4, values("optimized-c"))' --check-cfg 'cfg(__lshrdi3, values("optimized-c"))' --check-cfg 'cfg(__lshrsi3, values("optimized-c"))' --check-cfg 'cfg(__moddi3, values("optimized-c"))' --check-cfg 'cfg(__modsi3, values("optimized-c"))' --check-cfg 'cfg(__muldi3, values("optimized-c"))' --check-cfg 'cfg(__udivdi3, values("optimized-c"))' --check-cfg 'cfg(__udivmoddi4, values("optimized-c"))' --check-cfg 'cfg(__udivmodsi4, values("optimized-c"))' --check-cfg 'cfg(__udivsi3, values("optimized-c"))' --check-cfg 'cfg(__umoddi3, values("optimized-c"))' --check-cfg 'cfg(__umodsi3, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas16_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas16_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas16_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_cas16_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldadd8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldclr8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldeor8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_ldset8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp1_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp1_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp1_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp1_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp2_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp2_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp2_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp2_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp4_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp4_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp4_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp4_acq_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp8_relax, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp8_acq, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp8_rel, values("optimized-c"))' --check-cfg 'cfg(__aarch64_swp8_acq_rel, values("optimized-c"))' --check-cfg 'cfg(target_feature, values("vis3"))' --check-cfg 'cfg(feature, values("checked"))' --check-cfg 'cfg(assert_no_panic)' --check-cfg 'cfg(f16_enabled)' --check-cfg 'cfg(f128_enabled)' --check-cfg 'cfg(feature, values("unstable", "force-soft-floats"))' --check-cfg 'cfg(feature, values("mem-unaligned"))' --check-cfg 'cfg(thumb)' --check-cfg 'cfg(thumb_1)' --check-cfg 'cfg(kernel_user_helpers)'` (exit status: 254) warning: build failed, waiting for other jobs to finish... Build completed unsuccessfully in 0:07:32 error: Bad exit status from /var/tmp/rpm-tmp.O2OTbT (%build) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.O2OTbT (%build) Child return code was: 1 EXCEPTION: [Error("Command failed: \n # bash --login -c '/usr/bin/rpmbuild -bb --noclean --target riscv64 --nodeps /builddir/build/SPECS/rust.spec'\n", 1)] Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/mockbuild/trace_decorator.py", line 93, in trace result = func(*args, **kw) ^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/mockbuild/util.py", line 612, in do_with_status raise exception.Error("Command failed: \n # %s\n%s" % (cmd_pretty(command, env), output), child.returncode) mockbuild.exception.Error: Command failed: # bash --login -c '/usr/bin/rpmbuild -bb --noclean --target riscv64 --nodeps /builddir/build/SPECS/rust.spec'