>>> host-rust 1.71.1 Extracting /home/thomas/autobuild/instance-2/output-1/host/bin/xzcat /home/thomas/autobuild/instance-2/dl/rust/rustc-1.71.1-src.tar.xz | /home/thomas/autobuild/instance-2/output-1/host/bin/tar --strip-components=1 -C /home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1 -xf - for file in $(find /home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1 -name '*.orig'); do crate=$(dirname ${file}); fn=${crate}/.cargo-checksum.json; sed -i -e 's/"Cargo.toml.orig":"[a-z0-9]\+",//g' ${fn}; done >>> host-rust 1.71.1 Patching >>> host-rust 1.71.1 Configuring ( echo '[build]'; echo 'target = ["x86_64-unknown-linux-gnu"]'; echo 'cargo = "/home/thomas/autobuild/instance-2/output-1/build/host-rust-bin-1.71.1/cargo/bin/cargo"'; echo 'rustc = "/home/thomas/autobuild/instance-2/output-1/build/host-rust-bin-1.71.1/rustc/bin/rustc"'; echo 'python = "/home/thomas/autobuild/instance-2/output-1/host/bin/python3.11"'; echo 'submodules = false'; echo 'vendor = true'; echo 'extended = true'; echo 'tools = ["cargo"]'; echo 'compiler-docs = false'; echo 'docs = false'; echo 'verbose = 0'; echo '[install]'; echo 'prefix = "/home/thomas/autobuild/instance-2/output-1/host"'; echo 'sysconfdir = "/home/thomas/autobuild/instance-2/output-1/host/etc"'; echo '[rust]'; echo 'channel = "stable"'; echo 'musl-root = "/home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot"' ; echo '[target.x86_64-unknown-linux-gnu]'; echo 'cc = "/home/thomas/autobuild/instance-2/output-1/host/bin/x86_64-buildroot-linux-gnu-gcc"'; echo '[llvm]'; echo 'ninja = false'; ) > /home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/config.toml >>> host-rust 1.71.1 Building cd /home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1; PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/home/thomas/autobuild/instance-2/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/thomas/autobuild/instance-2/output-1/host/lib/pkgconfig:/home/thomas/autobuild/instance-2/output-1/host/share/pkgconfig" /home/thomas/autobuild/instance-2/output-1/host/bin/python3.11 x.py build Building bootstrap Compiling libc v0.2.140 Compiling memchr v2.5.0 Compiling proc-macro2 v1.0.56 Compiling cfg-if v1.0.0 Compiling quote v1.0.26 Compiling version_check v0.9.4 Compiling typenum v1.15.0 Compiling unicode-ident v1.0.0 Compiling bitflags v1.3.2 Compiling io-lifetimes v1.0.9 Compiling cc v1.0.73 Compiling lazy_static v1.4.0 Compiling rustix v0.37.6 Compiling once_cell v1.12.0 Compiling serde v1.0.160 Compiling regex-automata v0.1.10 Compiling log v0.4.17 Compiling pkg-config v0.3.25 Compiling clap_lex v0.4.1 Compiling regex-syntax v0.6.26 Compiling crossbeam-utils v0.8.14 Compiling anstyle v1.0.0 Compiling heck v0.4.1 Compiling linux-raw-sys v0.3.2 Compiling serde_derive v1.0.160 Compiling fnv v1.0.7 Compiling same-file v1.0.6 Compiling semver v1.0.17 Compiling serde_json v1.0.81 Compiling bootstrap v0.0.0 (/home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/src/bootstrap) Compiling cpufeatures v0.2.5 Compiling itoa v1.0.2 Compiling ryu v1.0.10 Compiling hex v0.4.3 Compiling build_helper v0.1.0 (/home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/src/tools/build_helper) Compiling termcolor v1.2.0 Compiling thread_local v1.1.4 Compiling walkdir v2.3.2 Compiling clap_builder v4.2.4 Compiling generic-array v0.14.5 Compiling cmake v0.1.48 Compiling lzma-sys v0.1.17 Compiling aho-corasick v0.7.18 Compiling bstr v0.2.17 Compiling object v0.31.1 Compiling syn v2.0.8 Compiling opener v0.5.0 Compiling filetime v0.2.16 Compiling xattr v0.2.3 Compiling xz2 v0.1.6 Compiling tar v0.4.38 Compiling regex v1.5.6 Compiling block-buffer v0.10.2 Compiling crypto-common v0.1.3 Compiling digest v0.10.3 Compiling sha2 v0.10.2 Compiling globset v0.4.8 Compiling ignore v0.4.18 Compiling toml v0.5.9 Compiling fd-lock v3.0.11 Compiling is-terminal v0.4.6 Compiling clap_derive v4.2.0 Compiling clap v4.2.4 Compiling clap_complete v4.2.2 Finished dev [unoptimized] target(s) in 13.95s warning: x.py has made several changes recently you may want to look at help: consider looking at the changes in `src/bootstrap/CHANGELOG.md` note: to silence this warning, add `changelog-seen = 2` at the top of `config.toml` Building stage0 library artifacts (x86_64-unknown-linux-gnu) Compiling cc v1.0.77 Compiling core v0.0.0 (/home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/library/core) Compiling libc v0.2.143 Compiling memchr v2.5.0 Compiling std v0.0.0 (/home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/library/std) Compiling compiler_builtins v0.1.92 Compiling unwind v0.0.0 (/home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/library/unwind) Compiling rustc-std-workspace-core v1.99.0 (/home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/library/rustc-std-workspace-core) Compiling alloc v0.0.0 (/home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/library/alloc) Compiling cfg-if v1.0.0 Compiling adler v1.0.2 Compiling rustc-demangle v0.1.21 Compiling rustc-std-workspace-alloc v1.99.0 (/home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/library/rustc-std-workspace-alloc) Compiling panic_abort v0.0.0 (/home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/library/panic_abort) Compiling panic_unwind v0.0.0 (/home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/library/panic_unwind) Compiling gimli v0.26.2 Compiling hashbrown v0.13.1 Compiling object v0.30.1 Compiling miniz_oxide v0.6.2 Compiling std_detect v0.1.5 (/home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/library/stdarch/crates/std_detect) Compiling addr2line v0.18.0 Compiling rustc-std-workspace-std v1.99.0 (/home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/library/rustc-std-workspace-std) Compiling proc_macro v0.0.0 (/home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/library/proc_macro) Compiling unicode-width v0.1.10 Compiling getopts v0.2.21 Compiling test v0.0.0 (/home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/library/test) Compiling sysroot v0.0.0 (/home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/library/sysroot) Finished release [optimized] target(s) in 17.96s Building LLVM for x86_64-unknown-linux-gnu CMAKE_TOOLCHAIN_FILE_x86_64-unknown-linux-gnu = None CMAKE_TOOLCHAIN_FILE_x86_64_unknown_linux_gnu = None HOST_CMAKE_TOOLCHAIN_FILE = None CMAKE_TOOLCHAIN_FILE = None CMAKE_GENERATOR_x86_64-unknown-linux-gnu = None CMAKE_GENERATOR_x86_64_unknown_linux_gnu = None HOST_CMAKE_GENERATOR = None CMAKE_GENERATOR = None CMAKE_PREFIX_PATH_x86_64-unknown-linux-gnu = None CMAKE_PREFIX_PATH_x86_64_unknown_linux_gnu = None HOST_CMAKE_PREFIX_PATH = None CMAKE_PREFIX_PATH = None CMAKE_x86_64-unknown-linux-gnu = None CMAKE_x86_64_unknown_linux_gnu = None HOST_CMAKE = None CMAKE = None running: cd "/home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/build/x86_64-unknown-linux-gnu/llvm/build" && CMAKE_PREFIX_PATH="" DESTDIR="" "cmake" "/home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/src/llvm-project/llvm" "-DLLVM_ENABLE_ASSERTIONS=OFF" "-DLLVM_UNREACHABLE_OPTIMIZE=OFF" "-DLLVM_ENABLE_PLUGINS=OFF" "-DLLVM_TARGETS_TO_BUILD=AArch64;ARM;BPF;Hexagon;LoongArch;MSP430;Mips;NVPTX;PowerPC;RISCV;Sparc;SystemZ;WebAssembly;X86" "-DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=AVR;M68k" "-DLLVM_INCLUDE_EXAMPLES=OFF" "-DLLVM_INCLUDE_DOCS=OFF" "-DLLVM_INCLUDE_BENCHMARKS=OFF" "-DLLVM_INCLUDE_TESTS=OFF" "-DLLVM_ENABLE_TERMINFO=OFF" "-DLLVM_ENABLE_LIBEDIT=OFF" "-DLLVM_ENABLE_BINDINGS=OFF" "-DLLVM_ENABLE_Z3_SOLVER=OFF" "-DLLVM_PARALLEL_COMPILE_JOBS=32" "-DLLVM_TARGET_ARCH=x86_64" "-DLLVM_DEFAULT_TARGET_TRIPLE=x86_64-unknown-linux-gnu" "-DLLVM_ENABLE_WARNINGS=OFF" "-DLLVM_INSTALL_UTILS=ON" "-DLLVM_ENABLE_ZSTD=OFF" "-DLLVM_ENABLE_ZLIB=ON" "-DLLVM_ENABLE_LIBXML2=OFF" "-DLLVM_VERSION_SUFFIX=-rust-1.71.1-stable" "-DCMAKE_INSTALL_MESSAGE=LAZY" "-DCMAKE_C_COMPILER=/home/thomas/autobuild/instance-2/output-1/host/bin/x86_64-buildroot-linux-gnu-gcc" "-DCMAKE_CXX_COMPILER=c++" "-DCMAKE_ASM_COMPILER=/home/thomas/autobuild/instance-2/output-1/host/bin/x86_64-buildroot-linux-gnu-gcc" "-DCMAKE_C_FLAGS=-ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_CXX_FLAGS=-ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_AR=/home/thomas/autobuild/instance-2/output-1/host/bin/x86_64-buildroot-linux-gnu-ar" "-DCMAKE_SHARED_LINKER_FLAGS=" "-DCMAKE_MODULE_LINKER_FLAGS=" "-DCMAKE_EXE_LINKER_FLAGS=" "-DCMAKE_INSTALL_PREFIX=/home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/build/x86_64-unknown-linux-gnu/llvm" "-DCMAKE_ASM_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_BUILD_TYPE=Release" CMake Deprecation Warning at /home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/src/llvm-project/cmake/Modules/CMakePolicy.cmake:6 (cmake_policy): The OLD behavior for policy CMP0114 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. Call Stack (most recent call first): CMakeLists.txt:13 (include) -- The C compiler identification is GNU 12.3.0 -- The CXX compiler identification is GNU 9.4.0 -- The ASM compiler identification is GNU -- Found assembler: /home/thomas/autobuild/instance-2/output-1/host/bin/x86_64-buildroot-linux-gnu-gcc -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /home/thomas/autobuild/instance-2/output-1/host/bin/x86_64-buildroot-linux-gnu-gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found Python3: /home/thomas/autobuild/instance-2/output-1/host/bin/python3.11 (found suitable version "3.11.6", minimum required is "3.0") found components: Interpreter -- Looking for dlfcn.h -- Looking for dlfcn.h - found -- Looking for errno.h -- Looking for errno.h - found -- Looking for fcntl.h -- Looking for fcntl.h - found -- Looking for link.h -- Looking for link.h - found -- Looking for malloc/malloc.h -- Looking for malloc/malloc.h - not found -- Looking for pthread.h -- Looking for pthread.h - found -- Looking for signal.h -- Looking for signal.h - found -- Looking for sys/ioctl.h -- Looking for sys/ioctl.h - found -- Looking for sys/mman.h -- Looking for sys/mman.h - found -- Looking for sys/param.h -- Looking for sys/param.h - found -- Looking for sys/resource.h -- Looking for sys/resource.h - found -- Looking for sys/stat.h -- Looking for sys/stat.h - found -- Looking for sys/time.h -- Looking for sys/time.h - found -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for sysexits.h -- Looking for sysexits.h - found -- Looking for termios.h -- Looking for termios.h - found -- Looking for unistd.h -- Looking for unistd.h - found -- Looking for valgrind/valgrind.h -- Looking for valgrind/valgrind.h - not found -- Looking for fenv.h -- Looking for fenv.h - found -- Looking for FE_ALL_EXCEPT -- Looking for FE_ALL_EXCEPT - found -- Looking for FE_INEXACT -- Looking for FE_INEXACT - found -- Looking for mach/mach.h -- Looking for mach/mach.h - not found -- Looking for CrashReporterClient.h -- Looking for CrashReporterClient.h - not found -- Looking for linux/magic.h -- Looking for linux/magic.h - found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Looking for pthread_rwlock_init in pthread -- Looking for pthread_rwlock_init in pthread - found -- Looking for pthread_mutex_lock in pthread -- Looking for pthread_mutex_lock in pthread - found -- Looking for dlopen in dl -- Looking for dlopen in dl - found -- Looking for clock_gettime in rt -- Looking for clock_gettime in rt - found -- Looking for pfm_initialize in pfm -- Looking for pfm_initialize in pfm - not found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Found ZLIB: /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/lib/libz.so (found version "1.3") -- Looking for compress2 -- Looking for compress2 - found -- Looking for xar_open in xar -- Looking for xar_open in xar - not found -- Looking for arc4random -- Looking for arc4random - found -- Looking for backtrace -- Looking for backtrace - found -- backtrace facility detected in default set of libraries -- Found Backtrace: /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include -- Performing Test C_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW -- Performing Test C_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW - Failed -- Looking for __register_frame -- Looking for __register_frame - found -- Looking for __deregister_frame -- Looking for __deregister_frame - found -- Looking for __unw_add_dynamic_fde -- Looking for __unw_add_dynamic_fde - not found -- Looking for _Unwind_Backtrace -- Looking for _Unwind_Backtrace - found -- Looking for getpagesize -- Looking for getpagesize - found -- Looking for sysconf -- Looking for sysconf - found -- Looking for getrusage -- Looking for getrusage - found -- Looking for setrlimit -- Looking for setrlimit - found -- Looking for isatty -- Looking for isatty - found -- Looking for futimens -- Looking for futimens - found -- Looking for futimes -- Looking for futimes - found -- Looking for sigaltstack -- Looking for sigaltstack - found -- Looking for mallctl -- Looking for mallctl - not found -- Looking for mallinfo -- Looking for mallinfo - found -- Looking for mallinfo2 -- Looking for mallinfo2 - found -- Looking for malloc_zone_statistics -- Looking for malloc_zone_statistics - not found -- Looking for getrlimit -- Looking for getrlimit - found -- Looking for posix_spawn -- Looking for posix_spawn - found -- Looking for pread -- Looking for pread - found -- Looking for sbrk -- Looking for sbrk - found -- Looking for strerror -- Looking for strerror - found -- Looking for strerror_r -- Looking for strerror_r - found -- Looking for strerror_s -- Looking for strerror_s - not found -- Looking for setenv -- Looking for setenv - found -- Performing Test HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC -- Performing Test HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC - Failed -- Performing Test HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC -- Performing Test HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC - Success -- Looking for __GLIBC__ -- Looking for __GLIBC__ - found -- Looking for pthread_getname_np -- Looking for pthread_getname_np - found -- Looking for pthread_setname_np -- Looking for pthread_setname_np - found -- Looking for dlopen -- Looking for dlopen - found -- Looking for dladdr -- Looking for dladdr - found -- Looking for proc_pid_rusage -- Looking for proc_pid_rusage - not found -- Performing Test HAVE_CXX_ATOMICS_WITHOUT_LIB -- Performing Test HAVE_CXX_ATOMICS_WITHOUT_LIB - Success -- Performing Test HAVE_CXX_ATOMICS64_WITHOUT_LIB -- Performing Test HAVE_CXX_ATOMICS64_WITHOUT_LIB - Success -- Performing Test LLVM_HAS_ATOMICS -- Performing Test LLVM_HAS_ATOMICS - Success -- Performing Test SUPPORTS_VARIADIC_MACROS_FLAG -- Performing Test SUPPORTS_VARIADIC_MACROS_FLAG - Success -- Performing Test SUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG -- Performing Test SUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG - Failed -- Performing Test HAS_MAYBE_UNINITIALIZED -- Performing Test HAS_MAYBE_UNINITIALIZED - Success -- Native target architecture is X86 -- Threads enabled. -- Doxygen disabled. -- Found OCaml: /usr/bin/ocamlfind -- OCaml bindings disabled. -- Could NOT find Python module pygments -- Could NOT find Python module pygments.lexers.c_cpp -- Could NOT find Python module yaml -- LLVM host triple: x86_64-unknown-linux-gnu -- LLVM default target triple: x86_64-unknown-linux-gnu CMake Warning at cmake/modules/HandleLLVMOptions.cmake:39 (message): Job pooling is only available with Ninja generators. Call Stack (most recent call first): CMakeLists.txt:883 (include) -- Performing Test C_SUPPORTS_FPIC -- Performing Test C_SUPPORTS_FPIC - Success -- Performing Test CXX_SUPPORTS_FPIC -- Performing Test CXX_SUPPORTS_FPIC - Success -- Building with -fPIC -- Performing Test C_SUPPORTS_FNO_SEMANTIC_INTERPOSITION -- Performing Test C_SUPPORTS_FNO_SEMANTIC_INTERPOSITION - Success -- Performing Test CXX_SUPPORTS_FNO_SEMANTIC_INTERPOSITION -- Performing Test CXX_SUPPORTS_FNO_SEMANTIC_INTERPOSITION - Success -- Performing Test SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG -- Performing Test SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG - Success -- Performing Test C_SUPPORTS_WERROR_DATE_TIME -- Performing Test C_SUPPORTS_WERROR_DATE_TIME - Success -- Performing Test CXX_SUPPORTS_WERROR_DATE_TIME -- Performing Test CXX_SUPPORTS_WERROR_DATE_TIME - Success -- Performing Test CXX_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW -- Performing Test CXX_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW - Failed -- Performing Test C_SUPPORTS_FNO_FUNCTION_SECTIONS -- Performing Test C_SUPPORTS_FNO_FUNCTION_SECTIONS - Success -- Performing Test C_SUPPORTS_FFUNCTION_SECTIONS -- Performing Test C_SUPPORTS_FFUNCTION_SECTIONS - Success -- Performing Test CXX_SUPPORTS_FFUNCTION_SECTIONS -- Performing Test CXX_SUPPORTS_FFUNCTION_SECTIONS - Success -- Performing Test C_SUPPORTS_FDATA_SECTIONS -- Performing Test C_SUPPORTS_FDATA_SECTIONS - Success -- Performing Test CXX_SUPPORTS_FDATA_SECTIONS -- Performing Test CXX_SUPPORTS_FDATA_SECTIONS - Success -- Looking for os_signpost_interval_begin -- Looking for os_signpost_interval_begin - not found -- Linker detection: GNU ld -- Performing Test HAS_WERROR_GLOBAL_CTORS -- Performing Test HAS_WERROR_GLOBAL_CTORS - Failed -- Looking for __x86_64__ -- Looking for __x86_64__ - found -- Found Git: /usr/bin/git (found version "2.25.1") -- LLVMHello ignored -- Loadable modules not supported on this platform. -- Targeting AArch64 -- Targeting ARM -- Targeting BPF -- Targeting Hexagon -- Targeting LoongArch -- Targeting MSP430 -- Targeting Mips -- Targeting NVPTX -- Targeting PowerPC -- Targeting RISCV -- Targeting Sparc -- Targeting SystemZ -- Targeting WebAssembly -- Targeting X86 -- Targeting AVR -- Targeting M68k -- BugpointPasses ignored -- Loadable modules not supported on this platform. -- Configuring done (6.9s) -- Generating done (1.1s) -- Build files have been written to: /home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/build/x86_64-unknown-linux-gnu/llvm/build running: cd "/home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/build/x86_64-unknown-linux-gnu/llvm/build" && DESTDIR="" "cmake" "--build" "." "--target" "install" "--config" "Release" "--" "-j" "32" make[1]: Entering directory '/home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/build/x86_64-unknown-linux-gnu/llvm/build' make[2]: Entering directory '/home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/build/x86_64-unknown-linux-gnu/llvm/build' make[3]: Entering directory '/home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/build/x86_64-unknown-linux-gnu/llvm/build' make[3]: Entering directory '/home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/build/x86_64-unknown-linux-gnu/llvm/build' make[3]: Entering directory '/home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/build/x86_64-unknown-linux-gnu/llvm/build' make[3]: Entering directory '/home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/build/x86_64-unknown-linux-gnu/llvm/build' make[3]: Entering directory '/home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/build/x86_64-unknown-linux-gnu/llvm/build' make[3]: Entering directory '/home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/build/x86_64-unknown-linux-gnu/llvm/build' make[3]: Entering directory '/home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/build/x86_64-unknown-linux-gnu/llvm/build' make[3]: Entering directory '/home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/build/x86_64-unknown-linux-gnu/llvm/build' make[3]: Leaving directory '/home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/build/x86_64-unknown-linux-gnu/llvm/build' make[3]: Leaving directory '/home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/build/x86_64-unknown-linux-gnu/llvm/build' make[3]: Leaving directory '/home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/build/x86_64-unknown-linux-gnu/llvm/build' make[3]: Leaving directory '/home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/build/x86_64-unknown-linux-gnu/llvm/build' make[3]: Leaving directory '/home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/build/x86_64-unknown-linux-gnu/llvm/build' make[3]: Leaving directory '/home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/build/x86_64-unknown-linux-gnu/llvm/build' make[3]: Entering directory '/home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/build/x86_64-unknown-linux-gnu/llvm/build' make[3]: Entering directory '/home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/build/x86_64-unknown-linux-gnu/llvm/build' make[3]: Entering directory '/home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/build/x86_64-unknown-linux-gnu/llvm/build' make[3]: Entering directory '/home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/build/x86_64-unknown-linux-gnu/llvm/build' make[3]: Entering directory '/home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/build/x86_64-unknown-linux-gnu/llvm/build' make[3]: Entering directory '/home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/build/x86_64-unknown-linux-gnu/llvm/build' make[3]: Leaving directory '/home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/build/x86_64-unknown-linux-gnu/llvm/build' make[3]: Leaving directory '/home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/build/x86_64-unknown-linux-gnu/llvm/build' [ 0%] Building C object utils/count/CMakeFiles/count.dir/count.c.o [ 0%] Creating export file for LTO [ 0%] Generating VCSRevision.h [ 0%] Building CXX object lib/Demangle/CMakeFiles/LLVMDemangle.dir/ItaniumDemangle.cpp.o [ 0%] Building CXX object lib/Demangle/CMakeFiles/LLVMDemangle.dir/MicrosoftDemangle.cpp.o [ 0%] Building CXX object lib/Demangle/CMakeFiles/LLVMDemangle.dir/Demangle.cpp.o [ 0%] Building CXX object utils/PerfectShuffle/CMakeFiles/llvm-PerfectShuffle.dir/PerfectShuffle.cpp.o [ 0%] Building CXX object lib/Demangle/CMakeFiles/LLVMDemangle.dir/MicrosoftDemangleNodes.cpp.o [ 0%] Building CXX object lib/Demangle/CMakeFiles/LLVMDemangle.dir/RustDemangle.cpp.o make[3]: Entering directory '/home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/build/x86_64-unknown-linux-gnu/llvm/build' [ 0%] Building CXX object lib/Demangle/CMakeFiles/LLVMDemangle.dir/DLangDemangle.cpp.o [ 0%] Creating export file for Remarks make[3]: Entering directory '/home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/build/x86_64-unknown-linux-gnu/llvm/build' [ 0%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/AsmWriterEmitter.cpp.o [ 0%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/Attributes.cpp.o [ 0%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/AsmMatcherEmitter.cpp.o [ 0%] Building C object lib/Support/BLAKE3/CMakeFiles/LLVMSupportBlake3.dir/blake3.c.o [ 0%] Building C object lib/Support/BLAKE3/CMakeFiles/LLVMSupportBlake3.dir/blake3_dispatch.c.o [ 0%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/AsmWriterInst.cpp.o [ 0%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/CallingConvEmitter.cpp.o [ 0%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/CodeEmitterGen.cpp.o [ 0%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/CodeGenDAGPatterns.cpp.o [ 0%] Building C object lib/Support/BLAKE3/CMakeFiles/LLVMSupportBlake3.dir/blake3_portable.c.o [ 0%] Building C object lib/Support/BLAKE3/CMakeFiles/LLVMSupportBlake3.dir/blake3_neon.c.o [ 1%] Building ASM object lib/Support/BLAKE3/CMakeFiles/LLVMSupportBlake3.dir/blake3_sse2_x86-64_unix.S.o [ 1%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/CodeGenHwModes.cpp.o [ 1%] Building ASM object lib/Support/BLAKE3/CMakeFiles/LLVMSupportBlake3.dir/blake3_sse41_x86-64_unix.S.o [ 1%] Building ASM object lib/Support/BLAKE3/CMakeFiles/LLVMSupportBlake3.dir/blake3_avx2_x86-64_unix.S.o [ 1%] Building ASM object lib/Support/BLAKE3/CMakeFiles/LLVMSupportBlake3.dir/blake3_avx512_x86-64_unix.S.o make[3]: Leaving directory '/home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/build/x86_64-unknown-linux-gnu/llvm/build' make[3]: Leaving directory '/home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/build/x86_64-unknown-linux-gnu/llvm/build' [ 1%] Built target llvm_vcsrevision_h make[3]: Leaving directory '/home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/build/x86_64-unknown-linux-gnu/llvm/build' [ 1%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/CodeGenInstruction.cpp.o [ 1%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/CodeGenMapTable.cpp.o [ 1%] Built target Remarks_exports [ 1%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/CodeGenRegisters.cpp.o [ 1%] Built target LTO_exports [ 1%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/CodeGenSchedule.cpp.o [ 1%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/CodeGenTarget.cpp.o [ 1%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/DAGISelEmitter.cpp.o [ 1%] Linking C executable ../../bin/count [ 1%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/DAGISelMatcherEmitter.cpp.o [ 1%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/DAGISelMatcherGen.cpp.o [ 1%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/DAGISelMatcherOpt.cpp.o [ 1%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/DAGISelMatcher.cpp.o make[3]: Leaving directory '/home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/build/x86_64-unknown-linux-gnu/llvm/build' [ 1%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/DecoderEmitter.cpp.o [ 1%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/DFAEmitter.cpp.o [ 1%] Built target count [ 1%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/DFAPacketizerEmitter.cpp.o [ 1%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/DirectiveEmitter.cpp.o [ 1%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/DisassemblerEmitter.cpp.o [ 2%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/DXILEmitter.cpp.o [ 2%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/ExegesisEmitter.cpp.o [ 2%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/FastISelEmitter.cpp.o make[3]: Leaving directory '/home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/build/x86_64-unknown-linux-gnu/llvm/build' [ 2%] Built target LLVMSupportBlake3 [ 2%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/GICombinerEmitter.cpp.o [ 2%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/GlobalISelEmitter.cpp.o [ 2%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/InfoByHwMode.cpp.o [ 2%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/InstrInfoEmitter.cpp.o [ 2%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/InstrDocsEmitter.cpp.o [ 2%] Linking CXX executable ../../bin/llvm-PerfectShuffle [ 2%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/IntrinsicEmitter.cpp.o make[3]: Leaving directory '/home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/build/x86_64-unknown-linux-gnu/llvm/build' [ 2%] Built target llvm-PerfectShuffle [ 2%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/OptEmitter.cpp.o [ 2%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/OptParserEmitter.cpp.o [ 2%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/OptRSTEmitter.cpp.o [ 2%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/PredicateExpander.cpp.o [ 2%] Linking CXX static library ../libLLVMDemangle.a make[3]: Leaving directory '/home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/build/x86_64-unknown-linux-gnu/llvm/build' [ 2%] Built target LLVMDemangle make[3]: Entering directory '/home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/build/x86_64-unknown-linux-gnu/llvm/build' [ 2%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/PseudoLoweringEmitter.cpp.o make[3]: Leaving directory '/home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/build/x86_64-unknown-linux-gnu/llvm/build' [ 2%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/CompressInstEmitter.cpp.o make[3]: Entering directory '/home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/build/x86_64-unknown-linux-gnu/llvm/build' [ 2%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/AddressRanges.cpp.o [ 2%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/RegisterBankEmitter.cpp.o [ 2%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/RegisterInfoEmitter.cpp.o [ 2%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/RISCVTargetDefEmitter.cpp.o [ 2%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/SDNodeProperties.cpp.o [ 2%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/SearchableTableEmitter.cpp.o [ 2%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ABIBreak.cpp.o [ 2%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/SubtargetEmitter.cpp.o [ 2%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/AMDGPUMetadata.cpp.o [ 2%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/SubtargetFeatureInfo.cpp.o [ 2%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/TableGen.cpp.o [ 2%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/Types.cpp.o [ 2%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/VarLenCodeEmitterGen.cpp.o [ 2%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/X86DisassemblerTables.cpp.o [ 2%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/X86EVEX2VEXTablesEmitter.cpp.o [ 2%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/X86FoldTablesEmitter.cpp.o [ 2%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/X86MnemonicTables.cpp.o [ 2%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/X86ModRMFilters.cpp.o [ 2%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/APFixedPoint.cpp.o [ 2%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/X86RecognizableInstr.cpp.o [ 2%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/WebAssemblyDisassemblerEmitter.cpp.o [ 3%] Building CXX object utils/TableGen/CMakeFiles/obj.llvm-tblgen.dir/CTagsEmitter.cpp.o [ 3%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/APFloat.cpp.o [ 3%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/APInt.cpp.o [ 3%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/APSInt.cpp.o In file included from /usr/include/math.h:289, from /usr/include/c++/9/cmath:45, from /home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/src/llvm-project/llvm/lib/Support/APFixedPoint.cpp:17: /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:20:24: error: '__fpclassify' has not been declared 20 | __MATHDECL_ALIAS (int, __fpclassify,, (_Mdouble_ __value), fpclassify) | ^~~~~~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:20:37: error: expected identifier before ',' token 20 | __MATHDECL_ALIAS (int, __fpclassify,, (_Mdouble_ __value), fpclassify) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:20:39: error: expected identifier before '(' token 20 | __MATHDECL_ALIAS (int, __fpclassify,, (_Mdouble_ __value), fpclassify) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:20:60: error: 'fpclassify' has not been declared 20 | __MATHDECL_ALIAS (int, __fpclassify,, (_Mdouble_ __value), fpclassify) | ^~~~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:21:33: error: expected constructor, destructor, or type conversion before ';' token 21 | __attribute__ ((__const__)); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:24:24: error: '__signbit' has not been declared 24 | __MATHDECL_ALIAS (int, __signbit,, (_Mdouble_ __value), signbit) | ^~~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:24:34: error: expected identifier before ',' token 24 | __MATHDECL_ALIAS (int, __signbit,, (_Mdouble_ __value), signbit) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:24:36: error: expected identifier before '(' token 24 | __MATHDECL_ALIAS (int, __signbit,, (_Mdouble_ __value), signbit) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:24:57: error: 'signbit' has not been declared 24 | __MATHDECL_ALIAS (int, __signbit,, (_Mdouble_ __value), signbit) | ^~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:25:33: error: expected constructor, destructor, or type conversion before ';' token 25 | __attribute__ ((__const__)); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:29:24: error: '__isinf' has not been declared 29 | __MATHDECL_ALIAS (int, __isinf,, (_Mdouble_ __value), isinf) | ^~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:29:32: error: expected identifier before ',' token 29 | __MATHDECL_ALIAS (int, __isinf,, (_Mdouble_ __value), isinf) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:29:34: error: expected identifier before '(' token 29 | __MATHDECL_ALIAS (int, __isinf,, (_Mdouble_ __value), isinf) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:29:55: error: 'isinf' has not been declared 29 | __MATHDECL_ALIAS (int, __isinf,, (_Mdouble_ __value), isinf) | ^~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:30:30: error: expected constructor, destructor, or type conversion before ';' token 30 | __attribute__ ((__const__)); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:33:24: error: '__finite' has not been declared 33 | __MATHDECL_ALIAS (int, __finite,, (_Mdouble_ __value), finite) | ^~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:33:33: error: expected identifier before ',' token 33 | __MATHDECL_ALIAS (int, __finite,, (_Mdouble_ __value), finite) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:33:35: error: expected identifier before '(' token 33 | __MATHDECL_ALIAS (int, __finite,, (_Mdouble_ __value), finite) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:33:56: error: 'finite' has not been declared 33 | __MATHDECL_ALIAS (int, __finite,, (_Mdouble_ __value), finite) | ^~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:34:30: error: expected constructor, destructor, or type conversion before ';' token 34 | __attribute__ ((__const__)); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:37:24: error: '__isnan' has not been declared 37 | __MATHDECL_ALIAS (int, __isnan,, (_Mdouble_ __value), isnan) | ^~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:37:32: error: expected identifier before ',' token 37 | __MATHDECL_ALIAS (int, __isnan,, (_Mdouble_ __value), isnan) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:37:34: error: expected identifier before '(' token 37 | __MATHDECL_ALIAS (int, __isnan,, (_Mdouble_ __value), isnan) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:37:55: error: 'isnan' has not been declared 37 | __MATHDECL_ALIAS (int, __isnan,, (_Mdouble_ __value), isnan) | ^~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:38:30: error: expected constructor, destructor, or type conversion before ';' token 38 | __attribute__ ((__const__)); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:41:24: error: '__iseqsig' has not been declared 41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig); | ^~~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:41:34: error: expected identifier before ',' token 41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:41:36: error: expected identifier before '(' token 41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:41:68: error: 'iseqsig' has not been declared 41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig); | ^~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:41:76: error: expected constructor, destructor, or type conversion before ';' token 41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:44:24: error: '__issignaling' has not been declared 44 | __MATHDECL_ALIAS (int, __issignaling,, (_Mdouble_ __value), issignaling) | ^~~~~~~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:44:38: error: expected identifier before ',' token 44 | __MATHDECL_ALIAS (int, __issignaling,, (_Mdouble_ __value), issignaling) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:44:40: error: expected identifier before '(' token 44 | __MATHDECL_ALIAS (int, __issignaling,, (_Mdouble_ __value), issignaling) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:44:61: error: 'issignaling' has not been declared 44 | __MATHDECL_ALIAS (int, __issignaling,, (_Mdouble_ __value), issignaling) | ^~~~~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:45:33: error: expected constructor, destructor, or type conversion before ';' token 45 | __attribute__ ((__const__)); | ^ In file included from /usr/include/math.h:290, from /usr/include/c++/9/cmath:45, from /home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/src/llvm-project/llvm/lib/Support/APFixedPoint.cpp:17: /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:183:23: error: 'finite' has not been declared 183 | __MATHDECL_ALIAS (int,finite,, (_Mdouble_ __value), finite) | ^~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:183:30: error: expected identifier before ',' token 183 | __MATHDECL_ALIAS (int,finite,, (_Mdouble_ __value), finite) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:183:32: error: expected identifier before '(' token 183 | __MATHDECL_ALIAS (int,finite,, (_Mdouble_ __value), finite) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:183:53: error: 'finite' has not been declared 183 | __MATHDECL_ALIAS (int,finite,, (_Mdouble_ __value), finite) | ^~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:184:30: error: expected constructor, destructor, or type conversion before ';' token 184 | __attribute__ ((__const__)); | ^ In file included from /usr/include/math.h:306, from /usr/include/c++/9/cmath:45, from /home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/src/llvm-project/llvm/lib/Support/APFixedPoint.cpp:17: /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:20:24: error: '__fpclassify' has not been declared 20 | __MATHDECL_ALIAS (int, __fpclassify,, (_Mdouble_ __value), fpclassify) | ^~~~~~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:20:37: error: expected identifier before ',' token 20 | __MATHDECL_ALIAS (int, __fpclassify,, (_Mdouble_ __value), fpclassify) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:20:39: error: expected identifier before '(' token 20 | __MATHDECL_ALIAS (int, __fpclassify,, (_Mdouble_ __value), fpclassify) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:20:60: error: 'fpclassify' has not been declared 20 | __MATHDECL_ALIAS (int, __fpclassify,, (_Mdouble_ __value), fpclassify) | ^~~~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:21:33: error: expected constructor, destructor, or type conversion before ';' token 21 | __attribute__ ((__const__)); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:24:24: error: '__signbit' has not been declared 24 | __MATHDECL_ALIAS (int, __signbit,, (_Mdouble_ __value), signbit) | ^~~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:24:34: error: expected identifier before ',' token 24 | __MATHDECL_ALIAS (int, __signbit,, (_Mdouble_ __value), signbit) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:24:36: error: expected identifier before '(' token 24 | __MATHDECL_ALIAS (int, __signbit,, (_Mdouble_ __value), signbit) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:24:57: error: 'signbit' has not been declared 24 | __MATHDECL_ALIAS (int, __signbit,, (_Mdouble_ __value), signbit) | ^~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:25:33: error: expected constructor, destructor, or type conversion before ';' token 25 | __attribute__ ((__const__)); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:29:24: error: '__isinf' has not been declared 29 | __MATHDECL_ALIAS (int, __isinf,, (_Mdouble_ __value), isinf) | ^~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:29:32: error: expected identifier before ',' token 29 | __MATHDECL_ALIAS (int, __isinf,, (_Mdouble_ __value), isinf) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:29:34: error: expected identifier before '(' token 29 | __MATHDECL_ALIAS (int, __isinf,, (_Mdouble_ __value), isinf) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:29:55: error: 'isinf' has not been declared 29 | __MATHDECL_ALIAS (int, __isinf,, (_Mdouble_ __value), isinf) | ^~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:30:30: error: expected constructor, destructor, or type conversion before ';' token 30 | __attribute__ ((__const__)); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:33:24: error: '__finite' has not been declared 33 | __MATHDECL_ALIAS (int, __finite,, (_Mdouble_ __value), finite) | ^~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:33:33: error: expected identifier before ',' token 33 | __MATHDECL_ALIAS (int, __finite,, (_Mdouble_ __value), finite) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:33:35: error: expected identifier before '(' token 33 | __MATHDECL_ALIAS (int, __finite,, (_Mdouble_ __value), finite) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:33:56: error: 'finite' has not been declared 33 | __MATHDECL_ALIAS (int, __finite,, (_Mdouble_ __value), finite) | ^~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:34:30: error: expected constructor, destructor, or type conversion before ';' token 34 | __attribute__ ((__const__)); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:37:24: error: '__isnan' has not been declared 37 | __MATHDECL_ALIAS (int, __isnan,, (_Mdouble_ __value), isnan) | ^~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:37:32: error: expected identifier before ',' token 37 | __MATHDECL_ALIAS (int, __isnan,, (_Mdouble_ __value), isnan) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:37:34: error: expected identifier before '(' token 37 | __MATHDECL_ALIAS (int, __isnan,, (_Mdouble_ __value), isnan) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:37:55: error: 'isnan' has not been declared 37 | __MATHDECL_ALIAS (int, __isnan,, (_Mdouble_ __value), isnan) | ^~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:38:30: error: expected constructor, destructor, or type conversion before ';' token 38 | __attribute__ ((__const__)); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:41:24: error: '__iseqsig' has not been declared 41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig); | ^~~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:41:34: error: expected identifier before ',' token 41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:41:36: error: expected identifier before '(' token 41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:41:68: error: 'iseqsig' has not been declared 41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig); | ^~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:41:76: error: expected constructor, destructor, or type conversion before ';' token 41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:44:24: error: '__issignaling' has not been declared 44 | __MATHDECL_ALIAS (int, __issignaling,, (_Mdouble_ __value), issignaling) | ^~~~~~~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:44:38: error: expected identifier before ',' token 44 | __MATHDECL_ALIAS (int, __issignaling,, (_Mdouble_ __value), issignaling) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:44:40: error: expected identifier before '(' token 44 | __MATHDECL_ALIAS (int, __issignaling,, (_Mdouble_ __value), issignaling) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:44:61: error: 'issignaling' has not been declared 44 | __MATHDECL_ALIAS (int, __issignaling,, (_Mdouble_ __value), issignaling) | ^~~~~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:45:33: error: expected constructor, destructor, or type conversion before ';' token 45 | __attribute__ ((__const__)); | ^ In file included from /usr/include/math.h:307, from /usr/include/c++/9/cmath:45, from /home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/src/llvm-project/llvm/lib/Support/APFixedPoint.cpp:17: /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:177:23: error: 'isinf' has not been declared 177 | __MATHDECL_ALIAS (int,isinf,, (_Mdouble_ __value), isinf) | ^~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:177:29: error: expected identifier before ',' token 177 | __MATHDECL_ALIAS (int,isinf,, (_Mdouble_ __value), isinf) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:177:31: error: expected identifier before '(' token 177 | __MATHDECL_ALIAS (int,isinf,, (_Mdouble_ __value), isinf) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:177:52: error: 'isinf' has not been declared 177 | __MATHDECL_ALIAS (int,isinf,, (_Mdouble_ __value), isinf) | ^~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:178:30: error: expected constructor, destructor, or type conversion before ';' token 178 | __attribute__ ((__const__)); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:183:23: error: 'finite' has not been declared 183 | __MATHDECL_ALIAS (int,finite,, (_Mdouble_ __value), finite) | ^~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:183:30: error: expected identifier before ',' token 183 | __MATHDECL_ALIAS (int,finite,, (_Mdouble_ __value), finite) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:183:32: error: expected identifier before '(' token 183 | __MATHDECL_ALIAS (int,finite,, (_Mdouble_ __value), finite) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:183:53: error: 'finite' has not been declared 183 | __MATHDECL_ALIAS (int,finite,, (_Mdouble_ __value), finite) | ^~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:184:30: error: expected constructor, destructor, or type conversion before ';' token 184 | __attribute__ ((__const__)); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:213:23: error: 'isnan' has not been declared 213 | __MATHDECL_ALIAS (int,isnan,, (_Mdouble_ __value), isnan) | ^~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:213:29: error: expected identifier before ',' token 213 | __MATHDECL_ALIAS (int,isnan,, (_Mdouble_ __value), isnan) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:213:31: error: expected identifier before '(' token 213 | __MATHDECL_ALIAS (int,isnan,, (_Mdouble_ __value), isnan) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:213:52: error: 'isnan' has not been declared 213 | __MATHDECL_ALIAS (int,isnan,, (_Mdouble_ __value), isnan) | ^~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:214:30: error: expected constructor, destructor, or type conversion before ';' token 214 | __attribute__ ((__const__)); | ^ In file included from /usr/include/math.h:349, from /usr/include/c++/9/cmath:45, from /home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/src/llvm-project/llvm/lib/Support/APFixedPoint.cpp:17: /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:20:24: error: '__fpclassify' has not been declared 20 | __MATHDECL_ALIAS (int, __fpclassify,, (_Mdouble_ __value), fpclassify) | ^~~~~~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:20:37: error: expected identifier before ',' token 20 | __MATHDECL_ALIAS (int, __fpclassify,, (_Mdouble_ __value), fpclassify) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:20:39: error: expected identifier before '(' token 20 | __MATHDECL_ALIAS (int, __fpclassify,, (_Mdouble_ __value), fpclassify) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:20:60: error: 'fpclassify' has not been declared 20 | __MATHDECL_ALIAS (int, __fpclassify,, (_Mdouble_ __value), fpclassify) | ^~~~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:21:33: error: expected constructor, destructor, or type conversion before ';' token 21 | __attribute__ ((__const__)); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:24:24: error: '__signbit' has not been declared 24 | __MATHDECL_ALIAS (int, __signbit,, (_Mdouble_ __value), signbit) | ^~~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:24:34: error: expected identifier before ',' token 24 | __MATHDECL_ALIAS (int, __signbit,, (_Mdouble_ __value), signbit) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:24:36: error: expected identifier before '(' token 24 | __MATHDECL_ALIAS (int, __signbit,, (_Mdouble_ __value), signbit) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:24:57: error: 'signbit' has not been declared 24 | __MATHDECL_ALIAS (int, __signbit,, (_Mdouble_ __value), signbit) | ^~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:25:33: error: expected constructor, destructor, or type conversion before ';' token 25 | __attribute__ ((__const__)); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:29:24: error: '__isinf' has not been declared 29 | __MATHDECL_ALIAS (int, __isinf,, (_Mdouble_ __value), isinf) | ^~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:29:32: error: expected identifier before ',' token 29 | __MATHDECL_ALIAS (int, __isinf,, (_Mdouble_ __value), isinf) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:29:34: error: expected identifier before '(' token 29 | __MATHDECL_ALIAS (int, __isinf,, (_Mdouble_ __value), isinf) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:29:55: error: 'isinf' has not been declared 29 | __MATHDECL_ALIAS (int, __isinf,, (_Mdouble_ __value), isinf) | ^~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:30:30: error: expected constructor, destructor, or type conversion before ';' token 30 | __attribute__ ((__const__)); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:33:24: error: '__finite' has not been declared 33 | __MATHDECL_ALIAS (int, __finite,, (_Mdouble_ __value), finite) | ^~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:33:33: error: expected identifier before ',' token 33 | __MATHDECL_ALIAS (int, __finite,, (_Mdouble_ __value), finite) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:33:35: error: expected identifier before '(' token 33 | __MATHDECL_ALIAS (int, __finite,, (_Mdouble_ __value), finite) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:33:56: error: 'finite' has not been declared 33 | __MATHDECL_ALIAS (int, __finite,, (_Mdouble_ __value), finite) | ^~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:34:30: error: expected constructor, destructor, or type conversion before ';' token 34 | __attribute__ ((__const__)); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:37:24: error: '__isnan' has not been declared 37 | __MATHDECL_ALIAS (int, __isnan,, (_Mdouble_ __value), isnan) | ^~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:37:32: error: expected identifier before ',' token 37 | __MATHDECL_ALIAS (int, __isnan,, (_Mdouble_ __value), isnan) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:37:34: error: expected identifier before '(' token 37 | __MATHDECL_ALIAS (int, __isnan,, (_Mdouble_ __value), isnan) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:37:55: error: 'isnan' has not been declared 37 | __MATHDECL_ALIAS (int, __isnan,, (_Mdouble_ __value), isnan) | ^~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:38:30: error: expected constructor, destructor, or type conversion before ';' token 38 | __attribute__ ((__const__)); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:41:24: error: '__iseqsig' has not been declared 41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig); | ^~~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:41:34: error: expected identifier before ',' token 41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:41:36: error: expected identifier before '(' token 41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:41:68: error: 'iseqsig' has not been declared 41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig); | ^~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:41:76: error: expected constructor, destructor, or type conversion before ';' token 41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:44:24: error: '__issignaling' has not been declared 44 | __MATHDECL_ALIAS (int, __issignaling,, (_Mdouble_ __value), issignaling) | ^~~~~~~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:44:38: error: expected identifier before ',' token 44 | __MATHDECL_ALIAS (int, __issignaling,, (_Mdouble_ __value), issignaling) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:44:40: error: expected identifier before '(' token 44 | __MATHDECL_ALIAS (int, __issignaling,, (_Mdouble_ __value), issignaling) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:44:61: error: 'issignaling' has not been declared 44 | __MATHDECL_ALIAS (int, __issignaling,, (_Mdouble_ __value), issignaling) | ^~~~~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:45:33: error: expected constructor, destructor, or type conversion before ';' token 45 | __attribute__ ((__const__)); | ^ In file included from /usr/include/math.h:350, from /usr/include/c++/9/cmath:45, from /home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/src/llvm-project/llvm/lib/Support/APFixedPoint.cpp:17: /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:177:23: error: 'isinf' has not been declared 177 | __MATHDECL_ALIAS (int,isinf,, (_Mdouble_ __value), isinf) | ^~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:177:29: error: expected identifier before ',' token 177 | __MATHDECL_ALIAS (int,isinf,, (_Mdouble_ __value), isinf) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:177:31: error: expected identifier before '(' token 177 | __MATHDECL_ALIAS (int,isinf,, (_Mdouble_ __value), isinf) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:177:52: error: 'isinf' has not been declared 177 | __MATHDECL_ALIAS (int,isinf,, (_Mdouble_ __value), isinf) | ^~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:178:30: error: expected constructor, destructor, or type conversion before ';' token 178 | __attribute__ ((__const__)); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:183:23: error: 'finite' has not been declared 183 | __MATHDECL_ALIAS (int,finite,, (_Mdouble_ __value), finite) | ^~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:183:30: error: expected identifier before ',' token 183 | __MATHDECL_ALIAS (int,finite,, (_Mdouble_ __value), finite) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:183:32: error: expected identifier before '(' token 183 | __MATHDECL_ALIAS (int,finite,, (_Mdouble_ __value), finite) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:183:53: error: 'finite' has not been declared 183 | __MATHDECL_ALIAS (int,finite,, (_Mdouble_ __value), finite) | ^~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:184:30: error: expected constructor, destructor, or type conversion before ';' token 184 | __attribute__ ((__const__)); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:213:23: error: 'isnan' has not been declared 213 | __MATHDECL_ALIAS (int,isnan,, (_Mdouble_ __value), isnan) | ^~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:213:29: error: expected identifier before ',' token 213 | __MATHDECL_ALIAS (int,isnan,, (_Mdouble_ __value), isnan) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:213:31: error: expected identifier before '(' token 213 | __MATHDECL_ALIAS (int,isnan,, (_Mdouble_ __value), isnan) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:213:52: error: 'isnan' has not been declared 213 | __MATHDECL_ALIAS (int,isnan,, (_Mdouble_ __value), isnan) | ^~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:214:30: error: expected constructor, destructor, or type conversion before ';' token 214 | __attribute__ ((__const__)); | ^ In file included from /usr/include/math.h:420, from /usr/include/c++/9/cmath:45, from /home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/src/llvm-project/llvm/lib/Support/APFixedPoint.cpp:17: /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:20:24: error: '__fpclassify' has not been declared 20 | __MATHDECL_ALIAS (int, __fpclassify,, (_Mdouble_ __value), fpclassify) | ^~~~~~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:20:37: error: expected identifier before ',' token 20 | __MATHDECL_ALIAS (int, __fpclassify,, (_Mdouble_ __value), fpclassify) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:20:39: error: expected identifier before '(' token 20 | __MATHDECL_ALIAS (int, __fpclassify,, (_Mdouble_ __value), fpclassify) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:20:60: error: 'fpclassify' has not been declared 20 | __MATHDECL_ALIAS (int, __fpclassify,, (_Mdouble_ __value), fpclassify) | ^~~~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:21:33: error: expected constructor, destructor, or type conversion before ';' token 21 | __attribute__ ((__const__)); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:24:24: error: '__signbit' has not been declared 24 | __MATHDECL_ALIAS (int, __signbit,, (_Mdouble_ __value), signbit) | ^~~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:24:34: error: expected identifier before ',' token 24 | __MATHDECL_ALIAS (int, __signbit,, (_Mdouble_ __value), signbit) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:24:36: error: expected identifier before '(' token 24 | __MATHDECL_ALIAS (int, __signbit,, (_Mdouble_ __value), signbit) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:24:57: error: 'signbit' has not been declared 24 | __MATHDECL_ALIAS (int, __signbit,, (_Mdouble_ __value), signbit) | ^~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:25:33: error: expected constructor, destructor, or type conversion before ';' token 25 | __attribute__ ((__const__)); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:29:24: error: '__isinf' has not been declared 29 | __MATHDECL_ALIAS (int, __isinf,, (_Mdouble_ __value), isinf) | ^~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:29:32: error: expected identifier before ',' token 29 | __MATHDECL_ALIAS (int, __isinf,, (_Mdouble_ __value), isinf) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:29:34: error: expected identifier before '(' token 29 | __MATHDECL_ALIAS (int, __isinf,, (_Mdouble_ __value), isinf) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:29:55: error: 'isinf' has not been declared 29 | __MATHDECL_ALIAS (int, __isinf,, (_Mdouble_ __value), isinf) | ^~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:30:30: error: expected constructor, destructor, or type conversion before ';' token 30 | __attribute__ ((__const__)); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:33:24: error: '__finite' has not been declared 33 | __MATHDECL_ALIAS (int, __finite,, (_Mdouble_ __value), finite) | ^~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:33:33: error: expected identifier before ',' token 33 | __MATHDECL_ALIAS (int, __finite,, (_Mdouble_ __value), finite) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:33:35: error: expected identifier before '(' token 33 | __MATHDECL_ALIAS (int, __finite,, (_Mdouble_ __value), finite) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:33:56: error: 'finite' has not been declared 33 | __MATHDECL_ALIAS (int, __finite,, (_Mdouble_ __value), finite) | ^~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:34:30: error: expected constructor, destructor, or type conversion before ';' token 34 | __attribute__ ((__const__)); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:37:24: error: '__isnan' has not been declared 37 | __MATHDECL_ALIAS (int, __isnan,, (_Mdouble_ __value), isnan) | ^~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:37:32: error: expected identifier before ',' token 37 | __MATHDECL_ALIAS (int, __isnan,, (_Mdouble_ __value), isnan) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:37:34: error: expected identifier before '(' token 37 | __MATHDECL_ALIAS (int, __isnan,, (_Mdouble_ __value), isnan) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:37:55: error: 'isnan' has not been declared 37 | __MATHDECL_ALIAS (int, __isnan,, (_Mdouble_ __value), isnan) | ^~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:38:30: error: expected constructor, destructor, or type conversion before ';' token 38 | __attribute__ ((__const__)); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:41:24: error: '__iseqsig' has not been declared 41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig); | ^~~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:41:34: error: expected identifier before ',' token 41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:41:36: error: expected identifier before '(' token 41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:41:68: error: 'iseqsig' has not been declared 41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig); | ^~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:41:76: error: expected constructor, destructor, or type conversion before ';' token 41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:44:24: error: '__issignaling' has not been declared 44 | __MATHDECL_ALIAS (int, __issignaling,, (_Mdouble_ __value), issignaling) | ^~~~~~~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:44:38: error: expected identifier before ',' token 44 | __MATHDECL_ALIAS (int, __issignaling,, (_Mdouble_ __value), issignaling) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:44:40: error: expected identifier before '(' token 44 | __MATHDECL_ALIAS (int, __issignaling,, (_Mdouble_ __value), issignaling) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:44:61: error: 'issignaling' has not been declared 44 | __MATHDECL_ALIAS (int, __issignaling,, (_Mdouble_ __value), issignaling) | ^~~~~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:45:33: error: expected constructor, destructor, or type conversion before ';' token 45 | __attribute__ ((__const__)); | ^ In file included from /usr/include/c++/9/cmath:45, from /home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/src/llvm-project/llvm/lib/Support/APFixedPoint.cpp:17: /usr/include/math.h: In function 'int issignaling(float)': /usr/include/math.h:986:47: error: '__issignalingf' was not declared in this scope; did you mean 'issignaling'? 986 | inline int issignaling (float __val) { return __issignalingf (__val); } | ^~~~~~~~~~~~~~ | issignaling /usr/include/math.h: In function 'int issignaling(double)': /usr/include/math.h:987:48: error: '__issignaling' was not declared in this scope; did you mean 'issignaling'? 987 | inline int issignaling (double __val) { return __issignaling (__val); } | ^~~~~~~~~~~~~ | issignaling /usr/include/math.h: In function 'int issignaling(long double)': /usr/include/math.h:994:10: error: '__issignalingl' was not declared in this scope; did you mean 'issignaling'? 994 | return __issignalingl (__val); | ^~~~~~~~~~~~~~ | issignaling /usr/include/math.h: In function 'int issignaling(_Float128)': /usr/include/math.h:1000:51: error: '__issignalingf128' was not declared in this scope; did you mean 'issignaling'? 1000 | inline int issignaling (_Float128 __val) { return __issignalingf128 (__val); } | ^~~~~~~~~~~~~~~~~ | issignaling In file included from /usr/include/c++/9/cmath:45, from /home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/src/llvm-project/llvm/lib/Support/APFixedPoint.cpp:17: /usr/include/math.h: In static member function 'static int __iseqsig_type::__call(float, float)': /usr/include/math.h:1285:12: error: '__iseqsigf' was not declared in this scope; did you mean '__iseqsig_type'? 1285 | return __iseqsigf (__x, __y); | ^~~~~~~~~~ | __iseqsig_type /usr/include/math.h: In static member function 'static int __iseqsig_type::__call(double, double)': /usr/include/math.h:1293:12: error: '__iseqsig' was not declared in this scope; did you mean '__iseqsig_type'? 1293 | return __iseqsig (__x, __y); | ^~~~~~~~~ | __iseqsig_type /usr/include/math.h: In static member function 'static int __iseqsig_type::__call(long double, long double)': /usr/include/math.h:1302:12: error: '__iseqsigl' was not declared in this scope; did you mean '__iseqsig_type'? 1302 | return __iseqsigl (__x, __y); | ^~~~~~~~~~ | __iseqsig_type /usr/include/math.h: In static member function 'static int __iseqsig_type<__float128>::__call(_Float128, _Float128)': /usr/include/math.h:1316:12: error: '__iseqsigf128' was not declared in this scope 1316 | return __iseqsigf128 (__x, __y); | ^~~~~~~~~~~~~ [ 3%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/ARMBuildAttrs.cpp.o make[3]: *** [lib/Support/CMakeFiles/LLVMSupport.dir/build.make:118: lib/Support/CMakeFiles/LLVMSupport.dir/APFixedPoint.cpp.o] Error 1 make[3]: *** Waiting for unfinished jobs.... In file included from /usr/include/math.h:289, from /usr/include/c++/9/cmath:45, from /home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/src/llvm-project/llvm/lib/Support/APInt.cpp:26: /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:20:24: error: '__fpclassify' has not been declared 20 | __MATHDECL_ALIAS (int, __fpclassify,, (_Mdouble_ __value), fpclassify) | ^~~~~~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:20:37: error: expected identifier before ',' token 20 | __MATHDECL_ALIAS (int, __fpclassify,, (_Mdouble_ __value), fpclassify) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:20:39: error: expected identifier before '(' token 20 | __MATHDECL_ALIAS (int, __fpclassify,, (_Mdouble_ __value), fpclassify) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:20:60: error: 'fpclassify' has not been declared 20 | __MATHDECL_ALIAS (int, __fpclassify,, (_Mdouble_ __value), fpclassify) | ^~~~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:21:33: error: expected constructor, destructor, or type conversion before ';' token 21 | __attribute__ ((__const__)); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:24:24: error: '__signbit' has not been declared 24 | __MATHDECL_ALIAS (int, __signbit,, (_Mdouble_ __value), signbit) | ^~~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:24:34: error: expected identifier before ',' token 24 | __MATHDECL_ALIAS (int, __signbit,, (_Mdouble_ __value), signbit) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:24:36: error: expected identifier before '(' token 24 | __MATHDECL_ALIAS (int, __signbit,, (_Mdouble_ __value), signbit) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:24:57: error: 'signbit' has not been declared 24 | __MATHDECL_ALIAS (int, __signbit,, (_Mdouble_ __value), signbit) | ^~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:25:33: error: expected constructor, destructor, or type conversion before ';' token 25 | __attribute__ ((__const__)); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:29:24: error: '__isinf' has not been declared 29 | __MATHDECL_ALIAS (int, __isinf,, (_Mdouble_ __value), isinf) | ^~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:29:32: error: expected identifier before ',' token 29 | __MATHDECL_ALIAS (int, __isinf,, (_Mdouble_ __value), isinf) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:29:34: error: expected identifier before '(' token 29 | __MATHDECL_ALIAS (int, __isinf,, (_Mdouble_ __value), isinf) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:29:55: error: 'isinf' has not been declared 29 | __MATHDECL_ALIAS (int, __isinf,, (_Mdouble_ __value), isinf) | ^~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:30:30: error: expected constructor, destructor, or type conversion before ';' token 30 | __attribute__ ((__const__)); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:33:24: error: '__finite' has not been declared 33 | __MATHDECL_ALIAS (int, __finite,, (_Mdouble_ __value), finite) | ^~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:33:33: error: expected identifier before ',' token 33 | __MATHDECL_ALIAS (int, __finite,, (_Mdouble_ __value), finite) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:33:35: error: expected identifier before '(' token 33 | __MATHDECL_ALIAS (int, __finite,, (_Mdouble_ __value), finite) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:33:56: error: 'finite' has not been declared 33 | __MATHDECL_ALIAS (int, __finite,, (_Mdouble_ __value), finite) | ^~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:34:30: error: expected constructor, destructor, or type conversion before ';' token 34 | __attribute__ ((__const__)); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:37:24: error: '__isnan' has not been declared 37 | __MATHDECL_ALIAS (int, __isnan,, (_Mdouble_ __value), isnan) | ^~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:37:32: error: expected identifier before ',' token 37 | __MATHDECL_ALIAS (int, __isnan,, (_Mdouble_ __value), isnan) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:37:34: error: expected identifier before '(' token 37 | __MATHDECL_ALIAS (int, __isnan,, (_Mdouble_ __value), isnan) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:37:55: error: 'isnan' has not been declared 37 | __MATHDECL_ALIAS (int, __isnan,, (_Mdouble_ __value), isnan) | ^~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:38:30: error: expected constructor, destructor, or type conversion before ';' token 38 | __attribute__ ((__const__)); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:41:24: error: '__iseqsig' has not been declared 41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig); | ^~~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:41:34: error: expected identifier before ',' token 41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:41:36: error: expected identifier before '(' token 41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:41:68: error: 'iseqsig' has not been declared 41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig); | ^~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:41:76: error: expected constructor, destructor, or type conversion before ';' token 41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:44:24: error: '__issignaling' has not been declared 44 | __MATHDECL_ALIAS (int, __issignaling,, (_Mdouble_ __value), issignaling) | ^~~~~~~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:44:38: error: expected identifier before ',' token 44 | __MATHDECL_ALIAS (int, __issignaling,, (_Mdouble_ __value), issignaling) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:44:40: error: expected identifier before '(' token 44 | __MATHDECL_ALIAS (int, __issignaling,, (_Mdouble_ __value), issignaling) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:44:61: error: 'issignaling' has not been declared 44 | __MATHDECL_ALIAS (int, __issignaling,, (_Mdouble_ __value), issignaling) | ^~~~~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:45:33: error: expected constructor, destructor, or type conversion before ';' token 45 | __attribute__ ((__const__)); | ^ In file included from /usr/include/math.h:290, from /usr/include/c++/9/cmath:45, from /home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/src/llvm-project/llvm/lib/Support/APInt.cpp:26: /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:183:23: error: 'finite' has not been declared 183 | __MATHDECL_ALIAS (int,finite,, (_Mdouble_ __value), finite) | ^~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:183:30: error: expected identifier before ',' token 183 | __MATHDECL_ALIAS (int,finite,, (_Mdouble_ __value), finite) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:183:32: error: expected identifier before '(' token 183 | __MATHDECL_ALIAS (int,finite,, (_Mdouble_ __value), finite) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:183:53: error: 'finite' has not been declared 183 | __MATHDECL_ALIAS (int,finite,, (_Mdouble_ __value), finite) | ^~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:184:30: error: expected constructor, destructor, or type conversion before ';' token 184 | __attribute__ ((__const__)); | ^ In file included from /usr/include/math.h:306, from /usr/include/c++/9/cmath:45, from /home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/src/llvm-project/llvm/lib/Support/APInt.cpp:26: /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:20:24: error: '__fpclassify' has not been declared 20 | __MATHDECL_ALIAS (int, __fpclassify,, (_Mdouble_ __value), fpclassify) | ^~~~~~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:20:37: error: expected identifier before ',' token 20 | __MATHDECL_ALIAS (int, __fpclassify,, (_Mdouble_ __value), fpclassify) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:20:39: error: expected identifier before '(' token 20 | __MATHDECL_ALIAS (int, __fpclassify,, (_Mdouble_ __value), fpclassify) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:20:60: error: 'fpclassify' has not been declared 20 | __MATHDECL_ALIAS (int, __fpclassify,, (_Mdouble_ __value), fpclassify) | ^~~~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:21:33: error: expected constructor, destructor, or type conversion before ';' token 21 | __attribute__ ((__const__)); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:24:24: error: '__signbit' has not been declared 24 | __MATHDECL_ALIAS (int, __signbit,, (_Mdouble_ __value), signbit) | ^~~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:24:34: error: expected identifier before ',' token 24 | __MATHDECL_ALIAS (int, __signbit,, (_Mdouble_ __value), signbit) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:24:36: error: expected identifier before '(' token 24 | __MATHDECL_ALIAS (int, __signbit,, (_Mdouble_ __value), signbit) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:24:57: error: 'signbit' has not been declared 24 | __MATHDECL_ALIAS (int, __signbit,, (_Mdouble_ __value), signbit) | ^~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:25:33: error: expected constructor, destructor, or type conversion before ';' token 25 | __attribute__ ((__const__)); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:29:24: error: '__isinf' has not been declared 29 | __MATHDECL_ALIAS (int, __isinf,, (_Mdouble_ __value), isinf) | ^~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:29:32: error: expected identifier before ',' token 29 | __MATHDECL_ALIAS (int, __isinf,, (_Mdouble_ __value), isinf) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:29:34: error: expected identifier before '(' token 29 | __MATHDECL_ALIAS (int, __isinf,, (_Mdouble_ __value), isinf) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:29:55: error: 'isinf' has not been declared 29 | __MATHDECL_ALIAS (int, __isinf,, (_Mdouble_ __value), isinf) | ^~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:30:30: error: expected constructor, destructor, or type conversion before ';' token 30 | __attribute__ ((__const__)); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:33:24: error: '__finite' has not been declared 33 | __MATHDECL_ALIAS (int, __finite,, (_Mdouble_ __value), finite) | ^~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:33:33: error: expected identifier before ',' token 33 | __MATHDECL_ALIAS (int, __finite,, (_Mdouble_ __value), finite) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:33:35: error: expected identifier before '(' token 33 | __MATHDECL_ALIAS (int, __finite,, (_Mdouble_ __value), finite) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:33:56: error: 'finite' has not been declared 33 | __MATHDECL_ALIAS (int, __finite,, (_Mdouble_ __value), finite) | ^~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:34:30: error: expected constructor, destructor, or type conversion before ';' token 34 | __attribute__ ((__const__)); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:37:24: error: '__isnan' has not been declared 37 | __MATHDECL_ALIAS (int, __isnan,, (_Mdouble_ __value), isnan) | ^~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:37:32: error: expected identifier before ',' token 37 | __MATHDECL_ALIAS (int, __isnan,, (_Mdouble_ __value), isnan) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:37:34: error: expected identifier before '(' token 37 | __MATHDECL_ALIAS (int, __isnan,, (_Mdouble_ __value), isnan) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:37:55: error: 'isnan' has not been declared 37 | __MATHDECL_ALIAS (int, __isnan,, (_Mdouble_ __value), isnan) | ^~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:38:30: error: expected constructor, destructor, or type conversion before ';' token 38 | __attribute__ ((__const__)); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:41:24: error: '__iseqsig' has not been declared 41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig); | ^~~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:41:34: error: expected identifier before ',' token 41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:41:36: error: expected identifier before '(' token 41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:41:68: error: 'iseqsig' has not been declared 41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig); | ^~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:41:76: error: expected constructor, destructor, or type conversion before ';' token 41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:44:24: error: '__issignaling' has not been declared 44 | __MATHDECL_ALIAS (int, __issignaling,, (_Mdouble_ __value), issignaling) | ^~~~~~~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:44:38: error: expected identifier before ',' token 44 | __MATHDECL_ALIAS (int, __issignaling,, (_Mdouble_ __value), issignaling) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:44:40: error: expected identifier before '(' token 44 | __MATHDECL_ALIAS (int, __issignaling,, (_Mdouble_ __value), issignaling) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:44:61: error: 'issignaling' has not been declared 44 | __MATHDECL_ALIAS (int, __issignaling,, (_Mdouble_ __value), issignaling) | ^~~~~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:45:33: error: expected constructor, destructor, or type conversion before ';' token 45 | __attribute__ ((__const__)); | ^ In file included from /usr/include/math.h:307, from /usr/include/c++/9/cmath:45, from /home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/src/llvm-project/llvm/lib/Support/APInt.cpp:26: /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:177:23: error: 'isinf' has not been declared 177 | __MATHDECL_ALIAS (int,isinf,, (_Mdouble_ __value), isinf) | ^~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:177:29: error: expected identifier before ',' token 177 | __MATHDECL_ALIAS (int,isinf,, (_Mdouble_ __value), isinf) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:177:31: error: expected identifier before '(' token 177 | __MATHDECL_ALIAS (int,isinf,, (_Mdouble_ __value), isinf) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:177:52: error: 'isinf' has not been declared 177 | __MATHDECL_ALIAS (int,isinf,, (_Mdouble_ __value), isinf) | ^~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:178:30: error: expected constructor, destructor, or type conversion before ';' token 178 | __attribute__ ((__const__)); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:183:23: error: 'finite' has not been declared 183 | __MATHDECL_ALIAS (int,finite,, (_Mdouble_ __value), finite) | ^~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:183:30: error: expected identifier before ',' token 183 | __MATHDECL_ALIAS (int,finite,, (_Mdouble_ __value), finite) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:183:32: error: expected identifier before '(' token 183 | __MATHDECL_ALIAS (int,finite,, (_Mdouble_ __value), finite) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:183:53: error: 'finite' has not been declared 183 | __MATHDECL_ALIAS (int,finite,, (_Mdouble_ __value), finite) | ^~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:184:30: error: expected constructor, destructor, or type conversion before ';' token 184 | __attribute__ ((__const__)); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:213:23: error: 'isnan' has not been declared 213 | __MATHDECL_ALIAS (int,isnan,, (_Mdouble_ __value), isnan) | ^~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:213:29: error: expected identifier before ',' token 213 | __MATHDECL_ALIAS (int,isnan,, (_Mdouble_ __value), isnan) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:213:31: error: expected identifier before '(' token 213 | __MATHDECL_ALIAS (int,isnan,, (_Mdouble_ __value), isnan) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:213:52: error: 'isnan' has not been declared 213 | __MATHDECL_ALIAS (int,isnan,, (_Mdouble_ __value), isnan) | ^~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:214:30: error: expected constructor, destructor, or type conversion before ';' token 214 | __attribute__ ((__const__)); | ^ In file included from /usr/include/math.h:349, from /usr/include/c++/9/cmath:45, from /home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/src/llvm-project/llvm/lib/Support/APInt.cpp:26: /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:20:24: error: '__fpclassify' has not been declared 20 | __MATHDECL_ALIAS (int, __fpclassify,, (_Mdouble_ __value), fpclassify) | ^~~~~~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:20:37: error: expected identifier before ',' token 20 | __MATHDECL_ALIAS (int, __fpclassify,, (_Mdouble_ __value), fpclassify) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:20:39: error: expected identifier before '(' token 20 | __MATHDECL_ALIAS (int, __fpclassify,, (_Mdouble_ __value), fpclassify) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:20:60: error: 'fpclassify' has not been declared 20 | __MATHDECL_ALIAS (int, __fpclassify,, (_Mdouble_ __value), fpclassify) | ^~~~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:21:33: error: expected constructor, destructor, or type conversion before ';' token 21 | __attribute__ ((__const__)); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:24:24: error: '__signbit' has not been declared 24 | __MATHDECL_ALIAS (int, __signbit,, (_Mdouble_ __value), signbit) | ^~~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:24:34: error: expected identifier before ',' token 24 | __MATHDECL_ALIAS (int, __signbit,, (_Mdouble_ __value), signbit) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:24:36: error: expected identifier before '(' token 24 | __MATHDECL_ALIAS (int, __signbit,, (_Mdouble_ __value), signbit) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:24:57: error: 'signbit' has not been declared 24 | __MATHDECL_ALIAS (int, __signbit,, (_Mdouble_ __value), signbit) | ^~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:25:33: error: expected constructor, destructor, or type conversion before ';' token 25 | __attribute__ ((__const__)); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:29:24: error: '__isinf' has not been declared 29 | __MATHDECL_ALIAS (int, __isinf,, (_Mdouble_ __value), isinf) | ^~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:29:32: error: expected identifier before ',' token 29 | __MATHDECL_ALIAS (int, __isinf,, (_Mdouble_ __value), isinf) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:29:34: error: expected identifier before '(' token 29 | __MATHDECL_ALIAS (int, __isinf,, (_Mdouble_ __value), isinf) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:29:55: error: 'isinf' has not been declared 29 | __MATHDECL_ALIAS (int, __isinf,, (_Mdouble_ __value), isinf) | ^~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:30:30: error: expected constructor, destructor, or type conversion before ';' token 30 | __attribute__ ((__const__)); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:33:24: error: '__finite' has not been declared 33 | __MATHDECL_ALIAS (int, __finite,, (_Mdouble_ __value), finite) | ^~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:33:33: error: expected identifier before ',' token 33 | __MATHDECL_ALIAS (int, __finite,, (_Mdouble_ __value), finite) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:33:35: error: expected identifier before '(' token 33 | __MATHDECL_ALIAS (int, __finite,, (_Mdouble_ __value), finite) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:33:56: error: 'finite' has not been declared 33 | __MATHDECL_ALIAS (int, __finite,, (_Mdouble_ __value), finite) | ^~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:34:30: error: expected constructor, destructor, or type conversion before ';' token 34 | __attribute__ ((__const__)); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:37:24: error: '__isnan' has not been declared 37 | __MATHDECL_ALIAS (int, __isnan,, (_Mdouble_ __value), isnan) | ^~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:37:32: error: expected identifier before ',' token 37 | __MATHDECL_ALIAS (int, __isnan,, (_Mdouble_ __value), isnan) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:37:34: error: expected identifier before '(' token 37 | __MATHDECL_ALIAS (int, __isnan,, (_Mdouble_ __value), isnan) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:37:55: error: 'isnan' has not been declared 37 | __MATHDECL_ALIAS (int, __isnan,, (_Mdouble_ __value), isnan) | ^~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:38:30: error: expected constructor, destructor, or type conversion before ';' token 38 | __attribute__ ((__const__)); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:41:24: error: '__iseqsig' has not been declared 41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig); | ^~~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:41:34: error: expected identifier before ',' token 41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:41:36: error: expected identifier before '(' token 41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:41:68: error: 'iseqsig' has not been declared 41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig); | ^~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:41:76: error: expected constructor, destructor, or type conversion before ';' token 41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:44:24: error: '__issignaling' has not been declared 44 | __MATHDECL_ALIAS (int, __issignaling,, (_Mdouble_ __value), issignaling) | ^~~~~~~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:44:38: error: expected identifier before ',' token 44 | __MATHDECL_ALIAS (int, __issignaling,, (_Mdouble_ __value), issignaling) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:44:40: error: expected identifier before '(' token 44 | __MATHDECL_ALIAS (int, __issignaling,, (_Mdouble_ __value), issignaling) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:44:61: error: 'issignaling' has not been declared 44 | __MATHDECL_ALIAS (int, __issignaling,, (_Mdouble_ __value), issignaling) | ^~~~~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:45:33: error: expected constructor, destructor, or type conversion before ';' token 45 | __attribute__ ((__const__)); | ^ In file included from /usr/include/math.h:350, from /usr/include/c++/9/cmath:45, from /home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/src/llvm-project/llvm/lib/Support/APInt.cpp:26: /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:177:23: error: 'isinf' has not been declared 177 | __MATHDECL_ALIAS (int,isinf,, (_Mdouble_ __value), isinf) | ^~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:177:29: error: expected identifier before ',' token 177 | __MATHDECL_ALIAS (int,isinf,, (_Mdouble_ __value), isinf) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:177:31: error: expected identifier before '(' token 177 | __MATHDECL_ALIAS (int,isinf,, (_Mdouble_ __value), isinf) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:177:52: error: 'isinf' has not been declared 177 | __MATHDECL_ALIAS (int,isinf,, (_Mdouble_ __value), isinf) | ^~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:178:30: error: expected constructor, destructor, or type conversion before ';' token 178 | __attribute__ ((__const__)); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:183:23: error: 'finite' has not been declared 183 | __MATHDECL_ALIAS (int,finite,, (_Mdouble_ __value), finite) | ^~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:183:30: error: expected identifier before ',' token 183 | __MATHDECL_ALIAS (int,finite,, (_Mdouble_ __value), finite) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:183:32: error: expected identifier before '(' token 183 | __MATHDECL_ALIAS (int,finite,, (_Mdouble_ __value), finite) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:183:53: error: 'finite' has not been declared 183 | __MATHDECL_ALIAS (int,finite,, (_Mdouble_ __value), finite) | ^~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:184:30: error: expected constructor, destructor, or type conversion before ';' token 184 | __attribute__ ((__const__)); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:213:23: error: 'isnan' has not been declared 213 | __MATHDECL_ALIAS (int,isnan,, (_Mdouble_ __value), isnan) | ^~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:213:29: error: expected identifier before ',' token 213 | __MATHDECL_ALIAS (int,isnan,, (_Mdouble_ __value), isnan) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:213:31: error: expected identifier before '(' token 213 | __MATHDECL_ALIAS (int,isnan,, (_Mdouble_ __value), isnan) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:213:52: error: 'isnan' has not been declared 213 | __MATHDECL_ALIAS (int,isnan,, (_Mdouble_ __value), isnan) | ^~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls.h:214:30: error: expected constructor, destructor, or type conversion before ';' token 214 | __attribute__ ((__const__)); | ^ In file included from /usr/include/math.h:420, from /usr/include/c++/9/cmath:45, from /home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/src/llvm-project/llvm/lib/Support/APInt.cpp:26: /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:20:24: error: '__fpclassify' has not been declared 20 | __MATHDECL_ALIAS (int, __fpclassify,, (_Mdouble_ __value), fpclassify) | ^~~~~~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:20:37: error: expected identifier before ',' token 20 | __MATHDECL_ALIAS (int, __fpclassify,, (_Mdouble_ __value), fpclassify) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:20:39: error: expected identifier before '(' token 20 | __MATHDECL_ALIAS (int, __fpclassify,, (_Mdouble_ __value), fpclassify) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:20:60: error: 'fpclassify' has not been declared 20 | __MATHDECL_ALIAS (int, __fpclassify,, (_Mdouble_ __value), fpclassify) | ^~~~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:21:33: error: expected constructor, destructor, or type conversion before ';' token 21 | __attribute__ ((__const__)); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:24:24: error: '__signbit' has not been declared 24 | __MATHDECL_ALIAS (int, __signbit,, (_Mdouble_ __value), signbit) | ^~~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:24:34: error: expected identifier before ',' token 24 | __MATHDECL_ALIAS (int, __signbit,, (_Mdouble_ __value), signbit) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:24:36: error: expected identifier before '(' token 24 | __MATHDECL_ALIAS (int, __signbit,, (_Mdouble_ __value), signbit) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:24:57: error: 'signbit' has not been declared 24 | __MATHDECL_ALIAS (int, __signbit,, (_Mdouble_ __value), signbit) | ^~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:25:33: error: expected constructor, destructor, or type conversion before ';' token 25 | __attribute__ ((__const__)); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:29:24: error: '__isinf' has not been declared 29 | __MATHDECL_ALIAS (int, __isinf,, (_Mdouble_ __value), isinf) | ^~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:29:32: error: expected identifier before ',' token 29 | __MATHDECL_ALIAS (int, __isinf,, (_Mdouble_ __value), isinf) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:29:34: error: expected identifier before '(' token 29 | __MATHDECL_ALIAS (int, __isinf,, (_Mdouble_ __value), isinf) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:29:55: error: 'isinf' has not been declared 29 | __MATHDECL_ALIAS (int, __isinf,, (_Mdouble_ __value), isinf) | ^~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:30:30: error: expected constructor, destructor, or type conversion before ';' token 30 | __attribute__ ((__const__)); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:33:24: error: '__finite' has not been declared 33 | __MATHDECL_ALIAS (int, __finite,, (_Mdouble_ __value), finite) | ^~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:33:33: error: expected identifier before ',' token 33 | __MATHDECL_ALIAS (int, __finite,, (_Mdouble_ __value), finite) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:33:35: error: expected identifier before '(' token 33 | __MATHDECL_ALIAS (int, __finite,, (_Mdouble_ __value), finite) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:33:56: error: 'finite' has not been declared 33 | __MATHDECL_ALIAS (int, __finite,, (_Mdouble_ __value), finite) | ^~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:34:30: error: expected constructor, destructor, or type conversion before ';' token 34 | __attribute__ ((__const__)); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:37:24: error: '__isnan' has not been declared 37 | __MATHDECL_ALIAS (int, __isnan,, (_Mdouble_ __value), isnan) | ^~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:37:32: error: expected identifier before ',' token 37 | __MATHDECL_ALIAS (int, __isnan,, (_Mdouble_ __value), isnan) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:37:34: error: expected identifier before '(' token 37 | __MATHDECL_ALIAS (int, __isnan,, (_Mdouble_ __value), isnan) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:37:55: error: 'isnan' has not been declared 37 | __MATHDECL_ALIAS (int, __isnan,, (_Mdouble_ __value), isnan) | ^~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:38:30: error: expected constructor, destructor, or type conversion before ';' token 38 | __attribute__ ((__const__)); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:41:24: error: '__iseqsig' has not been declared 41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig); | ^~~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:41:34: error: expected identifier before ',' token 41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:41:36: error: expected identifier before '(' token 41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:41:68: error: 'iseqsig' has not been declared 41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig); | ^~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:41:76: error: expected constructor, destructor, or type conversion before ';' token 41 | __MATHDECL_ALIAS (int, __iseqsig,, (_Mdouble_ __x, _Mdouble_ __y), iseqsig); | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:44:24: error: '__issignaling' has not been declared 44 | __MATHDECL_ALIAS (int, __issignaling,, (_Mdouble_ __value), issignaling) | ^~~~~~~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:44:38: error: expected identifier before ',' token 44 | __MATHDECL_ALIAS (int, __issignaling,, (_Mdouble_ __value), issignaling) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:44:40: error: expected identifier before '(' token 44 | __MATHDECL_ALIAS (int, __issignaling,, (_Mdouble_ __value), issignaling) | ^ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:44:61: error: 'issignaling' has not been declared 44 | __MATHDECL_ALIAS (int, __issignaling,, (_Mdouble_ __value), issignaling) | ^~~~~~~~~~~ /home/thomas/autobuild/instance-2/output-1/host/x86_64-buildroot-linux-gnu/sysroot/usr/include/bits/mathcalls-helper-functions.h:45:33: error: expected constructor, destructor, or type conversion before ';' token 45 | __attribute__ ((__const__)); | ^ In file included from /usr/include/c++/9/cmath:45, from /home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/src/llvm-project/llvm/lib/Support/APInt.cpp:26: /usr/include/math.h: In function 'int issignaling(float)': /usr/include/math.h:986:47: error: '__issignalingf' was not declared in this scope; did you mean 'issignaling'? 986 | inline int issignaling (float __val) { return __issignalingf (__val); } | ^~~~~~~~~~~~~~ | issignaling /usr/include/math.h: In function 'int issignaling(double)': /usr/include/math.h:987:48: error: '__issignaling' was not declared in this scope; did you mean 'issignaling'? 987 | inline int issignaling (double __val) { return __issignaling (__val); } | ^~~~~~~~~~~~~ | issignaling /usr/include/math.h: In function 'int issignaling(long double)': /usr/include/math.h:994:10: error: '__issignalingl' was not declared in this scope; did you mean 'issignaling'? 994 | return __issignalingl (__val); | ^~~~~~~~~~~~~~ | issignaling /usr/include/math.h: In function 'int issignaling(_Float128)': /usr/include/math.h:1000:51: error: '__issignalingf128' was not declared in this scope; did you mean 'issignaling'? 1000 | inline int issignaling (_Float128 __val) { return __issignalingf128 (__val); } | ^~~~~~~~~~~~~~~~~ | issignaling In file included from /usr/include/c++/9/cmath:45, from /home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/src/llvm-project/llvm/lib/Support/APInt.cpp:26: /usr/include/math.h: In static member function 'static int __iseqsig_type::__call(float, float)': /usr/include/math.h:1285:12: error: '__iseqsigf' was not declared in this scope; did you mean '__iseqsig_type'? 1285 | return __iseqsigf (__x, __y); | ^~~~~~~~~~ | __iseqsig_type /usr/include/math.h: In static member function 'static int __iseqsig_type::__call(double, double)': /usr/include/math.h:1293:12: error: '__iseqsig' was not declared in this scope; did you mean '__iseqsig_type'? 1293 | return __iseqsig (__x, __y); | ^~~~~~~~~ | __iseqsig_type /usr/include/math.h: In static member function 'static int __iseqsig_type::__call(long double, long double)': /usr/include/math.h:1302:12: error: '__iseqsigl' was not declared in this scope; did you mean '__iseqsig_type'? 1302 | return __iseqsigl (__x, __y); | ^~~~~~~~~~ | __iseqsig_type /usr/include/math.h: In static member function 'static int __iseqsig_type<__float128>::__call(_Float128, _Float128)': /usr/include/math.h:1316:12: error: '__iseqsigf128' was not declared in this scope 1316 | return __iseqsigf128 (__x, __y); | ^~~~~~~~~~~~~ make[3]: *** [lib/Support/CMakeFiles/LLVMSupport.dir/build.make:146: lib/Support/CMakeFiles/LLVMSupport.dir/APInt.cpp.o] Error 1 make[3]: Leaving directory '/home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/build/x86_64-unknown-linux-gnu/llvm/build' make[2]: *** [CMakeFiles/Makefile2:6740: lib/Support/CMakeFiles/LLVMSupport.dir/all] Error 2 make[2]: *** Waiting for unfinished jobs.... make[3]: Leaving directory '/home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/build/x86_64-unknown-linux-gnu/llvm/build' [ 3%] Built target obj.llvm-tblgen make[2]: Leaving directory '/home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/build/x86_64-unknown-linux-gnu/llvm/build' make[1]: *** [Makefile:156: all] Error 2 make[1]: Leaving directory '/home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/build/x86_64-unknown-linux-gnu/llvm/build' thread 'main' panicked at ' command did not execute successfully, got: exit status: 2 build script failed, must exit now', /home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/vendor/cmake/src/lib.rs:975:5 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace finished in 26.375 seconds Build completed unsuccessfully in 0:00:58 make: *** [package/pkg-generic.mk:293: /home/thomas/autobuild/instance-2/output-1/build/host-rust-1.71.1/.stamp_built] Error 1 make: Leaving directory '/home/thomas/autobuild/instance-2/buildroot'